|
|
|
1 | 2024-02-16T05:13:47.052Z | job assigned to worker 01HPR59G15VBTXFZ7KVQVB9NQG (queued for 1 m 11 s) |
|
2 | 2024-02-16T05:13:48.250Z | starting task 0: "setup" |
3 | 2024-02-16T05:13:48.742Z | ++ uname -s |
4 | 2024-02-16T05:13:49.182Z | + kern=SunOS |
5 | 2024-02-16T05:13:49.182Z | + case "$kern" in |
6 | 2024-02-16T05:13:49.182Z | + groupadd -g 12345 build |
7 | 2024-02-16T05:13:49.182Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-16T05:13:50.336Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-16T05:13:50.429Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-16T05:13:50.448Z | + home_fs=zfs |
11 | 2024-02-16T05:13:50.448Z | + [[ zfs == autofs ]] |
12 | 2024-02-16T05:13:50.448Z | + mkdir -p /home/build |
13 | 2024-02-16T05:13:50.448Z | + chown build:build /home/build /work |
14 | 2024-02-16T05:13:52.833Z | + chmod 0700 /home/build /work |
15 | 2024-02-16T05:13:52.839Z | process exited: duration 4178 ms, exit code 0 |
|
16 | 2024-02-16T05:13:52.893Z | starting task 1: "rust-toolchain" |
17 | 2024-02-16T05:13:52.905Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-16T05:13:52.906Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-16T05:13:53.349Z | info: downloading installer |
20 | 2024-02-16T05:13:54.484Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-16T05:13:54.484Z | warning: /opt/ooce/bin |
22 | 2024-02-16T05:13:54.484Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-16T05:13:54.484Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-16T05:13:54.484Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-16T05:13:54.485Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-16T05:13:54.485Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-16T05:13:54.485Z | error: cannot install while Rust is installed |
28 | 2024-02-16T05:13:54.485Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-16T05:13:54.609Z | info: profile set to 'default' |
30 | 2024-02-16T05:13:54.609Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-16T05:13:54.624Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-16T05:13:54.731Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-16T05:13:54.731Z | info: downloading component 'cargo' |
34 | 2024-02-16T05:13:55.431Z | info: downloading component 'clippy' |
35 | 2024-02-16T05:13:55.677Z | info: downloading component 'rust-docs' |
36 | 2024-02-16T05:13:56.537Z | info: downloading component 'rust-std' |
37 | 2024-02-16T05:13:59.283Z | info: downloading component 'rustc' |
38 | 2024-02-16T05:14:01.512Z | info: downloading component 'rustfmt' |
39 | 2024-02-16T05:14:01.739Z | info: installing component 'cargo' |
40 | 2024-02-16T05:14:02.613Z | info: installing component 'clippy' |
41 | 2024-02-16T05:14:03.003Z | info: installing component 'rust-docs' |
42 | 2024-02-16T05:14:04.500Z | info: installing component 'rust-std' |
43 | 2024-02-16T05:14:06.398Z | info: installing component 'rustc' |
44 | 2024-02-16T05:14:10.688Z | info: installing component 'rustfmt' |
45 | 2024-02-16T05:14:11.090Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-16T05:14:11.090Z | |
47 | 2024-02-16T05:14:11.804Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-16T05:14:11.804Z | |
49 | 2024-02-16T05:14:11.820Z | |
50 | 2024-02-16T05:14:11.820Z | Rust is installed now. Great! |
51 | 2024-02-16T05:14:11.820Z | |
52 | 2024-02-16T05:14:11.820Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-16T05:14:11.821Z | environment variable. This has not been done automatically. |
54 | 2024-02-16T05:14:11.821Z | |
55 | 2024-02-16T05:14:11.821Z | To configure your current shell, run: |
56 | 2024-02-16T05:14:11.821Z | source "$HOME/.cargo/env" |
57 | 2024-02-16T05:14:11.821Z | + rustc --version |
58 | 2024-02-16T05:14:11.821Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-16T05:14:11.822Z | process exited: duration 18643 ms, exit code 0 |
|
60 | 2024-02-16T05:14:12.762Z | starting task 2: "authentication" |
61 | 2024-02-16T05:14:12.771Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
62 | 2024-02-16T05:14:55.726Z | process exited: duration 43343 ms, exit code 0 |
|
63 | 2024-02-16T05:14:55.762Z | starting task 3: "clone repository" |
64 | 2024-02-16T05:14:55.782Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-02-16T05:14:55.782Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-02-16T05:14:56.768Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-02-16T05:15:01.560Z | + cd /work/oxidecomputer/omicron |
68 | 2024-02-16T05:15:01.560Z | + git fetch origin e12b85c34c49514b1eb44a2bad3537d36ceab8e1 |
69 | 2024-02-16T05:15:02.092Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-02-16T05:15:02.092Z | * branch e12b85c34c49514b1eb44a2bad3537d36ceab8e1 -> FETCH_HEAD |
71 | 2024-02-16T05:15:02.547Z | + [[ -n renovate/trust-dns-monorepo ]] |
72 | 2024-02-16T05:15:02.547Z | ++ git branch --show-current |
73 | 2024-02-16T05:15:02.547Z | + current=main |
74 | 2024-02-16T05:15:02.547Z | + [[ main != renovate/trust-dns-monorepo ]] |
75 | 2024-02-16T05:15:02.547Z | + git branch -f renovate/trust-dns-monorepo e12b85c34c49514b1eb44a2bad3537d36ceab8e1 |
76 | 2024-02-16T05:15:02.548Z | + git checkout -f renovate/trust-dns-monorepo |
77 | 2024-02-16T05:15:02.997Z | Switched to branch 'renovate/trust-dns-monorepo' |
78 | 2024-02-16T05:15:02.997Z | + git reset --hard e12b85c34c49514b1eb44a2bad3537d36ceab8e1 |
79 | 2024-02-16T05:15:02.997Z | HEAD is now at e12b85c34 chore(deps): update trust-dns monorepo to 0.23 |
80 | 2024-02-16T05:15:02.997Z | process exited: duration 6477 ms, exit code 0 |
|
81 | 2024-02-16T05:15:03.465Z | starting task 4: "build" |
82 | 2024-02-16T05:15:03.491Z | + cargo --version |
83 | 2024-02-16T05:15:03.491Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
84 | 2024-02-16T05:15:04.270Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
85 | 2024-02-16T05:15:04.270Z | info: downloading component 'cargo' |
86 | 2024-02-16T05:15:04.317Z | info: downloading component 'clippy' |
87 | 2024-02-16T05:15:04.662Z | info: downloading component 'rust-docs' |
88 | 2024-02-16T05:15:05.987Z | info: downloading component 'rust-std' |
89 | 2024-02-16T05:15:07.633Z | info: downloading component 'rustc' |
90 | 2024-02-16T05:15:12.013Z | info: downloading component 'rustfmt' |
91 | 2024-02-16T05:15:12.258Z | info: installing component 'cargo' |
92 | 2024-02-16T05:15:13.161Z | info: installing component 'clippy' |
93 | 2024-02-16T05:15:13.515Z | info: installing component 'rust-docs' |
94 | 2024-02-16T05:15:15.082Z | info: installing component 'rust-std' |
95 | 2024-02-16T05:15:17.145Z | info: installing component 'rustc' |
96 | 2024-02-16T05:15:20.857Z | info: installing component 'rustfmt' |
97 | 2024-02-16T05:15:21.245Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
98 | 2024-02-16T05:15:21.665Z | + rustc --version |
99 | 2024-02-16T05:15:21.670Z | rustc 1.74.1 (a28077b28 2023-12-04) |
100 | 2024-02-16T05:15:21.670Z | ++ git rev-parse HEAD |
101 | 2024-02-16T05:15:21.670Z | + COMMIT=e12b85c34c49514b1eb44a2bad3537d36ceab8e1 |
102 | 2024-02-16T05:15:21.670Z | + VERSION=7.0.0-0.ci+gite12b85c34c4 |
103 | 2024-02-16T05:15:21.670Z | + echo 7.0.0-0.ci+gite12b85c34c4 |
104 | 2024-02-16T05:15:21.670Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
105 | 2024-02-16T05:15:30.092Z | Startup: Refreshing catalog 'helios-dev' ... Done |
106 | 2024-02-16T05:15:31.378Z | Startup: Caching catalogs ... Done |
107 | 2024-02-16T05:15:32.762Z | Planning: Solver setup ... Done (1.003s) |
108 | 2024-02-16T05:15:32.773Z | Planning: Running solver ... Done (0.024s) |
109 | 2024-02-16T05:15:32.920Z | Planning: Finding local manifests ... Done (0.124s) |
110 | 2024-02-16T05:15:32.939Z | Planning: Fetching manifests: 0/4 0% complete |
111 | 2024-02-16T05:15:33.192Z | Planning: Fetching manifests: 4/4 100% complete |
112 | 2024-02-16T05:15:33.249Z | Planning: Package planning ... Done (0.051s) |
113 | 2024-02-16T05:15:33.292Z | Planning: Merging actions ... Done (0.052s) |
114 | 2024-02-16T05:15:34.139Z | Planning: Checking for conflicting actions ... Done (0.847s) |
115 | 2024-02-16T05:15:34.152Z | Planning: Consolidating action changes ... Done (0.012s) |
116 | 2024-02-16T05:15:37.078Z | Planning: Evaluating mediators ... Done (2.926s) |
117 | 2024-02-16T05:15:37.092Z | Planning: Planning completed in 5.67 seconds |
118 | 2024-02-16T05:15:37.113Z | Packages to install: 4 |
119 | 2024-02-16T05:15:37.114Z | Mediators to change: 2 |
120 | 2024-02-16T05:15:37.114Z | Services to change: 1 |
121 | 2024-02-16T05:15:37.114Z | Estimated space available: 148.87 GB |
122 | 2024-02-16T05:15:37.114Z | Estimated space to be consumed: 1.41 GB |
123 | 2024-02-16T05:15:37.115Z | Create boot environment: No |
124 | 2024-02-16T05:15:37.115Z | Create backup boot environment: No |
125 | 2024-02-16T05:15:37.115Z | Rebuild boot archive: No |
126 | 2024-02-16T05:15:37.115Z | |
127 | 2024-02-16T05:15:37.116Z | Changed mediators: |
128 | 2024-02-16T05:15:37.116Z | mediator clang: |
129 | 2024-02-16T05:15:37.116Z | version: None -> 15 (system default) |
130 | 2024-02-16T05:15:37.116Z | |
131 | 2024-02-16T05:15:37.116Z | mediator llvm: |
132 | 2024-02-16T05:15:37.117Z | version: 14 (system default) -> 15 (system default) |
133 | 2024-02-16T05:15:37.117Z | |
134 | 2024-02-16T05:15:37.117Z | Changed packages: |
135 | 2024-02-16T05:15:37.118Z | helios-dev |
136 | 2024-02-16T05:15:37.118Z | developer/build-essential |
137 | 2024-02-16T05:15:37.119Z | None -> 11-2.0 |
138 | 2024-02-16T05:15:37.119Z | library/libxmlsec1 |
139 | 2024-02-16T05:15:37.119Z | None -> 1.2.35-2.0 |
140 | 2024-02-16T05:15:37.119Z | ooce/developer/clang-15 |
141 | 2024-02-16T05:15:37.120Z | None -> 15.0.7-2.0 |
142 | 2024-02-16T05:15:37.120Z | ooce/developer/llvm-15 |
143 | 2024-02-16T05:15:37.120Z | None -> 15.0.7-2.0 |
144 | 2024-02-16T05:15:37.121Z | |
145 | 2024-02-16T05:15:37.121Z | Services: |
146 | 2024-02-16T05:15:37.121Z | restart_fmri: |
147 | 2024-02-16T05:15:37.163Z | svc:/system/update-man-index:default |
148 | 2024-02-16T05:15:37.259Z | |
149 | 2024-02-16T05:15:37.259Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
150 | 2024-02-16T05:15:42.253Z | Download: 518/3290 items 17.1/212.6MB 8% complete (3.5M/s) |
151 | 2024-02-16T05:15:47.299Z | Download: 1196/3290 items 73.3/212.6MB 34% complete (7.4M/s) |
152 | 2024-02-16T05:15:52.725Z | Download: 1603/3290 items 117.7/212.6MB 55% complete (10.1M/s) |
153 | 2024-02-16T05:15:57.313Z | Download: 2400/3290 items 120.0/212.6MB 56% complete (4.7M/s) |
154 | 2024-02-16T05:16:02.319Z | Download: 3247/3290 items 176.3/212.6MB 82% complete (5.8M/s) |
155 | 2024-02-16T05:16:07.065Z | Download: Completed 212.60 MB in 29.81 seconds (7.1M/s) |
156 | 2024-02-16T05:16:07.253Z | Actions: 1/3689 actions (Installing new actions) |
157 | 2024-02-16T05:16:12.255Z | Actions: 3572/3689 actions (Installing new actions) |
158 | 2024-02-16T05:16:12.465Z | Actions: Completed 3689 actions in 5.22 seconds. |
159 | 2024-02-16T05:16:12.663Z | Done (0.190s) |
160 | 2024-02-16T05:16:12.663Z | Done (0.000s) |
161 | 2024-02-16T05:16:12.883Z | Done (0.223s) |
162 | 2024-02-16T05:16:18.929Z | Done (5.499s) |
163 | 2024-02-16T05:16:18.946Z | Done (0.088s) |
164 | 2024-02-16T05:16:18.947Z | Done (0.000s) |
165 | 2024-02-16T05:16:18.947Z | Done (0.000s) |
166 | 2024-02-16T05:16:19.362Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-02-16T05:16:19.538Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-02-16T05:16:19.553Z | Planning: Consolidating action changes ... Done |
169 | 2024-02-16T05:16:19.808Z | Planning: Evaluating mediators ... Done |
170 | 2024-02-16T05:16:19.812Z | Planning: Planning completed in 0.46 seconds |
171 | 2024-02-16T05:16:19.854Z | Mediators to change: 2 |
172 | 2024-02-16T05:16:19.854Z | Create boot environment: No |
173 | 2024-02-16T05:16:20.347Z | Create backup boot environment: No |
174 | 2024-02-16T05:16:20.347Z | Done |
175 | 2024-02-16T05:16:20.347Z | Done |
176 | 2024-02-16T05:16:20.347Z | Done |
177 | 2024-02-16T05:16:24.189Z | Done |
178 | 2024-02-16T05:16:24.291Z | Done |
179 | 2024-02-16T05:16:24.725Z | Done |
180 | 2024-02-16T05:16:24.750Z | Done |
181 | 2024-02-16T05:16:25.065Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-02-16T05:16:25.534Z | Planning: Merging actions ... Done |
183 | 2024-02-16T05:16:25.535Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-02-16T05:16:25.535Z | Planning: Consolidating action changes ... Done |
185 | 2024-02-16T05:16:25.548Z | Planning: Evaluating mediators ... Done |
186 | 2024-02-16T05:16:25.608Z | Planning: Planning completed in 0.83 seconds |
187 | 2024-02-16T05:16:25.644Z | Packages to change: 1 |
188 | 2024-02-16T05:16:25.644Z | Mediators to change: 1 |
189 | 2024-02-16T05:16:25.651Z | Services to change: 1 |
190 | 2024-02-16T05:16:25.651Z | Create boot environment: No |
191 | 2024-02-16T05:16:25.652Z | Create backup boot environment: Yes |
192 | 2024-02-16T05:16:27.515Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2024-02-16T05:16:27.546Z | Actions: Completed 6 actions in 0.03 seconds. |
194 | 2024-02-16T05:16:27.557Z | Done |
195 | 2024-02-16T05:16:27.558Z | Done |
196 | 2024-02-16T05:16:27.615Z | Done |
197 | 2024-02-16T05:16:31.487Z | Done |
198 | 2024-02-16T05:16:31.582Z | Done |
199 | 2024-02-16T05:16:31.596Z | Done |
200 | 2024-02-16T05:16:31.716Z | Done |
201 | 2024-02-16T05:16:32.173Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2024-02-16T05:16:32.174Z | clang system 15 system |
203 | 2024-02-16T05:16:32.174Z | csh system system illumos |
204 | 2024-02-16T05:16:32.174Z | ctags system system illumos |
205 | 2024-02-16T05:16:32.174Z | gcc vendor 12 vendor |
206 | 2024-02-16T05:16:32.174Z | gcc system 10 system |
207 | 2024-02-16T05:16:32.174Z | gcc system 7 system |
208 | 2024-02-16T05:16:32.174Z | go system 1.20 system |
209 | 2024-02-16T05:16:32.174Z | go system 1.19 system |
210 | 2024-02-16T05:16:32.174Z | llvm system 15 system |
211 | 2024-02-16T05:16:32.174Z | llvm system 14 system |
212 | 2024-02-16T05:16:32.174Z | mariadb system 10.6 system |
213 | 2024-02-16T05:16:32.174Z | mta vendor vendor dma |
214 | 2024-02-16T05:16:32.175Z | openjdk system 17 system |
215 | 2024-02-16T05:16:32.175Z | openjdk system 11 system |
216 | 2024-02-16T05:16:32.175Z | openjdk system 1.8 system |
217 | 2024-02-16T05:16:32.175Z | openssl vendor 3 vendor |
218 | 2024-02-16T05:16:32.175Z | perl system 5.36 system |
219 | 2024-02-16T05:16:32.175Z | postgresql system 15 system |
220 | 2024-02-16T05:16:32.175Z | postgresql system 13 system |
221 | 2024-02-16T05:16:32.175Z | python vendor 3 vendor |
222 | 2024-02-16T05:16:32.175Z | python system 2 system |
223 | 2024-02-16T05:16:32.175Z | python3 system 3.11 system |
224 | 2024-02-16T05:16:32.176Z | ruby system 3.0 system |
225 | 2024-02-16T05:16:32.176Z | words vendor vendor american-english |
226 | 2024-02-16T05:16:32.176Z | words system system australian-english |
227 | 2024-02-16T05:16:32.176Z | words system system british-english |
228 | 2024-02-16T05:16:32.176Z | words system system canadian-english |
229 | 2024-02-16T05:16:32.176Z | words system system french |
230 | 2024-02-16T05:16:32.176Z | words system system italian |
231 | 2024-02-16T05:16:32.176Z | words system system ngerman |
232 | 2024-02-16T05:16:32.176Z | words system system ogerman |
233 | 2024-02-16T05:16:32.176Z | words system system spanish |
234 | 2024-02-16T05:16:32.513Z | FMRI IFO |
235 | 2024-02-16T05:16:32.513Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-02-16T05:16:32.513Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-02-16T05:16:32.513Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-02-16T05:16:32.513Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-02-16T05:16:32.513Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2024-02-16T05:16:32.513Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
241 | 2024-02-16T05:16:32.513Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2024-02-16T05:16:32.513Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
243 | 2024-02-16T05:16:32.977Z | + set -o errexit |
244 | 2024-02-16T05:16:33.015Z | +++ dirname ./tools/ci_download_cockroachdb |
245 | 2024-02-16T05:16:33.016Z | ++ cd ./tools |
246 | 2024-02-16T05:16:33.016Z | ++ pwd |
247 | 2024-02-16T05:16:33.016Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
248 | 2024-02-16T05:16:33.016Z | ++ basename ./tools/ci_download_cockroachdb |
249 | 2024-02-16T05:16:33.016Z | + ARG0=ci_download_cockroachdb |
250 | 2024-02-16T05:16:33.017Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
251 | 2024-02-16T05:16:33.017Z | + CIDL_VERSION=v22.1.9 |
252 | 2024-02-16T05:16:33.017Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
253 | 2024-02-16T05:16:33.017Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
254 | 2024-02-16T05:16:33.018Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
255 | 2024-02-16T05:16:33.018Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
256 | 2024-02-16T05:16:33.018Z | + TARGET_DIR=out |
257 | 2024-02-16T05:16:33.018Z | + DOWNLOAD_DIR=out/downloads |
258 | 2024-02-16T05:16:33.019Z | + DEST_DIR=./out/cockroachdb |
259 | 2024-02-16T05:16:33.019Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
260 | 2024-02-16T05:16:33.019Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
261 | 2024-02-16T05:16:33.019Z | + main |
262 | 2024-02-16T05:16:33.020Z | + [[ 0 != 0 ]] |
263 | 2024-02-16T05:16:33.020Z | + CIDL_OS=solaris2.11 |
264 | 2024-02-16T05:16:33.020Z | + [[ 0 != 0 ]] |
265 | 2024-02-16T05:16:33.021Z | + configure_os solaris2.11 |
266 | 2024-02-16T05:16:33.021Z | + echo 'current directory: /work/oxidecomputer/omicron' |
267 | 2024-02-16T05:16:33.021Z | current directory: /work/oxidecomputer/omicron |
268 | 2024-02-16T05:16:33.021Z | + echo 'configuring based on OS: "solaris2.11"' |
269 | 2024-02-16T05:16:33.021Z | + case "$1" in |
270 | 2024-02-16T05:16:33.021Z | configuring based on OS: "solaris2.11" |
271 | 2024-02-16T05:16:33.022Z | + CIDL_BUILD=illumos |
272 | 2024-02-16T05:16:33.022Z | + CIDL_SUFFIX=tar.gz |
273 | 2024-02-16T05:16:33.022Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
274 | 2024-02-16T05:16:33.022Z | + CIDL_URL_BASE=https://illumos.org/downloads |
275 | 2024-02-16T05:16:33.024Z | + CIDL_ASSEMBLE=do_assemble_illumos |
276 | 2024-02-16T05:16:33.024Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
277 | 2024-02-16T05:16:33.025Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-02-16T05:16:33.025Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-02-16T05:16:33.025Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
280 | 2024-02-16T05:16:33.025Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-02-16T05:16:33.026Z | + CIDL_SHA256FUNC=do_sha256sum |
282 | 2024-02-16T05:16:33.026Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2024-02-16T05:16:33.026Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-16T05:16:33.026Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-02-16T05:16:33.027Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
286 | 2024-02-16T05:16:33.027Z | + mkdir -p out/downloads |
287 | 2024-02-16T05:16:33.027Z | + mkdir -p ./out/cockroachdb |
288 | 2024-02-16T05:16:33.027Z | + local DO_DOWNLOAD=true |
289 | 2024-02-16T05:16:33.027Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
290 | 2024-02-16T05:16:33.028Z | + '[' true == true ']' |
291 | 2024-02-16T05:16:33.028Z | + echo Downloading... |
292 | 2024-02-16T05:16:33.028Z | Downloading... |
293 | 2024-02-16T05:16:33.028Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-02-16T05:16:33.028Z | + 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 |
295 | 2024-02-16T05:16:38.780Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-02-16T05:16:38.793Z | ++ sha256sum |
297 | 2024-02-16T05:16:38.793Z | ++ awk '{print $1}' |
298 | 2024-02-16T05:16:38.885Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
299 | 2024-02-16T05:16:38.885Z | + [[ 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 ]] |
300 | 2024-02-16T05:16:38.903Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-02-16T05:16:38.903Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
302 | 2024-02-16T05:16:41.042Z | + do_assemble_illumos |
303 | 2024-02-16T05:16:41.042Z | + rm -r ./out/cockroachdb |
304 | 2024-02-16T05:16:41.057Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
305 | 2024-02-16T05:16:41.462Z | + ./out/cockroachdb/bin/cockroach version |
306 | 2024-02-16T05:16:41.660Z | Build Tag: v22.1.9-dirty |
307 | 2024-02-16T05:16:41.660Z | Build Time: 2022/10/26 21:17:46 |
308 | 2024-02-16T05:16:41.660Z | Distribution: OSS |
309 | 2024-02-16T05:16:41.660Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
310 | 2024-02-16T05:16:41.660Z | Go Version: go1.17.13 |
311 | 2024-02-16T05:16:41.661Z | C Compiler: gcc 10.3.0 |
312 | 2024-02-16T05:16:41.661Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
313 | 2024-02-16T05:16:41.661Z | Build Type: release |
314 | 2024-02-16T05:16:41.681Z | + set -o errexit |
315 | 2024-02-16T05:16:41.699Z | +++ dirname ./tools/ci_download_clickhouse |
316 | 2024-02-16T05:16:41.699Z | ++ cd ./tools |
317 | 2024-02-16T05:16:41.699Z | ++ pwd |
318 | 2024-02-16T05:16:41.699Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
319 | 2024-02-16T05:16:41.699Z | ++ basename ./tools/ci_download_clickhouse |
320 | 2024-02-16T05:16:41.700Z | + ARG0=ci_download_clickhouse |
321 | 2024-02-16T05:16:41.700Z | + TARGET_DIR=out |
322 | 2024-02-16T05:16:41.700Z | + DOWNLOAD_DIR=out/downloads |
323 | 2024-02-16T05:16:41.700Z | + DEST_DIR=./out/clickhouse |
324 | 2024-02-16T05:16:41.700Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
325 | 2024-02-16T05:16:41.700Z | + CIDL_VERSION=v22.8.9.24 |
326 | 2024-02-16T05:16:41.700Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
327 | 2024-02-16T05:16:41.700Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
328 | 2024-02-16T05:16:41.700Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
329 | 2024-02-16T05:16:41.701Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
330 | 2024-02-16T05:16:41.701Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
331 | 2024-02-16T05:16:41.701Z | + main |
332 | 2024-02-16T05:16:41.701Z | + [[ 0 != 0 ]] |
333 | 2024-02-16T05:16:41.701Z | + CIDL_OS=solaris2.11 |
334 | 2024-02-16T05:16:41.701Z | + [[ 0 != 0 ]] |
335 | 2024-02-16T05:16:41.701Z | + configure_os solaris2.11 |
336 | 2024-02-16T05:16:41.701Z | + echo 'current directory: /work/oxidecomputer/omicron' |
337 | 2024-02-16T05:16:41.701Z | current directory: /work/oxidecomputer/omicron |
338 | 2024-02-16T05:16:41.701Z | + echo 'configuring based on OS: "solaris2.11"' |
339 | 2024-02-16T05:16:41.701Z | + CIDL_DASHREV= |
340 | 2024-02-16T05:16:41.702Z | + case "$1" in |
341 | 2024-02-16T05:16:41.702Z | + CIDL_PLATFORM=illumos |
342 | 2024-02-16T05:16:41.702Z | configuring based on OS: "solaris2.11" |
343 | 2024-02-16T05:16:41.702Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
344 | 2024-02-16T05:16:41.702Z | + CIDL_MD5FUNC=do_md5sum |
345 | 2024-02-16T05:16:41.702Z | + CIDL_DASHREV=-1 |
346 | 2024-02-16T05:16:41.702Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
347 | 2024-02-16T05:16:41.702Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-16T05:16:41.702Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-16T05:16:41.702Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-02-16T05:16:41.703Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2024-02-16T05:16:41.703Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
352 | 2024-02-16T05:16:41.703Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2024-02-16T05:16:41.703Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2024-02-16T05:16:41.703Z | + mkdir -p out/downloads |
355 | 2024-02-16T05:16:41.703Z | + mkdir -p ./out/clickhouse |
356 | 2024-02-16T05:16:41.703Z | + local DO_DOWNLOAD=true |
357 | 2024-02-16T05:16:41.703Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
358 | 2024-02-16T05:16:41.703Z | + '[' true == true ']' |
359 | 2024-02-16T05:16:41.703Z | + echo Downloading... |
360 | 2024-02-16T05:16:41.704Z | + 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 |
361 | 2024-02-16T05:16:41.704Z | Downloading... |
362 | 2024-02-16T05:16:41.704Z | + 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 |
363 | 2024-02-16T05:16:43.394Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2024-02-16T05:16:43.415Z | ++ md5sum |
365 | 2024-02-16T05:16:43.415Z | ++ awk '{print $1}' |
366 | 2024-02-16T05:16:43.415Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
367 | 2024-02-16T05:16:43.415Z | + [[ 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 ]] |
368 | 2024-02-16T05:16:43.415Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
369 | 2024-02-16T05:16:43.415Z | + mkdir -p ./out/clickhouse |
370 | 2024-02-16T05:16:43.415Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
371 | 2024-02-16T05:16:46.307Z | + ./out/clickhouse/clickhouse server --version |
372 | 2024-02-16T05:16:46.345Z | ClickHouse server version 22.8.9.1. |
373 | 2024-02-16T05:16:46.359Z | + set -o errexit |
374 | 2024-02-16T05:16:46.378Z | +++ dirname ./tools/ci_download_console |
375 | 2024-02-16T05:16:46.378Z | ++ cd ./tools |
376 | 2024-02-16T05:16:46.378Z | ++ pwd |
377 | 2024-02-16T05:16:46.378Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
378 | 2024-02-16T05:16:46.378Z | ++ basename ./tools/ci_download_console |
379 | 2024-02-16T05:16:46.378Z | + ARG0=ci_download_console |
380 | 2024-02-16T05:16:46.378Z | + TARGET_DIR=out |
381 | 2024-02-16T05:16:46.378Z | + DOWNLOAD_DIR=out/downloads |
382 | 2024-02-16T05:16:46.379Z | + DEST_DIR=./out/console-assets |
383 | 2024-02-16T05:16:46.379Z | + source /work/oxidecomputer/omicron/tools/console_version |
384 | 2024-02-16T05:16:46.379Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
385 | 2024-02-16T05:16:46.379Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
386 | 2024-02-16T05:16:46.379Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
387 | 2024-02-16T05:16:46.379Z | + TARBALL_FILE=out/downloads/console.tar.gz |
388 | 2024-02-16T05:16:46.379Z | + main |
389 | 2024-02-16T05:16:46.379Z | + [[ 0 != 0 ]] |
390 | 2024-02-16T05:16:46.379Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
391 | 2024-02-16T05:16:46.379Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
392 | 2024-02-16T05:16:46.379Z | + echo 'Local file: out/downloads/console.tar.gz' |
393 | 2024-02-16T05:16:46.380Z | Local file: out/downloads/console.tar.gz |
394 | 2024-02-16T05:16:46.380Z | + local DO_DOWNLOAD=true |
395 | 2024-02-16T05:16:46.380Z | + [[ -f out/downloads/console.tar.gz ]] |
396 | 2024-02-16T05:16:46.380Z | + mkdir -p out/downloads |
397 | 2024-02-16T05:16:46.380Z | + '[' true == true ']' |
398 | 2024-02-16T05:16:46.380Z | + echo Downloading... |
399 | 2024-02-16T05:16:46.380Z | Downloading... |
400 | 2024-02-16T05:16:46.380Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
401 | 2024-02-16T05:16:46.380Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
402 | 2024-02-16T05:16:46.909Z | ++ do_sha256sum out/downloads/console.tar.gz |
403 | 2024-02-16T05:16:46.909Z | ++ case "$OSTYPE" in |
404 | 2024-02-16T05:16:46.920Z | ++ SHA=sha256sum |
405 | 2024-02-16T05:16:46.920Z | ++ sha256sum |
406 | 2024-02-16T05:16:46.920Z | ++ awk '{print $1}' |
407 | 2024-02-16T05:16:46.920Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
408 | 2024-02-16T05:16:46.920Z | + [[ 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 ]] |
409 | 2024-02-16T05:16:46.921Z | + rm -rf ./out/console-assets |
410 | 2024-02-16T05:16:46.921Z | + mkdir -p ./out/console-assets |
411 | 2024-02-16T05:16:46.921Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
412 | 2024-02-16T05:16:46.921Z | + mkdir -p ./out/console-assets |
413 | 2024-02-16T05:16:46.931Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
414 | 2024-02-16T05:16:47.427Z | + set -o errexit |
415 | 2024-02-16T05:16:47.438Z | +++ dirname ./tools/ci_download_maghemite_openapi |
416 | 2024-02-16T05:16:47.438Z | ++ cd ./tools |
417 | 2024-02-16T05:16:47.438Z | ++ pwd |
418 | 2024-02-16T05:16:47.438Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
419 | 2024-02-16T05:16:47.438Z | ++ basename ./tools/ci_download_maghemite_openapi |
420 | 2024-02-16T05:16:47.438Z | + ARG0=ci_download_maghemite_openapi |
421 | 2024-02-16T05:16:47.438Z | + TARGET_DIR=out |
422 | 2024-02-16T05:16:47.438Z | + DOWNLOAD_DIR=out/downloads |
423 | 2024-02-16T05:16:47.438Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
424 | 2024-02-16T05:16:47.439Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
425 | 2024-02-16T05:16:47.439Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
426 | 2024-02-16T05:16:47.439Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
427 | 2024-02-16T05:16:47.439Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
428 | 2024-02-16T05:16:47.439Z | + main |
429 | 2024-02-16T05:16:47.439Z | + [[ 0 != 0 ]] |
430 | 2024-02-16T05:16:47.439Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
431 | 2024-02-16T05:16:47.439Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
432 | 2024-02-16T05:16:47.439Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
433 | 2024-02-16T05:16:47.439Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
434 | 2024-02-16T05:16:47.439Z | + local DO_DOWNLOAD=true |
435 | 2024-02-16T05:16:47.439Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
436 | 2024-02-16T05:16:47.439Z | + mkdir -p out/downloads |
437 | 2024-02-16T05:16:47.439Z | + '[' true == true ']' |
438 | 2024-02-16T05:16:47.439Z | + echo Downloading... |
439 | 2024-02-16T05:16:47.439Z | Downloading... |
440 | 2024-02-16T05:16:47.439Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
441 | 2024-02-16T05:16:47.440Z | + 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 |
442 | 2024-02-16T05:16:48.212Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
443 | 2024-02-16T05:16:48.213Z | ++ case "$OSTYPE" in |
444 | 2024-02-16T05:16:48.235Z | ++ SHA=sha256sum |
445 | 2024-02-16T05:16:48.235Z | ++ sha256sum |
446 | 2024-02-16T05:16:48.235Z | ++ awk '{print $1}' |
447 | 2024-02-16T05:16:48.235Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
448 | 2024-02-16T05:16:48.235Z | + [[ 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 ]] |
449 | 2024-02-16T05:16:48.236Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
450 | 2024-02-16T05:16:48.236Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
451 | 2024-02-16T05:16:48.236Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
452 | 2024-02-16T05:16:48.236Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
453 | 2024-02-16T05:16:48.236Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
454 | 2024-02-16T05:16:48.236Z | + main |
455 | 2024-02-16T05:16:48.237Z | + [[ 0 != 0 ]] |
456 | 2024-02-16T05:16:48.237Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
457 | 2024-02-16T05:16:48.237Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
458 | 2024-02-16T05:16:48.237Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
459 | 2024-02-16T05:16:48.237Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
460 | 2024-02-16T05:16:48.237Z | + local DO_DOWNLOAD=true |
461 | 2024-02-16T05:16:48.237Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
462 | 2024-02-16T05:16:48.238Z | + mkdir -p out/downloads |
463 | 2024-02-16T05:16:48.238Z | + '[' true == true ']' |
464 | 2024-02-16T05:16:48.238Z | + echo Downloading... |
465 | 2024-02-16T05:16:48.238Z | Downloading... |
466 | 2024-02-16T05:16:48.238Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
467 | 2024-02-16T05:16:48.238Z | + 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 |
468 | 2024-02-16T05:16:50.275Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
469 | 2024-02-16T05:16:50.721Z | ++ case "$OSTYPE" in |
470 | 2024-02-16T05:16:50.721Z | ++ SHA=sha256sum |
471 | 2024-02-16T05:16:50.722Z | ++ sha256sum |
472 | 2024-02-16T05:16:50.722Z | ++ awk '{print $1}' |
473 | 2024-02-16T05:16:50.722Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
474 | 2024-02-16T05:16:50.722Z | + [[ 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 ]] |
475 | 2024-02-16T05:16:50.722Z | + set -o errexit |
476 | 2024-02-16T05:16:50.723Z | +++ dirname ./tools/ci_download_dendrite_openapi |
477 | 2024-02-16T05:16:50.723Z | ++ cd ./tools |
478 | 2024-02-16T05:16:50.723Z | ++ pwd |
479 | 2024-02-16T05:16:50.723Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
480 | 2024-02-16T05:16:50.724Z | ++ basename ./tools/ci_download_dendrite_openapi |
481 | 2024-02-16T05:16:50.724Z | + ARG0=ci_download_dendrite_openapi |
482 | 2024-02-16T05:16:50.724Z | + TARGET_DIR=out |
483 | 2024-02-16T05:16:50.724Z | + DOWNLOAD_DIR=out/downloads |
484 | 2024-02-16T05:16:50.724Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
485 | 2024-02-16T05:16:50.725Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
486 | 2024-02-16T05:16:50.725Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
487 | 2024-02-16T05:16:50.725Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
488 | 2024-02-16T05:16:50.725Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
489 | 2024-02-16T05:16:50.726Z | + main |
490 | 2024-02-16T05:16:50.726Z | + [[ 0 != 0 ]] |
491 | 2024-02-16T05:16:50.726Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
492 | 2024-02-16T05:16:50.726Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
493 | 2024-02-16T05:16:50.727Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
494 | 2024-02-16T05:16:50.727Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
495 | 2024-02-16T05:16:50.727Z | + local DO_DOWNLOAD=true |
496 | 2024-02-16T05:16:50.727Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
497 | 2024-02-16T05:16:50.727Z | + mkdir -p out/downloads |
498 | 2024-02-16T05:16:50.760Z | + '[' true == true ']' |
499 | 2024-02-16T05:16:50.760Z | + echo Downloading... |
500 | 2024-02-16T05:16:50.760Z | Downloading... |
501 | 2024-02-16T05:16:50.760Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
502 | 2024-02-16T05:16:50.760Z | + 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 |
503 | 2024-02-16T05:16:50.760Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
504 | 2024-02-16T05:16:50.760Z | ++ case "$OSTYPE" in |
505 | 2024-02-16T05:16:50.760Z | ++ SHA=sha256sum |
506 | 2024-02-16T05:16:50.761Z | ++ sha256sum |
507 | 2024-02-16T05:16:50.761Z | ++ awk '{print $1}' |
508 | 2024-02-16T05:16:50.761Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
509 | 2024-02-16T05:16:50.761Z | + [[ 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 ]] |
510 | 2024-02-16T05:16:50.792Z | + set -o errexit |
511 | 2024-02-16T05:16:50.792Z | +++ dirname ./tools/ci_download_dendrite_stub |
512 | 2024-02-16T05:16:50.792Z | ++ cd ./tools |
513 | 2024-02-16T05:16:50.792Z | ++ pwd |
514 | 2024-02-16T05:16:50.792Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
515 | 2024-02-16T05:16:50.793Z | ++ basename ./tools/ci_download_dendrite_stub |
516 | 2024-02-16T05:16:50.793Z | + ARG0=ci_download_dendrite_stub |
517 | 2024-02-16T05:16:50.793Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
518 | 2024-02-16T05:16:50.793Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
519 | 2024-02-16T05:16:50.793Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
520 | 2024-02-16T05:16:50.793Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
521 | 2024-02-16T05:16:50.794Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
522 | 2024-02-16T05:16:50.794Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
523 | 2024-02-16T05:16:50.794Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
524 | 2024-02-16T05:16:50.794Z | + TARGET_DIR=out |
525 | 2024-02-16T05:16:50.794Z | + DOWNLOAD_DIR=out/downloads |
526 | 2024-02-16T05:16:50.794Z | + DEST_DIR=./out/dendrite-stub |
527 | 2024-02-16T05:16:50.794Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
528 | 2024-02-16T05:16:50.795Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
529 | 2024-02-16T05:16:50.795Z | + REPO=oxidecomputer/dendrite |
530 | 2024-02-16T05:16:50.795Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
531 | 2024-02-16T05:16:50.795Z | + main |
532 | 2024-02-16T05:16:50.796Z | + [[ 0 != 0 ]] |
533 | 2024-02-16T05:16:50.796Z | + CIDL_OS=solaris2.11 |
534 | 2024-02-16T05:16:50.796Z | + [[ 0 != 0 ]] |
535 | 2024-02-16T05:16:50.796Z | + configure_os solaris2.11 |
536 | 2024-02-16T05:16:50.796Z | + echo 'current directory: /work/oxidecomputer/omicron' |
537 | 2024-02-16T05:16:50.796Z | current directory: /work/oxidecomputer/omicron |
538 | 2024-02-16T05:16:50.796Z | + echo 'configuring based on OS: "solaris2.11"' |
539 | 2024-02-16T05:16:50.796Z | + case "$1" in |
540 | 2024-02-16T05:16:50.796Z | configuring based on OS: "solaris2.11" |
541 | 2024-02-16T05:16:50.796Z | + SET_BINARIES= |
542 | 2024-02-16T05:16:50.796Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
543 | 2024-02-16T05:16:50.796Z | + CIDL_SHA256FUNC=do_sha256sum |
544 | 2024-02-16T05:16:50.796Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
545 | 2024-02-16T05:16:50.797Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
546 | 2024-02-16T05:16:50.797Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
547 | 2024-02-16T05:16:50.797Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
548 | 2024-02-16T05:16:50.797Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
549 | 2024-02-16T05:16:50.797Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
550 | 2024-02-16T05:16:50.797Z | Local file: out/downloads/dendrite-stub.tar.gz |
551 | 2024-02-16T05:16:50.797Z | + mkdir -p out/downloads |
552 | 2024-02-16T05:16:50.797Z | + mkdir -p ./out/dendrite-stub |
553 | 2024-02-16T05:16:50.797Z | + fetch_and_verify |
554 | 2024-02-16T05:16:50.797Z | + local DO_DOWNLOAD=true |
555 | 2024-02-16T05:16:50.797Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
556 | 2024-02-16T05:16:50.798Z | + '[' true == true ']' |
557 | 2024-02-16T05:16:50.798Z | + echo Downloading... |
558 | 2024-02-16T05:16:50.798Z | Downloading... |
559 | 2024-02-16T05:16:50.798Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
560 | 2024-02-16T05:16:50.798Z | + 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 |
561 | 2024-02-16T05:18:05.456Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
562 | 2024-02-16T05:18:05.481Z | ++ sha256sum |
563 | 2024-02-16T05:18:05.481Z | ++ awk '{print $1}' |
564 | 2024-02-16T05:18:05.500Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
565 | 2024-02-16T05:18:05.500Z | + [[ 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 ]] |
566 | 2024-02-16T05:18:05.500Z | + do_untar out/downloads/dendrite-stub.tar.gz |
567 | 2024-02-16T05:18:05.500Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
568 | 2024-02-16T05:18:06.172Z | + do_assemble |
569 | 2024-02-16T05:18:06.172Z | + rm -r ./out/dendrite-stub |
570 | 2024-02-16T05:18:06.189Z | + mkdir ./out/dendrite-stub |
571 | 2024-02-16T05:18:06.189Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
572 | 2024-02-16T05:18:06.271Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
573 | 2024-02-16T05:18:06.702Z | + set -o errexit |
574 | 2024-02-16T05:18:06.702Z | +++ dirname ./tools/ci_download_maghemite_mgd |
575 | 2024-02-16T05:18:06.703Z | ++ cd ./tools |
576 | 2024-02-16T05:18:06.703Z | ++ pwd |
577 | 2024-02-16T05:18:06.703Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
578 | 2024-02-16T05:18:06.703Z | ++ basename ./tools/ci_download_maghemite_mgd |
579 | 2024-02-16T05:18:06.703Z | + ARG0=ci_download_maghemite_mgd |
580 | 2024-02-16T05:18:06.704Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
581 | 2024-02-16T05:18:06.704Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
582 | 2024-02-16T05:18:06.704Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
583 | 2024-02-16T05:18:06.704Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
584 | 2024-02-16T05:18:06.704Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
585 | 2024-02-16T05:18:06.704Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
586 | 2024-02-16T05:18:06.705Z | + TARGET_DIR=out |
587 | 2024-02-16T05:18:06.705Z | + DOWNLOAD_DIR=out/downloads |
588 | 2024-02-16T05:18:06.705Z | + DEST_DIR=./out/mgd |
589 | 2024-02-16T05:18:06.705Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
590 | 2024-02-16T05:18:06.705Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
591 | 2024-02-16T05:18:06.705Z | + REPO=oxidecomputer/maghemite |
592 | 2024-02-16T05:18:06.705Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
593 | 2024-02-16T05:18:06.723Z | + main |
594 | 2024-02-16T05:18:06.723Z | + [[ 0 != 0 ]] |
595 | 2024-02-16T05:18:06.723Z | + CIDL_OS=solaris2.11 |
596 | 2024-02-16T05:18:06.723Z | + [[ 0 != 0 ]] |
597 | 2024-02-16T05:18:06.723Z | + configure_os solaris2.11 |
598 | 2024-02-16T05:18:06.723Z | + echo 'current directory: /work/oxidecomputer/omicron' |
599 | 2024-02-16T05:18:06.723Z | current directory: /work/oxidecomputer/omicron |
600 | 2024-02-16T05:18:06.724Z | + echo 'configuring based on OS: "solaris2.11"' |
601 | 2024-02-16T05:18:06.724Z | + case "$1" in |
602 | 2024-02-16T05:18:06.724Z | configuring based on OS: "solaris2.11" |
603 | 2024-02-16T05:18:06.724Z | + SET_BINARIES= |
604 | 2024-02-16T05:18:06.724Z | + CIDL_SHA256FUNC=do_sha256sum |
605 | 2024-02-16T05:18:06.724Z | + TARBALL_FILENAME=mgd.tar.gz |
606 | 2024-02-16T05:18:06.724Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
607 | 2024-02-16T05:18:06.724Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
608 | 2024-02-16T05:18:06.724Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
609 | 2024-02-16T05:18:06.725Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
610 | 2024-02-16T05:18:06.725Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
611 | 2024-02-16T05:18:06.725Z | + mkdir -p out/downloads |
612 | 2024-02-16T05:18:06.725Z | Local file: out/downloads/mgd.tar.gz |
613 | 2024-02-16T05:18:06.725Z | + mkdir -p ./out/mgd |
614 | 2024-02-16T05:18:06.725Z | + fetch_and_verify |
615 | 2024-02-16T05:18:06.725Z | + local DO_DOWNLOAD=true |
616 | 2024-02-16T05:18:06.725Z | + [[ -f out/downloads/mgd.tar.gz ]] |
617 | 2024-02-16T05:18:06.725Z | + '[' true == true ']' |
618 | 2024-02-16T05:18:06.725Z | + echo Downloading... |
619 | 2024-02-16T05:18:06.725Z | Downloading... |
620 | 2024-02-16T05:18:06.726Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
621 | 2024-02-16T05:18:06.726Z | + 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 |
622 | 2024-02-16T05:18:22.404Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
623 | 2024-02-16T05:18:22.467Z | ++ sha256sum |
624 | 2024-02-16T05:18:22.467Z | ++ awk '{print $1}' |
625 | 2024-02-16T05:18:22.467Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
626 | 2024-02-16T05:18:22.467Z | + [[ 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 ]] |
627 | 2024-02-16T05:18:22.467Z | + do_untar out/downloads/mgd.tar.gz |
628 | 2024-02-16T05:18:22.467Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
629 | 2024-02-16T05:18:22.547Z | + do_assemble |
630 | 2024-02-16T05:18:22.547Z | + rm -r ./out/mgd |
631 | 2024-02-16T05:18:22.970Z | + mkdir ./out/mgd |
632 | 2024-02-16T05:18:22.970Z | + cp -r out/downloads/root ./out/mgd/root |
633 | 2024-02-16T05:18:22.970Z | + set -o errexit |
634 | 2024-02-16T05:18:22.970Z | +++ dirname ./tools/ci_download_transceiver_control |
635 | 2024-02-16T05:18:22.970Z | ++ cd ./tools |
636 | 2024-02-16T05:18:22.970Z | ++ pwd |
637 | 2024-02-16T05:18:22.970Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
638 | 2024-02-16T05:18:22.970Z | ++ basename ./tools/ci_download_transceiver_control |
639 | 2024-02-16T05:18:22.970Z | + ARG0=ci_download_transceiver_control |
640 | 2024-02-16T05:18:22.970Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
641 | 2024-02-16T05:18:22.970Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2024-02-16T05:18:22.970Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
643 | 2024-02-16T05:18:22.970Z | + TARGET_DIR=out |
644 | 2024-02-16T05:18:22.970Z | + DOWNLOAD_DIR=out/downloads |
645 | 2024-02-16T05:18:22.970Z | + DEST_DIR=./out/transceiver-control |
646 | 2024-02-16T05:18:22.971Z | + BIN_DIR=/opt/oxide/bin |
647 | 2024-02-16T05:18:22.971Z | + BINARY=xcvradm |
648 | 2024-02-16T05:18:22.971Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
649 | 2024-02-16T05:18:22.971Z | + REPO=oxidecomputer/transceiver-control |
650 | 2024-02-16T05:18:22.971Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
651 | 2024-02-16T05:18:22.971Z | + main |
652 | 2024-02-16T05:18:22.971Z | + [[ 0 != 0 ]] |
653 | 2024-02-16T05:18:22.971Z | + CIDL_OS=solaris2.11 |
654 | 2024-02-16T05:18:22.971Z | + [[ 0 != 0 ]] |
655 | 2024-02-16T05:18:22.971Z | + configure_os solaris2.11 |
656 | 2024-02-16T05:18:22.971Z | + echo 'current directory: /work/oxidecomputer/omicron' |
657 | 2024-02-16T05:18:22.971Z | current directory: /work/oxidecomputer/omicron |
658 | 2024-02-16T05:18:22.971Z | + echo 'configuring based on OS: "solaris2.11"' |
659 | 2024-02-16T05:18:22.971Z | + case "$1" in |
660 | 2024-02-16T05:18:22.971Z | configuring based on OS: "solaris2.11" |
661 | 2024-02-16T05:18:22.971Z | + SET_BINARIES= |
662 | 2024-02-16T05:18:22.971Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
663 | 2024-02-16T05:18:22.971Z | + CIDL_SHA256FUNC=do_sha256sum |
664 | 2024-02-16T05:18:22.971Z | + ARCHIVE_FILENAME=xcvradm.gz |
665 | 2024-02-16T05:18:22.971Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2024-02-16T05:18:22.971Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
667 | 2024-02-16T05:18:22.971Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
668 | 2024-02-16T05:18:22.971Z | + echo 'Local file: out/downloads/xcvradm.gz' |
669 | 2024-02-16T05:18:22.972Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
670 | 2024-02-16T05:18:22.972Z | Local file: out/downloads/xcvradm.gz |
671 | 2024-02-16T05:18:22.972Z | + mkdir -p out/downloads |
672 | 2024-02-16T05:18:22.972Z | + mkdir -p ./out/transceiver-control |
673 | 2024-02-16T05:18:22.972Z | + fetch_and_verify |
674 | 2024-02-16T05:18:22.972Z | + local DO_DOWNLOAD=true |
675 | 2024-02-16T05:18:22.972Z | + [[ -f out/downloads/xcvradm.gz ]] |
676 | 2024-02-16T05:18:22.972Z | + '[' true == true ']' |
677 | 2024-02-16T05:18:22.972Z | + echo Downloading... |
678 | 2024-02-16T05:18:22.972Z | Downloading... |
679 | 2024-02-16T05:18:22.972Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
680 | 2024-02-16T05:18:22.972Z | + 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 |
681 | 2024-02-16T05:18:25.686Z | ++ do_sha256sum out/downloads/xcvradm.gz |
682 | 2024-02-16T05:18:25.690Z | ++ sha256sum |
683 | 2024-02-16T05:18:25.690Z | ++ awk '{print $1}' |
684 | 2024-02-16T05:18:25.703Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
685 | 2024-02-16T05:18:25.703Z | + [[ 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 ]] |
686 | 2024-02-16T05:18:25.709Z | + do_unpack out/downloads/xcvradm.gz |
687 | 2024-02-16T05:18:25.709Z | + mkdir -p out/downloads/root//opt/oxide/bin |
688 | 2024-02-16T05:18:25.709Z | + gzip -dc out/downloads/xcvradm.gz |
689 | 2024-02-16T05:18:25.839Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
690 | 2024-02-16T05:18:25.860Z | + do_assemble |
691 | 2024-02-16T05:18:25.860Z | + rm -r ./out/transceiver-control |
692 | 2024-02-16T05:18:25.860Z | + mkdir ./out/transceiver-control |
693 | 2024-02-16T05:18:25.860Z | + cp -r out/downloads/root ./out/transceiver-control/root |
694 | 2024-02-16T05:18:26.007Z | All prerequisites installed successfully |
695 | 2024-02-16T05:18:26.022Z | |
696 | 2024-02-16T05:18:26.022Z | real 3:04.611361341 |
697 | 2024-02-16T05:18:26.022Z | user 35.226933563 |
698 | 2024-02-16T05:18:26.022Z | sys 6.850948961 |
699 | 2024-02-16T05:18:26.022Z | trap 0.009086233 |
700 | 2024-02-16T05:18:26.022Z | tflt 0.145621426 |
701 | 2024-02-16T05:18:26.022Z | dflt 0.400688837 |
702 | 2024-02-16T05:18:26.022Z | kflt 0.175176691 |
703 | 2024-02-16T05:18:26.022Z | lock 1.463875092 |
704 | 2024-02-16T05:18:26.022Z | slp 7:26.165116853 |
705 | 2024-02-16T05:18:26.022Z | lat 1.797890739 |
706 | 2024-02-16T05:18:26.022Z | stop 0.153159361 |
707 | 2024-02-16T05:18:26.022Z | + ptime -m ./tools/ci_download_softnpu_machinery |
708 | 2024-02-16T05:18:26.023Z | fetching npuzone |
709 | 2024-02-16T05:18:26.052Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
710 | 2024-02-16T05:18:26.052Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
711 | 2024-02-16T05:18:26.052Z | Getting hash for npuzone |
712 | 2024-02-16T05:18:26.122Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
713 | 2024-02-16T05:18:43.286Z | npuzone downloaded successfully |
714 | 2024-02-16T05:18:43.299Z | |
715 | 2024-02-16T05:18:43.299Z | real 17.282417613 |
716 | 2024-02-16T05:18:43.299Z | user 0.349311996 |
717 | 2024-02-16T05:18:43.299Z | sys 0.129847452 |
718 | 2024-02-16T05:18:43.299Z | trap 0.000131731 |
719 | 2024-02-16T05:18:43.299Z | tflt 0.000000000 |
720 | 2024-02-16T05:18:43.299Z | dflt 0.000000000 |
721 | 2024-02-16T05:18:43.299Z | kflt 0.000000000 |
722 | 2024-02-16T05:18:43.299Z | lock 0.000000000 |
723 | 2024-02-16T05:18:43.299Z | slp 51.259046384 |
724 | 2024-02-16T05:18:43.299Z | lat 0.076335234 |
725 | 2024-02-16T05:18:43.299Z | stop 0.000177195 |
726 | 2024-02-16T05:18:43.299Z | + export CARGO_INCREMENTAL=0 |
727 | 2024-02-16T05:18:43.299Z | + CARGO_INCREMENTAL=0 |
728 | 2024-02-16T05:18:43.299Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
729 | 2024-02-16T05:18:43.514Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
730 | 2024-02-16T05:18:43.842Z | Updating git repository `https://github.com/oxidecomputer/samael` |
731 | 2024-02-16T05:18:44.159Z | Updating crates.io index |
732 | 2024-02-16T05:18:44.334Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
733 | 2024-02-16T05:18:46.373Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
734 | 2024-02-16T05:18:47.244Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
735 | 2024-02-16T05:18:47.365Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
736 | 2024-02-16T05:18:47.627Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
737 | 2024-02-16T05:18:47.923Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
738 | 2024-02-16T05:18:48.157Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
739 | 2024-02-16T05:18:49.025Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
740 | 2024-02-16T05:18:51.113Z | Updating git repository `https://github.com/oxidecomputer/opte` |
741 | 2024-02-16T05:18:51.935Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
742 | 2024-02-16T05:18:52.235Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
743 | 2024-02-16T05:18:52.784Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
744 | 2024-02-16T05:18:53.135Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
745 | 2024-02-16T05:18:53.693Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
746 | 2024-02-16T05:18:53.751Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
747 | 2024-02-16T05:18:54.104Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
748 | 2024-02-16T05:18:54.525Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
749 | 2024-02-16T05:18:54.794Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
750 | 2024-02-16T05:18:55.341Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
751 | 2024-02-16T05:18:55.690Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
752 | 2024-02-16T05:18:56.005Z | Updating git repository `https://github.com/jgallagher/nix` |
753 | 2024-02-16T05:18:56.922Z | Updating git repository `https://github.com/cbiffle/hubpack` |
754 | 2024-02-16T05:18:57.318Z | Updating git repository `https://github.com/oxidecomputer/typify` |
755 | 2024-02-16T05:18:58.864Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
756 | 2024-02-16T05:18:59.199Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
757 | 2024-02-16T05:18:59.568Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
758 | 2024-02-16T05:19:00.874Z | Downloading crates ... |
759 | 2024-02-16T05:19:01.183Z | Downloaded ciborium-ll v0.2.2 |
760 | 2024-02-16T05:19:01.193Z | Downloaded cipher v0.4.4 |
761 | 2024-02-16T05:19:01.193Z | Downloaded adler v1.0.2 |
762 | 2024-02-16T05:19:01.199Z | Downloaded libloading v0.7.4 |
763 | 2024-02-16T05:19:01.209Z | Downloaded console v0.15.8 |
764 | 2024-02-16T05:19:01.215Z | Downloaded keccak v0.1.4 |
765 | 2024-02-16T05:19:01.215Z | Downloaded ipnet v2.9.0 |
766 | 2024-02-16T05:19:01.215Z | Downloaded linear-map v1.2.0 |
767 | 2024-02-16T05:19:01.227Z | Downloaded maplit v1.0.2 |
768 | 2024-02-16T05:19:01.228Z | Downloaded lazycell v1.3.0 |
769 | 2024-02-16T05:19:01.228Z | Downloaded lock_api v0.4.10 |
770 | 2024-02-16T05:19:01.239Z | Downloaded colored v2.0.4 |
771 | 2024-02-16T05:19:01.239Z | Downloaded num_cpus v1.16.0 |
772 | 2024-02-16T05:19:01.239Z | Downloaded libsw v3.3.1 |
773 | 2024-02-16T05:19:01.253Z | Downloaded indoc v1.0.9 |
774 | 2024-02-16T05:19:01.254Z | Downloaded num-traits v0.2.16 |
775 | 2024-02-16T05:19:01.254Z | Downloaded newtype_derive v0.1.6 |
776 | 2024-02-16T05:19:01.276Z | Downloaded normalize-line-endings v0.3.0 |
777 | 2024-02-16T05:19:01.276Z | Downloaded kstat-rs v0.2.3 |
778 | 2024-02-16T05:19:01.276Z | Downloaded itertools v0.10.5 |
779 | 2024-02-16T05:19:01.276Z | Downloaded rustc-hash v1.1.0 |
780 | 2024-02-16T05:19:01.276Z | Downloaded nu-ansi-term v0.49.0 |
781 | 2024-02-16T05:19:01.291Z | Downloaded crc-catalog v2.2.0 |
782 | 2024-02-16T05:19:01.291Z | Downloaded log v0.4.20 |
783 | 2024-02-16T05:19:01.291Z | Downloaded convert_case v0.4.0 |
784 | 2024-02-16T05:19:01.291Z | Downloaded lru v0.12.1 |
785 | 2024-02-16T05:19:01.292Z | Downloaded sha1 v0.10.6 |
786 | 2024-02-16T05:19:01.292Z | Downloaded sct v0.7.0 |
787 | 2024-02-16T05:19:01.292Z | Downloaded assert_matches v1.5.0 |
788 | 2024-02-16T05:19:01.305Z | Downloaded salty v0.2.0 |
789 | 2024-02-16T05:19:01.305Z | Downloaded ident_case v1.0.1 |
790 | 2024-02-16T05:19:01.306Z | Downloaded crucible-workspace-hack v0.1.0 |
791 | 2024-02-16T05:19:01.306Z | Downloaded hyper-rustls v0.24.2 |
792 | 2024-02-16T05:19:01.334Z | Downloaded new_debug_unreachable v1.0.4 |
793 | 2024-02-16T05:19:01.334Z | Downloaded async-trait v0.1.77 |
794 | 2024-02-16T05:19:01.345Z | Downloaded chacha20 v0.9.1 |
795 | 2024-02-16T05:19:01.346Z | Downloaded cfg-if v1.0.0 |
796 | 2024-02-16T05:19:01.346Z | Downloaded hubpack v0.1.2 |
797 | 2024-02-16T05:19:01.346Z | Downloaded ciborium-io v0.2.2 |
798 | 2024-02-16T05:19:01.346Z | Downloaded http-range v0.1.5 |
799 | 2024-02-16T05:19:01.346Z | Downloaded byteorder v1.5.0 |
800 | 2024-02-16T05:19:01.347Z | Downloaded ahash v0.8.7 |
801 | 2024-02-16T05:19:01.347Z | Downloaded instant v0.1.12 |
802 | 2024-02-16T05:19:01.347Z | Downloaded ansi_term v0.12.1 |
803 | 2024-02-16T05:19:01.347Z | Downloaded colorchoice v1.0.0 |
804 | 2024-02-16T05:19:01.347Z | Downloaded cstr-argument v0.1.2 |
805 | 2024-02-16T05:19:01.347Z | Downloaded is_ci v1.1.1 |
806 | 2024-02-16T05:19:01.360Z | Downloaded anstyle-query v1.0.0 |
807 | 2024-02-16T05:19:01.360Z | Downloaded bitflags v1.3.2 |
808 | 2024-02-16T05:19:01.360Z | Downloaded crc v3.0.1 |
809 | 2024-02-16T05:19:01.360Z | Downloaded bit-vec v0.6.3 |
810 | 2024-02-16T05:19:01.360Z | Downloaded indoc v2.0.3 |
811 | 2024-02-16T05:19:01.374Z | Downloaded sqlparser_derive v0.2.2 |
812 | 2024-02-16T05:19:01.374Z | Downloaded clap v2.34.0 |
813 | 2024-02-16T05:19:01.383Z | Downloaded bzip2 v0.4.4 |
814 | 2024-02-16T05:19:01.383Z | Downloaded foreign-types v0.3.2 |
815 | 2024-02-16T05:19:01.384Z | Downloaded cexpr v0.6.0 |
816 | 2024-02-16T05:19:01.384Z | Downloaded inout v0.1.3 |
817 | 2024-02-16T05:19:01.384Z | Downloaded humantime v2.1.0 |
818 | 2024-02-16T05:19:01.384Z | Downloaded mockall v0.12.0 |
819 | 2024-02-16T05:19:01.400Z | Downloaded bb8 v0.8.3 |
820 | 2024-02-16T05:19:01.400Z | Downloaded newtype-uuid v1.0.1 |
821 | 2024-02-16T05:19:01.400Z | Downloaded castaway v0.2.2 |
822 | 2024-02-16T05:19:01.401Z | Downloaded cpufeatures v0.2.12 |
823 | 2024-02-16T05:19:01.401Z | Downloaded atomicwrites v0.4.3 |
824 | 2024-02-16T05:19:01.415Z | Downloaded cassowary v0.3.0 |
825 | 2024-02-16T05:19:01.415Z | Downloaded home v0.5.5 |
826 | 2024-02-16T05:19:01.415Z | Downloaded num-integer v0.1.46 |
827 | 2024-02-16T05:19:01.415Z | Downloaded is-terminal v0.4.9 |
828 | 2024-02-16T05:19:01.415Z | Downloaded nibble_vec v0.1.0 |
829 | 2024-02-16T05:19:01.415Z | Downloaded semver-parser v0.10.2 |
830 | 2024-02-16T05:19:01.415Z | Downloaded scopeguard v1.2.0 |
831 | 2024-02-16T05:19:01.416Z | Downloaded num v0.4.1 |
832 | 2024-02-16T05:19:01.416Z | Downloaded crypto-common v0.1.6 |
833 | 2024-02-16T05:19:01.441Z | Downloaded strum_macros v0.24.3 |
834 | 2024-02-16T05:19:01.441Z | Downloaded crossbeam-utils v0.8.16 |
835 | 2024-02-16T05:19:01.442Z | Downloaded bit-set v0.5.3 |
836 | 2024-02-16T05:19:01.442Z | Downloaded arc-swap v1.6.0 |
837 | 2024-02-16T05:19:01.456Z | Downloaded signal-hook-tokio v0.3.1 |
838 | 2024-02-16T05:19:01.457Z | Downloaded structmeta-derive v0.2.0 |
839 | 2024-02-16T05:19:01.457Z | Downloaded num-iter v0.1.43 |
840 | 2024-02-16T05:19:01.457Z | Downloaded base64ct v1.6.0 |
841 | 2024-02-16T05:19:01.457Z | Downloaded tokio-macros v2.2.0 |
842 | 2024-02-16T05:19:01.457Z | Downloaded textwrap v0.11.0 |
843 | 2024-02-16T05:19:01.457Z | Downloaded libefi-sys v0.1.0 |
844 | 2024-02-16T05:19:01.457Z | Downloaded multer v3.0.0 |
845 | 2024-02-16T05:19:01.457Z | Downloaded bitflags v2.4.0 |
846 | 2024-02-16T05:19:01.457Z | Downloaded pretty-hex v0.4.1 |
847 | 2024-02-16T05:19:01.457Z | Downloaded camino-tempfile v1.1.1 |
848 | 2024-02-16T05:19:01.457Z | Downloaded zone_cfg_derive v0.3.0 |
849 | 2024-02-16T05:19:01.458Z | Downloaded zeroize v1.7.0 |
850 | 2024-02-16T05:19:01.465Z | Downloaded signal-hook-mio v0.2.3 |
851 | 2024-02-16T05:19:01.465Z | Downloaded num_enum v0.5.11 |
852 | 2024-02-16T05:19:01.465Z | Downloaded bcs v0.1.6 |
853 | 2024-02-16T05:19:01.465Z | Downloaded zone v0.3.0 |
854 | 2024-02-16T05:19:01.465Z | Downloaded strum v0.26.1 |
855 | 2024-02-16T05:19:01.465Z | Downloaded clap v4.4.3 |
856 | 2024-02-16T05:19:01.887Z | Downloaded darling_macro v0.20.3 |
857 | 2024-02-16T05:19:01.910Z | Downloaded pretty-hex v0.2.1 |
858 | 2024-02-16T05:19:01.911Z | Downloaded darling v0.20.3 |
859 | 2024-02-16T05:19:01.911Z | Downloaded serde-big-array v0.4.1 |
860 | 2024-02-16T05:19:01.911Z | Downloaded dtrace-parser v0.2.0 |
861 | 2024-02-16T05:19:01.911Z | Downloaded ref-cast v1.0.20 |
862 | 2024-02-16T05:19:01.911Z | Downloaded toolchain_find v0.2.0 |
863 | 2024-02-16T05:19:01.911Z | Downloaded try-lock v0.2.4 |
864 | 2024-02-16T05:19:01.911Z | Downloaded openssl-probe v0.1.5 |
865 | 2024-02-16T05:19:01.911Z | Downloaded futures-channel v0.3.30 |
866 | 2024-02-16T05:19:01.911Z | Downloaded olpc-cjson v0.1.3 |
867 | 2024-02-16T05:19:01.911Z | Downloaded thread_local v1.1.7 |
868 | 2024-02-16T05:19:01.911Z | Downloaded thiserror-no-std v2.0.2 |
869 | 2024-02-16T05:19:01.911Z | Downloaded csv-core v0.1.11 |
870 | 2024-02-16T05:19:01.911Z | Downloaded same-file v1.0.6 |
871 | 2024-02-16T05:19:01.911Z | Downloaded io-lifetimes v1.0.11 |
872 | 2024-02-16T05:19:01.911Z | Downloaded native-tls v0.2.11 |
873 | 2024-02-16T05:19:01.911Z | Downloaded fxhash v0.2.1 |
874 | 2024-02-16T05:19:01.911Z | Downloaded tower-service v0.3.2 |
875 | 2024-02-16T05:19:01.911Z | Downloaded version_check v0.9.4 |
876 | 2024-02-16T05:19:01.911Z | Downloaded crossbeam-channel v0.5.8 |
877 | 2024-02-16T05:19:01.911Z | Downloaded sqlformat v0.2.3 |
878 | 2024-02-16T05:19:01.912Z | Downloaded crypto-bigint v0.5.2 |
879 | 2024-02-16T05:19:01.912Z | Downloaded vec_map v0.8.2 |
880 | 2024-02-16T05:19:01.912Z | Downloaded proc-macro-error-attr v1.0.4 |
881 | 2024-02-16T05:19:01.912Z | Downloaded proc-macro-crate v1.3.1 |
882 | 2024-02-16T05:19:01.912Z | Downloaded pin-utils v0.1.0 |
883 | 2024-02-16T05:19:01.912Z | Downloaded strip-ansi-escapes v0.2.0 |
884 | 2024-02-16T05:19:01.912Z | Downloaded rustls-pemfile v2.0.0 |
885 | 2024-02-16T05:19:01.912Z | Downloaded vte v0.11.1 |
886 | 2024-02-16T05:19:01.912Z | Downloaded synstructure v0.12.6 |
887 | 2024-02-16T05:19:01.912Z | Downloaded zerocopy v0.6.4 |
888 | 2024-02-16T05:19:01.912Z | Downloaded strum v0.25.0 |
889 | 2024-02-16T05:19:01.912Z | Downloaded indicatif v0.17.8 |
890 | 2024-02-16T05:19:01.912Z | Downloaded rustc_version v0.1.7 |
891 | 2024-02-16T05:19:01.912Z | Downloaded rtoolbox v0.0.1 |
892 | 2024-02-16T05:19:01.912Z | Downloaded group v0.13.0 |
893 | 2024-02-16T05:19:01.912Z | Downloaded cc v1.0.83 |
894 | 2024-02-16T05:19:01.912Z | Downloaded foreign-types-shared v0.1.1 |
895 | 2024-02-16T05:19:01.912Z | Downloaded futures-task v0.3.30 |
896 | 2024-02-16T05:19:01.913Z | Downloaded ff v0.13.0 |
897 | 2024-02-16T05:19:01.913Z | Downloaded ena v0.14.2 |
898 | 2024-02-16T05:19:01.913Z | Downloaded hash32 v0.2.1 |
899 | 2024-02-16T05:19:01.913Z | Downloaded defmt-macros v0.3.6 |
900 | 2024-02-16T05:19:01.913Z | Downloaded termtree v0.4.1 |
901 | 2024-02-16T05:19:01.913Z | Downloaded bytes v1.5.0 |
902 | 2024-02-16T05:19:01.913Z | Downloaded pkcs1 v0.7.5 |
903 | 2024-02-16T05:19:01.913Z | Downloaded ppv-lite86 v0.2.17 |
904 | 2024-02-16T05:19:01.913Z | Downloaded usdt-macro v0.5.0 |
905 | 2024-02-16T05:19:01.913Z | Downloaded downcast v0.11.0 |
906 | 2024-02-16T05:19:01.913Z | Downloaded take_mut v0.2.2 |
907 | 2024-02-16T05:19:01.913Z | Downloaded fastrand v2.0.1 |
908 | 2024-02-16T05:19:01.913Z | Downloaded curve25519-dalek-derive v0.1.0 |
909 | 2024-02-16T05:19:01.914Z | Downloaded untrusted v0.7.1 |
910 | 2024-02-16T05:19:01.914Z | Downloaded glob v0.3.1 |
911 | 2024-02-16T05:19:01.914Z | Downloaded packed_struct v0.10.1 |
912 | 2024-02-16T05:19:01.914Z | Downloaded shlex v1.3.0 |
913 | 2024-02-16T05:19:01.914Z | Downloaded once_cell v1.19.0 |
914 | 2024-02-16T05:19:01.914Z | Downloaded diesel_table_macro_syntax v0.1.0 |
915 | 2024-02-16T05:19:01.914Z | Downloaded rusty-fork v0.3.0 |
916 | 2024-02-16T05:19:01.914Z | Downloaded miniz_oxide v0.7.1 |
917 | 2024-02-16T05:19:01.914Z | Downloaded slog-async v2.8.0 |
918 | 2024-02-16T05:19:01.914Z | Downloaded darling_core v0.20.3 |
919 | 2024-02-16T05:19:01.914Z | Downloaded topological-sort v0.2.2 |
920 | 2024-02-16T05:19:01.914Z | Downloaded slog-json v2.6.1 |
921 | 2024-02-16T05:19:01.914Z | Downloaded percent-encoding v2.3.1 |
922 | 2024-02-16T05:19:01.914Z | Downloaded time-core v0.1.1 |
923 | 2024-02-16T05:19:01.914Z | Downloaded smf v0.2.2 |
924 | 2024-02-16T05:19:01.914Z | Downloaded slog-envlogger v2.2.0 |
925 | 2024-02-16T05:19:01.914Z | Downloaded rustc-demangle v0.1.23 |
926 | 2024-02-16T05:19:01.914Z | Downloaded phf_shared v0.11.2 |
927 | 2024-02-16T05:19:01.914Z | Downloaded structmeta v0.3.0 |
928 | 2024-02-16T05:19:01.914Z | Downloaded static_assertions v1.1.0 |
929 | 2024-02-16T05:19:01.914Z | Downloaded quick-error v1.2.3 |
930 | 2024-02-16T05:19:01.914Z | Downloaded zeroize_derive v1.4.2 |
931 | 2024-02-16T05:19:01.914Z | Downloaded difflib v0.4.0 |
932 | 2024-02-16T05:19:01.914Z | Downloaded whoami v1.4.1 |
933 | 2024-02-16T05:19:01.915Z | Downloaded base64 v0.21.7 |
934 | 2024-02-16T05:19:01.915Z | Downloaded endian-type v0.1.2 |
935 | 2024-02-16T05:19:01.915Z | Downloaded toml v0.8.10 |
936 | 2024-02-16T05:19:01.915Z | Downloaded oso-derive v0.27.0 |
937 | 2024-02-16T05:19:01.915Z | Downloaded ed25519 v1.5.3 |
938 | 2024-02-16T05:19:01.915Z | Downloaded generic-array v0.14.7 |
939 | 2024-02-16T05:19:01.915Z | Downloaded semver v0.1.20 |
940 | 2024-02-16T05:19:01.915Z | Downloaded strum_macros v0.26.1 |
941 | 2024-02-16T05:19:01.915Z | Downloaded openssl-macros v0.1.1 |
942 | 2024-02-16T05:19:01.915Z | Downloaded postgres-protocol v0.6.6 |
943 | 2024-02-16T05:19:01.915Z | Downloaded term v0.7.0 |
944 | 2024-02-16T05:19:01.915Z | Downloaded smallvec v0.6.14 |
945 | 2024-02-16T05:19:01.915Z | Downloaded serde_tokenstream v0.2.0 |
946 | 2024-02-16T05:19:01.916Z | Downloaded termcolor v1.2.0 |
947 | 2024-02-16T05:19:01.916Z | Downloaded termios v0.3.3 |
948 | 2024-02-16T05:19:01.916Z | Downloaded tokio-postgres v0.7.10 |
949 | 2024-02-16T05:19:01.916Z | Downloaded heck v0.3.3 |
950 | 2024-02-16T05:19:01.916Z | Downloaded serde v1.0.196 |
951 | 2024-02-16T05:19:01.916Z | Downloaded unicode-width v0.1.11 |
952 | 2024-02-16T05:19:01.916Z | Downloaded funty v2.0.0 |
953 | 2024-02-16T05:19:01.916Z | Downloaded flagset v0.4.3 |
954 | 2024-02-16T05:19:01.916Z | Downloaded snafu-derive v0.7.5 |
955 | 2024-02-16T05:19:01.916Z | Downloaded pem-rfc7468 v0.7.0 |
956 | 2024-02-16T05:19:01.916Z | Downloaded spki v0.7.2 |
957 | 2024-02-16T05:19:01.948Z | Downloaded usdt-impl v0.5.0 |
958 | 2024-02-16T05:19:01.948Z | Downloaded drain v0.1.1 |
959 | 2024-02-16T05:19:01.948Z | Downloaded debug-ignore v1.0.5 |
960 | 2024-02-16T05:19:01.948Z | Downloaded prettyplease v0.2.16 |
961 | 2024-02-16T05:19:01.948Z | Downloaded serde_with_macros v3.6.1 |
962 | 2024-02-16T05:19:01.948Z | Downloaded foreign-types-shared v0.3.1 |
963 | 2024-02-16T05:19:01.948Z | Downloaded usdt v0.3.5 |
964 | 2024-02-16T05:19:01.948Z | Downloaded pin-project-internal v1.1.3 |
965 | 2024-02-16T05:19:01.948Z | Downloaded memchr v2.6.3 |
966 | 2024-02-16T05:19:01.948Z | Downloaded number_prefix v0.4.0 |
967 | 2024-02-16T05:19:01.948Z | Downloaded slog-term v2.9.0 |
968 | 2024-02-16T05:19:01.948Z | Downloaded postcard v1.0.8 |
969 | 2024-02-16T05:19:01.948Z | Downloaded precomputed-hash v0.1.1 |
970 | 2024-02-16T05:19:01.948Z | Downloaded fd-lock v3.0.13 |
971 | 2024-02-16T05:19:01.948Z | Downloaded unicode-xid v0.2.4 |
972 | 2024-02-16T05:19:01.948Z | Downloaded owo-colors v4.0.0 |
973 | 2024-02-16T05:19:01.948Z | Downloaded serde-big-array v0.5.1 |
974 | 2024-02-16T05:19:01.948Z | Downloaded tungstenite v0.20.1 |
975 | 2024-02-16T05:19:01.949Z | Downloaded usdt-attr-macro v0.3.5 |
976 | 2024-02-16T05:19:01.949Z | Downloaded derive-where v1.2.7 |
977 | 2024-02-16T05:19:01.949Z | Downloaded signal-hook-registry v1.4.1 |
978 | 2024-02-16T05:19:01.949Z | Downloaded serde_path_to_error v0.1.15 |
979 | 2024-02-16T05:19:01.949Z | Downloaded universal-hash v0.5.1 |
980 | 2024-02-16T05:19:01.949Z | Downloaded tempfile v3.10.0 |
981 | 2024-02-16T05:19:01.949Z | Downloaded minimal-lexical v0.2.1 |
982 | 2024-02-16T05:19:01.949Z | Downloaded peeking_take_while v0.1.2 |
983 | 2024-02-16T05:19:01.949Z | Downloaded paste v1.0.14 |
984 | 2024-02-16T05:19:01.949Z | Downloaded usdt-attr-macro v0.5.0 |
985 | 2024-02-16T05:19:01.949Z | Downloaded socket2 v0.5.5 |
986 | 2024-02-16T05:19:01.949Z | Downloaded fragile v2.0.0 |
987 | 2024-02-16T05:19:01.949Z | Downloaded untrusted v0.9.0 |
988 | 2024-02-16T05:19:01.949Z | Downloaded dyn-clone v1.0.16 |
989 | 2024-02-16T05:19:01.949Z | Downloaded signal-hook v0.3.17 |
990 | 2024-02-16T05:19:01.949Z | Downloaded waitgroup v0.1.2 |
991 | 2024-02-16T05:19:01.949Z | Downloaded dtrace-parser v0.1.14 |
992 | 2024-02-16T05:19:01.949Z | Downloaded usdt v0.5.0 |
993 | 2024-02-16T05:19:01.949Z | Downloaded either v1.9.0 |
994 | 2024-02-16T05:19:01.949Z | Downloaded derive_builder v0.12.0 |
995 | 2024-02-16T05:19:01.949Z | Downloaded headers v0.3.9 |
996 | 2024-02-16T05:19:01.949Z | Downloaded predicates v3.1.0 |
997 | 2024-02-16T05:19:01.950Z | Downloaded similar v2.3.0 |
998 | 2024-02-16T05:19:01.950Z | Downloaded doc-comment v0.3.3 |
999 | 2024-02-16T05:19:01.950Z | Downloaded packed_struct_codegen v0.10.1 |
1000 | 2024-02-16T05:19:01.950Z | Downloaded darling_macro v0.14.4 |
1001 | 2024-02-16T05:19:01.950Z | Downloaded schemars_derive v0.8.16 |
1002 | 2024-02-16T05:19:01.950Z | Downloaded secrecy v0.8.0 |
1003 | 2024-02-16T05:19:01.950Z | Downloaded slog-scope v4.4.0 |
1004 | 2024-02-16T05:19:01.950Z | Downloaded futures-sink v0.3.30 |
1005 | 2024-02-16T05:19:01.950Z | Downloaded rand_core v0.6.4 |
1006 | 2024-02-16T05:19:01.950Z | Downloaded slog-bunyan v2.5.0 |
1007 | 2024-02-16T05:19:01.950Z | Downloaded derive_builder_core v0.12.0 |
1008 | 2024-02-16T05:19:01.950Z | Downloaded time-macros v0.2.13 |
1009 | 2024-02-16T05:19:01.950Z | Downloaded vsss-rs v3.3.4 |
1010 | 2024-02-16T05:19:01.950Z | Downloaded futures-core v0.3.30 |
1011 | 2024-02-16T05:19:01.950Z | Downloaded r2d2 v0.8.10 |
1012 | 2024-02-16T05:19:01.950Z | Downloaded filetime v0.2.23 |
1013 | 2024-02-16T05:19:01.951Z | Downloaded fd-lock v4.0.2 |
1014 | 2024-02-16T05:19:01.951Z | Downloaded http v1.0.0 |
1015 | 2024-02-16T05:19:01.951Z | Downloaded want v0.3.1 |
1016 | 2024-02-16T05:19:01.951Z | Downloaded smawk v0.3.1 |
1017 | 2024-02-16T05:19:01.951Z | Downloaded thiserror v1.0.57 |
1018 | 2024-02-16T05:19:01.951Z | Downloaded headers-core v0.2.0 |
1019 | 2024-02-16T05:19:01.951Z | Downloaded derive_more v0.99.17 |
1020 | 2024-02-16T05:19:01.951Z | Downloaded parking_lot_core v0.9.8 |
1021 | 2024-02-16T05:19:01.951Z | Downloaded getopts v0.2.21 |
1022 | 2024-02-16T05:19:01.951Z | Downloaded unicode-bidi v0.3.13 |
1023 | 2024-02-16T05:19:01.951Z | Downloaded slog-dtrace v0.3.0 |
1024 | 2024-02-16T05:19:01.951Z | Downloaded darling_core v0.14.4 |
1025 | 2024-02-16T05:19:01.951Z | Downloaded stable_deref_trait v1.2.0 |
1026 | 2024-02-16T05:19:01.951Z | Downloaded scroll_derive v0.12.0 |
1027 | 2024-02-16T05:19:01.951Z | Downloaded equivalent v1.0.1 |
1028 | 2024-02-16T05:19:01.951Z | Downloaded opaque-debug v0.3.0 |
1029 | 2024-02-16T05:19:01.951Z | Downloaded usdt-macro v0.3.5 |
1030 | 2024-02-16T05:19:01.951Z | Downloaded deranged v0.3.8 |
1031 | 2024-02-16T05:19:01.951Z | Downloaded hash32 v0.3.1 |
1032 | 2024-02-16T05:19:01.951Z | Downloaded serde_plain v1.0.2 |
1033 | 2024-02-16T05:19:01.951Z | Downloaded globset v0.4.13 |
1034 | 2024-02-16T05:19:01.951Z | Downloaded mime v0.3.17 |
1035 | 2024-02-16T05:19:01.952Z | Downloaded gethostname v0.4.3 |
1036 | 2024-02-16T05:19:01.952Z | Downloaded pest_derive v2.7.6 |
1037 | 2024-02-16T05:19:01.952Z | Downloaded unarray v0.1.4 |
1038 | 2024-02-16T05:19:01.952Z | Downloaded pem v3.0.2 |
1039 | 2024-02-16T05:19:01.952Z | Downloaded thiserror-impl-no-std v2.0.2 |
1040 | 2024-02-16T05:19:01.952Z | Downloaded utf-8 v0.7.6 |
1041 | 2024-02-16T05:19:01.952Z | Downloaded serde_repr v0.1.16 |
1042 | 2024-02-16T05:19:01.952Z | Downloaded unicode-linebreak v0.1.5 |
1043 | 2024-02-16T05:19:01.952Z | Downloaded structopt v0.3.26 |
1044 | 2024-02-16T05:19:01.952Z | Downloaded num_threads v0.1.6 |
1045 | 2024-02-16T05:19:01.952Z | Downloaded slog v2.7.0 |
1046 | 2024-02-16T05:19:01.952Z | Downloaded zip v0.6.6 |
1047 | 2024-02-16T05:19:01.952Z | Downloaded derive_builder_macro v0.12.0 |
1048 | 2024-02-16T05:19:01.952Z | Downloaded walkdir v2.4.0 |
1049 | 2024-02-16T05:19:01.952Z | Downloaded phf_shared v0.10.0 |
1050 | 2024-02-16T05:19:01.952Z | Downloaded parse-display v0.9.0 |
1051 | 2024-02-16T05:19:01.952Z | Downloaded itertools v0.12.1 |
1052 | 2024-02-16T05:19:01.953Z | Downloaded parse-size v1.0.0 |
1053 | 2024-02-16T05:19:01.953Z | Downloaded structopt-derive v0.4.18 |
1054 | 2024-02-16T05:19:01.953Z | Downloaded poly1305 v0.8.0 |
1055 | 2024-02-16T05:19:01.953Z | Downloaded hashbrown v0.12.3 |
1056 | 2024-02-16T05:19:01.953Z | Downloaded trust-dns-server v0.23.2 |
1057 | 2024-02-16T05:19:01.971Z | Downloaded utf8parse v0.2.1 |
1058 | 2024-02-16T05:19:01.971Z | Downloaded parking_lot v0.11.2 |
1059 | 2024-02-16T05:19:01.972Z | Downloaded swrite v0.1.0 |
1060 | 2024-02-16T05:19:01.972Z | Downloaded scheduled-thread-pool v0.2.7 |
1061 | 2024-02-16T05:19:01.972Z | Downloaded form_urlencoded v1.2.1 |
1062 | 2024-02-16T05:19:01.972Z | Downloaded uuid v1.7.0 |
1063 | 2024-02-16T05:19:01.972Z | Downloaded serde_urlencoded v0.7.1 |
1064 | 2024-02-16T05:19:01.973Z | Downloaded zerocopy v0.3.0 |
1065 | 2024-02-16T05:19:01.973Z | Downloaded hashbrown v0.14.3 |
1066 | 2024-02-16T05:19:01.973Z | Downloaded tokio-tungstenite v0.20.1 |
1067 | 2024-02-16T05:19:01.973Z | Downloaded heck v0.4.1 |
1068 | 2024-02-16T05:19:01.973Z | Downloaded strum_macros v0.25.2 |
1069 | 2024-02-16T05:19:01.973Z | Downloaded fnv v1.0.7 |
1070 | 2024-02-16T05:19:01.973Z | Downloaded blake3 v1.5.0 |
1071 | 2024-02-16T05:19:01.973Z | Downloaded which v4.4.0 |
1072 | 2024-02-16T05:19:01.974Z | Downloaded pin-project-lite v0.2.13 |
1073 | 2024-02-16T05:19:01.974Z | Downloaded defmt v0.3.5 |
1074 | 2024-02-16T05:19:01.992Z | Downloaded pest_generator v2.7.6 |
1075 | 2024-02-16T05:19:01.992Z | Downloaded foreign-types-macros v0.2.3 |
1076 | 2024-02-16T05:19:01.992Z | Downloaded fallible-iterator v0.2.0 |
1077 | 2024-02-16T05:19:01.992Z | Downloaded ref-cast-impl v1.0.20 |
1078 | 2024-02-16T05:19:01.992Z | Downloaded rand_chacha v0.3.1 |
1079 | 2024-02-16T05:19:01.992Z | Downloaded zerocopy-derive v0.7.32 |
1080 | 2024-02-16T05:19:01.993Z | Downloaded tokio-rustls v0.25.0 |
1081 | 2024-02-16T05:19:01.993Z | Downloaded tokio-util v0.7.10 |
1082 | 2024-02-16T05:19:02.016Z | Downloaded pkg-config v0.3.27 |
1083 | 2024-02-16T05:19:02.017Z | Downloaded serde_tokenstream v0.1.7 |
1084 | 2024-02-16T05:19:02.017Z | Downloaded futures-executor v0.3.30 |
1085 | 2024-02-16T05:19:02.017Z | Downloaded serde_derive v1.0.196 |
1086 | 2024-02-16T05:19:02.017Z | Downloaded slog-stdlog v4.1.1 |
1087 | 2024-02-16T05:19:02.018Z | Downloaded resolv-conf v0.7.0 |
1088 | 2024-02-16T05:19:02.018Z | Downloaded tokio-rustls v0.24.1 |
1089 | 2024-02-16T05:19:02.018Z | Downloaded spin v0.9.8 |
1090 | 2024-02-16T05:19:02.018Z | Downloaded thread-id v4.2.0 |
1091 | 2024-02-16T05:19:02.018Z | Downloaded pkcs8 v0.10.2 |
1092 | 2024-02-16T05:19:02.459Z | Downloaded embedded-io v0.4.0 |
1093 | 2024-02-16T05:19:02.459Z | Downloaded tracing-attributes v0.1.26 |
1094 | 2024-02-16T05:19:02.459Z | Downloaded regex-automata v0.1.10 |
1095 | 2024-02-16T05:19:02.459Z | Downloaded flate2 v1.0.28 |
1096 | 2024-02-16T05:19:02.460Z | Downloaded trust-dns-client v0.23.2 |
1097 | 2024-02-16T05:19:02.460Z | Downloaded semver v0.11.0 |
1098 | 2024-02-16T05:19:02.460Z | Downloaded dof v0.3.0 |
1099 | 2024-02-16T05:19:02.460Z | Downloaded rsa v0.9.2 |
1100 | 2024-02-16T05:19:02.460Z | Downloaded fixedbitset v0.4.2 |
1101 | 2024-02-16T05:19:02.475Z | Downloaded socket2 v0.4.9 |
1102 | 2024-02-16T05:19:02.475Z | Downloaded ron v0.8.1 |
1103 | 2024-02-16T05:19:02.475Z | Downloaded diesel_derives v2.1.2 |
1104 | 2024-02-16T05:19:02.475Z | Downloaded env_logger v0.10.0 |
1105 | 2024-02-16T05:19:02.475Z | Downloaded yasna v0.5.2 |
1106 | 2024-02-16T05:19:02.476Z | Downloaded proc-macro-error v1.0.4 |
1107 | 2024-02-16T05:19:02.476Z | Downloaded steno v0.4.0 |
1108 | 2024-02-16T05:19:02.476Z | Downloaded oso v0.27.0 |
1109 | 2024-02-16T05:19:02.476Z | Downloaded serde_json v1.0.113 |
1110 | 2024-02-16T05:19:02.476Z | Downloaded toml_edit v0.22.4 |
1111 | 2024-02-16T05:19:02.476Z | Downloaded flume v0.11.0 |
1112 | 2024-02-16T05:19:02.476Z | Downloaded parking_lot v0.12.1 |
1113 | 2024-02-16T05:19:02.477Z | Downloaded ucd-trie v0.1.6 |
1114 | 2024-02-16T05:19:02.477Z | Downloaded omicron-zone-package v0.11.0 |
1115 | 2024-02-16T05:19:02.477Z | Downloaded hkdf v0.12.4 |
1116 | 2024-02-16T05:19:02.477Z | Downloaded unicode_categories v0.1.1 |
1117 | 2024-02-16T05:19:02.477Z | Downloaded tough v0.16.0 |
1118 | 2024-02-16T05:19:02.477Z | Downloaded rayon-core v1.12.0 |
1119 | 2024-02-16T05:19:02.477Z | Downloaded rand v0.8.5 |
1120 | 2024-02-16T05:19:02.477Z | Downloaded aho-corasick v1.0.4 |
1121 | 2024-02-16T05:19:02.477Z | Downloaded pest_meta v2.7.6 |
1122 | 2024-02-16T05:19:02.477Z | Downloaded unicode-segmentation v1.10.1 |
1123 | 2024-02-16T05:19:02.477Z | Downloaded reedline v0.28.0 |
1124 | 2024-02-16T05:19:02.477Z | Downloaded schemars v0.8.16 |
1125 | 2024-02-16T05:19:02.477Z | Downloaded tracing v0.1.37 |
1126 | 2024-02-16T05:19:02.477Z | Downloaded hashbrown v0.13.2 |
1127 | 2024-02-16T05:19:02.477Z | Downloaded hyper v0.14.27 |
1128 | 2024-02-16T05:19:02.477Z | Downloaded trust-dns-resolver v0.23.2 |
1129 | 2024-02-16T05:19:02.477Z | Downloaded x509-cert v0.2.4 |
1130 | 2024-02-16T05:19:02.477Z | Downloaded proptest v1.4.0 |
1131 | 2024-02-16T05:19:02.477Z | Downloaded papergrid v0.11.0 |
1132 | 2024-02-16T05:19:02.478Z | Downloaded tracing-core v0.1.31 |
1133 | 2024-02-16T05:19:02.478Z | Downloaded lalrpop v0.19.12 |
1134 | 2024-02-16T05:19:02.478Z | Downloaded typed-path v0.7.0 |
1135 | 2024-02-16T05:19:02.478Z | Downloaded bindgen v0.69.2 |
1136 | 2024-02-16T05:19:02.478Z | Downloaded quick-xml v0.30.0 |
1137 | 2024-02-16T05:19:02.478Z | Downloaded zerocopy v0.7.32 |
1138 | 2024-02-16T05:19:02.478Z | Downloaded h2 v0.3.24 |
1139 | 2024-02-16T05:19:02.478Z | Downloaded time v0.3.27 |
1140 | 2024-02-16T05:19:02.478Z | Downloaded petgraph v0.6.4 |
1141 | 2024-02-16T05:19:02.478Z | Downloaded sqlparser v0.43.1 |
1142 | 2024-02-16T05:19:02.478Z | Downloaded nix v0.27.1 |
1143 | 2024-02-16T05:19:02.478Z | Downloaded vcpkg v0.2.15 |
1144 | 2024-02-16T05:19:02.478Z | Downloaded rustls-webpki v0.102.1 |
1145 | 2024-02-16T05:19:02.478Z | Downloaded syn v2.0.48 |
1146 | 2024-02-16T05:19:02.478Z | Downloaded reqwest v0.11.22 |
1147 | 2024-02-16T05:19:02.478Z | Downloaded goblin v0.8.0 |
1148 | 2024-02-16T05:19:02.478Z | Downloaded regex v1.10.3 |
1149 | 2024-02-16T05:19:02.478Z | Downloaded object v0.32.1 |
1150 | 2024-02-16T05:19:02.478Z | Downloaded idna v0.5.0 |
1151 | 2024-02-16T05:19:02.478Z | Downloaded diesel v2.1.4 |
1152 | 2024-02-16T05:19:02.478Z | Downloaded rustix v0.37.23 |
1153 | 2024-02-16T05:19:02.478Z | Downloaded webpki-roots v0.25.2 |
1154 | 2024-02-16T05:19:02.503Z | Downloaded rustls v0.22.2 |
1155 | 2024-02-16T05:19:02.503Z | Downloaded openssl v0.10.60 |
1156 | 2024-02-16T05:19:02.513Z | Downloaded curve25519-dalek v4.1.1 |
1157 | 2024-02-16T05:19:02.514Z | Downloaded rustls v0.21.9 |
1158 | 2024-02-16T05:19:02.520Z | Downloaded openapiv3 v2.0.0 |
1159 | 2024-02-16T05:19:02.545Z | Downloaded smoltcp v0.11.0 |
1160 | 2024-02-16T05:19:02.555Z | Downloaded regex-syntax v0.6.29 |
1161 | 2024-02-16T05:19:02.592Z | Downloaded trust-dns-proto v0.23.2 |
1162 | 2024-02-16T05:19:02.592Z | Downloaded zerocopy-derive v0.2.0 |
1163 | 2024-02-16T05:19:02.592Z | Downloaded sled v0.34.7 |
1164 | 2024-02-16T05:19:02.604Z | Downloaded zerocopy-derive v0.6.4 |
1165 | 2024-02-16T05:19:02.618Z | Downloaded ratatui v0.26.1 |
1166 | 2024-02-16T05:19:02.638Z | Downloaded tokio v1.36.0 |
1167 | 2024-02-16T05:19:02.675Z | Downloaded sha3 v0.10.8 |
1168 | 2024-02-16T05:19:02.699Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1169 | 2024-02-16T05:19:02.699Z | Downloaded gimli v0.28.0 |
1170 | 2024-02-16T05:19:02.721Z | Downloaded polar-core v0.27.0 |
1171 | 2024-02-16T05:19:02.722Z | Downloaded regex-automata v0.3.8 |
1172 | 2024-02-16T05:19:02.742Z | Downloaded regex-automata v0.4.4 |
1173 | 2024-02-16T05:19:02.758Z | Downloaded libc v0.2.153 |
1174 | 2024-02-16T05:19:02.775Z | Downloaded rustix v0.38.31 |
1175 | 2024-02-16T05:19:02.829Z | Downloaded csv v1.3.0 |
1176 | 2024-02-16T05:19:02.848Z | Downloaded regex-syntax v0.8.2 |
1177 | 2024-02-16T05:19:02.848Z | Downloaded bstr v1.6.0 |
1178 | 2024-02-16T05:19:02.848Z | Downloaded syn v1.0.109 |
1179 | 2024-02-16T05:19:02.861Z | Downloaded regress v0.8.0 |
1180 | 2024-02-16T05:19:02.861Z | Downloaded rayon v1.8.0 |
1181 | 2024-02-16T05:19:02.875Z | Downloaded idna v0.4.0 |
1182 | 2024-02-16T05:19:02.875Z | Downloaded radix_trie v0.2.1 |
1183 | 2024-02-16T05:19:02.888Z | Downloaded bstr v0.2.17 |
1184 | 2024-02-16T05:19:02.888Z | Downloaded object v0.30.4 |
1185 | 2024-02-16T05:19:02.902Z | Downloaded tabled v0.15.0 |
1186 | 2024-02-16T05:19:02.918Z | Downloaded encoding_rs v0.8.33 |
1187 | 2024-02-16T05:19:02.934Z | Downloaded bitvec v1.0.1 |
1188 | 2024-02-16T05:19:02.953Z | Downloaded futures-util v0.3.30 |
1189 | 2024-02-16T05:19:02.972Z | Downloaded pest v2.7.6 |
1190 | 2024-02-16T05:19:02.986Z | Downloaded portable-atomic v1.4.3 |
1191 | 2024-02-16T05:19:02.986Z | Downloaded chrono v0.4.31 |
1192 | 2024-02-16T05:19:02.986Z | Downloaded smoltcp v0.9.1 |
1193 | 2024-02-16T05:19:03.004Z | Downloaded rustyline v13.0.0 |
1194 | 2024-02-16T05:19:03.005Z | Downloaded heapless v0.8.0 |
1195 | 2024-02-16T05:19:03.419Z | Downloaded openssl-sys v0.9.96 |
1196 | 2024-02-16T05:19:03.419Z | Downloaded toml_datetime v0.6.5 |
1197 | 2024-02-16T05:19:03.420Z | Downloaded parking_lot_core v0.8.6 |
1198 | 2024-02-16T05:19:03.420Z | Downloaded postgres-types v0.2.6 |
1199 | 2024-02-16T05:19:03.420Z | Downloaded url v2.5.0 |
1200 | 2024-02-16T05:19:03.420Z | Downloaded unicode-normalization v0.1.22 |
1201 | 2024-02-16T05:19:03.420Z | Downloaded winnow v0.5.15 |
1202 | 2024-02-16T05:19:03.420Z | Downloaded platforms v3.0.2 |
1203 | 2024-02-16T05:19:03.420Z | Downloaded tabled_derive v0.7.0 |
1204 | 2024-02-16T05:19:03.420Z | Downloaded supports-color v2.1.0 |
1205 | 2024-02-16T05:19:03.420Z | Downloaded elliptic-curve v0.13.8 |
1206 | 2024-02-16T05:19:03.421Z | Downloaded serde_with v3.6.1 |
1207 | 2024-02-16T05:19:03.421Z | Downloaded serde_spanned v0.6.5 |
1208 | 2024-02-16T05:19:03.421Z | Downloaded crossterm v0.27.0 |
1209 | 2024-02-16T05:19:03.421Z | Downloaded password-hash v0.5.0 |
1210 | 2024-02-16T05:19:03.421Z | Downloaded thiserror-impl v1.0.57 |
1211 | 2024-02-16T05:19:03.421Z | Downloaded phf v0.11.2 |
1212 | 2024-02-16T05:19:03.421Z | Downloaded futures v0.3.30 |
1213 | 2024-02-16T05:19:03.421Z | Downloaded unicode-ident v1.0.12 |
1214 | 2024-02-16T05:19:03.421Z | Downloaded snafu v0.7.5 |
1215 | 2024-02-16T05:19:03.421Z | Downloaded tar v0.4.40 |
1216 | 2024-02-16T05:19:03.421Z | Downloaded rand_xorshift v0.3.0 |
1217 | 2024-02-16T05:19:03.421Z | Downloaded textwrap v0.16.0 |
1218 | 2024-02-16T05:19:03.422Z | Downloaded diff v0.1.13 |
1219 | 2024-02-16T05:19:03.422Z | Downloaded der v0.7.8 |
1220 | 2024-02-16T05:19:03.422Z | Downloaded sha2 v0.10.8 |
1221 | 2024-02-16T05:19:03.422Z | Downloaded rpassword v7.3.1 |
1222 | 2024-02-16T05:19:03.422Z | Downloaded digest v0.10.7 |
1223 | 2024-02-16T05:19:03.422Z | Downloaded nom v7.1.3 |
1224 | 2024-02-16T05:19:03.422Z | Downloaded pin-project v1.1.3 |
1225 | 2024-02-16T05:19:03.422Z | Downloaded darling v0.14.4 |
1226 | 2024-02-16T05:19:03.422Z | Downloaded fatfs v0.3.6 |
1227 | 2024-02-16T05:19:03.422Z | Downloaded dof v0.1.5 |
1228 | 2024-02-16T05:19:03.422Z | Downloaded xattr v1.0.1 |
1229 | 2024-02-16T05:19:03.422Z | Downloaded quote v1.0.35 |
1230 | 2024-02-16T05:19:03.423Z | Downloaded heapless v0.7.16 |
1231 | 2024-02-16T05:19:03.423Z | Downloaded toml_edit v0.21.1 |
1232 | 2024-02-16T05:19:03.423Z | Downloaded serde_yaml v0.9.25 |
1233 | 2024-02-16T05:19:03.423Z | Downloaded plain v0.2.3 |
1234 | 2024-02-16T05:19:03.423Z | Downloaded strsim v0.8.0 |
1235 | 2024-02-16T05:19:03.423Z | Downloaded string_cache v0.8.7 |
1236 | 2024-02-16T05:19:03.423Z | Downloaded der_derive v0.7.2 |
1237 | 2024-02-16T05:19:03.424Z | Downloaded getrandom v0.2.10 |
1238 | 2024-02-16T05:19:03.424Z | Downloaded shell-words v1.1.0 |
1239 | 2024-02-16T05:19:03.424Z | Downloaded semver v1.0.21 |
1240 | 2024-02-16T05:19:03.424Z | Downloaded proc-macro2 v1.0.78 |
1241 | 2024-02-16T05:19:03.424Z | Downloaded num-bigint v0.4.4 |
1242 | 2024-02-16T05:19:03.424Z | Downloaded toml_edit v0.19.15 |
1243 | 2024-02-16T05:19:03.424Z | Downloaded enum-as-inner v0.6.0 |
1244 | 2024-02-16T05:19:03.424Z | Downloaded toml v0.5.11 |
1245 | 2024-02-16T05:19:03.424Z | Downloaded usdt-impl v0.3.5 |
1246 | 2024-02-16T05:19:03.424Z | Downloaded parse-display-derive v0.9.0 |
1247 | 2024-02-16T05:19:03.424Z | Downloaded dirs-sys-next v0.1.2 |
1248 | 2024-02-16T05:19:03.424Z | Downloaded radium v0.7.0 |
1249 | 2024-02-16T05:19:03.424Z | Downloaded rustls-pemfile v1.0.3 |
1250 | 2024-02-16T05:19:03.425Z | Downloaded http v0.2.11 |
1251 | 2024-02-16T05:19:03.425Z | Downloaded serde-hex v0.1.0 |
1252 | 2024-02-16T05:19:03.425Z | Downloaded tokio-native-tls v0.3.1 |
1253 | 2024-02-16T05:19:03.425Z | Downloaded rustversion v1.0.14 |
1254 | 2024-02-16T05:19:03.425Z | Downloaded half v2.3.1 |
1255 | 2024-02-16T05:19:03.425Z | Downloaded typenum v1.16.0 |
1256 | 2024-02-16T05:19:03.425Z | Downloaded indexmap v2.2.3 |
1257 | 2024-02-16T05:19:03.425Z | Downloaded rcgen v0.12.1 |
1258 | 2024-02-16T05:19:03.425Z | Downloaded mio v0.8.9 |
1259 | 2024-02-16T05:19:03.425Z | Downloaded unsafe-libyaml v0.2.10 |
1260 | 2024-02-16T05:19:03.425Z | Downloaded smallvec v1.13.1 |
1261 | 2024-02-16T05:19:03.425Z | Downloaded futures-io v0.3.30 |
1262 | 2024-02-16T05:19:03.425Z | Downloaded float-cmp v0.9.0 |
1263 | 2024-02-16T05:19:03.425Z | Downloaded toml v0.7.8 |
1264 | 2024-02-16T05:19:03.426Z | Downloaded backtrace v0.3.69 |
1265 | 2024-02-16T05:19:03.426Z | Downloaded scroll v0.12.0 |
1266 | 2024-02-16T05:19:03.426Z | Downloaded fs-err v2.11.0 |
1267 | 2024-02-16T05:19:03.426Z | Downloaded subtle v2.5.0 |
1268 | 2024-02-16T05:19:03.426Z | Downloaded rustfmt-wrapper v0.2.0 |
1269 | 2024-02-16T05:19:03.426Z | Downloaded rustc_version v0.4.0 |
1270 | 2024-02-16T05:19:03.427Z | Downloaded futures-macro v0.3.30 |
1271 | 2024-02-16T05:19:03.427Z | Downloaded unicase v2.7.0 |
1272 | 2024-02-16T05:19:03.427Z | Downloaded predicates-core v1.0.6 |
1273 | 2024-02-16T05:19:03.428Z | Downloaded defmt-parser v0.3.3 |
1274 | 2024-02-16T05:19:03.428Z | Downloaded predicates-tree v1.0.9 |
1275 | 2024-02-16T05:19:03.428Z | Downloaded chacha20poly1305 v0.10.1 |
1276 | 2024-02-16T05:19:03.428Z | Downloaded indexmap v1.9.3 |
1277 | 2024-02-16T05:19:03.428Z | Downloaded tinyvec v1.6.0 |
1278 | 2024-02-16T05:19:03.428Z | Downloaded test-strategy v0.3.1 |
1279 | 2024-02-16T05:19:03.428Z | Downloaded num_enum_derive v0.5.11 |
1280 | 2024-02-16T05:19:03.428Z | Downloaded data-encoding v2.4.0 |
1281 | 2024-02-16T05:19:03.428Z | Downloaded tui-tree-widget v0.17.0 |
1282 | 2024-02-16T05:19:03.429Z | Downloaded errno v0.3.8 |
1283 | 2024-02-16T05:19:03.429Z | Downloaded blake2 v0.10.6 |
1284 | 2024-02-16T05:19:03.429Z | Downloaded crossbeam-epoch v0.9.15 |
1285 | 2024-02-16T05:19:03.429Z | Downloaded cookie v0.18.0 |
1286 | 2024-02-16T05:19:03.429Z | Downloaded rustls-webpki v0.101.7 |
1287 | 2024-02-16T05:19:03.429Z | Downloaded hmac v0.12.1 |
1288 | 2024-02-16T05:19:03.430Z | Downloaded signature v2.1.0 |
1289 | 2024-02-16T05:19:03.430Z | Downloaded rustls-pki-types v1.1.0 |
1290 | 2024-02-16T05:19:03.430Z | Downloaded path-slash v0.1.5 |
1291 | 2024-02-16T05:19:03.430Z | Downloaded structmeta v0.2.0 |
1292 | 2024-02-16T05:19:03.430Z | Downloaded allocator-api2 v0.2.16 |
1293 | 2024-02-16T05:19:03.430Z | Downloaded ring v0.17.7 |
1294 | 2024-02-16T05:19:03.430Z | Downloaded terminal_size v0.2.6 |
1295 | 2024-02-16T05:19:03.442Z | Downloaded tap v1.0.1 |
1296 | 2024-02-16T05:19:03.442Z | Downloaded bytecount v0.6.3 |
1297 | 2024-02-16T05:19:03.442Z | Downloaded tokio-stream v0.1.14 |
1298 | 2024-02-16T05:19:03.442Z | Downloaded serde_derive_internals v0.26.0 |
1299 | 2024-02-16T05:19:03.442Z | Downloaded sec1 v0.7.3 |
1300 | 2024-02-16T05:19:03.443Z | Downloaded memmap2 v0.7.1 |
1301 | 2024-02-16T05:19:03.443Z | Downloaded camino v1.1.6 |
1302 | 2024-02-16T05:19:03.443Z | Downloaded ciborium v0.2.2 |
1303 | 2024-02-16T05:19:03.443Z | Downloaded num-complex v0.4.4 |
1304 | 2024-02-16T05:19:03.443Z | Downloaded num-rational v0.4.1 |
1305 | 2024-02-16T05:19:03.443Z | Downloaded hyper-staticfile v0.9.5 |
1306 | 2024-02-16T05:19:03.443Z | Downloaded clap_derive v4.4.2 |
1307 | 2024-02-16T05:19:03.443Z | Downloaded arrayvec v0.7.4 |
1308 | 2024-02-16T05:19:03.443Z | Downloaded dirs-next v2.0.0 |
1309 | 2024-02-16T05:19:03.443Z | Downloaded wyz v0.5.1 |
1310 | 2024-02-16T05:19:03.443Z | Downloaded tiny-keccak v2.0.2 |
1311 | 2024-02-16T05:19:03.443Z | Downloaded structmeta-derive v0.3.0 |
1312 | 2024-02-16T05:19:03.443Z | Downloaded strsim v0.10.0 |
1313 | 2024-02-16T05:19:03.443Z | Downloaded spin v0.5.2 |
1314 | 2024-02-16T05:19:03.443Z | Downloaded slab v0.4.9 |
1315 | 2024-02-16T05:19:03.443Z | Downloaded signature v1.6.4 |
1316 | 2024-02-16T05:19:03.443Z | Downloaded subprocess v0.2.9 |
1317 | 2024-02-16T05:19:03.443Z | Downloaded anstyle-parse v0.2.1 |
1318 | 2024-02-16T05:19:03.443Z | Downloaded httparse v1.8.0 |
1319 | 2024-02-16T05:19:03.443Z | Downloaded backoff v0.4.0 |
1320 | 2024-02-16T05:19:03.443Z | Downloaded addr2line v0.21.0 |
1321 | 2024-02-16T05:19:03.443Z | Downloaded display-error-chain v0.2.0 |
1322 | 2024-02-16T05:19:03.444Z | Downloaded wait-timeout v0.2.0 |
1323 | 2024-02-16T05:19:03.444Z | Downloaded stringprep v0.1.3 |
1324 | 2024-02-16T05:19:03.444Z | Downloaded atomic-waker v1.1.1 |
1325 | 2024-02-16T05:19:03.444Z | Downloaded ring v0.16.20 |
1326 | 2024-02-16T05:19:03.503Z | Downloaded nodrop v0.1.14 |
1327 | 2024-02-16T05:19:03.508Z | Downloaded constant_time_eq v0.3.0 |
1328 | 2024-02-16T05:19:03.509Z | Downloaded nanorand v0.7.0 |
1329 | 2024-02-16T05:19:03.509Z | Downloaded itoa v1.0.9 |
1330 | 2024-02-16T05:19:03.509Z | Downloaded memoffset v0.9.0 |
1331 | 2024-02-16T05:19:03.509Z | Downloaded maybe-uninit v2.0.0 |
1332 | 2024-02-16T05:19:03.509Z | Downloaded memmap v0.7.0 |
1333 | 2024-02-16T05:19:03.509Z | Downloaded iana-time-zone v0.1.57 |
1334 | 2024-02-16T05:19:03.509Z | Downloaded highway v1.1.0 |
1335 | 2024-02-16T05:19:03.509Z | Downloaded httpdate v1.0.3 |
1336 | 2024-02-16T05:19:03.509Z | Downloaded foreign-types v0.5.0 |
1337 | 2024-02-16T05:19:03.509Z | Downloaded crossbeam-deque v0.8.3 |
1338 | 2024-02-16T05:19:03.509Z | Downloaded impl-trait-for-tuples v0.2.2 |
1339 | 2024-02-16T05:19:03.513Z | Downloaded base16ct v0.2.0 |
1340 | 2024-02-16T05:19:03.513Z | Downloaded macaddr v1.0.1 |
1341 | 2024-02-16T05:19:03.513Z | Downloaded buf-list v1.0.3 |
1342 | 2024-02-16T05:19:03.518Z | Downloaded md-5 v0.10.5 |
1343 | 2024-02-16T05:19:03.518Z | Downloaded hex v0.4.3 |
1344 | 2024-02-16T05:19:03.519Z | Downloaded num-bigint-dig v0.8.4 |
1345 | 2024-02-16T05:19:03.524Z | Downloaded crc-any v2.4.3 |
1346 | 2024-02-16T05:19:03.524Z | Downloaded crc32fast v1.3.2 |
1347 | 2024-02-16T05:19:03.529Z | Downloaded hyper-tls v0.5.0 |
1348 | 2024-02-16T05:19:03.529Z | Downloaded hostname v0.3.1 |
1349 | 2024-02-16T05:19:03.529Z | Downloaded block-padding v0.3.3 |
1350 | 2024-02-16T05:19:03.530Z | Downloaded block-buffer v0.10.4 |
1351 | 2024-02-16T05:19:03.530Z | Downloaded bitfield v0.14.0 |
1352 | 2024-02-16T05:19:03.534Z | Downloaded http-body v0.4.5 |
1353 | 2024-02-16T05:19:03.534Z | Downloaded autocfg v1.1.0 |
1354 | 2024-02-16T05:19:03.534Z | Downloaded async-recursion v1.0.5 |
1355 | 2024-02-16T05:19:03.534Z | Downloaded anstyle v1.0.2 |
1356 | 2024-02-16T05:19:03.539Z | Downloaded async-stream v0.3.5 |
1357 | 2024-02-16T05:19:03.539Z | Downloaded vte_generate_state_changes v0.1.1 |
1358 | 2024-02-16T05:19:03.539Z | Downloaded tinyvec_macros v0.1.1 |
1359 | 2024-02-16T05:19:03.539Z | Downloaded siphasher v0.3.11 |
1360 | 2024-02-16T05:19:03.546Z | Downloaded libxml v0.3.3 |
1361 | 2024-02-16T05:19:03.553Z | Downloaded argon2 v0.5.3 |
1362 | 2024-02-16T05:19:03.553Z | Downloaded libm v0.2.7 |
1363 | 2024-02-16T05:19:03.570Z | Downloaded stability v0.1.1 |
1364 | 2024-02-16T05:19:03.570Z | Downloaded corncobs v0.1.3 |
1365 | 2024-02-16T05:19:03.570Z | Downloaded cancel-safe-futures v0.1.5 |
1366 | 2024-02-16T05:19:03.570Z | Downloaded hubpack_derive v0.1.1 |
1367 | 2024-02-16T05:19:03.571Z | Downloaded arrayref v0.3.7 |
1368 | 2024-02-16T05:19:03.571Z | Downloaded anstream v0.5.0 |
1369 | 2024-02-16T05:19:03.571Z | Downloaded anyhow v1.0.75 |
1370 | 2024-02-16T05:19:03.571Z | Downloaded crunchy v0.2.2 |
1371 | 2024-02-16T05:19:03.571Z | Downloaded atty v0.2.14 |
1372 | 2024-02-16T05:19:03.571Z | Downloaded array-init v0.0.4 |
1373 | 2024-02-16T05:19:03.571Z | Downloaded ascii-canvas v3.0.0 |
1374 | 2024-02-16T05:19:03.571Z | Downloaded aead v0.5.2 |
1375 | 2024-02-16T05:19:03.571Z | Downloaded ryu v1.0.15 |
1376 | 2024-02-16T05:19:03.577Z | Downloaded linked-hash-map v0.5.6 |
1377 | 2024-02-16T05:19:03.577Z | Downloaded async-stream-impl v0.3.5 |
1378 | 2024-02-16T05:19:03.577Z | Downloaded mime_guess v2.0.4 |
1379 | 2024-02-16T05:19:03.577Z | Downloaded mockall_derive v0.12.0 |
1380 | 2024-02-16T05:19:03.581Z | Downloaded num-derive v0.4.0 |
1381 | 2024-02-16T05:19:03.581Z | Downloaded multimap v0.8.3 |
1382 | 2024-02-16T05:19:03.582Z | Downloaded memoffset v0.7.1 |
1383 | 2024-02-16T05:19:03.582Z | Downloaded managed v0.8.0 |
1384 | 2024-02-16T05:19:03.586Z | Downloaded lru-cache v0.1.2 |
1385 | 2024-02-16T05:19:03.586Z | Downloaded lalrpop-util v0.19.12 |
1386 | 2024-02-16T05:19:03.586Z | Downloaded const-oid v0.9.5 |
1387 | 2024-02-16T05:19:03.586Z | Downloaded clap_builder v4.4.2 |
1388 | 2024-02-16T05:19:03.592Z | Downloaded lazy_static v1.4.0 |
1389 | 2024-02-16T05:19:03.602Z | Downloaded ipnetwork v0.20.0 |
1390 | 2024-02-16T05:19:03.602Z | Downloaded cobs v0.2.3 |
1391 | 2024-02-16T05:19:03.602Z | Downloaded match_cfg v0.1.0 |
1392 | 2024-02-16T05:19:03.602Z | Downloaded compact_str v0.7.1 |
1393 | 2024-02-16T05:19:03.627Z | Downloaded clang-sys v1.6.1 |
1394 | 2024-02-16T05:19:03.627Z | Downloaded clap_lex v0.5.1 |
1395 | 2024-02-16T05:19:03.979Z | Compiling proc-macro2 v1.0.78 |
1396 | 2024-02-16T05:19:03.979Z | Compiling unicode-ident v1.0.12 |
1397 | 2024-02-16T05:19:03.990Z | Compiling libc v0.2.153 |
1398 | 2024-02-16T05:19:03.990Z | Compiling serde v1.0.196 |
1399 | 2024-02-16T05:19:03.990Z | Compiling autocfg v1.1.0 |
1400 | 2024-02-16T05:19:03.990Z | Compiling version_check v0.9.4 |
1401 | 2024-02-16T05:19:04.028Z | Compiling cfg-if v1.0.0 |
1402 | 2024-02-16T05:19:04.161Z | Compiling syn v1.0.109 |
1403 | 2024-02-16T05:19:04.196Z | Compiling once_cell v1.19.0 |
1404 | 2024-02-16T05:19:04.554Z | Compiling byteorder v1.5.0 |
1405 | 2024-02-16T05:19:04.618Z | Compiling ahash v0.8.7 |
1406 | 2024-02-16T05:19:04.715Z | Compiling lock_api v0.4.10 |
1407 | 2024-02-16T05:19:04.875Z | Compiling memchr v2.6.3 |
1408 | 2024-02-16T05:19:05.276Z | Compiling parking_lot_core v0.9.8 |
1409 | 2024-02-16T05:19:05.307Z | Compiling libm v0.2.7 |
1410 | 2024-02-16T05:19:05.448Z | Compiling serde_json v1.0.113 |
1411 | 2024-02-16T05:19:05.616Z | Compiling num-traits v0.2.16 |
1412 | 2024-02-16T05:19:05.641Z | Compiling thiserror v1.0.57 |
1413 | 2024-02-16T05:19:05.740Z | Compiling scopeguard v1.2.0 |
1414 | 2024-02-16T05:19:06.007Z | Compiling typenum v1.16.0 |
1415 | 2024-02-16T05:19:06.195Z | Compiling generic-array v0.14.7 |
1416 | 2024-02-16T05:19:06.215Z | Compiling itoa v1.0.9 |
1417 | 2024-02-16T05:19:06.420Z | Compiling quote v1.0.35 |
1418 | 2024-02-16T05:19:06.912Z | Compiling syn v2.0.48 |
1419 | 2024-02-16T05:19:07.341Z | Compiling cc v1.0.83 |
1420 | 2024-02-16T05:19:07.358Z | Compiling getrandom v0.2.10 |
1421 | 2024-02-16T05:19:07.358Z | Compiling log v0.4.20 |
1422 | 2024-02-16T05:19:07.581Z | Compiling pkg-config v0.3.27 |
1423 | 2024-02-16T05:19:08.104Z | Compiling slab v0.4.9 |
1424 | 2024-02-16T05:19:08.162Z | Compiling allocator-api2 v0.2.16 |
1425 | 2024-02-16T05:19:08.440Z | Compiling ryu v1.0.15 |
1426 | 2024-02-16T05:19:08.724Z | Compiling heck v0.4.1 |
1427 | 2024-02-16T05:19:08.825Z | Compiling smallvec v1.13.1 |
1428 | 2024-02-16T05:19:08.983Z | Compiling schemars v0.8.16 |
1429 | 2024-02-16T05:19:09.458Z | Compiling pin-project-lite v0.2.13 |
1430 | 2024-02-16T05:19:09.486Z | Compiling ring v0.17.7 |
1431 | 2024-02-16T05:19:09.698Z | Compiling parking_lot v0.12.1 |
1432 | 2024-02-16T05:19:09.742Z | Compiling vcpkg v0.2.15 |
1433 | 2024-02-16T05:19:10.203Z | Compiling equivalent v1.0.1 |
1434 | 2024-02-16T05:19:11.565Z | Compiling openssl-sys v0.9.96 |
1435 | 2024-02-16T05:19:11.583Z | Compiling signal-hook-registry v1.4.1 |
1436 | 2024-02-16T05:19:12.147Z | Compiling mio v0.8.9 |
1437 | 2024-02-16T05:19:12.165Z | Compiling rand_core v0.6.4 |
1438 | 2024-02-16T05:19:13.011Z | Compiling ring v0.16.20 |
1439 | 2024-02-16T05:19:13.692Z | Compiling socket2 v0.5.5 |
1440 | 2024-02-16T05:19:13.970Z | Compiling num_cpus v1.16.0 |
1441 | 2024-02-16T05:19:14.459Z | Compiling httparse v1.8.0 |
1442 | 2024-02-16T05:19:14.460Z | Compiling ucd-trie v0.1.6 |
1443 | 2024-02-16T05:19:14.460Z | Compiling futures-core v0.3.30 |
1444 | 2024-02-16T05:19:14.484Z | Compiling serde_derive_internals v0.26.0 |
1445 | 2024-02-16T05:19:14.623Z | Compiling crossbeam-utils v0.8.16 |
1446 | 2024-02-16T05:19:14.700Z | Compiling semver v1.0.21 |
1447 | 2024-02-16T05:19:15.081Z | Compiling fnv v1.0.7 |
1448 | 2024-02-16T05:19:15.111Z | Compiling openssl v0.10.60 |
1449 | 2024-02-16T05:19:15.276Z | Compiling iana-time-zone v0.1.57 |
1450 | 2024-02-16T05:19:15.603Z | Compiling spin v0.5.2 |
1451 | 2024-02-16T05:19:15.881Z | Compiling native-tls v0.2.11 |
1452 | 2024-02-16T05:19:15.928Z | Compiling subtle v2.5.0 |
1453 | 2024-02-16T05:19:16.256Z | Compiling const-oid v0.9.5 |
1454 | 2024-02-16T05:19:16.273Z | Compiling unicode-xid v0.2.4 |
1455 | 2024-02-16T05:19:16.287Z | Compiling rustls v0.21.9 |
1456 | 2024-02-16T05:19:16.303Z | Compiling spin v0.9.8 |
1457 | 2024-02-16T05:19:16.449Z | Compiling synstructure v0.12.6 |
1458 | 2024-02-16T05:19:16.760Z | Compiling memoffset v0.9.0 |
1459 | 2024-02-16T05:19:16.782Z | Compiling futures-sink v0.3.30 |
1460 | 2024-02-16T05:19:17.085Z | Compiling io-lifetimes v1.0.11 |
1461 | 2024-02-16T05:19:17.308Z | Compiling backtrace v0.3.69 |
1462 | 2024-02-16T05:19:17.722Z | Compiling tinyvec_macros v0.1.1 |
1463 | 2024-02-16T05:19:17.741Z | Compiling dyn-clone v1.0.16 |
1464 | 2024-02-16T05:19:17.764Z | Compiling rustversion v1.0.14 |
1465 | 2024-02-16T05:19:17.817Z | Compiling rustix v0.38.31 |
1466 | 2024-02-16T05:19:17.948Z | Compiling tinyvec v1.6.0 |
1467 | 2024-02-16T05:19:18.226Z | Compiling futures-channel v0.3.30 |
1468 | 2024-02-16T05:19:18.360Z | Compiling tracing-core v0.1.31 |
1469 | 2024-02-16T05:19:18.437Z | Compiling crossbeam-epoch v0.9.15 |
1470 | 2024-02-16T05:19:18.693Z | Compiling slog v2.7.0 |
1471 | 2024-02-16T05:19:18.913Z | Compiling futures-io v0.3.30 |
1472 | 2024-02-16T05:19:19.427Z | Compiling pin-utils v0.1.0 |
1473 | 2024-02-16T05:19:20.375Z | Compiling futures-task v0.3.30 |
1474 | 2024-02-16T05:19:20.375Z | Compiling rustix v0.37.23 |
1475 | 2024-02-16T05:19:20.375Z | Compiling winnow v0.5.15 |
1476 | 2024-02-16T05:19:20.375Z | Compiling unicode-normalization v0.1.22 |
1477 | 2024-02-16T05:19:20.375Z | Compiling serde_derive v1.0.196 |
1478 | 2024-02-16T05:19:20.375Z | Compiling zerocopy-derive v0.7.32 |
1479 | 2024-02-16T05:19:20.376Z | Compiling zeroize_derive v1.4.2 |
1480 | 2024-02-16T05:19:20.705Z | Compiling thiserror-impl v1.0.57 |
1481 | 2024-02-16T05:19:20.932Z | Compiling tokio-macros v2.2.0 |
1482 | 2024-02-16T05:19:21.497Z | Compiling futures-macro v0.3.30 |
1483 | 2024-02-16T05:19:21.804Z | Compiling tracing-attributes v0.1.26 |
1484 | 2024-02-16T05:19:22.167Z | Compiling zerocopy v0.7.32 |
1485 | 2024-02-16T05:19:22.461Z | Compiling schemars_derive v0.8.16 |
1486 | 2024-02-16T05:19:23.149Z | Compiling zeroize v1.7.0 |
1487 | 2024-02-16T05:19:23.917Z | Compiling pest v2.7.6 |
1488 | 2024-02-16T05:19:24.352Z | Compiling hashbrown v0.14.3 |
1489 | 2024-02-16T05:19:25.397Z | Compiling openssl-macros v0.1.1 |
1490 | 2024-02-16T05:19:25.517Z | Compiling zerocopy-derive v0.2.0 |
1491 | 2024-02-16T05:19:25.933Z | Compiling crypto-common v0.1.6 |
1492 | 2024-02-16T05:19:26.068Z | Compiling der_derive v0.7.2 |
1493 | 2024-02-16T05:19:26.186Z | Compiling block-buffer v0.10.4 |
1494 | 2024-02-16T05:19:26.454Z | Compiling pest_meta v2.7.6 |
1495 | 2024-02-16T05:19:26.634Z | Compiling tracing v0.1.37 |
1496 | 2024-02-16T05:19:26.682Z | Compiling futures-util v0.3.30 |
1497 | 2024-02-16T05:19:28.856Z | Compiling pest_generator v2.7.6 |
1498 | 2024-02-16T05:19:28.869Z | Compiling usdt-impl v0.3.5 |
1499 | 2024-02-16T05:19:30.316Z | Compiling crc32fast v1.3.2 |
1500 | 2024-02-16T05:19:30.436Z | Compiling anyhow v1.0.75 |
1501 | 2024-02-16T05:19:30.899Z | Compiling pest_derive v2.7.6 |
1502 | 2024-02-16T05:19:30.899Z | Compiling bitflags v1.3.2 |
1503 | 2024-02-16T05:19:31.019Z | Compiling time-core v0.1.1 |
1504 | 2024-02-16T05:19:31.805Z | Compiling unicode-bidi v0.3.13 |
1505 | 2024-02-16T05:19:31.896Z | Compiling time-macros v0.2.13 |
1506 | 2024-02-16T05:19:31.925Z | Compiling digest v0.10.7 |
1507 | 2024-02-16T05:19:32.360Z | Compiling scroll_derive v0.12.0 |
1508 | 2024-02-16T05:19:32.702Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1509 | 2024-02-16T05:19:33.041Z | Compiling aho-corasick v1.0.4 |
1510 | 2024-02-16T05:19:33.555Z | Compiling signal-hook v0.3.17 |
1511 | 2024-02-16T05:19:33.570Z | Compiling async-trait v0.1.77 |
1512 | 2024-02-16T05:19:33.769Z | Compiling bytes v1.5.0 |
1513 | 2024-02-16T05:19:33.846Z | Compiling indexmap v2.2.3 |
1514 | 2024-02-16T05:19:34.431Z | Compiling uuid v1.7.0 |
1515 | 2024-02-16T05:19:34.550Z | Compiling chrono v0.4.31 |
1516 | 2024-02-16T05:19:35.204Z | Compiling bitflags v2.4.0 |
1517 | 2024-02-16T05:19:35.812Z | Compiling tokio v1.36.0 |
1518 | 2024-02-16T05:19:36.801Z | Compiling toml_datetime v0.6.5 |
1519 | 2024-02-16T05:19:36.836Z | Compiling serde_spanned v0.6.5 |
1520 | 2024-02-16T05:19:37.199Z | Compiling toml_edit v0.19.15 |
1521 | 2024-02-16T05:19:38.103Z | Compiling rustc_version v0.4.0 |
1522 | 2024-02-16T05:19:38.771Z | Compiling http v0.2.11 |
1523 | 2024-02-16T05:19:38.987Z | Compiling heapless v0.7.16 |
1524 | 2024-02-16T05:19:41.281Z | Compiling ppv-lite86 v0.2.17 |
1525 | 2024-02-16T05:19:41.675Z | Compiling regex-syntax v0.8.2 |
1526 | 2024-02-16T05:19:42.023Z | Compiling untrusted v0.9.0 |
1527 | 2024-02-16T05:19:42.105Z | Compiling rand_chacha v0.3.1 |
1528 | 2024-02-16T05:19:43.945Z | Compiling zerocopy v0.3.0 |
1529 | 2024-02-16T05:19:44.658Z | Compiling errno v0.3.8 |
1530 | 2024-02-16T05:19:44.747Z | Compiling thread-id v4.2.0 |
1531 | 2024-02-16T05:19:44.924Z | Compiling strsim v0.10.0 |
1532 | 2024-02-16T05:19:45.774Z | Compiling regex-automata v0.4.4 |
1533 | 2024-02-16T05:19:47.893Z | Compiling dof v0.1.5 |
1534 | 2024-02-16T05:19:48.701Z | Compiling tokio-util v0.7.10 |
1535 | 2024-02-16T05:19:50.238Z | Compiling regex v1.10.3 |
1536 | 2024-02-16T05:19:50.510Z | Compiling rand v0.8.5 |
1537 | 2024-02-16T05:19:51.626Z | Compiling dtrace-parser v0.1.14 |
1538 | 2024-02-16T05:19:51.636Z | Compiling strum_macros v0.25.2 |
1539 | 2024-02-16T05:19:52.294Z | Compiling num-bigint v0.4.4 |
1540 | 2024-02-16T05:19:52.787Z | Compiling smoltcp v0.9.1 |
1541 | 2024-02-16T05:19:52.847Z | Compiling foreign-types-shared v0.1.1 |
1542 | 2024-02-16T05:19:52.957Z | Compiling untrusted v0.7.1 |
1543 | 2024-02-16T05:19:53.179Z | Compiling base64ct v1.6.0 |
1544 | 2024-02-16T05:19:53.621Z | Compiling percent-encoding v2.3.1 |
1545 | 2024-02-16T05:19:53.713Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1546 | 2024-02-16T05:19:53.786Z | Compiling pem-rfc7468 v0.7.0 |
1547 | 2024-02-16T05:19:54.154Z | Compiling foreign-types v0.3.2 |
1548 | 2024-02-16T05:19:55.944Z | Compiling serde_tokenstream v0.1.7 |
1549 | 2024-02-16T05:19:56.383Z | Compiling hmac v0.12.1 |
1550 | 2024-02-16T05:19:56.674Z | Compiling socket2 v0.4.9 |
1551 | 2024-02-16T05:19:57.662Z | Compiling adler v1.0.2 |
1552 | 2024-02-16T05:19:57.675Z | Compiling siphasher v0.3.11 |
1553 | 2024-02-16T05:19:57.675Z | Compiling unicode-segmentation v1.10.1 |
1554 | 2024-02-16T05:19:57.675Z | Compiling try-lock v0.2.4 |
1555 | 2024-02-16T05:19:57.675Z | Compiling flagset v0.4.3 |
1556 | 2024-02-16T05:19:57.675Z | Compiling unicode-width v0.1.11 |
1557 | 2024-02-16T05:19:57.741Z | Compiling base64 v0.21.7 |
1558 | 2024-02-16T05:19:57.805Z | Compiling der v0.7.8 |
1559 | 2024-02-16T05:19:57.830Z | Compiling miniz_oxide v0.7.1 |
1560 | 2024-02-16T05:19:57.874Z | Compiling want v0.3.1 |
1561 | 2024-02-16T05:19:59.055Z | Compiling sct v0.7.0 |
1562 | 2024-02-16T05:19:59.285Z | Compiling rustls-webpki v0.101.7 |
1563 | 2024-02-16T05:19:59.342Z | Compiling form_urlencoded v1.2.1 |
1564 | 2024-02-16T05:19:59.583Z | Compiling h2 v0.3.24 |
1565 | 2024-02-16T05:19:59.633Z | Compiling http-body v0.4.5 |
1566 | 2024-02-16T05:19:59.680Z | Compiling hubpack_derive v0.1.1 |
1567 | 2024-02-16T05:20:00.041Z | Compiling zerocopy-derive v0.6.4 |
1568 | 2024-02-16T05:20:00.674Z | Compiling lazy_static v1.4.0 |
1569 | 2024-02-16T05:20:01.020Z | Compiling num-iter v0.1.43 |
1570 | 2024-02-16T05:20:01.330Z | Compiling usdt-impl v0.5.0 |
1571 | 2024-02-16T05:20:01.602Z | Compiling cpufeatures v0.2.12 |
1572 | 2024-02-16T05:20:01.704Z | Compiling stable_deref_trait v1.2.0 |
1573 | 2024-02-16T05:20:01.784Z | Compiling anstyle v1.0.2 |
1574 | 2024-02-16T05:20:01.980Z | Compiling tower-service v0.3.2 |
1575 | 2024-02-16T05:20:02.007Z | Compiling httpdate v1.0.3 |
1576 | 2024-02-16T05:20:02.090Z | Compiling openssl-probe v0.1.5 |
1577 | 2024-02-16T05:20:02.381Z | Compiling utf8parse v0.2.1 |
1578 | 2024-02-16T05:20:02.977Z | Compiling anstyle-parse v0.2.1 |
1579 | 2024-02-16T05:20:03.468Z | Compiling sha2 v0.10.8 |
1580 | 2024-02-16T05:20:03.469Z | Compiling spki v0.7.2 |
1581 | 2024-02-16T05:20:04.316Z | Compiling usdt-attr-macro v0.3.5 |
1582 | 2024-02-16T05:20:05.032Z | Compiling usdt-macro v0.3.5 |
1583 | 2024-02-16T05:20:06.394Z | Compiling openapiv3 v2.0.0 |
1584 | 2024-02-16T05:20:06.633Z | Compiling scroll v0.12.0 |
1585 | 2024-02-16T05:20:07.163Z | Compiling hyper v0.14.27 |
1586 | 2024-02-16T05:20:07.398Z | Compiling md-5 v0.10.5 |
1587 | 2024-02-16T05:20:07.656Z | Compiling stringprep v0.1.3 |
1588 | 2024-02-16T05:20:07.669Z | Compiling idna v0.5.0 |
1589 | 2024-02-16T05:20:08.999Z | Compiling diesel_table_macro_syntax v0.1.0 |
1590 | 2024-02-16T05:20:09.513Z | Compiling num-integer v0.1.46 |
1591 | 2024-02-16T05:20:09.523Z | Compiling hash32 v0.2.1 |
1592 | 2024-02-16T05:20:09.859Z | Compiling gimli v0.28.0 |
1593 | 2024-02-16T05:20:09.938Z | Compiling anstyle-query v1.0.0 |
1594 | 2024-02-16T05:20:10.494Z | Compiling colorchoice v1.0.0 |
1595 | 2024-02-16T05:20:10.508Z | Compiling plain v0.2.3 |
1596 | 2024-02-16T05:20:10.563Z | Compiling fallible-iterator v0.2.0 |
1597 | 2024-02-16T05:20:11.001Z | Compiling goblin v0.8.0 |
1598 | 2024-02-16T05:20:11.692Z | Compiling postgres-protocol v0.6.6 |
1599 | 2024-02-16T05:20:12.558Z | Compiling anstream v0.5.0 |
1600 | 2024-02-16T05:20:13.185Z | Compiling diesel_derives v2.1.2 |
1601 | 2024-02-16T05:20:15.765Z | Compiling addr2line v0.21.0 |
1602 | 2024-02-16T05:20:17.243Z | Compiling url v2.5.0 |
1603 | 2024-02-16T05:20:17.933Z | Compiling tokio-rustls v0.24.1 |
1604 | 2024-02-16T05:20:18.936Z | Compiling tokio-native-tls v0.3.1 |
1605 | 2024-02-16T05:20:19.279Z | Compiling terminal_size v0.2.6 |
1606 | 2024-02-16T05:20:19.334Z | Compiling pkcs8 v0.10.2 |
1607 | 2024-02-16T05:20:19.594Z | Compiling phf_shared v0.11.2 |
1608 | 2024-02-16T05:20:20.439Z | Compiling serde_tokenstream v0.2.0 |
1609 | 2024-02-16T05:20:20.648Z | Compiling block-padding v0.3.3 |
1610 | 2024-02-16T05:20:20.884Z | Compiling clap_derive v4.4.2 |
1611 | 2024-02-16T05:20:20.974Z | Compiling enum-as-inner v0.6.0 |
1612 | 2024-02-16T05:20:21.959Z | Compiling serde_repr v0.1.16 |
1613 | 2024-02-16T05:20:22.467Z | Compiling ff v0.13.0 |
1614 | 2024-02-16T05:20:22.634Z | Compiling scheduled-thread-pool v0.2.7 |
1615 | 2024-02-16T05:20:22.702Z | Compiling object v0.32.1 |
1616 | 2024-02-16T05:20:24.922Z | Compiling ipnet v2.9.0 |
1617 | 2024-02-16T05:20:25.704Z | Compiling pretty-hex v0.4.1 |
1618 | 2024-02-16T05:20:25.946Z | Compiling rustc-demangle v0.1.23 |
1619 | 2024-02-16T05:20:26.047Z | Compiling num_threads v0.1.6 |
1620 | 2024-02-16T05:20:26.198Z | Compiling regex-automata v0.1.10 |
1621 | 2024-02-16T05:20:26.740Z | Compiling bit-vec v0.6.3 |
1622 | 2024-02-16T05:20:28.528Z | Compiling base16ct v0.2.0 |
1623 | 2024-02-16T05:20:28.548Z | Compiling managed v0.8.0 |
1624 | 2024-02-16T05:20:28.643Z | Compiling deranged v0.3.8 |
1625 | 2024-02-16T05:20:28.821Z | Compiling clap_lex v0.5.1 |
1626 | 2024-02-16T05:20:29.090Z | Compiling clap_builder v4.4.2 |
1627 | 2024-02-16T05:20:29.312Z | Compiling sec1 v0.7.3 |
1628 | 2024-02-16T05:20:30.545Z | Compiling time v0.3.27 |
1629 | 2024-02-16T05:20:32.594Z | Compiling bstr v0.2.17 |
1630 | 2024-02-16T05:20:33.250Z | Compiling dof v0.3.0 |
1631 | 2024-02-16T05:20:34.209Z | Compiling r2d2 v0.8.10 |
1632 | 2024-02-16T05:20:34.214Z | Compiling group v0.13.0 |
1633 | 2024-02-16T05:20:35.250Z | Compiling inout v0.1.3 |
1634 | 2024-02-16T05:20:35.721Z | Compiling phf v0.11.2 |
1635 | 2024-02-16T05:20:35.798Z | Compiling hyper-tls v0.5.0 |
1636 | 2024-02-16T05:20:35.857Z | Compiling signal-hook-mio v0.2.3 |
1637 | 2024-02-16T05:20:36.035Z | Compiling hyper-rustls v0.24.2 |
1638 | 2024-02-16T05:20:36.057Z | Compiling bzip2 v0.4.4 |
1639 | 2024-02-16T05:20:36.078Z | Compiling flate2 v1.0.28 |
1640 | 2024-02-16T05:20:36.181Z | Compiling postgres-types v0.2.6 |
1641 | 2024-02-16T05:20:36.425Z | Compiling zerocopy v0.6.4 |
1642 | 2024-02-16T05:20:36.745Z | Compiling hubpack v0.1.2 |
1643 | 2024-02-16T05:20:37.252Z | Compiling serde_urlencoded v0.7.1 |
1644 | 2024-02-16T05:20:37.252Z | Compiling rustls-pemfile v1.0.3 |
1645 | 2024-02-16T05:20:37.252Z | Compiling phf_shared v0.10.0 |
1646 | 2024-02-16T05:20:37.319Z | Compiling hkdf v0.12.4 |
1647 | 2024-02-16T05:20:37.537Z | Compiling ipnetwork v0.20.0 |
1648 | 2024-02-16T05:20:37.608Z | Compiling futures-executor v0.3.30 |
1649 | 2024-02-16T05:20:37.855Z | Compiling idna v0.4.0 |
1650 | 2024-02-16T05:20:38.164Z | Compiling dtrace-parser v0.2.0 |
1651 | 2024-02-16T05:20:38.479Z | Compiling regress v0.8.0 |
1652 | 2024-02-16T05:20:38.514Z | Compiling crypto-bigint v0.5.2 |
1653 | 2024-02-16T05:20:39.439Z | Compiling float-cmp v0.9.0 |
1654 | 2024-02-16T05:20:39.676Z | Compiling encoding_rs v0.8.33 |
1655 | 2024-02-16T05:20:40.694Z | Compiling minimal-lexical v0.2.1 |
1656 | 2024-02-16T05:20:41.242Z | Compiling predicates-core v1.0.6 |
1657 | 2024-02-16T05:20:41.553Z | Compiling whoami v1.4.1 |
1658 | 2024-02-16T05:20:42.042Z | Compiling normalize-line-endings v0.3.0 |
1659 | 2024-02-16T05:20:42.081Z | Compiling either v1.9.0 |
1660 | 2024-02-16T05:20:42.431Z | Compiling mime v0.3.17 |
1661 | 2024-02-16T05:20:42.977Z | Compiling precomputed-hash v0.1.1 |
1662 | 2024-02-16T05:20:43.048Z | Compiling data-encoding v2.4.0 |
1663 | 2024-02-16T05:20:43.099Z | Compiling webpki-roots v0.25.2 |
1664 | 2024-02-16T05:20:43.843Z | Compiling fixedbitset v0.4.2 |
1665 | 2024-02-16T05:20:43.891Z | Compiling regex-automata v0.3.8 |
1666 | 2024-02-16T05:20:44.263Z | Compiling difflib v0.4.0 |
1667 | 2024-02-16T05:20:45.539Z | Compiling new_debug_unreachable v1.0.4 |
1668 | 2024-02-16T05:20:45.644Z | Compiling static_assertions v1.1.0 |
1669 | 2024-02-16T05:20:45.753Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1670 | 2024-02-16T05:20:46.140Z | Compiling bstr v1.6.0 |
1671 | 2024-02-16T05:20:46.291Z | Compiling string_cache v0.8.7 |
1672 | 2024-02-16T05:20:46.732Z | Compiling predicates v3.1.0 |
1673 | 2024-02-16T05:20:47.660Z | Compiling petgraph v0.6.4 |
1674 | 2024-02-16T05:20:48.264Z | Compiling trust-dns-proto v0.23.2 |
1675 | 2024-02-16T05:20:52.364Z | Compiling reqwest v0.11.22 |
1676 | 2024-02-16T05:20:53.066Z | Compiling itertools v0.10.5 |
1677 | 2024-02-16T05:20:54.218Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1678 | 2024-02-16T05:20:56.074Z | Compiling tokio-postgres v0.7.10 |
1679 | 2024-02-16T05:20:58.047Z | Compiling nom v7.1.3 |
1680 | 2024-02-16T05:21:01.074Z | Compiling elliptic-curve v0.13.8 |
1681 | 2024-02-16T05:21:04.581Z | Compiling yasna v0.5.2 |
1682 | 2024-02-16T05:21:04.966Z | Compiling diesel v2.1.4 |
1683 | 2024-02-16T05:21:05.110Z | Compiling futures v0.3.30 |
1684 | 2024-02-16T05:21:05.148Z | Compiling zip v0.6.6 |
1685 | 2024-02-16T05:21:05.857Z | Compiling crossterm v0.27.0 |
1686 | 2024-02-16T05:21:06.251Z | Compiling cipher v0.4.4 |
1687 | 2024-02-16T05:21:06.366Z | Compiling similar v2.3.0 |
1688 | 2024-02-16T05:21:06.510Z | Compiling clap v4.4.3 |
1689 | 2024-02-16T05:21:06.771Z | Compiling bit-set v0.5.3 |
1690 | 2024-02-16T05:21:06.924Z | Compiling console v0.15.8 |
1691 | 2024-02-16T05:21:06.971Z | Compiling usdt v0.3.5 |
1692 | 2024-02-16T05:21:07.246Z | Compiling strum v0.25.0 |
1693 | 2024-02-16T05:21:07.932Z | Compiling tokio-stream v0.1.14 |
1694 | 2024-02-16T05:21:08.408Z | Compiling toml v0.7.8 |
1695 | 2024-02-16T05:21:08.884Z | Compiling hex v0.4.3 |
1696 | 2024-02-16T05:21:09.196Z | Compiling proc-macro-error-attr v1.0.4 |
1697 | 2024-02-16T05:21:09.997Z | Compiling lalrpop-util v0.19.12 |
1698 | 2024-02-16T05:21:10.879Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1699 | 2024-02-16T05:21:12.541Z | Compiling proc-macro-crate v1.3.1 |
1700 | 2024-02-16T05:21:13.768Z | Compiling proc-macro-error v1.0.4 |
1701 | 2024-02-16T05:21:14.058Z | Compiling camino v1.1.6 |
1702 | 2024-02-16T05:21:14.645Z | Compiling heapless v0.8.0 |
1703 | 2024-02-16T05:21:17.133Z | Compiling num_enum_derive v0.5.11 |
1704 | 2024-02-16T05:21:26.580Z | Compiling atty v0.2.14 |
1705 | 2024-02-16T05:21:30.753Z | Compiling hash32 v0.3.1 |
1706 | 2024-02-16T05:21:31.040Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1707 | 2024-02-16T05:21:31.040Z | Compiling rustls-pki-types v1.1.0 |
1708 | 2024-02-16T05:21:31.040Z | Compiling ident_case v1.0.1 |
1709 | 2024-02-16T05:21:31.040Z | Compiling smoltcp v0.11.0 |
1710 | 2024-02-16T05:21:31.888Z | Compiling darling_core v0.20.3 |
1711 | 2024-02-16T05:21:37.352Z | Compiling num_enum v0.5.11 |
1712 | 2024-02-16T05:21:45.581Z | Compiling dirs-sys-next v0.1.2 |
1713 | 2024-02-16T05:21:46.796Z | Compiling embedded-io v0.4.0 |
1714 | 2024-02-16T05:21:47.096Z | Compiling cobs v0.2.3 |
1715 | 2024-02-16T05:21:47.613Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1716 | 2024-02-16T05:21:49.282Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1717 | 2024-02-16T05:21:49.522Z | Compiling rustls v0.22.2 |
1718 | 2024-02-16T05:22:04.442Z | Compiling postcard v1.0.8 |
1719 | 2024-02-16T05:22:04.614Z | Compiling dirs-next v2.0.0 |
1720 | 2024-02-16T05:22:09.983Z | Compiling darling_macro v0.20.3 |
1721 | 2024-02-16T05:22:11.379Z | Compiling rustls-webpki v0.102.1 |
1722 | 2024-02-16T05:22:11.489Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1723 | 2024-02-16T05:22:16.883Z | Compiling getopts v0.2.21 |
1724 | 2024-02-16T05:22:17.802Z | Compiling foreign-types-macros v0.2.3 |
1725 | 2024-02-16T05:22:19.112Z | Compiling structmeta-derive v0.3.0 |
1726 | 2024-02-16T05:22:20.450Z | Compiling thread_local v1.1.7 |
1727 | 2024-02-16T05:22:20.666Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1728 | 2024-02-16T05:22:21.243Z | Compiling multer v3.0.0 |
1729 | 2024-02-16T05:22:21.253Z | Compiling slog-async v2.8.0 |
1730 | 2024-02-16T05:22:21.253Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1731 | 2024-02-16T05:22:21.253Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1732 | 2024-02-16T05:22:21.982Z | Compiling rayon-core v1.12.0 |
1733 | 2024-02-16T05:22:22.263Z | Compiling match_cfg v0.1.0 |
1734 | 2024-02-16T05:22:22.340Z | Compiling unsafe-libyaml v0.2.10 |
1735 | 2024-02-16T05:22:22.374Z | Compiling paste v1.0.14 |
1736 | 2024-02-16T05:22:22.542Z | Compiling foreign-types-shared v0.3.1 |
1737 | 2024-02-16T05:22:24.202Z | Compiling serde_yaml v0.9.25 |
1738 | 2024-02-16T05:22:26.096Z | Compiling foreign-types v0.5.0 |
1739 | 2024-02-16T05:22:26.356Z | Compiling hostname v0.3.1 |
1740 | 2024-02-16T05:22:26.650Z | Compiling structmeta v0.3.0 |
1741 | 2024-02-16T05:22:30.567Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1742 | 2024-02-16T05:22:32.954Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1743 | 2024-02-16T05:22:34.491Z | Compiling darling v0.20.3 |
1744 | 2024-02-16T05:22:42.193Z | Compiling term v0.7.0 |
1745 | 2024-02-16T05:22:44.754Z | Compiling slog-json v2.6.1 |
1746 | 2024-02-16T05:22:44.912Z | Compiling toml_edit v0.22.4 |
1747 | 2024-02-16T05:22:44.981Z | Compiling crossbeam-deque v0.8.3 |
1748 | 2024-02-16T05:22:45.271Z | Compiling is-terminal v0.4.9 |
1749 | 2024-02-16T05:22:45.421Z | Compiling crossbeam-channel v0.5.8 |
1750 | 2024-02-16T05:22:47.247Z | Compiling http v1.0.0 |
1751 | 2024-02-16T05:22:47.650Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1752 | 2024-02-16T05:22:48.483Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1753 | 2024-02-16T05:22:48.527Z | Compiling async-stream-impl v0.3.5 |
1754 | 2024-02-16T05:22:49.394Z | Compiling cstr-argument v0.1.2 |
1755 | 2024-02-16T05:22:49.660Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1756 | 2024-02-16T05:22:49.849Z | Compiling crucible-workspace-hack v0.1.0 |
1757 | 2024-02-16T05:22:49.991Z | Compiling pretty-hex v0.2.1 |
1758 | 2024-02-16T05:22:50.150Z | Compiling fastrand v2.0.1 |
1759 | 2024-02-16T05:22:50.649Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1760 | 2024-02-16T05:22:50.829Z | Compiling atomic-waker v1.1.1 |
1761 | 2024-02-16T05:22:50.982Z | Compiling take_mut v0.2.2 |
1762 | 2024-02-16T05:22:51.074Z | Compiling waitgroup v0.1.2 |
1763 | 2024-02-16T05:22:51.376Z | Compiling tempfile v3.10.0 |
1764 | 2024-02-16T05:22:52.437Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1765 | 2024-02-16T05:22:52.960Z | Compiling async-stream v0.3.5 |
1766 | 2024-02-16T05:22:53.313Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1767 | 2024-02-16T05:22:54.398Z | Compiling toml v0.8.10 |
1768 | 2024-02-16T05:22:54.462Z | Compiling colored v2.0.4 |
1769 | 2024-02-16T05:22:56.317Z | Compiling slog-bunyan v2.5.0 |
1770 | 2024-02-16T05:22:56.320Z | Compiling slog-term v2.9.0 |
1771 | 2024-02-16T05:22:57.028Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1772 | 2024-02-16T05:22:58.609Z | Compiling tokio-rustls v0.25.0 |
1773 | 2024-02-16T05:22:59.116Z | Compiling serde_with_macros v3.6.1 |
1774 | 2024-02-16T05:22:59.400Z | Compiling parse-display-derive v0.9.0 |
1775 | 2024-02-16T05:23:01.428Z | Compiling rustls-pemfile v2.0.0 |
1776 | 2024-02-16T05:23:02.039Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1777 | 2024-02-16T05:23:02.154Z | Compiling sha1 v0.10.6 |
1778 | 2024-02-16T05:23:03.086Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1779 | 2024-02-16T05:23:03.441Z | Compiling textwrap v0.11.0 |
1780 | 2024-02-16T05:23:03.553Z | Compiling heck v0.3.3 |
1781 | 2024-02-16T05:23:03.922Z | Compiling newtype-uuid v1.0.1 |
1782 | 2024-02-16T05:23:04.296Z | Compiling serde_path_to_error v0.1.15 |
1783 | 2024-02-16T05:23:04.556Z | Compiling strum_macros v0.26.1 |
1784 | 2024-02-16T05:23:05.235Z | Compiling instant v0.1.12 |
1785 | 2024-02-16T05:23:05.354Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1786 | 2024-02-16T05:23:05.404Z | Compiling debug-ignore v1.0.5 |
1787 | 2024-02-16T05:23:05.568Z | Compiling vec_map v0.8.2 |
1788 | 2024-02-16T05:23:05.775Z | Compiling libefi-sys v0.1.0 |
1789 | 2024-02-16T05:23:05.940Z | Compiling strsim v0.8.0 |
1790 | 2024-02-16T05:23:06.135Z | Compiling ansi_term v0.12.1 |
1791 | 2024-02-16T05:23:07.044Z | Compiling clap v2.34.0 |
1792 | 2024-02-16T05:23:07.430Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1793 | 2024-02-16T05:23:09.896Z | Compiling strum v0.26.1 |
1794 | 2024-02-16T05:23:09.899Z | Compiling backoff v0.4.0 |
1795 | 2024-02-16T05:23:10.099Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1796 | 2024-02-16T05:23:10.389Z | Compiling structopt-derive v0.4.18 |
1797 | 2024-02-16T05:23:10.459Z | Compiling parse-display v0.9.0 |
1798 | 2024-02-16T05:23:10.741Z | Compiling serde_with v3.6.1 |
1799 | 2024-02-16T05:23:12.386Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1800 | 2024-02-16T05:23:13.133Z | Compiling rayon v1.8.0 |
1801 | 2024-02-16T05:23:13.211Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1802 | 2024-02-16T05:23:13.692Z | Compiling camino-tempfile v1.1.1 |
1803 | 2024-02-16T05:23:14.399Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1804 | 2024-02-16T05:23:14.597Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1805 | 2024-02-16T05:23:15.108Z | Compiling zone_cfg_derive v0.3.0 |
1806 | 2024-02-16T05:23:15.336Z | Compiling macaddr v1.0.1 |
1807 | 2024-02-16T05:23:16.099Z | Compiling num-derive v0.4.0 |
1808 | 2024-02-16T05:23:16.558Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1809 | 2024-02-16T05:23:16.979Z | Compiling blake3 v1.5.0 |
1810 | 2024-02-16T05:23:17.552Z | Compiling portable-atomic v1.4.3 |
1811 | 2024-02-16T05:23:18.427Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1812 | 2024-02-16T05:23:18.913Z | Compiling zone v0.3.0 |
1813 | 2024-02-16T05:23:19.095Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1814 | 2024-02-16T05:23:20.221Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1815 | 2024-02-16T05:23:20.821Z | Compiling structopt v0.3.26 |
1816 | 2024-02-16T05:23:21.943Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1817 | 2024-02-16T05:23:22.305Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1818 | 2024-02-16T05:23:23.066Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1819 | 2024-02-16T05:23:23.164Z | Compiling smf v0.2.2 |
1820 | 2024-02-16T05:23:23.391Z | Compiling memmap2 v0.7.1 |
1821 | 2024-02-16T05:23:23.973Z | Compiling filetime v0.2.23 |
1822 | 2024-02-16T05:23:24.378Z | Compiling xattr v1.0.1 |
1823 | 2024-02-16T05:23:24.677Z | Compiling same-file v1.0.6 |
1824 | 2024-02-16T05:23:25.002Z | Compiling arrayvec v0.7.4 |
1825 | 2024-02-16T05:23:25.312Z | Compiling arrayref v0.3.7 |
1826 | 2024-02-16T05:23:25.440Z | Compiling constant_time_eq v0.3.0 |
1827 | 2024-02-16T05:23:25.508Z | Compiling walkdir v2.4.0 |
1828 | 2024-02-16T05:23:26.126Z | Compiling tar v0.4.40 |
1829 | 2024-02-16T05:23:28.559Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1830 | 2024-02-16T05:23:29.002Z | Compiling gethostname v0.4.3 |
1831 | 2024-02-16T05:23:29.276Z | Compiling topological-sort v0.2.2 |
1832 | 2024-02-16T05:23:30.018Z | Compiling number_prefix v0.4.0 |
1833 | 2024-02-16T05:23:30.082Z | Compiling omicron-zone-package v0.11.0 |
1834 | 2024-02-16T05:23:30.681Z | Compiling indicatif v0.17.8 |
1835 | 2024-02-16T05:23:31.064Z | Compiling swrite v0.1.0 |
1836 | 2024-02-16T05:23:35.019Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1837 | 2024-02-16T05:23:38.845Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1838 | 2024-02-16T05:23:41.411Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1839 | 2024-02-16T05:23:59.211Z | Finished release [optimized] target(s) in 5m 15s |
1840 | 2024-02-16T05:23:59.416Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1841 | 2024-02-16T05:23:59.483Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1842 | 2024-02-16T05:23:59.486Z | Created new build target 'test' and set it as active |
1843 | 2024-02-16T05:23:59.486Z | |
1844 | 2024-02-16T05:23:59.486Z | real 5:16.178424404 |
1845 | 2024-02-16T05:23:59.486Z | user 34:08.528979682 |
1846 | 2024-02-16T05:23:59.486Z | sys 3:50.480207616 |
1847 | 2024-02-16T05:23:59.486Z | trap 1.061601161 |
1848 | 2024-02-16T05:23:59.486Z | tflt 4.526569217 |
1849 | 2024-02-16T05:23:59.486Z | dflt 2.257025522 |
1850 | 2024-02-16T05:23:59.487Z | kflt 0.054695585 |
1851 | 2024-02-16T05:23:59.487Z | lock 1:12:34.669340215 |
1852 | 2024-02-16T05:23:59.487Z | slp 1:36:39.930959742 |
1853 | 2024-02-16T05:23:59.487Z | lat 2:07.516068395 |
1854 | 2024-02-16T05:23:59.487Z | stop 3:24.898852825 |
1855 | 2024-02-16T05:23:59.487Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1856 | 2024-02-16T05:24:00.232Z | Finished release [optimized] target(s) in 0.69s |
1857 | 2024-02-16T05:24:00.255Z | Running `target/release/omicron-package -t test package` |
1858 | 2024-02-16T05:24:00.285Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1859 | 2024-02-16T05:24:01.101Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1860 | 2024-02-16T05:24:01.531Z | Compiling linked-hash-map v0.5.6 |
1861 | 2024-02-16T05:24:01.532Z | Compiling usdt-macro v0.5.0 |
1862 | 2024-02-16T05:24:01.532Z | Compiling usdt-attr-macro v0.5.0 |
1863 | 2024-02-16T05:24:01.539Z | Compiling memmap v0.7.0 |
1864 | 2024-02-16T05:24:01.540Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1865 | 2024-02-16T05:24:01.540Z | Compiling password-hash v0.5.0 |
1866 | 2024-02-16T05:24:01.540Z | Compiling blake2 v0.10.6 |
1867 | 2024-02-16T05:24:01.544Z | Compiling lru-cache v0.1.2 |
1868 | 2024-02-16T05:24:01.611Z | Compiling semver v0.1.20 |
1869 | 2024-02-16T05:24:01.760Z | Compiling argon2 v0.5.3 |
1870 | 2024-02-16T05:24:02.219Z | Compiling rustc_version v0.1.7 |
1871 | 2024-02-16T05:24:02.527Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1872 | 2024-02-16T05:24:02.569Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1873 | 2024-02-16T05:24:02.611Z | Compiling newtype_derive v0.1.6 |
1874 | 2024-02-16T05:24:02.708Z | Compiling usdt v0.5.0 |
1875 | 2024-02-16T05:24:02.824Z | Compiling rayon-core v1.12.0 |
1876 | 2024-02-16T05:24:02.849Z | Compiling crossbeam-deque v0.8.3 |
1877 | 2024-02-16T05:24:02.941Z | Compiling quick-error v1.2.3 |
1878 | 2024-02-16T05:24:03.429Z | Compiling fastrand v2.0.1 |
1879 | 2024-02-16T05:24:03.429Z | Compiling same-file v1.0.6 |
1880 | 2024-02-16T05:24:03.430Z | Compiling walkdir v2.4.0 |
1881 | 2024-02-16T05:24:03.586Z | Compiling tempfile v3.10.0 |
1882 | 2024-02-16T05:24:03.718Z | Compiling resolv-conf v0.7.0 |
1883 | 2024-02-16T05:24:04.123Z | Compiling itertools v0.12.1 |
1884 | 2024-02-16T05:24:04.287Z | Compiling camino v1.1.6 |
1885 | 2024-02-16T05:24:04.360Z | Compiling semver-parser v0.10.2 |
1886 | 2024-02-16T05:24:04.791Z | Compiling slog-dtrace v0.3.0 |
1887 | 2024-02-16T05:24:04.795Z | Compiling blake3 v1.5.0 |
1888 | 2024-02-16T05:24:04.919Z | Compiling trust-dns-resolver v0.23.2 |
1889 | 2024-02-16T05:24:04.963Z | Compiling rayon v1.8.0 |
1890 | 2024-02-16T05:24:05.809Z | Compiling semver v0.11.0 |
1891 | 2024-02-16T05:24:06.232Z | Compiling memmap2 v0.7.1 |
1892 | 2024-02-16T05:24:06.243Z | Compiling xattr v1.0.1 |
1893 | 2024-02-16T05:24:06.268Z | Compiling filetime v0.2.23 |
1894 | 2024-02-16T05:24:06.357Z | Compiling arrayvec v0.7.4 |
1895 | 2024-02-16T05:24:06.403Z | Compiling arrayref v0.3.7 |
1896 | 2024-02-16T05:24:06.504Z | Compiling home v0.5.5 |
1897 | 2024-02-16T05:24:06.570Z | Compiling constant_time_eq v0.3.0 |
1898 | 2024-02-16T05:24:06.713Z | Compiling toolchain_find v0.2.0 |
1899 | 2024-02-16T05:24:06.726Z | Compiling tar v0.4.40 |
1900 | 2024-02-16T05:24:06.780Z | Compiling camino-tempfile v1.1.1 |
1901 | 2024-02-16T05:24:07.193Z | Compiling steno v0.4.0 |
1902 | 2024-02-16T05:24:07.968Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1903 | 2024-02-16T05:24:08.601Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1904 | 2024-02-16T05:24:08.884Z | Compiling toml_edit v0.22.4 |
1905 | 2024-02-16T05:24:09.032Z | Compiling nibble_vec v0.1.0 |
1906 | 2024-02-16T05:24:09.683Z | Compiling toml v0.5.11 |
1907 | 2024-02-16T05:24:09.716Z | Compiling derive-where v1.2.7 |
1908 | 2024-02-16T05:24:11.282Z | Compiling num-rational v0.4.1 |
1909 | 2024-02-16T05:24:11.599Z | Compiling radium v0.7.0 |
1910 | 2024-02-16T05:24:12.061Z | Compiling endian-type v0.1.2 |
1911 | 2024-02-16T05:24:12.299Z | Compiling topological-sort v0.2.2 |
1912 | 2024-02-16T05:24:12.527Z | Compiling omicron-zone-package v0.11.0 |
1913 | 2024-02-16T05:24:13.074Z | Compiling radix_trie v0.2.1 |
1914 | 2024-02-16T05:24:13.078Z | Compiling toml v0.8.10 |
1915 | 2024-02-16T05:24:14.232Z | Compiling rustfmt-wrapper v0.2.0 |
1916 | 2024-02-16T05:24:14.354Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1917 | 2024-02-16T05:24:14.453Z | Compiling tap v1.0.1 |
1918 | 2024-02-16T05:24:14.566Z | Compiling cancel-safe-futures v0.1.5 |
1919 | 2024-02-16T05:24:14.621Z | Compiling maybe-uninit v2.0.0 |
1920 | 2024-02-16T05:24:14.959Z | Compiling wyz v0.5.1 |
1921 | 2024-02-16T05:24:16.022Z | Compiling num-complex v0.4.4 |
1922 | 2024-02-16T05:24:16.187Z | Compiling crc-catalog v2.2.0 |
1923 | 2024-02-16T05:24:16.331Z | Compiling funty v2.0.0 |
1924 | 2024-02-16T05:24:17.905Z | Compiling packed_struct v0.10.1 |
1925 | 2024-02-16T05:24:18.425Z | Compiling num-bigint-dig v0.8.4 |
1926 | 2024-02-16T05:24:18.425Z | Compiling bitvec v1.0.1 |
1927 | 2024-02-16T05:24:18.425Z | Compiling num v0.4.1 |
1928 | 2024-02-16T05:24:18.425Z | Compiling crc v3.0.1 |
1929 | 2024-02-16T05:24:19.089Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1930 | 2024-02-16T05:24:19.233Z | Compiling fxhash v0.2.1 |
1931 | 2024-02-16T05:24:19.466Z | Compiling packed_struct_codegen v0.10.1 |
1932 | 2024-02-16T05:24:19.492Z | Compiling indexmap v1.9.3 |
1933 | 2024-02-16T05:24:19.802Z | Compiling nodrop v0.1.14 |
1934 | 2024-02-16T05:24:19.927Z | Compiling utf-8 v0.7.6 |
1935 | 2024-02-16T05:24:20.173Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1936 | 2024-02-16T05:24:20.320Z | Compiling tungstenite v0.20.1 |
1937 | 2024-02-16T05:24:21.208Z | Compiling array-init v0.0.4 |
1938 | 2024-02-16T05:24:22.280Z | Compiling smallvec v0.6.14 |
1939 | 2024-02-16T05:24:22.754Z | Compiling pkcs1 v0.7.5 |
1940 | 2024-02-16T05:24:26.343Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1941 | 2024-02-16T05:24:26.637Z | Compiling signature v2.1.0 |
1942 | 2024-02-16T05:24:26.879Z | Compiling half v2.3.1 |
1943 | 2024-02-16T05:24:27.283Z | Compiling unicase v2.7.0 |
1944 | 2024-02-16T05:24:27.597Z | Compiling bitfield v0.14.0 |
1945 | 2024-02-16T05:24:27.699Z | Compiling ciborium-io v0.2.2 |
1946 | 2024-02-16T05:24:27.828Z | Compiling termcolor v1.2.0 |
1947 | 2024-02-16T05:24:28.339Z | Compiling hashbrown v0.12.3 |
1948 | 2024-02-16T05:24:29.117Z | Compiling env_logger v0.10.0 |
1949 | 2024-02-16T05:24:29.143Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1950 | 2024-02-16T05:24:30.356Z | Compiling ciborium-ll v0.2.2 |
1951 | 2024-02-16T05:24:30.939Z | Compiling rsa v0.9.2 |
1952 | 2024-02-16T05:24:33.102Z | Compiling serde-hex v0.1.0 |
1953 | 2024-02-16T05:24:34.225Z | Compiling tokio-tungstenite v0.20.1 |
1954 | 2024-02-16T05:24:34.840Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1955 | 2024-02-16T05:24:35.196Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1956 | 2024-02-16T05:24:35.205Z | Compiling x509-cert v0.2.4 |
1957 | 2024-02-16T05:24:35.940Z | error[E0308]: mismatched types |
1958 | 2024-02-16T05:24:35.940Z | --> internal-dns/src/resolver.rs:166:12 |
1959 | 2024-02-16T05:24:35.940Z | | |
1960 | 2024-02-16T05:24:35.940Z | 166 | Ok(*address) |
1961 | 2024-02-16T05:24:35.940Z | | -- ^^^^^^^^ expected `Ipv6Addr`, found `AAAA` |
1962 | 2024-02-16T05:24:35.940Z | | | |
1963 | 2024-02-16T05:24:35.940Z | | arguments to this enum variant are incorrect |
1964 | 2024-02-16T05:24:35.940Z | | |
1965 | 2024-02-16T05:24:35.940Z | help: the type constructed contains `trust_dns_resolver::trust_dns_proto::rr::rdata::AAAA` due to the type of the argument passed |
1966 | 2024-02-16T05:24:35.940Z | --> internal-dns/src/resolver.rs:166:9 |
1967 | 2024-02-16T05:24:35.940Z | | |
1968 | 2024-02-16T05:24:35.940Z | 166 | Ok(*address) |
1969 | 2024-02-16T05:24:35.940Z | | ^^^--------^ |
1970 | 2024-02-16T05:24:35.940Z | | | |
1971 | 2024-02-16T05:24:35.940Z | | this argument influences the type of `Ok` |
1972 | 2024-02-16T05:24:35.940Z | note: tuple variant defined here |
1973 | 2024-02-16T05:24:35.940Z | --> /rustc/a28077b28a02b92985b3a3faecf92813155f1ea1/library/core/src/result.rs:506:5 |
1974 | 2024-02-16T05:24:35.940Z | help: consider dereferencing the type |
1975 | 2024-02-16T05:24:35.941Z | | |
1976 | 2024-02-16T05:24:35.941Z | 166 | Ok(**address) |
1977 | 2024-02-16T05:24:35.941Z | | + |
1978 | 2024-02-16T05:24:35.941Z | |
1979 | 2024-02-16T05:24:36.002Z | error[E0308]: mismatched types |
1980 | 2024-02-16T05:24:36.002Z | --> internal-dns/src/resolver.rs:355:58 |
1981 | 2024-02-16T05:24:36.002Z | | |
1982 | 2024-02-16T05:24:36.003Z | 355 | .map(move |ip| SocketAddrV6::new(ip, port, 0, 0)), |
1983 | 2024-02-16T05:24:36.003Z | | ----------------- ^^ expected `Ipv6Addr`, found `AAAA` |
1984 | 2024-02-16T05:24:36.003Z | | | |
1985 | 2024-02-16T05:24:36.003Z | | arguments to this function are incorrect |
1986 | 2024-02-16T05:24:36.003Z | | |
1987 | 2024-02-16T05:24:36.003Z | note: associated function defined here |
1988 | 2024-02-16T05:24:36.003Z | --> /rustc/a28077b28a02b92985b3a3faecf92813155f1ea1/library/core/src/net/socket_addr.rs:376:18 |
1989 | 2024-02-16T05:24:36.003Z | help: consider dereferencing the type |
1990 | 2024-02-16T05:24:36.003Z | | |
1991 | 2024-02-16T05:24:36.003Z | 355 | .map(move |ip| SocketAddrV6::new(*ip, port, 0, 0)), |
1992 | 2024-02-16T05:24:36.003Z | | + |
1993 | 2024-02-16T05:24:36.003Z | |
1994 | 2024-02-16T05:24:36.092Z | error[E0560]: struct `NameServerConfig` has no field named `trust_nx_responses` |
1995 | 2024-02-16T05:24:36.092Z | --> internal-dns/src/resolver.rs:69:17 |
1996 | 2024-02-16T05:24:36.092Z | | |
1997 | 2024-02-16T05:24:36.092Z | 69 | trust_nx_responses: false, |
1998 | 2024-02-16T05:24:36.092Z | | ^^^^^^^^^^^^^^^^^^ `NameServerConfig` does not have this field |
1999 | 2024-02-16T05:24:36.092Z | | |
2000 | 2024-02-16T05:24:36.093Z | = note: available fields are: `trust_negative_responses` |
2001 | 2024-02-16T05:24:36.093Z | |
2002 | 2024-02-16T05:24:36.100Z | error[E0277]: the `?` operator can only be applied to values that implement `Try` |
2003 | 2024-02-16T05:24:36.100Z | --> internal-dns/src/resolver.rs:80:24 |
2004 | 2024-02-16T05:24:36.100Z | | |
2005 | 2024-02-16T05:24:36.100Z | 80 | let resolver = TokioAsyncResolver::tokio(rc, opts)?; |
2006 | 2024-02-16T05:24:36.100Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `AsyncResolver<GenericConnector<TokioRuntimeProvider>>` |
2007 | 2024-02-16T05:24:36.100Z | | |
2008 | 2024-02-16T05:24:36.100Z | = help: the trait `Try` is not implemented for `AsyncResolver<GenericConnector<TokioRuntimeProvider>>` |
2009 | 2024-02-16T05:24:36.100Z | |
2010 | 2024-02-16T05:24:36.164Z | Some errors have detailed explanations: E0277, E0308, E0560. |
2011 | 2024-02-16T05:24:36.164Z | For more information about an error, try `rustc --explain E0277`. |
2012 | 2024-02-16T05:24:36.629Z | error: could not compile `internal-dns` (lib) due to 4 previous errors |
2013 | 2024-02-16T05:24:36.632Z | warning: build failed, waiting for other jobs to finish... |
2014 | 2024-02-16T05:25:00.407Z | Error: Failed to build packages |
2015 | 2024-02-16T05:25:00.435Z | |
2016 | 2024-02-16T05:25:00.435Z | real 1:00.902040331 |
2017 | 2024-02-16T05:25:00.435Z | user 6:23.174335406 |
2018 | 2024-02-16T05:25:00.435Z | sys 33.025833945 |
2019 | 2024-02-16T05:25:00.435Z | trap 0.193108935 |
2020 | 2024-02-16T05:25:00.435Z | tflt 0.225341958 |
2021 | 2024-02-16T05:25:00.435Z | dflt 0.043604942 |
2022 | 2024-02-16T05:25:00.435Z | kflt 0.000001739 |
2023 | 2024-02-16T05:25:00.435Z | lock 23:21.195229991 |
2024 | 2024-02-16T05:25:00.435Z | slp 16:19.938400344 |
2025 | 2024-02-16T05:25:00.436Z | lat 16.436772732 |
2026 | 2024-02-16T05:25:00.436Z | stop 11.804136876 |
2027 | 2024-02-16T05:25:00.436Z | process exited: duration 597319 ms, exit code 1 |
|
2028 | 2024-02-16T05:25:00.476Z | found 1 output files |
2029 | 2024-02-16T05:25:00.476Z | uploading: /work/version.txt (26 bytes) |
2030 | 2024-02-16T05:25:01.495Z | uploaded: /work/version.txt |
2031 | 2024-02-16T05:25:01.495Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |
2032 | 2024-02-16T05:25:01.495Z | upload error: rule "/work/global-zone-packages.tar.gz" required a match, but was not used |
2033 | 2024-02-16T05:25:01.495Z | upload error: rule "/work/trampoline-global-zone-packages.tar.gz" required a match, but was not used |
2034 | 2024-02-16T05:25:01.495Z | upload error: rule "/work/zones/*.tar.gz" required a match, but was not used |