|
|
|
1 | 2024-02-16T05:13:41.987Z | job assigned to worker 01HPR59H0NVMT4NZXCZHNG4T7E (queued for 1 m 7 s) |
|
2 | 2024-02-16T05:13:42.007Z | starting task 0: "setup" |
3 | 2024-02-16T05:13:42.109Z | ++ uname -s |
4 | 2024-02-16T05:13:42.131Z | + kern=SunOS |
5 | 2024-02-16T05:13:42.131Z | + case "$kern" in |
6 | 2024-02-16T05:13:42.131Z | + groupadd -g 12345 build |
7 | 2024-02-16T05:13:42.131Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-16T05:13:44.103Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-16T05:13:44.223Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-16T05:13:44.242Z | + home_fs=zfs |
11 | 2024-02-16T05:13:44.243Z | + [[ zfs == autofs ]] |
12 | 2024-02-16T05:13:44.243Z | + mkdir -p /home/build |
13 | 2024-02-16T05:13:44.243Z | + chown build:build /home/build /work |
14 | 2024-02-16T05:13:45.229Z | + chmod 0700 /home/build /work |
15 | 2024-02-16T05:13:45.249Z | process exited: duration 3215 ms, exit code 0 |
|
16 | 2024-02-16T05:13:45.274Z | starting task 1: "rust-toolchain" |
17 | 2024-02-16T05:13:45.291Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-16T05:13:45.291Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-16T05:13:45.801Z | info: downloading installer |
20 | 2024-02-16T05:13:47.436Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-16T05:13:47.436Z | warning: /opt/ooce/bin |
22 | 2024-02-16T05:13:47.436Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-16T05:13:47.436Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-16T05:13:47.436Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-16T05:13:47.436Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-16T05:13:47.436Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-16T05:13:47.436Z | error: cannot install while Rust is installed |
28 | 2024-02-16T05:13:47.437Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-16T05:13:47.437Z | info: profile set to 'default' |
30 | 2024-02-16T05:13:47.437Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-16T05:13:47.437Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-16T05:13:47.437Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-16T05:13:47.437Z | info: downloading component 'cargo' |
34 | 2024-02-16T05:13:48.149Z | info: downloading component 'clippy' |
35 | 2024-02-16T05:13:48.457Z | info: downloading component 'rust-docs' |
36 | 2024-02-16T05:13:49.550Z | info: downloading component 'rust-std' |
37 | 2024-02-16T05:13:51.494Z | info: downloading component 'rustc' |
38 | 2024-02-16T05:13:56.597Z | info: downloading component 'rustfmt' |
39 | 2024-02-16T05:13:56.603Z | info: installing component 'cargo' |
40 | 2024-02-16T05:13:57.370Z | info: installing component 'clippy' |
41 | 2024-02-16T05:13:57.751Z | info: installing component 'rust-docs' |
42 | 2024-02-16T05:13:59.287Z | info: installing component 'rust-std' |
43 | 2024-02-16T05:14:01.191Z | info: installing component 'rustc' |
44 | 2024-02-16T05:14:05.305Z | info: installing component 'rustfmt' |
45 | 2024-02-16T05:14:05.648Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-16T05:14:05.648Z | |
47 | 2024-02-16T05:14:05.946Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-16T05:14:05.946Z | |
49 | 2024-02-16T05:14:05.962Z | |
50 | 2024-02-16T05:14:05.962Z | Rust is installed now. Great! |
51 | 2024-02-16T05:14:05.962Z | |
52 | 2024-02-16T05:14:05.962Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-16T05:14:05.962Z | environment variable. This has not been done automatically. |
54 | 2024-02-16T05:14:05.963Z | |
55 | 2024-02-16T05:14:05.963Z | To configure your current shell, run: |
56 | 2024-02-16T05:14:05.963Z | source "$HOME/.cargo/env" |
57 | 2024-02-16T05:14:05.995Z | + rustc --version |
58 | 2024-02-16T05:14:06.065Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-16T05:14:06.082Z | process exited: duration 20785 ms, exit code 0 |
|
60 | 2024-02-16T05:14:06.120Z | starting task 2: "authentication" |
61 | 2024-02-16T05:14:06.145Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
62 | 2024-02-16T05:14:50.250Z | process exited: duration 44133 ms, exit code 0 |
|
63 | 2024-02-16T05:14:50.274Z | starting task 3: "clone repository" |
64 | 2024-02-16T05:14:50.279Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-02-16T05:14:50.284Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-02-16T05:14:51.022Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-02-16T05:14:56.082Z | + cd /work/oxidecomputer/omicron |
68 | 2024-02-16T05:14:56.083Z | + git fetch origin e12b85c34c49514b1eb44a2bad3537d36ceab8e1 |
69 | 2024-02-16T05:14:56.511Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-02-16T05:14:56.511Z | * branch e12b85c34c49514b1eb44a2bad3537d36ceab8e1 -> FETCH_HEAD |
71 | 2024-02-16T05:14:56.511Z | + [[ -n renovate/trust-dns-monorepo ]] |
72 | 2024-02-16T05:14:56.511Z | ++ git branch --show-current |
73 | 2024-02-16T05:14:56.511Z | + current=main |
74 | 2024-02-16T05:14:56.511Z | + [[ main != renovate/trust-dns-monorepo ]] |
75 | 2024-02-16T05:14:56.511Z | + git branch -f renovate/trust-dns-monorepo e12b85c34c49514b1eb44a2bad3537d36ceab8e1 |
76 | 2024-02-16T05:14:56.512Z | + git checkout -f renovate/trust-dns-monorepo |
77 | 2024-02-16T05:14:56.512Z | Switched to branch 'renovate/trust-dns-monorepo' |
78 | 2024-02-16T05:14:56.512Z | + git reset --hard e12b85c34c49514b1eb44a2bad3537d36ceab8e1 |
79 | 2024-02-16T05:14:56.512Z | HEAD is now at e12b85c34 chore(deps): update trust-dns monorepo to 0.23 |
80 | 2024-02-16T05:14:56.512Z | process exited: duration 6227 ms, exit code 0 |
|
81 | 2024-02-16T05:14:56.559Z | starting task 4: "build" |
82 | 2024-02-16T05:14:56.572Z | + cargo --version |
83 | 2024-02-16T05:14:56.573Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
84 | 2024-02-16T05:14:56.751Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
85 | 2024-02-16T05:14:56.751Z | info: downloading component 'cargo' |
86 | 2024-02-16T05:14:58.017Z | info: downloading component 'clippy' |
87 | 2024-02-16T05:14:58.023Z | info: downloading component 'rust-docs' |
88 | 2024-02-16T05:14:58.927Z | info: downloading component 'rust-std' |
89 | 2024-02-16T05:15:00.484Z | info: downloading component 'rustc' |
90 | 2024-02-16T05:15:04.940Z | info: downloading component 'rustfmt' |
91 | 2024-02-16T05:15:05.193Z | info: installing component 'cargo' |
92 | 2024-02-16T05:15:06.068Z | info: installing component 'clippy' |
93 | 2024-02-16T05:15:06.422Z | info: installing component 'rust-docs' |
94 | 2024-02-16T05:15:08.015Z | info: installing component 'rust-std' |
95 | 2024-02-16T05:15:09.677Z | info: installing component 'rustc' |
96 | 2024-02-16T05:15:13.609Z | info: installing component 'rustfmt' |
97 | 2024-02-16T05:15:13.990Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
98 | 2024-02-16T05:15:14.018Z | + rustc --version |
99 | 2024-02-16T05:15:14.064Z | rustc 1.74.1 (a28077b28 2023-12-04) |
100 | 2024-02-16T05:15:14.083Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2024-02-16T05:15:27.290Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2024-02-16T05:15:28.550Z | Startup: Caching catalogs ... Done |
103 | 2024-02-16T05:15:29.920Z | Planning: Solver setup ... Done (0.983s) |
104 | 2024-02-16T05:15:29.942Z | Planning: Running solver ... Done (0.023s) |
105 | 2024-02-16T05:15:30.178Z | Planning: Finding local manifests ... Done (0.216s) |
106 | 2024-02-16T05:15:30.194Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2024-02-16T05:15:30.485Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2024-02-16T05:15:30.527Z | Planning: Package planning ... Done (0.049s) |
109 | 2024-02-16T05:15:30.577Z | Planning: Merging actions ... Done (0.051s) |
110 | 2024-02-16T05:15:31.701Z | Planning: Checking for conflicting actions ... Done (1.121s) |
111 | 2024-02-16T05:15:31.722Z | Planning: Consolidating action changes ... Done (0.011s) |
112 | 2024-02-16T05:15:35.726Z | Planning: Evaluating mediators ... Done (4.010s) |
113 | 2024-02-16T05:15:35.741Z | Planning: Planning completed in 7.13 seconds |
114 | 2024-02-16T05:15:35.753Z | Packages to install: 4 |
115 | 2024-02-16T05:15:35.753Z | Mediators to change: 2 |
116 | 2024-02-16T05:15:35.753Z | Services to change: 1 |
117 | 2024-02-16T05:15:35.753Z | Estimated space available: 148.87 GB |
118 | 2024-02-16T05:15:35.753Z | Estimated space to be consumed: 1.41 GB |
119 | 2024-02-16T05:15:35.753Z | Create boot environment: No |
120 | 2024-02-16T05:15:35.753Z | Create backup boot environment: No |
121 | 2024-02-16T05:15:35.753Z | Rebuild boot archive: No |
122 | 2024-02-16T05:15:35.753Z | |
123 | 2024-02-16T05:15:35.753Z | Changed mediators: |
124 | 2024-02-16T05:15:35.753Z | mediator clang: |
125 | 2024-02-16T05:15:35.753Z | version: None -> 15 (system default) |
126 | 2024-02-16T05:15:35.753Z | |
127 | 2024-02-16T05:15:35.754Z | mediator llvm: |
128 | 2024-02-16T05:15:35.754Z | version: 14 (system default) -> 15 (system default) |
129 | 2024-02-16T05:15:35.754Z | |
130 | 2024-02-16T05:15:35.754Z | Changed packages: |
131 | 2024-02-16T05:15:35.754Z | helios-dev |
132 | 2024-02-16T05:15:35.754Z | developer/build-essential |
133 | 2024-02-16T05:15:35.754Z | None -> 11-2.0 |
134 | 2024-02-16T05:15:35.754Z | library/libxmlsec1 |
135 | 2024-02-16T05:15:35.754Z | None -> 1.2.35-2.0 |
136 | 2024-02-16T05:15:35.754Z | ooce/developer/clang-15 |
137 | 2024-02-16T05:15:35.754Z | None -> 15.0.7-2.0 |
138 | 2024-02-16T05:15:35.754Z | ooce/developer/llvm-15 |
139 | 2024-02-16T05:15:35.754Z | None -> 15.0.7-2.0 |
140 | 2024-02-16T05:15:35.754Z | |
141 | 2024-02-16T05:15:35.754Z | Services: |
142 | 2024-02-16T05:15:35.754Z | restart_fmri: |
143 | 2024-02-16T05:15:35.754Z | svc:/system/update-man-index:default |
144 | 2024-02-16T05:15:35.931Z | |
145 | 2024-02-16T05:15:35.931Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2024-02-16T05:15:40.938Z | Download: 1108/3290 items 19.9/212.6MB 9% complete (4.1M/s) |
147 | 2024-02-16T05:15:46.348Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (10.4M/s) |
148 | 2024-02-16T05:15:51.348Z | Download: 1730/3290 items 118.1/212.6MB 55% complete (8.1M/s) |
149 | 2024-02-16T05:16:00.680Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (3.6M/s) |
150 | 2024-02-16T05:16:05.688Z | Download: 2978/3290 items 121.3/212.6MB 57% complete (207k/s) |
151 | 2024-02-16T05:16:09.218Z | Download: Completed 212.60 MB in 33.28 seconds (6.4M/s) |
152 | 2024-02-16T05:16:09.454Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-02-16T05:16:14.492Z | Actions: 3568/3689 actions (Installing new actions) |
154 | 2024-02-16T05:16:14.537Z | Actions: Completed 3689 actions in 5.08 seconds. |
155 | 2024-02-16T05:16:14.713Z | Done (0.165s) |
156 | 2024-02-16T05:16:14.713Z | Done (0.000s) |
157 | 2024-02-16T05:16:14.925Z | Done (0.215s) |
158 | 2024-02-16T05:16:20.328Z | Done (5.282s) |
159 | 2024-02-16T05:16:20.501Z | Done (0.101s) |
160 | 2024-02-16T05:16:20.514Z | Done (0.000s) |
161 | 2024-02-16T05:16:20.652Z | Done (0.000s) |
162 | 2024-02-16T05:16:21.158Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-02-16T05:16:21.728Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-02-16T05:16:21.744Z | Planning: Consolidating action changes ... Done |
165 | 2024-02-16T05:16:21.745Z | Planning: Evaluating mediators ... Done |
166 | 2024-02-16T05:16:21.745Z | Planning: Planning completed in 0.43 seconds |
167 | 2024-02-16T05:16:21.745Z | Mediators to change: 2 |
168 | 2024-02-16T05:16:21.745Z | Create boot environment: No |
169 | 2024-02-16T05:16:21.745Z | Create backup boot environment: No |
170 | 2024-02-16T05:16:21.745Z | Done |
171 | 2024-02-16T05:16:21.745Z | Done |
172 | 2024-02-16T05:16:21.825Z | Done |
173 | 2024-02-16T05:16:25.545Z | Done |
174 | 2024-02-16T05:16:26.044Z | Done |
175 | 2024-02-16T05:16:26.044Z | Done |
176 | 2024-02-16T05:16:26.044Z | Done |
177 | 2024-02-16T05:16:26.788Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-02-16T05:16:26.794Z | Planning: Merging actions ... Done |
179 | 2024-02-16T05:16:26.794Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-02-16T05:16:26.794Z | Planning: Consolidating action changes ... Done |
181 | 2024-02-16T05:16:26.834Z | Planning: Evaluating mediators ... Done |
182 | 2024-02-16T05:16:26.885Z | Planning: Planning completed in 0.78 seconds |
183 | 2024-02-16T05:16:26.928Z | Packages to change: 1 |
184 | 2024-02-16T05:16:26.928Z | Mediators to change: 1 |
185 | 2024-02-16T05:16:27.398Z | Services to change: 1 |
186 | 2024-02-16T05:16:27.398Z | Create boot environment: No |
187 | 2024-02-16T05:16:27.398Z | Create backup boot environment: Yes |
188 | 2024-02-16T05:16:28.780Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-02-16T05:16:29.248Z | Actions: Completed 6 actions in 0.05 seconds. |
190 | 2024-02-16T05:16:29.273Z | Done |
191 | 2024-02-16T05:16:29.273Z | Done |
192 | 2024-02-16T05:16:29.273Z | Done |
193 | 2024-02-16T05:16:32.549Z | Done |
194 | 2024-02-16T05:16:32.631Z | Done |
195 | 2024-02-16T05:16:32.647Z | Done |
196 | 2024-02-16T05:16:32.739Z | Done |
197 | 2024-02-16T05:16:33.180Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-02-16T05:16:33.181Z | clang system 15 system |
199 | 2024-02-16T05:16:33.181Z | csh system system illumos |
200 | 2024-02-16T05:16:33.181Z | ctags system system illumos |
201 | 2024-02-16T05:16:33.182Z | gcc vendor 12 vendor |
202 | 2024-02-16T05:16:33.182Z | gcc system 10 system |
203 | 2024-02-16T05:16:33.182Z | gcc system 7 system |
204 | 2024-02-16T05:16:33.183Z | go system 1.20 system |
205 | 2024-02-16T05:16:33.183Z | go system 1.19 system |
206 | 2024-02-16T05:16:33.183Z | llvm system 15 system |
207 | 2024-02-16T05:16:33.183Z | llvm system 14 system |
208 | 2024-02-16T05:16:33.183Z | mariadb system 10.6 system |
209 | 2024-02-16T05:16:33.183Z | mta vendor vendor dma |
210 | 2024-02-16T05:16:33.184Z | openjdk system 17 system |
211 | 2024-02-16T05:16:33.184Z | openjdk system 11 system |
212 | 2024-02-16T05:16:33.184Z | openjdk system 1.8 system |
213 | 2024-02-16T05:16:33.184Z | openssl vendor 3 vendor |
214 | 2024-02-16T05:16:33.184Z | perl system 5.36 system |
215 | 2024-02-16T05:16:33.185Z | postgresql system 15 system |
216 | 2024-02-16T05:16:33.185Z | postgresql system 13 system |
217 | 2024-02-16T05:16:33.185Z | python vendor 3 vendor |
218 | 2024-02-16T05:16:33.185Z | python system 2 system |
219 | 2024-02-16T05:16:33.185Z | python3 system 3.11 system |
220 | 2024-02-16T05:16:33.186Z | ruby system 3.0 system |
221 | 2024-02-16T05:16:33.186Z | words vendor vendor american-english |
222 | 2024-02-16T05:16:33.186Z | words system system australian-english |
223 | 2024-02-16T05:16:33.187Z | words system system british-english |
224 | 2024-02-16T05:16:33.187Z | words system system canadian-english |
225 | 2024-02-16T05:16:33.187Z | words system system french |
226 | 2024-02-16T05:16:33.187Z | words system system italian |
227 | 2024-02-16T05:16:33.187Z | words system system ngerman |
228 | 2024-02-16T05:16:33.188Z | words system system ogerman |
229 | 2024-02-16T05:16:33.188Z | words system system spanish |
230 | 2024-02-16T05:16:33.502Z | FMRI IFO |
231 | 2024-02-16T05:16:33.502Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-02-16T05:16:33.503Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-02-16T05:16:33.503Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-02-16T05:16:33.503Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-02-16T05:16:33.503Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-02-16T05:16:33.503Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-02-16T05:16:33.503Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-02-16T05:16:33.504Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-02-16T05:16:33.563Z | + set -o errexit |
240 | 2024-02-16T05:16:33.577Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2024-02-16T05:16:33.577Z | ++ cd ./tools |
242 | 2024-02-16T05:16:33.577Z | ++ pwd |
243 | 2024-02-16T05:16:33.577Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2024-02-16T05:16:33.577Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2024-02-16T05:16:33.577Z | + ARG0=ci_download_cockroachdb |
246 | 2024-02-16T05:16:33.577Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2024-02-16T05:16:33.577Z | + CIDL_VERSION=v22.1.9 |
248 | 2024-02-16T05:16:33.577Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2024-02-16T05:16:33.577Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
250 | 2024-02-16T05:16:33.577Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
251 | 2024-02-16T05:16:33.578Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
252 | 2024-02-16T05:16:33.578Z | + TARGET_DIR=out |
253 | 2024-02-16T05:16:33.578Z | + DOWNLOAD_DIR=out/downloads |
254 | 2024-02-16T05:16:33.578Z | + DEST_DIR=./out/cockroachdb |
255 | 2024-02-16T05:16:33.578Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2024-02-16T05:16:33.578Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2024-02-16T05:16:33.578Z | + main |
258 | 2024-02-16T05:16:33.578Z | + [[ 0 != 0 ]] |
259 | 2024-02-16T05:16:33.578Z | + CIDL_OS=solaris2.11 |
260 | 2024-02-16T05:16:33.578Z | + [[ 0 != 0 ]] |
261 | 2024-02-16T05:16:33.578Z | + configure_os solaris2.11 |
262 | 2024-02-16T05:16:33.578Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2024-02-16T05:16:33.578Z | current directory: /work/oxidecomputer/omicron |
264 | 2024-02-16T05:16:33.578Z | + echo 'configuring based on OS: "solaris2.11"' |
265 | 2024-02-16T05:16:33.578Z | + case "$1" in |
266 | 2024-02-16T05:16:33.578Z | configuring based on OS: "solaris2.11" |
267 | 2024-02-16T05:16:33.578Z | + CIDL_BUILD=illumos |
268 | 2024-02-16T05:16:33.578Z | + CIDL_SUFFIX=tar.gz |
269 | 2024-02-16T05:16:33.578Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
270 | 2024-02-16T05:16:33.579Z | + CIDL_URL_BASE=https://illumos.org/downloads |
271 | 2024-02-16T05:16:33.579Z | + CIDL_ASSEMBLE=do_assemble_illumos |
272 | 2024-02-16T05:16:33.579Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
273 | 2024-02-16T05:16:33.579Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-16T05:16:33.579Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-16T05:16:33.579Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
276 | 2024-02-16T05:16:33.579Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-16T05:16:33.579Z | + CIDL_SHA256FUNC=do_sha256sum |
278 | 2024-02-16T05:16:33.579Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-02-16T05:16:33.579Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2024-02-16T05:16:33.579Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-02-16T05:16:33.579Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-16T05:16:33.579Z | + mkdir -p out/downloads |
283 | 2024-02-16T05:16:33.579Z | + mkdir -p ./out/cockroachdb |
284 | 2024-02-16T05:16:33.579Z | + local DO_DOWNLOAD=true |
285 | 2024-02-16T05:16:33.579Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2024-02-16T05:16:33.579Z | + '[' true == true ']' |
287 | 2024-02-16T05:16:33.579Z | + echo Downloading... |
288 | 2024-02-16T05:16:33.580Z | Downloading... |
289 | 2024-02-16T05:16:33.580Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-16T05:16:33.580Z | + 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 |
291 | 2024-02-16T05:16:39.098Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-16T05:16:39.107Z | ++ sha256sum |
293 | 2024-02-16T05:16:39.107Z | ++ awk '{print $1}' |
294 | 2024-02-16T05:16:39.604Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
295 | 2024-02-16T05:16:39.623Z | + [[ 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 ]] |
296 | 2024-02-16T05:16:39.624Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-16T05:16:39.624Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2024-02-16T05:16:41.355Z | + do_assemble_illumos |
299 | 2024-02-16T05:16:41.356Z | + rm -r ./out/cockroachdb |
300 | 2024-02-16T05:16:41.377Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2024-02-16T05:16:41.762Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2024-02-16T05:16:41.945Z | Build Tag: v22.1.9-dirty |
303 | 2024-02-16T05:16:41.945Z | Build Time: 2022/10/26 21:17:46 |
304 | 2024-02-16T05:16:41.945Z | Distribution: OSS |
305 | 2024-02-16T05:16:41.945Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2024-02-16T05:16:41.945Z | Go Version: go1.17.13 |
307 | 2024-02-16T05:16:41.945Z | C Compiler: gcc 10.3.0 |
308 | 2024-02-16T05:16:41.945Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2024-02-16T05:16:41.945Z | Build Type: release |
310 | 2024-02-16T05:16:41.962Z | + set -o errexit |
311 | 2024-02-16T05:16:41.966Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2024-02-16T05:16:41.971Z | ++ cd ./tools |
313 | 2024-02-16T05:16:41.971Z | ++ pwd |
314 | 2024-02-16T05:16:41.971Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2024-02-16T05:16:41.971Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2024-02-16T05:16:41.971Z | + ARG0=ci_download_clickhouse |
317 | 2024-02-16T05:16:41.972Z | + TARGET_DIR=out |
318 | 2024-02-16T05:16:41.972Z | + DOWNLOAD_DIR=out/downloads |
319 | 2024-02-16T05:16:41.972Z | + DEST_DIR=./out/clickhouse |
320 | 2024-02-16T05:16:41.972Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
321 | 2024-02-16T05:16:41.977Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2024-02-16T05:16:41.977Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2024-02-16T05:16:41.977Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2024-02-16T05:16:41.977Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2024-02-16T05:16:41.977Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2024-02-16T05:16:41.977Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2024-02-16T05:16:41.977Z | + main |
328 | 2024-02-16T05:16:41.978Z | + [[ 0 != 0 ]] |
329 | 2024-02-16T05:16:41.978Z | + CIDL_OS=solaris2.11 |
330 | 2024-02-16T05:16:41.978Z | + [[ 0 != 0 ]] |
331 | 2024-02-16T05:16:41.978Z | + configure_os solaris2.11 |
332 | 2024-02-16T05:16:41.978Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2024-02-16T05:16:41.978Z | current directory: /work/oxidecomputer/omicron |
334 | 2024-02-16T05:16:41.978Z | + echo 'configuring based on OS: "solaris2.11"' |
335 | 2024-02-16T05:16:41.978Z | + CIDL_DASHREV= |
336 | 2024-02-16T05:16:41.978Z | + case "$1" in |
337 | 2024-02-16T05:16:41.978Z | configuring based on OS: "solaris2.11" |
338 | 2024-02-16T05:16:41.978Z | + CIDL_PLATFORM=illumos |
339 | 2024-02-16T05:16:41.978Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2024-02-16T05:16:41.978Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2024-02-16T05:16:41.978Z | + CIDL_DASHREV=-1 |
342 | 2024-02-16T05:16:41.979Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2024-02-16T05:16:41.979Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-16T05:16:41.979Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-16T05:16:41.979Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-16T05:16:41.979Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-02-16T05:16:41.979Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2024-02-16T05:16:41.979Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-16T05:16:41.979Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-02-16T05:16:41.979Z | + mkdir -p out/downloads |
351 | 2024-02-16T05:16:41.979Z | + mkdir -p ./out/clickhouse |
352 | 2024-02-16T05:16:41.979Z | + local DO_DOWNLOAD=true |
353 | 2024-02-16T05:16:41.979Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2024-02-16T05:16:41.979Z | + '[' true == true ']' |
355 | 2024-02-16T05:16:41.979Z | + echo Downloading... |
356 | 2024-02-16T05:16:41.979Z | Downloading... |
357 | 2024-02-16T05:16:41.980Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2024-02-16T05:16:41.980Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-02-16T05:16:43.465Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-16T05:16:43.474Z | ++ md5sum |
361 | 2024-02-16T05:16:43.474Z | ++ awk '{print $1}' |
362 | 2024-02-16T05:16:43.654Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2024-02-16T05:16:43.654Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
364 | 2024-02-16T05:16:43.661Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2024-02-16T05:16:43.661Z | + mkdir -p ./out/clickhouse |
366 | 2024-02-16T05:16:43.661Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2024-02-16T05:16:46.796Z | + ./out/clickhouse/clickhouse server --version |
368 | 2024-02-16T05:16:46.838Z | ClickHouse server version 22.8.9.1. |
369 | 2024-02-16T05:16:46.859Z | + set -o errexit |
370 | 2024-02-16T05:16:46.873Z | +++ dirname ./tools/ci_download_console |
371 | 2024-02-16T05:16:46.873Z | ++ cd ./tools |
372 | 2024-02-16T05:16:46.873Z | ++ pwd |
373 | 2024-02-16T05:16:46.873Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2024-02-16T05:16:46.873Z | ++ basename ./tools/ci_download_console |
375 | 2024-02-16T05:16:46.873Z | + ARG0=ci_download_console |
376 | 2024-02-16T05:16:46.874Z | + TARGET_DIR=out |
377 | 2024-02-16T05:16:46.874Z | + DOWNLOAD_DIR=out/downloads |
378 | 2024-02-16T05:16:46.874Z | + DEST_DIR=./out/console-assets |
379 | 2024-02-16T05:16:46.874Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2024-02-16T05:16:46.874Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
381 | 2024-02-16T05:16:46.874Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
382 | 2024-02-16T05:16:46.874Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
383 | 2024-02-16T05:16:46.874Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2024-02-16T05:16:46.875Z | + main |
385 | 2024-02-16T05:16:46.875Z | + [[ 0 != 0 ]] |
386 | 2024-02-16T05:16:46.875Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
387 | 2024-02-16T05:16:46.875Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
388 | 2024-02-16T05:16:46.875Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2024-02-16T05:16:46.875Z | Local file: out/downloads/console.tar.gz |
390 | 2024-02-16T05:16:46.875Z | + local DO_DOWNLOAD=true |
391 | 2024-02-16T05:16:46.875Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2024-02-16T05:16:46.875Z | + mkdir -p out/downloads |
393 | 2024-02-16T05:16:46.876Z | + '[' true == true ']' |
394 | 2024-02-16T05:16:46.876Z | + echo Downloading... |
395 | 2024-02-16T05:16:46.876Z | Downloading... |
396 | 2024-02-16T05:16:46.876Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
397 | 2024-02-16T05:16:46.876Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
398 | 2024-02-16T05:16:47.434Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2024-02-16T05:16:47.447Z | ++ case "$OSTYPE" in |
400 | 2024-02-16T05:16:47.447Z | ++ SHA=sha256sum |
401 | 2024-02-16T05:16:47.447Z | ++ sha256sum |
402 | 2024-02-16T05:16:47.447Z | ++ awk '{print $1}' |
403 | 2024-02-16T05:16:47.447Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
404 | 2024-02-16T05:16:47.447Z | + [[ 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 ]] |
405 | 2024-02-16T05:16:47.447Z | + rm -rf ./out/console-assets |
406 | 2024-02-16T05:16:47.468Z | + mkdir -p ./out/console-assets |
407 | 2024-02-16T05:16:47.468Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2024-02-16T05:16:47.468Z | + mkdir -p ./out/console-assets |
409 | 2024-02-16T05:16:47.468Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2024-02-16T05:16:47.955Z | + set -o errexit |
411 | 2024-02-16T05:16:47.977Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2024-02-16T05:16:47.977Z | ++ cd ./tools |
413 | 2024-02-16T05:16:47.977Z | ++ pwd |
414 | 2024-02-16T05:16:47.977Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2024-02-16T05:16:47.978Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2024-02-16T05:16:47.978Z | + ARG0=ci_download_maghemite_openapi |
417 | 2024-02-16T05:16:47.978Z | + TARGET_DIR=out |
418 | 2024-02-16T05:16:47.978Z | + DOWNLOAD_DIR=out/downloads |
419 | 2024-02-16T05:16:47.978Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
420 | 2024-02-16T05:16:47.978Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
421 | 2024-02-16T05:16:47.978Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
422 | 2024-02-16T05:16:47.978Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
423 | 2024-02-16T05:16:47.979Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
424 | 2024-02-16T05:16:47.979Z | + main |
425 | 2024-02-16T05:16:47.979Z | + [[ 0 != 0 ]] |
426 | 2024-02-16T05:16:47.979Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
427 | 2024-02-16T05:16:47.979Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
428 | 2024-02-16T05:16:47.980Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
429 | 2024-02-16T05:16:47.980Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
430 | 2024-02-16T05:16:47.980Z | + local DO_DOWNLOAD=true |
431 | 2024-02-16T05:16:47.980Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
432 | 2024-02-16T05:16:47.980Z | + mkdir -p out/downloads |
433 | 2024-02-16T05:16:47.980Z | + '[' true == true ']' |
434 | 2024-02-16T05:16:47.980Z | + echo Downloading... |
435 | 2024-02-16T05:16:47.980Z | Downloading... |
436 | 2024-02-16T05:16:47.980Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
437 | 2024-02-16T05:16:47.981Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
438 | 2024-02-16T05:16:48.380Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
439 | 2024-02-16T05:16:48.380Z | ++ case "$OSTYPE" in |
440 | 2024-02-16T05:16:48.411Z | ++ SHA=sha256sum |
441 | 2024-02-16T05:16:48.411Z | ++ sha256sum |
442 | 2024-02-16T05:16:48.411Z | ++ awk '{print $1}' |
443 | 2024-02-16T05:16:48.411Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
444 | 2024-02-16T05:16:48.411Z | + [[ 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 ]] |
445 | 2024-02-16T05:16:48.412Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
446 | 2024-02-16T05:16:48.412Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
447 | 2024-02-16T05:16:48.412Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
448 | 2024-02-16T05:16:48.412Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
449 | 2024-02-16T05:16:48.412Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
450 | 2024-02-16T05:16:48.412Z | + main |
451 | 2024-02-16T05:16:48.413Z | + [[ 0 != 0 ]] |
452 | 2024-02-16T05:16:48.413Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
453 | 2024-02-16T05:16:48.413Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
454 | 2024-02-16T05:16:48.413Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
455 | 2024-02-16T05:16:48.413Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
456 | 2024-02-16T05:16:48.414Z | + local DO_DOWNLOAD=true |
457 | 2024-02-16T05:16:48.414Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
458 | 2024-02-16T05:16:48.414Z | + mkdir -p out/downloads |
459 | 2024-02-16T05:16:48.415Z | + '[' true == true ']' |
460 | 2024-02-16T05:16:48.415Z | + echo Downloading... |
461 | 2024-02-16T05:16:48.415Z | Downloading... |
462 | 2024-02-16T05:16:48.415Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
463 | 2024-02-16T05:16:48.415Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
464 | 2024-02-16T05:16:50.075Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
465 | 2024-02-16T05:16:50.091Z | ++ case "$OSTYPE" in |
466 | 2024-02-16T05:16:50.091Z | ++ SHA=sha256sum |
467 | 2024-02-16T05:16:50.091Z | ++ sha256sum |
468 | 2024-02-16T05:16:50.091Z | ++ awk '{print $1}' |
469 | 2024-02-16T05:16:50.092Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
470 | 2024-02-16T05:16:50.092Z | + [[ 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 ]] |
471 | 2024-02-16T05:16:50.118Z | + set -o errexit |
472 | 2024-02-16T05:16:50.118Z | +++ dirname ./tools/ci_download_dendrite_openapi |
473 | 2024-02-16T05:16:50.118Z | ++ cd ./tools |
474 | 2024-02-16T05:16:50.118Z | ++ pwd |
475 | 2024-02-16T05:16:50.118Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
476 | 2024-02-16T05:16:50.118Z | ++ basename ./tools/ci_download_dendrite_openapi |
477 | 2024-02-16T05:16:50.118Z | + ARG0=ci_download_dendrite_openapi |
478 | 2024-02-16T05:16:50.118Z | + TARGET_DIR=out |
479 | 2024-02-16T05:16:50.118Z | + DOWNLOAD_DIR=out/downloads |
480 | 2024-02-16T05:16:50.118Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2024-02-16T05:16:50.119Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
482 | 2024-02-16T05:16:50.119Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
483 | 2024-02-16T05:16:50.119Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
484 | 2024-02-16T05:16:50.119Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
485 | 2024-02-16T05:16:50.119Z | + main |
486 | 2024-02-16T05:16:50.119Z | + [[ 0 != 0 ]] |
487 | 2024-02-16T05:16:50.119Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
488 | 2024-02-16T05:16:50.119Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
489 | 2024-02-16T05:16:50.119Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
490 | 2024-02-16T05:16:50.119Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
491 | 2024-02-16T05:16:50.119Z | + local DO_DOWNLOAD=true |
492 | 2024-02-16T05:16:50.120Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
493 | 2024-02-16T05:16:50.120Z | + mkdir -p out/downloads |
494 | 2024-02-16T05:16:50.120Z | + '[' true == true ']' |
495 | 2024-02-16T05:16:50.120Z | + echo Downloading... |
496 | 2024-02-16T05:16:50.120Z | Downloading... |
497 | 2024-02-16T05:16:50.120Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
498 | 2024-02-16T05:16:50.120Z | + 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 |
499 | 2024-02-16T05:16:51.132Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
500 | 2024-02-16T05:16:51.133Z | ++ case "$OSTYPE" in |
501 | 2024-02-16T05:16:51.161Z | ++ SHA=sha256sum |
502 | 2024-02-16T05:16:51.161Z | ++ sha256sum |
503 | 2024-02-16T05:16:51.161Z | ++ awk '{print $1}' |
504 | 2024-02-16T05:16:51.161Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
505 | 2024-02-16T05:16:51.161Z | + [[ 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 ]] |
506 | 2024-02-16T05:16:51.161Z | + set -o errexit |
507 | 2024-02-16T05:16:51.191Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2024-02-16T05:16:51.192Z | ++ cd ./tools |
509 | 2024-02-16T05:16:51.192Z | ++ pwd |
510 | 2024-02-16T05:16:51.192Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2024-02-16T05:16:51.192Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2024-02-16T05:16:51.192Z | + ARG0=ci_download_dendrite_stub |
513 | 2024-02-16T05:16:51.193Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2024-02-16T05:16:51.193Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
515 | 2024-02-16T05:16:51.193Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
516 | 2024-02-16T05:16:51.193Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
517 | 2024-02-16T05:16:51.193Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2024-02-16T05:16:51.194Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
519 | 2024-02-16T05:16:51.194Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
520 | 2024-02-16T05:16:51.194Z | + TARGET_DIR=out |
521 | 2024-02-16T05:16:51.194Z | + DOWNLOAD_DIR=out/downloads |
522 | 2024-02-16T05:16:51.194Z | + DEST_DIR=./out/dendrite-stub |
523 | 2024-02-16T05:16:51.194Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
524 | 2024-02-16T05:16:51.194Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2024-02-16T05:16:51.195Z | + REPO=oxidecomputer/dendrite |
526 | 2024-02-16T05:16:51.195Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
527 | 2024-02-16T05:16:51.195Z | + main |
528 | 2024-02-16T05:16:51.195Z | + [[ 0 != 0 ]] |
529 | 2024-02-16T05:16:51.196Z | + CIDL_OS=solaris2.11 |
530 | 2024-02-16T05:16:51.196Z | + [[ 0 != 0 ]] |
531 | 2024-02-16T05:16:51.196Z | + configure_os solaris2.11 |
532 | 2024-02-16T05:16:51.196Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2024-02-16T05:16:51.196Z | current directory: /work/oxidecomputer/omicron |
534 | 2024-02-16T05:16:51.197Z | + echo 'configuring based on OS: "solaris2.11"' |
535 | 2024-02-16T05:16:51.197Z | + case "$1" in |
536 | 2024-02-16T05:16:51.197Z | configuring based on OS: "solaris2.11" |
537 | 2024-02-16T05:16:51.197Z | + SET_BINARIES= |
538 | 2024-02-16T05:16:51.197Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
539 | 2024-02-16T05:16:51.197Z | + CIDL_SHA256FUNC=do_sha256sum |
540 | 2024-02-16T05:16:51.198Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
541 | 2024-02-16T05:16:51.198Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
542 | 2024-02-16T05:16:51.198Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
543 | 2024-02-16T05:16:51.198Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
544 | 2024-02-16T05:16:51.198Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
545 | 2024-02-16T05:16:51.198Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
546 | 2024-02-16T05:16:51.198Z | Local file: out/downloads/dendrite-stub.tar.gz |
547 | 2024-02-16T05:16:51.198Z | + mkdir -p out/downloads |
548 | 2024-02-16T05:16:51.198Z | + mkdir -p ./out/dendrite-stub |
549 | 2024-02-16T05:16:51.199Z | + fetch_and_verify |
550 | 2024-02-16T05:16:51.199Z | + local DO_DOWNLOAD=true |
551 | 2024-02-16T05:16:51.199Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
552 | 2024-02-16T05:16:51.199Z | + '[' true == true ']' |
553 | 2024-02-16T05:16:51.199Z | + echo Downloading... |
554 | 2024-02-16T05:16:51.199Z | Downloading... |
555 | 2024-02-16T05:16:51.199Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
556 | 2024-02-16T05:16:51.199Z | + 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 |
557 | 2024-02-16T05:17:34.138Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-16T05:17:34.569Z | ++ sha256sum |
559 | 2024-02-16T05:17:34.569Z | ++ awk '{print $1}' |
560 | 2024-02-16T05:17:34.569Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
561 | 2024-02-16T05:17:34.569Z | + [[ 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 ]] |
562 | 2024-02-16T05:17:34.570Z | + do_untar out/downloads/dendrite-stub.tar.gz |
563 | 2024-02-16T05:17:34.570Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
564 | 2024-02-16T05:17:34.865Z | + do_assemble |
565 | 2024-02-16T05:17:34.866Z | + rm -r ./out/dendrite-stub |
566 | 2024-02-16T05:17:34.934Z | + mkdir ./out/dendrite-stub |
567 | 2024-02-16T05:17:34.934Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
568 | 2024-02-16T05:17:35.428Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
569 | 2024-02-16T05:17:35.428Z | + set -o errexit |
570 | 2024-02-16T05:17:35.428Z | +++ dirname ./tools/ci_download_maghemite_mgd |
571 | 2024-02-16T05:17:35.428Z | ++ cd ./tools |
572 | 2024-02-16T05:17:35.428Z | ++ pwd |
573 | 2024-02-16T05:17:35.428Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
574 | 2024-02-16T05:17:35.428Z | ++ basename ./tools/ci_download_maghemite_mgd |
575 | 2024-02-16T05:17:35.428Z | + ARG0=ci_download_maghemite_mgd |
576 | 2024-02-16T05:17:35.428Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
577 | 2024-02-16T05:17:35.428Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
578 | 2024-02-16T05:17:35.428Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
579 | 2024-02-16T05:17:35.428Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
580 | 2024-02-16T05:17:35.428Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
581 | 2024-02-16T05:17:35.428Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
582 | 2024-02-16T05:17:35.428Z | + TARGET_DIR=out |
583 | 2024-02-16T05:17:35.429Z | + DOWNLOAD_DIR=out/downloads |
584 | 2024-02-16T05:17:35.429Z | + DEST_DIR=./out/mgd |
585 | 2024-02-16T05:17:35.429Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
586 | 2024-02-16T05:17:35.429Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2024-02-16T05:17:35.429Z | + REPO=oxidecomputer/maghemite |
588 | 2024-02-16T05:17:35.429Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
589 | 2024-02-16T05:17:35.429Z | + main |
590 | 2024-02-16T05:17:35.429Z | + [[ 0 != 0 ]] |
591 | 2024-02-16T05:17:35.429Z | + CIDL_OS=solaris2.11 |
592 | 2024-02-16T05:17:35.429Z | + [[ 0 != 0 ]] |
593 | 2024-02-16T05:17:35.430Z | + configure_os solaris2.11 |
594 | 2024-02-16T05:17:35.430Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2024-02-16T05:17:35.430Z | + echo 'configuring based on OS: "solaris2.11"' |
596 | 2024-02-16T05:17:35.430Z | current directory: /work/oxidecomputer/omicron |
597 | 2024-02-16T05:17:35.430Z | configuring based on OS: "solaris2.11" |
598 | 2024-02-16T05:17:35.430Z | + case "$1" in |
599 | 2024-02-16T05:17:35.430Z | + SET_BINARIES= |
600 | 2024-02-16T05:17:35.430Z | + CIDL_SHA256FUNC=do_sha256sum |
601 | 2024-02-16T05:17:35.430Z | + TARBALL_FILENAME=mgd.tar.gz |
602 | 2024-02-16T05:17:35.430Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
603 | 2024-02-16T05:17:35.430Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
604 | 2024-02-16T05:17:35.430Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
605 | 2024-02-16T05:17:35.430Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
606 | 2024-02-16T05:17:35.430Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
607 | 2024-02-16T05:17:35.430Z | Local file: out/downloads/mgd.tar.gz |
608 | 2024-02-16T05:17:35.430Z | + mkdir -p out/downloads |
609 | 2024-02-16T05:17:35.430Z | + mkdir -p ./out/mgd |
610 | 2024-02-16T05:17:35.430Z | + fetch_and_verify |
611 | 2024-02-16T05:17:35.430Z | + local DO_DOWNLOAD=true |
612 | 2024-02-16T05:17:35.430Z | + [[ -f out/downloads/mgd.tar.gz ]] |
613 | 2024-02-16T05:17:35.430Z | + '[' true == true ']' |
614 | 2024-02-16T05:17:35.431Z | + echo Downloading... |
615 | 2024-02-16T05:17:35.431Z | Downloading... |
616 | 2024-02-16T05:17:35.431Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
617 | 2024-02-16T05:17:35.431Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
618 | 2024-02-16T05:17:53.385Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
619 | 2024-02-16T05:17:53.392Z | ++ sha256sum |
620 | 2024-02-16T05:17:53.392Z | ++ awk '{print $1}' |
621 | 2024-02-16T05:17:53.409Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
622 | 2024-02-16T05:17:53.423Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
623 | 2024-02-16T05:17:53.423Z | + do_untar out/downloads/mgd.tar.gz |
624 | 2024-02-16T05:17:53.423Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
625 | 2024-02-16T05:17:53.861Z | + do_assemble |
626 | 2024-02-16T05:17:53.861Z | + rm -r ./out/mgd |
627 | 2024-02-16T05:17:53.867Z | + mkdir ./out/mgd |
628 | 2024-02-16T05:17:53.867Z | + cp -r out/downloads/root ./out/mgd/root |
629 | 2024-02-16T05:17:54.023Z | + set -o errexit |
630 | 2024-02-16T05:17:54.038Z | +++ dirname ./tools/ci_download_transceiver_control |
631 | 2024-02-16T05:17:54.038Z | ++ cd ./tools |
632 | 2024-02-16T05:17:54.038Z | ++ pwd |
633 | 2024-02-16T05:17:54.038Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2024-02-16T05:17:54.038Z | ++ basename ./tools/ci_download_transceiver_control |
635 | 2024-02-16T05:17:54.038Z | + ARG0=ci_download_transceiver_control |
636 | 2024-02-16T05:17:54.038Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
637 | 2024-02-16T05:17:54.038Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2024-02-16T05:17:54.038Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2024-02-16T05:17:54.039Z | + TARGET_DIR=out |
640 | 2024-02-16T05:17:54.039Z | + DOWNLOAD_DIR=out/downloads |
641 | 2024-02-16T05:17:54.039Z | + DEST_DIR=./out/transceiver-control |
642 | 2024-02-16T05:17:54.039Z | + BIN_DIR=/opt/oxide/bin |
643 | 2024-02-16T05:17:54.039Z | + BINARY=xcvradm |
644 | 2024-02-16T05:17:54.039Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2024-02-16T05:17:54.039Z | + REPO=oxidecomputer/transceiver-control |
646 | 2024-02-16T05:17:54.039Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2024-02-16T05:17:54.039Z | + main |
648 | 2024-02-16T05:17:54.039Z | + [[ 0 != 0 ]] |
649 | 2024-02-16T05:17:54.039Z | + CIDL_OS=solaris2.11 |
650 | 2024-02-16T05:17:54.039Z | + [[ 0 != 0 ]] |
651 | 2024-02-16T05:17:54.039Z | + configure_os solaris2.11 |
652 | 2024-02-16T05:17:54.039Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2024-02-16T05:17:54.039Z | current directory: /work/oxidecomputer/omicron |
654 | 2024-02-16T05:17:54.039Z | + echo 'configuring based on OS: "solaris2.11"' |
655 | 2024-02-16T05:17:54.039Z | + case "$1" in |
656 | 2024-02-16T05:17:54.040Z | configuring based on OS: "solaris2.11" |
657 | 2024-02-16T05:17:54.040Z | + SET_BINARIES= |
658 | 2024-02-16T05:17:54.040Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-02-16T05:17:54.040Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2024-02-16T05:17:54.040Z | + ARCHIVE_FILENAME=xcvradm.gz |
661 | 2024-02-16T05:17:54.040Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2024-02-16T05:17:54.040Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
663 | 2024-02-16T05:17:54.040Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
664 | 2024-02-16T05:17:54.040Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2024-02-16T05:17:54.040Z | Local file: out/downloads/xcvradm.gz |
666 | 2024-02-16T05:17:54.040Z | + echo 'Local file: out/downloads/xcvradm.gz' |
667 | 2024-02-16T05:17:54.040Z | + mkdir -p out/downloads |
668 | 2024-02-16T05:17:54.040Z | + mkdir -p ./out/transceiver-control |
669 | 2024-02-16T05:17:54.928Z | + fetch_and_verify |
670 | 2024-02-16T05:17:54.928Z | + local DO_DOWNLOAD=true |
671 | 2024-02-16T05:17:54.928Z | + [[ -f out/downloads/xcvradm.gz ]] |
672 | 2024-02-16T05:17:54.928Z | + '[' true == true ']' |
673 | 2024-02-16T05:17:54.928Z | + echo Downloading... |
674 | 2024-02-16T05:17:54.928Z | Downloading... |
675 | 2024-02-16T05:17:54.928Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
676 | 2024-02-16T05:17:54.929Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2024-02-16T05:17:57.282Z | ++ do_sha256sum out/downloads/xcvradm.gz |
678 | 2024-02-16T05:17:57.296Z | ++ sha256sum |
679 | 2024-02-16T05:17:57.296Z | ++ awk '{print $1}' |
680 | 2024-02-16T05:17:57.296Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2024-02-16T05:17:57.296Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
682 | 2024-02-16T05:17:57.296Z | + do_unpack out/downloads/xcvradm.gz |
683 | 2024-02-16T05:17:57.296Z | + mkdir -p out/downloads/root//opt/oxide/bin |
684 | 2024-02-16T05:17:57.296Z | + gzip -dc out/downloads/xcvradm.gz |
685 | 2024-02-16T05:17:57.428Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
686 | 2024-02-16T05:17:57.853Z | + do_assemble |
687 | 2024-02-16T05:17:57.853Z | + rm -r ./out/transceiver-control |
688 | 2024-02-16T05:17:57.853Z | + mkdir ./out/transceiver-control |
689 | 2024-02-16T05:17:57.853Z | + cp -r out/downloads/root ./out/transceiver-control/root |
690 | 2024-02-16T05:17:57.868Z | All prerequisites installed successfully |
691 | 2024-02-16T05:17:57.868Z | |
692 | 2024-02-16T05:17:57.869Z | real 2:43.405444906 |
693 | 2024-02-16T05:17:57.869Z | user 34.257342082 |
694 | 2024-02-16T05:17:57.869Z | sys 6.575263582 |
695 | 2024-02-16T05:17:57.870Z | trap 0.006962377 |
696 | 2024-02-16T05:17:57.870Z | tflt 0.307057662 |
697 | 2024-02-16T05:17:57.870Z | dflt 0.481175094 |
698 | 2024-02-16T05:17:57.870Z | kflt 0.202721251 |
699 | 2024-02-16T05:17:57.870Z | lock 1.198917001 |
700 | 2024-02-16T05:17:57.871Z | slp 6:15.287535318 |
701 | 2024-02-16T05:17:57.871Z | lat 1.747015688 |
702 | 2024-02-16T05:17:57.871Z | stop 0.124898208 |
703 | 2024-02-16T05:17:57.871Z | + banner end-to-end-tests |
704 | 2024-02-16T05:17:57.871Z | |
705 | 2024-02-16T05:17:57.872Z | ###### # # ##### ##### #### ###### # # ##### |
706 | 2024-02-16T05:17:57.872Z | # ## # # # # # # # ## # # # |
707 | 2024-02-16T05:17:57.872Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
708 | 2024-02-16T05:17:57.872Z | # # # # # # # # # # # # # # # |
709 | 2024-02-16T05:17:57.872Z | # # ## # # # # # # # ## # # |
710 | 2024-02-16T05:17:57.872Z | ###### # # ##### # #### ###### # # ##### |
711 | 2024-02-16T05:17:57.872Z | |
712 | 2024-02-16T05:17:57.873Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
713 | 2024-02-16T05:17:57.873Z | + CARGO_PROFILE_DEV_DEBUG=1 |
714 | 2024-02-16T05:17:57.873Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
715 | 2024-02-16T05:17:57.873Z | + CARGO_PROFILE_TEST_DEBUG=1 |
716 | 2024-02-16T05:17:57.873Z | + export CARGO_INCREMENTAL=0 |
717 | 2024-02-16T05:17:57.874Z | + CARGO_INCREMENTAL=0 |
718 | 2024-02-16T05:17:57.874Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
719 | 2024-02-16T05:17:57.874Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
720 | 2024-02-16T05:17:58.157Z | Updating git repository `https://github.com/oxidecomputer/samael` |
721 | 2024-02-16T05:17:58.478Z | Updating crates.io index |
722 | 2024-02-16T05:17:58.538Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2024-02-16T05:17:59.186Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2024-02-16T05:18:00.803Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2024-02-16T05:18:01.371Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
726 | 2024-02-16T05:18:01.883Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
727 | 2024-02-16T05:18:01.930Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
728 | 2024-02-16T05:18:02.603Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2024-02-16T05:18:03.090Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2024-02-16T05:18:05.298Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2024-02-16T05:18:06.229Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
732 | 2024-02-16T05:18:06.547Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2024-02-16T05:18:07.481Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
734 | 2024-02-16T05:18:07.625Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
735 | 2024-02-16T05:18:07.895Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2024-02-16T05:18:08.181Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2024-02-16T05:18:08.699Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2024-02-16T05:18:09.095Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
739 | 2024-02-16T05:18:09.356Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2024-02-16T05:18:09.835Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
741 | 2024-02-16T05:18:10.265Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
742 | 2024-02-16T05:18:10.629Z | Updating git repository `https://github.com/jgallagher/nix` |
743 | 2024-02-16T05:18:11.514Z | Updating git repository `https://github.com/cbiffle/hubpack` |
744 | 2024-02-16T05:18:11.921Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2024-02-16T05:18:13.091Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2024-02-16T05:18:13.678Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2024-02-16T05:18:13.955Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2024-02-16T05:18:15.200Z | Downloading crates ... |
749 | 2024-02-16T05:18:15.598Z | Downloaded iana-time-zone v0.1.57 |
750 | 2024-02-16T05:18:15.607Z | Downloaded httpdate v1.0.3 |
751 | 2024-02-16T05:18:15.607Z | Downloaded num_threads v0.1.6 |
752 | 2024-02-16T05:18:15.607Z | Downloaded derive_more v0.99.17 |
753 | 2024-02-16T05:18:15.618Z | Downloaded autocfg v1.1.0 |
754 | 2024-02-16T05:18:15.618Z | Downloaded async-stream v0.3.5 |
755 | 2024-02-16T05:18:15.618Z | Downloaded atty v0.2.14 |
756 | 2024-02-16T05:18:15.619Z | Downloaded aes v0.8.3 |
757 | 2024-02-16T05:18:15.634Z | Downloaded tinyvec_macros v0.1.1 |
758 | 2024-02-16T05:18:15.634Z | Downloaded base16ct v0.2.0 |
759 | 2024-02-16T05:18:15.634Z | Downloaded arrayvec v0.7.4 |
760 | 2024-02-16T05:18:15.647Z | Downloaded tempfile v3.10.0 |
761 | 2024-02-16T05:18:15.647Z | Downloaded diesel_derives v2.1.2 |
762 | 2024-02-16T05:18:15.647Z | Downloaded structopt-derive v0.4.18 |
763 | 2024-02-16T05:18:15.647Z | Downloaded multer v3.0.0 |
764 | 2024-02-16T05:18:15.647Z | Downloaded toolchain_find v0.2.0 |
765 | 2024-02-16T05:18:15.647Z | Downloaded pkg-config v0.3.27 |
766 | 2024-02-16T05:18:15.666Z | Downloaded async-stream-impl v0.3.5 |
767 | 2024-02-16T05:18:15.666Z | Downloaded der v0.7.8 |
768 | 2024-02-16T05:18:15.666Z | Downloaded memmap v0.7.0 |
769 | 2024-02-16T05:18:15.666Z | Downloaded num_enum v0.5.11 |
770 | 2024-02-16T05:18:15.679Z | Downloaded glob v0.3.1 |
771 | 2024-02-16T05:18:15.679Z | Downloaded indexmap v2.2.3 |
772 | 2024-02-16T05:18:15.679Z | Downloaded lazy_static v1.4.0 |
773 | 2024-02-16T05:18:15.679Z | Downloaded nom v7.1.3 |
774 | 2024-02-16T05:18:15.690Z | Downloaded mime_guess v2.0.4 |
775 | 2024-02-16T05:18:15.706Z | Downloaded want v0.3.1 |
776 | 2024-02-16T05:18:15.706Z | Downloaded darling_macro v0.20.3 |
777 | 2024-02-16T05:18:15.706Z | Downloaded parse-display-derive v0.9.0 |
778 | 2024-02-16T05:18:15.706Z | Downloaded inout v0.1.3 |
779 | 2024-02-16T05:18:15.706Z | Downloaded rustls-pemfile v1.0.3 |
780 | 2024-02-16T05:18:15.706Z | Downloaded crucible-workspace-hack v0.1.0 |
781 | 2024-02-16T05:18:15.706Z | Downloaded backtrace v0.3.69 |
782 | 2024-02-16T05:18:15.721Z | Downloaded waitgroup v0.1.2 |
783 | 2024-02-16T05:18:15.721Z | Downloaded ciborium-io v0.2.2 |
784 | 2024-02-16T05:18:15.721Z | Downloaded pbkdf2 v0.12.2 |
785 | 2024-02-16T05:18:15.721Z | Downloaded usdt-attr-macro v0.5.0 |
786 | 2024-02-16T05:18:15.722Z | Downloaded cfg-if v1.0.0 |
787 | 2024-02-16T05:18:15.722Z | Downloaded phf_shared v0.10.0 |
788 | 2024-02-16T05:18:15.722Z | Downloaded password-hash v0.4.2 |
789 | 2024-02-16T05:18:15.722Z | Downloaded camino v1.1.6 |
790 | 2024-02-16T05:18:15.746Z | Downloaded semver-parser v0.10.2 |
791 | 2024-02-16T05:18:15.746Z | Downloaded bcrypt-pbkdf v0.10.0 |
792 | 2024-02-16T05:18:15.746Z | Downloaded defmt-macros v0.3.6 |
793 | 2024-02-16T05:18:15.746Z | Downloaded topological-sort v0.2.2 |
794 | 2024-02-16T05:18:15.747Z | Downloaded anstyle v1.0.2 |
795 | 2024-02-16T05:18:15.747Z | Downloaded difflib v0.4.0 |
796 | 2024-02-16T05:18:15.747Z | Downloaded parking_lot_core v0.8.6 |
797 | 2024-02-16T05:18:15.779Z | Downloaded bitflags v1.3.2 |
798 | 2024-02-16T05:18:15.779Z | Downloaded polyval v0.6.1 |
799 | 2024-02-16T05:18:15.780Z | Downloaded pretty-hex v0.4.1 |
800 | 2024-02-16T05:18:15.780Z | Downloaded cobs v0.2.3 |
801 | 2024-02-16T05:18:15.780Z | Downloaded pem v3.0.2 |
802 | 2024-02-16T05:18:15.780Z | Downloaded match_cfg v0.1.0 |
803 | 2024-02-16T05:18:15.780Z | Downloaded block-padding v0.3.3 |
804 | 2024-02-16T05:18:15.780Z | Downloaded russh-cryptovec v0.7.0 |
805 | 2024-02-16T05:18:15.780Z | Downloaded clap_lex v0.5.1 |
806 | 2024-02-16T05:18:15.780Z | Downloaded newtype_derive v0.1.6 |
807 | 2024-02-16T05:18:15.780Z | Downloaded camino-tempfile v1.1.1 |
808 | 2024-02-16T05:18:15.780Z | Downloaded sha1 v0.10.6 |
809 | 2024-02-16T05:18:15.780Z | Downloaded pest_generator v2.7.6 |
810 | 2024-02-16T05:18:15.780Z | Downloaded debug-ignore v1.0.5 |
811 | 2024-02-16T05:18:15.780Z | Downloaded usdt-attr-macro v0.3.5 |
812 | 2024-02-16T05:18:15.810Z | Downloaded base64ct v1.6.0 |
813 | 2024-02-16T05:18:15.810Z | Downloaded untrusted v0.7.1 |
814 | 2024-02-16T05:18:15.810Z | Downloaded utf8parse v0.2.1 |
815 | 2024-02-16T05:18:15.810Z | Downloaded utf-8 v0.7.6 |
816 | 2024-02-16T05:18:15.811Z | Downloaded strsim v0.10.0 |
817 | 2024-02-16T05:18:15.811Z | Downloaded vec_map v0.8.2 |
818 | 2024-02-16T05:18:15.811Z | Downloaded version_check v0.9.4 |
819 | 2024-02-16T05:18:15.811Z | Downloaded anstyle-query v1.0.0 |
820 | 2024-02-16T05:18:15.811Z | Downloaded clap_derive v4.4.2 |
821 | 2024-02-16T05:18:15.811Z | Downloaded defmt v0.3.5 |
822 | 2024-02-16T05:18:15.811Z | Downloaded foreign-types v0.5.0 |
823 | 2024-02-16T05:18:15.811Z | Downloaded num-complex v0.4.4 |
824 | 2024-02-16T05:18:15.811Z | Downloaded adler v1.0.2 |
825 | 2024-02-16T05:18:15.811Z | Downloaded pin-utils v0.1.0 |
826 | 2024-02-16T05:18:15.811Z | Downloaded serde_spanned v0.6.5 |
827 | 2024-02-16T05:18:15.811Z | Downloaded thiserror-impl-no-std v2.0.2 |
828 | 2024-02-16T05:18:15.812Z | Downloaded tokio-macros v2.2.0 |
829 | 2024-02-16T05:18:15.812Z | Downloaded data-encoding v2.4.0 |
830 | 2024-02-16T05:18:15.812Z | Downloaded itoa v1.0.9 |
831 | 2024-02-16T05:18:15.812Z | Downloaded serde_path_to_error v0.1.15 |
832 | 2024-02-16T05:18:15.812Z | Downloaded textwrap v0.11.0 |
833 | 2024-02-16T05:18:15.831Z | Downloaded num_enum_derive v0.5.11 |
834 | 2024-02-16T05:18:15.832Z | Downloaded slog-bunyan v2.5.0 |
835 | 2024-02-16T05:18:15.832Z | Downloaded nibble_vec v0.1.0 |
836 | 2024-02-16T05:18:15.832Z | Downloaded zeroize v1.7.0 |
837 | 2024-02-16T05:18:15.832Z | Downloaded fxhash v0.2.1 |
838 | 2024-02-16T05:18:15.832Z | Downloaded foreign-types-shared v0.1.1 |
839 | 2024-02-16T05:18:15.832Z | Downloaded foreign-types-shared v0.3.1 |
840 | 2024-02-16T05:18:15.832Z | Downloaded slog-scope v4.4.0 |
841 | 2024-02-16T05:18:15.832Z | Downloaded signal-hook-registry v1.4.1 |
842 | 2024-02-16T05:18:15.832Z | Downloaded universal-hash v0.5.1 |
843 | 2024-02-16T05:18:15.832Z | Downloaded spin v0.5.2 |
844 | 2024-02-16T05:18:15.833Z | Downloaded drain v0.1.1 |
845 | 2024-02-16T05:18:15.833Z | Downloaded der_derive v0.7.2 |
846 | 2024-02-16T05:18:15.833Z | Downloaded tokio-rustls v0.24.1 |
847 | 2024-02-16T05:18:15.833Z | Downloaded take_mut v0.2.2 |
848 | 2024-02-16T05:18:15.833Z | Downloaded darling v0.20.3 |
849 | 2024-02-16T05:18:15.833Z | Downloaded addr2line v0.21.0 |
850 | 2024-02-16T05:18:15.833Z | Downloaded ahash v0.8.7 |
851 | 2024-02-16T05:18:16.267Z | Downloaded strum v0.25.0 |
852 | 2024-02-16T05:18:16.268Z | Downloaded diesel_table_macro_syntax v0.1.0 |
853 | 2024-02-16T05:18:16.268Z | Downloaded ghash v0.5.0 |
854 | 2024-02-16T05:18:16.268Z | Downloaded parking_lot_core v0.9.8 |
855 | 2024-02-16T05:18:16.268Z | Downloaded blake2 v0.10.6 |
856 | 2024-02-16T05:18:16.268Z | Downloaded rand_chacha v0.3.1 |
857 | 2024-02-16T05:18:16.268Z | Downloaded hyper-staticfile v0.9.5 |
858 | 2024-02-16T05:18:16.269Z | Downloaded rand_core v0.5.1 |
859 | 2024-02-16T05:18:16.269Z | Downloaded cc v1.0.83 |
860 | 2024-02-16T05:18:16.269Z | Downloaded ident_case v1.0.1 |
861 | 2024-02-16T05:18:16.269Z | Downloaded hubpack_derive v0.1.1 |
862 | 2024-02-16T05:18:16.269Z | Downloaded openssl-probe v0.1.5 |
863 | 2024-02-16T05:18:16.270Z | Downloaded bit-set v0.5.3 |
864 | 2024-02-16T05:18:16.270Z | Downloaded ecdsa v0.16.9 |
865 | 2024-02-16T05:18:16.270Z | Downloaded fnv v1.0.7 |
866 | 2024-02-16T05:18:16.270Z | Downloaded stringprep v0.1.3 |
867 | 2024-02-16T05:18:16.270Z | Downloaded chacha20poly1305 v0.10.1 |
868 | 2024-02-16T05:18:16.270Z | Downloaded kstat-rs v0.2.3 |
869 | 2024-02-16T05:18:16.270Z | Downloaded dtrace-parser v0.2.0 |
870 | 2024-02-16T05:18:16.270Z | Downloaded dirs v5.0.1 |
871 | 2024-02-16T05:18:16.271Z | Downloaded ppv-lite86 v0.2.17 |
872 | 2024-02-16T05:18:16.271Z | Downloaded dirs-sys-next v0.1.2 |
873 | 2024-02-16T05:18:16.271Z | Downloaded strum_macros v0.25.2 |
874 | 2024-02-16T05:18:16.271Z | Downloaded structmeta-derive v0.3.0 |
875 | 2024-02-16T05:18:16.271Z | Downloaded scopeguard v1.2.0 |
876 | 2024-02-16T05:18:16.271Z | Downloaded typenum v1.16.0 |
877 | 2024-02-16T05:18:16.271Z | Downloaded miniz_oxide v0.7.1 |
878 | 2024-02-16T05:18:16.271Z | Downloaded scroll_derive v0.12.0 |
879 | 2024-02-16T05:18:16.271Z | Downloaded strum v0.26.1 |
880 | 2024-02-16T05:18:16.271Z | Downloaded cstr-argument v0.1.2 |
881 | 2024-02-16T05:18:16.271Z | Downloaded quote v1.0.35 |
882 | 2024-02-16T05:18:16.271Z | Downloaded similar v2.3.0 |
883 | 2024-02-16T05:18:16.271Z | Downloaded time-core v0.1.1 |
884 | 2024-02-16T05:18:16.271Z | Downloaded http-range v0.1.5 |
885 | 2024-02-16T05:18:16.271Z | Downloaded num-iter v0.1.43 |
886 | 2024-02-16T05:18:16.271Z | Downloaded swrite v0.1.0 |
887 | 2024-02-16T05:18:16.272Z | Downloaded try-lock v0.2.4 |
888 | 2024-02-16T05:18:16.272Z | Downloaded display-error-chain v0.2.0 |
889 | 2024-02-16T05:18:16.272Z | Downloaded aead v0.5.2 |
890 | 2024-02-16T05:18:16.272Z | Downloaded libsw v3.3.1 |
891 | 2024-02-16T05:18:16.272Z | Downloaded same-file v1.0.6 |
892 | 2024-02-16T05:18:16.272Z | Downloaded secrecy v0.8.0 |
893 | 2024-02-16T05:18:16.272Z | Downloaded precomputed-hash v0.1.1 |
894 | 2024-02-16T05:18:16.272Z | Downloaded rand_core v0.6.4 |
895 | 2024-02-16T05:18:16.272Z | Downloaded tar v0.4.40 |
896 | 2024-02-16T05:18:16.272Z | Downloaded md5 v0.7.0 |
897 | 2024-02-16T05:18:16.272Z | Downloaded subtle v2.5.0 |
898 | 2024-02-16T05:18:16.272Z | Downloaded filetime v0.2.23 |
899 | 2024-02-16T05:18:16.272Z | Downloaded unicode-ident v1.0.12 |
900 | 2024-02-16T05:18:16.272Z | Downloaded term v0.7.0 |
901 | 2024-02-16T05:18:16.272Z | Downloaded normalize-line-endings v0.3.0 |
902 | 2024-02-16T05:18:16.272Z | Downloaded rand_chacha v0.2.2 |
903 | 2024-02-16T05:18:16.273Z | Downloaded zerocopy v0.3.0 |
904 | 2024-02-16T05:18:16.273Z | Downloaded dof v0.1.5 |
905 | 2024-02-16T05:18:16.273Z | Downloaded anstream v0.5.0 |
906 | 2024-02-16T05:18:16.273Z | Downloaded rustls-pemfile v2.0.0 |
907 | 2024-02-16T05:18:16.273Z | Downloaded fixedbitset v0.4.2 |
908 | 2024-02-16T05:18:16.273Z | Downloaded slog-stdlog v4.1.1 |
909 | 2024-02-16T05:18:16.273Z | Downloaded tungstenite v0.20.1 |
910 | 2024-02-16T05:18:16.273Z | Downloaded tower-service v0.3.2 |
911 | 2024-02-16T05:18:16.273Z | Downloaded float-cmp v0.9.0 |
912 | 2024-02-16T05:18:16.273Z | Downloaded getrandom v0.2.10 |
913 | 2024-02-16T05:18:16.273Z | Downloaded rustc_version v0.1.7 |
914 | 2024-02-16T05:18:16.273Z | Downloaded lock_api v0.4.10 |
915 | 2024-02-16T05:18:16.274Z | Downloaded poly1305 v0.8.0 |
916 | 2024-02-16T05:18:16.274Z | Downloaded getopts v0.2.21 |
917 | 2024-02-16T05:18:16.274Z | Downloaded colored v2.0.4 |
918 | 2024-02-16T05:18:16.274Z | Downloaded futures-executor v0.3.30 |
919 | 2024-02-16T05:18:16.274Z | Downloaded lru-cache v0.1.2 |
920 | 2024-02-16T05:18:16.274Z | Downloaded unicode-width v0.1.11 |
921 | 2024-02-16T05:18:16.274Z | Downloaded pin-project-lite v0.2.13 |
922 | 2024-02-16T05:18:16.274Z | Downloaded tokio-stream v0.1.14 |
923 | 2024-02-16T05:18:16.274Z | Downloaded endian-type v0.1.2 |
924 | 2024-02-16T05:18:16.274Z | Downloaded heck v0.4.1 |
925 | 2024-02-16T05:18:16.274Z | Downloaded arrayref v0.3.7 |
926 | 2024-02-16T05:18:16.274Z | Downloaded serde_yaml v0.9.25 |
927 | 2024-02-16T05:18:16.274Z | Downloaded libefi-sys v0.1.0 |
928 | 2024-02-16T05:18:16.274Z | Downloaded usdt-macro v0.5.0 |
929 | 2024-02-16T05:18:16.274Z | Downloaded group v0.13.0 |
930 | 2024-02-16T05:18:16.274Z | Downloaded hash32 v0.3.1 |
931 | 2024-02-16T05:18:16.274Z | Downloaded embedded-io v0.4.0 |
932 | 2024-02-16T05:18:16.274Z | Downloaded thread-id v4.2.0 |
933 | 2024-02-16T05:18:16.274Z | Downloaded terminal_size v0.2.6 |
934 | 2024-02-16T05:18:16.274Z | Downloaded smf v0.2.2 |
935 | 2024-02-16T05:18:16.274Z | Downloaded spki v0.7.2 |
936 | 2024-02-16T05:18:16.274Z | Downloaded sha2 v0.10.8 |
937 | 2024-02-16T05:18:16.275Z | Downloaded slog-dtrace v0.3.0 |
938 | 2024-02-16T05:18:16.275Z | Downloaded serde_repr v0.1.16 |
939 | 2024-02-16T05:18:16.275Z | Downloaded futures-macro v0.3.30 |
940 | 2024-02-16T05:18:16.275Z | Downloaded minimal-lexical v0.2.1 |
941 | 2024-02-16T05:18:16.275Z | Downloaded slog-envlogger v2.2.0 |
942 | 2024-02-16T05:18:16.275Z | Downloaded serde v1.0.196 |
943 | 2024-02-16T05:18:16.275Z | Downloaded thiserror-impl v1.0.57 |
944 | 2024-02-16T05:18:16.275Z | Downloaded equivalent v1.0.1 |
945 | 2024-02-16T05:18:16.275Z | Downloaded trust-dns-resolver v0.23.2 |
946 | 2024-02-16T05:18:16.275Z | Downloaded generic-array v0.14.7 |
947 | 2024-02-16T05:18:16.275Z | Downloaded pest_meta v2.7.6 |
948 | 2024-02-16T05:18:16.275Z | Downloaded rustfmt-wrapper v0.2.0 |
949 | 2024-02-16T05:18:16.275Z | Downloaded lalrpop-util v0.19.12 |
950 | 2024-02-16T05:18:16.275Z | Downloaded time-macros v0.2.13 |
951 | 2024-02-16T05:18:16.306Z | Downloaded stable_deref_trait v1.2.0 |
952 | 2024-02-16T05:18:16.306Z | Downloaded arc-swap v1.6.0 |
953 | 2024-02-16T05:18:16.306Z | Downloaded usdt-impl v0.5.0 |
954 | 2024-02-16T05:18:16.306Z | Downloaded linear-map v1.2.0 |
955 | 2024-02-16T05:18:16.306Z | Downloaded dtrace-parser v0.1.14 |
956 | 2024-02-16T05:18:16.306Z | Downloaded dirs-sys v0.4.1 |
957 | 2024-02-16T05:18:16.306Z | Downloaded hash32 v0.2.1 |
958 | 2024-02-16T05:18:16.306Z | Downloaded proc-macro-error-attr v1.0.4 |
959 | 2024-02-16T05:18:16.307Z | Downloaded thread_local v1.1.7 |
960 | 2024-02-16T05:18:16.307Z | Downloaded strum_macros v0.26.1 |
961 | 2024-02-16T05:18:16.307Z | Downloaded zone v0.3.0 |
962 | 2024-02-16T05:18:16.307Z | Downloaded log v0.4.20 |
963 | 2024-02-16T05:18:16.307Z | Downloaded foreign-types v0.3.2 |
964 | 2024-02-16T05:18:16.307Z | Downloaded subprocess v0.2.9 |
965 | 2024-02-16T05:18:16.307Z | Downloaded yasna v0.5.2 |
966 | 2024-02-16T05:18:16.307Z | Downloaded http v0.2.11 |
967 | 2024-02-16T05:18:16.307Z | Downloaded time v0.3.27 |
968 | 2024-02-16T05:18:16.307Z | Downloaded slog-json v2.6.1 |
969 | 2024-02-16T05:18:16.307Z | Downloaded ryu v1.0.15 |
970 | 2024-02-16T05:18:16.308Z | Downloaded flagset v0.4.3 |
971 | 2024-02-16T05:18:16.308Z | Downloaded headers-core v0.2.0 |
972 | 2024-02-16T05:18:16.308Z | Downloaded quick-error v1.2.3 |
973 | 2024-02-16T05:18:16.308Z | Downloaded serde_urlencoded v0.7.1 |
974 | 2024-02-16T05:18:16.308Z | Downloaded num-integer v0.1.46 |
975 | 2024-02-16T05:18:16.308Z | Downloaded futures v0.3.30 |
976 | 2024-02-16T05:18:16.308Z | Downloaded tracing-attributes v0.1.26 |
977 | 2024-02-16T05:18:16.308Z | Downloaded form_urlencoded v1.2.1 |
978 | 2024-02-16T05:18:16.308Z | Downloaded serde_derive_internals v0.26.0 |
979 | 2024-02-16T05:18:16.308Z | Downloaded pem-rfc7468 v0.7.0 |
980 | 2024-02-16T05:18:16.308Z | Downloaded errno v0.3.8 |
981 | 2024-02-16T05:18:16.308Z | Downloaded vsss-rs v3.3.4 |
982 | 2024-02-16T05:18:16.308Z | Downloaded hex v0.4.3 |
983 | 2024-02-16T05:18:16.308Z | Downloaded postgres-protocol v0.6.6 |
984 | 2024-02-16T05:18:16.308Z | Downloaded platforms v3.0.2 |
985 | 2024-02-16T05:18:16.308Z | Downloaded crossbeam-channel v0.5.8 |
986 | 2024-02-16T05:18:16.308Z | Downloaded socket2 v0.4.9 |
987 | 2024-02-16T05:18:16.308Z | Downloaded russh v0.40.2 |
988 | 2024-02-16T05:18:16.309Z | Downloaded serde_tokenstream v0.2.0 |
989 | 2024-02-16T05:18:16.309Z | Downloaded usdt v0.5.0 |
990 | 2024-02-16T05:18:16.309Z | Downloaded static_assertions v1.1.0 |
991 | 2024-02-16T05:18:16.309Z | Downloaded ucd-trie v0.1.6 |
992 | 2024-02-16T05:18:16.309Z | Downloaded memchr v2.6.3 |
993 | 2024-02-16T05:18:16.309Z | Downloaded semver v0.11.0 |
994 | 2024-02-16T05:18:16.309Z | Downloaded const-oid v0.9.5 |
995 | 2024-02-16T05:18:16.309Z | Downloaded crossterm v0.27.0 |
996 | 2024-02-16T05:18:16.309Z | Downloaded num v0.4.1 |
997 | 2024-02-16T05:18:16.309Z | Downloaded futures-io v0.3.30 |
998 | 2024-02-16T05:18:16.309Z | Downloaded ipnet v2.9.0 |
999 | 2024-02-16T05:18:16.309Z | Downloaded console v0.15.8 |
1000 | 2024-02-16T05:18:16.309Z | Downloaded zip v0.6.6 |
1001 | 2024-02-16T05:18:16.310Z | Downloaded digest v0.10.7 |
1002 | 2024-02-16T05:18:16.310Z | Downloaded semver v1.0.21 |
1003 | 2024-02-16T05:18:16.310Z | Downloaded slog-async v2.8.0 |
1004 | 2024-02-16T05:18:16.310Z | Downloaded allocator-api2 v0.2.16 |
1005 | 2024-02-16T05:18:16.310Z | Downloaded serde_derive v1.0.196 |
1006 | 2024-02-16T05:18:16.310Z | Downloaded unicode-segmentation v1.10.1 |
1007 | 2024-02-16T05:18:16.310Z | Downloaded steno v0.4.0 |
1008 | 2024-02-16T05:18:16.311Z | Downloaded rand v0.8.5 |
1009 | 2024-02-16T05:18:16.311Z | Downloaded tinyvec v1.6.0 |
1010 | 2024-02-16T05:18:16.311Z | Downloaded usdt v0.3.5 |
1011 | 2024-02-16T05:18:16.311Z | Downloaded unicode-normalization v0.1.22 |
1012 | 2024-02-16T05:18:16.311Z | Downloaded elliptic-curve v0.13.8 |
1013 | 2024-02-16T05:18:16.311Z | Downloaded either v1.9.0 |
1014 | 2024-02-16T05:18:16.311Z | Downloaded postcard v1.0.8 |
1015 | 2024-02-16T05:18:16.311Z | Downloaded openssl-sys v0.9.96 |
1016 | 2024-02-16T05:18:16.311Z | Downloaded regex-automata v0.1.10 |
1017 | 2024-02-16T05:18:16.311Z | Downloaded hmac v0.12.1 |
1018 | 2024-02-16T05:18:16.312Z | Downloaded heapless v0.8.0 |
1019 | 2024-02-16T05:18:16.312Z | Downloaded signal-hook v0.3.17 |
1020 | 2024-02-16T05:18:16.312Z | Downloaded crossbeam-epoch v0.9.15 |
1021 | 2024-02-16T05:18:16.312Z | Downloaded tokio-postgres v0.7.10 |
1022 | 2024-02-16T05:18:16.312Z | Downloaded tracing v0.1.37 |
1023 | 2024-02-16T05:18:16.312Z | Downloaded heapless v0.7.16 |
1024 | 2024-02-16T05:18:16.312Z | Downloaded rcgen v0.12.1 |
1025 | 2024-02-16T05:18:16.312Z | Downloaded url v2.5.0 |
1026 | 2024-02-16T05:18:16.312Z | Downloaded toml_edit v0.19.15 |
1027 | 2024-02-16T05:18:16.312Z | Downloaded toml v0.8.10 |
1028 | 2024-02-16T05:18:16.312Z | Downloaded aes-gcm v0.10.3 |
1029 | 2024-02-16T05:18:16.312Z | Downloaded rand v0.7.3 |
1030 | 2024-02-16T05:18:16.312Z | Downloaded half v2.3.1 |
1031 | 2024-02-16T05:18:16.313Z | Downloaded flate2 v1.0.28 |
1032 | 2024-02-16T05:18:16.313Z | Downloaded trust-dns-server v0.23.2 |
1033 | 2024-02-16T05:18:16.313Z | Downloaded goblin v0.8.0 |
1034 | 2024-02-16T05:18:16.313Z | Downloaded reqwest v0.11.22 |
1035 | 2024-02-16T05:18:16.313Z | Downloaded http v1.0.0 |
1036 | 2024-02-16T05:18:16.313Z | Downloaded futures-util v0.3.30 |
1037 | 2024-02-16T05:18:16.339Z | Downloaded itertools v0.10.5 |
1038 | 2024-02-16T05:18:16.339Z | Downloaded openssl v0.10.60 |
1039 | 2024-02-16T05:18:16.339Z | Downloaded serde_json v1.0.113 |
1040 | 2024-02-16T05:18:16.340Z | Downloaded rustls-webpki v0.101.7 |
1041 | 2024-02-16T05:18:16.761Z | Downloaded aho-corasick v1.0.4 |
1042 | 2024-02-16T05:18:16.761Z | Downloaded hashbrown v0.14.3 |
1043 | 2024-02-16T05:18:16.761Z | Downloaded webpki-roots v0.25.2 |
1044 | 2024-02-16T05:18:16.768Z | Downloaded h2 v0.3.24 |
1045 | 2024-02-16T05:18:16.768Z | Downloaded rustls-webpki v0.102.1 |
1046 | 2024-02-16T05:18:16.769Z | Downloaded serde_with v3.6.1 |
1047 | 2024-02-16T05:18:16.769Z | Downloaded hyper v0.14.27 |
1048 | 2024-02-16T05:18:16.769Z | Downloaded vcpkg v0.2.15 |
1049 | 2024-02-16T05:18:16.769Z | Downloaded bstr v0.2.17 |
1050 | 2024-02-16T05:18:16.769Z | Downloaded chrono v0.4.31 |
1051 | 2024-02-16T05:18:16.769Z | Downloaded gimli v0.28.0 |
1052 | 2024-02-16T05:18:16.769Z | Downloaded idna v0.4.0 |
1053 | 2024-02-16T05:18:16.769Z | Downloaded syn v2.0.48 |
1054 | 2024-02-16T05:18:16.769Z | Downloaded curve25519-dalek v4.1.1 |
1055 | 2024-02-16T05:18:16.769Z | Downloaded regex v1.10.3 |
1056 | 2024-02-16T05:18:16.769Z | Downloaded smoltcp v0.11.0 |
1057 | 2024-02-16T05:18:16.770Z | Downloaded openapiv3 v2.0.0 |
1058 | 2024-02-16T05:18:16.770Z | Downloaded regress v0.8.0 |
1059 | 2024-02-16T05:18:16.770Z | Downloaded rustix v0.37.23 |
1060 | 2024-02-16T05:18:16.770Z | Downloaded regex-syntax v0.8.2 |
1061 | 2024-02-16T05:18:16.770Z | Downloaded trust-dns-proto v0.23.2 |
1062 | 2024-02-16T05:18:16.770Z | Downloaded zerocopy-derive v0.6.4 |
1063 | 2024-02-16T05:18:16.770Z | Downloaded zerocopy-derive v0.2.0 |
1064 | 2024-02-16T05:18:16.770Z | Downloaded sled v0.34.7 |
1065 | 2024-02-16T05:18:16.771Z | Downloaded regex-automata v0.3.8 |
1066 | 2024-02-16T05:18:16.771Z | Downloaded regex-automata v0.4.4 |
1067 | 2024-02-16T05:18:16.771Z | Downloaded tokio v1.36.0 |
1068 | 2024-02-16T05:18:16.771Z | Downloaded winapi v0.3.9 |
1069 | 2024-02-16T05:18:16.771Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1070 | 2024-02-16T05:18:16.771Z | Downloaded rustix v0.38.31 |
1071 | 2024-02-16T05:18:16.787Z | Downloaded libc v0.2.153 |
1072 | 2024-02-16T05:18:16.811Z | Downloaded sha3 v0.10.8 |
1073 | 2024-02-16T05:18:16.833Z | Downloaded syn v1.0.109 |
1074 | 2024-02-16T05:18:16.858Z | Downloaded rustls v0.21.9 |
1075 | 2024-02-16T05:18:16.858Z | Downloaded rustls v0.22.2 |
1076 | 2024-02-16T05:18:16.868Z | Downloaded idna v0.5.0 |
1077 | 2024-02-16T05:18:16.868Z | Downloaded bstr v1.6.0 |
1078 | 2024-02-16T05:18:16.868Z | Downloaded smoltcp v0.9.1 |
1079 | 2024-02-16T05:18:16.875Z | Downloaded radix_trie v0.2.1 |
1080 | 2024-02-16T05:18:16.881Z | Downloaded zerocopy v0.7.32 |
1081 | 2024-02-16T05:18:16.913Z | Downloaded encoding_rs v0.8.33 |
1082 | 2024-02-16T05:18:16.923Z | Downloaded winnow v0.5.15 |
1083 | 2024-02-16T05:18:16.932Z | Downloaded hkdf v0.12.4 |
1084 | 2024-02-16T05:18:16.942Z | Downloaded itertools v0.12.1 |
1085 | 2024-02-16T05:18:16.942Z | Downloaded diesel v2.1.4 |
1086 | 2024-02-16T05:18:16.960Z | Downloaded hashbrown v0.12.3 |
1087 | 2024-02-16T05:18:16.964Z | Downloaded rayon v1.8.0 |
1088 | 2024-02-16T05:18:16.976Z | Downloaded clap v2.34.0 |
1089 | 2024-02-16T05:18:16.985Z | Downloaded blake3 v1.5.0 |
1090 | 2024-02-16T05:18:16.990Z | Downloaded petgraph v0.6.4 |
1091 | 2024-02-16T05:18:17.011Z | Downloaded object v0.32.1 |
1092 | 2024-02-16T05:18:17.021Z | Downloaded libm v0.2.7 |
1093 | 2024-02-16T05:18:17.037Z | Downloaded slog v2.7.0 |
1094 | 2024-02-16T05:18:17.037Z | Downloaded serde_tokenstream v0.1.7 |
1095 | 2024-02-16T05:18:17.125Z | Downloaded constant_time_eq v0.3.0 |
1096 | 2024-02-16T05:18:17.126Z | Downloaded zerocopy v0.6.4 |
1097 | 2024-02-16T05:18:17.126Z | Downloaded tokio-rustls v0.25.0 |
1098 | 2024-02-16T05:18:17.482Z | Downloaded unsafe-libyaml v0.2.10 |
1099 | 2024-02-16T05:18:17.482Z | Downloaded toml_edit v0.22.4 |
1100 | 2024-02-16T05:18:17.482Z | Downloaded dirs-next v2.0.0 |
1101 | 2024-02-16T05:18:17.482Z | Downloaded pest v2.7.6 |
1102 | 2024-02-16T05:18:17.482Z | Downloaded ed25519-dalek v2.0.0 |
1103 | 2024-02-16T05:18:17.482Z | Downloaded schemars v0.8.16 |
1104 | 2024-02-16T05:18:17.482Z | Downloaded heck v0.3.3 |
1105 | 2024-02-16T05:18:17.483Z | Downloaded zerocopy-derive v0.7.32 |
1106 | 2024-02-16T05:18:17.483Z | Downloaded num_cpus v1.16.0 |
1107 | 2024-02-16T05:18:17.483Z | Downloaded rustc_version v0.4.0 |
1108 | 2024-02-16T05:18:17.483Z | Downloaded unicode-xid v0.2.4 |
1109 | 2024-02-16T05:18:17.483Z | Downloaded hex-literal v0.4.1 |
1110 | 2024-02-16T05:18:17.483Z | Downloaded zeroize_derive v1.4.2 |
1111 | 2024-02-16T05:18:17.483Z | Downloaded semver v0.1.20 |
1112 | 2024-02-16T05:18:17.507Z | Downloaded synstructure v0.12.6 |
1113 | 2024-02-16T05:18:17.507Z | Downloaded slab v0.4.9 |
1114 | 2024-02-16T05:18:17.507Z | Downloaded slog-term v2.9.0 |
1115 | 2024-02-16T05:18:17.507Z | Downloaded memmap2 v0.7.1 |
1116 | 2024-02-16T05:18:17.507Z | Downloaded gethostname v0.4.3 |
1117 | 2024-02-16T05:18:17.507Z | Downloaded predicates-core v1.0.6 |
1118 | 2024-02-16T05:18:17.508Z | Downloaded sct v0.7.0 |
1119 | 2024-02-16T05:18:17.508Z | Downloaded getrandom v0.1.16 |
1120 | 2024-02-16T05:18:17.508Z | Downloaded httparse v1.8.0 |
1121 | 2024-02-16T05:18:17.508Z | Downloaded rayon-core v1.12.0 |
1122 | 2024-02-16T05:18:17.508Z | Downloaded linked-hash-map v0.5.6 |
1123 | 2024-02-16T05:18:17.508Z | Downloaded home v0.5.5 |
1124 | 2024-02-16T05:18:17.508Z | Downloaded whoami v1.4.1 |
1125 | 2024-02-16T05:18:17.508Z | Downloaded atomic-waker v1.1.1 |
1126 | 2024-02-16T05:18:17.508Z | Downloaded string_cache v0.8.7 |
1127 | 2024-02-16T05:18:17.508Z | Downloaded ipnetwork v0.20.0 |
1128 | 2024-02-16T05:18:17.508Z | Downloaded serde_with_macros v3.6.1 |
1129 | 2024-02-16T05:18:17.508Z | Downloaded rustversion v1.0.14 |
1130 | 2024-02-16T05:18:17.508Z | Downloaded tokio-tungstenite v0.20.1 |
1131 | 2024-02-16T05:18:17.508Z | Downloaded proc-macro2 v1.0.78 |
1132 | 2024-02-16T05:18:17.508Z | Downloaded indexmap v1.9.3 |
1133 | 2024-02-16T05:18:17.508Z | Downloaded mio v0.8.9 |
1134 | 2024-02-16T05:18:17.508Z | Downloaded structopt v0.3.26 |
1135 | 2024-02-16T05:18:17.509Z | Downloaded unicase v2.7.0 |
1136 | 2024-02-16T05:18:17.509Z | Downloaded futures-sink v0.3.30 |
1137 | 2024-02-16T05:18:17.509Z | Downloaded num-bigint v0.4.4 |
1138 | 2024-02-16T05:18:17.509Z | Downloaded signal-hook-mio v0.2.3 |
1139 | 2024-02-16T05:18:17.509Z | Downloaded sec1 v0.7.3 |
1140 | 2024-02-16T05:18:17.509Z | Downloaded darling_core v0.20.3 |
1141 | 2024-02-16T05:18:17.509Z | Downloaded phf v0.11.2 |
1142 | 2024-02-16T05:18:17.509Z | Downloaded signature v2.1.0 |
1143 | 2024-02-16T05:18:17.509Z | Downloaded deranged v0.3.8 |
1144 | 2024-02-16T05:18:17.509Z | Downloaded dyn-clone v1.0.16 |
1145 | 2024-02-16T05:18:17.509Z | Downloaded xattr v1.0.1 |
1146 | 2024-02-16T05:18:17.509Z | Downloaded io-lifetimes v1.0.11 |
1147 | 2024-02-16T05:18:17.509Z | Downloaded headers v0.3.9 |
1148 | 2024-02-16T05:18:17.509Z | Downloaded tracing-core v0.1.31 |
1149 | 2024-02-16T05:18:17.509Z | Downloaded num-rational v0.4.1 |
1150 | 2024-02-16T05:18:17.509Z | Downloaded base64 v0.21.7 |
1151 | 2024-02-16T05:18:17.509Z | Downloaded toml v0.7.8 |
1152 | 2024-02-16T05:18:17.510Z | Downloaded trust-dns-client v0.23.2 |
1153 | 2024-02-16T05:18:17.510Z | Downloaded pretty-hex v0.2.1 |
1154 | 2024-02-16T05:18:17.510Z | Downloaded ff v0.13.0 |
1155 | 2024-02-16T05:18:17.510Z | Downloaded rfc6979 v0.4.0 |
1156 | 2024-02-16T05:18:17.510Z | Downloaded socket2 v0.5.5 |
1157 | 2024-02-16T05:18:17.510Z | Downloaded hyper-rustls v0.24.2 |
1158 | 2024-02-16T05:18:17.510Z | Downloaded uuid v1.7.0 |
1159 | 2024-02-16T05:18:17.510Z | Downloaded strsim v0.8.0 |
1160 | 2024-02-16T05:18:17.510Z | Downloaded tokio-native-tls v0.3.1 |
1161 | 2024-02-16T05:18:17.510Z | Downloaded thiserror v1.0.57 |
1162 | 2024-02-16T05:18:17.510Z | Downloaded scroll v0.12.0 |
1163 | 2024-02-16T05:18:17.510Z | Downloaded p256 v0.13.2 |
1164 | 2024-02-16T05:18:17.510Z | Downloaded scheduled-thread-pool v0.2.7 |
1165 | 2024-02-16T05:18:17.510Z | Downloaded derive-where v1.2.7 |
1166 | 2024-02-16T05:18:17.510Z | Downloaded r2d2 v0.8.10 |
1167 | 2024-02-16T05:18:17.510Z | Downloaded unicode-bidi v0.3.13 |
1168 | 2024-02-16T05:18:17.510Z | Downloaded instant v0.1.12 |
1169 | 2024-02-16T05:18:17.510Z | Downloaded tokio-util v0.7.10 |
1170 | 2024-02-16T05:18:17.510Z | Downloaded crc32fast v1.3.2 |
1171 | 2024-02-16T05:18:17.510Z | Downloaded clap v4.4.3 |
1172 | 2024-02-16T05:18:17.510Z | Downloaded http-body v0.4.5 |
1173 | 2024-02-16T05:18:17.510Z | Downloaded ring v0.17.7 |
1174 | 2024-02-16T05:18:17.510Z | Downloaded fallible-iterator v0.2.0 |
1175 | 2024-02-16T05:18:17.510Z | Downloaded russh-keys v0.40.1 |
1176 | 2024-02-16T05:18:17.511Z | Downloaded proc-macro-error v1.0.4 |
1177 | 2024-02-16T05:18:17.511Z | Downloaded fastrand v2.0.1 |
1178 | 2024-02-16T05:18:17.511Z | Downloaded pest_derive v2.7.6 |
1179 | 2024-02-16T05:18:17.511Z | Downloaded thiserror-no-std v2.0.2 |
1180 | 2024-02-16T05:18:17.511Z | Downloaded usdt-impl v0.3.5 |
1181 | 2024-02-16T05:18:17.511Z | Downloaded parking_lot v0.11.2 |
1182 | 2024-02-16T05:18:17.511Z | Downloaded rustc-demangle v0.1.23 |
1183 | 2024-02-16T05:18:17.511Z | Downloaded futures-channel v0.3.30 |
1184 | 2024-02-16T05:18:17.511Z | Downloaded smallvec v1.13.1 |
1185 | 2024-02-16T05:18:17.511Z | Downloaded ciborium v0.2.2 |
1186 | 2024-02-16T05:18:17.511Z | Downloaded primeorder v0.13.6 |
1187 | 2024-02-16T05:18:17.511Z | Downloaded ansi_term v0.12.1 |
1188 | 2024-02-16T05:18:17.511Z | Downloaded postgres-types v0.2.6 |
1189 | 2024-02-16T05:18:17.511Z | Downloaded omicron-zone-package v0.11.0 |
1190 | 2024-02-16T05:18:17.511Z | Downloaded spin v0.9.8 |
1191 | 2024-02-16T05:18:17.512Z | Downloaded cancel-safe-futures v0.1.5 |
1192 | 2024-02-16T05:18:17.512Z | Downloaded keccak v0.1.4 |
1193 | 2024-02-16T05:18:17.512Z | Downloaded siphasher v0.3.11 |
1194 | 2024-02-16T05:18:17.512Z | Downloaded newtype-uuid v1.0.1 |
1195 | 2024-02-16T05:18:17.512Z | Downloaded ring v0.16.20 |
1196 | 2024-02-16T05:18:17.512Z | Downloaded hostname v0.3.1 |
1197 | 2024-02-16T05:18:17.512Z | Downloaded schemars_derive v0.8.16 |
1198 | 2024-02-16T05:18:17.512Z | Downloaded pkcs8 v0.10.2 |
1199 | 2024-02-16T05:18:17.512Z | Downloaded bytes v1.5.0 |
1200 | 2024-02-16T05:18:17.512Z | Downloaded once_cell v1.19.0 |
1201 | 2024-02-16T05:18:17.512Z | Downloaded num-traits v0.2.16 |
1202 | 2024-02-16T05:18:17.512Z | Downloaded password-hash v0.5.0 |
1203 | 2024-02-16T05:18:17.512Z | Downloaded structmeta v0.3.0 |
1204 | 2024-02-16T05:18:17.512Z | Downloaded parking_lot v0.12.1 |
1205 | 2024-02-16T05:18:17.512Z | Downloaded toml_datetime v0.6.5 |
1206 | 2024-02-16T05:18:17.512Z | Downloaded hubpack v0.1.2 |
1207 | 2024-02-16T05:18:17.512Z | Downloaded resolv-conf v0.7.0 |
1208 | 2024-02-16T05:18:17.512Z | Downloaded enum-as-inner v0.6.0 |
1209 | 2024-02-16T05:18:17.512Z | Downloaded byteorder v1.5.0 |
1210 | 2024-02-16T05:18:17.512Z | Downloaded untrusted v0.9.0 |
1211 | 2024-02-16T05:18:17.512Z | Downloaded hyper-tls v0.5.0 |
1212 | 2024-02-16T05:18:17.525Z | Downloaded crossbeam-deque v0.8.3 |
1213 | 2024-02-16T05:18:17.525Z | Downloaded owo-colors v4.0.0 |
1214 | 2024-02-16T05:18:17.525Z | Downloaded usdt-macro v0.3.5 |
1215 | 2024-02-16T05:18:17.526Z | Downloaded memoffset v0.9.0 |
1216 | 2024-02-16T05:18:17.526Z | Downloaded managed v0.8.0 |
1217 | 2024-02-16T05:18:17.526Z | Downloaded plain v0.2.3 |
1218 | 2024-02-16T05:18:17.526Z | Downloaded cipher v0.4.4 |
1219 | 2024-02-16T05:18:17.526Z | Downloaded futures-core v0.3.30 |
1220 | 2024-02-16T05:18:17.526Z | Downloaded dof v0.3.0 |
1221 | 2024-02-16T05:18:17.526Z | Downloaded walkdir v2.4.0 |
1222 | 2024-02-16T05:18:17.526Z | Downloaded ed25519 v2.2.2 |
1223 | 2024-02-16T05:18:17.526Z | Downloaded is-terminal v0.4.9 |
1224 | 2024-02-16T05:18:17.526Z | Downloaded paste v1.0.14 |
1225 | 2024-02-16T05:18:17.526Z | Downloaded parse-display v0.9.0 |
1226 | 2024-02-16T05:18:17.526Z | Downloaded bzip2 v0.4.4 |
1227 | 2024-02-16T05:18:17.526Z | Downloaded chacha20 v0.9.1 |
1228 | 2024-02-16T05:18:17.526Z | Downloaded block-buffer v0.10.4 |
1229 | 2024-02-16T05:18:17.526Z | Downloaded defmt-parser v0.3.3 |
1230 | 2024-02-16T05:18:17.526Z | Downloaded rustls-pki-types v1.1.0 |
1231 | 2024-02-16T05:18:17.526Z | Downloaded proc-macro-crate v1.3.1 |
1232 | 2024-02-16T05:18:17.526Z | Downloaded crypto-common v0.1.6 |
1233 | 2024-02-16T05:18:17.526Z | Downloaded convert_case v0.4.0 |
1234 | 2024-02-16T05:18:17.526Z | Downloaded new_debug_unreachable v1.0.4 |
1235 | 2024-02-16T05:18:17.526Z | Downloaded ciborium-ll v0.2.2 |
1236 | 2024-02-16T05:18:17.526Z | Downloaded colorchoice v1.0.0 |
1237 | 2024-02-16T05:18:17.526Z | Downloaded crypto-bigint v0.5.2 |
1238 | 2024-02-16T05:18:17.527Z | Downloaded toml v0.5.11 |
1239 | 2024-02-16T05:18:17.527Z | Downloaded clap_builder v4.4.2 |
1240 | 2024-02-16T05:18:17.527Z | Downloaded cbc v0.1.2 |
1241 | 2024-02-16T05:18:17.527Z | Downloaded percent-encoding v2.3.1 |
1242 | 2024-02-16T05:18:17.527Z | Downloaded mime v0.3.17 |
1243 | 2024-02-16T05:18:17.527Z | Downloaded blowfish v0.9.1 |
1244 | 2024-02-16T05:18:17.527Z | Downloaded option-ext v0.2.0 |
1245 | 2024-02-16T05:18:17.527Z | Downloaded num-derive v0.4.0 |
1246 | 2024-02-16T05:18:17.527Z | Downloaded bitflags v2.4.0 |
1247 | 2024-02-16T05:18:17.527Z | Downloaded futures-task v0.3.30 |
1248 | 2024-02-16T05:18:17.527Z | Downloaded macaddr v1.0.1 |
1249 | 2024-02-16T05:18:17.527Z | Downloaded md-5 v0.10.5 |
1250 | 2024-02-16T05:18:17.527Z | Downloaded ctr v0.9.2 |
1251 | 2024-02-16T05:18:17.527Z | Downloaded phf_shared v0.11.2 |
1252 | 2024-02-16T05:18:17.540Z | Downloaded pbkdf2 v0.11.0 |
1253 | 2024-02-16T05:18:17.540Z | Downloaded opaque-debug v0.3.0 |
1254 | 2024-02-16T05:18:17.540Z | Downloaded openssl-macros v0.1.1 |
1255 | 2024-02-16T05:18:17.540Z | Downloaded atomicwrites v0.4.3 |
1256 | 2024-02-16T05:18:17.540Z | Downloaded predicates v3.1.0 |
1257 | 2024-02-16T05:18:17.540Z | Downloaded anyhow v1.0.75 |
1258 | 2024-02-16T05:18:17.540Z | Downloaded curve25519-dalek-derive v0.1.0 |
1259 | 2024-02-16T05:18:17.540Z | Downloaded anstyle-parse v0.2.1 |
1260 | 2024-02-16T05:18:17.540Z | Downloaded native-tls v0.2.11 |
1261 | 2024-02-16T05:18:17.540Z | Downloaded argon2 v0.5.3 |
1262 | 2024-02-16T05:18:17.548Z | Downloaded crossbeam-utils v0.8.16 |
1263 | 2024-02-16T05:18:17.548Z | Downloaded cpufeatures v0.2.12 |
1264 | 2024-02-16T05:18:17.548Z | Downloaded async-trait v0.1.77 |
1265 | 2024-02-16T05:18:17.548Z | Downloaded backoff v0.4.0 |
1266 | 2024-02-16T05:18:17.548Z | Downloaded bit-vec v0.6.3 |
1267 | 2024-02-16T05:18:17.548Z | Downloaded zone_cfg_derive v0.3.0 |
1268 | 2024-02-16T05:18:17.548Z | Downloaded foreign-types-macros v0.2.3 |
1269 | 2024-02-16T05:18:17.956Z | Compiling proc-macro2 v1.0.78 |
1270 | 2024-02-16T05:18:17.956Z | Compiling unicode-ident v1.0.12 |
1271 | 2024-02-16T05:18:17.957Z | Compiling libc v0.2.153 |
1272 | 2024-02-16T05:18:18.431Z | Compiling serde v1.0.196 |
1273 | 2024-02-16T05:18:18.431Z | Compiling version_check v0.9.4 |
1274 | 2024-02-16T05:18:18.432Z | Compiling autocfg v1.1.0 |
1275 | 2024-02-16T05:18:18.432Z | Compiling cfg-if v1.0.0 |
1276 | 2024-02-16T05:18:18.854Z | Compiling once_cell v1.19.0 |
1277 | 2024-02-16T05:18:18.854Z | Compiling syn v1.0.109 |
1278 | 2024-02-16T05:18:18.854Z | Compiling thiserror v1.0.57 |
1279 | 2024-02-16T05:18:18.863Z | Compiling memchr v2.6.3 |
1280 | 2024-02-16T05:18:18.863Z | Compiling parking_lot_core v0.9.8 |
1281 | 2024-02-16T05:18:18.864Z | Compiling lock_api v0.4.10 |
1282 | 2024-02-16T05:18:19.425Z | Compiling typenum v1.16.0 |
1283 | 2024-02-16T05:18:19.451Z | Compiling byteorder v1.5.0 |
1284 | 2024-02-16T05:18:19.598Z | Compiling generic-array v0.14.7 |
1285 | 2024-02-16T05:18:19.598Z | Compiling ahash v0.8.7 |
1286 | 2024-02-16T05:18:19.798Z | Compiling libm v0.2.7 |
1287 | 2024-02-16T05:18:19.943Z | Compiling num-traits v0.2.16 |
1288 | 2024-02-16T05:18:19.962Z | Compiling serde_json v1.0.113 |
1289 | 2024-02-16T05:18:20.145Z | Compiling itoa v1.0.9 |
1290 | 2024-02-16T05:18:20.370Z | Compiling slab v0.4.9 |
1291 | 2024-02-16T05:18:20.428Z | Compiling quote v1.0.35 |
1292 | 2024-02-16T05:18:20.442Z | Compiling log v0.4.20 |
1293 | 2024-02-16T05:18:20.927Z | Compiling syn v2.0.48 |
1294 | 2024-02-16T05:18:22.397Z | Compiling getrandom v0.2.10 |
1295 | 2024-02-16T05:18:22.397Z | Compiling cc v1.0.83 |
1296 | 2024-02-16T05:18:22.397Z | Compiling rand_core v0.6.4 |
1297 | 2024-02-16T05:18:22.397Z | Compiling scopeguard v1.2.0 |
1298 | 2024-02-16T05:18:22.465Z | Compiling allocator-api2 v0.2.16 |
1299 | 2024-02-16T05:18:22.465Z | Compiling ryu v1.0.15 |
1300 | 2024-02-16T05:18:22.465Z | Compiling pkg-config v0.3.27 |
1301 | 2024-02-16T05:18:22.465Z | Compiling heck v0.4.1 |
1302 | 2024-02-16T05:18:22.528Z | Compiling smallvec v1.13.1 |
1303 | 2024-02-16T05:18:23.020Z | Compiling schemars v0.8.16 |
1304 | 2024-02-16T05:18:23.020Z | Compiling equivalent v1.0.1 |
1305 | 2024-02-16T05:18:23.020Z | Compiling subtle v2.5.0 |
1306 | 2024-02-16T05:18:23.385Z | Compiling pin-project-lite v0.2.13 |
1307 | 2024-02-16T05:18:23.547Z | Compiling vcpkg v0.2.15 |
1308 | 2024-02-16T05:18:24.084Z | Compiling parking_lot v0.12.1 |
1309 | 2024-02-16T05:18:24.232Z | Compiling ring v0.17.7 |
1310 | 2024-02-16T05:18:24.378Z | Compiling httparse v1.8.0 |
1311 | 2024-02-16T05:18:24.468Z | Compiling ucd-trie v0.1.6 |
1312 | 2024-02-16T05:18:25.051Z | Compiling signal-hook-registry v1.4.1 |
1313 | 2024-02-16T05:18:25.846Z | Compiling ring v0.16.20 |
1314 | 2024-02-16T05:18:25.871Z | Compiling openssl-sys v0.9.96 |
1315 | 2024-02-16T05:18:25.903Z | Compiling mio v0.8.9 |
1316 | 2024-02-16T05:18:26.109Z | Compiling fnv v1.0.7 |
1317 | 2024-02-16T05:18:26.262Z | Compiling iana-time-zone v0.1.57 |
1318 | 2024-02-16T05:18:26.363Z | Compiling socket2 v0.5.5 |
1319 | 2024-02-16T05:18:26.666Z | Compiling num_cpus v1.16.0 |
1320 | 2024-02-16T05:18:26.732Z | Compiling semver v1.0.21 |
1321 | 2024-02-16T05:18:26.815Z | Compiling openssl v0.10.60 |
1322 | 2024-02-16T05:18:27.143Z | Compiling const-oid v0.9.5 |
1323 | 2024-02-16T05:18:27.264Z | Compiling native-tls v0.2.11 |
1324 | 2024-02-16T05:18:27.284Z | Compiling rustls v0.21.9 |
1325 | 2024-02-16T05:18:27.518Z | Compiling dyn-clone v1.0.16 |
1326 | 2024-02-16T05:18:27.592Z | Compiling futures-core v0.3.30 |
1327 | 2024-02-16T05:18:27.836Z | Compiling aho-corasick v1.0.4 |
1328 | 2024-02-16T05:18:28.250Z | Compiling crossbeam-utils v0.8.16 |
1329 | 2024-02-16T05:18:28.448Z | Compiling serde_derive_internals v0.26.0 |
1330 | 2024-02-16T05:18:28.904Z | Compiling regex-syntax v0.8.2 |
1331 | 2024-02-16T05:18:29.016Z | Compiling slog v2.7.0 |
1332 | 2024-02-16T05:18:29.050Z | Compiling async-trait v0.1.77 |
1333 | 2024-02-16T05:18:29.681Z | Compiling futures-sink v0.3.30 |
1334 | 2024-02-16T05:18:29.732Z | Compiling rustix v0.38.31 |
1335 | 2024-02-16T05:18:29.990Z | Compiling spin v0.5.2 |
1336 | 2024-02-16T05:18:30.028Z | Compiling backtrace v0.3.69 |
1337 | 2024-02-16T05:18:30.488Z | Compiling tinyvec_macros v0.1.1 |
1338 | 2024-02-16T05:18:30.578Z | Compiling tinyvec v1.6.0 |
1339 | 2024-02-16T05:18:31.086Z | Compiling futures-channel v0.3.30 |
1340 | 2024-02-16T05:18:31.554Z | Compiling futures-task v0.3.30 |
1341 | 2024-02-16T05:18:31.782Z | Compiling winnow v0.5.15 |
1342 | 2024-02-16T05:18:31.874Z | Compiling pin-utils v0.1.0 |
1343 | 2024-02-16T05:18:31.979Z | Compiling futures-io v0.3.30 |
1344 | 2024-02-16T05:18:32.248Z | Compiling unicode-normalization v0.1.22 |
1345 | 2024-02-16T05:18:32.297Z | Compiling spin v0.9.8 |
1346 | 2024-02-16T05:18:32.965Z | Compiling regex-automata v0.4.4 |
1347 | 2024-02-16T05:18:33.390Z | Compiling memoffset v0.9.0 |
1348 | 2024-02-16T05:18:33.390Z | Compiling tracing-core v0.1.31 |
1349 | 2024-02-16T05:18:33.402Z | Compiling unicode-bidi v0.3.13 |
1350 | 2024-02-16T05:18:33.402Z | Compiling unicode-width v0.1.11 |
1351 | 2024-02-16T05:18:33.898Z | Compiling cpufeatures v0.2.12 |
1352 | 2024-02-16T05:18:33.908Z | Compiling anyhow v1.0.75 |
1353 | 2024-02-16T05:18:34.881Z | Compiling crc32fast v1.3.2 |
1354 | 2024-02-16T05:18:35.597Z | Compiling crossbeam-epoch v0.9.15 |
1355 | 2024-02-16T05:18:35.731Z | Compiling serde_derive v1.0.196 |
1356 | 2024-02-16T05:18:35.755Z | Compiling zeroize_derive v1.4.2 |
1357 | 2024-02-16T05:18:36.032Z | Compiling zerocopy-derive v0.7.32 |
1358 | 2024-02-16T05:18:36.080Z | Compiling thiserror-impl v1.0.57 |
1359 | 2024-02-16T05:18:36.849Z | Compiling tokio-macros v2.2.0 |
1360 | 2024-02-16T05:18:37.180Z | Compiling zeroize v1.7.0 |
1361 | 2024-02-16T05:18:37.545Z | Compiling futures-macro v0.3.30 |
1362 | 2024-02-16T05:18:38.120Z | Compiling zerocopy v0.7.32 |
1363 | 2024-02-16T05:18:39.565Z | Compiling tracing-attributes v0.1.26 |
1364 | 2024-02-16T05:18:39.678Z | Compiling schemars_derive v0.8.16 |
1365 | 2024-02-16T05:18:39.713Z | Compiling pest v2.7.6 |
1366 | 2024-02-16T05:18:39.894Z | Compiling crypto-common v0.1.6 |
1367 | 2024-02-16T05:18:40.285Z | Compiling hashbrown v0.14.3 |
1368 | 2024-02-16T05:18:41.116Z | Compiling openssl-macros v0.1.1 |
1369 | 2024-02-16T05:18:41.824Z | Compiling block-buffer v0.10.4 |
1370 | 2024-02-16T05:18:41.863Z | Compiling regex v1.10.3 |
1371 | 2024-02-16T05:18:42.516Z | Compiling digest v0.10.7 |
1372 | 2024-02-16T05:18:42.516Z | Compiling pest_meta v2.7.6 |
1373 | 2024-02-16T05:18:42.616Z | Compiling futures-util v0.3.30 |
1374 | 2024-02-16T05:18:43.534Z | Compiling tracing v0.1.37 |
1375 | 2024-02-16T05:18:44.042Z | Compiling pest_generator v2.7.6 |
1376 | 2024-02-16T05:18:44.808Z | Compiling der_derive v0.7.2 |
1377 | 2024-02-16T05:18:45.993Z | Compiling errno v0.3.8 |
1378 | 2024-02-16T05:18:46.632Z | Compiling foreign-types-shared v0.1.1 |
1379 | 2024-02-16T05:18:46.643Z | Compiling untrusted v0.9.0 |
1380 | 2024-02-16T05:18:46.719Z | Compiling time-core v0.1.1 |
1381 | 2024-02-16T05:18:46.941Z | Compiling percent-encoding v2.3.1 |
1382 | 2024-02-16T05:18:47.153Z | Compiling untrusted v0.7.1 |
1383 | 2024-02-16T05:18:47.550Z | Compiling time-macros v0.2.13 |
1384 | 2024-02-16T05:18:47.813Z | Compiling pest_derive v2.7.6 |
1385 | 2024-02-16T05:18:48.851Z | Compiling foreign-types v0.3.2 |
1386 | 2024-02-16T05:18:49.350Z | Compiling try-lock v0.2.4 |
1387 | 2024-02-16T05:18:49.437Z | Compiling ppv-lite86 v0.2.17 |
1388 | 2024-02-16T05:18:49.478Z | Compiling unicode-xid v0.2.4 |
1389 | 2024-02-16T05:18:49.663Z | Compiling base64 v0.21.7 |
1390 | 2024-02-16T05:18:50.252Z | Compiling bytes v1.5.0 |
1391 | 2024-02-16T05:18:50.840Z | Compiling indexmap v2.2.3 |
1392 | 2024-02-16T05:18:50.850Z | Compiling uuid v1.7.0 |
1393 | 2024-02-16T05:18:51.088Z | Compiling chrono v0.4.31 |
1394 | 2024-02-16T05:18:51.604Z | Compiling tokio v1.36.0 |
1395 | 2024-02-16T05:18:51.806Z | Compiling http v0.2.11 |
1396 | 2024-02-16T05:18:52.664Z | Compiling bitflags v2.4.0 |
1397 | 2024-02-16T05:18:52.702Z | Compiling serde_spanned v0.6.5 |
1398 | 2024-02-16T05:18:52.945Z | Compiling toml_datetime v0.6.5 |
1399 | 2024-02-16T05:18:53.086Z | Compiling rustc_version v0.4.0 |
1400 | 2024-02-16T05:18:53.393Z | Compiling toml_edit v0.19.15 |
1401 | 2024-02-16T05:18:53.877Z | Compiling openapiv3 v2.0.0 |
1402 | 2024-02-16T05:18:56.552Z | Compiling serde_tokenstream v0.2.0 |
1403 | 2024-02-16T05:18:56.579Z | Compiling http-body v0.4.5 |
1404 | 2024-02-16T05:18:57.128Z | Compiling rustls-webpki v0.101.7 |
1405 | 2024-02-16T05:18:57.532Z | Compiling synstructure v0.12.6 |
1406 | 2024-02-16T05:18:58.403Z | Compiling want v0.3.1 |
1407 | 2024-02-16T05:18:59.013Z | Compiling sct v0.7.0 |
1408 | 2024-02-16T05:18:59.292Z | Compiling form_urlencoded v1.2.1 |
1409 | 2024-02-16T05:18:59.414Z | Compiling scroll_derive v0.12.0 |
1410 | 2024-02-16T05:18:59.609Z | Compiling socket2 v0.4.9 |
1411 | 2024-02-16T05:19:00.372Z | Compiling io-lifetimes v1.0.11 |
1412 | 2024-02-16T05:19:00.393Z | Compiling tokio-util v0.7.10 |
1413 | 2024-02-16T05:19:00.839Z | Compiling openssl-probe v0.1.5 |
1414 | 2024-02-16T05:19:01.179Z | Compiling tower-service v0.3.2 |
1415 | 2024-02-16T05:19:01.322Z | Compiling httpdate v1.0.3 |
1416 | 2024-02-16T05:19:01.546Z | Compiling h2 v0.3.24 |
1417 | 2024-02-16T05:19:02.006Z | Compiling zerocopy-derive v0.2.0 |
1418 | 2024-02-16T05:19:03.733Z | Compiling idna v0.5.0 |
1419 | 2024-02-16T05:19:05.336Z | Compiling thread-id v4.2.0 |
1420 | 2024-02-16T05:19:05.353Z | Compiling adler v1.0.2 |
1421 | 2024-02-16T05:19:05.675Z | Compiling miniz_oxide v0.7.1 |
1422 | 2024-02-16T05:19:05.843Z | Compiling url v2.5.0 |
1423 | 2024-02-16T05:19:06.999Z | Compiling tokio-rustls v0.24.1 |
1424 | 2024-02-16T05:19:07.285Z | Compiling tokio-native-tls v0.3.1 |
1425 | 2024-02-16T05:19:07.468Z | Compiling rand_chacha v0.3.1 |
1426 | 2024-02-16T05:19:07.701Z | Compiling lazy_static v1.4.0 |
1427 | 2024-02-16T05:19:07.778Z | Compiling rustix v0.37.23 |
1428 | 2024-02-16T05:19:07.864Z | Compiling rustversion v1.0.14 |
1429 | 2024-02-16T05:19:08.180Z | Compiling ipnet v2.9.0 |
1430 | 2024-02-16T05:19:08.707Z | Compiling rand v0.8.5 |
1431 | 2024-02-16T05:19:08.708Z | Compiling hyper v0.14.27 |
1432 | 2024-02-16T05:19:09.271Z | Compiling serde_urlencoded v0.7.1 |
1433 | 2024-02-16T05:19:09.480Z | Compiling rustls-pemfile v1.0.3 |
1434 | 2024-02-16T05:19:09.835Z | Compiling usdt-impl v0.3.5 |
1435 | 2024-02-16T05:19:09.856Z | Compiling encoding_rs v0.8.33 |
1436 | 2024-02-16T05:19:09.962Z | Compiling either v1.9.0 |
1437 | 2024-02-16T05:19:10.191Z | Compiling mime v0.3.17 |
1438 | 2024-02-16T05:19:10.303Z | Compiling gimli v0.28.0 |
1439 | 2024-02-16T05:19:10.695Z | Compiling webpki-roots v0.25.2 |
1440 | 2024-02-16T05:19:12.114Z | Compiling regress v0.8.0 |
1441 | 2024-02-16T05:19:12.261Z | Compiling object v0.32.1 |
1442 | 2024-02-16T05:19:12.476Z | Compiling num-bigint v0.4.4 |
1443 | 2024-02-16T05:19:12.600Z | Compiling usdt-impl v0.5.0 |
1444 | 2024-02-16T05:19:12.953Z | Compiling rustc-demangle v0.1.23 |
1445 | 2024-02-16T05:19:13.978Z | Compiling flate2 v1.0.28 |
1446 | 2024-02-16T05:19:14.544Z | Compiling zerocopy v0.3.0 |
1447 | 2024-02-16T05:19:14.598Z | Compiling addr2line v0.21.0 |
1448 | 2024-02-16T05:19:14.974Z | Compiling scroll v0.12.0 |
1449 | 2024-02-16T05:19:15.246Z | Compiling heapless v0.7.16 |
1450 | 2024-02-16T05:19:15.331Z | Compiling futures-executor v0.3.30 |
1451 | 2024-02-16T05:19:15.867Z | Compiling hyper-tls v0.5.0 |
1452 | 2024-02-16T05:19:15.878Z | Compiling hyper-rustls v0.24.2 |
1453 | 2024-02-16T05:19:15.878Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1454 | 2024-02-16T05:19:15.878Z | Compiling reqwest v0.11.22 |
1455 | 2024-02-16T05:19:16.071Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1456 | 2024-02-16T05:19:16.606Z | Compiling plain v0.2.3 |
1457 | 2024-02-16T05:19:16.784Z | Compiling signal-hook v0.3.17 |
1458 | 2024-02-16T05:19:17.093Z | Compiling goblin v0.8.0 |
1459 | 2024-02-16T05:19:18.731Z | Compiling futures v0.3.30 |
1460 | 2024-02-16T05:19:18.910Z | Compiling dof v0.1.5 |
1461 | 2024-02-16T05:19:19.877Z | Compiling toml v0.7.8 |
1462 | 2024-02-16T05:19:20.874Z | Compiling hex v0.4.3 |
1463 | 2024-02-16T05:19:20.892Z | Compiling dtrace-parser v0.1.14 |
1464 | 2024-02-16T05:19:20.892Z | Compiling base64ct v1.6.0 |
1465 | 2024-02-16T05:19:21.105Z | Compiling pretty-hex v0.4.1 |
1466 | 2024-02-16T05:19:21.337Z | Compiling strsim v0.10.0 |
1467 | 2024-02-16T05:19:22.482Z | Compiling strum_macros v0.25.2 |
1468 | 2024-02-16T05:19:22.738Z | Compiling serde_tokenstream v0.1.7 |
1469 | 2024-02-16T05:19:23.269Z | Compiling dof v0.3.0 |
1470 | 2024-02-16T05:19:23.343Z | Compiling dtrace-parser v0.2.0 |
1471 | 2024-02-16T05:19:24.485Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1472 | 2024-02-16T05:19:24.584Z | Compiling bitflags v1.3.2 |
1473 | 2024-02-16T05:19:25.110Z | Compiling smoltcp v0.9.1 |
1474 | 2024-02-16T05:19:25.478Z | Compiling hmac v0.12.1 |
1475 | 2024-02-16T05:19:25.740Z | Compiling enum-as-inner v0.6.0 |
1476 | 2024-02-16T05:19:25.902Z | Compiling pem-rfc7468 v0.7.0 |
1477 | 2024-02-16T05:19:26.477Z | Compiling num-iter v0.1.43 |
1478 | 2024-02-16T05:19:26.496Z | Compiling unicode-segmentation v1.10.1 |
1479 | 2024-02-16T05:19:26.681Z | Compiling siphasher v0.3.11 |
1480 | 2024-02-16T05:19:26.929Z | Compiling flagset v0.4.3 |
1481 | 2024-02-16T05:19:27.135Z | Compiling der v0.7.8 |
1482 | 2024-02-16T05:19:27.214Z | Compiling usdt-attr-macro v0.3.5 |
1483 | 2024-02-16T05:19:27.780Z | Compiling usdt-macro v0.3.5 |
1484 | 2024-02-16T05:19:27.913Z | Compiling hubpack_derive v0.1.1 |
1485 | 2024-02-16T05:19:28.416Z | Compiling zerocopy-derive v0.6.4 |
1486 | 2024-02-16T05:19:29.488Z | Compiling utf8parse v0.2.1 |
1487 | 2024-02-16T05:19:29.885Z | Compiling anstyle v1.0.2 |
1488 | 2024-02-16T05:19:29.994Z | Compiling sha2 v0.10.8 |
1489 | 2024-02-16T05:19:30.295Z | Compiling anstyle-parse v0.2.1 |
1490 | 2024-02-16T05:19:30.492Z | Compiling spki v0.7.2 |
1491 | 2024-02-16T05:19:32.131Z | Compiling md-5 v0.10.5 |
1492 | 2024-02-16T05:19:32.288Z | Compiling block-padding v0.3.3 |
1493 | 2024-02-16T05:19:32.727Z | Compiling clap_derive v4.4.2 |
1494 | 2024-02-16T05:19:32.734Z | Compiling stringprep v0.1.3 |
1495 | 2024-02-16T05:19:32.734Z | Compiling getopts v0.2.21 |
1496 | 2024-02-16T05:19:33.526Z | Compiling diesel_table_macro_syntax v0.1.0 |
1497 | 2024-02-16T05:19:33.593Z | Compiling num-integer v0.1.46 |
1498 | 2024-02-16T05:19:33.940Z | Compiling hash32 v0.2.1 |
1499 | 2024-02-16T05:19:34.389Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1500 | 2024-02-16T05:19:34.424Z | Compiling anstyle-query v1.0.0 |
1501 | 2024-02-16T05:19:34.744Z | Compiling deranged v0.3.8 |
1502 | 2024-02-16T05:19:36.677Z | Compiling stable_deref_trait v1.2.0 |
1503 | 2024-02-16T05:19:36.792Z | Compiling fallible-iterator v0.2.0 |
1504 | 2024-02-16T05:19:37.597Z | Compiling colorchoice v1.0.0 |
1505 | 2024-02-16T05:19:37.763Z | Compiling num_threads v0.1.6 |
1506 | 2024-02-16T05:19:37.894Z | Compiling time v0.3.27 |
1507 | 2024-02-16T05:19:38.622Z | Compiling anstream v0.5.0 |
1508 | 2024-02-16T05:19:38.787Z | Compiling postgres-protocol v0.6.6 |
1509 | 2024-02-16T05:19:39.731Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1510 | 2024-02-16T05:19:39.882Z | Compiling diesel_derives v2.1.2 |
1511 | 2024-02-16T05:19:40.522Z | Compiling inout v0.1.3 |
1512 | 2024-02-16T05:19:40.810Z | Compiling terminal_size v0.2.6 |
1513 | 2024-02-16T05:19:41.948Z | Compiling pkcs8 v0.10.2 |
1514 | 2024-02-16T05:19:42.483Z | Compiling phf_shared v0.11.2 |
1515 | 2024-02-16T05:19:43.895Z | Compiling ff v0.13.0 |
1516 | 2024-02-16T05:19:43.903Z | Compiling serde_repr v0.1.16 |
1517 | 2024-02-16T05:19:44.006Z | Compiling scheduled-thread-pool v0.2.7 |
1518 | 2024-02-16T05:19:44.710Z | Compiling managed v0.8.0 |
1519 | 2024-02-16T05:19:44.742Z | Compiling base16ct v0.2.0 |
1520 | 2024-02-16T05:19:44.967Z | Compiling regex-automata v0.1.10 |
1521 | 2024-02-16T05:19:45.177Z | Compiling bit-vec v0.6.3 |
1522 | 2024-02-16T05:19:45.633Z | Compiling unsafe-libyaml v0.2.10 |
1523 | 2024-02-16T05:19:45.820Z | Compiling clap_lex v0.5.1 |
1524 | 2024-02-16T05:19:46.142Z | Compiling clap_builder v4.4.2 |
1525 | 2024-02-16T05:19:47.501Z | Compiling serde_yaml v0.9.25 |
1526 | 2024-02-16T05:19:47.575Z | Compiling bstr v0.2.17 |
1527 | 2024-02-16T05:19:49.100Z | Compiling sec1 v0.7.3 |
1528 | 2024-02-16T05:19:49.243Z | Compiling r2d2 v0.8.10 |
1529 | 2024-02-16T05:19:49.679Z | Compiling group v0.13.0 |
1530 | 2024-02-16T05:19:51.183Z | Compiling phf v0.11.2 |
1531 | 2024-02-16T05:19:51.698Z | Compiling signal-hook-mio v0.2.3 |
1532 | 2024-02-16T05:19:51.698Z | Compiling cipher v0.4.4 |
1533 | 2024-02-16T05:19:51.698Z | Compiling bzip2 v0.4.4 |
1534 | 2024-02-16T05:19:51.812Z | Compiling postgres-types v0.2.6 |
1535 | 2024-02-16T05:19:52.283Z | Compiling zerocopy v0.6.4 |
1536 | 2024-02-16T05:19:52.292Z | Compiling hubpack v0.1.2 |
1537 | 2024-02-16T05:19:52.292Z | Compiling phf_shared v0.10.0 |
1538 | 2024-02-16T05:19:52.889Z | Compiling hkdf v0.12.4 |
1539 | 2024-02-16T05:19:52.889Z | Compiling crypto-bigint v0.5.2 |
1540 | 2024-02-16T05:19:52.889Z | Compiling ipnetwork v0.20.0 |
1541 | 2024-02-16T05:19:52.889Z | Compiling idna v0.4.0 |
1542 | 2024-02-16T05:19:53.387Z | Compiling float-cmp v0.9.0 |
1543 | 2024-02-16T05:19:53.633Z | Compiling fixedbitset v0.4.2 |
1544 | 2024-02-16T05:19:55.005Z | Compiling predicates-core v1.0.6 |
1545 | 2024-02-16T05:19:55.403Z | Compiling minimal-lexical v0.2.1 |
1546 | 2024-02-16T05:19:55.947Z | Compiling data-encoding v2.4.0 |
1547 | 2024-02-16T05:19:55.965Z | Compiling whoami v1.4.1 |
1548 | 2024-02-16T05:19:56.119Z | Compiling difflib v0.4.0 |
1549 | 2024-02-16T05:19:56.568Z | Compiling new_debug_unreachable v1.0.4 |
1550 | 2024-02-16T05:19:56.628Z | Compiling precomputed-hash v0.1.1 |
1551 | 2024-02-16T05:19:56.666Z | Compiling static_assertions v1.1.0 |
1552 | 2024-02-16T05:19:56.759Z | Compiling normalize-line-endings v0.3.0 |
1553 | 2024-02-16T05:19:56.780Z | Compiling regex-automata v0.3.8 |
1554 | 2024-02-16T05:19:57.824Z | Compiling trust-dns-proto v0.23.2 |
1555 | 2024-02-16T05:19:58.344Z | Compiling predicates v3.1.0 |
1556 | 2024-02-16T05:19:58.479Z | Compiling bstr v1.6.0 |
1557 | 2024-02-16T05:19:59.258Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1558 | 2024-02-16T05:19:59.288Z | Compiling string_cache v0.8.7 |
1559 | 2024-02-16T05:19:59.332Z | Compiling diesel v2.1.4 |
1560 | 2024-02-16T05:19:59.782Z | Compiling tokio-postgres v0.7.10 |
1561 | 2024-02-16T05:19:59.893Z | Compiling nom v7.1.3 |
1562 | 2024-02-16T05:20:00.394Z | Compiling elliptic-curve v0.13.8 |
1563 | 2024-02-16T05:20:01.115Z | Compiling petgraph v0.6.4 |
1564 | 2024-02-16T05:20:01.327Z | Compiling yasna v0.5.2 |
1565 | 2024-02-16T05:20:03.105Z | Compiling zip v0.6.6 |
1566 | 2024-02-16T05:20:03.618Z | Compiling crossterm v0.27.0 |
1567 | 2024-02-16T05:20:04.218Z | Compiling clap v4.4.3 |
1568 | 2024-02-16T05:20:04.346Z | Compiling similar v2.3.0 |
1569 | 2024-02-16T05:20:04.862Z | Compiling bit-set v0.5.3 |
1570 | 2024-02-16T05:20:04.905Z | Compiling usdt v0.3.5 |
1571 | 2024-02-16T05:20:05.097Z | Compiling strum v0.25.0 |
1572 | 2024-02-16T05:20:05.188Z | Compiling itertools v0.10.5 |
1573 | 2024-02-16T05:20:05.248Z | Compiling console v0.15.8 |
1574 | 2024-02-16T05:20:05.278Z | Compiling tokio-stream v0.1.14 |
1575 | 2024-02-16T05:20:06.928Z | Compiling lalrpop-util v0.19.12 |
1576 | 2024-02-16T05:20:07.599Z | Compiling camino v1.1.6 |
1577 | 2024-02-16T05:20:10.862Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1578 | 2024-02-16T05:20:19.062Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1579 | 2024-02-16T05:20:41.854Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1580 | 2024-02-16T05:20:44.109Z | Compiling sha1 v0.10.6 |
1581 | 2024-02-16T05:20:44.510Z | Compiling atty v0.2.14 |
1582 | 2024-02-16T05:20:44.642Z | Compiling match_cfg v0.1.0 |
1583 | 2024-02-16T05:20:44.667Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1584 | 2024-02-16T05:20:44.678Z | Compiling dirs-sys-next v0.1.2 |
1585 | 2024-02-16T05:20:44.758Z | Compiling hostname v0.3.1 |
1586 | 2024-02-16T05:20:45.001Z | Compiling rustls-pki-types v1.1.0 |
1587 | 2024-02-16T05:20:45.110Z | Compiling ident_case v1.0.1 |
1588 | 2024-02-16T05:20:45.726Z | Compiling darling_core v0.20.3 |
1589 | 2024-02-16T05:20:45.736Z | Compiling dirs-next v2.0.0 |
1590 | 2024-02-16T05:20:45.736Z | Compiling thread_local v1.1.7 |
1591 | 2024-02-16T05:20:45.756Z | Compiling rustls v0.22.2 |
1592 | 2024-02-16T05:20:46.081Z | Compiling slog-async v2.8.0 |
1593 | 2024-02-16T05:20:46.813Z | Compiling term v0.7.0 |
1594 | 2024-02-16T05:20:47.268Z | Compiling rustls-webpki v0.102.1 |
1595 | 2024-02-16T05:20:47.429Z | Compiling crossbeam-channel v0.5.8 |
1596 | 2024-02-16T05:20:47.470Z | Compiling multer v3.0.0 |
1597 | 2024-02-16T05:20:47.502Z | Compiling instant v0.1.12 |
1598 | 2024-02-16T05:20:47.663Z | Compiling paste v1.0.14 |
1599 | 2024-02-16T05:20:47.807Z | Compiling take_mut v0.2.2 |
1600 | 2024-02-16T05:20:47.964Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1601 | 2024-02-16T05:20:48.353Z | Compiling slog-term v2.9.0 |
1602 | 2024-02-16T05:20:48.596Z | Compiling toml_edit v0.22.4 |
1603 | 2024-02-16T05:20:49.138Z | Compiling slog-json v2.6.1 |
1604 | 2024-02-16T05:20:49.947Z | Compiling http v1.0.0 |
1605 | 2024-02-16T05:20:49.950Z | Compiling async-stream-impl v0.3.5 |
1606 | 2024-02-16T05:20:49.950Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1607 | 2024-02-16T05:20:49.986Z | Compiling debug-ignore v1.0.5 |
1608 | 2024-02-16T05:20:50.567Z | Compiling atomic-waker v1.1.1 |
1609 | 2024-02-16T05:20:50.594Z | Compiling waitgroup v0.1.2 |
1610 | 2024-02-16T05:20:50.681Z | Compiling slog-bunyan v2.5.0 |
1611 | 2024-02-16T05:20:51.030Z | Compiling async-stream v0.3.5 |
1612 | 2024-02-16T05:20:51.625Z | Compiling darling_macro v0.20.3 |
1613 | 2024-02-16T05:20:52.184Z | Compiling toml v0.8.10 |
1614 | 2024-02-16T05:20:52.184Z | Compiling rustls-pemfile v2.0.0 |
1615 | 2024-02-16T05:20:52.539Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1616 | 2024-02-16T05:20:52.708Z | Compiling darling v0.20.3 |
1617 | 2024-02-16T05:20:52.837Z | Compiling serde_with_macros v3.6.1 |
1618 | 2024-02-16T05:20:53.770Z | Compiling tokio-rustls v0.25.0 |
1619 | 2024-02-16T05:20:53.906Z | Compiling serde_path_to_error v0.1.15 |
1620 | 2024-02-16T05:20:53.940Z | Compiling structmeta-derive v0.3.0 |
1621 | 2024-02-16T05:20:54.186Z | Compiling strum_macros v0.26.1 |
1622 | 2024-02-16T05:20:54.734Z | Compiling newtype-uuid v1.0.1 |
1623 | 2024-02-16T05:20:55.069Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1624 | 2024-02-16T05:20:55.270Z | Compiling backoff v0.4.0 |
1625 | 2024-02-16T05:20:55.637Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1626 | 2024-02-16T05:20:56.613Z | Compiling serde_with v3.6.1 |
1627 | 2024-02-16T05:20:57.027Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1628 | 2024-02-16T05:20:57.030Z | Compiling macaddr v1.0.1 |
1629 | 2024-02-16T05:20:57.030Z | Compiling proc-macro-error-attr v1.0.4 |
1630 | 2024-02-16T05:20:57.105Z | Compiling proc-macro-crate v1.3.1 |
1631 | 2024-02-16T05:20:57.138Z | Compiling proc-macro-error v1.0.4 |
1632 | 2024-02-16T05:20:57.604Z | Compiling structmeta v0.3.0 |
1633 | 2024-02-16T05:20:57.620Z | Compiling heapless v0.8.0 |
1634 | 2024-02-16T05:20:57.666Z | Compiling parse-display-derive v0.9.0 |
1635 | 2024-02-16T05:20:58.247Z | Compiling num_enum_derive v0.5.11 |
1636 | 2024-02-16T05:20:59.161Z | Compiling hash32 v0.3.1 |
1637 | 2024-02-16T05:20:59.411Z | Compiling smoltcp v0.11.0 |
1638 | 2024-02-16T05:20:59.453Z | Compiling rayon-core v1.12.0 |
1639 | 2024-02-16T05:20:59.650Z | Compiling strum v0.26.1 |
1640 | 2024-02-16T05:20:59.783Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1641 | 2024-02-16T05:21:00.210Z | Compiling crossbeam-deque v0.8.3 |
1642 | 2024-02-16T05:21:00.504Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1643 | 2024-02-16T05:21:00.568Z | Compiling same-file v1.0.6 |
1644 | 2024-02-16T05:21:00.629Z | Compiling cobs v0.2.3 |
1645 | 2024-02-16T05:21:00.829Z | Compiling embedded-io v0.4.0 |
1646 | 2024-02-16T05:21:00.856Z | Compiling fastrand v2.0.1 |
1647 | 2024-02-16T05:21:01.078Z | Compiling postcard v1.0.8 |
1648 | 2024-02-16T05:21:01.115Z | Compiling num_enum v0.5.11 |
1649 | 2024-02-16T05:21:01.280Z | Compiling tempfile v3.10.0 |
1650 | 2024-02-16T05:21:01.614Z | Compiling walkdir v2.4.0 |
1651 | 2024-02-16T05:21:02.270Z | Compiling semver-parser v0.10.2 |
1652 | 2024-02-16T05:21:02.326Z | Compiling foreign-types-macros v0.2.3 |
1653 | 2024-02-16T05:21:02.434Z | Compiling blake3 v1.5.0 |
1654 | 2024-02-16T05:21:03.010Z | Compiling parse-display v0.9.0 |
1655 | 2024-02-16T05:21:03.499Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1656 | 2024-02-16T05:21:03.997Z | Compiling foreign-types-shared v0.3.1 |
1657 | 2024-02-16T05:21:03.997Z | Compiling crucible-workspace-hack v0.1.0 |
1658 | 2024-02-16T05:21:03.997Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1659 | 2024-02-16T05:21:03.997Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1660 | 2024-02-16T05:21:03.997Z | Compiling semver v0.11.0 |
1661 | 2024-02-16T05:21:03.997Z | Compiling foreign-types v0.5.0 |
1662 | 2024-02-16T05:21:03.997Z | Compiling rayon v1.8.0 |
1663 | 2024-02-16T05:21:03.997Z | Compiling is-terminal v0.4.9 |
1664 | 2024-02-16T05:21:04.130Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1665 | 2024-02-16T05:21:04.154Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1666 | 2024-02-16T05:21:04.442Z | Compiling cstr-argument v0.1.2 |
1667 | 2024-02-16T05:21:04.481Z | Compiling memmap2 v0.7.1 |
1668 | 2024-02-16T05:21:04.714Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1669 | 2024-02-16T05:21:04.888Z | Compiling filetime v0.2.23 |
1670 | 2024-02-16T05:21:04.906Z | Compiling xattr v1.0.1 |
1671 | 2024-02-16T05:21:05.033Z | Compiling arrayvec v0.7.4 |
1672 | 2024-02-16T05:21:05.131Z | Compiling pretty-hex v0.2.1 |
1673 | 2024-02-16T05:21:05.159Z | Compiling arrayref v0.3.7 |
1674 | 2024-02-16T05:21:05.656Z | Compiling constant_time_eq v0.3.0 |
1675 | 2024-02-16T05:21:05.659Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1676 | 2024-02-16T05:21:05.659Z | Compiling home v0.5.5 |
1677 | 2024-02-16T05:21:05.659Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1678 | 2024-02-16T05:21:05.659Z | Compiling tar v0.4.40 |
1679 | 2024-02-16T05:21:05.659Z | Compiling toolchain_find v0.2.0 |
1680 | 2024-02-16T05:21:05.788Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1681 | 2024-02-16T05:21:05.804Z | Compiling camino-tempfile v1.1.1 |
1682 | 2024-02-16T05:21:06.260Z | Compiling colored v2.0.4 |
1683 | 2024-02-16T05:21:07.027Z | Compiling toml v0.5.11 |
1684 | 2024-02-16T05:21:07.042Z | Compiling topological-sort v0.2.2 |
1685 | 2024-02-16T05:21:07.042Z | Compiling platforms v3.0.2 |
1686 | 2024-02-16T05:21:07.042Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1687 | 2024-02-16T05:21:07.306Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1688 | 2024-02-16T05:21:07.669Z | Compiling zone_cfg_derive v0.3.0 |
1689 | 2024-02-16T05:21:07.789Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1690 | 2024-02-16T05:21:08.619Z | Compiling rustfmt-wrapper v0.2.0 |
1691 | 2024-02-16T05:21:09.242Z | Compiling omicron-zone-package v0.11.0 |
1692 | 2024-02-16T05:21:09.274Z | Compiling textwrap v0.11.0 |
1693 | 2024-02-16T05:21:09.294Z | Compiling heck v0.3.3 |
1694 | 2024-02-16T05:21:09.823Z | Compiling num-derive v0.4.0 |
1695 | 2024-02-16T05:21:10.010Z | Compiling vec_map v0.8.2 |
1696 | 2024-02-16T05:21:10.308Z | Compiling ansi_term v0.12.1 |
1697 | 2024-02-16T05:21:10.491Z | Compiling libefi-sys v0.1.0 |
1698 | 2024-02-16T05:21:11.007Z | Compiling strsim v0.8.0 |
1699 | 2024-02-16T05:21:11.007Z | Compiling structopt-derive v0.4.18 |
1700 | 2024-02-16T05:21:11.325Z | Compiling clap v2.34.0 |
1701 | 2024-02-16T05:21:11.504Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1702 | 2024-02-16T05:21:11.526Z | Compiling zone v0.3.0 |
1703 | 2024-02-16T05:21:12.679Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1704 | 2024-02-16T05:21:12.679Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1705 | 2024-02-16T05:21:13.138Z | Compiling smf v0.2.2 |
1706 | 2024-02-16T05:21:13.298Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1707 | 2024-02-16T05:21:13.572Z | Compiling unicase v2.7.0 |
1708 | 2024-02-16T05:21:13.721Z | Compiling semver v0.1.20 |
1709 | 2024-02-16T05:21:14.091Z | Compiling rustc_version v0.1.7 |
1710 | 2024-02-16T05:21:14.153Z | Compiling curve25519-dalek v4.1.1 |
1711 | 2024-02-16T05:21:14.535Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1712 | 2024-02-16T05:21:14.585Z | Compiling universal-hash v0.5.1 |
1713 | 2024-02-16T05:21:14.681Z | Compiling opaque-debug v0.3.0 |
1714 | 2024-02-16T05:21:14.781Z | Compiling newtype_derive v0.1.6 |
1715 | 2024-02-16T05:21:14.798Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1716 | 2024-02-16T05:21:14.855Z | Compiling structopt v0.3.26 |
1717 | 2024-02-16T05:21:15.025Z | Compiling curve25519-dalek-derive v0.1.0 |
1718 | 2024-02-16T05:21:15.104Z | Compiling gethostname v0.4.3 |
1719 | 2024-02-16T05:21:15.150Z | Compiling num-rational v0.4.1 |
1720 | 2024-02-16T05:21:15.202Z | Compiling getrandom v0.1.16 |
1721 | 2024-02-16T05:21:15.524Z | Compiling usdt-macro v0.5.0 |
1722 | 2024-02-16T05:21:15.635Z | Compiling usdt-attr-macro v0.5.0 |
1723 | 2024-02-16T05:21:15.754Z | Compiling password-hash v0.5.0 |
1724 | 2024-02-16T05:21:15.938Z | Compiling signature v2.1.0 |
1725 | 2024-02-16T05:21:15.956Z | Compiling blake2 v0.10.6 |
1726 | 2024-02-16T05:21:16.207Z | Compiling memmap v0.7.0 |
1727 | 2024-02-16T05:21:16.548Z | Compiling linked-hash-map v0.5.6 |
1728 | 2024-02-16T05:21:16.902Z | Compiling parking_lot_core v0.8.6 |
1729 | 2024-02-16T05:21:16.926Z | Compiling quick-error v1.2.3 |
1730 | 2024-02-16T05:21:17.489Z | Compiling resolv-conf v0.7.0 |
1731 | 2024-02-16T05:21:17.504Z | Compiling lru-cache v0.1.2 |
1732 | 2024-02-16T05:21:17.505Z | Compiling argon2 v0.5.3 |
1733 | 2024-02-16T05:21:17.505Z | Compiling usdt v0.5.0 |
1734 | 2024-02-16T05:21:17.955Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1735 | 2024-02-16T05:21:18.062Z | Compiling aead v0.5.2 |
1736 | 2024-02-16T05:21:18.268Z | Compiling num-complex v0.4.4 |
1737 | 2024-02-16T05:21:18.420Z | Compiling slog-dtrace v0.3.0 |
1738 | 2024-02-16T05:21:18.764Z | Compiling utf-8 v0.7.6 |
1739 | 2024-02-16T05:21:19.109Z | Compiling arc-swap v1.6.0 |
1740 | 2024-02-16T05:21:19.308Z | Compiling winapi v0.3.9 |
1741 | 2024-02-16T05:21:19.401Z | Compiling keccak v0.1.4 |
1742 | 2024-02-16T05:21:19.768Z | Compiling cancel-safe-futures v0.1.5 |
1743 | 2024-02-16T05:21:20.179Z | Compiling sha3 v0.10.8 |
1744 | 2024-02-16T05:21:20.588Z | Compiling slog-scope v4.4.0 |
1745 | 2024-02-16T05:21:20.634Z | Compiling num v0.4.1 |
1746 | 2024-02-16T05:21:20.634Z | Compiling tungstenite v0.20.1 |
1747 | 2024-02-16T05:21:20.645Z | Compiling mime_guess v2.0.4 |
1748 | 2024-02-16T05:21:20.666Z | Compiling steno v0.4.0 |
1749 | 2024-02-16T05:21:20.959Z | Compiling rand_core v0.5.1 |
1750 | 2024-02-16T05:21:21.137Z | Compiling trust-dns-resolver v0.23.2 |
1751 | 2024-02-16T05:21:22.078Z | Compiling poly1305 v0.8.0 |
1752 | 2024-02-16T05:21:22.421Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1753 | 2024-02-16T05:21:22.873Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1754 | 2024-02-16T05:21:23.740Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1755 | 2024-02-16T05:21:23.870Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1756 | 2024-02-16T05:21:25.015Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1757 | 2024-02-16T05:21:25.622Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1758 | 2024-02-16T05:21:25.688Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1759 | 2024-02-16T05:21:26.106Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1760 | 2024-02-16T05:21:26.184Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1761 | 2024-02-16T05:21:26.584Z | Compiling chacha20 v0.9.1 |
1762 | 2024-02-16T05:21:26.605Z | Compiling rfc6979 v0.4.0 |
1763 | 2024-02-16T05:21:26.811Z | Compiling secrecy v0.8.0 |
1764 | 2024-02-16T05:21:30.961Z | Compiling thiserror-impl-no-std v2.0.2 |
1765 | 2024-02-16T05:21:30.961Z | Compiling nibble_vec v0.1.0 |
1766 | 2024-02-16T05:21:30.961Z | Compiling half v2.3.1 |
1767 | 2024-02-16T05:21:30.961Z | Compiling convert_case v0.4.0 |
1768 | 2024-02-16T05:21:30.961Z | Compiling option-ext v0.2.0 |
1769 | 2024-02-16T05:21:30.961Z | Compiling ciborium-io v0.2.2 |
1770 | 2024-02-16T05:21:30.961Z | Compiling endian-type v0.1.2 |
1771 | 2024-02-16T05:21:30.961Z | Compiling radix_trie v0.2.1 |
1772 | 2024-02-16T05:21:30.961Z | Compiling derive_more v0.99.17 |
1773 | 2024-02-16T05:21:30.961Z | Compiling ciborium-ll v0.2.2 |
1774 | 2024-02-16T05:21:30.961Z | Compiling dirs-sys v0.4.1 |
1775 | 2024-02-16T05:21:30.961Z | Compiling ecdsa v0.16.9 |
1776 | 2024-02-16T05:21:30.962Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1777 | 2024-02-16T05:21:31.413Z | Compiling thiserror-no-std v2.0.2 |
1778 | 2024-02-16T05:21:31.413Z | Compiling parking_lot v0.11.2 |
1779 | 2024-02-16T05:21:31.413Z | Compiling tokio-tungstenite v0.20.1 |
1780 | 2024-02-16T05:21:31.413Z | Compiling rand_chacha v0.2.2 |
1781 | 2024-02-16T05:21:31.538Z | Compiling slog-stdlog v4.1.1 |
1782 | 2024-02-16T05:21:31.938Z | Compiling ed25519 v2.2.2 |
1783 | 2024-02-16T05:21:31.966Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1784 | 2024-02-16T05:21:32.393Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1785 | 2024-02-16T05:21:32.452Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1786 | 2024-02-16T05:21:32.480Z | Compiling polyval v0.6.1 |
1787 | 2024-02-16T05:21:32.590Z | Compiling primeorder v0.13.6 |
1788 | 2024-02-16T05:21:32.896Z | Compiling blowfish v0.9.1 |
1789 | 2024-02-16T05:21:33.118Z | Compiling ctr v0.9.2 |
1790 | 2024-02-16T05:21:33.597Z | Compiling aes v0.8.3 |
1791 | 2024-02-16T05:21:33.597Z | Compiling password-hash v0.4.2 |
1792 | 2024-02-16T05:21:34.439Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1793 | 2024-02-16T05:21:36.459Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1794 | 2024-02-16T05:21:37.838Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1795 | 2024-02-16T05:21:40.087Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1796 | 2024-02-16T05:21:41.428Z | Compiling drain v0.1.1 |
1797 | 2024-02-16T05:21:41.908Z | Compiling libsw v3.3.1 |
1798 | 2024-02-16T05:21:42.218Z | Compiling pbkdf2 v0.12.2 |
1799 | 2024-02-16T05:21:42.385Z | Compiling derive-where v1.2.7 |
1800 | 2024-02-16T05:21:43.043Z | Compiling fxhash v0.2.1 |
1801 | 2024-02-16T05:21:43.262Z | Compiling swrite v0.1.0 |
1802 | 2024-02-16T05:21:43.400Z | Compiling owo-colors v4.0.0 |
1803 | 2024-02-16T05:21:45.498Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1804 | 2024-02-16T05:21:45.746Z | Compiling linear-map v1.2.0 |
1805 | 2024-02-16T05:21:45.985Z | Compiling sled v0.34.7 |
1806 | 2024-02-16T05:21:46.312Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1807 | 2024-02-16T05:21:48.426Z | Compiling bcrypt-pbkdf v0.10.0 |
1808 | 2024-02-16T05:21:48.753Z | Compiling trust-dns-server v0.23.2 |
1809 | 2024-02-16T05:21:48.769Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1810 | 2024-02-16T05:21:48.818Z | Compiling pbkdf2 v0.11.0 |
1811 | 2024-02-16T05:21:48.992Z | Compiling p256 v0.13.2 |
1812 | 2024-02-16T05:21:49.177Z | Compiling ghash v0.5.0 |
1813 | 2024-02-16T05:21:49.366Z | Compiling ed25519-dalek v2.0.0 |
1814 | 2024-02-16T05:21:49.852Z | Compiling russh-cryptovec v0.7.0 |
1815 | 2024-02-16T05:21:49.855Z | Compiling slog-envlogger v2.2.0 |
1816 | 2024-02-16T05:21:49.855Z | Compiling rand v0.7.3 |
1817 | 2024-02-16T05:21:50.278Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1818 | 2024-02-16T05:21:50.401Z | Compiling vsss-rs v3.3.4 |
1819 | 2024-02-16T05:21:50.750Z | Compiling ciborium v0.2.2 |
1820 | 2024-02-16T05:21:50.877Z | Compiling dirs v5.0.1 |
1821 | 2024-02-16T05:21:51.077Z | Compiling trust-dns-client v0.23.2 |
1822 | 2024-02-16T05:21:52.454Z | Compiling chacha20poly1305 v0.10.1 |
1823 | 2024-02-16T05:21:52.611Z | Compiling cbc v0.1.2 |
1824 | 2024-02-16T05:21:52.695Z | Compiling pem v3.0.2 |
1825 | 2024-02-16T05:21:52.779Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1826 | 2024-02-16T05:21:52.853Z | Compiling headers-core v0.2.0 |
1827 | 2024-02-16T05:21:53.023Z | Compiling kstat-rs v0.2.3 |
1828 | 2024-02-16T05:21:53.427Z | Compiling http-range v0.1.5 |
1829 | 2024-02-16T05:21:53.522Z | Compiling md5 v0.7.0 |
1830 | 2024-02-16T05:21:53.761Z | Compiling glob v0.3.1 |
1831 | 2024-02-16T05:21:54.222Z | Compiling russh-keys v0.40.1 |
1832 | 2024-02-16T05:21:54.225Z | Compiling hyper-staticfile v0.9.5 |
1833 | 2024-02-16T05:21:54.894Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1834 | 2024-02-16T05:21:55.382Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1835 | 2024-02-16T05:21:56.525Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1836 | 2024-02-16T05:21:57.327Z | Compiling rcgen v0.12.1 |
1837 | 2024-02-16T05:21:58.543Z | Compiling headers v0.3.9 |
1838 | 2024-02-16T05:21:59.043Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1839 | 2024-02-16T05:21:59.043Z | error[E0432]: unresolved import `trust_dns_client::rr::LowerName` |
1840 | 2024-02-16T05:21:59.043Z | --> dns-server/src/storage.rs:107:5 |
1841 | 2024-02-16T05:21:59.043Z | | |
1842 | 2024-02-16T05:21:59.043Z | 107 | use trust_dns_client::rr::LowerName; |
1843 | 2024-02-16T05:21:59.043Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LowerName` in `rr` |
1844 | 2024-02-16T05:21:59.043Z | | |
1845 | 2024-02-16T05:21:59.043Z | help: consider importing this struct instead |
1846 | 2024-02-16T05:21:59.043Z | | |
1847 | 2024-02-16T05:21:59.043Z | 107 | use trust_dns_proto::rr::LowerName; |
1848 | 2024-02-16T05:21:59.043Z | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
1849 | 2024-02-16T05:21:59.043Z | |
1850 | 2024-02-16T05:21:59.095Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1851 | 2024-02-16T05:21:59.361Z | error[E0560]: struct `NameServerConfig` has no field named `trust_nx_responses` |
1852 | 2024-02-16T05:21:59.362Z | --> dns-server/src/lib.rs:170:13 |
1853 | 2024-02-16T05:21:59.362Z | | |
1854 | 2024-02-16T05:21:59.362Z | 170 | trust_nx_responses: false, |
1855 | 2024-02-16T05:21:59.362Z | | ^^^^^^^^^^^^^^^^^^ `NameServerConfig` does not have this field |
1856 | 2024-02-16T05:21:59.362Z | | |
1857 | 2024-02-16T05:21:59.362Z | = note: available fields are: `trust_negative_responses` |
1858 | 2024-02-16T05:21:59.362Z | |
1859 | 2024-02-16T05:21:59.892Z | error[E0599]: no method named `context` found for struct `AsyncResolver` in the current scope |
1860 | 2024-02-16T05:21:59.892Z | --> dns-server/src/lib.rs:175:18 |
1861 | 2024-02-16T05:21:59.892Z | | |
1862 | 2024-02-16T05:21:59.892Z | 174 | / TokioAsyncResolver::tokio(resolver_config, ResolverOpts::default()) |
1863 | 2024-02-16T05:21:59.892Z | 175 | | .context("creating DNS resolver")?; |
1864 | 2024-02-16T05:21:59.892Z | | | -^^^^^^^ method not found in `AsyncResolver<GenericConnector<TokioRuntimeProvider>>` |
1865 | 2024-02-16T05:21:59.892Z | | |_________________| |
1866 | 2024-02-16T05:21:59.892Z | | |
1867 | 2024-02-16T05:21:59.892Z | |
1868 | 2024-02-16T05:21:59.898Z | error[E0308]: mismatched types |
1869 | 2024-02-16T05:21:59.898Z | --> dns-server/src/dns_server.rs:225:41 |
1870 | 2024-02-16T05:21:59.898Z | | |
1871 | 2024-02-16T05:21:59.898Z | 225 | .set_data(Some(RData::A(addr))); |
1872 | 2024-02-16T05:21:59.898Z | | -------- ^^^^ expected `A`, found `Ipv4Addr` |
1873 | 2024-02-16T05:21:59.898Z | | | |
1874 | 2024-02-16T05:21:59.898Z | | arguments to this enum variant are incorrect |
1875 | 2024-02-16T05:21:59.898Z | | |
1876 | 2024-02-16T05:21:59.898Z | note: tuple variant defined here |
1877 | 2024-02-16T05:21:59.898Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.23.2/src/rr/record_data.rs:85:5 |
1878 | 2024-02-16T05:21:59.899Z | | |
1879 | 2024-02-16T05:21:59.899Z | 85 | A(A), |
1880 | 2024-02-16T05:21:59.899Z | | ^ |
1881 | 2024-02-16T05:21:59.899Z | help: try wrapping the expression in `trust_dns_proto::rr::rdata::A` |
1882 | 2024-02-16T05:21:59.899Z | | |
1883 | 2024-02-16T05:21:59.899Z | 225 | .set_data(Some(RData::A(trust_dns_proto::rr::rdata::A(addr)))); |
1884 | 2024-02-16T05:21:59.899Z | | ++++++++++++++++++++++++++++++ + |
1885 | 2024-02-16T05:21:59.899Z | |
1886 | 2024-02-16T05:21:59.899Z | error[E0308]: mismatched types |
1887 | 2024-02-16T05:21:59.899Z | --> dns-server/src/dns_server.rs:233:44 |
1888 | 2024-02-16T05:21:59.899Z | | |
1889 | 2024-02-16T05:21:59.899Z | 233 | .set_data(Some(RData::AAAA(addr))); |
1890 | 2024-02-16T05:21:59.899Z | | ----------- ^^^^ expected `AAAA`, found `Ipv6Addr` |
1891 | 2024-02-16T05:21:59.899Z | | | |
1892 | 2024-02-16T05:21:59.899Z | | arguments to this enum variant are incorrect |
1893 | 2024-02-16T05:21:59.899Z | | |
1894 | 2024-02-16T05:21:59.899Z | note: tuple variant defined here |
1895 | 2024-02-16T05:21:59.899Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.23.2/src/rr/record_data.rs:95:5 |
1896 | 2024-02-16T05:21:59.899Z | | |
1897 | 2024-02-16T05:21:59.899Z | 95 | AAAA(AAAA), |
1898 | 2024-02-16T05:21:59.899Z | | ^^^^ |
1899 | 2024-02-16T05:21:59.899Z | help: try wrapping the expression in `trust_dns_proto::rr::rdata::AAAA` |
1900 | 2024-02-16T05:21:59.899Z | | |
1901 | 2024-02-16T05:21:59.899Z | 233 | .set_data(Some(RData::AAAA(trust_dns_proto::rr::rdata::AAAA(addr)))); |
1902 | 2024-02-16T05:21:59.899Z | | +++++++++++++++++++++++++++++++++ + |
1903 | 2024-02-16T05:21:59.899Z | |
1904 | 2024-02-16T05:22:00.380Z | Some errors have detailed explanations: E0308, E0432, E0560, E0599. |
1905 | 2024-02-16T05:22:00.380Z | For more information about an error, try `rustc --explain E0308`. |
1906 | 2024-02-16T05:22:00.392Z | error: could not compile `dns-server` (lib) due to 5 previous errors |
1907 | 2024-02-16T05:22:00.392Z | warning: build failed, waiting for other jobs to finish... |
1908 | 2024-02-16T05:22:12.997Z | |
1909 | 2024-02-16T05:22:12.997Z | real 4:15.303264195 |
1910 | 2024-02-16T05:22:12.997Z | user 24:49.380052290 |
1911 | 2024-02-16T05:22:12.997Z | sys 4:55.999729463 |
1912 | 2024-02-16T05:22:12.997Z | trap 0.766082534 |
1913 | 2024-02-16T05:22:12.997Z | tflt 5.535829771 |
1914 | 2024-02-16T05:22:13.010Z | dflt 3.018759116 |
1915 | 2024-02-16T05:22:13.010Z | kflt 0.049001603 |
1916 | 2024-02-16T05:22:13.010Z | lock 45:20.132404062 |
1917 | 2024-02-16T05:22:13.010Z | slp 1:13:57.884218693 |
1918 | 2024-02-16T05:22:13.010Z | lat 1:36.954439881 |
1919 | 2024-02-16T05:22:13.010Z | stop 3:52.498932562 |
1920 | 2024-02-16T05:22:13.010Z | process exited: duration 436396 ms, exit code 101 |
|
1921 | 2024-02-16T05:22:13.030Z | found 0 output files |
1922 | 2024-02-16T05:22:13.031Z | upload error: rule "/work/end-to-end-tests/*.gz" required a match, but was not used |
1923 | 2024-02-16T05:22:13.031Z | upload error: rule "/work/caboose-util.gz" required a match, but was not used |
1924 | 2024-02-16T05:22:13.031Z | upload error: rule "/work/tufaceous.gz" required a match, but was not used |