|
|
|
1 | 2024-02-15T07:22:35.019Z | job assigned to worker 01HPNT91XY252BET9VJ8G62PDZ (queued for 1 m 7 s) |
|
2 | 2024-02-15T07:22:36.563Z | starting task 0: "setup" |
3 | 2024-02-15T07:22:36.637Z | ++ uname -s |
4 | 2024-02-15T07:22:36.651Z | + kern=SunOS |
5 | 2024-02-15T07:22:36.651Z | + case "$kern" in |
6 | 2024-02-15T07:22:36.651Z | + groupadd -g 12345 build |
7 | 2024-02-15T07:22:36.651Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-15T07:22:38.652Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-15T07:22:38.744Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-15T07:22:39.170Z | + home_fs=zfs |
11 | 2024-02-15T07:22:39.170Z | + [[ zfs == autofs ]] |
12 | 2024-02-15T07:22:39.171Z | + mkdir -p /home/build |
13 | 2024-02-15T07:22:39.171Z | + chown build:build /home/build /work |
14 | 2024-02-15T07:22:40.739Z | + chmod 0700 /home/build /work |
15 | 2024-02-15T07:22:40.755Z | process exited: duration 4186 ms, exit code 0 |
|
16 | 2024-02-15T07:22:40.825Z | starting task 1: "rust-toolchain" |
17 | 2024-02-15T07:22:40.851Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-15T07:22:40.852Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-15T07:22:40.948Z | info: downloading installer |
20 | 2024-02-15T07:22:42.138Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-15T07:22:42.138Z | warning: /opt/ooce/bin |
22 | 2024-02-15T07:22:42.139Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-15T07:22:42.139Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-15T07:22:42.139Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-15T07:22:42.139Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-15T07:22:42.139Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-15T07:22:42.139Z | error: cannot install while Rust is installed |
28 | 2024-02-15T07:22:42.139Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-15T07:22:42.191Z | info: profile set to 'default' |
30 | 2024-02-15T07:22:42.191Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-15T07:22:42.202Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-15T07:22:42.320Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-15T07:22:42.320Z | info: downloading component 'cargo' |
34 | 2024-02-15T07:22:42.891Z | info: downloading component 'clippy' |
35 | 2024-02-15T07:22:43.334Z | info: downloading component 'rust-docs' |
36 | 2024-02-15T07:22:44.237Z | info: downloading component 'rust-std' |
37 | 2024-02-15T07:22:45.115Z | info: downloading component 'rustc' |
38 | 2024-02-15T07:22:48.199Z | info: downloading component 'rustfmt' |
39 | 2024-02-15T07:22:48.402Z | info: installing component 'cargo' |
40 | 2024-02-15T07:22:49.289Z | info: installing component 'clippy' |
41 | 2024-02-15T07:22:49.668Z | info: installing component 'rust-docs' |
42 | 2024-02-15T07:22:51.241Z | info: installing component 'rust-std' |
43 | 2024-02-15T07:22:53.188Z | info: installing component 'rustc' |
44 | 2024-02-15T07:22:58.289Z | info: installing component 'rustfmt' |
45 | 2024-02-15T07:22:58.735Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-15T07:22:58.735Z | |
47 | 2024-02-15T07:22:58.735Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-15T07:22:58.735Z | |
49 | 2024-02-15T07:22:58.735Z | |
50 | 2024-02-15T07:22:58.735Z | Rust is installed now. Great! |
51 | 2024-02-15T07:22:58.736Z | |
52 | 2024-02-15T07:22:58.736Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-15T07:22:58.736Z | environment variable. This has not been done automatically. |
54 | 2024-02-15T07:22:58.736Z | |
55 | 2024-02-15T07:22:58.736Z | To configure your current shell, run: |
56 | 2024-02-15T07:22:58.736Z | source "$HOME/.cargo/env" |
57 | 2024-02-15T07:22:58.736Z | + rustc --version |
58 | 2024-02-15T07:22:58.737Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-15T07:22:58.737Z | process exited: duration 17415 ms, exit code 0 |
|
60 | 2024-02-15T07:22:59.207Z | starting task 2: "authentication" |
61 | 2024-02-15T07:22:59.245Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
62 | 2024-02-15T07:23:19.862Z | process exited: duration 20663 ms, exit code 0 |
|
63 | 2024-02-15T07:23:20.372Z | starting task 3: "clone repository" |
64 | 2024-02-15T07:23:20.797Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-02-15T07:23:20.797Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-02-15T07:23:20.828Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-02-15T07:23:26.487Z | + cd /work/oxidecomputer/omicron |
68 | 2024-02-15T07:23:26.496Z | + git fetch origin 4667ac76836b476cd70e8adbd4ab512670896aa8 |
69 | 2024-02-15T07:23:27.648Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-02-15T07:23:27.648Z | * branch 4667ac76836b476cd70e8adbd4ab512670896aa8 -> FETCH_HEAD |
71 | 2024-02-15T07:23:27.648Z | + [[ -n renovate/actions-setup-node-4.x ]] |
72 | 2024-02-15T07:23:27.648Z | ++ git branch --show-current |
73 | 2024-02-15T07:23:27.648Z | + current=main |
74 | 2024-02-15T07:23:27.649Z | + [[ main != renovate/actions-setup-node-4.x ]] |
75 | 2024-02-15T07:23:27.649Z | + git branch -f renovate/actions-setup-node-4.x 4667ac76836b476cd70e8adbd4ab512670896aa8 |
76 | 2024-02-15T07:23:27.649Z | + git checkout -f renovate/actions-setup-node-4.x |
77 | 2024-02-15T07:23:27.649Z | Switched to branch 'renovate/actions-setup-node-4.x' |
78 | 2024-02-15T07:23:27.649Z | + git reset --hard 4667ac76836b476cd70e8adbd4ab512670896aa8 |
79 | 2024-02-15T07:23:27.649Z | HEAD is now at 4667ac768 chore(deps): update actions/setup-node action to v4.0.2 |
80 | 2024-02-15T07:23:27.649Z | process exited: duration 7156 ms, exit code 0 |
|
81 | 2024-02-15T07:23:27.699Z | starting task 4: "build" |
82 | 2024-02-15T07:23:27.717Z | + cargo --version |
83 | 2024-02-15T07:23:27.718Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
84 | 2024-02-15T07:23:27.875Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
85 | 2024-02-15T07:23:27.891Z | info: downloading component 'cargo' |
86 | 2024-02-15T07:23:28.490Z | info: downloading component 'clippy' |
87 | 2024-02-15T07:23:28.694Z | info: downloading component 'rust-docs' |
88 | 2024-02-15T07:23:29.863Z | info: downloading component 'rust-std' |
89 | 2024-02-15T07:23:30.751Z | info: downloading component 'rustc' |
90 | 2024-02-15T07:23:33.777Z | info: downloading component 'rustfmt' |
91 | 2024-02-15T07:23:35.091Z | info: installing component 'cargo' |
92 | 2024-02-15T07:23:35.991Z | info: installing component 'clippy' |
93 | 2024-02-15T07:23:36.475Z | info: installing component 'rust-docs' |
94 | 2024-02-15T07:23:37.961Z | info: installing component 'rust-std' |
95 | 2024-02-15T07:23:39.596Z | info: installing component 'rustc' |
96 | 2024-02-15T07:23:43.840Z | info: installing component 'rustfmt' |
97 | 2024-02-15T07:23:44.213Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
98 | 2024-02-15T07:23:44.229Z | + rustc --version |
99 | 2024-02-15T07:23:44.311Z | rustc 1.74.1 (a28077b28 2023-12-04) |
100 | 2024-02-15T07:23:44.327Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2024-02-15T07:23:59.136Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2024-02-15T07:24:00.737Z | Startup: Caching catalogs ... Done |
103 | 2024-02-15T07:24:01.637Z | Planning: Solver setup ... Done (0.962s) |
104 | 2024-02-15T07:24:02.063Z | Planning: Running solver ... Done (0.022s) |
105 | 2024-02-15T07:24:02.079Z | Planning: Finding local manifests ... Done (0.217s) |
106 | 2024-02-15T07:24:02.080Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2024-02-15T07:24:02.150Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2024-02-15T07:24:02.205Z | Planning: Package planning ... Done (0.054s) |
109 | 2024-02-15T07:24:02.629Z | Planning: Merging actions ... Done (0.052s) |
110 | 2024-02-15T07:24:03.934Z | Planning: Checking for conflicting actions ... Done (1.271s) |
111 | 2024-02-15T07:24:03.943Z | Planning: Consolidating action changes ... Done (0.011s) |
112 | 2024-02-15T07:24:07.539Z | Planning: Evaluating mediators ... Done (4.001s) |
113 | 2024-02-15T07:24:07.549Z | Planning: Planning completed in 7.17 seconds |
114 | 2024-02-15T07:24:07.556Z | Packages to install: 4 |
115 | 2024-02-15T07:24:07.556Z | Mediators to change: 2 |
116 | 2024-02-15T07:24:07.556Z | Services to change: 1 |
117 | 2024-02-15T07:24:07.556Z | Estimated space available: 148.87 GB |
118 | 2024-02-15T07:24:07.557Z | Estimated space to be consumed: 1.41 GB |
119 | 2024-02-15T07:24:07.563Z | Create boot environment: No |
120 | 2024-02-15T07:24:07.563Z | Create backup boot environment: No |
121 | 2024-02-15T07:24:07.563Z | Rebuild boot archive: No |
122 | 2024-02-15T07:24:07.563Z | |
123 | 2024-02-15T07:24:07.563Z | Changed mediators: |
124 | 2024-02-15T07:24:07.563Z | mediator clang: |
125 | 2024-02-15T07:24:07.563Z | version: None -> 15 (system default) |
126 | 2024-02-15T07:24:07.564Z | |
127 | 2024-02-15T07:24:07.564Z | mediator llvm: |
128 | 2024-02-15T07:24:07.564Z | version: 14 (system default) -> 15 (system default) |
129 | 2024-02-15T07:24:07.564Z | |
130 | 2024-02-15T07:24:07.564Z | Changed packages: |
131 | 2024-02-15T07:24:07.564Z | helios-dev |
132 | 2024-02-15T07:24:07.564Z | developer/build-essential |
133 | 2024-02-15T07:24:07.565Z | None -> 11-2.0 |
134 | 2024-02-15T07:24:07.565Z | library/libxmlsec1 |
135 | 2024-02-15T07:24:07.566Z | None -> 1.2.35-2.0 |
136 | 2024-02-15T07:24:07.566Z | ooce/developer/clang-15 |
137 | 2024-02-15T07:24:07.566Z | None -> 15.0.7-2.0 |
138 | 2024-02-15T07:24:07.566Z | ooce/developer/llvm-15 |
139 | 2024-02-15T07:24:07.566Z | None -> 15.0.7-2.0 |
140 | 2024-02-15T07:24:07.566Z | |
141 | 2024-02-15T07:24:07.566Z | Services: |
142 | 2024-02-15T07:24:07.566Z | restart_fmri: |
143 | 2024-02-15T07:24:07.567Z | svc:/system/update-man-index:default |
144 | 2024-02-15T07:24:07.842Z | |
145 | 2024-02-15T07:24:07.842Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2024-02-15T07:24:12.863Z | Download: 439/3290 items 16.7/212.6MB 7% complete (3.3M/s) |
147 | 2024-02-15T07:24:18.439Z | Download: 1193/3290 items 47.1/212.6MB 22% complete (4.8M/s) |
148 | 2024-02-15T07:24:23.034Z | Download: 1311/3290 items 103.4/212.6MB 48% complete (8.6M/s) |
149 | 2024-02-15T07:24:28.041Z | Download: 1849/3290 items 118.5/212.6MB 55% complete (7.2M/s) |
150 | 2024-02-15T07:24:33.059Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (1.6M/s) |
151 | 2024-02-15T07:24:38.067Z | Download: 2876/3290 items 120.9/212.6MB 56% complete (246k/s) |
152 | 2024-02-15T07:24:45.497Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
153 | 2024-02-15T07:24:47.052Z | Download: Completed 212.60 MB in 39.20 seconds (5.4M/s) |
154 | 2024-02-15T07:24:47.226Z | Actions: 1/3689 actions (Installing new actions) |
155 | 2024-02-15T07:24:52.267Z | Actions: 3599/3689 actions (Installing new actions) |
156 | 2024-02-15T07:24:52.388Z | Actions: Completed 3689 actions in 5.14 seconds. |
157 | 2024-02-15T07:24:52.495Z | Done (0.087s) |
158 | 2024-02-15T07:24:52.495Z | Done (0.000s) |
159 | 2024-02-15T07:24:53.010Z | Done (0.213s) |
160 | 2024-02-15T07:24:58.480Z | Done (5.664s) |
161 | 2024-02-15T07:24:58.627Z | Done (0.083s) |
162 | 2024-02-15T07:24:58.638Z | Done (0.000s) |
163 | 2024-02-15T07:24:58.795Z | Done (0.000s) |
164 | 2024-02-15T07:24:59.346Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-02-15T07:24:59.510Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-02-15T07:24:59.539Z | Planning: Consolidating action changes ... Done |
167 | 2024-02-15T07:25:00.202Z | Planning: Evaluating mediators ... Done |
168 | 2024-02-15T07:25:00.214Z | Planning: Planning completed in 0.46 seconds |
169 | 2024-02-15T07:25:00.214Z | Mediators to change: 2 |
170 | 2024-02-15T07:25:00.214Z | Create boot environment: No |
171 | 2024-02-15T07:25:00.214Z | Create backup boot environment: No |
172 | 2024-02-15T07:25:00.214Z | Done |
173 | 2024-02-15T07:25:00.215Z | Done |
174 | 2024-02-15T07:25:00.215Z | Done |
175 | 2024-02-15T07:25:04.094Z | Done |
176 | 2024-02-15T07:25:04.196Z | Done |
177 | 2024-02-15T07:25:04.204Z | Done |
178 | 2024-02-15T07:25:04.301Z | Done |
179 | 2024-02-15T07:25:04.981Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-02-15T07:25:05.460Z | Planning: Merging actions ... Done |
181 | 2024-02-15T07:25:05.461Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-02-15T07:25:05.461Z | Planning: Consolidating action changes ... Done |
183 | 2024-02-15T07:25:05.461Z | Planning: Evaluating mediators ... Done |
184 | 2024-02-15T07:25:05.515Z | Planning: Planning completed in 0.82 seconds |
185 | 2024-02-15T07:25:05.551Z | Packages to change: 1 |
186 | 2024-02-15T07:25:05.552Z | Mediators to change: 1 |
187 | 2024-02-15T07:25:05.975Z | Services to change: 1 |
188 | 2024-02-15T07:25:05.975Z | Create boot environment: No |
189 | 2024-02-15T07:25:05.975Z | Create backup boot environment: Yes |
190 | 2024-02-15T07:25:07.472Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-02-15T07:25:07.503Z | Actions: Completed 6 actions in 0.03 seconds. |
192 | 2024-02-15T07:25:07.503Z | Done |
193 | 2024-02-15T07:25:07.503Z | Done |
194 | 2024-02-15T07:25:07.941Z | Done |
195 | 2024-02-15T07:25:11.610Z | Done |
196 | 2024-02-15T07:25:11.720Z | Done |
197 | 2024-02-15T07:25:11.738Z | Done |
198 | 2024-02-15T07:25:11.814Z | Done |
199 | 2024-02-15T07:25:12.290Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-02-15T07:25:12.290Z | clang system 15 system |
201 | 2024-02-15T07:25:12.291Z | csh system system illumos |
202 | 2024-02-15T07:25:12.291Z | ctags system system illumos |
203 | 2024-02-15T07:25:12.291Z | gcc vendor 12 vendor |
204 | 2024-02-15T07:25:12.291Z | gcc system 10 system |
205 | 2024-02-15T07:25:12.291Z | gcc system 7 system |
206 | 2024-02-15T07:25:12.292Z | go system 1.20 system |
207 | 2024-02-15T07:25:12.292Z | go system 1.19 system |
208 | 2024-02-15T07:25:12.292Z | llvm system 15 system |
209 | 2024-02-15T07:25:12.292Z | llvm system 14 system |
210 | 2024-02-15T07:25:12.293Z | mariadb system 10.6 system |
211 | 2024-02-15T07:25:12.293Z | mta vendor vendor dma |
212 | 2024-02-15T07:25:12.293Z | openjdk system 17 system |
213 | 2024-02-15T07:25:12.293Z | openjdk system 11 system |
214 | 2024-02-15T07:25:12.293Z | openjdk system 1.8 system |
215 | 2024-02-15T07:25:12.293Z | openssl vendor 3 vendor |
216 | 2024-02-15T07:25:12.293Z | perl system 5.36 system |
217 | 2024-02-15T07:25:12.293Z | postgresql system 15 system |
218 | 2024-02-15T07:25:12.294Z | postgresql system 13 system |
219 | 2024-02-15T07:25:12.294Z | python vendor 3 vendor |
220 | 2024-02-15T07:25:12.294Z | python system 2 system |
221 | 2024-02-15T07:25:12.294Z | python3 system 3.11 system |
222 | 2024-02-15T07:25:12.294Z | ruby system 3.0 system |
223 | 2024-02-15T07:25:12.294Z | words vendor vendor american-english |
224 | 2024-02-15T07:25:12.294Z | words system system australian-english |
225 | 2024-02-15T07:25:12.294Z | words system system british-english |
226 | 2024-02-15T07:25:12.294Z | words system system canadian-english |
227 | 2024-02-15T07:25:12.294Z | words system system french |
228 | 2024-02-15T07:25:12.294Z | words system system italian |
229 | 2024-02-15T07:25:12.295Z | words system system ngerman |
230 | 2024-02-15T07:25:12.295Z | words system system ogerman |
231 | 2024-02-15T07:25:12.295Z | words system system spanish |
232 | 2024-02-15T07:25:12.623Z | FMRI IFO |
233 | 2024-02-15T07:25:12.623Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2024-02-15T07:25:12.623Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2024-02-15T07:25:12.623Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2024-02-15T07:25:12.623Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
237 | 2024-02-15T07:25:12.624Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-02-15T07:25:12.624Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
239 | 2024-02-15T07:25:12.624Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
240 | 2024-02-15T07:25:12.624Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
241 | 2024-02-15T07:25:12.680Z | + set -o errexit |
242 | 2024-02-15T07:25:12.687Z | +++ dirname ./tools/ci_download_cockroachdb |
243 | 2024-02-15T07:25:12.688Z | ++ cd ./tools |
244 | 2024-02-15T07:25:12.688Z | ++ pwd |
245 | 2024-02-15T07:25:12.688Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
246 | 2024-02-15T07:25:12.688Z | ++ basename ./tools/ci_download_cockroachdb |
247 | 2024-02-15T07:25:12.707Z | + ARG0=ci_download_cockroachdb |
248 | 2024-02-15T07:25:12.707Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
249 | 2024-02-15T07:25:12.707Z | + CIDL_VERSION=v22.1.9 |
250 | 2024-02-15T07:25:12.707Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
251 | 2024-02-15T07:25:12.708Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
252 | 2024-02-15T07:25:12.708Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
253 | 2024-02-15T07:25:12.708Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
254 | 2024-02-15T07:25:12.708Z | + TARGET_DIR=out |
255 | 2024-02-15T07:25:12.708Z | + DOWNLOAD_DIR=out/downloads |
256 | 2024-02-15T07:25:12.709Z | + DEST_DIR=./out/cockroachdb |
257 | 2024-02-15T07:25:12.709Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
258 | 2024-02-15T07:25:12.709Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
259 | 2024-02-15T07:25:12.709Z | + main |
260 | 2024-02-15T07:25:12.709Z | + [[ 0 != 0 ]] |
261 | 2024-02-15T07:25:12.709Z | + CIDL_OS=solaris2.11 |
262 | 2024-02-15T07:25:12.709Z | + [[ 0 != 0 ]] |
263 | 2024-02-15T07:25:12.710Z | + configure_os solaris2.11 |
264 | 2024-02-15T07:25:12.710Z | + echo 'current directory: /work/oxidecomputer/omicron' |
265 | 2024-02-15T07:25:12.710Z | current directory: /work/oxidecomputer/omicron |
266 | 2024-02-15T07:25:12.710Z | + echo 'configuring based on OS: "solaris2.11"' |
267 | 2024-02-15T07:25:12.710Z | + case "$1" in |
268 | 2024-02-15T07:25:12.710Z | configuring based on OS: "solaris2.11" |
269 | 2024-02-15T07:25:12.710Z | + CIDL_BUILD=illumos |
270 | 2024-02-15T07:25:12.710Z | + CIDL_SUFFIX=tar.gz |
271 | 2024-02-15T07:25:12.711Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
272 | 2024-02-15T07:25:12.711Z | + CIDL_URL_BASE=https://illumos.org/downloads |
273 | 2024-02-15T07:25:12.711Z | + CIDL_ASSEMBLE=do_assemble_illumos |
274 | 2024-02-15T07:25:12.711Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
275 | 2024-02-15T07:25:12.712Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-15T07:25:12.712Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-15T07:25:12.712Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
278 | 2024-02-15T07:25:12.712Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-02-15T07:25:12.712Z | + CIDL_SHA256FUNC=do_sha256sum |
280 | 2024-02-15T07:25:12.712Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-02-15T07:25:12.713Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-15T07:25:12.713Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-02-15T07:25:12.713Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2024-02-15T07:25:12.713Z | + mkdir -p out/downloads |
285 | 2024-02-15T07:25:12.713Z | + mkdir -p ./out/cockroachdb |
286 | 2024-02-15T07:25:12.713Z | + local DO_DOWNLOAD=true |
287 | 2024-02-15T07:25:12.714Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
288 | 2024-02-15T07:25:12.714Z | + '[' true == true ']' |
289 | 2024-02-15T07:25:12.714Z | + echo Downloading... |
290 | 2024-02-15T07:25:12.714Z | Downloading... |
291 | 2024-02-15T07:25:12.714Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-15T07:25:13.143Z | + 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 |
293 | 2024-02-15T07:25:21.183Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-02-15T07:25:21.285Z | ++ sha256sum |
295 | 2024-02-15T07:25:21.285Z | ++ awk '{print $1}' |
296 | 2024-02-15T07:25:21.317Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
297 | 2024-02-15T07:25:21.317Z | + [[ 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 ]] |
298 | 2024-02-15T07:25:21.318Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-02-15T07:25:21.318Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
300 | 2024-02-15T07:25:23.408Z | + do_assemble_illumos |
301 | 2024-02-15T07:25:23.408Z | + rm -r ./out/cockroachdb |
302 | 2024-02-15T07:25:23.422Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
303 | 2024-02-15T07:25:23.804Z | + ./out/cockroachdb/bin/cockroach version |
304 | 2024-02-15T07:25:23.974Z | Build Tag: v22.1.9-dirty |
305 | 2024-02-15T07:25:23.974Z | Build Time: 2022/10/26 21:17:46 |
306 | 2024-02-15T07:25:23.974Z | Distribution: OSS |
307 | 2024-02-15T07:25:23.975Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
308 | 2024-02-15T07:25:23.975Z | Go Version: go1.17.13 |
309 | 2024-02-15T07:25:23.975Z | C Compiler: gcc 10.3.0 |
310 | 2024-02-15T07:25:23.975Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
311 | 2024-02-15T07:25:23.976Z | Build Type: release |
312 | 2024-02-15T07:25:24.000Z | + set -o errexit |
313 | 2024-02-15T07:25:24.000Z | +++ dirname ./tools/ci_download_clickhouse |
314 | 2024-02-15T07:25:24.000Z | ++ cd ./tools |
315 | 2024-02-15T07:25:24.000Z | ++ pwd |
316 | 2024-02-15T07:25:24.000Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
317 | 2024-02-15T07:25:24.030Z | ++ basename ./tools/ci_download_clickhouse |
318 | 2024-02-15T07:25:24.030Z | + ARG0=ci_download_clickhouse |
319 | 2024-02-15T07:25:24.031Z | + TARGET_DIR=out |
320 | 2024-02-15T07:25:24.031Z | + DOWNLOAD_DIR=out/downloads |
321 | 2024-02-15T07:25:24.031Z | + DEST_DIR=./out/clickhouse |
322 | 2024-02-15T07:25:24.031Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
323 | 2024-02-15T07:25:24.031Z | + CIDL_VERSION=v22.8.9.24 |
324 | 2024-02-15T07:25:24.031Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
325 | 2024-02-15T07:25:24.032Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
326 | 2024-02-15T07:25:24.032Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
327 | 2024-02-15T07:25:24.032Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
328 | 2024-02-15T07:25:24.032Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
329 | 2024-02-15T07:25:24.032Z | + main |
330 | 2024-02-15T07:25:24.032Z | + [[ 0 != 0 ]] |
331 | 2024-02-15T07:25:24.032Z | + CIDL_OS=solaris2.11 |
332 | 2024-02-15T07:25:24.032Z | + [[ 0 != 0 ]] |
333 | 2024-02-15T07:25:24.032Z | + configure_os solaris2.11 |
334 | 2024-02-15T07:25:24.032Z | + echo 'current directory: /work/oxidecomputer/omicron' |
335 | 2024-02-15T07:25:24.032Z | current directory: /work/oxidecomputer/omicron |
336 | 2024-02-15T07:25:24.032Z | + echo 'configuring based on OS: "solaris2.11"' |
337 | 2024-02-15T07:25:24.033Z | + CIDL_DASHREV= |
338 | 2024-02-15T07:25:24.033Z | + case "$1" in |
339 | 2024-02-15T07:25:24.033Z | configuring based on OS: "solaris2.11" |
340 | 2024-02-15T07:25:24.033Z | + CIDL_PLATFORM=illumos |
341 | 2024-02-15T07:25:24.033Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
342 | 2024-02-15T07:25:24.033Z | + CIDL_MD5FUNC=do_md5sum |
343 | 2024-02-15T07:25:24.033Z | + CIDL_DASHREV=-1 |
344 | 2024-02-15T07:25:24.034Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
345 | 2024-02-15T07:25:24.034Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-15T07:25:24.034Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-02-15T07:25:24.034Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-15T07:25:24.034Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2024-02-15T07:25:24.034Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-02-15T07:25:24.034Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2024-02-15T07:25:24.034Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2024-02-15T07:25:24.034Z | + mkdir -p out/downloads |
353 | 2024-02-15T07:25:24.034Z | + mkdir -p ./out/clickhouse |
354 | 2024-02-15T07:25:24.034Z | + local DO_DOWNLOAD=true |
355 | 2024-02-15T07:25:24.035Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
356 | 2024-02-15T07:25:24.035Z | + '[' true == true ']' |
357 | 2024-02-15T07:25:24.035Z | + echo Downloading... |
358 | 2024-02-15T07:25:24.035Z | Downloading... |
359 | 2024-02-15T07:25:24.035Z | + 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 |
360 | 2024-02-15T07:25:24.035Z | + 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 |
361 | 2024-02-15T07:25:25.531Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2024-02-15T07:25:25.544Z | ++ md5sum |
363 | 2024-02-15T07:25:25.544Z | ++ awk '{print $1}' |
364 | 2024-02-15T07:25:25.703Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
365 | 2024-02-15T07:25:25.703Z | + [[ 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 ]] |
366 | 2024-02-15T07:25:25.711Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
367 | 2024-02-15T07:25:25.711Z | + mkdir -p ./out/clickhouse |
368 | 2024-02-15T07:25:25.711Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
369 | 2024-02-15T07:25:29.283Z | + ./out/clickhouse/clickhouse server --version |
370 | 2024-02-15T07:25:29.386Z | ClickHouse server version 22.8.9.1. |
371 | 2024-02-15T07:25:29.386Z | + set -o errexit |
372 | 2024-02-15T07:25:29.386Z | +++ dirname ./tools/ci_download_console |
373 | 2024-02-15T07:25:29.386Z | ++ cd ./tools |
374 | 2024-02-15T07:25:29.386Z | ++ pwd |
375 | 2024-02-15T07:25:29.386Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
376 | 2024-02-15T07:25:29.386Z | ++ basename ./tools/ci_download_console |
377 | 2024-02-15T07:25:29.386Z | + ARG0=ci_download_console |
378 | 2024-02-15T07:25:29.387Z | + TARGET_DIR=out |
379 | 2024-02-15T07:25:29.387Z | + DOWNLOAD_DIR=out/downloads |
380 | 2024-02-15T07:25:29.387Z | + DEST_DIR=./out/console-assets |
381 | 2024-02-15T07:25:29.387Z | + source /work/oxidecomputer/omicron/tools/console_version |
382 | 2024-02-15T07:25:29.387Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
383 | 2024-02-15T07:25:29.387Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
384 | 2024-02-15T07:25:29.387Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
385 | 2024-02-15T07:25:29.388Z | + TARBALL_FILE=out/downloads/console.tar.gz |
386 | 2024-02-15T07:25:29.388Z | + main |
387 | 2024-02-15T07:25:29.388Z | + [[ 0 != 0 ]] |
388 | 2024-02-15T07:25:29.388Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
389 | 2024-02-15T07:25:29.388Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
390 | 2024-02-15T07:25:29.388Z | Local file: out/downloads/console.tar.gz |
391 | 2024-02-15T07:25:29.388Z | + echo 'Local file: out/downloads/console.tar.gz' |
392 | 2024-02-15T07:25:29.388Z | + local DO_DOWNLOAD=true |
393 | 2024-02-15T07:25:29.388Z | + [[ -f out/downloads/console.tar.gz ]] |
394 | 2024-02-15T07:25:29.388Z | + mkdir -p out/downloads |
395 | 2024-02-15T07:25:29.389Z | + '[' true == true ']' |
396 | 2024-02-15T07:25:29.389Z | + echo Downloading... |
397 | 2024-02-15T07:25:29.389Z | Downloading... |
398 | 2024-02-15T07:25:29.389Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
399 | 2024-02-15T07:25:29.389Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
400 | 2024-02-15T07:25:29.471Z | ++ do_sha256sum out/downloads/console.tar.gz |
401 | 2024-02-15T07:25:29.669Z | ++ case "$OSTYPE" in |
402 | 2024-02-15T07:25:29.670Z | ++ SHA=sha256sum |
403 | 2024-02-15T07:25:29.670Z | ++ sha256sum |
404 | 2024-02-15T07:25:29.670Z | ++ awk '{print $1}' |
405 | 2024-02-15T07:25:29.670Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
406 | 2024-02-15T07:25:29.670Z | + [[ 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 ]] |
407 | 2024-02-15T07:25:29.670Z | + rm -rf ./out/console-assets |
408 | 2024-02-15T07:25:29.670Z | + mkdir -p ./out/console-assets |
409 | 2024-02-15T07:25:29.671Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
410 | 2024-02-15T07:25:29.671Z | + mkdir -p ./out/console-assets |
411 | 2024-02-15T07:25:29.671Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
412 | 2024-02-15T07:25:29.797Z | + set -o errexit |
413 | 2024-02-15T07:25:29.797Z | +++ dirname ./tools/ci_download_maghemite_openapi |
414 | 2024-02-15T07:25:29.797Z | ++ cd ./tools |
415 | 2024-02-15T07:25:29.797Z | ++ pwd |
416 | 2024-02-15T07:25:29.798Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
417 | 2024-02-15T07:25:29.798Z | ++ basename ./tools/ci_download_maghemite_openapi |
418 | 2024-02-15T07:25:29.798Z | + ARG0=ci_download_maghemite_openapi |
419 | 2024-02-15T07:25:29.798Z | + TARGET_DIR=out |
420 | 2024-02-15T07:25:29.798Z | + DOWNLOAD_DIR=out/downloads |
421 | 2024-02-15T07:25:29.798Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
422 | 2024-02-15T07:25:29.798Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
423 | 2024-02-15T07:25:29.798Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
424 | 2024-02-15T07:25:29.799Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
425 | 2024-02-15T07:25:29.799Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
426 | 2024-02-15T07:25:29.799Z | + main |
427 | 2024-02-15T07:25:29.799Z | + [[ 0 != 0 ]] |
428 | 2024-02-15T07:25:29.799Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
429 | 2024-02-15T07:25:29.799Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
430 | 2024-02-15T07:25:29.799Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
431 | 2024-02-15T07:25:29.799Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
432 | 2024-02-15T07:25:29.799Z | + local DO_DOWNLOAD=true |
433 | 2024-02-15T07:25:29.799Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
434 | 2024-02-15T07:25:29.799Z | + mkdir -p out/downloads |
435 | 2024-02-15T07:25:29.799Z | + '[' true == true ']' |
436 | 2024-02-15T07:25:29.800Z | + echo Downloading... |
437 | 2024-02-15T07:25:29.800Z | Downloading... |
438 | 2024-02-15T07:25:29.800Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
439 | 2024-02-15T07:25:29.800Z | + 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 |
440 | 2024-02-15T07:25:30.493Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
441 | 2024-02-15T07:25:30.493Z | ++ case "$OSTYPE" in |
442 | 2024-02-15T07:25:30.512Z | ++ SHA=sha256sum |
443 | 2024-02-15T07:25:30.512Z | ++ sha256sum |
444 | 2024-02-15T07:25:30.513Z | ++ awk '{print $1}' |
445 | 2024-02-15T07:25:30.513Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
446 | 2024-02-15T07:25:30.513Z | + [[ 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 ]] |
447 | 2024-02-15T07:25:30.513Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
448 | 2024-02-15T07:25:30.513Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
449 | 2024-02-15T07:25:30.513Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
450 | 2024-02-15T07:25:30.513Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
451 | 2024-02-15T07:25:30.513Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
452 | 2024-02-15T07:25:30.513Z | + main |
453 | 2024-02-15T07:25:30.513Z | + [[ 0 != 0 ]] |
454 | 2024-02-15T07:25:30.513Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
455 | 2024-02-15T07:25:30.513Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
456 | 2024-02-15T07:25:30.513Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
457 | 2024-02-15T07:25:30.513Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
458 | 2024-02-15T07:25:30.513Z | + local DO_DOWNLOAD=true |
459 | 2024-02-15T07:25:30.514Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
460 | 2024-02-15T07:25:30.514Z | + mkdir -p out/downloads |
461 | 2024-02-15T07:25:30.514Z | + '[' true == true ']' |
462 | 2024-02-15T07:25:30.514Z | + echo Downloading... |
463 | 2024-02-15T07:25:30.514Z | Downloading... |
464 | 2024-02-15T07:25:30.514Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
465 | 2024-02-15T07:25:30.514Z | + 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 |
466 | 2024-02-15T07:25:33.690Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
467 | 2024-02-15T07:25:33.715Z | ++ case "$OSTYPE" in |
468 | 2024-02-15T07:25:33.716Z | ++ SHA=sha256sum |
469 | 2024-02-15T07:25:33.717Z | ++ sha256sum |
470 | 2024-02-15T07:25:33.718Z | ++ awk '{print $1}' |
471 | 2024-02-15T07:25:33.719Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
472 | 2024-02-15T07:25:33.719Z | + [[ 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 ]] |
473 | 2024-02-15T07:25:33.720Z | + set -o errexit |
474 | 2024-02-15T07:25:34.165Z | +++ dirname ./tools/ci_download_dendrite_openapi |
475 | 2024-02-15T07:25:34.165Z | ++ cd ./tools |
476 | 2024-02-15T07:25:34.165Z | ++ pwd |
477 | 2024-02-15T07:25:34.165Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
478 | 2024-02-15T07:25:34.165Z | ++ basename ./tools/ci_download_dendrite_openapi |
479 | 2024-02-15T07:25:34.165Z | + ARG0=ci_download_dendrite_openapi |
480 | 2024-02-15T07:25:34.166Z | + TARGET_DIR=out |
481 | 2024-02-15T07:25:34.166Z | + DOWNLOAD_DIR=out/downloads |
482 | 2024-02-15T07:25:34.166Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
483 | 2024-02-15T07:25:34.166Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
484 | 2024-02-15T07:25:34.166Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
485 | 2024-02-15T07:25:34.167Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
486 | 2024-02-15T07:25:34.167Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
487 | 2024-02-15T07:25:34.167Z | + main |
488 | 2024-02-15T07:25:34.167Z | + [[ 0 != 0 ]] |
489 | 2024-02-15T07:25:34.167Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
490 | 2024-02-15T07:25:34.167Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
491 | 2024-02-15T07:25:34.167Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
492 | 2024-02-15T07:25:34.168Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
493 | 2024-02-15T07:25:34.168Z | + local DO_DOWNLOAD=true |
494 | 2024-02-15T07:25:34.168Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
495 | 2024-02-15T07:25:34.168Z | + mkdir -p out/downloads |
496 | 2024-02-15T07:25:34.168Z | + '[' true == true ']' |
497 | 2024-02-15T07:25:34.168Z | + echo Downloading... |
498 | 2024-02-15T07:25:34.168Z | Downloading... |
499 | 2024-02-15T07:25:34.168Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
500 | 2024-02-15T07:25:34.169Z | + 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 |
501 | 2024-02-15T07:25:34.466Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
502 | 2024-02-15T07:25:34.466Z | ++ case "$OSTYPE" in |
503 | 2024-02-15T07:25:34.492Z | ++ SHA=sha256sum |
504 | 2024-02-15T07:25:34.492Z | ++ sha256sum |
505 | 2024-02-15T07:25:34.492Z | ++ awk '{print $1}' |
506 | 2024-02-15T07:25:34.492Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
507 | 2024-02-15T07:25:34.492Z | + [[ 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 ]] |
508 | 2024-02-15T07:25:34.492Z | + set -o errexit |
509 | 2024-02-15T07:25:34.492Z | +++ dirname ./tools/ci_download_dendrite_stub |
510 | 2024-02-15T07:25:34.493Z | ++ cd ./tools |
511 | 2024-02-15T07:25:34.493Z | ++ pwd |
512 | 2024-02-15T07:25:34.493Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
513 | 2024-02-15T07:25:34.516Z | ++ basename ./tools/ci_download_dendrite_stub |
514 | 2024-02-15T07:25:34.517Z | + ARG0=ci_download_dendrite_stub |
515 | 2024-02-15T07:25:34.517Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
516 | 2024-02-15T07:25:34.517Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
517 | 2024-02-15T07:25:34.517Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
518 | 2024-02-15T07:25:34.517Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
519 | 2024-02-15T07:25:34.518Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
520 | 2024-02-15T07:25:34.518Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
521 | 2024-02-15T07:25:34.518Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
522 | 2024-02-15T07:25:34.518Z | + TARGET_DIR=out |
523 | 2024-02-15T07:25:34.519Z | + DOWNLOAD_DIR=out/downloads |
524 | 2024-02-15T07:25:34.519Z | + DEST_DIR=./out/dendrite-stub |
525 | 2024-02-15T07:25:34.519Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
526 | 2024-02-15T07:25:34.519Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
527 | 2024-02-15T07:25:34.519Z | + REPO=oxidecomputer/dendrite |
528 | 2024-02-15T07:25:34.519Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
529 | 2024-02-15T07:25:34.520Z | + main |
530 | 2024-02-15T07:25:34.520Z | + [[ 0 != 0 ]] |
531 | 2024-02-15T07:25:34.520Z | + CIDL_OS=solaris2.11 |
532 | 2024-02-15T07:25:34.520Z | + [[ 0 != 0 ]] |
533 | 2024-02-15T07:25:34.520Z | + configure_os solaris2.11 |
534 | 2024-02-15T07:25:34.520Z | + echo 'current directory: /work/oxidecomputer/omicron' |
535 | 2024-02-15T07:25:34.520Z | current directory: /work/oxidecomputer/omicron |
536 | 2024-02-15T07:25:34.521Z | + echo 'configuring based on OS: "solaris2.11"' |
537 | 2024-02-15T07:25:34.521Z | + case "$1" in |
538 | 2024-02-15T07:25:34.521Z | configuring based on OS: "solaris2.11" |
539 | 2024-02-15T07:25:34.521Z | + SET_BINARIES= |
540 | 2024-02-15T07:25:34.521Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
541 | 2024-02-15T07:25:34.521Z | + CIDL_SHA256FUNC=do_sha256sum |
542 | 2024-02-15T07:25:34.522Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
543 | 2024-02-15T07:25:34.522Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
544 | 2024-02-15T07:25:34.522Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
545 | 2024-02-15T07:25:34.522Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
546 | 2024-02-15T07:25:34.523Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
547 | 2024-02-15T07:25:34.523Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
548 | 2024-02-15T07:25:34.523Z | + mkdir -p out/downloads |
549 | 2024-02-15T07:25:34.523Z | Local file: out/downloads/dendrite-stub.tar.gz |
550 | 2024-02-15T07:25:34.523Z | + mkdir -p ./out/dendrite-stub |
551 | 2024-02-15T07:25:34.523Z | + fetch_and_verify |
552 | 2024-02-15T07:25:34.524Z | + local DO_DOWNLOAD=true |
553 | 2024-02-15T07:25:34.524Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
554 | 2024-02-15T07:25:34.524Z | + '[' true == true ']' |
555 | 2024-02-15T07:25:34.525Z | + echo Downloading... |
556 | 2024-02-15T07:25:34.525Z | Downloading... |
557 | 2024-02-15T07:25:34.525Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-15T07:25:34.525Z | + 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 |
559 | 2024-02-15T07:25:59.158Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
560 | 2024-02-15T07:25:59.181Z | ++ sha256sum |
561 | 2024-02-15T07:25:59.181Z | ++ awk '{print $1}' |
562 | 2024-02-15T07:25:59.197Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
563 | 2024-02-15T07:25:59.198Z | + [[ 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 ]] |
564 | 2024-02-15T07:25:59.198Z | + do_untar out/downloads/dendrite-stub.tar.gz |
565 | 2024-02-15T07:25:59.198Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
566 | 2024-02-15T07:25:59.877Z | + do_assemble |
567 | 2024-02-15T07:25:59.877Z | + rm -r ./out/dendrite-stub |
568 | 2024-02-15T07:26:00.336Z | + mkdir ./out/dendrite-stub |
569 | 2024-02-15T07:26:00.337Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
570 | 2024-02-15T07:26:00.337Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
571 | 2024-02-15T07:26:00.337Z | + set -o errexit |
572 | 2024-02-15T07:26:00.337Z | +++ dirname ./tools/ci_download_maghemite_mgd |
573 | 2024-02-15T07:26:00.337Z | ++ cd ./tools |
574 | 2024-02-15T07:26:00.338Z | ++ pwd |
575 | 2024-02-15T07:26:00.338Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
576 | 2024-02-15T07:26:00.338Z | ++ basename ./tools/ci_download_maghemite_mgd |
577 | 2024-02-15T07:26:00.338Z | + ARG0=ci_download_maghemite_mgd |
578 | 2024-02-15T07:26:00.338Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
579 | 2024-02-15T07:26:00.338Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
580 | 2024-02-15T07:26:00.338Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
581 | 2024-02-15T07:26:00.338Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
582 | 2024-02-15T07:26:00.339Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
583 | 2024-02-15T07:26:00.339Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
584 | 2024-02-15T07:26:00.339Z | + TARGET_DIR=out |
585 | 2024-02-15T07:26:00.339Z | + DOWNLOAD_DIR=out/downloads |
586 | 2024-02-15T07:26:00.339Z | + DEST_DIR=./out/mgd |
587 | 2024-02-15T07:26:00.339Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
588 | 2024-02-15T07:26:00.339Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
589 | 2024-02-15T07:26:00.340Z | + REPO=oxidecomputer/maghemite |
590 | 2024-02-15T07:26:00.340Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
591 | 2024-02-15T07:26:00.340Z | + main |
592 | 2024-02-15T07:26:00.340Z | + [[ 0 != 0 ]] |
593 | 2024-02-15T07:26:00.340Z | + CIDL_OS=solaris2.11 |
594 | 2024-02-15T07:26:00.340Z | + [[ 0 != 0 ]] |
595 | 2024-02-15T07:26:00.340Z | + configure_os solaris2.11 |
596 | 2024-02-15T07:26:00.340Z | + echo 'current directory: /work/oxidecomputer/omicron' |
597 | 2024-02-15T07:26:00.341Z | current directory: /work/oxidecomputer/omicron |
598 | 2024-02-15T07:26:00.341Z | + echo 'configuring based on OS: "solaris2.11"' |
599 | 2024-02-15T07:26:00.341Z | + case "$1" in |
600 | 2024-02-15T07:26:00.341Z | configuring based on OS: "solaris2.11" |
601 | 2024-02-15T07:26:00.341Z | + SET_BINARIES= |
602 | 2024-02-15T07:26:00.341Z | + CIDL_SHA256FUNC=do_sha256sum |
603 | 2024-02-15T07:26:00.341Z | + TARBALL_FILENAME=mgd.tar.gz |
604 | 2024-02-15T07:26:00.341Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
605 | 2024-02-15T07:26:00.342Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
606 | 2024-02-15T07:26:00.342Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
607 | 2024-02-15T07:26:00.342Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
608 | 2024-02-15T07:26:00.342Z | Local file: out/downloads/mgd.tar.gz |
609 | 2024-02-15T07:26:00.342Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
610 | 2024-02-15T07:26:00.342Z | + mkdir -p out/downloads |
611 | 2024-02-15T07:26:00.342Z | + mkdir -p ./out/mgd |
612 | 2024-02-15T07:26:00.342Z | + fetch_and_verify |
613 | 2024-02-15T07:26:00.343Z | + local DO_DOWNLOAD=true |
614 | 2024-02-15T07:26:00.343Z | + [[ -f out/downloads/mgd.tar.gz ]] |
615 | 2024-02-15T07:26:00.343Z | + '[' true == true ']' |
616 | 2024-02-15T07:26:00.343Z | + echo Downloading... |
617 | 2024-02-15T07:26:00.343Z | Downloading... |
618 | 2024-02-15T07:26:00.343Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
619 | 2024-02-15T07:26:00.343Z | + 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 |
620 | 2024-02-15T07:26:17.019Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
621 | 2024-02-15T07:26:17.037Z | ++ sha256sum |
622 | 2024-02-15T07:26:17.038Z | ++ awk '{print $1}' |
623 | 2024-02-15T07:26:17.044Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
624 | 2024-02-15T07:26:17.044Z | + [[ 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 ]] |
625 | 2024-02-15T07:26:17.045Z | + do_untar out/downloads/mgd.tar.gz |
626 | 2024-02-15T07:26:17.045Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
627 | 2024-02-15T07:26:17.482Z | + do_assemble |
628 | 2024-02-15T07:26:17.482Z | + rm -r ./out/mgd |
629 | 2024-02-15T07:26:17.498Z | + mkdir ./out/mgd |
630 | 2024-02-15T07:26:17.498Z | + cp -r out/downloads/root ./out/mgd/root |
631 | 2024-02-15T07:26:17.644Z | + set -o errexit |
632 | 2024-02-15T07:26:17.656Z | +++ dirname ./tools/ci_download_transceiver_control |
633 | 2024-02-15T07:26:17.657Z | ++ cd ./tools |
634 | 2024-02-15T07:26:17.657Z | ++ pwd |
635 | 2024-02-15T07:26:17.657Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
636 | 2024-02-15T07:26:17.657Z | ++ basename ./tools/ci_download_transceiver_control |
637 | 2024-02-15T07:26:17.657Z | + ARG0=ci_download_transceiver_control |
638 | 2024-02-15T07:26:17.657Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
639 | 2024-02-15T07:26:17.658Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
640 | 2024-02-15T07:26:17.658Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
641 | 2024-02-15T07:26:17.658Z | + TARGET_DIR=out |
642 | 2024-02-15T07:26:17.658Z | + DOWNLOAD_DIR=out/downloads |
643 | 2024-02-15T07:26:17.659Z | + DEST_DIR=./out/transceiver-control |
644 | 2024-02-15T07:26:17.659Z | + BIN_DIR=/opt/oxide/bin |
645 | 2024-02-15T07:26:17.659Z | + BINARY=xcvradm |
646 | 2024-02-15T07:26:17.659Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
647 | 2024-02-15T07:26:17.659Z | + REPO=oxidecomputer/transceiver-control |
648 | 2024-02-15T07:26:17.659Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
649 | 2024-02-15T07:26:17.659Z | + main |
650 | 2024-02-15T07:26:17.659Z | + [[ 0 != 0 ]] |
651 | 2024-02-15T07:26:17.659Z | + CIDL_OS=solaris2.11 |
652 | 2024-02-15T07:26:17.660Z | + [[ 0 != 0 ]] |
653 | 2024-02-15T07:26:17.660Z | + configure_os solaris2.11 |
654 | 2024-02-15T07:26:17.660Z | + echo 'current directory: /work/oxidecomputer/omicron' |
655 | 2024-02-15T07:26:17.660Z | current directory: /work/oxidecomputer/omicron |
656 | 2024-02-15T07:26:17.660Z | + echo 'configuring based on OS: "solaris2.11"' |
657 | 2024-02-15T07:26:17.661Z | + case "$1" in |
658 | 2024-02-15T07:26:17.661Z | configuring based on OS: "solaris2.11" |
659 | 2024-02-15T07:26:17.661Z | + SET_BINARIES= |
660 | 2024-02-15T07:26:17.661Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2024-02-15T07:26:17.661Z | + CIDL_SHA256FUNC=do_sha256sum |
662 | 2024-02-15T07:26:17.661Z | + ARCHIVE_FILENAME=xcvradm.gz |
663 | 2024-02-15T07:26:17.662Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
664 | 2024-02-15T07:26:17.662Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
665 | 2024-02-15T07:26:17.662Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
666 | 2024-02-15T07:26:17.662Z | + echo 'Local file: out/downloads/xcvradm.gz' |
667 | 2024-02-15T07:26:17.662Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
668 | 2024-02-15T07:26:17.663Z | Local file: out/downloads/xcvradm.gz |
669 | 2024-02-15T07:26:17.663Z | + mkdir -p out/downloads |
670 | 2024-02-15T07:26:17.663Z | + mkdir -p ./out/transceiver-control |
671 | 2024-02-15T07:26:17.663Z | + fetch_and_verify |
672 | 2024-02-15T07:26:17.663Z | + local DO_DOWNLOAD=true |
673 | 2024-02-15T07:26:17.664Z | + [[ -f out/downloads/xcvradm.gz ]] |
674 | 2024-02-15T07:26:17.664Z | + '[' true == true ']' |
675 | 2024-02-15T07:26:17.664Z | + echo Downloading... |
676 | 2024-02-15T07:26:17.664Z | Downloading... |
677 | 2024-02-15T07:26:17.665Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
678 | 2024-02-15T07:26:17.665Z | + 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 |
679 | 2024-02-15T07:26:22.197Z | ++ do_sha256sum out/downloads/xcvradm.gz |
680 | 2024-02-15T07:26:22.209Z | ++ sha256sum |
681 | 2024-02-15T07:26:22.209Z | ++ awk '{print $1}' |
682 | 2024-02-15T07:26:22.209Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
683 | 2024-02-15T07:26:22.209Z | + [[ 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 ]] |
684 | 2024-02-15T07:26:22.209Z | + do_unpack out/downloads/xcvradm.gz |
685 | 2024-02-15T07:26:22.210Z | + mkdir -p out/downloads/root//opt/oxide/bin |
686 | 2024-02-15T07:26:22.210Z | + gzip -dc out/downloads/xcvradm.gz |
687 | 2024-02-15T07:26:22.321Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
688 | 2024-02-15T07:26:22.340Z | + do_assemble |
689 | 2024-02-15T07:26:22.341Z | + rm -r ./out/transceiver-control |
690 | 2024-02-15T07:26:22.341Z | + mkdir ./out/transceiver-control |
691 | 2024-02-15T07:26:22.341Z | + cp -r out/downloads/root ./out/transceiver-control/root |
692 | 2024-02-15T07:26:22.497Z | All prerequisites installed successfully |
693 | 2024-02-15T07:26:22.519Z | |
694 | 2024-02-15T07:26:22.520Z | real 2:38.079891604 |
695 | 2024-02-15T07:26:22.520Z | user 35.474806489 |
696 | 2024-02-15T07:26:22.520Z | sys 6.961377950 |
697 | 2024-02-15T07:26:22.520Z | trap 0.012698124 |
698 | 2024-02-15T07:26:22.520Z | tflt 0.216120363 |
699 | 2024-02-15T07:26:22.520Z | dflt 0.734672366 |
700 | 2024-02-15T07:26:22.520Z | kflt 0.425881084 |
701 | 2024-02-15T07:26:22.521Z | lock 1.338000845 |
702 | 2024-02-15T07:26:22.521Z | slp 5:48.229810173 |
703 | 2024-02-15T07:26:22.521Z | lat 1.952095561 |
704 | 2024-02-15T07:26:22.521Z | stop 0.147949017 |
705 | 2024-02-15T07:26:22.521Z | + banner end-to-end-tests |
706 | 2024-02-15T07:26:22.596Z | |
707 | 2024-02-15T07:26:22.596Z | ###### # # ##### ##### #### ###### # # ##### |
708 | 2024-02-15T07:26:22.596Z | # ## # # # # # # # ## # # # |
709 | 2024-02-15T07:26:22.596Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
710 | 2024-02-15T07:26:22.596Z | # # # # # # # # # # # # # # # |
711 | 2024-02-15T07:26:22.597Z | # # ## # # # # # # # ## # # |
712 | 2024-02-15T07:26:22.597Z | ###### # # ##### # #### ###### # # ##### |
713 | 2024-02-15T07:26:22.597Z | |
714 | 2024-02-15T07:26:22.614Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
715 | 2024-02-15T07:26:22.614Z | + CARGO_PROFILE_DEV_DEBUG=1 |
716 | 2024-02-15T07:26:22.614Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
717 | 2024-02-15T07:26:22.614Z | + CARGO_PROFILE_TEST_DEBUG=1 |
718 | 2024-02-15T07:26:22.615Z | + export CARGO_INCREMENTAL=0 |
719 | 2024-02-15T07:26:22.615Z | + CARGO_INCREMENTAL=0 |
720 | 2024-02-15T07:26:22.615Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
721 | 2024-02-15T07:26:22.800Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
722 | 2024-02-15T07:26:23.098Z | Updating git repository `https://github.com/oxidecomputer/samael` |
723 | 2024-02-15T07:26:23.442Z | Updating crates.io index |
724 | 2024-02-15T07:26:23.453Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
725 | 2024-02-15T07:26:24.285Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
726 | 2024-02-15T07:26:26.043Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
727 | 2024-02-15T07:26:26.571Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
728 | 2024-02-15T07:26:27.671Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
729 | 2024-02-15T07:26:27.701Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
730 | 2024-02-15T07:26:27.701Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
731 | 2024-02-15T07:26:28.288Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
732 | 2024-02-15T07:26:30.422Z | Updating git repository `https://github.com/oxidecomputer/opte` |
733 | 2024-02-15T07:26:31.719Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
734 | 2024-02-15T07:26:31.747Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
735 | 2024-02-15T07:26:32.107Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
736 | 2024-02-15T07:26:32.450Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
737 | 2024-02-15T07:26:32.867Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
738 | 2024-02-15T07:26:33.043Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
739 | 2024-02-15T07:26:33.388Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
740 | 2024-02-15T07:26:33.708Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
741 | 2024-02-15T07:26:34.065Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
742 | 2024-02-15T07:26:35.627Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
743 | 2024-02-15T07:26:35.762Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
744 | 2024-02-15T07:26:35.762Z | Updating git repository `https://github.com/jgallagher/nix` |
745 | 2024-02-15T07:26:36.150Z | Updating git repository `https://github.com/cbiffle/hubpack` |
746 | 2024-02-15T07:26:36.477Z | Updating git repository `https://github.com/oxidecomputer/typify` |
747 | 2024-02-15T07:26:37.699Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
748 | 2024-02-15T07:26:38.051Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
749 | 2024-02-15T07:26:38.332Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
750 | 2024-02-15T07:26:39.643Z | Downloading crates ... |
751 | 2024-02-15T07:26:40.408Z | Downloaded pretty-hex v0.2.1 |
752 | 2024-02-15T07:26:40.422Z | Downloaded pest v2.7.6 |
753 | 2024-02-15T07:26:40.422Z | Downloaded crossterm v0.27.0 |
754 | 2024-02-15T07:26:40.422Z | Downloaded addr2line v0.21.0 |
755 | 2024-02-15T07:26:40.423Z | Downloaded atomic-waker v1.1.1 |
756 | 2024-02-15T07:26:40.423Z | Downloaded base64 v0.21.7 |
757 | 2024-02-15T07:26:40.423Z | Downloaded aes v0.8.3 |
758 | 2024-02-15T07:26:40.423Z | Downloaded async-stream v0.3.5 |
759 | 2024-02-15T07:26:40.423Z | Downloaded mio v0.8.9 |
760 | 2024-02-15T07:26:40.423Z | Downloaded base16ct v0.2.0 |
761 | 2024-02-15T07:26:40.423Z | Downloaded spki v0.7.2 |
762 | 2024-02-15T07:26:40.423Z | Downloaded itoa v1.0.9 |
763 | 2024-02-15T07:26:40.423Z | Downloaded crypto-bigint v0.5.2 |
764 | 2024-02-15T07:26:40.423Z | Downloaded darling v0.20.3 |
765 | 2024-02-15T07:26:40.423Z | Downloaded der v0.7.8 |
766 | 2024-02-15T07:26:40.423Z | Downloaded nibble_vec v0.1.0 |
767 | 2024-02-15T07:26:40.423Z | Downloaded parking_lot v0.12.1 |
768 | 2024-02-15T07:26:40.423Z | Downloaded openssl-macros v0.1.1 |
769 | 2024-02-15T07:26:40.423Z | Downloaded clap v2.34.0 |
770 | 2024-02-15T07:26:40.423Z | Downloaded cipher v0.4.4 |
771 | 2024-02-15T07:26:40.423Z | Downloaded num v0.4.1 |
772 | 2024-02-15T07:26:40.423Z | Downloaded normalize-line-endings v0.3.0 |
773 | 2024-02-15T07:26:40.423Z | Downloaded derive-where v1.2.7 |
774 | 2024-02-15T07:26:40.423Z | Downloaded defmt v0.3.5 |
775 | 2024-02-15T07:26:40.423Z | Downloaded aes-gcm v0.10.3 |
776 | 2024-02-15T07:26:40.423Z | Downloaded num-bigint v0.4.4 |
777 | 2024-02-15T07:26:40.423Z | Downloaded byteorder v1.5.0 |
778 | 2024-02-15T07:26:40.424Z | Downloaded clap_builder v4.4.2 |
779 | 2024-02-15T07:26:40.424Z | Downloaded anstream v0.5.0 |
780 | 2024-02-15T07:26:40.424Z | Downloaded num_enum v0.5.11 |
781 | 2024-02-15T07:26:40.424Z | Downloaded arrayref v0.3.7 |
782 | 2024-02-15T07:26:40.424Z | Downloaded adler v1.0.2 |
783 | 2024-02-15T07:26:40.424Z | Downloaded async-stream-impl v0.3.5 |
784 | 2024-02-15T07:26:40.424Z | Downloaded clap_derive v4.4.2 |
785 | 2024-02-15T07:26:40.424Z | Downloaded deranged v0.3.8 |
786 | 2024-02-15T07:26:40.424Z | Downloaded anyhow v1.0.75 |
787 | 2024-02-15T07:26:40.424Z | Downloaded num-derive v0.4.0 |
788 | 2024-02-15T07:26:40.424Z | Downloaded diesel_derives v2.1.2 |
789 | 2024-02-15T07:26:40.424Z | Downloaded allocator-api2 v0.2.16 |
790 | 2024-02-15T07:26:40.424Z | Downloaded camino-tempfile v1.1.1 |
791 | 2024-02-15T07:26:40.424Z | Downloaded num-traits v0.2.16 |
792 | 2024-02-15T07:26:40.424Z | Downloaded num_cpus v1.16.0 |
793 | 2024-02-15T07:26:40.424Z | Downloaded omicron-zone-package v0.11.0 |
794 | 2024-02-15T07:26:40.424Z | Downloaded new_debug_unreachable v1.0.4 |
795 | 2024-02-15T07:26:40.424Z | Downloaded argon2 v0.5.3 |
796 | 2024-02-15T07:26:40.424Z | Downloaded libm v0.2.7 |
797 | 2024-02-15T07:26:40.424Z | Downloaded pem v3.0.2 |
798 | 2024-02-15T07:26:40.424Z | Downloaded aead v0.5.2 |
799 | 2024-02-15T07:26:40.424Z | Downloaded linked-hash-map v0.5.6 |
800 | 2024-02-15T07:26:40.424Z | Downloaded managed v0.8.0 |
801 | 2024-02-15T07:26:40.424Z | Downloaded async-trait v0.1.77 |
802 | 2024-02-15T07:26:40.425Z | Downloaded derive_more v0.99.17 |
803 | 2024-02-15T07:26:40.425Z | Downloaded arrayvec v0.7.4 |
804 | 2024-02-15T07:26:40.425Z | Downloaded pbkdf2 v0.12.2 |
805 | 2024-02-15T07:26:40.425Z | Downloaded chacha20 v0.9.1 |
806 | 2024-02-15T07:26:40.425Z | Downloaded clap_lex v0.5.1 |
807 | 2024-02-15T07:26:40.425Z | Downloaded colored v2.0.4 |
808 | 2024-02-15T07:26:40.425Z | Downloaded console v0.15.8 |
809 | 2024-02-15T07:26:40.425Z | Downloaded convert_case v0.4.0 |
810 | 2024-02-15T07:26:40.425Z | Downloaded crossbeam-deque v0.8.3 |
811 | 2024-02-15T07:26:40.425Z | Downloaded const-oid v0.9.5 |
812 | 2024-02-15T07:26:40.425Z | Downloaded mime_guess v2.0.4 |
813 | 2024-02-15T07:26:40.425Z | Downloaded memoffset v0.9.0 |
814 | 2024-02-15T07:26:40.425Z | Downloaded memmap2 v0.7.1 |
815 | 2024-02-15T07:26:40.425Z | Downloaded minimal-lexical v0.2.1 |
816 | 2024-02-15T07:26:40.425Z | Downloaded miniz_oxide v0.7.1 |
817 | 2024-02-15T07:26:40.425Z | Downloaded crypto-common v0.1.6 |
818 | 2024-02-15T07:26:40.425Z | Downloaded bzip2 v0.4.4 |
819 | 2024-02-15T07:26:40.425Z | Downloaded clap v4.4.3 |
820 | 2024-02-15T07:26:40.425Z | Downloaded colorchoice v1.0.0 |
821 | 2024-02-15T07:26:40.425Z | Downloaded option-ext v0.2.0 |
822 | 2024-02-15T07:26:40.425Z | Downloaded crc32fast v1.3.2 |
823 | 2024-02-15T07:26:40.425Z | Downloaded constant_time_eq v0.3.0 |
824 | 2024-02-15T07:26:40.425Z | Downloaded pbkdf2 v0.11.0 |
825 | 2024-02-15T07:26:40.425Z | Downloaded crossbeam-channel v0.5.8 |
826 | 2024-02-15T07:26:40.426Z | Downloaded ciborium-ll v0.2.2 |
827 | 2024-02-15T07:26:40.426Z | Downloaded cobs v0.2.3 |
828 | 2024-02-15T07:26:40.426Z | Downloaded mime v0.3.17 |
829 | 2024-02-15T07:26:40.426Z | Downloaded ctr v0.9.2 |
830 | 2024-02-15T07:26:40.426Z | Downloaded bstr v0.2.17 |
831 | 2024-02-15T07:26:40.426Z | Downloaded match_cfg v0.1.0 |
832 | 2024-02-15T07:26:40.426Z | Downloaded macaddr v1.0.1 |
833 | 2024-02-15T07:26:40.426Z | Downloaded diesel_table_macro_syntax v0.1.0 |
834 | 2024-02-15T07:26:40.426Z | Downloaded tokio-macros v2.2.0 |
835 | 2024-02-15T07:26:40.426Z | Downloaded block-buffer v0.10.4 |
836 | 2024-02-15T07:26:40.426Z | Downloaded p256 v0.13.2 |
837 | 2024-02-15T07:26:40.426Z | Downloaded tokio-tungstenite v0.20.1 |
838 | 2024-02-15T07:26:40.426Z | Downloaded tokio-util v0.7.10 |
839 | 2024-02-15T07:26:40.426Z | Downloaded stringprep v0.1.3 |
840 | 2024-02-15T07:26:40.426Z | Downloaded want v0.3.1 |
841 | 2024-02-15T07:26:40.426Z | Downloaded toml_edit v0.19.15 |
842 | 2024-02-15T07:26:40.426Z | Downloaded fnv v1.0.7 |
843 | 2024-02-15T07:26:40.426Z | Downloaded zerocopy v0.6.4 |
844 | 2024-02-15T07:26:40.426Z | Downloaded heck v0.4.1 |
845 | 2024-02-15T07:26:40.426Z | Downloaded difflib v0.4.0 |
846 | 2024-02-15T07:26:40.426Z | Downloaded futures-task v0.3.30 |
847 | 2024-02-15T07:26:40.426Z | Downloaded zip v0.6.6 |
848 | 2024-02-15T07:26:40.426Z | Downloaded unicode-ident v1.0.12 |
849 | 2024-02-15T07:26:40.426Z | Downloaded elliptic-curve v0.13.8 |
850 | 2024-02-15T07:26:40.426Z | Downloaded openapiv3 v2.0.0 |
851 | 2024-02-15T07:26:40.427Z | Downloaded socket2 v0.5.5 |
852 | 2024-02-15T07:26:40.434Z | Downloaded similar v2.3.0 |
853 | 2024-02-15T07:26:40.434Z | Downloaded bstr v1.6.0 |
854 | 2024-02-15T07:26:40.434Z | Downloaded foreign-types-shared v0.1.1 |
855 | 2024-02-15T07:26:40.434Z | Downloaded zerocopy v0.3.0 |
856 | 2024-02-15T07:26:40.434Z | Downloaded yasna v0.5.2 |
857 | 2024-02-15T07:26:40.434Z | Downloaded toml_edit v0.22.4 |
858 | 2024-02-15T07:26:40.434Z | Downloaded zerocopy v0.7.32 |
859 | 2024-02-15T07:26:40.434Z | Downloaded usdt-macro v0.5.0 |
860 | 2024-02-15T07:26:40.434Z | Downloaded schemars_derive v0.8.16 |
861 | 2024-02-15T07:26:40.434Z | Downloaded rustls-webpki v0.101.7 |
862 | 2024-02-15T07:26:40.434Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
863 | 2024-02-15T07:26:40.434Z | Downloaded idna v0.2.3 |
864 | 2024-02-15T07:26:40.434Z | Downloaded diesel v2.1.4 |
865 | 2024-02-15T07:26:40.435Z | Downloaded inout v0.1.3 |
866 | 2024-02-15T07:26:40.435Z | Downloaded opaque-debug v0.3.0 |
867 | 2024-02-15T07:26:40.435Z | Downloaded openssl v0.10.60 |
868 | 2024-02-15T07:26:40.435Z | Downloaded curve25519-dalek v4.1.1 |
869 | 2024-02-15T07:26:40.435Z | Downloaded ciborium v0.2.2 |
870 | 2024-02-15T07:26:40.435Z | Downloaded memmap v0.7.0 |
871 | 2024-02-15T07:26:40.435Z | Downloaded num-complex v0.4.4 |
872 | 2024-02-15T07:26:40.435Z | Downloaded defmt-macros v0.3.6 |
873 | 2024-02-15T07:26:40.435Z | Downloaded encoding_rs v0.8.33 |
874 | 2024-02-15T07:26:40.454Z | Downloaded nom v7.1.3 |
875 | 2024-02-15T07:26:40.463Z | Downloaded memchr v2.6.3 |
876 | 2024-02-15T07:26:40.889Z | Downloaded once_cell v1.19.0 |
877 | 2024-02-15T07:26:40.889Z | Downloaded crossbeam-utils v0.8.16 |
878 | 2024-02-15T07:26:40.889Z | Downloaded md5 v0.7.0 |
879 | 2024-02-15T07:26:40.890Z | Downloaded libsw v3.3.1 |
880 | 2024-02-15T07:26:40.890Z | Downloaded pem-rfc7468 v0.7.0 |
881 | 2024-02-15T07:26:40.890Z | Downloaded log v0.4.20 |
882 | 2024-02-15T07:26:40.915Z | Downloaded openssl-probe v0.1.5 |
883 | 2024-02-15T07:26:40.915Z | Downloaded password-hash v0.5.0 |
884 | 2024-02-15T07:26:40.915Z | Downloaded parse-display-derive v0.9.0 |
885 | 2024-02-15T07:26:40.915Z | Downloaded parking_lot_core v0.9.8 |
886 | 2024-02-15T07:26:40.916Z | Downloaded owo-colors v4.0.0 |
887 | 2024-02-15T07:26:40.916Z | Downloaded openssl-sys v0.9.96 |
888 | 2024-02-15T07:26:40.916Z | Downloaded matches v0.1.10 |
889 | 2024-02-15T07:26:40.916Z | Downloaded md-5 v0.10.5 |
890 | 2024-02-15T07:26:40.916Z | Downloaded linear-map v1.2.0 |
891 | 2024-02-15T07:26:40.917Z | Downloaded lru-cache v0.1.2 |
892 | 2024-02-15T07:26:40.917Z | Downloaded ciborium-io v0.2.2 |
893 | 2024-02-15T07:26:40.917Z | Downloaded lalrpop-util v0.19.12 |
894 | 2024-02-15T07:26:40.917Z | Downloaded cancel-safe-futures v0.1.5 |
895 | 2024-02-15T07:26:40.917Z | Downloaded defmt-parser v0.3.3 |
896 | 2024-02-15T07:26:40.917Z | Downloaded chrono v0.4.31 |
897 | 2024-02-15T07:26:40.917Z | Downloaded kstat-rs v0.2.3 |
898 | 2024-02-15T07:26:40.917Z | Downloaded cfg-if v1.0.0 |
899 | 2024-02-15T07:26:40.918Z | Downloaded camino v1.1.6 |
900 | 2024-02-15T07:26:40.918Z | Downloaded lock_api v0.4.10 |
901 | 2024-02-15T07:26:40.918Z | Downloaded libefi-sys v0.1.0 |
902 | 2024-02-15T07:26:40.918Z | Downloaded chacha20poly1305 v0.10.1 |
903 | 2024-02-15T07:26:40.918Z | Downloaded bytes v1.5.0 |
904 | 2024-02-15T07:26:40.918Z | Downloaded lazy_static v1.4.0 |
905 | 2024-02-15T07:26:40.918Z | Downloaded blowfish v0.9.1 |
906 | 2024-02-15T07:26:40.918Z | Downloaded keccak v0.1.4 |
907 | 2024-02-15T07:26:40.918Z | Downloaded blake3 v1.5.0 |
908 | 2024-02-15T07:26:40.918Z | Downloaded tokio-stream v0.1.14 |
909 | 2024-02-15T07:26:40.918Z | Downloaded slab v0.4.9 |
910 | 2024-02-15T07:26:40.919Z | Downloaded tokio-postgres v0.7.10 |
911 | 2024-02-15T07:26:40.919Z | Downloaded form_urlencoded v1.2.1 |
912 | 2024-02-15T07:26:40.919Z | Downloaded foreign-types-shared v0.3.1 |
913 | 2024-02-15T07:26:40.919Z | Downloaded fixedbitset v0.4.2 |
914 | 2024-02-15T07:26:40.919Z | Downloaded universal-hash v0.5.1 |
915 | 2024-02-15T07:26:40.919Z | Downloaded zone v0.3.0 |
916 | 2024-02-15T07:26:40.920Z | Downloaded slog-dtrace v0.3.0 |
917 | 2024-02-15T07:26:40.920Z | Downloaded time-macros v0.2.13 |
918 | 2024-02-15T07:26:40.920Z | Downloaded thread_local v1.1.7 |
919 | 2024-02-15T07:26:40.920Z | Downloaded thiserror-no-std v2.0.2 |
920 | 2024-02-15T07:26:40.920Z | Downloaded getrandom v0.1.16 |
921 | 2024-02-15T07:26:40.920Z | Downloaded regex-syntax v0.8.2 |
922 | 2024-02-15T07:26:40.920Z | Downloaded rand_core v0.6.4 |
923 | 2024-02-15T07:26:40.921Z | Downloaded float-cmp v0.9.0 |
924 | 2024-02-15T07:26:40.921Z | Downloaded structopt v0.3.26 |
925 | 2024-02-15T07:26:40.921Z | Downloaded display-error-chain v0.2.0 |
926 | 2024-02-15T07:26:40.921Z | Downloaded toml v0.5.11 |
927 | 2024-02-15T07:26:40.921Z | Downloaded signal-hook-mio v0.2.3 |
928 | 2024-02-15T07:26:40.921Z | Downloaded iana-time-zone v0.1.57 |
929 | 2024-02-15T07:26:40.921Z | Downloaded http-body v0.4.5 |
930 | 2024-02-15T07:26:40.921Z | Downloaded ipnet v2.9.0 |
931 | 2024-02-15T07:26:40.922Z | Downloaded io-lifetimes v1.0.11 |
932 | 2024-02-15T07:26:40.922Z | Downloaded instant v0.1.12 |
933 | 2024-02-15T07:26:40.922Z | Downloaded http-range v0.1.5 |
934 | 2024-02-15T07:26:40.922Z | Downloaded futures-macro v0.3.30 |
935 | 2024-02-15T07:26:40.923Z | Downloaded futures-io v0.3.30 |
936 | 2024-02-15T07:26:40.923Z | Downloaded slog-bunyan v2.5.0 |
937 | 2024-02-15T07:26:40.923Z | Downloaded slog-async v2.8.0 |
938 | 2024-02-15T07:26:40.923Z | Downloaded serde_spanned v0.6.5 |
939 | 2024-02-15T07:26:40.923Z | Downloaded curve25519-dalek-derive v0.1.0 |
940 | 2024-02-15T07:26:40.923Z | Downloaded debug-ignore v1.0.5 |
941 | 2024-02-15T07:26:40.924Z | Downloaded bitflags v1.3.2 |
942 | 2024-02-15T07:26:40.924Z | Downloaded slog-term v2.9.0 |
943 | 2024-02-15T07:26:40.924Z | Downloaded hash32 v0.2.1 |
944 | 2024-02-15T07:26:40.924Z | Downloaded spin v0.9.8 |
945 | 2024-02-15T07:26:40.924Z | Downloaded dof v0.1.5 |
946 | 2024-02-15T07:26:40.924Z | Downloaded num_enum_derive v0.5.11 |
947 | 2024-02-15T07:26:40.924Z | Downloaded der_derive v0.7.2 |
948 | 2024-02-15T07:26:40.925Z | Downloaded cbc v0.1.2 |
949 | 2024-02-15T07:26:40.925Z | Downloaded block-padding v0.3.3 |
950 | 2024-02-15T07:26:40.926Z | Downloaded gimli v0.28.0 |
951 | 2024-02-15T07:26:40.926Z | Downloaded untrusted v0.9.0 |
952 | 2024-02-15T07:26:40.926Z | Downloaded structopt-derive v0.4.18 |
953 | 2024-02-15T07:26:40.926Z | Downloaded heapless v0.7.16 |
954 | 2024-02-15T07:26:40.927Z | Downloaded cc v1.0.83 |
955 | 2024-02-15T07:26:40.927Z | Downloaded itertools v0.10.5 |
956 | 2024-02-15T07:26:40.927Z | Downloaded rcgen v0.12.1 |
957 | 2024-02-15T07:26:40.927Z | Downloaded hash32 v0.3.1 |
958 | 2024-02-15T07:26:40.927Z | Downloaded scroll_derive v0.12.0 |
959 | 2024-02-15T07:26:40.927Z | Downloaded rustfmt-wrapper v0.2.0 |
960 | 2024-02-15T07:26:40.927Z | Downloaded hkdf v0.12.4 |
961 | 2024-02-15T07:26:40.927Z | Downloaded bit-vec v0.6.3 |
962 | 2024-02-15T07:26:40.927Z | Downloaded ansi_term v0.12.1 |
963 | 2024-02-15T07:26:40.927Z | Downloaded num-iter v0.1.43 |
964 | 2024-02-15T07:26:40.928Z | Downloaded num-integer v0.1.45 |
965 | 2024-02-15T07:26:40.928Z | Downloaded data-encoding v2.4.0 |
966 | 2024-02-15T07:26:40.928Z | Downloaded darling_macro v0.20.3 |
967 | 2024-02-15T07:26:40.928Z | Downloaded paste v1.0.14 |
968 | 2024-02-15T07:26:40.928Z | Downloaded rustls-pki-types v1.1.0 |
969 | 2024-02-15T07:26:40.928Z | Downloaded semver v1.0.21 |
970 | 2024-02-15T07:26:40.929Z | Downloaded dirs-next v2.0.0 |
971 | 2024-02-15T07:26:40.929Z | Downloaded uuid v1.7.0 |
972 | 2024-02-15T07:26:40.929Z | Downloaded toml_datetime v0.6.5 |
973 | 2024-02-15T07:26:40.929Z | Downloaded http v0.2.11 |
974 | 2024-02-15T07:26:40.929Z | Downloaded httpdate v1.0.3 |
975 | 2024-02-15T07:26:40.930Z | Downloaded httparse v1.8.0 |
976 | 2024-02-15T07:26:40.930Z | Downloaded semver v0.11.0 |
977 | 2024-02-15T07:26:40.930Z | Downloaded parse-display v0.9.0 |
978 | 2024-02-15T07:26:40.930Z | Downloaded hyper v0.14.27 |
979 | 2024-02-15T07:26:40.930Z | Downloaded try-lock v0.2.4 |
980 | 2024-02-15T07:26:40.930Z | Downloaded schemars v0.8.16 |
981 | 2024-02-15T07:26:40.930Z | Downloaded scheduled-thread-pool v0.2.7 |
982 | 2024-02-15T07:26:40.977Z | Downloaded rustversion v1.0.14 |
983 | 2024-02-15T07:26:40.978Z | Downloaded sha2 v0.10.8 |
984 | 2024-02-15T07:26:40.978Z | Downloaded synstructure v0.12.6 |
985 | 2024-02-15T07:26:40.978Z | Downloaded futures-executor v0.3.30 |
986 | 2024-02-15T07:26:40.978Z | Downloaded slog-scope v4.4.0 |
987 | 2024-02-15T07:26:40.978Z | Downloaded signature v2.1.0 |
988 | 2024-02-15T07:26:40.978Z | Downloaded signal-hook v0.3.17 |
989 | 2024-02-15T07:26:40.978Z | Downloaded getrandom v0.2.10 |
990 | 2024-02-15T07:26:40.978Z | Downloaded r2d2 v0.8.10 |
991 | 2024-02-15T07:26:40.978Z | Downloaded group v0.13.0 |
992 | 2024-02-15T07:26:40.978Z | Downloaded parking_lot v0.11.2 |
993 | 2024-02-15T07:26:40.978Z | Downloaded crucible-workspace-hack v0.1.0 |
994 | 2024-02-15T07:26:40.978Z | Downloaded blake2 v0.10.6 |
995 | 2024-02-15T07:26:40.978Z | Downloaded structmeta-derive v0.3.0 |
996 | 2024-02-15T07:26:40.978Z | Downloaded tempfile v3.10.0 |
997 | 2024-02-15T07:26:40.978Z | Downloaded siphasher v0.3.11 |
998 | 2024-02-15T07:26:40.978Z | Downloaded term v0.7.0 |
999 | 2024-02-15T07:26:40.978Z | Downloaded flate2 v1.0.28 |
1000 | 2024-02-15T07:26:40.979Z | Downloaded home v0.5.5 |
1001 | 2024-02-15T07:26:40.979Z | Downloaded zeroize v1.7.0 |
1002 | 2024-02-15T07:26:40.979Z | Downloaded static_assertions v1.1.0 |
1003 | 2024-02-15T07:26:40.979Z | Downloaded hubpack_derive v0.1.1 |
1004 | 2024-02-15T07:26:40.979Z | Downloaded primeorder v0.13.6 |
1005 | 2024-02-15T07:26:40.979Z | Downloaded serde_derive_internals v0.26.0 |
1006 | 2024-02-15T07:26:40.979Z | Downloaded itertools v0.12.1 |
1007 | 2024-02-15T07:26:40.979Z | Downloaded webpki-roots v0.25.2 |
1008 | 2024-02-15T07:26:40.979Z | Downloaded ghash v0.5.0 |
1009 | 2024-02-15T07:26:40.979Z | Downloaded sha1 v0.10.6 |
1010 | 2024-02-15T07:26:40.980Z | Downloaded ucd-trie v0.1.6 |
1011 | 2024-02-15T07:26:40.980Z | Downloaded russh v0.40.2 |
1012 | 2024-02-15T07:26:40.980Z | Downloaded russh-cryptovec v0.7.0 |
1013 | 2024-02-15T07:26:40.980Z | Downloaded ecdsa v0.16.9 |
1014 | 2024-02-15T07:26:40.980Z | Downloaded bcrypt-pbkdf v0.10.0 |
1015 | 2024-02-15T07:26:40.980Z | Downloaded bitflags v2.4.0 |
1016 | 2024-02-15T07:26:40.980Z | Downloaded bit-set v0.5.3 |
1017 | 2024-02-15T07:26:40.980Z | Downloaded ahash v0.8.7 |
1018 | 2024-02-15T07:26:40.980Z | Downloaded num_threads v0.1.6 |
1019 | 2024-02-15T07:26:40.980Z | Downloaded num-rational v0.4.1 |
1020 | 2024-02-15T07:26:40.980Z | Downloaded regex-automata v0.4.4 |
1021 | 2024-02-15T07:26:40.981Z | Downloaded utf8parse v0.2.1 |
1022 | 2024-02-15T07:26:40.981Z | Downloaded vsss-rs v3.3.4 |
1023 | 2024-02-15T07:26:40.981Z | Downloaded ipnetwork v0.20.0 |
1024 | 2024-02-15T07:26:40.981Z | Downloaded rustls-webpki v0.102.1 |
1025 | 2024-02-15T07:26:40.981Z | Downloaded unicase v2.7.0 |
1026 | 2024-02-15T07:26:40.981Z | Downloaded libc v0.2.153 |
1027 | 2024-02-15T07:26:40.981Z | Downloaded zeroize_derive v1.4.2 |
1028 | 2024-02-15T07:26:40.981Z | Downloaded serde v1.0.196 |
1029 | 2024-02-15T07:26:40.981Z | Downloaded same-file v1.0.6 |
1030 | 2024-02-15T07:26:40.981Z | Downloaded proc-macro-crate v1.3.1 |
1031 | 2024-02-15T07:26:40.981Z | Downloaded trust-dns-resolver v0.22.0 |
1032 | 2024-02-15T07:26:40.981Z | Downloaded anstyle-parse v0.2.1 |
1033 | 2024-02-15T07:26:40.981Z | Downloaded base64ct v1.6.0 |
1034 | 2024-02-15T07:26:40.981Z | Downloaded rustls-pemfile v1.0.3 |
1035 | 2024-02-15T07:26:40.981Z | Downloaded topological-sort v0.2.2 |
1036 | 2024-02-15T07:26:40.981Z | Downloaded dirs-sys v0.4.1 |
1037 | 2024-02-15T07:26:40.981Z | Downloaded foreign-types v0.3.2 |
1038 | 2024-02-15T07:26:40.981Z | Downloaded filetime v0.2.23 |
1039 | 2024-02-15T07:26:40.981Z | Downloaded string_cache v0.8.7 |
1040 | 2024-02-15T07:26:40.981Z | Downloaded newtype_derive v0.1.6 |
1041 | 2024-02-15T07:26:40.982Z | Downloaded futures-util v0.3.30 |
1042 | 2024-02-15T07:26:40.982Z | Downloaded futures-core v0.3.30 |
1043 | 2024-02-15T07:26:40.982Z | Downloaded signal-hook-registry v1.4.1 |
1044 | 2024-02-15T07:26:40.982Z | Downloaded serde_urlencoded v0.7.1 |
1045 | 2024-02-15T07:26:40.982Z | Downloaded sct v0.7.0 |
1046 | 2024-02-15T07:26:40.982Z | Downloaded unicode-width v0.1.11 |
1047 | 2024-02-15T07:26:40.982Z | Downloaded glob v0.3.1 |
1048 | 2024-02-15T07:26:40.982Z | Downloaded toml v0.8.10 |
1049 | 2024-02-15T07:26:40.982Z | Downloaded structmeta v0.3.0 |
1050 | 2024-02-15T07:26:40.982Z | Downloaded spin v0.5.2 |
1051 | 2024-02-15T07:26:40.982Z | Downloaded regex v1.10.3 |
1052 | 2024-02-15T07:26:40.982Z | Downloaded hashbrown v0.13.2 |
1053 | 2024-02-15T07:26:40.982Z | Downloaded url v2.5.0 |
1054 | 2024-02-15T07:26:40.982Z | Downloaded secrecy v0.8.0 |
1055 | 2024-02-15T07:26:40.982Z | Downloaded usdt v0.3.5 |
1056 | 2024-02-15T07:26:40.982Z | Downloaded usdt-attr-macro v0.5.0 |
1057 | 2024-02-15T07:26:40.983Z | Downloaded usdt v0.5.0 |
1058 | 2024-02-15T07:26:40.983Z | Downloaded serde_tokenstream v0.1.7 |
1059 | 2024-02-15T07:26:40.983Z | Downloaded usdt-impl v0.3.5 |
1060 | 2024-02-15T07:26:41.407Z | Downloaded rustix v0.37.23 |
1061 | 2024-02-15T07:26:41.408Z | Downloaded syn v2.0.48 |
1062 | 2024-02-15T07:26:41.408Z | Downloaded tracing v0.1.37 |
1063 | 2024-02-15T07:26:41.408Z | Downloaded tokio-rustls v0.24.1 |
1064 | 2024-02-15T07:26:41.408Z | Downloaded serde_derive v1.0.196 |
1065 | 2024-02-15T07:26:41.408Z | Downloaded darling_core v0.20.3 |
1066 | 2024-02-15T07:26:41.408Z | Downloaded backtrace v0.3.69 |
1067 | 2024-02-15T07:26:41.408Z | Downloaded smoltcp v0.9.1 |
1068 | 2024-02-15T07:26:41.882Z | Downloaded thiserror-impl-no-std v2.0.2 |
1069 | 2024-02-15T07:26:41.883Z | Downloaded native-tls v0.2.11 |
1070 | 2024-02-15T07:26:41.883Z | Downloaded cstr-argument v0.1.2 |
1071 | 2024-02-15T07:26:41.883Z | Downloaded crossbeam-epoch v0.9.15 |
1072 | 2024-02-15T07:26:41.884Z | Downloaded atty v0.2.14 |
1073 | 2024-02-15T07:26:41.884Z | Downloaded backoff v0.4.0 |
1074 | 2024-02-15T07:26:41.884Z | Downloaded autocfg v1.1.0 |
1075 | 2024-02-15T07:26:41.885Z | Downloaded object v0.32.1 |
1076 | 2024-02-15T07:26:41.885Z | Downloaded dyn-clone v1.0.16 |
1077 | 2024-02-15T07:26:41.885Z | Downloaded fastrand v2.0.1 |
1078 | 2024-02-15T07:26:41.885Z | Downloaded tower-service v0.3.2 |
1079 | 2024-02-15T07:26:41.886Z | Downloaded slog-json v2.6.1 |
1080 | 2024-02-15T07:26:41.886Z | Downloaded thiserror v1.0.56 |
1081 | 2024-02-15T07:26:41.886Z | Downloaded rustls-pemfile v2.0.0 |
1082 | 2024-02-15T07:26:41.886Z | Downloaded cpufeatures v0.2.12 |
1083 | 2024-02-15T07:26:41.887Z | Downloaded polyval v0.6.1 |
1084 | 2024-02-15T07:26:41.887Z | Downloaded zerocopy-derive v0.6.4 |
1085 | 2024-02-15T07:26:41.887Z | Downloaded tinyvec v1.6.0 |
1086 | 2024-02-15T07:26:41.887Z | Downloaded rustc_version v0.4.0 |
1087 | 2024-02-15T07:26:41.887Z | Downloaded rustc_version v0.1.7 |
1088 | 2024-02-15T07:26:41.888Z | Downloaded quote v1.0.35 |
1089 | 2024-02-15T07:26:41.888Z | Downloaded thread-id v4.2.0 |
1090 | 2024-02-15T07:26:41.888Z | Downloaded unicode-bidi v0.3.13 |
1091 | 2024-02-15T07:26:41.888Z | Downloaded ed25519-dalek v2.0.0 |
1092 | 2024-02-15T07:26:41.889Z | Downloaded hashbrown v0.14.3 |
1093 | 2024-02-15T07:26:41.889Z | Downloaded xattr v1.0.1 |
1094 | 2024-02-15T07:26:41.889Z | Downloaded smallvec v1.13.1 |
1095 | 2024-02-15T07:26:41.889Z | Downloaded fallible-iterator v0.2.0 |
1096 | 2024-02-15T07:26:41.889Z | Downloaded endian-type v0.1.2 |
1097 | 2024-02-15T07:26:41.890Z | Downloaded smf v0.2.2 |
1098 | 2024-02-15T07:26:41.890Z | Downloaded slog v2.7.0 |
1099 | 2024-02-15T07:26:41.890Z | Downloaded heck v0.3.3 |
1100 | 2024-02-15T07:26:41.890Z | Downloaded unicode-segmentation v1.10.1 |
1101 | 2024-02-15T07:26:41.890Z | Downloaded toolchain_find v0.2.0 |
1102 | 2024-02-15T07:26:41.891Z | Downloaded toml v0.7.8 |
1103 | 2024-02-15T07:26:41.891Z | Downloaded hyper-rustls v0.24.2 |
1104 | 2024-02-15T07:26:41.891Z | Downloaded dtrace-parser v0.1.14 |
1105 | 2024-02-15T07:26:41.891Z | Downloaded foreign-types-macros v0.2.3 |
1106 | 2024-02-15T07:26:41.892Z | Downloaded reqwest v0.11.22 |
1107 | 2024-02-15T07:26:41.892Z | Downloaded ed25519 v2.2.2 |
1108 | 2024-02-15T07:26:41.892Z | Downloaded trust-dns-proto v0.22.0 |
1109 | 2024-02-15T07:26:41.892Z | Downloaded goblin v0.8.0 |
1110 | 2024-02-15T07:26:41.892Z | Downloaded headers v0.3.9 |
1111 | 2024-02-15T07:26:41.893Z | Downloaded scroll v0.12.0 |
1112 | 2024-02-15T07:26:41.893Z | Downloaded enum-as-inner v0.5.1 |
1113 | 2024-02-15T07:26:41.893Z | Downloaded anstyle-query v1.0.0 |
1114 | 2024-02-15T07:26:41.893Z | Downloaded atomicwrites v0.4.3 |
1115 | 2024-02-15T07:26:41.893Z | Downloaded arc-swap v1.6.0 |
1116 | 2024-02-15T07:26:41.893Z | Downloaded pkg-config v0.3.27 |
1117 | 2024-02-15T07:26:41.893Z | Downloaded pin-utils v0.1.0 |
1118 | 2024-02-15T07:26:41.894Z | Downloaded phf v0.11.2 |
1119 | 2024-02-15T07:26:41.894Z | Downloaded rayon v1.8.0 |
1120 | 2024-02-15T07:26:41.894Z | Downloaded whoami v1.4.1 |
1121 | 2024-02-15T07:26:41.894Z | Downloaded dirs-sys-next v0.1.2 |
1122 | 2024-02-15T07:26:41.894Z | Downloaded hubpack v0.1.2 |
1123 | 2024-02-15T07:26:41.894Z | Downloaded tar v0.4.40 |
1124 | 2024-02-15T07:26:41.894Z | Downloaded syn v1.0.109 |
1125 | 2024-02-15T07:26:41.894Z | Downloaded ryu v1.0.15 |
1126 | 2024-02-15T07:26:41.894Z | Downloaded flagset v0.4.3 |
1127 | 2024-02-15T07:26:41.895Z | Downloaded dof v0.3.0 |
1128 | 2024-02-15T07:26:41.895Z | Downloaded percent-encoding v2.3.1 |
1129 | 2024-02-15T07:26:41.895Z | Downloaded password-hash v0.4.2 |
1130 | 2024-02-15T07:26:41.895Z | Downloaded anstyle v1.0.2 |
1131 | 2024-02-15T07:26:41.895Z | Downloaded aho-corasick v1.0.4 |
1132 | 2024-02-15T07:26:41.895Z | Downloaded multer v3.0.0 |
1133 | 2024-02-15T07:26:41.896Z | Downloaded unicode-xid v0.2.4 |
1134 | 2024-02-15T07:26:41.896Z | Downloaded subtle v2.5.0 |
1135 | 2024-02-15T07:26:41.896Z | Downloaded serde_yaml v0.9.25 |
1136 | 2024-02-15T07:26:41.896Z | Downloaded rfc6979 v0.4.0 |
1137 | 2024-02-15T07:26:41.897Z | Downloaded time v0.3.27 |
1138 | 2024-02-15T07:26:41.897Z | Downloaded http v1.0.0 |
1139 | 2024-02-15T07:26:41.897Z | Downloaded tinyvec_macros v0.1.1 |
1140 | 2024-02-15T07:26:41.897Z | Downloaded proc-macro2 v1.0.78 |
1141 | 2024-02-15T07:26:41.897Z | Downloaded regex-automata v0.1.10 |
1142 | 2024-02-15T07:26:41.897Z | Downloaded waitgroup v0.1.2 |
1143 | 2024-02-15T07:26:41.897Z | Downloaded thiserror-impl v1.0.56 |
1144 | 2024-02-15T07:26:41.898Z | Downloaded sec1 v0.7.3 |
1145 | 2024-02-15T07:26:41.898Z | Downloaded version_check v0.9.4 |
1146 | 2024-02-15T07:26:41.898Z | Downloaded foreign-types v0.5.0 |
1147 | 2024-02-15T07:26:41.898Z | Downloaded hashbrown v0.12.3 |
1148 | 2024-02-15T07:26:41.898Z | Downloaded serde_with v3.6.0 |
1149 | 2024-02-15T07:26:41.899Z | Downloaded zerocopy-derive v0.2.0 |
1150 | 2024-02-15T07:26:41.899Z | Downloaded typenum v1.16.0 |
1151 | 2024-02-15T07:26:41.899Z | Downloaded equivalent v1.0.1 |
1152 | 2024-02-15T07:26:41.899Z | Downloaded trust-dns-server v0.22.1 |
1153 | 2024-02-15T07:26:41.899Z | Downloaded swrite v0.1.0 |
1154 | 2024-02-15T07:26:41.900Z | Downloaded scopeguard v1.2.0 |
1155 | 2024-02-15T07:26:41.900Z | Downloaded ff v0.13.0 |
1156 | 2024-02-15T07:26:41.900Z | Downloaded fxhash v0.2.1 |
1157 | 2024-02-15T07:26:41.900Z | Downloaded headers-core v0.2.0 |
1158 | 2024-02-15T07:26:41.900Z | Downloaded hmac v0.12.1 |
1159 | 2024-02-15T07:26:41.901Z | Downloaded stable_deref_trait v1.2.0 |
1160 | 2024-02-15T07:26:41.901Z | Downloaded utf-8 v0.7.6 |
1161 | 2024-02-15T07:26:41.902Z | Downloaded serde_json v1.0.113 |
1162 | 2024-02-15T07:26:41.902Z | Downloaded rustls v0.21.9 |
1163 | 2024-02-15T07:26:41.902Z | Downloaded tracing-core v0.1.31 |
1164 | 2024-02-15T07:26:41.902Z | Downloaded rustix v0.38.31 |
1165 | 2024-02-15T07:26:41.902Z | Downloaded smoltcp v0.11.0 |
1166 | 2024-02-15T07:26:41.903Z | Downloaded sled v0.34.7 |
1167 | 2024-02-15T07:26:41.903Z | Downloaded tokio v1.36.0 |
1168 | 2024-02-15T07:26:41.929Z | Downloaded pest_generator v2.7.6 |
1169 | 2024-02-15T07:26:41.929Z | Downloaded petgraph v0.6.4 |
1170 | 2024-02-15T07:26:41.930Z | Downloaded sha3 v0.10.8 |
1171 | 2024-02-15T07:26:41.930Z | Downloaded platforms v3.0.2 |
1172 | 2024-02-15T07:26:41.930Z | Downloaded postgres-types v0.2.6 |
1173 | 2024-02-15T07:26:41.930Z | Downloaded parking_lot_core v0.8.6 |
1174 | 2024-02-15T07:26:41.930Z | Downloaded predicates v3.1.0 |
1175 | 2024-02-15T07:26:41.931Z | Downloaded ident_case v1.0.1 |
1176 | 2024-02-15T07:26:41.931Z | Downloaded hyper-staticfile v0.9.5 |
1177 | 2024-02-15T07:26:41.931Z | Downloaded indexmap v1.9.3 |
1178 | 2024-02-15T07:26:41.931Z | Downloaded hostname v0.3.1 |
1179 | 2024-02-15T07:26:41.931Z | Downloaded tracing-attributes v0.1.26 |
1180 | 2024-02-15T07:26:41.932Z | Downloaded gethostname v0.4.3 |
1181 | 2024-02-15T07:26:41.932Z | Downloaded untrusted v0.7.1 |
1182 | 2024-02-15T07:26:41.932Z | Downloaded regex-automata v0.3.8 |
1183 | 2024-02-15T07:26:41.932Z | Downloaded vcpkg v0.2.15 |
1184 | 2024-02-15T07:26:41.932Z | Downloaded embedded-io v0.4.0 |
1185 | 2024-02-15T07:26:41.932Z | Downloaded dirs v5.0.1 |
1186 | 2024-02-15T07:26:41.932Z | Downloaded vec_map v0.8.2 |
1187 | 2024-02-15T07:26:41.932Z | Downloaded usdt-impl v0.5.0 |
1188 | 2024-02-15T07:26:41.932Z | Downloaded unsafe-libyaml v0.2.10 |
1189 | 2024-02-15T07:26:41.932Z | Downloaded unicode-normalization v0.1.22 |
1190 | 2024-02-15T07:26:41.933Z | Downloaded proc-macro-error v1.0.4 |
1191 | 2024-02-15T07:26:41.933Z | Downloaded radix_trie v0.2.1 |
1192 | 2024-02-15T07:26:41.933Z | Downloaded winapi v0.3.9 |
1193 | 2024-02-15T07:26:42.608Z | Downloaded usdt-macro v0.3.5 |
1194 | 2024-02-15T07:26:42.608Z | Downloaded terminal_size v0.2.6 |
1195 | 2024-02-15T07:26:42.609Z | Downloaded strum_macros v0.26.1 |
1196 | 2024-02-15T07:26:42.609Z | Downloaded strum v0.25.0 |
1197 | 2024-02-15T07:26:42.610Z | Downloaded slog-stdlog v4.1.1 |
1198 | 2024-02-15T07:26:42.610Z | Downloaded serde_with_macros v3.6.0 |
1199 | 2024-02-15T07:26:42.610Z | Downloaded rand v0.7.3 |
1200 | 2024-02-15T07:26:42.610Z | Downloaded tungstenite v0.20.1 |
1201 | 2024-02-15T07:26:42.610Z | Downloaded getopts v0.2.21 |
1202 | 2024-02-15T07:26:42.610Z | Downloaded proc-macro-error-attr v1.0.4 |
1203 | 2024-02-15T07:26:42.610Z | Downloaded is-terminal v0.4.9 |
1204 | 2024-02-15T07:26:42.611Z | Downloaded rand_chacha v0.3.1 |
1205 | 2024-02-15T07:26:42.611Z | Downloaded idna v0.5.0 |
1206 | 2024-02-15T07:26:42.611Z | Downloaded rand v0.8.5 |
1207 | 2024-02-15T07:26:42.611Z | Downloaded socket2 v0.4.9 |
1208 | 2024-02-15T07:26:42.611Z | Downloaded h2 v0.3.24 |
1209 | 2024-02-15T07:26:42.611Z | Downloaded indexmap v2.2.2 |
1210 | 2024-02-15T07:26:42.611Z | Downloaded generic-array v0.14.7 |
1211 | 2024-02-15T07:26:42.612Z | Downloaded either v1.9.0 |
1212 | 2024-02-15T07:26:42.612Z | Downloaded digest v0.10.7 |
1213 | 2024-02-15T07:26:42.612Z | Downloaded usdt-attr-macro v0.3.5 |
1214 | 2024-02-15T07:26:42.612Z | Downloaded time-core v0.1.1 |
1215 | 2024-02-15T07:26:42.612Z | Downloaded strum v0.26.1 |
1216 | 2024-02-15T07:26:42.612Z | Downloaded phf_shared v0.10.0 |
1217 | 2024-02-15T07:26:42.612Z | Downloaded predicates-core v1.0.6 |
1218 | 2024-02-15T07:26:42.613Z | Downloaded pretty-hex v0.4.1 |
1219 | 2024-02-15T07:26:42.613Z | Downloaded precomputed-hash v0.1.1 |
1220 | 2024-02-15T07:26:42.613Z | Downloaded poly1305 v0.8.0 |
1221 | 2024-02-15T07:26:42.613Z | Downloaded tokio-rustls v0.25.0 |
1222 | 2024-02-15T07:26:42.613Z | Downloaded zone_cfg_derive v0.3.0 |
1223 | 2024-02-15T07:26:42.613Z | Downloaded slog-envlogger v2.2.0 |
1224 | 2024-02-15T07:26:42.613Z | Downloaded postcard v1.0.8 |
1225 | 2024-02-15T07:26:42.614Z | Downloaded postgres-protocol v0.6.6 |
1226 | 2024-02-15T07:26:42.614Z | Downloaded pkcs8 v0.10.2 |
1227 | 2024-02-15T07:26:42.614Z | Downloaded plain v0.2.3 |
1228 | 2024-02-15T07:26:42.614Z | Downloaded pest_meta v2.7.6 |
1229 | 2024-02-15T07:26:42.614Z | Downloaded pin-project-lite v0.2.13 |
1230 | 2024-02-15T07:26:42.614Z | Downloaded serde_repr v0.1.16 |
1231 | 2024-02-15T07:26:42.614Z | Downloaded serde_path_to_error v0.1.15 |
1232 | 2024-02-15T07:26:42.615Z | Downloaded semver v0.1.20 |
1233 | 2024-02-15T07:26:42.615Z | Downloaded futures-channel v0.3.30 |
1234 | 2024-02-15T07:26:42.615Z | Downloaded futures v0.3.30 |
1235 | 2024-02-15T07:26:42.615Z | Downloaded regress v0.7.1 |
1236 | 2024-02-15T07:26:42.615Z | Downloaded resolv-conf v0.7.0 |
1237 | 2024-02-15T07:26:42.615Z | Downloaded rustc-demangle v0.1.23 |
1238 | 2024-02-15T07:26:42.615Z | Downloaded rand_core v0.5.1 |
1239 | 2024-02-15T07:26:42.615Z | Downloaded rayon-core v1.12.0 |
1240 | 2024-02-15T07:26:42.616Z | Downloaded zerocopy-derive v0.7.32 |
1241 | 2024-02-15T07:26:42.616Z | Downloaded strsim v0.8.0 |
1242 | 2024-02-15T07:26:42.616Z | Downloaded strsim v0.10.0 |
1243 | 2024-02-15T07:26:42.616Z | Downloaded winnow v0.5.15 |
1244 | 2024-02-15T07:26:42.616Z | Downloaded steno v0.4.0 |
1245 | 2024-02-15T07:26:42.616Z | Downloaded heapless v0.8.0 |
1246 | 2024-02-15T07:26:42.616Z | Downloaded hex v0.4.3 |
1247 | 2024-02-15T07:26:42.616Z | Downloaded subprocess v0.2.9 |
1248 | 2024-02-15T07:26:42.616Z | Downloaded russh-keys v0.40.1 |
1249 | 2024-02-15T07:26:42.617Z | Downloaded strum_macros v0.25.2 |
1250 | 2024-02-15T07:26:42.617Z | Downloaded regress v0.8.0 |
1251 | 2024-02-15T07:26:42.617Z | Downloaded tokio-native-tls v0.3.1 |
1252 | 2024-02-15T07:26:42.617Z | Downloaded quick-error v1.2.3 |
1253 | 2024-02-15T07:26:42.617Z | Downloaded rand_chacha v0.2.2 |
1254 | 2024-02-15T07:26:42.617Z | Downloaded ppv-lite86 v0.2.17 |
1255 | 2024-02-15T07:26:42.617Z | Downloaded dtrace-parser v0.2.0 |
1256 | 2024-02-15T07:26:42.617Z | Downloaded take_mut v0.2.2 |
1257 | 2024-02-15T07:26:42.617Z | Downloaded walkdir v2.4.0 |
1258 | 2024-02-15T07:26:42.618Z | Downloaded errno v0.3.8 |
1259 | 2024-02-15T07:26:42.618Z | Downloaded textwrap v0.11.0 |
1260 | 2024-02-15T07:26:42.618Z | Downloaded hyper-tls v0.5.0 |
1261 | 2024-02-15T07:26:42.618Z | Downloaded serde_tokenstream v0.2.0 |
1262 | 2024-02-15T07:26:42.618Z | Downloaded semver-parser v0.10.2 |
1263 | 2024-02-15T07:26:42.618Z | Downloaded hex-literal v0.4.1 |
1264 | 2024-02-15T07:26:42.618Z | Downloaded rustls v0.22.2 |
1265 | 2024-02-15T07:26:42.618Z | Downloaded ring v0.16.20 |
1266 | 2024-02-15T07:26:42.618Z | Downloaded trust-dns-client v0.22.0 |
1267 | 2024-02-15T07:26:42.619Z | Downloaded half v2.3.1 |
1268 | 2024-02-15T07:26:42.619Z | Downloaded futures-sink v0.3.30 |
1269 | 2024-02-15T07:26:42.619Z | Downloaded phf_shared v0.11.2 |
1270 | 2024-02-15T07:26:42.619Z | Downloaded pest_derive v2.7.6 |
1271 | 2024-02-15T07:26:42.619Z | Downloaded ring v0.17.7 |
1272 | 2024-02-15T07:26:42.619Z | Compiling proc-macro2 v1.0.78 |
1273 | 2024-02-15T07:26:42.619Z | Compiling unicode-ident v1.0.12 |
1274 | 2024-02-15T07:26:42.619Z | Compiling libc v0.2.153 |
1275 | 2024-02-15T07:26:42.619Z | Compiling serde v1.0.196 |
1276 | 2024-02-15T07:26:42.620Z | Compiling version_check v0.9.4 |
1277 | 2024-02-15T07:26:42.620Z | Compiling autocfg v1.1.0 |
1278 | 2024-02-15T07:26:42.620Z | Compiling cfg-if v1.0.0 |
1279 | 2024-02-15T07:26:42.752Z | Compiling syn v1.0.109 |
1280 | 2024-02-15T07:26:42.783Z | Compiling once_cell v1.19.0 |
1281 | 2024-02-15T07:26:42.806Z | Compiling thiserror v1.0.56 |
1282 | 2024-02-15T07:26:43.178Z | Compiling memchr v2.6.3 |
1283 | 2024-02-15T07:26:43.349Z | Compiling ahash v0.8.7 |
1284 | 2024-02-15T07:26:43.408Z | Compiling lock_api v0.4.10 |
1285 | 2024-02-15T07:26:44.485Z | Compiling byteorder v1.5.0 |
1286 | 2024-02-15T07:26:44.879Z | Compiling typenum v1.16.0 |
1287 | 2024-02-15T07:26:45.051Z | Compiling parking_lot_core v0.9.8 |
1288 | 2024-02-15T07:26:45.098Z | Compiling generic-array v0.14.7 |
1289 | 2024-02-15T07:26:45.219Z | Compiling libm v0.2.7 |
1290 | 2024-02-15T07:26:45.232Z | Compiling num-traits v0.2.16 |
1291 | 2024-02-15T07:26:45.321Z | Compiling serde_json v1.0.113 |
1292 | 2024-02-15T07:26:45.576Z | Compiling itoa v1.0.9 |
1293 | 2024-02-15T07:26:45.795Z | Compiling slab v0.4.9 |
1294 | 2024-02-15T07:26:45.840Z | Compiling log v0.4.20 |
1295 | 2024-02-15T07:26:46.162Z | Compiling quote v1.0.35 |
1296 | 2024-02-15T07:26:46.256Z | Compiling scopeguard v1.2.0 |
1297 | 2024-02-15T07:26:46.364Z | Compiling ryu v1.0.15 |
1298 | 2024-02-15T07:26:47.037Z | Compiling syn v2.0.48 |
1299 | 2024-02-15T07:26:47.063Z | Compiling getrandom v0.2.10 |
1300 | 2024-02-15T07:26:47.063Z | Compiling cc v1.0.83 |
1301 | 2024-02-15T07:26:47.063Z | Compiling rand_core v0.6.4 |
1302 | 2024-02-15T07:26:47.558Z | Compiling pkg-config v0.3.27 |
1303 | 2024-02-15T07:26:47.606Z | Compiling heck v0.4.1 |
1304 | 2024-02-15T07:26:47.606Z | Compiling allocator-api2 v0.2.16 |
1305 | 2024-02-15T07:26:47.751Z | Compiling equivalent v1.0.1 |
1306 | 2024-02-15T07:26:47.838Z | Compiling smallvec v1.13.1 |
1307 | 2024-02-15T07:26:48.038Z | Compiling subtle v2.5.0 |
1308 | 2024-02-15T07:26:48.311Z | Compiling schemars v0.8.16 |
1309 | 2024-02-15T07:26:48.785Z | Compiling vcpkg v0.2.15 |
1310 | 2024-02-15T07:26:48.991Z | Compiling pin-project-lite v0.2.13 |
1311 | 2024-02-15T07:26:49.312Z | Compiling httparse v1.8.0 |
1312 | 2024-02-15T07:26:49.359Z | Compiling ucd-trie v0.1.6 |
1313 | 2024-02-15T07:26:49.867Z | Compiling parking_lot v0.12.1 |
1314 | 2024-02-15T07:26:50.001Z | Compiling signal-hook-registry v1.4.1 |
1315 | 2024-02-15T07:26:50.051Z | Compiling fnv v1.0.7 |
1316 | 2024-02-15T07:26:50.162Z | Compiling ring v0.17.7 |
1317 | 2024-02-15T07:26:50.184Z | Compiling ring v0.16.20 |
1318 | 2024-02-15T07:26:50.895Z | Compiling mio v0.8.9 |
1319 | 2024-02-15T07:26:51.235Z | Compiling openssl-sys v0.9.96 |
1320 | 2024-02-15T07:26:52.111Z | Compiling iana-time-zone v0.1.57 |
1321 | 2024-02-15T07:26:52.111Z | Compiling openssl v0.10.60 |
1322 | 2024-02-15T07:26:52.524Z | Compiling const-oid v0.9.5 |
1323 | 2024-02-15T07:26:52.524Z | Compiling semver v1.0.21 |
1324 | 2024-02-15T07:26:52.524Z | Compiling socket2 v0.5.5 |
1325 | 2024-02-15T07:26:52.554Z | Compiling num_cpus v1.16.0 |
1326 | 2024-02-15T07:26:52.696Z | Compiling rustls v0.21.9 |
1327 | 2024-02-15T07:26:53.201Z | Compiling native-tls v0.2.11 |
1328 | 2024-02-15T07:26:53.419Z | Compiling futures-core v0.3.30 |
1329 | 2024-02-15T07:26:53.444Z | Compiling dyn-clone v1.0.16 |
1330 | 2024-02-15T07:26:53.674Z | Compiling aho-corasick v1.0.4 |
1331 | 2024-02-15T07:26:54.077Z | Compiling regex-syntax v0.8.2 |
1332 | 2024-02-15T07:26:54.427Z | Compiling serde_derive_internals v0.26.0 |
1333 | 2024-02-15T07:26:54.473Z | Compiling slog v2.7.0 |
1334 | 2024-02-15T07:26:54.503Z | Compiling crossbeam-utils v0.8.16 |
1335 | 2024-02-15T07:26:55.052Z | Compiling spin v0.5.2 |
1336 | 2024-02-15T07:26:55.092Z | Compiling async-trait v0.1.77 |
1337 | 2024-02-15T07:26:55.473Z | Compiling futures-sink v0.3.30 |
1338 | 2024-02-15T07:26:55.846Z | Compiling rustix v0.38.31 |
1339 | 2024-02-15T07:26:55.993Z | Compiling backtrace v0.3.69 |
1340 | 2024-02-15T07:26:56.398Z | Compiling tinyvec_macros v0.1.1 |
1341 | 2024-02-15T07:26:56.513Z | Compiling tinyvec v1.6.0 |
1342 | 2024-02-15T07:26:57.163Z | Compiling futures-channel v0.3.30 |
1343 | 2024-02-15T07:26:57.216Z | Compiling winnow v0.5.15 |
1344 | 2024-02-15T07:26:57.402Z | Compiling futures-task v0.3.30 |
1345 | 2024-02-15T07:26:57.726Z | Compiling pin-utils v0.1.0 |
1346 | 2024-02-15T07:26:57.828Z | Compiling regex-automata v0.4.4 |
1347 | 2024-02-15T07:26:57.853Z | Compiling futures-io v0.3.30 |
1348 | 2024-02-15T07:26:58.372Z | Compiling unicode-normalization v0.1.22 |
1349 | 2024-02-15T07:26:58.923Z | Compiling spin v0.9.8 |
1350 | 2024-02-15T07:26:58.948Z | Compiling memoffset v0.9.0 |
1351 | 2024-02-15T07:26:58.948Z | Compiling tracing-core v0.1.31 |
1352 | 2024-02-15T07:26:59.222Z | Compiling unicode-width v0.1.11 |
1353 | 2024-02-15T07:26:59.651Z | Compiling anyhow v1.0.75 |
1354 | 2024-02-15T07:26:59.652Z | Compiling cpufeatures v0.2.12 |
1355 | 2024-02-15T07:26:59.669Z | Compiling unicode-bidi v0.3.13 |
1356 | 2024-02-15T07:27:01.256Z | Compiling crc32fast v1.3.2 |
1357 | 2024-02-15T07:27:01.468Z | Compiling crossbeam-epoch v0.9.15 |
1358 | 2024-02-15T07:27:01.798Z | Compiling time-core v0.1.1 |
1359 | 2024-02-15T07:27:01.966Z | Compiling time-macros v0.2.13 |
1360 | 2024-02-15T07:27:02.008Z | Compiling serde_derive v1.0.196 |
1361 | 2024-02-15T07:27:02.462Z | Compiling zerocopy-derive v0.7.32 |
1362 | 2024-02-15T07:27:03.219Z | Compiling zeroize_derive v1.4.2 |
1363 | 2024-02-15T07:27:04.580Z | Compiling thiserror-impl v1.0.56 |
1364 | 2024-02-15T07:27:04.702Z | Compiling tokio-macros v2.2.0 |
1365 | 2024-02-15T07:27:05.221Z | Compiling zerocopy v0.7.32 |
1366 | 2024-02-15T07:27:05.221Z | Compiling zeroize v1.7.0 |
1367 | 2024-02-15T07:27:05.349Z | Compiling futures-macro v0.3.30 |
1368 | 2024-02-15T07:27:06.972Z | Compiling tracing-attributes v0.1.26 |
1369 | 2024-02-15T07:27:07.021Z | Compiling hashbrown v0.14.3 |
1370 | 2024-02-15T07:27:07.401Z | Compiling schemars_derive v0.8.16 |
1371 | 2024-02-15T07:27:07.891Z | Compiling crypto-common v0.1.6 |
1372 | 2024-02-15T07:27:08.010Z | Compiling pest v2.7.6 |
1373 | 2024-02-15T07:27:08.438Z | Compiling openssl-macros v0.1.1 |
1374 | 2024-02-15T07:27:08.594Z | Compiling block-buffer v0.10.4 |
1375 | 2024-02-15T07:27:08.879Z | Compiling digest v0.10.7 |
1376 | 2024-02-15T07:27:09.308Z | Compiling hashbrown v0.13.2 |
1377 | 2024-02-15T07:27:09.434Z | Compiling regex v1.10.3 |
1378 | 2024-02-15T07:27:10.578Z | Compiling pest_meta v2.7.6 |
1379 | 2024-02-15T07:27:10.658Z | Compiling futures-util v0.3.30 |
1380 | 2024-02-15T07:27:11.003Z | Compiling tracing v0.1.37 |
1381 | 2024-02-15T07:27:12.646Z | Compiling pest_generator v2.7.6 |
1382 | 2024-02-15T07:27:13.534Z | Compiling der_derive v0.7.2 |
1383 | 2024-02-15T07:27:13.894Z | Compiling errno v0.3.8 |
1384 | 2024-02-15T07:27:14.126Z | Compiling num-integer v0.1.45 |
1385 | 2024-02-15T07:27:14.997Z | Compiling untrusted v0.9.0 |
1386 | 2024-02-15T07:27:15.198Z | Compiling percent-encoding v2.3.1 |
1387 | 2024-02-15T07:27:15.284Z | Compiling foreign-types-shared v0.1.1 |
1388 | 2024-02-15T07:27:15.387Z | Compiling untrusted v0.7.1 |
1389 | 2024-02-15T07:27:15.622Z | Compiling foreign-types v0.3.2 |
1390 | 2024-02-15T07:27:16.451Z | Compiling pest_derive v2.7.6 |
1391 | 2024-02-15T07:27:16.895Z | Compiling bytes v1.5.0 |
1392 | 2024-02-15T07:27:17.437Z | Compiling indexmap v2.2.2 |
1393 | 2024-02-15T07:27:17.493Z | Compiling uuid v1.7.0 |
1394 | 2024-02-15T07:27:17.673Z | Compiling chrono v0.4.31 |
1395 | 2024-02-15T07:27:18.259Z | Compiling tokio v1.36.0 |
1396 | 2024-02-15T07:27:18.285Z | Compiling http v0.2.11 |
1397 | 2024-02-15T07:27:19.903Z | Compiling bitflags v2.4.0 |
1398 | 2024-02-15T07:27:20.017Z | Compiling serde_spanned v0.6.5 |
1399 | 2024-02-15T07:27:20.299Z | Compiling toml_datetime v0.6.5 |
1400 | 2024-02-15T07:27:20.358Z | Compiling rustc_version v0.4.0 |
1401 | 2024-02-15T07:27:20.778Z | Compiling toml_edit v0.19.15 |
1402 | 2024-02-15T07:27:21.164Z | Compiling openapiv3 v2.0.0 |
1403 | 2024-02-15T07:27:22.866Z | Compiling serde_tokenstream v0.2.0 |
1404 | 2024-02-15T07:27:24.438Z | Compiling unicode-xid v0.2.4 |
1405 | 2024-02-15T07:27:24.449Z | Compiling ppv-lite86 v0.2.17 |
1406 | 2024-02-15T07:27:24.954Z | Compiling try-lock v0.2.4 |
1407 | 2024-02-15T07:27:24.954Z | Compiling base64 v0.21.7 |
1408 | 2024-02-15T07:27:25.108Z | Compiling want v0.3.1 |
1409 | 2024-02-15T07:27:25.411Z | Compiling synstructure v0.12.6 |
1410 | 2024-02-15T07:27:26.196Z | Compiling http-body v0.4.5 |
1411 | 2024-02-15T07:27:26.575Z | Compiling rustls-webpki v0.101.7 |
1412 | 2024-02-15T07:27:26.635Z | Compiling sct v0.7.0 |
1413 | 2024-02-15T07:27:27.052Z | Compiling form_urlencoded v1.2.1 |
1414 | 2024-02-15T07:27:27.430Z | Compiling scroll_derive v0.12.0 |
1415 | 2024-02-15T07:27:28.043Z | Compiling tokio-util v0.7.10 |
1416 | 2024-02-15T07:27:28.086Z | Compiling socket2 v0.4.9 |
1417 | 2024-02-15T07:27:28.709Z | Compiling io-lifetimes v1.0.11 |
1418 | 2024-02-15T07:27:29.209Z | Compiling tower-service v0.3.2 |
1419 | 2024-02-15T07:27:29.353Z | Compiling h2 v0.3.24 |
1420 | 2024-02-15T07:27:29.407Z | Compiling httpdate v1.0.3 |
1421 | 2024-02-15T07:27:29.552Z | Compiling openssl-probe v0.1.5 |
1422 | 2024-02-15T07:27:30.768Z | Compiling zerocopy-derive v0.2.0 |
1423 | 2024-02-15T07:27:32.980Z | Compiling idna v0.5.0 |
1424 | 2024-02-15T07:27:33.085Z | Compiling lazy_static v1.4.0 |
1425 | 2024-02-15T07:27:33.906Z | Compiling thread-id v4.2.0 |
1426 | 2024-02-15T07:27:34.029Z | Compiling adler v1.0.2 |
1427 | 2024-02-15T07:27:34.317Z | Compiling miniz_oxide v0.7.1 |
1428 | 2024-02-15T07:27:34.346Z | Compiling tokio-rustls v0.24.1 |
1429 | 2024-02-15T07:27:34.764Z | Compiling url v2.5.0 |
1430 | 2024-02-15T07:27:35.091Z | Compiling tokio-native-tls v0.3.1 |
1431 | 2024-02-15T07:27:35.391Z | Compiling rand_chacha v0.3.1 |
1432 | 2024-02-15T07:27:35.767Z | Compiling rustversion v1.0.14 |
1433 | 2024-02-15T07:27:36.036Z | Compiling rustix v0.37.23 |
1434 | 2024-02-15T07:27:36.191Z | Compiling ipnet v2.9.0 |
1435 | 2024-02-15T07:27:36.345Z | Compiling rand v0.8.5 |
1436 | 2024-02-15T07:27:37.032Z | Compiling serde_urlencoded v0.7.1 |
1437 | 2024-02-15T07:27:37.477Z | Compiling hyper v0.14.27 |
1438 | 2024-02-15T07:27:37.478Z | Compiling rustls-pemfile v1.0.3 |
1439 | 2024-02-15T07:27:37.545Z | Compiling usdt-impl v0.3.5 |
1440 | 2024-02-15T07:27:37.991Z | Compiling encoding_rs v0.8.33 |
1441 | 2024-02-15T07:27:38.022Z | Compiling mime v0.3.17 |
1442 | 2024-02-15T07:27:38.022Z | Compiling either v1.9.0 |
1443 | 2024-02-15T07:27:38.354Z | Compiling gimli v0.28.0 |
1444 | 2024-02-15T07:27:38.526Z | Compiling webpki-roots v0.25.2 |
1445 | 2024-02-15T07:27:40.663Z | Compiling regress v0.7.1 |
1446 | 2024-02-15T07:27:41.160Z | Compiling object v0.32.1 |
1447 | 2024-02-15T07:27:41.175Z | Compiling num-bigint v0.4.4 |
1448 | 2024-02-15T07:27:41.586Z | Compiling usdt-impl v0.5.0 |
1449 | 2024-02-15T07:27:41.869Z | Compiling rustc-demangle v0.1.23 |
1450 | 2024-02-15T07:27:43.093Z | Compiling flate2 v1.0.28 |
1451 | 2024-02-15T07:27:43.219Z | Compiling addr2line v0.21.0 |
1452 | 2024-02-15T07:27:43.762Z | Compiling zerocopy v0.3.0 |
1453 | 2024-02-15T07:27:43.934Z | Compiling scroll v0.12.0 |
1454 | 2024-02-15T07:27:44.419Z | Compiling heapless v0.7.16 |
1455 | 2024-02-15T07:27:44.419Z | Compiling futures-executor v0.3.30 |
1456 | 2024-02-15T07:27:44.436Z | Compiling hyper-tls v0.5.0 |
1457 | 2024-02-15T07:27:44.941Z | Compiling hyper-rustls v0.24.2 |
1458 | 2024-02-15T07:27:44.956Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1459 | 2024-02-15T07:27:44.957Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1460 | 2024-02-15T07:27:44.957Z | Compiling reqwest v0.11.22 |
1461 | 2024-02-15T07:27:45.362Z | Compiling plain v0.2.3 |
1462 | 2024-02-15T07:27:45.524Z | Compiling signal-hook v0.3.17 |
1463 | 2024-02-15T07:27:46.286Z | Compiling goblin v0.8.0 |
1464 | 2024-02-15T07:27:47.420Z | Compiling dof v0.1.5 |
1465 | 2024-02-15T07:27:47.574Z | Compiling futures v0.3.30 |
1466 | 2024-02-15T07:27:48.413Z | Compiling toml v0.7.8 |
1467 | 2024-02-15T07:27:49.091Z | Compiling dtrace-parser v0.1.14 |
1468 | 2024-02-15T07:27:49.458Z | Compiling hex v0.4.3 |
1469 | 2024-02-15T07:27:49.719Z | Compiling pretty-hex v0.4.1 |
1470 | 2024-02-15T07:27:49.963Z | Compiling strsim v0.10.0 |
1471 | 2024-02-15T07:27:50.108Z | Compiling base64ct v1.6.0 |
1472 | 2024-02-15T07:27:51.283Z | Compiling strum_macros v0.25.2 |
1473 | 2024-02-15T07:27:51.318Z | Compiling dtrace-parser v0.2.0 |
1474 | 2024-02-15T07:27:52.271Z | Compiling serde_tokenstream v0.1.7 |
1475 | 2024-02-15T07:27:52.851Z | Compiling dof v0.3.0 |
1476 | 2024-02-15T07:27:53.627Z | Compiling bitflags v1.3.2 |
1477 | 2024-02-15T07:27:53.653Z | Compiling smoltcp v0.9.1 |
1478 | 2024-02-15T07:27:53.982Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1479 | 2024-02-15T07:27:54.009Z | Compiling pem-rfc7468 v0.7.0 |
1480 | 2024-02-15T07:27:54.813Z | Compiling hmac v0.12.1 |
1481 | 2024-02-15T07:27:55.087Z | Compiling enum-as-inner v0.5.1 |
1482 | 2024-02-15T07:27:55.179Z | Compiling num-iter v0.1.43 |
1483 | 2024-02-15T07:27:55.296Z | Compiling flagset v0.4.3 |
1484 | 2024-02-15T07:27:55.514Z | Compiling unicode-segmentation v1.10.1 |
1485 | 2024-02-15T07:27:55.775Z | Compiling siphasher v0.3.11 |
1486 | 2024-02-15T07:27:56.984Z | Compiling der v0.7.8 |
1487 | 2024-02-15T07:27:57.006Z | Compiling usdt-attr-macro v0.3.5 |
1488 | 2024-02-15T07:27:57.006Z | Compiling usdt-macro v0.3.5 |
1489 | 2024-02-15T07:27:57.263Z | Compiling hubpack_derive v0.1.1 |
1490 | 2024-02-15T07:27:58.001Z | Compiling zerocopy-derive v0.6.4 |
1491 | 2024-02-15T07:27:58.393Z | Compiling utf8parse v0.2.1 |
1492 | 2024-02-15T07:27:58.573Z | Compiling deranged v0.3.8 |
1493 | 2024-02-15T07:27:59.473Z | Compiling anstyle v1.0.2 |
1494 | 2024-02-15T07:27:59.958Z | Compiling num_threads v0.1.6 |
1495 | 2024-02-15T07:28:00.041Z | Compiling sha2 v0.10.8 |
1496 | 2024-02-15T07:28:00.229Z | Compiling anstyle-parse v0.2.1 |
1497 | 2024-02-15T07:28:00.553Z | Compiling time v0.3.27 |
1498 | 2024-02-15T07:28:00.601Z | Compiling spki v0.7.2 |
1499 | 2024-02-15T07:28:03.702Z | Compiling md-5 v0.10.5 |
1500 | 2024-02-15T07:28:03.730Z | Compiling block-padding v0.3.3 |
1501 | 2024-02-15T07:28:03.730Z | Compiling clap_derive v4.4.2 |
1502 | 2024-02-15T07:28:03.730Z | Compiling stringprep v0.1.3 |
1503 | 2024-02-15T07:28:03.752Z | Compiling getopts v0.2.21 |
1504 | 2024-02-15T07:28:04.585Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1505 | 2024-02-15T07:28:05.098Z | Compiling diesel_table_macro_syntax v0.1.0 |
1506 | 2024-02-15T07:28:05.133Z | Compiling hash32 v0.2.1 |
1507 | 2024-02-15T07:28:05.538Z | Compiling stable_deref_trait v1.2.0 |
1508 | 2024-02-15T07:28:06.284Z | Compiling colorchoice v1.0.0 |
1509 | 2024-02-15T07:28:07.015Z | Compiling fallible-iterator v0.2.0 |
1510 | 2024-02-15T07:28:07.790Z | Compiling anstyle-query v1.0.0 |
1511 | 2024-02-15T07:28:07.956Z | Compiling anstream v0.5.0 |
1512 | 2024-02-15T07:28:08.266Z | Compiling postgres-protocol v0.6.6 |
1513 | 2024-02-15T07:28:09.313Z | Compiling diesel_derives v2.1.2 |
1514 | 2024-02-15T07:28:09.762Z | Compiling inout v0.1.3 |
1515 | 2024-02-15T07:28:09.977Z | Compiling terminal_size v0.2.6 |
1516 | 2024-02-15T07:28:10.174Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1517 | 2024-02-15T07:28:10.536Z | Compiling pkcs8 v0.10.2 |
1518 | 2024-02-15T07:28:11.114Z | Compiling phf_shared v0.11.2 |
1519 | 2024-02-15T07:28:12.853Z | Compiling ff v0.13.0 |
1520 | 2024-02-15T07:28:13.815Z | Compiling serde_repr v0.1.16 |
1521 | 2024-02-15T07:28:13.838Z | Compiling scheduled-thread-pool v0.2.7 |
1522 | 2024-02-15T07:28:14.053Z | Compiling base16ct v0.2.0 |
1523 | 2024-02-15T07:28:14.589Z | Compiling regex-automata v0.1.10 |
1524 | 2024-02-15T07:28:14.771Z | Compiling unsafe-libyaml v0.2.10 |
1525 | 2024-02-15T07:28:15.156Z | Compiling matches v0.1.10 |
1526 | 2024-02-15T07:28:15.299Z | Compiling bit-vec v0.6.3 |
1527 | 2024-02-15T07:28:15.474Z | Compiling managed v0.8.0 |
1528 | 2024-02-15T07:28:15.786Z | Compiling clap_lex v0.5.1 |
1529 | 2024-02-15T07:28:16.951Z | Compiling serde_yaml v0.9.25 |
1530 | 2024-02-15T07:28:17.048Z | Compiling clap_builder v4.4.2 |
1531 | 2024-02-15T07:28:18.651Z | Compiling idna v0.2.3 |
1532 | 2024-02-15T07:28:19.422Z | Compiling bstr v0.2.17 |
1533 | 2024-02-15T07:28:20.824Z | Compiling sec1 v0.7.3 |
1534 | 2024-02-15T07:28:21.014Z | Compiling r2d2 v0.8.10 |
1535 | 2024-02-15T07:28:21.435Z | Compiling group v0.13.0 |
1536 | 2024-02-15T07:28:22.250Z | Compiling phf v0.11.2 |
1537 | 2024-02-15T07:28:22.250Z | Compiling signal-hook-mio v0.2.3 |
1538 | 2024-02-15T07:28:22.250Z | Compiling bzip2 v0.4.4 |
1539 | 2024-02-15T07:28:22.251Z | Compiling cipher v0.4.4 |
1540 | 2024-02-15T07:28:22.251Z | Compiling postgres-types v0.2.6 |
1541 | 2024-02-15T07:28:22.251Z | Compiling zerocopy v0.6.4 |
1542 | 2024-02-15T07:28:22.507Z | Compiling hubpack v0.1.2 |
1543 | 2024-02-15T07:28:22.701Z | Compiling phf_shared v0.10.0 |
1544 | 2024-02-15T07:28:23.507Z | Compiling hkdf v0.12.4 |
1545 | 2024-02-15T07:28:23.515Z | Compiling crypto-bigint v0.5.2 |
1546 | 2024-02-15T07:28:23.515Z | Compiling ipnetwork v0.20.0 |
1547 | 2024-02-15T07:28:24.171Z | Compiling float-cmp v0.9.0 |
1548 | 2024-02-15T07:28:24.191Z | Compiling whoami v1.4.1 |
1549 | 2024-02-15T07:28:24.856Z | Compiling static_assertions v1.1.0 |
1550 | 2024-02-15T07:28:24.967Z | Compiling difflib v0.4.0 |
1551 | 2024-02-15T07:28:26.701Z | Compiling new_debug_unreachable v1.0.4 |
1552 | 2024-02-15T07:28:26.808Z | Compiling data-encoding v2.4.0 |
1553 | 2024-02-15T07:28:26.819Z | Compiling normalize-line-endings v0.3.0 |
1554 | 2024-02-15T07:28:26.895Z | Compiling minimal-lexical v0.2.1 |
1555 | 2024-02-15T07:28:26.942Z | Compiling fixedbitset v0.4.2 |
1556 | 2024-02-15T07:28:27.492Z | Compiling precomputed-hash v0.1.1 |
1557 | 2024-02-15T07:28:27.608Z | Compiling regex-automata v0.3.8 |
1558 | 2024-02-15T07:28:27.662Z | Compiling predicates-core v1.0.6 |
1559 | 2024-02-15T07:28:28.987Z | Compiling predicates v3.1.0 |
1560 | 2024-02-15T07:28:30.012Z | Compiling bstr v1.6.0 |
1561 | 2024-02-15T07:28:30.048Z | Compiling string_cache v0.8.7 |
1562 | 2024-02-15T07:28:30.913Z | Compiling trust-dns-proto v0.22.0 |
1563 | 2024-02-15T07:28:31.746Z | Compiling nom v7.1.3 |
1564 | 2024-02-15T07:28:31.747Z | Compiling petgraph v0.6.4 |
1565 | 2024-02-15T07:28:31.747Z | Compiling diesel v2.1.4 |
1566 | 2024-02-15T07:28:31.747Z | Compiling elliptic-curve v0.13.8 |
1567 | 2024-02-15T07:28:31.756Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1568 | 2024-02-15T07:28:31.813Z | Compiling yasna v0.5.2 |
1569 | 2024-02-15T07:28:32.599Z | Compiling tokio-postgres v0.7.10 |
1570 | 2024-02-15T07:28:33.524Z | Compiling zip v0.6.6 |
1571 | 2024-02-15T07:28:33.844Z | Compiling crossterm v0.27.0 |
1572 | 2024-02-15T07:28:35.390Z | Compiling clap v4.4.3 |
1573 | 2024-02-15T07:28:35.499Z | Compiling similar v2.3.0 |
1574 | 2024-02-15T07:28:35.499Z | Compiling bit-set v0.5.3 |
1575 | 2024-02-15T07:28:35.499Z | Compiling usdt v0.3.5 |
1576 | 2024-02-15T07:28:35.693Z | Compiling strum v0.25.0 |
1577 | 2024-02-15T07:28:35.862Z | Compiling itertools v0.10.5 |
1578 | 2024-02-15T07:28:36.670Z | Compiling console v0.15.8 |
1579 | 2024-02-15T07:28:37.725Z | Compiling tokio-stream v0.1.14 |
1580 | 2024-02-15T07:28:38.073Z | Compiling camino v1.1.6 |
1581 | 2024-02-15T07:28:38.758Z | Compiling lalrpop-util v0.19.12 |
1582 | 2024-02-15T07:28:41.827Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1583 | 2024-02-15T07:28:50.722Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1584 | 2024-02-15T07:29:16.515Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1585 | 2024-02-15T07:29:18.633Z | Compiling sha1 v0.10.6 |
1586 | 2024-02-15T07:29:19.058Z | Compiling atty v0.2.14 |
1587 | 2024-02-15T07:29:19.059Z | Compiling match_cfg v0.1.0 |
1588 | 2024-02-15T07:29:19.084Z | Compiling hostname v0.3.1 |
1589 | 2024-02-15T07:29:19.085Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1590 | 2024-02-15T07:29:19.085Z | Compiling dirs-sys-next v0.1.2 |
1591 | 2024-02-15T07:29:19.085Z | Compiling ident_case v1.0.1 |
1592 | 2024-02-15T07:29:19.135Z | Compiling rustls-pki-types v1.1.0 |
1593 | 2024-02-15T07:29:19.195Z | Compiling darling_core v0.20.3 |
1594 | 2024-02-15T07:29:19.273Z | Compiling dirs-next v2.0.0 |
1595 | 2024-02-15T07:29:19.520Z | Compiling thread_local v1.1.7 |
1596 | 2024-02-15T07:29:19.543Z | Compiling slog-async v2.8.0 |
1597 | 2024-02-15T07:29:19.936Z | Compiling rustls v0.22.2 |
1598 | 2024-02-15T07:29:20.100Z | Compiling rustls-webpki v0.102.1 |
1599 | 2024-02-15T07:29:20.417Z | Compiling term v0.7.0 |
1600 | 2024-02-15T07:29:20.756Z | Compiling crossbeam-channel v0.5.8 |
1601 | 2024-02-15T07:29:20.968Z | Compiling multer v3.0.0 |
1602 | 2024-02-15T07:29:21.275Z | Compiling instant v0.1.12 |
1603 | 2024-02-15T07:29:21.322Z | Compiling paste v1.0.14 |
1604 | 2024-02-15T07:29:21.450Z | Compiling take_mut v0.2.2 |
1605 | 2024-02-15T07:29:22.982Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1606 | 2024-02-15T07:29:22.982Z | Compiling slog-term v2.9.0 |
1607 | 2024-02-15T07:29:22.982Z | Compiling toml_edit v0.22.4 |
1608 | 2024-02-15T07:29:22.982Z | Compiling slog-json v2.6.1 |
1609 | 2024-02-15T07:29:22.982Z | Compiling http v1.0.0 |
1610 | 2024-02-15T07:29:22.982Z | Compiling async-stream-impl v0.3.5 |
1611 | 2024-02-15T07:29:23.422Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1612 | 2024-02-15T07:29:23.787Z | Compiling debug-ignore v1.0.5 |
1613 | 2024-02-15T07:29:23.944Z | Compiling atomic-waker v1.1.1 |
1614 | 2024-02-15T07:29:24.133Z | Compiling waitgroup v0.1.2 |
1615 | 2024-02-15T07:29:24.471Z | Compiling slog-bunyan v2.5.0 |
1616 | 2024-02-15T07:29:24.574Z | Compiling async-stream v0.3.5 |
1617 | 2024-02-15T07:29:25.604Z | Compiling toml v0.8.10 |
1618 | 2024-02-15T07:29:25.671Z | Compiling darling_macro v0.20.3 |
1619 | 2024-02-15T07:29:25.894Z | Compiling rustls-pemfile v2.0.0 |
1620 | 2024-02-15T07:29:26.265Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1621 | 2024-02-15T07:29:26.364Z | Compiling serde_path_to_error v0.1.15 |
1622 | 2024-02-15T07:29:26.823Z | Compiling darling v0.20.3 |
1623 | 2024-02-15T07:29:26.961Z | Compiling serde_with_macros v3.6.0 |
1624 | 2024-02-15T07:29:27.291Z | Compiling tokio-rustls v0.25.0 |
1625 | 2024-02-15T07:29:27.520Z | Compiling structmeta-derive v0.3.0 |
1626 | 2024-02-15T07:29:27.773Z | Compiling regress v0.8.0 |
1627 | 2024-02-15T07:29:28.085Z | Compiling strum_macros v0.26.1 |
1628 | 2024-02-15T07:29:30.597Z | Compiling serde_with v3.6.0 |
1629 | 2024-02-15T07:29:31.241Z | Compiling backoff v0.4.0 |
1630 | 2024-02-15T07:29:31.249Z | Compiling structmeta v0.3.0 |
1631 | 2024-02-15T07:29:31.249Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1632 | 2024-02-15T07:29:31.430Z | Compiling parse-display-derive v0.9.0 |
1633 | 2024-02-15T07:29:32.068Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1634 | 2024-02-15T07:29:32.651Z | Compiling macaddr v1.0.1 |
1635 | 2024-02-15T07:29:32.765Z | Compiling proc-macro-error-attr v1.0.4 |
1636 | 2024-02-15T07:29:33.615Z | Compiling proc-macro-crate v1.3.1 |
1637 | 2024-02-15T07:29:33.634Z | Compiling proc-macro-error v1.0.4 |
1638 | 2024-02-15T07:29:33.876Z | Compiling strum v0.26.1 |
1639 | 2024-02-15T07:29:34.317Z | Compiling heapless v0.8.0 |
1640 | 2024-02-15T07:29:34.444Z | Compiling num_enum_derive v0.5.11 |
1641 | 2024-02-15T07:29:34.641Z | Compiling hash32 v0.3.1 |
1642 | 2024-02-15T07:29:34.919Z | Compiling smoltcp v0.11.0 |
1643 | 2024-02-15T07:29:35.058Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1644 | 2024-02-15T07:29:35.119Z | Compiling rayon-core v1.12.0 |
1645 | 2024-02-15T07:29:35.497Z | Compiling crossbeam-deque v0.8.3 |
1646 | 2024-02-15T07:29:35.798Z | Compiling same-file v1.0.6 |
1647 | 2024-02-15T07:29:35.868Z | Compiling fastrand v2.0.1 |
1648 | 2024-02-15T07:29:35.993Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1649 | 2024-02-15T07:29:36.344Z | Compiling cobs v0.2.3 |
1650 | 2024-02-15T07:29:36.452Z | Compiling embedded-io v0.4.0 |
1651 | 2024-02-15T07:29:36.548Z | Compiling parse-display v0.9.0 |
1652 | 2024-02-15T07:29:36.663Z | Compiling postcard v1.0.8 |
1653 | 2024-02-15T07:29:36.679Z | Compiling tempfile v3.10.0 |
1654 | 2024-02-15T07:29:37.183Z | Compiling walkdir v2.4.0 |
1655 | 2024-02-15T07:29:37.604Z | Compiling num_enum v0.5.11 |
1656 | 2024-02-15T07:29:38.114Z | Compiling semver-parser v0.10.2 |
1657 | 2024-02-15T07:29:38.123Z | Compiling foreign-types-macros v0.2.3 |
1658 | 2024-02-15T07:29:38.124Z | Compiling blake3 v1.5.0 |
1659 | 2024-02-15T07:29:38.124Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1660 | 2024-02-15T07:29:38.124Z | Compiling foreign-types-shared v0.3.1 |
1661 | 2024-02-15T07:29:38.166Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1662 | 2024-02-15T07:29:38.224Z | Compiling crucible-workspace-hack v0.1.0 |
1663 | 2024-02-15T07:29:38.408Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1664 | 2024-02-15T07:29:38.569Z | Compiling semver v0.11.0 |
1665 | 2024-02-15T07:29:38.596Z | Compiling rayon v1.8.0 |
1666 | 2024-02-15T07:29:39.129Z | Compiling foreign-types v0.5.0 |
1667 | 2024-02-15T07:29:39.492Z | Compiling is-terminal v0.4.9 |
1668 | 2024-02-15T07:29:39.531Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1669 | 2024-02-15T07:29:39.621Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1670 | 2024-02-15T07:29:39.659Z | Compiling cstr-argument v0.1.2 |
1671 | 2024-02-15T07:29:39.928Z | Compiling memmap2 v0.7.1 |
1672 | 2024-02-15T07:29:40.118Z | Compiling xattr v1.0.1 |
1673 | 2024-02-15T07:29:40.170Z | Compiling filetime v0.2.23 |
1674 | 2024-02-15T07:29:40.376Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1675 | 2024-02-15T07:29:40.419Z | Compiling home v0.5.5 |
1676 | 2024-02-15T07:29:40.473Z | Compiling pretty-hex v0.2.1 |
1677 | 2024-02-15T07:29:40.542Z | Compiling arrayvec v0.7.4 |
1678 | 2024-02-15T07:29:40.639Z | Compiling constant_time_eq v0.3.0 |
1679 | 2024-02-15T07:29:40.683Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1680 | 2024-02-15T07:29:40.719Z | Compiling arrayref v0.3.7 |
1681 | 2024-02-15T07:29:41.225Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1682 | 2024-02-15T07:29:41.239Z | Compiling toolchain_find v0.2.0 |
1683 | 2024-02-15T07:29:41.239Z | Compiling tar v0.4.40 |
1684 | 2024-02-15T07:29:41.240Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1685 | 2024-02-15T07:29:41.240Z | Compiling camino-tempfile v1.1.1 |
1686 | 2024-02-15T07:29:41.474Z | Compiling colored v2.0.4 |
1687 | 2024-02-15T07:29:42.206Z | Compiling toml v0.5.11 |
1688 | 2024-02-15T07:29:42.223Z | Compiling topological-sort v0.2.2 |
1689 | 2024-02-15T07:29:42.422Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1690 | 2024-02-15T07:29:42.454Z | Compiling platforms v3.0.2 |
1691 | 2024-02-15T07:29:42.656Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1692 | 2024-02-15T07:29:43.468Z | Compiling zone_cfg_derive v0.3.0 |
1693 | 2024-02-15T07:29:43.884Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1694 | 2024-02-15T07:29:44.097Z | Compiling rustfmt-wrapper v0.2.0 |
1695 | 2024-02-15T07:29:45.193Z | Compiling omicron-zone-package v0.11.0 |
1696 | 2024-02-15T07:29:46.025Z | Compiling textwrap v0.11.0 |
1697 | 2024-02-15T07:29:46.026Z | Compiling heck v0.3.3 |
1698 | 2024-02-15T07:29:46.026Z | Compiling num-derive v0.4.0 |
1699 | 2024-02-15T07:29:46.026Z | Compiling ansi_term v0.12.1 |
1700 | 2024-02-15T07:29:46.234Z | Compiling strsim v0.8.0 |
1701 | 2024-02-15T07:29:46.295Z | Compiling vec_map v0.8.2 |
1702 | 2024-02-15T07:29:46.620Z | Compiling libefi-sys v0.1.0 |
1703 | 2024-02-15T07:29:46.929Z | Compiling clap v2.34.0 |
1704 | 2024-02-15T07:29:47.006Z | Compiling structopt-derive v0.4.18 |
1705 | 2024-02-15T07:29:47.050Z | Compiling zone v0.3.0 |
1706 | 2024-02-15T07:29:47.118Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1707 | 2024-02-15T07:29:47.948Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1708 | 2024-02-15T07:29:48.371Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1709 | 2024-02-15T07:29:48.801Z | Compiling smf v0.2.2 |
1710 | 2024-02-15T07:29:49.215Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1711 | 2024-02-15T07:29:49.337Z | Compiling unicase v2.7.0 |
1712 | 2024-02-15T07:29:49.484Z | Compiling semver v0.1.20 |
1713 | 2024-02-15T07:29:49.923Z | Compiling rustc_version v0.1.7 |
1714 | 2024-02-15T07:29:50.199Z | Compiling curve25519-dalek v4.1.1 |
1715 | 2024-02-15T07:29:50.338Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1716 | 2024-02-15T07:29:50.415Z | Compiling universal-hash v0.5.1 |
1717 | 2024-02-15T07:29:50.459Z | Compiling opaque-debug v0.3.0 |
1718 | 2024-02-15T07:29:50.574Z | Compiling newtype_derive v0.1.6 |
1719 | 2024-02-15T07:29:50.623Z | Compiling structopt v0.3.26 |
1720 | 2024-02-15T07:29:50.878Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1721 | 2024-02-15T07:29:50.904Z | Compiling curve25519-dalek-derive v0.1.0 |
1722 | 2024-02-15T07:29:50.946Z | Compiling gethostname v0.4.3 |
1723 | 2024-02-15T07:29:51.064Z | Compiling num-rational v0.4.1 |
1724 | 2024-02-15T07:29:51.224Z | Compiling getrandom v0.1.16 |
1725 | 2024-02-15T07:29:51.345Z | Compiling usdt-macro v0.5.0 |
1726 | 2024-02-15T07:29:51.511Z | Compiling usdt-attr-macro v0.5.0 |
1727 | 2024-02-15T07:29:51.616Z | Compiling password-hash v0.5.0 |
1728 | 2024-02-15T07:29:52.109Z | Compiling blake2 v0.10.6 |
1729 | 2024-02-15T07:29:52.113Z | Compiling signature v2.1.0 |
1730 | 2024-02-15T07:29:52.273Z | Compiling memmap v0.7.0 |
1731 | 2024-02-15T07:29:52.647Z | Compiling linked-hash-map v0.5.6 |
1732 | 2024-02-15T07:29:53.190Z | Compiling parking_lot_core v0.8.6 |
1733 | 2024-02-15T07:29:53.201Z | Compiling quick-error v1.2.3 |
1734 | 2024-02-15T07:29:53.201Z | Compiling lru-cache v0.1.2 |
1735 | 2024-02-15T07:29:53.201Z | Compiling resolv-conf v0.7.0 |
1736 | 2024-02-15T07:29:53.262Z | Compiling argon2 v0.5.3 |
1737 | 2024-02-15T07:29:53.353Z | Compiling usdt v0.5.0 |
1738 | 2024-02-15T07:29:54.025Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1739 | 2024-02-15T07:29:54.083Z | Compiling aead v0.5.2 |
1740 | 2024-02-15T07:29:54.273Z | Compiling num-complex v0.4.4 |
1741 | 2024-02-15T07:29:54.545Z | Compiling nibble_vec v0.1.0 |
1742 | 2024-02-15T07:29:55.190Z | Compiling slog-dtrace v0.3.0 |
1743 | 2024-02-15T07:29:55.653Z | Compiling utf-8 v0.7.6 |
1744 | 2024-02-15T07:29:55.681Z | Compiling winapi v0.3.9 |
1745 | 2024-02-15T07:29:55.681Z | Compiling keccak v0.1.4 |
1746 | 2024-02-15T07:29:55.681Z | Compiling cancel-safe-futures v0.1.5 |
1747 | 2024-02-15T07:29:55.926Z | Compiling arc-swap v1.6.0 |
1748 | 2024-02-15T07:29:56.918Z | Compiling endian-type v0.1.2 |
1749 | 2024-02-15T07:29:57.339Z | Compiling slog-scope v4.4.0 |
1750 | 2024-02-15T07:29:57.339Z | Compiling sha3 v0.10.8 |
1751 | 2024-02-15T07:29:57.339Z | Compiling tungstenite v0.20.1 |
1752 | 2024-02-15T07:29:57.339Z | Compiling radix_trie v0.2.1 |
1753 | 2024-02-15T07:29:57.339Z | Compiling num v0.4.1 |
1754 | 2024-02-15T07:29:57.369Z | Compiling mime_guess v2.0.4 |
1755 | 2024-02-15T07:29:57.369Z | Compiling steno v0.4.0 |
1756 | 2024-02-15T07:29:57.441Z | Compiling trust-dns-resolver v0.22.0 |
1757 | 2024-02-15T07:29:57.713Z | Compiling rand_core v0.5.1 |
1758 | 2024-02-15T07:29:58.576Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1759 | 2024-02-15T07:29:59.434Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1760 | 2024-02-15T07:29:59.444Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1761 | 2024-02-15T07:30:00.261Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1762 | 2024-02-15T07:30:00.672Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1763 | 2024-02-15T07:30:00.806Z | Compiling poly1305 v0.8.0 |
1764 | 2024-02-15T07:30:01.481Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1765 | 2024-02-15T07:30:01.769Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1766 | 2024-02-15T07:30:02.357Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1767 | 2024-02-15T07:30:02.673Z | Compiling chacha20 v0.9.1 |
1768 | 2024-02-15T07:30:02.751Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1769 | 2024-02-15T07:30:02.825Z | Compiling rfc6979 v0.4.0 |
1770 | 2024-02-15T07:30:03.044Z | Compiling secrecy v0.8.0 |
1771 | 2024-02-15T07:30:03.159Z | Compiling thiserror-impl-no-std v2.0.2 |
1772 | 2024-02-15T07:30:03.356Z | Compiling half v2.3.1 |
1773 | 2024-02-15T07:30:04.005Z | Compiling ciborium-io v0.2.2 |
1774 | 2024-02-15T07:30:04.155Z | Compiling option-ext v0.2.0 |
1775 | 2024-02-15T07:30:04.323Z | Compiling convert_case v0.4.0 |
1776 | 2024-02-15T07:30:04.470Z | Compiling dirs-sys v0.4.1 |
1777 | 2024-02-15T07:30:05.153Z | Compiling ciborium-ll v0.2.2 |
1778 | 2024-02-15T07:30:05.339Z | Compiling derive_more v0.99.17 |
1779 | 2024-02-15T07:30:05.927Z | Compiling ecdsa v0.16.9 |
1780 | 2024-02-15T07:30:06.473Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1781 | 2024-02-15T07:30:06.823Z | Compiling parking_lot v0.11.2 |
1782 | 2024-02-15T07:30:06.851Z | Compiling thiserror-no-std v2.0.2 |
1783 | 2024-02-15T07:30:07.016Z | Compiling rand_chacha v0.2.2 |
1784 | 2024-02-15T07:30:07.038Z | Compiling tokio-tungstenite v0.20.1 |
1785 | 2024-02-15T07:30:07.609Z | Compiling trust-dns-client v0.22.0 |
1786 | 2024-02-15T07:30:08.102Z | Compiling slog-stdlog v4.1.1 |
1787 | 2024-02-15T07:30:08.565Z | Compiling ed25519 v2.2.2 |
1788 | 2024-02-15T07:30:08.653Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1789 | 2024-02-15T07:30:09.050Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1790 | 2024-02-15T07:30:09.152Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1791 | 2024-02-15T07:30:10.800Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1792 | 2024-02-15T07:30:10.940Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1793 | 2024-02-15T07:30:14.645Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1794 | 2024-02-15T07:30:18.523Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1795 | 2024-02-15T07:30:19.121Z | Compiling polyval v0.6.1 |
1796 | 2024-02-15T07:30:19.638Z | Compiling primeorder v0.13.6 |
1797 | 2024-02-15T07:30:20.217Z | Compiling aes v0.8.3 |
1798 | 2024-02-15T07:30:21.158Z | Compiling ctr v0.9.2 |
1799 | 2024-02-15T07:30:21.565Z | Compiling blowfish v0.9.1 |
1800 | 2024-02-15T07:30:22.088Z | Compiling password-hash v0.4.2 |
1801 | 2024-02-15T07:30:23.181Z | Compiling libsw v3.3.1 |
1802 | 2024-02-15T07:30:23.259Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1803 | 2024-02-15T07:30:23.522Z | Compiling pbkdf2 v0.12.2 |
1804 | 2024-02-15T07:30:23.548Z | Compiling derive-where v1.2.7 |
1805 | 2024-02-15T07:30:24.432Z | Compiling fxhash v0.2.1 |
1806 | 2024-02-15T07:30:24.679Z | Compiling linear-map v1.2.0 |
1807 | 2024-02-15T07:30:25.363Z | Compiling owo-colors v4.0.0 |
1808 | 2024-02-15T07:30:25.974Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1809 | 2024-02-15T07:30:26.205Z | Compiling swrite v0.1.0 |
1810 | 2024-02-15T07:30:26.604Z | Compiling trust-dns-server v0.22.1 |
1811 | 2024-02-15T07:30:27.327Z | Compiling sled v0.34.7 |
1812 | 2024-02-15T07:30:27.511Z | Compiling bcrypt-pbkdf v0.10.0 |
1813 | 2024-02-15T07:30:27.525Z | Compiling pbkdf2 v0.11.0 |
1814 | 2024-02-15T07:30:27.900Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1815 | 2024-02-15T07:30:28.036Z | Compiling p256 v0.13.2 |
1816 | 2024-02-15T07:30:28.136Z | Compiling ghash v0.5.0 |
1817 | 2024-02-15T07:30:28.347Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1818 | 2024-02-15T07:30:28.988Z | Compiling ed25519-dalek v2.0.0 |
1819 | 2024-02-15T07:30:29.198Z | Compiling russh-cryptovec v0.7.0 |
1820 | 2024-02-15T07:30:29.653Z | Compiling slog-envlogger v2.2.0 |
1821 | 2024-02-15T07:30:29.678Z | Compiling rand v0.7.3 |
1822 | 2024-02-15T07:30:30.483Z | Compiling vsss-rs v3.3.4 |
1823 | 2024-02-15T07:30:31.405Z | Compiling ciborium v0.2.2 |
1824 | 2024-02-15T07:30:32.847Z | Compiling dirs v5.0.1 |
1825 | 2024-02-15T07:30:32.876Z | Compiling chacha20poly1305 v0.10.1 |
1826 | 2024-02-15T07:30:33.055Z | Compiling cbc v0.1.2 |
1827 | 2024-02-15T07:30:33.079Z | Compiling pem v3.0.2 |
1828 | 2024-02-15T07:30:33.112Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1829 | 2024-02-15T07:30:33.335Z | Compiling headers-core v0.2.0 |
1830 | 2024-02-15T07:30:33.527Z | Compiling kstat-rs v0.2.3 |
1831 | 2024-02-15T07:30:33.818Z | Compiling glob v0.3.1 |
1832 | 2024-02-15T07:30:33.904Z | Compiling md5 v0.7.0 |
1833 | 2024-02-15T07:30:34.248Z | Compiling http-range v0.1.5 |
1834 | 2024-02-15T07:30:34.310Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1835 | 2024-02-15T07:30:34.483Z | Compiling hyper-staticfile v0.9.5 |
1836 | 2024-02-15T07:30:34.639Z | Compiling russh-keys v0.40.1 |
1837 | 2024-02-15T07:30:34.961Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1838 | 2024-02-15T07:30:35.875Z | Compiling headers v0.3.9 |
1839 | 2024-02-15T07:30:35.901Z | Compiling rcgen v0.12.1 |
1840 | 2024-02-15T07:30:37.699Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1841 | 2024-02-15T07:30:38.181Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1842 | 2024-02-15T07:30:38.332Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1843 | 2024-02-15T07:30:38.599Z | Compiling aes-gcm v0.10.3 |
1844 | 2024-02-15T07:30:40.419Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1845 | 2024-02-15T07:30:43.733Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1846 | 2024-02-15T07:30:44.241Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1847 | 2024-02-15T07:30:45.616Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1848 | 2024-02-15T07:30:49.113Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1849 | 2024-02-15T07:30:49.269Z | Compiling atomicwrites v0.4.3 |
1850 | 2024-02-15T07:30:49.874Z | Compiling itertools v0.12.1 |
1851 | 2024-02-15T07:30:49.890Z | Compiling subprocess v0.2.9 |
1852 | 2024-02-15T07:30:50.953Z | Compiling display-error-chain v0.2.0 |
1853 | 2024-02-15T07:30:51.155Z | Compiling hex-literal v0.4.1 |
1854 | 2024-02-15T07:30:51.334Z | Compiling russh v0.40.2 |
1855 | 2024-02-15T07:30:51.737Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1856 | 2024-02-15T07:30:51.989Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1857 | 2024-02-15T07:30:54.698Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1858 | 2024-02-15T07:30:56.541Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1859 | 2024-02-15T07:31:18.732Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1860 | 2024-02-15T07:32:27.350Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 04s |
1861 | 2024-02-15T07:32:27.553Z | |
1862 | 2024-02-15T07:32:27.556Z | real 6:04.878550532 |
1863 | 2024-02-15T07:32:27.556Z | user 31:17.956461940 |
1864 | 2024-02-15T07:32:27.556Z | sys 5:56.731005799 |
1865 | 2024-02-15T07:32:27.556Z | trap 0.952061412 |
1866 | 2024-02-15T07:32:27.556Z | tflt 10.240600221 |
1867 | 2024-02-15T07:32:27.556Z | dflt 6.372153140 |
1868 | 2024-02-15T07:32:27.556Z | kflt 0.079504110 |
1869 | 2024-02-15T07:32:27.557Z | lock 58:17.499348393 |
1870 | 2024-02-15T07:32:27.557Z | slp 1:32:39.166615297 |
1871 | 2024-02-15T07:32:27.557Z | lat 1:42.111810533 |
1872 | 2024-02-15T07:32:27.557Z | stop 4:33.753210471 |
1873 | 2024-02-15T07:32:27.557Z | + mkdir -p /work/end-to-end-tests |
1874 | 2024-02-15T07:32:27.560Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1875 | 2024-02-15T07:32:28.393Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1876 | 2024-02-15T07:32:28.393Z | + ptime -m gzip |
1877 | 2024-02-15T07:32:28.396Z | ++ basename target/debug/bootstrap |
1878 | 2024-02-15T07:32:41.925Z | |
1879 | 2024-02-15T07:32:41.955Z | real 13.523666209 |
1880 | 2024-02-15T07:32:41.955Z | user 13.396529185 |
1881 | 2024-02-15T07:32:41.955Z | sys 0.115274300 |
1882 | 2024-02-15T07:32:41.955Z | trap 0.003433956 |
1883 | 2024-02-15T07:32:41.955Z | tflt 0.000000000 |
1884 | 2024-02-15T07:32:41.955Z | dflt 0.000000000 |
1885 | 2024-02-15T07:32:41.955Z | kflt 0.000000000 |
1886 | 2024-02-15T07:32:41.955Z | lock 0.000000000 |
1887 | 2024-02-15T07:32:41.955Z | slp 0.000000000 |
1888 | 2024-02-15T07:32:41.955Z | lat 0.008035435 |
1889 | 2024-02-15T07:32:41.955Z | stop 0.000170123 |
1890 | 2024-02-15T07:32:41.955Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1891 | 2024-02-15T07:32:41.955Z | + ptime -m gzip |
1892 | 2024-02-15T07:32:41.955Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9e461afa8505d6f3 |
1893 | 2024-02-15T07:32:43.219Z | |
1894 | 2024-02-15T07:32:43.223Z | real 1.284983289 |
1895 | 2024-02-15T07:32:43.223Z | user 1.272077683 |
1896 | 2024-02-15T07:32:43.223Z | sys 0.012284017 |
1897 | 2024-02-15T07:32:43.223Z | trap 0.000112988 |
1898 | 2024-02-15T07:32:43.224Z | tflt 0.000000000 |
1899 | 2024-02-15T07:32:43.224Z | dflt 0.000000000 |
1900 | 2024-02-15T07:32:43.224Z | kflt 0.000000000 |
1901 | 2024-02-15T07:32:43.224Z | lock 0.000000000 |
1902 | 2024-02-15T07:32:43.224Z | slp 0.000000000 |
1903 | 2024-02-15T07:32:43.224Z | lat 0.000100700 |
1904 | 2024-02-15T07:32:43.224Z | stop 0.000174253 |
1905 | 2024-02-15T07:32:43.224Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1906 | 2024-02-15T07:32:43.224Z | + ptime -m gzip |
1907 | 2024-02-15T07:32:43.224Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7a338c350981ccc0 |
1908 | 2024-02-15T07:32:57.084Z | |
1909 | 2024-02-15T07:32:57.084Z | real 13.853807460 |
1910 | 2024-02-15T07:32:57.085Z | user 13.741107471 |
1911 | 2024-02-15T07:32:57.085Z | sys 0.107961039 |
1912 | 2024-02-15T07:32:57.085Z | trap 0.002446901 |
1913 | 2024-02-15T07:32:57.085Z | tflt 0.000000000 |
1914 | 2024-02-15T07:32:57.111Z | dflt 0.000000000 |
1915 | 2024-02-15T07:32:57.111Z | kflt 0.000000000 |
1916 | 2024-02-15T07:32:57.111Z | lock 0.000000000 |
1917 | 2024-02-15T07:32:57.111Z | slp 0.000000000 |
1918 | 2024-02-15T07:32:57.111Z | lat 0.001889015 |
1919 | 2024-02-15T07:32:57.111Z | stop 0.000175602 |
1920 | 2024-02-15T07:32:57.111Z | + banner caboose-util |
1921 | 2024-02-15T07:32:57.111Z | |
1922 | 2024-02-15T07:32:57.111Z | #### ## ##### #### #### #### ###### # # ##### |
1923 | 2024-02-15T07:32:57.111Z | # # # # # # # # # # # # # # # |
1924 | 2024-02-15T07:32:57.111Z | # # # ##### # # # # #### ##### ##### # # # |
1925 | 2024-02-15T07:32:57.111Z | # ###### # # # # # # # # # # # |
1926 | 2024-02-15T07:32:57.112Z | # # # # # # # # # # # # # # # # |
1927 | 2024-02-15T07:32:57.112Z | #### # # ##### #### #### #### ###### #### # |
1928 | 2024-02-15T07:32:57.112Z | |
1929 | 2024-02-15T07:32:57.112Z | + ptime -m cargo build --locked -p caboose-util --release |
1930 | 2024-02-15T07:32:57.530Z | Downloading crates ... |
1931 | 2024-02-15T07:32:57.871Z | Downloaded crc-catalog v2.2.0 |
1932 | 2024-02-15T07:32:57.877Z | Downloaded packed_struct v0.10.1 |
1933 | 2024-02-15T07:32:57.878Z | Downloaded ron v0.8.1 |
1934 | 2024-02-15T07:32:57.966Z | Downloaded nodrop v0.1.14 |
1935 | 2024-02-15T07:32:57.966Z | Downloaded path-slash v0.1.5 |
1936 | 2024-02-15T07:32:57.967Z | Downloaded wyz v0.5.1 |
1937 | 2024-02-15T07:32:57.967Z | Downloaded radium v0.7.0 |
1938 | 2024-02-15T07:32:57.967Z | Downloaded smallvec v0.6.14 |
1939 | 2024-02-15T07:32:57.967Z | Downloaded funty v2.0.0 |
1940 | 2024-02-15T07:32:57.967Z | Downloaded termcolor v1.2.0 |
1941 | 2024-02-15T07:32:57.967Z | Downloaded packed_struct_codegen v0.10.1 |
1942 | 2024-02-15T07:32:57.968Z | Downloaded tap v1.0.1 |
1943 | 2024-02-15T07:32:57.968Z | Downloaded maybe-uninit v2.0.0 |
1944 | 2024-02-15T07:32:57.968Z | Downloaded crc v3.0.1 |
1945 | 2024-02-15T07:32:57.968Z | Downloaded serde-hex v0.1.0 |
1946 | 2024-02-15T07:32:58.001Z | Downloaded array-init v0.0.4 |
1947 | 2024-02-15T07:32:58.002Z | Downloaded bitfield v0.14.0 |
1948 | 2024-02-15T07:32:58.002Z | Downloaded pkcs1 v0.7.5 |
1949 | 2024-02-15T07:32:58.002Z | Downloaded rsa v0.9.2 |
1950 | 2024-02-15T07:32:58.002Z | Downloaded env_logger v0.10.0 |
1951 | 2024-02-15T07:32:58.002Z | Downloaded crc-any v2.4.3 |
1952 | 2024-02-15T07:32:58.002Z | Downloaded x509-cert v0.2.4 |
1953 | 2024-02-15T07:32:58.003Z | Downloaded num-bigint-dig v0.8.4 |
1954 | 2024-02-15T07:32:58.003Z | Downloaded bitvec v1.0.1 |
1955 | 2024-02-15T07:32:58.003Z | Downloaded object v0.30.4 |
1956 | 2024-02-15T07:32:58.065Z | Compiling proc-macro2 v1.0.78 |
1957 | 2024-02-15T07:32:58.065Z | Compiling unicode-ident v1.0.12 |
1958 | 2024-02-15T07:32:58.071Z | Compiling libc v0.2.153 |
1959 | 2024-02-15T07:32:58.071Z | Compiling autocfg v1.1.0 |
1960 | 2024-02-15T07:32:58.071Z | Compiling serde v1.0.196 |
1961 | 2024-02-15T07:32:58.071Z | Compiling version_check v0.9.4 |
1962 | 2024-02-15T07:32:58.071Z | Compiling cfg-if v1.0.0 |
1963 | 2024-02-15T07:32:58.232Z | Compiling typenum v1.16.0 |
1964 | 2024-02-15T07:32:58.256Z | Compiling once_cell v1.19.0 |
1965 | 2024-02-15T07:32:58.279Z | Compiling parking_lot_core v0.9.8 |
1966 | 2024-02-15T07:32:58.698Z | Compiling memchr v2.6.3 |
1967 | 2024-02-15T07:32:58.713Z | Compiling syn v1.0.109 |
1968 | 2024-02-15T07:32:58.764Z | Compiling byteorder v1.5.0 |
1969 | 2024-02-15T07:32:58.789Z | Compiling lock_api v0.4.10 |
1970 | 2024-02-15T07:32:59.151Z | Compiling generic-array v0.14.7 |
1971 | 2024-02-15T07:32:59.224Z | Compiling libm v0.2.7 |
1972 | 2024-02-15T07:32:59.317Z | Compiling num-traits v0.2.16 |
1973 | 2024-02-15T07:32:59.446Z | Compiling ahash v0.8.7 |
1974 | 2024-02-15T07:32:59.552Z | Compiling quote v1.0.35 |
1975 | 2024-02-15T07:32:59.661Z | Compiling pkg-config v0.3.27 |
1976 | 2024-02-15T07:32:59.835Z | Compiling thiserror v1.0.56 |
1977 | 2024-02-15T07:33:00.218Z | Compiling syn v2.0.48 |
1978 | 2024-02-15T07:33:00.264Z | Compiling cc v1.0.83 |
1979 | 2024-02-15T07:33:00.286Z | Compiling getrandom v0.2.10 |
1980 | 2024-02-15T07:33:00.741Z | Compiling serde_json v1.0.113 |
1981 | 2024-02-15T07:33:00.762Z | Compiling scopeguard v1.2.0 |
1982 | 2024-02-15T07:33:01.391Z | Compiling slab v0.4.9 |
1983 | 2024-02-15T07:33:01.420Z | Compiling itoa v1.0.9 |
1984 | 2024-02-15T07:33:01.443Z | Compiling log v0.4.20 |
1985 | 2024-02-15T07:33:01.737Z | Compiling rand_core v0.6.4 |
1986 | 2024-02-15T07:33:01.975Z | Compiling smallvec v1.13.1 |
1987 | 2024-02-15T07:33:02.492Z | Compiling vcpkg v0.2.15 |
1988 | 2024-02-15T07:33:03.018Z | Compiling const-oid v0.9.5 |
1989 | 2024-02-15T07:33:03.339Z | Compiling parking_lot v0.12.1 |
1990 | 2024-02-15T07:33:03.579Z | Compiling pin-project-lite v0.2.13 |
1991 | 2024-02-15T07:33:04.011Z | Compiling ring v0.17.7 |
1992 | 2024-02-15T07:33:04.253Z | Compiling ucd-trie v0.1.6 |
1993 | 2024-02-15T07:33:04.373Z | Compiling openssl-sys v0.9.96 |
1994 | 2024-02-15T07:33:04.453Z | Compiling ryu v1.0.15 |
1995 | 2024-02-15T07:33:04.788Z | Compiling signal-hook-registry v1.4.1 |
1996 | 2024-02-15T07:33:05.284Z | Compiling subtle v2.5.0 |
1997 | 2024-02-15T07:33:05.473Z | Compiling io-lifetimes v1.0.11 |
1998 | 2024-02-15T07:33:05.477Z | Compiling ring v0.16.20 |
1999 | 2024-02-15T07:33:05.591Z | Compiling mio v0.8.9 |
2000 | 2024-02-15T07:33:06.094Z | Compiling num-integer v0.1.45 |
2001 | 2024-02-15T07:33:06.431Z | Compiling futures-core v0.3.30 |
2002 | 2024-02-15T07:33:06.608Z | Compiling semver v1.0.21 |
2003 | 2024-02-15T07:33:06.680Z | Compiling heck v0.4.1 |
2004 | 2024-02-15T07:33:07.565Z | Compiling rustix v0.37.23 |
2005 | 2024-02-15T07:33:07.687Z | Compiling spin v0.5.2 |
2006 | 2024-02-15T07:33:08.170Z | Compiling num_cpus v1.16.0 |
2007 | 2024-02-15T07:33:08.283Z | Compiling socket2 v0.5.5 |
2008 | 2024-02-15T07:33:08.829Z | Compiling futures-sink v0.3.30 |
2009 | 2024-02-15T07:33:08.992Z | Compiling openssl v0.10.60 |
2010 | 2024-02-15T07:33:09.080Z | Compiling unicode-xid v0.2.4 |
2011 | 2024-02-15T07:33:09.208Z | Compiling httparse v1.8.0 |
2012 | 2024-02-15T07:33:09.249Z | Compiling synstructure v0.12.6 |
2013 | 2024-02-15T07:33:09.847Z | Compiling tinyvec_macros v0.1.1 |
2014 | 2024-02-15T07:33:09.877Z | Compiling allocator-api2 v0.2.16 |
2015 | 2024-02-15T07:33:09.947Z | Compiling tinyvec v1.6.0 |
2016 | 2024-02-15T07:33:10.293Z | Compiling futures-channel v0.3.30 |
2017 | 2024-02-15T07:33:10.719Z | Compiling native-tls v0.2.11 |
2018 | 2024-02-15T07:33:10.776Z | Compiling futures-task v0.3.30 |
2019 | 2024-02-15T07:33:10.897Z | Compiling ppv-lite86 v0.2.17 |
2020 | 2024-02-15T07:33:11.105Z | Compiling pin-utils v0.1.0 |
2021 | 2024-02-15T07:33:11.195Z | Compiling crc32fast v1.3.2 |
2022 | 2024-02-15T07:33:11.259Z | Compiling futures-io v0.3.30 |
2023 | 2024-02-15T07:33:11.531Z | Compiling equivalent v1.0.1 |
2024 | 2024-02-15T07:33:11.539Z | Compiling rustls v0.21.9 |
2025 | 2024-02-15T07:33:11.642Z | Compiling unicode-normalization v0.1.22 |
2026 | 2024-02-15T07:33:11.659Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2027 | 2024-02-15T07:33:11.805Z | Compiling rand_chacha v0.3.1 |
2028 | 2024-02-15T07:33:11.824Z | Compiling spin v0.9.8 |
2029 | 2024-02-15T07:33:11.852Z | Compiling tracing-core v0.1.31 |
2030 | 2024-02-15T07:33:12.144Z | Compiling base64ct v1.6.0 |
2031 | 2024-02-15T07:33:12.415Z | Compiling unicode-bidi v0.3.13 |
2032 | 2024-02-15T07:33:12.733Z | Compiling pem-rfc7468 v0.7.0 |
2033 | 2024-02-15T07:33:13.007Z | Compiling rand v0.8.5 |
2034 | 2024-02-15T07:33:13.678Z | Compiling errno v0.3.8 |
2035 | 2024-02-15T07:33:13.810Z | Compiling usdt-impl v0.3.5 |
2036 | 2024-02-15T07:33:13.954Z | Compiling num-iter v0.1.43 |
2037 | 2024-02-15T07:33:14.151Z | Compiling flagset v0.4.3 |
2038 | 2024-02-15T07:33:14.199Z | Compiling serde_derive v1.0.196 |
2039 | 2024-02-15T07:33:14.260Z | Compiling zeroize_derive v1.4.2 |
2040 | 2024-02-15T07:33:17.047Z | Compiling zerocopy-derive v0.7.32 |
2041 | 2024-02-15T07:33:17.317Z | Compiling thiserror-impl v1.0.56 |
2042 | 2024-02-15T07:33:17.317Z | Compiling tokio-macros v2.2.0 |
2043 | 2024-02-15T07:33:17.317Z | Compiling futures-macro v0.3.30 |
2044 | 2024-02-15T07:33:17.317Z | Compiling tracing-attributes v0.1.26 |
2045 | 2024-02-15T07:33:17.317Z | Compiling der_derive v0.7.2 |
2046 | 2024-02-15T07:33:17.317Z | Compiling zeroize v1.7.0 |
2047 | 2024-02-15T07:33:17.318Z | Compiling zerocopy v0.7.32 |
2048 | 2024-02-15T07:33:17.483Z | Compiling pest v2.7.6 |
2049 | 2024-02-15T07:33:17.668Z | Compiling crypto-common v0.1.6 |
2050 | 2024-02-15T07:33:17.732Z | Compiling block-buffer v0.10.4 |
2051 | 2024-02-15T07:33:17.905Z | Compiling zerocopy-derive v0.2.0 |
2052 | 2024-02-15T07:33:17.962Z | Compiling openssl-macros v0.1.1 |
2053 | 2024-02-15T07:33:18.045Z | Compiling digest v0.10.7 |
2054 | 2024-02-15T07:33:18.674Z | Compiling futures-util v0.3.30 |
2055 | 2024-02-15T07:33:18.708Z | Compiling tracing v0.1.37 |
2056 | 2024-02-15T07:33:19.040Z | Compiling hashbrown v0.14.3 |
2057 | 2024-02-15T07:33:19.523Z | Compiling zerocopy-derive v0.6.4 |
2058 | 2024-02-15T07:33:19.535Z | Compiling scroll_derive v0.12.0 |
2059 | 2024-02-15T07:33:20.448Z | Compiling pest_meta v2.7.6 |
2060 | 2024-02-15T07:33:20.473Z | Compiling rustix v0.38.31 |
2061 | 2024-02-15T07:33:20.521Z | Compiling signal-hook v0.3.17 |
2062 | 2024-02-15T07:33:20.670Z | Compiling schemars v0.8.16 |
2063 | 2024-02-15T07:33:20.892Z | Compiling der v0.7.8 |
2064 | 2024-02-15T07:33:21.247Z | Compiling serde_derive_internals v0.26.0 |
2065 | 2024-02-15T07:33:22.006Z | Compiling pest_generator v2.7.6 |
2066 | 2024-02-15T07:33:24.392Z | Compiling pest_derive v2.7.6 |
2067 | 2024-02-15T07:33:25.246Z | Compiling bitflags v1.3.2 |
2068 | 2024-02-15T07:33:25.491Z | Compiling rustversion v1.0.14 |
2069 | 2024-02-15T07:33:26.198Z | Compiling fnv v1.0.7 |
2070 | 2024-02-15T07:33:26.808Z | Compiling schemars_derive v0.8.16 |
2071 | 2024-02-15T07:33:27.321Z | Compiling spki v0.7.2 |
2072 | 2024-02-15T07:33:27.890Z | Compiling zerocopy v0.3.0 |
2073 | 2024-02-15T07:33:28.725Z | Compiling lazy_static v1.4.0 |
2074 | 2024-02-15T07:33:29.029Z | Compiling bytes v1.5.0 |
2075 | 2024-02-15T07:33:29.244Z | Compiling indexmap v2.2.2 |
2076 | 2024-02-15T07:33:29.841Z | Compiling bitflags v2.4.0 |
2077 | 2024-02-15T07:33:30.092Z | Compiling tokio v1.36.0 |
2078 | 2024-02-15T07:33:30.102Z | Compiling rustc_version v0.4.0 |
2079 | 2024-02-15T07:33:30.794Z | Compiling heapless v0.7.16 |
2080 | 2024-02-15T07:33:31.223Z | Compiling http v0.2.11 |
2081 | 2024-02-15T07:33:31.255Z | Compiling uuid v1.7.0 |
2082 | 2024-02-15T07:33:32.441Z | Compiling backtrace v0.3.69 |
2083 | 2024-02-15T07:33:32.447Z | Compiling thread-id v4.2.0 |
2084 | 2024-02-15T07:33:32.447Z | Compiling num-bigint v0.4.4 |
2085 | 2024-02-15T07:33:32.447Z | Compiling memoffset v0.9.0 |
2086 | 2024-02-15T07:33:32.478Z | Compiling percent-encoding v2.3.1 |
2087 | 2024-02-15T07:33:32.613Z | Compiling untrusted v0.7.1 |
2088 | 2024-02-15T07:33:32.806Z | Compiling foreign-types-shared v0.1.1 |
2089 | 2024-02-15T07:33:32.821Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2090 | 2024-02-15T07:33:32.850Z | Compiling base64 v0.21.7 |
2091 | 2024-02-15T07:33:32.926Z | Compiling async-trait v0.1.77 |
2092 | 2024-02-15T07:33:33.429Z | Compiling iana-time-zone v0.1.57 |
2093 | 2024-02-15T07:33:33.561Z | Compiling smoltcp v0.9.1 |
2094 | 2024-02-15T07:33:33.801Z | Compiling untrusted v0.9.0 |
2095 | 2024-02-15T07:33:33.991Z | Compiling crossbeam-utils v0.8.16 |
2096 | 2024-02-15T07:33:34.358Z | Compiling chrono v0.4.31 |
2097 | 2024-02-15T07:33:34.557Z | Compiling foreign-types v0.3.2 |
2098 | 2024-02-15T07:33:36.304Z | Compiling dof v0.1.5 |
2099 | 2024-02-15T07:33:37.882Z | Compiling dtrace-parser v0.1.14 |
2100 | 2024-02-15T07:33:37.933Z | Compiling hmac v0.12.1 |
2101 | 2024-02-15T07:33:38.088Z | Compiling clap_derive v4.4.2 |
2102 | 2024-02-15T07:33:38.497Z | Compiling tokio-util v0.7.10 |
2103 | 2024-02-15T07:33:41.837Z | Compiling utf8parse v0.2.1 |
2104 | 2024-02-15T07:33:41.942Z | Compiling cpufeatures v0.2.12 |
2105 | 2024-02-15T07:33:41.943Z | Compiling time-core v0.1.1 |
2106 | 2024-02-15T07:33:41.943Z | Compiling try-lock v0.2.4 |
2107 | 2024-02-15T07:33:41.943Z | Compiling adler v1.0.2 |
2108 | 2024-02-15T07:33:41.943Z | Compiling siphasher v0.3.11 |
2109 | 2024-02-15T07:33:41.943Z | Compiling anstyle v1.0.2 |
2110 | 2024-02-15T07:33:41.943Z | Compiling miniz_oxide v0.7.1 |
2111 | 2024-02-15T07:33:41.943Z | Compiling want v0.3.1 |
2112 | 2024-02-15T07:33:41.943Z | Compiling time-macros v0.2.13 |
2113 | 2024-02-15T07:33:42.006Z | Compiling h2 v0.3.24 |
2114 | 2024-02-15T07:33:43.714Z | Compiling sha2 v0.10.8 |
2115 | 2024-02-15T07:33:44.172Z | Compiling anstyle-parse v0.2.1 |
2116 | 2024-02-15T07:33:44.816Z | Compiling strum_macros v0.25.2 |
2117 | 2024-02-15T07:33:47.554Z | Compiling sct v0.7.0 |
2118 | 2024-02-15T07:33:47.690Z | Compiling rustls-webpki v0.101.7 |
2119 | 2024-02-15T07:33:48.058Z | Compiling http-body v0.4.5 |
2120 | 2024-02-15T07:33:48.484Z | Compiling form_urlencoded v1.2.1 |
2121 | 2024-02-15T07:33:48.844Z | Compiling serde_tokenstream v0.1.7 |
2122 | 2024-02-15T07:33:48.886Z | Compiling pkcs8 v0.10.2 |
2123 | 2024-02-15T07:33:49.361Z | Compiling hubpack_derive v0.1.1 |
2124 | 2024-02-15T07:33:50.270Z | Compiling socket2 v0.4.9 |
2125 | 2024-02-15T07:33:50.291Z | Compiling usdt-impl v0.5.0 |
2126 | 2024-02-15T07:33:50.352Z | Compiling crossbeam-epoch v0.9.15 |
2127 | 2024-02-15T07:33:50.665Z | Compiling anstyle-query v1.0.0 |
2128 | 2024-02-15T07:33:50.711Z | Compiling tower-service v0.3.2 |
2129 | 2024-02-15T07:33:50.848Z | Compiling radium v0.7.0 |
2130 | 2024-02-15T07:33:50.854Z | Compiling httpdate v1.0.3 |
2131 | 2024-02-15T07:33:51.282Z | Compiling colorchoice v1.0.0 |
2132 | 2024-02-15T07:33:51.451Z | Compiling openssl-probe v0.1.5 |
2133 | 2024-02-15T07:33:51.995Z | Compiling slog v2.7.0 |
2134 | 2024-02-15T07:33:52.024Z | Compiling anyhow v1.0.75 |
2135 | 2024-02-15T07:33:52.849Z | Compiling anstream v0.5.0 |
2136 | 2024-02-15T07:33:53.121Z | Compiling hyper v0.14.27 |
2137 | 2024-02-15T07:33:56.469Z | Compiling terminal_size v0.2.6 |
2138 | 2024-02-15T07:33:59.302Z | Compiling zerocopy v0.6.4 |
2139 | 2024-02-15T07:33:59.470Z | Compiling scroll v0.12.0 |
2140 | 2024-02-15T07:34:00.099Z | Compiling md-5 v0.10.5 |
2141 | 2024-02-15T07:34:00.476Z | Compiling stringprep v0.1.3 |
2142 | 2024-02-15T07:34:00.551Z | Compiling idna v0.5.0 |
2143 | 2024-02-15T07:34:01.609Z | Compiling diesel_table_macro_syntax v0.1.0 |
2144 | 2024-02-15T07:34:01.913Z | Compiling aho-corasick v1.0.4 |
2145 | 2024-02-15T07:34:01.971Z | Compiling hash32 v0.2.1 |
2146 | 2024-02-15T07:34:02.115Z | Compiling tap v1.0.1 |
2147 | 2024-02-15T07:34:02.164Z | Compiling strsim v0.10.0 |
2148 | 2024-02-15T07:34:02.339Z | Compiling dyn-clone v1.0.16 |
2149 | 2024-02-15T07:34:02.345Z | Compiling gimli v0.28.0 |
2150 | 2024-02-15T07:34:02.533Z | Compiling maybe-uninit v2.0.0 |
2151 | 2024-02-15T07:34:02.964Z | Compiling fallible-iterator v0.2.0 |
2152 | 2024-02-15T07:34:03.041Z | Compiling plain v0.2.3 |
2153 | 2024-02-15T07:34:03.224Z | Compiling clap_lex v0.5.1 |
2154 | 2024-02-15T07:34:03.443Z | Compiling regex-syntax v0.8.2 |
2155 | 2024-02-15T07:34:03.758Z | Compiling stable_deref_trait v1.2.0 |
2156 | 2024-02-15T07:34:03.991Z | Compiling postgres-protocol v0.6.6 |
2157 | 2024-02-15T07:34:04.250Z | Compiling clap_builder v4.4.2 |
2158 | 2024-02-15T07:34:04.293Z | Compiling goblin v0.8.0 |
2159 | 2024-02-15T07:34:05.291Z | Compiling wyz v0.5.1 |
2160 | 2024-02-15T07:34:05.303Z | Compiling diesel_derives v2.1.2 |
2161 | 2024-02-15T07:34:06.519Z | Compiling url v2.5.0 |
2162 | 2024-02-15T07:34:07.251Z | Compiling addr2line v0.21.0 |
2163 | 2024-02-15T07:34:07.849Z | Compiling regex-automata v0.4.4 |
2164 | 2024-02-15T07:34:08.251Z | Compiling tokio-rustls v0.24.1 |
2165 | 2024-02-15T07:34:10.860Z | Compiling tokio-native-tls v0.3.1 |
2166 | 2024-02-15T07:34:11.797Z | Compiling usdt-attr-macro v0.3.5 |
2167 | 2024-02-15T07:34:13.288Z | Compiling usdt-macro v0.3.5 |
2168 | 2024-02-15T07:34:14.637Z | Compiling phf_shared v0.11.2 |
2169 | 2024-02-15T07:34:15.055Z | Compiling toml_datetime v0.6.5 |
2170 | 2024-02-15T07:34:15.129Z | Compiling serde_spanned v0.6.5 |
2171 | 2024-02-15T07:34:15.233Z | Compiling block-padding v0.3.3 |
2172 | 2024-02-15T07:34:15.359Z | Compiling enum-as-inner v0.5.1 |
2173 | 2024-02-15T07:34:15.463Z | Compiling serde_repr v0.1.16 |
2174 | 2024-02-15T07:34:16.406Z | Compiling ff v0.13.0 |
2175 | 2024-02-15T07:34:16.529Z | Compiling scheduled-thread-pool v0.2.7 |
2176 | 2024-02-15T07:34:16.673Z | Compiling object v0.32.1 |
2177 | 2024-02-15T07:34:17.589Z | Compiling deranged v0.3.8 |
2178 | 2024-02-15T07:34:18.400Z | Compiling pretty-hex v0.4.1 |
2179 | 2024-02-15T07:34:19.349Z | Compiling ipnet v2.9.0 |
2180 | 2024-02-15T07:34:19.549Z | Compiling regex-automata v0.1.10 |
2181 | 2024-02-15T07:34:20.133Z | Compiling num_threads v0.1.6 |
2182 | 2024-02-15T07:34:20.265Z | Compiling rustc-demangle v0.1.23 |
2183 | 2024-02-15T07:34:20.603Z | Compiling packed_struct v0.10.1 |
2184 | 2024-02-15T07:34:20.828Z | Compiling base16ct v0.2.0 |
2185 | 2024-02-15T07:34:21.017Z | Compiling matches v0.1.10 |
2186 | 2024-02-15T07:34:21.078Z | Compiling managed v0.8.0 |
2187 | 2024-02-15T07:34:21.114Z | Compiling bit-vec v0.6.3 |
2188 | 2024-02-15T07:34:21.146Z | Compiling funty v2.0.0 |
2189 | 2024-02-15T07:34:21.206Z | Compiling winnow v0.5.15 |
2190 | 2024-02-15T07:34:21.588Z | Compiling num-bigint-dig v0.8.4 |
2191 | 2024-02-15T07:34:24.214Z | Compiling bitvec v1.0.1 |
2192 | 2024-02-15T07:34:24.294Z | Compiling idna v0.2.3 |
2193 | 2024-02-15T07:34:25.194Z | Compiling toml_edit v0.19.15 |
2194 | 2024-02-15T07:34:26.225Z | Compiling sec1 v0.7.3 |
2195 | 2024-02-15T07:34:27.266Z | Compiling time v0.3.27 |
2196 | 2024-02-15T07:34:27.306Z | Compiling bstr v0.2.17 |
2197 | 2024-02-15T07:34:28.786Z | Compiling dof v0.3.0 |
2198 | 2024-02-15T07:34:30.152Z | Compiling r2d2 v0.8.10 |
2199 | 2024-02-15T07:34:30.540Z | Compiling group v0.13.0 |
2200 | 2024-02-15T07:34:30.816Z | Compiling inout v0.1.3 |
2201 | 2024-02-15T07:34:31.208Z | Compiling phf v0.11.2 |
2202 | 2024-02-15T07:34:32.516Z | Compiling regex v1.10.3 |
2203 | 2024-02-15T07:34:32.968Z | Compiling hyper-tls v0.5.0 |
2204 | 2024-02-15T07:34:33.353Z | Compiling signal-hook-mio v0.2.3 |
2205 | 2024-02-15T07:34:33.531Z | Compiling hyper-rustls v0.24.2 |
2206 | 2024-02-15T07:34:33.650Z | Compiling clap v4.4.3 |
2207 | 2024-02-15T07:34:33.775Z | Compiling flate2 v1.0.28 |
2208 | 2024-02-15T07:34:33.915Z | Compiling ipnetwork v0.20.0 |
2209 | 2024-02-15T07:34:34.153Z | Compiling bzip2 v0.4.4 |
2210 | 2024-02-15T07:34:34.559Z | Compiling postgres-types v0.2.6 |
2211 | 2024-02-15T07:34:34.845Z | Compiling hubpack v0.1.2 |
2212 | 2024-02-15T07:34:34.917Z | Compiling serde_urlencoded v0.7.1 |
2213 | 2024-02-15T07:34:34.920Z | Compiling rustls-pemfile v1.0.3 |
2214 | 2024-02-15T07:34:34.954Z | Compiling phf_shared v0.10.0 |
2215 | 2024-02-15T07:34:35.258Z | Compiling hkdf v0.12.4 |
2216 | 2024-02-15T07:34:35.664Z | Compiling dtrace-parser v0.2.0 |
2217 | 2024-02-15T07:34:36.081Z | Compiling futures-executor v0.3.30 |
2218 | 2024-02-15T07:34:37.578Z | Compiling crypto-bigint v0.5.2 |
2219 | 2024-02-15T07:34:37.710Z | Compiling packed_struct_codegen v0.10.1 |
2220 | 2024-02-15T07:34:38.236Z | Compiling float-cmp v0.9.0 |
2221 | 2024-02-15T07:34:38.956Z | Compiling indexmap v1.9.3 |
2222 | 2024-02-15T07:34:39.178Z | Compiling encoding_rs v0.8.33 |
2223 | 2024-02-15T07:34:39.297Z | Compiling unicode-width v0.1.11 |
2224 | 2024-02-15T07:34:39.779Z | Compiling predicates-core v1.0.6 |
2225 | 2024-02-15T07:34:40.080Z | Compiling new_debug_unreachable v1.0.4 |
2226 | 2024-02-15T07:34:40.189Z | Compiling mime v0.3.17 |
2227 | 2024-02-15T07:34:40.539Z | Compiling unicode-segmentation v1.10.1 |
2228 | 2024-02-15T07:34:40.777Z | Compiling precomputed-hash v0.1.1 |
2229 | 2024-02-15T07:34:40.901Z | Compiling regex-automata v0.3.8 |
2230 | 2024-02-15T07:34:41.458Z | Compiling crc-catalog v2.2.0 |
2231 | 2024-02-15T07:34:41.923Z | Compiling fixedbitset v0.4.2 |
2232 | 2024-02-15T07:34:42.370Z | Compiling either v1.9.0 |
2233 | 2024-02-15T07:34:42.974Z | Compiling difflib v0.4.0 |
2234 | 2024-02-15T07:34:43.393Z | Compiling webpki-roots v0.25.2 |
2235 | 2024-02-15T07:34:43.571Z | Compiling nodrop v0.1.14 |
2236 | 2024-02-15T07:34:43.607Z | Compiling static_assertions v1.1.0 |
2237 | 2024-02-15T07:34:43.705Z | Compiling normalize-line-endings v0.3.0 |
2238 | 2024-02-15T07:34:44.218Z | Compiling minimal-lexical v0.2.1 |
2239 | 2024-02-15T07:34:44.218Z | Compiling whoami v1.4.1 |
2240 | 2024-02-15T07:34:44.225Z | Compiling data-encoding v2.4.0 |
2241 | 2024-02-15T07:34:44.265Z | Compiling nom v7.1.3 |
2242 | 2024-02-15T07:34:44.471Z | Compiling tokio-postgres v0.7.10 |
2243 | 2024-02-15T07:34:46.121Z | Compiling trust-dns-proto v0.22.0 |
2244 | 2024-02-15T07:34:48.344Z | Compiling predicates v3.1.0 |
2245 | 2024-02-15T07:34:49.993Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2246 | 2024-02-15T07:34:50.545Z | Compiling array-init v0.0.4 |
2247 | 2024-02-15T07:34:51.662Z | Compiling reqwest v0.11.22 |
2248 | 2024-02-15T07:34:55.327Z | Compiling bstr v1.6.0 |
2249 | 2024-02-15T07:34:56.278Z | Compiling itertools v0.10.5 |
2250 | 2024-02-15T07:34:56.894Z | Compiling petgraph v0.6.4 |
2251 | 2024-02-15T07:34:58.859Z | Compiling crc v3.0.1 |
2252 | 2024-02-15T07:34:59.287Z | Compiling similar v2.3.0 |
2253 | 2024-02-15T07:34:59.585Z | Compiling string_cache v0.8.7 |
2254 | 2024-02-15T07:35:01.359Z | Compiling console v0.15.8 |
2255 | 2024-02-15T07:35:01.520Z | Compiling elliptic-curve v0.13.8 |
2256 | 2024-02-15T07:35:05.283Z | Compiling futures v0.3.30 |
2257 | 2024-02-15T07:35:07.313Z | Compiling smallvec v0.6.14 |
2258 | 2024-02-15T07:35:07.342Z | Compiling zip v0.6.6 |
2259 | 2024-02-15T07:35:07.792Z | Compiling diesel v2.1.4 |
2260 | 2024-02-15T07:35:07.816Z | Compiling yasna v0.5.2 |
2261 | 2024-02-15T07:35:08.754Z | Compiling crossterm v0.27.0 |
2262 | 2024-02-15T07:35:09.596Z | Compiling cipher v0.4.4 |
2263 | 2024-02-15T07:35:10.550Z | Compiling toml v0.7.8 |
2264 | 2024-02-15T07:35:12.225Z | Compiling bit-set v0.5.3 |
2265 | 2024-02-15T07:35:12.458Z | Compiling usdt v0.3.5 |
2266 | 2024-02-15T07:35:12.944Z | Compiling is-terminal v0.4.9 |
2267 | 2024-02-15T07:35:14.304Z | Compiling pkcs1 v0.7.5 |
2268 | 2024-02-15T07:35:18.036Z | Compiling strum v0.25.0 |
2269 | 2024-02-15T07:35:18.142Z | Compiling tokio-stream v0.1.14 |
2270 | 2024-02-15T07:35:18.549Z | Compiling openapiv3 v2.0.0 |
2271 | 2024-02-15T07:35:18.711Z | Compiling hex v0.4.3 |
2272 | 2024-02-15T07:35:19.450Z | Compiling hashbrown v0.13.2 |
2273 | 2024-02-15T07:35:20.686Z | Compiling signature v2.1.0 |
2274 | 2024-02-15T07:35:23.738Z | Compiling termcolor v1.2.0 |
2275 | 2024-02-15T07:35:25.182Z | Compiling bitfield v0.14.0 |
2276 | 2024-02-15T07:35:25.688Z | Compiling lalrpop-util v0.19.12 |
2277 | 2024-02-15T07:35:26.128Z | Compiling hashbrown v0.12.3 |
2278 | 2024-02-15T07:35:35.988Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2279 | 2024-02-15T07:35:35.989Z | Compiling env_logger v0.10.0 |
2280 | 2024-02-15T07:35:39.671Z | Compiling rsa v0.9.2 |
2281 | 2024-02-15T07:35:43.709Z | Compiling serde-hex v0.1.0 |
2282 | 2024-02-15T07:35:45.710Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2283 | 2024-02-15T07:35:53.078Z | Compiling ron v0.8.1 |
2284 | 2024-02-15T07:35:53.513Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2285 | 2024-02-15T07:35:54.115Z | Compiling x509-cert v0.2.4 |
2286 | 2024-02-15T07:35:59.817Z | Compiling crc-any v2.4.3 |
2287 | 2024-02-15T07:36:13.005Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2288 | 2024-02-15T07:36:25.570Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2289 | 2024-02-15T07:36:30.538Z | Compiling object v0.30.4 |
2290 | 2024-02-15T07:36:33.694Z | Compiling path-slash v0.1.5 |
2291 | 2024-02-15T07:36:41.067Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2292 | 2024-02-15T07:37:04.150Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2293 | 2024-02-15T07:37:04.970Z | Finished release [optimized] target(s) in 4m 07s |
2294 | 2024-02-15T07:37:05.062Z | |
2295 | 2024-02-15T07:37:05.063Z | real 4:07.905076111 |
2296 | 2024-02-15T07:37:05.063Z | user 27:01.790406043 |
2297 | 2024-02-15T07:37:05.063Z | sys 3:10.275270214 |
2298 | 2024-02-15T07:37:05.063Z | trap 0.894938358 |
2299 | 2024-02-15T07:37:05.063Z | tflt 1.617555871 |
2300 | 2024-02-15T07:37:05.063Z | dflt 0.262831199 |
2301 | 2024-02-15T07:37:05.063Z | kflt 0.001742297 |
2302 | 2024-02-15T07:37:05.063Z | lock 1:00:37.424329762 |
2303 | 2024-02-15T07:37:05.063Z | slp 1:18:59.648695885 |
2304 | 2024-02-15T07:37:05.067Z | lat 1:33.488681920 |
2305 | 2024-02-15T07:37:05.067Z | stop 1:28.791144007 |
2306 | 2024-02-15T07:37:05.067Z | + ptime -m gzip |
2307 | 2024-02-15T07:37:05.506Z | |
2308 | 2024-02-15T07:37:05.528Z | real 0.455955129 |
2309 | 2024-02-15T07:37:05.528Z | user 0.449015158 |
2310 | 2024-02-15T07:37:05.529Z | sys 0.006398062 |
2311 | 2024-02-15T07:37:05.529Z | trap 0.000047856 |
2312 | 2024-02-15T07:37:05.529Z | tflt 0.000000000 |
2313 | 2024-02-15T07:37:05.529Z | dflt 0.000000000 |
2314 | 2024-02-15T07:37:05.529Z | kflt 0.000000000 |
2315 | 2024-02-15T07:37:05.529Z | lock 0.000000000 |
2316 | 2024-02-15T07:37:05.529Z | slp 0.000000000 |
2317 | 2024-02-15T07:37:05.529Z | lat 0.000096390 |
2318 | 2024-02-15T07:37:05.529Z | stop 0.000174853 |
2319 | 2024-02-15T07:37:05.530Z | + banner tufaceous |
2320 | 2024-02-15T07:37:05.530Z | |
2321 | 2024-02-15T07:37:05.530Z | ##### # # ###### ## #### ###### #### # # #### |
2322 | 2024-02-15T07:37:05.530Z | # # # # # # # # # # # # # # |
2323 | 2024-02-15T07:37:05.530Z | # # # ##### # # # ##### # # # # #### |
2324 | 2024-02-15T07:37:05.530Z | # # # # ###### # # # # # # # |
2325 | 2024-02-15T07:37:05.530Z | # # # # # # # # # # # # # # # |
2326 | 2024-02-15T07:37:05.530Z | # #### # # # #### ###### #### #### #### |
2327 | 2024-02-15T07:37:05.530Z | |
2328 | 2024-02-15T07:37:05.530Z | + ptime -m cargo build --locked -p tufaceous --release |
2329 | 2024-02-15T07:37:06.408Z | Downloading crates ... |
2330 | 2024-02-15T07:37:06.854Z | Downloaded parse-size v1.0.0 |
2331 | 2024-02-15T07:37:06.854Z | Downloaded humantime v2.1.0 |
2332 | 2024-02-15T07:37:06.855Z | Downloaded pin-project v1.1.3 |
2333 | 2024-02-15T07:37:06.855Z | Downloaded doc-comment v0.3.3 |
2334 | 2024-02-15T07:37:06.855Z | Downloaded async-recursion v1.0.5 |
2335 | 2024-02-15T07:37:06.855Z | Downloaded olpc-cjson v0.1.3 |
2336 | 2024-02-15T07:37:06.855Z | Downloaded fs-err v2.11.0 |
2337 | 2024-02-15T07:37:06.855Z | Downloaded serde_plain v1.0.2 |
2338 | 2024-02-15T07:37:06.855Z | Downloaded snafu-derive v0.7.5 |
2339 | 2024-02-15T07:37:06.855Z | Downloaded pin-project-internal v1.1.3 |
2340 | 2024-02-15T07:37:06.855Z | Downloaded globset v0.4.13 |
2341 | 2024-02-15T07:37:06.861Z | Downloaded tough v0.16.0 |
2342 | 2024-02-15T07:37:06.861Z | Downloaded snafu v0.7.5 |
2343 | 2024-02-15T07:37:06.861Z | Downloaded typed-path v0.7.0 |
2344 | 2024-02-15T07:37:06.861Z | Downloaded buf-list v1.0.3 |
2345 | 2024-02-15T07:37:06.861Z | Compiling serde_tokenstream v0.2.0 |
2346 | 2024-02-15T07:37:06.861Z | Compiling regress v0.7.1 |
2347 | 2024-02-15T07:37:06.861Z | Compiling dirs-sys-next v0.1.2 |
2348 | 2024-02-15T07:37:06.861Z | Compiling rustls-pki-types v1.1.0 |
2349 | 2024-02-15T07:37:06.861Z | Compiling ident_case v1.0.1 |
2350 | 2024-02-15T07:37:06.861Z | Compiling thread_local v1.1.7 |
2351 | 2024-02-15T07:37:06.861Z | Compiling slog-async v2.8.0 |
2352 | 2024-02-15T07:37:06.861Z | Compiling darling_core v0.20.3 |
2353 | 2024-02-15T07:37:07.091Z | Compiling dirs-next v2.0.0 |
2354 | 2024-02-15T07:37:07.155Z | Compiling rustls v0.22.2 |
2355 | 2024-02-15T07:37:07.640Z | Compiling camino v1.1.6 |
2356 | 2024-02-15T07:37:07.640Z | Compiling heck v0.4.1 |
2357 | 2024-02-15T07:37:07.641Z | Compiling term v0.7.0 |
2358 | 2024-02-15T07:37:07.842Z | Compiling rustls-webpki v0.102.1 |
2359 | 2024-02-15T07:37:08.028Z | Compiling crossbeam-channel v0.5.8 |
2360 | 2024-02-15T07:37:08.085Z | Compiling getopts v0.2.21 |
2361 | 2024-02-15T07:37:08.786Z | Compiling structmeta-derive v0.3.0 |
2362 | 2024-02-15T07:37:09.435Z | Compiling atty v0.2.14 |
2363 | 2024-02-15T07:37:09.439Z | Compiling multer v3.0.0 |
2364 | 2024-02-15T07:37:09.529Z | Compiling match_cfg v0.1.0 |
2365 | 2024-02-15T07:37:09.632Z | Compiling doc-comment v0.3.3 |
2366 | 2024-02-15T07:37:09.907Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2367 | 2024-02-15T07:37:11.559Z | Compiling unsafe-libyaml v0.2.10 |
2368 | 2024-02-15T07:37:11.717Z | Compiling paste v1.0.14 |
2369 | 2024-02-15T07:37:12.234Z | Compiling take_mut v0.2.2 |
2370 | 2024-02-15T07:37:12.504Z | Compiling darling_macro v0.20.3 |
2371 | 2024-02-15T07:37:12.775Z | Compiling structmeta v0.3.0 |
2372 | 2024-02-15T07:37:12.986Z | Compiling serde_yaml v0.9.25 |
2373 | 2024-02-15T07:37:13.329Z | Compiling hostname v0.3.1 |
2374 | 2024-02-15T07:37:13.452Z | Compiling slog-term v2.9.0 |
2375 | 2024-02-15T07:37:13.510Z | Compiling darling v0.20.3 |
2376 | 2024-02-15T07:37:15.744Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2377 | 2024-02-15T07:37:15.785Z | Compiling toml_edit v0.22.4 |
2378 | 2024-02-15T07:37:16.719Z | Compiling slog-json v2.6.1 |
2379 | 2024-02-15T07:37:17.092Z | Compiling http v1.0.0 |
2380 | 2024-02-15T07:37:17.227Z | Compiling async-stream-impl v0.3.5 |
2381 | 2024-02-15T07:37:17.933Z | Compiling pin-project-internal v1.1.3 |
2382 | 2024-02-15T07:37:18.168Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2383 | 2024-02-15T07:37:18.498Z | Compiling fastrand v2.0.1 |
2384 | 2024-02-15T07:37:18.547Z | Compiling atomic-waker v1.1.1 |
2385 | 2024-02-15T07:37:18.750Z | Compiling waitgroup v0.1.2 |
2386 | 2024-02-15T07:37:18.999Z | Compiling toml v0.8.10 |
2387 | 2024-02-15T07:37:20.915Z | Compiling pin-project v1.1.3 |
2388 | 2024-02-15T07:37:21.058Z | Compiling tempfile v3.10.0 |
2389 | 2024-02-15T07:37:22.443Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2390 | 2024-02-15T07:37:22.589Z | Compiling tokio-rustls v0.25.0 |
2391 | 2024-02-15T07:37:22.622Z | Compiling async-stream v0.3.5 |
2392 | 2024-02-15T07:37:23.014Z | Compiling slog-bunyan v2.5.0 |
2393 | 2024-02-15T07:37:23.105Z | Compiling serde_with_macros v3.6.0 |
2394 | 2024-02-15T07:37:23.279Z | Compiling parse-display-derive v0.9.0 |
2395 | 2024-02-15T07:37:24.463Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2396 | 2024-02-15T07:37:25.016Z | Compiling rustls-pemfile v2.0.0 |
2397 | 2024-02-15T07:37:25.787Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2398 | 2024-02-15T07:37:26.098Z | Compiling sha1 v0.10.6 |
2399 | 2024-02-15T07:37:26.635Z | Compiling strum_macros v0.26.1 |
2400 | 2024-02-15T07:37:27.027Z | Compiling snafu-derive v0.7.5 |
2401 | 2024-02-15T07:37:27.080Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2402 | 2024-02-15T07:37:27.217Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2403 | 2024-02-15T07:37:27.557Z | Compiling serde_path_to_error v0.1.15 |
2404 | 2024-02-15T07:37:29.060Z | Compiling fs-err v2.11.0 |
2405 | 2024-02-15T07:37:29.067Z | Compiling instant v0.1.12 |
2406 | 2024-02-15T07:37:29.193Z | Compiling buf-list v1.0.3 |
2407 | 2024-02-15T07:37:29.786Z | Compiling same-file v1.0.6 |
2408 | 2024-02-15T07:37:30.115Z | Compiling debug-ignore v1.0.5 |
2409 | 2024-02-15T07:37:30.291Z | Compiling arc-swap v1.6.0 |
2410 | 2024-02-15T07:37:31.085Z | Compiling slog-scope v4.4.0 |
2411 | 2024-02-15T07:37:32.308Z | Compiling strum v0.26.1 |
2412 | 2024-02-15T07:37:32.308Z | Compiling walkdir v2.4.0 |
2413 | 2024-02-15T07:37:32.409Z | Compiling snafu v0.7.5 |
2414 | 2024-02-15T07:37:34.675Z | Compiling backoff v0.4.0 |
2415 | 2024-02-15T07:37:34.753Z | Compiling parse-display v0.9.0 |
2416 | 2024-02-15T07:37:34.754Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2417 | 2024-02-15T07:37:34.754Z | Compiling serde_with v3.6.0 |
2418 | 2024-02-15T07:37:36.116Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2419 | 2024-02-15T07:37:36.932Z | Compiling globset v0.4.13 |
2420 | 2024-02-15T07:37:40.341Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2421 | 2024-02-15T07:37:40.981Z | Compiling olpc-cjson v0.1.3 |
2422 | 2024-02-15T07:37:40.981Z | Compiling pem v3.0.2 |
2423 | 2024-02-15T07:37:42.049Z | Compiling regress v0.8.0 |
2424 | 2024-02-15T07:37:42.221Z | Compiling macaddr v1.0.1 |
2425 | 2024-02-15T07:37:43.037Z | Compiling serde_plain v1.0.2 |
2426 | 2024-02-15T07:37:44.459Z | Compiling async-recursion v1.0.5 |
2427 | 2024-02-15T07:37:44.715Z | Compiling xattr v1.0.1 |
2428 | 2024-02-15T07:37:44.978Z | Compiling filetime v0.2.23 |
2429 | 2024-02-15T07:37:45.450Z | Compiling typed-path v0.7.0 |
2430 | 2024-02-15T07:37:46.078Z | Compiling tar v0.4.40 |
2431 | 2024-02-15T07:37:58.522Z | Compiling tough v0.16.0 |
2432 | 2024-02-15T07:37:58.776Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2433 | 2024-02-15T07:37:58.776Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2434 | 2024-02-15T07:37:59.002Z | Compiling slog-stdlog v4.1.1 |
2435 | 2024-02-15T07:37:59.002Z | Compiling camino-tempfile v1.1.1 |
2436 | 2024-02-15T07:37:59.002Z | Compiling itertools v0.12.1 |
2437 | 2024-02-15T07:37:59.003Z | Compiling parse-size v1.0.0 |
2438 | 2024-02-15T07:37:59.003Z | Compiling slog-envlogger v2.2.0 |
2439 | 2024-02-15T07:37:59.003Z | Compiling humantime v2.1.0 |
2440 | 2024-02-15T07:38:02.929Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2441 | 2024-02-15T07:38:06.084Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2442 | 2024-02-15T07:38:28.245Z | Finished release [optimized] target(s) in 1m 22s |
2443 | 2024-02-15T07:38:28.342Z | |
2444 | 2024-02-15T07:38:28.342Z | real 1:22.788073166 |
2445 | 2024-02-15T07:38:28.342Z | user 9:24.810820528 |
2446 | 2024-02-15T07:38:28.343Z | sys 42.031470389 |
2447 | 2024-02-15T07:38:28.368Z | trap 0.277888050 |
2448 | 2024-02-15T07:38:28.368Z | tflt 0.360669841 |
2449 | 2024-02-15T07:38:28.368Z | dflt 0.462207485 |
2450 | 2024-02-15T07:38:28.368Z | kflt 0.000017217 |
2451 | 2024-02-15T07:38:28.369Z | lock 20:53.488972168 |
2452 | 2024-02-15T07:38:28.369Z | slp 22:43.211741430 |
2453 | 2024-02-15T07:38:28.369Z | lat 23.207223914 |
2454 | 2024-02-15T07:38:28.369Z | stop 14.973035020 |
2455 | 2024-02-15T07:38:28.369Z | + ptime -m gzip |
2456 | 2024-02-15T07:38:30.073Z | |
2457 | 2024-02-15T07:38:30.074Z | real 1.735105065 |
2458 | 2024-02-15T07:38:30.074Z | user 1.714733442 |
2459 | 2024-02-15T07:38:30.074Z | sys 0.019701031 |
2460 | 2024-02-15T07:38:30.074Z | trap 0.000166401 |
2461 | 2024-02-15T07:38:30.074Z | tflt 0.000000000 |
2462 | 2024-02-15T07:38:30.077Z | dflt 0.000000000 |
2463 | 2024-02-15T07:38:30.077Z | kflt 0.000000000 |
2464 | 2024-02-15T07:38:30.078Z | lock 0.000000000 |
2465 | 2024-02-15T07:38:30.078Z | slp 0.000000000 |
2466 | 2024-02-15T07:38:30.078Z | lat 0.000096371 |
2467 | 2024-02-15T07:38:30.078Z | stop 0.000191220 |
2468 | 2024-02-15T07:38:30.078Z | process exited: duration 902279 ms, exit code 0 |
|
2469 | 2024-02-15T07:38:30.087Z | found 5 output files |
2470 | 2024-02-15T07:38:30.087Z | uploading: /work/end-to-end-tests/bootstrap-9e461afa8505d6f3.gz (10676744 bytes) |
2471 | 2024-02-15T07:38:36.500Z | uploaded: /work/end-to-end-tests/bootstrap-9e461afa8505d6f3.gz |
2472 | 2024-02-15T07:38:36.500Z | uploading: /work/end-to-end-tests/bootstrap.gz (111640128 bytes) |
2473 | 2024-02-15T07:39:28.289Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2474 | 2024-02-15T07:39:28.289Z | uploading: /work/end-to-end-tests/end_to_end_tests-7a338c350981ccc0.gz (114858642 bytes) |
2475 | 2024-02-15T07:40:18.075Z | uploaded: /work/end-to-end-tests/end_to_end_tests-7a338c350981ccc0.gz |
2476 | 2024-02-15T07:40:18.075Z | uploading: /work/caboose-util.gz (4093540 bytes) |
2477 | 2024-02-15T07:40:20.272Z | uploaded: /work/caboose-util.gz |
2478 | 2024-02-15T07:40:20.272Z | uploading: /work/tufaceous.gz (15864759 bytes) |
2479 | 2024-02-15T07:40:30.431Z | uploaded: /work/tufaceous.gz |