|
|
|
1 | 2023-10-24T16:40:30.663Z | job assigned to worker 01HDH8TMYM93VHMPQ4HF93HGZQ (queued for 2 m 3 s) |
|
2 | 2023-10-24T16:40:31.237Z | starting task 0: "setup" |
3 | 2023-10-24T16:40:31.807Z | ++ uname -s |
4 | 2023-10-24T16:40:31.810Z | + kern=SunOS |
5 | 2023-10-24T16:40:31.814Z | + case "$kern" in |
6 | 2023-10-24T16:40:31.817Z | + groupadd -g 12345 build |
7 | 2023-10-24T16:40:31.820Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-24T16:40:33.865Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-24T16:40:33.954Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-24T16:40:33.961Z | + home_fs=zfs |
11 | 2023-10-24T16:40:33.965Z | + [[ zfs == autofs ]] |
12 | 2023-10-24T16:40:33.969Z | + mkdir -p /home/build |
13 | 2023-10-24T16:40:33.973Z | + chown build:build /home/build /work |
14 | 2023-10-24T16:40:35.920Z | + chmod 0700 /home/build /work |
15 | 2023-10-24T16:40:35.928Z | process exited: duration 4588 ms, exit code 0 |
|
16 | 2023-10-24T16:40:35.940Z | starting task 1: "rust-toolchain" |
17 | 2023-10-24T16:40:35.955Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-24T16:40:35.960Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-24T16:40:36.136Z | info: downloading installer |
20 | 2023-10-24T16:40:39.381Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-24T16:40:39.390Z | warning: /opt/ooce/bin |
22 | 2023-10-24T16:40:39.395Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-24T16:40:39.400Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-24T16:40:39.406Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-24T16:40:39.412Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-24T16:40:39.417Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-24T16:40:39.422Z | error: cannot install while Rust is installed |
28 | 2023-10-24T16:40:39.429Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-24T16:40:39.701Z | info: profile set to 'default' |
30 | 2023-10-24T16:40:39.705Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-24T16:40:39.708Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-24T16:40:39.891Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-24T16:40:39.906Z | info: downloading component 'cargo' |
34 | 2023-10-24T16:40:40.688Z | info: downloading component 'clippy' |
35 | 2023-10-24T16:40:40.968Z | info: downloading component 'rust-docs' |
36 | 2023-10-24T16:40:41.979Z | info: downloading component 'rust-std' |
37 | 2023-10-24T16:40:43.794Z | info: downloading component 'rustc' |
38 | 2023-10-24T16:40:48.395Z | info: downloading component 'rustfmt' |
39 | 2023-10-24T16:40:48.653Z | info: installing component 'cargo' |
40 | 2023-10-24T16:40:51.173Z | info: installing component 'clippy' |
41 | 2023-10-24T16:40:52.345Z | info: installing component 'rust-docs' |
42 | 2023-10-24T16:40:55.063Z | info: installing component 'rust-std' |
43 | 2023-10-24T16:41:00.079Z | info: installing component 'rustc' |
44 | 2023-10-24T16:41:13.364Z | info: installing component 'rustfmt' |
45 | 2023-10-24T16:41:14.227Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-24T16:41:14.236Z | |
47 | 2023-10-24T16:41:14.249Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-24T16:41:14.260Z | |
49 | 2023-10-24T16:41:14.264Z | |
50 | 2023-10-24T16:41:14.271Z | Rust is installed now. Great! |
51 | 2023-10-24T16:41:14.280Z | |
52 | 2023-10-24T16:41:14.287Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-24T16:41:14.304Z | environment variable. This has not been done automatically. |
54 | 2023-10-24T16:41:14.318Z | |
55 | 2023-10-24T16:41:14.738Z | To configure your current shell, run: |
56 | 2023-10-24T16:41:14.745Z | source "$HOME/.cargo/env" |
57 | 2023-10-24T16:41:14.755Z | + rustc --version |
58 | 2023-10-24T16:41:14.762Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-24T16:41:14.767Z | process exited: duration 38210 ms, exit code 0 |
|
60 | 2023-10-24T16:41:14.779Z | starting task 2: "authentication" |
61 | 2023-10-24T16:41:14.817Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-10-24T16:41:14.823Z | starting task 3: "clone repository" |
63 | 2023-10-24T16:41:15.246Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-24T16:41:15.250Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-24T16:41:15.254Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-24T16:41:23.303Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-24T16:41:23.315Z | + [[ -n wicket-rot-fix ]] |
68 | 2023-10-24T16:41:23.325Z | + git fetch origin wicket-rot-fix |
69 | 2023-10-24T16:41:23.667Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-24T16:41:23.670Z | * branch wicket-rot-fix -> FETCH_HEAD |
71 | 2023-10-24T16:41:23.678Z | + git checkout -B wicket-rot-fix remotes/origin/wicket-rot-fix |
72 | 2023-10-24T16:41:23.763Z | Switched to a new branch 'wicket-rot-fix' |
73 | 2023-10-24T16:41:23.766Z | branch 'wicket-rot-fix' set up to track 'origin/wicket-rot-fix'. |
74 | 2023-10-24T16:41:23.769Z | + git reset --hard dac9615f48d9e9e98f9790061f0587f58b5257b8 |
75 | 2023-10-24T16:41:23.906Z | HEAD is now at dac9615f fix failing test |
76 | 2023-10-24T16:41:23.909Z | process exited: duration 9082 ms, exit code 0 |
|
77 | 2023-10-24T16:41:23.915Z | starting task 4: "build" |
78 | 2023-10-24T16:41:23.925Z | + cargo --version |
79 | 2023-10-24T16:41:24.015Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-24T16:41:24.020Z | + rustc --version |
81 | 2023-10-24T16:41:24.125Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-24T16:41:24.546Z | + source ./env.sh |
83 | 2023-10-24T16:41:24.561Z | ++ set -o xtrace |
84 | 2023-10-24T16:41:24.571Z | ++++ dirname ./env.sh |
85 | 2023-10-24T16:41:24.580Z | +++ cd . |
86 | 2023-10-24T16:41:24.587Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-10-24T16:41:24.592Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-10-24T16:41:24.601Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2023-10-24T16:41:24.613Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2023-10-24T16:41:24.619Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2023-10-24T16:41:24.625Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2023-10-24T16:41:24.635Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2023-10-24T16:41:24.639Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2023-10-24T16:41:24.643Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2023-10-24T16:41:24.648Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2023-10-24T16:41:24.651Z | ++ unset OMICRON_WS |
97 | 2023-10-24T16:41:24.655Z | ++ set +o xtrace |
98 | 2023-10-24T16:41:24.664Z | |
99 | 2023-10-24T16:41:24.671Z | ##### ##### ###### ##### ###### #### # # # #### # |
100 | 2023-10-24T16:41:24.675Z | # # # # # # # # # # # # # # # |
101 | 2023-10-24T16:41:24.679Z | # # # # ##### # # ##### # # # # # #### # |
102 | 2023-10-24T16:41:24.683Z | ##### ##### # ##### # # # # # # # # # |
103 | 2023-10-24T16:41:24.687Z | # # # # # # # # # # # # # # # |
104 | 2023-10-24T16:41:24.690Z | # # # ###### # # ###### ### # #### # #### # |
105 | 2023-10-24T16:41:24.694Z | |
106 | 2023-10-24T16:41:40.619Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2023-10-24T16:41:41.630Z | Startup: Caching catalogs ... Done |
108 | 2023-10-24T16:41:46.116Z | Planning: Solver setup ... Done (4.197s) |
109 | 2023-10-24T16:41:46.224Z | Planning: Running solver ... Done (0.109s) |
110 | 2023-10-24T16:41:46.273Z | Planning: Finding local manifests ... Done (0.003s) |
111 | 2023-10-24T16:41:46.289Z | Planning: Fetching manifests: 0/4 0% complete |
112 | 2023-10-24T16:41:46.512Z | Planning: Fetching manifests: 4/4 100% complete |
113 | 2023-10-24T16:41:46.593Z | Planning: Package planning ... Done (0.079s) |
114 | 2023-10-24T16:41:46.681Z | Planning: Merging actions ... Done (0.085s) |
115 | 2023-10-24T16:41:47.847Z | Planning: Checking for conflicting actions ... Done (0.762s) |
116 | 2023-10-24T16:41:47.864Z | Planning: Consolidating action changes ... Done (0.017s) |
117 | 2023-10-24T16:41:53.047Z | Planning: Evaluating mediators ... Done (5.589s) |
118 | 2023-10-24T16:41:53.063Z | Planning: Planning completed in 11.38 seconds |
119 | 2023-10-24T16:41:53.085Z | Packages to install: 4 |
120 | 2023-10-24T16:41:53.088Z | Mediators to change: 2 |
121 | 2023-10-24T16:41:53.091Z | Services to change: 1 |
122 | 2023-10-24T16:41:53.094Z | Estimated space available: 149.39 GB |
123 | 2023-10-24T16:41:53.098Z | Estimated space to be consumed: 1.37 GB |
124 | 2023-10-24T16:41:53.101Z | Create boot environment: No |
125 | 2023-10-24T16:41:53.104Z | Create backup boot environment: No |
126 | 2023-10-24T16:41:53.107Z | Rebuild boot archive: No |
127 | 2023-10-24T16:41:53.113Z | |
128 | 2023-10-24T16:41:53.116Z | Changed mediators: |
129 | 2023-10-24T16:41:53.119Z | mediator clang: |
130 | 2023-10-24T16:41:53.122Z | version: None -> 15 (system default) |
131 | 2023-10-24T16:41:53.126Z | |
132 | 2023-10-24T16:41:53.129Z | mediator llvm: |
133 | 2023-10-24T16:41:53.132Z | version: 14 (system default) -> 15 (system default) |
134 | 2023-10-24T16:41:53.135Z | |
135 | 2023-10-24T16:41:53.138Z | Changed packages: |
136 | 2023-10-24T16:41:53.141Z | helios-dev |
137 | 2023-10-24T16:41:53.144Z | developer/build-essential |
138 | 2023-10-24T16:41:53.147Z | None -> 11-2.0 |
139 | 2023-10-24T16:41:53.149Z | library/libxmlsec1 |
140 | 2023-10-24T16:41:53.152Z | None -> 1.2.35-2.0 |
141 | 2023-10-24T16:41:53.156Z | ooce/developer/clang-15 |
142 | 2023-10-24T16:41:53.159Z | None -> 15.0.7-2.0 |
143 | 2023-10-24T16:41:53.186Z | ooce/developer/llvm-15 |
144 | 2023-10-24T16:41:53.190Z | None -> 15.0.7-2.0 |
145 | 2023-10-24T16:41:53.193Z | |
146 | 2023-10-24T16:41:53.196Z | Services: |
147 | 2023-10-24T16:41:53.199Z | restart_fmri: |
148 | 2023-10-24T16:41:53.201Z | svc:/system/update-man-index:default |
149 | 2023-10-24T16:41:53.640Z | |
150 | 2023-10-24T16:41:53.645Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
151 | 2023-10-24T16:41:58.650Z | Download: 1267/3290 items 102.7/212.6MB 48% complete (20.6M/s) |
152 | 2023-10-24T16:42:03.653Z | Download: 2491/3290 items 120.0/212.6MB 56% complete (12.2M/s) |
153 | 2023-10-24T16:42:14.660Z | Download: 3245/3290 items 202.8/212.6MB 95% complete (11.9M/s) |
154 | 2023-10-24T16:42:16.013Z | Download: Completed 212.60 MB in 22.37 seconds (9.5M/s) |
155 | 2023-10-24T16:42:16.321Z | Actions: 1/3687 actions (Installing new actions) |
156 | 2023-10-24T16:42:21.368Z | Actions: 3271/3687 actions (Installing new actions) |
157 | 2023-10-24T16:42:25.546Z | Actions: Completed 3687 actions in 9.23 seconds. |
158 | 2023-10-24T16:42:25.633Z | Done (0.080s) |
159 | 2023-10-24T16:42:25.636Z | Done (0.000s) |
160 | 2023-10-24T16:42:25.831Z | Done (0.195s) |
161 | 2023-10-24T16:42:34.111Z | Done (8.167s) |
162 | 2023-10-24T16:42:34.431Z | Done (0.218s) |
163 | 2023-10-24T16:42:34.434Z | Done (0.000s) |
164 | 2023-10-24T16:42:34.691Z | Done (0.000s) |
165 | 2023-10-24T16:42:35.422Z | Planning: Evaluating mediator changes ... Done |
166 | 2023-10-24T16:42:35.714Z | Planning: Checking for conflicting actions ... Done |
167 | 2023-10-24T16:42:35.717Z | Planning: Consolidating action changes ... Done |
168 | 2023-10-24T16:42:36.155Z | Planning: Evaluating mediators ... Done |
169 | 2023-10-24T16:42:36.157Z | Planning: Planning completed in 0.73 seconds |
170 | 2023-10-24T16:42:36.210Z | Mediators to change: 2 |
171 | 2023-10-24T16:42:36.218Z | Create boot environment: No |
172 | 2023-10-24T16:42:36.236Z | Create backup boot environment: No |
173 | 2023-10-24T16:42:36.301Z | Done |
174 | 2023-10-24T16:42:36.309Z | Done |
175 | 2023-10-24T16:42:36.428Z | Done |
176 | 2023-10-24T16:42:42.411Z | Done |
177 | 2023-10-24T16:42:42.531Z | Done |
178 | 2023-10-24T16:42:42.533Z | Done |
179 | 2023-10-24T16:42:42.648Z | Done |
180 | 2023-10-24T16:42:43.637Z | Planning: Evaluating mediator changes ... Done |
181 | 2023-10-24T16:42:43.641Z | Planning: Merging actions ... Done |
182 | 2023-10-24T16:42:43.970Z | Planning: Checking for conflicting actions ... Done |
183 | 2023-10-24T16:42:43.973Z | Planning: Consolidating action changes ... Done |
184 | 2023-10-24T16:42:44.410Z | Planning: Evaluating mediators ... Done |
185 | 2023-10-24T16:42:44.503Z | Planning: Planning completed in 1.30 seconds |
186 | 2023-10-24T16:42:44.977Z | Packages to change: 1 |
187 | 2023-10-24T16:42:44.981Z | Mediators to change: 1 |
188 | 2023-10-24T16:42:44.989Z | Services to change: 1 |
189 | 2023-10-24T16:42:45.006Z | Create boot environment: No |
190 | 2023-10-24T16:42:45.027Z | Create backup boot environment: Yes |
191 | 2023-10-24T16:42:46.747Z | Actions: 1/6 actions (Updating modified actions) |
192 | 2023-10-24T16:42:46.751Z | Actions: Completed 6 actions in 0.00 seconds. |
193 | 2023-10-24T16:42:46.754Z | Done |
194 | 2023-10-24T16:42:46.758Z | Done |
195 | 2023-10-24T16:42:46.799Z | Done |
196 | 2023-10-24T16:42:52.709Z | Done |
197 | 2023-10-24T16:42:52.831Z | Done |
198 | 2023-10-24T16:42:52.835Z | Done |
199 | 2023-10-24T16:42:52.952Z | Done |
200 | 2023-10-24T16:42:53.614Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
201 | 2023-10-24T16:42:53.619Z | clang system 15 system |
202 | 2023-10-24T16:42:53.622Z | csh system system illumos |
203 | 2023-10-24T16:42:53.627Z | ctags system system illumos |
204 | 2023-10-24T16:42:53.631Z | gcc vendor 12 vendor |
205 | 2023-10-24T16:42:53.635Z | gcc system 10 system |
206 | 2023-10-24T16:42:53.638Z | gcc system 7 system |
207 | 2023-10-24T16:42:53.641Z | go system 1.20 system |
208 | 2023-10-24T16:42:53.644Z | go system 1.19 system |
209 | 2023-10-24T16:42:53.647Z | llvm system 15 system |
210 | 2023-10-24T16:42:53.650Z | llvm system 14 system |
211 | 2023-10-24T16:42:53.653Z | mariadb system 10.6 system |
212 | 2023-10-24T16:42:53.656Z | mta vendor vendor dma |
213 | 2023-10-24T16:42:53.662Z | openjdk system 17 system |
214 | 2023-10-24T16:42:53.666Z | openjdk system 11 system |
215 | 2023-10-24T16:42:53.669Z | openjdk system 1.8 system |
216 | 2023-10-24T16:42:53.672Z | openssl vendor 3 vendor |
217 | 2023-10-24T16:42:53.675Z | perl system 5.36 system |
218 | 2023-10-24T16:42:53.678Z | postgresql system 15 system |
219 | 2023-10-24T16:42:53.681Z | postgresql system 13 system |
220 | 2023-10-24T16:42:53.684Z | python vendor 3 vendor |
221 | 2023-10-24T16:42:53.687Z | python system 2 system |
222 | 2023-10-24T16:42:53.690Z | python3 system 3.11 system |
223 | 2023-10-24T16:42:53.693Z | ruby system 3.0 system |
224 | 2023-10-24T16:42:53.695Z | words vendor vendor american-english |
225 | 2023-10-24T16:42:53.698Z | words system system australian-english |
226 | 2023-10-24T16:42:53.701Z | words system system british-english |
227 | 2023-10-24T16:42:53.704Z | words system system canadian-english |
228 | 2023-10-24T16:42:53.707Z | words system system french |
229 | 2023-10-24T16:42:53.710Z | words system system italian |
230 | 2023-10-24T16:42:53.713Z | words system system ngerman |
231 | 2023-10-24T16:42:53.716Z | words system system ogerman |
232 | 2023-10-24T16:42:53.719Z | words system system spanish |
233 | 2023-10-24T16:42:54.137Z | FMRI IFO |
234 | 2023-10-24T16:42:54.140Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2023-10-24T16:42:54.143Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2023-10-24T16:42:54.146Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2023-10-24T16:42:54.149Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
238 | 2023-10-24T16:42:54.152Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2023-10-24T16:42:54.155Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
240 | 2023-10-24T16:42:54.207Z | + set -o errexit |
241 | 2023-10-24T16:42:54.209Z | +++ dirname ./tools/ci_download_cockroachdb |
242 | 2023-10-24T16:42:54.212Z | ++ cd ./tools |
243 | 2023-10-24T16:42:54.215Z | ++ pwd |
244 | 2023-10-24T16:42:54.218Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
245 | 2023-10-24T16:42:54.221Z | ++ basename ./tools/ci_download_cockroachdb |
246 | 2023-10-24T16:42:54.224Z | + ARG0=ci_download_cockroachdb |
247 | 2023-10-24T16:42:54.227Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
248 | 2023-10-24T16:42:54.230Z | + CIDL_VERSION=v22.1.9 |
249 | 2023-10-24T16:42:54.233Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
250 | 2023-10-24T16:42:54.236Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
251 | 2023-10-24T16:42:54.239Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
252 | 2023-10-24T16:42:54.242Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
253 | 2023-10-24T16:42:54.245Z | + TARGET_DIR=out |
254 | 2023-10-24T16:42:54.248Z | + DOWNLOAD_DIR=out/downloads |
255 | 2023-10-24T16:42:54.251Z | + DEST_DIR=./out/cockroachdb |
256 | 2023-10-24T16:42:54.254Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
257 | 2023-10-24T16:42:54.256Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
258 | 2023-10-24T16:42:54.260Z | + main |
259 | 2023-10-24T16:42:54.263Z | + [[ 0 != 0 ]] |
260 | 2023-10-24T16:42:54.266Z | + CIDL_OS=solaris2.11 |
261 | 2023-10-24T16:42:54.270Z | + [[ 0 != 0 ]] |
262 | 2023-10-24T16:42:54.274Z | + configure_os solaris2.11 |
263 | 2023-10-24T16:42:54.277Z | + echo 'current directory: /work/oxidecomputer/omicron' |
264 | 2023-10-24T16:42:54.280Z | current directory: /work/oxidecomputer/omicron |
265 | 2023-10-24T16:42:54.283Z | + echo 'configuring based on OS: "solaris2.11"' |
266 | 2023-10-24T16:42:54.286Z | configuring based on OS: "solaris2.11" |
267 | 2023-10-24T16:42:54.289Z | + case "$1" in |
268 | 2023-10-24T16:42:54.292Z | + CIDL_BUILD=illumos |
269 | 2023-10-24T16:42:54.295Z | + CIDL_SUFFIX=tar.gz |
270 | 2023-10-24T16:42:54.299Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
271 | 2023-10-24T16:42:54.302Z | + CIDL_MD5FUNC=do_md5sum |
272 | 2023-10-24T16:42:54.305Z | + CIDL_URL_BASE=https://illumos.org/downloads |
273 | 2023-10-24T16:42:54.308Z | + CIDL_ASSEMBLE=do_assemble_illumos |
274 | 2023-10-24T16:42:54.311Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
275 | 2023-10-24T16:42:54.314Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-10-24T16:42:54.317Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-10-24T16:42:54.321Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
278 | 2023-10-24T16:42:54.324Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-10-24T16:42:54.327Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2023-10-24T16:42:54.330Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-10-24T16:42:54.333Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2023-10-24T16:42:54.336Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-10-24T16:42:54.339Z | + mkdir -p out/downloads |
284 | 2023-10-24T16:42:54.343Z | + mkdir -p ./out/cockroachdb |
285 | 2023-10-24T16:42:54.346Z | + local DO_DOWNLOAD=true |
286 | 2023-10-24T16:42:54.349Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
287 | 2023-10-24T16:42:54.352Z | + '[' true == true ']' |
288 | 2023-10-24T16:42:54.355Z | + echo Downloading... |
289 | 2023-10-24T16:42:54.359Z | Downloading... |
290 | 2023-10-24T16:42:54.362Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-10-24T16:42:54.366Z | + 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 |
292 | 2023-10-24T16:42:58.569Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-10-24T16:42:58.572Z | ++ md5sum |
294 | 2023-10-24T16:42:58.575Z | ++ awk '{print $1}' |
295 | 2023-10-24T16:42:58.756Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
296 | 2023-10-24T16:42:58.759Z | + [[ 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 ]] |
297 | 2023-10-24T16:42:58.762Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-10-24T16:42:58.765Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
299 | 2023-10-24T16:43:02.341Z | + do_assemble_illumos |
300 | 2023-10-24T16:43:02.344Z | + rm -r ./out/cockroachdb |
301 | 2023-10-24T16:43:02.347Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
302 | 2023-10-24T16:43:03.012Z | + ./out/cockroachdb/bin/cockroach version |
303 | 2023-10-24T16:43:03.332Z | Build Tag: v22.1.9-dirty |
304 | 2023-10-24T16:43:03.335Z | Build Time: 2022/10/26 21:17:46 |
305 | 2023-10-24T16:43:03.338Z | Distribution: OSS |
306 | 2023-10-24T16:43:03.342Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
307 | 2023-10-24T16:43:03.345Z | Go Version: go1.17.13 |
308 | 2023-10-24T16:43:03.348Z | C Compiler: gcc 10.3.0 |
309 | 2023-10-24T16:43:03.351Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
310 | 2023-10-24T16:43:03.354Z | Build Type: release |
311 | 2023-10-24T16:43:03.359Z | + set -o errexit |
312 | 2023-10-24T16:43:03.362Z | +++ dirname ./tools/ci_download_clickhouse |
313 | 2023-10-24T16:43:03.365Z | ++ cd ./tools |
314 | 2023-10-24T16:43:03.368Z | ++ pwd |
315 | 2023-10-24T16:43:03.373Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
316 | 2023-10-24T16:43:03.376Z | ++ basename ./tools/ci_download_clickhouse |
317 | 2023-10-24T16:43:03.379Z | + ARG0=ci_download_clickhouse |
318 | 2023-10-24T16:43:03.383Z | + TARGET_DIR=out |
319 | 2023-10-24T16:43:03.386Z | + DOWNLOAD_DIR=out/downloads |
320 | 2023-10-24T16:43:03.390Z | + DEST_DIR=./out/clickhouse |
321 | 2023-10-24T16:43:03.396Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2023-10-24T16:43:03.400Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2023-10-24T16:43:03.403Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2023-10-24T16:43:03.406Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2023-10-24T16:43:03.409Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2023-10-24T16:43:03.412Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2023-10-24T16:43:03.415Z | + main |
328 | 2023-10-24T16:43:03.419Z | + [[ 0 != 0 ]] |
329 | 2023-10-24T16:43:03.422Z | + CIDL_OS=solaris2.11 |
330 | 2023-10-24T16:43:03.425Z | + [[ 0 != 0 ]] |
331 | 2023-10-24T16:43:03.432Z | + configure_os solaris2.11 |
332 | 2023-10-24T16:43:03.436Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2023-10-24T16:43:03.439Z | current directory: /work/oxidecomputer/omicron |
334 | 2023-10-24T16:43:03.442Z | + echo 'configuring based on OS: "solaris2.11"' |
335 | 2023-10-24T16:43:03.445Z | + CIDL_DASHREV= |
336 | 2023-10-24T16:43:03.449Z | configuring based on OS: "solaris2.11" |
337 | 2023-10-24T16:43:03.451Z | + case "$1" in |
338 | 2023-10-24T16:43:03.454Z | + CIDL_PLATFORM=illumos |
339 | 2023-10-24T16:43:03.457Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2023-10-24T16:43:03.460Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2023-10-24T16:43:03.463Z | + CIDL_DASHREV=-1 |
342 | 2023-10-24T16:43:03.466Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2023-10-24T16:43:03.469Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-10-24T16:43:03.472Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-10-24T16:43:03.476Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-10-24T16:43:03.479Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2023-10-24T16:43:03.482Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-10-24T16:43:03.486Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2023-10-24T16:43:03.489Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-10-24T16:43:03.491Z | + mkdir -p out/downloads |
351 | 2023-10-24T16:43:03.495Z | + mkdir -p ./out/clickhouse |
352 | 2023-10-24T16:43:03.498Z | + local DO_DOWNLOAD=true |
353 | 2023-10-24T16:43:03.501Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2023-10-24T16:43:03.505Z | + '[' true == true ']' |
355 | 2023-10-24T16:43:03.508Z | + echo Downloading... |
356 | 2023-10-24T16:43:03.512Z | Downloading... |
357 | 2023-10-24T16:43:03.515Z | + 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 |
358 | 2023-10-24T16:43:03.518Z | + 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 |
359 | 2023-10-24T16:43:09.361Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-10-24T16:43:09.364Z | ++ md5sum |
361 | 2023-10-24T16:43:09.367Z | ++ awk '{print $1}' |
362 | 2023-10-24T16:43:09.623Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2023-10-24T16:43:09.626Z | + [[ 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 ]] |
364 | 2023-10-24T16:43:09.629Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2023-10-24T16:43:09.632Z | + mkdir -p ./out/clickhouse |
366 | 2023-10-24T16:43:09.635Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2023-10-24T16:43:14.734Z | + ./out/clickhouse/clickhouse server --version |
368 | 2023-10-24T16:43:14.787Z | ClickHouse server version 22.8.9.1. |
369 | 2023-10-24T16:43:14.809Z | + set -o errexit |
370 | 2023-10-24T16:43:14.812Z | +++ dirname ./tools/ci_download_console |
371 | 2023-10-24T16:43:14.816Z | ++ cd ./tools |
372 | 2023-10-24T16:43:14.819Z | ++ pwd |
373 | 2023-10-24T16:43:14.822Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2023-10-24T16:43:14.825Z | ++ basename ./tools/ci_download_console |
375 | 2023-10-24T16:43:14.828Z | + ARG0=ci_download_console |
376 | 2023-10-24T16:43:14.830Z | + TARGET_DIR=out |
377 | 2023-10-24T16:43:14.834Z | + DOWNLOAD_DIR=out/downloads |
378 | 2023-10-24T16:43:14.837Z | + DEST_DIR=./out/console-assets |
379 | 2023-10-24T16:43:14.840Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2023-10-24T16:43:14.842Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
381 | 2023-10-24T16:43:14.846Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
382 | 2023-10-24T16:43:14.849Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
383 | 2023-10-24T16:43:14.852Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2023-10-24T16:43:14.855Z | + main |
385 | 2023-10-24T16:43:14.859Z | + [[ 0 != 0 ]] |
386 | 2023-10-24T16:43:14.862Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
387 | 2023-10-24T16:43:14.866Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
388 | 2023-10-24T16:43:14.870Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2023-10-24T16:43:14.873Z | Local file: out/downloads/console.tar.gz |
390 | 2023-10-24T16:43:14.877Z | + local DO_DOWNLOAD=true |
391 | 2023-10-24T16:43:14.880Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2023-10-24T16:43:14.883Z | + mkdir -p out/downloads |
393 | 2023-10-24T16:43:14.886Z | + '[' true == true ']' |
394 | 2023-10-24T16:43:14.890Z | + echo Downloading... |
395 | 2023-10-24T16:43:14.893Z | Downloading... |
396 | 2023-10-24T16:43:14.896Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
397 | 2023-10-24T16:43:14.899Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
398 | 2023-10-24T16:43:15.748Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2023-10-24T16:43:15.751Z | ++ case "$OSTYPE" in |
400 | 2023-10-24T16:43:15.754Z | ++ SHA=sha256sum |
401 | 2023-10-24T16:43:15.758Z | ++ sha256sum |
402 | 2023-10-24T16:43:15.761Z | ++ awk '{print $1}' |
403 | 2023-10-24T16:43:15.773Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
404 | 2023-10-24T16:43:15.776Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
405 | 2023-10-24T16:43:15.779Z | + rm -rf ./out/console-assets |
406 | 2023-10-24T16:43:15.782Z | + mkdir -p ./out/console-assets |
407 | 2023-10-24T16:43:15.785Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2023-10-24T16:43:15.788Z | + mkdir -p ./out/console-assets |
409 | 2023-10-24T16:43:15.791Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2023-10-24T16:43:15.928Z | + set -o errexit |
411 | 2023-10-24T16:43:15.931Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2023-10-24T16:43:15.935Z | ++ cd ./tools |
413 | 2023-10-24T16:43:15.939Z | ++ pwd |
414 | 2023-10-24T16:43:15.942Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2023-10-24T16:43:15.947Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2023-10-24T16:43:15.950Z | + ARG0=ci_download_maghemite_openapi |
417 | 2023-10-24T16:43:15.954Z | + TARGET_DIR=out |
418 | 2023-10-24T16:43:15.957Z | + DOWNLOAD_DIR=out/downloads |
419 | 2023-10-24T16:43:15.960Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
420 | 2023-10-24T16:43:15.965Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
421 | 2023-10-24T16:43:15.968Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
422 | 2023-10-24T16:43:15.975Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
423 | 2023-10-24T16:43:15.978Z | + LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
424 | 2023-10-24T16:43:15.981Z | + main |
425 | 2023-10-24T16:43:15.985Z | + [[ 0 != 0 ]] |
426 | 2023-10-24T16:43:15.989Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json' |
427 | 2023-10-24T16:43:15.992Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
428 | 2023-10-24T16:43:15.995Z | + echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json' |
429 | 2023-10-24T16:43:15.999Z | Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
430 | 2023-10-24T16:43:16.003Z | + local DO_DOWNLOAD=true |
431 | 2023-10-24T16:43:16.006Z | + [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
432 | 2023-10-24T16:43:16.009Z | + mkdir -p out/downloads |
433 | 2023-10-24T16:43:16.014Z | + '[' true == true ']' |
434 | 2023-10-24T16:43:16.017Z | + echo Downloading... |
435 | 2023-10-24T16:43:16.020Z | Downloading... |
436 | 2023-10-24T16:43:16.023Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
437 | 2023-10-24T16:43:16.027Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
438 | 2023-10-24T16:43:16.084Z | ++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
439 | 2023-10-24T16:43:16.088Z | ++ case "$OSTYPE" in |
440 | 2023-10-24T16:43:16.095Z | ++ SHA=sha256sum |
441 | 2023-10-24T16:43:16.102Z | ++ sha256sum |
442 | 2023-10-24T16:43:16.108Z | ++ awk '{print $1}' |
443 | 2023-10-24T16:43:16.121Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
444 | 2023-10-24T16:43:16.133Z | + [[ 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 ]] |
445 | 2023-10-24T16:43:16.144Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
446 | 2023-10-24T16:43:16.150Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
447 | 2023-10-24T16:43:16.158Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
448 | 2023-10-24T16:43:16.171Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
449 | 2023-10-24T16:43:16.177Z | + LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
450 | 2023-10-24T16:43:16.182Z | + main |
451 | 2023-10-24T16:43:16.186Z | + [[ 0 != 0 ]] |
452 | 2023-10-24T16:43:16.191Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json' |
453 | 2023-10-24T16:43:16.195Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
454 | 2023-10-24T16:43:16.204Z | + echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json' |
455 | 2023-10-24T16:43:16.211Z | Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
456 | 2023-10-24T16:43:16.216Z | + local DO_DOWNLOAD=true |
457 | 2023-10-24T16:43:16.223Z | + [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
458 | 2023-10-24T16:43:16.235Z | + mkdir -p out/downloads |
459 | 2023-10-24T16:43:16.245Z | + '[' true == true ']' |
460 | 2023-10-24T16:43:16.254Z | + echo Downloading... |
461 | 2023-10-24T16:43:16.265Z | Downloading... |
462 | 2023-10-24T16:43:16.273Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
463 | 2023-10-24T16:43:16.281Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
464 | 2023-10-24T16:43:16.304Z | ++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
465 | 2023-10-24T16:43:16.312Z | ++ case "$OSTYPE" in |
466 | 2023-10-24T16:43:16.323Z | ++ SHA=sha256sum |
467 | 2023-10-24T16:43:16.335Z | ++ sha256sum |
468 | 2023-10-24T16:43:16.342Z | ++ awk '{print $1}' |
469 | 2023-10-24T16:43:16.355Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
470 | 2023-10-24T16:43:16.361Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
471 | 2023-10-24T16:43:16.370Z | + set -o errexit |
472 | 2023-10-24T16:43:16.377Z | +++ dirname ./tools/ci_download_dendrite_openapi |
473 | 2023-10-24T16:43:16.389Z | ++ cd ./tools |
474 | 2023-10-24T16:43:16.400Z | ++ pwd |
475 | 2023-10-24T16:43:16.413Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
476 | 2023-10-24T16:43:16.422Z | ++ basename ./tools/ci_download_dendrite_openapi |
477 | 2023-10-24T16:43:16.430Z | + ARG0=ci_download_dendrite_openapi |
478 | 2023-10-24T16:43:16.439Z | + TARGET_DIR=out |
479 | 2023-10-24T16:43:16.450Z | + DOWNLOAD_DIR=out/downloads |
480 | 2023-10-24T16:43:16.462Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2023-10-24T16:43:16.471Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
482 | 2023-10-24T16:43:16.478Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
483 | 2023-10-24T16:43:16.484Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
484 | 2023-10-24T16:43:16.489Z | + LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
485 | 2023-10-24T16:43:16.496Z | + main |
486 | 2023-10-24T16:43:16.505Z | + [[ 0 != 0 ]] |
487 | 2023-10-24T16:43:16.519Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json' |
488 | 2023-10-24T16:43:16.528Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
489 | 2023-10-24T16:43:16.535Z | Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
490 | 2023-10-24T16:43:16.548Z | + echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json' |
491 | 2023-10-24T16:43:16.627Z | + local DO_DOWNLOAD=true |
492 | 2023-10-24T16:43:16.636Z | + [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]] |
493 | 2023-10-24T16:43:16.643Z | + mkdir -p out/downloads |
494 | 2023-10-24T16:43:16.652Z | + '[' true == true ']' |
495 | 2023-10-24T16:43:16.658Z | + echo Downloading... |
496 | 2023-10-24T16:43:16.664Z | Downloading... |
497 | 2023-10-24T16:43:16.670Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
498 | 2023-10-24T16:43:16.676Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
499 | 2023-10-24T16:43:16.680Z | ++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
500 | 2023-10-24T16:43:16.685Z | ++ case "$OSTYPE" in |
501 | 2023-10-24T16:43:16.689Z | ++ SHA=sha256sum |
502 | 2023-10-24T16:43:16.696Z | ++ sha256sum |
503 | 2023-10-24T16:43:16.701Z | ++ awk '{print $1}' |
504 | 2023-10-24T16:43:16.706Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
505 | 2023-10-24T16:43:16.710Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
506 | 2023-10-24T16:43:16.713Z | + set -o errexit |
507 | 2023-10-24T16:43:16.716Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2023-10-24T16:43:16.719Z | ++ cd ./tools |
509 | 2023-10-24T16:43:16.722Z | ++ pwd |
510 | 2023-10-24T16:43:16.725Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2023-10-24T16:43:16.729Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2023-10-24T16:43:16.732Z | + ARG0=ci_download_dendrite_stub |
513 | 2023-10-24T16:43:16.739Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2023-10-24T16:43:16.745Z | ++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
515 | 2023-10-24T16:43:16.763Z | ++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51 |
516 | 2023-10-24T16:43:16.775Z | ++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba |
517 | 2023-10-24T16:43:16.791Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2023-10-24T16:43:16.796Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
519 | 2023-10-24T16:43:16.800Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
520 | 2023-10-24T16:43:16.810Z | + TARGET_DIR=out |
521 | 2023-10-24T16:43:16.816Z | + DOWNLOAD_DIR=out/downloads |
522 | 2023-10-24T16:43:16.824Z | + DEST_DIR=./out/dendrite-stub |
523 | 2023-10-24T16:43:16.828Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
524 | 2023-10-24T16:43:16.832Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2023-10-24T16:43:16.837Z | + REPO=oxidecomputer/dendrite |
526 | 2023-10-24T16:43:16.842Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686 |
527 | 2023-10-24T16:43:16.846Z | + main |
528 | 2023-10-24T16:43:16.851Z | + [[ 0 != 0 ]] |
529 | 2023-10-24T16:43:16.855Z | + CIDL_OS=solaris2.11 |
530 | 2023-10-24T16:43:16.859Z | + [[ 0 != 0 ]] |
531 | 2023-10-24T16:43:16.865Z | + configure_os solaris2.11 |
532 | 2023-10-24T16:43:16.873Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2023-10-24T16:43:16.881Z | current directory: /work/oxidecomputer/omicron |
534 | 2023-10-24T16:43:16.893Z | + echo 'configuring based on OS: "solaris2.11"' |
535 | 2023-10-24T16:43:16.897Z | configuring based on OS: "solaris2.11" |
536 | 2023-10-24T16:43:16.906Z | + case "$1" in |
537 | 2023-10-24T16:43:16.912Z | + SET_BINARIES= |
538 | 2023-10-24T16:43:16.917Z | + CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
539 | 2023-10-24T16:43:16.924Z | + CIDL_SHA256FUNC=do_sha256sum |
540 | 2023-10-24T16:43:16.930Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
541 | 2023-10-24T16:43:16.936Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
542 | 2023-10-24T16:43:16.943Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
543 | 2023-10-24T16:43:16.949Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz' |
544 | 2023-10-24T16:43:16.956Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
545 | 2023-10-24T16:43:16.962Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
546 | 2023-10-24T16:43:16.972Z | Local file: out/downloads/dendrite-stub.tar.gz |
547 | 2023-10-24T16:43:16.978Z | + mkdir -p out/downloads |
548 | 2023-10-24T16:43:16.987Z | + mkdir -p ./out/dendrite-stub |
549 | 2023-10-24T16:43:16.994Z | + fetch_and_verify |
550 | 2023-10-24T16:43:17.003Z | + local DO_DOWNLOAD=true |
551 | 2023-10-24T16:43:17.017Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
552 | 2023-10-24T16:43:17.025Z | + '[' true == true ']' |
553 | 2023-10-24T16:43:17.034Z | + echo Downloading... |
554 | 2023-10-24T16:43:17.042Z | Downloading... |
555 | 2023-10-24T16:43:17.048Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
556 | 2023-10-24T16:43:17.056Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
557 | 2023-10-24T16:43:21.238Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
558 | 2023-10-24T16:43:21.241Z | ++ sha256sum |
559 | 2023-10-24T16:43:21.244Z | ++ awk '{print $1}' |
560 | 2023-10-24T16:43:21.334Z | + calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
561 | 2023-10-24T16:43:21.338Z | + [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]] |
562 | 2023-10-24T16:43:21.341Z | + do_untar out/downloads/dendrite-stub.tar.gz |
563 | 2023-10-24T16:43:21.344Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
564 | 2023-10-24T16:43:22.293Z | + do_assemble |
565 | 2023-10-24T16:43:22.298Z | + rm -r ./out/dendrite-stub |
566 | 2023-10-24T16:43:22.302Z | + mkdir ./out/dendrite-stub |
567 | 2023-10-24T16:43:22.306Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
568 | 2023-10-24T16:43:22.438Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
569 | 2023-10-24T16:43:22.451Z | + set -o errexit |
570 | 2023-10-24T16:43:22.454Z | +++ dirname ./tools/ci_download_maghemite_mgd |
571 | 2023-10-24T16:43:22.457Z | ++ cd ./tools |
572 | 2023-10-24T16:43:22.460Z | ++ pwd |
573 | 2023-10-24T16:43:22.465Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
574 | 2023-10-24T16:43:22.468Z | ++ basename ./tools/ci_download_maghemite_mgd |
575 | 2023-10-24T16:43:22.471Z | + ARG0=ci_download_maghemite_mgd |
576 | 2023-10-24T16:43:22.474Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
577 | 2023-10-24T16:43:22.477Z | ++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
578 | 2023-10-24T16:43:22.480Z | ++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d |
579 | 2023-10-24T16:43:22.483Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
580 | 2023-10-24T16:43:22.487Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
581 | 2023-10-24T16:43:22.490Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
582 | 2023-10-24T16:43:22.493Z | + TARGET_DIR=out |
583 | 2023-10-24T16:43:22.496Z | + DOWNLOAD_DIR=out/downloads |
584 | 2023-10-24T16:43:22.499Z | + DEST_DIR=./out/mgd |
585 | 2023-10-24T16:43:22.502Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
586 | 2023-10-24T16:43:22.505Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2023-10-24T16:43:22.508Z | + REPO=oxidecomputer/maghemite |
588 | 2023-10-24T16:43:22.511Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a |
589 | 2023-10-24T16:43:22.514Z | + main |
590 | 2023-10-24T16:43:22.517Z | + [[ 0 != 0 ]] |
591 | 2023-10-24T16:43:22.520Z | + CIDL_OS=solaris2.11 |
592 | 2023-10-24T16:43:22.523Z | + [[ 0 != 0 ]] |
593 | 2023-10-24T16:43:22.529Z | + configure_os solaris2.11 |
594 | 2023-10-24T16:43:22.532Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2023-10-24T16:43:22.535Z | current directory: /work/oxidecomputer/omicron |
596 | 2023-10-24T16:43:22.538Z | + echo 'configuring based on OS: "solaris2.11"' |
597 | 2023-10-24T16:43:22.541Z | + case "$1" in |
598 | 2023-10-24T16:43:22.544Z | + SET_BINARIES= |
599 | 2023-10-24T16:43:22.547Z | configuring based on OS: "solaris2.11" |
600 | 2023-10-24T16:43:22.550Z | + CIDL_SHA256FUNC=do_sha256sum |
601 | 2023-10-24T16:43:22.554Z | + TARBALL_FILENAME=mgd.tar.gz |
602 | 2023-10-24T16:43:22.556Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
603 | 2023-10-24T16:43:22.560Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
604 | 2023-10-24T16:43:22.563Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz' |
605 | 2023-10-24T16:43:22.566Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
606 | 2023-10-24T16:43:22.569Z | Local file: out/downloads/mgd.tar.gz |
607 | 2023-10-24T16:43:22.573Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
608 | 2023-10-24T16:43:22.577Z | + mkdir -p out/downloads |
609 | 2023-10-24T16:43:22.581Z | + mkdir -p ./out/mgd |
610 | 2023-10-24T16:43:22.584Z | + fetch_and_verify |
611 | 2023-10-24T16:43:22.587Z | + local DO_DOWNLOAD=true |
612 | 2023-10-24T16:43:22.590Z | + [[ -f out/downloads/mgd.tar.gz ]] |
613 | 2023-10-24T16:43:22.593Z | + '[' true == true ']' |
614 | 2023-10-24T16:43:22.596Z | + echo Downloading... |
615 | 2023-10-24T16:43:22.599Z | Downloading... |
616 | 2023-10-24T16:43:22.602Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz |
617 | 2023-10-24T16:43:22.606Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
618 | 2023-10-24T16:43:27.273Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
619 | 2023-10-24T16:43:27.276Z | ++ sha256sum |
620 | 2023-10-24T16:43:27.279Z | ++ awk '{print $1}' |
621 | 2023-10-24T16:43:27.352Z | + calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
622 | 2023-10-24T16:43:27.355Z | + [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]] |
623 | 2023-10-24T16:43:27.359Z | + do_untar out/downloads/mgd.tar.gz |
624 | 2023-10-24T16:43:27.362Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
625 | 2023-10-24T16:43:28.078Z | + do_assemble |
626 | 2023-10-24T16:43:28.081Z | + rm -r ./out/mgd |
627 | 2023-10-24T16:43:28.084Z | + mkdir ./out/mgd |
628 | 2023-10-24T16:43:28.087Z | + cp -r out/downloads/root ./out/mgd/root |
629 | 2023-10-24T16:43:28.303Z | + set -o errexit |
630 | 2023-10-24T16:43:28.306Z | +++ dirname ./tools/ci_download_transceiver_control |
631 | 2023-10-24T16:43:28.309Z | ++ cd ./tools |
632 | 2023-10-24T16:43:28.312Z | ++ pwd |
633 | 2023-10-24T16:43:28.315Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2023-10-24T16:43:28.318Z | ++ basename ./tools/ci_download_transceiver_control |
635 | 2023-10-24T16:43:28.321Z | + ARG0=ci_download_transceiver_control |
636 | 2023-10-24T16:43:28.325Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
637 | 2023-10-24T16:43:28.330Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2023-10-24T16:43:28.333Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2023-10-24T16:43:28.338Z | + TARGET_DIR=out |
640 | 2023-10-24T16:43:28.343Z | + DOWNLOAD_DIR=out/downloads |
641 | 2023-10-24T16:43:28.349Z | + DEST_DIR=./out/transceiver-control |
642 | 2023-10-24T16:43:28.352Z | + BIN_DIR=/opt/oxide/bin |
643 | 2023-10-24T16:43:28.355Z | + BINARY=xcvradm |
644 | 2023-10-24T16:43:28.358Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2023-10-24T16:43:28.361Z | + REPO=oxidecomputer/transceiver-control |
646 | 2023-10-24T16:43:28.364Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2023-10-24T16:43:28.367Z | + main |
648 | 2023-10-24T16:43:28.371Z | + [[ 0 != 0 ]] |
649 | 2023-10-24T16:43:28.374Z | + CIDL_OS=solaris2.11 |
650 | 2023-10-24T16:43:28.378Z | + [[ 0 != 0 ]] |
651 | 2023-10-24T16:43:28.381Z | + configure_os solaris2.11 |
652 | 2023-10-24T16:43:28.384Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2023-10-24T16:43:28.387Z | current directory: /work/oxidecomputer/omicron |
654 | 2023-10-24T16:43:28.390Z | + echo 'configuring based on OS: "solaris2.11"' |
655 | 2023-10-24T16:43:28.392Z | configuring based on OS: "solaris2.11" |
656 | 2023-10-24T16:43:28.395Z | + case "$1" in |
657 | 2023-10-24T16:43:28.398Z | + SET_BINARIES= |
658 | 2023-10-24T16:43:28.401Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2023-10-24T16:43:28.404Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2023-10-24T16:43:28.407Z | + ARCHIVE_FILENAME=xcvradm.gz |
661 | 2023-10-24T16:43:28.410Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2023-10-24T16:43:28.413Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
663 | 2023-10-24T16:43:28.416Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
664 | 2023-10-24T16:43:28.420Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2023-10-24T16:43:28.424Z | + echo 'Local file: out/downloads/xcvradm.gz' |
666 | 2023-10-24T16:43:28.429Z | Local file: out/downloads/xcvradm.gz |
667 | 2023-10-24T16:43:28.433Z | + mkdir -p out/downloads |
668 | 2023-10-24T16:43:28.436Z | + mkdir -p ./out/transceiver-control |
669 | 2023-10-24T16:43:28.439Z | + fetch_and_verify |
670 | 2023-10-24T16:43:28.442Z | + local DO_DOWNLOAD=true |
671 | 2023-10-24T16:43:28.445Z | + [[ -f out/downloads/xcvradm.gz ]] |
672 | 2023-10-24T16:43:28.448Z | + '[' true == true ']' |
673 | 2023-10-24T16:43:28.452Z | + echo Downloading... |
674 | 2023-10-24T16:43:28.459Z | Downloading... |
675 | 2023-10-24T16:43:28.479Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
676 | 2023-10-24T16:43:28.498Z | + 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 |
677 | 2023-10-24T16:43:30.701Z | ++ do_sha256sum out/downloads/xcvradm.gz |
678 | 2023-10-24T16:43:30.705Z | ++ sha256sum |
679 | 2023-10-24T16:43:30.708Z | ++ awk '{print $1}' |
680 | 2023-10-24T16:43:30.731Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2023-10-24T16:43:30.740Z | + [[ 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 ]] |
682 | 2023-10-24T16:43:30.749Z | + do_unpack out/downloads/xcvradm.gz |
683 | 2023-10-24T16:43:30.757Z | + mkdir -p out/downloads/root//opt/oxide/bin |
684 | 2023-10-24T16:43:30.761Z | + gzip -dc out/downloads/xcvradm.gz |
685 | 2023-10-24T16:43:30.911Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
686 | 2023-10-24T16:43:30.919Z | + do_assemble |
687 | 2023-10-24T16:43:30.922Z | + rm -r ./out/transceiver-control |
688 | 2023-10-24T16:43:30.925Z | + mkdir ./out/transceiver-control |
689 | 2023-10-24T16:43:30.927Z | + cp -r out/downloads/root ./out/transceiver-control/root |
690 | 2023-10-24T16:43:31.156Z | All builder prerequisites installed successfully, and PATH looks valid |
691 | 2023-10-24T16:43:31.164Z | |
692 | 2023-10-24T16:43:31.171Z | real 2:06.763092951 |
693 | 2023-10-24T16:43:31.175Z | user 52.158948279 |
694 | 2023-10-24T16:43:31.180Z | sys 10.577104680 |
695 | 2023-10-24T16:43:31.184Z | trap 0.021491361 |
696 | 2023-10-24T16:43:31.189Z | tflt 0.540059495 |
697 | 2023-10-24T16:43:31.194Z | dflt 1.219442746 |
698 | 2023-10-24T16:43:31.199Z | kflt 0.387901016 |
699 | 2023-10-24T16:43:31.203Z | lock 1.872028697 |
700 | 2023-10-24T16:43:31.209Z | slp 3:54.421970095 |
701 | 2023-10-24T16:43:31.221Z | lat 4.126307104 |
702 | 2023-10-24T16:43:31.644Z | stop 0.064954278 |
703 | 2023-10-24T16:43:31.651Z | |
704 | 2023-10-24T16:43:31.657Z | #### # # ##### ##### # # |
705 | 2023-10-24T16:43:31.662Z | # # # # # # # # # # |
706 | 2023-10-24T16:43:31.669Z | # # # # # # # # |
707 | 2023-10-24T16:43:31.681Z | # # # ##### ##### # |
708 | 2023-10-24T16:43:31.688Z | # # # # # # # |
709 | 2023-10-24T16:43:31.695Z | #### ###### # # # # |
710 | 2023-10-24T16:43:31.705Z | |
711 | 2023-10-24T16:43:31.713Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
712 | 2023-10-24T16:43:31.949Z | Updating crates.io index |
713 | 2023-10-24T16:43:32.005Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
714 | 2023-10-24T16:43:32.833Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
715 | 2023-10-24T16:43:34.582Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
716 | 2023-10-24T16:43:35.209Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
717 | 2023-10-24T16:43:35.530Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
718 | 2023-10-24T16:43:35.837Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
719 | 2023-10-24T16:43:36.114Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
720 | 2023-10-24T16:43:37.051Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
721 | 2023-10-24T16:43:38.865Z | Updating git repository `https://github.com/oxidecomputer/opte` |
722 | 2023-10-24T16:43:39.993Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
723 | 2023-10-24T16:43:40.366Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
724 | 2023-10-24T16:43:40.704Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
725 | 2023-10-24T16:43:41.291Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
726 | 2023-10-24T16:43:41.784Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
727 | 2023-10-24T16:43:42.235Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
728 | 2023-10-24T16:43:42.564Z | Updating git repository `https://github.com/njaremko/samael` |
729 | 2023-10-24T16:43:43.171Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
730 | 2023-10-24T16:43:43.821Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
731 | 2023-10-24T16:43:44.235Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
732 | 2023-10-24T16:43:44.709Z | Updating git repository `https://github.com/jgallagher/nix` |
733 | 2023-10-24T16:43:45.927Z | Updating git repository `https://github.com/cbiffle/hubpack` |
734 | 2023-10-24T16:43:46.363Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
735 | 2023-10-24T16:43:55.681Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
736 | 2023-10-24T16:43:56.209Z | Updating git repository `https://github.com/oxidecomputer/typify` |
737 | 2023-10-24T16:43:57.284Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
738 | 2023-10-24T16:43:57.719Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
739 | 2023-10-24T16:43:58.094Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
740 | 2023-10-24T16:43:59.904Z | Downloading crates ... |
741 | 2023-10-24T16:44:00.088Z | Downloaded anstyle-parse v0.2.1 |
742 | 2023-10-24T16:44:00.097Z | Downloaded indexmap v2.0.0 |
743 | 2023-10-24T16:44:00.103Z | Downloaded utf8parse v0.2.1 |
744 | 2023-10-24T16:44:00.106Z | Downloaded anyhow v1.0.75 |
745 | 2023-10-24T16:44:00.111Z | Downloaded colorchoice v1.0.0 |
746 | 2023-10-24T16:44:00.114Z | Downloaded anstyle v1.0.2 |
747 | 2023-10-24T16:44:00.117Z | Downloaded equivalent v1.0.1 |
748 | 2023-10-24T16:44:00.120Z | Downloaded itoa v1.0.9 |
749 | 2023-10-24T16:44:00.123Z | Downloaded anstyle-query v1.0.0 |
750 | 2023-10-24T16:44:00.129Z | Downloaded cargo_metadata v0.18.0 |
751 | 2023-10-24T16:44:00.132Z | Downloaded terminal_size v0.2.6 |
752 | 2023-10-24T16:44:00.135Z | Downloaded clap_lex v0.5.1 |
753 | 2023-10-24T16:44:00.138Z | Downloaded strsim v0.10.0 |
754 | 2023-10-24T16:44:00.141Z | Downloaded serde_spanned v0.6.3 |
755 | 2023-10-24T16:44:00.144Z | Downloaded thiserror-impl v1.0.49 |
756 | 2023-10-24T16:44:00.147Z | Downloaded thiserror v1.0.49 |
757 | 2023-10-24T16:44:00.152Z | Downloaded camino v1.1.6 |
758 | 2023-10-24T16:44:00.154Z | Downloaded cargo_toml v0.16.3 |
759 | 2023-10-24T16:44:00.157Z | Downloaded bitflags v1.3.2 |
760 | 2023-10-24T16:44:00.161Z | Downloaded quote v1.0.33 |
761 | 2023-10-24T16:44:00.166Z | Downloaded io-lifetimes v1.0.11 |
762 | 2023-10-24T16:44:00.169Z | Downloaded proc-macro2 v1.0.67 |
763 | 2023-10-24T16:44:00.173Z | Downloaded ryu v1.0.15 |
764 | 2023-10-24T16:44:00.179Z | Downloaded errno v0.3.2 |
765 | 2023-10-24T16:44:00.183Z | Downloaded toml v0.8.0 |
766 | 2023-10-24T16:44:00.186Z | Downloaded serde_derive v1.0.188 |
767 | 2023-10-24T16:44:00.191Z | Downloaded clap_derive v4.4.2 |
768 | 2023-10-24T16:44:00.194Z | Downloaded clap v4.4.3 |
769 | 2023-10-24T16:44:00.209Z | Downloaded toml_edit v0.20.0 |
770 | 2023-10-24T16:44:00.238Z | Downloaded memchr v2.6.3 |
771 | 2023-10-24T16:44:00.247Z | Downloaded serde_json v1.0.107 |
772 | 2023-10-24T16:44:00.260Z | Downloaded clap_builder v4.4.2 |
773 | 2023-10-24T16:44:00.272Z | Downloaded winnow v0.5.15 |
774 | 2023-10-24T16:44:00.285Z | Downloaded syn v2.0.32 |
775 | 2023-10-24T16:44:00.303Z | Downloaded rustix v0.37.23 |
776 | 2023-10-24T16:44:00.338Z | Downloaded hashbrown v0.14.0 |
777 | 2023-10-24T16:44:00.346Z | Downloaded libc v0.2.149 |
778 | 2023-10-24T16:44:00.392Z | Downloaded toml_datetime v0.6.3 |
779 | 2023-10-24T16:44:00.395Z | Downloaded cargo-platform v0.1.3 |
780 | 2023-10-24T16:44:00.398Z | Downloaded serde v1.0.188 |
781 | 2023-10-24T16:44:00.402Z | Downloaded heck v0.4.1 |
782 | 2023-10-24T16:44:00.405Z | Downloaded unicode-ident v1.0.12 |
783 | 2023-10-24T16:44:00.408Z | Downloaded semver v1.0.18 |
784 | 2023-10-24T16:44:00.411Z | Downloaded anstream v0.5.0 |
785 | 2023-10-24T16:44:00.533Z | Compiling proc-macro2 v1.0.67 |
786 | 2023-10-24T16:44:00.536Z | Compiling unicode-ident v1.0.12 |
787 | 2023-10-24T16:44:00.543Z | Compiling serde v1.0.188 |
788 | 2023-10-24T16:44:00.547Z | Compiling libc v0.2.149 |
789 | 2023-10-24T16:44:00.550Z | Compiling io-lifetimes v1.0.11 |
790 | 2023-10-24T16:44:00.553Z | Compiling rustix v0.37.23 |
791 | 2023-10-24T16:44:00.557Z | Compiling hashbrown v0.14.0 |
792 | 2023-10-24T16:44:00.560Z | Compiling bitflags v1.3.2 |
793 | 2023-10-24T16:44:00.732Z | Compiling utf8parse v0.2.1 |
794 | 2023-10-24T16:44:00.870Z | Compiling equivalent v1.0.1 |
795 | 2023-10-24T16:44:00.977Z | Compiling anstyle-parse v0.2.1 |
796 | 2023-10-24T16:44:01.028Z | Compiling colorchoice v1.0.0 |
797 | 2023-10-24T16:44:01.229Z | Compiling thiserror v1.0.49 |
798 | 2023-10-24T16:44:01.386Z | Compiling anstyle v1.0.2 |
799 | 2023-10-24T16:44:01.876Z | Compiling serde_json v1.0.107 |
800 | 2023-10-24T16:44:02.065Z | Compiling indexmap v2.0.0 |
801 | 2023-10-24T16:44:03.288Z | Compiling semver v1.0.18 |
802 | 2023-10-24T16:44:04.442Z | Compiling winnow v0.5.15 |
803 | 2023-10-24T16:44:04.445Z | Compiling anstyle-query v1.0.0 |
804 | 2023-10-24T16:44:04.449Z | Compiling camino v1.1.6 |
805 | 2023-10-24T16:44:04.681Z | Compiling anstream v0.5.0 |
806 | 2023-10-24T16:44:04.748Z | Compiling strsim v0.10.0 |
807 | 2023-10-24T16:44:04.913Z | Compiling heck v0.4.1 |
808 | 2023-10-24T16:44:05.236Z | Compiling itoa v1.0.9 |
809 | 2023-10-24T16:44:05.346Z | Compiling anyhow v1.0.75 |
810 | 2023-10-24T16:44:05.562Z | Compiling ryu v1.0.15 |
811 | 2023-10-24T16:44:05.582Z | Compiling clap_lex v0.5.1 |
812 | 2023-10-24T16:44:05.915Z | Compiling quote v1.0.33 |
813 | 2023-10-24T16:44:06.476Z | Compiling errno v0.3.2 |
814 | 2023-10-24T16:44:06.503Z | Compiling syn v2.0.32 |
815 | 2023-10-24T16:44:08.179Z | Compiling terminal_size v0.2.6 |
816 | 2023-10-24T16:44:08.342Z | Compiling clap_builder v4.4.2 |
817 | 2023-10-24T16:44:13.747Z | Compiling serde_derive v1.0.188 |
818 | 2023-10-24T16:44:13.751Z | Compiling thiserror-impl v1.0.49 |
819 | 2023-10-24T16:44:13.754Z | Compiling clap_derive v4.4.2 |
820 | 2023-10-24T16:44:17.840Z | Compiling clap v4.4.3 |
821 | 2023-10-24T16:44:26.026Z | Compiling serde_spanned v0.6.3 |
822 | 2023-10-24T16:44:26.029Z | Compiling toml_datetime v0.6.3 |
823 | 2023-10-24T16:44:26.033Z | Compiling cargo-platform v0.1.3 |
824 | 2023-10-24T16:44:26.460Z | Compiling toml_edit v0.20.0 |
825 | 2023-10-24T16:44:28.108Z | Compiling cargo_metadata v0.18.0 |
826 | 2023-10-24T16:44:29.729Z | Compiling toml v0.8.0 |
827 | 2023-10-24T16:44:30.591Z | Compiling cargo_toml v0.16.3 |
828 | 2023-10-24T16:44:36.224Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
829 | 2023-10-24T16:44:37.563Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 06s |
830 | 2023-10-24T16:44:37.779Z | Running `target/debug/xtask clippy` |
831 | 2023-10-24T16:44:37.835Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
832 | 2023-10-24T16:44:38.750Z | Downloading crates ... |
833 | 2023-10-24T16:44:39.062Z | Downloaded bytecount v0.6.3 |
834 | 2023-10-24T16:44:39.073Z | Downloaded crossbeam-epoch v0.9.15 |
835 | 2023-10-24T16:44:39.081Z | Downloaded bytesize v1.3.0 |
836 | 2023-10-24T16:44:39.086Z | Downloaded cfg-if v0.1.10 |
837 | 2023-10-24T16:44:39.090Z | Downloaded cast v0.3.0 |
838 | 2023-10-24T16:44:39.104Z | Downloaded libefi-sys v0.1.0 |
839 | 2023-10-24T16:44:39.109Z | Downloaded linked-hash-map v0.5.6 |
840 | 2023-10-24T16:44:39.112Z | Downloaded libloading v0.7.4 |
841 | 2023-10-24T16:44:39.118Z | Downloaded adler v1.0.2 |
842 | 2023-10-24T16:44:39.122Z | Downloaded macaddr v1.0.1 |
843 | 2023-10-24T16:44:39.129Z | Downloaded anes v0.1.6 |
844 | 2023-10-24T16:44:39.137Z | Downloaded hyper-tls v0.5.0 |
845 | 2023-10-24T16:44:39.141Z | Downloaded aead v0.5.2 |
846 | 2023-10-24T16:44:39.144Z | Downloaded num v0.4.1 |
847 | 2023-10-24T16:44:39.148Z | Downloaded hubpack v0.1.2 |
848 | 2023-10-24T16:44:39.151Z | Downloaded http-range v0.1.5 |
849 | 2023-10-24T16:44:39.155Z | Downloaded array-init v0.0.4 |
850 | 2023-10-24T16:44:39.158Z | Downloaded async-stream-impl v0.3.5 |
851 | 2023-10-24T16:44:39.161Z | Downloaded instant v0.1.12 |
852 | 2023-10-24T16:44:39.164Z | Downloaded atty v0.2.14 |
853 | 2023-10-24T16:44:39.167Z | Downloaded atomicwrites v0.4.2 |
854 | 2023-10-24T16:44:39.170Z | Downloaded sct v0.7.0 |
855 | 2023-10-24T16:44:39.178Z | Downloaded home v0.5.5 |
856 | 2023-10-24T16:44:39.182Z | Downloaded newtype_derive v0.1.6 |
857 | 2023-10-24T16:44:39.186Z | Downloaded httpdate v1.0.3 |
858 | 2023-10-24T16:44:39.191Z | Downloaded nanorand v0.7.0 |
859 | 2023-10-24T16:44:39.198Z | Downloaded num_cpus v1.16.0 |
860 | 2023-10-24T16:44:39.207Z | Downloaded bitstruct v0.1.1 |
861 | 2023-10-24T16:44:39.213Z | Downloaded autocfg v1.1.0 |
862 | 2023-10-24T16:44:39.218Z | Downloaded inout v0.1.3 |
863 | 2023-10-24T16:44:39.222Z | Downloaded normalize-line-endings v0.3.0 |
864 | 2023-10-24T16:44:39.226Z | Downloaded indoc v2.0.3 |
865 | 2023-10-24T16:44:39.233Z | Downloaded newline-converter v0.3.0 |
866 | 2023-10-24T16:44:39.236Z | Downloaded bitstruct_derive v0.1.0 |
867 | 2023-10-24T16:44:39.240Z | Downloaded num_enum_derive v0.5.11 |
868 | 2023-10-24T16:44:39.243Z | Downloaded colored v2.0.4 |
869 | 2023-10-24T16:44:39.247Z | Downloaded rustc_version v0.4.0 |
870 | 2023-10-24T16:44:39.250Z | Downloaded mio v0.8.8 |
871 | 2023-10-24T16:44:39.262Z | Downloaded bit_field v0.10.2 |
872 | 2023-10-24T16:44:39.266Z | Downloaded usdt-attr-macro v0.3.5 |
873 | 2023-10-24T16:44:39.269Z | Downloaded constant_time_eq v0.3.0 |
874 | 2023-10-24T16:44:39.273Z | Downloaded crossbeam-deque v0.8.3 |
875 | 2023-10-24T16:44:39.284Z | Downloaded keccak v0.1.4 |
876 | 2023-10-24T16:44:39.288Z | Downloaded bb8 v0.8.1 |
877 | 2023-10-24T16:44:39.291Z | Downloaded heapless v0.7.16 |
878 | 2023-10-24T16:44:39.294Z | Downloaded num-iter v0.1.43 |
879 | 2023-10-24T16:44:39.297Z | Downloaded cpufeatures v0.2.9 |
880 | 2023-10-24T16:44:39.300Z | Downloaded crc-catalog v2.2.0 |
881 | 2023-10-24T16:44:39.303Z | Downloaded vte_generate_state_changes v0.1.1 |
882 | 2023-10-24T16:44:39.306Z | Downloaded crc v3.0.1 |
883 | 2023-10-24T16:44:39.309Z | Downloaded tokio-native-tls v0.3.1 |
884 | 2023-10-24T16:44:39.312Z | Downloaded tempdir v0.3.7 |
885 | 2023-10-24T16:44:39.316Z | Downloaded bcs v0.1.5 |
886 | 2023-10-24T16:44:39.321Z | Downloaded native-tls v0.2.11 |
887 | 2023-10-24T16:44:39.328Z | Downloaded bitfield v0.14.0 |
888 | 2023-10-24T16:44:39.333Z | Downloaded peeking_take_while v0.1.2 |
889 | 2023-10-24T16:44:39.336Z | Downloaded futures-io v0.3.28 |
890 | 2023-10-24T16:44:39.339Z | Downloaded wyz v0.5.1 |
891 | 2023-10-24T16:44:39.342Z | Downloaded wait-timeout v0.2.0 |
892 | 2023-10-24T16:44:39.345Z | Downloaded phf v0.11.2 |
893 | 2023-10-24T16:44:39.349Z | Downloaded whoami v1.4.1 |
894 | 2023-10-24T16:44:39.352Z | Downloaded nu-ansi-term v0.49.0 |
895 | 2023-10-24T16:44:39.356Z | Downloaded scheduled-thread-pool v0.2.7 |
896 | 2023-10-24T16:44:39.359Z | Downloaded cstr-argument v0.1.2 |
897 | 2023-10-24T16:44:39.362Z | Downloaded indexmap v1.9.3 |
898 | 2023-10-24T16:44:39.370Z | Downloaded darling_macro v0.20.3 |
899 | 2023-10-24T16:44:39.373Z | Downloaded fxhash v0.2.1 |
900 | 2023-10-24T16:44:39.377Z | Downloaded path-slash v0.1.5 |
901 | 2023-10-24T16:44:39.380Z | Downloaded num_enum v0.7.0 |
902 | 2023-10-24T16:44:39.389Z | Downloaded polyval v0.6.1 |
903 | 2023-10-24T16:44:39.394Z | Downloaded similar-asserts v1.5.0 |
904 | 2023-10-24T16:44:39.399Z | Downloaded ref-cast-impl v1.0.20 |
905 | 2023-10-24T16:44:39.403Z | Downloaded ctr v0.9.2 |
906 | 2023-10-24T16:44:39.407Z | Downloaded funty v2.0.0 |
907 | 2023-10-24T16:44:39.410Z | Downloaded mockall_derive v0.11.4 |
908 | 2023-10-24T16:44:39.414Z | Downloaded serial_test_derive v0.10.0 |
909 | 2023-10-24T16:44:39.418Z | Downloaded crypto-common v0.1.6 |
910 | 2023-10-24T16:44:39.420Z | Downloaded blake2 v0.10.6 |
911 | 2023-10-24T16:44:39.425Z | Downloaded indicatif v0.17.7 |
912 | 2023-10-24T16:44:39.433Z | Downloaded datatest-stable v0.1.3 |
913 | 2023-10-24T16:44:39.437Z | Downloaded phf_shared v0.11.2 |
914 | 2023-10-24T16:44:39.440Z | Downloaded similar v2.2.1 |
915 | 2023-10-24T16:44:39.449Z | Downloaded path-dedot v3.1.0 |
916 | 2023-10-24T16:44:39.453Z | Downloaded data-encoding v2.4.0 |
917 | 2023-10-24T16:44:39.456Z | Downloaded der_derive v0.7.2 |
918 | 2023-10-24T16:44:39.460Z | Downloaded pin-utils v0.1.0 |
919 | 2023-10-24T16:44:39.463Z | Downloaded toml v0.5.11 |
920 | 2023-10-24T16:44:39.468Z | Downloaded thiserror-impl-no-std v2.0.2 |
921 | 2023-10-24T16:44:39.472Z | Downloaded debug-ignore v1.0.5 |
922 | 2023-10-24T16:44:39.475Z | Downloaded phf_shared v0.10.0 |
923 | 2023-10-24T16:44:39.479Z | Downloaded utf-8 v0.7.6 |
924 | 2023-10-24T16:44:39.482Z | Downloaded fragile v2.0.0 |
925 | 2023-10-24T16:44:39.485Z | Downloaded owo-colors v3.5.0 |
926 | 2023-10-24T16:44:39.489Z | Downloaded hashlink v0.8.3 |
927 | 2023-10-24T16:44:39.493Z | Downloaded futures-macro v0.3.28 |
928 | 2023-10-24T16:44:39.496Z | Downloaded libm v0.2.7 |
929 | 2023-10-24T16:44:39.513Z | Downloaded want v0.3.1 |
930 | 2023-10-24T16:44:39.516Z | Downloaded plotters-svg v0.3.5 |
931 | 2023-10-24T16:44:39.519Z | Downloaded darling v0.20.3 |
932 | 2023-10-24T16:44:39.523Z | Downloaded form_urlencoded v1.2.0 |
933 | 2023-10-24T16:44:39.527Z | Downloaded signature v2.1.0 |
934 | 2023-10-24T16:44:39.530Z | Downloaded futures-timer v3.0.2 |
935 | 2023-10-24T16:44:39.533Z | Downloaded futures v0.3.28 |
936 | 2023-10-24T16:44:39.542Z | Downloaded pretty-hex v0.2.1 |
937 | 2023-10-24T16:44:39.545Z | Downloaded futures-sink v0.3.28 |
938 | 2023-10-24T16:44:39.548Z | Downloaded pin-project-internal v1.1.3 |
939 | 2023-10-24T16:44:39.553Z | Downloaded futures-core v0.3.28 |
940 | 2023-10-24T16:44:39.556Z | Downloaded thread-id v4.2.0 |
941 | 2023-10-24T16:44:39.559Z | Downloaded rtoolbox v0.0.1 |
942 | 2023-10-24T16:44:39.563Z | Downloaded difflib v0.4.0 |
943 | 2023-10-24T16:44:39.565Z | Downloaded schemars_derive v0.8.13 |
944 | 2023-10-24T16:44:39.569Z | Downloaded crossbeam-channel v0.5.8 |
945 | 2023-10-24T16:44:39.580Z | Downloaded flagset v0.4.3 |
946 | 2023-10-24T16:44:39.583Z | Downloaded serial_test v0.10.0 |
947 | 2023-10-24T16:44:39.586Z | Downloaded pkcs1 v0.7.5 |
948 | 2023-10-24T16:44:39.589Z | Downloaded xattr v1.0.1 |
949 | 2023-10-24T16:44:39.592Z | Downloaded take_mut v0.2.2 |
950 | 2023-10-24T16:44:39.595Z | Downloaded strum v0.25.0 |
951 | 2023-10-24T16:44:39.598Z | Downloaded fnv v1.0.7 |
952 | 2023-10-24T16:44:39.601Z | Downloaded r2d2 v0.8.10 |
953 | 2023-10-24T16:44:39.604Z | Downloaded proc-macro-crate v1.3.1 |
954 | 2023-10-24T16:44:39.607Z | Downloaded smawk v0.3.1 |
955 | 2023-10-24T16:44:39.610Z | Downloaded olpc-cjson v0.1.3 |
956 | 2023-10-24T16:44:39.613Z | Downloaded enum-as-inner v0.5.1 |
957 | 2023-10-24T16:44:39.616Z | Downloaded foreign-types v0.5.0 |
958 | 2023-10-24T16:44:39.619Z | Downloaded foreign-types v0.3.2 |
959 | 2023-10-24T16:44:39.622Z | Downloaded toolchain_find v0.2.0 |
960 | 2023-10-24T16:44:39.626Z | Downloaded semver-parser v0.10.2 |
961 | 2023-10-24T16:44:39.629Z | Downloaded doc-comment v0.3.3 |
962 | 2023-10-24T16:44:39.632Z | Downloaded dtrace-parser v0.1.14 |
963 | 2023-10-24T16:44:39.635Z | Downloaded group v0.13.0 |
964 | 2023-10-24T16:44:39.638Z | Downloaded strip-ansi-escapes v0.2.0 |
965 | 2023-10-24T16:44:39.642Z | Downloaded serde_arrays v0.1.0 |
966 | 2023-10-24T16:44:39.645Z | Downloaded postgres-protocol v0.6.6 |
967 | 2023-10-24T16:44:39.648Z | Downloaded unicode-bidi v0.3.13 |
968 | 2023-10-24T16:44:39.651Z | Downloaded fs-err v2.9.0 |
969 | 2023-10-24T16:44:39.655Z | Downloaded walkdir v2.4.0 |
970 | 2023-10-24T16:44:39.658Z | Downloaded same-file v1.0.6 |
971 | 2023-10-24T16:44:39.662Z | Downloaded serde_tokenstream v0.1.7 |
972 | 2023-10-24T16:44:39.664Z | Downloaded proc-macro-error-attr v1.0.4 |
973 | 2023-10-24T16:44:39.668Z | Downloaded globset v0.4.13 |
974 | 2023-10-24T16:44:39.670Z | Downloaded ucd-trie v0.1.6 |
975 | 2023-10-24T16:44:39.673Z | Downloaded endian-type v0.1.2 |
976 | 2023-10-24T16:44:39.677Z | Downloaded downcast v0.11.0 |
977 | 2023-10-24T16:44:39.680Z | Downloaded termios v0.3.3 |
978 | 2023-10-24T16:44:39.683Z | Downloaded rand v0.4.6 |
979 | 2023-10-24T16:44:39.686Z | Downloaded waitgroup v0.1.2 |
980 | 2023-10-24T16:44:39.689Z | Downloaded oso-derive v0.26.4 |
981 | 2023-10-24T16:44:39.693Z | Downloaded predicates v2.1.5 |
982 | 2023-10-24T16:44:39.696Z | Downloaded dof v0.1.5 |
983 | 2023-10-24T16:44:39.699Z | Downloaded typenum v1.16.0 |
984 | 2023-10-24T16:44:39.702Z | Downloaded tower-service v0.3.2 |
985 | 2023-10-24T16:44:39.705Z | Downloaded trust-dns-client v0.22.0 |
986 | 2023-10-24T16:44:39.709Z | Downloaded parse-display v0.7.0 |
987 | 2023-10-24T16:44:39.712Z | Downloaded usdt-macro v0.3.5 |
988 | 2023-10-24T16:44:39.715Z | Downloaded yansi v0.5.1 |
989 | 2023-10-24T16:44:39.718Z | Downloaded openssl-macros v0.1.1 |
990 | 2023-10-24T16:44:39.722Z | Downloaded pin-project v1.1.3 |
991 | 2023-10-24T16:44:39.731Z | Downloaded precomputed-hash v0.1.1 |
992 | 2023-10-24T16:44:39.735Z | Downloaded pretty_assertions v1.4.0 |
993 | 2023-10-24T16:44:39.738Z | Downloaded pretty-hex v0.3.0 |
994 | 2023-10-24T16:44:39.741Z | Downloaded rand_xorshift v0.3.0 |
995 | 2023-10-24T16:44:39.744Z | Downloaded topological-sort v0.2.2 |
996 | 2023-10-24T16:44:39.748Z | Downloaded num_enum_derive v0.7.0 |
997 | 2023-10-24T16:44:39.750Z | Downloaded aes v0.8.3 |
998 | 2023-10-24T16:44:39.754Z | Downloaded display-error-chain v0.1.1 |
999 | 2023-10-24T16:44:39.757Z | Downloaded rustls-native-certs v0.6.3 |
1000 | 2023-10-24T16:44:39.760Z | Downloaded dirs-next v2.0.0 |
1001 | 2023-10-24T16:44:39.763Z | Downloaded env_logger v0.9.3 |
1002 | 2023-10-24T16:44:39.766Z | Downloaded tracing-attributes v0.1.26 |
1003 | 2023-10-24T16:44:39.769Z | Downloaded parse-display-derive v0.7.0 |
1004 | 2023-10-24T16:44:39.772Z | Downloaded predicates-core v1.0.6 |
1005 | 2023-10-24T16:44:39.775Z | Downloaded num_threads v0.1.6 |
1006 | 2023-10-24T16:44:39.778Z | Downloaded erased-serde v0.3.30 |
1007 | 2023-10-24T16:44:39.782Z | Downloaded uuid v1.4.1 |
1008 | 2023-10-24T16:44:39.786Z | Downloaded rustc-hash v1.1.0 |
1009 | 2023-10-24T16:44:39.790Z | Downloaded os_str_bytes v6.5.1 |
1010 | 2023-10-24T16:44:39.793Z | Downloaded tokio-postgres v0.7.10 |
1011 | 2023-10-24T16:44:39.800Z | Downloaded glob v0.3.1 |
1012 | 2023-10-24T16:44:39.804Z | Downloaded tracing v0.1.37 |
1013 | 2023-10-24T16:44:39.810Z | Downloaded rustversion v1.0.14 |
1014 | 2023-10-24T16:44:39.815Z | Downloaded semver v0.1.20 |
1015 | 2023-10-24T16:44:39.818Z | Downloaded crossterm v0.26.1 |
1016 | 2023-10-24T16:44:39.828Z | Downloaded synstructure v0.12.6 |
1017 | 2023-10-24T16:44:39.831Z | Downloaded structopt v0.3.26 |
1018 | 2023-10-24T16:44:39.871Z | Downloaded stable_deref_trait v1.2.0 |
1019 | 2023-10-24T16:44:39.875Z | Downloaded string_cache v0.8.7 |
1020 | 2023-10-24T16:44:39.878Z | Downloaded subtle v2.5.0 |
1021 | 2023-10-24T16:44:39.881Z | Downloaded ff v0.13.0 |
1022 | 2023-10-24T16:44:39.884Z | Downloaded oorandom v11.1.3 |
1023 | 2023-10-24T16:44:39.887Z | Downloaded tokio-tungstenite v0.18.0 |
1024 | 2023-10-24T16:44:39.890Z | Downloaded serde_path_to_error v0.1.14 |
1025 | 2023-10-24T16:44:39.894Z | Downloaded tabled_derive v0.6.0 |
1026 | 2023-10-24T16:44:39.897Z | Downloaded getrandom v0.2.10 |
1027 | 2023-10-24T16:44:39.900Z | Downloaded resolv-conf v0.7.0 |
1028 | 2023-10-24T16:44:39.903Z | Downloaded papergrid v0.10.0 |
1029 | 2023-10-24T16:44:39.905Z | Downloaded quick-error v1.2.3 |
1030 | 2023-10-24T16:44:39.908Z | Downloaded proc-macro-error v1.0.4 |
1031 | 2023-10-24T16:44:39.912Z | Downloaded parking_lot_core v0.8.6 |
1032 | 2023-10-24T16:44:39.915Z | Downloaded parking_lot v0.12.1 |
1033 | 2023-10-24T16:44:39.918Z | Downloaded rustc-demangle v0.1.23 |
1034 | 2023-10-24T16:44:39.921Z | Downloaded vte v0.11.1 |
1035 | 2023-10-24T16:44:39.924Z | Downloaded rand v0.8.5 |
1036 | 2023-10-24T16:44:39.927Z | Downloaded crossbeam-queue v0.3.8 |
1037 | 2023-10-24T16:44:39.930Z | Downloaded openssl-sys v0.9.93 |
1038 | 2023-10-24T16:44:39.932Z | Downloaded zip v0.6.6 |
1039 | 2023-10-24T16:44:39.935Z | Downloaded plotters v0.3.5 |
1040 | 2023-10-24T16:44:39.950Z | Downloaded rust-argon2 v1.0.1 |
1041 | 2023-10-24T16:44:39.954Z | Downloaded diff v0.1.13 |
1042 | 2023-10-24T16:44:39.960Z | Downloaded rayon v1.7.0 |
1043 | 2023-10-24T16:44:39.978Z | Downloaded reedline v0.23.0 |
1044 | 2023-10-24T16:44:39.989Z | Downloaded trust-dns-resolver v0.22.0 |
1045 | 2023-10-24T16:44:39.998Z | Downloaded num-bigint-dig v0.8.4 |
1046 | 2023-10-24T16:44:40.007Z | Downloaded proptest v1.3.1 |
1047 | 2023-10-24T16:44:40.026Z | Downloaded oso v0.26.4 |
1048 | 2023-10-24T16:44:40.032Z | Downloaded itertools v0.11.0 |
1049 | 2023-10-24T16:44:40.044Z | Downloaded regex-automata v0.1.10 |
1050 | 2023-10-24T16:44:40.055Z | Downloaded expectorate v1.1.0 |
1051 | 2023-10-24T16:44:40.059Z | Downloaded unicode-normalization v0.1.22 |
1052 | 2023-10-24T16:44:40.067Z | Downloaded serde_with v2.3.3 |
1053 | 2023-10-24T16:44:40.079Z | Downloaded steno v0.4.0 |
1054 | 2023-10-24T16:44:40.086Z | Downloaded tabled v0.14.0 |
1055 | 2023-10-24T16:44:40.115Z | Downloaded x509-cert v0.2.4 |
1056 | 2023-10-24T16:44:40.126Z | Downloaded rusqlite v0.29.0 |
1057 | 2023-10-24T16:44:40.138Z | Downloaded vcpkg v0.2.15 |
1058 | 2023-10-24T16:44:40.212Z | Downloaded portable-atomic v1.4.3 |
1059 | 2023-10-24T16:44:40.222Z | Downloaded quick-xml v0.23.1 |
1060 | 2023-10-24T16:44:40.235Z | Downloaded webpki-roots v0.25.2 |
1061 | 2023-10-24T16:44:40.244Z | Downloaded smoltcp v0.8.2 |
1062 | 2023-10-24T16:44:40.262Z | Downloaded rustls v0.21.7 |
1063 | 2023-10-24T16:44:40.286Z | Downloaded nix v0.26.2 |
1064 | 2023-10-24T16:44:40.307Z | Downloaded regex v1.9.5 |
1065 | 2023-10-24T16:44:40.332Z | Downloaded openssl v0.10.57 |
1066 | 2023-10-24T16:44:40.350Z | Downloaded gimli v0.28.0 |
1067 | 2023-10-24T16:44:40.367Z | Downloaded syn v1.0.109 |
1068 | 2023-10-24T16:44:40.387Z | Downloaded smoltcp v0.9.1 |
1069 | 2023-10-24T16:44:40.407Z | Downloaded regex-syntax v0.6.29 |
1070 | 2023-10-24T16:44:40.421Z | Downloaded regex-syntax v0.7.5 |
1071 | 2023-10-24T16:44:40.442Z | Downloaded zerocopy-derive v0.6.4 |
1072 | 2023-10-24T16:44:40.464Z | Downloaded zerocopy-derive v0.2.0 |
1073 | 2023-10-24T16:44:40.482Z | Downloaded sled v0.34.7 |
1074 | 2023-10-24T16:44:40.504Z | Downloaded object v0.30.4 |
1075 | 2023-10-24T16:44:40.522Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1076 | 2023-10-24T16:44:40.546Z | Downloaded regex-automata v0.3.8 |
1077 | 2023-10-24T16:44:40.577Z | Downloaded tokio v1.33.0 |
1078 | 2023-10-24T16:44:40.647Z | Downloaded sha3 v0.10.8 |
1079 | 2023-10-24T16:44:40.661Z | Downloaded polar-core v0.26.4 |
1080 | 2023-10-24T16:44:40.680Z | Downloaded openapiv3 v1.0.3 |
1081 | 2023-10-24T16:44:40.713Z | Downloaded encoding_rs v0.8.33 |
1082 | 2023-10-24T16:44:40.758Z | Downloaded trust-dns-proto v0.22.0 |
1083 | 2023-10-24T16:44:40.781Z | Downloaded rustix v0.38.9 |
1084 | 2023-10-24T16:44:40.821Z | Downloaded regress v0.7.1 |
1085 | 2023-10-24T16:44:40.836Z | Downloaded diesel v2.1.1 |
1086 | 2023-10-24T16:44:40.896Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1087 | 2023-10-24T16:44:40.978Z | Downloaded curve25519-dalek v4.1.0 |
1088 | 2023-10-24T16:44:40.997Z | Downloaded rustls-webpki v0.101.4 |
1089 | 2023-10-24T16:44:41.027Z | Downloaded bindgen v0.65.1 |
1090 | 2023-10-24T16:44:41.041Z | Downloaded tough v0.12.5 |
1091 | 2023-10-24T16:44:41.056Z | Downloaded git2 v0.17.2 |
1092 | 2023-10-24T16:44:41.072Z | Downloaded petgraph v0.6.4 |
1093 | 2023-10-24T16:44:41.097Z | Downloaded bitvec v1.0.1 |
1094 | 2023-10-24T16:44:41.126Z | Downloaded bstr v0.2.17 |
1095 | 2023-10-24T16:44:41.146Z | Downloaded ratatui v0.23.0 |
1096 | 2023-10-24T16:44:41.178Z | Downloaded clap v3.2.25 |
1097 | 2023-10-24T16:44:41.209Z | Downloaded object v0.32.1 |
1098 | 2023-10-24T16:44:41.230Z | Downloaded radix_trie v0.2.1 |
1099 | 2023-10-24T16:44:41.241Z | Downloaded futures-util v0.3.28 |
1100 | 2023-10-24T16:44:41.263Z | Downloaded clap v2.34.0 |
1101 | 2023-10-24T16:44:41.277Z | Downloaded pest v2.7.2 |
1102 | 2023-10-24T16:44:41.286Z | Downloaded idna v0.2.3 |
1103 | 2023-10-24T16:44:41.300Z | Downloaded idna v0.4.0 |
1104 | 2023-10-24T16:44:41.314Z | Downloaded libtest-mimic v0.5.2 |
1105 | 2023-10-24T16:44:41.322Z | Downloaded bstr v1.6.0 |
1106 | 2023-10-24T16:44:41.344Z | Downloaded libz-sys v1.1.12 |
1107 | 2023-10-24T16:44:41.469Z | Downloaded chrono v0.4.31 |
1108 | 2023-10-24T16:44:41.484Z | Downloaded flume v0.11.0 |
1109 | 2023-10-24T16:44:41.490Z | Downloaded toml_edit v0.19.15 |
1110 | 2023-10-24T16:44:41.521Z | Downloaded unicode-segmentation v1.10.1 |
1111 | 2023-10-24T16:44:41.527Z | Downloaded h2 v0.3.21 |
1112 | 2023-10-24T16:44:41.540Z | Downloaded der v0.7.8 |
1113 | 2023-10-24T16:44:41.549Z | Downloaded hashbrown v0.13.2 |
1114 | 2023-10-24T16:44:41.557Z | Downloaded crossterm v0.27.0 |
1115 | 2023-10-24T16:44:41.569Z | Downloaded nom v7.1.3 |
1116 | 2023-10-24T16:44:41.581Z | Downloaded password-hash v0.5.0 |
1117 | 2023-10-24T16:44:41.584Z | Downloaded trybuild v1.0.85 |
1118 | 2023-10-24T16:44:41.592Z | Downloaded serde_derive_internals v0.26.0 |
1119 | 2023-10-24T16:44:41.595Z | Downloaded rayon-core v1.11.0 |
1120 | 2023-10-24T16:44:41.602Z | Downloaded trust-dns-server v0.22.1 |
1121 | 2023-10-24T16:44:41.612Z | Downloaded time v0.3.27 |
1122 | 2023-10-24T16:44:41.624Z | Downloaded prettyplease v0.2.12 |
1123 | 2023-10-24T16:44:41.631Z | Downloaded hashbrown v0.12.3 |
1124 | 2023-10-24T16:44:41.638Z | Downloaded term v0.7.0 |
1125 | 2023-10-24T16:44:41.645Z | Downloaded tempfile v3.8.0 |
1126 | 2023-10-24T16:44:41.647Z | Downloaded rand_chacha v0.3.1 |
1127 | 2023-10-24T16:44:41.650Z | Downloaded tokio-util v0.7.8 |
1128 | 2023-10-24T16:44:41.660Z | Downloaded paste v1.0.14 |
1129 | 2023-10-24T16:44:41.665Z | Downloaded vergen v8.2.4 |
1130 | 2023-10-24T16:44:41.669Z | Downloaded tracing-core v0.1.31 |
1131 | 2023-10-24T16:44:41.674Z | Downloaded slog v2.7.0 |
1132 | 2023-10-24T16:44:41.679Z | Downloaded pest_meta v2.7.2 |
1133 | 2023-10-24T16:44:41.682Z | Downloaded hyper v0.14.27 |
1134 | 2023-10-24T16:44:41.698Z | Downloaded signature v1.6.4 |
1135 | 2023-10-24T16:44:41.701Z | Downloaded parking_lot_core v0.9.8 |
1136 | 2023-10-24T16:44:41.705Z | Downloaded smallvec v1.11.0 |
1137 | 2023-10-24T16:44:41.707Z | Downloaded libsqlite3-sys v0.26.0 |
1138 | 2023-10-24T16:44:41.848Z | Downloaded env_logger v0.10.0 |
1139 | 2023-10-24T16:44:41.853Z | Downloaded tungstenite v0.20.1 |
1140 | 2023-10-24T16:44:41.859Z | Downloaded ring v0.16.20 |
1141 | 2023-10-24T16:44:42.022Z | Downloaded predicates-tree v1.0.9 |
1142 | 2023-10-24T16:44:42.025Z | Downloaded semver v0.11.0 |
1143 | 2023-10-24T16:44:42.028Z | Downloaded zone v0.2.0 |
1144 | 2023-10-24T16:44:42.031Z | Downloaded vsss-rs v3.3.1 |
1145 | 2023-10-24T16:44:42.034Z | Downloaded parking_lot v0.11.2 |
1146 | 2023-10-24T16:44:42.037Z | Downloaded aho-corasick v1.0.4 |
1147 | 2023-10-24T16:44:42.045Z | Downloaded postgres-types v0.2.6 |
1148 | 2023-10-24T16:44:42.049Z | Downloaded relative-path v1.9.0 |
1149 | 2023-10-24T16:44:42.052Z | Downloaded lalrpop v0.19.12 |
1150 | 2023-10-24T16:44:42.072Z | Downloaded fd-lock v3.0.13 |
1151 | 2023-10-24T16:44:42.075Z | Downloaded float-cmp v0.9.0 |
1152 | 2023-10-24T16:44:42.078Z | Downloaded slog-bunyan v2.4.0 |
1153 | 2023-10-24T16:44:42.081Z | Downloaded flate2 v1.0.27 |
1154 | 2023-10-24T16:44:42.087Z | Downloaded headers v0.3.9 |
1155 | 2023-10-24T16:44:42.097Z | Downloaded criterion v0.5.1 |
1156 | 2023-10-24T16:44:42.109Z | Downloaded elliptic-curve v0.13.5 |
1157 | 2023-10-24T16:44:42.115Z | Downloaded secrecy v0.8.0 |
1158 | 2023-10-24T16:44:42.118Z | Downloaded ppv-lite86 v0.2.17 |
1159 | 2023-10-24T16:44:42.121Z | Downloaded postcard v0.7.3 |
1160 | 2023-10-24T16:44:42.124Z | Downloaded try-lock v0.2.4 |
1161 | 2023-10-24T16:44:42.127Z | Downloaded slog-envlogger v2.2.0 |
1162 | 2023-10-24T16:44:42.130Z | Downloaded packed_struct_codegen v0.10.1 |
1163 | 2023-10-24T16:44:42.133Z | Downloaded smf v0.2.2 |
1164 | 2023-10-24T16:44:42.136Z | Downloaded rcgen v0.10.0 |
1165 | 2023-10-24T16:44:42.139Z | Downloaded once_cell v1.18.0 |
1166 | 2023-10-24T16:44:42.142Z | Downloaded signal-hook v0.3.17 |
1167 | 2023-10-24T16:44:42.146Z | Downloaded url v2.4.1 |
1168 | 2023-10-24T16:44:42.149Z | Downloaded ringbuffer v0.15.0 |
1169 | 2023-10-24T16:44:42.152Z | Downloaded percent-encoding v2.3.0 |
1170 | 2023-10-24T16:44:42.155Z | Downloaded zerocopy v0.6.4 |
1171 | 2023-10-24T16:44:42.157Z | Downloaded omicron-zone-package v0.8.3 |
1172 | 2023-10-24T16:44:42.161Z | Downloaded ron v0.8.1 |
1173 | 2023-10-24T16:44:42.171Z | Downloaded ron v0.7.1 |
1174 | 2023-10-24T16:44:42.179Z | Downloaded crypto-bigint v0.5.2 |
1175 | 2023-10-24T16:44:42.189Z | Downloaded rstest_macros v0.18.2 |
1176 | 2023-10-24T16:44:42.195Z | Downloaded termcolor v1.2.0 |
1177 | 2023-10-24T16:44:42.198Z | Downloaded static_assertions v1.1.0 |
1178 | 2023-10-24T16:44:42.201Z | Downloaded slog-dtrace v0.2.3 |
1179 | 2023-10-24T16:44:42.204Z | Downloaded tokio-stream v0.1.14 |
1180 | 2023-10-24T16:44:42.208Z | Downloaded digest v0.10.7 |
1181 | 2023-10-24T16:44:42.211Z | Downloaded tinyvec v1.6.0 |
1182 | 2023-10-24T16:44:42.216Z | Downloaded version_check v0.9.4 |
1183 | 2023-10-24T16:44:42.220Z | Downloaded zeroize_derive v1.4.2 |
1184 | 2023-10-24T16:44:42.223Z | Downloaded hkdf v0.12.3 |
1185 | 2023-10-24T16:44:42.229Z | Downloaded darling_core v0.14.4 |
1186 | 2023-10-24T16:44:42.233Z | Downloaded structmeta-derive v0.1.6 |
1187 | 2023-10-24T16:44:42.235Z | Downloaded stringprep v0.1.3 |
1188 | 2023-10-24T16:44:42.238Z | Downloaded rustls-pemfile v1.0.3 |
1189 | 2023-10-24T16:44:42.241Z | Downloaded fixedbitset v0.4.2 |
1190 | 2023-10-24T16:44:42.244Z | Downloaded slog-async v2.8.0 |
1191 | 2023-10-24T16:44:42.247Z | Downloaded num-bigint v0.4.4 |
1192 | 2023-10-24T16:44:42.252Z | Downloaded radium v0.7.0 |
1193 | 2023-10-24T16:44:42.255Z | Downloaded snafu v0.7.5 |
1194 | 2023-10-24T16:44:42.264Z | Downloaded itertools v0.10.5 |
1195 | 2023-10-24T16:44:42.275Z | Downloaded plotters-backend v0.3.5 |
1196 | 2023-10-24T16:44:42.278Z | Downloaded zerocopy v0.3.0 |
1197 | 2023-10-24T16:44:42.283Z | Downloaded structopt-derive v0.4.18 |
1198 | 2023-10-24T16:44:42.286Z | Downloaded postcard-cobs v0.1.5-pre |
1199 | 2023-10-24T16:44:42.289Z | Downloaded pest_derive v2.7.2 |
1200 | 2023-10-24T16:44:42.292Z | Downloaded unsafe-libyaml v0.2.9 |
1201 | 2023-10-24T16:44:42.295Z | Downloaded fatfs v0.3.6 |
1202 | 2023-10-24T16:44:42.298Z | Downloaded darling_core v0.20.3 |
1203 | 2023-10-24T16:44:42.304Z | Downloaded number_prefix v0.4.0 |
1204 | 2023-10-24T16:44:42.307Z | Downloaded fallible-iterator v0.2.0 |
1205 | 2023-10-24T16:44:42.310Z | Downloaded const_format v0.2.31 |
1206 | 2023-10-24T16:44:42.316Z | Downloaded chacha20poly1305 v0.10.1 |
1207 | 2023-10-24T16:44:42.319Z | Downloaded serde_tokenstream v0.2.0 |
1208 | 2023-10-24T16:44:42.324Z | Downloaded hash32 v0.2.1 |
1209 | 2023-10-24T16:44:42.327Z | Downloaded serde_urlencoded v0.7.1 |
1210 | 2023-10-24T16:44:42.330Z | Downloaded slog-json v2.6.1 |
1211 | 2023-10-24T16:44:42.333Z | Downloaded dirs-sys-next v0.1.2 |
1212 | 2023-10-24T16:44:42.336Z | Downloaded serde-hex v0.1.0 |
1213 | 2023-10-24T16:44:42.339Z | Downloaded signal-hook-registry v1.4.1 |
1214 | 2023-10-24T16:44:42.342Z | Downloaded futures-channel v0.3.28 |
1215 | 2023-10-24T16:44:42.345Z | Downloaded tinytemplate v1.2.1 |
1216 | 2023-10-24T16:44:42.348Z | Downloaded pest_generator v2.7.2 |
1217 | 2023-10-24T16:44:42.351Z | Downloaded pkcs8 v0.10.2 |
1218 | 2023-10-24T16:44:42.354Z | Downloaded yasna v0.5.2 |
1219 | 2023-10-24T16:44:42.357Z | Downloaded opaque-debug v0.3.0 |
1220 | 2023-10-24T16:44:42.360Z | Downloaded thiserror-no-std v2.0.2 |
1221 | 2023-10-24T16:44:42.363Z | Downloaded filetime v0.2.22 |
1222 | 2023-10-24T16:44:42.366Z | Downloaded tokio-rustls v0.24.1 |
1223 | 2023-10-24T16:44:42.369Z | Downloaded crossbeam-utils v0.8.16 |
1224 | 2023-10-24T16:44:42.372Z | Downloaded derive_builder v0.12.0 |
1225 | 2023-10-24T16:44:42.380Z | Downloaded signal-hook-mio v0.2.3 |
1226 | 2023-10-24T16:44:42.383Z | Downloaded ena v0.14.2 |
1227 | 2023-10-24T16:44:42.386Z | Downloaded either v1.9.0 |
1228 | 2023-10-24T16:44:42.389Z | Downloaded ed25519 v1.5.3 |
1229 | 2023-10-24T16:44:42.393Z | Downloaded time-macros v0.2.13 |
1230 | 2023-10-24T16:44:42.396Z | Downloaded rand_core v0.6.4 |
1231 | 2023-10-24T16:44:42.399Z | Downloaded pem v1.1.1 |
1232 | 2023-10-24T16:44:42.401Z | Downloaded slog-scope v4.4.0 |
1233 | 2023-10-24T16:44:42.404Z | Downloaded darling v0.14.4 |
1234 | 2023-10-24T16:44:42.407Z | Downloaded pem-rfc7468 v0.7.0 |
1235 | 2023-10-24T16:44:42.410Z | Downloaded unicode-linebreak v0.1.5 |
1236 | 2023-10-24T16:44:42.413Z | Downloaded http v0.2.9 |
1237 | 2023-10-24T16:44:42.416Z | Downloaded socket2 v0.4.9 |
1238 | 2023-10-24T16:44:42.419Z | Downloaded salty v0.2.0 |
1239 | 2023-10-24T16:44:42.428Z | Downloaded tinyvec_macros v0.1.1 |
1240 | 2023-10-24T16:44:42.431Z | Downloaded tungstenite v0.18.0 |
1241 | 2023-10-24T16:44:42.434Z | Downloaded poly1305 v0.8.0 |
1242 | 2023-10-24T16:44:42.438Z | Downloaded half v1.8.2 |
1243 | 2023-10-24T16:44:42.443Z | Downloaded derive_more v0.99.17 |
1244 | 2023-10-24T16:44:42.451Z | Downloaded tar v0.4.40 |
1245 | 2023-10-24T16:44:42.455Z | Downloaded subprocess v0.2.9 |
1246 | 2023-10-24T16:44:42.459Z | Downloaded diesel_derives v2.1.1 |
1247 | 2023-10-24T16:44:42.465Z | Downloaded derive-where v1.2.5 |
1248 | 2023-10-24T16:44:42.471Z | Downloaded pkg-config v0.3.27 |
1249 | 2023-10-24T16:44:42.474Z | Downloaded futures-executor v0.3.28 |
1250 | 2023-10-24T16:44:42.477Z | Downloaded partial-io v0.5.4 |
1251 | 2023-10-24T16:44:42.480Z | Downloaded twox-hash v1.6.3 |
1252 | 2023-10-24T16:44:42.483Z | Downloaded sha2 v0.10.7 |
1253 | 2023-10-24T16:44:42.486Z | Downloaded sha1 v0.10.5 |
1254 | 2023-10-24T16:44:42.488Z | Downloaded ref-cast v1.0.20 |
1255 | 2023-10-24T16:44:42.492Z | Downloaded termtree v0.4.1 |
1256 | 2023-10-24T16:44:42.496Z | Downloaded signal-hook-tokio v0.3.1 |
1257 | 2023-10-24T16:44:42.499Z | Downloaded schemars v0.8.13 |
1258 | 2023-10-24T16:44:42.514Z | Downloaded toml v0.7.8 |
1259 | 2023-10-24T16:44:42.520Z | Downloaded base64 v0.21.4 |
1260 | 2023-10-24T16:44:42.526Z | Downloaded socket2 v0.5.4 |
1261 | 2023-10-24T16:44:42.529Z | Downloaded serde_yaml v0.9.25 |
1262 | 2023-10-24T16:44:42.535Z | Downloaded tiny-keccak v2.0.2 |
1263 | 2023-10-24T16:44:42.540Z | Downloaded thread_local v1.1.7 |
1264 | 2023-10-24T16:44:42.542Z | Downloaded spki v0.7.2 |
1265 | 2023-10-24T16:44:42.546Z | Downloaded dashmap v5.5.1 |
1266 | 2023-10-24T16:44:42.549Z | Downloaded zeroize v1.6.0 |
1267 | 2023-10-24T16:44:42.552Z | Downloaded tokio-tungstenite v0.20.1 |
1268 | 2023-10-24T16:44:42.555Z | Downloaded path-absolutize v3.1.0 |
1269 | 2023-10-24T16:44:42.558Z | Downloaded dyn-clone v1.0.13 |
1270 | 2023-10-24T16:44:42.561Z | Downloaded rsa v0.9.2 |
1271 | 2023-10-24T16:44:42.566Z | Downloaded zone_cfg_derive v0.2.0 |
1272 | 2023-10-24T16:44:42.569Z | Downloaded num-traits v0.2.16 |
1273 | 2023-10-24T16:44:42.572Z | Downloaded arc-swap v1.6.0 |
1274 | 2023-10-24T16:44:42.578Z | Downloaded derive_builder_core v0.12.0 |
1275 | 2023-10-24T16:44:42.582Z | Downloaded textwrap v0.16.0 |
1276 | 2023-10-24T16:44:42.586Z | Downloaded untrusted v0.7.1 |
1277 | 2023-10-24T16:44:42.589Z | Downloaded packed_struct v0.10.1 |
1278 | 2023-10-24T16:44:42.591Z | Downloaded usdt-impl v0.3.5 |
1279 | 2023-10-24T16:44:42.594Z | Downloaded spin v0.9.8 |
1280 | 2023-10-24T16:44:42.597Z | Downloaded platforms v3.0.2 |
1281 | 2023-10-24T16:44:42.600Z | Downloaded pin-project-lite v0.2.13 |
1282 | 2023-10-24T16:44:42.607Z | Downloaded getopts v0.2.21 |
1283 | 2023-10-24T16:44:42.610Z | Downloaded generic-array v0.14.7 |
1284 | 2023-10-24T16:44:42.614Z | Downloaded futures-task v0.3.28 |
1285 | 2023-10-24T16:44:42.616Z | Downloaded foreign-types-macros v0.2.3 |
1286 | 2023-10-24T16:44:42.619Z | Downloaded test-strategy v0.2.1 |
1287 | 2023-10-24T16:44:42.622Z | Downloaded libxml v0.3.3 |
1288 | 2023-10-24T16:44:42.631Z | Downloaded universal-hash v0.5.1 |
1289 | 2023-10-24T16:44:42.634Z | Downloaded fastrand v2.0.0 |
1290 | 2023-10-24T16:44:42.637Z | Downloaded unicode-width v0.1.10 |
1291 | 2023-10-24T16:44:42.640Z | Downloaded unicase v2.7.0 |
1292 | 2023-10-24T16:44:42.643Z | Downloaded cookie v0.16.2 |
1293 | 2023-10-24T16:44:42.646Z | Downloaded snafu-derive v0.7.5 |
1294 | 2023-10-24T16:44:42.649Z | Downloaded slog-term v2.9.0 |
1295 | 2023-10-24T16:44:42.652Z | Downloaded usdt v0.3.5 |
1296 | 2023-10-24T16:44:42.654Z | Downloaded curve25519-dalek-derive v0.1.0 |
1297 | 2023-10-24T16:44:42.657Z | Downloaded predicates v3.0.4 |
1298 | 2023-10-24T16:44:42.660Z | Downloaded which v4.4.0 |
1299 | 2023-10-24T16:44:42.663Z | Downloaded serde_plain v1.0.2 |
1300 | 2023-10-24T16:44:42.666Z | Downloaded bzip2 v0.4.4 |
1301 | 2023-10-24T16:44:42.669Z | Downloaded num-rational v0.4.1 |
1302 | 2023-10-24T16:44:42.672Z | Downloaded clap_derive v3.2.25 |
1303 | 2023-10-24T16:44:42.675Z | Downloaded bit-vec v0.6.3 |
1304 | 2023-10-24T16:44:42.678Z | Downloaded deranged v0.3.8 |
1305 | 2023-10-24T16:44:42.681Z | Downloaded console v0.15.7 |
1306 | 2023-10-24T16:44:42.684Z | Downloaded bincode v1.3.3 |
1307 | 2023-10-24T16:44:42.687Z | Downloaded derive_builder_macro v0.12.0 |
1308 | 2023-10-24T16:44:42.690Z | Downloaded unarray v0.1.4 |
1309 | 2023-10-24T16:44:42.693Z | Downloaded tui-tree-widget v0.13.0 |
1310 | 2023-10-24T16:44:42.696Z | Downloaded crc-any v2.4.3 |
1311 | 2023-10-24T16:44:42.699Z | Downloaded vec_map v0.8.2 |
1312 | 2023-10-24T16:44:42.702Z | Downloaded tap v1.0.1 |
1313 | 2023-10-24T16:44:42.705Z | Downloaded strum_macros v0.25.2 |
1314 | 2023-10-24T16:44:42.708Z | Downloaded strum_macros v0.24.3 |
1315 | 2023-10-24T16:44:42.712Z | Downloaded rustc_version v0.1.7 |
1316 | 2023-10-24T16:44:42.716Z | Downloaded crc32fast v1.3.2 |
1317 | 2023-10-24T16:44:42.719Z | Downloaded foreign-types-shared v0.3.1 |
1318 | 2023-10-24T16:44:42.722Z | Downloaded foreign-types-shared v0.1.1 |
1319 | 2023-10-24T16:44:42.725Z | Downloaded smallvec v0.6.14 |
1320 | 2023-10-24T16:44:42.728Z | Downloaded const-oid v0.9.5 |
1321 | 2023-10-24T16:44:42.732Z | Downloaded ipnet v2.8.0 |
1322 | 2023-10-24T16:44:42.738Z | Downloaded ahash v0.8.3 |
1323 | 2023-10-24T16:44:42.744Z | Downloaded allocator-api2 v0.2.16 |
1324 | 2023-10-24T16:44:42.747Z | Downloaded approx v0.5.1 |
1325 | 2023-10-24T16:44:42.750Z | Downloaded tokio-macros v2.1.0 |
1326 | 2023-10-24T16:44:42.753Z | Downloaded textwrap v0.11.0 |
1327 | 2023-10-24T16:44:42.756Z | Downloaded structmeta v0.1.6 |
1328 | 2023-10-24T16:44:42.759Z | Downloaded spin v0.5.2 |
1329 | 2023-10-24T16:44:42.762Z | Downloaded slog-stdlog v4.1.1 |
1330 | 2023-10-24T16:44:42.765Z | Downloaded serde_with_macros v2.3.3 |
1331 | 2023-10-24T16:44:42.768Z | Downloaded rusty-fork v0.3.0 |
1332 | 2023-10-24T16:44:42.772Z | Downloaded minimal-lexical v0.2.1 |
1333 | 2023-10-24T16:44:42.774Z | Downloaded unicode-xid v0.2.4 |
1334 | 2023-10-24T16:44:42.778Z | Downloaded cipher v0.4.4 |
1335 | 2023-10-24T16:44:42.781Z | Downloaded hubpack_derive v0.1.1 |
1336 | 2023-10-24T16:44:42.784Z | Downloaded openssl-probe v0.1.5 |
1337 | 2023-10-24T16:44:42.787Z | Downloaded darling_macro v0.14.4 |
1338 | 2023-10-24T16:44:42.791Z | Downloaded strsim v0.8.0 |
1339 | 2023-10-24T16:44:42.794Z | Downloaded scopeguard v1.2.0 |
1340 | 2023-10-24T16:44:42.797Z | Downloaded siphasher v0.3.11 |
1341 | 2023-10-24T16:44:42.799Z | Downloaded shell-words v1.1.0 |
1342 | 2023-10-24T16:44:42.802Z | Downloaded corncobs v0.1.3 |
1343 | 2023-10-24T16:44:42.805Z | Downloaded convert_case v0.4.0 |
1344 | 2023-10-24T16:44:42.807Z | Downloaded fallible-streaming-iterator v0.1.9 |
1345 | 2023-10-24T16:44:42.810Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1346 | 2023-10-24T16:44:42.813Z | Downloaded criterion-plot v0.5.0 |
1347 | 2023-10-24T16:44:42.816Z | Downloaded num-derive v0.4.0 |
1348 | 2023-10-24T16:44:42.819Z | Downloaded num-integer v0.1.45 |
1349 | 2023-10-24T16:44:42.821Z | Downloaded clap_lex v0.2.4 |
1350 | 2023-10-24T16:44:42.824Z | Downloaded ipnetwork v0.20.0 |
1351 | 2023-10-24T16:44:42.827Z | Downloaded bit-set v0.5.3 |
1352 | 2023-10-24T16:44:42.830Z | Downloaded threadpool v1.8.1 |
1353 | 2023-10-24T16:44:42.833Z | Downloaded memoffset v0.7.1 |
1354 | 2023-10-24T16:44:42.837Z | Downloaded num_enum v0.5.11 |
1355 | 2023-10-24T16:44:42.840Z | Downloaded base64ct v1.6.0 |
1356 | 2023-10-24T16:44:42.843Z | Downloaded arrayvec v0.7.4 |
1357 | 2023-10-24T16:44:42.845Z | Downloaded addr2line v0.21.0 |
1358 | 2023-10-24T16:44:42.856Z | Downloaded clang-sys v1.6.1 |
1359 | 2023-10-24T16:44:42.861Z | Downloaded constant_time_eq v0.2.6 |
1360 | 2023-10-24T16:44:42.865Z | Downloaded const_format_proc_macros v0.2.31 |
1361 | 2023-10-24T16:44:42.869Z | Downloaded impl-trait-for-tuples v0.2.2 |
1362 | 2023-10-24T16:44:42.873Z | Downloaded crunchy v0.2.2 |
1363 | 2023-10-24T16:44:42.887Z | Downloaded crucible-workspace-hack v0.1.0 |
1364 | 2023-10-24T16:44:42.891Z | Downloaded time-core v0.1.1 |
1365 | 2023-10-24T16:44:42.894Z | Downloaded serde-big-array v0.4.1 |
1366 | 2023-10-24T16:44:42.897Z | Downloaded backoff v0.4.0 |
1367 | 2023-10-24T16:44:42.900Z | Downloaded ascii v1.1.0 |
1368 | 2023-10-24T16:44:42.903Z | Downloaded assert_cmd v2.0.12 |
1369 | 2023-10-24T16:44:42.906Z | Downloaded shlex v1.1.0 |
1370 | 2023-10-24T16:44:42.910Z | Downloaded serde-big-array v0.5.1 |
1371 | 2023-10-24T16:44:42.944Z | Downloaded crossbeam v0.8.2 |
1372 | 2023-10-24T16:44:42.948Z | Downloaded hmac v0.12.1 |
1373 | 2023-10-24T16:44:42.951Z | Downloaded log v0.4.20 |
1374 | 2023-10-24T16:44:42.955Z | Downloaded lock_api v0.4.10 |
1375 | 2023-10-24T16:44:42.959Z | Downloaded chacha20 v0.9.1 |
1376 | 2023-10-24T16:44:42.962Z | Downloaded nodrop v0.1.14 |
1377 | 2023-10-24T16:44:42.965Z | Downloaded async-recursion v1.0.5 |
1378 | 2023-10-24T16:44:42.969Z | Downloaded num-complex v0.4.4 |
1379 | 2023-10-24T16:44:42.972Z | Downloaded cexpr v0.6.0 |
1380 | 2023-10-24T16:44:42.975Z | Downloaded mime v0.3.17 |
1381 | 2023-10-24T16:44:42.978Z | Downloaded md-5 v0.10.5 |
1382 | 2023-10-24T16:44:42.981Z | Downloaded ascii-canvas v3.0.0 |
1383 | 2023-10-24T16:44:42.984Z | Downloaded atomic-waker v1.1.1 |
1384 | 2023-10-24T16:44:42.987Z | Downloaded async-trait v0.1.73 |
1385 | 2023-10-24T16:44:42.990Z | Downloaded indoc v1.0.9 |
1386 | 2023-10-24T16:44:42.993Z | Downloaded hyper-staticfile v0.9.5 |
1387 | 2023-10-24T16:44:42.996Z | Downloaded mockall v0.11.4 |
1388 | 2023-10-24T16:44:43.001Z | Downloaded mime_guess v2.0.4 |
1389 | 2023-10-24T16:44:43.005Z | Downloaded bitflags v2.4.0 |
1390 | 2023-10-24T16:44:43.009Z | Downloaded basic-toml v0.1.4 |
1391 | 2023-10-24T16:44:43.012Z | Downloaded base16ct v0.2.0 |
1392 | 2023-10-24T16:44:43.015Z | Downloaded iana-time-zone v0.1.57 |
1393 | 2023-10-24T16:44:43.018Z | Downloaded hyper-rustls v0.24.1 |
1394 | 2023-10-24T16:44:43.021Z | Downloaded arrayref v0.3.7 |
1395 | 2023-10-24T16:44:43.025Z | Downloaded httptest v0.15.4 |
1396 | 2023-10-24T16:44:43.028Z | Downloaded assert_matches v1.5.0 |
1397 | 2023-10-24T16:44:43.032Z | Downloaded argon2 v0.5.2 |
1398 | 2023-10-24T16:44:43.035Z | Downloaded httparse v1.8.0 |
1399 | 2023-10-24T16:44:43.038Z | Downloaded maybe-uninit v2.0.0 |
1400 | 2023-10-24T16:44:43.042Z | Downloaded matches v0.1.10 |
1401 | 2023-10-24T16:44:43.045Z | Downloaded maplit v1.0.2 |
1402 | 2023-10-24T16:44:43.048Z | Downloaded new_debug_unreachable v1.0.4 |
1403 | 2023-10-24T16:44:43.051Z | Downloaded memoffset v0.9.0 |
1404 | 2023-10-24T16:44:43.054Z | Downloaded ciborium-ll v0.2.1 |
1405 | 2023-10-24T16:44:43.057Z | Downloaded base64 v0.13.1 |
1406 | 2023-10-24T16:44:43.060Z | Downloaded async-stream v0.3.5 |
1407 | 2023-10-24T16:44:43.063Z | Downloaded humantime v2.1.0 |
1408 | 2023-10-24T16:44:43.066Z | Downloaded lazy_static v1.4.0 |
1409 | 2023-10-24T16:44:43.069Z | Downloaded is-terminal v0.4.9 |
1410 | 2023-10-24T16:44:43.072Z | Downloaded backtrace v0.3.69 |
1411 | 2023-10-24T16:44:43.075Z | Downloaded reqwest v0.11.20 |
1412 | 2023-10-24T16:44:43.078Z | Downloaded aes-gcm-siv v0.11.1 |
1413 | 2023-10-24T16:44:43.082Z | Downloaded ansi_term v0.12.1 |
1414 | 2023-10-24T16:44:43.085Z | Downloaded lru-cache v0.1.2 |
1415 | 2023-10-24T16:44:43.088Z | Downloaded linear-map v1.2.0 |
1416 | 2023-10-24T16:44:43.091Z | Downloaded jobserver v0.1.26 |
1417 | 2023-10-24T16:44:43.094Z | Downloaded hex-literal v0.4.1 |
1418 | 2023-10-24T16:44:43.098Z | Downloaded hex v0.4.3 |
1419 | 2023-10-24T16:44:43.101Z | Downloaded managed v0.8.0 |
1420 | 2023-10-24T16:44:43.105Z | Downloaded ciborium-io v0.2.1 |
1421 | 2023-10-24T16:44:43.108Z | Downloaded ident_case v1.0.1 |
1422 | 2023-10-24T16:44:43.110Z | Downloaded slab v0.4.9 |
1423 | 2023-10-24T16:44:43.113Z | Downloaded serde_repr v0.1.16 |
1424 | 2023-10-24T16:44:43.116Z | Downloaded rstest v0.18.2 |
1425 | 2023-10-24T16:44:43.119Z | Downloaded rpassword v7.2.0 |
1426 | 2023-10-24T16:44:43.122Z | Downloaded remove_dir_all v0.5.3 |
1427 | 2023-10-24T16:44:43.127Z | Downloaded multer v2.1.0 |
1428 | 2023-10-24T16:44:43.131Z | Downloaded miniz_oxide v0.7.1 |
1429 | 2023-10-24T16:44:43.135Z | Downloaded highway v1.1.0 |
1430 | 2023-10-24T16:44:43.137Z | Downloaded heck v0.3.3 |
1431 | 2023-10-24T16:44:43.141Z | Downloaded rustfmt-wrapper v0.2.0 |
1432 | 2023-10-24T16:44:43.144Z | Downloaded hostname v0.3.1 |
1433 | 2023-10-24T16:44:43.147Z | Downloaded http-body v0.4.5 |
1434 | 2023-10-24T16:44:43.150Z | Downloaded nibble_vec v0.1.0 |
1435 | 2023-10-24T16:44:43.153Z | Downloaded match_cfg v0.1.0 |
1436 | 2023-10-24T16:44:43.156Z | Downloaded headers-core v0.2.0 |
1437 | 2023-10-24T16:44:43.160Z | Downloaded lazycell v1.3.0 |
1438 | 2023-10-24T16:44:43.163Z | Downloaded ciborium v0.2.1 |
1439 | 2023-10-24T16:44:43.166Z | Downloaded cc v1.0.83 |
1440 | 2023-10-24T16:44:43.169Z | Downloaded cancel-safe-futures v0.1.2 |
1441 | 2023-10-24T16:44:43.172Z | Downloaded lalrpop-util v0.19.12 |
1442 | 2023-10-24T16:44:43.175Z | Downloaded cfg-if v1.0.0 |
1443 | 2023-10-24T16:44:43.178Z | Downloaded camino-tempfile v1.0.2 |
1444 | 2023-10-24T16:44:43.182Z | Downloaded buf-list v1.0.3 |
1445 | 2023-10-24T16:44:43.185Z | Downloaded cassowary v0.3.0 |
1446 | 2023-10-24T16:44:43.188Z | Downloaded byteorder v1.4.3 |
1447 | 2023-10-24T16:44:43.191Z | Downloaded bytes v1.5.0 |
1448 | 2023-10-24T16:44:43.194Z | Downloaded blake2b_simd v1.0.1 |
1449 | 2023-10-24T16:44:43.197Z | Downloaded block-padding v0.3.3 |
1450 | 2023-10-24T16:44:43.200Z | Downloaded block-buffer v0.10.4 |
1451 | 2023-10-24T16:44:44.054Z | Compiling proc-macro2 v1.0.67 |
1452 | 2023-10-24T16:44:44.057Z | Compiling serde v1.0.188 |
1453 | 2023-10-24T16:44:44.060Z | Compiling autocfg v1.1.0 |
1454 | 2023-10-24T16:44:44.063Z | Compiling version_check v0.9.4 |
1455 | 2023-10-24T16:44:44.066Z | Compiling syn v1.0.109 |
1456 | 2023-10-24T16:44:44.077Z | Compiling parking_lot_core v0.9.8 |
1457 | 2023-10-24T16:44:44.105Z | Compiling libm v0.2.7 |
1458 | 2023-10-24T16:44:44.128Z | Compiling libc v0.2.149 |
1459 | 2023-10-24T16:44:44.636Z | Compiling cfg-if v1.0.0 |
1460 | 2023-10-24T16:44:44.682Z | Compiling futures-core v0.3.28 |
1461 | 2023-10-24T16:44:44.757Z | Compiling once_cell v1.18.0 |
1462 | 2023-10-24T16:44:44.863Z | Compiling typenum v1.16.0 |
1463 | 2023-10-24T16:44:45.139Z | Compiling futures-channel v0.3.28 |
1464 | 2023-10-24T16:44:45.212Z | Compiling ahash v0.8.3 |
1465 | 2023-10-24T16:44:45.338Z | Compiling lock_api v0.4.10 |
1466 | 2023-10-24T16:44:45.377Z | Compiling num-traits v0.2.16 |
1467 | 2023-10-24T16:44:45.581Z | Compiling quote v1.0.33 |
1468 | 2023-10-24T16:44:45.800Z | Compiling generic-array v0.14.7 |
1469 | 2023-10-24T16:44:45.916Z | Compiling slab v0.4.9 |
1470 | 2023-10-24T16:44:46.175Z | Compiling syn v2.0.32 |
1471 | 2023-10-24T16:44:46.367Z | Compiling jobserver v0.1.26 |
1472 | 2023-10-24T16:44:46.744Z | Compiling futures-task v0.3.28 |
1473 | 2023-10-24T16:44:46.875Z | Compiling cc v1.0.83 |
1474 | 2023-10-24T16:44:46.925Z | Compiling pkg-config v0.3.27 |
1475 | 2023-10-24T16:44:46.941Z | Compiling futures-util v0.3.28 |
1476 | 2023-10-24T16:44:47.087Z | Compiling memchr v2.6.3 |
1477 | 2023-10-24T16:44:47.243Z | Compiling vcpkg v0.2.15 |
1478 | 2023-10-24T16:44:47.451Z | Compiling itoa v1.0.9 |
1479 | 2023-10-24T16:44:47.501Z | Compiling schemars v0.8.13 |
1480 | 2023-10-24T16:44:47.787Z | Compiling log v0.4.20 |
1481 | 2023-10-24T16:44:48.025Z | Compiling serde_json v1.0.107 |
1482 | 2023-10-24T16:44:48.986Z | Compiling indexmap v1.9.3 |
1483 | 2023-10-24T16:44:49.213Z | Compiling httparse v1.8.0 |
1484 | 2023-10-24T16:44:49.306Z | Compiling ryu v1.0.15 |
1485 | 2023-10-24T16:44:49.625Z | Compiling allocator-api2 v0.2.16 |
1486 | 2023-10-24T16:44:49.891Z | Compiling equivalent v1.0.1 |
1487 | 2023-10-24T16:44:49.977Z | Compiling rustix v0.38.9 |
1488 | 2023-10-24T16:44:50.044Z | Compiling getrandom v0.2.10 |
1489 | 2023-10-24T16:44:50.221Z | Compiling fnv v1.0.7 |
1490 | 2023-10-24T16:44:50.407Z | Compiling rustls v0.21.7 |
1491 | 2023-10-24T16:44:50.497Z | Compiling openssl v0.10.57 |
1492 | 2023-10-24T16:44:50.587Z | Compiling aho-corasick v1.0.4 |
1493 | 2023-10-24T16:44:50.772Z | Compiling regex-syntax v0.7.5 |
1494 | 2023-10-24T16:44:50.916Z | Compiling hashbrown v0.14.0 |
1495 | 2023-10-24T16:44:51.142Z | Compiling unicode-xid v0.2.4 |
1496 | 2023-10-24T16:44:51.365Z | Compiling native-tls v0.2.11 |
1497 | 2023-10-24T16:44:51.806Z | Compiling ucd-trie v0.1.6 |
1498 | 2023-10-24T16:44:51.941Z | Compiling ring v0.16.20 |
1499 | 2023-10-24T16:44:52.638Z | Compiling openssl-sys v0.9.93 |
1500 | 2023-10-24T16:44:53.307Z | Compiling backtrace v0.3.69 |
1501 | 2023-10-24T16:44:53.917Z | Compiling async-trait v0.1.73 |
1502 | 2023-10-24T16:44:54.593Z | Compiling rustversion v1.0.14 |
1503 | 2023-10-24T16:44:55.248Z | Compiling anyhow v1.0.75 |
1504 | 2023-10-24T16:44:55.718Z | Compiling crossbeam-utils v0.8.16 |
1505 | 2023-10-24T16:44:56.301Z | Compiling slog v2.7.0 |
1506 | 2023-10-24T16:44:56.393Z | Compiling iana-time-zone v0.1.57 |
1507 | 2023-10-24T16:44:56.794Z | Compiling regex-automata v0.3.8 |
1508 | 2023-10-24T16:44:56.910Z | Compiling time-core v0.1.1 |
1509 | 2023-10-24T16:44:57.018Z | Compiling byteorder v1.4.3 |
1510 | 2023-10-24T16:44:57.171Z | Compiling time-macros v0.2.13 |
1511 | 2023-10-24T16:44:57.763Z | Compiling dyn-clone v1.0.13 |
1512 | 2023-10-24T16:44:58.109Z | Compiling hashbrown v0.13.2 |
1513 | 2023-10-24T16:44:58.537Z | Compiling serde_derive_internals v0.26.0 |
1514 | 2023-10-24T16:45:00.038Z | Compiling synstructure v0.12.6 |
1515 | 2023-10-24T16:45:00.713Z | Compiling usdt-impl v0.3.5 |
1516 | 2023-10-24T16:45:01.214Z | Compiling unicode-width v0.1.10 |
1517 | 2023-10-24T16:45:01.359Z | Compiling thread-id v4.2.0 |
1518 | 2023-10-24T16:45:01.439Z | Compiling scopeguard v1.2.0 |
1519 | 2023-10-24T16:45:01.512Z | Compiling strsim v0.10.0 |
1520 | 2023-10-24T16:45:01.638Z | Compiling tinyvec_macros v0.1.1 |
1521 | 2023-10-24T16:45:01.761Z | Compiling winnow v0.5.15 |
1522 | 2023-10-24T16:45:02.286Z | Compiling tinyvec v1.6.0 |
1523 | 2023-10-24T16:45:02.553Z | Compiling unicode-bidi v0.3.13 |
1524 | 2023-10-24T16:45:03.272Z | Compiling smallvec v1.11.0 |
1525 | 2023-10-24T16:45:04.694Z | Compiling percent-encoding v2.3.0 |
1526 | 2023-10-24T16:45:04.713Z | Compiling parking_lot v0.12.1 |
1527 | 2023-10-24T16:45:04.972Z | Compiling unicode-normalization v0.1.22 |
1528 | 2023-10-24T16:45:05.058Z | Compiling form_urlencoded v1.2.0 |
1529 | 2023-10-24T16:45:05.196Z | Compiling regex v1.9.5 |
1530 | 2023-10-24T16:45:05.497Z | Compiling num-integer v0.1.45 |
1531 | 2023-10-24T16:45:05.893Z | Compiling bitflags v1.3.2 |
1532 | 2023-10-24T16:45:06.030Z | Compiling crc32fast v1.3.2 |
1533 | 2023-10-24T16:45:06.166Z | Compiling adler v1.0.2 |
1534 | 2023-10-24T16:45:06.469Z | Compiling miniz_oxide v0.7.1 |
1535 | 2023-10-24T16:45:06.629Z | Compiling idna v0.4.0 |
1536 | 2023-10-24T16:45:06.947Z | Compiling spin v0.5.2 |
1537 | 2023-10-24T16:45:06.962Z | Compiling gimli v0.28.0 |
1538 | 2023-10-24T16:45:07.281Z | Compiling object v0.32.1 |
1539 | 2023-10-24T16:45:08.073Z | Compiling rustc-demangle v0.1.23 |
1540 | 2023-10-24T16:45:08.799Z | Compiling serde_derive v1.0.188 |
1541 | 2023-10-24T16:45:08.967Z | Compiling thiserror-impl v1.0.49 |
1542 | 2023-10-24T16:45:09.015Z | Compiling zeroize_derive v1.4.2 |
1543 | 2023-10-24T16:45:09.101Z | Compiling tokio-macros v2.1.0 |
1544 | 2023-10-24T16:45:09.568Z | Compiling futures-macro v0.3.28 |
1545 | 2023-10-24T16:45:11.343Z | Compiling tracing-attributes v0.1.26 |
1546 | 2023-10-24T16:45:11.498Z | Compiling schemars_derive v0.8.13 |
1547 | 2023-10-24T16:45:12.832Z | Compiling openssl-macros v0.1.1 |
1548 | 2023-10-24T16:45:13.597Z | Compiling thiserror v1.0.49 |
1549 | 2023-10-24T16:45:13.787Z | Compiling pest v2.7.2 |
1550 | 2023-10-24T16:45:13.928Z | Compiling zerocopy-derive v0.2.0 |
1551 | 2023-10-24T16:45:15.393Z | Compiling strum_macros v0.25.2 |
1552 | 2023-10-24T16:45:16.561Z | Compiling url v2.4.1 |
1553 | 2023-10-24T16:45:16.746Z | Compiling zerocopy v0.3.0 |
1554 | 2023-10-24T16:45:16.916Z | Compiling addr2line v0.21.0 |
1555 | 2023-10-24T16:45:17.132Z | Compiling pin-project-lite v0.2.13 |
1556 | 2023-10-24T16:45:17.310Z | Compiling zerocopy-derive v0.6.4 |
1557 | 2023-10-24T16:45:18.004Z | Compiling pest_meta v2.7.2 |
1558 | 2023-10-24T16:45:18.146Z | Compiling dof v0.1.5 |
1559 | 2023-10-24T16:45:18.868Z | Compiling errno v0.3.2 |
1560 | 2023-10-24T16:45:19.487Z | Compiling mio v0.8.8 |
1561 | 2023-10-24T16:45:19.514Z | Compiling num_cpus v1.16.0 |
1562 | 2023-10-24T16:45:19.540Z | Compiling signal-hook-registry v1.4.1 |
1563 | 2023-10-24T16:45:19.676Z | Compiling socket2 v0.5.4 |
1564 | 2023-10-24T16:45:20.514Z | Compiling pest_generator v2.7.2 |
1565 | 2023-10-24T16:45:21.079Z | Compiling futures-sink v0.3.28 |
1566 | 2023-10-24T16:45:21.296Z | Compiling memoffset v0.9.0 |
1567 | 2023-10-24T16:45:22.042Z | Compiling futures-io v0.3.28 |
1568 | 2023-10-24T16:45:22.063Z | Compiling num_threads v0.1.6 |
1569 | 2023-10-24T16:45:22.227Z | Compiling radium v0.7.0 |
1570 | 2023-10-24T16:45:22.330Z | Compiling pin-utils v0.1.0 |
1571 | 2023-10-24T16:45:22.449Z | Compiling deranged v0.3.8 |
1572 | 2023-10-24T16:45:22.840Z | Compiling tracing-core v0.1.31 |
1573 | 2023-10-24T16:45:23.683Z | Compiling lazy_static v1.4.0 |
1574 | 2023-10-24T16:45:23.839Z | Compiling crossbeam-epoch v0.9.15 |
1575 | 2023-10-24T16:45:23.929Z | Compiling clap_derive v4.4.2 |
1576 | 2023-10-24T16:45:24.412Z | Compiling tracing v0.1.37 |
1577 | 2023-10-24T16:45:25.196Z | Compiling num-iter v0.1.43 |
1578 | 2023-10-24T16:45:25.328Z | Compiling untrusted v0.7.1 |
1579 | 2023-10-24T16:45:25.369Z | Compiling pest_derive v2.7.2 |
1580 | 2023-10-24T16:45:25.583Z | Compiling either v1.9.0 |
1581 | 2023-10-24T16:45:25.609Z | Compiling base64 v0.21.4 |
1582 | 2023-10-24T16:45:25.788Z | Compiling time v0.3.27 |
1583 | 2023-10-24T16:45:26.445Z | Compiling dtrace-parser v0.1.14 |
1584 | 2023-10-24T16:45:26.786Z | Compiling rand_core v0.6.4 |
1585 | 2023-10-24T16:45:27.446Z | Compiling foreign-types-shared v0.1.1 |
1586 | 2023-10-24T16:45:27.595Z | Compiling openssl-probe v0.1.5 |
1587 | 2023-10-24T16:45:28.071Z | Compiling hashbrown v0.12.3 |
1588 | 2023-10-24T16:45:29.480Z | Compiling foreign-types v0.3.2 |
1589 | 2023-10-24T16:45:29.606Z | Compiling zeroize v1.6.0 |
1590 | 2023-10-24T16:45:30.941Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1591 | 2023-10-24T16:45:31.677Z | Compiling try-lock v0.2.4 |
1592 | 2023-10-24T16:45:31.873Z | Compiling want v0.3.1 |
1593 | 2023-10-24T16:45:32.110Z | Compiling rustls-webpki v0.101.4 |
1594 | 2023-10-24T16:45:32.473Z | Compiling indexmap v2.0.0 |
1595 | 2023-10-24T16:45:32.642Z | Compiling bytes v1.5.0 |
1596 | 2023-10-24T16:45:32.664Z | Compiling uuid v1.4.1 |
1597 | 2023-10-24T16:45:32.926Z | Compiling chrono v0.4.31 |
1598 | 2023-10-24T16:45:33.344Z | Compiling semver v1.0.18 |
1599 | 2023-10-24T16:45:33.810Z | Compiling serde_spanned v0.6.3 |
1600 | 2023-10-24T16:45:33.857Z | Compiling toml_datetime v0.6.3 |
1601 | 2023-10-24T16:45:34.150Z | Compiling http v0.2.9 |
1602 | 2023-10-24T16:45:34.502Z | Compiling rustc_version v0.4.0 |
1603 | 2023-10-24T16:45:34.505Z | Compiling serde_tokenstream v0.1.7 |
1604 | 2023-10-24T16:45:34.540Z | Compiling toml_edit v0.19.15 |
1605 | 2023-10-24T16:45:34.626Z | Compiling bitflags v2.4.0 |
1606 | 2023-10-24T16:45:35.151Z | Compiling tokio v1.33.0 |
1607 | 2023-10-24T16:45:35.550Z | Compiling openapiv3 v1.0.3 |
1608 | 2023-10-24T16:45:39.262Z | Compiling http-body v0.4.5 |
1609 | 2023-10-24T16:45:40.217Z | Compiling sct v0.7.0 |
1610 | 2023-10-24T16:45:40.595Z | Compiling usdt-macro v0.3.5 |
1611 | 2023-10-24T16:45:40.650Z | Compiling usdt-attr-macro v0.3.5 |
1612 | 2023-10-24T16:45:42.334Z | Compiling enum-as-inner v0.5.1 |
1613 | 2023-10-24T16:45:42.537Z | Compiling socket2 v0.4.9 |
1614 | 2023-10-24T16:45:42.721Z | Compiling httpdate v1.0.3 |
1615 | 2023-10-24T16:45:43.285Z | Compiling tower-service v0.3.2 |
1616 | 2023-10-24T16:45:43.454Z | Compiling heapless v0.7.16 |
1617 | 2023-10-24T16:45:43.512Z | Compiling rustls-pemfile v1.0.3 |
1618 | 2023-10-24T16:45:43.846Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1619 | 2023-10-24T16:45:43.883Z | Compiling siphasher v0.3.11 |
1620 | 2023-10-24T16:45:44.021Z | Compiling rustls-native-certs v0.6.3 |
1621 | 2023-10-24T16:45:44.095Z | Compiling ipnet v2.8.0 |
1622 | 2023-10-24T16:45:44.497Z | Compiling serde_tokenstream v0.2.0 |
1623 | 2023-10-24T16:45:44.561Z | Compiling serde_urlencoded v0.7.1 |
1624 | 2023-10-24T16:45:45.247Z | Compiling encoding_rs v0.8.33 |
1625 | 2023-10-24T16:45:45.303Z | Compiling mime v0.3.17 |
1626 | 2023-10-24T16:45:45.324Z | Compiling webpki-roots v0.25.2 |
1627 | 2023-10-24T16:45:45.575Z | Compiling crypto-common v0.1.6 |
1628 | 2023-10-24T16:45:46.155Z | Compiling diesel_table_macro_syntax v0.1.0 |
1629 | 2023-10-24T16:45:46.362Z | Compiling num-bigint v0.4.4 |
1630 | 2023-10-24T16:45:46.543Z | Compiling bit-vec v0.6.3 |
1631 | 2023-10-24T16:45:46.592Z | Compiling smoltcp v0.9.1 |
1632 | 2023-10-24T16:45:46.748Z | Compiling diesel_derives v2.1.1 |
1633 | 2023-10-24T16:45:47.204Z | Compiling flate2 v1.0.27 |
1634 | 2023-10-24T16:45:47.534Z | Compiling phf_shared v0.10.0 |
1635 | 2023-10-24T16:45:47.564Z | Compiling block-buffer v0.10.4 |
1636 | 2023-10-24T16:45:47.976Z | Compiling hubpack_derive v0.1.1 |
1637 | 2023-10-24T16:45:48.194Z | Compiling ppv-lite86 v0.2.17 |
1638 | 2023-10-24T16:45:48.756Z | Compiling tokio-util v0.7.8 |
1639 | 2023-10-24T16:45:49.205Z | Compiling tokio-native-tls v0.3.1 |
1640 | 2023-10-24T16:45:49.456Z | Compiling subtle v2.5.0 |
1641 | 2023-10-24T16:45:49.496Z | Compiling fixedbitset v0.4.2 |
1642 | 2023-10-24T16:45:49.619Z | Compiling const-oid v0.9.5 |
1643 | 2023-10-24T16:45:49.925Z | Compiling tokio-rustls v0.24.1 |
1644 | 2023-10-24T16:45:50.132Z | Compiling precomputed-hash v0.1.1 |
1645 | 2023-10-24T16:45:50.293Z | Compiling new_debug_unreachable v1.0.4 |
1646 | 2023-10-24T16:45:50.422Z | Compiling string_cache v0.8.7 |
1647 | 2023-10-24T16:45:50.557Z | Compiling h2 v0.3.21 |
1648 | 2023-10-24T16:45:51.072Z | Compiling petgraph v0.6.4 |
1649 | 2023-10-24T16:45:51.076Z | Compiling rand_chacha v0.3.1 |
1650 | 2023-10-24T16:45:52.630Z | Compiling digest v0.10.7 |
1651 | 2023-10-24T16:45:52.717Z | Compiling bit-set v0.5.3 |
1652 | 2023-10-24T16:45:52.733Z | Compiling toml v0.7.8 |
1653 | 2023-10-24T16:45:53.183Z | Compiling itertools v0.10.5 |
1654 | 2023-10-24T16:45:53.319Z | Compiling lalrpop-util v0.19.12 |
1655 | 2023-10-24T16:45:53.846Z | Compiling unicode-segmentation v1.10.1 |
1656 | 2023-10-24T16:45:55.307Z | Compiling rand v0.8.5 |
1657 | 2023-10-24T16:45:55.373Z | Compiling regress v0.7.1 |
1658 | 2023-10-24T16:45:56.881Z | Compiling serde_repr v0.1.16 |
1659 | 2023-10-24T16:45:57.573Z | Compiling io-lifetimes v1.0.11 |
1660 | 2023-10-24T16:45:57.864Z | Compiling cpufeatures v0.2.9 |
1661 | 2023-10-24T16:45:57.868Z | Compiling anstyle v1.0.2 |
1662 | 2023-10-24T16:45:58.003Z | Compiling utf8parse v0.2.1 |
1663 | 2023-10-24T16:45:58.083Z | Compiling sha2 v0.10.7 |
1664 | 2023-10-24T16:45:58.237Z | Compiling anstyle-parse v0.2.1 |
1665 | 2023-10-24T16:45:58.552Z | Compiling rustix v0.37.23 |
1666 | 2023-10-24T16:45:58.556Z | Compiling md-5 v0.10.5 |
1667 | 2023-10-24T16:45:58.661Z | Compiling hmac v0.12.1 |
1668 | 2023-10-24T16:45:58.912Z | Compiling stringprep v0.1.3 |
1669 | 2023-10-24T16:45:59.031Z | Compiling spin v0.9.8 |
1670 | 2023-10-24T16:45:59.445Z | Compiling hash32 v0.2.1 |
1671 | 2023-10-24T16:45:59.621Z | Compiling fallible-iterator v0.2.0 |
1672 | 2023-10-24T16:46:00.004Z | Compiling stable_deref_trait v1.2.0 |
1673 | 2023-10-24T16:46:00.065Z | Compiling anstyle-query v1.0.0 |
1674 | 2023-10-24T16:46:00.138Z | Compiling colorchoice v1.0.0 |
1675 | 2023-10-24T16:46:00.363Z | Compiling anstream v0.5.0 |
1676 | 2023-10-24T16:46:00.402Z | Compiling phf_shared v0.11.2 |
1677 | 2023-10-24T16:46:00.844Z | Compiling postgres-protocol v0.6.6 |
1678 | 2023-10-24T16:46:00.942Z | Compiling terminal_size v0.2.6 |
1679 | 2023-10-24T16:46:00.960Z | Compiling block-padding v0.3.3 |
1680 | 2023-10-24T16:46:01.225Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1681 | 2023-10-24T16:46:01.300Z | Compiling scheduled-thread-pool v0.2.7 |
1682 | 2023-10-24T16:46:01.348Z | Compiling matches v0.1.10 |
1683 | 2023-10-24T16:46:01.476Z | Compiling regex-automata v0.1.10 |
1684 | 2023-10-24T16:46:02.076Z | Compiling tap v1.0.1 |
1685 | 2023-10-24T16:46:02.656Z | Compiling managed v0.8.0 |
1686 | 2023-10-24T16:46:02.667Z | Compiling clap_lex v0.5.1 |
1687 | 2023-10-24T16:46:02.682Z | Compiling wyz v0.5.1 |
1688 | 2023-10-24T16:46:02.912Z | Compiling hyper v0.14.27 |
1689 | 2023-10-24T16:46:03.043Z | Compiling clap_builder v4.4.2 |
1690 | 2023-10-24T16:46:03.081Z | Compiling bstr v0.2.17 |
1691 | 2023-10-24T16:46:03.855Z | Compiling postgres-types v0.2.6 |
1692 | 2023-10-24T16:46:05.419Z | Compiling r2d2 v0.8.10 |
1693 | 2023-10-24T16:46:05.996Z | Compiling idna v0.2.3 |
1694 | 2023-10-24T16:46:06.195Z | Compiling inout v0.1.3 |
1695 | 2023-10-24T16:46:06.574Z | Compiling phf v0.11.2 |
1696 | 2023-10-24T16:46:07.038Z | Compiling hubpack v0.1.2 |
1697 | 2023-10-24T16:46:08.073Z | Compiling ipnetwork v0.20.0 |
1698 | 2023-10-24T16:46:08.308Z | Compiling futures-executor v0.3.28 |
1699 | 2023-10-24T16:46:08.506Z | Compiling itertools v0.11.0 |
1700 | 2023-10-24T16:46:09.490Z | Compiling zerocopy v0.6.4 |
1701 | 2023-10-24T16:46:10.914Z | Compiling float-cmp v0.9.0 |
1702 | 2023-10-24T16:46:11.257Z | Compiling predicates-core v1.0.6 |
1703 | 2023-10-24T16:46:11.311Z | Compiling normalize-line-endings v0.3.0 |
1704 | 2023-10-24T16:46:11.477Z | Compiling unicode-linebreak v0.1.5 |
1705 | 2023-10-24T16:46:11.546Z | Compiling smawk v0.3.1 |
1706 | 2023-10-24T16:46:11.738Z | Compiling data-encoding v2.4.0 |
1707 | 2023-10-24T16:46:11.852Z | Compiling whoami v1.4.1 |
1708 | 2023-10-24T16:46:12.309Z | Compiling difflib v0.4.0 |
1709 | 2023-10-24T16:46:12.643Z | Compiling static_assertions v1.1.0 |
1710 | 2023-10-24T16:46:12.714Z | Compiling funty v2.0.0 |
1711 | 2023-10-24T16:46:12.784Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1712 | 2023-10-24T16:46:13.486Z | Compiling predicates v3.0.4 |
1713 | 2023-10-24T16:46:14.534Z | Compiling trust-dns-proto v0.22.0 |
1714 | 2023-10-24T16:46:15.148Z | Compiling hyper-rustls v0.24.1 |
1715 | 2023-10-24T16:46:15.931Z | Compiling hyper-tls v0.5.0 |
1716 | 2023-10-24T16:46:16.021Z | Compiling bitvec v1.0.1 |
1717 | 2023-10-24T16:46:16.253Z | Compiling tokio-postgres v0.7.10 |
1718 | 2023-10-24T16:46:16.434Z | Compiling reqwest v0.11.20 |
1719 | 2023-10-24T16:46:17.523Z | Compiling textwrap v0.16.0 |
1720 | 2023-10-24T16:46:19.151Z | Compiling diesel v2.1.1 |
1721 | 2023-10-24T16:46:19.380Z | Compiling yasna v0.5.2 |
1722 | 2023-10-24T16:46:22.735Z | Compiling clap v4.4.3 |
1723 | 2023-10-24T16:46:22.922Z | Compiling futures v0.3.28 |
1724 | 2023-10-24T16:46:23.083Z | Compiling cipher v0.4.4 |
1725 | 2023-10-24T16:46:23.458Z | Compiling similar v2.2.1 |
1726 | 2023-10-24T16:46:23.807Z | Compiling signature v2.1.0 |
1727 | 2023-10-24T16:46:23.871Z | Compiling tokio-stream v0.1.14 |
1728 | 2023-10-24T16:46:24.131Z | Compiling usdt v0.3.5 |
1729 | 2023-10-24T16:46:24.348Z | Compiling hex v0.4.3 |
1730 | 2023-10-24T16:46:24.522Z | Compiling console v0.15.7 |
1731 | 2023-10-24T16:46:25.160Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1732 | 2023-10-24T16:46:25.396Z | Compiling bstr v1.6.0 |
1733 | 2023-10-24T16:46:26.686Z | Compiling getopts v0.2.21 |
1734 | 2023-10-24T16:46:26.704Z | Compiling unsafe-libyaml v0.2.9 |
1735 | 2023-10-24T16:46:28.155Z | Compiling ident_case v1.0.1 |
1736 | 2023-10-24T16:46:28.791Z | Compiling slog-async v2.8.0 |
1737 | 2023-10-24T16:46:28.876Z | Compiling paste v1.0.14 |
1738 | 2023-10-24T16:46:29.432Z | Compiling serde_yaml v0.9.25 |
1739 | 2023-10-24T16:46:30.198Z | Compiling darling_core v0.20.3 |
1740 | 2023-10-24T16:46:30.543Z | Compiling multer v2.1.0 |
1741 | 2023-10-24T16:46:31.033Z | Compiling async-stream-impl v0.3.5 |
1742 | 2023-10-24T16:46:31.649Z | Compiling regex-syntax v0.6.29 |
1743 | 2023-10-24T16:46:32.379Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1744 | 2023-10-24T16:46:32.577Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1745 | 2023-10-24T16:46:33.051Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1746 | 2023-10-24T16:46:33.549Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1747 | 2023-10-24T16:46:37.314Z | Compiling structmeta-derive v0.1.6 |
1748 | 2023-10-24T16:46:39.396Z | Compiling darling_macro v0.20.3 |
1749 | 2023-10-24T16:46:40.827Z | Compiling darling v0.20.3 |
1750 | 2023-10-24T16:46:40.991Z | Compiling serde_with_macros v2.3.3 |
1751 | 2023-10-24T16:46:41.720Z | Compiling structmeta v0.1.6 |
1752 | 2023-10-24T16:46:42.341Z | Compiling parse-display-derive v0.7.0 |
1753 | 2023-10-24T16:46:43.724Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1754 | 2023-10-24T16:46:44.879Z | Compiling test-strategy v0.2.1 |
1755 | 2023-10-24T16:46:52.963Z | Checking unicode-ident v1.0.12 |
1756 | 2023-10-24T16:47:23.018Z | Checking heck v0.4.1 |
1757 | 2023-10-24T16:47:32.091Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1758 | 2023-10-24T16:47:32.294Z | Checking crossbeam-channel v0.5.8 |
1759 | 2023-10-24T16:47:32.508Z | Checking atty v0.2.14 |
1760 | 2023-10-24T16:47:33.361Z | Checking match_cfg v0.1.0 |
1761 | 2023-10-24T16:47:33.490Z | Checking hostname v0.3.1 |
1762 | 2023-10-24T16:47:33.673Z | Checking sha1 v0.10.5 |
1763 | 2023-10-24T16:47:33.767Z | Checking dirs-sys-next v0.1.2 |
1764 | 2023-10-24T16:47:34.026Z | Checking fastrand v2.0.0 |
1765 | 2023-10-24T16:47:34.142Z | Checking dirs-next v2.0.0 |
1766 | 2023-10-24T16:47:34.303Z | Checking thread_local v1.1.7 |
1767 | 2023-10-24T16:47:34.429Z | Checking term v0.7.0 |
1768 | 2023-10-24T16:47:34.544Z | Checking tempfile v3.8.0 |
1769 | 2023-10-24T16:47:34.754Z | Checking strum v0.25.0 |
1770 | 2023-10-24T16:47:35.097Z | Checking instant v0.1.12 |
1771 | 2023-10-24T16:47:35.251Z | Checking take_mut v0.2.2 |
1772 | 2023-10-24T16:47:35.385Z | Checking slog-term v2.9.0 |
1773 | 2023-10-24T16:47:35.885Z | Checking slog-json v2.6.1 |
1774 | 2023-10-24T16:47:36.202Z | Checking serde_with v2.3.3 |
1775 | 2023-10-24T16:47:36.287Z | Checking camino v1.1.6 |
1776 | 2023-10-24T16:47:36.307Z | Checking slog-bunyan v2.4.0 |
1777 | 2023-10-24T16:47:37.109Z | Checking atomic-waker v1.1.1 |
1778 | 2023-10-24T16:47:37.224Z | Checking debug-ignore v1.0.5 |
1779 | 2023-10-24T16:47:37.298Z | Checking waitgroup v0.1.2 |
1780 | 2023-10-24T16:47:37.400Z | Checking async-stream v0.3.5 |
1781 | 2023-10-24T16:47:37.497Z | Checking serde_path_to_error v0.1.14 |
1782 | 2023-10-24T16:47:37.853Z | Checking backoff v0.4.0 |
1783 | 2023-10-24T16:47:38.359Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1784 | 2023-10-24T16:47:38.405Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1785 | 2023-10-24T16:47:38.629Z | Checking parse-display v0.7.0 |
1786 | 2023-10-24T16:47:38.659Z | Checking macaddr v1.0.1 |
1787 | 2023-10-24T16:47:38.885Z | Checking quick-error v1.2.3 |
1788 | 2023-10-24T16:47:39.384Z | Compiling proc-macro-crate v1.3.1 |
1789 | 2023-10-24T16:47:39.681Z | Checking wait-timeout v0.2.0 |
1790 | 2023-10-24T16:47:39.924Z | Compiling crucible-workspace-hack v0.1.0 |
1791 | 2023-10-24T16:47:40.826Z | Checking rusty-fork v0.3.0 |
1792 | 2023-10-24T16:47:41.040Z | Checking rand_xorshift v0.3.0 |
1793 | 2023-10-24T16:47:41.251Z | Checking unarray v0.1.4 |
1794 | 2023-10-24T16:47:41.459Z | Checking proptest v1.3.1 |
1795 | 2023-10-24T16:47:41.669Z | Compiling proc-macro-error-attr v1.0.4 |
1796 | 2023-10-24T16:47:41.964Z | Compiling proc-macro-error v1.0.4 |
1797 | 2023-10-24T16:47:46.515Z | Compiling num_enum_derive v0.5.11 |
1798 | 2023-10-24T16:47:49.214Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1799 | 2023-10-24T16:47:49.701Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1800 | 2023-10-24T16:47:50.381Z | Compiling foreign-types-macros v0.2.3 |
1801 | 2023-10-24T16:47:50.836Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1802 | 2023-10-24T16:47:51.249Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1803 | 2023-10-24T16:47:51.709Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1804 | 2023-10-24T16:47:51.759Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1805 | 2023-10-24T16:47:52.646Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1806 | 2023-10-24T16:47:54.804Z | Compiling zone_cfg_derive v0.2.0 |
1807 | 2023-10-24T16:47:54.914Z | Compiling mockall_derive v0.11.4 |
1808 | 2023-10-24T16:47:55.997Z | Compiling num-derive v0.4.0 |
1809 | 2023-10-24T16:48:10.243Z | Checking base64ct v1.6.0 |
1810 | 2023-10-24T16:48:26.962Z | Checking is-terminal v0.4.9 |
1811 | 2023-10-24T16:48:35.517Z | Checking cfg-if v0.1.10 |
1812 | 2023-10-24T16:48:37.208Z | Compiling slog-dtrace v0.2.3 |
1813 | 2023-10-24T16:48:37.212Z | Checking termtree v0.4.1 |
1814 | 2023-10-24T16:48:37.215Z | Compiling cancel-safe-futures v0.1.2 |
1815 | 2023-10-24T16:48:37.222Z | Checking predicates-tree v1.0.9 |
1816 | 2023-10-24T16:48:37.228Z | Checking password-hash v0.5.0 |
1817 | 2023-10-24T16:48:37.232Z | Checking num_enum v0.5.11 |
1818 | 2023-10-24T16:48:37.235Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1819 | 2023-10-24T16:48:37.239Z | Checking blake2 v0.10.6 |
1820 | 2023-10-24T16:48:37.413Z | Checking base64 v0.13.1 |
1821 | 2023-10-24T16:48:37.559Z | Checking postcard-cobs v0.1.5-pre |
1822 | 2023-10-24T16:48:37.747Z | Checking argon2 v0.5.2 |
1823 | 2023-10-24T16:48:37.813Z | Checking postcard v0.7.3 |
1824 | 2023-10-24T16:48:38.095Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1825 | 2023-10-24T16:48:38.436Z | Checking smoltcp v0.8.2 |
1826 | 2023-10-24T16:48:38.459Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1827 | 2023-10-24T16:48:38.933Z | Checking foreign-types-shared v0.3.1 |
1828 | 2023-10-24T16:48:38.941Z | Checking foreign-types v0.5.0 |
1829 | 2023-10-24T16:48:38.993Z | Checking cstr-argument v0.1.2 |
1830 | 2023-10-24T16:48:39.222Z | Checking pretty-hex v0.2.1 |
1831 | 2023-10-24T16:48:39.238Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1832 | 2023-10-24T16:48:39.447Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1833 | 2023-10-24T16:48:39.554Z | Checking colored v2.0.4 |
1834 | 2023-10-24T16:48:39.855Z | Checking predicates v2.1.5 |
1835 | 2023-10-24T16:48:40.153Z | Checking downcast v0.11.0 |
1836 | 2023-10-24T16:48:40.216Z | Checking fragile v2.0.0 |
1837 | 2023-10-24T16:48:40.634Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1838 | 2023-10-24T16:48:40.899Z | Checking mockall v0.11.4 |
1839 | 2023-10-24T16:48:40.902Z | Checking zone v0.2.0 |
1840 | 2023-10-24T16:48:41.273Z | Checking smf v0.2.2 |
1841 | 2023-10-24T16:48:41.376Z | Checking filetime v0.2.22 |
1842 | 2023-10-24T16:48:41.501Z | Checking xattr v1.0.1 |
1843 | 2023-10-24T16:48:41.672Z | Compiling heck v0.3.3 |
1844 | 2023-10-24T16:48:41.759Z | Checking tar v0.4.40 |
1845 | 2023-10-24T16:48:41.962Z | Compiling libefi-sys v0.1.0 |
1846 | 2023-10-24T16:48:42.075Z | Compiling der_derive v0.7.2 |
1847 | 2023-10-24T16:48:42.250Z | Compiling structopt-derive v0.4.18 |
1848 | 2023-10-24T16:48:42.968Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1849 | 2023-10-24T16:48:42.990Z | Checking pem v1.1.1 |
1850 | 2023-10-24T16:48:43.064Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1851 | 2023-10-24T16:48:43.145Z | Compiling memoffset v0.7.1 |
1852 | 2023-10-24T16:48:43.325Z | Checking camino-tempfile v1.0.2 |
1853 | 2023-10-24T16:48:43.736Z | Compiling maybe-uninit v2.0.0 |
1854 | 2023-10-24T16:48:43.755Z | Checking headers-core v0.2.0 |
1855 | 2023-10-24T16:48:43.838Z | Compiling packed_struct v0.10.1 |
1856 | 2023-10-24T16:48:43.971Z | Checking headers v0.3.9 |
1857 | 2023-10-24T16:48:44.402Z | Compiling num-bigint-dig v0.8.4 |
1858 | 2023-10-24T16:48:44.505Z | Compiling packed_struct_codegen v0.10.1 |
1859 | 2023-10-24T16:48:44.821Z | Compiling signal-hook v0.3.17 |
1860 | 2023-10-24T16:48:45.221Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1861 | 2023-10-24T16:48:45.244Z | Checking rcgen v0.10.0 |
1862 | 2023-10-24T16:48:45.803Z | Checking atomicwrites v0.4.2 |
1863 | 2023-10-24T16:48:45.890Z | Checking subprocess v0.2.9 |
1864 | 2023-10-24T16:48:46.077Z | Compiling num-rational v0.4.1 |
1865 | 2023-10-24T16:48:46.157Z | Compiling same-file v1.0.6 |
1866 | 2023-10-24T16:48:46.498Z | Checking termcolor v1.2.0 |
1867 | 2023-10-24T16:48:46.717Z | Compiling walkdir v2.4.0 |
1868 | 2023-10-24T16:48:46.867Z | Compiling semver-parser v0.10.2 |
1869 | 2023-10-24T16:48:47.350Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1870 | 2023-10-24T16:48:47.769Z | Checking linked-hash-map v0.5.6 |
1871 | 2023-10-24T16:48:47.815Z | Compiling home v0.5.5 |
1872 | 2023-10-24T16:48:48.228Z | Compiling semver v0.11.0 |
1873 | 2023-10-24T16:48:48.372Z | Checking lru-cache v0.1.2 |
1874 | 2023-10-24T16:48:48.748Z | Compiling toml v0.5.11 |
1875 | 2023-10-24T16:48:48.836Z | Compiling toolchain_find v0.2.0 |
1876 | 2023-10-24T16:48:48.856Z | Compiling doc-comment v0.3.3 |
1877 | 2023-10-24T16:48:49.350Z | Checking half v1.8.2 |
1878 | 2023-10-24T16:48:49.575Z | Checking ciborium-io v0.2.1 |
1879 | 2023-10-24T16:48:49.665Z | Compiling omicron-zone-package v0.8.3 |
1880 | 2023-10-24T16:48:49.889Z | Checking arc-swap v1.6.0 |
1881 | 2023-10-24T16:48:50.004Z | Checking ciborium-ll v0.2.1 |
1882 | 2023-10-24T16:48:50.039Z | Compiling convert_case v0.4.0 |
1883 | 2023-10-24T16:48:50.472Z | Checking ciborium v0.2.1 |
1884 | 2023-10-24T16:48:50.573Z | Checking slog-scope v4.4.0 |
1885 | 2023-10-24T16:48:50.913Z | Checking slog-stdlog v4.1.1 |
1886 | 2023-10-24T16:48:51.124Z | Compiling snafu-derive v0.7.5 |
1887 | 2023-10-24T16:48:51.356Z | Compiling derive_more v0.99.17 |
1888 | 2023-10-24T16:48:51.405Z | Checking slog-envlogger v2.2.0 |
1889 | 2023-10-24T16:48:51.739Z | Compiling rustfmt-wrapper v0.2.0 |
1890 | 2023-10-24T16:48:52.165Z | Compiling derive-where v1.2.5 |
1891 | 2023-10-24T16:48:52.782Z | Checking hkdf v0.12.3 |
1892 | 2023-10-24T16:48:53.137Z | Compiling libz-sys v1.1.12 |
1893 | 2023-10-24T16:48:54.105Z | Compiling parking_lot_core v0.8.6 |
1894 | 2023-10-24T16:48:54.111Z | Checking resolv-conf v0.7.0 |
1895 | 2023-10-24T16:48:54.449Z | Checking newline-converter v0.3.0 |
1896 | 2023-10-24T16:48:54.519Z | Checking textwrap v0.11.0 |
1897 | 2023-10-24T16:48:54.947Z | Checking keccak v0.1.4 |
1898 | 2023-10-24T16:48:54.951Z | Checking vec_map v0.8.2 |
1899 | 2023-10-24T16:48:54.954Z | Checking ansi_term v0.12.1 |
1900 | 2023-10-24T16:48:55.021Z | Checking strsim v0.8.0 |
1901 | 2023-10-24T16:48:55.072Z | Checking sha3 v0.10.8 |
1902 | 2023-10-24T16:48:55.317Z | Checking expectorate v1.1.0 |
1903 | 2023-10-24T16:48:55.353Z | Checking clap v2.34.0 |
1904 | 2023-10-24T16:48:55.414Z | Checking trust-dns-resolver v0.22.0 |
1905 | 2023-10-24T16:48:55.902Z | Checking secrecy v0.8.0 |
1906 | 2023-10-24T16:48:56.085Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1907 | 2023-10-24T16:48:56.233Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1908 | 2023-10-24T16:48:58.069Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1909 | 2023-10-24T16:48:58.346Z | Checking pem-rfc7468 v0.7.0 |
1910 | 2023-10-24T16:48:58.533Z | Compiling libsqlite3-sys v0.26.0 |
1911 | 2023-10-24T16:48:58.795Z | Checking flagset v0.4.3 |
1912 | 2023-10-24T16:48:59.083Z | Checking der v0.7.8 |
1913 | 2023-10-24T16:48:59.114Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1914 | 2023-10-24T16:48:59.489Z | Checking fxhash v0.2.1 |
1915 | 2023-10-24T16:48:59.639Z | Compiling vergen v8.2.4 |
1916 | 2023-10-24T16:48:59.747Z | Compiling semver v0.1.20 |
1917 | 2023-10-24T16:48:59.976Z | Checking structopt v0.3.26 |
1918 | 2023-10-24T16:49:00.387Z | Compiling rustc_version v0.1.7 |
1919 | 2023-10-24T16:49:01.029Z | Compiling newtype_derive v0.1.6 |
1920 | 2023-10-24T16:49:01.447Z | Compiling buf-list v1.0.3 |
1921 | 2023-10-24T16:49:01.952Z | Checking crc-catalog v2.2.0 |
1922 | 2023-10-24T16:49:01.985Z | Checking humantime v2.1.0 |
1923 | 2023-10-24T16:49:02.163Z | Checking crc v3.0.1 |
1924 | 2023-10-24T16:49:02.258Z | Checking spki v0.7.2 |
1925 | 2023-10-24T16:49:02.485Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1926 | 2023-10-24T16:49:02.716Z | Checking pkcs8 v0.10.2 |
1927 | 2023-10-24T16:49:03.546Z | Checking nodrop v0.1.14 |
1928 | 2023-10-24T16:49:03.712Z | Checking array-init v0.0.4 |
1929 | 2023-10-24T16:49:03.927Z | Checking pkcs1 v0.7.5 |
1930 | 2023-10-24T16:49:04.053Z | Checking smallvec v0.6.14 |
1931 | 2023-10-24T16:49:04.120Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1932 | 2023-10-24T16:49:04.659Z | Compiling num_enum_derive v0.7.0 |
1933 | 2023-10-24T16:49:05.477Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1934 | 2023-10-24T16:49:07.048Z | Compiling unicase v2.7.0 |
1935 | 2023-10-24T16:49:07.452Z | Checking utf-8 v0.7.6 |
1936 | 2023-10-24T16:49:07.737Z | Checking bitfield v0.14.0 |
1937 | 2023-10-24T16:49:07.757Z | Compiling rayon-core v1.11.0 |
1938 | 2023-10-24T16:49:07.789Z | Checking rsa v0.9.2 |
1939 | 2023-10-24T16:49:08.257Z | Checking serde-hex v0.1.0 |
1940 | 2023-10-24T16:49:08.506Z | Checking x509-cert v0.2.4 |
1941 | 2023-10-24T16:49:08.778Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1942 | 2023-10-24T16:49:09.166Z | Checking env_logger v0.10.0 |
1943 | 2023-10-24T16:49:09.840Z | Checking ron v0.8.1 |
1944 | 2023-10-24T16:49:09.894Z | Compiling platforms v3.0.2 |
1945 | 2023-10-24T16:49:09.919Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1946 | 2023-10-24T16:49:10.422Z | Checking crc-any v2.4.3 |
1947 | 2023-10-24T16:49:10.955Z | Checking object v0.30.4 |
1948 | 2023-10-24T16:49:11.201Z | Checking path-slash v0.1.5 |
1949 | 2023-10-24T16:49:11.930Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1950 | 2023-10-24T16:49:12.458Z | Checking num-complex v0.4.4 |
1951 | 2023-10-24T16:49:13.452Z | Checking rand v0.4.6 |
1952 | 2023-10-24T16:49:14.057Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1953 | 2023-10-24T16:49:14.470Z | Compiling erased-serde v0.3.30 |
1954 | 2023-10-24T16:49:15.155Z | Checking num v0.4.1 |
1955 | 2023-10-24T16:49:15.207Z | Compiling curve25519-dalek v4.1.0 |
1956 | 2023-10-24T16:49:15.549Z | Compiling bitstruct_derive v0.1.0 |
1957 | 2023-10-24T16:49:15.793Z | Compiling async-recursion v1.0.5 |
1958 | 2023-10-24T16:49:16.548Z | Compiling glob v0.3.1 |
1959 | 2023-10-24T16:49:17.543Z | Compiling mime_guess v2.0.4 |
1960 | 2023-10-24T16:49:18.154Z | Compiling thiserror-impl-no-std v2.0.2 |
1961 | 2023-10-24T16:49:18.167Z | Compiling curve25519-dalek-derive v0.1.0 |
1962 | 2023-10-24T16:49:19.521Z | Compiling salty v0.2.0 |
1963 | 2023-10-24T16:49:20.170Z | Checking tungstenite v0.18.0 |
1964 | 2023-10-24T16:49:20.475Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1965 | 2023-10-24T16:49:21.616Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1966 | 2023-10-24T16:49:21.750Z | Checking tokio-tungstenite v0.18.0 |
1967 | 2023-10-24T16:49:21.772Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1968 | 2023-10-24T16:49:22.143Z | Checking universal-hash v0.5.1 |
1969 | 2023-10-24T16:49:22.395Z | Checking nibble_vec v0.1.0 |
1970 | 2023-10-24T16:49:22.688Z | Checking endian-type v0.1.2 |
1971 | 2023-10-24T16:49:22.923Z | Compiling crunchy v0.2.2 |
1972 | 2023-10-24T16:49:23.411Z | Checking opaque-debug v0.3.0 |
1973 | 2023-10-24T16:49:23.559Z | Checking radix_trie v0.2.1 |
1974 | 2023-10-24T16:49:23.741Z | Checking snafu v0.7.5 |
1975 | 2023-10-24T16:49:24.239Z | Compiling tiny-keccak v2.0.2 |
1976 | 2023-10-24T16:49:24.394Z | Checking linear-map v1.2.0 |
1977 | 2023-10-24T16:49:24.652Z | Checking parking_lot v0.11.2 |
1978 | 2023-10-24T16:49:24.853Z | Checking trust-dns-client v0.22.0 |
1979 | 2023-10-24T16:49:25.008Z | Compiling clang-sys v1.6.1 |
1980 | 2023-10-24T16:49:25.093Z | Checking aead v0.5.2 |
1981 | 2023-10-24T16:49:25.213Z | Compiling darling_core v0.14.4 |
1982 | 2023-10-24T16:49:25.431Z | Compiling prettyplease v0.2.12 |
1983 | 2023-10-24T16:49:25.874Z | Compiling ascii-canvas v3.0.0 |
1984 | 2023-10-24T16:49:26.077Z | Checking sled v0.34.7 |
1985 | 2023-10-24T16:49:26.951Z | Checking trust-dns-server v0.22.1 |
1986 | 2023-10-24T16:49:27.050Z | Checking toml_edit v0.20.0 |
1987 | 2023-10-24T16:49:27.309Z | Compiling const_format_proc_macros v0.2.31 |
1988 | 2023-10-24T16:49:27.564Z | Compiling ena v0.14.2 |
1989 | 2023-10-24T16:49:28.347Z | Checking pretty-hex v0.3.0 |
1990 | 2023-10-24T16:49:28.599Z | Compiling minimal-lexical v0.2.1 |
1991 | 2023-10-24T16:49:29.446Z | Compiling portable-atomic v1.4.3 |
1992 | 2023-10-24T16:49:30.473Z | Compiling diff v0.1.13 |
1993 | 2023-10-24T16:49:30.676Z | Compiling nom v7.1.3 |
1994 | 2023-10-24T16:49:30.820Z | Compiling lalrpop v0.19.12 |
1995 | 2023-10-24T16:49:30.902Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1996 | 2023-10-24T16:49:31.141Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1997 | 2023-10-24T16:49:31.144Z | Checking toml v0.8.0 |
1998 | 2023-10-24T16:49:31.910Z | Checking path-dedot v3.1.0 |
1999 | 2023-10-24T16:49:32.088Z | Compiling libloading v0.7.4 |
2000 | 2023-10-24T16:49:32.153Z | Compiling bindgen v0.65.1 |
2001 | 2023-10-24T16:49:32.394Z | Compiling ref-cast v1.0.20 |
2002 | 2023-10-24T16:49:32.638Z | Checking path-absolutize v3.1.0 |
2003 | 2023-10-24T16:49:33.923Z | Checking globset v0.4.13 |
2004 | 2023-10-24T16:49:34.325Z | Compiling darling_macro v0.14.4 |
2005 | 2023-10-24T16:49:34.688Z | Checking crossbeam-deque v0.8.3 |
2006 | 2023-10-24T16:49:35.178Z | Checking hashlink v0.8.3 |
2007 | 2023-10-24T16:49:35.396Z | Checking olpc-cjson v0.1.3 |
2008 | 2023-10-24T16:49:35.743Z | Checking serde_plain v1.0.2 |
2009 | 2023-10-24T16:49:35.803Z | Compiling darling v0.14.4 |
2010 | 2023-10-24T16:49:35.975Z | Compiling derive_builder_core v0.12.0 |
2011 | 2023-10-24T16:49:36.143Z | Compiling which v4.4.0 |
2012 | 2023-10-24T16:49:36.191Z | Compiling ref-cast-impl v1.0.20 |
2013 | 2023-10-24T16:49:36.233Z | Compiling libxml v0.3.3 |
2014 | 2023-10-24T16:49:36.729Z | Compiling cexpr v0.6.0 |
2015 | 2023-10-24T16:49:37.037Z | Compiling peeking_take_while v0.1.2 |
2016 | 2023-10-24T16:49:37.138Z | Compiling shlex v1.1.0 |
2017 | 2023-10-24T16:49:37.241Z | Compiling rustc-hash v1.1.0 |
2018 | 2023-10-24T16:49:37.463Z | Compiling lazycell v1.3.0 |
2019 | 2023-10-24T16:49:37.529Z | Checking fallible-streaming-iterator v0.1.9 |
2020 | 2023-10-24T16:49:37.749Z | Checking tough v0.12.5 |
2021 | 2023-10-24T16:49:37.910Z | Checking rusqlite v0.29.0 |
2022 | 2023-10-24T16:49:37.987Z | Checking twox-hash v1.6.3 |
2023 | 2023-10-24T16:49:38.790Z | Checking nix v0.26.2 |
2024 | 2023-10-24T16:49:39.738Z | Compiling derive_builder_macro v0.12.0 |
2025 | 2023-10-24T16:49:40.856Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2026 | 2023-10-24T16:49:40.975Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2027 | 2023-10-24T16:49:41.812Z | Checking ff v0.13.0 |
2028 | 2023-10-24T16:49:41.968Z | Compiling strum_macros v0.24.3 |
2029 | 2023-10-24T16:49:42.161Z | Checking display-error-chain v0.1.1 |
2030 | 2023-10-24T16:49:43.594Z | Compiling indoc v1.0.9 |
2031 | 2023-10-24T16:49:43.754Z | Checking signature v1.6.4 |
2032 | 2023-10-24T16:49:43.948Z | Checking ed25519 v1.5.3 |
2033 | 2023-10-24T16:49:44.984Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2034 | 2023-10-24T16:49:45.060Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2035 | 2023-10-24T16:49:47.328Z | Checking group v0.13.0 |
2036 | 2023-10-24T16:49:47.871Z | Checking polyval v0.6.1 |
2037 | 2023-10-24T16:49:48.287Z | Checking num_enum v0.7.0 |
2038 | 2023-10-24T16:49:48.589Z | Checking ctr v0.9.2 |
2039 | 2023-10-24T16:49:48.936Z | Checking aes v0.8.3 |
2040 | 2023-10-24T16:49:48.954Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2041 | 2023-10-24T16:49:49.001Z | Checking crypto-bigint v0.5.2 |
2042 | 2023-10-24T16:49:49.321Z | Checking bincode v1.3.3 |
2043 | 2023-10-24T16:49:49.626Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2044 | 2023-10-24T16:49:50.031Z | Compiling cookie v0.16.2 |
2045 | 2023-10-24T16:49:50.795Z | Checking base16ct v0.2.0 |
2046 | 2023-10-24T16:49:51.471Z | Checking aes-gcm-siv v0.11.1 |
2047 | 2023-10-24T16:49:51.879Z | Checking rayon v1.7.0 |
2048 | 2023-10-24T16:49:51.923Z | Checking elliptic-curve v0.13.5 |
2049 | 2023-10-24T16:49:52.362Z | Checking steno v0.4.0 |
2050 | 2023-10-24T16:49:52.949Z | Checking poly1305 v0.8.0 |
2051 | 2023-10-24T16:49:53.196Z | Checking thiserror-no-std v2.0.2 |
2052 | 2023-10-24T16:49:53.353Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2053 | 2023-10-24T16:49:53.717Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2054 | 2023-10-24T16:49:53.867Z | Checking env_logger v0.9.3 |
2055 | 2023-10-24T16:49:54.101Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2056 | 2023-10-24T16:49:54.539Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2057 | 2023-10-24T16:49:55.878Z | Checking chacha20 v0.9.1 |
2058 | 2023-10-24T16:49:56.246Z | Checking serde-big-array v0.4.1 |
2059 | 2023-10-24T16:49:56.259Z | Checking serde-big-array v0.5.1 |
2060 | 2023-10-24T16:49:56.267Z | Compiling oso-derive v0.26.4 |
2061 | 2023-10-24T16:49:56.595Z | Compiling impl-trait-for-tuples v0.2.2 |
2062 | 2023-10-24T16:49:56.802Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2063 | 2023-10-24T16:49:56.973Z | Checking ascii v1.1.0 |
2064 | 2023-10-24T16:49:57.438Z | Checking ringbuffer v0.15.0 |
2065 | 2023-10-24T16:49:58.160Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2066 | 2023-10-24T16:49:58.470Z | Checking vsss-rs v3.3.1 |
2067 | 2023-10-24T16:49:59.091Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2068 | 2023-10-24T16:49:59.888Z | Checking chacha20poly1305 v0.10.1 |
2069 | 2023-10-24T16:50:00.473Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2070 | 2023-10-24T16:50:01.383Z | Checking bitstruct v0.1.1 |
2071 | 2023-10-24T16:50:02.635Z | Checking signal-hook-tokio v0.3.1 |
2072 | 2023-10-24T16:50:03.229Z | Checking tungstenite v0.20.1 |
2073 | 2023-10-24T16:50:03.618Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2074 | 2023-10-24T16:50:23.657Z | Checking serde_arrays v0.1.0 |
2075 | 2023-10-24T16:50:24.068Z | Checking corncobs v0.1.3 |
2076 | 2023-10-24T16:50:24.133Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2077 | 2023-10-24T16:50:24.466Z | Checking tokio-tungstenite v0.20.1 |
2078 | 2023-10-24T16:50:24.506Z | Checking assert_matches v1.5.0 |
2079 | 2023-10-24T16:50:24.669Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2080 | 2023-10-24T16:50:24.820Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2081 | 2023-10-24T16:50:24.962Z | Checking bcs v0.1.5 |
2082 | 2023-10-24T16:50:24.983Z | Checking highway v1.1.0 |
2083 | 2023-10-24T16:50:25.066Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2084 | 2023-10-24T16:50:25.115Z | Checking const_format v0.2.31 |
2085 | 2023-10-24T16:50:25.150Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2086 | 2023-10-24T16:50:25.239Z | Checking ron v0.7.1 |
2087 | 2023-10-24T16:50:25.309Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2088 | 2023-10-24T16:50:25.332Z | Checking http-range v0.1.5 |
2089 | 2023-10-24T16:50:25.368Z | Checking bit_field v0.10.2 |
2090 | 2023-10-24T16:50:25.376Z | Checking hyper-staticfile v0.9.5 |
2091 | 2023-10-24T16:50:25.401Z | Compiling indoc v2.0.3 |
2092 | 2023-10-24T16:50:25.414Z | Checking derive_builder v0.12.0 |
2093 | 2023-10-24T16:50:25.558Z | Checking bb8 v0.8.1 |
2094 | 2023-10-24T16:50:26.123Z | Checking quick-xml v0.23.1 |
2095 | 2023-10-24T16:50:26.140Z | Checking bytesize v1.3.0 |
2096 | 2023-10-24T16:50:26.269Z | Checking maplit v1.0.2 |
2097 | 2023-10-24T16:50:26.424Z | Checking fs-err v2.9.0 |
2098 | 2023-10-24T16:50:27.204Z | Checking number_prefix v0.4.0 |
2099 | 2023-10-24T16:50:27.747Z | Checking indicatif v0.17.7 |
2100 | 2023-10-24T16:50:28.578Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2101 | 2023-10-24T16:50:30.294Z | Checking signal-hook-mio v0.2.3 |
2102 | 2023-10-24T16:50:31.321Z | Compiling vte_generate_state_changes v0.1.1 |
2103 | 2023-10-24T16:50:39.049Z | Checking yansi v0.5.1 |
2104 | 2023-10-24T16:50:40.009Z | Checking pretty_assertions v1.4.0 |
2105 | 2023-10-24T16:50:41.969Z | Checking crossterm v0.27.0 |
2106 | 2023-10-24T16:50:42.649Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2107 | 2023-10-24T16:50:44.501Z | Checking fatfs v0.3.6 |
2108 | 2023-10-24T16:50:44.569Z | Checking cassowary v0.3.0 |
2109 | 2023-10-24T16:50:44.750Z | Checking plotters-backend v0.3.5 |
2110 | 2023-10-24T16:50:45.214Z | Checking ratatui v0.23.0 |
2111 | 2023-10-24T16:50:45.334Z | Checking plotters-svg v0.3.5 |
2112 | 2023-10-24T16:50:48.062Z | Checking rtoolbox v0.0.1 |
2113 | 2023-10-24T16:50:48.096Z | Checking cast v0.3.0 |
2114 | 2023-10-24T16:50:48.608Z | Checking owo-colors v3.5.0 |
2115 | 2023-10-24T16:50:49.041Z | Checking remove_dir_all v0.5.3 |
2116 | 2023-10-24T16:50:49.184Z | Checking tempdir v0.3.7 |
2117 | 2023-10-24T16:50:49.310Z | Checking tui-tree-widget v0.13.0 |
2118 | 2023-10-24T16:50:49.436Z | Checking criterion-plot v0.5.0 |
2119 | 2023-10-24T16:50:49.452Z | Checking rpassword v7.2.0 |
2120 | 2023-10-24T16:50:49.736Z | Checking plotters v0.3.5 |
2121 | 2023-10-24T16:50:53.539Z | Checking tinytemplate v1.2.1 |
2122 | 2023-10-24T16:50:53.891Z | Checking shell-words v1.1.0 |
2123 | 2023-10-24T16:50:54.134Z | Checking oorandom v11.1.3 |
2124 | 2023-10-24T16:50:54.346Z | Checking anes v0.1.6 |
2125 | 2023-10-24T16:50:54.370Z | Checking os_str_bytes v6.5.1 |
2126 | 2023-10-24T16:50:54.916Z | Checking clap_lex v0.2.4 |
2127 | 2023-10-24T16:50:54.965Z | Checking criterion v0.5.1 |
2128 | 2023-10-24T16:51:01.835Z | Checking assert_cmd v2.0.12 |
2129 | 2023-10-24T16:51:02.186Z | Compiling clap_derive v3.2.25 |
2130 | 2023-10-24T16:51:02.643Z | Checking dashmap v5.5.1 |
2131 | 2023-10-24T16:51:03.159Z | Compiling serial_test_derive v0.10.0 |
2132 | 2023-10-24T16:51:04.189Z | Compiling crossbeam-queue v0.3.8 |
2133 | 2023-10-24T16:51:04.816Z | Checking serial_test v0.10.0 |
2134 | 2023-10-24T16:51:05.178Z | Checking vte v0.11.1 |
2135 | 2023-10-24T16:51:05.350Z | Checking threadpool v1.8.1 |
2136 | 2023-10-24T16:51:07.838Z | Checking strip-ansi-escapes v0.2.0 |
2137 | 2023-10-24T16:51:08.093Z | Checking crossterm v0.26.1 |
2138 | 2023-10-24T16:51:08.592Z | Compiling tabled_derive v0.6.0 |
2139 | 2023-10-24T16:51:10.362Z | Checking httptest v0.15.4 |
2140 | 2023-10-24T16:51:10.366Z | Checking clap v3.2.25 |
2141 | 2023-10-24T16:51:10.369Z | Checking similar-asserts v1.5.0 |
2142 | 2023-10-24T16:51:10.407Z | Checking fd-lock v3.0.13 |
2143 | 2023-10-24T16:51:10.701Z | Checking nanorand v0.7.0 |
2144 | 2023-10-24T16:51:10.937Z | Compiling rstest_macros v0.18.2 |
2145 | 2023-10-24T16:51:11.228Z | Checking nu-ansi-term v0.49.0 |
2146 | 2023-10-24T16:51:11.602Z | Checking flume v0.11.0 |
2147 | 2023-10-24T16:51:11.923Z | Checking reedline v0.23.0 |
2148 | 2023-10-24T16:51:15.222Z | Compiling pin-project-internal v1.1.3 |
2149 | 2023-10-24T16:51:15.562Z | Checking libtest-mimic v0.5.2 |
2150 | 2023-10-24T16:51:15.665Z | Checking constant_time_eq v0.2.6 |
2151 | 2023-10-24T16:51:15.855Z | Checking topological-sort v0.2.2 |
2152 | 2023-10-24T16:51:15.997Z | Compiling trybuild v1.0.85 |
2153 | 2023-10-24T16:51:16.153Z | Checking arrayvec v0.7.4 |
2154 | 2023-10-24T16:51:16.218Z | Compiling relative-path v1.9.0 |
2155 | 2023-10-24T16:51:16.327Z | Checking datatest-stable v0.1.3 |
2156 | 2023-10-24T16:51:16.565Z | Checking arrayref v0.3.7 |
2157 | 2023-10-24T16:51:16.712Z | Checking bytecount v0.6.3 |
2158 | 2023-10-24T16:51:16.767Z | Checking blake2b_simd v1.0.1 |
2159 | 2023-10-24T16:51:16.935Z | Checking papergrid v0.10.0 |
2160 | 2023-10-24T16:51:19.845Z | Checking basic-toml v0.1.4 |
2161 | 2023-10-24T16:51:19.906Z | Checking pin-project v1.1.3 |
2162 | 2023-10-24T16:51:20.440Z | Checking futures-timer v3.0.2 |
2163 | 2023-10-24T16:51:20.615Z | Checking constant_time_eq v0.3.0 |
2164 | 2023-10-24T16:51:20.813Z | Checking rust-argon2 v1.0.1 |
2165 | 2023-10-24T16:51:21.198Z | Checking partial-io v0.5.4 |
2166 | 2023-10-24T16:51:21.802Z | Checking tabled v0.14.0 |
2167 | 2023-10-24T16:51:23.217Z | Checking approx v0.5.1 |
2168 | 2023-10-24T16:51:23.273Z | Checking cargo-platform v0.1.3 |
2169 | 2023-10-24T16:51:23.649Z | Checking hex-literal v0.4.1 |
2170 | 2023-10-24T16:51:23.732Z | Checking cargo_metadata v0.18.0 |
2171 | 2023-10-24T16:51:26.222Z | Checking crossbeam v0.8.2 |
2172 | 2023-10-24T16:51:26.604Z | Checking cargo_toml v0.16.3 |
2173 | 2023-10-24T16:51:27.311Z | Checking termios v0.3.3 |
2174 | 2023-10-24T16:51:29.869Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2175 | 2023-10-24T16:51:30.489Z | Checking rstest v0.18.2 |
2176 | 2023-10-24T16:51:43.394Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2177 | 2023-10-24T16:51:48.480Z | Compiling bzip2 v0.4.4 |
2178 | 2023-10-24T16:51:49.055Z | Compiling zip v0.6.6 |
2179 | 2023-10-24T16:51:50.117Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2180 | 2023-10-24T16:51:50.249Z | Compiling polar-core v0.26.4 |
2181 | 2023-10-24T16:51:51.146Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2182 | 2023-10-24T16:51:51.758Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2183 | 2023-10-24T16:51:51.915Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2184 | 2023-10-24T16:51:52.004Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2185 | 2023-10-24T16:51:52.579Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2186 | 2023-10-24T16:51:53.075Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2187 | 2023-10-24T16:51:54.096Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2188 | 2023-10-24T16:51:54.360Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2189 | 2023-10-24T16:51:54.947Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2190 | 2023-10-24T16:51:55.430Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2191 | 2023-10-24T16:51:56.160Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2192 | 2023-10-24T16:51:59.133Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2193 | 2023-10-24T16:51:59.825Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2194 | 2023-10-24T16:52:00.002Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2195 | 2023-10-24T16:52:03.150Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2196 | 2023-10-24T16:52:12.840Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2197 | 2023-10-24T16:52:12.975Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2198 | 2023-10-24T16:52:13.065Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2199 | 2023-10-24T16:52:14.454Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2200 | 2023-10-24T16:52:14.898Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2201 | 2023-10-24T16:52:15.819Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2202 | 2023-10-24T16:52:15.993Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2203 | 2023-10-24T16:52:16.237Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2204 | 2023-10-24T16:52:18.499Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2205 | 2023-10-24T16:52:19.821Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2206 | 2023-10-24T16:52:22.680Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2207 | 2023-10-24T16:52:25.379Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2208 | 2023-10-24T16:52:27.142Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2209 | 2023-10-24T16:52:28.227Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2210 | 2023-10-24T16:52:31.684Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2211 | 2023-10-24T16:52:40.381Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2212 | 2023-10-24T16:52:42.099Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2213 | 2023-10-24T16:52:43.919Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2214 | 2023-10-24T16:52:45.821Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2215 | 2023-10-24T16:52:45.971Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2216 | 2023-10-24T16:52:46.625Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2217 | 2023-10-24T16:52:46.668Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2218 | 2023-10-24T16:52:48.765Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2219 | 2023-10-24T16:52:49.571Z | Checking oso v0.26.4 |
2220 | 2023-10-24T16:52:53.404Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2221 | 2023-10-24T16:52:53.707Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2222 | 2023-10-24T16:52:54.583Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2223 | 2023-10-24T16:53:09.587Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2224 | 2023-10-24T16:53:09.783Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2225 | 2023-10-24T16:53:09.956Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2226 | 2023-10-24T16:53:10.267Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2227 | 2023-10-24T16:53:10.345Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2228 | 2023-10-24T16:53:14.971Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2229 | 2023-10-24T16:53:15.669Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2230 | 2023-10-24T16:53:16.893Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2231 | 2023-10-24T16:53:17.532Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2232 | 2023-10-24T16:53:26.472Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2233 | 2023-10-24T16:53:28.484Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2234 | 2023-10-24T16:53:28.946Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2235 | 2023-10-24T16:53:30.939Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2236 | 2023-10-24T16:53:36.961Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2237 | 2023-10-24T16:53:50.507Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2238 | 2023-10-24T16:54:13.056Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2239 | 2023-10-24T16:54:25.761Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2240 | 2023-10-24T16:54:52.639Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2241 | 2023-10-24T16:55:32.513Z | Compiling git2 v0.17.2 |
2242 | 2023-10-24T16:55:41.123Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2243 | 2023-10-24T16:55:43.625Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2244 | 2023-10-24T16:55:56.572Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2245 | 2023-10-24T16:56:06.272Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2246 | 2023-10-24T16:56:06.585Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2247 | 2023-10-24T16:56:07.116Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2248 | 2023-10-24T16:56:08.668Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2249 | 2023-10-24T16:56:42.483Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2250 | 2023-10-24T16:58:08.648Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 30s |
2251 | 2023-10-24T16:58:08.878Z | |
2252 | 2023-10-24T16:58:08.889Z | real 14:37.768433530 |
2253 | 2023-10-24T16:58:08.904Z | user 1:26:09.254741315 |
2254 | 2023-10-24T16:58:08.908Z | sys 11:27.556542112 |
2255 | 2023-10-24T16:58:08.912Z | trap 3.267750374 |
2256 | 2023-10-24T16:58:08.916Z | tflt 7.429704608 |
2257 | 2023-10-24T16:58:08.920Z | dflt 10.766807304 |
2258 | 2023-10-24T16:58:08.924Z | kflt 0.021160713 |
2259 | 2023-10-24T16:58:08.927Z | lock 2:00:01.086969599 |
2260 | 2023-10-24T16:58:08.930Z | slp 4:50:33.560672214 |
2261 | 2023-10-24T16:58:08.933Z | lat 3:11.885875179 |
2262 | 2023-10-24T16:58:08.936Z | stop 7:30.438378378 |
2263 | 2023-10-24T16:58:10.165Z | warning: output filename collision. |
2264 | 2023-10-24T16:58:10.170Z | The lib target `dns-service-client` in package `dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `dns-service-client` in package `dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)`. |
2265 | 2023-10-24T16:58:10.173Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
2266 | 2023-10-24T16:58:10.176Z | The targets should have unique names. |
2267 | 2023-10-24T16:58:10.180Z | This is a known bug where multiple crates with the same name use |
2268 | 2023-10-24T16:58:10.184Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2269 | 2023-10-24T16:58:10.193Z | warning: output filename collision. |
2270 | 2023-10-24T16:58:10.202Z | 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)`. |
2271 | 2023-10-24T16:58:10.207Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2272 | 2023-10-24T16:58:10.214Z | The targets should have unique names. |
2273 | 2023-10-24T16:58:10.219Z | This is a known bug where multiple crates with the same name use |
2274 | 2023-10-24T16:58:10.223Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2275 | 2023-10-24T16:58:10.229Z | warning: output filename collision. |
2276 | 2023-10-24T16:58:10.232Z | The lib target `internal-dns` in package `internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `internal-dns` in package `internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)`. |
2277 | 2023-10-24T16:58:10.235Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
2278 | 2023-10-24T16:58:11.240Z | The targets should have unique names. |
2279 | 2023-10-24T16:58:11.244Z | This is a known bug where multiple crates with the same name use |
2280 | 2023-10-24T16:58:11.251Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2281 | 2023-10-24T16:58:11.256Z | warning: output filename collision. |
2282 | 2023-10-24T16:58:11.260Z | The lib target `nexus-client` in package `nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `nexus-client` in package `nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)`. |
2283 | 2023-10-24T16:58:11.263Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
2284 | 2023-10-24T16:58:11.268Z | The targets should have unique names. |
2285 | 2023-10-24T16:58:11.272Z | This is a known bug where multiple crates with the same name use |
2286 | 2023-10-24T16:58:11.275Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2287 | 2023-10-24T16:58:11.278Z | warning: output filename collision. |
2288 | 2023-10-24T16:58:11.284Z | The lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)` has the same output filename as the lib target `nix` in package `nix v0.26.2`. |
2289 | 2023-10-24T16:58:11.290Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2290 | 2023-10-24T16:58:11.294Z | The targets should have unique names. |
2291 | 2023-10-24T16:58:11.302Z | This is a known bug where multiple crates with the same name use |
2292 | 2023-10-24T16:58:11.312Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2293 | 2023-10-24T16:58:11.316Z | warning: output filename collision. |
2294 | 2023-10-24T16:58:11.319Z | The lib target `omicron-common` in package `omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-common` in package `omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)`. |
2295 | 2023-10-24T16:58:11.325Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
2296 | 2023-10-24T16:58:11.334Z | The targets should have unique names. |
2297 | 2023-10-24T16:58:11.349Z | This is a known bug where multiple crates with the same name use |
2298 | 2023-10-24T16:58:11.368Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2299 | 2023-10-24T16:58:11.379Z | warning: output filename collision. |
2300 | 2023-10-24T16:58:11.393Z | The lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)`. |
2301 | 2023-10-24T16:58:11.406Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
2302 | 2023-10-24T16:58:11.410Z | The targets should have unique names. |
2303 | 2023-10-24T16:58:11.414Z | This is a known bug where multiple crates with the same name use |
2304 | 2023-10-24T16:58:11.417Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2305 | 2023-10-24T16:58:11.421Z | warning: output filename collision. |
2306 | 2023-10-24T16:58:11.424Z | The lib target `oximeter` in package `oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2307 | 2023-10-24T16:58:11.429Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2308 | 2023-10-24T16:58:11.432Z | The targets should have unique names. |
2309 | 2023-10-24T16:58:11.435Z | This is a known bug where multiple crates with the same name use |
2310 | 2023-10-24T16:58:11.438Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2311 | 2023-10-24T16:58:11.441Z | warning: output filename collision. |
2312 | 2023-10-24T16:58:11.444Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)`. |
2313 | 2023-10-24T16:58:11.447Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2314 | 2023-10-24T16:58:11.450Z | The targets should have unique names. |
2315 | 2023-10-24T16:58:11.454Z | This is a known bug where multiple crates with the same name use |
2316 | 2023-10-24T16:58:11.457Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2317 | 2023-10-24T16:58:11.461Z | warning: output filename collision. |
2318 | 2023-10-24T16:58:11.467Z | The lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)`. |
2319 | 2023-10-24T16:58:11.473Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
2320 | 2023-10-24T16:58:11.477Z | The targets should have unique names. |
2321 | 2023-10-24T16:58:11.481Z | This is a known bug where multiple crates with the same name use |
2322 | 2023-10-24T16:58:11.484Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2323 | 2023-10-24T16:58:11.488Z | warning: output filename collision. |
2324 | 2023-10-24T16:58:11.491Z | 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)`. |
2325 | 2023-10-24T16:58:11.495Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2326 | 2023-10-24T16:58:11.498Z | The targets should have unique names. |
2327 | 2023-10-24T16:58:11.501Z | This is a known bug where multiple crates with the same name use |
2328 | 2023-10-24T16:58:11.504Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2329 | 2023-10-24T16:58:11.508Z | Checking unicode-ident v1.0.12 |
2330 | 2023-10-24T16:58:11.511Z | Documenting libc v0.2.149 |
2331 | 2023-10-24T16:58:11.514Z | Documenting cfg-if v1.0.0 |
2332 | 2023-10-24T16:58:11.517Z | Checking libc v0.2.149 |
2333 | 2023-10-24T16:58:11.520Z | Checking serde v1.0.188 |
2334 | 2023-10-24T16:58:11.523Z | Checking cfg-if v1.0.0 |
2335 | 2023-10-24T16:58:11.526Z | Documenting log v0.4.20 |
2336 | 2023-10-24T16:58:11.529Z | Documenting itoa v1.0.9 |
2337 | 2023-10-24T16:58:11.532Z | Documenting scopeguard v1.2.0 |
2338 | 2023-10-24T16:58:11.536Z | Checking proc-macro2 v1.0.67 |
2339 | 2023-10-24T16:58:12.058Z | Checking quote v1.0.33 |
2340 | 2023-10-24T16:58:12.575Z | Checking syn v2.0.32 |
2341 | 2023-10-24T16:58:12.694Z | Checking syn v1.0.109 |
2342 | 2023-10-24T16:58:14.955Z | Checking once_cell v1.18.0 |
2343 | 2023-10-24T16:58:15.121Z | Documenting once_cell v1.18.0 |
2344 | 2023-10-24T16:58:15.198Z | Documenting memchr v2.6.3 |
2345 | 2023-10-24T16:58:15.409Z | Documenting smallvec v1.11.0 |
2346 | 2023-10-24T16:58:17.420Z | Documenting lock_api v0.4.10 |
2347 | 2023-10-24T16:58:18.066Z | Documenting getrandom v0.2.10 |
2348 | 2023-10-24T16:58:20.016Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2349 | 2023-10-24T16:58:21.537Z | Documenting libm v0.2.7 |
2350 | 2023-10-24T16:58:21.608Z | Documenting parking_lot_core v0.9.8 |
2351 | 2023-10-24T16:58:21.730Z | Documenting pin-project-lite v0.2.13 |
2352 | 2023-10-24T16:58:22.182Z | Documenting signal-hook-registry v1.4.1 |
2353 | 2023-10-24T16:58:22.692Z | Checking itoa v1.0.9 |
2354 | 2023-10-24T16:58:22.828Z | Documenting mio v0.8.8 |
2355 | 2023-10-24T16:58:23.053Z | Documenting num_cpus v1.16.0 |
2356 | 2023-10-24T16:58:23.341Z | Documenting serde_derive v1.0.188 |
2357 | 2023-10-24T16:58:24.191Z | Documenting rand_core v0.6.4 |
2358 | 2023-10-24T16:58:25.338Z | Documenting zeroize_derive v1.4.2 |
2359 | 2023-10-24T16:58:25.785Z | Documenting num-traits v0.2.16 |
2360 | 2023-10-24T16:58:26.994Z | Documenting parking_lot v0.12.1 |
2361 | 2023-10-24T16:58:28.428Z | Documenting thiserror-impl v1.0.49 |
2362 | 2023-10-24T16:58:29.186Z | Documenting typenum v1.16.0 |
2363 | 2023-10-24T16:58:29.523Z | Documenting futures-core v0.3.28 |
2364 | 2023-10-24T16:58:30.321Z | Documenting ryu v1.0.15 |
2365 | 2023-10-24T16:58:32.603Z | Documenting zeroize v1.6.0 |
2366 | 2023-10-24T16:58:33.102Z | Documenting tokio-macros v2.1.0 |
2367 | 2023-10-24T16:58:33.527Z | Documenting socket2 v0.5.4 |
2368 | 2023-10-24T16:58:34.340Z | Documenting serde v1.0.188 |
2369 | 2023-10-24T16:58:34.846Z | Checking thiserror v1.0.49 |
2370 | 2023-10-24T16:58:34.850Z | Checking ryu v1.0.15 |
2371 | 2023-10-24T16:58:34.998Z | Documenting subtle v2.5.0 |
2372 | 2023-10-24T16:58:35.925Z | Documenting byteorder v1.4.3 |
2373 | 2023-10-24T16:58:36.624Z | Documenting thiserror v1.0.49 |
2374 | 2023-10-24T16:58:37.108Z | Checking memchr v2.6.3 |
2375 | 2023-10-24T16:58:38.812Z | Documenting pin-utils v0.1.0 |
2376 | 2023-10-24T16:58:38.894Z | Documenting generic-array v0.14.7 |
2377 | 2023-10-24T16:58:40.396Z | Documenting futures-sink v0.3.28 |
2378 | 2023-10-24T16:58:40.763Z | Checking serde_json v1.0.107 |
2379 | 2023-10-24T16:58:41.350Z | Documenting iana-time-zone v0.1.57 |
2380 | 2023-10-24T16:58:42.154Z | Checking heck v0.4.1 |
2381 | 2023-10-24T16:58:42.482Z | Documenting futures-macro v0.3.28 |
2382 | 2023-10-24T16:58:42.781Z | Checking getrandom v0.2.10 |
2383 | 2023-10-24T16:58:43.157Z | Documenting futures-task v0.3.28 |
2384 | 2023-10-24T16:58:43.605Z | Documenting slab v0.4.9 |
2385 | 2023-10-24T16:58:45.991Z | Documenting crypto-common v0.1.6 |
2386 | 2023-10-24T16:58:46.313Z | Documenting futures-channel v0.3.28 |
2387 | 2023-10-24T16:58:46.394Z | Documenting futures-io v0.3.28 |
2388 | 2023-10-24T16:58:47.455Z | Documenting const-oid v0.9.5 |
2389 | 2023-10-24T16:58:49.257Z | Checking bytes v1.5.0 |
2390 | 2023-10-24T16:58:49.847Z | Checking log v0.4.20 |
2391 | 2023-10-24T16:58:50.176Z | Documenting tinyvec_macros v0.1.1 |
2392 | 2023-10-24T16:58:50.304Z | Checking byteorder v1.4.3 |
2393 | 2023-10-24T16:58:50.565Z | Documenting block-buffer v0.10.4 |
2394 | 2023-10-24T16:58:50.983Z | Documenting tracing-attributes v0.1.26 |
2395 | 2023-10-24T16:58:52.143Z | Documenting tracing-core v0.1.31 |
2396 | 2023-10-24T16:58:52.400Z | Checking fnv v1.0.7 |
2397 | 2023-10-24T16:58:52.516Z | Documenting futures-util v0.3.28 |
2398 | 2023-10-24T16:58:52.587Z | Documenting ppv-lite86 v0.2.17 |
2399 | 2023-10-24T16:58:54.228Z | Documenting tinyvec v1.6.0 |
2400 | 2023-10-24T16:58:56.358Z | Checking serde_derive_internals v0.26.0 |
2401 | 2023-10-24T16:58:56.607Z | Documenting digest v0.10.7 |
2402 | 2023-10-24T16:58:57.341Z | Documenting serde_derive_internals v0.26.0 |
2403 | 2023-10-24T16:58:57.570Z | Documenting rand_chacha v0.3.1 |
2404 | 2023-10-24T16:58:59.806Z | Documenting dyn-clone v1.0.13 |
2405 | 2023-10-24T16:59:00.785Z | Documenting base64 v0.21.4 |
2406 | 2023-10-24T16:59:04.208Z | Documenting rand v0.8.5 |
2407 | 2023-10-24T16:59:04.669Z | Documenting unicode-normalization v0.1.22 |
2408 | 2023-10-24T16:59:05.932Z | Documenting cpufeatures v0.2.9 |
2409 | 2023-10-24T16:59:07.369Z | Documenting schemars_derive v0.8.13 |
2410 | 2023-10-24T16:59:07.530Z | Checking ucd-trie v0.1.6 |
2411 | 2023-10-24T16:59:07.898Z | Documenting bytes v1.5.0 |
2412 | 2023-10-24T16:59:07.915Z | Documenting serde_json v1.0.107 |
2413 | 2023-10-24T16:59:08.405Z | Documenting bitflags v2.4.0 |
2414 | 2023-10-24T16:59:10.265Z | Documenting chrono v0.4.31 |
2415 | 2023-10-24T16:59:11.774Z | Documenting uuid v1.4.1 |
2416 | 2023-10-24T16:59:12.153Z | Documenting fnv v1.0.7 |
2417 | 2023-10-24T16:59:15.236Z | Documenting tokio v1.33.0 |
2418 | 2023-10-24T16:59:15.569Z | Checking pest v2.7.2 |
2419 | 2023-10-24T16:59:16.917Z | Checking libm v0.2.7 |
2420 | 2023-10-24T16:59:16.984Z | Documenting unicode-bidi v0.3.13 |
2421 | 2023-10-24T16:59:18.464Z | Documenting http v0.2.9 |
2422 | 2023-10-24T16:59:18.511Z | Checking num-traits v0.2.16 |
2423 | 2023-10-24T16:59:18.939Z | Documenting lazy_static v1.4.0 |
2424 | 2023-10-24T16:59:19.504Z | Documenting tracing v0.1.37 |
2425 | 2023-10-24T16:59:19.620Z | Documenting percent-encoding v2.3.0 |
2426 | 2023-10-24T16:59:19.866Z | Documenting schemars v0.8.13 |
2427 | 2023-10-24T16:59:29.141Z | Documenting ahash v0.8.3 |
2428 | 2023-10-24T16:59:29.209Z | Checking ahash v0.8.3 |
2429 | 2023-10-24T16:59:29.275Z | Checking time-core v0.1.1 |
2430 | 2023-10-24T16:59:29.286Z | Documenting allocator-api2 v0.2.16 |
2431 | 2023-10-24T16:59:29.309Z | Documenting unicode-ident v1.0.12 |
2432 | 2023-10-24T16:59:29.319Z | Documenting form_urlencoded v1.2.0 |
2433 | 2023-10-24T16:59:29.338Z | Documenting adler v1.0.2 |
2434 | 2023-10-24T16:59:29.377Z | Documenting untrusted v0.7.1 |
2435 | 2023-10-24T16:59:29.420Z | Documenting proc-macro2 v1.0.67 |
2436 | 2023-10-24T16:59:29.445Z | Documenting hashbrown v0.14.0 |
2437 | 2023-10-24T16:59:29.480Z | Documenting idna v0.4.0 |
2438 | 2023-10-24T16:59:33.838Z | Documenting miniz_oxide v0.7.1 |
2439 | 2023-10-24T16:59:34.014Z | Documenting httparse v1.8.0 |
2440 | 2023-10-24T16:59:34.160Z | Documenting ring v0.16.20 |
2441 | 2023-10-24T16:59:34.229Z | Documenting equivalent v1.0.1 |
2442 | 2023-10-24T16:59:35.133Z | Documenting quote v1.0.33 |
2443 | 2023-10-24T16:59:36.146Z | Checking zerocopy v0.3.0 |
2444 | 2023-10-24T16:59:36.187Z | Documenting url v2.4.1 |
2445 | 2023-10-24T16:59:36.352Z | Checking uuid v1.4.1 |
2446 | 2023-10-24T16:59:36.729Z | Documenting indexmap v2.0.0 |
2447 | 2023-10-24T16:59:37.285Z | Checking iana-time-zone v0.1.57 |
2448 | 2023-10-24T16:59:37.382Z | Checking dof v0.1.5 |
2449 | 2023-10-24T16:59:37.577Z | Checking chrono v0.4.31 |
2450 | 2023-10-24T16:59:38.219Z | Checking dtrace-parser v0.1.14 |
2451 | 2023-10-24T16:59:38.282Z | Checking thread-id v4.2.0 |
2452 | 2023-10-24T16:59:38.445Z | Documenting slog v2.7.0 |
2453 | 2023-10-24T16:59:39.071Z | Documenting try-lock v0.2.4 |
2454 | 2023-10-24T16:59:40.422Z | Documenting sct v0.7.0 |
2455 | 2023-10-24T16:59:41.229Z | Documenting rustls-webpki v0.101.4 |
2456 | 2023-10-24T16:59:41.688Z | Documenting httpdate v1.0.3 |
2457 | 2023-10-24T16:59:42.621Z | Documenting openssl-probe v0.1.5 |
2458 | 2023-10-24T16:59:43.421Z | Documenting want v0.3.1 |
2459 | 2023-10-24T16:59:44.374Z | Documenting tokio-util v0.7.8 |
2460 | 2023-10-24T16:59:44.967Z | Checking usdt-impl v0.3.5 |
2461 | 2023-10-24T16:59:45.121Z | Documenting http-body v0.4.5 |
2462 | 2023-10-24T16:59:45.845Z | Documenting rustls-pemfile v1.0.3 |
2463 | 2023-10-24T16:59:46.353Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2464 | 2023-10-24T16:59:47.590Z | Documenting openssl-macros v0.1.1 |
2465 | 2023-10-24T16:59:47.906Z | Documenting aho-corasick v1.0.4 |
2466 | 2023-10-24T16:59:48.053Z | Documenting rustls v0.21.7 |
2467 | 2023-10-24T16:59:48.752Z | Documenting openssl-sys v0.9.93 |
2468 | 2023-10-24T16:59:49.602Z | Documenting regex-syntax v0.7.5 |
2469 | 2023-10-24T16:59:51.839Z | Documenting gimli v0.28.0 |
2470 | 2023-10-24T16:59:52.203Z | Documenting mime v0.3.17 |
2471 | 2023-10-24T16:59:53.072Z | Documenting h2 v0.3.21 |
2472 | 2023-10-24T16:59:54.763Z | Documenting tower-service v0.3.2 |
2473 | 2023-10-24T16:59:55.258Z | Documenting time-macros v0.2.13 |
2474 | 2023-10-24T16:59:58.561Z | Documenting async-trait v0.1.73 |
2475 | 2023-10-24T17:00:00.090Z | Documenting tokio-rustls v0.24.1 |
2476 | 2023-10-24T17:00:00.199Z | Documenting regex-automata v0.3.8 |
2477 | 2023-10-24T17:00:00.456Z | Documenting openssl v0.10.57 |
2478 | 2023-10-24T17:00:01.174Z | Documenting object v0.32.1 |
2479 | 2023-10-24T17:00:02.211Z | Documenting addr2line v0.21.0 |
2480 | 2023-10-24T17:00:03.258Z | Documenting errno v0.3.2 |
2481 | 2023-10-24T17:00:07.041Z | Documenting rustc-demangle v0.1.23 |
2482 | 2023-10-24T17:00:07.771Z | Documenting num_threads v0.1.6 |
2483 | 2023-10-24T17:00:07.969Z | Documenting ipnet v2.8.0 |
2484 | 2023-10-24T17:00:08.222Z | Documenting deranged v0.3.8 |
2485 | 2023-10-24T17:00:09.639Z | Documenting hyper v0.14.27 |
2486 | 2023-10-24T17:00:11.246Z | Checking allocator-api2 v0.2.16 |
2487 | 2023-10-24T17:00:12.302Z | Checking dyn-clone v1.0.13 |
2488 | 2023-10-24T17:00:12.512Z | Documenting time-core v0.1.1 |
2489 | 2023-10-24T17:00:13.971Z | Documenting unicode-width v0.1.10 |
2490 | 2023-10-24T17:00:13.985Z | Checking schemars v0.8.13 |
2491 | 2023-10-24T17:00:14.112Z | Checking hashbrown v0.14.0 |
2492 | 2023-10-24T17:00:14.528Z | Documenting rustix v0.38.9 |
2493 | 2023-10-24T17:00:15.633Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2494 | 2023-10-24T17:00:18.776Z | Checking pest_meta v2.7.2 |
2495 | 2023-10-24T17:00:18.881Z | Documenting crossbeam-utils v0.8.16 |
2496 | 2023-10-24T17:00:18.948Z | Documenting time v0.3.27 |
2497 | 2023-10-24T17:00:19.004Z | Checking equivalent v1.0.1 |
2498 | 2023-10-24T17:00:19.036Z | Checking indexmap v2.0.0 |
2499 | 2023-10-24T17:00:19.092Z | Documenting native-tls v0.2.11 |
2500 | 2023-10-24T17:00:19.509Z | Documenting regex v1.9.5 |
2501 | 2023-10-24T17:00:20.300Z | Documenting backtrace v0.3.69 |
2502 | 2023-10-24T17:00:23.524Z | Checking hashbrown v0.13.2 |
2503 | 2023-10-24T17:00:25.246Z | Documenting pest_meta v2.7.2 |
2504 | 2023-10-24T17:00:26.149Z | Checking http v0.2.9 |
2505 | 2023-10-24T17:00:26.257Z | Checking aho-corasick v1.0.4 |
2506 | 2023-10-24T17:00:26.499Z | Documenting encoding_rs v0.8.33 |
2507 | 2023-10-24T17:00:27.834Z | Checking regex-syntax v0.7.5 |
2508 | 2023-10-24T17:00:28.602Z | Documenting tokio-native-tls v0.3.1 |
2509 | 2023-10-24T17:00:28.949Z | Documenting anyhow v1.0.75 |
2510 | 2023-10-24T17:00:28.996Z | Checking pest_generator v2.7.2 |
2511 | 2023-10-24T17:00:29.808Z | Documenting rustls-native-certs v0.6.3 |
2512 | 2023-10-24T17:00:30.198Z | Documenting serde_urlencoded v0.7.1 |
2513 | 2023-10-24T17:00:31.745Z | Documenting ucd-trie v0.1.6 |
2514 | 2023-10-24T17:00:31.955Z | Documenting pest_generator v2.7.2 |
2515 | 2023-10-24T17:00:33.461Z | Checking regex-automata v0.3.8 |
2516 | 2023-10-24T17:00:34.329Z | Checking serde_tokenstream v0.1.7 |
2517 | 2023-10-24T17:00:34.921Z | Documenting webpki-roots v0.25.2 |
2518 | 2023-10-24T17:00:35.800Z | Documenting hyper-rustls v0.24.1 |
2519 | 2023-10-24T17:00:37.095Z | Documenting syn v2.0.32 |
2520 | 2023-10-24T17:00:37.349Z | Documenting dof v0.1.5 |
2521 | 2023-10-24T17:00:37.439Z | Documenting hyper-tls v0.5.0 |
2522 | 2023-10-24T17:00:38.170Z | Documenting pest v2.7.2 |
2523 | 2023-10-24T17:00:39.770Z | Documenting pest_derive v2.7.2 |
2524 | 2023-10-24T17:00:40.048Z | Checking regex v1.9.5 |
2525 | 2023-10-24T17:00:41.040Z | Documenting thread-id v4.2.0 |
2526 | 2023-10-24T17:00:41.140Z | Checking unicode-width v0.1.10 |
2527 | 2023-10-24T17:00:41.365Z | Documenting usdt-macro v0.3.5 |
2528 | 2023-10-24T17:00:44.059Z | Documenting usdt-attr-macro v0.3.5 |
2529 | 2023-10-24T17:00:46.356Z | Documenting openapiv3 v1.0.3 |
2530 | 2023-10-24T17:00:46.608Z | Documenting ipnetwork v0.20.0 |
2531 | 2023-10-24T17:00:46.762Z | Documenting dtrace-parser v0.1.14 |
2532 | 2023-10-24T17:00:47.072Z | Documenting sha2 v0.10.7 |
2533 | 2023-10-24T17:00:48.194Z | Documenting reqwest v0.11.20 |
2534 | 2023-10-24T17:00:48.837Z | Documenting futures-executor v0.3.28 |
2535 | 2023-10-24T17:00:51.630Z | Checking serde_tokenstream v0.2.0 |
2536 | 2023-10-24T17:00:52.204Z | Documenting spin v0.9.8 |
2537 | 2023-10-24T17:00:52.959Z | Documenting usdt-impl v0.3.5 |
2538 | 2023-10-24T17:00:54.166Z | Checking strsim v0.10.0 |
2539 | 2023-10-24T17:00:54.529Z | Checking regress v0.7.1 |
2540 | 2023-10-24T17:00:54.880Z | Documenting hex v0.4.3 |
2541 | 2023-10-24T17:00:55.737Z | Documenting hmac v0.12.1 |
2542 | 2023-10-24T17:00:56.684Z | Documenting fallible-iterator v0.2.0 |
2543 | 2023-10-24T17:00:57.099Z | Documenting futures v0.3.28 |
2544 | 2023-10-24T17:00:59.717Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2545 | 2023-10-24T17:01:01.151Z | Documenting usdt v0.3.5 |
2546 | 2023-10-24T17:01:01.570Z | Checking openapiv3 v1.0.3 |
2547 | 2023-10-24T17:01:03.053Z | Documenting stringprep v0.1.3 |
2548 | 2023-10-24T17:01:03.332Z | Documenting semver v1.0.18 |
2549 | 2023-10-24T17:01:03.978Z | Documenting md-5 v0.10.5 |
2550 | 2023-10-24T17:01:04.391Z | Documenting regress v0.7.1 |
2551 | 2023-10-24T17:01:07.051Z | Documenting utf8parse v0.2.1 |
2552 | 2023-10-24T17:01:08.981Z | Documenting siphasher v0.3.11 |
2553 | 2023-10-24T17:01:09.266Z | Documenting block-padding v0.3.3 |
2554 | 2023-10-24T17:01:09.568Z | Documenting static_assertions v1.1.0 |
2555 | 2023-10-24T17:01:10.119Z | Checking unsafe-libyaml v0.2.9 |
2556 | 2023-10-24T17:01:10.421Z | Documenting heck v0.4.1 |
2557 | 2023-10-24T17:01:11.087Z | Documenting postgres-protocol v0.6.6 |
2558 | 2023-10-24T17:01:11.427Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2559 | 2023-10-24T17:01:12.135Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2560 | 2023-10-24T17:01:12.337Z | Checking getopts v0.2.21 |
2561 | 2023-10-24T17:01:12.869Z | Documenting toml_datetime v0.6.3 |
2562 | 2023-10-24T17:01:13.670Z | Documenting phf_shared v0.11.2 |
2563 | 2023-10-24T17:01:14.124Z | Documenting num-integer v0.1.45 |
2564 | 2023-10-24T17:01:14.171Z | Documenting either v1.9.0 |
2565 | 2023-10-24T17:01:15.794Z | Documenting inout v0.1.3 |
2566 | 2023-10-24T17:01:16.663Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2567 | 2023-10-24T17:01:19.462Z | Documenting whoami v1.4.1 |
2568 | 2023-10-24T17:01:19.753Z | Documenting phf v0.11.2 |
2569 | 2023-10-24T17:01:20.249Z | Documenting postgres-types v0.2.6 |
2570 | 2023-10-24T17:01:20.265Z | Checking ident_case v1.0.1 |
2571 | 2023-10-24T17:01:20.493Z | Documenting unsafe-libyaml v0.2.9 |
2572 | 2023-10-24T17:01:20.909Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2573 | 2023-10-24T17:01:21.892Z | Checking serde_yaml v0.9.25 |
2574 | 2023-10-24T17:01:22.361Z | Documenting cipher v0.4.4 |
2575 | 2023-10-24T17:01:23.927Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2576 | 2023-10-24T17:01:25.219Z | Documenting getopts v0.2.21 |
2577 | 2023-10-24T17:01:25.545Z | Documenting zerocopy v0.6.4 |
2578 | 2023-10-24T17:01:26.183Z | Documenting data-encoding v2.4.0 |
2579 | 2023-10-24T17:01:26.599Z | Documenting serde_yaml v0.9.25 |
2580 | 2023-10-24T17:01:28.243Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2581 | 2023-10-24T17:01:30.448Z | Documenting tokio-postgres v0.7.10 |
2582 | 2023-10-24T17:01:31.232Z | Documenting anstyle v1.0.2 |
2583 | 2023-10-24T17:01:31.609Z | Documenting anstyle-parse v0.2.1 |
2584 | 2023-10-24T17:01:32.624Z | Documenting crossbeam-channel v0.5.8 |
2585 | 2023-10-24T17:01:32.640Z | Documenting colorchoice v1.0.0 |
2586 | 2023-10-24T17:01:34.134Z | Documenting anstyle-query v1.0.0 |
2587 | 2023-10-24T17:01:36.116Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2588 | 2023-10-24T17:01:36.419Z | Documenting match_cfg v0.1.0 |
2589 | 2023-10-24T17:01:36.918Z | Documenting itertools v0.11.0 |
2590 | 2023-10-24T17:01:37.641Z | Documenting terminal_size v0.2.6 |
2591 | 2023-10-24T17:01:38.804Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2592 | 2023-10-24T17:01:39.464Z | Documenting dirs-sys-next v0.1.2 |
2593 | 2023-10-24T17:01:40.275Z | Documenting anstream v0.5.0 |
2594 | 2023-10-24T17:01:40.601Z | Documenting hostname v0.3.1 |
2595 | 2023-10-24T17:01:44.020Z | Documenting clap_lex v0.5.1 |
2596 | 2023-10-24T17:01:45.526Z | Documenting strsim v0.10.0 |
2597 | 2023-10-24T17:01:45.584Z | Documenting tap v1.0.1 |
2598 | 2023-10-24T17:01:46.846Z | Documenting dirs-next v2.0.0 |
2599 | 2023-10-24T17:01:47.424Z | Documenting clap_derive v4.4.2 |
2600 | 2023-10-24T17:01:48.019Z | Documenting thread_local v1.1.7 |
2601 | 2023-10-24T17:01:48.710Z | Documenting crc32fast v1.3.2 |
2602 | 2023-10-24T17:01:49.975Z | Documenting wyz v0.5.1 |
2603 | 2023-10-24T17:01:50.204Z | Documenting radium v0.7.0 |
2604 | 2023-10-24T17:01:50.959Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2605 | 2023-10-24T17:01:51.795Z | Documenting clap_builder v4.4.2 |
2606 | 2023-10-24T17:01:53.124Z | Documenting funty v2.0.0 |
2607 | 2023-10-24T17:01:54.409Z | Documenting term v0.7.0 |
2608 | 2023-10-24T17:01:54.625Z | Documenting num-iter v0.1.43 |
2609 | 2023-10-24T17:01:54.637Z | Documenting sha1 v0.10.5 |
2610 | 2023-10-24T17:01:54.803Z | Documenting enum-as-inner v0.5.1 |
2611 | 2023-10-24T17:01:55.853Z | Documenting atty v0.2.14 |
2612 | 2023-10-24T17:01:57.989Z | Documenting bitvec v1.0.1 |
2613 | 2023-10-24T17:02:00.992Z | Documenting memoffset v0.9.0 |
2614 | 2023-10-24T17:02:01.024Z | Documenting take_mut v0.2.2 |
2615 | 2023-10-24T17:02:01.531Z | Documenting slog-term v2.9.0 |
2616 | 2023-10-24T17:02:01.578Z | Documenting clap v4.4.3 |
2617 | 2023-10-24T17:02:01.803Z | Documenting flate2 v1.0.27 |
2618 | 2023-10-24T17:02:01.895Z | Documenting trust-dns-proto v0.22.0 |
2619 | 2023-10-24T17:02:05.245Z | Documenting crossbeam-epoch v0.9.15 |
2620 | 2023-10-24T17:02:07.085Z | Documenting slog-async v2.8.0 |
2621 | 2023-10-24T17:02:07.637Z | Documenting slog-json v2.6.1 |
2622 | 2023-10-24T17:02:08.768Z | Documenting camino v1.1.6 |
2623 | 2023-10-24T17:02:09.080Z | Documenting paste v1.0.14 |
2624 | 2023-10-24T17:02:09.095Z | Documenting signature v2.1.0 |
2625 | 2023-10-24T17:02:09.313Z | Documenting hash32 v0.2.1 |
2626 | 2023-10-24T17:02:11.459Z | Documenting scheduled-thread-pool v0.2.7 |
2627 | 2023-10-24T17:02:13.282Z | Checking diesel_table_macro_syntax v0.1.0 |
2628 | 2023-10-24T17:02:13.564Z | Documenting diesel_table_macro_syntax v0.1.0 |
2629 | 2023-10-24T17:02:15.286Z | Documenting slog-bunyan v2.4.0 |
2630 | 2023-10-24T17:02:15.421Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2631 | 2023-10-24T17:02:15.624Z | Documenting unicode-segmentation v1.10.1 |
2632 | 2023-10-24T17:02:15.974Z | Documenting stable_deref_trait v1.2.0 |
2633 | 2023-10-24T17:02:15.990Z | Checking darling_core v0.20.3 |
2634 | 2023-10-24T17:02:16.114Z | Documenting async-stream-impl v0.3.5 |
2635 | 2023-10-24T17:02:17.907Z | Documenting r2d2 v0.8.10 |
2636 | 2023-10-24T17:02:19.109Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2637 | 2023-10-24T17:02:20.177Z | Documenting heapless v0.7.16 |
2638 | 2023-10-24T17:02:20.811Z | Documenting strum v0.25.0 |
2639 | 2023-10-24T17:02:21.142Z | Documenting diesel_derives v2.1.1 |
2640 | 2023-10-24T17:02:21.777Z | Documenting bzip2 v0.4.4 |
2641 | 2023-10-24T17:02:22.752Z | Documenting atomic-waker v1.1.1 |
2642 | 2023-10-24T17:02:23.604Z | Documenting debug-ignore v1.0.5 |
2643 | 2023-10-24T17:02:24.701Z | Documenting bit-vec v0.6.3 |
2644 | 2023-10-24T17:02:25.690Z | Documenting managed v0.8.0 |
2645 | 2023-10-24T17:02:26.940Z | Documenting async-stream v0.3.5 |
2646 | 2023-10-24T17:02:27.095Z | Documenting waitgroup v0.1.2 |
2647 | 2023-10-24T17:02:27.790Z | Checking darling v0.20.3 |
2648 | 2023-10-24T17:02:27.900Z | Documenting num-bigint v0.4.4 |
2649 | 2023-10-24T17:02:27.975Z | Documenting multer v2.1.0 |
2650 | 2023-10-24T17:02:28.170Z | Documenting zip v0.6.6 |
2651 | 2023-10-24T17:02:30.160Z | Documenting smoltcp v0.9.1 |
2652 | 2023-10-24T17:02:30.854Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2653 | 2023-10-24T17:02:32.898Z | Documenting diesel v2.1.1 |
2654 | 2023-10-24T17:02:33.033Z | Documenting bstr v1.6.0 |
2655 | 2023-10-24T17:02:34.665Z | Documenting hubpack v0.1.2 |
2656 | 2023-10-24T17:02:35.177Z | Documenting serde_path_to_error v0.1.14 |
2657 | 2023-10-24T17:02:35.761Z | Documenting serde_repr v0.1.16 |
2658 | 2023-10-24T17:02:37.742Z | Documenting fixedbitset v0.4.2 |
2659 | 2023-10-24T17:02:37.849Z | Documenting lalrpop-util v0.19.12 |
2660 | 2023-10-24T17:02:39.138Z | Documenting precomputed-hash v0.1.1 |
2661 | 2023-10-24T17:02:40.004Z | Documenting new_debug_unreachable v1.0.4 |
2662 | 2023-10-24T17:02:41.209Z | Documenting yasna v0.5.2 |
2663 | 2023-10-24T17:02:42.264Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2664 | 2023-10-24T17:02:42.375Z | Documenting petgraph v0.6.4 |
2665 | 2023-10-24T17:02:43.132Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2666 | 2023-10-24T17:02:43.975Z | Documenting serde_with_macros v2.3.3 |
2667 | 2023-10-24T17:02:44.170Z | Documenting console v0.15.7 |
2668 | 2023-10-24T17:02:45.267Z | Documenting string_cache v0.8.7 |
2669 | 2023-10-24T17:02:50.054Z | Documenting float-cmp v0.9.0 |
2670 | 2023-10-24T17:02:50.902Z | Documenting predicates-core v1.0.6 |
2671 | 2023-10-24T17:02:51.953Z | Documenting unicode-linebreak v0.1.5 |
2672 | 2023-10-24T17:02:52.079Z | Documenting normalize-line-endings v0.3.0 |
2673 | 2023-10-24T17:02:52.817Z | Documenting difflib v0.4.0 |
2674 | 2023-10-24T17:02:53.662Z | Documenting smawk v0.3.1 |
2675 | 2023-10-24T17:02:56.361Z | Documenting serde_with v2.3.3 |
2676 | 2023-10-24T17:02:56.856Z | Documenting bit-set v0.5.3 |
2677 | 2023-10-24T17:02:57.139Z | Documenting similar v2.2.1 |
2678 | 2023-10-24T17:02:58.284Z | Documenting tokio-stream v0.1.14 |
2679 | 2023-10-24T17:02:59.037Z | Documenting predicates v3.0.4 |
2680 | 2023-10-24T17:02:59.341Z | Documenting textwrap v0.16.0 |
2681 | 2023-10-24T17:03:00.180Z | Documenting structmeta-derive v0.1.6 |
2682 | 2023-10-24T17:03:03.397Z | Checking structmeta v0.1.6 |
2683 | 2023-10-24T17:03:03.784Z | Documenting instant v0.1.12 |
2684 | 2023-10-24T17:03:04.293Z | Checking regex-syntax v0.6.29 |
2685 | 2023-10-24T17:03:04.945Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2686 | 2023-10-24T17:03:06.275Z | Documenting macaddr v1.0.1 |
2687 | 2023-10-24T17:03:06.646Z | Documenting base64ct v1.6.0 |
2688 | 2023-10-24T17:03:07.724Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2689 | 2023-10-24T17:03:08.270Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2690 | 2023-10-24T17:03:08.365Z | Checking scopeguard v1.2.0 |
2691 | 2023-10-24T17:03:08.545Z | Checking lock_api v0.4.10 |
2692 | 2023-10-24T17:03:09.161Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2693 | 2023-10-24T17:03:09.179Z | Documenting structmeta v0.1.6 |
2694 | 2023-10-24T17:03:09.645Z | Documenting crucible-workspace-hack v0.1.0 |
2695 | 2023-10-24T17:03:10.080Z | Documenting backoff v0.4.0 |
2696 | 2023-10-24T17:03:11.726Z | Checking smallvec v1.11.0 |
2697 | 2023-10-24T17:03:12.310Z | Checking parking_lot_core v0.9.8 |
2698 | 2023-10-24T17:03:12.864Z | Documenting password-hash v0.5.0 |
2699 | 2023-10-24T17:03:12.886Z | Documenting is-terminal v0.4.9 |
2700 | 2023-10-24T17:03:13.360Z | Documenting blake2 v0.10.6 |
2701 | 2023-10-24T17:03:14.211Z | Checking pin-project-lite v0.2.13 |
2702 | 2023-10-24T17:03:14.393Z | Checking parking_lot v0.12.1 |
2703 | 2023-10-24T17:03:14.399Z | Checking rand_core v0.6.4 |
2704 | 2023-10-24T17:03:14.861Z | Checking typenum v1.16.0 |
2705 | 2023-10-24T17:03:14.931Z | Checking zeroize v1.6.0 |
2706 | 2023-10-24T17:03:15.746Z | Documenting proc-macro-error-attr v1.0.4 |
2707 | 2023-10-24T17:03:15.933Z | Checking futures-core v0.3.28 |
2708 | 2023-10-24T17:03:16.215Z | Checking unicode-segmentation v1.10.1 |
2709 | 2023-10-24T17:03:16.572Z | Documenting parse-display-derive v0.7.0 |
2710 | 2023-10-24T17:03:17.017Z | Checking generic-array v0.14.7 |
2711 | 2023-10-24T17:03:17.281Z | Checking proc-macro-error v1.0.4 |
2712 | 2023-10-24T17:03:17.323Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2713 | 2023-10-24T17:03:17.739Z | Checking mio v0.8.8 |
2714 | 2023-10-24T17:03:18.738Z | Checking signal-hook-registry v1.4.1 |
2715 | 2023-10-24T17:03:19.118Z | Checking num_cpus v1.16.0 |
2716 | 2023-10-24T17:03:19.133Z | Checking socket2 v0.5.4 |
2717 | 2023-10-24T17:03:19.285Z | Documenting postcard-cobs v0.1.5-pre |
2718 | 2023-10-24T17:03:19.363Z | Documenting fastrand v2.0.0 |
2719 | 2023-10-24T17:03:19.841Z | Checking spin v0.5.2 |
2720 | 2023-10-24T17:03:19.905Z | Checking futures-sink v0.3.28 |
2721 | 2023-10-24T17:03:20.117Z | Checking tokio v1.33.0 |
2722 | 2023-10-24T17:03:20.159Z | Documenting foreign-types-macros v0.2.3 |
2723 | 2023-10-24T17:03:20.620Z | Documenting argon2 v0.5.2 |
2724 | 2023-10-24T17:03:21.746Z | Documenting proc-macro-error v1.0.4 |
2725 | 2023-10-24T17:03:23.566Z | Documenting postcard v0.7.3 |
2726 | 2023-10-24T17:03:24.397Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2727 | 2023-10-24T17:03:25.529Z | Documenting tempfile v3.8.0 |
2728 | 2023-10-24T17:03:26.946Z | Documenting parse-display v0.7.0 |
2729 | 2023-10-24T17:03:27.956Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2730 | 2023-10-24T17:03:28.586Z | Documenting foreign-types-shared v0.3.1 |
2731 | 2023-10-24T17:03:28.839Z | Checking tinyvec_macros v0.1.1 |
2732 | 2023-10-24T17:03:28.976Z | Checking tinyvec v1.6.0 |
2733 | 2023-10-24T17:03:30.376Z | Checking futures-channel v0.3.28 |
2734 | 2023-10-24T17:03:30.964Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2735 | 2023-10-24T17:03:31.351Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2736 | 2023-10-24T17:03:31.602Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2737 | 2023-10-24T17:03:31.637Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2738 | 2023-10-24T17:03:37.113Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2739 | 2023-10-24T17:03:37.297Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2740 | 2023-10-24T17:03:37.319Z | Documenting foreign-types v0.5.0 |
2741 | 2023-10-24T17:03:37.327Z | Documenting cstr-argument v0.1.2 |
2742 | 2023-10-24T17:03:37.829Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2743 | 2023-10-24T17:03:37.846Z | Checking futures-task v0.3.28 |
2744 | 2023-10-24T17:03:37.868Z | Checking slab v0.4.9 |
2745 | 2023-10-24T17:03:37.873Z | Checking pin-utils v0.1.0 |
2746 | 2023-10-24T17:03:37.881Z | Checking futures-io v0.3.28 |
2747 | 2023-10-24T17:03:37.892Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2748 | 2023-10-24T17:03:37.965Z | Checking futures-util v0.3.28 |
2749 | 2023-10-24T17:03:39.038Z | Checking unicode-normalization v0.1.22 |
2750 | 2023-10-24T17:03:39.274Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2751 | 2023-10-24T17:03:39.394Z | Documenting colored v2.0.4 |
2752 | 2023-10-24T17:03:40.263Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2753 | 2023-10-24T17:03:40.683Z | Checking crypto-common v0.1.6 |
2754 | 2023-10-24T17:03:40.978Z | Checking tracing-core v0.1.31 |
2755 | 2023-10-24T17:03:41.490Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2756 | 2023-10-24T17:03:42.071Z | Checking unicode-bidi v0.3.13 |
2757 | 2023-10-24T17:03:42.900Z | Checking tracing v0.1.37 |
2758 | 2023-10-24T17:03:43.415Z | Documenting zone_cfg_derive v0.2.0 |
2759 | 2023-10-24T17:03:45.460Z | Checking block-buffer v0.10.4 |
2760 | 2023-10-24T17:03:45.775Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2761 | 2023-10-24T17:03:45.788Z | Documenting num-derive v0.4.0 |
2762 | 2023-10-24T17:03:46.413Z | Checking subtle v2.5.0 |
2763 | 2023-10-24T17:03:46.458Z | Checking ppv-lite86 v0.2.17 |
2764 | 2023-10-24T17:03:46.562Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2765 | 2023-10-24T17:03:46.814Z | Checking const-oid v0.9.5 |
2766 | 2023-10-24T17:03:47.661Z | Checking rand_chacha v0.3.1 |
2767 | 2023-10-24T17:03:48.256Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2768 | 2023-10-24T17:03:49.692Z | Checking digest v0.10.7 |
2769 | 2023-10-24T17:03:50.279Z | Documenting smf v0.2.2 |
2770 | 2023-10-24T17:03:51.151Z | Documenting zone v0.2.0 |
2771 | 2023-10-24T17:03:51.218Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2772 | 2023-10-24T17:03:53.553Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2773 | 2023-10-24T17:03:56.846Z | Checking bitflags v2.4.0 |
2774 | 2023-10-24T17:03:57.306Z | Documenting linked-hash-map v0.5.6 |
2775 | 2023-10-24T17:03:58.312Z | Checking base64 v0.21.4 |
2776 | 2023-10-24T17:03:58.336Z | Checking untrusted v0.7.1 |
2777 | 2023-10-24T17:03:58.583Z | Checking ring v0.16.20 |
2778 | 2023-10-24T17:03:58.631Z | Checking rand v0.8.5 |
2779 | 2023-10-24T17:03:59.082Z | Checking tokio-util v0.7.8 |
2780 | 2023-10-24T17:04:00.265Z | Checking openssl-probe v0.1.5 |
2781 | 2023-10-24T17:04:00.482Z | Checking foreign-types-shared v0.1.1 |
2782 | 2023-10-24T17:04:00.557Z | Checking hashbrown v0.12.3 |
2783 | 2023-10-24T17:04:00.636Z | Checking percent-encoding v2.3.0 |
2784 | 2023-10-24T17:04:00.973Z | Checking bitflags v1.3.2 |
2785 | 2023-10-24T17:04:01.130Z | Checking foreign-types v0.3.2 |
2786 | 2023-10-24T17:04:01.272Z | Checking errno v0.3.2 |
2787 | 2023-10-24T17:04:01.730Z | Checking openssl-sys v0.9.93 |
2788 | 2023-10-24T17:04:01.735Z | Checking adler v1.0.2 |
2789 | 2023-10-24T17:04:01.739Z | Checking siphasher v0.3.11 |
2790 | 2023-10-24T17:04:01.747Z | Checking try-lock v0.2.4 |
2791 | 2023-10-24T17:04:01.753Z | Checking miniz_oxide v0.7.1 |
2792 | 2023-10-24T17:04:01.775Z | Checking want v0.3.1 |
2793 | 2023-10-24T17:04:01.794Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2794 | 2023-10-24T17:04:01.995Z | Checking rustls-webpki v0.101.4 |
2795 | 2023-10-24T17:04:02.047Z | Checking sct v0.7.0 |
2796 | 2023-10-24T17:04:02.208Z | Checking indexmap v1.9.3 |
2797 | 2023-10-24T17:04:02.357Z | Checking form_urlencoded v1.2.0 |
2798 | 2023-10-24T17:04:02.738Z | Checking lazy_static v1.4.0 |
2799 | 2023-10-24T17:04:04.583Z | Checking http-body v0.4.5 |
2800 | 2023-10-24T17:04:05.399Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2801 | 2023-10-24T17:04:07.180Z | Checking io-lifetimes v1.0.11 |
2802 | 2023-10-24T17:04:09.270Z | Checking socket2 v0.4.9 |
2803 | 2023-10-24T17:04:09.754Z | Checking h2 v0.3.21 |
2804 | 2023-10-24T17:04:11.682Z | Checking httparse v1.8.0 |
2805 | 2023-10-24T17:04:33.932Z | Checking openssl v0.10.57 |
2806 | 2023-10-24T17:04:34.398Z | Checking httpdate v1.0.3 |
2807 | 2023-10-24T17:04:34.559Z | Checking anstyle v1.0.2 |
2808 | 2023-10-24T17:04:34.842Z | Checking cpufeatures v0.2.9 |
2809 | 2023-10-24T17:04:35.269Z | Documenting lru-cache v0.1.2 |
2810 | 2023-10-24T17:04:35.517Z | Checking utf8parse v0.2.1 |
2811 | 2023-10-24T17:04:35.976Z | Checking tower-service v0.3.2 |
2812 | 2023-10-24T17:04:36.234Z | Checking sha2 v0.10.7 |
2813 | 2023-10-24T17:04:36.428Z | Checking anstyle-parse v0.2.1 |
2814 | 2023-10-24T17:04:36.491Z | Checking rustix v0.37.23 |
2815 | 2023-10-24T17:04:36.534Z | Checking rustls v0.21.7 |
2816 | 2023-10-24T17:04:36.564Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2817 | 2023-10-24T17:04:36.597Z | Checking rustls-pemfile v1.0.3 |
2818 | 2023-10-24T17:04:36.614Z | Checking hmac v0.12.1 |
2819 | 2023-10-24T17:04:36.646Z | Checking md-5 v0.10.5 |
2820 | 2023-10-24T17:04:36.701Z | Checking stringprep v0.1.3 |
2821 | 2023-10-24T17:04:37.188Z | Checking idna v0.4.0 |
2822 | 2023-10-24T17:04:37.260Z | Documenting slog-dtrace v0.2.3 |
2823 | 2023-10-24T17:04:37.325Z | Checking spin v0.9.8 |
2824 | 2023-10-24T17:04:37.361Z | Checking num-integer v0.1.45 |
2825 | 2023-10-24T17:04:37.418Z | Checking hash32 v0.2.1 |
2826 | 2023-10-24T17:04:37.462Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2827 | 2023-10-24T17:04:37.481Z | Checking gimli v0.28.0 |
2828 | 2023-10-24T17:04:37.536Z | Checking stable_deref_trait v1.2.0 |
2829 | 2023-10-24T17:04:37.558Z | Checking anstyle-query v1.0.0 |
2830 | 2023-10-24T17:04:37.581Z | Checking either v1.9.0 |
2831 | 2023-10-24T17:04:37.661Z | Checking fallible-iterator v0.2.0 |
2832 | 2023-10-24T17:04:37.720Z | Checking colorchoice v1.0.0 |
2833 | 2023-10-24T17:04:37.831Z | Documenting quick-error v1.2.3 |
2834 | 2023-10-24T17:04:37.910Z | Checking anstream v0.5.0 |
2835 | 2023-10-24T17:04:38.010Z | Checking postgres-protocol v0.6.6 |
2836 | 2023-10-24T17:04:38.064Z | Checking heapless v0.7.16 |
2837 | 2023-10-24T17:04:38.126Z | Checking tokio-rustls v0.24.1 |
2838 | 2023-10-24T17:04:38.175Z | Checking native-tls v0.2.11 |
2839 | 2023-10-24T17:04:38.275Z | Checking tokio-native-tls v0.3.1 |
2840 | 2023-10-24T17:04:38.407Z | Checking url v2.4.1 |
2841 | 2023-10-24T17:04:38.483Z | Checking rustls-native-certs v0.6.3 |
2842 | 2023-10-24T17:04:38.558Z | Checking terminal_size v0.2.6 |
2843 | 2023-10-24T17:04:38.603Z | Checking phf_shared v0.11.2 |
2844 | 2023-10-24T17:04:38.642Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2845 | 2023-10-24T17:04:38.671Z | Checking block-padding v0.3.3 |
2846 | 2023-10-24T17:04:38.725Z | Checking hyper v0.14.27 |
2847 | 2023-10-24T17:04:38.765Z | Checking scheduled-thread-pool v0.2.7 |
2848 | 2023-10-24T17:04:38.793Z | Checking object v0.32.1 |
2849 | 2023-10-24T17:04:38.813Z | Checking toml_datetime v0.6.3 |
2850 | 2023-10-24T17:04:38.844Z | Checking serde_spanned v0.6.3 |
2851 | 2023-10-24T17:04:38.892Z | Checking bzip2-sys v0.1.11+1.0.8 |
2852 | 2023-10-24T17:04:38.907Z | Checking crc32fast v1.3.2 |
2853 | 2023-10-24T17:04:38.929Z | Checking matches v0.1.10 |
2854 | 2023-10-24T17:04:38.948Z | Checking num_threads v0.1.6 |
2855 | 2023-10-24T17:04:38.963Z | Checking clap_lex v0.5.1 |
2856 | 2023-10-24T17:04:39.005Z | Checking winnow v0.5.15 |
2857 | 2023-10-24T17:04:39.054Z | Checking addr2line v0.21.0 |
2858 | 2023-10-24T17:04:39.088Z | Checking rustc-demangle v0.1.23 |
2859 | 2023-10-24T17:04:39.122Z | Checking tap v1.0.1 |
2860 | 2023-10-24T17:04:39.217Z | Checking bit-vec v0.6.3 |
2861 | 2023-10-24T17:04:39.382Z | Checking managed v0.8.0 |
2862 | 2023-10-24T17:04:39.542Z | Checking deranged v0.3.8 |
2863 | 2023-10-24T17:04:39.663Z | Checking ipnet v2.8.0 |
2864 | 2023-10-24T17:04:39.702Z | Documenting resolv-conf v0.7.0 |
2865 | 2023-10-24T17:04:39.767Z | Checking regex-automata v0.1.10 |
2866 | 2023-10-24T17:04:39.802Z | Checking smoltcp v0.9.1 |
2867 | 2023-10-24T17:04:39.857Z | Checking bstr v0.2.17 |
2868 | 2023-10-24T17:04:39.932Z | Checking wyz v0.5.1 |
2869 | 2023-10-24T17:04:39.981Z | Checking time v0.3.27 |
2870 | 2023-10-24T17:04:40.012Z | Checking toml_edit v0.19.15 |
2871 | 2023-10-24T17:04:40.091Z | Checking clap_builder v4.4.2 |
2872 | 2023-10-24T17:04:40.108Z | Checking flate2 v1.0.27 |
2873 | 2023-10-24T17:04:40.123Z | Checking idna v0.2.3 |
2874 | 2023-10-24T17:04:40.137Z | Checking bzip2 v0.4.4 |
2875 | 2023-10-24T17:04:40.161Z | Checking r2d2 v0.8.10 |
2876 | 2023-10-24T17:04:40.195Z | Checking backtrace v0.3.69 |
2877 | 2023-10-24T17:04:40.222Z | Checking phf v0.11.2 |
2878 | 2023-10-24T17:04:40.234Z | Checking hyper-rustls v0.24.1 |
2879 | 2023-10-24T17:04:40.255Z | Checking hyper-tls v0.5.0 |
2880 | 2023-10-24T17:04:40.375Z | Checking inout v0.1.3 |
2881 | 2023-10-24T17:04:40.431Z | Checking postgres-types v0.2.6 |
2882 | 2023-10-24T17:04:40.448Z | Checking itertools v0.11.0 |
2883 | 2023-10-24T17:04:40.472Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2884 | 2023-10-24T17:04:40.498Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2885 | 2023-10-24T17:04:40.534Z | Checking num-bigint v0.4.4 |
2886 | 2023-10-24T17:04:40.580Z | Documenting trust-dns-resolver v0.22.0 |
2887 | 2023-10-24T17:04:40.585Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2888 | 2023-10-24T17:04:40.597Z | Checking serde_urlencoded v0.7.1 |
2889 | 2023-10-24T17:04:40.601Z | Checking phf_shared v0.10.0 |
2890 | 2023-10-24T17:04:40.611Z | Checking futures-executor v0.3.28 |
2891 | 2023-10-24T17:04:40.619Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2892 | 2023-10-24T17:04:40.625Z | Documenting pem-rfc7468 v0.7.0 |
2893 | 2023-10-24T17:04:40.631Z | Checking ipnetwork v0.20.0 |
2894 | 2023-10-24T17:04:40.636Z | Checking float-cmp v0.9.0 |
2895 | 2023-10-24T17:04:40.647Z | Checking zerocopy v0.6.4 |
2896 | 2023-10-24T17:04:40.653Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2897 | 2023-10-24T17:04:40.659Z | Documenting der_derive v0.7.2 |
2898 | 2023-10-24T17:04:40.665Z | Checking hubpack v0.1.2 |
2899 | 2023-10-24T17:04:40.671Z | Checking crossbeam-utils v0.8.16 |
2900 | 2023-10-24T17:04:40.690Z | Checking encoding_rs v0.8.33 |
2901 | 2023-10-24T17:04:40.695Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2902 | 2023-10-24T17:04:40.791Z | Checking memoffset v0.9.0 |
2903 | 2023-10-24T17:04:40.814Z | Checking radium v0.7.0 |
2904 | 2023-10-24T17:04:40.819Z | Checking whoami v1.4.1 |
2905 | 2023-10-24T17:04:40.824Z | Checking unicode-linebreak v0.1.5 |
2906 | 2023-10-24T17:04:40.836Z | Checking fixedbitset v0.4.2 |
2907 | 2023-10-24T17:04:40.853Z | Checking mime v0.3.17 |
2908 | 2023-10-24T17:04:40.885Z | Checking static_assertions v1.1.0 |
2909 | 2023-10-24T17:04:40.895Z | Checking precomputed-hash v0.1.1 |
2910 | 2023-10-24T17:04:40.919Z | Checking new_debug_unreachable v1.0.4 |
2911 | 2023-10-24T17:04:40.924Z | Checking data-encoding v2.4.0 |
2912 | 2023-10-24T17:04:40.954Z | Checking funty v2.0.0 |
2913 | 2023-10-24T17:04:40.978Z | Checking difflib v0.4.0 |
2914 | 2023-10-24T17:04:41.007Z | Documenting flagset v0.4.3 |
2915 | 2023-10-24T17:04:41.056Z | Checking normalize-line-endings v0.3.0 |
2916 | 2023-10-24T17:04:41.097Z | Checking predicates-core v1.0.6 |
2917 | 2023-10-24T17:04:41.118Z | Checking webpki-roots v0.25.2 |
2918 | 2023-10-24T17:04:41.144Z | Checking smawk v0.3.1 |
2919 | 2023-10-24T17:04:41.202Z | Checking textwrap v0.16.0 |
2920 | 2023-10-24T17:04:41.206Z | Checking bitvec v1.0.1 |
2921 | 2023-10-24T17:04:41.225Z | Checking reqwest v0.11.20 |
2922 | 2023-10-24T17:04:41.251Z | Checking predicates v3.0.4 |
2923 | 2023-10-24T17:04:41.263Z | Checking trust-dns-proto v0.22.0 |
2924 | 2023-10-24T17:04:41.336Z | Checking string_cache v0.8.7 |
2925 | 2023-10-24T17:04:41.353Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2926 | 2023-10-24T17:04:41.472Z | Checking petgraph v0.6.4 |
2927 | 2023-10-24T17:04:41.545Z | Checking tokio-postgres v0.7.10 |
2928 | 2023-10-24T17:04:41.596Z | Documenting der v0.7.8 |
2929 | 2023-10-24T17:04:43.071Z | Checking crossbeam-epoch v0.9.15 |
2930 | 2023-10-24T17:04:43.634Z | Checking diesel v2.1.1 |
2931 | 2023-10-24T17:04:43.763Z | Checking yasna v0.5.2 |
2932 | 2023-10-24T17:04:44.186Z | Checking futures v0.3.28 |
2933 | 2023-10-24T17:04:44.311Z | Checking clap v4.4.3 |
2934 | 2023-10-24T17:04:44.469Z | Checking anyhow v1.0.75 |
2935 | 2023-10-24T17:04:44.553Z | Checking cipher v0.4.4 |
2936 | 2023-10-24T17:04:45.176Z | Checking toml v0.7.8 |
2937 | 2023-10-24T17:04:45.200Z | Checking zip v0.6.6 |
2938 | 2023-10-24T17:04:45.204Z | Checking similar v2.2.1 |
2939 | 2023-10-24T17:04:45.283Z | Checking bit-set v0.5.3 |
2940 | 2023-10-24T17:04:45.693Z | Checking itertools v0.10.5 |
2941 | 2023-10-24T17:04:49.547Z | Checking num-iter v0.1.43 |
2942 | 2023-10-24T17:04:49.689Z | Checking console v0.15.7 |
2943 | 2023-10-24T17:04:49.868Z | Checking rustix v0.38.9 |
2944 | 2023-10-24T17:04:49.937Z | Checking signature v2.1.0 |
2945 | 2023-10-24T17:04:50.083Z | Checking tokio-stream v0.1.14 |
2946 | 2023-10-24T17:04:50.164Z | Checking bstr v1.6.0 |
2947 | 2023-10-24T17:04:50.226Z | Checking usdt v0.3.5 |
2948 | 2023-10-24T17:04:50.317Z | Checking semver v1.0.18 |
2949 | 2023-10-24T17:04:50.355Z | Checking hex v0.4.3 |
2950 | 2023-10-24T17:04:50.377Z | Checking slog v2.7.0 |
2951 | 2023-10-24T17:04:50.426Z | Checking lalrpop-util v0.19.12 |
2952 | 2023-10-24T17:04:50.430Z | Documenting spki v0.7.2 |
2953 | 2023-10-24T17:04:50.438Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2954 | 2023-10-24T17:04:50.461Z | Documenting cancel-safe-futures v0.1.2 |
2955 | 2023-10-24T17:04:50.469Z | Checking heck v0.3.3 |
2956 | 2023-10-24T17:04:50.475Z | Documenting hkdf v0.12.3 |
2957 | 2023-10-24T17:04:50.483Z | Documenting structopt-derive v0.4.18 |
2958 | 2023-10-24T17:04:50.497Z | Documenting keccak v0.1.4 |
2959 | 2023-10-24T17:04:50.509Z | Documenting arc-swap v1.6.0 |
2960 | 2023-10-24T17:04:53.774Z | Documenting crc-catalog v2.2.0 |
2961 | 2023-10-24T17:04:54.758Z | Documenting pkcs8 v0.10.2 |
2962 | 2023-10-24T17:04:56.653Z | Documenting slog-scope v4.4.0 |
2963 | 2023-10-24T17:04:56.822Z | Documenting sha3 v0.10.8 |
2964 | 2023-10-24T17:04:58.092Z | Documenting structopt v0.3.26 |
2965 | 2023-10-24T17:04:58.384Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2966 | 2023-10-24T17:04:58.489Z | Documenting crc v3.0.1 |
2967 | 2023-10-24T17:05:00.763Z | Documenting libefi-sys v0.1.0 |
2968 | 2023-10-24T17:05:01.332Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2969 | 2023-10-24T17:05:02.893Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2970 | 2023-10-24T17:05:03.061Z | Documenting serde_spanned v0.6.3 |
2971 | 2023-10-24T17:05:03.101Z | Documenting secrecy v0.8.0 |
2972 | 2023-10-24T17:05:04.243Z | Documenting packed_struct_codegen v0.10.1 |
2973 | 2023-10-24T17:05:04.625Z | Documenting winnow v0.5.15 |
2974 | 2023-10-24T17:05:07.320Z | Documenting nodrop v0.1.14 |
2975 | 2023-10-24T17:05:09.245Z | Documenting ciborium-io v0.2.1 |
2976 | 2023-10-24T17:05:09.731Z | Documenting half v1.8.2 |
2977 | 2023-10-24T17:05:10.784Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2978 | 2023-10-24T17:05:11.828Z | Documenting array-init v0.0.4 |
2979 | 2023-10-24T17:05:12.572Z | Documenting packed_struct v0.10.1 |
2980 | 2023-10-24T17:05:13.443Z | Documenting toml_edit v0.20.0 |
2981 | 2023-10-24T17:05:14.272Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2982 | 2023-10-24T17:05:15.316Z | Documenting ciborium-ll v0.2.1 |
2983 | 2023-10-24T17:05:16.879Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2984 | 2023-10-24T17:05:19.033Z | Documenting slog-stdlog v4.1.1 |
2985 | 2023-10-24T17:05:21.616Z | Documenting pkcs1 v0.7.5 |
2986 | 2023-10-24T17:05:22.196Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2987 | 2023-10-24T17:05:22.718Z | Documenting num-bigint-dig v0.8.4 |
2988 | 2023-10-24T17:05:23.471Z | Documenting num-rational v0.4.1 |
2989 | 2023-10-24T17:05:25.441Z | Documenting universal-hash v0.5.1 |
2990 | 2023-10-24T17:05:26.032Z | Documenting num-complex v0.4.4 |
2991 | 2023-10-24T17:05:28.577Z | Documenting xattr v1.0.1 |
2992 | 2023-10-24T17:05:30.575Z | Documenting filetime v0.2.22 |
2993 | 2023-10-24T17:05:32.665Z | Documenting opaque-debug v0.3.0 |
2994 | 2023-10-24T17:05:33.501Z | Documenting termcolor v1.2.0 |
2995 | 2023-10-24T17:05:34.726Z | Documenting bitfield v0.14.0 |
2996 | 2023-10-24T17:05:35.502Z | Documenting num v0.4.1 |
2997 | 2023-10-24T17:05:37.042Z | Documenting tar v0.4.40 |
2998 | 2023-10-24T17:05:37.146Z | Documenting rsa v0.9.2 |
2999 | 2023-10-24T17:05:39.042Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3000 | 2023-10-24T17:05:40.221Z | Documenting env_logger v0.10.0 |
3001 | 2023-10-24T17:05:41.815Z | Documenting slog-envlogger v2.2.0 |
3002 | 2023-10-24T17:05:42.584Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3003 | 2023-10-24T17:05:43.245Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3004 | 2023-10-24T17:05:43.725Z | Documenting toml v0.8.0 |
3005 | 2023-10-24T17:05:44.116Z | Documenting ciborium v0.2.1 |
3006 | 2023-10-24T17:05:47.602Z | Documenting serde-hex v0.1.0 |
3007 | 2023-10-24T17:05:48.517Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3008 | 2023-10-24T17:05:50.265Z | Documenting x509-cert v0.2.4 |
3009 | 2023-10-24T17:05:50.389Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3010 | 2023-10-24T17:05:51.225Z | Documenting signal-hook v0.3.17 |
3011 | 2023-10-24T17:05:51.366Z | Documenting pem v1.1.1 |
3012 | 2023-10-24T17:05:51.736Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3013 | 2023-10-24T17:05:55.017Z | Documenting ron v0.8.1 |
3014 | 2023-10-24T17:05:56.679Z | Documenting fxhash v0.2.1 |
3015 | 2023-10-24T17:05:57.604Z | Documenting derive-where v1.2.5 |
3016 | 2023-10-24T17:05:57.873Z | Documenting crc-any v2.4.3 |
3017 | 2023-10-24T17:05:58.822Z | Documenting linear-map v1.2.0 |
3018 | 2023-10-24T17:06:02.336Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3019 | 2023-10-24T17:06:02.481Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3020 | 2023-10-24T17:06:03.007Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3021 | 2023-10-24T17:06:05.476Z | Documenting doc-comment v0.3.3 |
3022 | 2023-10-24T17:06:07.148Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3023 | 2023-10-24T17:06:09.254Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3024 | 2023-10-24T17:06:09.662Z | Documenting libsqlite3-sys v0.26.0 |
3025 | 2023-10-24T17:06:10.817Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3026 | 2023-10-24T17:06:20.904Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3027 | 2023-10-24T17:06:21.028Z | Documenting hashlink v0.8.3 |
3028 | 2023-10-24T17:06:21.106Z | Documenting aead v0.5.2 |
3029 | 2023-10-24T17:06:21.194Z | Documenting snafu-derive v0.7.5 |
3030 | 2023-10-24T17:06:23.237Z | Documenting path-slash v0.1.5 |
3031 | 2023-10-24T17:06:23.819Z | Documenting fallible-streaming-iterator v0.1.9 |
3032 | 2023-10-24T17:06:23.990Z | Documenting same-file v1.0.6 |
3033 | 2023-10-24T17:06:26.075Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3034 | 2023-10-24T17:06:26.555Z | Documenting newtype_derive v0.1.6 |
3035 | 2023-10-24T17:06:28.363Z | Documenting rusqlite v0.29.0 |
3036 | 2023-10-24T17:06:29.313Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3037 | 2023-10-24T17:06:30.533Z | Documenting walkdir v2.4.0 |
3038 | 2023-10-24T17:06:31.298Z | Documenting snafu v0.7.5 |
3039 | 2023-10-24T17:06:31.459Z | Documenting twox-hash v1.6.3 |
3040 | 2023-10-24T17:06:32.758Z | Documenting camino-tempfile v1.0.2 |
3041 | 2023-10-24T17:06:33.169Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3042 | 2023-10-24T17:06:35.818Z | Documenting nix v0.26.2 |
3043 | 2023-10-24T17:06:36.823Z | Checking darling_core v0.14.4 |
3044 | 2023-10-24T17:06:37.847Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3045 | 2023-10-24T17:06:38.134Z | Documenting nibble_vec v0.1.0 |
3046 | 2023-10-24T17:06:39.793Z | Documenting endian-type v0.1.2 |
3047 | 2023-10-24T17:06:40.357Z | Checking darling v0.14.4 |
3048 | 2023-10-24T17:06:40.520Z | Documenting steno v0.4.0 |
3049 | 2023-10-24T17:06:43.276Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3050 | 2023-10-24T17:06:44.024Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3051 | 2023-10-24T17:06:44.451Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3052 | 2023-10-24T17:06:46.243Z | Documenting radix_trie v0.2.1 |
3053 | 2023-10-24T17:06:46.354Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3054 | 2023-10-24T17:06:46.491Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3055 | 2023-10-24T17:06:47.414Z | Documenting polyval v0.6.1 |
3056 | 2023-10-24T17:06:53.037Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3057 | 2023-10-24T17:06:53.925Z | Documenting num_enum v0.7.0 |
3058 | 2023-10-24T17:06:54.589Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3059 | 2023-10-24T17:06:54.938Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3060 | 2023-10-24T17:06:55.007Z | Documenting ctr v0.9.2 |
3061 | 2023-10-24T17:06:56.147Z | Documenting aes v0.8.3 |
3062 | 2023-10-24T17:06:58.742Z | Documenting bincode v1.3.3 |
3063 | 2023-10-24T17:07:00.065Z | Documenting path-dedot v3.1.0 |
3064 | 2023-10-24T17:07:02.550Z | Documenting convert_case v0.4.0 |
3065 | 2023-10-24T17:07:04.511Z | Checking convert_case v0.4.0 |
3066 | 2023-10-24T17:07:04.850Z | Documenting utf-8 v0.7.6 |
3067 | 2023-10-24T17:07:05.864Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3068 | 2023-10-24T17:07:06.150Z | Documenting aes-gcm-siv v0.11.1 |
3069 | 2023-10-24T17:07:06.311Z | Documenting path-absolutize v3.1.0 |
3070 | 2023-10-24T17:07:08.909Z | Documenting derive_more v0.99.17 |
3071 | 2023-10-24T17:07:11.824Z | Documenting tungstenite v0.20.1 |
3072 | 2023-10-24T17:07:12.400Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3073 | 2023-10-24T17:07:12.689Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3074 | 2023-10-24T17:07:14.129Z | Documenting trust-dns-client v0.22.0 |
3075 | 2023-10-24T17:07:16.254Z | Documenting buf-list v1.0.3 |
3076 | 2023-10-24T17:07:19.590Z | Documenting globset v0.4.13 |
3077 | 2023-10-24T17:07:23.470Z | Documenting crossbeam-deque v0.8.3 |
3078 | 2023-10-24T17:07:24.664Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3079 | 2023-10-24T17:07:25.099Z | Documenting headers-core v0.2.0 |
3080 | 2023-10-24T17:07:26.194Z | Documenting olpc-cjson v0.1.3 |
3081 | 2023-10-24T17:07:48.313Z | Documenting serde_plain v1.0.2 |
3082 | 2023-10-24T17:07:48.585Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3083 | 2023-10-24T17:07:48.878Z | Documenting async-recursion v1.0.5 |
3084 | 2023-10-24T17:07:49.235Z | Documenting bitstruct_derive v0.1.0 |
3085 | 2023-10-24T17:07:49.332Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3086 | 2023-10-24T17:07:49.573Z | Documenting ringbuffer v0.15.0 |
3087 | 2023-10-24T17:07:49.627Z | Documenting ascii v1.1.0 |
3088 | 2023-10-24T17:07:49.705Z | Documenting display-error-chain v0.1.1 |
3089 | 2023-10-24T17:07:49.758Z | Documenting tough v0.12.5 |
3090 | 2023-10-24T17:07:49.807Z | Documenting headers v0.3.9 |
3091 | 2023-10-24T17:07:50.288Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3092 | 2023-10-24T17:07:50.313Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3093 | 2023-10-24T17:07:50.387Z | Documenting bitstruct v0.1.1 |
3094 | 2023-10-24T17:07:50.447Z | Documenting rayon-core v1.11.0 |
3095 | 2023-10-24T17:07:50.469Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3096 | 2023-10-24T17:07:50.533Z | Documenting trust-dns-server v0.22.1 |
3097 | 2023-10-24T17:07:50.555Z | Documenting tokio-tungstenite v0.20.1 |
3098 | 2023-10-24T17:07:50.613Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3099 | 2023-10-24T17:07:50.665Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3100 | 2023-10-24T17:07:50.682Z | Checking derive_builder_core v0.12.0 |
3101 | 2023-10-24T17:07:50.710Z | Documenting derive_builder_core v0.12.0 |
3102 | 2023-10-24T17:07:50.744Z | Documenting sled v0.34.7 |
3103 | 2023-10-24T17:07:50.780Z | Documenting signal-hook-mio v0.2.3 |
3104 | 2023-10-24T17:07:55.314Z | Documenting erased-serde v0.3.30 |
3105 | 2023-10-24T17:07:55.648Z | Documenting unicase v2.7.0 |
3106 | 2023-10-24T17:07:55.869Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3107 | 2023-10-24T17:07:55.983Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3108 | 2023-10-24T17:07:56.698Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3109 | 2023-10-24T17:07:57.208Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3110 | 2023-10-24T17:07:57.246Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3111 | 2023-10-24T17:07:57.360Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3112 | 2023-10-24T17:07:57.668Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3113 | 2023-10-24T17:07:57.679Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3114 | 2023-10-24T17:07:59.075Z | Documenting serde_arrays v0.1.0 |
3115 | 2023-10-24T17:07:59.537Z | Documenting ff v0.13.0 |
3116 | 2023-10-24T17:08:00.568Z | Documenting pretty-hex v0.3.0 |
3117 | 2023-10-24T17:08:03.547Z | Documenting mime_guess v2.0.4 |
3118 | 2023-10-24T17:08:04.164Z | Documenting derive_builder_macro v0.12.0 |
3119 | 2023-10-24T17:08:05.372Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3120 | 2023-10-24T17:08:05.665Z | Documenting crossterm v0.27.0 |
3121 | 2023-10-24T17:08:06.165Z | Documenting group v0.13.0 |
3122 | 2023-10-24T17:08:10.378Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3123 | 2023-10-24T17:08:11.587Z | Documenting rayon v1.7.0 |
3124 | 2023-10-24T17:08:12.713Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3125 | 2023-10-24T17:08:19.361Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3126 | 2023-10-24T17:08:20.917Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3127 | 2023-10-24T17:08:24.760Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3128 | 2023-10-24T17:08:29.360Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3129 | 2023-10-24T17:08:34.311Z | Documenting portable-atomic v1.4.3 |
3130 | 2023-10-24T17:08:34.840Z | Documenting ed25519 v1.5.3 |
3131 | 2023-10-24T17:08:39.178Z | Documenting bcs v0.1.5 |
3132 | 2023-10-24T17:08:39.252Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3133 | 2023-10-24T17:08:40.015Z | Documenting crypto-bigint v0.5.2 |
3134 | 2023-10-24T17:08:40.745Z | Documenting ref-cast-impl v1.0.20 |
3135 | 2023-10-24T17:08:40.863Z | Documenting curve25519-dalek-derive v0.1.0 |
3136 | 2023-10-24T17:08:41.809Z | Documenting thiserror-impl-no-std v2.0.2 |
3137 | 2023-10-24T17:08:46.336Z | Documenting vte_generate_state_changes v0.1.1 |
3138 | 2023-10-24T17:08:48.194Z | Documenting base16ct v0.2.0 |
3139 | 2023-10-24T17:08:48.464Z | Documenting number_prefix v0.4.0 |
3140 | 2023-10-24T17:08:49.591Z | Documenting cassowary v0.3.0 |
3141 | 2023-10-24T17:08:50.144Z | Documenting highway v1.1.0 |
3142 | 2023-10-24T17:08:50.380Z | Checking unicode-xid v0.2.4 |
3143 | 2023-10-24T17:08:50.612Z | Documenting unicode-xid v0.2.4 |
3144 | 2023-10-24T17:08:52.722Z | Documenting elliptic-curve v0.13.5 |
3145 | 2023-10-24T17:08:53.092Z | Documenting vte v0.11.1 |
3146 | 2023-10-24T17:08:54.854Z | Documenting const_format_proc_macros v0.2.31 |
3147 | 2023-10-24T17:08:55.180Z | Documenting indicatif v0.17.7 |
3148 | 2023-10-24T17:08:56.380Z | Documenting ratatui v0.23.0 |
3149 | 2023-10-24T17:08:56.605Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3150 | 2023-10-24T17:08:59.648Z | Documenting thiserror-no-std v2.0.2 |
3151 | 2023-10-24T17:09:01.713Z | Documenting curve25519-dalek v4.1.0 |
3152 | 2023-10-24T17:09:01.968Z | Documenting ref-cast v1.0.20 |
3153 | 2023-10-24T17:09:03.095Z | Documenting salty v0.2.0 |
3154 | 2023-10-24T17:09:04.197Z | Documenting derive_builder v0.12.0 |
3155 | 2023-10-24T17:09:06.783Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3156 | 2023-10-24T17:09:07.873Z | Documenting polar-core v0.26.4 |
3157 | 2023-10-24T17:09:09.481Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3158 | 2023-10-24T17:09:09.731Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3159 | 2023-10-24T17:09:10.679Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3160 | 2023-10-24T17:09:16.071Z | Documenting libxml v0.3.3 |
3161 | 2023-10-24T17:09:16.812Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3162 | 2023-10-24T17:09:16.828Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3163 | 2023-10-24T17:09:22.844Z | Documenting poly1305 v0.8.0 |
3164 | 2023-10-24T17:09:26.013Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3165 | 2023-10-24T17:09:27.129Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3166 | 2023-10-24T17:09:31.049Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3167 | 2023-10-24T17:09:31.428Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3168 | 2023-10-24T17:09:31.652Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3169 | 2023-10-24T17:09:32.172Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3170 | 2023-10-24T17:09:40.880Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3171 | 2023-10-24T17:09:41.089Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3172 | 2023-10-24T17:09:41.826Z | Documenting chacha20 v0.9.1 |
3173 | 2023-10-24T17:09:42.882Z | Documenting bb8 v0.8.1 |
3174 | 2023-10-24T17:09:44.573Z | Documenting serde-big-array v0.5.1 |
3175 | 2023-10-24T17:09:49.377Z | Documenting quick-xml v0.23.1 |
3176 | 2023-10-24T17:09:50.252Z | Documenting bytesize v1.3.0 |
3177 | 2023-10-24T17:09:50.896Z | Documenting impl-trait-for-tuples v0.2.2 |
3178 | 2023-10-24T17:09:51.510Z | Documenting oso-derive v0.26.4 |
3179 | 2023-10-24T17:09:51.711Z | Documenting rtoolbox v0.0.1 |
3180 | 2023-10-24T17:09:57.072Z | Documenting maplit v1.0.2 |
3181 | 2023-10-24T17:09:57.134Z | Documenting humantime v2.1.0 |
3182 | 2023-10-24T17:09:58.384Z | Documenting fs-err v2.9.0 |
3183 | 2023-10-24T17:09:58.469Z | Documenting rpassword v7.2.0 |
3184 | 2023-10-24T17:09:58.949Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3185 | 2023-10-24T17:09:59.292Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3186 | 2023-10-24T17:09:59.310Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3187 | 2023-10-24T17:10:03.046Z | Documenting oso v0.26.4 |
3188 | 2023-10-24T17:10:03.422Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3189 | 2023-10-24T17:10:04.619Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3190 | 2023-10-24T17:10:05.211Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3191 | 2023-10-24T17:10:11.228Z | Documenting chacha20poly1305 v0.10.1 |
3192 | 2023-10-24T17:10:17.332Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3193 | 2023-10-24T17:10:19.083Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3194 | 2023-10-24T17:10:21.161Z | Documenting vsss-rs v3.3.1 |
3195 | 2023-10-24T17:10:25.311Z | Documenting tui-tree-widget v0.13.0 |
3196 | 2023-10-24T17:10:26.051Z | Documenting const_format v0.2.31 |
3197 | 2023-10-24T17:10:29.555Z | Documenting strip-ansi-escapes v0.2.0 |
3198 | 2023-10-24T17:10:30.555Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3199 | 2023-10-24T17:10:30.914Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3200 | 2023-10-24T17:10:32.389Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3201 | 2023-10-24T17:10:34.943Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3202 | 2023-10-24T17:10:37.834Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3203 | 2023-10-24T17:10:39.398Z | Documenting cookie v0.16.2 |
3204 | 2023-10-24T17:10:40.458Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3205 | 2023-10-24T17:10:45.191Z | Documenting signal-hook-tokio v0.3.1 |
3206 | 2023-10-24T17:10:46.861Z | Documenting rcgen v0.10.0 |
3207 | 2023-10-24T17:10:48.840Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3208 | 2023-10-24T17:10:49.009Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3209 | 2023-10-24T17:10:49.564Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3210 | 2023-10-24T17:10:49.606Z | Documenting atomicwrites v0.4.2 |
3211 | 2023-10-24T17:10:50.621Z | Documenting fd-lock v3.0.13 |
3212 | 2023-10-24T17:10:55.143Z | Documenting subprocess v0.2.9 |
3213 | 2023-10-24T17:10:56.807Z | Documenting owo-colors v3.5.0 |
3214 | 2023-10-24T17:10:57.003Z | Documenting bit_field v0.10.2 |
3215 | 2023-10-24T17:10:57.313Z | Documenting shell-words v1.1.0 |
3216 | 2023-10-24T17:10:58.108Z | Documenting nu-ansi-term v0.49.0 |
3217 | 2023-10-24T17:11:00.179Z | Documenting corncobs v0.1.3 |
3218 | 2023-10-24T17:11:01.437Z | Documenting http-range v0.1.5 |
3219 | 2023-10-24T17:11:03.648Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3220 | 2023-10-24T17:11:04.613Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3221 | 2023-10-24T17:11:04.728Z | Documenting reedline v0.23.0 |
3222 | 2023-10-24T17:11:04.977Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3223 | 2023-10-24T17:11:06.325Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3224 | 2023-10-24T17:11:07.935Z | Documenting hyper-staticfile v0.9.5 |
3225 | 2023-10-24T17:11:11.250Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3226 | 2023-10-24T17:11:14.165Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3227 | 2023-10-24T17:11:15.947Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3228 | 2023-10-24T17:11:18.045Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3229 | 2023-10-24T17:11:18.305Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3230 | 2023-10-24T17:11:25.814Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3231 | 2023-10-24T17:11:32.128Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3232 | 2023-10-24T17:11:35.350Z | Documenting fatfs v0.3.6 |
3233 | 2023-10-24T17:11:43.904Z | Documenting cargo-platform v0.1.3 |
3234 | 2023-10-24T17:11:46.352Z | Documenting nanorand v0.7.0 |
3235 | 2023-10-24T17:11:47.087Z | Documenting assert_matches v1.5.0 |
3236 | 2023-10-24T17:11:50.218Z | Documenting glob v0.3.1 |
3237 | 2023-10-24T17:11:51.147Z | Documenting cargo_metadata v0.18.0 |
3238 | 2023-10-24T17:11:51.423Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3239 | 2023-10-24T17:11:53.251Z | Documenting flume v0.11.0 |
3240 | 2023-10-24T17:11:54.913Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3241 | 2023-10-24T17:11:55.339Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3242 | 2023-10-24T17:11:56.789Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3243 | 2023-10-24T17:11:58.474Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3244 | 2023-10-24T17:11:59.012Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3245 | 2023-10-24T17:12:00.619Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3246 | 2023-10-24T17:12:02.508Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3247 | 2023-10-24T17:12:03.006Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3248 | 2023-10-24T17:12:05.929Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3249 | 2023-10-24T17:12:14.510Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3250 | 2023-10-24T17:12:28.751Z | Documenting omicron-zone-package v0.8.3 |
3251 | 2023-10-24T17:12:37.356Z | Documenting cargo_toml v0.16.3 |
3252 | 2023-10-24T17:12:39.939Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3253 | 2023-10-24T17:12:41.544Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3254 | 2023-10-24T17:12:44.636Z | Documenting termios v0.3.3 |
3255 | 2023-10-24T17:12:45.426Z | Documenting topological-sort v0.2.2 |
3256 | 2023-10-24T17:12:46.296Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3257 | 2023-10-24T17:12:48.012Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3258 | 2023-10-24T17:12:49.966Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3259 | 2023-10-24T17:12:51.640Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3260 | 2023-10-24T17:12:51.923Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3261 | 2023-10-24T17:12:57.691Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3262 | 2023-10-24T17:13:22.773Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3263 | 2023-10-24T17:13:23.749Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3264 | 2023-10-24T17:13:35.175Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3265 | 2023-10-24T17:13:43.652Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3266 | 2023-10-24T17:13:46.136Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3267 | 2023-10-24T17:13:52.107Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3268 | 2023-10-24T17:13:56.877Z | warning: unresolved link to `ExtractedArtifactDataHandle` |
3269 | 2023-10-24T17:14:17.512Z | --> wicketd/src/artifacts/extracted_artifacts.rs:172:46 |
3270 | 2023-10-24T17:14:17.944Z | | |
3271 | 2023-10-24T17:14:18.129Z | 172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3272 | 2023-10-24T17:14:18.266Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace |
3273 | 2023-10-24T17:14:18.471Z | | |
3274 | 2023-10-24T17:14:18.590Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3275 | 2023-10-24T17:14:18.701Z | help: to link to the struct, prefix with `struct@` |
3276 | 2023-10-24T17:14:19.186Z | | |
3277 | 2023-10-24T17:14:19.261Z | 172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3278 | 2023-10-24T17:14:19.310Z | 172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`]. |
3279 | 2023-10-24T17:14:19.375Z | | |
3280 | 2023-10-24T17:14:19.406Z | |
3281 | 2023-10-24T17:14:19.431Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3282 | 2023-10-24T17:14:19.461Z | warning: `wicketd` (lib doc) generated 1 warning |
3283 | 2023-10-24T17:14:38.078Z | warning: unresolved link to `Driver::status` |
3284 | 2023-10-24T17:14:38.081Z | --> nexus/src/app/background/common.rs:180:34 |
3285 | 2023-10-24T17:14:38.084Z | | |
3286 | 2023-10-24T17:14:38.087Z | 180 | /// [`Driver::activate()`] and [`Driver::status()`] to identify the task. |
3287 | 2023-10-24T17:14:38.090Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
3288 | 2023-10-24T17:14:38.093Z | | |
3289 | 2023-10-24T17:14:38.096Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3290 | 2023-10-24T17:14:38.099Z | |
3291 | 2023-10-24T17:14:38.102Z | warning: unresolved link to `Driver::status` |
3292 | 2023-10-24T17:14:38.106Z | --> nexus/src/app/background/common.rs:280:30 |
3293 | 2023-10-24T17:14:38.109Z | | |
3294 | 2023-10-24T17:14:38.112Z | 280 | /// tasks. You'd call [`Driver::status()`] with each of the items produced |
3295 | 2023-10-24T17:14:38.115Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
3296 | 2023-10-24T17:14:38.118Z | |
3297 | 2023-10-24T17:14:41.056Z | warning: `omicron-nexus` (lib doc) generated 2 warnings |
3298 | 2023-10-24T17:15:11.016Z | Finished dev [unoptimized + debuginfo] target(s) in 17m 02s |
3299 | 2023-10-24T17:15:11.136Z | |
3300 | 2023-10-24T17:15:11.139Z | real 17:02.296149368 |
3301 | 2023-10-24T17:15:11.142Z | user 1:00:24.503271738 |
3302 | 2023-10-24T17:15:11.147Z | sys 1:05:29.591659677 |
3303 | 2023-10-24T17:15:11.151Z | trap 2.393934904 |
3304 | 2023-10-24T17:15:11.154Z | tflt 0.132800948 |
3305 | 2023-10-24T17:15:11.158Z | dflt 0.604963571 |
3306 | 2023-10-24T17:15:11.163Z | kflt 0.000552076 |
3307 | 2023-10-24T17:15:11.166Z | lock 3:13:31.796732142 |
3308 | 2023-10-24T17:15:11.170Z | slp 4:30:49.392814854 |
3309 | 2023-10-24T17:15:11.173Z | lat 6:15.579054832 |
3310 | 2023-10-24T17:15:11.177Z | stop 2:19.230980146 |
3311 | 2023-10-24T17:15:11.181Z | process exited: duration 2027358 ms, exit code 0 |
|
3312 | 2023-10-24T17:15:11.188Z | found 0 output files |