|
|
|
1 | 2024-02-15T04:08:40.933Z | job assigned to worker 01HPNF60WKC0NXM3EKWSJ4BQYN (queued for 1 m 0 s) |
|
2 | 2024-02-15T04:08:41.680Z | starting task 0: "setup" |
3 | 2024-02-15T04:08:41.764Z | ++ uname -s |
4 | 2024-02-15T04:08:41.768Z | + kern=SunOS |
5 | 2024-02-15T04:08:41.768Z | + case "$kern" in |
6 | 2024-02-15T04:08:41.768Z | + groupadd -g 12345 build |
7 | 2024-02-15T04:08:41.771Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-15T04:08:43.783Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-15T04:08:43.875Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-15T04:08:43.886Z | + home_fs=zfs |
11 | 2024-02-15T04:08:43.886Z | + [[ zfs == autofs ]] |
12 | 2024-02-15T04:08:43.886Z | + mkdir -p /home/build |
13 | 2024-02-15T04:08:43.886Z | + chown build:build /home/build /work |
14 | 2024-02-15T04:08:45.880Z | + chmod 0700 /home/build /work |
15 | 2024-02-15T04:08:45.893Z | process exited: duration 4201 ms, exit code 0 |
|
16 | 2024-02-15T04:08:45.924Z | starting task 1: "rust-toolchain" |
17 | 2024-02-15T04:08:45.932Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-15T04:08:45.935Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-15T04:08:46.052Z | info: downloading installer |
20 | 2024-02-15T04:08:47.680Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-15T04:08:47.680Z | warning: /opt/ooce/bin |
22 | 2024-02-15T04:08:47.680Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-15T04:08:47.680Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-15T04:08:47.680Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-15T04:08:47.681Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-15T04:08:47.681Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-15T04:08:47.681Z | error: cannot install while Rust is installed |
28 | 2024-02-15T04:08:47.681Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-15T04:08:47.787Z | info: profile set to 'default' |
30 | 2024-02-15T04:08:47.787Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-15T04:08:47.791Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-15T04:08:47.948Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-15T04:08:47.948Z | info: downloading component 'cargo' |
34 | 2024-02-15T04:08:48.702Z | info: downloading component 'clippy' |
35 | 2024-02-15T04:08:48.963Z | info: downloading component 'rust-docs' |
36 | 2024-02-15T04:08:49.881Z | info: downloading component 'rust-std' |
37 | 2024-02-15T04:08:51.502Z | info: downloading component 'rustc' |
38 | 2024-02-15T04:08:55.362Z | info: downloading component 'rustfmt' |
39 | 2024-02-15T04:08:55.650Z | info: installing component 'cargo' |
40 | 2024-02-15T04:08:56.606Z | info: installing component 'clippy' |
41 | 2024-02-15T04:08:57.023Z | info: installing component 'rust-docs' |
42 | 2024-02-15T04:08:58.575Z | info: installing component 'rust-std' |
43 | 2024-02-15T04:09:00.523Z | info: installing component 'rustc' |
44 | 2024-02-15T04:09:04.861Z | info: installing component 'rustfmt' |
45 | 2024-02-15T04:09:05.197Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-15T04:09:05.197Z | |
47 | 2024-02-15T04:09:05.478Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-15T04:09:05.478Z | |
49 | 2024-02-15T04:09:05.479Z | |
50 | 2024-02-15T04:09:05.479Z | Rust is installed now. Great! |
51 | 2024-02-15T04:09:05.479Z | |
52 | 2024-02-15T04:09:05.480Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-15T04:09:05.480Z | environment variable. This has not been done automatically. |
54 | 2024-02-15T04:09:05.480Z | |
55 | 2024-02-15T04:09:05.480Z | To configure your current shell, run: |
56 | 2024-02-15T04:09:05.480Z | source "$HOME/.cargo/env" |
57 | 2024-02-15T04:09:05.538Z | + rustc --version |
58 | 2024-02-15T04:09:05.614Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-15T04:09:05.619Z | process exited: duration 19690 ms, exit code 0 |
|
60 | 2024-02-15T04:09:05.632Z | starting task 2: "authentication" |
61 | 2024-02-15T04:09:05.660Z | process exited: duration 26 ms, exit code 0 |
|
62 | 2024-02-15T04:09:05.702Z | starting task 3: "clone repository" |
63 | 2024-02-15T04:09:06.128Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-15T04:09:06.129Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-15T04:09:06.152Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-15T04:09:11.531Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-15T04:09:11.951Z | + git fetch origin cc614b30014d8b83667c92b9318ea181a4df920c |
68 | 2024-02-15T04:09:11.952Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-15T04:09:11.952Z | * branch cc614b30014d8b83667c92b9318ea181a4df920c -> FETCH_HEAD |
70 | 2024-02-15T04:09:11.952Z | + [[ -n renovate/taiki-e-install-action-digest ]] |
71 | 2024-02-15T04:09:11.952Z | ++ git branch --show-current |
72 | 2024-02-15T04:09:11.952Z | + current=main |
73 | 2024-02-15T04:09:11.952Z | + [[ main != renovate/taiki-e-install-action-digest ]] |
74 | 2024-02-15T04:09:11.952Z | + git branch -f renovate/taiki-e-install-action-digest cc614b30014d8b83667c92b9318ea181a4df920c |
75 | 2024-02-15T04:09:11.952Z | + git checkout -f renovate/taiki-e-install-action-digest |
76 | 2024-02-15T04:09:11.999Z | Switched to branch 'renovate/taiki-e-install-action-digest' |
77 | 2024-02-15T04:09:12.003Z | + git reset --hard cc614b30014d8b83667c92b9318ea181a4df920c |
78 | 2024-02-15T04:09:12.013Z | HEAD is now at cc614b300 Update taiki-e/install-action digest to 14422f8 |
79 | 2024-02-15T04:09:12.017Z | process exited: duration 6331 ms, exit code 0 |
|
80 | 2024-02-15T04:09:12.024Z | starting task 4: "build" |
81 | 2024-02-15T04:09:12.031Z | + cargo --version |
82 | 2024-02-15T04:09:12.036Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-15T04:09:12.307Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-15T04:09:12.307Z | info: downloading component 'cargo' |
85 | 2024-02-15T04:09:13.234Z | info: downloading component 'clippy' |
86 | 2024-02-15T04:09:13.529Z | info: downloading component 'rust-docs' |
87 | 2024-02-15T04:09:14.655Z | info: downloading component 'rust-std' |
88 | 2024-02-15T04:09:16.330Z | info: downloading component 'rustc' |
89 | 2024-02-15T04:09:20.761Z | info: downloading component 'rustfmt' |
90 | 2024-02-15T04:09:21.007Z | info: installing component 'cargo' |
91 | 2024-02-15T04:09:21.934Z | info: installing component 'clippy' |
92 | 2024-02-15T04:09:22.299Z | info: installing component 'rust-docs' |
93 | 2024-02-15T04:09:23.940Z | info: installing component 'rust-std' |
94 | 2024-02-15T04:09:25.613Z | info: installing component 'rustc' |
95 | 2024-02-15T04:09:29.762Z | info: installing component 'rustfmt' |
96 | 2024-02-15T04:09:30.185Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-15T04:09:30.185Z | + rustc --version |
98 | 2024-02-15T04:09:30.241Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-15T04:09:30.247Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-02-15T04:09:42.452Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-02-15T04:09:43.921Z | Startup: Caching catalogs ... Done |
102 | 2024-02-15T04:09:45.243Z | Planning: Solver setup ... Done (0.970s) |
103 | 2024-02-15T04:09:45.271Z | Planning: Running solver ... Done (0.023s) |
104 | 2024-02-15T04:09:45.687Z | Planning: Finding local manifests ... Done (0.395s) |
105 | 2024-02-15T04:09:45.770Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-02-15T04:09:46.387Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-02-15T04:09:46.409Z | Planning: Package planning ... Done (0.056s) |
108 | 2024-02-15T04:09:46.409Z | Planning: Merging actions ... Done (0.054s) |
109 | 2024-02-15T04:09:48.327Z | Planning: Checking for conflicting actions ... Done (1.827s) |
110 | 2024-02-15T04:09:48.352Z | Planning: Consolidating action changes ... Done (0.012s) |
111 | 2024-02-15T04:09:53.138Z | Planning: Evaluating mediators ... Done (5.211s) |
112 | 2024-02-15T04:09:53.558Z | Planning: Planning completed in 9.18 seconds |
113 | 2024-02-15T04:09:53.586Z | Packages to install: 4 |
114 | 2024-02-15T04:09:53.586Z | Mediators to change: 2 |
115 | 2024-02-15T04:09:53.587Z | Services to change: 1 |
116 | 2024-02-15T04:09:53.587Z | Estimated space available: 148.87 GB |
117 | 2024-02-15T04:09:53.587Z | Estimated space to be consumed: 1.41 GB |
118 | 2024-02-15T04:09:53.587Z | Create boot environment: No |
119 | 2024-02-15T04:09:53.587Z | Create backup boot environment: No |
120 | 2024-02-15T04:09:53.587Z | Rebuild boot archive: No |
121 | 2024-02-15T04:09:53.587Z | |
122 | 2024-02-15T04:09:53.588Z | Changed mediators: |
123 | 2024-02-15T04:09:53.588Z | mediator clang: |
124 | 2024-02-15T04:09:53.588Z | version: None -> 15 (system default) |
125 | 2024-02-15T04:09:53.588Z | |
126 | 2024-02-15T04:09:53.588Z | mediator llvm: |
127 | 2024-02-15T04:09:53.589Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-02-15T04:09:53.589Z | |
129 | 2024-02-15T04:09:53.589Z | Changed packages: |
130 | 2024-02-15T04:09:53.589Z | helios-dev |
131 | 2024-02-15T04:09:53.589Z | developer/build-essential |
132 | 2024-02-15T04:09:53.589Z | None -> 11-2.0 |
133 | 2024-02-15T04:09:53.590Z | library/libxmlsec1 |
134 | 2024-02-15T04:09:53.590Z | None -> 1.2.35-2.0 |
135 | 2024-02-15T04:09:53.590Z | ooce/developer/clang-15 |
136 | 2024-02-15T04:09:53.590Z | None -> 15.0.7-2.0 |
137 | 2024-02-15T04:09:53.590Z | ooce/developer/llvm-15 |
138 | 2024-02-15T04:09:53.591Z | None -> 15.0.7-2.0 |
139 | 2024-02-15T04:09:53.591Z | |
140 | 2024-02-15T04:09:53.591Z | Services: |
141 | 2024-02-15T04:09:53.591Z | restart_fmri: |
142 | 2024-02-15T04:09:53.591Z | svc:/system/update-man-index:default |
143 | 2024-02-15T04:09:53.636Z | |
144 | 2024-02-15T04:09:53.636Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-02-15T04:09:59.884Z | Download: 881/3290 items 18.8/212.6MB 8% complete (3.9M/s) |
146 | 2024-02-15T04:10:05.350Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (10.1M/s) |
147 | 2024-02-15T04:10:10.365Z | Download: 1805/3290 items 118.3/212.6MB 55% complete (7.7M/s) |
148 | 2024-02-15T04:10:15.789Z | Download: 2296/3290 items 119.6/212.6MB 56% complete (3.6M/s) |
149 | 2024-02-15T04:10:20.364Z | Download: 3107/3290 items 128.4/212.6MB 60% complete (941k/s) |
150 | 2024-02-15T04:10:27.252Z | Download: 3246/3290 items 203.1/212.6MB 95% complete (8.3M/s) |
151 | 2024-02-15T04:10:28.854Z | Download: Completed 212.60 MB in 35.21 seconds (6.0M/s) |
152 | 2024-02-15T04:10:29.041Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-02-15T04:10:34.084Z | Actions: 3577/3689 actions (Installing new actions) |
154 | 2024-02-15T04:10:34.579Z | Actions: Completed 3689 actions in 5.53 seconds. |
155 | 2024-02-15T04:10:35.090Z | Done (0.089s) |
156 | 2024-02-15T04:10:35.090Z | Done (0.000s) |
157 | 2024-02-15T04:10:35.098Z | Done (0.217s) |
158 | 2024-02-15T04:10:41.757Z | Done (6.740s) |
159 | 2024-02-15T04:10:41.939Z | Done (0.096s) |
160 | 2024-02-15T04:10:41.950Z | Done (0.000s) |
161 | 2024-02-15T04:10:42.117Z | Done (0.000s) |
162 | 2024-02-15T04:10:42.696Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-02-15T04:10:42.872Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-02-15T04:10:42.875Z | Planning: Consolidating action changes ... Done |
165 | 2024-02-15T04:10:43.172Z | Planning: Evaluating mediators ... Done |
166 | 2024-02-15T04:10:43.175Z | Planning: Planning completed in 0.48 seconds |
167 | 2024-02-15T04:10:43.209Z | Mediators to change: 2 |
168 | 2024-02-15T04:10:43.209Z | Create boot environment: No |
169 | 2024-02-15T04:10:43.209Z | Create backup boot environment: No |
170 | 2024-02-15T04:10:43.289Z | Done |
171 | 2024-02-15T04:10:43.289Z | Done |
172 | 2024-02-15T04:10:43.426Z | Done |
173 | 2024-02-15T04:10:47.745Z | Done |
174 | 2024-02-15T04:10:47.852Z | Done |
175 | 2024-02-15T04:10:47.873Z | Done |
176 | 2024-02-15T04:10:47.950Z | Done |
177 | 2024-02-15T04:10:48.659Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-02-15T04:10:48.668Z | Planning: Merging actions ... Done |
179 | 2024-02-15T04:10:48.877Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-02-15T04:10:48.883Z | Planning: Consolidating action changes ... Done |
181 | 2024-02-15T04:10:49.163Z | Planning: Evaluating mediators ... Done |
182 | 2024-02-15T04:10:49.225Z | Planning: Planning completed in 0.86 seconds |
183 | 2024-02-15T04:10:49.263Z | Packages to change: 1 |
184 | 2024-02-15T04:10:49.263Z | Mediators to change: 1 |
185 | 2024-02-15T04:10:49.263Z | Services to change: 1 |
186 | 2024-02-15T04:10:49.264Z | Create boot environment: No |
187 | 2024-02-15T04:10:49.277Z | Create backup boot environment: Yes |
188 | 2024-02-15T04:10:51.240Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-02-15T04:10:51.264Z | Actions: Completed 6 actions in 0.03 seconds. |
190 | 2024-02-15T04:10:51.295Z | Done |
191 | 2024-02-15T04:10:51.295Z | Done |
192 | 2024-02-15T04:10:51.316Z | Done |
193 | 2024-02-15T04:10:56.076Z | Done |
194 | 2024-02-15T04:10:56.113Z | Done |
195 | 2024-02-15T04:10:56.113Z | Done |
196 | 2024-02-15T04:10:56.113Z | Done |
197 | 2024-02-15T04:10:56.378Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-02-15T04:10:56.378Z | clang system 15 system |
199 | 2024-02-15T04:10:56.378Z | csh system system illumos |
200 | 2024-02-15T04:10:56.378Z | ctags system system illumos |
201 | 2024-02-15T04:10:56.379Z | gcc vendor 12 vendor |
202 | 2024-02-15T04:10:56.379Z | gcc system 10 system |
203 | 2024-02-15T04:10:56.379Z | gcc system 7 system |
204 | 2024-02-15T04:10:56.379Z | go system 1.20 system |
205 | 2024-02-15T04:10:56.379Z | go system 1.19 system |
206 | 2024-02-15T04:10:56.379Z | llvm system 15 system |
207 | 2024-02-15T04:10:56.380Z | llvm system 14 system |
208 | 2024-02-15T04:10:56.380Z | mariadb system 10.6 system |
209 | 2024-02-15T04:10:56.380Z | mta vendor vendor dma |
210 | 2024-02-15T04:10:56.380Z | openjdk system 17 system |
211 | 2024-02-15T04:10:56.380Z | openjdk system 11 system |
212 | 2024-02-15T04:10:56.380Z | openjdk system 1.8 system |
213 | 2024-02-15T04:10:56.380Z | openssl vendor 3 vendor |
214 | 2024-02-15T04:10:56.380Z | perl system 5.36 system |
215 | 2024-02-15T04:10:56.381Z | postgresql system 15 system |
216 | 2024-02-15T04:10:56.381Z | postgresql system 13 system |
217 | 2024-02-15T04:10:56.381Z | python vendor 3 vendor |
218 | 2024-02-15T04:10:56.381Z | python system 2 system |
219 | 2024-02-15T04:10:56.381Z | python3 system 3.11 system |
220 | 2024-02-15T04:10:56.381Z | ruby system 3.0 system |
221 | 2024-02-15T04:10:56.381Z | words vendor vendor american-english |
222 | 2024-02-15T04:10:56.382Z | words system system australian-english |
223 | 2024-02-15T04:10:56.382Z | words system system british-english |
224 | 2024-02-15T04:10:56.382Z | words system system canadian-english |
225 | 2024-02-15T04:10:56.382Z | words system system french |
226 | 2024-02-15T04:10:56.382Z | words system system italian |
227 | 2024-02-15T04:10:56.383Z | words system system ngerman |
228 | 2024-02-15T04:10:56.383Z | words system system ogerman |
229 | 2024-02-15T04:10:56.390Z | words system system spanish |
230 | 2024-02-15T04:10:56.761Z | FMRI IFO |
231 | 2024-02-15T04:10:56.761Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-02-15T04:10:56.762Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-02-15T04:10:56.762Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-02-15T04:10:56.762Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-02-15T04:10:56.762Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-02-15T04:10:56.762Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-02-15T04:10:56.762Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-02-15T04:10:56.762Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-02-15T04:10:56.833Z | + set -o errexit |
240 | 2024-02-15T04:10:56.839Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2024-02-15T04:10:56.839Z | ++ cd ./tools |
242 | 2024-02-15T04:10:56.839Z | ++ pwd |
243 | 2024-02-15T04:10:56.839Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2024-02-15T04:10:56.839Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2024-02-15T04:10:56.839Z | + ARG0=ci_download_cockroachdb |
246 | 2024-02-15T04:10:56.839Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2024-02-15T04:10:56.844Z | + CIDL_VERSION=v22.1.9 |
248 | 2024-02-15T04:10:56.844Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2024-02-15T04:10:56.844Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
250 | 2024-02-15T04:10:56.844Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
251 | 2024-02-15T04:10:56.844Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
252 | 2024-02-15T04:10:56.845Z | + TARGET_DIR=out |
253 | 2024-02-15T04:10:56.845Z | + DOWNLOAD_DIR=out/downloads |
254 | 2024-02-15T04:10:56.845Z | + DEST_DIR=./out/cockroachdb |
255 | 2024-02-15T04:10:56.845Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2024-02-15T04:10:56.845Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2024-02-15T04:10:56.845Z | + main |
258 | 2024-02-15T04:10:56.845Z | + [[ 0 != 0 ]] |
259 | 2024-02-15T04:10:56.845Z | + CIDL_OS=solaris2.11 |
260 | 2024-02-15T04:10:56.845Z | + [[ 0 != 0 ]] |
261 | 2024-02-15T04:10:56.845Z | + configure_os solaris2.11 |
262 | 2024-02-15T04:10:56.845Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2024-02-15T04:10:56.846Z | current directory: /work/oxidecomputer/omicron |
264 | 2024-02-15T04:10:56.846Z | configuring based on OS: "solaris2.11" |
265 | 2024-02-15T04:10:56.846Z | + echo 'configuring based on OS: "solaris2.11"' |
266 | 2024-02-15T04:10:56.846Z | + case "$1" in |
267 | 2024-02-15T04:10:56.846Z | + CIDL_BUILD=illumos |
268 | 2024-02-15T04:10:56.846Z | + CIDL_SUFFIX=tar.gz |
269 | 2024-02-15T04:10:56.846Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
270 | 2024-02-15T04:10:56.846Z | + CIDL_URL_BASE=https://illumos.org/downloads |
271 | 2024-02-15T04:10:56.846Z | + CIDL_ASSEMBLE=do_assemble_illumos |
272 | 2024-02-15T04:10:56.847Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
273 | 2024-02-15T04:10:56.847Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-15T04:10:56.847Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-15T04:10:56.847Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
276 | 2024-02-15T04:10:56.847Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-15T04:10:56.847Z | + CIDL_SHA256FUNC=do_sha256sum |
278 | 2024-02-15T04:10:56.847Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-02-15T04:10:56.847Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2024-02-15T04:10:56.847Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-02-15T04:10:56.847Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-15T04:10:56.848Z | + mkdir -p out/downloads |
283 | 2024-02-15T04:10:56.848Z | + mkdir -p ./out/cockroachdb |
284 | 2024-02-15T04:10:56.901Z | + local DO_DOWNLOAD=true |
285 | 2024-02-15T04:10:56.901Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2024-02-15T04:10:56.901Z | + '[' true == true ']' |
287 | 2024-02-15T04:10:56.901Z | + echo Downloading... |
288 | 2024-02-15T04:10:56.901Z | Downloading... |
289 | 2024-02-15T04:10:56.901Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-15T04:10:56.901Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-02-15T04:11:02.388Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-15T04:11:02.402Z | ++ sha256sum |
293 | 2024-02-15T04:11:02.402Z | ++ awk '{print $1}' |
294 | 2024-02-15T04:11:02.493Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
295 | 2024-02-15T04:11:02.493Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
296 | 2024-02-15T04:11:02.499Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-15T04:11:02.499Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2024-02-15T04:11:04.662Z | + do_assemble_illumos |
299 | 2024-02-15T04:11:04.662Z | + rm -r ./out/cockroachdb |
300 | 2024-02-15T04:11:04.680Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2024-02-15T04:11:05.114Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2024-02-15T04:11:05.357Z | Build Tag: v22.1.9-dirty |
303 | 2024-02-15T04:11:05.357Z | Build Time: 2022/10/26 21:17:46 |
304 | 2024-02-15T04:11:05.357Z | Distribution: OSS |
305 | 2024-02-15T04:11:05.358Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2024-02-15T04:11:05.358Z | Go Version: go1.17.13 |
307 | 2024-02-15T04:11:05.358Z | C Compiler: gcc 10.3.0 |
308 | 2024-02-15T04:11:05.358Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2024-02-15T04:11:05.358Z | Build Type: release |
310 | 2024-02-15T04:11:05.407Z | + set -o errexit |
311 | 2024-02-15T04:11:05.429Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2024-02-15T04:11:05.429Z | ++ cd ./tools |
313 | 2024-02-15T04:11:05.429Z | ++ pwd |
314 | 2024-02-15T04:11:05.429Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2024-02-15T04:11:05.429Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2024-02-15T04:11:05.430Z | + ARG0=ci_download_clickhouse |
317 | 2024-02-15T04:11:05.430Z | + TARGET_DIR=out |
318 | 2024-02-15T04:11:05.430Z | + DOWNLOAD_DIR=out/downloads |
319 | 2024-02-15T04:11:05.430Z | + DEST_DIR=./out/clickhouse |
320 | 2024-02-15T04:11:05.430Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
321 | 2024-02-15T04:11:05.431Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2024-02-15T04:11:05.431Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2024-02-15T04:11:05.431Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2024-02-15T04:11:05.431Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2024-02-15T04:11:05.431Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2024-02-15T04:11:05.432Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2024-02-15T04:11:05.432Z | + main |
328 | 2024-02-15T04:11:05.432Z | + [[ 0 != 0 ]] |
329 | 2024-02-15T04:11:05.432Z | + CIDL_OS=solaris2.11 |
330 | 2024-02-15T04:11:05.432Z | + [[ 0 != 0 ]] |
331 | 2024-02-15T04:11:05.432Z | + configure_os solaris2.11 |
332 | 2024-02-15T04:11:05.433Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2024-02-15T04:11:05.433Z | current directory: /work/oxidecomputer/omicron |
334 | 2024-02-15T04:11:05.433Z | configuring based on OS: "solaris2.11" |
335 | 2024-02-15T04:11:05.433Z | + echo 'configuring based on OS: "solaris2.11"' |
336 | 2024-02-15T04:11:05.433Z | + CIDL_DASHREV= |
337 | 2024-02-15T04:11:05.434Z | + case "$1" in |
338 | 2024-02-15T04:11:05.434Z | + CIDL_PLATFORM=illumos |
339 | 2024-02-15T04:11:05.434Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2024-02-15T04:11:05.434Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2024-02-15T04:11:05.434Z | + CIDL_DASHREV=-1 |
342 | 2024-02-15T04:11:05.435Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2024-02-15T04:11:05.435Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-15T04:11:05.435Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-15T04:11:05.435Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-15T04:11:05.436Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-02-15T04:11:05.436Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-15T04:11:05.437Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-15T04:11:05.437Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2024-02-15T04:11:05.438Z | + mkdir -p out/downloads |
351 | 2024-02-15T04:11:05.438Z | + mkdir -p ./out/clickhouse |
352 | 2024-02-15T04:11:05.438Z | + local DO_DOWNLOAD=true |
353 | 2024-02-15T04:11:05.438Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2024-02-15T04:11:05.439Z | + '[' true == true ']' |
355 | 2024-02-15T04:11:05.440Z | Downloading... |
356 | 2024-02-15T04:11:05.440Z | + echo Downloading... |
357 | 2024-02-15T04:11:05.440Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2024-02-15T04:11:05.440Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-02-15T04:11:07.666Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-15T04:11:07.676Z | ++ md5sum |
361 | 2024-02-15T04:11:07.676Z | ++ awk '{print $1}' |
362 | 2024-02-15T04:11:07.676Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2024-02-15T04:11:07.676Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
364 | 2024-02-15T04:11:07.676Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2024-02-15T04:11:07.676Z | + mkdir -p ./out/clickhouse |
366 | 2024-02-15T04:11:07.676Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2024-02-15T04:11:10.621Z | + ./out/clickhouse/clickhouse server --version |
368 | 2024-02-15T04:11:10.667Z | ClickHouse server version 22.8.9.1. |
369 | 2024-02-15T04:11:10.688Z | + set -o errexit |
370 | 2024-02-15T04:11:10.709Z | +++ dirname ./tools/ci_download_console |
371 | 2024-02-15T04:11:10.709Z | ++ cd ./tools |
372 | 2024-02-15T04:11:10.709Z | ++ pwd |
373 | 2024-02-15T04:11:10.709Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2024-02-15T04:11:10.710Z | ++ basename ./tools/ci_download_console |
375 | 2024-02-15T04:11:10.710Z | + ARG0=ci_download_console |
376 | 2024-02-15T04:11:10.710Z | + TARGET_DIR=out |
377 | 2024-02-15T04:11:10.710Z | + DOWNLOAD_DIR=out/downloads |
378 | 2024-02-15T04:11:10.710Z | + DEST_DIR=./out/console-assets |
379 | 2024-02-15T04:11:10.711Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2024-02-15T04:11:10.711Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
381 | 2024-02-15T04:11:10.711Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
382 | 2024-02-15T04:11:10.711Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
383 | 2024-02-15T04:11:10.711Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2024-02-15T04:11:10.711Z | + main |
385 | 2024-02-15T04:11:10.711Z | + [[ 0 != 0 ]] |
386 | 2024-02-15T04:11:10.711Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
387 | 2024-02-15T04:11:10.712Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
388 | 2024-02-15T04:11:10.712Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2024-02-15T04:11:10.712Z | Local file: out/downloads/console.tar.gz |
390 | 2024-02-15T04:11:10.712Z | + local DO_DOWNLOAD=true |
391 | 2024-02-15T04:11:10.712Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2024-02-15T04:11:10.712Z | + mkdir -p out/downloads |
393 | 2024-02-15T04:11:10.712Z | + '[' true == true ']' |
394 | 2024-02-15T04:11:10.713Z | + echo Downloading... |
395 | 2024-02-15T04:11:10.713Z | Downloading... |
396 | 2024-02-15T04:11:10.713Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
397 | 2024-02-15T04:11:10.713Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
398 | 2024-02-15T04:11:11.149Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2024-02-15T04:11:11.149Z | ++ case "$OSTYPE" in |
400 | 2024-02-15T04:11:11.163Z | ++ SHA=sha256sum |
401 | 2024-02-15T04:11:11.163Z | ++ sha256sum |
402 | 2024-02-15T04:11:11.163Z | ++ awk '{print $1}' |
403 | 2024-02-15T04:11:11.163Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
404 | 2024-02-15T04:11:11.163Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
405 | 2024-02-15T04:11:11.163Z | + rm -rf ./out/console-assets |
406 | 2024-02-15T04:11:11.163Z | + mkdir -p ./out/console-assets |
407 | 2024-02-15T04:11:11.190Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2024-02-15T04:11:11.190Z | + mkdir -p ./out/console-assets |
409 | 2024-02-15T04:11:11.191Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2024-02-15T04:11:11.259Z | + set -o errexit |
411 | 2024-02-15T04:11:11.265Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2024-02-15T04:11:11.265Z | ++ cd ./tools |
413 | 2024-02-15T04:11:11.266Z | ++ pwd |
414 | 2024-02-15T04:11:11.266Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2024-02-15T04:11:11.266Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2024-02-15T04:11:11.266Z | + ARG0=ci_download_maghemite_openapi |
417 | 2024-02-15T04:11:11.267Z | + TARGET_DIR=out |
418 | 2024-02-15T04:11:11.267Z | + DOWNLOAD_DIR=out/downloads |
419 | 2024-02-15T04:11:11.267Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
420 | 2024-02-15T04:11:11.267Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
421 | 2024-02-15T04:11:11.268Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
422 | 2024-02-15T04:11:11.268Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
423 | 2024-02-15T04:11:11.268Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
424 | 2024-02-15T04:11:11.268Z | + main |
425 | 2024-02-15T04:11:11.268Z | + [[ 0 != 0 ]] |
426 | 2024-02-15T04:11:11.281Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
427 | 2024-02-15T04:11:11.281Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
428 | 2024-02-15T04:11:11.281Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
429 | 2024-02-15T04:11:11.281Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
430 | 2024-02-15T04:11:11.282Z | + local DO_DOWNLOAD=true |
431 | 2024-02-15T04:11:11.282Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
432 | 2024-02-15T04:11:11.282Z | + mkdir -p out/downloads |
433 | 2024-02-15T04:11:11.282Z | + '[' true == true ']' |
434 | 2024-02-15T04:11:11.283Z | + echo Downloading... |
435 | 2024-02-15T04:11:11.284Z | Downloading... |
436 | 2024-02-15T04:11:11.284Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
437 | 2024-02-15T04:11:11.284Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
438 | 2024-02-15T04:11:11.534Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
439 | 2024-02-15T04:11:11.534Z | ++ case "$OSTYPE" in |
440 | 2024-02-15T04:11:11.553Z | ++ SHA=sha256sum |
441 | 2024-02-15T04:11:11.554Z | ++ sha256sum |
442 | 2024-02-15T04:11:11.554Z | ++ awk '{print $1}' |
443 | 2024-02-15T04:11:11.554Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
444 | 2024-02-15T04:11:11.554Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
445 | 2024-02-15T04:11:11.554Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
446 | 2024-02-15T04:11:11.554Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
447 | 2024-02-15T04:11:11.555Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
448 | 2024-02-15T04:11:11.555Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
449 | 2024-02-15T04:11:11.555Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
450 | 2024-02-15T04:11:11.555Z | + main |
451 | 2024-02-15T04:11:11.556Z | + [[ 0 != 0 ]] |
452 | 2024-02-15T04:11:11.556Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
453 | 2024-02-15T04:11:11.556Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
454 | 2024-02-15T04:11:11.556Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
455 | 2024-02-15T04:11:11.556Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
456 | 2024-02-15T04:11:11.557Z | + local DO_DOWNLOAD=true |
457 | 2024-02-15T04:11:11.557Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
458 | 2024-02-15T04:11:11.557Z | + mkdir -p out/downloads |
459 | 2024-02-15T04:11:11.557Z | + '[' true == true ']' |
460 | 2024-02-15T04:11:11.557Z | + echo Downloading... |
461 | 2024-02-15T04:11:11.558Z | Downloading... |
462 | 2024-02-15T04:11:11.558Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
463 | 2024-02-15T04:11:11.558Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
464 | 2024-02-15T04:11:11.848Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
465 | 2024-02-15T04:11:11.872Z | ++ case "$OSTYPE" in |
466 | 2024-02-15T04:11:11.872Z | ++ SHA=sha256sum |
467 | 2024-02-15T04:11:11.872Z | ++ sha256sum |
468 | 2024-02-15T04:11:11.872Z | ++ awk '{print $1}' |
469 | 2024-02-15T04:11:11.873Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
470 | 2024-02-15T04:11:11.873Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
471 | 2024-02-15T04:11:11.890Z | + set -o errexit |
472 | 2024-02-15T04:11:11.890Z | +++ dirname ./tools/ci_download_dendrite_openapi |
473 | 2024-02-15T04:11:11.890Z | ++ cd ./tools |
474 | 2024-02-15T04:11:11.891Z | ++ pwd |
475 | 2024-02-15T04:11:11.891Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
476 | 2024-02-15T04:11:11.891Z | ++ basename ./tools/ci_download_dendrite_openapi |
477 | 2024-02-15T04:11:11.891Z | + ARG0=ci_download_dendrite_openapi |
478 | 2024-02-15T04:11:11.891Z | + TARGET_DIR=out |
479 | 2024-02-15T04:11:11.891Z | + DOWNLOAD_DIR=out/downloads |
480 | 2024-02-15T04:11:11.891Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2024-02-15T04:11:11.891Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
482 | 2024-02-15T04:11:11.892Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
483 | 2024-02-15T04:11:11.892Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
484 | 2024-02-15T04:11:11.892Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
485 | 2024-02-15T04:11:11.892Z | + main |
486 | 2024-02-15T04:11:11.892Z | + [[ 0 != 0 ]] |
487 | 2024-02-15T04:11:11.892Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
488 | 2024-02-15T04:11:11.892Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
489 | 2024-02-15T04:11:11.892Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
490 | 2024-02-15T04:11:11.892Z | + local DO_DOWNLOAD=true |
491 | 2024-02-15T04:11:11.892Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
492 | 2024-02-15T04:11:11.893Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
493 | 2024-02-15T04:11:11.893Z | + mkdir -p out/downloads |
494 | 2024-02-15T04:11:11.893Z | + '[' true == true ']' |
495 | 2024-02-15T04:11:11.893Z | + echo Downloading... |
496 | 2024-02-15T04:11:11.893Z | Downloading... |
497 | 2024-02-15T04:11:11.893Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
498 | 2024-02-15T04:11:11.893Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
499 | 2024-02-15T04:11:12.157Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
500 | 2024-02-15T04:11:12.157Z | ++ case "$OSTYPE" in |
501 | 2024-02-15T04:11:12.168Z | ++ SHA=sha256sum |
502 | 2024-02-15T04:11:12.168Z | ++ sha256sum |
503 | 2024-02-15T04:11:12.168Z | ++ awk '{print $1}' |
504 | 2024-02-15T04:11:12.168Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
505 | 2024-02-15T04:11:12.168Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
506 | 2024-02-15T04:11:12.184Z | + set -o errexit |
507 | 2024-02-15T04:11:12.184Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2024-02-15T04:11:12.185Z | ++ cd ./tools |
509 | 2024-02-15T04:11:12.185Z | ++ pwd |
510 | 2024-02-15T04:11:12.185Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2024-02-15T04:11:12.185Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2024-02-15T04:11:12.186Z | + ARG0=ci_download_dendrite_stub |
513 | 2024-02-15T04:11:12.186Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2024-02-15T04:11:12.186Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
515 | 2024-02-15T04:11:12.186Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
516 | 2024-02-15T04:11:12.186Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
517 | 2024-02-15T04:11:12.186Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2024-02-15T04:11:12.187Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
519 | 2024-02-15T04:11:12.187Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
520 | 2024-02-15T04:11:12.187Z | + TARGET_DIR=out |
521 | 2024-02-15T04:11:12.187Z | + DOWNLOAD_DIR=out/downloads |
522 | 2024-02-15T04:11:12.187Z | + DEST_DIR=./out/dendrite-stub |
523 | 2024-02-15T04:11:12.187Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
524 | 2024-02-15T04:11:12.187Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2024-02-15T04:11:12.187Z | + REPO=oxidecomputer/dendrite |
526 | 2024-02-15T04:11:12.187Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
527 | 2024-02-15T04:11:12.187Z | + main |
528 | 2024-02-15T04:11:12.188Z | + [[ 0 != 0 ]] |
529 | 2024-02-15T04:11:12.188Z | + CIDL_OS=solaris2.11 |
530 | 2024-02-15T04:11:12.188Z | + [[ 0 != 0 ]] |
531 | 2024-02-15T04:11:12.188Z | + configure_os solaris2.11 |
532 | 2024-02-15T04:11:12.188Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2024-02-15T04:11:12.189Z | + echo 'configuring based on OS: "solaris2.11"' |
534 | 2024-02-15T04:11:12.189Z | current directory: /work/oxidecomputer/omicron |
535 | 2024-02-15T04:11:12.189Z | configuring based on OS: "solaris2.11" |
536 | 2024-02-15T04:11:12.189Z | + case "$1" in |
537 | 2024-02-15T04:11:12.189Z | + SET_BINARIES= |
538 | 2024-02-15T04:11:12.189Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
539 | 2024-02-15T04:11:12.189Z | + CIDL_SHA256FUNC=do_sha256sum |
540 | 2024-02-15T04:11:12.189Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
541 | 2024-02-15T04:11:12.189Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
542 | 2024-02-15T04:11:12.189Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
543 | 2024-02-15T04:11:12.190Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
544 | 2024-02-15T04:11:12.190Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
545 | 2024-02-15T04:11:12.190Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
546 | 2024-02-15T04:11:12.190Z | + mkdir -p out/downloads |
547 | 2024-02-15T04:11:12.190Z | Local file: out/downloads/dendrite-stub.tar.gz |
548 | 2024-02-15T04:11:12.190Z | + mkdir -p ./out/dendrite-stub |
549 | 2024-02-15T04:11:12.200Z | + fetch_and_verify |
550 | 2024-02-15T04:11:12.200Z | + local DO_DOWNLOAD=true |
551 | 2024-02-15T04:11:12.200Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
552 | 2024-02-15T04:11:12.200Z | + '[' true == true ']' |
553 | 2024-02-15T04:11:12.200Z | + echo Downloading... |
554 | 2024-02-15T04:11:12.201Z | Downloading... |
555 | 2024-02-15T04:11:12.201Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
556 | 2024-02-15T04:11:12.201Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
557 | 2024-02-15T04:11:43.398Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-15T04:11:43.415Z | ++ sha256sum |
559 | 2024-02-15T04:11:43.415Z | ++ awk '{print $1}' |
560 | 2024-02-15T04:11:43.432Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
561 | 2024-02-15T04:11:43.432Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
562 | 2024-02-15T04:11:43.432Z | + do_untar out/downloads/dendrite-stub.tar.gz |
563 | 2024-02-15T04:11:43.432Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
564 | 2024-02-15T04:11:44.112Z | + do_assemble |
565 | 2024-02-15T04:11:44.113Z | + rm -r ./out/dendrite-stub |
566 | 2024-02-15T04:11:44.122Z | + mkdir ./out/dendrite-stub |
567 | 2024-02-15T04:11:44.122Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
568 | 2024-02-15T04:11:44.217Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
569 | 2024-02-15T04:11:44.229Z | + set -o errexit |
570 | 2024-02-15T04:11:44.235Z | +++ dirname ./tools/ci_download_maghemite_mgd |
571 | 2024-02-15T04:11:44.252Z | ++ cd ./tools |
572 | 2024-02-15T04:11:44.252Z | ++ pwd |
573 | 2024-02-15T04:11:44.252Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
574 | 2024-02-15T04:11:44.252Z | ++ basename ./tools/ci_download_maghemite_mgd |
575 | 2024-02-15T04:11:44.252Z | + ARG0=ci_download_maghemite_mgd |
576 | 2024-02-15T04:11:44.252Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
577 | 2024-02-15T04:11:44.252Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
578 | 2024-02-15T04:11:44.252Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
579 | 2024-02-15T04:11:44.252Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
580 | 2024-02-15T04:11:44.252Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
581 | 2024-02-15T04:11:44.252Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
582 | 2024-02-15T04:11:44.252Z | + TARGET_DIR=out |
583 | 2024-02-15T04:11:44.252Z | + DOWNLOAD_DIR=out/downloads |
584 | 2024-02-15T04:11:44.252Z | + DEST_DIR=./out/mgd |
585 | 2024-02-15T04:11:44.252Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
586 | 2024-02-15T04:11:44.252Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2024-02-15T04:11:44.252Z | + REPO=oxidecomputer/maghemite |
588 | 2024-02-15T04:11:44.252Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
589 | 2024-02-15T04:11:44.252Z | + main |
590 | 2024-02-15T04:11:44.253Z | + [[ 0 != 0 ]] |
591 | 2024-02-15T04:11:44.253Z | + CIDL_OS=solaris2.11 |
592 | 2024-02-15T04:11:44.253Z | + [[ 0 != 0 ]] |
593 | 2024-02-15T04:11:44.253Z | + configure_os solaris2.11 |
594 | 2024-02-15T04:11:44.253Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2024-02-15T04:11:44.253Z | current directory: /work/oxidecomputer/omicron |
596 | 2024-02-15T04:11:44.253Z | + echo 'configuring based on OS: "solaris2.11"' |
597 | 2024-02-15T04:11:44.253Z | + case "$1" in |
598 | 2024-02-15T04:11:44.253Z | configuring based on OS: "solaris2.11" |
599 | 2024-02-15T04:11:44.253Z | + SET_BINARIES= |
600 | 2024-02-15T04:11:44.253Z | + CIDL_SHA256FUNC=do_sha256sum |
601 | 2024-02-15T04:11:44.253Z | + TARBALL_FILENAME=mgd.tar.gz |
602 | 2024-02-15T04:11:44.253Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
603 | 2024-02-15T04:11:44.253Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
604 | 2024-02-15T04:11:44.253Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
605 | 2024-02-15T04:11:44.253Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
606 | 2024-02-15T04:11:44.253Z | Local file: out/downloads/mgd.tar.gz |
607 | 2024-02-15T04:11:44.253Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
608 | 2024-02-15T04:11:44.253Z | + mkdir -p out/downloads |
609 | 2024-02-15T04:11:44.253Z | + mkdir -p ./out/mgd |
610 | 2024-02-15T04:11:44.253Z | + fetch_and_verify |
611 | 2024-02-15T04:11:44.253Z | + local DO_DOWNLOAD=true |
612 | 2024-02-15T04:11:44.253Z | + [[ -f out/downloads/mgd.tar.gz ]] |
613 | 2024-02-15T04:11:44.253Z | + '[' true == true ']' |
614 | 2024-02-15T04:11:44.254Z | + echo Downloading... |
615 | 2024-02-15T04:11:44.254Z | Downloading... |
616 | 2024-02-15T04:11:44.254Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
617 | 2024-02-15T04:11:44.254Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
618 | 2024-02-15T04:11:58.143Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
619 | 2024-02-15T04:11:58.156Z | ++ sha256sum |
620 | 2024-02-15T04:11:58.156Z | ++ awk '{print $1}' |
621 | 2024-02-15T04:11:58.156Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
622 | 2024-02-15T04:11:58.156Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
623 | 2024-02-15T04:11:58.156Z | + do_untar out/downloads/mgd.tar.gz |
624 | 2024-02-15T04:11:58.156Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
625 | 2024-02-15T04:11:58.614Z | + do_assemble |
626 | 2024-02-15T04:11:58.614Z | + rm -r ./out/mgd |
627 | 2024-02-15T04:11:58.635Z | + mkdir ./out/mgd |
628 | 2024-02-15T04:11:58.635Z | + cp -r out/downloads/root ./out/mgd/root |
629 | 2024-02-15T04:11:58.800Z | + set -o errexit |
630 | 2024-02-15T04:11:58.819Z | +++ dirname ./tools/ci_download_transceiver_control |
631 | 2024-02-15T04:11:58.819Z | ++ cd ./tools |
632 | 2024-02-15T04:11:58.820Z | ++ pwd |
633 | 2024-02-15T04:11:58.820Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2024-02-15T04:11:58.820Z | ++ basename ./tools/ci_download_transceiver_control |
635 | 2024-02-15T04:11:58.820Z | + ARG0=ci_download_transceiver_control |
636 | 2024-02-15T04:11:58.820Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
637 | 2024-02-15T04:11:58.821Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2024-02-15T04:11:58.821Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2024-02-15T04:11:58.821Z | + TARGET_DIR=out |
640 | 2024-02-15T04:11:58.821Z | + DOWNLOAD_DIR=out/downloads |
641 | 2024-02-15T04:11:58.821Z | + DEST_DIR=./out/transceiver-control |
642 | 2024-02-15T04:11:58.821Z | + BIN_DIR=/opt/oxide/bin |
643 | 2024-02-15T04:11:58.821Z | + BINARY=xcvradm |
644 | 2024-02-15T04:11:58.821Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2024-02-15T04:11:58.822Z | + REPO=oxidecomputer/transceiver-control |
646 | 2024-02-15T04:11:58.822Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2024-02-15T04:11:58.822Z | + main |
648 | 2024-02-15T04:11:58.822Z | + [[ 0 != 0 ]] |
649 | 2024-02-15T04:11:58.822Z | + CIDL_OS=solaris2.11 |
650 | 2024-02-15T04:11:58.822Z | + [[ 0 != 0 ]] |
651 | 2024-02-15T04:11:58.823Z | + configure_os solaris2.11 |
652 | 2024-02-15T04:11:58.823Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2024-02-15T04:11:58.823Z | current directory: /work/oxidecomputer/omicron |
654 | 2024-02-15T04:11:58.823Z | + echo 'configuring based on OS: "solaris2.11"' |
655 | 2024-02-15T04:11:58.823Z | + case "$1" in |
656 | 2024-02-15T04:11:58.823Z | configuring based on OS: "solaris2.11" |
657 | 2024-02-15T04:11:58.824Z | + SET_BINARIES= |
658 | 2024-02-15T04:11:58.824Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-02-15T04:11:58.824Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2024-02-15T04:11:58.824Z | + ARCHIVE_FILENAME=xcvradm.gz |
661 | 2024-02-15T04:11:58.824Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2024-02-15T04:11:58.824Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
663 | 2024-02-15T04:11:58.824Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
664 | 2024-02-15T04:11:58.825Z | + echo 'Local file: out/downloads/xcvradm.gz' |
665 | 2024-02-15T04:11:58.825Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2024-02-15T04:11:58.825Z | Local file: out/downloads/xcvradm.gz |
667 | 2024-02-15T04:11:58.825Z | + mkdir -p out/downloads |
668 | 2024-02-15T04:11:58.825Z | + mkdir -p ./out/transceiver-control |
669 | 2024-02-15T04:11:58.825Z | + fetch_and_verify |
670 | 2024-02-15T04:11:58.825Z | + local DO_DOWNLOAD=true |
671 | 2024-02-15T04:11:58.826Z | + [[ -f out/downloads/xcvradm.gz ]] |
672 | 2024-02-15T04:11:58.826Z | + '[' true == true ']' |
673 | 2024-02-15T04:11:58.826Z | + echo Downloading... |
674 | 2024-02-15T04:11:58.826Z | Downloading... |
675 | 2024-02-15T04:11:58.826Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
676 | 2024-02-15T04:11:58.826Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2024-02-15T04:12:03.268Z | ++ do_sha256sum out/downloads/xcvradm.gz |
678 | 2024-02-15T04:12:03.276Z | ++ sha256sum |
679 | 2024-02-15T04:12:03.277Z | ++ awk '{print $1}' |
680 | 2024-02-15T04:12:03.277Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2024-02-15T04:12:03.277Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
682 | 2024-02-15T04:12:03.277Z | + do_unpack out/downloads/xcvradm.gz |
683 | 2024-02-15T04:12:03.277Z | + mkdir -p out/downloads/root//opt/oxide/bin |
684 | 2024-02-15T04:12:03.277Z | + gzip -dc out/downloads/xcvradm.gz |
685 | 2024-02-15T04:12:03.382Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
686 | 2024-02-15T04:12:03.387Z | + do_assemble |
687 | 2024-02-15T04:12:03.387Z | + rm -r ./out/transceiver-control |
688 | 2024-02-15T04:12:03.387Z | + mkdir ./out/transceiver-control |
689 | 2024-02-15T04:12:03.391Z | + cp -r out/downloads/root ./out/transceiver-control/root |
690 | 2024-02-15T04:12:03.560Z | All prerequisites installed successfully |
691 | 2024-02-15T04:12:03.571Z | |
692 | 2024-02-15T04:12:03.571Z | real 2:33.256829803 |
693 | 2024-02-15T04:12:03.572Z | user 36.733658664 |
694 | 2024-02-15T04:12:03.572Z | sys 7.291605211 |
695 | 2024-02-15T04:12:03.572Z | trap 0.009501464 |
696 | 2024-02-15T04:12:03.572Z | tflt 0.412047208 |
697 | 2024-02-15T04:12:03.572Z | dflt 0.838371386 |
698 | 2024-02-15T04:12:03.572Z | kflt 0.302490278 |
699 | 2024-02-15T04:12:03.572Z | lock 1.965829417 |
700 | 2024-02-15T04:12:03.572Z | slp 5:34.284181560 |
701 | 2024-02-15T04:12:03.572Z | lat 1.786772552 |
702 | 2024-02-15T04:12:03.572Z | stop 0.147885314 |
703 | 2024-02-15T04:12:03.572Z | + banner end-to-end-tests |
704 | 2024-02-15T04:12:03.679Z | |
705 | 2024-02-15T04:12:03.679Z | ###### # # ##### ##### #### ###### # # ##### |
706 | 2024-02-15T04:12:03.679Z | # ## # # # # # # # ## # # # |
707 | 2024-02-15T04:12:03.679Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
708 | 2024-02-15T04:12:03.679Z | # # # # # # # # # # # # # # # |
709 | 2024-02-15T04:12:03.680Z | # # ## # # # # # # # ## # # |
710 | 2024-02-15T04:12:03.680Z | ###### # # ##### # #### ###### # # ##### |
711 | 2024-02-15T04:12:03.680Z | |
712 | 2024-02-15T04:12:03.719Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
713 | 2024-02-15T04:12:03.719Z | + CARGO_PROFILE_DEV_DEBUG=1 |
714 | 2024-02-15T04:12:03.720Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
715 | 2024-02-15T04:12:03.720Z | + CARGO_PROFILE_TEST_DEBUG=1 |
716 | 2024-02-15T04:12:03.720Z | + export CARGO_INCREMENTAL=0 |
717 | 2024-02-15T04:12:03.720Z | + CARGO_INCREMENTAL=0 |
718 | 2024-02-15T04:12:03.720Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
719 | 2024-02-15T04:12:03.910Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
720 | 2024-02-15T04:12:04.223Z | Updating git repository `https://github.com/oxidecomputer/samael` |
721 | 2024-02-15T04:12:04.599Z | Updating crates.io index |
722 | 2024-02-15T04:12:04.648Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2024-02-15T04:12:05.490Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2024-02-15T04:12:07.232Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2024-02-15T04:12:07.972Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
726 | 2024-02-15T04:12:08.682Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
727 | 2024-02-15T04:12:08.701Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
728 | 2024-02-15T04:12:08.794Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2024-02-15T04:12:09.647Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2024-02-15T04:12:11.990Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2024-02-15T04:12:12.915Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
732 | 2024-02-15T04:12:13.270Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2024-02-15T04:12:13.838Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
734 | 2024-02-15T04:12:14.153Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
735 | 2024-02-15T04:12:14.475Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2024-02-15T04:12:14.750Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2024-02-15T04:12:15.141Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2024-02-15T04:12:15.639Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
739 | 2024-02-15T04:12:16.167Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2024-02-15T04:12:16.392Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
741 | 2024-02-15T04:12:16.716Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
742 | 2024-02-15T04:12:18.073Z | Updating git repository `https://github.com/jgallagher/nix` |
743 | 2024-02-15T04:12:19.058Z | Updating git repository `https://github.com/cbiffle/hubpack` |
744 | 2024-02-15T04:12:19.415Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2024-02-15T04:12:20.948Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2024-02-15T04:12:21.313Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2024-02-15T04:12:21.579Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2024-02-15T04:12:23.014Z | Downloading crates ... |
749 | 2024-02-15T04:12:23.247Z | Downloaded adler v1.0.2 |
750 | 2024-02-15T04:12:23.274Z | Downloaded atomicwrites v0.4.3 |
751 | 2024-02-15T04:12:23.274Z | Downloaded debug-ignore v1.0.5 |
752 | 2024-02-15T04:12:23.274Z | Downloaded bit-vec v0.6.3 |
753 | 2024-02-15T04:12:23.274Z | Downloaded base16ct v0.2.0 |
754 | 2024-02-15T04:12:23.274Z | Downloaded atomic-waker v1.1.1 |
755 | 2024-02-15T04:12:23.279Z | Downloaded diesel_table_macro_syntax v0.1.0 |
756 | 2024-02-15T04:12:23.279Z | Downloaded crossbeam-deque v0.8.3 |
757 | 2024-02-15T04:12:23.279Z | Downloaded block-buffer v0.10.4 |
758 | 2024-02-15T04:12:23.279Z | Downloaded pretty-hex v0.4.1 |
759 | 2024-02-15T04:12:23.279Z | Downloaded postgres-types v0.2.6 |
760 | 2024-02-15T04:12:23.279Z | Downloaded bit-set v0.5.3 |
761 | 2024-02-15T04:12:23.279Z | Downloaded base64ct v1.6.0 |
762 | 2024-02-15T04:12:23.287Z | Downloaded block-padding v0.3.3 |
763 | 2024-02-15T04:12:23.291Z | Downloaded strsim v0.8.0 |
764 | 2024-02-15T04:12:23.291Z | Downloaded bitflags v1.3.2 |
765 | 2024-02-15T04:12:23.295Z | Downloaded base64 v0.21.7 |
766 | 2024-02-15T04:12:23.300Z | Downloaded num-bigint v0.4.4 |
767 | 2024-02-15T04:12:23.323Z | Downloaded parse-display v0.9.0 |
768 | 2024-02-15T04:12:23.336Z | Downloaded num-complex v0.4.4 |
769 | 2024-02-15T04:12:23.336Z | Downloaded matches v0.1.10 |
770 | 2024-02-15T04:12:23.337Z | Downloaded aes v0.8.3 |
771 | 2024-02-15T04:12:23.337Z | Downloaded derive-where v1.2.7 |
772 | 2024-02-15T04:12:23.350Z | Downloaded pem v3.0.2 |
773 | 2024-02-15T04:12:23.350Z | Downloaded password-hash v0.5.0 |
774 | 2024-02-15T04:12:23.350Z | Downloaded bitflags v2.4.0 |
775 | 2024-02-15T04:12:23.355Z | Downloaded pest_generator v2.7.6 |
776 | 2024-02-15T04:12:23.355Z | Downloaded curve25519-dalek-derive v0.1.0 |
777 | 2024-02-15T04:12:23.355Z | Downloaded crucible-workspace-hack v0.1.0 |
778 | 2024-02-15T04:12:23.355Z | Downloaded anstyle-parse v0.2.1 |
779 | 2024-02-15T04:12:23.356Z | Downloaded defmt v0.3.5 |
780 | 2024-02-15T04:12:23.365Z | Downloaded phf_shared v0.10.0 |
781 | 2024-02-15T04:12:23.369Z | Downloaded atty v0.2.14 |
782 | 2024-02-15T04:12:23.369Z | Downloaded num v0.4.1 |
783 | 2024-02-15T04:12:23.369Z | Downloaded opaque-debug v0.3.0 |
784 | 2024-02-15T04:12:23.373Z | Downloaded openssl-probe v0.1.5 |
785 | 2024-02-15T04:12:23.373Z | Downloaded clap_lex v0.5.1 |
786 | 2024-02-15T04:12:23.379Z | Downloaded pbkdf2 v0.12.2 |
787 | 2024-02-15T04:12:23.380Z | Downloaded num-iter v0.1.43 |
788 | 2024-02-15T04:12:23.386Z | Downloaded num-derive v0.4.0 |
789 | 2024-02-15T04:12:23.386Z | Downloaded ansi_term v0.12.1 |
790 | 2024-02-15T04:12:23.392Z | Downloaded lock_api v0.4.10 |
791 | 2024-02-15T04:12:23.392Z | Downloaded cancel-safe-futures v0.1.5 |
792 | 2024-02-15T04:12:23.398Z | Downloaded tower-service v0.3.2 |
793 | 2024-02-15T04:12:23.398Z | Downloaded time-core v0.1.1 |
794 | 2024-02-15T04:12:23.398Z | Downloaded phf v0.11.2 |
795 | 2024-02-15T04:12:23.402Z | Downloaded num_enum_derive v0.5.11 |
796 | 2024-02-15T04:12:23.402Z | Downloaded structopt-derive v0.4.18 |
797 | 2024-02-15T04:12:23.402Z | Downloaded predicates-core v1.0.6 |
798 | 2024-02-15T04:12:23.408Z | Downloaded waitgroup v0.1.2 |
799 | 2024-02-15T04:12:23.408Z | Downloaded dtrace-parser v0.2.0 |
800 | 2024-02-15T04:12:23.408Z | Downloaded foreign-types v0.3.2 |
801 | 2024-02-15T04:12:23.413Z | Downloaded take_mut v0.2.2 |
802 | 2024-02-15T04:12:23.413Z | Downloaded gethostname v0.4.3 |
803 | 2024-02-15T04:12:23.429Z | Downloaded httpdate v1.0.3 |
804 | 2024-02-15T04:12:23.429Z | Downloaded http-range v0.1.5 |
805 | 2024-02-15T04:12:23.433Z | Downloaded arrayref v0.3.7 |
806 | 2024-02-15T04:12:23.433Z | Downloaded polyval v0.6.1 |
807 | 2024-02-15T04:12:23.433Z | Downloaded md-5 v0.10.5 |
808 | 2024-02-15T04:12:23.433Z | Downloaded parse-display-derive v0.9.0 |
809 | 2024-02-15T04:12:23.434Z | Downloaded hubpack v0.1.2 |
810 | 2024-02-15T04:12:23.434Z | Downloaded argon2 v0.5.3 |
811 | 2024-02-15T04:12:23.434Z | Downloaded anstyle v1.0.2 |
812 | 2024-02-15T04:12:23.434Z | Downloaded anyhow v1.0.75 |
813 | 2024-02-15T04:12:23.440Z | Downloaded russh-cryptovec v0.7.0 |
814 | 2024-02-15T04:12:23.446Z | Downloaded pin-utils v0.1.0 |
815 | 2024-02-15T04:12:23.446Z | Downloaded futures-sink v0.3.30 |
816 | 2024-02-15T04:12:23.446Z | Downloaded futures-macro v0.3.30 |
817 | 2024-02-15T04:12:23.446Z | Downloaded untrusted v0.9.0 |
818 | 2024-02-15T04:12:23.451Z | Downloaded platforms v3.0.2 |
819 | 2024-02-15T04:12:23.456Z | Downloaded usdt-impl v0.3.5 |
820 | 2024-02-15T04:12:23.456Z | Downloaded walkdir v2.4.0 |
821 | 2024-02-15T04:12:23.462Z | Downloaded hash32 v0.2.1 |
822 | 2024-02-15T04:12:23.462Z | Downloaded async-stream v0.3.5 |
823 | 2024-02-15T04:12:23.462Z | Downloaded hostname v0.3.1 |
824 | 2024-02-15T04:12:23.471Z | Downloaded diesel_derives v2.1.2 |
825 | 2024-02-15T04:12:23.471Z | Downloaded rustversion v1.0.14 |
826 | 2024-02-15T04:12:23.477Z | Downloaded scopeguard v1.2.0 |
827 | 2024-02-15T04:12:23.477Z | Downloaded ciborium v0.2.2 |
828 | 2024-02-15T04:12:23.477Z | Downloaded iana-time-zone v0.1.57 |
829 | 2024-02-15T04:12:23.483Z | Downloaded clap v4.4.3 |
830 | 2024-02-15T04:12:23.506Z | Downloaded synstructure v0.12.6 |
831 | 2024-02-15T04:12:23.533Z | Downloaded want v0.3.1 |
832 | 2024-02-15T04:12:23.533Z | Downloaded num-traits v0.2.16 |
833 | 2024-02-15T04:12:23.533Z | Downloaded usdt-macro v0.5.0 |
834 | 2024-02-15T04:12:23.533Z | Downloaded toolchain_find v0.2.0 |
835 | 2024-02-15T04:12:23.533Z | Downloaded getrandom v0.1.16 |
836 | 2024-02-15T04:12:23.533Z | Downloaded uuid v1.7.0 |
837 | 2024-02-15T04:12:23.533Z | Downloaded dof v0.1.5 |
838 | 2024-02-15T04:12:23.533Z | Downloaded term v0.7.0 |
839 | 2024-02-15T04:12:23.533Z | Downloaded endian-type v0.1.2 |
840 | 2024-02-15T04:12:23.533Z | Downloaded slog-scope v4.4.0 |
841 | 2024-02-15T04:12:23.534Z | Downloaded sha2 v0.10.8 |
842 | 2024-02-15T04:12:23.534Z | Downloaded smf v0.2.2 |
843 | 2024-02-15T04:12:23.534Z | Downloaded zeroize_derive v1.4.2 |
844 | 2024-02-15T04:12:23.534Z | Downloaded ghash v0.5.0 |
845 | 2024-02-15T04:12:23.542Z | Downloaded unicode-width v0.1.11 |
846 | 2024-02-15T04:12:23.543Z | Downloaded hyper-rustls v0.24.2 |
847 | 2024-02-15T04:12:23.543Z | Downloaded russh-keys v0.40.1 |
848 | 2024-02-15T04:12:23.543Z | Downloaded dtrace-parser v0.1.14 |
849 | 2024-02-15T04:12:23.543Z | Downloaded rand_core v0.5.1 |
850 | 2024-02-15T04:12:23.544Z | Downloaded rand_chacha v0.2.2 |
851 | 2024-02-15T04:12:23.544Z | Downloaded foreign-types-shared v0.3.1 |
852 | 2024-02-15T04:12:23.544Z | Downloaded foreign-types-shared v0.1.1 |
853 | 2024-02-15T04:12:23.545Z | Downloaded subtle v2.5.0 |
854 | 2024-02-15T04:12:23.545Z | Downloaded enum-as-inner v0.5.1 |
855 | 2024-02-15T04:12:23.545Z | Downloaded scroll_derive v0.12.0 |
856 | 2024-02-15T04:12:23.545Z | Downloaded tokio-native-tls v0.3.1 |
857 | 2024-02-15T04:12:23.559Z | Downloaded toml v0.8.9 |
858 | 2024-02-15T04:12:23.560Z | Downloaded semver v0.11.0 |
859 | 2024-02-15T04:12:23.560Z | Downloaded scroll v0.12.0 |
860 | 2024-02-15T04:12:23.560Z | Downloaded clap_derive v4.4.2 |
861 | 2024-02-15T04:12:23.560Z | Downloaded serde_tokenstream v0.2.0 |
862 | 2024-02-15T04:12:23.570Z | Downloaded proc-macro-crate v1.3.1 |
863 | 2024-02-15T04:12:23.571Z | Downloaded serde_tokenstream v0.1.7 |
864 | 2024-02-15T04:12:23.571Z | Downloaded crypto-common v0.1.6 |
865 | 2024-02-15T04:12:23.571Z | Downloaded crypto-bigint v0.5.2 |
866 | 2024-02-15T04:12:23.578Z | Downloaded swrite v0.1.0 |
867 | 2024-02-15T04:12:23.579Z | Downloaded thiserror v1.0.56 |
868 | 2024-02-15T04:12:23.585Z | Downloaded rustc_version v0.4.0 |
869 | 2024-02-15T04:12:23.585Z | Downloaded const-oid v0.9.5 |
870 | 2024-02-15T04:12:23.585Z | Downloaded headers-core v0.2.0 |
871 | 2024-02-15T04:12:23.585Z | Downloaded slog-async v2.8.0 |
872 | 2024-02-15T04:12:23.608Z | Downloaded usdt v0.5.0 |
873 | 2024-02-15T04:12:23.608Z | Downloaded cc v1.0.83 |
874 | 2024-02-15T04:12:23.608Z | Downloaded siphasher v0.3.11 |
875 | 2024-02-15T04:12:23.608Z | Downloaded serde_repr v0.1.16 |
876 | 2024-02-15T04:12:23.608Z | Downloaded getrandom v0.2.10 |
877 | 2024-02-15T04:12:23.609Z | Downloaded ecdsa v0.16.9 |
878 | 2024-02-15T04:12:23.609Z | Downloaded slog-dtrace v0.3.0 |
879 | 2024-02-15T04:12:23.609Z | Downloaded half v2.3.1 |
880 | 2024-02-15T04:12:23.619Z | Downloaded normalize-line-endings v0.3.0 |
881 | 2024-02-15T04:12:23.620Z | Downloaded slog-envlogger v2.2.0 |
882 | 2024-02-15T04:12:23.620Z | Downloaded futures-io v0.3.30 |
883 | 2024-02-15T04:12:23.620Z | Downloaded digest v0.10.7 |
884 | 2024-02-15T04:12:23.620Z | Downloaded usdt-attr-macro v0.3.5 |
885 | 2024-02-15T04:12:23.632Z | Downloaded slog-bunyan v2.5.0 |
886 | 2024-02-15T04:12:23.632Z | Downloaded schemars_derive v0.8.16 |
887 | 2024-02-15T04:12:23.632Z | Downloaded rustfmt-wrapper v0.2.0 |
888 | 2024-02-15T04:12:23.632Z | Downloaded indexmap v1.9.3 |
889 | 2024-02-15T04:12:23.633Z | Downloaded rustls-pki-types v1.1.0 |
890 | 2024-02-15T04:12:23.633Z | Downloaded structmeta v0.3.0 |
891 | 2024-02-15T04:12:23.639Z | Downloaded strsim v0.10.0 |
892 | 2024-02-15T04:12:23.639Z | Downloaded zip v0.6.6 |
893 | 2024-02-15T04:12:23.640Z | Downloaded group v0.13.0 |
894 | 2024-02-15T04:12:23.640Z | Downloaded serde_with_macros v3.6.0 |
895 | 2024-02-15T04:12:23.647Z | Downloaded zerocopy-derive v0.7.32 |
896 | 2024-02-15T04:12:23.647Z | Downloaded fxhash v0.2.1 |
897 | 2024-02-15T04:12:23.647Z | Downloaded ipnetwork v0.20.0 |
898 | 2024-02-15T04:12:23.647Z | Downloaded hex v0.4.3 |
899 | 2024-02-15T04:12:23.654Z | Downloaded inout v0.1.3 |
900 | 2024-02-15T04:12:23.654Z | Downloaded rand_chacha v0.3.1 |
901 | 2024-02-15T04:12:23.654Z | Downloaded derive_more v0.99.17 |
902 | 2024-02-15T04:12:23.659Z | Downloaded tokio-macros v2.2.0 |
903 | 2024-02-15T04:12:23.659Z | Downloaded rand_core v0.6.4 |
904 | 2024-02-15T04:12:23.664Z | Downloaded strum v0.25.0 |
905 | 2024-02-15T04:12:23.664Z | Downloaded whoami v1.4.1 |
906 | 2024-02-15T04:12:23.664Z | Downloaded trust-dns-server v0.22.1 |
907 | 2024-02-15T04:12:23.671Z | Downloaded darling_macro v0.20.3 |
908 | 2024-02-15T04:12:23.671Z | Downloaded sha1 v0.10.6 |
909 | 2024-02-15T04:12:23.671Z | Downloaded serde_derive v1.0.196 |
910 | 2024-02-15T04:12:23.686Z | Downloaded hubpack_derive v0.1.1 |
911 | 2024-02-15T04:12:23.686Z | Downloaded signature v2.1.0 |
912 | 2024-02-15T04:12:23.686Z | Downloaded hash32 v0.3.1 |
913 | 2024-02-15T04:12:23.686Z | Downloaded rustls-pemfile v1.0.3 |
914 | 2024-02-15T04:12:23.686Z | Downloaded sct v0.7.0 |
915 | 2024-02-15T04:12:23.691Z | Downloaded semver v0.1.20 |
916 | 2024-02-15T04:12:23.691Z | Downloaded serde_urlencoded v0.7.1 |
917 | 2024-02-15T04:12:23.691Z | Downloaded thread-id v4.2.0 |
918 | 2024-02-15T04:12:23.691Z | Downloaded terminal_size v0.2.6 |
919 | 2024-02-15T04:12:23.697Z | Downloaded usdt v0.3.5 |
920 | 2024-02-15T04:12:23.697Z | Downloaded unicode-ident v1.0.12 |
921 | 2024-02-15T04:12:23.697Z | Downloaded unicode-segmentation v1.10.1 |
922 | 2024-02-15T04:12:23.706Z | Downloaded pest v2.7.6 |
923 | 2024-02-15T04:12:23.715Z | Downloaded heapless v0.8.0 |
924 | 2024-02-15T04:12:23.715Z | Downloaded display-error-chain v0.2.0 |
925 | 2024-02-15T04:12:23.715Z | Downloaded version_check v0.9.4 |
926 | 2024-02-15T04:12:23.722Z | Downloaded thiserror-no-std v2.0.2 |
927 | 2024-02-15T04:12:23.722Z | Downloaded ed25519 v2.2.2 |
928 | 2024-02-15T04:12:23.723Z | Downloaded vec_map v0.8.2 |
929 | 2024-02-15T04:12:23.723Z | Downloaded resolv-conf v0.7.0 |
930 | 2024-02-15T04:12:23.742Z | Downloaded typenum v1.16.0 |
931 | 2024-02-15T04:12:23.742Z | Downloaded try-lock v0.2.4 |
932 | 2024-02-15T04:12:23.742Z | Downloaded dirs v5.0.1 |
933 | 2024-02-15T04:12:23.742Z | Downloaded secrecy v0.8.0 |
934 | 2024-02-15T04:12:23.742Z | Downloaded structmeta-derive v0.3.0 |
935 | 2024-02-15T04:12:23.742Z | Downloaded heck v0.4.1 |
936 | 2024-02-15T04:12:23.742Z | Downloaded subprocess v0.2.9 |
937 | 2024-02-15T04:12:23.742Z | Downloaded time-macros v0.2.13 |
938 | 2024-02-15T04:12:23.742Z | Downloaded proc-macro2 v1.0.78 |
939 | 2024-02-15T04:12:23.756Z | Downloaded phf_shared v0.11.2 |
940 | 2024-02-15T04:12:23.756Z | Downloaded either v1.9.0 |
941 | 2024-02-15T04:12:23.756Z | Downloaded futures-task v0.3.30 |
942 | 2024-02-15T04:12:23.756Z | Downloaded hmac v0.12.1 |
943 | 2024-02-15T04:12:23.757Z | Downloaded difflib v0.4.0 |
944 | 2024-02-15T04:12:23.757Z | Downloaded serde_spanned v0.6.5 |
945 | 2024-02-15T04:12:23.757Z | Downloaded quick-error v1.2.3 |
946 | 2024-02-15T04:12:23.760Z | Downloaded instant v0.1.12 |
947 | 2024-02-15T04:12:23.760Z | Downloaded spki v0.7.2 |
948 | 2024-02-15T04:12:23.760Z | Downloaded rustc_version v0.1.7 |
949 | 2024-02-15T04:12:23.760Z | Downloaded serde_path_to_error v0.1.15 |
950 | 2024-02-15T04:12:23.760Z | Downloaded glob v0.3.1 |
951 | 2024-02-15T04:12:23.760Z | Downloaded slog v2.7.0 |
952 | 2024-02-15T04:12:23.760Z | Downloaded strum v0.26.1 |
953 | 2024-02-15T04:12:23.760Z | Downloaded rustc-demangle v0.1.23 |
954 | 2024-02-15T04:12:23.763Z | Downloaded usdt-impl v0.5.0 |
955 | 2024-02-15T04:12:23.764Z | Downloaded rayon-core v1.12.0 |
956 | 2024-02-15T04:12:23.768Z | Downloaded errno v0.3.8 |
957 | 2024-02-15T04:12:23.769Z | Downloaded aes-gcm v0.10.3 |
958 | 2024-02-15T04:12:23.772Z | Downloaded ucd-trie v0.1.6 |
959 | 2024-02-15T04:12:23.772Z | Downloaded rcgen v0.12.1 |
960 | 2024-02-15T04:12:23.791Z | Downloaded semver v1.0.21 |
961 | 2024-02-15T04:12:23.791Z | Downloaded similar v2.3.0 |
962 | 2024-02-15T04:12:23.791Z | Downloaded thread_local v1.1.7 |
963 | 2024-02-15T04:12:23.791Z | Downloaded serde_derive_internals v0.26.0 |
964 | 2024-02-15T04:12:23.791Z | Downloaded quote v1.0.35 |
965 | 2024-02-15T04:12:23.791Z | Downloaded tokio-rustls v0.24.1 |
966 | 2024-02-15T04:12:23.796Z | Downloaded tracing-attributes v0.1.26 |
967 | 2024-02-15T04:12:23.796Z | Downloaded ipnet v2.9.0 |
968 | 2024-02-15T04:12:23.800Z | Downloaded r2d2 v0.8.10 |
969 | 2024-02-15T04:12:23.800Z | Downloaded proc-macro-error-attr v1.0.4 |
970 | 2024-02-15T04:12:23.800Z | Downloaded schemars v0.8.16 |
971 | 2024-02-15T04:12:23.809Z | Downloaded unsafe-libyaml v0.2.10 |
972 | 2024-02-15T04:12:23.813Z | Downloaded foreign-types v0.5.0 |
973 | 2024-02-15T04:12:23.816Z | Downloaded hashbrown v0.12.3 |
974 | 2024-02-15T04:12:23.819Z | Downloaded zerocopy v0.3.0 |
975 | 2024-02-15T04:12:23.819Z | Downloaded postcard v1.0.8 |
976 | 2024-02-15T04:12:23.822Z | Downloaded nom v7.1.3 |
977 | 2024-02-15T04:12:23.837Z | Downloaded headers v0.3.9 |
978 | 2024-02-15T04:12:23.842Z | Downloaded ed25519-dalek v2.0.0 |
979 | 2024-02-15T04:12:23.842Z | Downloaded russh v0.40.2 |
980 | 2024-02-15T04:12:23.846Z | Downloaded http v1.0.0 |
981 | 2024-02-15T04:12:23.846Z | Downloaded blake3 v1.5.0 |
982 | 2024-02-15T04:12:23.852Z | Downloaded aho-corasick v1.0.4 |
983 | 2024-02-15T04:12:23.857Z | Downloaded flate2 v1.0.28 |
984 | 2024-02-15T04:12:23.863Z | Downloaded yasna v0.5.2 |
985 | 2024-02-15T04:12:23.866Z | Downloaded rand v0.8.5 |
986 | 2024-02-15T04:12:23.869Z | Downloaded winnow v0.5.15 |
987 | 2024-02-15T04:12:23.876Z | Downloaded vsss-rs v3.3.4 |
988 | 2024-02-15T04:12:23.879Z | Downloaded url v2.5.0 |
989 | 2024-02-15T04:12:23.882Z | Downloaded itertools v0.12.1 |
990 | 2024-02-15T04:12:23.890Z | Downloaded petgraph v0.6.4 |
991 | 2024-02-15T04:12:23.905Z | Downloaded tinyvec v1.6.0 |
992 | 2024-02-15T04:12:23.908Z | Downloaded steno v0.4.0 |
993 | 2024-02-15T04:12:23.912Z | Downloaded serde_with v3.6.0 |
994 | 2024-02-15T04:12:23.921Z | Downloaded hashbrown v0.13.2 |
995 | 2024-02-15T04:12:23.926Z | Downloaded futures-util v0.3.30 |
996 | 2024-02-15T04:12:23.939Z | Downloaded rand v0.7.3 |
997 | 2024-02-15T04:12:23.947Z | Downloaded regex-automata v0.1.10 |
998 | 2024-02-15T04:12:23.950Z | Downloaded reqwest v0.11.22 |
999 | 2024-02-15T04:12:23.958Z | Downloaded tokio-postgres v0.7.10 |
1000 | 2024-02-15T04:12:23.963Z | Downloaded hashbrown v0.14.2 |
1001 | 2024-02-15T04:12:23.969Z | Downloaded rayon v1.8.0 |
1002 | 2024-02-15T04:12:23.982Z | Downloaded clap v2.34.0 |
1003 | 2024-02-15T04:12:24.410Z | Downloaded tokio-util v0.7.10 |
1004 | 2024-02-15T04:12:24.410Z | Downloaded rustls-webpki v0.102.1 |
1005 | 2024-02-15T04:12:24.430Z | Downloaded curve25519-dalek v4.1.1 |
1006 | 2024-02-15T04:12:24.430Z | Downloaded regress v0.7.1 |
1007 | 2024-02-15T04:12:24.431Z | Downloaded object v0.32.1 |
1008 | 2024-02-15T04:12:24.431Z | Downloaded zerocopy v0.7.32 |
1009 | 2024-02-15T04:12:24.431Z | Downloaded idna v0.5.0 |
1010 | 2024-02-15T04:12:24.431Z | Downloaded regex v1.10.3 |
1011 | 2024-02-15T04:12:24.431Z | Downloaded radix_trie v0.2.1 |
1012 | 2024-02-15T04:12:24.432Z | Downloaded idna v0.2.3 |
1013 | 2024-02-15T04:12:24.432Z | Downloaded gimli v0.28.0 |
1014 | 2024-02-15T04:12:24.432Z | Downloaded regex-syntax v0.8.2 |
1015 | 2024-02-15T04:12:24.432Z | Downloaded vcpkg v0.2.15 |
1016 | 2024-02-15T04:12:24.432Z | Downloaded openssl v0.10.60 |
1017 | 2024-02-15T04:12:24.433Z | Downloaded goblin v0.8.0 |
1018 | 2024-02-15T04:12:24.433Z | Downloaded bstr v0.2.17 |
1019 | 2024-02-15T04:12:24.433Z | Downloaded webpki-roots v0.25.2 |
1020 | 2024-02-15T04:12:24.433Z | Downloaded diesel v2.1.4 |
1021 | 2024-02-15T04:12:24.433Z | Downloaded syn v1.0.109 |
1022 | 2024-02-15T04:12:24.433Z | Downloaded sled v0.34.7 |
1023 | 2024-02-15T04:12:24.434Z | Downloaded regex-automata v0.3.8 |
1024 | 2024-02-15T04:12:24.434Z | Downloaded smoltcp v0.9.1 |
1025 | 2024-02-15T04:12:24.434Z | Downloaded zerocopy-derive v0.6.4 |
1026 | 2024-02-15T04:12:24.434Z | Downloaded trust-dns-proto v0.22.0 |
1027 | 2024-02-15T04:12:24.435Z | Downloaded rustix v0.38.31 |
1028 | 2024-02-15T04:12:24.435Z | Downloaded rustls v0.22.2 |
1029 | 2024-02-15T04:12:24.435Z | Downloaded sha3 v0.10.8 |
1030 | 2024-02-15T04:12:24.435Z | Downloaded rustix v0.37.23 |
1031 | 2024-02-15T04:12:24.435Z | Downloaded zerocopy-derive v0.2.0 |
1032 | 2024-02-15T04:12:24.436Z | Downloaded tokio v1.36.0 |
1033 | 2024-02-15T04:12:24.436Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1034 | 2024-02-15T04:12:24.436Z | Downloaded encoding_rs v0.8.33 |
1035 | 2024-02-15T04:12:24.452Z | Downloaded regex-automata v0.4.4 |
1036 | 2024-02-15T04:12:24.476Z | Downloaded libc v0.2.153 |
1037 | 2024-02-15T04:12:24.489Z | Downloaded openapiv3 v2.0.0 |
1038 | 2024-02-15T04:12:24.499Z | Downloaded bstr v1.6.0 |
1039 | 2024-02-15T04:12:24.535Z | Downloaded rustls v0.21.9 |
1040 | 2024-02-15T04:12:24.550Z | Downloaded smoltcp v0.11.0 |
1041 | 2024-02-15T04:12:24.550Z | Downloaded winapi v0.3.9 |
1042 | 2024-02-15T04:12:24.579Z | Downloaded chrono v0.4.31 |
1043 | 2024-02-15T04:12:24.592Z | Downloaded serde_json v1.0.113 |
1044 | 2024-02-15T04:12:24.619Z | Downloaded rustls-webpki v0.101.7 |
1045 | 2024-02-15T04:12:24.632Z | Downloaded hyper v0.14.27 |
1046 | 2024-02-15T04:12:24.632Z | Downloaded hkdf v0.12.4 |
1047 | 2024-02-15T04:12:24.633Z | Downloaded itertools v0.10.5 |
1048 | 2024-02-15T04:12:24.633Z | Downloaded h2 v0.3.24 |
1049 | 2024-02-15T04:12:24.640Z | Downloaded toml_edit v0.19.15 |
1050 | 2024-02-15T04:12:24.654Z | Downloaded ring v0.17.7 |
1051 | 2024-02-15T04:12:24.718Z | Downloaded toml_edit v0.21.1 |
1052 | 2024-02-15T04:12:24.737Z | Downloaded http v0.2.11 |
1053 | 2024-02-15T04:12:24.747Z | Downloaded clap_builder v4.4.2 |
1054 | 2024-02-15T04:12:24.781Z | Downloaded minimal-lexical v0.2.1 |
1055 | 2024-02-15T04:12:24.781Z | Downloaded indexmap v2.2.2 |
1056 | 2024-02-15T04:12:24.781Z | Downloaded serde v1.0.196 |
1057 | 2024-02-15T04:12:25.232Z | Downloaded foreign-types-macros v0.2.3 |
1058 | 2024-02-15T04:12:25.232Z | Downloaded structopt v0.3.26 |
1059 | 2024-02-15T04:12:25.232Z | Downloaded socket2 v0.4.9 |
1060 | 2024-02-15T04:12:25.232Z | Downloaded time v0.3.27 |
1061 | 2024-02-15T04:12:25.232Z | Downloaded tokio-tungstenite v0.20.1 |
1062 | 2024-02-15T04:12:25.232Z | Downloaded spin v0.9.8 |
1063 | 2024-02-15T04:12:25.232Z | Downloaded unicode-normalization v0.1.22 |
1064 | 2024-02-15T04:12:25.232Z | Downloaded zerocopy v0.6.4 |
1065 | 2024-02-15T04:12:25.233Z | Downloaded trust-dns-client v0.22.0 |
1066 | 2024-02-15T04:12:25.233Z | Downloaded libm v0.2.7 |
1067 | 2024-02-15T04:12:25.260Z | Downloaded crossterm v0.27.0 |
1068 | 2024-02-15T04:12:25.260Z | Downloaded io-lifetimes v1.0.11 |
1069 | 2024-02-15T04:12:25.260Z | Downloaded universal-hash v0.5.1 |
1070 | 2024-02-15T04:12:25.261Z | Downloaded static_assertions v1.1.0 |
1071 | 2024-02-15T04:12:25.261Z | Downloaded same-file v1.0.6 |
1072 | 2024-02-15T04:12:25.261Z | Downloaded serde_yaml v0.9.25 |
1073 | 2024-02-15T04:12:25.261Z | Downloaded tungstenite v0.20.1 |
1074 | 2024-02-15T04:12:25.261Z | Downloaded macaddr v1.0.1 |
1075 | 2024-02-15T04:12:25.262Z | Downloaded textwrap v0.11.0 |
1076 | 2024-02-15T04:12:25.262Z | Downloaded console v0.15.8 |
1077 | 2024-02-15T04:12:25.262Z | Downloaded smallvec v1.13.1 |
1078 | 2024-02-15T04:12:25.262Z | Downloaded unicode-bidi v0.3.13 |
1079 | 2024-02-15T04:12:25.263Z | Downloaded mio v0.8.9 |
1080 | 2024-02-15T04:12:25.263Z | Downloaded tracing v0.1.37 |
1081 | 2024-02-15T04:12:25.263Z | Downloaded unicode-xid v0.2.4 |
1082 | 2024-02-15T04:12:25.263Z | Downloaded crossbeam-channel v0.5.8 |
1083 | 2024-02-15T04:12:25.264Z | Downloaded trust-dns-resolver v0.22.0 |
1084 | 2024-02-15T04:12:25.264Z | Downloaded toml v0.5.11 |
1085 | 2024-02-15T04:12:25.264Z | Downloaded memchr v2.6.3 |
1086 | 2024-02-15T04:12:25.264Z | Downloaded tracing-core v0.1.31 |
1087 | 2024-02-15T04:12:25.265Z | Downloaded heapless v0.7.16 |
1088 | 2024-02-15T04:12:25.265Z | Downloaded toml v0.7.8 |
1089 | 2024-02-15T04:12:25.265Z | Downloaded socket2 v0.5.5 |
1090 | 2024-02-15T04:12:25.265Z | Downloaded rustls-pemfile v2.0.0 |
1091 | 2024-02-15T04:12:25.266Z | Downloaded slog-json v2.6.1 |
1092 | 2024-02-15T04:12:25.266Z | Downloaded scheduled-thread-pool v0.2.7 |
1093 | 2024-02-15T04:12:25.266Z | Downloaded signal-hook v0.3.17 |
1094 | 2024-02-15T04:12:25.266Z | Downloaded elliptic-curve v0.13.8 |
1095 | 2024-02-15T04:12:25.267Z | Downloaded http-body v0.4.5 |
1096 | 2024-02-15T04:12:25.267Z | Downloaded slog-term v2.9.0 |
1097 | 2024-02-15T04:12:25.267Z | Downloaded proc-macro-error v1.0.4 |
1098 | 2024-02-15T04:12:25.267Z | Downloaded futures-executor v0.3.30 |
1099 | 2024-02-15T04:12:25.267Z | Downloaded slab v0.4.9 |
1100 | 2024-02-15T04:12:25.268Z | Downloaded heck v0.3.3 |
1101 | 2024-02-15T04:12:25.268Z | Downloaded topological-sort v0.2.2 |
1102 | 2024-02-15T04:12:25.268Z | Downloaded ring v0.16.20 |
1103 | 2024-02-15T04:12:25.268Z | Downloaded arc-swap v1.6.0 |
1104 | 2024-02-15T04:12:25.268Z | Downloaded home v0.5.5 |
1105 | 2024-02-15T04:12:25.269Z | Downloaded pkg-config v0.3.27 |
1106 | 2024-02-15T04:12:25.269Z | Downloaded signal-hook-mio v0.2.3 |
1107 | 2024-02-15T04:12:25.269Z | Downloaded signal-hook-registry v1.4.1 |
1108 | 2024-02-15T04:12:25.269Z | Downloaded sec1 v0.7.3 |
1109 | 2024-02-15T04:12:25.269Z | Downloaded futures-channel v0.3.30 |
1110 | 2024-02-15T04:12:25.269Z | Downloaded der v0.7.8 |
1111 | 2024-02-15T04:12:25.270Z | Downloaded dirs-sys v0.4.1 |
1112 | 2024-02-15T04:12:25.270Z | Downloaded float-cmp v0.9.0 |
1113 | 2024-02-15T04:12:25.270Z | Downloaded flagset v0.4.3 |
1114 | 2024-02-15T04:12:25.270Z | Downloaded ryu v1.0.15 |
1115 | 2024-02-15T04:12:25.270Z | Downloaded fastrand v2.0.1 |
1116 | 2024-02-15T04:12:25.270Z | Downloaded utf-8 v0.7.6 |
1117 | 2024-02-15T04:12:25.271Z | Downloaded openssl-sys v0.9.96 |
1118 | 2024-02-15T04:12:25.271Z | Downloaded tar v0.4.40 |
1119 | 2024-02-15T04:12:25.271Z | Downloaded dof v0.3.0 |
1120 | 2024-02-15T04:12:25.271Z | Downloaded semver-parser v0.10.2 |
1121 | 2024-02-15T04:12:25.271Z | Downloaded string_cache v0.8.7 |
1122 | 2024-02-15T04:12:25.271Z | Downloaded hex-literal v0.4.1 |
1123 | 2024-02-15T04:12:25.272Z | Downloaded primeorder v0.13.6 |
1124 | 2024-02-15T04:12:25.272Z | Downloaded futures-core v0.3.30 |
1125 | 2024-02-15T04:12:25.272Z | Downloaded fallible-iterator v0.2.0 |
1126 | 2024-02-15T04:12:25.272Z | Downloaded dirs-next v2.0.0 |
1127 | 2024-02-15T04:12:25.273Z | Downloaded usdt-macro v0.3.5 |
1128 | 2024-02-15T04:12:25.273Z | Downloaded is-terminal v0.4.9 |
1129 | 2024-02-15T04:12:25.273Z | Downloaded generic-array v0.14.7 |
1130 | 2024-02-15T04:12:25.274Z | Downloaded chacha20poly1305 v0.10.1 |
1131 | 2024-02-15T04:12:25.274Z | Downloaded futures v0.3.30 |
1132 | 2024-02-15T04:12:25.274Z | Downloaded httparse v1.8.0 |
1133 | 2024-02-15T04:12:25.274Z | Downloaded dirs-sys-next v0.1.2 |
1134 | 2024-02-15T04:12:25.274Z | Downloaded fixedbitset v0.4.2 |
1135 | 2024-02-15T04:12:25.274Z | Downloaded equivalent v1.0.1 |
1136 | 2024-02-15T04:12:25.275Z | Downloaded backtrace v0.3.69 |
1137 | 2024-02-15T04:12:25.275Z | Downloaded pest_meta v2.7.6 |
1138 | 2024-02-15T04:12:25.275Z | Downloaded p256 v0.13.2 |
1139 | 2024-02-15T04:12:25.275Z | Downloaded rfc6979 v0.4.0 |
1140 | 2024-02-15T04:12:25.275Z | Downloaded spin v0.5.2 |
1141 | 2024-02-15T04:12:25.276Z | Downloaded tokio-stream v0.1.14 |
1142 | 2024-02-15T04:12:25.276Z | Downloaded tokio-rustls v0.25.0 |
1143 | 2024-02-15T04:12:25.276Z | Downloaded hyper-tls v0.5.0 |
1144 | 2024-02-15T04:12:25.276Z | Downloaded addr2line v0.21.0 |
1145 | 2024-02-15T04:12:25.276Z | Downloaded ident_case v1.0.1 |
1146 | 2024-02-15T04:12:25.277Z | Downloaded slog-stdlog v4.1.1 |
1147 | 2024-02-15T04:12:25.277Z | Downloaded poly1305 v0.8.0 |
1148 | 2024-02-15T04:12:25.277Z | Downloaded pin-project-lite v0.2.13 |
1149 | 2024-02-15T04:12:25.277Z | Downloaded pkcs8 v0.10.2 |
1150 | 2024-02-15T04:12:25.278Z | Downloaded crossbeam-utils v0.8.16 |
1151 | 2024-02-15T04:12:25.278Z | Downloaded crossbeam-epoch v0.9.15 |
1152 | 2024-02-15T04:12:25.278Z | Downloaded bzip2 v0.4.4 |
1153 | 2024-02-15T04:12:25.278Z | Downloaded miniz_oxide v0.7.1 |
1154 | 2024-02-15T04:12:25.278Z | Downloaded hyper-staticfile v0.9.5 |
1155 | 2024-02-15T04:12:25.278Z | Downloaded getopts v0.2.21 |
1156 | 2024-02-15T04:12:25.279Z | Downloaded bytes v1.5.0 |
1157 | 2024-02-15T04:12:25.279Z | Downloaded form_urlencoded v1.2.1 |
1158 | 2024-02-15T04:12:25.279Z | Downloaded fnv v1.0.7 |
1159 | 2024-02-15T04:12:25.279Z | Downloaded embedded-io v0.4.0 |
1160 | 2024-02-15T04:12:25.279Z | Downloaded ff v0.13.0 |
1161 | 2024-02-15T04:12:25.280Z | Downloaded dyn-clone v1.0.16 |
1162 | 2024-02-15T04:12:25.280Z | Downloaded zeroize v1.7.0 |
1163 | 2024-02-15T04:12:25.280Z | Downloaded xattr v1.0.1 |
1164 | 2024-02-15T04:12:25.280Z | Downloaded async-trait v0.1.77 |
1165 | 2024-02-15T04:12:25.280Z | Downloaded native-tls v0.2.11 |
1166 | 2024-02-15T04:12:25.281Z | Downloaded utf8parse v0.2.1 |
1167 | 2024-02-15T04:12:26.119Z | Downloaded tempfile v3.10.0 |
1168 | 2024-02-15T04:12:26.119Z | Downloaded untrusted v0.7.1 |
1169 | 2024-02-15T04:12:26.119Z | Downloaded ahash v0.8.7 |
1170 | 2024-02-15T04:12:26.119Z | Downloaded filetime v0.2.23 |
1171 | 2024-02-15T04:12:26.119Z | Downloaded parking_lot v0.12.1 |
1172 | 2024-02-15T04:12:26.119Z | Downloaded omicron-zone-package v0.11.0 |
1173 | 2024-02-15T04:12:26.119Z | Downloaded parking_lot v0.11.2 |
1174 | 2024-02-15T04:12:26.120Z | Downloaded log v0.4.20 |
1175 | 2024-02-15T04:12:26.120Z | Downloaded zone v0.3.0 |
1176 | 2024-02-15T04:12:26.120Z | Downloaded unicase v2.7.0 |
1177 | 2024-02-15T04:12:26.120Z | Downloaded toml_datetime v0.6.5 |
1178 | 2024-02-15T04:12:26.120Z | Downloaded arrayvec v0.7.4 |
1179 | 2024-02-15T04:12:26.120Z | Downloaded crc32fast v1.3.2 |
1180 | 2024-02-15T04:12:26.120Z | Downloaded colored v2.0.4 |
1181 | 2024-02-15T04:12:26.120Z | Downloaded multer v3.0.0 |
1182 | 2024-02-15T04:12:26.120Z | Downloaded mime_guess v2.0.4 |
1183 | 2024-02-15T04:12:26.120Z | Downloaded memmap2 v0.7.1 |
1184 | 2024-02-15T04:12:26.120Z | Downloaded strum_macros v0.25.2 |
1185 | 2024-02-15T04:12:26.120Z | Downloaded owo-colors v4.0.0 |
1186 | 2024-02-15T04:12:26.121Z | Downloaded pem-rfc7468 v0.7.0 |
1187 | 2024-02-15T04:12:26.121Z | Downloaded thiserror-impl-no-std v2.0.2 |
1188 | 2024-02-15T04:12:26.121Z | Downloaded zone_cfg_derive v0.3.0 |
1189 | 2024-02-15T04:12:26.121Z | Downloaded usdt-attr-macro v0.5.0 |
1190 | 2024-02-15T04:12:26.121Z | Downloaded ppv-lite86 v0.2.17 |
1191 | 2024-02-15T04:12:26.121Z | Downloaded plain v0.2.3 |
1192 | 2024-02-15T04:12:26.121Z | Downloaded paste v1.0.14 |
1193 | 2024-02-15T04:12:26.121Z | Downloaded camino v1.1.6 |
1194 | 2024-02-15T04:12:26.122Z | Downloaded convert_case v0.4.0 |
1195 | 2024-02-15T04:12:26.122Z | Downloaded tinyvec_macros v0.1.1 |
1196 | 2024-02-15T04:12:26.122Z | Downloaded nibble_vec v0.1.0 |
1197 | 2024-02-15T04:12:26.122Z | Downloaded ctr v0.9.2 |
1198 | 2024-02-15T04:12:26.122Z | Downloaded ciborium-ll v0.2.2 |
1199 | 2024-02-15T04:12:26.122Z | Downloaded cobs v0.2.3 |
1200 | 2024-02-15T04:12:26.122Z | Downloaded camino-tempfile v1.1.1 |
1201 | 2024-02-15T04:12:26.122Z | Downloaded num_enum v0.5.11 |
1202 | 2024-02-15T04:12:26.122Z | Downloaded cipher v0.4.4 |
1203 | 2024-02-15T04:12:26.122Z | Downloaded mime v0.3.17 |
1204 | 2024-02-15T04:12:26.122Z | Downloaded memmap v0.7.0 |
1205 | 2024-02-15T04:12:26.122Z | Downloaded async-stream-impl v0.3.5 |
1206 | 2024-02-15T04:12:26.122Z | Downloaded num_threads v0.1.6 |
1207 | 2024-02-15T04:12:26.122Z | Downloaded pest_derive v2.7.6 |
1208 | 2024-02-15T04:12:26.122Z | Downloaded constant_time_eq v0.3.0 |
1209 | 2024-02-15T04:12:26.122Z | Downloaded memoffset v0.9.0 |
1210 | 2024-02-15T04:12:26.123Z | Downloaded managed v0.8.0 |
1211 | 2024-02-15T04:12:26.123Z | Downloaded cfg-if v1.0.0 |
1212 | 2024-02-15T04:12:26.123Z | Downloaded blake2 v0.10.6 |
1213 | 2024-02-15T04:12:26.123Z | Downloaded darling_core v0.20.3 |
1214 | 2024-02-15T04:12:26.123Z | Downloaded option-ext v0.2.0 |
1215 | 2024-02-15T04:12:26.123Z | Downloaded precomputed-hash v0.1.1 |
1216 | 2024-02-15T04:12:26.123Z | Downloaded chacha20 v0.9.1 |
1217 | 2024-02-15T04:12:26.124Z | Downloaded anstream v0.5.0 |
1218 | 2024-02-15T04:12:26.124Z | Downloaded cstr-argument v0.1.2 |
1219 | 2024-02-15T04:12:26.124Z | Downloaded anstyle-query v1.0.0 |
1220 | 2024-02-15T04:12:26.124Z | Downloaded parking_lot_core v0.9.8 |
1221 | 2024-02-15T04:12:26.124Z | Downloaded linked-hash-map v0.5.6 |
1222 | 2024-02-15T04:12:26.125Z | Downloaded libsw v3.3.1 |
1223 | 2024-02-15T04:12:26.125Z | Downloaded deranged v0.3.8 |
1224 | 2024-02-15T04:12:26.125Z | Downloaded num_cpus v1.16.0 |
1225 | 2024-02-15T04:12:26.125Z | Downloaded num-integer v0.1.45 |
1226 | 2024-02-15T04:12:26.125Z | Downloaded pbkdf2 v0.11.0 |
1227 | 2024-02-15T04:12:26.126Z | Downloaded allocator-api2 v0.2.16 |
1228 | 2024-02-15T04:12:26.126Z | Downloaded cpufeatures v0.2.12 |
1229 | 2024-02-15T04:12:26.126Z | Downloaded newtype_derive v0.1.6 |
1230 | 2024-02-15T04:12:26.126Z | Downloaded new_debug_unreachable v1.0.4 |
1231 | 2024-02-15T04:12:26.126Z | Downloaded colorchoice v1.0.0 |
1232 | 2024-02-15T04:12:26.126Z | Downloaded md5 v0.7.0 |
1233 | 2024-02-15T04:12:26.126Z | Downloaded num-rational v0.4.1 |
1234 | 2024-02-15T04:12:26.126Z | Downloaded match_cfg v0.1.0 |
1235 | 2024-02-15T04:12:26.126Z | Downloaded lru-cache v0.1.2 |
1236 | 2024-02-15T04:12:26.127Z | Downloaded libefi-sys v0.1.0 |
1237 | 2024-02-15T04:12:26.127Z | Downloaded linear-map v1.2.0 |
1238 | 2024-02-15T04:12:26.127Z | Downloaded defmt-parser v0.3.3 |
1239 | 2024-02-15T04:12:26.127Z | Downloaded itoa v1.0.9 |
1240 | 2024-02-15T04:12:26.127Z | Downloaded kstat-rs v0.2.3 |
1241 | 2024-02-15T04:12:26.127Z | Downloaded aead v0.5.2 |
1242 | 2024-02-15T04:12:26.128Z | Downloaded openssl-macros v0.1.1 |
1243 | 2024-02-15T04:12:26.128Z | Downloaded cbc v0.1.2 |
1244 | 2024-02-15T04:12:26.128Z | Downloaded lalrpop-util v0.19.12 |
1245 | 2024-02-15T04:12:26.128Z | Downloaded syn v2.0.48 |
1246 | 2024-02-15T04:12:26.128Z | Downloaded once_cell v1.19.0 |
1247 | 2024-02-15T04:12:26.128Z | Downloaded der_derive v0.7.2 |
1248 | 2024-02-15T04:12:26.128Z | Downloaded defmt-macros v0.3.6 |
1249 | 2024-02-15T04:12:26.128Z | Downloaded data-encoding v2.4.0 |
1250 | 2024-02-15T04:12:26.129Z | Downloaded darling v0.20.3 |
1251 | 2024-02-15T04:12:26.129Z | Downloaded ciborium-io v0.2.2 |
1252 | 2024-02-15T04:12:26.129Z | Downloaded byteorder v1.5.0 |
1253 | 2024-02-15T04:12:26.129Z | Downloaded lazy_static v1.4.0 |
1254 | 2024-02-15T04:12:26.129Z | Downloaded keccak v0.1.4 |
1255 | 2024-02-15T04:12:26.129Z | Downloaded blowfish v0.9.1 |
1256 | 2024-02-15T04:12:26.129Z | Downloaded strum_macros v0.26.1 |
1257 | 2024-02-15T04:12:26.129Z | Downloaded thiserror-impl v1.0.56 |
1258 | 2024-02-15T04:12:26.129Z | Downloaded stringprep v0.1.3 |
1259 | 2024-02-15T04:12:26.137Z | Downloaded predicates v3.1.0 |
1260 | 2024-02-15T04:12:26.137Z | Downloaded password-hash v0.4.2 |
1261 | 2024-02-15T04:12:26.137Z | Downloaded percent-encoding v2.3.1 |
1262 | 2024-02-15T04:12:26.137Z | Downloaded parking_lot_core v0.8.6 |
1263 | 2024-02-15T04:12:26.137Z | Downloaded bcrypt-pbkdf v0.10.0 |
1264 | 2024-02-15T04:12:26.137Z | Downloaded stable_deref_trait v1.2.0 |
1265 | 2024-02-15T04:12:26.137Z | Downloaded pretty-hex v0.2.1 |
1266 | 2024-02-15T04:12:26.137Z | Downloaded backoff v0.4.0 |
1267 | 2024-02-15T04:12:26.137Z | Downloaded postgres-protocol v0.6.6 |
1268 | 2024-02-15T04:12:26.137Z | Downloaded autocfg v1.1.0 |
1269 | 2024-02-15T04:12:26.137Z | Compiling proc-macro2 v1.0.78 |
1270 | 2024-02-15T04:12:26.137Z | Compiling unicode-ident v1.0.12 |
1271 | 2024-02-15T04:12:26.137Z | Compiling libc v0.2.153 |
1272 | 2024-02-15T04:12:26.137Z | Compiling serde v1.0.196 |
1273 | 2024-02-15T04:12:26.137Z | Compiling version_check v0.9.4 |
1274 | 2024-02-15T04:12:26.138Z | Compiling autocfg v1.1.0 |
1275 | 2024-02-15T04:12:26.138Z | Compiling cfg-if v1.0.0 |
1276 | 2024-02-15T04:12:26.138Z | Compiling syn v1.0.109 |
1277 | 2024-02-15T04:12:26.138Z | Compiling once_cell v1.19.0 |
1278 | 2024-02-15T04:12:26.138Z | Compiling thiserror v1.0.56 |
1279 | 2024-02-15T04:12:26.419Z | Compiling memchr v2.6.3 |
1280 | 2024-02-15T04:12:26.674Z | Compiling byteorder v1.5.0 |
1281 | 2024-02-15T04:12:26.714Z | Compiling lock_api v0.4.10 |
1282 | 2024-02-15T04:12:27.025Z | Compiling typenum v1.16.0 |
1283 | 2024-02-15T04:12:27.426Z | Compiling ahash v0.8.7 |
1284 | 2024-02-15T04:12:27.442Z | Compiling parking_lot_core v0.9.8 |
1285 | 2024-02-15T04:12:27.744Z | Compiling generic-array v0.14.7 |
1286 | 2024-02-15T04:12:27.765Z | Compiling libm v0.2.7 |
1287 | 2024-02-15T04:12:27.928Z | Compiling num-traits v0.2.16 |
1288 | 2024-02-15T04:12:28.032Z | Compiling serde_json v1.0.113 |
1289 | 2024-02-15T04:12:28.115Z | Compiling itoa v1.0.9 |
1290 | 2024-02-15T04:12:28.354Z | Compiling slab v0.4.9 |
1291 | 2024-02-15T04:12:28.396Z | Compiling log v0.4.20 |
1292 | 2024-02-15T04:12:28.568Z | Compiling quote v1.0.35 |
1293 | 2024-02-15T04:12:28.933Z | Compiling getrandom v0.2.10 |
1294 | 2024-02-15T04:12:28.940Z | Compiling cc v1.0.83 |
1295 | 2024-02-15T04:12:29.037Z | Compiling syn v2.0.48 |
1296 | 2024-02-15T04:12:29.361Z | Compiling rand_core v0.6.4 |
1297 | 2024-02-15T04:12:29.414Z | Compiling scopeguard v1.2.0 |
1298 | 2024-02-15T04:12:29.996Z | Compiling ryu v1.0.15 |
1299 | 2024-02-15T04:12:30.084Z | Compiling pkg-config v0.3.27 |
1300 | 2024-02-15T04:12:30.180Z | Compiling heck v0.4.1 |
1301 | 2024-02-15T04:12:30.378Z | Compiling allocator-api2 v0.2.16 |
1302 | 2024-02-15T04:12:30.429Z | Compiling smallvec v1.13.1 |
1303 | 2024-02-15T04:12:30.702Z | Compiling equivalent v1.0.1 |
1304 | 2024-02-15T04:12:30.841Z | Compiling subtle v2.5.0 |
1305 | 2024-02-15T04:12:30.903Z | Compiling schemars v0.8.16 |
1306 | 2024-02-15T04:12:31.440Z | Compiling vcpkg v0.2.15 |
1307 | 2024-02-15T04:12:31.874Z | Compiling pin-project-lite v0.2.13 |
1308 | 2024-02-15T04:12:32.165Z | Compiling httparse v1.8.0 |
1309 | 2024-02-15T04:12:32.210Z | Compiling ucd-trie v0.1.6 |
1310 | 2024-02-15T04:12:32.369Z | Compiling ring v0.17.7 |
1311 | 2024-02-15T04:12:32.677Z | Compiling parking_lot v0.12.1 |
1312 | 2024-02-15T04:12:32.831Z | Compiling ring v0.16.20 |
1313 | 2024-02-15T04:12:32.887Z | Compiling signal-hook-registry v1.4.1 |
1314 | 2024-02-15T04:12:33.759Z | Compiling fnv v1.0.7 |
1315 | 2024-02-15T04:12:33.797Z | Compiling mio v0.8.9 |
1316 | 2024-02-15T04:12:33.925Z | Compiling openssl-sys v0.9.96 |
1317 | 2024-02-15T04:12:34.213Z | Compiling iana-time-zone v0.1.57 |
1318 | 2024-02-15T04:12:34.723Z | Compiling semver v1.0.21 |
1319 | 2024-02-15T04:12:34.950Z | Compiling const-oid v0.9.5 |
1320 | 2024-02-15T04:12:35.204Z | Compiling openssl v0.10.60 |
1321 | 2024-02-15T04:12:35.299Z | Compiling num_cpus v1.16.0 |
1322 | 2024-02-15T04:12:35.375Z | Compiling socket2 v0.5.5 |
1323 | 2024-02-15T04:12:35.651Z | Compiling rustls v0.21.9 |
1324 | 2024-02-15T04:12:35.987Z | Compiling native-tls v0.2.11 |
1325 | 2024-02-15T04:12:36.202Z | Compiling dyn-clone v1.0.16 |
1326 | 2024-02-15T04:12:36.377Z | Compiling futures-core v0.3.30 |
1327 | 2024-02-15T04:12:36.659Z | Compiling aho-corasick v1.0.4 |
1328 | 2024-02-15T04:12:36.872Z | Compiling slog v2.7.0 |
1329 | 2024-02-15T04:12:37.025Z | Compiling serde_derive_internals v0.26.0 |
1330 | 2024-02-15T04:12:37.317Z | Compiling regex-syntax v0.8.2 |
1331 | 2024-02-15T04:12:37.348Z | Compiling crossbeam-utils v0.8.16 |
1332 | 2024-02-15T04:12:37.462Z | Compiling spin v0.5.2 |
1333 | 2024-02-15T04:12:37.734Z | Compiling async-trait v0.1.77 |
1334 | 2024-02-15T04:12:38.145Z | Compiling futures-sink v0.3.30 |
1335 | 2024-02-15T04:12:38.523Z | Compiling rustix v0.38.31 |
1336 | 2024-02-15T04:12:38.560Z | Compiling backtrace v0.3.69 |
1337 | 2024-02-15T04:12:39.072Z | Compiling tinyvec_macros v0.1.1 |
1338 | 2024-02-15T04:12:39.177Z | Compiling tinyvec v1.6.0 |
1339 | 2024-02-15T04:12:39.525Z | Compiling futures-channel v0.3.30 |
1340 | 2024-02-15T04:12:40.178Z | Compiling pin-utils v0.1.0 |
1341 | 2024-02-15T04:12:40.196Z | Compiling winnow v0.5.15 |
1342 | 2024-02-15T04:12:40.287Z | Compiling futures-task v0.3.30 |
1343 | 2024-02-15T04:12:40.738Z | Compiling futures-io v0.3.30 |
1344 | 2024-02-15T04:12:40.986Z | Compiling unicode-normalization v0.1.22 |
1345 | 2024-02-15T04:12:41.045Z | Compiling spin v0.9.8 |
1346 | 2024-02-15T04:12:41.226Z | Compiling regex-automata v0.4.4 |
1347 | 2024-02-15T04:12:41.673Z | Compiling memoffset v0.9.0 |
1348 | 2024-02-15T04:12:41.759Z | Compiling tracing-core v0.1.31 |
1349 | 2024-02-15T04:12:42.036Z | Compiling unicode-bidi v0.3.13 |
1350 | 2024-02-15T04:12:42.168Z | Compiling cpufeatures v0.2.12 |
1351 | 2024-02-15T04:12:42.287Z | Compiling anyhow v1.0.75 |
1352 | 2024-02-15T04:12:42.936Z | Compiling unicode-width v0.1.11 |
1353 | 2024-02-15T04:12:43.775Z | Compiling crc32fast v1.3.2 |
1354 | 2024-02-15T04:12:44.256Z | Compiling crossbeam-epoch v0.9.15 |
1355 | 2024-02-15T04:12:44.567Z | Compiling time-core v0.1.1 |
1356 | 2024-02-15T04:12:44.709Z | Compiling serde_derive v1.0.196 |
1357 | 2024-02-15T04:12:44.739Z | Compiling zerocopy-derive v0.7.32 |
1358 | 2024-02-15T04:12:44.784Z | Compiling zeroize_derive v1.4.2 |
1359 | 2024-02-15T04:12:44.839Z | Compiling thiserror-impl v1.0.56 |
1360 | 2024-02-15T04:12:45.183Z | Compiling tokio-macros v2.2.0 |
1361 | 2024-02-15T04:12:46.452Z | Compiling zeroize v1.7.0 |
1362 | 2024-02-15T04:12:46.808Z | Compiling futures-macro v0.3.30 |
1363 | 2024-02-15T04:12:47.078Z | Compiling zerocopy v0.7.32 |
1364 | 2024-02-15T04:12:47.849Z | Compiling tracing-attributes v0.1.26 |
1365 | 2024-02-15T04:12:48.222Z | Compiling crypto-common v0.1.6 |
1366 | 2024-02-15T04:12:48.401Z | Compiling schemars_derive v0.8.16 |
1367 | 2024-02-15T04:12:48.468Z | Compiling pest v2.7.6 |
1368 | 2024-02-15T04:12:49.479Z | Compiling hashbrown v0.14.2 |
1369 | 2024-02-15T04:12:51.051Z | Compiling openssl-macros v0.1.1 |
1370 | 2024-02-15T04:12:51.064Z | Compiling block-buffer v0.10.4 |
1371 | 2024-02-15T04:12:51.115Z | Compiling hashbrown v0.13.2 |
1372 | 2024-02-15T04:12:51.243Z | Compiling regex v1.10.3 |
1373 | 2024-02-15T04:12:51.372Z | Compiling digest v0.10.7 |
1374 | 2024-02-15T04:12:51.872Z | Compiling pest_meta v2.7.6 |
1375 | 2024-02-15T04:12:52.299Z | Compiling futures-util v0.3.30 |
1376 | 2024-02-15T04:12:52.395Z | Compiling tracing v0.1.37 |
1377 | 2024-02-15T04:12:52.946Z | Compiling der_derive v0.7.2 |
1378 | 2024-02-15T04:12:53.951Z | Compiling pest_generator v2.7.6 |
1379 | 2024-02-15T04:12:55.832Z | Compiling time-macros v0.2.13 |
1380 | 2024-02-15T04:12:57.707Z | Compiling pest_derive v2.7.6 |
1381 | 2024-02-15T04:12:58.408Z | Compiling errno v0.3.8 |
1382 | 2024-02-15T04:12:58.619Z | Compiling num-integer v0.1.45 |
1383 | 2024-02-15T04:12:58.760Z | Compiling percent-encoding v2.3.1 |
1384 | 2024-02-15T04:12:58.977Z | Compiling untrusted v0.7.1 |
1385 | 2024-02-15T04:12:59.210Z | Compiling foreign-types-shared v0.1.1 |
1386 | 2024-02-15T04:12:59.251Z | Compiling untrusted v0.9.0 |
1387 | 2024-02-15T04:12:59.335Z | Compiling foreign-types v0.3.2 |
1388 | 2024-02-15T04:12:59.815Z | Compiling try-lock v0.2.4 |
1389 | 2024-02-15T04:13:00.004Z | Compiling bytes v1.5.0 |
1390 | 2024-02-15T04:13:00.833Z | Compiling indexmap v2.2.2 |
1391 | 2024-02-15T04:13:01.286Z | Compiling chrono v0.4.31 |
1392 | 2024-02-15T04:13:01.286Z | Compiling uuid v1.7.0 |
1393 | 2024-02-15T04:13:01.455Z | Compiling tokio v1.36.0 |
1394 | 2024-02-15T04:13:01.878Z | Compiling http v0.2.11 |
1395 | 2024-02-15T04:13:03.518Z | Compiling bitflags v2.4.0 |
1396 | 2024-02-15T04:13:03.799Z | Compiling serde_spanned v0.6.5 |
1397 | 2024-02-15T04:13:04.385Z | Compiling toml_datetime v0.6.5 |
1398 | 2024-02-15T04:13:04.408Z | Compiling rustc_version v0.4.0 |
1399 | 2024-02-15T04:13:04.469Z | Compiling toml_edit v0.19.15 |
1400 | 2024-02-15T04:13:04.756Z | Compiling openapiv3 v2.0.0 |
1401 | 2024-02-15T04:13:07.541Z | Compiling serde_tokenstream v0.2.0 |
1402 | 2024-02-15T04:13:07.695Z | Compiling ppv-lite86 v0.2.17 |
1403 | 2024-02-15T04:13:08.106Z | Compiling base64 v0.21.7 |
1404 | 2024-02-15T04:13:08.156Z | Compiling unicode-xid v0.2.4 |
1405 | 2024-02-15T04:13:08.348Z | Compiling synstructure v0.12.6 |
1406 | 2024-02-15T04:13:08.954Z | Compiling http-body v0.4.5 |
1407 | 2024-02-15T04:13:09.151Z | Compiling rustls-webpki v0.101.7 |
1408 | 2024-02-15T04:13:09.407Z | Compiling sct v0.7.0 |
1409 | 2024-02-15T04:13:10.431Z | Compiling want v0.3.1 |
1410 | 2024-02-15T04:13:10.763Z | Compiling form_urlencoded v1.2.1 |
1411 | 2024-02-15T04:13:11.452Z | Compiling scroll_derive v0.12.0 |
1412 | 2024-02-15T04:13:11.460Z | Compiling socket2 v0.4.9 |
1413 | 2024-02-15T04:13:11.460Z | Compiling httpdate v1.0.3 |
1414 | 2024-02-15T04:13:11.693Z | Compiling tower-service v0.3.2 |
1415 | 2024-02-15T04:13:11.876Z | Compiling io-lifetimes v1.0.11 |
1416 | 2024-02-15T04:13:12.233Z | Compiling tokio-util v0.7.10 |
1417 | 2024-02-15T04:13:12.833Z | Compiling openssl-probe v0.1.5 |
1418 | 2024-02-15T04:13:13.526Z | Compiling h2 v0.3.24 |
1419 | 2024-02-15T04:13:14.006Z | Compiling zerocopy-derive v0.2.0 |
1420 | 2024-02-15T04:13:15.090Z | Compiling idna v0.5.0 |
1421 | 2024-02-15T04:13:16.887Z | Compiling lazy_static v1.4.0 |
1422 | 2024-02-15T04:13:17.056Z | Compiling thread-id v4.2.0 |
1423 | 2024-02-15T04:13:17.191Z | Compiling adler v1.0.2 |
1424 | 2024-02-15T04:13:17.462Z | Compiling miniz_oxide v0.7.1 |
1425 | 2024-02-15T04:13:17.520Z | Compiling tokio-native-tls v0.3.1 |
1426 | 2024-02-15T04:13:17.947Z | Compiling tokio-rustls v0.24.1 |
1427 | 2024-02-15T04:13:18.111Z | Compiling url v2.5.0 |
1428 | 2024-02-15T04:13:18.699Z | Compiling rand_chacha v0.3.1 |
1429 | 2024-02-15T04:13:19.309Z | Compiling rustversion v1.0.14 |
1430 | 2024-02-15T04:13:19.585Z | Compiling rustix v0.37.23 |
1431 | 2024-02-15T04:13:20.039Z | Compiling ipnet v2.9.0 |
1432 | 2024-02-15T04:13:20.236Z | Compiling rand v0.8.5 |
1433 | 2024-02-15T04:13:20.336Z | Compiling serde_urlencoded v0.7.1 |
1434 | 2024-02-15T04:13:20.348Z | Compiling rustls-pemfile v1.0.3 |
1435 | 2024-02-15T04:13:20.905Z | Compiling usdt-impl v0.3.5 |
1436 | 2024-02-15T04:13:20.923Z | Compiling encoding_rs v0.8.33 |
1437 | 2024-02-15T04:13:21.296Z | Compiling hyper v0.14.27 |
1438 | 2024-02-15T04:13:21.327Z | Compiling webpki-roots v0.25.2 |
1439 | 2024-02-15T04:13:21.379Z | Compiling gimli v0.28.0 |
1440 | 2024-02-15T04:13:21.508Z | Compiling either v1.9.0 |
1441 | 2024-02-15T04:13:22.334Z | Compiling mime v0.3.17 |
1442 | 2024-02-15T04:13:24.389Z | Compiling regress v0.7.1 |
1443 | 2024-02-15T04:13:24.677Z | Compiling object v0.32.1 |
1444 | 2024-02-15T04:13:25.216Z | Compiling num-bigint v0.4.4 |
1445 | 2024-02-15T04:13:25.698Z | Compiling usdt-impl v0.5.0 |
1446 | 2024-02-15T04:13:26.116Z | Compiling addr2line v0.21.0 |
1447 | 2024-02-15T04:13:26.195Z | Compiling rustc-demangle v0.1.23 |
1448 | 2024-02-15T04:13:26.977Z | Compiling flate2 v1.0.28 |
1449 | 2024-02-15T04:13:27.255Z | Compiling zerocopy v0.3.0 |
1450 | 2024-02-15T04:13:27.358Z | Compiling scroll v0.12.0 |
1451 | 2024-02-15T04:13:27.920Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1452 | 2024-02-15T04:13:27.981Z | Compiling heapless v0.7.16 |
1453 | 2024-02-15T04:13:28.034Z | Compiling futures-executor v0.3.30 |
1454 | 2024-02-15T04:13:28.421Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1455 | 2024-02-15T04:13:28.656Z | Compiling plain v0.2.3 |
1456 | 2024-02-15T04:13:28.835Z | Compiling signal-hook v0.3.17 |
1457 | 2024-02-15T04:13:29.167Z | Compiling hyper-rustls v0.24.2 |
1458 | 2024-02-15T04:13:29.315Z | Compiling hyper-tls v0.5.0 |
1459 | 2024-02-15T04:13:29.731Z | Compiling reqwest v0.11.22 |
1460 | 2024-02-15T04:13:30.248Z | Compiling goblin v0.8.0 |
1461 | 2024-02-15T04:13:31.003Z | Compiling futures v0.3.30 |
1462 | 2024-02-15T04:13:31.134Z | Compiling dof v0.1.5 |
1463 | 2024-02-15T04:13:32.285Z | Compiling toml v0.7.8 |
1464 | 2024-02-15T04:13:33.638Z | Compiling toml_edit v0.21.1 |
1465 | 2024-02-15T04:13:33.868Z | Compiling hex v0.4.3 |
1466 | 2024-02-15T04:13:33.882Z | Compiling dtrace-parser v0.1.14 |
1467 | 2024-02-15T04:13:34.321Z | Compiling base64ct v1.6.0 |
1468 | 2024-02-15T04:13:34.506Z | Compiling pretty-hex v0.4.1 |
1469 | 2024-02-15T04:13:34.757Z | Compiling strsim v0.10.0 |
1470 | 2024-02-15T04:13:36.155Z | Compiling dof v0.3.0 |
1471 | 2024-02-15T04:13:37.195Z | Compiling strum_macros v0.25.2 |
1472 | 2024-02-15T04:13:37.892Z | Compiling serde_tokenstream v0.1.7 |
1473 | 2024-02-15T04:13:39.455Z | Compiling dtrace-parser v0.2.0 |
1474 | 2024-02-15T04:13:39.465Z | Compiling bitflags v1.3.2 |
1475 | 2024-02-15T04:13:39.555Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1476 | 2024-02-15T04:13:39.624Z | Compiling smoltcp v0.9.1 |
1477 | 2024-02-15T04:13:40.486Z | Compiling pem-rfc7468 v0.7.0 |
1478 | 2024-02-15T04:13:40.521Z | Compiling hmac v0.12.1 |
1479 | 2024-02-15T04:13:41.125Z | Compiling enum-as-inner v0.5.1 |
1480 | 2024-02-15T04:13:41.361Z | Compiling num-iter v0.1.43 |
1481 | 2024-02-15T04:13:41.606Z | Compiling unicode-segmentation v1.10.1 |
1482 | 2024-02-15T04:13:41.910Z | Compiling siphasher v0.3.11 |
1483 | 2024-02-15T04:13:42.205Z | Compiling flagset v0.4.3 |
1484 | 2024-02-15T04:13:42.365Z | Compiling usdt-macro v0.3.5 |
1485 | 2024-02-15T04:13:42.440Z | Compiling der v0.7.8 |
1486 | 2024-02-15T04:13:42.506Z | Compiling usdt-attr-macro v0.3.5 |
1487 | 2024-02-15T04:13:42.965Z | Compiling hubpack_derive v0.1.1 |
1488 | 2024-02-15T04:13:43.047Z | Compiling zerocopy-derive v0.6.4 |
1489 | 2024-02-15T04:13:44.265Z | Compiling deranged v0.3.8 |
1490 | 2024-02-15T04:13:44.428Z | Compiling anstyle v1.0.2 |
1491 | 2024-02-15T04:13:45.354Z | Compiling num_threads v0.1.6 |
1492 | 2024-02-15T04:13:45.930Z | Compiling utf8parse v0.2.1 |
1493 | 2024-02-15T04:13:46.107Z | Compiling sha2 v0.10.8 |
1494 | 2024-02-15T04:13:46.140Z | Compiling anstyle-parse v0.2.1 |
1495 | 2024-02-15T04:13:46.204Z | Compiling time v0.3.27 |
1496 | 2024-02-15T04:13:46.348Z | Compiling spki v0.7.2 |
1497 | 2024-02-15T04:13:48.900Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1498 | 2024-02-15T04:13:49.039Z | Compiling md-5 v0.10.5 |
1499 | 2024-02-15T04:13:49.174Z | Compiling block-padding v0.3.3 |
1500 | 2024-02-15T04:13:49.326Z | Compiling clap_derive v4.4.2 |
1501 | 2024-02-15T04:13:49.465Z | Compiling getopts v0.2.21 |
1502 | 2024-02-15T04:13:49.910Z | Compiling stringprep v0.1.3 |
1503 | 2024-02-15T04:13:50.033Z | Compiling diesel_table_macro_syntax v0.1.0 |
1504 | 2024-02-15T04:13:51.072Z | Compiling hash32 v0.2.1 |
1505 | 2024-02-15T04:13:51.509Z | Compiling colorchoice v1.0.0 |
1506 | 2024-02-15T04:13:51.711Z | Compiling fallible-iterator v0.2.0 |
1507 | 2024-02-15T04:13:52.518Z | Compiling anstyle-query v1.0.0 |
1508 | 2024-02-15T04:13:53.689Z | Compiling stable_deref_trait v1.2.0 |
1509 | 2024-02-15T04:13:54.694Z | Compiling anstream v0.5.0 |
1510 | 2024-02-15T04:13:54.716Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1511 | 2024-02-15T04:13:54.872Z | Compiling postgres-protocol v0.6.6 |
1512 | 2024-02-15T04:13:55.088Z | Compiling diesel_derives v2.1.2 |
1513 | 2024-02-15T04:13:55.136Z | Compiling inout v0.1.3 |
1514 | 2024-02-15T04:13:55.615Z | Compiling terminal_size v0.2.6 |
1515 | 2024-02-15T04:13:56.265Z | Compiling pkcs8 v0.10.2 |
1516 | 2024-02-15T04:13:56.385Z | Compiling phf_shared v0.11.2 |
1517 | 2024-02-15T04:13:58.323Z | Compiling ff v0.13.0 |
1518 | 2024-02-15T04:13:58.862Z | Compiling serde_repr v0.1.16 |
1519 | 2024-02-15T04:13:59.264Z | Compiling scheduled-thread-pool v0.2.7 |
1520 | 2024-02-15T04:14:00.118Z | Compiling unsafe-libyaml v0.2.10 |
1521 | 2024-02-15T04:14:00.229Z | Compiling base16ct v0.2.0 |
1522 | 2024-02-15T04:14:00.751Z | Compiling managed v0.8.0 |
1523 | 2024-02-15T04:14:00.969Z | Compiling regex-automata v0.1.10 |
1524 | 2024-02-15T04:14:01.252Z | Compiling matches v0.1.10 |
1525 | 2024-02-15T04:14:01.371Z | Compiling bit-vec v0.6.3 |
1526 | 2024-02-15T04:14:01.534Z | Compiling clap_lex v0.5.1 |
1527 | 2024-02-15T04:14:02.279Z | Compiling clap_builder v4.4.2 |
1528 | 2024-02-15T04:14:02.336Z | Compiling serde_yaml v0.9.25 |
1529 | 2024-02-15T04:14:02.697Z | Compiling bstr v0.2.17 |
1530 | 2024-02-15T04:14:04.367Z | Compiling idna v0.2.3 |
1531 | 2024-02-15T04:14:06.210Z | Compiling sec1 v0.7.3 |
1532 | 2024-02-15T04:14:07.361Z | Compiling r2d2 v0.8.10 |
1533 | 2024-02-15T04:14:07.361Z | Compiling group v0.13.0 |
1534 | 2024-02-15T04:14:07.833Z | Compiling phf v0.11.2 |
1535 | 2024-02-15T04:14:08.022Z | Compiling signal-hook-mio v0.2.3 |
1536 | 2024-02-15T04:14:08.159Z | Compiling postgres-types v0.2.6 |
1537 | 2024-02-15T04:14:08.198Z | Compiling bzip2 v0.4.4 |
1538 | 2024-02-15T04:14:08.647Z | Compiling cipher v0.4.4 |
1539 | 2024-02-15T04:14:09.255Z | Compiling zerocopy v0.6.4 |
1540 | 2024-02-15T04:14:09.766Z | Compiling hubpack v0.1.2 |
1541 | 2024-02-15T04:14:09.909Z | Compiling phf_shared v0.10.0 |
1542 | 2024-02-15T04:14:10.281Z | Compiling hkdf v0.12.4 |
1543 | 2024-02-15T04:14:10.304Z | Compiling crypto-bigint v0.5.2 |
1544 | 2024-02-15T04:14:10.334Z | Compiling ipnetwork v0.20.0 |
1545 | 2024-02-15T04:14:10.601Z | Compiling float-cmp v0.9.0 |
1546 | 2024-02-15T04:14:11.304Z | Compiling minimal-lexical v0.2.1 |
1547 | 2024-02-15T04:14:11.913Z | Compiling regex-automata v0.3.8 |
1548 | 2024-02-15T04:14:12.372Z | Compiling data-encoding v2.4.0 |
1549 | 2024-02-15T04:14:12.747Z | Compiling difflib v0.4.0 |
1550 | 2024-02-15T04:14:14.188Z | Compiling new_debug_unreachable v1.0.4 |
1551 | 2024-02-15T04:14:14.326Z | Compiling static_assertions v1.1.0 |
1552 | 2024-02-15T04:14:14.439Z | Compiling normalize-line-endings v0.3.0 |
1553 | 2024-02-15T04:14:14.520Z | Compiling whoami v1.4.1 |
1554 | 2024-02-15T04:14:14.580Z | Compiling fixedbitset v0.4.2 |
1555 | 2024-02-15T04:14:14.600Z | Compiling predicates-core v1.0.6 |
1556 | 2024-02-15T04:14:14.997Z | Compiling precomputed-hash v0.1.1 |
1557 | 2024-02-15T04:14:15.113Z | Compiling petgraph v0.6.4 |
1558 | 2024-02-15T04:14:15.174Z | Compiling string_cache v0.8.7 |
1559 | 2024-02-15T04:14:15.226Z | Compiling predicates v3.1.0 |
1560 | 2024-02-15T04:14:15.661Z | Compiling tokio-postgres v0.7.10 |
1561 | 2024-02-15T04:14:15.710Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1562 | 2024-02-15T04:14:16.049Z | Compiling trust-dns-proto v0.22.0 |
1563 | 2024-02-15T04:14:17.132Z | Compiling bstr v1.6.0 |
1564 | 2024-02-15T04:14:17.410Z | Compiling diesel v2.1.4 |
1565 | 2024-02-15T04:14:18.885Z | Compiling elliptic-curve v0.13.8 |
1566 | 2024-02-15T04:14:19.845Z | Compiling nom v7.1.3 |
1567 | 2024-02-15T04:14:20.497Z | Compiling yasna v0.5.2 |
1568 | 2024-02-15T04:14:21.087Z | Compiling zip v0.6.6 |
1569 | 2024-02-15T04:14:21.749Z | Compiling crossterm v0.27.0 |
1570 | 2024-02-15T04:14:22.636Z | Compiling clap v4.4.3 |
1571 | 2024-02-15T04:14:22.657Z | Compiling similar v2.3.0 |
1572 | 2024-02-15T04:14:22.771Z | Compiling bit-set v0.5.3 |
1573 | 2024-02-15T04:14:22.882Z | Compiling usdt v0.3.5 |
1574 | 2024-02-15T04:14:22.970Z | Compiling strum v0.25.0 |
1575 | 2024-02-15T04:14:23.162Z | Compiling itertools v0.10.5 |
1576 | 2024-02-15T04:14:23.247Z | Compiling console v0.15.8 |
1577 | 2024-02-15T04:14:23.651Z | Compiling tokio-stream v0.1.14 |
1578 | 2024-02-15T04:14:24.985Z | Compiling lalrpop-util v0.19.12 |
1579 | 2024-02-15T04:14:25.517Z | Compiling camino v1.1.6 |
1580 | 2024-02-15T04:14:28.652Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1581 | 2024-02-15T04:14:37.476Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1582 | 2024-02-15T04:15:03.643Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1583 | 2024-02-15T04:15:07.298Z | Compiling sha1 v0.10.6 |
1584 | 2024-02-15T04:15:07.782Z | Compiling atty v0.2.14 |
1585 | 2024-02-15T04:15:07.806Z | Compiling match_cfg v0.1.0 |
1586 | 2024-02-15T04:15:07.889Z | Compiling hostname v0.3.1 |
1587 | 2024-02-15T04:15:07.911Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1588 | 2024-02-15T04:15:07.943Z | Compiling dirs-sys-next v0.1.2 |
1589 | 2024-02-15T04:15:08.160Z | Compiling rustls-pki-types v1.1.0 |
1590 | 2024-02-15T04:15:08.216Z | Compiling ident_case v1.0.1 |
1591 | 2024-02-15T04:15:08.408Z | Compiling darling_core v0.20.3 |
1592 | 2024-02-15T04:15:08.444Z | Compiling dirs-next v2.0.0 |
1593 | 2024-02-15T04:15:08.766Z | Compiling thread_local v1.1.7 |
1594 | 2024-02-15T04:15:08.867Z | Compiling slog-async v2.8.0 |
1595 | 2024-02-15T04:15:08.950Z | Compiling rustls v0.22.2 |
1596 | 2024-02-15T04:15:09.396Z | Compiling rustls-webpki v0.102.1 |
1597 | 2024-02-15T04:15:09.439Z | Compiling term v0.7.0 |
1598 | 2024-02-15T04:15:09.542Z | Compiling crossbeam-channel v0.5.8 |
1599 | 2024-02-15T04:15:10.124Z | Compiling multer v3.0.0 |
1600 | 2024-02-15T04:15:10.154Z | Compiling instant v0.1.12 |
1601 | 2024-02-15T04:15:10.327Z | Compiling take_mut v0.2.2 |
1602 | 2024-02-15T04:15:10.494Z | Compiling paste v1.0.14 |
1603 | 2024-02-15T04:15:11.172Z | Compiling slog-term v2.9.0 |
1604 | 2024-02-15T04:15:11.626Z | Compiling slog-json v2.6.1 |
1605 | 2024-02-15T04:15:11.640Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1606 | 2024-02-15T04:15:11.777Z | Compiling http v1.0.0 |
1607 | 2024-02-15T04:15:11.891Z | Compiling async-stream-impl v0.3.5 |
1608 | 2024-02-15T04:15:11.955Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1609 | 2024-02-15T04:15:12.323Z | Compiling atomic-waker v1.1.1 |
1610 | 2024-02-15T04:15:12.497Z | Compiling debug-ignore v1.0.5 |
1611 | 2024-02-15T04:15:12.571Z | Compiling waitgroup v0.1.2 |
1612 | 2024-02-15T04:15:12.751Z | Compiling slog-bunyan v2.5.0 |
1613 | 2024-02-15T04:15:12.988Z | Compiling rustls-pemfile v2.0.0 |
1614 | 2024-02-15T04:15:13.456Z | Compiling async-stream v0.3.5 |
1615 | 2024-02-15T04:15:13.510Z | Compiling toml v0.8.9 |
1616 | 2024-02-15T04:15:14.241Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1617 | 2024-02-15T04:15:14.742Z | Compiling serde_path_to_error v0.1.15 |
1618 | 2024-02-15T04:15:15.029Z | Compiling darling_macro v0.20.3 |
1619 | 2024-02-15T04:15:15.114Z | Compiling structmeta-derive v0.3.0 |
1620 | 2024-02-15T04:15:15.506Z | Compiling strum_macros v0.26.1 |
1621 | 2024-02-15T04:15:16.107Z | Compiling backoff v0.4.0 |
1622 | 2024-02-15T04:15:16.125Z | Compiling tokio-rustls v0.25.0 |
1623 | 2024-02-15T04:15:16.249Z | Compiling darling v0.20.3 |
1624 | 2024-02-15T04:15:16.399Z | Compiling serde_with_macros v3.6.0 |
1625 | 2024-02-15T04:15:16.581Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1626 | 2024-02-15T04:15:17.495Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1627 | 2024-02-15T04:15:17.566Z | Compiling macaddr v1.0.1 |
1628 | 2024-02-15T04:15:17.717Z | Compiling proc-macro-error-attr v1.0.4 |
1629 | 2024-02-15T04:15:18.099Z | Compiling proc-macro-crate v1.3.1 |
1630 | 2024-02-15T04:15:18.149Z | Compiling proc-macro-error v1.0.4 |
1631 | 2024-02-15T04:15:18.517Z | Compiling heapless v0.8.0 |
1632 | 2024-02-15T04:15:18.685Z | Compiling structmeta v0.3.0 |
1633 | 2024-02-15T04:15:19.181Z | Compiling parse-display-derive v0.9.0 |
1634 | 2024-02-15T04:15:19.316Z | Compiling num_enum_derive v0.5.11 |
1635 | 2024-02-15T04:15:20.047Z | Compiling serde_with v3.6.0 |
1636 | 2024-02-15T04:15:20.818Z | Compiling hash32 v0.3.1 |
1637 | 2024-02-15T04:15:21.113Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1638 | 2024-02-15T04:15:21.379Z | Compiling strum v0.26.1 |
1639 | 2024-02-15T04:15:21.504Z | Compiling rayon-core v1.12.0 |
1640 | 2024-02-15T04:15:21.577Z | Compiling smoltcp v0.11.0 |
1641 | 2024-02-15T04:15:22.599Z | Compiling num_enum v0.5.11 |
1642 | 2024-02-15T04:15:22.798Z | Compiling crossbeam-deque v0.8.3 |
1643 | 2024-02-15T04:15:22.959Z | Compiling cobs v0.2.3 |
1644 | 2024-02-15T04:15:23.172Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1645 | 2024-02-15T04:15:23.211Z | Compiling fastrand v2.0.1 |
1646 | 2024-02-15T04:15:23.321Z | Compiling same-file v1.0.6 |
1647 | 2024-02-15T04:15:23.530Z | Compiling embedded-io v0.4.0 |
1648 | 2024-02-15T04:15:23.596Z | Compiling tempfile v3.10.0 |
1649 | 2024-02-15T04:15:23.762Z | Compiling postcard v1.0.8 |
1650 | 2024-02-15T04:15:23.931Z | Compiling walkdir v2.4.0 |
1651 | 2024-02-15T04:15:24.651Z | Compiling parse-display v0.9.0 |
1652 | 2024-02-15T04:15:24.687Z | Compiling semver-parser v0.10.2 |
1653 | 2024-02-15T04:15:24.711Z | Compiling foreign-types-macros v0.2.3 |
1654 | 2024-02-15T04:15:25.259Z | Compiling blake3 v1.5.0 |
1655 | 2024-02-15T04:15:25.767Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1656 | 2024-02-15T04:15:25.771Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1657 | 2024-02-15T04:15:25.771Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1658 | 2024-02-15T04:15:25.958Z | Compiling crucible-workspace-hack v0.1.0 |
1659 | 2024-02-15T04:15:25.983Z | Compiling foreign-types-shared v0.3.1 |
1660 | 2024-02-15T04:15:26.208Z | Compiling foreign-types v0.5.0 |
1661 | 2024-02-15T04:15:26.324Z | Compiling rayon v1.8.0 |
1662 | 2024-02-15T04:15:26.341Z | Compiling semver v0.11.0 |
1663 | 2024-02-15T04:15:26.855Z | Compiling is-terminal v0.4.9 |
1664 | 2024-02-15T04:15:26.897Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1665 | 2024-02-15T04:15:26.997Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1666 | 2024-02-15T04:15:27.102Z | Compiling cstr-argument v0.1.2 |
1667 | 2024-02-15T04:15:27.221Z | Compiling filetime v0.2.23 |
1668 | 2024-02-15T04:15:27.371Z | Compiling memmap2 v0.7.1 |
1669 | 2024-02-15T04:15:27.574Z | Compiling xattr v1.0.1 |
1670 | 2024-02-15T04:15:27.594Z | Compiling pretty-hex v0.2.1 |
1671 | 2024-02-15T04:15:27.821Z | Compiling constant_time_eq v0.3.0 |
1672 | 2024-02-15T04:15:27.841Z | Compiling arrayvec v0.7.4 |
1673 | 2024-02-15T04:15:27.872Z | Compiling arrayref v0.3.7 |
1674 | 2024-02-15T04:15:27.885Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1675 | 2024-02-15T04:15:27.982Z | Compiling home v0.5.5 |
1676 | 2024-02-15T04:15:28.079Z | Compiling tar v0.4.40 |
1677 | 2024-02-15T04:15:28.223Z | Compiling toolchain_find v0.2.0 |
1678 | 2024-02-15T04:15:28.239Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1679 | 2024-02-15T04:15:28.299Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1680 | 2024-02-15T04:15:28.335Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1681 | 2024-02-15T04:15:28.679Z | Compiling camino-tempfile v1.1.1 |
1682 | 2024-02-15T04:15:28.870Z | Compiling colored v2.0.4 |
1683 | 2024-02-15T04:15:29.190Z | Compiling toml v0.5.11 |
1684 | 2024-02-15T04:15:29.690Z | Compiling topological-sort v0.2.2 |
1685 | 2024-02-15T04:15:29.690Z | Compiling platforms v3.0.2 |
1686 | 2024-02-15T04:15:30.054Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1687 | 2024-02-15T04:15:30.319Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1688 | 2024-02-15T04:15:30.459Z | Compiling zone_cfg_derive v0.3.0 |
1689 | 2024-02-15T04:15:30.655Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1690 | 2024-02-15T04:15:31.163Z | Compiling rustfmt-wrapper v0.2.0 |
1691 | 2024-02-15T04:15:31.403Z | Compiling textwrap v0.11.0 |
1692 | 2024-02-15T04:15:31.859Z | Compiling omicron-zone-package v0.11.0 |
1693 | 2024-02-15T04:15:31.990Z | Compiling heck v0.3.3 |
1694 | 2024-02-15T04:15:32.442Z | Compiling num-derive v0.4.0 |
1695 | 2024-02-15T04:15:32.466Z | Compiling strsim v0.8.0 |
1696 | 2024-02-15T04:15:32.904Z | Compiling ansi_term v0.12.1 |
1697 | 2024-02-15T04:15:33.193Z | Compiling libefi-sys v0.1.0 |
1698 | 2024-02-15T04:15:33.410Z | Compiling vec_map v0.8.2 |
1699 | 2024-02-15T04:15:33.501Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1700 | 2024-02-15T04:15:33.579Z | Compiling structopt-derive v0.4.18 |
1701 | 2024-02-15T04:15:33.731Z | Compiling clap v2.34.0 |
1702 | 2024-02-15T04:15:34.080Z | Compiling zone v0.3.0 |
1703 | 2024-02-15T04:15:34.645Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1704 | 2024-02-15T04:15:35.111Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1705 | 2024-02-15T04:15:35.173Z | Compiling smf v0.2.2 |
1706 | 2024-02-15T04:15:35.368Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1707 | 2024-02-15T04:15:35.823Z | Compiling unicase v2.7.0 |
1708 | 2024-02-15T04:15:35.884Z | Compiling semver v0.1.20 |
1709 | 2024-02-15T04:15:36.227Z | Compiling curve25519-dalek v4.1.1 |
1710 | 2024-02-15T04:15:36.517Z | Compiling rustc_version v0.1.7 |
1711 | 2024-02-15T04:15:36.674Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1712 | 2024-02-15T04:15:36.858Z | Compiling universal-hash v0.5.1 |
1713 | 2024-02-15T04:15:37.043Z | Compiling opaque-debug v0.3.0 |
1714 | 2024-02-15T04:15:37.064Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1715 | 2024-02-15T04:15:37.100Z | Compiling newtype_derive v0.1.6 |
1716 | 2024-02-15T04:15:37.269Z | Compiling curve25519-dalek-derive v0.1.0 |
1717 | 2024-02-15T04:15:37.289Z | Compiling gethostname v0.4.3 |
1718 | 2024-02-15T04:15:37.400Z | Compiling num-rational v0.4.1 |
1719 | 2024-02-15T04:15:37.425Z | Compiling getrandom v0.1.16 |
1720 | 2024-02-15T04:15:37.545Z | Compiling structopt v0.3.26 |
1721 | 2024-02-15T04:15:37.787Z | Compiling usdt-attr-macro v0.5.0 |
1722 | 2024-02-15T04:15:38.465Z | Compiling usdt-macro v0.5.0 |
1723 | 2024-02-15T04:15:38.470Z | Compiling password-hash v0.5.0 |
1724 | 2024-02-15T04:15:38.470Z | Compiling signature v2.1.0 |
1725 | 2024-02-15T04:15:38.571Z | Compiling blake2 v0.10.6 |
1726 | 2024-02-15T04:15:38.903Z | Compiling memmap v0.7.0 |
1727 | 2024-02-15T04:15:39.305Z | Compiling linked-hash-map v0.5.6 |
1728 | 2024-02-15T04:15:39.432Z | Compiling parking_lot_core v0.8.6 |
1729 | 2024-02-15T04:15:39.937Z | Compiling quick-error v1.2.3 |
1730 | 2024-02-15T04:15:39.937Z | Compiling lru-cache v0.1.2 |
1731 | 2024-02-15T04:15:39.937Z | Compiling usdt v0.5.0 |
1732 | 2024-02-15T04:15:39.937Z | Compiling resolv-conf v0.7.0 |
1733 | 2024-02-15T04:15:39.938Z | Compiling argon2 v0.5.3 |
1734 | 2024-02-15T04:15:41.163Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1735 | 2024-02-15T04:15:41.231Z | Compiling aead v0.5.2 |
1736 | 2024-02-15T04:15:41.231Z | Compiling num-complex v0.4.4 |
1737 | 2024-02-15T04:15:41.260Z | Compiling nibble_vec v0.1.0 |
1738 | 2024-02-15T04:15:41.469Z | Compiling slog-dtrace v0.3.0 |
1739 | 2024-02-15T04:15:41.859Z | Compiling keccak v0.1.4 |
1740 | 2024-02-15T04:15:42.113Z | Compiling endian-type v0.1.2 |
1741 | 2024-02-15T04:15:42.131Z | Compiling arc-swap v1.6.0 |
1742 | 2024-02-15T04:15:42.346Z | Compiling winapi v0.3.9 |
1743 | 2024-02-15T04:15:42.867Z | Compiling cancel-safe-futures v0.1.5 |
1744 | 2024-02-15T04:15:42.933Z | Compiling utf-8 v0.7.6 |
1745 | 2024-02-15T04:15:43.281Z | Compiling tungstenite v0.20.1 |
1746 | 2024-02-15T04:15:43.341Z | Compiling slog-scope v4.4.0 |
1747 | 2024-02-15T04:15:43.550Z | Compiling radix_trie v0.2.1 |
1748 | 2024-02-15T04:15:43.580Z | Compiling sha3 v0.10.8 |
1749 | 2024-02-15T04:15:43.705Z | Compiling num v0.4.1 |
1750 | 2024-02-15T04:15:43.910Z | Compiling mime_guess v2.0.4 |
1751 | 2024-02-15T04:15:43.926Z | Compiling steno v0.4.0 |
1752 | 2024-02-15T04:15:44.309Z | Compiling rand_core v0.5.1 |
1753 | 2024-02-15T04:15:45.043Z | Compiling trust-dns-resolver v0.22.0 |
1754 | 2024-02-15T04:15:45.472Z | Compiling poly1305 v0.8.0 |
1755 | 2024-02-15T04:15:46.194Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1756 | 2024-02-15T04:15:46.205Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1757 | 2024-02-15T04:15:47.071Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1758 | 2024-02-15T04:15:47.405Z | Compiling chacha20 v0.9.1 |
1759 | 2024-02-15T04:15:47.570Z | Compiling rfc6979 v0.4.0 |
1760 | 2024-02-15T04:15:47.798Z | Compiling secrecy v0.8.0 |
1761 | 2024-02-15T04:15:47.927Z | Compiling thiserror-impl-no-std v2.0.2 |
1762 | 2024-02-15T04:15:48.101Z | Compiling half v2.3.1 |
1763 | 2024-02-15T04:15:48.741Z | Compiling ciborium-io v0.2.2 |
1764 | 2024-02-15T04:15:48.793Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1765 | 2024-02-15T04:15:48.904Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1766 | 2024-02-15T04:15:49.627Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1767 | 2024-02-15T04:15:50.160Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1768 | 2024-02-15T04:15:51.146Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1769 | 2024-02-15T04:15:51.404Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1770 | 2024-02-15T04:15:51.615Z | Compiling convert_case v0.4.0 |
1771 | 2024-02-15T04:15:51.727Z | Compiling option-ext v0.2.0 |
1772 | 2024-02-15T04:15:51.749Z | Compiling thiserror-no-std v2.0.2 |
1773 | 2024-02-15T04:15:51.888Z | Compiling dirs-sys v0.4.1 |
1774 | 2024-02-15T04:15:51.909Z | Compiling ciborium-ll v0.2.2 |
1775 | 2024-02-15T04:15:52.423Z | Compiling ecdsa v0.16.9 |
1776 | 2024-02-15T04:15:52.614Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1777 | 2024-02-15T04:15:52.664Z | Compiling derive_more v0.99.17 |
1778 | 2024-02-15T04:15:53.425Z | Compiling parking_lot v0.11.2 |
1779 | 2024-02-15T04:15:53.444Z | Compiling rand_chacha v0.2.2 |
1780 | 2024-02-15T04:15:53.484Z | Compiling tokio-tungstenite v0.20.1 |
1781 | 2024-02-15T04:15:54.066Z | Compiling trust-dns-client v0.22.0 |
1782 | 2024-02-15T04:15:55.175Z | Compiling slog-stdlog v4.1.1 |
1783 | 2024-02-15T04:15:55.322Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1784 | 2024-02-15T04:15:55.592Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1785 | 2024-02-15T04:15:55.975Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1786 | 2024-02-15T04:15:57.525Z | Compiling ed25519 v2.2.2 |
1787 | 2024-02-15T04:15:58.060Z | Compiling polyval v0.6.1 |
1788 | 2024-02-15T04:15:58.556Z | Compiling primeorder v0.13.6 |
1789 | 2024-02-15T04:15:59.067Z | Compiling aes v0.8.3 |
1790 | 2024-02-15T04:15:59.154Z | Compiling blowfish v0.9.1 |
1791 | 2024-02-15T04:15:59.696Z | Compiling ctr v0.9.2 |
1792 | 2024-02-15T04:16:00.147Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1793 | 2024-02-15T04:16:02.251Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1794 | 2024-02-15T04:16:02.320Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1795 | 2024-02-15T04:16:06.458Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1796 | 2024-02-15T04:16:08.570Z | Compiling password-hash v0.4.2 |
1797 | 2024-02-15T04:16:09.749Z | Compiling libsw v3.3.1 |
1798 | 2024-02-15T04:16:10.631Z | Compiling pbkdf2 v0.12.2 |
1799 | 2024-02-15T04:16:10.853Z | Compiling derive-where v1.2.7 |
1800 | 2024-02-15T04:16:11.116Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1801 | 2024-02-15T04:16:11.748Z | Compiling fxhash v0.2.1 |
1802 | 2024-02-15T04:16:12.000Z | Compiling owo-colors v4.0.0 |
1803 | 2024-02-15T04:16:12.039Z | Compiling swrite v0.1.0 |
1804 | 2024-02-15T04:16:12.202Z | Compiling linear-map v1.2.0 |
1805 | 2024-02-15T04:16:12.667Z | Compiling trust-dns-server v0.22.1 |
1806 | 2024-02-15T04:16:13.440Z | Compiling sled v0.34.7 |
1807 | 2024-02-15T04:16:13.906Z | Compiling bcrypt-pbkdf v0.10.0 |
1808 | 2024-02-15T04:16:14.319Z | Compiling pbkdf2 v0.11.0 |
1809 | 2024-02-15T04:16:14.561Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1810 | 2024-02-15T04:16:14.694Z | Compiling p256 v0.13.2 |
1811 | 2024-02-15T04:16:14.731Z | Compiling ghash v0.5.0 |
1812 | 2024-02-15T04:16:14.900Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1813 | 2024-02-15T04:16:14.934Z | Compiling ed25519-dalek v2.0.0 |
1814 | 2024-02-15T04:16:15.596Z | Compiling slog-envlogger v2.2.0 |
1815 | 2024-02-15T04:16:15.800Z | Compiling russh-cryptovec v0.7.0 |
1816 | 2024-02-15T04:16:16.140Z | Compiling rand v0.7.3 |
1817 | 2024-02-15T04:16:16.313Z | Compiling ciborium v0.2.2 |
1818 | 2024-02-15T04:16:16.440Z | Compiling dirs v5.0.1 |
1819 | 2024-02-15T04:16:16.687Z | Compiling vsss-rs v3.3.4 |
1820 | 2024-02-15T04:16:17.319Z | Compiling chacha20poly1305 v0.10.1 |
1821 | 2024-02-15T04:16:17.577Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1822 | 2024-02-15T04:16:17.986Z | Compiling cbc v0.1.2 |
1823 | 2024-02-15T04:16:18.284Z | Compiling pem v3.0.2 |
1824 | 2024-02-15T04:16:19.180Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1825 | 2024-02-15T04:16:19.373Z | Compiling headers-core v0.2.0 |
1826 | 2024-02-15T04:16:19.571Z | Compiling kstat-rs v0.2.3 |
1827 | 2024-02-15T04:16:19.635Z | Compiling md5 v0.7.0 |
1828 | 2024-02-15T04:16:20.155Z | Compiling http-range v0.1.5 |
1829 | 2024-02-15T04:16:20.249Z | Compiling glob v0.3.1 |
1830 | 2024-02-15T04:16:20.611Z | Compiling hyper-staticfile v0.9.5 |
1831 | 2024-02-15T04:16:20.655Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1832 | 2024-02-15T04:16:21.370Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1833 | 2024-02-15T04:16:21.424Z | Compiling russh-keys v0.40.1 |
1834 | 2024-02-15T04:16:22.243Z | Compiling headers v0.3.9 |
1835 | 2024-02-15T04:16:24.189Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1836 | 2024-02-15T04:16:24.622Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1837 | 2024-02-15T04:16:25.230Z | Compiling rcgen v0.12.1 |
1838 | 2024-02-15T04:16:26.977Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1839 | 2024-02-15T04:16:27.145Z | Compiling aes-gcm v0.10.3 |
1840 | 2024-02-15T04:16:28.482Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1841 | 2024-02-15T04:16:30.702Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1842 | 2024-02-15T04:16:31.161Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1843 | 2024-02-15T04:16:34.682Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1844 | 2024-02-15T04:16:34.925Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1845 | 2024-02-15T04:16:35.595Z | Compiling atomicwrites v0.4.3 |
1846 | 2024-02-15T04:16:35.999Z | Compiling itertools v0.12.1 |
1847 | 2024-02-15T04:16:36.450Z | Compiling subprocess v0.2.9 |
1848 | 2024-02-15T04:16:36.862Z | Compiling display-error-chain v0.2.0 |
1849 | 2024-02-15T04:16:37.086Z | Compiling hex-literal v0.4.1 |
1850 | 2024-02-15T04:16:37.275Z | Compiling russh v0.40.2 |
1851 | 2024-02-15T04:16:38.869Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1852 | 2024-02-15T04:16:39.526Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1853 | 2024-02-15T04:16:47.266Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1854 | 2024-02-15T04:16:48.663Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1855 | 2024-02-15T04:17:12.881Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1856 | 2024-02-15T04:18:24.108Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 20s |
1857 | 2024-02-15T04:18:24.414Z | |
1858 | 2024-02-15T04:18:24.414Z | real 6:20.630915038 |
1859 | 2024-02-15T04:18:24.414Z | user 32:02.028131495 |
1860 | 2024-02-15T04:18:24.414Z | sys 6:01.753573251 |
1861 | 2024-02-15T04:18:24.414Z | trap 1.039016275 |
1862 | 2024-02-15T04:18:24.414Z | tflt 6.996573578 |
1863 | 2024-02-15T04:18:24.414Z | dflt 5.236248177 |
1864 | 2024-02-15T04:18:24.417Z | kflt 0.083918639 |
1865 | 2024-02-15T04:18:24.417Z | lock 59:50.543690202 |
1866 | 2024-02-15T04:18:24.417Z | slp 1:34:23.059012780 |
1867 | 2024-02-15T04:18:24.417Z | lat 1:43.980872064 |
1868 | 2024-02-15T04:18:24.417Z | stop 4:28.111384469 |
1869 | 2024-02-15T04:18:24.417Z | + mkdir -p /work/end-to-end-tests |
1870 | 2024-02-15T04:18:24.421Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1871 | 2024-02-15T04:18:25.436Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1872 | 2024-02-15T04:18:25.436Z | + ptime -m gzip |
1873 | 2024-02-15T04:18:25.439Z | ++ basename target/debug/bootstrap |
1874 | 2024-02-15T04:18:38.675Z | |
1875 | 2024-02-15T04:18:38.675Z | real 13.229153551 |
1876 | 2024-02-15T04:18:38.675Z | user 13.086467630 |
1877 | 2024-02-15T04:18:38.675Z | sys 0.129518906 |
1878 | 2024-02-15T04:18:38.675Z | trap 0.004151002 |
1879 | 2024-02-15T04:18:38.675Z | tflt 0.000000000 |
1880 | 2024-02-15T04:18:38.690Z | dflt 0.000000000 |
1881 | 2024-02-15T04:18:38.690Z | kflt 0.000000000 |
1882 | 2024-02-15T04:18:38.690Z | lock 0.000000000 |
1883 | 2024-02-15T04:18:38.690Z | slp 0.000000000 |
1884 | 2024-02-15T04:18:38.690Z | lat 0.008570796 |
1885 | 2024-02-15T04:18:38.691Z | stop 0.000202498 |
1886 | 2024-02-15T04:18:38.691Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1887 | 2024-02-15T04:18:38.691Z | + ptime -m gzip |
1888 | 2024-02-15T04:18:38.691Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4ef928d4a311d736 |
1889 | 2024-02-15T04:18:39.981Z | |
1890 | 2024-02-15T04:18:39.981Z | real 1.298311969 |
1891 | 2024-02-15T04:18:39.981Z | user 1.284100979 |
1892 | 2024-02-15T04:18:39.982Z | sys 0.013532930 |
1893 | 2024-02-15T04:18:39.982Z | trap 0.000175582 |
1894 | 2024-02-15T04:18:40.401Z | tflt 0.000000000 |
1895 | 2024-02-15T04:18:40.401Z | dflt 0.000000000 |
1896 | 2024-02-15T04:18:40.401Z | kflt 0.000000000 |
1897 | 2024-02-15T04:18:40.401Z | lock 0.000000000 |
1898 | 2024-02-15T04:18:40.401Z | slp 0.000000000 |
1899 | 2024-02-15T04:18:40.401Z | lat 0.000086560 |
1900 | 2024-02-15T04:18:40.401Z | stop 0.000188070 |
1901 | 2024-02-15T04:18:40.401Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1902 | 2024-02-15T04:18:40.401Z | + ptime -m gzip |
1903 | 2024-02-15T04:18:40.401Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d04a49cb4bbc61f6 |
1904 | 2024-02-15T04:18:53.536Z | |
1905 | 2024-02-15T04:18:53.548Z | real 13.544038462 |
1906 | 2024-02-15T04:18:53.549Z | user 13.420081023 |
1907 | 2024-02-15T04:18:53.549Z | sys 0.118424261 |
1908 | 2024-02-15T04:18:53.549Z | trap 0.003048977 |
1909 | 2024-02-15T04:18:53.549Z | tflt 0.000000000 |
1910 | 2024-02-15T04:18:53.549Z | dflt 0.000000000 |
1911 | 2024-02-15T04:18:53.549Z | kflt 0.000000000 |
1912 | 2024-02-15T04:18:53.549Z | lock 0.000000000 |
1913 | 2024-02-15T04:18:53.550Z | slp 0.000000000 |
1914 | 2024-02-15T04:18:53.550Z | lat 0.002034945 |
1915 | 2024-02-15T04:18:53.550Z | stop 0.000219836 |
1916 | 2024-02-15T04:18:53.550Z | + banner caboose-util |
1917 | 2024-02-15T04:18:53.550Z | |
1918 | 2024-02-15T04:18:53.550Z | #### ## ##### #### #### #### ###### # # ##### |
1919 | 2024-02-15T04:18:53.550Z | # # # # # # # # # # # # # # # |
1920 | 2024-02-15T04:18:53.550Z | # # # ##### # # # # #### ##### ##### # # # |
1921 | 2024-02-15T04:18:53.551Z | # ###### # # # # # # # # # # # |
1922 | 2024-02-15T04:18:53.551Z | # # # # # # # # # # # # # # # # |
1923 | 2024-02-15T04:18:53.551Z | #### # # ##### #### #### #### ###### #### # |
1924 | 2024-02-15T04:18:53.551Z | |
1925 | 2024-02-15T04:18:53.551Z | + ptime -m cargo build --locked -p caboose-util --release |
1926 | 2024-02-15T04:18:54.012Z | Downloading crates ... |
1927 | 2024-02-15T04:18:54.471Z | Downloaded funty v2.0.0 |
1928 | 2024-02-15T04:18:54.477Z | Downloaded bitfield v0.14.0 |
1929 | 2024-02-15T04:18:54.480Z | Downloaded pkcs1 v0.7.5 |
1930 | 2024-02-15T04:18:54.485Z | Downloaded packed_struct v0.10.1 |
1931 | 2024-02-15T04:18:54.492Z | Downloaded path-slash v0.1.5 |
1932 | 2024-02-15T04:18:54.492Z | Downloaded maybe-uninit v2.0.0 |
1933 | 2024-02-15T04:18:54.496Z | Downloaded wyz v0.5.1 |
1934 | 2024-02-15T04:18:54.496Z | Downloaded nodrop v0.1.14 |
1935 | 2024-02-15T04:18:54.496Z | Downloaded termcolor v1.2.0 |
1936 | 2024-02-15T04:18:54.499Z | Downloaded serde-hex v0.1.0 |
1937 | 2024-02-15T04:18:54.499Z | Downloaded array-init v0.0.4 |
1938 | 2024-02-15T04:18:54.503Z | Downloaded radium v0.7.0 |
1939 | 2024-02-15T04:18:54.503Z | Downloaded packed_struct_codegen v0.10.1 |
1940 | 2024-02-15T04:18:54.503Z | Downloaded smallvec v0.6.14 |
1941 | 2024-02-15T04:18:54.507Z | Downloaded crc v3.0.1 |
1942 | 2024-02-15T04:18:54.507Z | Downloaded tap v1.0.1 |
1943 | 2024-02-15T04:18:54.507Z | Downloaded crc-catalog v2.2.0 |
1944 | 2024-02-15T04:18:54.511Z | Downloaded env_logger v0.10.0 |
1945 | 2024-02-15T04:18:54.521Z | Downloaded crc-any v2.4.3 |
1946 | 2024-02-15T04:18:54.525Z | Downloaded ron v0.8.1 |
1947 | 2024-02-15T04:18:54.525Z | Downloaded rsa v0.9.2 |
1948 | 2024-02-15T04:18:54.530Z | Downloaded x509-cert v0.2.4 |
1949 | 2024-02-15T04:18:54.536Z | Downloaded num-bigint-dig v0.8.4 |
1950 | 2024-02-15T04:18:54.541Z | Downloaded bitvec v1.0.1 |
1951 | 2024-02-15T04:18:54.559Z | Downloaded object v0.30.4 |
1952 | 2024-02-15T04:18:54.684Z | Compiling proc-macro2 v1.0.78 |
1953 | 2024-02-15T04:18:54.684Z | Compiling unicode-ident v1.0.12 |
1954 | 2024-02-15T04:18:54.688Z | Compiling libc v0.2.153 |
1955 | 2024-02-15T04:18:54.688Z | Compiling autocfg v1.1.0 |
1956 | 2024-02-15T04:18:54.688Z | Compiling serde v1.0.196 |
1957 | 2024-02-15T04:18:54.688Z | Compiling version_check v0.9.4 |
1958 | 2024-02-15T04:18:54.688Z | Compiling cfg-if v1.0.0 |
1959 | 2024-02-15T04:18:54.878Z | Compiling once_cell v1.19.0 |
1960 | 2024-02-15T04:18:54.886Z | Compiling typenum v1.16.0 |
1961 | 2024-02-15T04:18:54.913Z | Compiling parking_lot_core v0.9.8 |
1962 | 2024-02-15T04:18:55.326Z | Compiling memchr v2.6.3 |
1963 | 2024-02-15T04:18:55.351Z | Compiling syn v1.0.109 |
1964 | 2024-02-15T04:18:55.367Z | Compiling byteorder v1.5.0 |
1965 | 2024-02-15T04:18:55.491Z | Compiling lock_api v0.4.10 |
1966 | 2024-02-15T04:18:55.804Z | Compiling generic-array v0.14.7 |
1967 | 2024-02-15T04:18:55.904Z | Compiling libm v0.2.7 |
1968 | 2024-02-15T04:18:55.953Z | Compiling num-traits v0.2.16 |
1969 | 2024-02-15T04:18:56.127Z | Compiling ahash v0.8.7 |
1970 | 2024-02-15T04:18:56.280Z | Compiling quote v1.0.35 |
1971 | 2024-02-15T04:18:56.354Z | Compiling thiserror v1.0.56 |
1972 | 2024-02-15T04:18:56.497Z | Compiling pkg-config v0.3.27 |
1973 | 2024-02-15T04:18:56.876Z | Compiling syn v2.0.48 |
1974 | 2024-02-15T04:18:56.938Z | Compiling cc v1.0.83 |
1975 | 2024-02-15T04:18:56.947Z | Compiling getrandom v0.2.10 |
1976 | 2024-02-15T04:18:57.388Z | Compiling serde_json v1.0.113 |
1977 | 2024-02-15T04:18:57.713Z | Compiling scopeguard v1.2.0 |
1978 | 2024-02-15T04:18:58.016Z | Compiling slab v0.4.9 |
1979 | 2024-02-15T04:18:58.093Z | Compiling log v0.4.20 |
1980 | 2024-02-15T04:18:58.123Z | Compiling itoa v1.0.9 |
1981 | 2024-02-15T04:18:58.482Z | Compiling rand_core v0.6.4 |
1982 | 2024-02-15T04:18:58.781Z | Compiling smallvec v1.13.1 |
1983 | 2024-02-15T04:18:59.115Z | Compiling vcpkg v0.2.15 |
1984 | 2024-02-15T04:18:59.824Z | Compiling pin-project-lite v0.2.13 |
1985 | 2024-02-15T04:18:59.943Z | Compiling const-oid v0.9.5 |
1986 | 2024-02-15T04:19:00.513Z | Compiling parking_lot v0.12.1 |
1987 | 2024-02-15T04:19:00.792Z | Compiling ring v0.17.7 |
1988 | 2024-02-15T04:19:01.006Z | Compiling openssl-sys v0.9.96 |
1989 | 2024-02-15T04:19:01.086Z | Compiling ucd-trie v0.1.6 |
1990 | 2024-02-15T04:19:01.386Z | Compiling ryu v1.0.15 |
1991 | 2024-02-15T04:19:01.712Z | Compiling signal-hook-registry v1.4.1 |
1992 | 2024-02-15T04:19:02.114Z | Compiling io-lifetimes v1.0.11 |
1993 | 2024-02-15T04:19:02.234Z | Compiling subtle v2.5.0 |
1994 | 2024-02-15T04:19:02.414Z | Compiling ring v0.16.20 |
1995 | 2024-02-15T04:19:02.605Z | Compiling mio v0.8.9 |
1996 | 2024-02-15T04:19:02.855Z | Compiling num-integer v0.1.45 |
1997 | 2024-02-15T04:19:03.188Z | Compiling heck v0.4.1 |
1998 | 2024-02-15T04:19:03.506Z | Compiling futures-core v0.3.30 |
1999 | 2024-02-15T04:19:03.608Z | Compiling semver v1.0.21 |
2000 | 2024-02-15T04:19:04.531Z | Compiling spin v0.5.2 |
2001 | 2024-02-15T04:19:04.992Z | Compiling rustix v0.37.23 |
2002 | 2024-02-15T04:19:05.588Z | Compiling socket2 v0.5.5 |
2003 | 2024-02-15T04:19:05.633Z | Compiling num_cpus v1.16.0 |
2004 | 2024-02-15T04:19:05.697Z | Compiling unicode-xid v0.2.4 |
2005 | 2024-02-15T04:19:05.763Z | Compiling httparse v1.8.0 |
2006 | 2024-02-15T04:19:06.152Z | Compiling openssl v0.10.60 |
2007 | 2024-02-15T04:19:06.161Z | Compiling futures-sink v0.3.30 |
2008 | 2024-02-15T04:19:06.214Z | Compiling allocator-api2 v0.2.16 |
2009 | 2024-02-15T04:19:06.324Z | Compiling synstructure v0.12.6 |
2010 | 2024-02-15T04:19:06.568Z | Compiling equivalent v1.0.1 |
2011 | 2024-02-15T04:19:06.685Z | Compiling tinyvec_macros v0.1.1 |
2012 | 2024-02-15T04:19:07.084Z | Compiling tinyvec v1.6.0 |
2013 | 2024-02-15T04:19:07.342Z | Compiling futures-channel v0.3.30 |
2014 | 2024-02-15T04:19:07.720Z | Compiling crc32fast v1.3.2 |
2015 | 2024-02-15T04:19:07.831Z | Compiling rustls v0.21.9 |
2016 | 2024-02-15T04:19:08.005Z | Compiling futures-task v0.3.30 |
2017 | 2024-02-15T04:19:08.140Z | Compiling native-tls v0.2.11 |
2018 | 2024-02-15T04:19:08.198Z | Compiling pin-utils v0.1.0 |
2019 | 2024-02-15T04:19:08.292Z | Compiling futures-io v0.3.30 |
2020 | 2024-02-15T04:19:08.306Z | Compiling ppv-lite86 v0.2.17 |
2021 | 2024-02-15T04:19:08.329Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2022 | 2024-02-15T04:19:08.511Z | Compiling spin v0.9.8 |
2023 | 2024-02-15T04:19:08.750Z | Compiling unicode-normalization v0.1.22 |
2024 | 2024-02-15T04:19:08.786Z | Compiling tracing-core v0.1.31 |
2025 | 2024-02-15T04:19:08.903Z | Compiling unicode-bidi v0.3.13 |
2026 | 2024-02-15T04:19:08.928Z | Compiling base64ct v1.6.0 |
2027 | 2024-02-15T04:19:09.237Z | Compiling rand_chacha v0.3.1 |
2028 | 2024-02-15T04:19:09.522Z | Compiling pem-rfc7468 v0.7.0 |
2029 | 2024-02-15T04:19:09.791Z | Compiling rand v0.8.5 |
2030 | 2024-02-15T04:19:10.571Z | Compiling errno v0.3.8 |
2031 | 2024-02-15T04:19:10.838Z | Compiling num-iter v0.1.43 |
2032 | 2024-02-15T04:19:10.872Z | Compiling usdt-impl v0.3.5 |
2033 | 2024-02-15T04:19:10.938Z | Compiling schemars v0.8.16 |
2034 | 2024-02-15T04:19:11.019Z | Compiling serde_derive v1.0.196 |
2035 | 2024-02-15T04:19:11.198Z | Compiling zeroize_derive v1.4.2 |
2036 | 2024-02-15T04:19:11.659Z | Compiling zerocopy-derive v0.7.32 |
2037 | 2024-02-15T04:19:11.666Z | Compiling thiserror-impl v1.0.56 |
2038 | 2024-02-15T04:19:11.667Z | Compiling tokio-macros v2.2.0 |
2039 | 2024-02-15T04:19:11.667Z | Compiling futures-macro v0.3.30 |
2040 | 2024-02-15T04:19:11.667Z | Compiling tracing-attributes v0.1.26 |
2041 | 2024-02-15T04:19:12.030Z | Compiling der_derive v0.7.2 |
2042 | 2024-02-15T04:19:12.778Z | Compiling zeroize v1.7.0 |
2043 | 2024-02-15T04:19:13.492Z | Compiling zerocopy-derive v0.2.0 |
2044 | 2024-02-15T04:19:13.987Z | Compiling zerocopy v0.7.32 |
2045 | 2024-02-15T04:19:14.647Z | Compiling pest v2.7.6 |
2046 | 2024-02-15T04:19:14.809Z | Compiling crypto-common v0.1.6 |
2047 | 2024-02-15T04:19:14.819Z | Compiling block-buffer v0.10.4 |
2048 | 2024-02-15T04:19:15.233Z | Compiling digest v0.10.7 |
2049 | 2024-02-15T04:19:15.261Z | Compiling openssl-macros v0.1.1 |
2050 | 2024-02-15T04:19:15.537Z | Compiling futures-util v0.3.30 |
2051 | 2024-02-15T04:19:15.730Z | Compiling hashbrown v0.14.2 |
2052 | 2024-02-15T04:19:15.753Z | Compiling tracing v0.1.37 |
2053 | 2024-02-15T04:19:16.004Z | Compiling zerocopy-derive v0.6.4 |
2054 | 2024-02-15T04:19:16.030Z | Compiling scroll_derive v0.12.0 |
2055 | 2024-02-15T04:19:16.773Z | Compiling signal-hook v0.3.17 |
2056 | 2024-02-15T04:19:17.035Z | Compiling pest_meta v2.7.6 |
2057 | 2024-02-15T04:19:17.253Z | Compiling rustix v0.38.31 |
2058 | 2024-02-15T04:19:17.737Z | Compiling flagset v0.4.3 |
2059 | 2024-02-15T04:19:18.029Z | Compiling der v0.7.8 |
2060 | 2024-02-15T04:19:18.773Z | Compiling pest_generator v2.7.6 |
2061 | 2024-02-15T04:19:19.885Z | Compiling serde_derive_internals v0.26.0 |
2062 | 2024-02-15T04:19:21.612Z | Compiling pest_derive v2.7.6 |
2063 | 2024-02-15T04:19:22.576Z | Compiling rustversion v1.0.14 |
2064 | 2024-02-15T04:19:22.972Z | Compiling bitflags v1.3.2 |
2065 | 2024-02-15T04:19:23.086Z | Compiling fnv v1.0.7 |
2066 | 2024-02-15T04:19:23.302Z | Compiling schemars_derive v0.8.16 |
2067 | 2024-02-15T04:19:24.775Z | Compiling spki v0.7.2 |
2068 | 2024-02-15T04:19:25.532Z | Compiling zerocopy v0.3.0 |
2069 | 2024-02-15T04:19:26.107Z | Compiling bytes v1.5.0 |
2070 | 2024-02-15T04:19:26.416Z | Compiling indexmap v2.2.2 |
2071 | 2024-02-15T04:19:27.050Z | Compiling bitflags v2.4.0 |
2072 | 2024-02-15T04:19:27.135Z | Compiling tokio v1.36.0 |
2073 | 2024-02-15T04:19:27.955Z | Compiling rustc_version v0.4.0 |
2074 | 2024-02-15T04:19:28.494Z | Compiling http v0.2.11 |
2075 | 2024-02-15T04:19:28.629Z | Compiling heapless v0.7.16 |
2076 | 2024-02-15T04:19:28.872Z | Compiling uuid v1.7.0 |
2077 | 2024-02-15T04:19:29.098Z | Compiling lazy_static v1.4.0 |
2078 | 2024-02-15T04:19:29.639Z | Compiling backtrace v0.3.69 |
2079 | 2024-02-15T04:19:29.668Z | Compiling thread-id v4.2.0 |
2080 | 2024-02-15T04:19:29.785Z | Compiling memoffset v0.9.0 |
2081 | 2024-02-15T04:19:30.112Z | Compiling num-bigint v0.4.4 |
2082 | 2024-02-15T04:19:30.124Z | Compiling foreign-types-shared v0.1.1 |
2083 | 2024-02-15T04:19:30.241Z | Compiling async-trait v0.1.77 |
2084 | 2024-02-15T04:19:30.626Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2085 | 2024-02-15T04:19:31.012Z | Compiling untrusted v0.9.0 |
2086 | 2024-02-15T04:19:31.206Z | Compiling percent-encoding v2.3.1 |
2087 | 2024-02-15T04:19:31.372Z | Compiling iana-time-zone v0.1.57 |
2088 | 2024-02-15T04:19:31.384Z | Compiling untrusted v0.7.1 |
2089 | 2024-02-15T04:19:31.503Z | Compiling base64 v0.21.7 |
2090 | 2024-02-15T04:19:31.555Z | Compiling smoltcp v0.9.1 |
2091 | 2024-02-15T04:19:31.596Z | Compiling crossbeam-utils v0.8.16 |
2092 | 2024-02-15T04:19:32.109Z | Compiling chrono v0.4.31 |
2093 | 2024-02-15T04:19:33.070Z | Compiling foreign-types v0.3.2 |
2094 | 2024-02-15T04:19:38.043Z | Compiling dof v0.1.5 |
2095 | 2024-02-15T04:19:38.389Z | Compiling dtrace-parser v0.1.14 |
2096 | 2024-02-15T04:19:38.389Z | Compiling hmac v0.12.1 |
2097 | 2024-02-15T04:19:38.389Z | Compiling tokio-util v0.7.10 |
2098 | 2024-02-15T04:19:38.389Z | Compiling clap_derive v4.4.2 |
2099 | 2024-02-15T04:19:38.415Z | Compiling siphasher v0.3.11 |
2100 | 2024-02-15T04:19:38.415Z | Compiling utf8parse v0.2.1 |
2101 | 2024-02-15T04:19:38.415Z | Compiling try-lock v0.2.4 |
2102 | 2024-02-15T04:19:38.416Z | Compiling adler v1.0.2 |
2103 | 2024-02-15T04:19:38.416Z | Compiling time-core v0.1.1 |
2104 | 2024-02-15T04:19:38.416Z | Compiling anstyle v1.0.2 |
2105 | 2024-02-15T04:19:38.416Z | Compiling cpufeatures v0.2.12 |
2106 | 2024-02-15T04:19:38.416Z | Compiling sha2 v0.10.8 |
2107 | 2024-02-15T04:19:38.795Z | Compiling time-macros v0.2.13 |
2108 | 2024-02-15T04:19:41.064Z | Compiling miniz_oxide v0.7.1 |
2109 | 2024-02-15T04:19:42.012Z | Compiling want v0.3.1 |
2110 | 2024-02-15T04:19:42.130Z | Compiling anstyle-parse v0.2.1 |
2111 | 2024-02-15T04:19:42.530Z | Compiling h2 v0.3.24 |
2112 | 2024-02-15T04:19:43.320Z | Compiling strum_macros v0.25.2 |
2113 | 2024-02-15T04:19:44.467Z | Compiling rustls-webpki v0.101.7 |
2114 | 2024-02-15T04:19:45.625Z | Compiling sct v0.7.0 |
2115 | 2024-02-15T04:19:45.935Z | Compiling form_urlencoded v1.2.1 |
2116 | 2024-02-15T04:19:46.276Z | Compiling http-body v0.4.5 |
2117 | 2024-02-15T04:19:46.738Z | Compiling serde_tokenstream v0.1.7 |
2118 | 2024-02-15T04:19:46.756Z | Compiling pkcs8 v0.10.2 |
2119 | 2024-02-15T04:19:47.380Z | Compiling hubpack_derive v0.1.1 |
2120 | 2024-02-15T04:19:48.023Z | Compiling socket2 v0.4.9 |
2121 | 2024-02-15T04:19:48.294Z | Compiling crossbeam-epoch v0.9.15 |
2122 | 2024-02-15T04:19:48.471Z | Compiling usdt-impl v0.5.0 |
2123 | 2024-02-15T04:19:48.867Z | Compiling tower-service v0.3.2 |
2124 | 2024-02-15T04:19:49.535Z | Compiling slog v2.7.0 |
2125 | 2024-02-15T04:19:49.585Z | Compiling httpdate v1.0.3 |
2126 | 2024-02-15T04:19:49.612Z | Compiling radium v0.7.0 |
2127 | 2024-02-15T04:19:49.765Z | Compiling anyhow v1.0.75 |
2128 | 2024-02-15T04:19:49.988Z | Compiling anstyle-query v1.0.0 |
2129 | 2024-02-15T04:19:50.081Z | Compiling openssl-probe v0.1.5 |
2130 | 2024-02-15T04:19:50.146Z | Compiling colorchoice v1.0.0 |
2131 | 2024-02-15T04:19:50.319Z | Compiling anstream v0.5.0 |
2132 | 2024-02-15T04:19:50.392Z | Compiling hyper v0.14.27 |
2133 | 2024-02-15T04:19:55.749Z | Compiling terminal_size v0.2.6 |
2134 | 2024-02-15T04:19:57.929Z | Compiling serde_spanned v0.6.5 |
2135 | 2024-02-15T04:19:58.201Z | Compiling toml_datetime v0.6.5 |
2136 | 2024-02-15T04:19:58.635Z | Compiling zerocopy v0.6.4 |
2137 | 2024-02-15T04:19:58.819Z | Compiling scroll v0.12.0 |
2138 | 2024-02-15T04:19:59.460Z | Compiling md-5 v0.10.5 |
2139 | 2024-02-15T04:19:59.922Z | Compiling idna v0.5.0 |
2140 | 2024-02-15T04:19:59.951Z | Compiling stringprep v0.1.3 |
2141 | 2024-02-15T04:20:01.033Z | Compiling diesel_table_macro_syntax v0.1.0 |
2142 | 2024-02-15T04:20:01.051Z | Compiling aho-corasick v1.0.4 |
2143 | 2024-02-15T04:20:01.150Z | Compiling hash32 v0.2.1 |
2144 | 2024-02-15T04:20:01.225Z | Compiling stable_deref_trait v1.2.0 |
2145 | 2024-02-15T04:20:01.337Z | Compiling gimli v0.28.0 |
2146 | 2024-02-15T04:20:01.852Z | Compiling strsim v0.10.0 |
2147 | 2024-02-15T04:20:01.856Z | Compiling regex-syntax v0.8.2 |
2148 | 2024-02-15T04:20:01.856Z | Compiling tap v1.0.1 |
2149 | 2024-02-15T04:20:01.856Z | Compiling fallible-iterator v0.2.0 |
2150 | 2024-02-15T04:20:02.001Z | Compiling clap_lex v0.5.1 |
2151 | 2024-02-15T04:20:02.089Z | Compiling maybe-uninit v2.0.0 |
2152 | 2024-02-15T04:20:02.628Z | Compiling winnow v0.5.15 |
2153 | 2024-02-15T04:20:02.640Z | Compiling dyn-clone v1.0.16 |
2154 | 2024-02-15T04:20:03.005Z | Compiling plain v0.2.3 |
2155 | 2024-02-15T04:20:03.171Z | Compiling goblin v0.8.0 |
2156 | 2024-02-15T04:20:03.657Z | Compiling postgres-protocol v0.6.6 |
2157 | 2024-02-15T04:20:04.086Z | Compiling clap_builder v4.4.2 |
2158 | 2024-02-15T04:20:04.980Z | Compiling wyz v0.5.1 |
2159 | 2024-02-15T04:20:05.460Z | Compiling regex-automata v0.4.4 |
2160 | 2024-02-15T04:20:06.627Z | Compiling addr2line v0.21.0 |
2161 | 2024-02-15T04:20:06.796Z | Compiling diesel_derives v2.1.2 |
2162 | 2024-02-15T04:20:07.661Z | Compiling url v2.5.0 |
2163 | 2024-02-15T04:20:08.202Z | Compiling tokio-rustls v0.24.1 |
2164 | 2024-02-15T04:20:10.680Z | Compiling tokio-native-tls v0.3.1 |
2165 | 2024-02-15T04:20:11.611Z | Compiling usdt-macro v0.3.5 |
2166 | 2024-02-15T04:20:13.033Z | Compiling usdt-attr-macro v0.3.5 |
2167 | 2024-02-15T04:20:14.224Z | Compiling phf_shared v0.11.2 |
2168 | 2024-02-15T04:20:14.808Z | Compiling block-padding v0.3.3 |
2169 | 2024-02-15T04:20:15.039Z | Compiling enum-as-inner v0.5.1 |
2170 | 2024-02-15T04:20:15.084Z | Compiling serde_repr v0.1.16 |
2171 | 2024-02-15T04:20:15.571Z | Compiling ff v0.13.0 |
2172 | 2024-02-15T04:20:15.836Z | Compiling scheduled-thread-pool v0.2.7 |
2173 | 2024-02-15T04:20:16.301Z | Compiling object v0.32.1 |
2174 | 2024-02-15T04:20:16.381Z | Compiling deranged v0.3.8 |
2175 | 2024-02-15T04:20:18.448Z | Compiling rustc-demangle v0.1.23 |
2176 | 2024-02-15T04:20:18.620Z | Compiling matches v0.1.10 |
2177 | 2024-02-15T04:20:18.730Z | Compiling base16ct v0.2.0 |
2178 | 2024-02-15T04:20:19.064Z | Compiling managed v0.8.0 |
2179 | 2024-02-15T04:20:19.570Z | Compiling bit-vec v0.6.3 |
2180 | 2024-02-15T04:20:20.015Z | Compiling funty v2.0.0 |
2181 | 2024-02-15T04:20:22.341Z | Compiling packed_struct v0.10.1 |
2182 | 2024-02-15T04:20:22.415Z | Compiling ipnet v2.9.0 |
2183 | 2024-02-15T04:20:23.253Z | Compiling num-bigint-dig v0.8.4 |
2184 | 2024-02-15T04:20:23.424Z | Compiling num_threads v0.1.6 |
2185 | 2024-02-15T04:20:23.566Z | Compiling pretty-hex v0.4.1 |
2186 | 2024-02-15T04:20:23.596Z | Compiling regex-automata v0.1.10 |
2187 | 2024-02-15T04:20:23.628Z | Compiling time v0.3.27 |
2188 | 2024-02-15T04:20:23.840Z | Compiling dof v0.3.0 |
2189 | 2024-02-15T04:20:24.129Z | Compiling bstr v0.2.17 |
2190 | 2024-02-15T04:20:25.660Z | Compiling bitvec v1.0.1 |
2191 | 2024-02-15T04:20:27.934Z | Compiling sec1 v0.7.3 |
2192 | 2024-02-15T04:20:28.553Z | Compiling idna v0.2.3 |
2193 | 2024-02-15T04:20:28.936Z | Compiling r2d2 v0.8.10 |
2194 | 2024-02-15T04:20:29.338Z | Compiling group v0.13.0 |
2195 | 2024-02-15T04:20:29.763Z | Compiling inout v0.1.3 |
2196 | 2024-02-15T04:20:30.459Z | Compiling phf v0.11.2 |
2197 | 2024-02-15T04:20:30.779Z | Compiling hyper-tls v0.5.0 |
2198 | 2024-02-15T04:20:31.168Z | Compiling regex v1.10.3 |
2199 | 2024-02-15T04:20:31.258Z | Compiling hyper-rustls v0.24.2 |
2200 | 2024-02-15T04:20:31.659Z | Compiling signal-hook-mio v0.2.3 |
2201 | 2024-02-15T04:20:43.882Z | Compiling clap v4.4.3 |
2202 | 2024-02-15T04:20:44.155Z | Compiling flate2 v1.0.28 |
2203 | 2024-02-15T04:20:44.155Z | Compiling bzip2 v0.4.4 |
2204 | 2024-02-15T04:20:44.155Z | Compiling toml_edit v0.19.15 |
2205 | 2024-02-15T04:20:44.155Z | Compiling ipnetwork v0.20.0 |
2206 | 2024-02-15T04:20:44.155Z | Compiling postgres-types v0.2.6 |
2207 | 2024-02-15T04:20:44.155Z | Compiling hubpack v0.1.2 |
2208 | 2024-02-15T04:20:44.155Z | Compiling serde_urlencoded v0.7.1 |
2209 | 2024-02-15T04:20:44.155Z | Compiling rustls-pemfile v1.0.3 |
2210 | 2024-02-15T04:20:44.155Z | Compiling phf_shared v0.10.0 |
2211 | 2024-02-15T04:20:44.155Z | Compiling hkdf v0.12.4 |
2212 | 2024-02-15T04:20:44.155Z | Compiling dtrace-parser v0.2.0 |
2213 | 2024-02-15T04:20:44.155Z | Compiling futures-executor v0.3.30 |
2214 | 2024-02-15T04:20:44.155Z | Compiling crypto-bigint v0.5.2 |
2215 | 2024-02-15T04:20:44.155Z | Compiling packed_struct_codegen v0.10.1 |
2216 | 2024-02-15T04:20:44.155Z | Compiling float-cmp v0.9.0 |
2217 | 2024-02-15T04:20:44.155Z | Compiling indexmap v1.9.3 |
2218 | 2024-02-15T04:20:44.156Z | Compiling encoding_rs v0.8.33 |
2219 | 2024-02-15T04:20:44.156Z | Compiling new_debug_unreachable v1.0.4 |
2220 | 2024-02-15T04:20:44.156Z | Compiling predicates-core v1.0.6 |
2221 | 2024-02-15T04:20:44.156Z | Compiling precomputed-hash v0.1.1 |
2222 | 2024-02-15T04:20:44.156Z | Compiling difflib v0.4.0 |
2223 | 2024-02-15T04:20:44.156Z | Compiling normalize-line-endings v0.3.0 |
2224 | 2024-02-15T04:20:44.156Z | Compiling either v1.9.0 |
2225 | 2024-02-15T04:20:44.156Z | Compiling fixedbitset v0.4.2 |
2226 | 2024-02-15T04:20:44.156Z | Compiling static_assertions v1.1.0 |
2227 | 2024-02-15T04:20:44.156Z | Compiling nodrop v0.1.14 |
2228 | 2024-02-15T04:20:44.156Z | Compiling regex-automata v0.3.8 |
2229 | 2024-02-15T04:20:44.156Z | Compiling unicode-segmentation v1.10.1 |
2230 | 2024-02-15T04:20:44.156Z | Compiling mime v0.3.17 |
2231 | 2024-02-15T04:20:44.156Z | Compiling unicode-width v0.1.11 |
2232 | 2024-02-15T04:20:44.156Z | Compiling whoami v1.4.1 |
2233 | 2024-02-15T04:20:44.156Z | Compiling minimal-lexical v0.2.1 |
2234 | 2024-02-15T04:20:44.266Z | Compiling webpki-roots v0.25.2 |
2235 | 2024-02-15T04:20:44.266Z | Compiling data-encoding v2.4.0 |
2236 | 2024-02-15T04:20:44.356Z | Compiling crc-catalog v2.2.0 |
2237 | 2024-02-15T04:20:46.065Z | Compiling trust-dns-proto v0.22.0 |
2238 | 2024-02-15T04:20:49.018Z | Compiling crc v3.0.1 |
2239 | 2024-02-15T04:20:49.807Z | Compiling nom v7.1.3 |
2240 | 2024-02-15T04:20:49.837Z | Compiling reqwest v0.11.22 |
2241 | 2024-02-15T04:20:53.316Z | Compiling tokio-postgres v0.7.10 |
2242 | 2024-02-15T04:20:53.999Z | Compiling console v0.15.8 |
2243 | 2024-02-15T04:20:54.556Z | Compiling bstr v1.6.0 |
2244 | 2024-02-15T04:20:56.153Z | Compiling similar v2.3.0 |
2245 | 2024-02-15T04:21:00.788Z | Compiling array-init v0.0.4 |
2246 | 2024-02-15T04:21:00.947Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2247 | 2024-02-15T04:21:02.004Z | Compiling petgraph v0.6.4 |
2248 | 2024-02-15T04:21:03.524Z | Compiling itertools v0.10.5 |
2249 | 2024-02-15T04:21:03.663Z | Compiling predicates v3.1.0 |
2250 | 2024-02-15T04:21:05.043Z | Compiling string_cache v0.8.7 |
2251 | 2024-02-15T04:21:05.334Z | Compiling elliptic-curve v0.13.8 |
2252 | 2024-02-15T04:21:08.577Z | Compiling toml v0.7.8 |
2253 | 2024-02-15T04:21:09.288Z | Compiling futures v0.3.30 |
2254 | 2024-02-15T04:21:10.302Z | Compiling smallvec v0.6.14 |
2255 | 2024-02-15T04:21:10.550Z | Compiling diesel v2.1.4 |
2256 | 2024-02-15T04:21:10.664Z | Compiling zip v0.6.6 |
2257 | 2024-02-15T04:21:10.802Z | Compiling yasna v0.5.2 |
2258 | 2024-02-15T04:21:10.922Z | Compiling crossterm v0.27.0 |
2259 | 2024-02-15T04:21:12.101Z | Compiling cipher v0.4.4 |
2260 | 2024-02-15T04:21:13.294Z | Compiling bit-set v0.5.3 |
2261 | 2024-02-15T04:21:13.517Z | Compiling usdt v0.3.5 |
2262 | 2024-02-15T04:21:13.615Z | Compiling is-terminal v0.4.9 |
2263 | 2024-02-15T04:21:13.816Z | Compiling toml_edit v0.21.1 |
2264 | 2024-02-15T04:21:15.435Z | Compiling strum v0.25.0 |
2265 | 2024-02-15T04:21:15.628Z | Compiling pkcs1 v0.7.5 |
2266 | 2024-02-15T04:21:19.670Z | Compiling tokio-stream v0.1.14 |
2267 | 2024-02-15T04:21:20.911Z | Compiling openapiv3 v2.0.0 |
2268 | 2024-02-15T04:21:21.037Z | Compiling hex v0.4.3 |
2269 | 2024-02-15T04:21:21.814Z | Compiling hashbrown v0.13.2 |
2270 | 2024-02-15T04:21:23.636Z | Compiling signature v2.1.0 |
2271 | 2024-02-15T04:21:25.138Z | Compiling lalrpop-util v0.19.12 |
2272 | 2024-02-15T04:21:27.202Z | Compiling bitfield v0.14.0 |
2273 | 2024-02-15T04:21:28.149Z | Compiling termcolor v1.2.0 |
2274 | 2024-02-15T04:21:28.457Z | Compiling hashbrown v0.12.3 |
2275 | 2024-02-15T04:21:34.352Z | Compiling env_logger v0.10.0 |
2276 | 2024-02-15T04:21:34.933Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2277 | 2024-02-15T04:21:43.230Z | Compiling rsa v0.9.2 |
2278 | 2024-02-15T04:21:49.498Z | Compiling serde-hex v0.1.0 |
2279 | 2024-02-15T04:21:55.165Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2280 | 2024-02-15T04:21:57.317Z | Compiling ron v0.8.1 |
2281 | 2024-02-15T04:21:57.563Z | Compiling x509-cert v0.2.4 |
2282 | 2024-02-15T04:21:57.964Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2283 | 2024-02-15T04:22:05.555Z | Compiling crc-any v2.4.3 |
2284 | 2024-02-15T04:22:17.016Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2285 | 2024-02-15T04:22:31.249Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2286 | 2024-02-15T04:22:36.651Z | Compiling object v0.30.4 |
2287 | 2024-02-15T04:22:40.125Z | Compiling path-slash v0.1.5 |
2288 | 2024-02-15T04:22:45.210Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2289 | 2024-02-15T04:23:13.685Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2290 | 2024-02-15T04:23:14.548Z | Finished release [optimized] target(s) in 4m 20s |
2291 | 2024-02-15T04:23:14.630Z | |
2292 | 2024-02-15T04:23:14.630Z | real 4:21.036810660 |
2293 | 2024-02-15T04:23:14.630Z | user 28:45.266091309 |
2294 | 2024-02-15T04:23:14.630Z | sys 3:16.692126391 |
2295 | 2024-02-15T04:23:14.630Z | trap 1.034070839 |
2296 | 2024-02-15T04:23:14.630Z | tflt 1.723991751 |
2297 | 2024-02-15T04:23:14.630Z | dflt 0.480707017 |
2298 | 2024-02-15T04:23:14.631Z | kflt 0.005929152 |
2299 | 2024-02-15T04:23:14.634Z | lock 1:05:17.360860206 |
2300 | 2024-02-15T04:23:14.634Z | slp 1:24:15.405704202 |
2301 | 2024-02-15T04:23:14.634Z | lat 1:36.076594934 |
2302 | 2024-02-15T04:23:14.634Z | stop 1:34.443978867 |
2303 | 2024-02-15T04:23:14.634Z | + ptime -m gzip |
2304 | 2024-02-15T04:23:15.096Z | |
2305 | 2024-02-15T04:23:15.096Z | real 0.461430382 |
2306 | 2024-02-15T04:23:15.096Z | user 0.454029754 |
2307 | 2024-02-15T04:23:15.096Z | sys 0.006813959 |
2308 | 2024-02-15T04:23:15.096Z | trap 0.000055694 |
2309 | 2024-02-15T04:23:15.096Z | tflt 0.000000000 |
2310 | 2024-02-15T04:23:15.097Z | dflt 0.000000000 |
2311 | 2024-02-15T04:23:15.103Z | kflt 0.000000000 |
2312 | 2024-02-15T04:23:15.103Z | lock 0.000000000 |
2313 | 2024-02-15T04:23:15.103Z | slp 0.000000000 |
2314 | 2024-02-15T04:23:15.103Z | lat 0.000094539 |
2315 | 2024-02-15T04:23:15.103Z | stop 0.000218376 |
2316 | 2024-02-15T04:23:15.103Z | + banner tufaceous |
2317 | 2024-02-15T04:23:15.103Z | |
2318 | 2024-02-15T04:23:15.103Z | ##### # # ###### ## #### ###### #### # # #### |
2319 | 2024-02-15T04:23:15.103Z | # # # # # # # # # # # # # # |
2320 | 2024-02-15T04:23:15.103Z | # # # ##### # # # ##### # # # # #### |
2321 | 2024-02-15T04:23:15.103Z | # # # # ###### # # # # # # # |
2322 | 2024-02-15T04:23:15.103Z | # # # # # # # # # # # # # # # |
2323 | 2024-02-15T04:23:15.103Z | # #### # # # #### ###### #### #### #### |
2324 | 2024-02-15T04:23:15.103Z | |
2325 | 2024-02-15T04:23:15.103Z | + ptime -m cargo build --locked -p tufaceous --release |
2326 | 2024-02-15T04:23:15.582Z | Downloading crates ... |
2327 | 2024-02-15T04:23:15.966Z | Downloaded doc-comment v0.3.3 |
2328 | 2024-02-15T04:23:15.970Z | Downloaded snafu-derive v0.7.5 |
2329 | 2024-02-15T04:23:15.973Z | Downloaded pin-project-internal v1.1.3 |
2330 | 2024-02-15T04:23:15.973Z | Downloaded snafu v0.7.5 |
2331 | 2024-02-15T04:23:15.980Z | Downloaded parse-size v1.0.0 |
2332 | 2024-02-15T04:23:15.984Z | Downloaded buf-list v1.0.3 |
2333 | 2024-02-15T04:23:15.989Z | Downloaded humantime v2.1.0 |
2334 | 2024-02-15T04:23:15.990Z | Downloaded olpc-cjson v0.1.3 |
2335 | 2024-02-15T04:23:15.990Z | Downloaded globset v0.4.13 |
2336 | 2024-02-15T04:23:15.990Z | Downloaded async-recursion v1.0.5 |
2337 | 2024-02-15T04:23:15.992Z | Downloaded pin-project v1.1.3 |
2338 | 2024-02-15T04:23:16.002Z | Downloaded typed-path v0.7.0 |
2339 | 2024-02-15T04:23:16.008Z | Downloaded tough v0.16.0 |
2340 | 2024-02-15T04:23:16.016Z | Downloaded fs-err v2.11.0 |
2341 | 2024-02-15T04:23:16.019Z | Downloaded serde_plain v1.0.2 |
2342 | 2024-02-15T04:23:16.141Z | Compiling serde_tokenstream v0.2.0 |
2343 | 2024-02-15T04:23:16.203Z | Compiling regress v0.7.1 |
2344 | 2024-02-15T04:23:16.218Z | Compiling dirs-sys-next v0.1.2 |
2345 | 2024-02-15T04:23:16.232Z | Compiling rustls-pki-types v1.1.0 |
2346 | 2024-02-15T04:23:16.232Z | Compiling ident_case v1.0.1 |
2347 | 2024-02-15T04:23:16.252Z | Compiling thread_local v1.1.7 |
2348 | 2024-02-15T04:23:16.261Z | Compiling slog-async v2.8.0 |
2349 | 2024-02-15T04:23:16.412Z | Compiling dirs-next v2.0.0 |
2350 | 2024-02-15T04:23:16.664Z | Compiling darling_core v0.20.3 |
2351 | 2024-02-15T04:23:16.724Z | Compiling rustls v0.22.2 |
2352 | 2024-02-15T04:23:16.778Z | Compiling heck v0.4.1 |
2353 | 2024-02-15T04:23:17.050Z | Compiling camino v1.1.6 |
2354 | 2024-02-15T04:23:17.246Z | Compiling rustls-webpki v0.102.1 |
2355 | 2024-02-15T04:23:17.378Z | Compiling term v0.7.0 |
2356 | 2024-02-15T04:23:17.695Z | Compiling crossbeam-channel v0.5.8 |
2357 | 2024-02-15T04:23:17.742Z | Compiling getopts v0.2.21 |
2358 | 2024-02-15T04:23:18.194Z | Compiling structmeta-derive v0.3.0 |
2359 | 2024-02-15T04:23:18.696Z | Compiling atty v0.2.14 |
2360 | 2024-02-15T04:23:18.862Z | Compiling multer v3.0.0 |
2361 | 2024-02-15T04:23:19.220Z | Compiling take_mut v0.2.2 |
2362 | 2024-02-15T04:23:19.408Z | Compiling doc-comment v0.3.3 |
2363 | 2024-02-15T04:23:19.651Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2364 | 2024-02-15T04:23:21.108Z | Compiling match_cfg v0.1.0 |
2365 | 2024-02-15T04:23:21.184Z | Compiling unsafe-libyaml v0.2.10 |
2366 | 2024-02-15T04:23:21.221Z | Compiling paste v1.0.14 |
2367 | 2024-02-15T04:23:21.828Z | Compiling hostname v0.3.1 |
2368 | 2024-02-15T04:23:22.526Z | Compiling structmeta v0.3.0 |
2369 | 2024-02-15T04:23:22.535Z | Compiling darling_macro v0.20.3 |
2370 | 2024-02-15T04:23:22.656Z | Compiling serde_yaml v0.9.25 |
2371 | 2024-02-15T04:23:22.846Z | Compiling slog-term v2.9.0 |
2372 | 2024-02-15T04:23:23.577Z | Compiling darling v0.20.3 |
2373 | 2024-02-15T04:23:26.126Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2374 | 2024-02-15T04:23:26.141Z | Compiling slog-json v2.6.1 |
2375 | 2024-02-15T04:23:26.247Z | Compiling http v1.0.0 |
2376 | 2024-02-15T04:23:26.704Z | Compiling async-stream-impl v0.3.5 |
2377 | 2024-02-15T04:23:26.793Z | Compiling pin-project-internal v1.1.3 |
2378 | 2024-02-15T04:23:28.102Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2379 | 2024-02-15T04:23:28.114Z | Compiling fastrand v2.0.1 |
2380 | 2024-02-15T04:23:28.168Z | Compiling atomic-waker v1.1.1 |
2381 | 2024-02-15T04:23:28.373Z | Compiling waitgroup v0.1.2 |
2382 | 2024-02-15T04:23:28.516Z | Compiling tempfile v3.10.0 |
2383 | 2024-02-15T04:23:28.652Z | Compiling tokio-rustls v0.25.0 |
2384 | 2024-02-15T04:23:28.843Z | Compiling async-stream v0.3.5 |
2385 | 2024-02-15T04:23:29.176Z | Compiling slog-bunyan v2.5.0 |
2386 | 2024-02-15T04:23:29.589Z | Compiling serde_with_macros v3.6.0 |
2387 | 2024-02-15T04:23:29.902Z | Compiling pin-project v1.1.3 |
2388 | 2024-02-15T04:23:30.186Z | Compiling parse-display-derive v0.9.0 |
2389 | 2024-02-15T04:23:31.907Z | Compiling toml v0.8.9 |
2390 | 2024-02-15T04:23:31.967Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2391 | 2024-02-15T04:23:32.696Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2392 | 2024-02-15T04:23:32.712Z | Compiling rustls-pemfile v2.0.0 |
2393 | 2024-02-15T04:23:32.777Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2394 | 2024-02-15T04:23:33.534Z | Compiling sha1 v0.10.6 |
2395 | 2024-02-15T04:23:34.290Z | Compiling strum_macros v0.26.1 |
2396 | 2024-02-15T04:23:34.451Z | Compiling serde_path_to_error v0.1.15 |
2397 | 2024-02-15T04:23:34.794Z | Compiling snafu-derive v0.7.5 |
2398 | 2024-02-15T04:23:34.805Z | Compiling instant v0.1.12 |
2399 | 2024-02-15T04:23:34.892Z | Compiling fs-err v2.11.0 |
2400 | 2024-02-15T04:23:35.263Z | Compiling buf-list v1.0.3 |
2401 | 2024-02-15T04:23:35.533Z | Compiling same-file v1.0.6 |
2402 | 2024-02-15T04:23:35.872Z | Compiling arc-swap v1.6.0 |
2403 | 2024-02-15T04:23:35.889Z | Compiling debug-ignore v1.0.5 |
2404 | 2024-02-15T04:23:36.690Z | Compiling slog-scope v4.4.0 |
2405 | 2024-02-15T04:23:37.504Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2406 | 2024-02-15T04:23:37.690Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2407 | 2024-02-15T04:23:38.214Z | Compiling walkdir v2.4.0 |
2408 | 2024-02-15T04:23:39.549Z | Compiling strum v0.26.1 |
2409 | 2024-02-15T04:23:39.930Z | Compiling backoff v0.4.0 |
2410 | 2024-02-15T04:23:40.020Z | Compiling snafu v0.7.5 |
2411 | 2024-02-15T04:23:40.052Z | Compiling parse-display v0.9.0 |
2412 | 2024-02-15T04:23:40.331Z | Compiling serde_with v3.6.0 |
2413 | 2024-02-15T04:23:41.618Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2414 | 2024-02-15T04:23:42.133Z | Compiling globset v0.4.13 |
2415 | 2024-02-15T04:23:42.441Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2416 | 2024-02-15T04:23:42.656Z | Compiling olpc-cjson v0.1.3 |
2417 | 2024-02-15T04:23:43.280Z | Compiling pem v3.0.2 |
2418 | 2024-02-15T04:23:45.552Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2419 | 2024-02-15T04:23:45.575Z | Compiling serde_plain v1.0.2 |
2420 | 2024-02-15T04:23:45.677Z | Compiling macaddr v1.0.1 |
2421 | 2024-02-15T04:23:45.744Z | Compiling async-recursion v1.0.5 |
2422 | 2024-02-15T04:23:46.514Z | Compiling filetime v0.2.23 |
2423 | 2024-02-15T04:23:46.851Z | Compiling xattr v1.0.1 |
2424 | 2024-02-15T04:23:46.930Z | Compiling typed-path v0.7.0 |
2425 | 2024-02-15T04:23:47.197Z | Compiling tar v0.4.40 |
2426 | 2024-02-15T04:23:51.748Z | Compiling tough v0.16.0 |
2427 | 2024-02-15T04:23:54.843Z | Compiling slog-stdlog v4.1.1 |
2428 | 2024-02-15T04:23:55.709Z | Compiling camino-tempfile v1.1.1 |
2429 | 2024-02-15T04:23:55.906Z | Compiling itertools v0.12.1 |
2430 | 2024-02-15T04:23:56.579Z | Compiling parse-size v1.0.0 |
2431 | 2024-02-15T04:23:56.956Z | Compiling slog-envlogger v2.2.0 |
2432 | 2024-02-15T04:24:00.334Z | Compiling humantime v2.1.0 |
2433 | 2024-02-15T04:24:02.359Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2434 | 2024-02-15T04:24:02.636Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2435 | 2024-02-15T04:24:13.803Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2436 | 2024-02-15T04:24:15.787Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2437 | 2024-02-15T04:24:37.301Z | Finished release [optimized] target(s) in 1m 22s |
2438 | 2024-02-15T04:24:37.394Z | |
2439 | 2024-02-15T04:24:37.394Z | real 1:22.256245187 |
2440 | 2024-02-15T04:24:37.394Z | user 9:05.372410323 |
2441 | 2024-02-15T04:24:37.394Z | sys 41.166368221 |
2442 | 2024-02-15T04:24:37.394Z | trap 0.300194208 |
2443 | 2024-02-15T04:24:37.394Z | tflt 0.403105340 |
2444 | 2024-02-15T04:24:37.394Z | dflt 0.319843564 |
2445 | 2024-02-15T04:24:37.397Z | kflt 0.000067083 |
2446 | 2024-02-15T04:24:37.397Z | lock 18:59.087538440 |
2447 | 2024-02-15T04:24:37.397Z | slp 20:33.770849264 |
2448 | 2024-02-15T04:24:37.397Z | lat 22.916702063 |
2449 | 2024-02-15T04:24:37.398Z | stop 15.910896985 |
2450 | 2024-02-15T04:24:37.398Z | + ptime -m gzip |
2451 | 2024-02-15T04:24:39.136Z | |
2452 | 2024-02-15T04:24:39.136Z | real 1.739136734 |
2453 | 2024-02-15T04:24:39.136Z | user 1.720883128 |
2454 | 2024-02-15T04:24:39.136Z | sys 0.016236690 |
2455 | 2024-02-15T04:24:39.136Z | trap 0.000523724 |
2456 | 2024-02-15T04:24:39.136Z | tflt 0.000000000 |
2457 | 2024-02-15T04:24:39.136Z | dflt 0.000000000 |
2458 | 2024-02-15T04:24:39.136Z | kflt 0.000000000 |
2459 | 2024-02-15T04:24:39.139Z | lock 0.000000000 |
2460 | 2024-02-15T04:24:39.139Z | slp 0.000000000 |
2461 | 2024-02-15T04:24:39.139Z | lat 0.001085184 |
2462 | 2024-02-15T04:24:39.139Z | stop 0.000179241 |
2463 | 2024-02-15T04:24:39.139Z | process exited: duration 926995 ms, exit code 0 |
|
2464 | 2024-02-15T04:24:39.160Z | found 5 output files |
2465 | 2024-02-15T04:24:39.161Z | uploading: /work/end-to-end-tests/bootstrap-4ef928d4a311d736.gz (10676839 bytes) |
2466 | 2024-02-15T04:24:44.533Z | uploaded: /work/end-to-end-tests/bootstrap-4ef928d4a311d736.gz |
2467 | 2024-02-15T04:24:44.533Z | uploading: /work/end-to-end-tests/bootstrap.gz (109026602 bytes) |
2468 | 2024-02-15T04:25:20.881Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2469 | 2024-02-15T04:25:20.881Z | uploading: /work/end-to-end-tests/end_to_end_tests-d04a49cb4bbc61f6.gz (112246106 bytes) |
2470 | 2024-02-15T04:26:01.198Z | uploaded: /work/end-to-end-tests/end_to_end_tests-d04a49cb4bbc61f6.gz |
2471 | 2024-02-15T04:26:01.198Z | uploading: /work/caboose-util.gz (4102306 bytes) |
2472 | 2024-02-15T04:26:03.594Z | uploaded: /work/caboose-util.gz |
2473 | 2024-02-15T04:26:03.598Z | uploading: /work/tufaceous.gz (15851377 bytes) |
2474 | 2024-02-15T04:26:09.606Z | uploaded: /work/tufaceous.gz |