|
|
|
1 | 2024-02-24T04:08:13.907Z | job assigned to worker 01HQCMQM3WZCVC1396Y971EB2S (queued for 56 s) |
|
2 | 2024-02-24T04:08:16.000Z | starting task 0: "setup" |
3 | 2024-02-24T04:08:16.421Z | ++ uname -s |
4 | 2024-02-24T04:08:16.421Z | + kern=SunOS |
5 | 2024-02-24T04:08:16.421Z | + case "$kern" in |
6 | 2024-02-24T04:08:16.421Z | + groupadd -g 12345 build |
7 | 2024-02-24T04:08:16.421Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-24T04:08:18.100Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-24T04:08:18.174Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-24T04:08:18.180Z | + home_fs=zfs |
11 | 2024-02-24T04:08:18.180Z | + [[ zfs == autofs ]] |
12 | 2024-02-24T04:08:18.180Z | + mkdir -p /home/build |
13 | 2024-02-24T04:08:18.180Z | + chown build:build /home/build /work |
14 | 2024-02-24T04:08:19.180Z | + chmod 0700 /home/build /work |
15 | 2024-02-24T04:08:19.185Z | process exited: duration 3184 ms, exit code 0 |
|
16 | 2024-02-24T04:08:19.615Z | starting task 1: "rust-toolchain" |
17 | 2024-02-24T04:08:19.622Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-24T04:08:19.627Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-24T04:08:20.148Z | info: downloading installer |
20 | 2024-02-24T04:08:21.449Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-24T04:08:21.449Z | warning: /opt/ooce/bin |
22 | 2024-02-24T04:08:21.449Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-24T04:08:21.449Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-24T04:08:21.449Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-24T04:08:21.449Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-24T04:08:21.450Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-24T04:08:21.450Z | error: cannot install while Rust is installed |
28 | 2024-02-24T04:08:21.450Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-24T04:08:21.537Z | info: profile set to 'default' |
30 | 2024-02-24T04:08:21.537Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-24T04:08:21.548Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-24T04:08:21.683Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-24T04:08:21.683Z | info: downloading component 'cargo' |
34 | 2024-02-24T04:08:22.483Z | info: downloading component 'clippy' |
35 | 2024-02-24T04:08:22.787Z | info: downloading component 'rust-docs' |
36 | 2024-02-24T04:08:24.259Z | info: downloading component 'rust-std' |
37 | 2024-02-24T04:08:25.652Z | info: downloading component 'rustc' |
38 | 2024-02-24T04:08:30.112Z | info: downloading component 'rustfmt' |
39 | 2024-02-24T04:08:30.452Z | info: installing component 'cargo' |
40 | 2024-02-24T04:08:31.334Z | info: installing component 'clippy' |
41 | 2024-02-24T04:08:31.761Z | info: installing component 'rust-docs' |
42 | 2024-02-24T04:08:33.310Z | info: installing component 'rust-std' |
43 | 2024-02-24T04:08:35.180Z | info: installing component 'rustc' |
44 | 2024-02-24T04:08:39.321Z | info: installing component 'rustfmt' |
45 | 2024-02-24T04:08:39.687Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-24T04:08:39.687Z | |
47 | 2024-02-24T04:08:39.965Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-24T04:08:39.965Z | |
49 | 2024-02-24T04:08:39.968Z | |
50 | 2024-02-24T04:08:39.968Z | Rust is installed now. Great! |
51 | 2024-02-24T04:08:39.968Z | |
52 | 2024-02-24T04:08:39.968Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-24T04:08:39.968Z | environment variable. This has not been done automatically. |
54 | 2024-02-24T04:08:39.968Z | |
55 | 2024-02-24T04:08:39.968Z | To configure your current shell, run: |
56 | 2024-02-24T04:08:39.968Z | source "$HOME/.cargo/env" |
57 | 2024-02-24T04:08:40.021Z | + rustc --version |
58 | 2024-02-24T04:08:40.089Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-24T04:08:40.092Z | process exited: duration 20472 ms, exit code 0 |
|
60 | 2024-02-24T04:08:40.098Z | starting task 2: "authentication" |
61 | 2024-02-24T04:08:40.133Z | process exited: duration 20 ms, exit code 0 |
|
62 | 2024-02-24T04:08:40.145Z | starting task 3: "clone repository" |
63 | 2024-02-24T04:08:40.150Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-24T04:08:40.153Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-24T04:08:40.423Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-24T04:08:46.664Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-24T04:08:46.665Z | + git fetch origin 640a0246199d593c00fd53cf90a8e736eec32b85 |
68 | 2024-02-24T04:08:46.993Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-24T04:08:46.994Z | * branch 640a0246199d593c00fd53cf90a8e736eec32b85 -> FETCH_HEAD |
70 | 2024-02-24T04:08:47.005Z | + [[ -n '' ]] |
71 | 2024-02-24T04:08:47.005Z | + git reset --hard 640a0246199d593c00fd53cf90a8e736eec32b85 |
72 | 2024-02-24T04:08:47.113Z | HEAD is now at 640a02461 chore(deps): update taiki-e/install-action digest to ffdab02 |
73 | 2024-02-24T04:08:47.116Z | process exited: duration 6967 ms, exit code 0 |
|
74 | 2024-02-24T04:08:47.125Z | starting task 4: "build" |
75 | 2024-02-24T04:08:47.130Z | + cargo --version |
76 | 2024-02-24T04:08:47.134Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-02-24T04:08:47.298Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-02-24T04:08:47.298Z | info: downloading component 'cargo' |
79 | 2024-02-24T04:08:48.205Z | info: downloading component 'clippy' |
80 | 2024-02-24T04:08:48.498Z | info: downloading component 'rust-docs' |
81 | 2024-02-24T04:08:49.543Z | info: downloading component 'rust-std' |
82 | 2024-02-24T04:08:51.020Z | info: downloading component 'rustc' |
83 | 2024-02-24T04:08:55.282Z | info: downloading component 'rustfmt' |
84 | 2024-02-24T04:08:55.588Z | info: installing component 'cargo' |
85 | 2024-02-24T04:08:56.463Z | info: installing component 'clippy' |
86 | 2024-02-24T04:08:56.813Z | info: installing component 'rust-docs' |
87 | 2024-02-24T04:08:58.427Z | info: installing component 'rust-std' |
88 | 2024-02-24T04:09:00.039Z | info: installing component 'rustc' |
89 | 2024-02-24T04:09:04.039Z | info: installing component 'rustfmt' |
90 | 2024-02-24T04:09:04.424Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-02-24T04:09:04.428Z | + rustc --version |
92 | 2024-02-24T04:09:04.492Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-02-24T04:09:04.496Z | + source ./env.sh |
94 | 2024-02-24T04:09:04.499Z | ++ set -o xtrace |
95 | 2024-02-24T04:09:04.499Z | ++++ dirname ./env.sh |
96 | 2024-02-24T04:09:04.538Z | +++ cd . |
97 | 2024-02-24T04:09:04.543Z | +++ echo /work/oxidecomputer/omicron |
98 | 2024-02-24T04:09:04.543Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
99 | 2024-02-24T04:09:04.543Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-02-24T04:09:04.543Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-02-24T04:09:04.543Z | ++ 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 |
102 | 2024-02-24T04:09:04.543Z | ++ 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 |
103 | 2024-02-24T04:09:04.543Z | ++ 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 |
104 | 2024-02-24T04:09:04.543Z | ++ 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 |
105 | 2024-02-24T04:09:04.543Z | ++ 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 |
106 | 2024-02-24T04:09:04.543Z | ++ 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 |
107 | 2024-02-24T04:09:04.543Z | ++ unset OMICRON_WS |
108 | 2024-02-24T04:09:04.543Z | ++ set +o xtrace |
109 | 2024-02-24T04:09:04.622Z | |
110 | 2024-02-24T04:09:04.622Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2024-02-24T04:09:04.622Z | # # # # # # # # # # # # # # # |
112 | 2024-02-24T04:09:04.622Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2024-02-24T04:09:04.622Z | ##### ##### # ##### # # # # # # # # # |
114 | 2024-02-24T04:09:04.622Z | # # # # # # # # # # # # # # # |
115 | 2024-02-24T04:09:04.622Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2024-02-24T04:09:04.622Z | |
117 | 2024-02-24T04:09:14.648Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-02-24T04:09:15.933Z | Startup: Caching catalogs ... Done |
119 | 2024-02-24T04:09:17.474Z | Planning: Solver setup ... Done (1.198s) |
120 | 2024-02-24T04:09:17.498Z | Planning: Running solver ... Done (0.029s) |
121 | 2024-02-24T04:09:17.676Z | Planning: Finding local manifests ... Done (0.156s) |
122 | 2024-02-24T04:09:17.688Z | Planning: Fetching manifests: 0/4 0% complete |
123 | 2024-02-24T04:09:17.934Z | Planning: Fetching manifests: 4/4 100% complete |
124 | 2024-02-24T04:09:17.973Z | Planning: Package planning ... Done (0.048s) |
125 | 2024-02-24T04:09:18.024Z | Planning: Merging actions ... Done (0.051s) |
126 | 2024-02-24T04:09:19.465Z | Planning: Checking for conflicting actions ... Done (1.437s) |
127 | 2024-02-24T04:09:19.474Z | Planning: Consolidating action changes ... Done (0.011s) |
128 | 2024-02-24T04:09:23.817Z | Planning: Evaluating mediators ... Done (4.343s) |
129 | 2024-02-24T04:09:23.826Z | Planning: Planning completed in 7.84 seconds |
130 | 2024-02-24T04:09:23.839Z | Packages to install: 4 |
131 | 2024-02-24T04:09:23.839Z | Mediators to change: 2 |
132 | 2024-02-24T04:09:23.843Z | Services to change: 1 |
133 | 2024-02-24T04:09:23.843Z | Estimated space available: 148.87 GB |
134 | 2024-02-24T04:09:23.843Z | Estimated space to be consumed: 1.41 GB |
135 | 2024-02-24T04:09:23.843Z | Create boot environment: No |
136 | 2024-02-24T04:09:23.843Z | Create backup boot environment: No |
137 | 2024-02-24T04:09:23.843Z | Rebuild boot archive: No |
138 | 2024-02-24T04:09:23.843Z | |
139 | 2024-02-24T04:09:23.843Z | Changed mediators: |
140 | 2024-02-24T04:09:23.843Z | mediator clang: |
141 | 2024-02-24T04:09:23.843Z | version: None -> 15 (system default) |
142 | 2024-02-24T04:09:23.843Z | |
143 | 2024-02-24T04:09:23.843Z | mediator llvm: |
144 | 2024-02-24T04:09:23.843Z | version: 14 (system default) -> 15 (system default) |
145 | 2024-02-24T04:09:23.843Z | |
146 | 2024-02-24T04:09:23.843Z | Changed packages: |
147 | 2024-02-24T04:09:23.843Z | helios-dev |
148 | 2024-02-24T04:09:23.843Z | developer/build-essential |
149 | 2024-02-24T04:09:23.843Z | None -> 11-2.0 |
150 | 2024-02-24T04:09:23.843Z | library/libxmlsec1 |
151 | 2024-02-24T04:09:23.844Z | None -> 1.2.35-2.0 |
152 | 2024-02-24T04:09:23.844Z | ooce/developer/clang-15 |
153 | 2024-02-24T04:09:23.844Z | None -> 15.0.7-2.0 |
154 | 2024-02-24T04:09:23.844Z | ooce/developer/llvm-15 |
155 | 2024-02-24T04:09:23.844Z | None -> 15.0.7-2.0 |
156 | 2024-02-24T04:09:23.844Z | |
157 | 2024-02-24T04:09:23.844Z | Services: |
158 | 2024-02-24T04:09:23.844Z | restart_fmri: |
159 | 2024-02-24T04:09:23.844Z | svc:/system/update-man-index:default |
160 | 2024-02-24T04:09:24.136Z | |
161 | 2024-02-24T04:09:24.136Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
162 | 2024-02-24T04:09:29.159Z | Download: 1122/3290 items 32.0/212.6MB 15% complete (6.4M/s) |
163 | 2024-02-24T04:09:34.160Z | Download: 1308/3290 items 116.5/212.6MB 54% complete (11.6M/s) |
164 | 2024-02-24T04:09:39.176Z | Download: 2141/3290 items 119.0/212.6MB 55% complete (9.0M/s) |
165 | 2024-02-24T04:09:44.183Z | Download: 2500/3290 items 120.0/212.6MB 56% complete (615k/s) |
166 | 2024-02-24T04:09:49.895Z | Download: 3248/3290 items 176.3/212.6MB 82% complete (5.7M/s) |
167 | 2024-02-24T04:09:53.959Z | Download: Completed 212.60 MB in 29.82 seconds (7.1M/s) |
168 | 2024-02-24T04:09:54.124Z | Actions: 1/3689 actions (Installing new actions) |
169 | 2024-02-24T04:09:59.129Z | Actions: 3558/3689 actions (Installing new actions) |
170 | 2024-02-24T04:09:59.563Z | Actions: Completed 3689 actions in 5.44 seconds. |
171 | 2024-02-24T04:09:59.731Z | Done (0.164s) |
172 | 2024-02-24T04:09:59.731Z | Done (0.000s) |
173 | 2024-02-24T04:09:59.951Z | Done (0.220s) |
174 | 2024-02-24T04:10:05.970Z | Done (5.889s) |
175 | 2024-02-24T04:10:06.189Z | Done (0.151s) |
176 | 2024-02-24T04:10:06.192Z | Done (0.000s) |
177 | 2024-02-24T04:10:06.340Z | Done (0.000s) |
178 | 2024-02-24T04:10:06.848Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-02-24T04:10:07.007Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-02-24T04:10:07.011Z | Planning: Consolidating action changes ... Done |
181 | 2024-02-24T04:10:07.281Z | Planning: Evaluating mediators ... Done |
182 | 2024-02-24T04:10:07.284Z | Planning: Planning completed in 0.43 seconds |
183 | 2024-02-24T04:10:07.312Z | Mediators to change: 2 |
184 | 2024-02-24T04:10:07.312Z | Create boot environment: No |
185 | 2024-02-24T04:10:07.312Z | Create backup boot environment: No |
186 | 2024-02-24T04:10:07.392Z | Done |
187 | 2024-02-24T04:10:07.392Z | Done |
188 | 2024-02-24T04:10:07.523Z | Done |
189 | 2024-02-24T04:10:11.253Z | Done |
190 | 2024-02-24T04:10:11.346Z | Done |
191 | 2024-02-24T04:10:11.346Z | Done |
192 | 2024-02-24T04:10:11.441Z | Done |
193 | 2024-02-24T04:10:12.078Z | Planning: Evaluating mediator changes ... Done |
194 | 2024-02-24T04:10:12.081Z | Planning: Merging actions ... Done |
195 | 2024-02-24T04:10:12.271Z | Planning: Checking for conflicting actions ... Done |
196 | 2024-02-24T04:10:12.275Z | Planning: Consolidating action changes ... Done |
197 | 2024-02-24T04:10:12.533Z | Planning: Evaluating mediators ... Done |
198 | 2024-02-24T04:10:12.586Z | Planning: Planning completed in 0.78 seconds |
199 | 2024-02-24T04:10:12.622Z | Packages to change: 1 |
200 | 2024-02-24T04:10:12.622Z | Mediators to change: 1 |
201 | 2024-02-24T04:10:12.622Z | Services to change: 1 |
202 | 2024-02-24T04:10:12.622Z | Create boot environment: No |
203 | 2024-02-24T04:10:12.625Z | Create backup boot environment: Yes |
204 | 2024-02-24T04:10:14.506Z | Actions: 1/6 actions (Updating modified actions) |
205 | 2024-02-24T04:10:14.584Z | Actions: Completed 6 actions in 0.08 seconds. |
206 | 2024-02-24T04:10:14.590Z | Done |
207 | 2024-02-24T04:10:14.590Z | Done |
208 | 2024-02-24T04:10:14.632Z | Done |
209 | 2024-02-24T04:10:18.317Z | Done |
210 | 2024-02-24T04:10:18.405Z | Done |
211 | 2024-02-24T04:10:18.408Z | Done |
212 | 2024-02-24T04:10:18.493Z | Done |
213 | 2024-02-24T04:10:18.923Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
214 | 2024-02-24T04:10:18.924Z | clang system 15 system |
215 | 2024-02-24T04:10:18.924Z | csh system system illumos |
216 | 2024-02-24T04:10:18.924Z | ctags system system illumos |
217 | 2024-02-24T04:10:18.924Z | gcc vendor 12 vendor |
218 | 2024-02-24T04:10:18.924Z | gcc system 10 system |
219 | 2024-02-24T04:10:18.924Z | gcc system 7 system |
220 | 2024-02-24T04:10:18.924Z | go system 1.20 system |
221 | 2024-02-24T04:10:18.924Z | go system 1.19 system |
222 | 2024-02-24T04:10:18.924Z | llvm system 15 system |
223 | 2024-02-24T04:10:18.924Z | llvm system 14 system |
224 | 2024-02-24T04:10:18.924Z | mariadb system 10.6 system |
225 | 2024-02-24T04:10:18.925Z | mta vendor vendor dma |
226 | 2024-02-24T04:10:18.925Z | openjdk system 17 system |
227 | 2024-02-24T04:10:18.925Z | openjdk system 11 system |
228 | 2024-02-24T04:10:18.925Z | openjdk system 1.8 system |
229 | 2024-02-24T04:10:18.925Z | openssl vendor 3 vendor |
230 | 2024-02-24T04:10:18.925Z | perl system 5.36 system |
231 | 2024-02-24T04:10:18.925Z | postgresql system 15 system |
232 | 2024-02-24T04:10:18.925Z | postgresql system 13 system |
233 | 2024-02-24T04:10:18.925Z | python vendor 3 vendor |
234 | 2024-02-24T04:10:18.925Z | python system 2 system |
235 | 2024-02-24T04:10:18.925Z | python3 system 3.11 system |
236 | 2024-02-24T04:10:18.925Z | ruby system 3.0 system |
237 | 2024-02-24T04:10:18.925Z | words vendor vendor american-english |
238 | 2024-02-24T04:10:18.926Z | words system system australian-english |
239 | 2024-02-24T04:10:18.926Z | words system system british-english |
240 | 2024-02-24T04:10:18.926Z | words system system canadian-english |
241 | 2024-02-24T04:10:18.926Z | words system system french |
242 | 2024-02-24T04:10:18.926Z | words system system italian |
243 | 2024-02-24T04:10:18.926Z | words system system ngerman |
244 | 2024-02-24T04:10:18.926Z | words system system ogerman |
245 | 2024-02-24T04:10:18.926Z | words system system spanish |
246 | 2024-02-24T04:10:19.254Z | FMRI IFO |
247 | 2024-02-24T04:10:19.254Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2024-02-24T04:10:19.254Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2024-02-24T04:10:19.254Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2024-02-24T04:10:19.254Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
251 | 2024-02-24T04:10:19.254Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-02-24T04:10:19.254Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-02-24T04:10:19.254Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2024-02-24T04:10:19.254Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
255 | 2024-02-24T04:10:19.303Z | + set -o errexit |
256 | 2024-02-24T04:10:19.306Z | +++ dirname ./tools/ci_download_cockroachdb |
257 | 2024-02-24T04:10:19.312Z | ++ cd ./tools |
258 | 2024-02-24T04:10:19.312Z | ++ pwd |
259 | 2024-02-24T04:10:19.312Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
260 | 2024-02-24T04:10:19.312Z | ++ basename ./tools/ci_download_cockroachdb |
261 | 2024-02-24T04:10:19.313Z | + ARG0=ci_download_cockroachdb |
262 | 2024-02-24T04:10:19.316Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
263 | 2024-02-24T04:10:19.316Z | + CIDL_VERSION=v22.1.9 |
264 | 2024-02-24T04:10:19.316Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
265 | 2024-02-24T04:10:19.316Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
266 | 2024-02-24T04:10:19.316Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
267 | 2024-02-24T04:10:19.316Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
268 | 2024-02-24T04:10:19.317Z | + TARGET_DIR=out |
269 | 2024-02-24T04:10:19.317Z | + DOWNLOAD_DIR=out/downloads |
270 | 2024-02-24T04:10:19.317Z | + DEST_DIR=./out/cockroachdb |
271 | 2024-02-24T04:10:19.317Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
272 | 2024-02-24T04:10:19.317Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
273 | 2024-02-24T04:10:19.317Z | + main |
274 | 2024-02-24T04:10:19.317Z | + [[ 0 != 0 ]] |
275 | 2024-02-24T04:10:19.317Z | + CIDL_OS=solaris2.11 |
276 | 2024-02-24T04:10:19.317Z | + [[ 0 != 0 ]] |
277 | 2024-02-24T04:10:19.317Z | + configure_os solaris2.11 |
278 | 2024-02-24T04:10:19.317Z | + echo 'current directory: /work/oxidecomputer/omicron' |
279 | 2024-02-24T04:10:19.317Z | current directory: /work/oxidecomputer/omicron |
280 | 2024-02-24T04:10:19.317Z | + echo 'configuring based on OS: "solaris2.11"' |
281 | 2024-02-24T04:10:19.317Z | configuring based on OS: "solaris2.11" |
282 | 2024-02-24T04:10:19.317Z | + case "$1" in |
283 | 2024-02-24T04:10:19.317Z | + CIDL_BUILD=illumos |
284 | 2024-02-24T04:10:19.317Z | + CIDL_SUFFIX=tar.gz |
285 | 2024-02-24T04:10:19.317Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
286 | 2024-02-24T04:10:19.317Z | + CIDL_URL_BASE=https://illumos.org/downloads |
287 | 2024-02-24T04:10:19.317Z | + CIDL_ASSEMBLE=do_assemble_illumos |
288 | 2024-02-24T04:10:19.317Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
289 | 2024-02-24T04:10:19.317Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-24T04:10:19.317Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-02-24T04:10:19.317Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
292 | 2024-02-24T04:10:19.317Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-02-24T04:10:19.317Z | + CIDL_SHA256FUNC=do_sha256sum |
294 | 2024-02-24T04:10:19.318Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2024-02-24T04:10:19.318Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-02-24T04:10:19.318Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
297 | 2024-02-24T04:10:19.318Z | + mkdir -p out/downloads |
298 | 2024-02-24T04:10:19.318Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-02-24T04:10:19.318Z | + mkdir -p ./out/cockroachdb |
300 | 2024-02-24T04:10:19.321Z | + local DO_DOWNLOAD=true |
301 | 2024-02-24T04:10:19.321Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
302 | 2024-02-24T04:10:19.321Z | + '[' true == true ']' |
303 | 2024-02-24T04:10:19.321Z | + echo Downloading... |
304 | 2024-02-24T04:10:19.321Z | Downloading... |
305 | 2024-02-24T04:10:19.321Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-02-24T04:10:19.321Z | + 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 |
307 | 2024-02-24T04:10:21.915Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-02-24T04:10:21.919Z | ++ sha256sum |
309 | 2024-02-24T04:10:21.919Z | ++ awk '{print $1}' |
310 | 2024-02-24T04:10:22.047Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
311 | 2024-02-24T04:10:22.047Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
312 | 2024-02-24T04:10:22.050Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-02-24T04:10:22.050Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
314 | 2024-02-24T04:10:24.252Z | + do_assemble_illumos |
315 | 2024-02-24T04:10:24.252Z | + rm -r ./out/cockroachdb |
316 | 2024-02-24T04:10:24.255Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
317 | 2024-02-24T04:10:24.622Z | + ./out/cockroachdb/bin/cockroach version |
318 | 2024-02-24T04:10:24.841Z | Build Tag: v22.1.9-dirty |
319 | 2024-02-24T04:10:24.841Z | Build Time: 2022/10/26 21:17:46 |
320 | 2024-02-24T04:10:24.841Z | Distribution: OSS |
321 | 2024-02-24T04:10:24.841Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
322 | 2024-02-24T04:10:24.841Z | Go Version: go1.17.13 |
323 | 2024-02-24T04:10:24.841Z | C Compiler: gcc 10.3.0 |
324 | 2024-02-24T04:10:24.841Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
325 | 2024-02-24T04:10:24.842Z | Build Type: release |
326 | 2024-02-24T04:10:24.856Z | + set -o errexit |
327 | 2024-02-24T04:10:24.860Z | +++ dirname ./tools/ci_download_clickhouse |
328 | 2024-02-24T04:10:24.864Z | ++ cd ./tools |
329 | 2024-02-24T04:10:24.864Z | ++ pwd |
330 | 2024-02-24T04:10:24.864Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
331 | 2024-02-24T04:10:24.864Z | ++ basename ./tools/ci_download_clickhouse |
332 | 2024-02-24T04:10:24.864Z | + ARG0=ci_download_clickhouse |
333 | 2024-02-24T04:10:24.864Z | + TARGET_DIR=out |
334 | 2024-02-24T04:10:24.864Z | + DOWNLOAD_DIR=out/downloads |
335 | 2024-02-24T04:10:24.864Z | + DEST_DIR=./out/clickhouse |
336 | 2024-02-24T04:10:24.864Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
337 | 2024-02-24T04:10:24.867Z | + CIDL_VERSION=v22.8.9.24 |
338 | 2024-02-24T04:10:24.868Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
339 | 2024-02-24T04:10:24.868Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
340 | 2024-02-24T04:10:24.868Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
341 | 2024-02-24T04:10:24.868Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
342 | 2024-02-24T04:10:24.868Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
343 | 2024-02-24T04:10:24.868Z | + main |
344 | 2024-02-24T04:10:24.868Z | + [[ 0 != 0 ]] |
345 | 2024-02-24T04:10:24.868Z | + CIDL_OS=solaris2.11 |
346 | 2024-02-24T04:10:24.868Z | + [[ 0 != 0 ]] |
347 | 2024-02-24T04:10:24.868Z | + configure_os solaris2.11 |
348 | 2024-02-24T04:10:24.868Z | + echo 'current directory: /work/oxidecomputer/omicron' |
349 | 2024-02-24T04:10:24.868Z | + echo 'configuring based on OS: "solaris2.11"' |
350 | 2024-02-24T04:10:24.868Z | current directory: /work/oxidecomputer/omicron |
351 | 2024-02-24T04:10:24.868Z | configuring based on OS: "solaris2.11" |
352 | 2024-02-24T04:10:24.868Z | + CIDL_DASHREV= |
353 | 2024-02-24T04:10:24.868Z | + case "$1" in |
354 | 2024-02-24T04:10:24.868Z | + CIDL_PLATFORM=illumos |
355 | 2024-02-24T04:10:24.868Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
356 | 2024-02-24T04:10:24.868Z | + CIDL_MD5FUNC=do_md5sum |
357 | 2024-02-24T04:10:24.868Z | + CIDL_DASHREV=-1 |
358 | 2024-02-24T04:10:24.868Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
359 | 2024-02-24T04:10:24.868Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-24T04:10:24.869Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2024-02-24T04:10:24.869Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2024-02-24T04:10:24.869Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
363 | 2024-02-24T04:10:24.869Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2024-02-24T04:10:24.869Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
365 | 2024-02-24T04:10:24.869Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-02-24T04:10:24.869Z | + mkdir -p out/downloads |
367 | 2024-02-24T04:10:24.869Z | + mkdir -p ./out/clickhouse |
368 | 2024-02-24T04:10:24.872Z | + local DO_DOWNLOAD=true |
369 | 2024-02-24T04:10:24.872Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
370 | 2024-02-24T04:10:24.872Z | + '[' true == true ']' |
371 | 2024-02-24T04:10:24.872Z | + echo Downloading... |
372 | 2024-02-24T04:10:24.873Z | Downloading... |
373 | 2024-02-24T04:10:24.873Z | + 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 |
374 | 2024-02-24T04:10:24.873Z | + 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 |
375 | 2024-02-24T04:10:26.458Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
376 | 2024-02-24T04:10:26.466Z | ++ md5sum |
377 | 2024-02-24T04:10:26.466Z | ++ awk '{print $1}' |
378 | 2024-02-24T04:10:26.633Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
379 | 2024-02-24T04:10:26.633Z | + [[ 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 ]] |
380 | 2024-02-24T04:10:26.633Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
381 | 2024-02-24T04:10:26.637Z | + mkdir -p ./out/clickhouse |
382 | 2024-02-24T04:10:26.637Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
383 | 2024-02-24T04:10:29.794Z | + ./out/clickhouse/clickhouse server --version |
384 | 2024-02-24T04:10:29.820Z | ClickHouse server version 22.8.9.1. |
385 | 2024-02-24T04:10:29.835Z | + set -o errexit |
386 | 2024-02-24T04:10:29.838Z | +++ dirname ./tools/ci_download_console |
387 | 2024-02-24T04:10:29.838Z | ++ cd ./tools |
388 | 2024-02-24T04:10:29.844Z | ++ pwd |
389 | 2024-02-24T04:10:29.844Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
390 | 2024-02-24T04:10:29.844Z | ++ basename ./tools/ci_download_console |
391 | 2024-02-24T04:10:29.845Z | + ARG0=ci_download_console |
392 | 2024-02-24T04:10:29.845Z | + TARGET_DIR=out |
393 | 2024-02-24T04:10:29.845Z | + DOWNLOAD_DIR=out/downloads |
394 | 2024-02-24T04:10:29.845Z | + DEST_DIR=./out/console-assets |
395 | 2024-02-24T04:10:29.845Z | + source /work/oxidecomputer/omicron/tools/console_version |
396 | 2024-02-24T04:10:29.845Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
397 | 2024-02-24T04:10:29.845Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
398 | 2024-02-24T04:10:29.845Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
399 | 2024-02-24T04:10:29.845Z | + TARBALL_FILE=out/downloads/console.tar.gz |
400 | 2024-02-24T04:10:29.845Z | + main |
401 | 2024-02-24T04:10:29.848Z | + [[ 0 != 0 ]] |
402 | 2024-02-24T04:10:29.848Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
403 | 2024-02-24T04:10:29.848Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
404 | 2024-02-24T04:10:29.848Z | + echo 'Local file: out/downloads/console.tar.gz' |
405 | 2024-02-24T04:10:29.848Z | + local DO_DOWNLOAD=true |
406 | 2024-02-24T04:10:29.848Z | Local file: out/downloads/console.tar.gz |
407 | 2024-02-24T04:10:29.848Z | + [[ -f out/downloads/console.tar.gz ]] |
408 | 2024-02-24T04:10:29.849Z | + mkdir -p out/downloads |
409 | 2024-02-24T04:10:29.849Z | + '[' true == true ']' |
410 | 2024-02-24T04:10:29.849Z | + echo Downloading... |
411 | 2024-02-24T04:10:29.849Z | Downloading... |
412 | 2024-02-24T04:10:29.849Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
413 | 2024-02-24T04:10:29.849Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
414 | 2024-02-24T04:10:30.503Z | ++ do_sha256sum out/downloads/console.tar.gz |
415 | 2024-02-24T04:10:30.503Z | ++ case "$OSTYPE" in |
416 | 2024-02-24T04:10:30.506Z | ++ SHA=sha256sum |
417 | 2024-02-24T04:10:30.506Z | ++ sha256sum |
418 | 2024-02-24T04:10:30.506Z | ++ awk '{print $1}' |
419 | 2024-02-24T04:10:30.509Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
420 | 2024-02-24T04:10:30.509Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
421 | 2024-02-24T04:10:30.509Z | + rm -rf ./out/console-assets |
422 | 2024-02-24T04:10:30.512Z | + mkdir -p ./out/console-assets |
423 | 2024-02-24T04:10:30.515Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
424 | 2024-02-24T04:10:30.515Z | + mkdir -p ./out/console-assets |
425 | 2024-02-24T04:10:30.516Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
426 | 2024-02-24T04:10:30.608Z | + set -o errexit |
427 | 2024-02-24T04:10:30.611Z | +++ dirname ./tools/ci_download_maghemite_openapi |
428 | 2024-02-24T04:10:30.615Z | ++ cd ./tools |
429 | 2024-02-24T04:10:30.615Z | ++ pwd |
430 | 2024-02-24T04:10:30.615Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
431 | 2024-02-24T04:10:30.615Z | ++ basename ./tools/ci_download_maghemite_openapi |
432 | 2024-02-24T04:10:30.618Z | + ARG0=ci_download_maghemite_openapi |
433 | 2024-02-24T04:10:30.618Z | + TARGET_DIR=out |
434 | 2024-02-24T04:10:30.618Z | + DOWNLOAD_DIR=out/downloads |
435 | 2024-02-24T04:10:30.618Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
436 | 2024-02-24T04:10:30.618Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
437 | 2024-02-24T04:10:30.618Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
438 | 2024-02-24T04:10:30.618Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
439 | 2024-02-24T04:10:30.618Z | + LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
440 | 2024-02-24T04:10:30.618Z | + main |
441 | 2024-02-24T04:10:30.618Z | + [[ 0 != 0 ]] |
442 | 2024-02-24T04:10:30.619Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json' |
443 | 2024-02-24T04:10:30.619Z | + echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
444 | 2024-02-24T04:10:30.619Z | + local DO_DOWNLOAD=true |
445 | 2024-02-24T04:10:30.619Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
446 | 2024-02-24T04:10:30.619Z | + [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
447 | 2024-02-24T04:10:30.619Z | Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
448 | 2024-02-24T04:10:30.619Z | + mkdir -p out/downloads |
449 | 2024-02-24T04:10:30.619Z | + '[' true == true ']' |
450 | 2024-02-24T04:10:30.619Z | + echo Downloading... |
451 | 2024-02-24T04:10:30.619Z | Downloading... |
452 | 2024-02-24T04:10:30.619Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
453 | 2024-02-24T04:10:30.619Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
454 | 2024-02-24T04:10:30.809Z | ++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
455 | 2024-02-24T04:10:30.809Z | ++ case "$OSTYPE" in |
456 | 2024-02-24T04:10:30.815Z | ++ SHA=sha256sum |
457 | 2024-02-24T04:10:30.815Z | ++ sha256sum |
458 | 2024-02-24T04:10:30.815Z | ++ awk '{print $1}' |
459 | 2024-02-24T04:10:30.815Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
460 | 2024-02-24T04:10:30.815Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
461 | 2024-02-24T04:10:30.815Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
462 | 2024-02-24T04:10:30.815Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
463 | 2024-02-24T04:10:30.815Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
464 | 2024-02-24T04:10:30.815Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
465 | 2024-02-24T04:10:30.815Z | + LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
466 | 2024-02-24T04:10:30.815Z | + main |
467 | 2024-02-24T04:10:30.815Z | + [[ 0 != 0 ]] |
468 | 2024-02-24T04:10:30.815Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json' |
469 | 2024-02-24T04:10:30.815Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
470 | 2024-02-24T04:10:30.815Z | + echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
471 | 2024-02-24T04:10:30.815Z | Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
472 | 2024-02-24T04:10:30.816Z | + local DO_DOWNLOAD=true |
473 | 2024-02-24T04:10:30.816Z | + [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
474 | 2024-02-24T04:10:30.816Z | + mkdir -p out/downloads |
475 | 2024-02-24T04:10:30.820Z | + '[' true == true ']' |
476 | 2024-02-24T04:10:30.820Z | + echo Downloading... |
477 | 2024-02-24T04:10:30.820Z | Downloading... |
478 | 2024-02-24T04:10:30.820Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
479 | 2024-02-24T04:10:30.820Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
480 | 2024-02-24T04:10:30.915Z | ++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
481 | 2024-02-24T04:10:30.916Z | ++ case "$OSTYPE" in |
482 | 2024-02-24T04:10:30.919Z | ++ SHA=sha256sum |
483 | 2024-02-24T04:10:30.919Z | ++ sha256sum |
484 | 2024-02-24T04:10:30.919Z | ++ awk '{print $1}' |
485 | 2024-02-24T04:10:30.922Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
486 | 2024-02-24T04:10:30.922Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
487 | 2024-02-24T04:10:30.927Z | + set -o errexit |
488 | 2024-02-24T04:10:30.930Z | +++ dirname ./tools/ci_download_dendrite_openapi |
489 | 2024-02-24T04:10:30.934Z | ++ cd ./tools |
490 | 2024-02-24T04:10:30.934Z | ++ pwd |
491 | 2024-02-24T04:10:30.934Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
492 | 2024-02-24T04:10:30.934Z | ++ basename ./tools/ci_download_dendrite_openapi |
493 | 2024-02-24T04:10:30.937Z | + ARG0=ci_download_dendrite_openapi |
494 | 2024-02-24T04:10:30.937Z | + TARGET_DIR=out |
495 | 2024-02-24T04:10:30.937Z | + DOWNLOAD_DIR=out/downloads |
496 | 2024-02-24T04:10:30.937Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
497 | 2024-02-24T04:10:30.937Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
498 | 2024-02-24T04:10:30.937Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
499 | 2024-02-24T04:10:30.937Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
500 | 2024-02-24T04:10:30.937Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
501 | 2024-02-24T04:10:30.937Z | + main |
502 | 2024-02-24T04:10:30.938Z | + [[ 0 != 0 ]] |
503 | 2024-02-24T04:10:30.938Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
504 | 2024-02-24T04:10:30.938Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
505 | 2024-02-24T04:10:30.938Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
506 | 2024-02-24T04:10:30.938Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
507 | 2024-02-24T04:10:30.938Z | + local DO_DOWNLOAD=true |
508 | 2024-02-24T04:10:30.938Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
509 | 2024-02-24T04:10:30.938Z | + mkdir -p out/downloads |
510 | 2024-02-24T04:10:30.938Z | + '[' true == true ']' |
511 | 2024-02-24T04:10:30.938Z | + echo Downloading... |
512 | 2024-02-24T04:10:30.938Z | Downloading... |
513 | 2024-02-24T04:10:30.938Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
514 | 2024-02-24T04:10:30.938Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
515 | 2024-02-24T04:10:31.057Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
516 | 2024-02-24T04:10:31.060Z | ++ case "$OSTYPE" in |
517 | 2024-02-24T04:10:31.060Z | ++ SHA=sha256sum |
518 | 2024-02-24T04:10:31.060Z | ++ sha256sum |
519 | 2024-02-24T04:10:31.060Z | ++ awk '{print $1}' |
520 | 2024-02-24T04:10:31.066Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
521 | 2024-02-24T04:10:31.066Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
522 | 2024-02-24T04:10:31.069Z | + set -o errexit |
523 | 2024-02-24T04:10:31.072Z | +++ dirname ./tools/ci_download_dendrite_stub |
524 | 2024-02-24T04:10:31.075Z | ++ cd ./tools |
525 | 2024-02-24T04:10:31.075Z | ++ pwd |
526 | 2024-02-24T04:10:31.075Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
527 | 2024-02-24T04:10:31.075Z | ++ basename ./tools/ci_download_dendrite_stub |
528 | 2024-02-24T04:10:31.078Z | + ARG0=ci_download_dendrite_stub |
529 | 2024-02-24T04:10:31.078Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
530 | 2024-02-24T04:10:31.079Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
531 | 2024-02-24T04:10:31.079Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
532 | 2024-02-24T04:10:31.079Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
533 | 2024-02-24T04:10:31.079Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
534 | 2024-02-24T04:10:31.079Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
535 | 2024-02-24T04:10:31.079Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
536 | 2024-02-24T04:10:31.079Z | + TARGET_DIR=out |
537 | 2024-02-24T04:10:31.079Z | + DOWNLOAD_DIR=out/downloads |
538 | 2024-02-24T04:10:31.079Z | + DEST_DIR=./out/dendrite-stub |
539 | 2024-02-24T04:10:31.079Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
540 | 2024-02-24T04:10:31.079Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
541 | 2024-02-24T04:10:31.079Z | + REPO=oxidecomputer/dendrite |
542 | 2024-02-24T04:10:31.079Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
543 | 2024-02-24T04:10:31.079Z | + main |
544 | 2024-02-24T04:10:31.079Z | + [[ 0 != 0 ]] |
545 | 2024-02-24T04:10:31.079Z | + CIDL_OS=solaris2.11 |
546 | 2024-02-24T04:10:31.079Z | + [[ 0 != 0 ]] |
547 | 2024-02-24T04:10:31.079Z | + configure_os solaris2.11 |
548 | 2024-02-24T04:10:31.079Z | + echo 'current directory: /work/oxidecomputer/omicron' |
549 | 2024-02-24T04:10:31.079Z | current directory: /work/oxidecomputer/omicron |
550 | 2024-02-24T04:10:31.079Z | + echo 'configuring based on OS: "solaris2.11"' |
551 | 2024-02-24T04:10:31.079Z | + case "$1" in |
552 | 2024-02-24T04:10:31.079Z | configuring based on OS: "solaris2.11" |
553 | 2024-02-24T04:10:31.079Z | + SET_BINARIES= |
554 | 2024-02-24T04:10:31.080Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
555 | 2024-02-24T04:10:31.080Z | + CIDL_SHA256FUNC=do_sha256sum |
556 | 2024-02-24T04:10:31.080Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
557 | 2024-02-24T04:10:31.080Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
558 | 2024-02-24T04:10:31.080Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
559 | 2024-02-24T04:10:31.080Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
560 | 2024-02-24T04:10:31.080Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
561 | 2024-02-24T04:10:31.080Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
562 | 2024-02-24T04:10:31.080Z | + mkdir -p out/downloads |
563 | 2024-02-24T04:10:31.080Z | Local file: out/downloads/dendrite-stub.tar.gz |
564 | 2024-02-24T04:10:31.083Z | + mkdir -p ./out/dendrite-stub |
565 | 2024-02-24T04:10:31.083Z | + fetch_and_verify |
566 | 2024-02-24T04:10:31.083Z | + local DO_DOWNLOAD=true |
567 | 2024-02-24T04:10:31.083Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
568 | 2024-02-24T04:10:31.083Z | + '[' true == true ']' |
569 | 2024-02-24T04:10:31.083Z | + echo Downloading... |
570 | 2024-02-24T04:10:31.083Z | Downloading... |
571 | 2024-02-24T04:10:31.083Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
572 | 2024-02-24T04:10:31.084Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
573 | 2024-02-24T04:10:36.053Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
574 | 2024-02-24T04:10:36.059Z | ++ sha256sum |
575 | 2024-02-24T04:10:36.059Z | ++ awk '{print $1}' |
576 | 2024-02-24T04:10:36.079Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
577 | 2024-02-24T04:10:36.080Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
578 | 2024-02-24T04:10:36.093Z | + do_untar out/downloads/dendrite-stub.tar.gz |
579 | 2024-02-24T04:10:36.093Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
580 | 2024-02-24T04:10:36.762Z | + do_assemble |
581 | 2024-02-24T04:10:36.762Z | + rm -r ./out/dendrite-stub |
582 | 2024-02-24T04:10:36.766Z | + mkdir ./out/dendrite-stub |
583 | 2024-02-24T04:10:36.772Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
584 | 2024-02-24T04:10:36.876Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
585 | 2024-02-24T04:10:36.887Z | + set -o errexit |
586 | 2024-02-24T04:10:36.890Z | +++ dirname ./tools/ci_download_maghemite_mgd |
587 | 2024-02-24T04:10:36.893Z | ++ cd ./tools |
588 | 2024-02-24T04:10:36.893Z | ++ pwd |
589 | 2024-02-24T04:10:36.893Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
590 | 2024-02-24T04:10:36.893Z | ++ basename ./tools/ci_download_maghemite_mgd |
591 | 2024-02-24T04:10:36.896Z | + ARG0=ci_download_maghemite_mgd |
592 | 2024-02-24T04:10:36.897Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
593 | 2024-02-24T04:10:36.897Z | ++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
594 | 2024-02-24T04:10:36.897Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
595 | 2024-02-24T04:10:36.897Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
596 | 2024-02-24T04:10:36.897Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
597 | 2024-02-24T04:10:36.897Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
598 | 2024-02-24T04:10:36.897Z | + TARGET_DIR=out |
599 | 2024-02-24T04:10:36.897Z | + DOWNLOAD_DIR=out/downloads |
600 | 2024-02-24T04:10:36.897Z | + DEST_DIR=./out/mgd |
601 | 2024-02-24T04:10:36.897Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
602 | 2024-02-24T04:10:36.897Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
603 | 2024-02-24T04:10:36.897Z | + REPO=oxidecomputer/maghemite |
604 | 2024-02-24T04:10:36.897Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833 |
605 | 2024-02-24T04:10:36.897Z | + main |
606 | 2024-02-24T04:10:36.897Z | + [[ 0 != 0 ]] |
607 | 2024-02-24T04:10:36.897Z | + CIDL_OS=solaris2.11 |
608 | 2024-02-24T04:10:36.897Z | + [[ 0 != 0 ]] |
609 | 2024-02-24T04:10:36.897Z | + configure_os solaris2.11 |
610 | 2024-02-24T04:10:36.897Z | + echo 'current directory: /work/oxidecomputer/omicron' |
611 | 2024-02-24T04:10:36.897Z | current directory: /work/oxidecomputer/omicron |
612 | 2024-02-24T04:10:36.897Z | + echo 'configuring based on OS: "solaris2.11"' |
613 | 2024-02-24T04:10:36.898Z | + case "$1" in |
614 | 2024-02-24T04:10:36.898Z | configuring based on OS: "solaris2.11" |
615 | 2024-02-24T04:10:36.898Z | + SET_BINARIES= |
616 | 2024-02-24T04:10:36.898Z | + CIDL_SHA256FUNC=do_sha256sum |
617 | 2024-02-24T04:10:36.898Z | + TARBALL_FILENAME=mgd.tar.gz |
618 | 2024-02-24T04:10:36.898Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
619 | 2024-02-24T04:10:36.898Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
620 | 2024-02-24T04:10:36.898Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz' |
621 | 2024-02-24T04:10:36.898Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
622 | 2024-02-24T04:10:36.898Z | Local file: out/downloads/mgd.tar.gz |
623 | 2024-02-24T04:10:36.898Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
624 | 2024-02-24T04:10:36.898Z | + mkdir -p out/downloads |
625 | 2024-02-24T04:10:36.898Z | + mkdir -p ./out/mgd |
626 | 2024-02-24T04:10:36.902Z | + fetch_and_verify |
627 | 2024-02-24T04:10:36.902Z | + local DO_DOWNLOAD=true |
628 | 2024-02-24T04:10:36.902Z | + [[ -f out/downloads/mgd.tar.gz ]] |
629 | 2024-02-24T04:10:36.902Z | + '[' true == true ']' |
630 | 2024-02-24T04:10:36.902Z | Downloading... |
631 | 2024-02-24T04:10:36.902Z | + echo Downloading... |
632 | 2024-02-24T04:10:36.902Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz |
633 | 2024-02-24T04:10:36.902Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
634 | 2024-02-24T04:10:42.727Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
635 | 2024-02-24T04:10:42.730Z | ++ sha256sum |
636 | 2024-02-24T04:10:42.730Z | ++ awk '{print $1}' |
637 | 2024-02-24T04:10:42.748Z | + calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
638 | 2024-02-24T04:10:42.748Z | + [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]] |
639 | 2024-02-24T04:10:42.750Z | + do_untar out/downloads/mgd.tar.gz |
640 | 2024-02-24T04:10:42.751Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
641 | 2024-02-24T04:10:43.190Z | + do_assemble |
642 | 2024-02-24T04:10:43.190Z | + rm -r ./out/mgd |
643 | 2024-02-24T04:10:43.198Z | + mkdir ./out/mgd |
644 | 2024-02-24T04:10:43.199Z | + cp -r out/downloads/root ./out/mgd/root |
645 | 2024-02-24T04:10:43.341Z | + set -o errexit |
646 | 2024-02-24T04:10:43.352Z | +++ dirname ./tools/ci_download_transceiver_control |
647 | 2024-02-24T04:10:43.353Z | ++ cd ./tools |
648 | 2024-02-24T04:10:43.353Z | ++ pwd |
649 | 2024-02-24T04:10:43.353Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
650 | 2024-02-24T04:10:43.353Z | ++ basename ./tools/ci_download_transceiver_control |
651 | 2024-02-24T04:10:43.354Z | + ARG0=ci_download_transceiver_control |
652 | 2024-02-24T04:10:43.354Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
653 | 2024-02-24T04:10:43.355Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
654 | 2024-02-24T04:10:43.355Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2024-02-24T04:10:43.355Z | + TARGET_DIR=out |
656 | 2024-02-24T04:10:43.356Z | + DOWNLOAD_DIR=out/downloads |
657 | 2024-02-24T04:10:43.356Z | + DEST_DIR=./out/transceiver-control |
658 | 2024-02-24T04:10:43.356Z | + BIN_DIR=/opt/oxide/bin |
659 | 2024-02-24T04:10:43.356Z | + BINARY=xcvradm |
660 | 2024-02-24T04:10:43.357Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
661 | 2024-02-24T04:10:43.357Z | + REPO=oxidecomputer/transceiver-control |
662 | 2024-02-24T04:10:43.357Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
663 | 2024-02-24T04:10:43.357Z | + main |
664 | 2024-02-24T04:10:43.358Z | + [[ 0 != 0 ]] |
665 | 2024-02-24T04:10:43.358Z | + CIDL_OS=solaris2.11 |
666 | 2024-02-24T04:10:43.358Z | + [[ 0 != 0 ]] |
667 | 2024-02-24T04:10:43.359Z | + configure_os solaris2.11 |
668 | 2024-02-24T04:10:43.359Z | + echo 'current directory: /work/oxidecomputer/omicron' |
669 | 2024-02-24T04:10:43.359Z | current directory: /work/oxidecomputer/omicron |
670 | 2024-02-24T04:10:43.359Z | + echo 'configuring based on OS: "solaris2.11"' |
671 | 2024-02-24T04:10:43.359Z | + case "$1" in |
672 | 2024-02-24T04:10:43.360Z | + SET_BINARIES= |
673 | 2024-02-24T04:10:43.360Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2024-02-24T04:10:43.360Z | configuring based on OS: "solaris2.11" |
675 | 2024-02-24T04:10:43.360Z | + CIDL_SHA256FUNC=do_sha256sum |
676 | 2024-02-24T04:10:43.360Z | + ARCHIVE_FILENAME=xcvradm.gz |
677 | 2024-02-24T04:10:43.361Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
678 | 2024-02-24T04:10:43.361Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
679 | 2024-02-24T04:10:43.361Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
680 | 2024-02-24T04:10:43.362Z | + echo 'Local file: out/downloads/xcvradm.gz' |
681 | 2024-02-24T04:10:43.362Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
682 | 2024-02-24T04:10:43.362Z | Local file: out/downloads/xcvradm.gz |
683 | 2024-02-24T04:10:43.362Z | + mkdir -p out/downloads |
684 | 2024-02-24T04:10:43.363Z | + mkdir -p ./out/transceiver-control |
685 | 2024-02-24T04:10:43.411Z | + fetch_and_verify |
686 | 2024-02-24T04:10:43.411Z | + local DO_DOWNLOAD=true |
687 | 2024-02-24T04:10:43.412Z | + [[ -f out/downloads/xcvradm.gz ]] |
688 | 2024-02-24T04:10:43.412Z | + '[' true == true ']' |
689 | 2024-02-24T04:10:43.412Z | + echo Downloading... |
690 | 2024-02-24T04:10:43.413Z | Downloading... |
691 | 2024-02-24T04:10:43.413Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
692 | 2024-02-24T04:10:43.413Z | + 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 |
693 | 2024-02-24T04:10:46.865Z | ++ do_sha256sum out/downloads/xcvradm.gz |
694 | 2024-02-24T04:10:46.874Z | ++ sha256sum |
695 | 2024-02-24T04:10:46.875Z | ++ awk '{print $1}' |
696 | 2024-02-24T04:10:46.875Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
697 | 2024-02-24T04:10:46.875Z | + [[ 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 ]] |
698 | 2024-02-24T04:10:46.875Z | + do_unpack out/downloads/xcvradm.gz |
699 | 2024-02-24T04:10:46.875Z | + mkdir -p out/downloads/root//opt/oxide/bin |
700 | 2024-02-24T04:10:46.875Z | + gzip -dc out/downloads/xcvradm.gz |
701 | 2024-02-24T04:10:46.982Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
702 | 2024-02-24T04:10:46.985Z | + do_assemble |
703 | 2024-02-24T04:10:46.985Z | + rm -r ./out/transceiver-control |
704 | 2024-02-24T04:10:46.988Z | + mkdir ./out/transceiver-control |
705 | 2024-02-24T04:10:46.988Z | + cp -r out/downloads/root ./out/transceiver-control/root |
706 | 2024-02-24T04:10:47.390Z | All builder prerequisites installed successfully, and PATH looks valid |
707 | 2024-02-24T04:10:47.392Z | |
708 | 2024-02-24T04:10:47.392Z | real 1:42.667788714 |
709 | 2024-02-24T04:10:47.393Z | user 33.970718804 |
710 | 2024-02-24T04:10:47.393Z | sys 6.366951796 |
711 | 2024-02-24T04:10:47.393Z | trap 0.009075431 |
712 | 2024-02-24T04:10:47.393Z | tflt 0.138370664 |
713 | 2024-02-24T04:10:47.393Z | dflt 0.659384916 |
714 | 2024-02-24T04:10:47.393Z | kflt 0.303898755 |
715 | 2024-02-24T04:10:47.393Z | lock 1.732344869 |
716 | 2024-02-24T04:10:47.393Z | slp 3:17.939232477 |
717 | 2024-02-24T04:10:47.393Z | lat 1.949341365 |
718 | 2024-02-24T04:10:47.393Z | stop 0.137332297 |
719 | 2024-02-24T04:10:47.396Z | |
720 | 2024-02-24T04:10:47.396Z | #### # # ##### ##### # # |
721 | 2024-02-24T04:10:47.396Z | # # # # # # # # # # |
722 | 2024-02-24T04:10:47.396Z | # # # # # # # # |
723 | 2024-02-24T04:10:47.396Z | # # # ##### ##### # |
724 | 2024-02-24T04:10:47.396Z | # # # # # # # |
725 | 2024-02-24T04:10:47.396Z | #### ###### # # # # |
726 | 2024-02-24T04:10:47.396Z | |
727 | 2024-02-24T04:10:47.606Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
728 | 2024-02-24T04:10:47.893Z | Updating git repository `https://github.com/oxidecomputer/samael` |
729 | 2024-02-24T04:10:48.250Z | Updating crates.io index |
730 | 2024-02-24T04:10:48.401Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
731 | 2024-02-24T04:10:49.092Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
732 | 2024-02-24T04:10:50.797Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
733 | 2024-02-24T04:10:51.460Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
734 | 2024-02-24T04:10:51.749Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
735 | 2024-02-24T04:10:52.001Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
736 | 2024-02-24T04:10:52.674Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
737 | 2024-02-24T04:10:53.177Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
738 | 2024-02-24T04:10:55.215Z | Updating git repository `https://github.com/oxidecomputer/opte` |
739 | 2024-02-24T04:10:56.172Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
740 | 2024-02-24T04:10:56.476Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
741 | 2024-02-24T04:10:57.056Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
742 | 2024-02-24T04:10:57.561Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
743 | 2024-02-24T04:10:57.626Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
744 | 2024-02-24T04:10:57.871Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
745 | 2024-02-24T04:10:58.498Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
746 | 2024-02-24T04:10:59.042Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
747 | 2024-02-24T04:10:59.320Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
748 | 2024-02-24T04:10:59.908Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
749 | 2024-02-24T04:11:00.374Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
750 | 2024-02-24T04:11:00.675Z | Updating git repository `https://github.com/jgallagher/nix` |
751 | 2024-02-24T04:11:01.641Z | Updating git repository `https://github.com/cbiffle/hubpack` |
752 | 2024-02-24T04:11:02.110Z | Updating git repository `https://github.com/oxidecomputer/typify` |
753 | 2024-02-24T04:11:03.344Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
754 | 2024-02-24T04:11:03.730Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
755 | 2024-02-24T04:11:04.038Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
756 | 2024-02-24T04:11:05.308Z | Downloading crates ... |
757 | 2024-02-24T04:11:05.538Z | Downloaded ryu v1.0.15 |
758 | 2024-02-24T04:11:05.542Z | Downloaded itoa v1.0.9 |
759 | 2024-02-24T04:11:05.545Z | Downloaded equivalent v1.0.1 |
760 | 2024-02-24T04:11:05.547Z | Downloaded anstream v0.6.11 |
761 | 2024-02-24T04:11:05.550Z | Downloaded colorchoice v1.0.0 |
762 | 2024-02-24T04:11:05.562Z | Downloaded anstyle v1.0.2 |
763 | 2024-02-24T04:11:05.566Z | Downloaded anstyle-query v1.0.0 |
764 | 2024-02-24T04:11:05.566Z | Downloaded heck v0.4.1 |
765 | 2024-02-24T04:11:05.569Z | Downloaded strsim v0.11.0 |
766 | 2024-02-24T04:11:05.569Z | Downloaded clap_lex v0.7.0 |
767 | 2024-02-24T04:11:05.573Z | Downloaded cargo_metadata v0.18.1 |
768 | 2024-02-24T04:11:05.579Z | Downloaded thiserror v1.0.57 |
769 | 2024-02-24T04:11:05.583Z | Downloaded serde_spanned v0.6.5 |
770 | 2024-02-24T04:11:05.586Z | Downloaded thiserror-impl v1.0.57 |
771 | 2024-02-24T04:11:05.586Z | Downloaded toml_datetime v0.6.5 |
772 | 2024-02-24T04:11:05.586Z | Downloaded terminal_size v0.3.0 |
773 | 2024-02-24T04:11:05.590Z | Downloaded semver v1.0.22 |
774 | 2024-02-24T04:11:05.590Z | Downloaded errno v0.3.8 |
775 | 2024-02-24T04:11:05.593Z | Downloaded cargo-platform v0.1.3 |
776 | 2024-02-24T04:11:05.593Z | Downloaded utf8parse v0.2.1 |
777 | 2024-02-24T04:11:05.593Z | Downloaded bitflags v2.4.0 |
778 | 2024-02-24T04:11:05.596Z | Downloaded quote v1.0.35 |
779 | 2024-02-24T04:11:05.599Z | Downloaded camino v1.1.6 |
780 | 2024-02-24T04:11:05.599Z | Downloaded anstyle-parse v0.2.1 |
781 | 2024-02-24T04:11:05.601Z | Downloaded clap_derive v4.5.0 |
782 | 2024-02-24T04:11:05.611Z | Downloaded cargo_toml v0.19.0 |
783 | 2024-02-24T04:11:05.615Z | Downloaded serde_derive v1.0.196 |
784 | 2024-02-24T04:11:05.618Z | Downloaded unicode-ident v1.0.12 |
785 | 2024-02-24T04:11:05.623Z | Downloaded proc-macro2 v1.0.78 |
786 | 2024-02-24T04:11:05.631Z | Downloaded indexmap v2.2.3 |
787 | 2024-02-24T04:11:05.634Z | Downloaded clap v4.5.0 |
788 | 2024-02-24T04:11:05.642Z | Downloaded toml v0.8.10 |
789 | 2024-02-24T04:11:05.645Z | Downloaded serde v1.0.196 |
790 | 2024-02-24T04:11:05.648Z | Downloaded anyhow v1.0.75 |
791 | 2024-02-24T04:11:05.658Z | Downloaded toml_edit v0.22.6 |
792 | 2024-02-24T04:11:05.679Z | Downloaded winnow v0.6.1 |
793 | 2024-02-24T04:11:05.686Z | Downloaded memchr v2.6.3 |
794 | 2024-02-24T04:11:05.690Z | Downloaded hashbrown v0.14.3 |
795 | 2024-02-24T04:11:05.695Z | Downloaded serde_json v1.0.114 |
796 | 2024-02-24T04:11:05.702Z | Downloaded clap_builder v4.5.0 |
797 | 2024-02-24T04:11:05.725Z | Downloaded syn v2.0.48 |
798 | 2024-02-24T04:11:05.739Z | Downloaded rustix v0.38.31 |
799 | 2024-02-24T04:11:05.760Z | Downloaded libc v0.2.153 |
800 | 2024-02-24T04:11:05.977Z | Compiling proc-macro2 v1.0.78 |
801 | 2024-02-24T04:11:05.977Z | Compiling unicode-ident v1.0.12 |
802 | 2024-02-24T04:11:05.977Z | Compiling serde v1.0.196 |
803 | 2024-02-24T04:11:05.980Z | Compiling libc v0.2.153 |
804 | 2024-02-24T04:11:05.980Z | Compiling rustix v0.38.31 |
805 | 2024-02-24T04:11:05.980Z | Compiling equivalent v1.0.1 |
806 | 2024-02-24T04:11:06.001Z | Compiling bitflags v2.4.0 |
807 | 2024-02-24T04:11:06.005Z | Compiling hashbrown v0.14.3 |
808 | 2024-02-24T04:11:06.133Z | Compiling utf8parse v0.2.1 |
809 | 2024-02-24T04:11:06.189Z | Compiling serde_json v1.0.114 |
810 | 2024-02-24T04:11:06.295Z | Compiling anstyle-parse v0.2.1 |
811 | 2024-02-24T04:11:06.424Z | Compiling anstyle-query v1.0.0 |
812 | 2024-02-24T04:11:06.531Z | Compiling colorchoice v1.0.0 |
813 | 2024-02-24T04:11:06.604Z | Compiling winnow v0.6.1 |
814 | 2024-02-24T04:11:06.641Z | Compiling anstyle v1.0.2 |
815 | 2024-02-24T04:11:06.955Z | Compiling camino v1.1.6 |
816 | 2024-02-24T04:11:07.155Z | Compiling indexmap v2.2.3 |
817 | 2024-02-24T04:11:07.843Z | Compiling thiserror v1.0.57 |
818 | 2024-02-24T04:11:07.860Z | Compiling semver v1.0.22 |
819 | 2024-02-24T04:11:08.143Z | Compiling anstream v0.6.11 |
820 | 2024-02-24T04:11:08.146Z | Compiling strsim v0.11.0 |
821 | 2024-02-24T04:11:08.169Z | Compiling itoa v1.0.9 |
822 | 2024-02-24T04:11:08.365Z | Compiling heck v0.4.1 |
823 | 2024-02-24T04:11:08.382Z | Compiling anyhow v1.0.75 |
824 | 2024-02-24T04:11:08.421Z | Compiling ryu v1.0.15 |
825 | 2024-02-24T04:11:08.788Z | Compiling clap_lex v0.7.0 |
826 | 2024-02-24T04:11:08.926Z | Compiling quote v1.0.35 |
827 | 2024-02-24T04:11:09.258Z | Compiling errno v0.3.8 |
828 | 2024-02-24T04:11:09.347Z | Compiling syn v2.0.48 |
829 | 2024-02-24T04:11:10.175Z | Compiling terminal_size v0.3.0 |
830 | 2024-02-24T04:11:10.267Z | Compiling clap_builder v4.5.0 |
831 | 2024-02-24T04:11:14.062Z | Compiling serde_derive v1.0.196 |
832 | 2024-02-24T04:11:14.062Z | Compiling thiserror-impl v1.0.57 |
833 | 2024-02-24T04:11:14.065Z | Compiling clap_derive v4.5.0 |
834 | 2024-02-24T04:11:16.782Z | Compiling clap v4.5.0 |
835 | 2024-02-24T04:11:21.746Z | Compiling serde_spanned v0.6.5 |
836 | 2024-02-24T04:11:21.746Z | Compiling toml_datetime v0.6.5 |
837 | 2024-02-24T04:11:21.749Z | Compiling cargo-platform v0.1.3 |
838 | 2024-02-24T04:11:22.009Z | Compiling toml_edit v0.22.6 |
839 | 2024-02-24T04:11:23.021Z | Compiling cargo_metadata v0.18.1 |
840 | 2024-02-24T04:11:24.060Z | Compiling toml v0.8.10 |
841 | 2024-02-24T04:11:24.791Z | Compiling cargo_toml v0.19.0 |
842 | 2024-02-24T04:11:28.425Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
843 | 2024-02-24T04:11:29.376Z | Finished dev [unoptimized + debuginfo] target(s) in 41.92s |
844 | 2024-02-24T04:11:29.545Z | Running `target/debug/xtask clippy` |
845 | 2024-02-24T04:11:29.579Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" |
846 | 2024-02-24T04:11:30.097Z | Downloading crates ... |
847 | 2024-02-24T04:11:30.279Z | Downloaded bitflags v1.3.2 |
848 | 2024-02-24T04:11:30.284Z | Downloaded block-padding v0.3.3 |
849 | 2024-02-24T04:11:30.292Z | Downloaded http-range v0.1.5 |
850 | 2024-02-24T04:11:30.296Z | Downloaded curve25519-dalek-derive v0.1.0 |
851 | 2024-02-24T04:11:30.296Z | Downloaded http-body v0.4.5 |
852 | 2024-02-24T04:11:30.299Z | Downloaded ident_case v1.0.1 |
853 | 2024-02-24T04:11:30.308Z | Downloaded highway v1.1.0 |
854 | 2024-02-24T04:11:30.315Z | Downloaded hubpack_derive v0.1.1 |
855 | 2024-02-24T04:11:30.318Z | Downloaded http-body v1.0.0 |
856 | 2024-02-24T04:11:30.318Z | Downloaded humantime v2.1.0 |
857 | 2024-02-24T04:11:30.321Z | Downloaded httpdate v1.0.3 |
858 | 2024-02-24T04:11:30.321Z | Downloaded indoc v2.0.3 |
859 | 2024-02-24T04:11:30.325Z | Downloaded hyper-tls v0.5.0 |
860 | 2024-02-24T04:11:30.328Z | Downloaded hyper-rustls v0.26.0 |
861 | 2024-02-24T04:11:30.331Z | Downloaded httparse v1.8.0 |
862 | 2024-02-24T04:11:30.334Z | Downloaded httptest v0.15.5 |
863 | 2024-02-24T04:11:30.336Z | Downloaded hyper-rustls v0.24.2 |
864 | 2024-02-24T04:11:30.339Z | Downloaded cfg-if v1.0.0 |
865 | 2024-02-24T04:11:30.342Z | Downloaded bcs v0.1.6 |
866 | 2024-02-24T04:11:30.346Z | Downloaded base64 v0.21.7 |
867 | 2024-02-24T04:11:30.350Z | Downloaded num-iter v0.1.43 |
868 | 2024-02-24T04:11:30.355Z | Downloaded num-integer v0.1.46 |
869 | 2024-02-24T04:11:30.358Z | Downloaded ciborium-io v0.2.2 |
870 | 2024-02-24T04:11:30.358Z | Downloaded csv-core v0.1.11 |
871 | 2024-02-24T04:11:30.361Z | Downloaded bytecount v0.6.3 |
872 | 2024-02-24T04:11:30.364Z | Downloaded buf-list v1.0.3 |
873 | 2024-02-24T04:11:30.369Z | Downloaded impl-trait-for-tuples v0.2.2 |
874 | 2024-02-24T04:11:30.374Z | Downloaded is-terminal v0.4.9 |
875 | 2024-02-24T04:11:30.376Z | Downloaded http v1.0.0 |
876 | 2024-02-24T04:11:30.381Z | Downloaded iana-time-zone v0.1.57 |
877 | 2024-02-24T04:11:30.384Z | Downloaded cpufeatures v0.2.12 |
878 | 2024-02-24T04:11:30.388Z | Downloaded memoffset v0.9.0 |
879 | 2024-02-24T04:11:30.391Z | Downloaded nested v0.1.1 |
880 | 2024-02-24T04:11:30.394Z | Downloaded atty v0.2.14 |
881 | 2024-02-24T04:11:30.397Z | Downloaded crc v3.0.1 |
882 | 2024-02-24T04:11:30.400Z | Downloaded convert_case v0.4.0 |
883 | 2024-02-24T04:11:30.402Z | Downloaded camino-tempfile v1.1.1 |
884 | 2024-02-24T04:11:30.405Z | Downloaded libloading v0.7.4 |
885 | 2024-02-24T04:11:30.411Z | Downloaded maplit v1.0.2 |
886 | 2024-02-24T04:11:30.414Z | Downloaded chacha20 v0.9.1 |
887 | 2024-02-24T04:11:30.414Z | Downloaded libtest-mimic v0.6.1 |
888 | 2024-02-24T04:11:30.417Z | Downloaded matches v0.1.10 |
889 | 2024-02-24T04:11:30.417Z | Downloaded basic-toml v0.1.8 |
890 | 2024-02-24T04:11:30.428Z | Downloaded crucible-workspace-hack v0.1.0 |
891 | 2024-02-24T04:11:30.432Z | Downloaded rpassword v7.3.1 |
892 | 2024-02-24T04:11:30.435Z | Downloaded cipher v0.4.4 |
893 | 2024-02-24T04:11:30.435Z | Downloaded bzip2 v0.4.4 |
894 | 2024-02-24T04:11:30.438Z | Downloaded cstr-argument v0.1.2 |
895 | 2024-02-24T04:11:30.438Z | Downloaded aead v0.5.2 |
896 | 2024-02-24T04:11:30.442Z | Downloaded async-stream v0.3.5 |
897 | 2024-02-24T04:11:30.445Z | Downloaded ascii-canvas v3.0.0 |
898 | 2024-02-24T04:11:30.445Z | Downloaded bit-vec v0.6.3 |
899 | 2024-02-24T04:11:30.447Z | Downloaded termtree v0.4.1 |
900 | 2024-02-24T04:11:30.448Z | Downloaded keccak v0.1.4 |
901 | 2024-02-24T04:11:30.450Z | Downloaded new_debug_unreachable v1.0.4 |
902 | 2024-02-24T04:11:30.450Z | Downloaded lazycell v1.3.0 |
903 | 2024-02-24T04:11:30.453Z | Downloaded block-buffer v0.10.4 |
904 | 2024-02-24T04:11:30.453Z | Downloaded async-recursion v1.0.5 |
905 | 2024-02-24T04:11:30.459Z | Downloaded maybe-uninit v2.0.0 |
906 | 2024-02-24T04:11:30.464Z | Downloaded console v0.15.8 |
907 | 2024-02-24T04:11:30.464Z | Downloaded usdt-attr-macro v0.3.5 |
908 | 2024-02-24T04:11:30.469Z | Downloaded memoffset v0.7.1 |
909 | 2024-02-24T04:11:30.469Z | Downloaded lru-cache v0.1.2 |
910 | 2024-02-24T04:11:30.469Z | Downloaded miniz_oxide v0.7.1 |
911 | 2024-02-24T04:11:30.472Z | Downloaded crypto-common v0.1.6 |
912 | 2024-02-24T04:11:30.472Z | Downloaded nanorand v0.7.0 |
913 | 2024-02-24T04:11:30.475Z | Downloaded criterion-plot v0.5.0 |
914 | 2024-02-24T04:11:30.478Z | Downloaded nodrop v0.1.14 |
915 | 2024-02-24T04:11:30.478Z | Downloaded mockall v0.12.0 |
916 | 2024-02-24T04:11:30.480Z | Downloaded waitgroup v0.1.2 |
917 | 2024-02-24T04:11:30.481Z | Downloaded tabled_derive v0.7.0 |
918 | 2024-02-24T04:11:30.484Z | Downloaded cc v1.0.83 |
919 | 2024-02-24T04:11:30.487Z | Downloaded num-bigint v0.4.4 |
920 | 2024-02-24T04:11:30.494Z | Downloaded fragile v2.0.0 |
921 | 2024-02-24T04:11:30.497Z | Downloaded foreign-types v0.3.2 |
922 | 2024-02-24T04:11:30.497Z | Downloaded foreign-types-macros v0.2.3 |
923 | 2024-02-24T04:11:30.497Z | Downloaded indexmap v1.9.3 |
924 | 2024-02-24T04:11:30.501Z | Downloaded lalrpop-util v0.19.12 |
925 | 2024-02-24T04:11:30.503Z | Downloaded nibble_vec v0.1.0 |
926 | 2024-02-24T04:11:30.506Z | Downloaded cobs v0.2.3 |
927 | 2024-02-24T04:11:30.506Z | Downloaded target-spec v3.1.0 |
928 | 2024-02-24T04:11:30.509Z | Downloaded memmap v0.7.0 |
929 | 2024-02-24T04:11:30.512Z | Downloaded addr2line v0.21.0 |
930 | 2024-02-24T04:11:30.514Z | Downloaded difflib v0.4.0 |
931 | 2024-02-24T04:11:30.515Z | Downloaded relative-path v1.9.0 |
932 | 2024-02-24T04:11:30.517Z | Downloaded whoami v1.4.1 |
933 | 2024-02-24T04:11:30.520Z | Downloaded foreign-types v0.5.0 |
934 | 2024-02-24T04:11:30.520Z | Downloaded scroll v0.12.0 |
935 | 2024-02-24T04:11:30.523Z | Downloaded unicode-xid v0.2.4 |
936 | 2024-02-24T04:11:30.526Z | Downloaded foreign-types-shared v0.3.1 |
937 | 2024-02-24T04:11:30.526Z | Downloaded unicase v2.7.0 |
938 | 2024-02-24T04:11:30.529Z | Downloaded unicode-width v0.1.11 |
939 | 2024-02-24T04:11:30.529Z | Downloaded hyper v1.1.0 |
940 | 2024-02-24T04:11:30.537Z | Downloaded multimap v0.10.0 |
941 | 2024-02-24T04:11:30.543Z | Downloaded darling_macro v0.20.3 |
942 | 2024-02-24T04:11:30.543Z | Downloaded darling_macro v0.14.4 |
943 | 2024-02-24T04:11:30.546Z | Downloaded fixedbitset v0.4.2 |
944 | 2024-02-24T04:11:30.546Z | Downloaded phf_shared v0.10.0 |
945 | 2024-02-24T04:11:30.546Z | Downloaded diesel_table_macro_syntax v0.1.0 |
946 | 2024-02-24T04:11:30.546Z | Downloaded indicatif v0.17.8 |
947 | 2024-02-24T04:11:30.549Z | Downloaded stability v0.1.1 |
948 | 2024-02-24T04:11:30.552Z | Downloaded phf_shared v0.11.2 |
949 | 2024-02-24T04:11:30.552Z | Downloaded sqlparser_derive v0.2.2 |
950 | 2024-02-24T04:11:30.555Z | Downloaded sqlformat v0.2.3 |
951 | 2024-02-24T04:11:30.558Z | Downloaded crossbeam-epoch v0.9.15 |
952 | 2024-02-24T04:11:30.561Z | Downloaded funty v2.0.0 |
953 | 2024-02-24T04:11:30.561Z | Downloaded slog-dtrace v0.3.0 |
954 | 2024-02-24T04:11:30.564Z | Downloaded semver-parser v0.10.2 |
955 | 2024-02-24T04:11:30.566Z | Downloaded num-complex v0.4.4 |
956 | 2024-02-24T04:11:30.566Z | Downloaded glob v0.3.1 |
957 | 2024-02-24T04:11:30.569Z | Downloaded usdt-macro v0.5.0 |
958 | 2024-02-24T04:11:30.569Z | Downloaded radium v0.7.0 |
959 | 2024-02-24T04:11:30.572Z | Downloaded filetime v0.2.23 |
960 | 2024-02-24T04:11:30.575Z | Downloaded cfg-expr v0.15.6 |
961 | 2024-02-24T04:11:30.578Z | Downloaded pin-utils v0.1.0 |
962 | 2024-02-24T04:11:30.580Z | Downloaded snafu-derive v0.7.5 |
963 | 2024-02-24T04:11:30.581Z | Downloaded similar-asserts v1.5.0 |
964 | 2024-02-24T04:11:30.583Z | Downloaded der_derive v0.7.2 |
965 | 2024-02-24T04:11:30.586Z | Downloaded smallvec v1.13.1 |
966 | 2024-02-24T04:11:30.595Z | Downloaded serde_urlencoded v0.7.1 |
967 | 2024-02-24T04:11:30.598Z | Downloaded crossbeam-utils v0.8.16 |
968 | 2024-02-24T04:11:30.598Z | Downloaded group v0.13.0 |
969 | 2024-02-24T04:11:30.598Z | Downloaded slog-envlogger v2.2.0 |
970 | 2024-02-24T04:11:30.598Z | Downloaded futures-core v0.3.30 |
971 | 2024-02-24T04:11:30.601Z | Downloaded cookie v0.18.0 |
972 | 2024-02-24T04:11:30.601Z | Downloaded tokio-rustls v0.24.1 |
973 | 2024-02-24T04:11:30.604Z | Downloaded globset v0.4.13 |
974 | 2024-02-24T04:11:30.607Z | Downloaded tokio-rustls v0.25.0 |
975 | 2024-02-24T04:11:30.610Z | Downloaded strip-ansi-escapes v0.2.0 |
976 | 2024-02-24T04:11:30.610Z | Downloaded futures-channel v0.3.30 |
977 | 2024-02-24T04:11:30.613Z | Downloaded tokio-stream v0.1.14 |
978 | 2024-02-24T04:11:30.617Z | Downloaded backtrace v0.3.69 |
979 | 2024-02-24T04:11:30.622Z | Downloaded pin-project-lite v0.2.13 |
980 | 2024-02-24T04:11:30.628Z | Downloaded rsa v0.9.2 |
981 | 2024-02-24T04:11:30.634Z | Downloaded mockall_derive v0.12.0 |
982 | 2024-02-24T04:11:30.637Z | Downloaded num-bigint-dig v0.8.4 |
983 | 2024-02-24T04:11:30.643Z | Downloaded strum_macros v0.25.2 |
984 | 2024-02-24T04:11:30.649Z | Downloaded pin-project-internal v1.1.3 |
985 | 2024-02-24T04:11:30.652Z | Downloaded unsafe-libyaml v0.2.10 |
986 | 2024-02-24T04:11:30.652Z | Downloaded flate2 v1.0.28 |
987 | 2024-02-24T04:11:30.656Z | Downloaded crypto-bigint v0.5.2 |
988 | 2024-02-24T04:11:30.663Z | Downloaded futures v0.3.30 |
989 | 2024-02-24T04:11:30.669Z | Downloaded pin-project v1.1.3 |
990 | 2024-02-24T04:11:30.682Z | Downloaded der v0.7.8 |
991 | 2024-02-24T04:11:30.688Z | Downloaded rand v0.4.6 |
992 | 2024-02-24T04:11:30.692Z | Downloaded criterion v0.5.1 |
993 | 2024-02-24T04:11:30.700Z | Downloaded steno v0.4.0 |
994 | 2024-02-24T04:11:30.710Z | Downloaded trust-dns-resolver v0.22.0 |
995 | 2024-02-24T04:11:30.715Z | Downloaded hkdf v0.12.4 |
996 | 2024-02-24T04:11:30.718Z | Downloaded tokio-util v0.7.10 |
997 | 2024-02-24T04:11:30.725Z | Downloaded chrono v0.4.31 |
998 | 2024-02-24T04:11:30.735Z | Downloaded unicode-normalization v0.1.22 |
999 | 2024-02-24T04:11:30.739Z | Downloaded sqlparser v0.43.1 |
1000 | 2024-02-24T04:11:30.749Z | Downloaded hyper v0.14.27 |
1001 | 2024-02-24T04:11:30.755Z | Downloaded radix_trie v0.2.1 |
1002 | 2024-02-24T04:11:30.761Z | Downloaded guppy v0.17.5 |
1003 | 2024-02-24T04:11:30.767Z | Downloaded serde_with v3.6.1 |
1004 | 2024-02-24T04:11:30.776Z | Downloaded quick-xml v0.30.0 |
1005 | 2024-02-24T04:11:30.783Z | Downloaded goblin v0.8.0 |
1006 | 2024-02-24T04:11:30.789Z | Downloaded bstr v0.2.17 |
1007 | 2024-02-24T04:11:30.800Z | Downloaded idna v0.5.0 |
1008 | 2024-02-24T04:11:30.807Z | Downloaded webpki-roots v0.25.2 |
1009 | 2024-02-24T04:11:30.812Z | Downloaded idna v0.2.3 |
1010 | 2024-02-24T04:11:30.819Z | Downloaded bstr v1.6.0 |
1011 | 2024-02-24T04:11:30.834Z | Downloaded lalrpop v0.19.12 |
1012 | 2024-02-24T04:11:30.849Z | Downloaded csv v1.3.0 |
1013 | 2024-02-24T04:11:30.873Z | Downloaded bitvec v1.0.1 |
1014 | 2024-02-24T04:11:30.890Z | Downloaded hash32 v0.2.1 |
1015 | 2024-02-24T04:11:30.893Z | Downloaded guppy-workspace-hack v0.1.0 |
1016 | 2024-02-24T04:11:30.893Z | Downloaded nix v0.27.1 |
1017 | 2024-02-24T04:11:30.904Z | Downloaded zerocopy-derive v0.2.0 |
1018 | 2024-02-24T04:11:30.916Z | Downloaded structmeta-derive v0.2.0 |
1019 | 2024-02-24T04:11:30.919Z | Downloaded structmeta v0.3.0 |
1020 | 2024-02-24T04:11:30.919Z | Downloaded precomputed-hash v0.1.1 |
1021 | 2024-02-24T04:11:30.919Z | Downloaded futures-executor v0.3.30 |
1022 | 2024-02-24T04:11:30.919Z | Downloaded headers-core v0.2.0 |
1023 | 2024-02-24T04:11:30.922Z | Downloaded structmeta v0.2.0 |
1024 | 2024-02-24T04:11:30.922Z | Downloaded predicates-core v1.0.6 |
1025 | 2024-02-24T04:11:30.925Z | Downloaded predicates v3.1.0 |
1026 | 2024-02-24T04:11:30.928Z | Downloaded ppv-lite86 v0.2.17 |
1027 | 2024-02-24T04:11:30.931Z | Downloaded openssl-probe v0.1.5 |
1028 | 2024-02-24T04:11:30.931Z | Downloaded openssl-macros v0.1.1 |
1029 | 2024-02-24T04:11:30.931Z | Downloaded plotters-svg v0.3.5 |
1030 | 2024-02-24T04:11:30.935Z | Downloaded zone_cfg_derive v0.3.0 |
1031 | 2024-02-24T04:11:30.935Z | Downloaded gethostname v0.4.3 |
1032 | 2024-02-24T04:11:30.938Z | Downloaded postgres-types v0.2.6 |
1033 | 2024-02-24T04:11:30.940Z | Downloaded slog-term v2.9.0 |
1034 | 2024-02-24T04:11:30.943Z | Downloaded pkcs1 v0.7.5 |
1035 | 2024-02-24T04:11:30.946Z | Downloaded oso-derive v0.27.0 |
1036 | 2024-02-24T04:11:30.948Z | Downloaded endian-type v0.1.2 |
1037 | 2024-02-24T04:11:30.949Z | Downloaded stable_deref_trait v1.2.0 |
1038 | 2024-02-24T04:11:30.955Z | Downloaded pretty-hex v0.4.1 |
1039 | 2024-02-24T04:11:30.955Z | Downloaded term v0.7.0 |
1040 | 2024-02-24T04:11:30.959Z | Downloaded getopts v0.2.21 |
1041 | 2024-02-24T04:11:30.959Z | Downloaded usdt-macro v0.3.5 |
1042 | 2024-02-24T04:11:30.962Z | Downloaded usdt-attr-macro v0.5.0 |
1043 | 2024-02-24T04:11:30.962Z | Downloaded digest v0.10.7 |
1044 | 2024-02-24T04:11:30.965Z | Downloaded tempfile v3.10.0 |
1045 | 2024-02-24T04:11:30.967Z | Downloaded slog-json v2.6.1 |
1046 | 2024-02-24T04:11:30.971Z | Downloaded opaque-debug v0.3.0 |
1047 | 2024-02-24T04:11:30.974Z | Downloaded either v1.10.0 |
1048 | 2024-02-24T04:11:30.977Z | Downloaded termcolor v1.2.0 |
1049 | 2024-02-24T04:11:30.980Z | Downloaded enum-as-inner v0.5.1 |
1050 | 2024-02-24T04:11:30.980Z | Downloaded plain v0.2.3 |
1051 | 2024-02-24T04:11:30.983Z | Downloaded toml v0.5.11 |
1052 | 2024-02-24T04:11:30.986Z | Downloaded swrite v0.1.0 |
1053 | 2024-02-24T04:11:30.989Z | Downloaded rand_xorshift v0.3.0 |
1054 | 2024-02-24T04:11:30.989Z | Downloaded half v2.3.1 |
1055 | 2024-02-24T04:11:30.994Z | Downloaded parse-size v1.0.0 |
1056 | 2024-02-24T04:11:30.997Z | Downloaded thiserror-impl-no-std v2.0.2 |
1057 | 2024-02-24T04:11:30.997Z | Downloaded dirs-next v2.0.0 |
1058 | 2024-02-24T04:11:30.998Z | Downloaded getrandom v0.2.10 |
1059 | 2024-02-24T04:11:31.004Z | Downloaded regress v0.8.0 |
1060 | 2024-02-24T04:11:31.008Z | Downloaded pathdiff v0.2.1 |
1061 | 2024-02-24T04:11:31.017Z | Downloaded proc-macro-crate v1.3.1 |
1062 | 2024-02-24T04:11:31.017Z | Downloaded serde_tokenstream v0.1.7 |
1063 | 2024-02-24T04:11:31.017Z | Downloaded oorandom v11.1.3 |
1064 | 2024-02-24T04:11:31.017Z | Downloaded usdt v0.5.0 |
1065 | 2024-02-24T04:11:31.020Z | Downloaded textwrap v0.11.0 |
1066 | 2024-02-24T04:11:31.020Z | Downloaded plotters-backend v0.3.5 |
1067 | 2024-02-24T04:11:31.023Z | Downloaded number_prefix v0.4.0 |
1068 | 2024-02-24T04:11:31.023Z | Downloaded rustfmt-wrapper v0.2.0 |
1069 | 2024-02-24T04:11:31.026Z | Downloaded serde-big-array v0.4.1 |
1070 | 2024-02-24T04:11:31.026Z | Downloaded proc-macro-error-attr v1.0.4 |
1071 | 2024-02-24T04:11:31.029Z | Downloaded usdt-impl v0.5.0 |
1072 | 2024-02-24T04:11:31.029Z | Downloaded ed25519 v1.5.3 |
1073 | 2024-02-24T04:11:31.034Z | Downloaded serde-big-array v0.5.1 |
1074 | 2024-02-24T04:11:31.034Z | Downloaded untrusted v0.7.1 |
1075 | 2024-02-24T04:11:31.044Z | Downloaded debug-ignore v1.0.5 |
1076 | 2024-02-24T04:11:31.047Z | Downloaded synstructure v0.12.6 |
1077 | 2024-02-24T04:11:31.047Z | Downloaded rustversion v1.0.14 |
1078 | 2024-02-24T04:11:31.047Z | Downloaded scopeguard v1.2.0 |
1079 | 2024-02-24T04:11:31.047Z | Downloaded rustls-pki-types v1.3.0 |
1080 | 2024-02-24T04:11:31.047Z | Downloaded rustls-pemfile v1.0.3 |
1081 | 2024-02-24T04:11:31.048Z | Downloaded derive_more v0.99.17 |
1082 | 2024-02-24T04:11:31.054Z | Downloaded rand_core v0.6.4 |
1083 | 2024-02-24T04:11:31.057Z | Downloaded quick-error v1.2.3 |
1084 | 2024-02-24T04:11:31.063Z | Downloaded once_cell v1.19.0 |
1085 | 2024-02-24T04:11:31.063Z | Downloaded platforms v3.0.2 |
1086 | 2024-02-24T04:11:31.066Z | Downloaded slog v2.7.0 |
1087 | 2024-02-24T04:11:31.070Z | Downloaded schemars_derive v0.8.16 |
1088 | 2024-02-24T04:11:31.070Z | Downloaded rand_chacha v0.3.1 |
1089 | 2024-02-24T04:11:31.070Z | Downloaded pem v3.0.2 |
1090 | 2024-02-24T04:11:31.073Z | Downloaded pest_generator v2.7.6 |
1091 | 2024-02-24T04:11:31.073Z | Downloaded percent-encoding v2.3.1 |
1092 | 2024-02-24T04:11:31.076Z | Downloaded pretty-hex v0.2.1 |
1093 | 2024-02-24T04:11:31.076Z | Downloaded subtle v2.5.0 |
1094 | 2024-02-24T04:11:31.079Z | Downloaded strum v0.26.1 |
1095 | 2024-02-24T04:11:31.079Z | Downloaded paste v1.0.14 |
1096 | 2024-02-24T04:11:31.082Z | Downloaded parse-display-derive v0.9.0 |
1097 | 2024-02-24T04:11:31.085Z | Downloaded take_mut v0.2.2 |
1098 | 2024-02-24T04:11:31.085Z | Downloaded heck v0.3.3 |
1099 | 2024-02-24T04:11:31.088Z | Downloaded rustls-pemfile v2.1.0 |
1100 | 2024-02-24T04:11:31.088Z | Downloaded rustls-native-certs v0.7.0 |
1101 | 2024-02-24T04:11:31.092Z | Downloaded tower-layer v0.3.2 |
1102 | 2024-02-24T04:11:31.095Z | Downloaded try-lock v0.2.4 |
1103 | 2024-02-24T04:11:31.095Z | Downloaded tower-service v0.3.2 |
1104 | 2024-02-24T04:11:31.095Z | Downloaded serde_path_to_error v0.1.15 |
1105 | 2024-02-24T04:11:31.099Z | Downloaded serde-hex v0.1.0 |
1106 | 2024-02-24T04:11:31.099Z | Downloaded signature v1.6.4 |
1107 | 2024-02-24T04:11:31.102Z | Downloaded scroll_derive v0.12.0 |
1108 | 2024-02-24T04:11:31.102Z | Downloaded static_assertions v1.1.0 |
1109 | 2024-02-24T04:11:31.105Z | Downloaded oso v0.27.0 |
1110 | 2024-02-24T04:11:31.109Z | Downloaded darling v0.14.4 |
1111 | 2024-02-24T04:11:31.112Z | Downloaded parking_lot_core v0.9.8 |
1112 | 2024-02-24T04:11:31.112Z | Downloaded display-error-chain v0.2.0 |
1113 | 2024-02-24T04:11:31.119Z | Downloaded usdt v0.3.5 |
1114 | 2024-02-24T04:11:31.119Z | Downloaded untrusted v0.9.0 |
1115 | 2024-02-24T04:11:31.122Z | Downloaded shell-words v1.1.0 |
1116 | 2024-02-24T04:11:31.122Z | Downloaded tinyvec_macros v0.1.1 |
1117 | 2024-02-24T04:11:31.122Z | Downloaded vte_generate_state_changes v0.1.1 |
1118 | 2024-02-24T04:11:31.122Z | Downloaded pest_derive v2.7.6 |
1119 | 2024-02-24T04:11:31.125Z | Downloaded fxhash v0.2.1 |
1120 | 2024-02-24T04:11:31.125Z | Downloaded partial-io v0.5.4 |
1121 | 2024-02-24T04:11:31.128Z | Downloaded strsim v0.10.0 |
1122 | 2024-02-24T04:11:31.128Z | Downloaded signature v2.1.0 |
1123 | 2024-02-24T04:11:31.131Z | Downloaded dyn-clone v1.0.16 |
1124 | 2024-02-24T04:11:31.133Z | Downloaded spki v0.7.2 |
1125 | 2024-02-24T04:11:31.134Z | Downloaded tap v1.0.1 |
1126 | 2024-02-24T04:11:31.136Z | Downloaded want v0.3.1 |
1127 | 2024-02-24T04:11:31.137Z | Downloaded dtrace-parser v0.2.0 |
1128 | 2024-02-24T04:11:31.137Z | Downloaded olpc-cjson v0.1.3 |
1129 | 2024-02-24T04:11:31.140Z | Downloaded supports-color v3.0.0 |
1130 | 2024-02-24T04:11:31.140Z | Downloaded structopt-derive v0.4.18 |
1131 | 2024-02-24T04:11:31.143Z | Downloaded serde_repr v0.1.16 |
1132 | 2024-02-24T04:11:31.143Z | Downloaded thread-id v4.2.0 |
1133 | 2024-02-24T04:11:31.146Z | Downloaded schemars v0.8.16 |
1134 | 2024-02-24T04:11:31.157Z | Downloaded tokio-native-tls v0.3.1 |
1135 | 2024-02-24T04:11:31.160Z | Downloaded pest_meta v2.7.6 |
1136 | 2024-02-24T04:11:31.164Z | Downloaded postgres-protocol v0.6.6 |
1137 | 2024-02-24T04:11:31.164Z | Downloaded path-slash v0.1.5 |
1138 | 2024-02-24T04:11:31.167Z | Downloaded tempdir v0.3.7 |
1139 | 2024-02-24T04:11:31.167Z | Downloaded futures-timer v3.0.2 |
1140 | 2024-02-24T04:11:31.175Z | Downloaded num_threads v0.1.6 |
1141 | 2024-02-24T04:11:31.175Z | Downloaded wyz v0.5.1 |
1142 | 2024-02-24T04:11:31.175Z | Downloaded ron v0.8.1 |
1143 | 2024-02-24T04:11:31.178Z | Downloaded walkdir v2.4.0 |
1144 | 2024-02-24T04:11:31.178Z | Downloaded thiserror-no-std v2.0.2 |
1145 | 2024-02-24T04:11:31.182Z | Downloaded same-file v1.0.6 |
1146 | 2024-02-24T04:11:31.185Z | Downloaded tokio-tungstenite v0.20.1 |
1147 | 2024-02-24T04:11:31.188Z | Downloaded tiny-keccak v2.0.2 |
1148 | 2024-02-24T04:11:31.191Z | Downloaded heapless v0.7.16 |
1149 | 2024-02-24T04:11:31.194Z | Downloaded wait-timeout v0.2.0 |
1150 | 2024-02-24T04:11:31.197Z | Downloaded zeroize_derive v1.4.2 |
1151 | 2024-02-24T04:11:31.197Z | Downloaded subprocess v0.2.9 |
1152 | 2024-02-24T04:11:31.201Z | Downloaded serde_with_macros v3.6.1 |
1153 | 2024-02-24T04:11:31.201Z | Downloaded signal-hook-registry v1.4.1 |
1154 | 2024-02-24T04:11:31.204Z | Downloaded signal-hook-tokio v0.3.1 |
1155 | 2024-02-24T04:11:31.204Z | Downloaded threadpool v1.8.1 |
1156 | 2024-02-24T04:11:31.204Z | Downloaded tar v0.4.40 |
1157 | 2024-02-24T04:11:31.208Z | Downloaded serde_derive_internals v0.26.0 |
1158 | 2024-02-24T04:11:31.213Z | Downloaded vsss-rs v3.3.4 |
1159 | 2024-02-24T04:11:31.213Z | Downloaded rand v0.8.5 |
1160 | 2024-02-24T04:11:31.221Z | Downloaded expectorate v1.1.0 |
1161 | 2024-02-24T04:11:31.225Z | Downloaded tracing-attributes v0.1.26 |
1162 | 2024-02-24T04:11:31.225Z | Downloaded num_cpus v1.16.0 |
1163 | 2024-02-24T04:11:31.225Z | Downloaded proc-macro-error v1.0.4 |
1164 | 2024-02-24T04:11:31.227Z | Downloaded zerocopy-derive v0.7.32 |
1165 | 2024-02-24T04:11:31.231Z | Downloaded dtrace-parser v0.1.14 |
1166 | 2024-02-24T04:11:31.235Z | Downloaded xattr v1.0.1 |
1167 | 2024-02-24T04:11:31.236Z | Downloaded slab v0.4.9 |
1168 | 2024-02-24T04:11:31.239Z | Downloaded tinytemplate v1.2.1 |
1169 | 2024-02-24T04:11:31.239Z | Downloaded structopt v0.3.26 |
1170 | 2024-02-24T04:11:31.245Z | Downloaded omicron-zone-package v0.11.0 |
1171 | 2024-02-24T04:11:31.248Z | Downloaded rayon-core v1.12.0 |
1172 | 2024-02-24T04:11:31.254Z | Downloaded zerocopy v0.6.4 |
1173 | 2024-02-24T04:11:31.257Z | Downloaded ucd-trie v0.1.6 |
1174 | 2024-02-24T04:11:31.260Z | Downloaded trust-dns-server v0.22.1 |
1175 | 2024-02-24T04:11:31.263Z | Downloaded typenum v1.16.0 |
1176 | 2024-02-24T04:11:31.266Z | Downloaded parking_lot v0.11.2 |
1177 | 2024-02-24T04:11:31.269Z | Downloaded h2 v0.3.24 |
1178 | 2024-02-24T04:11:31.276Z | Downloaded futures-io v0.3.30 |
1179 | 2024-02-24T04:11:31.279Z | Downloaded salty v0.2.0 |
1180 | 2024-02-24T04:11:31.283Z | Downloaded tracing-core v0.1.31 |
1181 | 2024-02-24T04:11:31.286Z | Downloaded trybuild v1.0.89 |
1182 | 2024-02-24T04:11:31.293Z | Downloaded fatfs v0.3.6 |
1183 | 2024-02-24T04:11:31.296Z | Downloaded snafu v0.7.5 |
1184 | 2024-02-24T04:11:31.300Z | Downloaded unicode-bidi v0.3.13 |
1185 | 2024-02-24T04:11:31.303Z | Downloaded url v2.5.0 |
1186 | 2024-02-24T04:11:31.306Z | Downloaded typed-path v0.7.0 |
1187 | 2024-02-24T04:11:31.313Z | Downloaded tower v0.4.13 |
1188 | 2024-02-24T04:11:31.323Z | Downloaded x509-cert v0.2.4 |
1189 | 2024-02-24T04:11:31.329Z | Downloaded socket2 v0.5.5 |
1190 | 2024-02-24T04:11:31.332Z | Downloaded pest v2.7.6 |
1191 | 2024-02-24T04:11:31.338Z | Downloaded rayon v1.8.0 |
1192 | 2024-02-24T04:11:31.348Z | Downloaded proptest v1.4.0 |
1193 | 2024-02-24T04:11:31.358Z | Downloaded rcgen v0.12.1 |
1194 | 2024-02-24T04:11:31.362Z | Downloaded rustyline v13.0.0 |
1195 | 2024-02-24T04:11:31.367Z | Downloaded regex-automata v0.1.10 |
1196 | 2024-02-24T04:11:31.373Z | Downloaded tough v0.16.0 |
1197 | 2024-02-24T04:11:31.385Z | Downloaded tabled v0.15.0 |
1198 | 2024-02-24T04:11:31.400Z | Downloaded rustls-webpki v0.101.7 |
1199 | 2024-02-24T04:11:31.416Z | Downloaded rustls v0.21.9 |
1200 | 2024-02-24T04:11:31.427Z | Downloaded zerocopy v0.7.32 |
1201 | 2024-02-24T04:11:31.445Z | Downloaded vcpkg v0.2.15 |
1202 | 2024-02-24T04:11:31.485Z | Downloaded rustls v0.22.2 |
1203 | 2024-02-24T04:11:31.499Z | Downloaded sled v0.34.7 |
1204 | 2024-02-24T04:11:31.509Z | Downloaded zerocopy-derive v0.6.4 |
1205 | 2024-02-24T04:11:31.519Z | Downloaded futures-util v0.3.30 |
1206 | 2024-02-24T04:11:31.531Z | Downloaded object v0.32.1 |
1207 | 2024-02-24T04:11:31.541Z | Downloaded downcast v0.11.0 |
1208 | 2024-02-24T04:11:31.545Z | Downloaded object v0.30.4 |
1209 | 2024-02-24T04:11:31.552Z | Downloaded gimli v0.28.0 |
1210 | 2024-02-24T04:11:31.560Z | Downloaded trust-dns-proto v0.22.0 |
1211 | 2024-02-24T04:11:31.576Z | Downloaded openssl v0.10.60 |
1212 | 2024-02-24T04:11:31.582Z | Downloaded regex-syntax v0.6.29 |
1213 | 2024-02-24T04:11:31.591Z | Downloaded openapiv3 v2.0.0 |
1214 | 2024-02-24T04:11:31.601Z | Downloaded syn v1.0.109 |
1215 | 2024-02-24T04:11:31.613Z | Downloaded polar-core v0.27.0 |
1216 | 2024-02-24T04:11:32.031Z | Downloaded smoltcp v0.11.0 |
1217 | 2024-02-24T04:11:32.037Z | Downloaded regex-syntax v0.8.2 |
1218 | 2024-02-24T04:11:32.037Z | Downloaded ratatui v0.26.1 |
1219 | 2024-02-24T04:11:32.037Z | Downloaded diesel v2.1.4 |
1220 | 2024-02-24T04:11:32.037Z | Downloaded petgraph v0.6.4 |
1221 | 2024-02-24T04:11:32.037Z | Downloaded rustls-webpki v0.102.1 |
1222 | 2024-02-24T04:11:32.037Z | Downloaded smoltcp v0.9.1 |
1223 | 2024-02-24T04:11:32.037Z | Downloaded regex v1.10.3 |
1224 | 2024-02-24T04:11:32.037Z | Downloaded regex-automata v0.4.4 |
1225 | 2024-02-24T04:11:32.037Z | Downloaded regex-automata v0.3.8 |
1226 | 2024-02-24T04:11:32.037Z | Downloaded reedline v0.29.0 |
1227 | 2024-02-24T04:11:32.037Z | Downloaded plotters v0.3.5 |
1228 | 2024-02-24T04:11:32.037Z | Downloaded portable-atomic v1.4.3 |
1229 | 2024-02-24T04:11:32.037Z | Downloaded trust-dns-client v0.22.0 |
1230 | 2024-02-24T04:11:32.037Z | Downloaded reqwest v0.11.22 |
1231 | 2024-02-24T04:11:32.037Z | Downloaded papergrid v0.11.0 |
1232 | 2024-02-24T04:11:32.037Z | Downloaded sha2 v0.10.8 |
1233 | 2024-02-24T04:11:32.038Z | Downloaded tokio v1.36.0 |
1234 | 2024-02-24T04:11:32.038Z | Downloaded sha3 v0.10.8 |
1235 | 2024-02-24T04:11:32.038Z | Downloaded serde_plain v1.0.2 |
1236 | 2024-02-24T04:11:32.038Z | Downloaded tui-tree-widget v0.17.0 |
1237 | 2024-02-24T04:11:32.038Z | Downloaded hex v0.4.3 |
1238 | 2024-02-24T04:11:32.038Z | Downloaded fd-lock v4.0.2 |
1239 | 2024-02-24T04:11:32.038Z | Downloaded spin v0.9.8 |
1240 | 2024-02-24T04:11:32.038Z | Downloaded postcard v1.0.8 |
1241 | 2024-02-24T04:11:32.038Z | Downloaded heapless v0.8.0 |
1242 | 2024-02-24T04:11:32.038Z | Downloaded yasna v0.5.2 |
1243 | 2024-02-24T04:11:32.038Z | Downloaded vte v0.11.1 |
1244 | 2024-02-24T04:11:32.038Z | Downloaded num-traits v0.2.16 |
1245 | 2024-02-24T04:11:32.038Z | Downloaded password-hash v0.5.0 |
1246 | 2024-02-24T04:11:32.038Z | Downloaded time-macros v0.2.13 |
1247 | 2024-02-24T04:11:32.038Z | Downloaded scheduled-thread-pool v0.2.7 |
1248 | 2024-02-24T04:11:32.038Z | Downloaded zeroize v1.7.0 |
1249 | 2024-02-24T04:11:32.038Z | Downloaded generic-array v0.14.7 |
1250 | 2024-02-24T04:11:32.038Z | Downloaded ff v0.13.0 |
1251 | 2024-02-24T04:11:32.038Z | Downloaded packed_struct_codegen v0.10.1 |
1252 | 2024-02-24T04:11:32.038Z | Downloaded fastrand v2.0.1 |
1253 | 2024-02-24T04:11:32.038Z | Downloaded shlex v1.3.0 |
1254 | 2024-02-24T04:11:32.038Z | Downloaded packed_struct v0.10.1 |
1255 | 2024-02-24T04:11:32.038Z | Downloaded pretty_assertions v1.4.0 |
1256 | 2024-02-24T04:11:32.038Z | Downloaded poly1305 v0.8.0 |
1257 | 2024-02-24T04:11:32.038Z | Downloaded futures-macro v0.3.30 |
1258 | 2024-02-24T04:11:32.039Z | Downloaded siphasher v0.3.11 |
1259 | 2024-02-24T04:11:32.039Z | Downloaded serde_tokenstream v0.2.0 |
1260 | 2024-02-24T04:11:32.039Z | Downloaded dof v0.1.5 |
1261 | 2024-02-24T04:11:32.039Z | Downloaded test-strategy v0.3.1 |
1262 | 2024-02-24T04:11:32.039Z | Downloaded stringprep v0.1.3 |
1263 | 2024-02-24T04:11:32.039Z | Downloaded string_cache v0.8.7 |
1264 | 2024-02-24T04:11:32.039Z | Downloaded thread_local v1.1.7 |
1265 | 2024-02-24T04:11:32.039Z | Downloaded dof v0.3.0 |
1266 | 2024-02-24T04:11:32.039Z | Downloaded diesel_derives v2.1.2 |
1267 | 2024-02-24T04:11:32.039Z | Downloaded structmeta-derive v0.3.0 |
1268 | 2024-02-24T04:11:32.039Z | Downloaded hashbrown v0.12.3 |
1269 | 2024-02-24T04:11:32.039Z | Downloaded unarray v0.1.4 |
1270 | 2024-02-24T04:11:32.039Z | Downloaded zerocopy v0.3.0 |
1271 | 2024-02-24T04:11:32.039Z | Downloaded defmt v0.3.5 |
1272 | 2024-02-24T04:11:32.039Z | Downloaded zone v0.3.0 |
1273 | 2024-02-24T04:11:32.039Z | Downloaded futures-sink v0.3.30 |
1274 | 2024-02-24T04:11:32.039Z | Downloaded dirs-sys-next v0.1.2 |
1275 | 2024-02-24T04:11:32.039Z | Downloaded encoding_rs v0.8.33 |
1276 | 2024-02-24T04:11:32.039Z | Downloaded version_check v0.9.4 |
1277 | 2024-02-24T04:11:32.039Z | Downloaded vec_map v0.8.2 |
1278 | 2024-02-24T04:11:32.039Z | Downloaded spin v0.5.2 |
1279 | 2024-02-24T04:11:32.039Z | Downloaded smallvec v0.6.14 |
1280 | 2024-02-24T04:11:32.039Z | Downloaded predicates-tree v1.0.9 |
1281 | 2024-02-24T04:11:32.039Z | Downloaded smf v0.2.2 |
1282 | 2024-02-24T04:11:32.039Z | Downloaded rusty-fork v0.3.0 |
1283 | 2024-02-24T04:11:32.039Z | Downloaded ref-cast-impl v1.0.20 |
1284 | 2024-02-24T04:11:32.040Z | Downloaded ref-cast v1.0.20 |
1285 | 2024-02-24T04:11:32.040Z | Downloaded pkcs8 v0.10.2 |
1286 | 2024-02-24T04:11:32.040Z | Downloaded prettyplease v0.2.16 |
1287 | 2024-02-24T04:11:32.040Z | Downloaded tokio-macros v2.2.0 |
1288 | 2024-02-24T04:11:32.040Z | Downloaded parking_lot_core v0.8.6 |
1289 | 2024-02-24T04:11:32.040Z | Downloaded parking_lot v0.12.1 |
1290 | 2024-02-24T04:11:32.040Z | Downloaded elliptic-curve v0.13.8 |
1291 | 2024-02-24T04:11:32.040Z | Downloaded textwrap v0.16.1 |
1292 | 2024-02-24T04:11:32.040Z | Downloaded fd-lock v3.0.13 |
1293 | 2024-02-24T04:11:32.040Z | Downloaded hex-literal v0.4.1 |
1294 | 2024-02-24T04:11:32.040Z | Downloaded hashbrown v0.13.2 |
1295 | 2024-02-24T04:11:32.040Z | Downloaded openssl-sys v0.9.96 |
1296 | 2024-02-24T04:11:32.040Z | Downloaded uuid v1.7.0 |
1297 | 2024-02-24T04:11:32.040Z | Downloaded derive_builder_core v0.12.0 |
1298 | 2024-02-24T04:11:32.040Z | Downloaded remove_dir_all v0.5.3 |
1299 | 2024-02-24T04:11:32.040Z | Downloaded num_enum_derive v0.5.11 |
1300 | 2024-02-24T04:11:32.040Z | Downloaded strum v0.25.0 |
1301 | 2024-02-24T04:11:32.040Z | Downloaded doc-comment v0.3.3 |
1302 | 2024-02-24T04:11:32.040Z | Downloaded num_enum v0.5.11 |
1303 | 2024-02-24T04:11:32.040Z | Downloaded derive_builder_macro v0.12.0 |
1304 | 2024-02-24T04:11:32.040Z | Downloaded pem-rfc7468 v0.7.0 |
1305 | 2024-02-24T04:11:32.040Z | Downloaded parse-display v0.9.0 |
1306 | 2024-02-24T04:11:32.040Z | Downloaded futures-task v0.3.30 |
1307 | 2024-02-24T04:11:32.040Z | Downloaded datatest-stable v0.2.3 |
1308 | 2024-02-24T04:11:32.040Z | Downloaded data-encoding v2.4.0 |
1309 | 2024-02-24T04:11:32.041Z | Downloaded pkg-config v0.3.27 |
1310 | 2024-02-24T04:11:32.041Z | Downloaded env_logger v0.10.0 |
1311 | 2024-02-24T04:11:32.041Z | Downloaded derive-where v1.2.7 |
1312 | 2024-02-24T04:11:32.044Z | Downloaded deranged v0.3.8 |
1313 | 2024-02-24T04:11:32.044Z | Downloaded toolchain_find v0.2.0 |
1314 | 2024-02-24T04:11:32.044Z | Downloaded derive_builder v0.12.0 |
1315 | 2024-02-24T04:11:32.044Z | Downloaded winnow v0.5.15 |
1316 | 2024-02-24T04:11:32.050Z | Downloaded target-lexicon v0.12.13 |
1317 | 2024-02-24T04:11:32.053Z | Downloaded usdt-impl v0.3.5 |
1318 | 2024-02-24T04:11:32.056Z | Downloaded which v4.4.0 |
1319 | 2024-02-24T04:11:32.056Z | Downloaded peeking_take_while v0.1.2 |
1320 | 2024-02-24T04:11:32.056Z | Downloaded darling v0.20.3 |
1321 | 2024-02-24T04:11:32.059Z | Downloaded owo-colors v4.0.0 |
1322 | 2024-02-24T04:11:32.062Z | Downloaded headers v0.3.9 |
1323 | 2024-02-24T04:11:32.066Z | Downloaded strum_macros v0.26.1 |
1324 | 2024-02-24T04:11:32.069Z | Downloaded toml_edit v0.19.15 |
1325 | 2024-02-24T04:11:32.085Z | Downloaded toml v0.7.8 |
1326 | 2024-02-24T04:11:32.088Z | Downloaded fallible-iterator v0.2.0 |
1327 | 2024-02-24T04:11:32.094Z | Downloaded slog-scope v4.4.0 |
1328 | 2024-02-24T04:11:32.094Z | Downloaded hash32 v0.3.1 |
1329 | 2024-02-24T04:11:32.097Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1330 | 2024-02-24T04:11:32.106Z | Downloaded time-core v0.1.1 |
1331 | 2024-02-24T04:11:32.109Z | Downloaded curve25519-dalek v4.1.1 |
1332 | 2024-02-24T04:11:32.115Z | Downloaded clap v2.34.0 |
1333 | 2024-02-24T04:11:32.122Z | Downloaded aho-corasick v1.0.4 |
1334 | 2024-02-24T04:11:32.128Z | Downloaded time v0.3.27 |
1335 | 2024-02-24T04:11:32.134Z | Downloaded libxml v0.3.3 |
1336 | 2024-02-24T04:11:32.140Z | Downloaded crossterm v0.27.0 |
1337 | 2024-02-24T04:11:32.146Z | Downloaded unicode-segmentation v1.10.1 |
1338 | 2024-02-24T04:11:32.150Z | Downloaded nom v7.1.3 |
1339 | 2024-02-24T04:11:32.155Z | Downloaded libm v0.2.7 |
1340 | 2024-02-24T04:11:32.165Z | Downloaded darling_core v0.14.4 |
1341 | 2024-02-24T04:11:32.172Z | Downloaded itertools v0.12.1 |
1342 | 2024-02-24T04:11:32.176Z | Downloaded blake3 v1.5.0 |
1343 | 2024-02-24T04:11:32.182Z | Downloaded unicode_categories v0.1.1 |
1344 | 2024-02-24T04:11:32.185Z | Downloaded itertools v0.10.5 |
1345 | 2024-02-24T04:11:32.190Z | Downloaded mio v0.8.9 |
1346 | 2024-02-24T04:11:32.196Z | Downloaded http v0.2.11 |
1347 | 2024-02-24T04:11:32.199Z | Downloaded crossbeam-channel v0.5.8 |
1348 | 2024-02-24T04:11:32.203Z | Downloaded flume v0.11.0 |
1349 | 2024-02-24T04:11:32.207Z | Downloaded darling_core v0.20.3 |
1350 | 2024-02-24T04:11:32.211Z | Downloaded tracing v0.1.37 |
1351 | 2024-02-24T04:11:32.216Z | Downloaded zip v0.6.6 |
1352 | 2024-02-24T04:11:32.221Z | Downloaded tungstenite v0.20.1 |
1353 | 2024-02-24T04:11:32.226Z | Downloaded tokio-postgres v0.7.10 |
1354 | 2024-02-24T04:11:32.229Z | Downloaded serde_yaml v0.9.25 |
1355 | 2024-02-24T04:11:32.232Z | Downloaded ring v0.17.8 |
1356 | 2024-02-24T04:11:32.301Z | Downloaded diff v0.1.13 |
1357 | 2024-02-24T04:11:32.305Z | Downloaded socket2 v0.4.9 |
1358 | 2024-02-24T04:11:32.309Z | Downloaded similar v2.3.0 |
1359 | 2024-02-24T04:11:32.312Z | Downloaded arc-swap v1.6.0 |
1360 | 2024-02-24T04:11:32.314Z | Downloaded tinyvec v1.6.0 |
1361 | 2024-02-24T04:11:32.317Z | Downloaded signal-hook v0.3.17 |
1362 | 2024-02-24T04:11:32.320Z | Downloaded rstest_macros v0.18.2 |
1363 | 2024-02-24T04:11:32.323Z | Downloaded termios v0.3.3 |
1364 | 2024-02-24T04:11:32.326Z | Downloaded resolv-conf v0.7.0 |
1365 | 2024-02-24T04:11:32.326Z | Downloaded minimal-lexical v0.2.1 |
1366 | 2024-02-24T04:11:32.330Z | Downloaded allocator-api2 v0.2.16 |
1367 | 2024-02-24T04:11:32.333Z | Downloaded ahash v0.8.7 |
1368 | 2024-02-24T04:11:32.336Z | Downloaded embedded-io v0.4.0 |
1369 | 2024-02-24T04:11:32.342Z | Downloaded topological-sort v0.2.2 |
1370 | 2024-02-24T04:11:32.342Z | Downloaded defmt-parser v0.3.3 |
1371 | 2024-02-24T04:11:32.342Z | Downloaded rustc-hash v1.1.0 |
1372 | 2024-02-24T04:11:32.345Z | Downloaded nu-ansi-term v0.50.0 |
1373 | 2024-02-24T04:11:32.345Z | Downloaded ring v0.16.20 |
1374 | 2024-02-24T04:11:32.421Z | Downloaded defmt-macros v0.3.6 |
1375 | 2024-02-24T04:11:32.424Z | Downloaded fs-err v2.11.0 |
1376 | 2024-02-24T04:11:32.427Z | Downloaded form_urlencoded v1.2.1 |
1377 | 2024-02-24T04:11:32.427Z | Downloaded ena v0.14.2 |
1378 | 2024-02-24T04:11:32.430Z | Downloaded universal-hash v0.5.1 |
1379 | 2024-02-24T04:11:32.430Z | Downloaded r2d2 v0.8.10 |
1380 | 2024-02-24T04:11:32.430Z | Downloaded semver v0.1.20 |
1381 | 2024-02-24T04:11:32.433Z | Downloaded phf v0.11.2 |
1382 | 2024-02-24T04:11:32.433Z | Downloaded float-cmp v0.9.0 |
1383 | 2024-02-24T04:11:32.433Z | Downloaded strum_macros v0.24.3 |
1384 | 2024-02-24T04:11:32.436Z | Downloaded strsim v0.8.0 |
1385 | 2024-02-24T04:11:32.436Z | Downloaded chacha20poly1305 v0.10.1 |
1386 | 2024-02-24T04:11:32.438Z | Downloaded rstest v0.18.2 |
1387 | 2024-02-24T04:11:32.441Z | Downloaded mime_guess v2.0.4 |
1388 | 2024-02-24T04:11:32.444Z | Downloaded mime v0.3.17 |
1389 | 2024-02-24T04:11:32.444Z | Downloaded unicode-linebreak v0.1.5 |
1390 | 2024-02-24T04:11:32.444Z | Downloaded fnv v1.0.7 |
1391 | 2024-02-24T04:11:32.448Z | Downloaded flagset v0.4.3 |
1392 | 2024-02-24T04:11:32.448Z | Downloaded yansi v0.5.1 |
1393 | 2024-02-24T04:11:32.448Z | Downloaded utf-8 v0.7.6 |
1394 | 2024-02-24T04:11:32.451Z | Downloaded smawk v0.3.1 |
1395 | 2024-02-24T04:11:32.451Z | Downloaded slog-stdlog v4.1.1 |
1396 | 2024-02-24T04:11:32.451Z | Downloaded slog-async v2.8.0 |
1397 | 2024-02-24T04:11:32.454Z | Downloaded rustc-demangle v0.1.23 |
1398 | 2024-02-24T04:11:32.454Z | Downloaded rust-argon2 v1.0.1 |
1399 | 2024-02-24T04:11:32.460Z | Downloaded sec1 v0.7.3 |
1400 | 2024-02-24T04:11:32.460Z | Downloaded const-oid v0.9.5 |
1401 | 2024-02-24T04:11:32.463Z | Downloaded sha1 v0.10.6 |
1402 | 2024-02-24T04:11:32.463Z | Downloaded secrecy v0.8.0 |
1403 | 2024-02-24T04:11:32.463Z | Downloaded crc32fast v1.3.2 |
1404 | 2024-02-24T04:11:32.463Z | Downloaded semver v0.11.0 |
1405 | 2024-02-24T04:11:32.467Z | Downloaded native-tls v0.2.11 |
1406 | 2024-02-24T04:11:32.467Z | Downloaded clang-sys v1.6.1 |
1407 | 2024-02-24T04:11:32.470Z | Downloaded base64ct v1.6.0 |
1408 | 2024-02-24T04:11:32.473Z | Downloaded slog-bunyan v2.5.0 |
1409 | 2024-02-24T04:11:32.473Z | Downloaded rustc_version v0.4.0 |
1410 | 2024-02-24T04:11:32.473Z | Downloaded rustc_version v0.1.7 |
1411 | 2024-02-24T04:11:32.473Z | Downloaded lock_api v0.4.10 |
1412 | 2024-02-24T04:11:32.476Z | Downloaded sct v0.7.0 |
1413 | 2024-02-24T04:11:32.479Z | Downloaded foreign-types-shared v0.1.1 |
1414 | 2024-02-24T04:11:32.479Z | Downloaded async-trait v0.1.77 |
1415 | 2024-02-24T04:11:32.482Z | Downloaded arrayvec v0.7.4 |
1416 | 2024-02-24T04:11:32.485Z | Downloaded autocfg v1.1.0 |
1417 | 2024-02-24T04:11:32.485Z | Downloaded assert_cmd v2.0.14 |
1418 | 2024-02-24T04:11:32.488Z | Downloaded backoff v0.4.0 |
1419 | 2024-02-24T04:11:32.488Z | Downloaded argon2 v0.5.3 |
1420 | 2024-02-24T04:11:32.491Z | Downloaded ansi_term v0.12.1 |
1421 | 2024-02-24T04:11:32.491Z | Downloaded rtoolbox v0.0.1 |
1422 | 2024-02-24T04:11:32.494Z | Downloaded ipnet v2.9.0 |
1423 | 2024-02-24T04:11:32.494Z | Downloaded constant_time_eq v0.3.0 |
1424 | 2024-02-24T04:11:32.497Z | Downloaded signal-hook-mio v0.2.3 |
1425 | 2024-02-24T04:11:32.497Z | Downloaded multer v3.0.0 |
1426 | 2024-02-24T04:11:32.500Z | Downloaded crossbeam-deque v0.8.3 |
1427 | 2024-02-24T04:11:32.500Z | Downloaded newtype-uuid v1.0.1 |
1428 | 2024-02-24T04:11:32.500Z | Downloaded blake2 v0.10.6 |
1429 | 2024-02-24T04:11:32.504Z | Downloaded crc-any v2.4.3 |
1430 | 2024-02-24T04:11:32.504Z | Downloaded md-5 v0.10.5 |
1431 | 2024-02-24T04:11:32.506Z | Downloaded macaddr v1.0.1 |
1432 | 2024-02-24T04:11:32.506Z | Downloaded ipnetwork v0.20.0 |
1433 | 2024-02-24T04:11:32.512Z | Downloaded ciborium v0.2.2 |
1434 | 2024-02-24T04:11:32.515Z | Downloaded libefi-sys v0.1.0 |
1435 | 2024-02-24T04:11:32.515Z | Downloaded indoc v1.0.9 |
1436 | 2024-02-24T04:11:32.515Z | Downloaded arrayref v0.3.7 |
1437 | 2024-02-24T04:11:32.515Z | Downloaded array-init v0.0.4 |
1438 | 2024-02-24T04:11:32.518Z | Downloaded approx v0.5.1 |
1439 | 2024-02-24T04:11:32.518Z | Downloaded instant v0.1.12 |
1440 | 2024-02-24T04:11:32.520Z | Downloaded constant_time_eq v0.2.6 |
1441 | 2024-02-24T04:11:32.520Z | Downloaded inout v0.1.3 |
1442 | 2024-02-24T04:11:32.521Z | Downloaded crc-catalog v2.2.0 |
1443 | 2024-02-24T04:11:32.523Z | Downloaded memmap2 v0.7.1 |
1444 | 2024-02-24T04:11:32.523Z | Downloaded compact_str v0.7.1 |
1445 | 2024-02-24T04:11:32.526Z | Downloaded linear-map v1.2.0 |
1446 | 2024-02-24T04:11:32.529Z | Downloaded cexpr v0.6.0 |
1447 | 2024-02-24T04:11:32.529Z | Downloaded cancel-safe-futures v0.1.5 |
1448 | 2024-02-24T04:11:32.532Z | Downloaded newtype_derive v0.1.6 |
1449 | 2024-02-24T04:11:32.532Z | Downloaded newline-converter v0.3.0 |
1450 | 2024-02-24T04:11:32.535Z | Downloaded crunchy v0.2.2 |
1451 | 2024-02-24T04:11:32.535Z | Downloaded bytes v1.5.0 |
1452 | 2024-02-24T04:11:32.538Z | Downloaded match_cfg v0.1.0 |
1453 | 2024-02-24T04:11:32.538Z | Downloaded log v0.4.20 |
1454 | 2024-02-24T04:11:32.541Z | Downloaded castaway v0.2.2 |
1455 | 2024-02-24T04:11:32.541Z | Downloaded cast v0.3.0 |
1456 | 2024-02-24T04:11:32.544Z | Downloaded lazy_static v1.4.0 |
1457 | 2024-02-24T04:11:32.544Z | Downloaded ciborium-ll v0.2.2 |
1458 | 2024-02-24T04:11:32.544Z | Downloaded num-rational v0.4.1 |
1459 | 2024-02-24T04:11:32.548Z | Downloaded colored v2.0.4 |
1460 | 2024-02-24T04:11:32.548Z | Downloaded async-stream-impl v0.3.5 |
1461 | 2024-02-24T04:11:32.548Z | Downloaded libsw v3.3.1 |
1462 | 2024-02-24T04:11:32.550Z | Downloaded assert_matches v1.5.0 |
1463 | 2024-02-24T04:11:32.551Z | Downloaded adler v1.0.2 |
1464 | 2024-02-24T04:11:32.553Z | Downloaded corncobs v0.1.3 |
1465 | 2024-02-24T04:11:32.553Z | Downloaded managed v0.8.0 |
1466 | 2024-02-24T04:11:32.554Z | Downloaded lru v0.12.1 |
1467 | 2024-02-24T04:11:32.559Z | Downloaded kstat-rs v0.2.3 |
1468 | 2024-02-24T04:11:32.559Z | Downloaded bitfield v0.14.0 |
1469 | 2024-02-24T04:11:32.559Z | Downloaded linked-hash-map v0.5.6 |
1470 | 2024-02-24T04:11:32.562Z | Downloaded atomicwrites v0.4.3 |
1471 | 2024-02-24T04:11:32.562Z | Downloaded is_ci v1.2.0 |
1472 | 2024-02-24T04:11:32.562Z | Downloaded base16ct v0.2.0 |
1473 | 2024-02-24T04:11:32.562Z | Downloaded atomic-waker v1.1.1 |
1474 | 2024-02-24T04:11:32.562Z | Downloaded blake2b_simd v1.0.1 |
1475 | 2024-02-24T04:11:32.565Z | Downloaded num-derive v0.4.0 |
1476 | 2024-02-24T04:11:32.565Z | Downloaded num v0.4.1 |
1477 | 2024-02-24T04:11:32.568Z | Downloaded normalize-line-endings v0.3.0 |
1478 | 2024-02-24T04:11:32.568Z | Downloaded hyper-util v0.1.2 |
1479 | 2024-02-24T04:11:32.571Z | Downloaded bindgen v0.69.2 |
1480 | 2024-02-24T04:11:32.576Z | Downloaded cassowary v0.3.0 |
1481 | 2024-02-24T04:11:32.579Z | Downloaded hubpack v0.1.2 |
1482 | 2024-02-24T04:11:32.579Z | Downloaded byteorder v1.5.0 |
1483 | 2024-02-24T04:11:32.582Z | Downloaded bb8 v0.8.3 |
1484 | 2024-02-24T04:11:32.582Z | Downloaded hyper-staticfile v0.9.5 |
1485 | 2024-02-24T04:11:32.585Z | Downloaded home v0.5.5 |
1486 | 2024-02-24T04:11:32.585Z | Downloaded hostname v0.3.1 |
1487 | 2024-02-24T04:11:32.588Z | Downloaded hmac v0.12.1 |
1488 | 2024-02-24T04:11:32.588Z | Downloaded bit-set v0.5.3 |
1489 | 2024-02-24T04:11:32.588Z | Downloaded anes v0.1.6 |
1490 | 2024-02-24T04:11:33.120Z | Compiling libc v0.2.153 |
1491 | 2024-02-24T04:11:33.120Z | Compiling serde v1.0.196 |
1492 | 2024-02-24T04:11:33.123Z | Compiling autocfg v1.1.0 |
1493 | 2024-02-24T04:11:33.123Z | Compiling version_check v0.9.4 |
1494 | 2024-02-24T04:11:33.123Z | Checking cfg-if v1.0.0 |
1495 | 2024-02-24T04:11:33.181Z | Compiling syn v1.0.109 |
1496 | 2024-02-24T04:11:33.270Z | Compiling syn v2.0.48 |
1497 | 2024-02-24T04:11:33.313Z | Compiling parking_lot_core v0.9.8 |
1498 | 2024-02-24T04:11:33.332Z | Compiling memchr v2.6.3 |
1499 | 2024-02-24T04:11:33.781Z | Compiling libm v0.2.7 |
1500 | 2024-02-24T04:11:33.798Z | Compiling once_cell v1.19.0 |
1501 | 2024-02-24T04:11:33.985Z | Compiling ahash v0.8.7 |
1502 | 2024-02-24T04:11:34.132Z | Compiling lock_api v0.4.10 |
1503 | 2024-02-24T04:11:34.220Z | Compiling num-traits v0.2.16 |
1504 | 2024-02-24T04:11:34.391Z | Compiling serde_json v1.0.114 |
1505 | 2024-02-24T04:11:34.578Z | Compiling byteorder v1.5.0 |
1506 | 2024-02-24T04:11:35.046Z | Compiling log v0.4.20 |
1507 | 2024-02-24T04:11:35.148Z | Checking getrandom v0.2.10 |
1508 | 2024-02-24T04:11:35.190Z | Compiling cc v1.0.83 |
1509 | 2024-02-24T04:11:35.384Z | Compiling slab v0.4.9 |
1510 | 2024-02-24T04:11:35.593Z | Compiling typenum v1.16.0 |
1511 | 2024-02-24T04:11:35.651Z | Checking itoa v1.0.9 |
1512 | 2024-02-24T04:11:35.804Z | Compiling generic-array v0.14.7 |
1513 | 2024-02-24T04:11:35.852Z | Checking scopeguard v1.2.0 |
1514 | 2024-02-24T04:11:35.883Z | Compiling allocator-api2 v0.2.16 |
1515 | 2024-02-24T04:11:35.984Z | Compiling pkg-config v0.3.27 |
1516 | 2024-02-24T04:11:36.205Z | Compiling rustix v0.38.31 |
1517 | 2024-02-24T04:11:36.694Z | Checking smallvec v1.13.1 |
1518 | 2024-02-24T04:11:37.106Z | Compiling schemars v0.8.16 |
1519 | 2024-02-24T04:11:37.145Z | Compiling httparse v1.8.0 |
1520 | 2024-02-24T04:11:37.169Z | Compiling fnv v1.0.7 |
1521 | 2024-02-24T04:11:37.398Z | Compiling vcpkg v0.2.15 |
1522 | 2024-02-24T04:11:37.597Z | Compiling aho-corasick v1.0.4 |
1523 | 2024-02-24T04:11:37.861Z | Compiling regex-syntax v0.8.2 |
1524 | 2024-02-24T04:11:38.478Z | Compiling ring v0.17.8 |
1525 | 2024-02-24T04:11:39.819Z | Compiling openssl-sys v0.9.96 |
1526 | 2024-02-24T04:11:40.564Z | Checking parking_lot v0.12.1 |
1527 | 2024-02-24T04:11:40.699Z | Compiling ucd-trie v0.1.6 |
1528 | 2024-02-24T04:11:40.894Z | Checking pin-project-lite v0.2.13 |
1529 | 2024-02-24T04:11:41.197Z | Compiling serde_derive_internals v0.26.0 |
1530 | 2024-02-24T04:11:41.400Z | Compiling regex-automata v0.4.4 |
1531 | 2024-02-24T04:11:42.701Z | Compiling ring v0.16.20 |
1532 | 2024-02-24T04:11:42.795Z | Checking ryu v1.0.15 |
1533 | 2024-02-24T04:11:43.912Z | Checking signal-hook-registry v1.4.1 |
1534 | 2024-02-24T04:11:43.973Z | Compiling crossbeam-utils v0.8.16 |
1535 | 2024-02-24T04:11:44.129Z | Compiling openssl v0.10.60 |
1536 | 2024-02-24T04:11:44.374Z | Checking mio v0.8.9 |
1537 | 2024-02-24T04:11:44.513Z | Checking rand_core v0.6.4 |
1538 | 2024-02-24T04:11:44.579Z | Compiling iana-time-zone v0.1.57 |
1539 | 2024-02-24T04:11:44.791Z | Checking num_cpus v1.16.0 |
1540 | 2024-02-24T04:11:44.903Z | Checking futures-core v0.3.30 |
1541 | 2024-02-24T04:11:44.973Z | Compiling native-tls v0.2.11 |
1542 | 2024-02-24T04:11:45.008Z | Compiling rustls v0.21.9 |
1543 | 2024-02-24T04:11:45.084Z | Compiling dyn-clone v1.0.16 |
1544 | 2024-02-24T04:11:45.297Z | Compiling regex v1.10.3 |
1545 | 2024-02-24T04:11:45.315Z | Compiling spin v0.5.2 |
1546 | 2024-02-24T04:11:45.482Z | Checking socket2 v0.5.5 |
1547 | 2024-02-24T04:11:45.536Z | Compiling async-trait v0.1.77 |
1548 | 2024-02-24T04:11:45.929Z | Compiling slog v2.7.0 |
1549 | 2024-02-24T04:11:46.227Z | Compiling memoffset v0.9.0 |
1550 | 2024-02-24T04:11:46.703Z | Compiling crossbeam-epoch v0.9.15 |
1551 | 2024-02-24T04:11:46.822Z | Compiling backtrace v0.3.69 |
1552 | 2024-02-24T04:11:47.325Z | Compiling futures-sink v0.3.30 |
1553 | 2024-02-24T04:11:47.391Z | Compiling errno v0.3.8 |
1554 | 2024-02-24T04:11:47.478Z | Compiling rustversion v1.0.14 |
1555 | 2024-02-24T04:11:47.621Z | Compiling unicode-xid v0.2.4 |
1556 | 2024-02-24T04:11:47.762Z | Compiling crc32fast v1.3.2 |
1557 | 2024-02-24T04:11:47.782Z | Compiling tinyvec_macros v0.1.1 |
1558 | 2024-02-24T04:11:47.799Z | Compiling either v1.10.0 |
1559 | 2024-02-24T04:11:47.867Z | Compiling tinyvec v1.6.0 |
1560 | 2024-02-24T04:11:47.925Z | Compiling serde_derive v1.0.196 |
1561 | 2024-02-24T04:11:47.968Z | Compiling zerocopy-derive v0.7.32 |
1562 | 2024-02-24T04:11:48.195Z | Compiling thiserror-impl v1.0.57 |
1563 | 2024-02-24T04:11:48.211Z | Compiling zeroize_derive v1.4.2 |
1564 | 2024-02-24T04:11:48.288Z | Compiling tokio-macros v2.2.0 |
1565 | 2024-02-24T04:11:48.605Z | Compiling futures-macro v0.3.30 |
1566 | 2024-02-24T04:11:49.401Z | Compiling tracing-attributes v0.1.26 |
1567 | 2024-02-24T04:11:49.976Z | Compiling schemars_derive v0.8.16 |
1568 | 2024-02-24T04:11:50.115Z | Compiling openssl-macros v0.1.1 |
1569 | 2024-02-24T04:11:50.464Z | Compiling zerocopy v0.7.32 |
1570 | 2024-02-24T04:11:50.865Z | Checking zeroize v1.7.0 |
1571 | 2024-02-24T04:11:51.622Z | Compiling futures-channel v0.3.30 |
1572 | 2024-02-24T04:11:51.794Z | Compiling thiserror v1.0.57 |
1573 | 2024-02-24T04:11:51.974Z | Compiling pest v2.7.6 |
1574 | 2024-02-24T04:11:52.527Z | Compiling pin-utils v0.1.0 |
1575 | 2024-02-24T04:11:52.765Z | Compiling hashbrown v0.14.3 |
1576 | 2024-02-24T04:11:52.834Z | Compiling futures-io v0.3.30 |
1577 | 2024-02-24T04:11:52.966Z | Compiling futures-task v0.3.30 |
1578 | 2024-02-24T04:11:53.144Z | Compiling unicode-width v0.1.11 |
1579 | 2024-02-24T04:11:53.259Z | Compiling anyhow v1.0.75 |
1580 | 2024-02-24T04:11:53.314Z | Compiling futures-util v0.3.30 |
1581 | 2024-02-24T04:11:53.764Z | Compiling unicode-normalization v0.1.22 |
1582 | 2024-02-24T04:11:53.972Z | Compiling spin v0.9.8 |
1583 | 2024-02-24T04:11:53.986Z | Compiling tracing-core v0.1.31 |
1584 | 2024-02-24T04:11:54.198Z | Compiling unicode-bidi v0.3.13 |
1585 | 2024-02-24T04:11:54.341Z | Compiling pest_meta v2.7.6 |
1586 | 2024-02-24T04:11:54.763Z | Compiling tracing v0.1.37 |
1587 | 2024-02-24T04:11:55.289Z | Compiling der_derive v0.7.2 |
1588 | 2024-02-24T04:11:55.499Z | Compiling winnow v0.5.15 |
1589 | 2024-02-24T04:11:55.754Z | Compiling pest_generator v2.7.6 |
1590 | 2024-02-24T04:11:55.901Z | Compiling lazy_static v1.4.0 |
1591 | 2024-02-24T04:11:56.510Z | Checking subtle v2.5.0 |
1592 | 2024-02-24T04:11:59.232Z | Compiling foreign-types-shared v0.1.1 |
1593 | 2024-02-24T04:11:59.337Z | Compiling time-core v0.1.1 |
1594 | 2024-02-24T04:11:59.358Z | Compiling untrusted v0.7.1 |
1595 | 2024-02-24T04:11:59.514Z | Compiling untrusted v0.9.0 |
1596 | 2024-02-24T04:11:59.563Z | Compiling percent-encoding v2.3.1 |
1597 | 2024-02-24T04:11:59.885Z | Compiling pest_derive v2.7.6 |
1598 | 2024-02-24T04:11:59.943Z | Compiling time-macros v0.2.13 |
1599 | 2024-02-24T04:12:00.755Z | Compiling foreign-types v0.3.2 |
1600 | 2024-02-24T04:12:00.854Z | Compiling scroll_derive v0.12.0 |
1601 | 2024-02-24T04:12:02.008Z | Compiling synstructure v0.12.6 |
1602 | 2024-02-24T04:12:02.349Z | Checking bytes v1.5.0 |
1603 | 2024-02-24T04:12:02.513Z | Checking bitflags v2.4.0 |
1604 | 2024-02-24T04:12:03.358Z | Compiling indexmap v2.2.3 |
1605 | 2024-02-24T04:12:03.758Z | Compiling chrono v0.4.31 |
1606 | 2024-02-24T04:12:03.899Z | Compiling uuid v1.7.0 |
1607 | 2024-02-24T04:12:03.921Z | Compiling semver v1.0.22 |
1608 | 2024-02-24T04:12:03.941Z | Checking tokio v1.36.0 |
1609 | 2024-02-24T04:12:04.585Z | Compiling http v0.2.11 |
1610 | 2024-02-24T04:12:04.812Z | Compiling toml_datetime v0.6.5 |
1611 | 2024-02-24T04:12:05.303Z | Compiling serde_spanned v0.6.5 |
1612 | 2024-02-24T04:12:05.511Z | Compiling openapiv3 v2.0.0 |
1613 | 2024-02-24T04:12:05.552Z | Compiling rustc_version v0.4.0 |
1614 | 2024-02-24T04:12:06.347Z | Compiling toml_edit v0.19.15 |
1615 | 2024-02-24T04:12:07.887Z | Compiling thread-id v4.2.0 |
1616 | 2024-02-24T04:12:07.906Z | Compiling base64 v0.21.7 |
1617 | 2024-02-24T04:12:08.132Z | Compiling try-lock v0.2.4 |
1618 | 2024-02-24T04:12:08.281Z | Compiling want v0.3.1 |
1619 | 2024-02-24T04:12:08.631Z | Compiling http-body v0.4.5 |
1620 | 2024-02-24T04:12:08.717Z | Compiling zerocopy-derive v0.2.0 |
1621 | 2024-02-24T04:12:09.046Z | Compiling sct v0.7.0 |
1622 | 2024-02-24T04:12:09.389Z | Compiling rustls-webpki v0.101.7 |
1623 | 2024-02-24T04:12:10.481Z | Compiling form_urlencoded v1.2.1 |
1624 | 2024-02-24T04:12:10.815Z | Compiling socket2 v0.4.9 |
1625 | 2024-02-24T04:12:11.274Z | Compiling tower-service v0.3.2 |
1626 | 2024-02-24T04:12:11.297Z | Compiling httpdate v1.0.3 |
1627 | 2024-02-24T04:12:11.396Z | Compiling const-oid v0.9.5 |
1628 | 2024-02-24T04:12:11.417Z | Compiling openssl-probe v0.1.5 |
1629 | 2024-02-24T04:12:11.682Z | Compiling idna v0.5.0 |
1630 | 2024-02-24T04:12:11.865Z | Compiling adler v1.0.2 |
1631 | 2024-02-24T04:12:12.105Z | Compiling miniz_oxide v0.7.1 |
1632 | 2024-02-24T04:12:12.894Z | Compiling url v2.5.0 |
1633 | 2024-02-24T04:12:13.332Z | Compiling tokio-util v0.7.10 |
1634 | 2024-02-24T04:12:13.747Z | Compiling signal-hook v0.3.17 |
1635 | 2024-02-24T04:12:14.207Z | Compiling ipnet v2.9.0 |
1636 | 2024-02-24T04:12:14.595Z | Compiling h2 v0.3.24 |
1637 | 2024-02-24T04:12:14.961Z | Compiling serde_urlencoded v0.7.1 |
1638 | 2024-02-24T04:12:15.472Z | Compiling tokio-rustls v0.24.1 |
1639 | 2024-02-24T04:12:15.508Z | Compiling tokio-native-tls v0.3.1 |
1640 | 2024-02-24T04:12:15.555Z | Compiling rustls-pemfile v1.0.3 |
1641 | 2024-02-24T04:12:15.793Z | Compiling crypto-common v0.1.6 |
1642 | 2024-02-24T04:12:15.886Z | Compiling clap_derive v4.5.0 |
1643 | 2024-02-24T04:12:15.940Z | Compiling zerocopy-derive v0.6.4 |
1644 | 2024-02-24T04:12:16.011Z | Compiling usdt-impl v0.3.5 |
1645 | 2024-02-24T04:12:16.378Z | Compiling encoding_rs v0.8.33 |
1646 | 2024-02-24T04:12:16.435Z | Compiling mime v0.3.17 |
1647 | 2024-02-24T04:12:17.071Z | Compiling gimli v0.28.0 |
1648 | 2024-02-24T04:12:17.852Z | Compiling siphasher v0.3.11 |
1649 | 2024-02-24T04:12:18.280Z | Compiling webpki-roots v0.25.2 |
1650 | 2024-02-24T04:12:18.438Z | Compiling zerocopy v0.3.0 |
1651 | 2024-02-24T04:12:18.571Z | Compiling scroll v0.12.0 |
1652 | 2024-02-24T04:12:19.177Z | Compiling block-buffer v0.10.4 |
1653 | 2024-02-24T04:12:19.460Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1654 | 2024-02-24T04:12:19.574Z | Compiling object v0.32.1 |
1655 | 2024-02-24T04:12:19.968Z | Compiling num-iter v0.1.43 |
1656 | 2024-02-24T04:12:20.299Z | Compiling usdt-impl v0.5.0 |
1657 | 2024-02-24T04:12:20.672Z | Compiling rustc-demangle v0.1.23 |
1658 | 2024-02-24T04:12:20.887Z | Compiling plain v0.2.3 |
1659 | 2024-02-24T04:12:21.044Z | Compiling goblin v0.8.0 |
1660 | 2024-02-24T04:12:21.191Z | Compiling flate2 v1.0.28 |
1661 | 2024-02-24T04:12:21.195Z | Compiling digest v0.10.7 |
1662 | 2024-02-24T04:12:21.644Z | Compiling addr2line v0.21.0 |
1663 | 2024-02-24T04:12:21.661Z | Compiling dof v0.1.5 |
1664 | 2024-02-24T04:12:21.996Z | Compiling hyper v0.14.27 |
1665 | 2024-02-24T04:12:22.196Z | Compiling heapless v0.7.16 |
1666 | 2024-02-24T04:12:22.336Z | Compiling dtrace-parser v0.1.14 |
1667 | 2024-02-24T04:12:22.534Z | Compiling futures-executor v0.3.30 |
1668 | 2024-02-24T04:12:22.650Z | Compiling strum_macros v0.25.2 |
1669 | 2024-02-24T04:12:22.699Z | Checking equivalent v1.0.1 |
1670 | 2024-02-24T04:12:22.807Z | Compiling pretty-hex v0.4.1 |
1671 | 2024-02-24T04:12:23.947Z | Compiling ppv-lite86 v0.2.17 |
1672 | 2024-02-24T04:12:23.952Z | Compiling rand_chacha v0.3.1 |
1673 | 2024-02-24T04:12:24.442Z | Compiling toml_edit v0.22.6 |
1674 | 2024-02-24T04:12:26.548Z | Compiling futures v0.3.30 |
1675 | 2024-02-24T04:12:26.914Z | Compiling toml v0.7.8 |
1676 | 2024-02-24T04:12:27.082Z | Compiling dof v0.3.0 |
1677 | 2024-02-24T04:12:27.303Z | Compiling serde_tokenstream v0.1.7 |
1678 | 2024-02-24T04:12:27.733Z | Compiling hex v0.4.3 |
1679 | 2024-02-24T04:12:28.347Z | Compiling dtrace-parser v0.2.0 |
1680 | 2024-02-24T04:12:29.383Z | Compiling hyper-rustls v0.24.2 |
1681 | 2024-02-24T04:12:29.799Z | Compiling hyper-tls v0.5.0 |
1682 | 2024-02-24T04:12:29.802Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1683 | 2024-02-24T04:12:29.802Z | Compiling bit-vec v0.6.3 |
1684 | 2024-02-24T04:12:29.802Z | Compiling reqwest v0.11.22 |
1685 | 2024-02-24T04:12:30.092Z | Compiling rand v0.8.5 |
1686 | 2024-02-24T04:12:30.474Z | Compiling phf_shared v0.10.0 |
1687 | 2024-02-24T04:12:30.504Z | Compiling num-bigint v0.4.4 |
1688 | 2024-02-24T04:12:30.972Z | Compiling base64ct v1.6.0 |
1689 | 2024-02-24T04:12:31.402Z | Compiling precomputed-hash v0.1.1 |
1690 | 2024-02-24T04:12:31.521Z | Compiling new_debug_unreachable v1.0.4 |
1691 | 2024-02-24T04:12:31.605Z | Compiling fixedbitset v0.4.2 |
1692 | 2024-02-24T04:12:31.622Z | Compiling minimal-lexical v0.2.1 |
1693 | 2024-02-24T04:12:31.699Z | Compiling smoltcp v0.9.1 |
1694 | 2024-02-24T04:12:31.982Z | Compiling petgraph v0.6.4 |
1695 | 2024-02-24T04:12:32.130Z | Compiling nom v7.1.3 |
1696 | 2024-02-24T04:12:32.183Z | Compiling string_cache v0.8.7 |
1697 | 2024-02-24T04:12:32.473Z | Compiling pem-rfc7468 v0.7.0 |
1698 | 2024-02-24T04:12:32.646Z | Compiling bit-set v0.5.3 |
1699 | 2024-02-24T04:12:32.934Z | Compiling usdt-attr-macro v0.3.5 |
1700 | 2024-02-24T04:12:32.937Z | Compiling usdt-macro v0.3.5 |
1701 | 2024-02-24T04:12:33.040Z | Compiling hmac v0.12.1 |
1702 | 2024-02-24T04:12:33.225Z | Compiling enum-as-inner v0.5.1 |
1703 | 2024-02-24T04:12:33.274Z | Compiling hubpack_derive v0.1.1 |
1704 | 2024-02-24T04:12:33.889Z | Compiling itertools v0.10.5 |
1705 | 2024-02-24T04:12:34.234Z | Compiling diesel_table_macro_syntax v0.1.0 |
1706 | 2024-02-24T04:12:34.384Z | Compiling unicode-segmentation v1.10.1 |
1707 | 2024-02-24T04:12:34.499Z | Compiling flagset v0.4.3 |
1708 | 2024-02-24T04:12:34.526Z | Compiling lalrpop-util v0.19.12 |
1709 | 2024-02-24T04:12:34.664Z | Compiling diesel_derives v2.1.2 |
1710 | 2024-02-24T04:12:34.715Z | Compiling der v0.7.8 |
1711 | 2024-02-24T04:12:36.116Z | Compiling cpufeatures v0.2.12 |
1712 | 2024-02-24T04:12:36.229Z | Compiling sha2 v0.10.8 |
1713 | 2024-02-24T04:12:36.805Z | Compiling md-5 v0.10.5 |
1714 | 2024-02-24T04:12:37.004Z | Compiling spki v0.7.2 |
1715 | 2024-02-24T04:12:37.059Z | Compiling stringprep v0.1.3 |
1716 | 2024-02-24T04:12:37.116Z | Compiling serde_repr v0.1.16 |
1717 | 2024-02-24T04:12:37.135Z | Compiling num-integer v0.1.46 |
1718 | 2024-02-24T04:12:37.407Z | Compiling hash32 v0.2.1 |
1719 | 2024-02-24T04:12:37.783Z | Compiling stable_deref_trait v1.2.0 |
1720 | 2024-02-24T04:12:37.891Z | Compiling fallible-iterator v0.2.0 |
1721 | 2024-02-24T04:12:38.110Z | Compiling pkcs8 v0.10.2 |
1722 | 2024-02-24T04:12:38.514Z | Compiling phf_shared v0.11.2 |
1723 | 2024-02-24T04:12:38.620Z | Compiling postgres-protocol v0.6.6 |
1724 | 2024-02-24T04:12:38.891Z | Compiling ff v0.13.0 |
1725 | 2024-02-24T04:12:39.140Z | Compiling terminal_size v0.3.0 |
1726 | 2024-02-24T04:12:39.343Z | Compiling block-padding v0.3.3 |
1727 | 2024-02-24T04:12:39.371Z | Compiling scheduled-thread-pool v0.2.7 |
1728 | 2024-02-24T04:12:39.475Z | Compiling base16ct v0.2.0 |
1729 | 2024-02-24T04:12:39.746Z | Compiling matches v0.1.10 |
1730 | 2024-02-24T04:12:39.809Z | Compiling regex-automata v0.1.10 |
1731 | 2024-02-24T04:12:39.844Z | Compiling managed v0.8.0 |
1732 | 2024-02-24T04:12:39.964Z | Compiling num_threads v0.1.6 |
1733 | 2024-02-24T04:12:39.979Z | Compiling deranged v0.3.8 |
1734 | 2024-02-24T04:12:40.084Z | Checking unicode-ident v1.0.12 |
1735 | 2024-02-24T04:12:40.102Z | Compiling bitflags v1.3.2 |
1736 | 2024-02-24T04:12:40.134Z | Compiling clap_builder v4.5.0 |
1737 | 2024-02-24T04:12:40.201Z | Compiling idna v0.2.3 |
1738 | 2024-02-24T04:12:40.244Z | Compiling bstr v0.2.17 |
1739 | 2024-02-24T04:12:40.316Z | Compiling sec1 v0.7.3 |
1740 | 2024-02-24T04:12:40.913Z | Compiling r2d2 v0.8.10 |
1741 | 2024-02-24T04:12:41.319Z | Compiling inout v0.1.3 |
1742 | 2024-02-24T04:12:41.781Z | Compiling time v0.3.27 |
1743 | 2024-02-24T04:12:41.812Z | Compiling postgres-types v0.2.6 |
1744 | 2024-02-24T04:12:41.842Z | Compiling group v0.13.0 |
1745 | 2024-02-24T04:12:42.007Z | Compiling signal-hook-mio v0.2.3 |
1746 | 2024-02-24T04:12:42.174Z | Compiling phf v0.11.2 |
1747 | 2024-02-24T04:12:42.190Z | Compiling bzip2 v0.4.4 |
1748 | 2024-02-24T04:12:42.601Z | Compiling hubpack v0.1.2 |
1749 | 2024-02-24T04:12:42.608Z | Compiling hkdf v0.12.4 |
1750 | 2024-02-24T04:12:43.082Z | Compiling zerocopy v0.6.4 |
1751 | 2024-02-24T04:12:43.226Z | Compiling crypto-bigint v0.5.2 |
1752 | 2024-02-24T04:12:43.463Z | Compiling ipnetwork v0.20.0 |
1753 | 2024-02-24T04:12:44.435Z | Compiling float-cmp v0.9.0 |
1754 | 2024-02-24T04:12:45.077Z | Compiling difflib v0.4.0 |
1755 | 2024-02-24T04:12:45.080Z | Compiling whoami v1.4.1 |
1756 | 2024-02-24T04:12:45.353Z | Compiling static_assertions v1.1.0 |
1757 | 2024-02-24T04:12:45.457Z | Compiling data-encoding v2.4.0 |
1758 | 2024-02-24T04:12:45.575Z | Compiling predicates-core v1.0.6 |
1759 | 2024-02-24T04:12:45.958Z | Compiling regex-automata v0.3.8 |
1760 | 2024-02-24T04:12:46.542Z | Compiling normalize-line-endings v0.3.0 |
1761 | 2024-02-24T04:12:46.671Z | Compiling predicates v3.1.0 |
1762 | 2024-02-24T04:12:46.839Z | Compiling trust-dns-proto v0.22.0 |
1763 | 2024-02-24T04:12:47.481Z | Compiling yasna v0.5.2 |
1764 | 2024-02-24T04:12:47.910Z | Compiling bstr v1.6.0 |
1765 | 2024-02-24T04:12:48.438Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1766 | 2024-02-24T04:12:48.577Z | Compiling tokio-postgres v0.7.10 |
1767 | 2024-02-24T04:12:49.522Z | Compiling elliptic-curve v0.13.8 |
1768 | 2024-02-24T04:12:49.566Z | Compiling clap v4.5.0 |
1769 | 2024-02-24T04:12:49.695Z | Compiling zip v0.6.6 |
1770 | 2024-02-24T04:12:50.347Z | Compiling crossterm v0.27.0 |
1771 | 2024-02-24T04:12:50.564Z | Compiling cipher v0.4.4 |
1772 | 2024-02-24T04:12:51.656Z | Compiling similar v2.3.0 |
1773 | 2024-02-24T04:12:51.822Z | Compiling diesel v2.1.4 |
1774 | 2024-02-24T04:12:53.211Z | Compiling usdt v0.3.5 |
1775 | 2024-02-24T04:12:53.503Z | Compiling strum v0.25.0 |
1776 | 2024-02-24T04:12:53.683Z | Compiling tokio-stream v0.1.14 |
1777 | 2024-02-24T04:12:54.107Z | Compiling console v0.15.8 |
1778 | 2024-02-24T04:12:54.112Z | Checking proc-macro2 v1.0.78 |
1779 | 2024-02-24T04:12:54.552Z | Checking quote v1.0.35 |
1780 | 2024-02-24T04:12:56.527Z | Checking utf8parse v0.2.1 |
1781 | 2024-02-24T04:12:58.290Z | Checking anstyle v1.0.2 |
1782 | 2024-02-24T04:13:02.720Z | Checking anstyle-parse v0.2.1 |
1783 | 2024-02-24T04:13:03.856Z | Checking colorchoice v1.0.0 |
1784 | 2024-02-24T04:13:03.984Z | Checking anstyle-query v1.0.0 |
1785 | 2024-02-24T04:13:04.103Z | Checking anstream v0.6.11 |
1786 | 2024-02-24T04:13:04.460Z | Compiling serde_tokenstream v0.2.0 |
1787 | 2024-02-24T04:13:04.479Z | Checking clap_lex v0.7.0 |
1788 | 2024-02-24T04:13:04.728Z | Checking strsim v0.11.0 |
1789 | 2024-02-24T04:13:10.584Z | Checking winnow v0.6.1 |
1790 | 2024-02-24T04:13:16.926Z | Compiling regress v0.8.0 |
1791 | 2024-02-24T04:13:19.741Z | Compiling getopts v0.2.21 |
1792 | 2024-02-24T04:13:20.084Z | Compiling unsafe-libyaml v0.2.10 |
1793 | 2024-02-24T04:13:20.759Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1794 | 2024-02-24T04:13:20.780Z | Checking heck v0.4.1 |
1795 | 2024-02-24T04:13:22.138Z | Compiling serde_yaml v0.9.25 |
1796 | 2024-02-24T04:13:22.561Z | Checking camino v1.1.6 |
1797 | 2024-02-24T04:13:22.717Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1798 | 2024-02-24T04:13:23.054Z | Compiling ident_case v1.0.1 |
1799 | 2024-02-24T04:13:23.165Z | Compiling strsim v0.10.0 |
1800 | 2024-02-24T04:13:23.220Z | Checking fastrand v2.0.1 |
1801 | 2024-02-24T04:13:23.245Z | Checking match_cfg v0.1.0 |
1802 | 2024-02-24T04:13:23.337Z | Checking rustls-pki-types v1.3.0 |
1803 | 2024-02-24T04:13:23.546Z | Checking tempfile v3.10.0 |
1804 | 2024-02-24T04:13:23.742Z | Checking hostname v0.3.1 |
1805 | 2024-02-24T04:13:23.877Z | Checking http v1.0.0 |
1806 | 2024-02-24T04:13:23.904Z | Checking atty v0.2.14 |
1807 | 2024-02-24T04:13:24.009Z | Compiling paste v1.0.14 |
1808 | 2024-02-24T04:13:24.025Z | Checking quick-error v1.2.3 |
1809 | 2024-02-24T04:13:24.157Z | Checking sha1 v0.10.6 |
1810 | 2024-02-24T04:13:24.442Z | Checking dirs-sys-next v0.1.2 |
1811 | 2024-02-24T04:13:24.594Z | Compiling rustls v0.22.2 |
1812 | 2024-02-24T04:13:24.629Z | Checking dirs-next v2.0.0 |
1813 | 2024-02-24T04:13:24.932Z | Checking rustls-webpki v0.102.1 |
1814 | 2024-02-24T04:13:25.283Z | Checking crossbeam-channel v0.5.8 |
1815 | 2024-02-24T04:13:25.748Z | Checking thread_local v1.1.7 |
1816 | 2024-02-24T04:13:26.025Z | Checking instant v0.1.12 |
1817 | 2024-02-24T04:13:26.049Z | Compiling slog-async v2.8.0 |
1818 | 2024-02-24T04:13:26.135Z | Checking term v0.7.0 |
1819 | 2024-02-24T04:13:26.553Z | Checking rustls-pemfile v2.1.0 |
1820 | 2024-02-24T04:13:26.570Z | Compiling multer v3.0.0 |
1821 | 2024-02-24T04:13:26.574Z | Checking take_mut v0.2.2 |
1822 | 2024-02-24T04:13:26.682Z | Checking debug-ignore v1.0.5 |
1823 | 2024-02-24T04:13:26.780Z | Checking slog-term v2.9.0 |
1824 | 2024-02-24T04:13:26.816Z | Compiling darling_core v0.20.3 |
1825 | 2024-02-24T04:13:27.007Z | Checking slog-json v2.6.1 |
1826 | 2024-02-24T04:13:27.025Z | Compiling async-stream-impl v0.3.5 |
1827 | 2024-02-24T04:13:27.270Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1828 | 2024-02-24T04:13:27.273Z | Checking atomic-waker v1.1.1 |
1829 | 2024-02-24T04:13:27.405Z | Checking waitgroup v0.1.2 |
1830 | 2024-02-24T04:13:27.547Z | Checking slog-bunyan v2.5.0 |
1831 | 2024-02-24T04:13:27.713Z | Checking toml v0.8.10 |
1832 | 2024-02-24T04:13:28.087Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1833 | 2024-02-24T04:13:28.511Z | Checking serde_path_to_error v0.1.15 |
1834 | 2024-02-24T04:13:28.539Z | Checking async-stream v0.3.5 |
1835 | 2024-02-24T04:13:28.734Z | Checking wait-timeout v0.2.0 |
1836 | 2024-02-24T04:13:28.906Z | Compiling strum_macros v0.26.1 |
1837 | 2024-02-24T04:13:29.148Z | Compiling structmeta-derive v0.3.0 |
1838 | 2024-02-24T04:13:30.007Z | Checking tokio-rustls v0.25.0 |
1839 | 2024-02-24T04:13:30.373Z | Checking rusty-fork v0.3.0 |
1840 | 2024-02-24T04:13:30.656Z | Checking newtype-uuid v1.0.1 |
1841 | 2024-02-24T04:13:30.903Z | Compiling structmeta-derive v0.2.0 |
1842 | 2024-02-24T04:13:32.415Z | Compiling structmeta v0.3.0 |
1843 | 2024-02-24T04:13:32.883Z | Checking rand_xorshift v0.3.0 |
1844 | 2024-02-24T04:13:33.072Z | Checking unarray v0.1.4 |
1845 | 2024-02-24T04:13:33.119Z | Compiling darling_macro v0.20.3 |
1846 | 2024-02-24T04:13:33.225Z | Checking proptest v1.4.0 |
1847 | 2024-02-24T04:13:34.199Z | Compiling structmeta v0.2.0 |
1848 | 2024-02-24T04:13:34.237Z | Compiling darling v0.20.3 |
1849 | 2024-02-24T04:13:34.303Z | Compiling parse-display-derive v0.9.0 |
1850 | 2024-02-24T04:13:34.356Z | Compiling serde_with_macros v3.6.1 |
1851 | 2024-02-24T04:13:34.450Z | Checking strum v0.26.1 |
1852 | 2024-02-24T04:13:34.470Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1853 | 2024-02-24T04:13:34.595Z | Checking backoff v0.4.0 |
1854 | 2024-02-24T04:13:34.611Z | Compiling test-strategy v0.3.1 |
1855 | 2024-02-24T04:13:34.892Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1856 | 2024-02-24T04:13:34.936Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1857 | 2024-02-24T04:13:35.060Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1858 | 2024-02-24T04:13:35.214Z | Checking macaddr v1.0.1 |
1859 | 2024-02-24T04:13:35.554Z | Checking camino-tempfile v1.1.1 |
1860 | 2024-02-24T04:13:35.780Z | Checking is-terminal v0.4.9 |
1861 | 2024-02-24T04:13:35.847Z | Compiling proc-macro-error-attr v1.0.4 |
1862 | 2024-02-24T04:13:35.909Z | Compiling proc-macro-error v1.0.4 |
1863 | 2024-02-24T04:13:36.413Z | Compiling proc-macro-crate v1.3.1 |
1864 | 2024-02-24T04:13:37.590Z | Checking termtree v0.4.1 |
1865 | 2024-02-24T04:13:37.792Z | Compiling heapless v0.8.0 |
1866 | 2024-02-24T04:13:37.815Z | Checking serde_with v3.6.1 |
1867 | 2024-02-24T04:13:37.818Z | Checking predicates-tree v1.0.9 |
1868 | 2024-02-24T04:13:37.977Z | Compiling num_enum_derive v0.5.11 |
1869 | 2024-02-24T04:13:38.044Z | Checking hash32 v0.3.1 |
1870 | 2024-02-24T04:13:38.239Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1871 | 2024-02-24T04:13:38.608Z | Compiling smoltcp v0.11.0 |
1872 | 2024-02-24T04:13:38.911Z | Compiling usdt-macro v0.5.0 |
1873 | 2024-02-24T04:13:39.258Z | Checking parse-display v0.9.0 |
1874 | 2024-02-24T04:13:39.416Z | Compiling usdt-attr-macro v0.5.0 |
1875 | 2024-02-24T04:13:39.485Z | Checking memmap v0.7.0 |
1876 | 2024-02-24T04:13:39.637Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1877 | 2024-02-24T04:13:39.675Z | Checking embedded-io v0.4.0 |
1878 | 2024-02-24T04:13:39.692Z | Compiling crucible-workspace-hack v0.1.0 |
1879 | 2024-02-24T04:13:39.878Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1880 | 2024-02-24T04:13:39.994Z | Checking cobs v0.2.3 |
1881 | 2024-02-24T04:13:40.173Z | Checking postcard v1.0.8 |
1882 | 2024-02-24T04:13:40.549Z | Compiling foreign-types-macros v0.2.3 |
1883 | 2024-02-24T04:13:40.915Z | Checking num_enum v0.5.11 |
1884 | 2024-02-24T04:13:40.930Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1885 | 2024-02-24T04:13:41.075Z | Checking foreign-types-shared v0.3.1 |
1886 | 2024-02-24T04:13:41.158Z | Checking usdt v0.5.0 |
1887 | 2024-02-24T04:13:41.184Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1888 | 2024-02-24T04:13:41.270Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1889 | 2024-02-24T04:13:41.503Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1890 | 2024-02-24T04:13:41.542Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1891 | 2024-02-24T04:13:41.569Z | Checking cstr-argument v0.1.2 |
1892 | 2024-02-24T04:13:41.602Z | Checking pretty-hex v0.2.1 |
1893 | 2024-02-24T04:13:41.731Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1894 | 2024-02-24T04:13:41.764Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1895 | 2024-02-24T04:13:42.007Z | Checking foreign-types v0.5.0 |
1896 | 2024-02-24T04:13:42.102Z | Checking colored v2.0.4 |
1897 | 2024-02-24T04:13:42.119Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1898 | 2024-02-24T04:13:42.162Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1899 | 2024-02-24T04:13:42.393Z | Compiling zone_cfg_derive v0.3.0 |
1900 | 2024-02-24T04:13:42.397Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1901 | 2024-02-24T04:13:42.422Z | Compiling num-derive v0.4.0 |
1902 | 2024-02-24T04:13:42.615Z | Compiling mockall_derive v0.12.0 |
1903 | 2024-02-24T04:13:42.764Z | Checking downcast v0.11.0 |
1904 | 2024-02-24T04:13:42.970Z | Checking fragile v2.0.0 |
1905 | 2024-02-24T04:13:43.247Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1906 | 2024-02-24T04:13:43.397Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1907 | 2024-02-24T04:13:43.498Z | Checking smf v0.2.2 |
1908 | 2024-02-24T04:13:43.973Z | Checking filetime v0.2.23 |
1909 | 2024-02-24T04:13:44.030Z | Checking zone v0.3.0 |
1910 | 2024-02-24T04:13:44.162Z | Checking xattr v1.0.1 |
1911 | 2024-02-24T04:13:44.341Z | Checking same-file v1.0.6 |
1912 | 2024-02-24T04:13:44.507Z | Checking walkdir v2.4.0 |
1913 | 2024-02-24T04:13:44.529Z | Checking tar v0.4.40 |
1914 | 2024-02-24T04:13:44.777Z | Checking pem v3.0.2 |
1915 | 2024-02-24T04:13:44.820Z | Compiling rayon-core v1.12.0 |
1916 | 2024-02-24T04:13:44.851Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1917 | 2024-02-24T04:13:44.883Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1918 | 2024-02-24T04:13:44.977Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1919 | 2024-02-24T04:13:45.119Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1920 | 2024-02-24T04:13:45.193Z | Checking linked-hash-map v0.5.6 |
1921 | 2024-02-24T04:13:45.261Z | Checking itertools v0.12.1 |
1922 | 2024-02-24T04:13:45.305Z | Checking headers-core v0.2.0 |
1923 | 2024-02-24T04:13:45.448Z | Checking headers v0.3.9 |
1924 | 2024-02-24T04:13:45.513Z | Checking lru-cache v0.1.2 |
1925 | 2024-02-24T04:13:45.693Z | Checking password-hash v0.5.0 |
1926 | 2024-02-24T04:13:46.160Z | Checking blake2 v0.10.6 |
1927 | 2024-02-24T04:13:46.305Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1928 | 2024-02-24T04:13:46.562Z | Checking swrite v0.1.0 |
1929 | 2024-02-24T04:13:46.595Z | Checking argon2 v0.5.3 |
1930 | 2024-02-24T04:13:46.612Z | Compiling derive-where v1.2.7 |
1931 | 2024-02-24T04:13:46.678Z | Checking rcgen v0.12.1 |
1932 | 2024-02-24T04:13:47.118Z | Checking atomicwrites v0.4.3 |
1933 | 2024-02-24T04:13:47.260Z | Checking subprocess v0.2.9 |
1934 | 2024-02-24T04:13:47.320Z | Checking arc-swap v1.6.0 |
1935 | 2024-02-24T04:13:47.421Z | Compiling cancel-safe-futures v0.1.5 |
1936 | 2024-02-24T04:13:47.747Z | Checking slog-scope v4.4.0 |
1937 | 2024-02-24T04:13:47.793Z | Checking half v2.3.1 |
1938 | 2024-02-24T04:13:47.832Z | Checking ciborium-io v0.2.2 |
1939 | 2024-02-24T04:13:47.942Z | Checking slog-stdlog v4.1.1 |
1940 | 2024-02-24T04:13:48.014Z | Checking resolv-conf v0.7.0 |
1941 | 2024-02-24T04:13:48.112Z | Checking slog-envlogger v2.2.0 |
1942 | 2024-02-24T04:13:48.267Z | Checking ciborium-ll v0.2.2 |
1943 | 2024-02-24T04:13:48.336Z | Checking libsw v3.3.1 |
1944 | 2024-02-24T04:13:48.372Z | Checking trust-dns-resolver v0.22.0 |
1945 | 2024-02-24T04:13:48.402Z | Checking linear-map v1.2.0 |
1946 | 2024-02-24T04:13:48.583Z | Checking ciborium v0.2.2 |
1947 | 2024-02-24T04:13:48.600Z | Checking owo-colors v4.0.0 |
1948 | 2024-02-24T04:13:48.736Z | Compiling slog-dtrace v0.3.0 |
1949 | 2024-02-24T04:13:49.147Z | Checking textwrap v0.11.0 |
1950 | 2024-02-24T04:13:49.357Z | Compiling heck v0.3.3 |
1951 | 2024-02-24T04:13:49.611Z | Compiling blake3 v1.5.0 |
1952 | 2024-02-24T04:13:49.759Z | Compiling libefi-sys v0.1.0 |
1953 | 2024-02-24T04:13:49.972Z | Checking vec_map v0.8.2 |
1954 | 2024-02-24T04:13:50.073Z | Checking termcolor v1.2.0 |
1955 | 2024-02-24T04:13:50.229Z | Checking ansi_term v0.12.1 |
1956 | 2024-02-24T04:13:50.245Z | Checking strsim v0.8.0 |
1957 | 2024-02-24T04:13:50.459Z | Compiling structopt-derive v0.4.18 |
1958 | 2024-02-24T04:13:50.536Z | Checking clap v2.34.0 |
1959 | 2024-02-24T04:13:50.668Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1960 | 2024-02-24T04:13:50.696Z | Checking nibble_vec v0.1.0 |
1961 | 2024-02-24T04:13:50.878Z | Checking endian-type v0.1.2 |
1962 | 2024-02-24T04:13:50.894Z | Compiling radium v0.7.0 |
1963 | 2024-02-24T04:13:51.099Z | Checking radix_trie v0.2.1 |
1964 | 2024-02-24T04:13:51.146Z | Checking mockall v0.12.0 |
1965 | 2024-02-24T04:13:51.411Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1966 | 2024-02-24T04:13:51.440Z | Checking tap v1.0.1 |
1967 | 2024-02-24T04:13:51.462Z | Compiling maybe-uninit v2.0.0 |
1968 | 2024-02-24T04:13:51.597Z | Checking wyz v0.5.1 |
1969 | 2024-02-24T04:13:51.749Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1970 | 2024-02-24T04:13:51.996Z | Checking fxhash v0.2.1 |
1971 | 2024-02-24T04:13:52.034Z | Checking gethostname v0.4.3 |
1972 | 2024-02-24T04:13:52.122Z | Compiling semver v0.1.20 |
1973 | 2024-02-24T04:13:52.137Z | Compiling num-bigint-dig v0.8.4 |
1974 | 2024-02-24T04:13:52.171Z | Compiling packed_struct v0.10.1 |
1975 | 2024-02-24T04:13:52.186Z | Checking funty v2.0.0 |
1976 | 2024-02-24T04:13:52.476Z | Checking crc-catalog v2.2.0 |
1977 | 2024-02-24T04:13:52.616Z | Checking crc v3.0.1 |
1978 | 2024-02-24T04:13:52.708Z | Compiling rustc_version v0.1.7 |
1979 | 2024-02-24T04:13:52.827Z | Compiling packed_struct_codegen v0.10.1 |
1980 | 2024-02-24T04:13:52.888Z | Compiling indexmap v1.9.3 |
1981 | 2024-02-24T04:13:53.161Z | Checking nodrop v0.1.14 |
1982 | 2024-02-24T04:13:53.241Z | Compiling newtype_derive v0.1.6 |
1983 | 2024-02-24T04:13:53.273Z | Checking array-init v0.0.4 |
1984 | 2024-02-24T04:13:53.334Z | Checking bitvec v1.0.1 |
1985 | 2024-02-24T04:13:53.357Z | Checking smallvec v0.6.14 |
1986 | 2024-02-24T04:13:53.374Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1987 | 2024-02-24T04:13:53.654Z | Checking structopt v0.3.26 |
1988 | 2024-02-24T04:13:53.764Z | Checking pkcs1 v0.7.5 |
1989 | 2024-02-24T04:13:53.890Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1990 | 2024-02-24T04:13:54.042Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1991 | 2024-02-24T04:13:54.167Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1992 | 2024-02-24T04:13:54.183Z | Checking signature v2.1.0 |
1993 | 2024-02-24T04:13:54.280Z | Compiling crossbeam-deque v0.8.3 |
1994 | 2024-02-24T04:13:54.385Z | Checking hashbrown v0.12.3 |
1995 | 2024-02-24T04:13:54.632Z | Checking bitfield v0.14.0 |
1996 | 2024-02-24T04:13:55.611Z | Checking rsa v0.9.2 |
1997 | 2024-02-24T04:13:56.094Z | Checking serde-hex v0.1.0 |
1998 | 2024-02-24T04:13:56.217Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1999 | 2024-02-24T04:13:56.476Z | Checking env_logger v0.10.0 |
2000 | 2024-02-24T04:13:56.589Z | Checking x509-cert v0.2.4 |
2001 | 2024-02-24T04:13:56.833Z | Checking ron v0.8.1 |
2002 | 2024-02-24T04:13:56.893Z | Checking hashbrown v0.13.2 |
2003 | 2024-02-24T04:13:56.936Z | Compiling semver-parser v0.10.2 |
2004 | 2024-02-24T04:13:57.999Z | Compiling num-rational v0.4.1 |
2005 | 2024-02-24T04:13:58.140Z | Checking crc-any v2.4.3 |
2006 | 2024-02-24T04:13:58.321Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2007 | 2024-02-24T04:13:58.522Z | Checking object v0.30.4 |
2008 | 2024-02-24T04:13:58.589Z | Compiling semver v0.11.0 |
2009 | 2024-02-24T04:13:58.706Z | Compiling rayon v1.8.0 |
2010 | 2024-02-24T04:13:59.387Z | Compiling memmap2 v0.7.1 |
2011 | 2024-02-24T04:13:59.822Z | Checking path-slash v0.1.5 |
2012 | 2024-02-24T04:13:59.935Z | Compiling home v0.5.5 |
2013 | 2024-02-24T04:13:59.962Z | Compiling arrayvec v0.7.4 |
2014 | 2024-02-24T04:14:00.062Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2015 | 2024-02-24T04:14:00.189Z | Compiling constant_time_eq v0.3.0 |
2016 | 2024-02-24T04:14:00.219Z | Compiling arrayref v0.3.7 |
2017 | 2024-02-24T04:14:00.310Z | Compiling toolchain_find v0.2.0 |
2018 | 2024-02-24T04:14:00.383Z | Checking steno v0.4.0 |
2019 | 2024-02-24T04:14:00.947Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2020 | 2024-02-24T04:14:01.496Z | Compiling toml v0.5.11 |
2021 | 2024-02-24T04:14:01.730Z | Checking num-complex v0.4.4 |
2022 | 2024-02-24T04:14:02.561Z | Compiling convert_case v0.4.0 |
2023 | 2024-02-24T04:14:02.711Z | Compiling topological-sort v0.2.2 |
2024 | 2024-02-24T04:14:02.767Z | Checking num v0.4.1 |
2025 | 2024-02-24T04:14:02.872Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2026 | 2024-02-24T04:14:02.920Z | Checking newline-converter v0.3.0 |
2027 | 2024-02-24T04:14:03.518Z | Compiling derive_more v0.99.17 |
2028 | 2024-02-24T04:14:03.550Z | Compiling rustfmt-wrapper v0.2.0 |
2029 | 2024-02-24T04:14:04.165Z | Compiling omicron-zone-package v0.11.0 |
2030 | 2024-02-24T04:14:04.872Z | Checking expectorate v1.1.0 |
2031 | 2024-02-24T04:14:05.026Z | Checking utf-8 v0.7.6 |
2032 | 2024-02-24T04:14:05.043Z | Compiling buf-list v1.0.3 |
2033 | 2024-02-24T04:14:05.226Z | Checking tungstenite v0.20.1 |
2034 | 2024-02-24T04:14:05.451Z | Checking display-error-chain v0.2.0 |
2035 | 2024-02-24T04:14:05.600Z | Compiling parking_lot_core v0.8.6 |
2036 | 2024-02-24T04:14:05.992Z | Checking keccak v0.1.4 |
2037 | 2024-02-24T04:14:06.134Z | Checking trust-dns-client v0.22.0 |
2038 | 2024-02-24T04:14:06.137Z | Checking tokio-tungstenite v0.20.1 |
2039 | 2024-02-24T04:14:06.275Z | Checking sha3 v0.10.8 |
2040 | 2024-02-24T04:14:06.496Z | Checking parking_lot v0.11.2 |
2041 | 2024-02-24T04:14:06.671Z | Checking secrecy v0.8.0 |
2042 | 2024-02-24T04:14:06.846Z | Compiling pin-project-internal v1.1.3 |
2043 | 2024-02-24T04:14:06.918Z | Compiling doc-comment v0.3.3 |
2044 | 2024-02-24T04:14:07.482Z | Checking sled v0.34.7 |
2045 | 2024-02-24T04:14:07.810Z | Checking glob v0.3.1 |
2046 | 2024-02-24T04:14:08.123Z | Compiling vte_generate_state_changes v0.1.1 |
2047 | 2024-02-24T04:14:08.148Z | Checking trust-dns-server v0.22.1 |
2048 | 2024-02-24T04:14:08.824Z | Checking vte v0.11.1 |
2049 | 2024-02-24T04:14:10.266Z | Checking pin-project v1.1.3 |
2050 | 2024-02-24T04:14:10.334Z | Compiling unicase v2.7.0 |
2051 | 2024-02-24T04:14:10.395Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2052 | 2024-02-24T04:14:10.437Z | Compiling platforms v3.0.2 |
2053 | 2024-02-24T04:14:10.757Z | Checking strip-ansi-escapes v0.2.0 |
2054 | 2024-02-24T04:14:10.812Z | Checking fd-lock v3.0.13 |
2055 | 2024-02-24T04:14:10.853Z | Compiling snafu-derive v0.7.5 |
2056 | 2024-02-24T04:14:10.884Z | Compiling fs-err v2.11.0 |
2057 | 2024-02-24T04:14:10.904Z | Checking nu-ansi-term v0.50.0 |
2058 | 2024-02-24T04:14:11.004Z | Checking globset v0.4.13 |
2059 | 2024-02-24T04:14:11.324Z | Checking reedline v0.29.0 |
2060 | 2024-02-24T04:14:11.356Z | Checking olpc-cjson v0.1.3 |
2061 | 2024-02-24T04:14:11.473Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2062 | 2024-02-24T04:14:11.512Z | Checking serde_plain v1.0.2 |
2063 | 2024-02-24T04:14:11.536Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2064 | 2024-02-24T04:14:11.567Z | Compiling async-recursion v1.0.5 |
2065 | 2024-02-24T04:14:11.751Z | Checking typed-path v0.7.0 |
2066 | 2024-02-24T04:14:12.337Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2067 | 2024-02-24T04:14:12.382Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2068 | 2024-02-24T04:14:12.462Z | Compiling curve25519-dalek v4.1.1 |
2069 | 2024-02-24T04:14:12.849Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2070 | 2024-02-24T04:14:12.926Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2071 | 2024-02-24T04:14:13.132Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2072 | 2024-02-24T04:14:13.177Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2073 | 2024-02-24T04:14:13.207Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2074 | 2024-02-24T04:14:13.307Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2075 | 2024-02-24T04:14:13.606Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2076 | 2024-02-24T04:14:14.096Z | Compiling memoffset v0.7.1 |
2077 | 2024-02-24T04:14:14.419Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2078 | 2024-02-24T04:14:14.447Z | Checking parse-size v1.0.0 |
2079 | 2024-02-24T04:14:14.768Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2080 | 2024-02-24T04:14:17.025Z | Checking snafu v0.7.5 |
2081 | 2024-02-24T04:14:17.294Z | Compiling mime_guess v2.0.4 |
2082 | 2024-02-24T04:14:17.515Z | Checking tough v0.16.0 |
2083 | 2024-02-24T04:14:19.687Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2084 | 2024-02-24T04:14:20.100Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2085 | 2024-02-24T04:14:20.452Z | Checking universal-hash v0.5.1 |
2086 | 2024-02-24T04:14:20.649Z | Compiling thiserror-impl-no-std v2.0.2 |
2087 | 2024-02-24T04:14:20.892Z | Compiling curve25519-dalek-derive v0.1.0 |
2088 | 2024-02-24T04:14:21.300Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2089 | 2024-02-24T04:14:22.504Z | Checking opaque-debug v0.3.0 |
2090 | 2024-02-24T04:14:22.596Z | Checking poly1305 v0.8.0 |
2091 | 2024-02-24T04:14:24.180Z | Checking thiserror-no-std v2.0.2 |
2092 | 2024-02-24T04:14:24.392Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2093 | 2024-02-24T04:14:24.631Z | Checking chacha20 v0.9.1 |
2094 | 2024-02-24T04:14:24.746Z | Checking aead v0.5.2 |
2095 | 2024-02-24T04:14:24.971Z | Checking kstat-rs v0.2.3 |
2096 | 2024-02-24T04:14:25.013Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2097 | 2024-02-24T04:14:25.298Z | Compiling salty v0.2.0 |
2098 | 2024-02-24T04:14:25.339Z | Checking signature v1.6.4 |
2099 | 2024-02-24T04:14:25.904Z | Checking ed25519 v1.5.3 |
2100 | 2024-02-24T04:14:26.145Z | Checking chacha20poly1305 v0.10.1 |
2101 | 2024-02-24T04:14:26.557Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2102 | 2024-02-24T04:14:27.118Z | Checking vsss-rs v3.3.4 |
2103 | 2024-02-24T04:14:27.132Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2104 | 2024-02-24T04:14:27.342Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2105 | 2024-02-24T04:14:27.397Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2106 | 2024-02-24T04:14:29.344Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2107 | 2024-02-24T04:14:29.959Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2108 | 2024-02-24T04:14:30.304Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2109 | 2024-02-24T04:14:30.727Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2110 | 2024-02-24T04:14:31.405Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2111 | 2024-02-24T04:14:31.643Z | Checking serde-big-array v0.5.1 |
2112 | 2024-02-24T04:14:31.841Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2113 | 2024-02-24T04:14:31.873Z | Checking bytecount v0.6.3 |
2114 | 2024-02-24T04:14:32.078Z | Checking papergrid v0.11.0 |
2115 | 2024-02-24T04:14:32.986Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2116 | 2024-02-24T04:14:34.087Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2117 | 2024-02-24T04:14:34.132Z | Compiling tabled_derive v0.7.0 |
2118 | 2024-02-24T04:14:34.685Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2119 | 2024-02-24T04:14:35.165Z | Checking signal-hook-tokio v0.3.1 |
2120 | 2024-02-24T04:14:35.354Z | Checking fd-lock v4.0.2 |
2121 | 2024-02-24T04:14:35.401Z | Checking nix v0.27.1 |
2122 | 2024-02-24T04:14:35.556Z | Checking serde-big-array v0.4.1 |
2123 | 2024-02-24T04:14:35.730Z | Compiling sqlparser_derive v0.2.2 |
2124 | 2024-02-24T04:14:36.307Z | Checking unicode_categories v0.1.1 |
2125 | 2024-02-24T04:14:36.620Z | Compiling prettyplease v0.2.16 |
2126 | 2024-02-24T04:14:36.860Z | Checking humantime v2.1.0 |
2127 | 2024-02-24T04:14:36.996Z | Checking sqlparser v0.43.1 |
2128 | 2024-02-24T04:14:37.109Z | Checking tabled v0.15.0 |
2129 | 2024-02-24T04:14:37.189Z | Checking sqlformat v0.2.3 |
2130 | 2024-02-24T04:14:38.228Z | Checking rustyline v13.0.0 |
2131 | 2024-02-24T04:14:38.718Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2132 | 2024-02-24T04:14:39.777Z | Checking bcs v0.1.6 |
2133 | 2024-02-24T04:14:39.914Z | Checking highway v1.1.0 |
2134 | 2024-02-24T04:14:40.222Z | Checking corncobs v0.1.3 |
2135 | 2024-02-24T04:14:40.264Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2136 | 2024-02-24T04:14:40.416Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2137 | 2024-02-24T04:14:40.529Z | Checking http-range v0.1.5 |
2138 | 2024-02-24T04:14:40.609Z | Compiling crunchy v0.2.2 |
2139 | 2024-02-24T04:14:40.701Z | Checking hyper-staticfile v0.9.5 |
2140 | 2024-02-24T04:14:40.704Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2141 | 2024-02-24T04:14:41.084Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2142 | 2024-02-24T04:14:41.109Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2143 | 2024-02-24T04:14:41.149Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2144 | 2024-02-24T04:14:41.153Z | Compiling clang-sys v1.6.1 |
2145 | 2024-02-24T04:14:41.772Z | Compiling tiny-keccak v2.0.2 |
2146 | 2024-02-24T04:14:42.154Z | Compiling darling_core v0.14.4 |
2147 | 2024-02-24T04:14:43.744Z | Checking assert_matches v1.5.0 |
2148 | 2024-02-24T04:14:43.843Z | Compiling ascii-canvas v3.0.0 |
2149 | 2024-02-24T04:14:44.550Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2150 | 2024-02-24T04:14:45.014Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2151 | 2024-02-24T04:14:45.301Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2152 | 2024-02-24T04:14:45.357Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2153 | 2024-02-24T04:14:45.815Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2154 | 2024-02-24T04:14:46.160Z | Compiling ena v0.14.2 |
2155 | 2024-02-24T04:14:46.285Z | Compiling libloading v0.7.4 |
2156 | 2024-02-24T04:14:46.572Z | Compiling diff v0.1.13 |
2157 | 2024-02-24T04:14:46.609Z | Compiling bindgen v0.69.2 |
2158 | 2024-02-24T04:14:46.658Z | Compiling regex-syntax v0.6.29 |
2159 | 2024-02-24T04:14:47.270Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2160 | 2024-02-24T04:14:47.331Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2161 | 2024-02-24T04:14:47.582Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2162 | 2024-02-24T04:14:49.309Z | Compiling darling_macro v0.14.4 |
2163 | 2024-02-24T04:14:50.451Z | Compiling darling v0.14.4 |
2164 | 2024-02-24T04:14:50.574Z | Compiling lalrpop v0.19.12 |
2165 | 2024-02-24T04:14:51.903Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2166 | 2024-02-24T04:14:52.166Z | Compiling cexpr v0.6.0 |
2167 | 2024-02-24T04:14:52.998Z | Compiling which v4.4.0 |
2168 | 2024-02-24T04:14:53.173Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2169 | 2024-02-24T04:14:53.576Z | Checking maplit v1.0.2 |
2170 | 2024-02-24T04:14:53.579Z | Compiling peeking_take_while v0.1.2 |
2171 | 2024-02-24T04:14:53.693Z | Compiling ref-cast v1.0.20 |
2172 | 2024-02-24T04:14:53.727Z | Compiling shlex v1.3.0 |
2173 | 2024-02-24T04:14:53.928Z | Compiling lazycell v1.3.0 |
2174 | 2024-02-24T04:14:54.110Z | Compiling portable-atomic v1.4.3 |
2175 | 2024-02-24T04:14:54.191Z | Compiling rustc-hash v1.1.0 |
2176 | 2024-02-24T04:14:54.319Z | Compiling derive_builder_core v0.12.0 |
2177 | 2024-02-24T04:14:54.322Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2178 | 2024-02-24T04:14:54.655Z | Compiling ref-cast-impl v1.0.20 |
2179 | 2024-02-24T04:14:55.245Z | Compiling libxml v0.3.3 |
2180 | 2024-02-24T04:14:56.115Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2181 | 2024-02-24T04:14:56.377Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2182 | 2024-02-24T04:14:56.709Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2183 | 2024-02-24T04:14:56.909Z | Compiling derive_builder_macro v0.12.0 |
2184 | 2024-02-24T04:14:57.158Z | Compiling strum_macros v0.24.3 |
2185 | 2024-02-24T04:14:57.348Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2186 | 2024-02-24T04:14:57.683Z | Compiling cookie v0.18.0 |
2187 | 2024-02-24T04:14:57.852Z | Compiling indoc v1.0.9 |
2188 | 2024-02-24T04:14:58.025Z | Checking number_prefix v0.4.0 |
2189 | 2024-02-24T04:14:58.225Z | Checking indicatif v0.17.8 |
2190 | 2024-02-24T04:14:59.022Z | Checking derive_builder v0.12.0 |
2191 | 2024-02-24T04:14:59.170Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2192 | 2024-02-24T04:14:59.489Z | Checking bb8 v0.8.3 |
2193 | 2024-02-24T04:14:59.970Z | Checking quick-xml v0.30.0 |
2194 | 2024-02-24T04:15:00.665Z | Checking castaway v0.2.2 |
2195 | 2024-02-24T04:15:00.832Z | Compiling oso-derive v0.27.0 |
2196 | 2024-02-24T04:15:00.935Z | Compiling impl-trait-for-tuples v0.2.2 |
2197 | 2024-02-24T04:15:01.243Z | Checking compact_str v0.7.1 |
2198 | 2024-02-24T04:15:01.994Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2199 | 2024-02-24T04:15:02.471Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2200 | 2024-02-24T04:15:02.534Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2201 | 2024-02-24T04:15:02.628Z | Checking lru v0.12.1 |
2202 | 2024-02-24T04:15:02.919Z | Compiling stability v0.1.1 |
2203 | 2024-02-24T04:15:03.912Z | Compiling indoc v2.0.3 |
2204 | 2024-02-24T04:15:03.986Z | Checking cassowary v0.3.0 |
2205 | 2024-02-24T04:15:04.360Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2206 | 2024-02-24T04:15:04.375Z | Checking unicode-linebreak v0.1.5 |
2207 | 2024-02-24T04:15:04.390Z | Checking smawk v0.3.1 |
2208 | 2024-02-24T04:15:04.589Z | Checking is_ci v1.2.0 |
2209 | 2024-02-24T04:15:04.723Z | Checking supports-color v3.0.0 |
2210 | 2024-02-24T04:15:04.783Z | Checking textwrap v0.16.1 |
2211 | 2024-02-24T04:15:04.896Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2212 | 2024-02-24T04:15:05.047Z | Checking ratatui v0.26.1 |
2213 | 2024-02-24T04:15:05.152Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2214 | 2024-02-24T04:15:05.256Z | Checking rtoolbox v0.0.1 |
2215 | 2024-02-24T04:15:05.436Z | Checking rpassword v7.3.1 |
2216 | 2024-02-24T04:15:05.497Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2217 | 2024-02-24T04:15:05.582Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2218 | 2024-02-24T04:15:05.903Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2219 | 2024-02-24T04:15:06.355Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2220 | 2024-02-24T04:15:07.002Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2221 | 2024-02-24T04:15:07.507Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2222 | 2024-02-24T04:15:08.217Z | Checking tui-tree-widget v0.17.0 |
2223 | 2024-02-24T04:15:08.457Z | Checking fatfs v0.3.6 |
2224 | 2024-02-24T04:15:08.516Z | Checking shell-words v1.1.0 |
2225 | 2024-02-24T04:15:08.701Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2226 | 2024-02-24T04:15:09.809Z | Checking yansi v0.5.1 |
2227 | 2024-02-24T04:15:09.868Z | Compiling target-lexicon v0.12.13 |
2228 | 2024-02-24T04:15:10.111Z | Checking pretty_assertions v1.4.0 |
2229 | 2024-02-24T04:15:10.319Z | Checking plotters-backend v0.3.5 |
2230 | 2024-02-24T04:15:10.814Z | Compiling guppy-workspace-hack v0.1.0 |
2231 | 2024-02-24T04:15:11.382Z | Checking plotters-svg v0.3.5 |
2232 | 2024-02-24T04:15:11.612Z | Checking http-body v1.0.0 |
2233 | 2024-02-24T04:15:11.676Z | Checking rand v0.4.6 |
2234 | 2024-02-24T04:15:11.815Z | Checking remove_dir_all v0.5.3 |
2235 | 2024-02-24T04:15:11.928Z | Compiling target-spec v3.1.0 |
2236 | 2024-02-24T04:15:12.570Z | Checking tower-layer v0.3.2 |
2237 | 2024-02-24T04:15:12.668Z | Compiling assert_cmd v2.0.14 |
2238 | 2024-02-24T04:15:12.850Z | Checking cast v0.3.0 |
2239 | 2024-02-24T04:15:13.141Z | Checking tower v0.4.13 |
2240 | 2024-02-24T04:15:13.201Z | Checking criterion-plot v0.5.0 |
2241 | 2024-02-24T04:15:13.345Z | Checking tempdir v0.3.7 |
2242 | 2024-02-24T04:15:13.548Z | Checking hyper v1.1.0 |
2243 | 2024-02-24T04:15:13.744Z | Checking cfg-expr v0.15.6 |
2244 | 2024-02-24T04:15:13.999Z | Checking plotters v0.3.5 |
2245 | 2024-02-24T04:15:14.693Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2246 | 2024-02-24T04:15:14.890Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2247 | 2024-02-24T04:15:15.649Z | Checking tinytemplate v1.2.1 |
2248 | 2024-02-24T04:15:15.784Z | Checking cargo-platform v0.1.3 |
2249 | 2024-02-24T04:15:16.038Z | Checking anes v0.1.6 |
2250 | 2024-02-24T04:15:16.087Z | Checking oorandom v11.1.3 |
2251 | 2024-02-24T04:15:16.246Z | Checking cargo_metadata v0.18.1 |
2252 | 2024-02-24T04:15:16.397Z | Checking criterion v0.5.1 |
2253 | 2024-02-24T04:15:16.513Z | Checking hyper-util v0.1.2 |
2254 | 2024-02-24T04:15:18.335Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2255 | 2024-02-24T04:15:18.587Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2256 | 2024-02-24T04:15:18.912Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2257 | 2024-02-24T04:15:19.468Z | Checking rustls-native-certs v0.7.0 |
2258 | 2024-02-24T04:15:19.623Z | Checking pathdiff v0.2.1 |
2259 | 2024-02-24T04:15:19.785Z | Checking nested v0.1.1 |
2260 | 2024-02-24T04:15:20.002Z | Checking guppy v0.17.5 |
2261 | 2024-02-24T04:15:22.222Z | Checking hyper-rustls v0.26.0 |
2262 | 2024-02-24T04:15:22.577Z | Checking httptest v0.15.5 |
2263 | 2024-02-24T04:15:22.729Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2264 | 2024-02-24T04:15:23.325Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2265 | 2024-02-24T04:15:23.649Z | Checking threadpool v1.8.1 |
2266 | 2024-02-24T04:15:23.732Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2267 | 2024-02-24T04:15:23.850Z | Checking nanorand v0.7.0 |
2268 | 2024-02-24T04:15:25.123Z | Checking flume v0.11.0 |
2269 | 2024-02-24T04:15:25.540Z | Checking libtest-mimic v0.6.1 |
2270 | 2024-02-24T04:15:25.653Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2271 | 2024-02-24T04:15:25.751Z | Checking similar-asserts v1.5.0 |
2272 | 2024-02-24T04:15:25.956Z | Compiling rstest_macros v0.18.2 |
2273 | 2024-02-24T04:15:26.619Z | Checking datatest-stable v0.2.3 |
2274 | 2024-02-24T04:15:26.856Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2275 | 2024-02-24T04:15:27.979Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2276 | 2024-02-24T04:15:28.140Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2277 | 2024-02-24T04:15:28.521Z | Checking csv-core v0.1.11 |
2278 | 2024-02-24T04:15:28.700Z | Compiling trybuild v1.0.89 |
2279 | 2024-02-24T04:15:28.854Z | Compiling relative-path v1.9.0 |
2280 | 2024-02-24T04:15:28.874Z | Checking constant_time_eq v0.2.6 |
2281 | 2024-02-24T04:15:29.021Z | Checking blake2b_simd v1.0.1 |
2282 | 2024-02-24T04:15:29.212Z | Checking csv v1.3.0 |
2283 | 2024-02-24T04:15:29.924Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2284 | 2024-02-24T04:15:30.153Z | Checking multimap v0.10.0 |
2285 | 2024-02-24T04:15:30.446Z | Checking basic-toml v0.1.8 |
2286 | 2024-02-24T04:15:31.281Z | Checking futures-timer v3.0.2 |
2287 | 2024-02-24T04:15:33.076Z | Checking rust-argon2 v1.0.1 |
2288 | 2024-02-24T04:15:33.488Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2289 | 2024-02-24T04:15:35.551Z | Checking partial-io v0.5.4 |
2290 | 2024-02-24T04:15:35.948Z | Checking approx v0.5.1 |
2291 | 2024-02-24T04:15:36.185Z | Checking termios v0.3.3 |
2292 | 2024-02-24T04:15:36.416Z | Checking hex-literal v0.4.1 |
2293 | 2024-02-24T04:15:39.892Z | Checking rstest v0.18.2 |
2294 | 2024-02-24T04:15:41.528Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2295 | 2024-02-24T04:16:28.008Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2296 | 2024-02-24T04:16:31.845Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2297 | 2024-02-24T04:16:33.086Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2298 | 2024-02-24T04:16:33.206Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2299 | 2024-02-24T04:16:45.512Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2300 | 2024-02-24T04:16:57.149Z | Compiling polar-core v0.27.0 |
2301 | 2024-02-24T04:17:03.978Z | Checking oso v0.27.0 |
2302 | 2024-02-24T04:17:29.349Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2303 | 2024-02-24T04:18:29.708Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 59s |
2304 | 2024-02-24T04:18:29.886Z | |
2305 | 2024-02-24T04:18:29.886Z | real 7:42.400782344 |
2306 | 2024-02-24T04:18:29.887Z | user 40:20.129310007 |
2307 | 2024-02-24T04:18:29.887Z | sys 6:47.193657201 |
2308 | 2024-02-24T04:18:29.887Z | trap 1.081624088 |
2309 | 2024-02-24T04:18:29.887Z | tflt 6.438505487 |
2310 | 2024-02-24T04:18:29.887Z | dflt 3.614989903 |
2311 | 2024-02-24T04:18:29.887Z | kflt 0.056624347 |
2312 | 2024-02-24T04:18:29.887Z | lock 1:01:56.377708769 |
2313 | 2024-02-24T04:18:29.887Z | slp 2:03:24.249977207 |
2314 | 2024-02-24T04:18:29.887Z | lat 1:45.645631432 |
2315 | 2024-02-24T04:18:29.887Z | stop 4:24.806081249 |
2316 | 2024-02-24T04:18:30.694Z | warning: output filename collision. |
2317 | 2024-02-24T04:18:30.694Z | 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)`. |
2318 | 2024-02-24T04:18:30.694Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2319 | 2024-02-24T04:18:30.694Z | The targets should have unique names. |
2320 | 2024-02-24T04:18:30.694Z | This is a known bug where multiple crates with the same name use |
2321 | 2024-02-24T04:18:30.694Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2322 | 2024-02-24T04:18:30.699Z | warning: output filename collision. |
2323 | 2024-02-24T04:18:30.699Z | The lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2324 | 2024-02-24T04:18:30.699Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2325 | 2024-02-24T04:18:30.699Z | The targets should have unique names. |
2326 | 2024-02-24T04:18:30.699Z | This is a known bug where multiple crates with the same name use |
2327 | 2024-02-24T04:18:30.699Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2328 | 2024-02-24T04:18:30.699Z | warning: output filename collision. |
2329 | 2024-02-24T04:18:30.699Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2330 | 2024-02-24T04:18:30.699Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2331 | 2024-02-24T04:18:30.699Z | The targets should have unique names. |
2332 | 2024-02-24T04:18:30.699Z | This is a known bug where multiple crates with the same name use |
2333 | 2024-02-24T04:18:30.699Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2334 | 2024-02-24T04:18:30.699Z | warning: output filename collision. |
2335 | 2024-02-24T04:18:30.699Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`. |
2336 | 2024-02-24T04:18:30.699Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2337 | 2024-02-24T04:18:30.699Z | The targets should have unique names. |
2338 | 2024-02-24T04:18:30.699Z | This is a known bug where multiple crates with the same name use |
2339 | 2024-02-24T04:18:30.699Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2340 | 2024-02-24T04:18:30.700Z | warning: output filename collision. |
2341 | 2024-02-24T04:18:30.700Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`. |
2342 | 2024-02-24T04:18:30.700Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2343 | 2024-02-24T04:18:30.700Z | The targets should have unique names. |
2344 | 2024-02-24T04:18:30.700Z | This is a known bug where multiple crates with the same name use |
2345 | 2024-02-24T04:18:30.700Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2346 | 2024-02-24T04:18:30.700Z | warning: output filename collision. |
2347 | 2024-02-24T04:18:30.700Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`. |
2348 | 2024-02-24T04:18:30.700Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2349 | 2024-02-24T04:18:30.700Z | The targets should have unique names. |
2350 | 2024-02-24T04:18:30.700Z | This is a known bug where multiple crates with the same name use |
2351 | 2024-02-24T04:18:30.700Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2352 | 2024-02-24T04:18:30.700Z | warning: output filename collision. |
2353 | 2024-02-24T04:18:30.700Z | 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)`. |
2354 | 2024-02-24T04:18:30.700Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2355 | 2024-02-24T04:18:30.700Z | The targets should have unique names. |
2356 | 2024-02-24T04:18:30.700Z | This is a known bug where multiple crates with the same name use |
2357 | 2024-02-24T04:18:30.700Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2358 | 2024-02-24T04:18:31.121Z | Documenting libc v0.2.153 |
2359 | 2024-02-24T04:18:31.160Z | Documenting cfg-if v1.0.0 |
2360 | 2024-02-24T04:18:31.173Z | Documenting serde_derive v1.0.196 |
2361 | 2024-02-24T04:18:31.199Z | Documenting log v0.4.20 |
2362 | 2024-02-24T04:18:31.199Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2363 | 2024-02-24T04:18:31.224Z | Documenting memchr v2.6.3 |
2364 | 2024-02-24T04:18:31.227Z | Documenting scopeguard v1.2.0 |
2365 | 2024-02-24T04:18:31.241Z | Documenting byteorder v1.5.0 |
2366 | 2024-02-24T04:18:31.534Z | Documenting smallvec v1.13.1 |
2367 | 2024-02-24T04:18:33.863Z | Documenting itoa v1.0.9 |
2368 | 2024-02-24T04:18:33.925Z | Documenting lock_api v0.4.10 |
2369 | 2024-02-24T04:18:34.754Z | Documenting once_cell v1.19.0 |
2370 | 2024-02-24T04:18:34.923Z | Documenting zeroize_derive v1.4.2 |
2371 | 2024-02-24T04:18:34.962Z | Documenting libm v0.2.7 |
2372 | 2024-02-24T04:18:35.299Z | Documenting getrandom v0.2.10 |
2373 | 2024-02-24T04:18:35.844Z | Documenting parking_lot_core v0.9.8 |
2374 | 2024-02-24T04:18:36.780Z | Documenting pin-project-lite v0.2.13 |
2375 | 2024-02-24T04:18:36.861Z | Documenting signal-hook-registry v1.4.1 |
2376 | 2024-02-24T04:18:37.563Z | Documenting serde v1.0.196 |
2377 | 2024-02-24T04:18:38.408Z | Documenting num-traits v0.2.16 |
2378 | 2024-02-24T04:18:38.618Z | Documenting mio v0.8.9 |
2379 | 2024-02-24T04:18:39.421Z | Documenting rand_core v0.6.4 |
2380 | 2024-02-24T04:18:39.663Z | Documenting futures-core v0.3.30 |
2381 | 2024-02-24T04:18:39.885Z | Documenting parking_lot v0.12.1 |
2382 | 2024-02-24T04:18:40.554Z | Documenting zeroize v1.7.0 |
2383 | 2024-02-24T04:18:40.895Z | Documenting ryu v1.0.15 |
2384 | 2024-02-24T04:18:42.821Z | Documenting thiserror-impl v1.0.57 |
2385 | 2024-02-24T04:18:43.138Z | Documenting socket2 v0.5.5 |
2386 | 2024-02-24T04:18:43.278Z | Documenting num_cpus v1.16.0 |
2387 | 2024-02-24T04:18:43.575Z | Documenting tokio-macros v2.2.0 |
2388 | 2024-02-24T04:18:43.739Z | Documenting zerocopy v0.7.32 |
2389 | 2024-02-24T04:18:43.870Z | Documenting typenum v1.16.0 |
2390 | 2024-02-24T04:18:44.561Z | Documenting subtle v2.5.0 |
2391 | 2024-02-24T04:18:47.132Z | Documenting futures-sink v0.3.30 |
2392 | 2024-02-24T04:18:47.727Z | Documenting thiserror v1.0.57 |
2393 | 2024-02-24T04:18:48.007Z | Documenting pin-utils v0.1.0 |
2394 | 2024-02-24T04:18:48.022Z | Documenting iana-time-zone v0.1.57 |
2395 | 2024-02-24T04:18:48.428Z | Documenting slab v0.4.9 |
2396 | 2024-02-24T04:18:50.907Z | Documenting futures-channel v0.3.30 |
2397 | 2024-02-24T04:18:51.125Z | Documenting ahash v0.8.7 |
2398 | 2024-02-24T04:18:51.440Z | Documenting futures-macro v0.3.30 |
2399 | 2024-02-24T04:18:51.668Z | Documenting futures-task v0.3.30 |
2400 | 2024-02-24T04:18:52.506Z | Documenting futures-io v0.3.30 |
2401 | 2024-02-24T04:18:53.269Z | Documenting allocator-api2 v0.2.16 |
2402 | 2024-02-24T04:18:55.212Z | Documenting const-oid v0.9.5 |
2403 | 2024-02-24T04:18:55.761Z | Documenting tinyvec_macros v0.1.1 |
2404 | 2024-02-24T04:18:56.126Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2405 | 2024-02-24T04:18:56.297Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2406 | 2024-02-24T04:18:56.458Z | Documenting tracing-core v0.1.31 |
2407 | 2024-02-24T04:18:56.599Z | Documenting futures-util v0.3.30 |
2408 | 2024-02-24T04:18:56.776Z | Documenting hashbrown v0.14.3 |
2409 | 2024-02-24T04:18:57.143Z | Documenting tracing-attributes v0.1.26 |
2410 | 2024-02-24T04:18:58.662Z | Documenting tinyvec v1.6.0 |
2411 | 2024-02-24T04:18:59.238Z | Documenting bytes v1.5.0 |
2412 | 2024-02-24T04:19:01.484Z | Documenting bitflags v2.4.0 |
2413 | 2024-02-24T04:19:02.460Z | Documenting serde_json v1.0.114 |
2414 | 2024-02-24T04:19:02.512Z | Documenting chrono v0.4.31 |
2415 | 2024-02-24T04:19:04.055Z | Documenting uuid v1.7.0 |
2416 | 2024-02-24T04:19:04.503Z | Documenting tokio v1.36.0 |
2417 | 2024-02-24T04:19:05.923Z | Documenting unicode-normalization v0.1.22 |
2418 | 2024-02-24T04:19:07.281Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2419 | 2024-02-24T04:19:08.392Z | Documenting ppv-lite86 v0.2.17 |
2420 | 2024-02-24T04:19:08.637Z | Documenting equivalent v1.0.1 |
2421 | 2024-02-24T04:19:09.266Z | Documenting unicode-bidi v0.3.13 |
2422 | 2024-02-24T04:19:09.720Z | Documenting generic-array v0.14.7 |
2423 | 2024-02-24T04:19:10.584Z | Documenting serde_derive_internals v0.26.0 |
2424 | 2024-02-24T04:19:11.629Z | Documenting indexmap v2.2.3 |
2425 | 2024-02-24T04:19:11.632Z | Documenting rand_chacha v0.3.1 |
2426 | 2024-02-24T04:19:13.456Z | Checking serde_derive_internals v0.26.0 |
2427 | 2024-02-24T04:19:14.086Z | Documenting base64 v0.21.7 |
2428 | 2024-02-24T04:19:14.409Z | Documenting crypto-common v0.1.6 |
2429 | 2024-02-24T04:19:15.458Z | Documenting tracing v0.1.37 |
2430 | 2024-02-24T04:19:15.929Z | Documenting block-buffer v0.10.4 |
2431 | 2024-02-24T04:19:16.062Z | Documenting rand v0.8.5 |
2432 | 2024-02-24T04:19:16.134Z | Documenting percent-encoding v2.3.1 |
2433 | 2024-02-24T04:19:16.796Z | Documenting dyn-clone v1.0.16 |
2434 | 2024-02-24T04:19:17.427Z | Documenting schemars_derive v0.8.16 |
2435 | 2024-02-24T04:19:18.005Z | Documenting lazy_static v1.4.0 |
2436 | 2024-02-24T04:19:19.129Z | Documenting fnv v1.0.7 |
2437 | 2024-02-24T04:19:19.840Z | Documenting errno v0.3.8 |
2438 | 2024-02-24T04:19:20.200Z | Documenting form_urlencoded v1.2.1 |
2439 | 2024-02-24T04:19:20.513Z | Documenting digest v0.10.7 |
2440 | 2024-02-24T04:19:20.875Z | Documenting cpufeatures v0.2.12 |
2441 | 2024-02-24T04:19:21.604Z | Documenting idna v0.5.0 |
2442 | 2024-02-24T04:19:22.783Z | Documenting httparse v1.8.0 |
2443 | 2024-02-24T04:19:23.658Z | Documenting unicode-width v0.1.11 |
2444 | 2024-02-24T04:19:23.848Z | Documenting rustix v0.38.31 |
2445 | 2024-02-24T04:19:23.931Z | Documenting schemars v0.8.16 |
2446 | 2024-02-24T04:19:24.162Z | Documenting unicode-ident v1.0.12 |
2447 | 2024-02-24T04:19:26.013Z | Documenting url v2.5.0 |
2448 | 2024-02-24T04:19:26.603Z | Documenting try-lock v0.2.4 |
2449 | 2024-02-24T04:19:26.651Z | Documenting httpdate v1.0.3 |
2450 | 2024-02-24T04:19:27.155Z | Documenting proc-macro2 v1.0.78 |
2451 | 2024-02-24T04:19:27.576Z | Documenting adler v1.0.2 |
2452 | 2024-02-24T04:19:29.849Z | Documenting want v0.3.1 |
2453 | 2024-02-24T04:19:30.611Z | Documenting http-body v0.4.5 |
2454 | 2024-02-24T04:19:30.642Z | Documenting openssl-sys v0.9.96 |
2455 | 2024-02-24T04:19:30.661Z | Documenting miniz_oxide v0.7.1 |
2456 | 2024-02-24T04:19:30.931Z | Documenting openssl-macros v0.1.1 |
2457 | 2024-02-24T04:19:31.432Z | Documenting base64ct v1.6.0 |
2458 | 2024-02-24T04:19:31.531Z | Documenting mime v0.3.17 |
2459 | 2024-02-24T04:19:33.710Z | Documenting tower-service v0.3.2 |
2460 | 2024-02-24T04:19:33.969Z | Documenting quote v1.0.35 |
2461 | 2024-02-24T04:19:34.736Z | Documenting tokio-util v0.7.10 |
2462 | 2024-02-24T04:19:35.051Z | Documenting aho-corasick v1.0.4 |
2463 | 2024-02-24T04:19:35.242Z | Documenting slog v2.7.0 |
2464 | 2024-02-24T04:19:35.469Z | Documenting regex-syntax v0.8.2 |
2465 | 2024-02-24T04:19:35.619Z | Documenting openssl-probe v0.1.5 |
2466 | 2024-02-24T04:19:36.447Z | Documenting openssl v0.10.60 |
2467 | 2024-02-24T04:19:37.539Z | Documenting ipnet v2.9.0 |
2468 | 2024-02-24T04:19:37.798Z | Documenting syn v2.0.48 |
2469 | 2024-02-24T04:19:39.562Z | Documenting async-trait v0.1.77 |
2470 | 2024-02-24T04:19:39.706Z | Documenting pem-rfc7468 v0.7.0 |
2471 | 2024-02-24T04:19:40.042Z | Documenting crossbeam-utils v0.8.16 |
2472 | 2024-02-24T04:19:40.699Z | Documenting h2 v0.3.24 |
2473 | 2024-02-24T04:19:41.764Z | Documenting encoding_rs v0.8.33 |
2474 | 2024-02-24T04:19:42.263Z | Documenting regex-automata v0.4.4 |
2475 | 2024-02-24T04:19:43.749Z | Documenting der_derive v0.7.2 |
2476 | 2024-02-24T04:19:44.252Z | Documenting utf8parse v0.2.1 |
2477 | 2024-02-24T04:19:44.284Z | Documenting flagset v0.4.3 |
2478 | 2024-02-24T04:19:44.767Z | Documenting native-tls v0.2.11 |
2479 | 2024-02-24T04:19:46.298Z | Documenting serde_urlencoded v0.7.1 |
2480 | 2024-02-24T04:19:47.040Z | Documenting num-integer v0.1.46 |
2481 | 2024-02-24T04:19:47.114Z | Documenting time-macros v0.2.13 |
2482 | 2024-02-24T04:19:48.993Z | Documenting der v0.7.8 |
2483 | 2024-02-24T04:19:49.872Z | Documenting regex v1.10.3 |
2484 | 2024-02-24T04:19:49.884Z | Documenting tokio-native-tls v0.3.1 |
2485 | 2024-02-24T04:19:50.454Z | Documenting deranged v0.3.8 |
2486 | 2024-02-24T04:19:51.567Z | Documenting gimli v0.28.0 |
2487 | 2024-02-24T04:19:51.933Z | Documenting hyper v0.14.27 |
2488 | 2024-02-24T04:19:52.053Z | Documenting num_threads v0.1.6 |
2489 | 2024-02-24T04:19:54.007Z | Documenting time-core v0.1.1 |
2490 | 2024-02-24T04:19:54.980Z | Documenting spki v0.7.2 |
2491 | 2024-02-24T04:19:55.055Z | Documenting object v0.32.1 |
2492 | 2024-02-24T04:19:55.217Z | Documenting rustc-demangle v0.1.23 |
2493 | 2024-02-24T04:19:55.786Z | Documenting webpki-roots v0.25.2 |
2494 | 2024-02-24T04:19:56.693Z | Documenting spin v0.9.8 |
2495 | 2024-02-24T04:19:56.893Z | Documenting time v0.3.27 |
2496 | 2024-02-24T04:19:57.845Z | Documenting addr2line v0.21.0 |
2497 | 2024-02-24T04:19:58.277Z | Documenting either v1.10.0 |
2498 | 2024-02-24T04:19:59.581Z | Documenting pkcs8 v0.10.2 |
2499 | 2024-02-24T04:19:59.653Z | Documenting openapiv3 v2.0.0 |
2500 | 2024-02-24T04:19:59.840Z | Documenting futures-executor v0.3.30 |
2501 | 2024-02-24T04:20:01.634Z | Checking pest_meta v2.7.6 |
2502 | 2024-02-24T04:20:02.299Z | Documenting memoffset v0.9.0 |
2503 | 2024-02-24T04:20:02.343Z | Documenting data-encoding v2.4.0 |
2504 | 2024-02-24T04:20:02.624Z | Documenting anstyle v1.0.2 |
2505 | 2024-02-24T04:20:04.140Z | Documenting anstyle-parse v0.2.1 |
2506 | 2024-02-24T04:20:04.214Z | Documenting ipnetwork v0.20.0 |
2507 | 2024-02-24T04:20:04.493Z | Documenting hyper-tls v0.5.0 |
2508 | 2024-02-24T04:20:05.245Z | Documenting hyper-rustls v0.24.2 |
2509 | 2024-02-24T04:20:06.521Z | Documenting crossbeam-epoch v0.9.15 |
2510 | 2024-02-24T04:20:06.769Z | Documenting sha2 v0.10.8 |
2511 | 2024-02-24T04:20:07.523Z | Documenting hex v0.4.3 |
2512 | 2024-02-24T04:20:07.842Z | Documenting backtrace v0.3.69 |
2513 | 2024-02-24T04:20:08.220Z | Documenting crc32fast v1.3.2 |
2514 | 2024-02-24T04:20:09.533Z | Documenting pest_meta v2.7.6 |
2515 | 2024-02-24T04:20:10.620Z | Documenting scroll_derive v0.12.0 |
2516 | 2024-02-24T04:20:11.665Z | Documenting anstyle-query v1.0.0 |
2517 | 2024-02-24T04:20:11.755Z | Documenting untrusted v0.9.0 |
2518 | 2024-02-24T04:20:12.001Z | Documenting colorchoice v1.0.0 |
2519 | 2024-02-24T04:20:12.012Z | Documenting futures v0.3.30 |
2520 | 2024-02-24T04:20:13.460Z | Documenting reqwest v0.11.22 |
2521 | 2024-02-24T04:20:13.567Z | Documenting pest_generator v2.7.6 |
2522 | 2024-02-24T04:20:14.138Z | Documenting anyhow v1.0.75 |
2523 | 2024-02-24T04:20:14.638Z | Documenting ring v0.17.8 |
2524 | 2024-02-24T04:20:14.831Z | Checking pest_generator v2.7.6 |
2525 | 2024-02-24T04:20:15.030Z | Documenting scroll v0.12.0 |
2526 | 2024-02-24T04:20:15.341Z | Documenting anstream v0.6.11 |
2527 | 2024-02-24T04:20:15.558Z | Documenting num-iter v0.1.43 |
2528 | 2024-02-24T04:20:18.342Z | Documenting terminal_size v0.3.0 |
2529 | 2024-02-24T04:20:18.977Z | Documenting hmac v0.12.1 |
2530 | 2024-02-24T04:20:19.345Z | Documenting signal-hook v0.3.17 |
2531 | 2024-02-24T04:20:19.490Z | Documenting static_assertions v1.1.0 |
2532 | 2024-02-24T04:20:20.385Z | Documenting ucd-trie v0.1.6 |
2533 | 2024-02-24T04:20:20.545Z | Documenting strsim v0.11.0 |
2534 | 2024-02-24T04:20:20.647Z | Documenting plain v0.2.3 |
2535 | 2024-02-24T04:20:22.474Z | Documenting clap_lex v0.7.0 |
2536 | 2024-02-24T04:20:22.648Z | Documenting pest_derive v2.7.6 |
2537 | 2024-02-24T04:20:23.440Z | Documenting flate2 v1.0.28 |
2538 | 2024-02-24T04:20:23.529Z | Documenting goblin v0.8.0 |
2539 | 2024-02-24T04:20:23.954Z | Documenting clap_derive v4.5.0 |
2540 | 2024-02-24T04:20:24.228Z | Documenting managed v0.8.0 |
2541 | 2024-02-24T04:20:24.836Z | Documenting pest v2.7.6 |
2542 | 2024-02-24T04:20:24.954Z | Documenting pretty-hex v0.4.1 |
2543 | 2024-02-24T04:20:26.947Z | Documenting clap_builder v4.5.0 |
2544 | 2024-02-24T04:20:27.186Z | Documenting unicode-segmentation v1.10.1 |
2545 | 2024-02-24T04:20:27.496Z | Documenting signal-hook-mio v0.2.3 |
2546 | 2024-02-24T04:20:28.018Z | Documenting block-padding v0.3.3 |
2547 | 2024-02-24T04:20:28.711Z | Documenting scheduled-thread-pool v0.2.7 |
2548 | 2024-02-24T04:20:29.122Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2549 | 2024-02-24T04:20:29.824Z | Documenting dtrace-parser v0.2.0 |
2550 | 2024-02-24T04:20:30.660Z | Documenting thread-id v4.2.0 |
2551 | 2024-02-24T04:20:30.792Z | Documenting dof v0.3.0 |
2552 | 2024-02-24T04:20:31.772Z | Documenting enum-as-inner v0.5.1 |
2553 | 2024-02-24T04:20:32.845Z | Documenting diesel_table_macro_syntax v0.1.0 |
2554 | 2024-02-24T04:20:33.070Z | Checking diesel_table_macro_syntax v0.1.0 |
2555 | 2024-02-24T04:20:33.257Z | Documenting inout v0.1.3 |
2556 | 2024-02-24T04:20:33.278Z | Documenting clap v4.5.0 |
2557 | 2024-02-24T04:20:33.281Z | Documenting bzip2 v0.4.4 |
2558 | 2024-02-24T04:20:34.501Z | Documenting r2d2 v0.8.10 |
2559 | 2024-02-24T04:20:34.636Z | Documenting crossterm v0.27.0 |
2560 | 2024-02-24T04:20:35.935Z | Documenting usdt-impl v0.5.0 |
2561 | 2024-02-24T04:20:36.182Z | Documenting trust-dns-proto v0.22.0 |
2562 | 2024-02-24T04:20:37.247Z | Documenting md-5 v0.10.5 |
2563 | 2024-02-24T04:20:37.436Z | Documenting diesel_derives v2.1.2 |
2564 | 2024-02-24T04:20:38.589Z | Documenting stringprep v0.1.3 |
2565 | 2024-02-24T04:20:38.691Z | Documenting serde_spanned v0.6.5 |
2566 | 2024-02-24T04:20:38.811Z | Documenting toml_datetime v0.6.5 |
2567 | 2024-02-24T04:20:40.003Z | Documenting ff v0.13.0 |
2568 | 2024-02-24T04:20:42.089Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2569 | 2024-02-24T04:20:42.411Z | Documenting winnow v0.6.1 |
2570 | 2024-02-24T04:20:42.634Z | Documenting bit-vec v0.6.3 |
2571 | 2024-02-24T04:20:42.902Z | Documenting fallible-iterator v0.2.0 |
2572 | 2024-02-24T04:20:43.612Z | Documenting siphasher v0.3.11 |
2573 | 2024-02-24T04:20:44.312Z | Documenting base16ct v0.2.0 |
2574 | 2024-02-24T04:20:44.529Z | Documenting group v0.13.0 |
2575 | 2024-02-24T04:20:45.200Z | Documenting cipher v0.4.4 |
2576 | 2024-02-24T04:20:45.871Z | Documenting diesel v2.1.4 |
2577 | 2024-02-24T04:20:46.612Z | Documenting phf_shared v0.11.2 |
2578 | 2024-02-24T04:20:46.751Z | Documenting zip v0.6.6 |
2579 | 2024-02-24T04:20:47.418Z | Documenting sec1 v0.7.3 |
2580 | 2024-02-24T04:20:47.536Z | Documenting toml_edit v0.22.6 |
2581 | 2024-02-24T04:20:47.915Z | Documenting postgres-protocol v0.6.6 |
2582 | 2024-02-24T04:20:49.056Z | Documenting hkdf v0.12.4 |
2583 | 2024-02-24T04:20:50.446Z | Documenting num-bigint v0.4.4 |
2584 | 2024-02-24T04:20:51.471Z | Documenting crypto-bigint v0.5.2 |
2585 | 2024-02-24T04:20:51.661Z | Documenting regress v0.8.0 |
2586 | 2024-02-24T04:20:53.783Z | Documenting hubpack v0.1.2 |
2587 | 2024-02-24T04:20:54.204Z | Documenting bstr v1.6.0 |
2588 | 2024-02-24T04:20:54.298Z | Documenting serde_repr v0.1.16 |
2589 | 2024-02-24T04:20:55.099Z | Documenting new_debug_unreachable v1.0.4 |
2590 | 2024-02-24T04:20:58.093Z | Documenting lalrpop-util v0.19.12 |
2591 | 2024-02-24T04:20:58.101Z | Documenting minimal-lexical v0.2.1 |
2592 | 2024-02-24T04:20:58.241Z | Documenting precomputed-hash v0.1.1 |
2593 | 2024-02-24T04:20:58.326Z | Documenting fixedbitset v0.4.2 |
2594 | 2024-02-24T04:20:58.487Z | Documenting elliptic-curve v0.13.8 |
2595 | 2024-02-24T04:20:58.989Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2596 | 2024-02-24T04:20:59.616Z | Documenting yasna v0.5.2 |
2597 | 2024-02-24T04:21:01.594Z | Documenting petgraph v0.6.4 |
2598 | 2024-02-24T04:21:01.925Z | Documenting nom v7.1.3 |
2599 | 2024-02-24T04:21:01.992Z | Documenting string_cache v0.8.7 |
2600 | 2024-02-24T04:21:02.710Z | Documenting postgres-types v0.2.6 |
2601 | 2024-02-24T04:21:05.634Z | Documenting phf v0.11.2 |
2602 | 2024-02-24T04:21:06.452Z | Documenting console v0.15.8 |
2603 | 2024-02-24T04:21:06.617Z | Documenting semver v1.0.22 |
2604 | 2024-02-24T04:21:06.934Z | Documenting float-cmp v0.9.0 |
2605 | 2024-02-24T04:21:06.981Z | Documenting predicates-core v1.0.6 |
2606 | 2024-02-24T04:21:08.746Z | Documenting heck v0.4.1 |
2607 | 2024-02-24T04:21:09.160Z | Documenting difflib v0.4.0 |
2608 | 2024-02-24T04:21:09.772Z | Documenting whoami v1.4.1 |
2609 | 2024-02-24T04:21:10.818Z | Documenting normalize-line-endings v0.3.0 |
2610 | 2024-02-24T04:21:10.821Z | Documenting bit-set v0.5.3 |
2611 | 2024-02-24T04:21:10.889Z | Documenting similar v2.3.0 |
2612 | 2024-02-24T04:21:11.111Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2613 | 2024-02-24T04:21:12.056Z | Documenting tokio-stream v0.1.14 |
2614 | 2024-02-24T04:21:12.840Z | Documenting getopts v0.2.21 |
2615 | 2024-02-24T04:21:13.270Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2616 | 2024-02-24T04:21:13.570Z | Documenting tokio-postgres v0.7.10 |
2617 | 2024-02-24T04:21:14.446Z | Documenting predicates v3.1.0 |
2618 | 2024-02-24T04:21:14.879Z | Checking ident_case v1.0.1 |
2619 | 2024-02-24T04:21:15.040Z | Checking strsim v0.10.0 |
2620 | 2024-02-24T04:21:15.231Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2621 | 2024-02-24T04:21:15.254Z | Documenting match_cfg v0.1.0 |
2622 | 2024-02-24T04:21:16.728Z | Documenting sha1 v0.10.6 |
2623 | 2024-02-24T04:21:17.305Z | Documenting dirs-sys-next v0.1.2 |
2624 | 2024-02-24T04:21:17.910Z | Documenting rustls-pki-types v1.3.0 |
2625 | 2024-02-24T04:21:18.066Z | Documenting hostname v0.3.1 |
2626 | 2024-02-24T04:21:20.658Z | Documenting camino v1.1.6 |
2627 | 2024-02-24T04:21:21.011Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2628 | 2024-02-24T04:21:21.159Z | Documenting dirs-next v2.0.0 |
2629 | 2024-02-24T04:21:21.604Z | Documenting paste v1.0.14 |
2630 | 2024-02-24T04:21:21.849Z | Documenting thread_local v1.1.7 |
2631 | 2024-02-24T04:21:21.941Z | Documenting rustls-webpki v0.102.1 |
2632 | 2024-02-24T04:21:23.111Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2633 | 2024-02-24T04:21:23.801Z | Documenting crossbeam-channel v0.5.8 |
2634 | 2024-02-24T04:21:25.075Z | Documenting term v0.7.0 |
2635 | 2024-02-24T04:21:25.741Z | Documenting atty v0.2.14 |
2636 | 2024-02-24T04:21:25.805Z | Documenting take_mut v0.2.2 |
2637 | 2024-02-24T04:21:26.100Z | Documenting slog-json v2.6.1 |
2638 | 2024-02-24T04:21:26.378Z | Documenting rustls v0.22.2 |
2639 | 2024-02-24T04:21:26.816Z | Documenting http v1.0.0 |
2640 | 2024-02-24T04:21:27.795Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2641 | 2024-02-24T04:21:28.029Z | Documenting async-stream-impl v0.3.5 |
2642 | 2024-02-24T04:21:29.147Z | Documenting atomic-waker v1.1.1 |
2643 | 2024-02-24T04:21:29.219Z | Documenting slog-term v2.9.0 |
2644 | 2024-02-24T04:21:29.591Z | Documenting slog-async v2.8.0 |
2645 | 2024-02-24T04:21:30.780Z | Documenting debug-ignore v1.0.5 |
2646 | 2024-02-24T04:21:32.014Z | Documenting waitgroup v0.1.2 |
2647 | 2024-02-24T04:21:32.650Z | Documenting async-stream v0.3.5 |
2648 | 2024-02-24T04:21:32.892Z | Documenting multer v3.0.0 |
2649 | 2024-02-24T04:21:33.660Z | Documenting slog-bunyan v2.5.0 |
2650 | 2024-02-24T04:21:33.862Z | Documenting rustls-pemfile v2.1.0 |
2651 | 2024-02-24T04:21:34.210Z | Checking darling_core v0.20.3 |
2652 | 2024-02-24T04:21:35.690Z | Documenting tokio-rustls v0.25.0 |
2653 | 2024-02-24T04:21:35.783Z | Documenting toml v0.8.10 |
2654 | 2024-02-24T04:21:36.437Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2655 | 2024-02-24T04:21:36.441Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2656 | 2024-02-24T04:21:36.451Z | Documenting serde_path_to_error v0.1.15 |
2657 | 2024-02-24T04:21:37.700Z | Checking darling v0.20.3 |
2658 | 2024-02-24T04:21:37.813Z | Documenting serde_with_macros v3.6.1 |
2659 | 2024-02-24T04:21:37.979Z | Documenting structmeta-derive v0.3.0 |
2660 | 2024-02-24T04:21:38.364Z | Documenting strum v0.26.1 |
2661 | 2024-02-24T04:21:40.670Z | Checking structmeta v0.3.0 |
2662 | 2024-02-24T04:21:40.902Z | Documenting instant v0.1.12 |
2663 | 2024-02-24T04:21:41.187Z | Documenting newtype-uuid v1.0.1 |
2664 | 2024-02-24T04:21:41.683Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2665 | 2024-02-24T04:21:41.850Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2666 | 2024-02-24T04:21:42.060Z | Documenting macaddr v1.0.1 |
2667 | 2024-02-24T04:21:42.944Z | Documenting serde_with v3.6.1 |
2668 | 2024-02-24T04:21:43.148Z | Documenting structmeta v0.3.0 |
2669 | 2024-02-24T04:21:44.679Z | Documenting backoff v0.4.0 |
2670 | 2024-02-24T04:21:45.278Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2671 | 2024-02-24T04:21:46.134Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2672 | 2024-02-24T04:21:46.230Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2673 | 2024-02-24T04:21:46.372Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2674 | 2024-02-24T04:21:47.581Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2675 | 2024-02-24T04:21:47.718Z | Documenting parse-display-derive v0.9.0 |
2676 | 2024-02-24T04:21:49.019Z | Documenting fastrand v2.0.1 |
2677 | 2024-02-24T04:21:49.612Z | Documenting proc-macro-error-attr v1.0.4 |
2678 | 2024-02-24T04:21:50.416Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2679 | 2024-02-24T04:21:50.425Z | Checking proc-macro-error v1.0.4 |
2680 | 2024-02-24T04:21:50.703Z | Documenting is-terminal v0.4.9 |
2681 | 2024-02-24T04:21:51.040Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2682 | 2024-02-24T04:21:51.315Z | Checking proc-macro-crate v1.3.1 |
2683 | 2024-02-24T04:21:51.338Z | Documenting proc-macro-crate v1.3.1 |
2684 | 2024-02-24T04:21:51.568Z | Documenting hash32 v0.3.1 |
2685 | 2024-02-24T04:21:53.520Z | Documenting tempfile v3.10.0 |
2686 | 2024-02-24T04:21:53.641Z | Documenting proc-macro-error v1.0.4 |
2687 | 2024-02-24T04:21:53.840Z | Documenting parse-display v0.9.0 |
2688 | 2024-02-24T04:21:54.166Z | Documenting stable_deref_trait v1.2.0 |
2689 | 2024-02-24T04:21:55.606Z | Documenting embedded-io v0.4.0 |
2690 | 2024-02-24T04:21:55.818Z | Documenting cobs v0.2.3 |
2691 | 2024-02-24T04:21:56.878Z | Documenting num_enum_derive v0.5.11 |
2692 | 2024-02-24T04:21:56.983Z | Documenting heapless v0.8.0 |
2693 | 2024-02-24T04:21:57.134Z | Documenting foreign-types-macros v0.2.3 |
2694 | 2024-02-24T04:21:57.924Z | Documenting camino-tempfile v1.1.1 |
2695 | 2024-02-24T04:21:58.036Z | Documenting foreign-types-shared v0.3.1 |
2696 | 2024-02-24T04:21:58.167Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2697 | 2024-02-24T04:21:58.758Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2698 | 2024-02-24T04:21:58.915Z | Documenting postcard v1.0.8 |
2699 | 2024-02-24T04:22:01.034Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2700 | 2024-02-24T04:22:01.730Z | Documenting smoltcp v0.11.0 |
2701 | 2024-02-24T04:22:01.744Z | Documenting foreign-types v0.5.0 |
2702 | 2024-02-24T04:22:01.856Z | Documenting crucible-workspace-hack v0.1.0 |
2703 | 2024-02-24T04:22:02.444Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2704 | 2024-02-24T04:22:02.965Z | Documenting num_enum v0.5.11 |
2705 | 2024-02-24T04:22:03.600Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2706 | 2024-02-24T04:22:05.562Z | Documenting cstr-argument v0.1.2 |
2707 | 2024-02-24T04:22:05.762Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2708 | 2024-02-24T04:22:05.894Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2709 | 2024-02-24T04:22:06.206Z | Documenting colored v2.0.4 |
2710 | 2024-02-24T04:22:06.786Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2711 | 2024-02-24T04:22:07.536Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2712 | 2024-02-24T04:22:10.089Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2713 | 2024-02-24T04:22:10.187Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2714 | 2024-02-24T04:22:10.556Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2715 | 2024-02-24T04:22:10.831Z | Documenting zone_cfg_derive v0.3.0 |
2716 | 2024-02-24T04:22:11.505Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2717 | 2024-02-24T04:22:13.759Z | Documenting num-derive v0.4.0 |
2718 | 2024-02-24T04:22:14.394Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2719 | 2024-02-24T04:22:14.408Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2720 | 2024-02-24T04:22:14.658Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2721 | 2024-02-24T04:22:15.650Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2722 | 2024-02-24T04:22:15.659Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2723 | 2024-02-24T04:22:16.485Z | Documenting zone v0.3.0 |
2724 | 2024-02-24T04:22:18.446Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2725 | 2024-02-24T04:22:20.184Z | Documenting smf v0.2.2 |
2726 | 2024-02-24T04:22:20.259Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2727 | 2024-02-24T04:22:20.544Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2728 | 2024-02-24T04:22:20.559Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2729 | 2024-02-24T04:22:20.957Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2730 | 2024-02-24T04:22:21.566Z | Documenting linked-hash-map v0.5.6 |
2731 | 2024-02-24T04:22:23.245Z | Documenting password-hash v0.5.0 |
2732 | 2024-02-24T04:22:23.362Z | Documenting blake2 v0.10.6 |
2733 | 2024-02-24T04:22:24.362Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2734 | 2024-02-24T04:22:25.599Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2735 | 2024-02-24T04:22:26.166Z | Documenting lru-cache v0.1.2 |
2736 | 2024-02-24T04:22:27.270Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2737 | 2024-02-24T04:22:27.641Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2738 | 2024-02-24T04:22:27.725Z | Documenting itertools v0.12.1 |
2739 | 2024-02-24T04:22:28.452Z | Documenting argon2 v0.5.3 |
2740 | 2024-02-24T04:22:28.757Z | Documenting memmap v0.7.0 |
2741 | 2024-02-24T04:22:30.005Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2742 | 2024-02-24T04:22:30.363Z | Documenting quick-error v1.2.3 |
2743 | 2024-02-24T04:22:31.128Z | Documenting derive-where v1.2.7 |
2744 | 2024-02-24T04:22:31.278Z | Documenting swrite v0.1.0 |
2745 | 2024-02-24T04:22:32.955Z | Documenting usdt v0.5.0 |
2746 | 2024-02-24T04:22:33.585Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2747 | 2024-02-24T04:22:34.165Z | Documenting resolv-conf v0.7.0 |
2748 | 2024-02-24T04:22:34.745Z | Documenting newtype_derive v0.1.6 |
2749 | 2024-02-24T04:22:34.806Z | Documenting tap v1.0.1 |
2750 | 2024-02-24T04:22:35.031Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2751 | 2024-02-24T04:22:35.896Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2752 | 2024-02-24T04:22:36.319Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2753 | 2024-02-24T04:22:36.920Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2754 | 2024-02-24T04:22:37.170Z | Documenting radium v0.7.0 |
2755 | 2024-02-24T04:22:37.720Z | Documenting wyz v0.5.1 |
2756 | 2024-02-24T04:22:38.153Z | Documenting trust-dns-resolver v0.22.0 |
2757 | 2024-02-24T04:22:38.620Z | Documenting steno v0.4.0 |
2758 | 2024-02-24T04:22:40.142Z | Documenting nibble_vec v0.1.0 |
2759 | 2024-02-24T04:22:40.358Z | Checking heck v0.3.3 |
2760 | 2024-02-24T04:22:40.478Z | Documenting crc-catalog v2.2.0 |
2761 | 2024-02-24T04:22:40.521Z | Documenting endian-type v0.1.2 |
2762 | 2024-02-24T04:22:40.974Z | Documenting funty v2.0.0 |
2763 | 2024-02-24T04:22:43.462Z | Documenting crc v3.0.1 |
2764 | 2024-02-24T04:22:44.053Z | Documenting structopt-derive v0.4.18 |
2765 | 2024-02-24T04:22:44.260Z | Documenting bitvec v1.0.1 |
2766 | 2024-02-24T04:22:44.345Z | Documenting radix_trie v0.2.1 |
2767 | 2024-02-24T04:22:46.484Z | Documenting cancel-safe-futures v0.1.5 |
2768 | 2024-02-24T04:22:47.091Z | Documenting xattr v1.0.1 |
2769 | 2024-02-24T04:22:48.413Z | Documenting filetime v0.2.23 |
2770 | 2024-02-24T04:22:49.209Z | Documenting packed_struct_codegen v0.10.1 |
2771 | 2024-02-24T04:22:49.263Z | Documenting nodrop v0.1.14 |
2772 | 2024-02-24T04:22:49.604Z | Documenting structopt v0.3.26 |
2773 | 2024-02-24T04:22:51.045Z | Documenting num-bigint-dig v0.8.4 |
2774 | 2024-02-24T04:22:52.175Z | Documenting array-init v0.0.4 |
2775 | 2024-02-24T04:22:52.308Z | Documenting libefi-sys v0.1.0 |
2776 | 2024-02-24T04:22:52.367Z | Documenting tar v0.4.40 |
2777 | 2024-02-24T04:22:53.282Z | Documenting num-rational v0.4.1 |
2778 | 2024-02-24T04:22:54.020Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2779 | 2024-02-24T04:22:54.315Z | Documenting packed_struct v0.10.1 |
2780 | 2024-02-24T04:22:55.459Z | Documenting pkcs1 v0.7.5 |
2781 | 2024-02-24T04:22:56.490Z | Documenting signature v2.1.0 |
2782 | 2024-02-24T04:22:56.641Z | Documenting num-complex v0.4.4 |
2783 | 2024-02-24T04:22:57.447Z | Documenting termcolor v1.2.0 |
2784 | 2024-02-24T04:22:58.494Z | Documenting arc-swap v1.6.0 |
2785 | 2024-02-24T04:22:59.134Z | Documenting bitfield v0.14.0 |
2786 | 2024-02-24T04:23:00.075Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2787 | 2024-02-24T04:23:00.346Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2788 | 2024-02-24T04:23:01.392Z | Documenting rsa v0.9.2 |
2789 | 2024-02-24T04:23:01.571Z | Documenting env_logger v0.10.0 |
2790 | 2024-02-24T04:23:01.980Z | Documenting num v0.4.1 |
2791 | 2024-02-24T04:23:02.050Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2792 | 2024-02-24T04:23:02.429Z | Documenting slog-scope v4.4.0 |
2793 | 2024-02-24T04:23:03.520Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2794 | 2024-02-24T04:23:05.115Z | Documenting serde-hex v0.1.0 |
2795 | 2024-02-24T04:23:06.262Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2796 | 2024-02-24T04:23:06.555Z | Documenting x509-cert v0.2.4 |
2797 | 2024-02-24T04:23:06.695Z | Documenting ron v0.8.1 |
2798 | 2024-02-24T04:23:08.322Z | Documenting libsw v3.3.1 |
2799 | 2024-02-24T04:23:09.898Z | Documenting gethostname v0.4.3 |
2800 | 2024-02-24T04:23:10.166Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2801 | 2024-02-24T04:23:10.584Z | Documenting half v2.3.1 |
2802 | 2024-02-24T04:23:11.197Z | Documenting ciborium-io v0.2.2 |
2803 | 2024-02-24T04:23:11.555Z | Documenting owo-colors v4.0.0 |
2804 | 2024-02-24T04:23:12.279Z | Documenting crc-any v2.4.3 |
2805 | 2024-02-24T04:23:13.101Z | Documenting linear-map v1.2.0 |
2806 | 2024-02-24T04:23:13.679Z | Documenting same-file v1.0.6 |
2807 | 2024-02-24T04:23:13.827Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2808 | 2024-02-24T04:23:14.633Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2809 | 2024-02-24T04:23:14.944Z | Documenting ciborium-ll v0.2.2 |
2810 | 2024-02-24T04:23:15.599Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2811 | 2024-02-24T04:23:16.309Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2812 | 2024-02-24T04:23:17.803Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2813 | 2024-02-24T04:23:18.188Z | Documenting walkdir v2.4.0 |
2814 | 2024-02-24T04:23:19.165Z | Documenting slog-stdlog v4.1.1 |
2815 | 2024-02-24T04:23:21.199Z | Documenting slog-dtrace v0.3.0 |
2816 | 2024-02-24T04:23:21.467Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2817 | 2024-02-24T04:23:22.777Z | Documenting path-slash v0.1.5 |
2818 | 2024-02-24T04:23:24.129Z | Documenting slog-envlogger v2.2.0 |
2819 | 2024-02-24T04:23:26.545Z | Documenting ciborium v0.2.2 |
2820 | 2024-02-24T04:23:26.964Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2821 | 2024-02-24T04:23:28.435Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2822 | 2024-02-24T04:23:28.535Z | Documenting pem v3.0.2 |
2823 | 2024-02-24T04:23:29.066Z | Documenting fxhash v0.2.1 |
2824 | 2024-02-24T04:23:29.674Z | Documenting utf-8 v0.7.6 |
2825 | 2024-02-24T04:23:30.939Z | Documenting display-error-chain v0.2.0 |
2826 | 2024-02-24T04:23:32.282Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2827 | 2024-02-24T04:23:32.395Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2828 | 2024-02-24T04:23:32.883Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2829 | 2024-02-24T04:23:33.122Z | Documenting vte_generate_state_changes v0.1.1 |
2830 | 2024-02-24T04:23:33.450Z | Documenting tungstenite v0.20.1 |
2831 | 2024-02-24T04:23:33.677Z | Checking convert_case v0.4.0 |
2832 | 2024-02-24T04:23:33.929Z | Documenting convert_case v0.4.0 |
2833 | 2024-02-24T04:23:34.967Z | Documenting buf-list v1.0.3 |
2834 | 2024-02-24T04:23:36.996Z | Documenting vte v0.11.1 |
2835 | 2024-02-24T04:23:37.658Z | Documenting derive_more v0.99.17 |
2836 | 2024-02-24T04:23:39.031Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2837 | 2024-02-24T04:23:39.569Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2838 | 2024-02-24T04:23:39.649Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2839 | 2024-02-24T04:23:39.958Z | Checking darling_core v0.14.4 |
2840 | 2024-02-24T04:23:40.611Z | Documenting tokio-tungstenite v0.20.1 |
2841 | 2024-02-24T04:23:41.292Z | Documenting pin-project-internal v1.1.3 |
2842 | 2024-02-24T04:23:41.716Z | Checking darling v0.14.4 |
2843 | 2024-02-24T04:23:41.828Z | Documenting strip-ansi-escapes v0.2.0 |
2844 | 2024-02-24T04:23:43.596Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2845 | 2024-02-24T04:23:45.707Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2846 | 2024-02-24T04:23:46.430Z | Documenting pin-project v1.1.3 |
2847 | 2024-02-24T04:23:47.435Z | Documenting doc-comment v0.3.3 |
2848 | 2024-02-24T04:23:47.576Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2849 | 2024-02-24T04:23:48.864Z | Documenting crossbeam-deque v0.8.3 |
2850 | 2024-02-24T04:23:49.389Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2851 | 2024-02-24T04:23:49.553Z | Documenting snafu-derive v0.7.5 |
2852 | 2024-02-24T04:23:49.818Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2853 | 2024-02-24T04:23:50.153Z | Documenting nu-ansi-term v0.50.0 |
2854 | 2024-02-24T04:23:52.967Z | Documenting rayon-core v1.12.0 |
2855 | 2024-02-24T04:23:54.237Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2856 | 2024-02-24T04:23:54.367Z | Documenting reedline v0.29.0 |
2857 | 2024-02-24T04:23:55.938Z | Documenting trust-dns-client v0.22.0 |
2858 | 2024-02-24T04:23:56.037Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2859 | 2024-02-24T04:23:57.294Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2860 | 2024-02-24T04:23:57.357Z | Documenting globset v0.4.13 |
2861 | 2024-02-24T04:23:57.619Z | Documenting olpc-cjson v0.1.3 |
2862 | 2024-02-24T04:23:57.958Z | Documenting snafu v0.7.5 |
2863 | 2024-02-24T04:24:00.427Z | Documenting serde_plain v1.0.2 |
2864 | 2024-02-24T04:24:02.155Z | Documenting headers-core v0.2.0 |
2865 | 2024-02-24T04:24:02.167Z | Documenting async-recursion v1.0.5 |
2866 | 2024-02-24T04:24:02.464Z | Documenting keccak v0.1.4 |
2867 | 2024-02-24T04:24:03.434Z | Documenting typed-path v0.7.0 |
2868 | 2024-02-24T04:24:03.937Z | Documenting bytecount v0.6.3 |
2869 | 2024-02-24T04:24:04.599Z | Documenting rayon v1.8.0 |
2870 | 2024-02-24T04:24:05.648Z | Documenting sha3 v0.10.8 |
2871 | 2024-02-24T04:24:06.213Z | Documenting trust-dns-server v0.22.1 |
2872 | 2024-02-24T04:24:06.651Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2873 | 2024-02-24T04:24:06.893Z | Documenting papergrid v0.11.0 |
2874 | 2024-02-24T04:24:06.964Z | Documenting headers v0.3.9 |
2875 | 2024-02-24T04:24:08.800Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2876 | 2024-02-24T04:24:08.902Z | Documenting tough v0.16.0 |
2877 | 2024-02-24T04:24:10.948Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2878 | 2024-02-24T04:24:11.709Z | Documenting derive_builder_core v0.12.0 |
2879 | 2024-02-24T04:24:12.077Z | Checking derive_builder_core v0.12.0 |
2880 | 2024-02-24T04:24:12.140Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2881 | 2024-02-24T04:24:12.453Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2882 | 2024-02-24T04:24:12.738Z | Documenting sled v0.34.7 |
2883 | 2024-02-24T04:24:12.964Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2884 | 2024-02-24T04:24:13.901Z | Documenting fs-err v2.11.0 |
2885 | 2024-02-24T04:24:13.967Z | Documenting unicase v2.7.0 |
2886 | 2024-02-24T04:24:14.195Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2887 | 2024-02-24T04:24:14.521Z | Documenting tabled_derive v0.7.0 |
2888 | 2024-02-24T04:24:15.816Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2889 | 2024-02-24T04:24:17.397Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2890 | 2024-02-24T04:24:17.771Z | Documenting fd-lock v4.0.2 |
2891 | 2024-02-24T04:24:18.537Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2892 | 2024-02-24T04:24:19.604Z | Documenting nix v0.27.1 |
2893 | 2024-02-24T04:24:19.615Z | Documenting secrecy v0.8.0 |
2894 | 2024-02-24T04:24:20.399Z | Documenting rustversion v1.0.14 |
2895 | 2024-02-24T04:24:22.232Z | Documenting sqlparser_derive v0.2.2 |
2896 | 2024-02-24T04:24:23.014Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2897 | 2024-02-24T04:24:24.106Z | Documenting parse-size v1.0.0 |
2898 | 2024-02-24T04:24:24.389Z | Documenting unicode_categories v0.1.1 |
2899 | 2024-02-24T04:24:24.518Z | Documenting home v0.5.5 |
2900 | 2024-02-24T04:24:26.223Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2901 | 2024-02-24T04:24:26.344Z | Documenting castaway v0.2.2 |
2902 | 2024-02-24T04:24:27.082Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2903 | 2024-02-24T04:24:27.409Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2904 | 2024-02-24T04:24:27.740Z | Documenting sqlparser v0.43.1 |
2905 | 2024-02-24T04:24:28.225Z | Documenting sqlformat v0.2.3 |
2906 | 2024-02-24T04:24:28.609Z | Documenting rustyline v13.0.0 |
2907 | 2024-02-24T04:24:30.191Z | Documenting tabled v0.15.0 |
2908 | 2024-02-24T04:24:31.303Z | Documenting derive_builder_macro v0.12.0 |
2909 | 2024-02-24T04:24:33.617Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2910 | 2024-02-24T04:24:35.370Z | Documenting mime_guess v2.0.4 |
2911 | 2024-02-24T04:24:36.145Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2912 | 2024-02-24T04:24:37.163Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2913 | 2024-02-24T04:24:37.486Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2914 | 2024-02-24T04:24:39.289Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2915 | 2024-02-24T04:24:39.606Z | Documenting universal-hash v0.5.1 |
2916 | 2024-02-24T04:24:40.824Z | Documenting bcs v0.1.6 |
2917 | 2024-02-24T04:24:43.737Z | Documenting kstat-rs v0.2.3 |
2918 | 2024-02-24T04:24:45.021Z | Documenting thiserror-impl-no-std v2.0.2 |
2919 | 2024-02-24T04:24:46.038Z | Documenting curve25519-dalek-derive v0.1.0 |
2920 | 2024-02-24T04:24:48.897Z | Documenting ref-cast-impl v1.0.20 |
2921 | 2024-02-24T04:24:50.423Z | Documenting highway v1.1.0 |
2922 | 2024-02-24T04:24:50.557Z | Documenting opaque-debug v0.3.0 |
2923 | 2024-02-24T04:24:50.770Z | Documenting thiserror-no-std v2.0.2 |
2924 | 2024-02-24T04:24:52.712Z | Documenting curve25519-dalek v4.1.1 |
2925 | 2024-02-24T04:24:53.455Z | Documenting poly1305 v0.8.0 |
2926 | 2024-02-24T04:24:53.830Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2927 | 2024-02-24T04:24:54.254Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2928 | 2024-02-24T04:24:54.641Z | Documenting ref-cast v1.0.20 |
2929 | 2024-02-24T04:24:55.469Z | Documenting derive_builder v0.12.0 |
2930 | 2024-02-24T04:24:56.191Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2931 | 2024-02-24T04:24:57.552Z | Documenting compact_str v0.7.1 |
2932 | 2024-02-24T04:24:58.376Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2933 | 2024-02-24T04:24:58.695Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2934 | 2024-02-24T04:24:59.870Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2935 | 2024-02-24T04:25:01.646Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2936 | 2024-02-24T04:25:02.999Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2937 | 2024-02-24T04:25:06.380Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2938 | 2024-02-24T04:25:11.432Z | Documenting portable-atomic v1.4.3 |
2939 | 2024-02-24T04:25:11.954Z | Documenting polar-core v0.27.0 |
2940 | 2024-02-24T04:25:13.259Z | Documenting ed25519 v1.5.3 |
2941 | 2024-02-24T04:25:15.170Z | Documenting libxml v0.3.3 |
2942 | 2024-02-24T04:25:16.321Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2943 | 2024-02-24T04:25:16.773Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2944 | 2024-02-24T04:25:19.199Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2945 | 2024-02-24T04:25:20.058Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2946 | 2024-02-24T04:25:20.481Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2947 | 2024-02-24T04:25:21.480Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2948 | 2024-02-24T04:25:24.492Z | Documenting chacha20 v0.9.1 |
2949 | 2024-02-24T04:25:24.700Z | Documenting bb8 v0.8.3 |
2950 | 2024-02-24T04:25:25.331Z | Documenting aead v0.5.2 |
2951 | 2024-02-24T04:25:29.484Z | Documenting lru v0.12.1 |
2952 | 2024-02-24T04:25:31.109Z | Documenting quick-xml v0.30.0 |
2953 | 2024-02-24T04:25:31.337Z | Documenting impl-trait-for-tuples v0.2.2 |
2954 | 2024-02-24T04:25:31.766Z | Documenting stability v0.1.1 |
2955 | 2024-02-24T04:25:35.020Z | Documenting oso-derive v0.27.0 |
2956 | 2024-02-24T04:25:36.450Z | Documenting cassowary v0.3.0 |
2957 | 2024-02-24T04:25:36.473Z | Documenting maplit v1.0.2 |
2958 | 2024-02-24T04:25:36.909Z | Documenting glob v0.3.1 |
2959 | 2024-02-24T04:25:36.947Z | Documenting number_prefix v0.4.0 |
2960 | 2024-02-24T04:25:38.917Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2961 | 2024-02-24T04:25:39.023Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2962 | 2024-02-24T04:25:39.496Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2963 | 2024-02-24T04:25:40.231Z | Documenting oso v0.27.0 |
2964 | 2024-02-24T04:25:40.533Z | Documenting ratatui v0.26.1 |
2965 | 2024-02-24T04:25:40.640Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2966 | 2024-02-24T04:25:40.714Z | Documenting indicatif v0.17.8 |
2967 | 2024-02-24T04:25:41.558Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2968 | 2024-02-24T04:25:45.685Z | Documenting chacha20poly1305 v0.10.1 |
2969 | 2024-02-24T04:25:45.856Z | Documenting salty v0.2.0 |
2970 | 2024-02-24T04:25:47.793Z | Documenting vsss-rs v3.3.4 |
2971 | 2024-02-24T04:25:50.356Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2972 | 2024-02-24T04:25:51.376Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2973 | 2024-02-24T04:25:51.516Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2974 | 2024-02-24T04:25:52.224Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2975 | 2024-02-24T04:25:52.435Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2976 | 2024-02-24T04:25:55.416Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2977 | 2024-02-24T04:25:56.516Z | Documenting cookie v0.18.0 |
2978 | 2024-02-24T04:25:56.998Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2979 | 2024-02-24T04:25:57.019Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2980 | 2024-02-24T04:25:57.814Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2981 | 2024-02-24T04:25:58.128Z | Documenting serde-big-array v0.5.1 |
2982 | 2024-02-24T04:26:00.104Z | Documenting rtoolbox v0.0.1 |
2983 | 2024-02-24T04:26:01.083Z | Documenting smawk v0.3.1 |
2984 | 2024-02-24T04:26:01.214Z | Documenting http-range v0.1.5 |
2985 | 2024-02-24T04:26:02.740Z | Documenting humantime v2.1.0 |
2986 | 2024-02-24T04:26:04.211Z | Documenting unicode-linebreak v0.1.5 |
2987 | 2024-02-24T04:26:04.445Z | Documenting is_ci v1.2.0 |
2988 | 2024-02-24T04:26:05.107Z | Documenting hyper-staticfile v0.9.5 |
2989 | 2024-02-24T04:26:05.589Z | Documenting rpassword v7.3.1 |
2990 | 2024-02-24T04:26:06.594Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2991 | 2024-02-24T04:26:07.246Z | Documenting textwrap v0.16.1 |
2992 | 2024-02-24T04:26:08.284Z | Documenting supports-color v3.0.0 |
2993 | 2024-02-24T04:26:09.714Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2994 | 2024-02-24T04:26:09.838Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2995 | 2024-02-24T04:26:11.306Z | Documenting tui-tree-widget v0.17.0 |
2996 | 2024-02-24T04:26:12.970Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2997 | 2024-02-24T04:26:13.288Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2998 | 2024-02-24T04:26:14.643Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2999 | 2024-02-24T04:26:15.441Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3000 | 2024-02-24T04:26:17.302Z | Documenting rcgen v0.12.1 |
3001 | 2024-02-24T04:26:17.616Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3002 | 2024-02-24T04:26:18.581Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3003 | 2024-02-24T04:26:18.819Z | Documenting atomicwrites v0.4.3 |
3004 | 2024-02-24T04:26:19.013Z | Documenting signal-hook-tokio v0.3.1 |
3005 | 2024-02-24T04:26:23.340Z | Documenting memmap2 v0.7.1 |
3006 | 2024-02-24T04:26:23.796Z | Documenting subprocess v0.2.9 |
3007 | 2024-02-24T04:26:24.019Z | Documenting constant_time_eq v0.3.0 |
3008 | 2024-02-24T04:26:25.219Z | Documenting arrayref v0.3.7 |
3009 | 2024-02-24T04:26:26.874Z | Documenting arrayvec v0.7.4 |
3010 | 2024-02-24T04:26:27.729Z | Documenting shell-words v1.1.0 |
3011 | 2024-02-24T04:26:28.030Z | Documenting corncobs v0.1.3 |
3012 | 2024-02-24T04:26:28.169Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3013 | 2024-02-24T04:26:30.062Z | Documenting blake3 v1.5.0 |
3014 | 2024-02-24T04:26:31.116Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3015 | 2024-02-24T04:26:32.236Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3016 | 2024-02-24T04:26:33.428Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3017 | 2024-02-24T04:26:34.253Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3018 | 2024-02-24T04:26:34.544Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3019 | 2024-02-24T04:26:34.571Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3020 | 2024-02-24T04:26:35.957Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3021 | 2024-02-24T04:26:36.139Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3022 | 2024-02-24T04:26:49.987Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3023 | 2024-02-24T04:26:51.790Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3024 | 2024-02-24T04:26:54.889Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
3025 | 2024-02-24T04:26:56.138Z | Documenting fatfs v0.3.6 |
3026 | 2024-02-24T04:26:57.684Z | Documenting nanorand v0.7.0 |
3027 | 2024-02-24T04:26:59.286Z | warning: unclosed HTML tag `usize` |
3028 | 2024-02-24T04:26:59.286Z | --> wicket/src/ui/panes/update.rs:153:19 |
3029 | 2024-02-24T04:26:59.286Z | | |
3030 | 2024-02-24T04:26:59.286Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3031 | 2024-02-24T04:26:59.286Z | | ^^^^^^^ |
3032 | 2024-02-24T04:26:59.287Z | | |
3033 | 2024-02-24T04:26:59.287Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3034 | 2024-02-24T04:26:59.287Z | |
3035 | 2024-02-24T04:27:00.611Z | warning: `wicket` (lib doc) generated 1 warning |
3036 | 2024-02-24T04:27:00.615Z | Documenting topological-sort v0.2.2 |
3037 | 2024-02-24T04:27:01.184Z | Documenting assert_matches v1.5.0 |
3038 | 2024-02-24T04:27:01.467Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3039 | 2024-02-24T04:27:01.847Z | Documenting flume v0.11.0 |
3040 | 2024-02-24T04:27:03.913Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3041 | 2024-02-24T04:27:04.259Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3042 | 2024-02-24T04:27:04.649Z | Documenting omicron-zone-package v0.11.0 |
3043 | 2024-02-24T04:27:07.252Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3044 | 2024-02-24T04:27:07.786Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3045 | 2024-02-24T04:27:08.866Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3046 | 2024-02-24T04:27:09.453Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3047 | 2024-02-24T04:27:17.791Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3048 | 2024-02-24T04:27:21.359Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3049 | 2024-02-24T04:27:22.207Z | Documenting termios v0.3.3 |
3050 | 2024-02-24T04:27:25.352Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3051 | 2024-02-24T04:27:25.352Z | --> sled-agent/src/sim/instance.rs:46:7 |
3052 | 2024-02-24T04:27:25.352Z | | |
3053 | 2024-02-24T04:27:25.352Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3054 | 2024-02-24T04:27:25.352Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3055 | 2024-02-24T04:27:25.352Z | | |
3056 | 2024-02-24T04:27:25.352Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3057 | 2024-02-24T04:27:25.352Z | |
3058 | 2024-02-24T04:27:26.309Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3059 | 2024-02-24T04:27:28.691Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3060 | 2024-02-24T04:27:31.120Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3061 | 2024-02-24T04:27:32.043Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3062 | 2024-02-24T04:27:34.587Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3063 | 2024-02-24T04:27:48.812Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3064 | 2024-02-24T04:27:56.924Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3065 | 2024-02-24T04:28:01.983Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3066 | 2024-02-24T04:28:10.522Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3067 | 2024-02-24T04:28:14.623Z | warning: unresolved link to `test_sled_transitions` |
3068 | 2024-02-24T04:28:14.623Z | --> nexus/db-queries/src/db/datastore/sled.rs:566:11 |
3069 | 2024-02-24T04:28:14.624Z | | |
3070 | 2024-02-24T04:28:14.624Z | 566 | /// [`test_sled_transitions`]. |
3071 | 2024-02-24T04:28:14.624Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3072 | 2024-02-24T04:28:14.624Z | | |
3073 | 2024-02-24T04:28:14.624Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3074 | 2024-02-24T04:28:14.624Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3075 | 2024-02-24T04:28:14.624Z | |
3076 | 2024-02-24T04:28:14.627Z | warning: unresolved link to `test_sled_transitions` |
3077 | 2024-02-24T04:28:14.627Z | --> nexus/db-queries/src/db/datastore/sled.rs:602:11 |
3078 | 2024-02-24T04:28:14.627Z | | |
3079 | 2024-02-24T04:28:14.627Z | 602 | /// [`test_sled_transitions`]. |
3080 | 2024-02-24T04:28:14.627Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3081 | 2024-02-24T04:28:14.627Z | | |
3082 | 2024-02-24T04:28:14.627Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3083 | 2024-02-24T04:28:14.627Z | |
3084 | 2024-02-24T04:28:14.627Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3085 | 2024-02-24T04:28:14.628Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3086 | 2024-02-24T04:28:14.628Z | | |
3087 | 2024-02-24T04:28:14.628Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3088 | 2024-02-24T04:28:14.628Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3089 | 2024-02-24T04:28:14.628Z | |
3090 | 2024-02-24T04:28:17.710Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3091 | 2024-02-24T04:28:19.599Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3092 | 2024-02-24T04:28:20.656Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3093 | 2024-02-24T04:28:25.663Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3094 | 2024-02-24T04:28:25.673Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3095 | 2024-02-24T04:28:30.344Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3096 | 2024-02-24T04:28:30.347Z | Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
3097 | 2024-02-24T04:28:53.593Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3098 | 2024-02-24T04:29:40.622Z | warning: unresolved link to `VolumeConstructionRequest` |
3099 | 2024-02-24T04:29:40.622Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3100 | 2024-02-24T04:29:40.622Z | | |
3101 | 2024-02-24T04:29:40.622Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3102 | 2024-02-24T04:29:40.622Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3103 | 2024-02-24T04:29:40.622Z | | |
3104 | 2024-02-24T04:29:40.622Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3105 | 2024-02-24T04:29:40.623Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3106 | 2024-02-24T04:29:40.623Z | |
3107 | 2024-02-24T04:29:40.623Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3108 | 2024-02-24T04:29:40.623Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3109 | 2024-02-24T04:29:40.623Z | | |
3110 | 2024-02-24T04:29:40.626Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3111 | 2024-02-24T04:29:40.626Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3112 | 2024-02-24T04:29:40.627Z | |
3113 | 2024-02-24T04:29:40.627Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3114 | 2024-02-24T04:29:40.627Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3115 | 2024-02-24T04:29:40.627Z | | |
3116 | 2024-02-24T04:29:40.627Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3117 | 2024-02-24T04:29:40.627Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3118 | 2024-02-24T04:29:40.627Z | |
3119 | 2024-02-24T04:29:40.627Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3120 | 2024-02-24T04:29:40.627Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3121 | 2024-02-24T04:29:40.627Z | | |
3122 | 2024-02-24T04:29:40.627Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3123 | 2024-02-24T04:29:40.627Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3124 | 2024-02-24T04:29:40.627Z | |
3125 | 2024-02-24T04:29:40.627Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3126 | 2024-02-24T04:29:40.627Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3127 | 2024-02-24T04:29:40.627Z | | |
3128 | 2024-02-24T04:29:40.627Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3129 | 2024-02-24T04:29:40.627Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3130 | 2024-02-24T04:29:40.627Z | |
3131 | 2024-02-24T04:29:40.627Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3132 | 2024-02-24T04:29:40.627Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3133 | 2024-02-24T04:29:40.627Z | | |
3134 | 2024-02-24T04:29:40.627Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3135 | 2024-02-24T04:29:40.627Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3136 | 2024-02-24T04:29:40.628Z | |
3137 | 2024-02-24T04:29:40.628Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3138 | 2024-02-24T04:29:40.628Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3139 | 2024-02-24T04:29:40.628Z | | |
3140 | 2024-02-24T04:29:40.628Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3141 | 2024-02-24T04:29:40.628Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3142 | 2024-02-24T04:29:40.628Z | |
3143 | 2024-02-24T04:29:43.704Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3144 | 2024-02-24T04:29:59.379Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 29s |
3145 | 2024-02-24T04:29:59.478Z | |
3146 | 2024-02-24T04:29:59.478Z | real 11:29.432922209 |
3147 | 2024-02-24T04:29:59.478Z | user 31:14.202549672 |
3148 | 2024-02-24T04:29:59.478Z | sys 48:46.382406382 |
3149 | 2024-02-24T04:29:59.478Z | trap 0.953043998 |
3150 | 2024-02-24T04:29:59.479Z | tflt 0.194814290 |
3151 | 2024-02-24T04:29:59.479Z | dflt 0.584127298 |
3152 | 2024-02-24T04:29:59.479Z | kflt 0.000070468 |
3153 | 2024-02-24T04:29:59.479Z | lock 2:06:27.193893919 |
3154 | 2024-02-24T04:29:59.479Z | slp 2:52:17.036034462 |
3155 | 2024-02-24T04:29:59.479Z | lat 4:47.751123405 |
3156 | 2024-02-24T04:29:59.479Z | stop 1:33.076660805 |
3157 | 2024-02-24T04:29:59.482Z | process exited: duration 1272106 ms, exit code 0 |
|
3158 | 2024-02-24T04:29:59.489Z | found 0 output files |