|
|
|
1 | 2024-02-09T20:22:18.393Z | job assigned to worker 01HP7RGJJ7VX0QVN0T9S2XG4HD (queued for 57 s) |
|
2 | 2024-02-09T20:22:19.205Z | starting task 0: "setup" |
3 | 2024-02-09T20:22:19.295Z | ++ uname -s |
4 | 2024-02-09T20:22:19.299Z | + kern=SunOS |
5 | 2024-02-09T20:22:19.299Z | + case "$kern" in |
6 | 2024-02-09T20:22:19.299Z | + groupadd -g 12345 build |
7 | 2024-02-09T20:22:19.302Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-09T20:22:21.311Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-09T20:22:21.417Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-09T20:22:21.423Z | + home_fs=zfs |
11 | 2024-02-09T20:22:21.423Z | + [[ zfs == autofs ]] |
12 | 2024-02-09T20:22:21.424Z | + mkdir -p /home/build |
13 | 2024-02-09T20:22:21.424Z | + chown build:build /home/build /work |
14 | 2024-02-09T20:22:23.445Z | + chmod 0700 /home/build /work |
15 | 2024-02-09T20:22:23.454Z | process exited: duration 4220 ms, exit code 0 |
|
16 | 2024-02-09T20:22:23.477Z | starting task 1: "rust-toolchain" |
17 | 2024-02-09T20:22:23.484Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-09T20:22:23.485Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-09T20:22:23.580Z | info: downloading installer |
20 | 2024-02-09T20:22:24.701Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-09T20:22:24.701Z | warning: /opt/ooce/bin |
22 | 2024-02-09T20:22:24.701Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-09T20:22:24.702Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-09T20:22:24.702Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-09T20:22:24.702Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-09T20:22:24.702Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-09T20:22:24.702Z | error: cannot install while Rust is installed |
28 | 2024-02-09T20:22:24.702Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-09T20:22:24.793Z | info: profile set to 'default' |
30 | 2024-02-09T20:22:24.793Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-09T20:22:24.796Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-09T20:22:24.921Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-09T20:22:24.921Z | info: downloading component 'cargo' |
34 | 2024-02-09T20:22:25.544Z | info: downloading component 'clippy' |
35 | 2024-02-09T20:22:25.763Z | info: downloading component 'rust-docs' |
36 | 2024-02-09T20:22:26.543Z | info: downloading component 'rust-std' |
37 | 2024-02-09T20:22:27.931Z | info: downloading component 'rustc' |
38 | 2024-02-09T20:22:31.316Z | info: downloading component 'rustfmt' |
39 | 2024-02-09T20:22:31.510Z | info: installing component 'cargo' |
40 | 2024-02-09T20:22:32.419Z | info: installing component 'clippy' |
41 | 2024-02-09T20:22:32.830Z | info: installing component 'rust-docs' |
42 | 2024-02-09T20:22:34.326Z | info: installing component 'rust-std' |
43 | 2024-02-09T20:22:36.233Z | info: installing component 'rustc' |
44 | 2024-02-09T20:22:40.540Z | info: installing component 'rustfmt' |
45 | 2024-02-09T20:22:40.888Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-09T20:22:40.888Z | |
47 | 2024-02-09T20:22:41.186Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-09T20:22:41.186Z | |
49 | 2024-02-09T20:22:41.189Z | |
50 | 2024-02-09T20:22:41.189Z | Rust is installed now. Great! |
51 | 2024-02-09T20:22:41.189Z | |
52 | 2024-02-09T20:22:41.189Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-09T20:22:41.189Z | environment variable. This has not been done automatically. |
54 | 2024-02-09T20:22:41.189Z | |
55 | 2024-02-09T20:22:41.189Z | To configure your current shell, run: |
56 | 2024-02-09T20:22:41.189Z | source "$HOME/.cargo/env" |
57 | 2024-02-09T20:22:41.244Z | + rustc --version |
58 | 2024-02-09T20:22:41.311Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-09T20:22:41.315Z | process exited: duration 17837 ms, exit code 0 |
|
60 | 2024-02-09T20:22:41.321Z | starting task 2: "authentication" |
61 | 2024-02-09T20:22:41.343Z | process exited: duration 21 ms, exit code 0 |
|
62 | 2024-02-09T20:22:41.352Z | starting task 3: "clone repository" |
63 | 2024-02-09T20:22:41.357Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-09T20:22:41.363Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-09T20:22:41.596Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-09T20:22:51.622Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-09T20:22:51.626Z | + git fetch origin ac788894b59e9191a1cc5e4620a3a8d67dbc600b |
68 | 2024-02-09T20:22:51.918Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-09T20:22:51.918Z | * branch ac788894b59e9191a1cc5e4620a3a8d67dbc600b -> FETCH_HEAD |
70 | 2024-02-09T20:22:51.936Z | + [[ -n console-lookup-route ]] |
71 | 2024-02-09T20:22:51.966Z | ++ git branch --show-current |
72 | 2024-02-09T20:22:51.966Z | + current=main |
73 | 2024-02-09T20:22:51.966Z | + [[ main != console-lookup-route ]] |
74 | 2024-02-09T20:22:51.966Z | + git branch -f console-lookup-route ac788894b59e9191a1cc5e4620a3a8d67dbc600b |
75 | 2024-02-09T20:22:51.966Z | + git checkout -f console-lookup-route |
76 | 2024-02-09T20:22:52.049Z | Switched to branch 'console-lookup-route' |
77 | 2024-02-09T20:22:52.052Z | + git reset --hard ac788894b59e9191a1cc5e4620a3a8d67dbc600b |
78 | 2024-02-09T20:22:52.062Z | HEAD is now at ac788894b /lookup/* route for console |
79 | 2024-02-09T20:22:52.065Z | process exited: duration 10708 ms, exit code 0 |
|
80 | 2024-02-09T20:22:52.071Z | starting task 4: "build" |
81 | 2024-02-09T20:22:52.076Z | + cargo --version |
82 | 2024-02-09T20:22:52.081Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-09T20:22:52.212Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-09T20:22:52.212Z | info: downloading component 'cargo' |
85 | 2024-02-09T20:22:52.826Z | info: downloading component 'clippy' |
86 | 2024-02-09T20:22:53.026Z | info: downloading component 'rust-docs' |
87 | 2024-02-09T20:22:53.793Z | info: downloading component 'rust-std' |
88 | 2024-02-09T20:22:54.920Z | info: downloading component 'rustc' |
89 | 2024-02-09T20:22:58.113Z | info: downloading component 'rustfmt' |
90 | 2024-02-09T20:22:58.293Z | info: installing component 'cargo' |
91 | 2024-02-09T20:22:59.170Z | info: installing component 'clippy' |
92 | 2024-02-09T20:22:59.530Z | info: installing component 'rust-docs' |
93 | 2024-02-09T20:23:01.097Z | info: installing component 'rust-std' |
94 | 2024-02-09T20:23:02.747Z | info: installing component 'rustc' |
95 | 2024-02-09T20:23:07.055Z | info: installing component 'rustfmt' |
96 | 2024-02-09T20:23:07.452Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-09T20:23:07.456Z | + rustc --version |
98 | 2024-02-09T20:23:07.532Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-09T20:23:07.536Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-02-09T20:23:20.122Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-02-09T20:23:21.296Z | Startup: Caching catalogs ... Done |
102 | 2024-02-09T20:23:22.443Z | Planning: Solver setup ... Done (0.825s) |
103 | 2024-02-09T20:23:22.464Z | Planning: Running solver ... Done (0.020s) |
104 | 2024-02-09T20:23:22.640Z | Planning: Finding local manifests ... Done (0.155s) |
105 | 2024-02-09T20:23:22.653Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-02-09T20:23:24.253Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-02-09T20:23:24.304Z | Planning: Package planning ... Done (0.051s) |
108 | 2024-02-09T20:23:24.357Z | Planning: Merging actions ... Done (0.052s) |
109 | 2024-02-09T20:23:25.500Z | Planning: Checking for conflicting actions ... Done (1.142s) |
110 | 2024-02-09T20:23:25.511Z | Planning: Consolidating action changes ... Done (0.011s) |
111 | 2024-02-09T20:23:29.921Z | Planning: Evaluating mediators ... Done (4.409s) |
112 | 2024-02-09T20:23:29.930Z | Planning: Planning completed in 8.58 seconds |
113 | 2024-02-09T20:23:29.945Z | Packages to install: 4 |
114 | 2024-02-09T20:23:29.945Z | Mediators to change: 2 |
115 | 2024-02-09T20:23:29.945Z | Services to change: 1 |
116 | 2024-02-09T20:23:29.948Z | Estimated space available: 148.87 GB |
117 | 2024-02-09T20:23:29.948Z | Estimated space to be consumed: 1.41 GB |
118 | 2024-02-09T20:23:29.948Z | Create boot environment: No |
119 | 2024-02-09T20:23:29.948Z | Create backup boot environment: No |
120 | 2024-02-09T20:23:29.948Z | Rebuild boot archive: No |
121 | 2024-02-09T20:23:29.949Z | |
122 | 2024-02-09T20:23:29.949Z | Changed mediators: |
123 | 2024-02-09T20:23:29.949Z | mediator clang: |
124 | 2024-02-09T20:23:29.949Z | version: None -> 15 (system default) |
125 | 2024-02-09T20:23:29.949Z | |
126 | 2024-02-09T20:23:29.949Z | mediator llvm: |
127 | 2024-02-09T20:23:29.949Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-02-09T20:23:29.949Z | |
129 | 2024-02-09T20:23:29.949Z | Changed packages: |
130 | 2024-02-09T20:23:29.949Z | helios-dev |
131 | 2024-02-09T20:23:29.949Z | developer/build-essential |
132 | 2024-02-09T20:23:29.949Z | None -> 11-2.0 |
133 | 2024-02-09T20:23:29.949Z | library/libxmlsec1 |
134 | 2024-02-09T20:23:29.949Z | None -> 1.2.35-2.0 |
135 | 2024-02-09T20:23:29.949Z | ooce/developer/clang-15 |
136 | 2024-02-09T20:23:29.949Z | None -> 15.0.7-2.0 |
137 | 2024-02-09T20:23:29.949Z | ooce/developer/llvm-15 |
138 | 2024-02-09T20:23:29.949Z | None -> 15.0.7-2.0 |
139 | 2024-02-09T20:23:29.949Z | |
140 | 2024-02-09T20:23:29.949Z | Services: |
141 | 2024-02-09T20:23:29.949Z | restart_fmri: |
142 | 2024-02-09T20:23:29.949Z | svc:/system/update-man-index:default |
143 | 2024-02-09T20:23:30.416Z | |
144 | 2024-02-09T20:23:30.416Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-02-09T20:23:35.420Z | Download: 990/3290 items 19.3/212.6MB 9% complete (3.9M/s) |
146 | 2024-02-09T20:23:40.439Z | Download: 1356/3290 items 115.4/212.6MB 54% complete (12.2M/s) |
147 | 2024-02-09T20:23:45.450Z | Download: 2049/3290 items 118.6/212.6MB 55% complete (9.9M/s) |
148 | 2024-02-09T20:23:50.935Z | Download: 2223/3290 items 119.0/212.6MB 55% complete (8.5M/s) |
149 | 2024-02-09T20:24:03.728Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
150 | 2024-02-09T20:24:08.729Z | Download: 3240/3290 items 190.0/212.6MB 89% complete (14.4M/s) |
151 | 2024-02-09T20:24:13.132Z | Download: Completed 212.60 MB in 42.71 seconds (5.0M/s) |
152 | 2024-02-09T20:24:13.300Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-02-09T20:24:18.467Z | Actions: 3666/3689 actions (Installing new actions) |
154 | 2024-02-09T20:24:18.476Z | Actions: Completed 3689 actions in 5.17 seconds. |
155 | 2024-02-09T20:24:18.647Z | Done (0.168s) |
156 | 2024-02-09T20:24:18.647Z | Done (0.000s) |
157 | 2024-02-09T20:24:18.858Z | Done (0.211s) |
158 | 2024-02-09T20:24:24.514Z | Done (5.536s) |
159 | 2024-02-09T20:24:24.681Z | Done (0.095s) |
160 | 2024-02-09T20:24:24.684Z | Done (0.000s) |
161 | 2024-02-09T20:24:24.853Z | Done (0.000s) |
162 | 2024-02-09T20:24:25.354Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-02-09T20:24:25.515Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-02-09T20:24:25.518Z | Planning: Consolidating action changes ... Done |
165 | 2024-02-09T20:24:25.786Z | Planning: Evaluating mediators ... Done |
166 | 2024-02-09T20:24:25.789Z | Planning: Planning completed in 0.43 seconds |
167 | 2024-02-09T20:24:25.820Z | Mediators to change: 2 |
168 | 2024-02-09T20:24:25.820Z | Create boot environment: No |
169 | 2024-02-09T20:24:25.824Z | Create backup boot environment: No |
170 | 2024-02-09T20:24:25.888Z | Done |
171 | 2024-02-09T20:24:25.888Z | Done |
172 | 2024-02-09T20:24:26.028Z | Done |
173 | 2024-02-09T20:24:29.745Z | Done |
174 | 2024-02-09T20:24:29.829Z | Done |
175 | 2024-02-09T20:24:29.829Z | Done |
176 | 2024-02-09T20:24:29.970Z | Done |
177 | 2024-02-09T20:24:30.609Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-02-09T20:24:30.612Z | Planning: Merging actions ... Done |
179 | 2024-02-09T20:24:30.805Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-02-09T20:24:30.808Z | Planning: Consolidating action changes ... Done |
181 | 2024-02-09T20:24:31.078Z | Planning: Evaluating mediators ... Done |
182 | 2024-02-09T20:24:31.139Z | Planning: Planning completed in 0.80 seconds |
183 | 2024-02-09T20:24:31.171Z | Packages to change: 1 |
184 | 2024-02-09T20:24:31.171Z | Mediators to change: 1 |
185 | 2024-02-09T20:24:31.174Z | Services to change: 1 |
186 | 2024-02-09T20:24:31.175Z | Create boot environment: No |
187 | 2024-02-09T20:24:31.175Z | Create backup boot environment: Yes |
188 | 2024-02-09T20:24:33.166Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-02-09T20:24:33.213Z | Actions: Completed 6 actions in 0.05 seconds. |
190 | 2024-02-09T20:24:33.216Z | Done |
191 | 2024-02-09T20:24:33.216Z | Done |
192 | 2024-02-09T20:24:33.261Z | Done |
193 | 2024-02-09T20:24:36.996Z | Done |
194 | 2024-02-09T20:24:37.083Z | Done |
195 | 2024-02-09T20:24:37.092Z | Done |
196 | 2024-02-09T20:24:37.198Z | Done |
197 | 2024-02-09T20:24:37.646Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-02-09T20:24:37.646Z | clang system 15 system |
199 | 2024-02-09T20:24:37.646Z | csh system system illumos |
200 | 2024-02-09T20:24:37.646Z | ctags system system illumos |
201 | 2024-02-09T20:24:37.646Z | gcc vendor 12 vendor |
202 | 2024-02-09T20:24:37.646Z | gcc system 10 system |
203 | 2024-02-09T20:24:37.646Z | gcc system 7 system |
204 | 2024-02-09T20:24:37.646Z | go system 1.20 system |
205 | 2024-02-09T20:24:37.646Z | go system 1.19 system |
206 | 2024-02-09T20:24:37.646Z | llvm system 15 system |
207 | 2024-02-09T20:24:37.647Z | llvm system 14 system |
208 | 2024-02-09T20:24:37.647Z | mariadb system 10.6 system |
209 | 2024-02-09T20:24:37.647Z | mta vendor vendor dma |
210 | 2024-02-09T20:24:37.647Z | openjdk system 17 system |
211 | 2024-02-09T20:24:37.647Z | openjdk system 11 system |
212 | 2024-02-09T20:24:37.647Z | openjdk system 1.8 system |
213 | 2024-02-09T20:24:37.647Z | openssl vendor 3 vendor |
214 | 2024-02-09T20:24:37.647Z | perl system 5.36 system |
215 | 2024-02-09T20:24:37.647Z | postgresql system 15 system |
216 | 2024-02-09T20:24:37.647Z | postgresql system 13 system |
217 | 2024-02-09T20:24:37.647Z | python vendor 3 vendor |
218 | 2024-02-09T20:24:37.647Z | python system 2 system |
219 | 2024-02-09T20:24:37.648Z | python3 system 3.11 system |
220 | 2024-02-09T20:24:37.648Z | ruby system 3.0 system |
221 | 2024-02-09T20:24:37.648Z | words vendor vendor american-english |
222 | 2024-02-09T20:24:37.648Z | words system system australian-english |
223 | 2024-02-09T20:24:37.648Z | words system system british-english |
224 | 2024-02-09T20:24:37.648Z | words system system canadian-english |
225 | 2024-02-09T20:24:37.648Z | words system system french |
226 | 2024-02-09T20:24:37.648Z | words system system italian |
227 | 2024-02-09T20:24:37.648Z | words system system ngerman |
228 | 2024-02-09T20:24:37.648Z | words system system ogerman |
229 | 2024-02-09T20:24:37.648Z | words system system spanish |
230 | 2024-02-09T20:24:37.972Z | FMRI IFO |
231 | 2024-02-09T20:24:37.972Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-02-09T20:24:37.972Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-02-09T20:24:37.972Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-02-09T20:24:37.972Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-02-09T20:24:37.972Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-02-09T20:24:37.972Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-02-09T20:24:37.972Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-02-09T20:24:37.972Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-02-09T20:24:38.025Z | + set -o errexit |
240 | 2024-02-09T20:24:38.028Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2024-02-09T20:24:38.028Z | ++ cd ./tools |
242 | 2024-02-09T20:24:38.028Z | ++ pwd |
243 | 2024-02-09T20:24:38.028Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2024-02-09T20:24:38.029Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2024-02-09T20:24:38.029Z | + ARG0=ci_download_cockroachdb |
246 | 2024-02-09T20:24:38.029Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2024-02-09T20:24:38.034Z | + CIDL_VERSION=v22.1.9 |
248 | 2024-02-09T20:24:38.034Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2024-02-09T20:24:38.034Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
250 | 2024-02-09T20:24:38.034Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
251 | 2024-02-09T20:24:38.034Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
252 | 2024-02-09T20:24:38.034Z | + TARGET_DIR=out |
253 | 2024-02-09T20:24:38.034Z | + DOWNLOAD_DIR=out/downloads |
254 | 2024-02-09T20:24:38.034Z | + DEST_DIR=./out/cockroachdb |
255 | 2024-02-09T20:24:38.034Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2024-02-09T20:24:38.034Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2024-02-09T20:24:38.034Z | + main |
258 | 2024-02-09T20:24:38.034Z | + [[ 0 != 0 ]] |
259 | 2024-02-09T20:24:38.034Z | + CIDL_OS=solaris2.11 |
260 | 2024-02-09T20:24:38.034Z | + [[ 0 != 0 ]] |
261 | 2024-02-09T20:24:38.034Z | + configure_os solaris2.11 |
262 | 2024-02-09T20:24:38.035Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2024-02-09T20:24:38.035Z | current directory: /work/oxidecomputer/omicron |
264 | 2024-02-09T20:24:38.035Z | + echo 'configuring based on OS: "solaris2.11"' |
265 | 2024-02-09T20:24:38.035Z | + case "$1" in |
266 | 2024-02-09T20:24:38.035Z | configuring based on OS: "solaris2.11" |
267 | 2024-02-09T20:24:38.035Z | + CIDL_BUILD=illumos |
268 | 2024-02-09T20:24:38.035Z | + CIDL_SUFFIX=tar.gz |
269 | 2024-02-09T20:24:38.035Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
270 | 2024-02-09T20:24:38.035Z | + CIDL_URL_BASE=https://illumos.org/downloads |
271 | 2024-02-09T20:24:38.035Z | + CIDL_ASSEMBLE=do_assemble_illumos |
272 | 2024-02-09T20:24:38.035Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
273 | 2024-02-09T20:24:38.035Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-09T20:24:38.035Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-09T20:24:38.035Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
276 | 2024-02-09T20:24:38.035Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-09T20:24:38.035Z | + CIDL_SHA256FUNC=do_sha256sum |
278 | 2024-02-09T20:24:38.035Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-02-09T20:24:38.035Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-02-09T20:24:38.035Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-02-09T20:24:38.035Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2024-02-09T20:24:38.035Z | + mkdir -p out/downloads |
283 | 2024-02-09T20:24:38.035Z | + mkdir -p ./out/cockroachdb |
284 | 2024-02-09T20:24:38.040Z | + local DO_DOWNLOAD=true |
285 | 2024-02-09T20:24:38.040Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2024-02-09T20:24:38.040Z | + '[' true == true ']' |
287 | 2024-02-09T20:24:38.040Z | + echo Downloading... |
288 | 2024-02-09T20:24:38.040Z | Downloading... |
289 | 2024-02-09T20:24:38.041Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-09T20:24:38.041Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-02-09T20:24:42.270Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-09T20:24:42.275Z | ++ sha256sum |
293 | 2024-02-09T20:24:42.275Z | ++ awk '{print $1}' |
294 | 2024-02-09T20:24:42.780Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
295 | 2024-02-09T20:24:42.796Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
296 | 2024-02-09T20:24:42.797Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-09T20:24:42.797Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2024-02-09T20:24:44.668Z | + do_assemble_illumos |
299 | 2024-02-09T20:24:44.668Z | + rm -r ./out/cockroachdb |
300 | 2024-02-09T20:24:44.668Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2024-02-09T20:24:44.957Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2024-02-09T20:24:45.161Z | Build Tag: v22.1.9-dirty |
303 | 2024-02-09T20:24:45.161Z | Build Time: 2022/10/26 21:17:46 |
304 | 2024-02-09T20:24:45.161Z | Distribution: OSS |
305 | 2024-02-09T20:24:45.161Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2024-02-09T20:24:45.162Z | Go Version: go1.17.13 |
307 | 2024-02-09T20:24:45.162Z | C Compiler: gcc 10.3.0 |
308 | 2024-02-09T20:24:45.162Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2024-02-09T20:24:45.162Z | Build Type: release |
310 | 2024-02-09T20:24:45.181Z | + set -o errexit |
311 | 2024-02-09T20:24:45.210Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2024-02-09T20:24:45.210Z | ++ cd ./tools |
313 | 2024-02-09T20:24:45.210Z | ++ pwd |
314 | 2024-02-09T20:24:45.210Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2024-02-09T20:24:45.210Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2024-02-09T20:24:45.210Z | + ARG0=ci_download_clickhouse |
317 | 2024-02-09T20:24:45.210Z | + TARGET_DIR=out |
318 | 2024-02-09T20:24:45.210Z | + DOWNLOAD_DIR=out/downloads |
319 | 2024-02-09T20:24:45.211Z | + DEST_DIR=./out/clickhouse |
320 | 2024-02-09T20:24:45.211Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
321 | 2024-02-09T20:24:45.211Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2024-02-09T20:24:45.211Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2024-02-09T20:24:45.211Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2024-02-09T20:24:45.211Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2024-02-09T20:24:45.211Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2024-02-09T20:24:45.211Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2024-02-09T20:24:45.212Z | + main |
328 | 2024-02-09T20:24:45.212Z | + [[ 0 != 0 ]] |
329 | 2024-02-09T20:24:45.212Z | + CIDL_OS=solaris2.11 |
330 | 2024-02-09T20:24:45.212Z | + [[ 0 != 0 ]] |
331 | 2024-02-09T20:24:45.212Z | + configure_os solaris2.11 |
332 | 2024-02-09T20:24:45.212Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2024-02-09T20:24:45.212Z | + echo 'configuring based on OS: "solaris2.11"' |
334 | 2024-02-09T20:24:45.212Z | + CIDL_DASHREV= |
335 | 2024-02-09T20:24:45.212Z | current directory: /work/oxidecomputer/omicron |
336 | 2024-02-09T20:24:45.212Z | + case "$1" in |
337 | 2024-02-09T20:24:45.213Z | configuring based on OS: "solaris2.11" |
338 | 2024-02-09T20:24:45.213Z | + CIDL_PLATFORM=illumos |
339 | 2024-02-09T20:24:45.213Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2024-02-09T20:24:45.213Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2024-02-09T20:24:45.213Z | + CIDL_DASHREV=-1 |
342 | 2024-02-09T20:24:45.213Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2024-02-09T20:24:45.213Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-09T20:24:45.213Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-09T20:24:45.213Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-09T20:24:45.213Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-02-09T20:24:45.214Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-09T20:24:45.214Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2024-02-09T20:24:45.214Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-02-09T20:24:45.214Z | + mkdir -p out/downloads |
351 | 2024-02-09T20:24:45.222Z | + mkdir -p ./out/clickhouse |
352 | 2024-02-09T20:24:45.222Z | + local DO_DOWNLOAD=true |
353 | 2024-02-09T20:24:45.222Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2024-02-09T20:24:45.222Z | + '[' true == true ']' |
355 | 2024-02-09T20:24:45.223Z | + echo Downloading... |
356 | 2024-02-09T20:24:45.223Z | Downloading... |
357 | 2024-02-09T20:24:45.223Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2024-02-09T20:24:45.223Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-02-09T20:24:46.847Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-09T20:24:46.861Z | ++ md5sum |
361 | 2024-02-09T20:24:46.861Z | ++ awk '{print $1}' |
362 | 2024-02-09T20:24:47.021Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2024-02-09T20:24:47.021Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
364 | 2024-02-09T20:24:47.025Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2024-02-09T20:24:47.025Z | + mkdir -p ./out/clickhouse |
366 | 2024-02-09T20:24:47.025Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2024-02-09T20:24:50.152Z | + ./out/clickhouse/clickhouse server --version |
368 | 2024-02-09T20:24:50.189Z | ClickHouse server version 22.8.9.1. |
369 | 2024-02-09T20:24:50.204Z | + set -o errexit |
370 | 2024-02-09T20:24:50.207Z | +++ dirname ./tools/ci_download_console |
371 | 2024-02-09T20:24:50.210Z | ++ cd ./tools |
372 | 2024-02-09T20:24:50.210Z | ++ pwd |
373 | 2024-02-09T20:24:50.210Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2024-02-09T20:24:50.210Z | ++ basename ./tools/ci_download_console |
375 | 2024-02-09T20:24:50.214Z | + ARG0=ci_download_console |
376 | 2024-02-09T20:24:50.214Z | + TARGET_DIR=out |
377 | 2024-02-09T20:24:50.214Z | + DOWNLOAD_DIR=out/downloads |
378 | 2024-02-09T20:24:50.214Z | + DEST_DIR=./out/console-assets |
379 | 2024-02-09T20:24:50.214Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2024-02-09T20:24:50.214Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
381 | 2024-02-09T20:24:50.214Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
382 | 2024-02-09T20:24:50.214Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
383 | 2024-02-09T20:24:50.214Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2024-02-09T20:24:50.214Z | + main |
385 | 2024-02-09T20:24:50.214Z | + [[ 0 != 0 ]] |
386 | 2024-02-09T20:24:50.214Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
387 | 2024-02-09T20:24:50.214Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
388 | 2024-02-09T20:24:50.214Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2024-02-09T20:24:50.214Z | + local DO_DOWNLOAD=true |
390 | 2024-02-09T20:24:50.214Z | Local file: out/downloads/console.tar.gz |
391 | 2024-02-09T20:24:50.214Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2024-02-09T20:24:50.214Z | + mkdir -p out/downloads |
393 | 2024-02-09T20:24:50.214Z | + '[' true == true ']' |
394 | 2024-02-09T20:24:50.215Z | + echo Downloading... |
395 | 2024-02-09T20:24:50.215Z | Downloading... |
396 | 2024-02-09T20:24:50.215Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
397 | 2024-02-09T20:24:50.215Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
398 | 2024-02-09T20:24:50.887Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2024-02-09T20:24:50.896Z | ++ case "$OSTYPE" in |
400 | 2024-02-09T20:24:50.897Z | ++ SHA=sha256sum |
401 | 2024-02-09T20:24:50.897Z | ++ sha256sum |
402 | 2024-02-09T20:24:50.897Z | ++ awk '{print $1}' |
403 | 2024-02-09T20:24:50.897Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
404 | 2024-02-09T20:24:50.897Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
405 | 2024-02-09T20:24:50.897Z | + rm -rf ./out/console-assets |
406 | 2024-02-09T20:24:50.897Z | + mkdir -p ./out/console-assets |
407 | 2024-02-09T20:24:50.897Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2024-02-09T20:24:50.897Z | + mkdir -p ./out/console-assets |
409 | 2024-02-09T20:24:50.897Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2024-02-09T20:24:50.985Z | + set -o errexit |
411 | 2024-02-09T20:24:50.991Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2024-02-09T20:24:50.991Z | ++ cd ./tools |
413 | 2024-02-09T20:24:50.992Z | ++ pwd |
414 | 2024-02-09T20:24:50.992Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2024-02-09T20:24:50.992Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2024-02-09T20:24:50.992Z | + ARG0=ci_download_maghemite_openapi |
417 | 2024-02-09T20:24:50.992Z | + TARGET_DIR=out |
418 | 2024-02-09T20:24:50.992Z | + DOWNLOAD_DIR=out/downloads |
419 | 2024-02-09T20:24:50.993Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
420 | 2024-02-09T20:24:50.993Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
421 | 2024-02-09T20:24:50.993Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
422 | 2024-02-09T20:24:50.993Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
423 | 2024-02-09T20:24:50.993Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
424 | 2024-02-09T20:24:50.994Z | + main |
425 | 2024-02-09T20:24:50.994Z | + [[ 0 != 0 ]] |
426 | 2024-02-09T20:24:50.994Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
427 | 2024-02-09T20:24:50.994Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
428 | 2024-02-09T20:24:50.994Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
429 | 2024-02-09T20:24:50.995Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
430 | 2024-02-09T20:24:50.995Z | + local DO_DOWNLOAD=true |
431 | 2024-02-09T20:24:50.995Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
432 | 2024-02-09T20:24:50.995Z | + mkdir -p out/downloads |
433 | 2024-02-09T20:24:50.995Z | + '[' true == true ']' |
434 | 2024-02-09T20:24:50.996Z | + echo Downloading... |
435 | 2024-02-09T20:24:50.996Z | Downloading... |
436 | 2024-02-09T20:24:50.996Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
437 | 2024-02-09T20:24:50.996Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
438 | 2024-02-09T20:24:51.185Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
439 | 2024-02-09T20:24:51.185Z | ++ case "$OSTYPE" in |
440 | 2024-02-09T20:24:51.188Z | ++ SHA=sha256sum |
441 | 2024-02-09T20:24:51.188Z | ++ sha256sum |
442 | 2024-02-09T20:24:51.189Z | ++ awk '{print $1}' |
443 | 2024-02-09T20:24:51.193Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
444 | 2024-02-09T20:24:51.193Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
445 | 2024-02-09T20:24:51.193Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
446 | 2024-02-09T20:24:51.193Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
447 | 2024-02-09T20:24:51.193Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
448 | 2024-02-09T20:24:51.193Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
449 | 2024-02-09T20:24:51.193Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
450 | 2024-02-09T20:24:51.193Z | + main |
451 | 2024-02-09T20:24:51.193Z | + [[ 0 != 0 ]] |
452 | 2024-02-09T20:24:51.193Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
453 | 2024-02-09T20:24:51.193Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
454 | 2024-02-09T20:24:51.193Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
455 | 2024-02-09T20:24:51.194Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
456 | 2024-02-09T20:24:51.194Z | + local DO_DOWNLOAD=true |
457 | 2024-02-09T20:24:51.194Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
458 | 2024-02-09T20:24:51.194Z | + mkdir -p out/downloads |
459 | 2024-02-09T20:24:51.194Z | + '[' true == true ']' |
460 | 2024-02-09T20:24:51.194Z | + echo Downloading... |
461 | 2024-02-09T20:24:51.194Z | Downloading... |
462 | 2024-02-09T20:24:51.194Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
463 | 2024-02-09T20:24:51.194Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
464 | 2024-02-09T20:24:51.400Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
465 | 2024-02-09T20:24:51.411Z | ++ case "$OSTYPE" in |
466 | 2024-02-09T20:24:51.411Z | ++ SHA=sha256sum |
467 | 2024-02-09T20:24:51.411Z | ++ sha256sum |
468 | 2024-02-09T20:24:51.412Z | ++ awk '{print $1}' |
469 | 2024-02-09T20:24:51.412Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
470 | 2024-02-09T20:24:51.412Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
471 | 2024-02-09T20:24:51.412Z | + set -o errexit |
472 | 2024-02-09T20:24:51.413Z | +++ dirname ./tools/ci_download_dendrite_openapi |
473 | 2024-02-09T20:24:51.413Z | ++ cd ./tools |
474 | 2024-02-09T20:24:51.413Z | ++ pwd |
475 | 2024-02-09T20:24:51.413Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
476 | 2024-02-09T20:24:51.414Z | ++ basename ./tools/ci_download_dendrite_openapi |
477 | 2024-02-09T20:24:51.414Z | + ARG0=ci_download_dendrite_openapi |
478 | 2024-02-09T20:24:51.414Z | + TARGET_DIR=out |
479 | 2024-02-09T20:24:51.414Z | + DOWNLOAD_DIR=out/downloads |
480 | 2024-02-09T20:24:51.414Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2024-02-09T20:24:51.415Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
482 | 2024-02-09T20:24:51.415Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
483 | 2024-02-09T20:24:51.415Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
484 | 2024-02-09T20:24:51.415Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
485 | 2024-02-09T20:24:51.416Z | + main |
486 | 2024-02-09T20:24:51.416Z | + [[ 0 != 0 ]] |
487 | 2024-02-09T20:24:51.416Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
488 | 2024-02-09T20:24:51.416Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
489 | 2024-02-09T20:24:51.417Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
490 | 2024-02-09T20:24:51.417Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
491 | 2024-02-09T20:24:51.417Z | + local DO_DOWNLOAD=true |
492 | 2024-02-09T20:24:51.417Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
493 | 2024-02-09T20:24:51.418Z | + mkdir -p out/downloads |
494 | 2024-02-09T20:24:51.427Z | + '[' true == true ']' |
495 | 2024-02-09T20:24:51.427Z | + echo Downloading... |
496 | 2024-02-09T20:24:51.428Z | Downloading... |
497 | 2024-02-09T20:24:51.428Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
498 | 2024-02-09T20:24:51.428Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
499 | 2024-02-09T20:24:51.687Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
500 | 2024-02-09T20:24:51.687Z | ++ case "$OSTYPE" in |
501 | 2024-02-09T20:24:51.692Z | ++ SHA=sha256sum |
502 | 2024-02-09T20:24:51.693Z | ++ sha256sum |
503 | 2024-02-09T20:24:51.693Z | ++ awk '{print $1}' |
504 | 2024-02-09T20:24:51.693Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
505 | 2024-02-09T20:24:51.693Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
506 | 2024-02-09T20:24:51.699Z | + set -o errexit |
507 | 2024-02-09T20:24:51.699Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2024-02-09T20:24:51.699Z | ++ cd ./tools |
509 | 2024-02-09T20:24:51.699Z | ++ pwd |
510 | 2024-02-09T20:24:51.714Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2024-02-09T20:24:51.714Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2024-02-09T20:24:51.714Z | + ARG0=ci_download_dendrite_stub |
513 | 2024-02-09T20:24:51.715Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2024-02-09T20:24:51.715Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
515 | 2024-02-09T20:24:51.715Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
516 | 2024-02-09T20:24:51.715Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
517 | 2024-02-09T20:24:51.715Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2024-02-09T20:24:51.715Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
519 | 2024-02-09T20:24:51.715Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
520 | 2024-02-09T20:24:51.716Z | + TARGET_DIR=out |
521 | 2024-02-09T20:24:51.716Z | + DOWNLOAD_DIR=out/downloads |
522 | 2024-02-09T20:24:51.716Z | + DEST_DIR=./out/dendrite-stub |
523 | 2024-02-09T20:24:51.716Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
524 | 2024-02-09T20:24:51.716Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2024-02-09T20:24:51.716Z | + REPO=oxidecomputer/dendrite |
526 | 2024-02-09T20:24:51.717Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
527 | 2024-02-09T20:24:51.717Z | + main |
528 | 2024-02-09T20:24:51.717Z | + [[ 0 != 0 ]] |
529 | 2024-02-09T20:24:51.717Z | + CIDL_OS=solaris2.11 |
530 | 2024-02-09T20:24:51.717Z | + [[ 0 != 0 ]] |
531 | 2024-02-09T20:24:51.718Z | + configure_os solaris2.11 |
532 | 2024-02-09T20:24:51.718Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2024-02-09T20:24:51.718Z | current directory: /work/oxidecomputer/omicron |
534 | 2024-02-09T20:24:51.718Z | + echo 'configuring based on OS: "solaris2.11"' |
535 | 2024-02-09T20:24:51.718Z | configuring based on OS: "solaris2.11" |
536 | 2024-02-09T20:24:51.718Z | + case "$1" in |
537 | 2024-02-09T20:24:51.719Z | + SET_BINARIES= |
538 | 2024-02-09T20:24:51.719Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
539 | 2024-02-09T20:24:51.719Z | + CIDL_SHA256FUNC=do_sha256sum |
540 | 2024-02-09T20:24:51.719Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
541 | 2024-02-09T20:24:51.719Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
542 | 2024-02-09T20:24:51.719Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
543 | 2024-02-09T20:24:51.719Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
544 | 2024-02-09T20:24:51.719Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
545 | 2024-02-09T20:24:51.719Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
546 | 2024-02-09T20:24:51.720Z | Local file: out/downloads/dendrite-stub.tar.gz |
547 | 2024-02-09T20:24:51.720Z | + mkdir -p out/downloads |
548 | 2024-02-09T20:24:51.720Z | + mkdir -p ./out/dendrite-stub |
549 | 2024-02-09T20:24:51.720Z | + fetch_and_verify |
550 | 2024-02-09T20:24:51.720Z | + local DO_DOWNLOAD=true |
551 | 2024-02-09T20:24:51.720Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
552 | 2024-02-09T20:24:51.721Z | + '[' true == true ']' |
553 | 2024-02-09T20:24:51.721Z | + echo Downloading... |
554 | 2024-02-09T20:24:51.721Z | Downloading... |
555 | 2024-02-09T20:24:51.721Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
556 | 2024-02-09T20:24:51.721Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
557 | 2024-02-09T20:25:00.494Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-09T20:25:00.504Z | ++ sha256sum |
559 | 2024-02-09T20:25:00.504Z | ++ awk '{print $1}' |
560 | 2024-02-09T20:25:00.517Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
561 | 2024-02-09T20:25:00.517Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
562 | 2024-02-09T20:25:00.517Z | + do_untar out/downloads/dendrite-stub.tar.gz |
563 | 2024-02-09T20:25:00.517Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
564 | 2024-02-09T20:25:01.200Z | + do_assemble |
565 | 2024-02-09T20:25:01.200Z | + rm -r ./out/dendrite-stub |
566 | 2024-02-09T20:25:01.204Z | + mkdir ./out/dendrite-stub |
567 | 2024-02-09T20:25:01.208Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
568 | 2024-02-09T20:25:01.299Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
569 | 2024-02-09T20:25:01.310Z | + set -o errexit |
570 | 2024-02-09T20:25:01.314Z | +++ dirname ./tools/ci_download_maghemite_mgd |
571 | 2024-02-09T20:25:01.314Z | ++ cd ./tools |
572 | 2024-02-09T20:25:01.314Z | ++ pwd |
573 | 2024-02-09T20:25:01.318Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
574 | 2024-02-09T20:25:01.318Z | ++ basename ./tools/ci_download_maghemite_mgd |
575 | 2024-02-09T20:25:01.318Z | + ARG0=ci_download_maghemite_mgd |
576 | 2024-02-09T20:25:01.318Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
577 | 2024-02-09T20:25:01.318Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
578 | 2024-02-09T20:25:01.318Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
579 | 2024-02-09T20:25:01.318Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
580 | 2024-02-09T20:25:01.318Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
581 | 2024-02-09T20:25:01.318Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
582 | 2024-02-09T20:25:01.319Z | + TARGET_DIR=out |
583 | 2024-02-09T20:25:01.319Z | + DOWNLOAD_DIR=out/downloads |
584 | 2024-02-09T20:25:01.319Z | + DEST_DIR=./out/mgd |
585 | 2024-02-09T20:25:01.319Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
586 | 2024-02-09T20:25:01.319Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2024-02-09T20:25:01.319Z | + REPO=oxidecomputer/maghemite |
588 | 2024-02-09T20:25:01.319Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
589 | 2024-02-09T20:25:01.319Z | + main |
590 | 2024-02-09T20:25:01.319Z | + [[ 0 != 0 ]] |
591 | 2024-02-09T20:25:01.319Z | + CIDL_OS=solaris2.11 |
592 | 2024-02-09T20:25:01.319Z | + [[ 0 != 0 ]] |
593 | 2024-02-09T20:25:01.319Z | + configure_os solaris2.11 |
594 | 2024-02-09T20:25:01.319Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2024-02-09T20:25:01.319Z | + echo 'configuring based on OS: "solaris2.11"' |
596 | 2024-02-09T20:25:01.319Z | current directory: /work/oxidecomputer/omicron |
597 | 2024-02-09T20:25:01.320Z | configuring based on OS: "solaris2.11" |
598 | 2024-02-09T20:25:01.320Z | + case "$1" in |
599 | 2024-02-09T20:25:01.320Z | + SET_BINARIES= |
600 | 2024-02-09T20:25:01.325Z | + CIDL_SHA256FUNC=do_sha256sum |
601 | 2024-02-09T20:25:01.325Z | + TARBALL_FILENAME=mgd.tar.gz |
602 | 2024-02-09T20:25:01.325Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
603 | 2024-02-09T20:25:01.325Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
604 | 2024-02-09T20:25:01.325Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
605 | 2024-02-09T20:25:01.326Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
606 | 2024-02-09T20:25:01.326Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
607 | 2024-02-09T20:25:01.326Z | + mkdir -p out/downloads |
608 | 2024-02-09T20:25:01.326Z | Local file: out/downloads/mgd.tar.gz |
609 | 2024-02-09T20:25:01.326Z | + mkdir -p ./out/mgd |
610 | 2024-02-09T20:25:01.326Z | + fetch_and_verify |
611 | 2024-02-09T20:25:01.326Z | + local DO_DOWNLOAD=true |
612 | 2024-02-09T20:25:01.326Z | + [[ -f out/downloads/mgd.tar.gz ]] |
613 | 2024-02-09T20:25:01.326Z | + '[' true == true ']' |
614 | 2024-02-09T20:25:01.326Z | + echo Downloading... |
615 | 2024-02-09T20:25:01.326Z | Downloading... |
616 | 2024-02-09T20:25:01.326Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
617 | 2024-02-09T20:25:01.326Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
618 | 2024-02-09T20:25:06.844Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
619 | 2024-02-09T20:25:06.848Z | ++ sha256sum |
620 | 2024-02-09T20:25:06.848Z | ++ awk '{print $1}' |
621 | 2024-02-09T20:25:06.865Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
622 | 2024-02-09T20:25:06.871Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
623 | 2024-02-09T20:25:06.871Z | + do_untar out/downloads/mgd.tar.gz |
624 | 2024-02-09T20:25:06.871Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
625 | 2024-02-09T20:25:07.324Z | + do_assemble |
626 | 2024-02-09T20:25:07.324Z | + rm -r ./out/mgd |
627 | 2024-02-09T20:25:07.753Z | + mkdir ./out/mgd |
628 | 2024-02-09T20:25:07.753Z | + cp -r out/downloads/root ./out/mgd/root |
629 | 2024-02-09T20:25:07.783Z | + set -o errexit |
630 | 2024-02-09T20:25:07.783Z | +++ dirname ./tools/ci_download_transceiver_control |
631 | 2024-02-09T20:25:07.784Z | ++ cd ./tools |
632 | 2024-02-09T20:25:07.784Z | ++ pwd |
633 | 2024-02-09T20:25:07.785Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2024-02-09T20:25:07.785Z | ++ basename ./tools/ci_download_transceiver_control |
635 | 2024-02-09T20:25:07.785Z | + ARG0=ci_download_transceiver_control |
636 | 2024-02-09T20:25:07.785Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
637 | 2024-02-09T20:25:07.785Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2024-02-09T20:25:07.786Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2024-02-09T20:25:07.786Z | + TARGET_DIR=out |
640 | 2024-02-09T20:25:07.786Z | + DOWNLOAD_DIR=out/downloads |
641 | 2024-02-09T20:25:07.786Z | + DEST_DIR=./out/transceiver-control |
642 | 2024-02-09T20:25:07.787Z | + BIN_DIR=/opt/oxide/bin |
643 | 2024-02-09T20:25:07.787Z | + BINARY=xcvradm |
644 | 2024-02-09T20:25:07.787Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2024-02-09T20:25:07.787Z | + REPO=oxidecomputer/transceiver-control |
646 | 2024-02-09T20:25:07.787Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2024-02-09T20:25:07.788Z | + main |
648 | 2024-02-09T20:25:07.788Z | + [[ 0 != 0 ]] |
649 | 2024-02-09T20:25:07.788Z | + CIDL_OS=solaris2.11 |
650 | 2024-02-09T20:25:07.788Z | + [[ 0 != 0 ]] |
651 | 2024-02-09T20:25:07.788Z | + configure_os solaris2.11 |
652 | 2024-02-09T20:25:07.788Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2024-02-09T20:25:07.789Z | + echo 'configuring based on OS: "solaris2.11"' |
654 | 2024-02-09T20:25:07.789Z | current directory: /work/oxidecomputer/omicron |
655 | 2024-02-09T20:25:07.789Z | configuring based on OS: "solaris2.11" |
656 | 2024-02-09T20:25:07.789Z | + case "$1" in |
657 | 2024-02-09T20:25:07.790Z | + SET_BINARIES= |
658 | 2024-02-09T20:25:07.790Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-02-09T20:25:07.790Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2024-02-09T20:25:07.790Z | + ARCHIVE_FILENAME=xcvradm.gz |
661 | 2024-02-09T20:25:07.790Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2024-02-09T20:25:07.791Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
663 | 2024-02-09T20:25:07.791Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
664 | 2024-02-09T20:25:07.791Z | + echo 'Local file: out/downloads/xcvradm.gz' |
665 | 2024-02-09T20:25:07.792Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2024-02-09T20:25:07.792Z | Local file: out/downloads/xcvradm.gz |
667 | 2024-02-09T20:25:07.792Z | + mkdir -p out/downloads |
668 | 2024-02-09T20:25:07.792Z | + mkdir -p ./out/transceiver-control |
669 | 2024-02-09T20:25:07.793Z | + fetch_and_verify |
670 | 2024-02-09T20:25:07.793Z | + local DO_DOWNLOAD=true |
671 | 2024-02-09T20:25:07.793Z | + [[ -f out/downloads/xcvradm.gz ]] |
672 | 2024-02-09T20:25:07.793Z | + '[' true == true ']' |
673 | 2024-02-09T20:25:07.794Z | + echo Downloading... |
674 | 2024-02-09T20:25:07.794Z | Downloading... |
675 | 2024-02-09T20:25:07.794Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
676 | 2024-02-09T20:25:07.794Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2024-02-09T20:25:11.189Z | ++ do_sha256sum out/downloads/xcvradm.gz |
678 | 2024-02-09T20:25:11.208Z | ++ sha256sum |
679 | 2024-02-09T20:25:11.208Z | ++ awk '{print $1}' |
680 | 2024-02-09T20:25:11.208Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2024-02-09T20:25:11.208Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
682 | 2024-02-09T20:25:11.209Z | + do_unpack out/downloads/xcvradm.gz |
683 | 2024-02-09T20:25:11.209Z | + mkdir -p out/downloads/root//opt/oxide/bin |
684 | 2024-02-09T20:25:11.209Z | + gzip -dc out/downloads/xcvradm.gz |
685 | 2024-02-09T20:25:11.317Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
686 | 2024-02-09T20:25:11.321Z | + do_assemble |
687 | 2024-02-09T20:25:11.321Z | + rm -r ./out/transceiver-control |
688 | 2024-02-09T20:25:11.321Z | + mkdir ./out/transceiver-control |
689 | 2024-02-09T20:25:11.330Z | + cp -r out/downloads/root ./out/transceiver-control/root |
690 | 2024-02-09T20:25:11.475Z | All prerequisites installed successfully |
691 | 2024-02-09T20:25:11.482Z | |
692 | 2024-02-09T20:25:11.482Z | real 2:03.874616407 |
693 | 2024-02-09T20:25:11.482Z | user 34.136175343 |
694 | 2024-02-09T20:25:11.482Z | sys 6.591365862 |
695 | 2024-02-09T20:25:11.482Z | trap 0.007798272 |
696 | 2024-02-09T20:25:11.482Z | tflt 0.277661991 |
697 | 2024-02-09T20:25:11.482Z | dflt 0.791500168 |
698 | 2024-02-09T20:25:11.483Z | kflt 0.248183432 |
699 | 2024-02-09T20:25:11.483Z | lock 1.384767441 |
700 | 2024-02-09T20:25:11.483Z | slp 4:05.717040450 |
701 | 2024-02-09T20:25:11.484Z | lat 1.853903618 |
702 | 2024-02-09T20:25:11.484Z | stop 0.137496226 |
703 | 2024-02-09T20:25:11.484Z | + banner end-to-end-tests |
704 | 2024-02-09T20:25:11.569Z | |
705 | 2024-02-09T20:25:11.569Z | ###### # # ##### ##### #### ###### # # ##### |
706 | 2024-02-09T20:25:11.569Z | # ## # # # # # # # ## # # # |
707 | 2024-02-09T20:25:11.569Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
708 | 2024-02-09T20:25:11.569Z | # # # # # # # # # # # # # # # |
709 | 2024-02-09T20:25:11.570Z | # # ## # # # # # # # ## # # |
710 | 2024-02-09T20:25:11.570Z | ###### # # ##### # #### ###### # # ##### |
711 | 2024-02-09T20:25:11.570Z | |
712 | 2024-02-09T20:25:11.587Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
713 | 2024-02-09T20:25:11.587Z | + CARGO_PROFILE_DEV_DEBUG=1 |
714 | 2024-02-09T20:25:11.587Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
715 | 2024-02-09T20:25:11.587Z | + CARGO_PROFILE_TEST_DEBUG=1 |
716 | 2024-02-09T20:25:11.587Z | + export CARGO_INCREMENTAL=0 |
717 | 2024-02-09T20:25:11.588Z | + CARGO_INCREMENTAL=0 |
718 | 2024-02-09T20:25:11.588Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
719 | 2024-02-09T20:25:11.768Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
720 | 2024-02-09T20:25:12.098Z | Updating git repository `https://github.com/oxidecomputer/samael` |
721 | 2024-02-09T20:25:12.442Z | Updating crates.io index |
722 | 2024-02-09T20:25:12.511Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2024-02-09T20:25:13.169Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2024-02-09T20:25:15.055Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2024-02-09T20:25:15.619Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
726 | 2024-02-09T20:25:15.913Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
727 | 2024-02-09T20:25:16.172Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
728 | 2024-02-09T20:25:16.419Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2024-02-09T20:25:17.229Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2024-02-09T20:25:19.288Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2024-02-09T20:25:20.241Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
732 | 2024-02-09T20:25:20.522Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2024-02-09T20:25:21.037Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
734 | 2024-02-09T20:25:27.040Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
735 | 2024-02-09T20:25:27.445Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2024-02-09T20:25:27.446Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2024-02-09T20:25:27.446Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2024-02-09T20:25:27.446Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
739 | 2024-02-09T20:25:27.446Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2024-02-09T20:25:27.446Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
741 | 2024-02-09T20:25:27.446Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
742 | 2024-02-09T20:25:27.447Z | Updating git repository `https://github.com/jgallagher/nix` |
743 | 2024-02-09T20:25:27.473Z | Updating git repository `https://github.com/cbiffle/hubpack` |
744 | 2024-02-09T20:25:27.473Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2024-02-09T20:25:27.473Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2024-02-09T20:25:27.607Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2024-02-09T20:25:27.820Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2024-02-09T20:25:29.142Z | Downloading crates ... |
749 | 2024-02-09T20:25:29.315Z | Downloaded addr2line v0.21.0 |
750 | 2024-02-09T20:25:29.325Z | Downloaded memmap v0.7.0 |
751 | 2024-02-09T20:25:29.339Z | Downloaded md5 v0.7.0 |
752 | 2024-02-09T20:25:29.339Z | Downloaded colorchoice v1.0.0 |
753 | 2024-02-09T20:25:29.356Z | Downloaded normalize-line-endings v0.3.0 |
754 | 2024-02-09T20:25:29.356Z | Downloaded md-5 v0.10.5 |
755 | 2024-02-09T20:25:29.357Z | Downloaded match_cfg v0.1.0 |
756 | 2024-02-09T20:25:29.357Z | Downloaded constant_time_eq v0.3.0 |
757 | 2024-02-09T20:25:29.357Z | Downloaded ciborium-io v0.2.2 |
758 | 2024-02-09T20:25:29.361Z | Downloaded convert_case v0.4.0 |
759 | 2024-02-09T20:25:29.361Z | Downloaded chacha20 v0.9.1 |
760 | 2024-02-09T20:25:29.361Z | Downloaded pin-utils v0.1.0 |
761 | 2024-02-09T20:25:29.361Z | Downloaded atomicwrites v0.4.3 |
762 | 2024-02-09T20:25:29.364Z | Downloaded once_cell v1.19.0 |
763 | 2024-02-09T20:25:29.365Z | Downloaded num_enum_derive v0.5.11 |
764 | 2024-02-09T20:25:29.372Z | Downloaded native-tls v0.2.11 |
765 | 2024-02-09T20:25:29.373Z | Downloaded opaque-debug v0.3.0 |
766 | 2024-02-09T20:25:29.382Z | Downloaded option-ext v0.2.0 |
767 | 2024-02-09T20:25:29.382Z | Downloaded polyval v0.6.1 |
768 | 2024-02-09T20:25:29.382Z | Downloaded plain v0.2.3 |
769 | 2024-02-09T20:25:29.382Z | Downloaded pkcs8 v0.10.2 |
770 | 2024-02-09T20:25:29.392Z | Downloaded parking_lot v0.11.2 |
771 | 2024-02-09T20:25:29.392Z | Downloaded const-oid v0.9.5 |
772 | 2024-02-09T20:25:29.392Z | Downloaded async-stream v0.3.5 |
773 | 2024-02-09T20:25:29.392Z | Downloaded num-integer v0.1.45 |
774 | 2024-02-09T20:25:29.405Z | Downloaded adler v1.0.2 |
775 | 2024-02-09T20:25:29.405Z | Downloaded pest_generator v2.7.6 |
776 | 2024-02-09T20:25:29.405Z | Downloaded console v0.15.8 |
777 | 2024-02-09T20:25:29.405Z | Downloaded crossbeam-deque v0.8.3 |
778 | 2024-02-09T20:25:29.406Z | Downloaded openssl-macros v0.1.1 |
779 | 2024-02-09T20:25:29.406Z | Downloaded atty v0.2.14 |
780 | 2024-02-09T20:25:29.406Z | Downloaded async-stream-impl v0.3.5 |
781 | 2024-02-09T20:25:29.413Z | Downloaded cstr-argument v0.1.2 |
782 | 2024-02-09T20:25:29.413Z | Downloaded parking_lot v0.12.1 |
783 | 2024-02-09T20:25:29.413Z | Downloaded anstream v0.5.0 |
784 | 2024-02-09T20:25:29.416Z | Downloaded bzip2 v0.4.4 |
785 | 2024-02-09T20:25:29.416Z | Downloaded bitflags v2.4.0 |
786 | 2024-02-09T20:25:29.433Z | Downloaded phf_shared v0.10.0 |
787 | 2024-02-09T20:25:29.433Z | Downloaded darling_macro v0.20.3 |
788 | 2024-02-09T20:25:29.433Z | Downloaded block-buffer v0.10.4 |
789 | 2024-02-09T20:25:29.433Z | Downloaded pin-project-lite v0.2.13 |
790 | 2024-02-09T20:25:29.440Z | Downloaded crc32fast v1.3.2 |
791 | 2024-02-09T20:25:29.441Z | Downloaded openssl-probe v0.1.5 |
792 | 2024-02-09T20:25:29.441Z | Downloaded curve25519-dalek-derive v0.1.0 |
793 | 2024-02-09T20:25:29.444Z | Downloaded num_threads v0.1.6 |
794 | 2024-02-09T20:25:29.444Z | Downloaded paste v1.0.14 |
795 | 2024-02-09T20:25:29.447Z | Downloaded pem-rfc7468 v0.7.0 |
796 | 2024-02-09T20:25:29.452Z | Downloaded block-padding v0.3.3 |
797 | 2024-02-09T20:25:29.452Z | Downloaded defmt-parser v0.3.3 |
798 | 2024-02-09T20:25:29.455Z | Downloaded autocfg v1.1.0 |
799 | 2024-02-09T20:25:29.455Z | Downloaded base64ct v1.6.0 |
800 | 2024-02-09T20:25:29.459Z | Downloaded anstyle v1.0.2 |
801 | 2024-02-09T20:25:29.463Z | Downloaded deranged v0.3.8 |
802 | 2024-02-09T20:25:29.463Z | Downloaded crypto-common v0.1.6 |
803 | 2024-02-09T20:25:29.463Z | Downloaded p256 v0.13.2 |
804 | 2024-02-09T20:25:29.466Z | Downloaded toolchain_find v0.2.0 |
805 | 2024-02-09T20:25:29.469Z | Downloaded endian-type v0.1.2 |
806 | 2024-02-09T20:25:29.469Z | Downloaded memchr v2.6.3 |
807 | 2024-02-09T20:25:29.474Z | Downloaded linear-map v1.2.0 |
808 | 2024-02-09T20:25:29.478Z | Downloaded pem v3.0.2 |
809 | 2024-02-09T20:25:29.482Z | Downloaded libefi-sys v0.1.0 |
810 | 2024-02-09T20:25:29.482Z | Downloaded headers-core v0.2.0 |
811 | 2024-02-09T20:25:29.485Z | Downloaded macaddr v1.0.1 |
812 | 2024-02-09T20:25:29.485Z | Downloaded blowfish v0.9.1 |
813 | 2024-02-09T20:25:29.485Z | Downloaded cipher v0.4.4 |
814 | 2024-02-09T20:25:29.489Z | Downloaded lazy_static v1.4.0 |
815 | 2024-02-09T20:25:29.489Z | Downloaded cbc v0.1.2 |
816 | 2024-02-09T20:25:29.492Z | Downloaded byteorder v1.5.0 |
817 | 2024-02-09T20:25:29.492Z | Downloaded linked-hash-map v0.5.6 |
818 | 2024-02-09T20:25:29.495Z | Downloaded pbkdf2 v0.11.0 |
819 | 2024-02-09T20:25:29.499Z | Downloaded managed v0.8.0 |
820 | 2024-02-09T20:25:29.499Z | Downloaded darling v0.20.3 |
821 | 2024-02-09T20:25:29.502Z | Downloaded num_enum v0.5.11 |
822 | 2024-02-09T20:25:29.507Z | Downloaded arc-swap v1.6.0 |
823 | 2024-02-09T20:25:29.511Z | Downloaded enum-as-inner v0.5.1 |
824 | 2024-02-09T20:25:29.515Z | Downloaded async-trait v0.1.77 |
825 | 2024-02-09T20:25:29.518Z | Downloaded backoff v0.4.0 |
826 | 2024-02-09T20:25:29.521Z | Downloaded scroll_derive v0.12.0 |
827 | 2024-02-09T20:25:29.524Z | Downloaded untrusted v0.9.0 |
828 | 2024-02-09T20:25:29.527Z | Downloaded phf v0.11.2 |
829 | 2024-02-09T20:25:29.527Z | Downloaded lock_api v0.4.10 |
830 | 2024-02-09T20:25:29.530Z | Downloaded topological-sort v0.2.2 |
831 | 2024-02-09T20:25:29.530Z | Downloaded tower-service v0.3.2 |
832 | 2024-02-09T20:25:29.530Z | Downloaded camino-tempfile v1.1.1 |
833 | 2024-02-09T20:25:29.533Z | Downloaded ghash v0.5.0 |
834 | 2024-02-09T20:25:29.536Z | Downloaded futures-task v0.3.30 |
835 | 2024-02-09T20:25:29.536Z | Downloaded untrusted v0.7.1 |
836 | 2024-02-09T20:25:29.536Z | Downloaded iana-time-zone v0.1.57 |
837 | 2024-02-09T20:25:29.539Z | Downloaded cancel-safe-futures v0.1.5 |
838 | 2024-02-09T20:25:29.542Z | Downloaded memmap2 v0.7.1 |
839 | 2024-02-09T20:25:29.545Z | Downloaded ipnetwork v0.20.0 |
840 | 2024-02-09T20:25:29.549Z | Downloaded log v0.4.20 |
841 | 2024-02-09T20:25:29.549Z | Downloaded camino v1.1.6 |
842 | 2024-02-09T20:25:29.552Z | Downloaded structmeta-derive v0.3.0 |
843 | 2024-02-09T20:25:29.552Z | Downloaded phf_shared v0.11.2 |
844 | 2024-02-09T20:25:29.552Z | Downloaded diesel_table_macro_syntax v0.1.0 |
845 | 2024-02-09T20:25:29.555Z | Downloaded derive_more v0.99.17 |
846 | 2024-02-09T20:25:29.559Z | Downloaded diesel_derives v2.1.2 |
847 | 2024-02-09T20:25:29.562Z | Downloaded serde_path_to_error v0.1.15 |
848 | 2024-02-09T20:25:29.565Z | Downloaded mio v0.8.9 |
849 | 2024-02-09T20:25:29.569Z | Downloaded secrecy v0.8.0 |
850 | 2024-02-09T20:25:29.572Z | Downloaded hubpack v0.1.2 |
851 | 2024-02-09T20:25:29.572Z | Downloaded rfc6979 v0.4.0 |
852 | 2024-02-09T20:25:29.575Z | Downloaded same-file v1.0.6 |
853 | 2024-02-09T20:25:29.575Z | Downloaded scheduled-thread-pool v0.2.7 |
854 | 2024-02-09T20:25:29.581Z | Downloaded russh-cryptovec v0.7.0 |
855 | 2024-02-09T20:25:29.581Z | Downloaded futures-io v0.3.30 |
856 | 2024-02-09T20:25:29.581Z | Downloaded rustls-pemfile v2.0.0 |
857 | 2024-02-09T20:25:29.584Z | Downloaded derive-where v1.2.7 |
858 | 2024-02-09T20:25:29.584Z | Downloaded time-macros v0.2.13 |
859 | 2024-02-09T20:25:29.587Z | Downloaded predicates-core v1.0.6 |
860 | 2024-02-09T20:25:29.587Z | Downloaded quote v1.0.35 |
861 | 2024-02-09T20:25:29.590Z | Downloaded serde_urlencoded v0.7.1 |
862 | 2024-02-09T20:25:29.595Z | Downloaded hash32 v0.2.1 |
863 | 2024-02-09T20:25:29.595Z | Downloaded crossbeam-utils v0.8.16 |
864 | 2024-02-09T20:25:29.598Z | Downloaded slog-async v2.8.0 |
865 | 2024-02-09T20:25:29.598Z | Downloaded num-traits v0.2.16 |
866 | 2024-02-09T20:25:29.601Z | Downloaded rustls-pemfile v1.0.3 |
867 | 2024-02-09T20:25:29.601Z | Downloaded flagset v0.4.3 |
868 | 2024-02-09T20:25:29.605Z | Downloaded futures-macro v0.3.30 |
869 | 2024-02-09T20:25:29.605Z | Downloaded unicode-xid v0.2.4 |
870 | 2024-02-09T20:25:29.608Z | Downloaded serde_with_macros v3.6.0 |
871 | 2024-02-09T20:25:29.609Z | Downloaded equivalent v1.0.1 |
872 | 2024-02-09T20:25:29.630Z | Downloaded subtle v2.5.0 |
873 | 2024-02-09T20:25:29.631Z | Downloaded darling_core v0.20.3 |
874 | 2024-02-09T20:25:29.631Z | Downloaded unicode-width v0.1.11 |
875 | 2024-02-09T20:25:29.631Z | Downloaded sec1 v0.7.3 |
876 | 2024-02-09T20:25:29.653Z | Downloaded slog-bunyan v2.5.0 |
877 | 2024-02-09T20:25:29.653Z | Downloaded slab v0.4.9 |
878 | 2024-02-09T20:25:29.654Z | Downloaded rustls-pki-types v1.1.0 |
879 | 2024-02-09T20:25:29.654Z | Downloaded tinyvec v1.6.0 |
880 | 2024-02-09T20:25:29.654Z | Downloaded zone_cfg_derive v0.3.0 |
881 | 2024-02-09T20:25:29.654Z | Downloaded typenum v1.16.0 |
882 | 2024-02-09T20:25:29.654Z | Downloaded foreign-types-shared v0.1.1 |
883 | 2024-02-09T20:25:29.655Z | Downloaded thiserror v1.0.56 |
884 | 2024-02-09T20:25:29.655Z | Downloaded quick-error v1.2.3 |
885 | 2024-02-09T20:25:29.655Z | Downloaded sct v0.7.0 |
886 | 2024-02-09T20:25:29.655Z | Downloaded unicode-ident v1.0.12 |
887 | 2024-02-09T20:25:29.655Z | Downloaded hmac v0.12.1 |
888 | 2024-02-09T20:25:29.679Z | Downloaded defmt v0.3.5 |
889 | 2024-02-09T20:25:29.679Z | Downloaded vec_map v0.8.2 |
890 | 2024-02-09T20:25:29.679Z | Downloaded foreign-types v0.5.0 |
891 | 2024-02-09T20:25:29.679Z | Downloaded openssl-sys v0.9.96 |
892 | 2024-02-09T20:25:29.679Z | Downloaded waitgroup v0.1.2 |
893 | 2024-02-09T20:25:29.679Z | Downloaded cc v1.0.83 |
894 | 2024-02-09T20:25:29.680Z | Downloaded rustc_version v0.4.0 |
895 | 2024-02-09T20:25:29.680Z | Downloaded strum v0.25.0 |
896 | 2024-02-09T20:25:29.686Z | Downloaded minimal-lexical v0.2.1 |
897 | 2024-02-09T20:25:29.686Z | Downloaded digest v0.10.7 |
898 | 2024-02-09T20:25:29.686Z | Downloaded ryu v1.0.15 |
899 | 2024-02-09T20:25:29.687Z | Downloaded foreign-types v0.3.2 |
900 | 2024-02-09T20:25:29.687Z | Downloaded tokio-native-tls v0.3.1 |
901 | 2024-02-09T20:25:29.687Z | Downloaded crypto-bigint v0.5.2 |
902 | 2024-02-09T20:25:29.701Z | Downloaded errno v0.3.8 |
903 | 2024-02-09T20:25:29.701Z | Downloaded is-terminal v0.4.9 |
904 | 2024-02-09T20:25:29.701Z | Downloaded dtrace-parser v0.1.14 |
905 | 2024-02-09T20:25:29.701Z | Downloaded hyper-tls v0.5.0 |
906 | 2024-02-09T20:25:29.701Z | Downloaded headers v0.3.9 |
907 | 2024-02-09T20:25:29.701Z | Downloaded scopeguard v1.2.0 |
908 | 2024-02-09T20:25:29.701Z | Downloaded usdt-attr-macro v0.3.5 |
909 | 2024-02-09T20:25:29.711Z | Downloaded slog-json v2.6.1 |
910 | 2024-02-09T20:25:29.711Z | Downloaded hostname v0.3.1 |
911 | 2024-02-09T20:25:29.712Z | Downloaded smf v0.2.2 |
912 | 2024-02-09T20:25:29.712Z | Downloaded static_assertions v1.1.0 |
913 | 2024-02-09T20:25:29.712Z | Downloaded thread_local v1.1.7 |
914 | 2024-02-09T20:25:29.716Z | Downloaded try-lock v0.2.4 |
915 | 2024-02-09T20:25:29.716Z | Downloaded scroll v0.12.0 |
916 | 2024-02-09T20:25:29.716Z | Downloaded serde_spanned v0.6.5 |
917 | 2024-02-09T20:25:29.716Z | Downloaded unsafe-libyaml v0.2.10 |
918 | 2024-02-09T20:25:29.734Z | Downloaded getrandom v0.1.16 |
919 | 2024-02-09T20:25:29.735Z | Downloaded serde_repr v0.1.16 |
920 | 2024-02-09T20:25:29.735Z | Downloaded dirs-sys-next v0.1.2 |
921 | 2024-02-09T20:25:29.735Z | Downloaded glob v0.3.1 |
922 | 2024-02-09T20:25:29.735Z | Downloaded tracing-attributes v0.1.26 |
923 | 2024-02-09T20:25:29.735Z | Downloaded heck v0.4.1 |
924 | 2024-02-09T20:25:29.735Z | Downloaded foreign-types-macros v0.2.3 |
925 | 2024-02-09T20:25:29.735Z | Downloaded der v0.7.8 |
926 | 2024-02-09T20:25:29.745Z | Downloaded foreign-types-shared v0.3.1 |
927 | 2024-02-09T20:25:29.745Z | Downloaded rustc_version v0.1.7 |
928 | 2024-02-09T20:25:29.745Z | Downloaded fixedbitset v0.4.2 |
929 | 2024-02-09T20:25:29.745Z | Downloaded spin v0.5.2 |
930 | 2024-02-09T20:25:29.745Z | Downloaded lru-cache v0.1.2 |
931 | 2024-02-09T20:25:29.745Z | Downloaded ed25519 v2.2.2 |
932 | 2024-02-09T20:25:29.745Z | Downloaded base64 v0.21.7 |
933 | 2024-02-09T20:25:29.749Z | Downloaded hex v0.4.3 |
934 | 2024-02-09T20:25:29.749Z | Downloaded proc-macro-error v1.0.4 |
935 | 2024-02-09T20:25:29.753Z | Downloaded zerocopy-derive v0.7.32 |
936 | 2024-02-09T20:25:30.189Z | Downloaded ff v0.13.0 |
937 | 2024-02-09T20:25:30.189Z | Downloaded instant v0.1.12 |
938 | 2024-02-09T20:25:30.189Z | Downloaded spin v0.9.8 |
939 | 2024-02-09T20:25:30.189Z | Downloaded structopt-derive v0.4.18 |
940 | 2024-02-09T20:25:30.189Z | Downloaded gethostname v0.4.3 |
941 | 2024-02-09T20:25:30.190Z | Downloaded semver-parser v0.10.2 |
942 | 2024-02-09T20:25:30.190Z | Downloaded strsim v0.8.0 |
943 | 2024-02-09T20:25:30.190Z | Downloaded structopt v0.3.26 |
944 | 2024-02-09T20:25:30.190Z | Downloaded thiserror-no-std v2.0.2 |
945 | 2024-02-09T20:25:30.190Z | Downloaded trust-dns-client v0.22.0 |
946 | 2024-02-09T20:25:30.190Z | Downloaded walkdir v2.4.0 |
947 | 2024-02-09T20:25:30.190Z | Downloaded display-error-chain v0.2.0 |
948 | 2024-02-09T20:25:30.190Z | Downloaded usdt v0.3.5 |
949 | 2024-02-09T20:25:30.191Z | Downloaded aes-gcm v0.10.3 |
950 | 2024-02-09T20:25:30.191Z | Downloaded want v0.3.1 |
951 | 2024-02-09T20:25:30.191Z | Downloaded fxhash v0.2.1 |
952 | 2024-02-09T20:25:30.191Z | Downloaded schemars v0.8.16 |
953 | 2024-02-09T20:25:30.191Z | Downloaded signature v2.1.0 |
954 | 2024-02-09T20:25:30.191Z | Downloaded hubpack_derive v0.1.1 |
955 | 2024-02-09T20:25:30.191Z | Downloaded usdt-macro v0.3.5 |
956 | 2024-02-09T20:25:30.191Z | Downloaded parse-display v0.9.0 |
957 | 2024-02-09T20:25:30.192Z | Downloaded take_mut v0.2.2 |
958 | 2024-02-09T20:25:30.192Z | Downloaded thread-id v4.2.0 |
959 | 2024-02-09T20:25:30.192Z | Downloaded rustversion v1.0.14 |
960 | 2024-02-09T20:25:30.192Z | Downloaded colored v2.0.4 |
961 | 2024-02-09T20:25:30.192Z | Downloaded rand_core v0.6.4 |
962 | 2024-02-09T20:25:30.192Z | Downloaded similar v2.3.0 |
963 | 2024-02-09T20:25:30.193Z | Downloaded rand_chacha v0.3.1 |
964 | 2024-02-09T20:25:30.193Z | Downloaded rand_core v0.5.1 |
965 | 2024-02-09T20:25:30.193Z | Downloaded semver v0.1.20 |
966 | 2024-02-09T20:25:30.193Z | Downloaded usdt-macro v0.5.0 |
967 | 2024-02-09T20:25:30.193Z | Downloaded unicode-segmentation v1.10.1 |
968 | 2024-02-09T20:25:30.193Z | Downloaded utf8parse v0.2.1 |
969 | 2024-02-09T20:25:30.193Z | Downloaded httpdate v1.0.3 |
970 | 2024-02-09T20:25:30.193Z | Downloaded rustc-demangle v0.1.23 |
971 | 2024-02-09T20:25:30.194Z | Downloaded tinyvec_macros v0.1.1 |
972 | 2024-02-09T20:25:30.194Z | Downloaded socket2 v0.5.5 |
973 | 2024-02-09T20:25:30.194Z | Downloaded socket2 v0.4.9 |
974 | 2024-02-09T20:25:30.194Z | Downloaded clap v4.4.3 |
975 | 2024-02-09T20:25:30.194Z | Downloaded time-core v0.1.1 |
976 | 2024-02-09T20:25:30.194Z | Downloaded usdt-attr-macro v0.5.0 |
977 | 2024-02-09T20:25:30.194Z | Downloaded ident_case v1.0.1 |
978 | 2024-02-09T20:25:30.194Z | Downloaded precomputed-hash v0.1.1 |
979 | 2024-02-09T20:25:30.194Z | Downloaded trust-dns-resolver v0.22.0 |
980 | 2024-02-09T20:25:30.194Z | Downloaded siphasher v0.3.11 |
981 | 2024-02-09T20:25:30.194Z | Downloaded smallvec v1.13.1 |
982 | 2024-02-09T20:25:30.195Z | Downloaded poly1305 v0.8.0 |
983 | 2024-02-09T20:25:30.195Z | Downloaded sha1 v0.10.6 |
984 | 2024-02-09T20:25:30.195Z | Downloaded slog-scope v4.4.0 |
985 | 2024-02-09T20:25:30.195Z | Downloaded vsss-rs v3.3.4 |
986 | 2024-02-09T20:25:30.195Z | Downloaded usdt v0.5.0 |
987 | 2024-02-09T20:25:30.195Z | Downloaded yasna v0.5.2 |
988 | 2024-02-09T20:25:30.195Z | Downloaded pest v2.7.6 |
989 | 2024-02-09T20:25:30.195Z | Downloaded terminal_size v0.2.6 |
990 | 2024-02-09T20:25:30.195Z | Downloaded slog-envlogger v2.2.0 |
991 | 2024-02-09T20:25:30.195Z | Downloaded thiserror-impl v1.0.56 |
992 | 2024-02-09T20:25:30.195Z | Downloaded zerocopy v0.3.0 |
993 | 2024-02-09T20:25:30.195Z | Downloaded rand v0.8.5 |
994 | 2024-02-09T20:25:30.195Z | Downloaded http v1.0.0 |
995 | 2024-02-09T20:25:30.195Z | Downloaded fastrand v2.0.1 |
996 | 2024-02-09T20:25:30.196Z | Downloaded rcgen v0.12.1 |
997 | 2024-02-09T20:25:30.196Z | Downloaded getopts v0.2.21 |
998 | 2024-02-09T20:25:30.196Z | Downloaded form_urlencoded v1.2.1 |
999 | 2024-02-09T20:25:30.196Z | Downloaded spki v0.7.2 |
1000 | 2024-02-09T20:25:30.196Z | Downloaded io-lifetimes v1.0.11 |
1001 | 2024-02-09T20:25:30.196Z | Downloaded usdt-impl v0.3.5 |
1002 | 2024-02-09T20:25:30.196Z | Downloaded xattr v1.0.1 |
1003 | 2024-02-09T20:25:30.196Z | Downloaded elliptic-curve v0.13.8 |
1004 | 2024-02-09T20:25:30.196Z | Downloaded stringprep v0.1.3 |
1005 | 2024-02-09T20:25:30.196Z | Downloaded generic-array v0.14.7 |
1006 | 2024-02-09T20:25:30.196Z | Downloaded filetime v0.2.23 |
1007 | 2024-02-09T20:25:30.197Z | Downloaded proc-macro2 v1.0.78 |
1008 | 2024-02-09T20:25:30.197Z | Downloaded nom v7.1.3 |
1009 | 2024-02-09T20:25:30.197Z | Downloaded usdt-impl v0.5.0 |
1010 | 2024-02-09T20:25:30.197Z | Downloaded num-rational v0.4.1 |
1011 | 2024-02-09T20:25:30.197Z | Downloaded getrandom v0.2.10 |
1012 | 2024-02-09T20:25:30.197Z | Downloaded fallible-iterator v0.2.0 |
1013 | 2024-02-09T20:25:30.197Z | Downloaded slog v2.7.0 |
1014 | 2024-02-09T20:25:30.197Z | Downloaded allocator-api2 v0.2.16 |
1015 | 2024-02-09T20:25:30.197Z | Downloaded serde_derive v1.0.196 |
1016 | 2024-02-09T20:25:30.197Z | Downloaded subprocess v0.2.9 |
1017 | 2024-02-09T20:25:30.197Z | Downloaded aes v0.8.3 |
1018 | 2024-02-09T20:25:30.198Z | Downloaded serde_tokenstream v0.1.7 |
1019 | 2024-02-09T20:25:30.198Z | Downloaded tar v0.4.40 |
1020 | 2024-02-09T20:25:30.198Z | Downloaded indexmap v1.9.3 |
1021 | 2024-02-09T20:25:30.198Z | Downloaded tracing-core v0.1.31 |
1022 | 2024-02-09T20:25:30.198Z | Downloaded serde v1.0.196 |
1023 | 2024-02-09T20:25:30.198Z | Downloaded russh v0.40.2 |
1024 | 2024-02-09T20:25:30.198Z | Downloaded unicode-normalization v0.1.22 |
1025 | 2024-02-09T20:25:30.198Z | Downloaded toml_edit v0.21.1 |
1026 | 2024-02-09T20:25:30.198Z | Downloaded ucd-trie v0.1.6 |
1027 | 2024-02-09T20:25:30.198Z | Downloaded tungstenite v0.20.1 |
1028 | 2024-02-09T20:25:30.198Z | Downloaded serde_yaml v0.9.25 |
1029 | 2024-02-09T20:25:30.198Z | Downloaded hashbrown v0.12.3 |
1030 | 2024-02-09T20:25:30.198Z | Downloaded http v0.2.11 |
1031 | 2024-02-09T20:25:30.198Z | Downloaded regex-automata v0.1.10 |
1032 | 2024-02-09T20:25:30.199Z | Downloaded toml v0.8.9 |
1033 | 2024-02-09T20:25:30.199Z | Downloaded toml_edit v0.19.15 |
1034 | 2024-02-09T20:25:30.199Z | Downloaded tracing v0.1.37 |
1035 | 2024-02-09T20:25:30.199Z | Downloaded heapless v0.7.16 |
1036 | 2024-02-09T20:25:30.211Z | Downloaded trust-dns-server v0.22.1 |
1037 | 2024-02-09T20:25:30.211Z | Downloaded petgraph v0.6.4 |
1038 | 2024-02-09T20:25:30.211Z | Downloaded url v2.5.0 |
1039 | 2024-02-09T20:25:30.211Z | Downloaded heapless v0.8.0 |
1040 | 2024-02-09T20:25:30.212Z | Downloaded steno v0.4.0 |
1041 | 2024-02-09T20:25:30.212Z | Downloaded tokio-util v0.7.10 |
1042 | 2024-02-09T20:25:30.212Z | Downloaded libm v0.2.7 |
1043 | 2024-02-09T20:25:30.212Z | Downloaded blake3 v1.5.0 |
1044 | 2024-02-09T20:25:30.212Z | Downloaded indexmap v2.2.2 |
1045 | 2024-02-09T20:25:30.212Z | Downloaded itertools v0.10.5 |
1046 | 2024-02-09T20:25:30.213Z | Downloaded time v0.3.27 |
1047 | 2024-02-09T20:25:30.213Z | Downloaded hashbrown v0.13.2 |
1048 | 2024-02-09T20:25:30.213Z | Downloaded winnow v0.5.15 |
1049 | 2024-02-09T20:25:30.213Z | Downloaded goblin v0.8.0 |
1050 | 2024-02-09T20:25:30.213Z | Downloaded rustls-webpki v0.101.7 |
1051 | 2024-02-09T20:25:30.214Z | Downloaded h2 v0.3.24 |
1052 | 2024-02-09T20:25:30.214Z | Downloaded clap v2.34.0 |
1053 | 2024-02-09T20:25:30.214Z | Downloaded serde_json v1.0.113 |
1054 | 2024-02-09T20:25:30.215Z | Downloaded aho-corasick v1.0.4 |
1055 | 2024-02-09T20:25:30.215Z | Downloaded hyper v0.14.27 |
1056 | 2024-02-09T20:25:30.215Z | Downloaded object v0.32.1 |
1057 | 2024-02-09T20:25:30.229Z | Downloaded rayon v1.8.0 |
1058 | 2024-02-09T20:25:30.229Z | Downloaded syn v2.0.48 |
1059 | 2024-02-09T20:25:30.237Z | Downloaded smoltcp v0.9.1 |
1060 | 2024-02-09T20:25:30.246Z | Downloaded gimli v0.28.0 |
1061 | 2024-02-09T20:25:30.260Z | Downloaded hkdf v0.12.4 |
1062 | 2024-02-09T20:25:30.272Z | Downloaded rustls-webpki v0.102.1 |
1063 | 2024-02-09T20:25:30.284Z | Downloaded vcpkg v0.2.15 |
1064 | 2024-02-09T20:25:30.693Z | Downloaded syn v1.0.109 |
1065 | 2024-02-09T20:25:30.693Z | Downloaded webpki-roots v0.25.2 |
1066 | 2024-02-09T20:25:30.693Z | Downloaded regress v0.7.1 |
1067 | 2024-02-09T20:25:30.693Z | Downloaded idna v0.5.0 |
1068 | 2024-02-09T20:25:30.693Z | Downloaded rustls v0.22.2 |
1069 | 2024-02-09T20:25:30.693Z | Downloaded idna v0.2.3 |
1070 | 2024-02-09T20:25:30.693Z | Downloaded bstr v1.6.0 |
1071 | 2024-02-09T20:25:30.693Z | Downloaded rustix v0.37.23 |
1072 | 2024-02-09T20:25:30.693Z | Downloaded sled v0.34.7 |
1073 | 2024-02-09T20:25:30.693Z | Downloaded rustix v0.38.31 |
1074 | 2024-02-09T20:25:30.694Z | Downloaded regex-automata v0.4.4 |
1075 | 2024-02-09T20:25:30.694Z | Downloaded regex-syntax v0.8.2 |
1076 | 2024-02-09T20:25:30.694Z | Downloaded tokio v1.36.0 |
1077 | 2024-02-09T20:25:30.694Z | Downloaded sha3 v0.10.8 |
1078 | 2024-02-09T20:25:30.694Z | Downloaded openapiv3 v2.0.0 |
1079 | 2024-02-09T20:25:30.694Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1080 | 2024-02-09T20:25:30.694Z | Downloaded zerocopy-derive v0.2.0 |
1081 | 2024-02-09T20:25:30.694Z | Downloaded encoding_rs v0.8.33 |
1082 | 2024-02-09T20:25:30.694Z | Downloaded zerocopy-derive v0.6.4 |
1083 | 2024-02-09T20:25:30.694Z | Downloaded regex-automata v0.3.8 |
1084 | 2024-02-09T20:25:30.694Z | Downloaded libc v0.2.153 |
1085 | 2024-02-09T20:25:30.694Z | Downloaded regex v1.10.3 |
1086 | 2024-02-09T20:25:30.694Z | Downloaded rustls v0.21.9 |
1087 | 2024-02-09T20:25:30.694Z | Downloaded bstr v0.2.17 |
1088 | 2024-02-09T20:25:30.694Z | Downloaded smoltcp v0.11.0 |
1089 | 2024-02-09T20:25:30.694Z | Downloaded diesel v2.1.4 |
1090 | 2024-02-09T20:25:30.697Z | Downloaded curve25519-dalek v4.1.1 |
1091 | 2024-02-09T20:25:30.705Z | Downloaded trust-dns-proto v0.22.0 |
1092 | 2024-02-09T20:25:30.730Z | Downloaded winapi v0.3.9 |
1093 | 2024-02-09T20:25:30.761Z | Downloaded radix_trie v0.2.1 |
1094 | 2024-02-09T20:25:30.767Z | Downloaded openssl v0.10.60 |
1095 | 2024-02-09T20:25:30.774Z | Downloaded reqwest v0.11.22 |
1096 | 2024-02-09T20:25:30.782Z | Downloaded hashbrown v0.14.2 |
1097 | 2024-02-09T20:25:30.788Z | Downloaded rand v0.7.3 |
1098 | 2024-02-09T20:25:30.792Z | Downloaded itertools v0.12.1 |
1099 | 2024-02-09T20:25:30.801Z | Downloaded zerocopy v0.7.32 |
1100 | 2024-02-09T20:25:30.817Z | Downloaded serde_with v3.6.0 |
1101 | 2024-02-09T20:25:30.829Z | Downloaded futures-util v0.3.30 |
1102 | 2024-02-09T20:25:30.849Z | Downloaded toml v0.5.11 |
1103 | 2024-02-09T20:25:30.849Z | Downloaded chrono v0.4.31 |
1104 | 2024-02-09T20:25:30.872Z | Downloaded slog-term v2.9.0 |
1105 | 2024-02-09T20:25:30.872Z | Downloaded russh-keys v0.40.1 |
1106 | 2024-02-09T20:25:30.872Z | Downloaded zone v0.3.0 |
1107 | 2024-02-09T20:25:30.873Z | Downloaded semver v1.0.21 |
1108 | 2024-02-09T20:25:30.873Z | Downloaded der_derive v0.7.2 |
1109 | 2024-02-09T20:25:30.873Z | Downloaded proc-macro-crate v1.3.1 |
1110 | 2024-02-09T20:25:30.873Z | Downloaded group v0.13.0 |
1111 | 2024-02-09T20:25:30.873Z | Downloaded rustfmt-wrapper v0.2.0 |
1112 | 2024-02-09T20:25:30.873Z | Downloaded resolv-conf v0.7.0 |
1113 | 2024-02-09T20:25:30.873Z | Downloaded inout v0.1.3 |
1114 | 2024-02-09T20:25:30.873Z | Downloaded tokio-rustls v0.25.0 |
1115 | 2024-02-09T20:25:30.874Z | Downloaded ed25519-dalek v2.0.0 |
1116 | 2024-02-09T20:25:30.888Z | Downloaded home v0.5.5 |
1117 | 2024-02-09T20:25:30.889Z | Downloaded utf-8 v0.7.6 |
1118 | 2024-02-09T20:25:30.889Z | Downloaded signal-hook v0.3.17 |
1119 | 2024-02-09T20:25:30.889Z | Downloaded flate2 v1.0.28 |
1120 | 2024-02-09T20:25:30.889Z | Downloaded tokio-postgres v0.7.10 |
1121 | 2024-02-09T20:25:30.890Z | Downloaded toml v0.7.8 |
1122 | 2024-02-09T20:25:30.890Z | Downloaded rayon-core v1.12.0 |
1123 | 2024-02-09T20:25:30.901Z | Downloaded zip v0.6.6 |
1124 | 2024-02-09T20:25:30.901Z | Downloaded hyper-rustls v0.24.2 |
1125 | 2024-02-09T20:25:30.901Z | Downloaded semver v0.11.0 |
1126 | 2024-02-09T20:25:30.901Z | Downloaded slog-stdlog v4.1.1 |
1127 | 2024-02-09T20:25:30.901Z | Downloaded tokio-rustls v0.24.1 |
1128 | 2024-02-09T20:25:30.905Z | Downloaded clap_builder v4.4.2 |
1129 | 2024-02-09T20:25:30.905Z | Downloaded chacha20poly1305 v0.10.1 |
1130 | 2024-02-09T20:25:30.908Z | Downloaded schemars_derive v0.8.16 |
1131 | 2024-02-09T20:25:30.908Z | Downloaded signal-hook-registry v1.4.1 |
1132 | 2024-02-09T20:25:30.908Z | Downloaded crossterm v0.27.0 |
1133 | 2024-02-09T20:25:30.914Z | Downloaded backtrace v0.3.69 |
1134 | 2024-02-09T20:25:30.919Z | Downloaded unicase v2.7.0 |
1135 | 2024-02-09T20:25:30.922Z | Downloaded crossbeam-channel v0.5.8 |
1136 | 2024-02-09T20:25:30.925Z | Downloaded heck v0.3.3 |
1137 | 2024-02-09T20:25:30.929Z | Downloaded hyper-staticfile v0.9.5 |
1138 | 2024-02-09T20:25:30.929Z | Downloaded half v2.3.1 |
1139 | 2024-02-09T20:25:30.932Z | Downloaded either v1.9.0 |
1140 | 2024-02-09T20:25:30.933Z | Downloaded hex-literal v0.4.1 |
1141 | 2024-02-09T20:25:30.933Z | Downloaded dof v0.1.5 |
1142 | 2024-02-09T20:25:30.936Z | Downloaded zeroize v1.7.0 |
1143 | 2024-02-09T20:25:30.936Z | Downloaded primeorder v0.13.6 |
1144 | 2024-02-09T20:25:30.936Z | Downloaded hash32 v0.3.1 |
1145 | 2024-02-09T20:25:30.945Z | Downloaded serde_tokenstream v0.2.0 |
1146 | 2024-02-09T20:25:30.948Z | Downloaded futures v0.3.30 |
1147 | 2024-02-09T20:25:30.948Z | Downloaded uuid v1.7.0 |
1148 | 2024-02-09T20:25:30.948Z | Downloaded r2d2 v0.8.10 |
1149 | 2024-02-09T20:25:30.952Z | Downloaded difflib v0.4.0 |
1150 | 2024-02-09T20:25:30.952Z | Downloaded sha2 v0.10.8 |
1151 | 2024-02-09T20:25:30.955Z | Downloaded rand_chacha v0.2.2 |
1152 | 2024-02-09T20:25:30.955Z | Downloaded predicates v3.1.0 |
1153 | 2024-02-09T20:25:30.955Z | Downloaded signal-hook-mio v0.2.3 |
1154 | 2024-02-09T20:25:30.958Z | Downloaded serde_derive_internals v0.26.0 |
1155 | 2024-02-09T20:25:30.958Z | Downloaded httparse v1.8.0 |
1156 | 2024-02-09T20:25:30.962Z | Downloaded zerocopy v0.6.4 |
1157 | 2024-02-09T20:25:30.967Z | Downloaded textwrap v0.11.0 |
1158 | 2024-02-09T20:25:30.968Z | Downloaded unicode-bidi v0.3.13 |
1159 | 2024-02-09T20:25:30.968Z | Downloaded pest_meta v2.7.6 |
1160 | 2024-02-09T20:25:30.971Z | Downloaded http-range v0.1.5 |
1161 | 2024-02-09T20:25:30.971Z | Downloaded dtrace-parser v0.2.0 |
1162 | 2024-02-09T20:25:30.971Z | Downloaded dof v0.3.0 |
1163 | 2024-02-09T20:25:30.971Z | Downloaded tokio-macros v2.2.0 |
1164 | 2024-02-09T20:25:30.975Z | Downloaded slog-dtrace v0.3.0 |
1165 | 2024-02-09T20:25:30.975Z | Downloaded ecdsa v0.16.9 |
1166 | 2024-02-09T20:25:30.978Z | Downloaded ipnet v2.9.0 |
1167 | 2024-02-09T20:25:30.978Z | Downloaded futures-executor v0.3.30 |
1168 | 2024-02-09T20:25:30.978Z | Downloaded proc-macro-error-attr v1.0.4 |
1169 | 2024-02-09T20:25:30.982Z | Downloaded tokio-stream v0.1.14 |
1170 | 2024-02-09T20:25:31.006Z | Downloaded parking_lot_core v0.8.6 |
1171 | 2024-02-09T20:25:31.006Z | Downloaded futures-channel v0.3.30 |
1172 | 2024-02-09T20:25:31.006Z | Downloaded version_check v0.9.4 |
1173 | 2024-02-09T20:25:31.006Z | Downloaded tokio-tungstenite v0.20.1 |
1174 | 2024-02-09T20:25:31.006Z | Downloaded anyhow v1.0.75 |
1175 | 2024-02-09T20:25:31.006Z | Downloaded blake2 v0.10.6 |
1176 | 2024-02-09T20:25:31.006Z | Downloaded futures-core v0.3.30 |
1177 | 2024-02-09T20:25:31.006Z | Downloaded term v0.7.0 |
1178 | 2024-02-09T20:25:31.006Z | Downloaded password-hash v0.4.2 |
1179 | 2024-02-09T20:25:31.006Z | Downloaded tempfile v3.10.0 |
1180 | 2024-02-09T20:25:31.006Z | Downloaded http-body v0.4.5 |
1181 | 2024-02-09T20:25:31.010Z | Downloaded dyn-clone v1.0.16 |
1182 | 2024-02-09T20:25:31.011Z | Downloaded dirs-next v2.0.0 |
1183 | 2024-02-09T20:25:31.011Z | Downloaded bitflags v1.3.2 |
1184 | 2024-02-09T20:25:31.014Z | Downloaded libsw v3.3.1 |
1185 | 2024-02-09T20:25:31.019Z | Downloaded embedded-io v0.4.0 |
1186 | 2024-02-09T20:25:31.019Z | Downloaded futures-sink v0.3.30 |
1187 | 2024-02-09T20:25:31.022Z | Downloaded float-cmp v0.9.0 |
1188 | 2024-02-09T20:25:31.023Z | Downloaded zeroize_derive v1.4.2 |
1189 | 2024-02-09T20:25:31.023Z | Downloaded universal-hash v0.5.1 |
1190 | 2024-02-09T20:25:31.023Z | Downloaded password-hash v0.5.0 |
1191 | 2024-02-09T20:25:31.023Z | Downloaded parking_lot_core v0.9.8 |
1192 | 2024-02-09T20:25:31.026Z | Downloaded fnv v1.0.7 |
1193 | 2024-02-09T20:25:31.026Z | Downloaded toml_datetime v0.6.5 |
1194 | 2024-02-09T20:25:31.026Z | Downloaded postgres-types v0.2.6 |
1195 | 2024-02-09T20:25:31.030Z | Downloaded num-bigint v0.4.4 |
1196 | 2024-02-09T20:25:31.033Z | Downloaded argon2 v0.5.3 |
1197 | 2024-02-09T20:25:31.037Z | Downloaded arrayvec v0.7.4 |
1198 | 2024-02-09T20:25:31.037Z | Downloaded ansi_term v0.12.1 |
1199 | 2024-02-09T20:25:31.041Z | Downloaded dirs v5.0.1 |
1200 | 2024-02-09T20:25:31.041Z | Downloaded whoami v1.4.1 |
1201 | 2024-02-09T20:25:31.044Z | Downloaded synstructure v0.12.6 |
1202 | 2024-02-09T20:25:31.044Z | Downloaded structmeta v0.3.0 |
1203 | 2024-02-09T20:25:31.044Z | Downloaded string_cache v0.8.7 |
1204 | 2024-02-09T20:25:31.054Z | Downloaded dirs-sys v0.4.1 |
1205 | 2024-02-09T20:25:31.054Z | Downloaded strum_macros v0.25.2 |
1206 | 2024-02-09T20:25:31.054Z | Downloaded strsim v0.10.0 |
1207 | 2024-02-09T20:25:31.057Z | Downloaded postcard v1.0.8 |
1208 | 2024-02-09T20:25:31.057Z | Downloaded cpufeatures v0.2.12 |
1209 | 2024-02-09T20:25:31.057Z | Downloaded itoa v1.0.9 |
1210 | 2024-02-09T20:25:31.057Z | Downloaded cfg-if v1.0.0 |
1211 | 2024-02-09T20:25:31.057Z | Downloaded kstat-rs v0.2.3 |
1212 | 2024-02-09T20:25:31.060Z | Downloaded lalrpop-util v0.19.12 |
1213 | 2024-02-09T20:25:31.061Z | Downloaded keccak v0.1.4 |
1214 | 2024-02-09T20:25:31.061Z | Downloaded num_cpus v1.16.0 |
1215 | 2024-02-09T20:25:31.064Z | Downloaded num-iter v0.1.43 |
1216 | 2024-02-09T20:25:31.064Z | Downloaded defmt-macros v0.3.6 |
1217 | 2024-02-09T20:25:31.069Z | Downloaded thiserror-impl-no-std v2.0.2 |
1218 | 2024-02-09T20:25:31.069Z | Downloaded percent-encoding v2.3.1 |
1219 | 2024-02-09T20:25:31.069Z | Downloaded num v0.4.1 |
1220 | 2024-02-09T20:25:31.072Z | Downloaded bit-vec v0.6.3 |
1221 | 2024-02-09T20:25:31.072Z | Downloaded pest_derive v2.7.6 |
1222 | 2024-02-09T20:25:31.075Z | Downloaded bit-set v0.5.3 |
1223 | 2024-02-09T20:25:31.076Z | Downloaded bcrypt-pbkdf v0.10.0 |
1224 | 2024-02-09T20:25:31.076Z | Downloaded base16ct v0.2.0 |
1225 | 2024-02-09T20:25:31.079Z | Downloaded swrite v0.1.0 |
1226 | 2024-02-09T20:25:31.079Z | Downloaded stable_deref_trait v1.2.0 |
1227 | 2024-02-09T20:25:31.079Z | Downloaded atomic-waker v1.1.1 |
1228 | 2024-02-09T20:25:31.082Z | Downloaded arrayref v0.3.7 |
1229 | 2024-02-09T20:25:31.083Z | Downloaded anstyle-query v1.0.0 |
1230 | 2024-02-09T20:25:31.083Z | Downloaded pbkdf2 v0.12.2 |
1231 | 2024-02-09T20:25:31.086Z | Downloaded debug-ignore v1.0.5 |
1232 | 2024-02-09T20:25:31.086Z | Downloaded data-encoding v2.4.0 |
1233 | 2024-02-09T20:25:31.086Z | Downloaded ctr v0.9.2 |
1234 | 2024-02-09T20:25:31.089Z | Downloaded pkg-config v0.3.27 |
1235 | 2024-02-09T20:25:31.089Z | Downloaded clap_lex v0.5.1 |
1236 | 2024-02-09T20:25:31.093Z | Downloaded matches v0.1.10 |
1237 | 2024-02-09T20:25:31.093Z | Downloaded pretty-hex v0.2.1 |
1238 | 2024-02-09T20:25:31.093Z | Downloaded newtype_derive v0.1.6 |
1239 | 2024-02-09T20:25:31.508Z | Downloaded parse-display-derive v0.9.0 |
1240 | 2024-02-09T20:25:31.508Z | Downloaded owo-colors v4.0.0 |
1241 | 2024-02-09T20:25:31.508Z | Downloaded new_debug_unreachable v1.0.4 |
1242 | 2024-02-09T20:25:31.512Z | Downloaded postgres-protocol v0.6.6 |
1243 | 2024-02-09T20:25:31.512Z | Downloaded ciborium-ll v0.2.2 |
1244 | 2024-02-09T20:25:31.512Z | Downloaded ppv-lite86 v0.2.17 |
1245 | 2024-02-09T20:25:31.512Z | Downloaded omicron-zone-package v0.11.0 |
1246 | 2024-02-09T20:25:31.512Z | Downloaded ahash v0.8.7 |
1247 | 2024-02-09T20:25:31.513Z | Downloaded num-derive v0.4.0 |
1248 | 2024-02-09T20:25:31.513Z | Downloaded nibble_vec v0.1.0 |
1249 | 2024-02-09T20:25:31.513Z | Downloaded pretty-hex v0.4.1 |
1250 | 2024-02-09T20:25:31.513Z | Downloaded crossbeam-epoch v0.9.15 |
1251 | 2024-02-09T20:25:31.513Z | Downloaded bytes v1.5.0 |
1252 | 2024-02-09T20:25:31.513Z | Downloaded miniz_oxide v0.7.1 |
1253 | 2024-02-09T20:25:31.513Z | Downloaded crucible-workspace-hack v0.1.0 |
1254 | 2024-02-09T20:25:31.513Z | Downloaded anstyle-parse v0.2.1 |
1255 | 2024-02-09T20:25:31.513Z | Downloaded multer v3.0.0 |
1256 | 2024-02-09T20:25:31.513Z | Downloaded memoffset v0.9.0 |
1257 | 2024-02-09T20:25:31.513Z | Downloaded cobs v0.2.3 |
1258 | 2024-02-09T20:25:31.513Z | Downloaded clap_derive v4.4.2 |
1259 | 2024-02-09T20:25:31.513Z | Downloaded ciborium v0.2.2 |
1260 | 2024-02-09T20:25:31.513Z | Downloaded aead v0.5.2 |
1261 | 2024-02-09T20:25:31.513Z | Downloaded platforms v3.0.2 |
1262 | 2024-02-09T20:25:31.513Z | Downloaded num-complex v0.4.4 |
1263 | 2024-02-09T20:25:31.513Z | Downloaded mime_guess v2.0.4 |
1264 | 2024-02-09T20:25:31.513Z | Downloaded mime v0.3.17 |
1265 | 2024-02-09T20:25:31.513Z | Downloaded ring v0.17.7 |
1266 | 2024-02-09T20:25:31.513Z | Downloaded ring v0.16.20 |
1267 | 2024-02-09T20:25:31.754Z | Compiling proc-macro2 v1.0.78 |
1268 | 2024-02-09T20:25:31.754Z | Compiling unicode-ident v1.0.12 |
1269 | 2024-02-09T20:25:31.766Z | Compiling libc v0.2.153 |
1270 | 2024-02-09T20:25:31.766Z | Compiling serde v1.0.196 |
1271 | 2024-02-09T20:25:31.766Z | Compiling version_check v0.9.4 |
1272 | 2024-02-09T20:25:31.766Z | Compiling autocfg v1.1.0 |
1273 | 2024-02-09T20:25:31.790Z | Compiling cfg-if v1.0.0 |
1274 | 2024-02-09T20:25:31.912Z | Compiling syn v1.0.109 |
1275 | 2024-02-09T20:25:31.912Z | Compiling once_cell v1.19.0 |
1276 | 2024-02-09T20:25:31.999Z | Compiling thiserror v1.0.56 |
1277 | 2024-02-09T20:25:32.493Z | Compiling memchr v2.6.3 |
1278 | 2024-02-09T20:25:32.559Z | Compiling lock_api v0.4.10 |
1279 | 2024-02-09T20:25:33.115Z | Compiling typenum v1.16.0 |
1280 | 2024-02-09T20:25:33.570Z | Compiling byteorder v1.5.0 |
1281 | 2024-02-09T20:25:33.580Z | Compiling ahash v0.8.7 |
1282 | 2024-02-09T20:25:33.581Z | Compiling parking_lot_core v0.9.8 |
1283 | 2024-02-09T20:25:33.581Z | Compiling generic-array v0.14.7 |
1284 | 2024-02-09T20:25:33.623Z | Compiling libm v0.2.7 |
1285 | 2024-02-09T20:25:33.751Z | Compiling num-traits v0.2.16 |
1286 | 2024-02-09T20:25:33.928Z | Compiling serde_json v1.0.113 |
1287 | 2024-02-09T20:25:34.037Z | Compiling itoa v1.0.9 |
1288 | 2024-02-09T20:25:34.086Z | Compiling quote v1.0.35 |
1289 | 2024-02-09T20:25:34.264Z | Compiling slab v0.4.9 |
1290 | 2024-02-09T20:25:34.374Z | Compiling log v0.4.20 |
1291 | 2024-02-09T20:25:34.460Z | Compiling syn v2.0.48 |
1292 | 2024-02-09T20:25:34.594Z | Compiling getrandom v0.2.10 |
1293 | 2024-02-09T20:25:34.812Z | Compiling cc v1.0.83 |
1294 | 2024-02-09T20:25:34.892Z | Compiling rand_core v0.6.4 |
1295 | 2024-02-09T20:25:35.429Z | Compiling scopeguard v1.2.0 |
1296 | 2024-02-09T20:25:35.563Z | Compiling ryu v1.0.15 |
1297 | 2024-02-09T20:25:35.954Z | Compiling pkg-config v0.3.27 |
1298 | 2024-02-09T20:25:36.091Z | Compiling allocator-api2 v0.2.16 |
1299 | 2024-02-09T20:25:36.270Z | Compiling equivalent v1.0.1 |
1300 | 2024-02-09T20:25:36.319Z | Compiling smallvec v1.13.1 |
1301 | 2024-02-09T20:25:36.389Z | Compiling heck v0.4.1 |
1302 | 2024-02-09T20:25:36.797Z | Compiling subtle v2.5.0 |
1303 | 2024-02-09T20:25:36.905Z | Compiling schemars v0.8.16 |
1304 | 2024-02-09T20:25:37.439Z | Compiling vcpkg v0.2.15 |
1305 | 2024-02-09T20:25:37.516Z | Compiling pin-project-lite v0.2.13 |
1306 | 2024-02-09T20:25:37.948Z | Compiling httparse v1.8.0 |
1307 | 2024-02-09T20:25:38.308Z | Compiling ring v0.17.7 |
1308 | 2024-02-09T20:25:38.344Z | Compiling parking_lot v0.12.1 |
1309 | 2024-02-09T20:25:38.387Z | Compiling ucd-trie v0.1.6 |
1310 | 2024-02-09T20:25:38.424Z | Compiling ring v0.16.20 |
1311 | 2024-02-09T20:25:39.020Z | Compiling signal-hook-registry v1.4.1 |
1312 | 2024-02-09T20:25:39.424Z | Compiling fnv v1.0.7 |
1313 | 2024-02-09T20:25:39.569Z | Compiling mio v0.8.9 |
1314 | 2024-02-09T20:25:39.813Z | Compiling openssl-sys v0.9.96 |
1315 | 2024-02-09T20:25:40.062Z | Compiling iana-time-zone v0.1.57 |
1316 | 2024-02-09T20:25:40.297Z | Compiling semver v1.0.21 |
1317 | 2024-02-09T20:25:40.497Z | Compiling openssl v0.10.60 |
1318 | 2024-02-09T20:25:40.842Z | Compiling const-oid v0.9.5 |
1319 | 2024-02-09T20:25:40.884Z | Compiling socket2 v0.5.5 |
1320 | 2024-02-09T20:25:40.908Z | Compiling num_cpus v1.16.0 |
1321 | 2024-02-09T20:25:41.054Z | Compiling native-tls v0.2.11 |
1322 | 2024-02-09T20:25:41.531Z | Compiling rustls v0.21.9 |
1323 | 2024-02-09T20:25:41.671Z | Compiling dyn-clone v1.0.16 |
1324 | 2024-02-09T20:25:41.816Z | Compiling futures-core v0.3.30 |
1325 | 2024-02-09T20:25:42.093Z | Compiling aho-corasick v1.0.4 |
1326 | 2024-02-09T20:25:42.438Z | Compiling serde_derive_internals v0.26.0 |
1327 | 2024-02-09T20:25:42.780Z | Compiling slog v2.7.0 |
1328 | 2024-02-09T20:25:42.950Z | Compiling regex-syntax v0.8.2 |
1329 | 2024-02-09T20:25:42.994Z | Compiling crossbeam-utils v0.8.16 |
1330 | 2024-02-09T20:25:43.194Z | Compiling spin v0.5.2 |
1331 | 2024-02-09T20:25:43.345Z | Compiling async-trait v0.1.77 |
1332 | 2024-02-09T20:25:43.728Z | Compiling rustix v0.38.31 |
1333 | 2024-02-09T20:25:43.951Z | Compiling futures-sink v0.3.30 |
1334 | 2024-02-09T20:25:44.393Z | Compiling backtrace v0.3.69 |
1335 | 2024-02-09T20:25:44.661Z | Compiling tinyvec_macros v0.1.1 |
1336 | 2024-02-09T20:25:44.766Z | Compiling tinyvec v1.6.0 |
1337 | 2024-02-09T20:25:45.027Z | Compiling futures-channel v0.3.30 |
1338 | 2024-02-09T20:25:45.492Z | Compiling futures-task v0.3.30 |
1339 | 2024-02-09T20:25:45.633Z | Compiling pin-utils v0.1.0 |
1340 | 2024-02-09T20:25:45.744Z | Compiling futures-io v0.3.30 |
1341 | 2024-02-09T20:25:46.039Z | Compiling winnow v0.5.15 |
1342 | 2024-02-09T20:25:46.200Z | Compiling spin v0.9.8 |
1343 | 2024-02-09T20:25:46.298Z | Compiling unicode-normalization v0.1.22 |
1344 | 2024-02-09T20:25:46.549Z | Compiling memoffset v0.9.0 |
1345 | 2024-02-09T20:25:46.586Z | Compiling tracing-core v0.1.31 |
1346 | 2024-02-09T20:25:46.893Z | Compiling regex-automata v0.4.4 |
1347 | 2024-02-09T20:25:47.013Z | Compiling unicode-width v0.1.11 |
1348 | 2024-02-09T20:25:47.567Z | Compiling unicode-bidi v0.3.13 |
1349 | 2024-02-09T20:25:47.994Z | Compiling cpufeatures v0.2.12 |
1350 | 2024-02-09T20:25:47.995Z | Compiling anyhow v1.0.75 |
1351 | 2024-02-09T20:25:48.842Z | Compiling crc32fast v1.3.2 |
1352 | 2024-02-09T20:25:49.681Z | Compiling crossbeam-epoch v0.9.15 |
1353 | 2024-02-09T20:25:49.730Z | Compiling serde_derive v1.0.196 |
1354 | 2024-02-09T20:25:49.767Z | Compiling zerocopy-derive v0.7.32 |
1355 | 2024-02-09T20:25:50.010Z | Compiling zeroize_derive v1.4.2 |
1356 | 2024-02-09T20:25:50.147Z | Compiling thiserror-impl v1.0.56 |
1357 | 2024-02-09T20:25:50.165Z | Compiling tokio-macros v2.2.0 |
1358 | 2024-02-09T20:25:50.978Z | Compiling futures-macro v0.3.30 |
1359 | 2024-02-09T20:25:51.621Z | Compiling zeroize v1.7.0 |
1360 | 2024-02-09T20:25:51.816Z | Compiling tracing-attributes v0.1.26 |
1361 | 2024-02-09T20:25:51.981Z | Compiling zerocopy v0.7.32 |
1362 | 2024-02-09T20:25:53.126Z | Compiling schemars_derive v0.8.16 |
1363 | 2024-02-09T20:25:53.479Z | Compiling crypto-common v0.1.6 |
1364 | 2024-02-09T20:25:53.664Z | Compiling pest v2.7.6 |
1365 | 2024-02-09T20:25:54.230Z | Compiling hashbrown v0.14.2 |
1366 | 2024-02-09T20:25:55.620Z | Compiling openssl-macros v0.1.1 |
1367 | 2024-02-09T20:25:55.694Z | Compiling block-buffer v0.10.4 |
1368 | 2024-02-09T20:25:55.891Z | Compiling hashbrown v0.13.2 |
1369 | 2024-02-09T20:25:55.968Z | Compiling digest v0.10.7 |
1370 | 2024-02-09T20:25:56.248Z | Compiling regex v1.10.3 |
1371 | 2024-02-09T20:25:56.285Z | Compiling pest_meta v2.7.6 |
1372 | 2024-02-09T20:25:56.775Z | Compiling futures-util v0.3.30 |
1373 | 2024-02-09T20:25:57.075Z | Compiling tracing v0.1.37 |
1374 | 2024-02-09T20:25:57.801Z | Compiling der_derive v0.7.2 |
1375 | 2024-02-09T20:25:57.804Z | Compiling pest_generator v2.7.6 |
1376 | 2024-02-09T20:25:59.602Z | Compiling time-core v0.1.1 |
1377 | 2024-02-09T20:25:59.794Z | Compiling time-macros v0.2.13 |
1378 | 2024-02-09T20:26:01.863Z | Compiling pest_derive v2.7.6 |
1379 | 2024-02-09T20:26:02.271Z | Compiling errno v0.3.8 |
1380 | 2024-02-09T20:26:02.513Z | Compiling num-integer v0.1.45 |
1381 | 2024-02-09T20:26:02.949Z | Compiling untrusted v0.9.0 |
1382 | 2024-02-09T20:26:03.136Z | Compiling foreign-types-shared v0.1.1 |
1383 | 2024-02-09T20:26:03.363Z | Compiling untrusted v0.7.1 |
1384 | 2024-02-09T20:26:03.385Z | Compiling percent-encoding v2.3.1 |
1385 | 2024-02-09T20:26:03.393Z | Compiling foreign-types v0.3.2 |
1386 | 2024-02-09T20:26:03.790Z | Compiling ppv-lite86 v0.2.17 |
1387 | 2024-02-09T20:26:04.943Z | Compiling unicode-xid v0.2.4 |
1388 | 2024-02-09T20:26:04.978Z | Compiling try-lock v0.2.4 |
1389 | 2024-02-09T20:26:04.978Z | Compiling base64 v0.21.7 |
1390 | 2024-02-09T20:26:04.978Z | Compiling bytes v1.5.0 |
1391 | 2024-02-09T20:26:05.068Z | Compiling indexmap v2.2.2 |
1392 | 2024-02-09T20:26:05.174Z | Compiling chrono v0.4.31 |
1393 | 2024-02-09T20:26:05.258Z | Compiling uuid v1.7.0 |
1394 | 2024-02-09T20:26:06.035Z | Compiling tokio v1.36.0 |
1395 | 2024-02-09T20:26:06.377Z | Compiling http v0.2.11 |
1396 | 2024-02-09T20:26:07.562Z | Compiling bitflags v2.4.0 |
1397 | 2024-02-09T20:26:07.988Z | Compiling serde_spanned v0.6.5 |
1398 | 2024-02-09T20:26:08.238Z | Compiling toml_datetime v0.6.5 |
1399 | 2024-02-09T20:26:08.333Z | Compiling rustc_version v0.4.0 |
1400 | 2024-02-09T20:26:08.698Z | Compiling toml_edit v0.19.15 |
1401 | 2024-02-09T20:26:09.071Z | Compiling openapiv3 v2.0.0 |
1402 | 2024-02-09T20:26:10.719Z | Compiling serde_tokenstream v0.2.0 |
1403 | 2024-02-09T20:26:11.006Z | Compiling http-body v0.4.5 |
1404 | 2024-02-09T20:26:11.446Z | Compiling sct v0.7.0 |
1405 | 2024-02-09T20:26:11.776Z | Compiling rustls-webpki v0.101.7 |
1406 | 2024-02-09T20:26:13.123Z | Compiling want v0.3.1 |
1407 | 2024-02-09T20:26:13.428Z | Compiling synstructure v0.12.6 |
1408 | 2024-02-09T20:26:14.424Z | Compiling form_urlencoded v1.2.1 |
1409 | 2024-02-09T20:26:14.506Z | Compiling scroll_derive v0.12.0 |
1410 | 2024-02-09T20:26:14.803Z | Compiling socket2 v0.4.9 |
1411 | 2024-02-09T20:26:15.191Z | Compiling io-lifetimes v1.0.11 |
1412 | 2024-02-09T20:26:15.686Z | Compiling openssl-probe v0.1.5 |
1413 | 2024-02-09T20:26:15.789Z | Compiling tokio-util v0.7.10 |
1414 | 2024-02-09T20:26:16.027Z | Compiling httpdate v1.0.3 |
1415 | 2024-02-09T20:26:16.515Z | Compiling tower-service v0.3.2 |
1416 | 2024-02-09T20:26:16.668Z | Compiling zerocopy-derive v0.2.0 |
1417 | 2024-02-09T20:26:17.498Z | Compiling h2 v0.3.24 |
1418 | 2024-02-09T20:26:18.775Z | Compiling idna v0.5.0 |
1419 | 2024-02-09T20:26:18.809Z | Compiling lazy_static v1.4.0 |
1420 | 2024-02-09T20:26:20.544Z | Compiling thread-id v4.2.0 |
1421 | 2024-02-09T20:26:20.610Z | Compiling adler v1.0.2 |
1422 | 2024-02-09T20:26:20.666Z | Compiling url v2.5.0 |
1423 | 2024-02-09T20:26:20.847Z | Compiling miniz_oxide v0.7.1 |
1424 | 2024-02-09T20:26:21.862Z | Compiling tokio-native-tls v0.3.1 |
1425 | 2024-02-09T20:26:21.997Z | Compiling tokio-rustls v0.24.1 |
1426 | 2024-02-09T20:26:22.155Z | Compiling rand_chacha v0.3.1 |
1427 | 2024-02-09T20:26:22.491Z | Compiling rustix v0.37.23 |
1428 | 2024-02-09T20:26:22.538Z | Compiling ipnet v2.9.0 |
1429 | 2024-02-09T20:26:22.628Z | Compiling rand v0.8.5 |
1430 | 2024-02-09T20:26:23.168Z | Compiling serde_urlencoded v0.7.1 |
1431 | 2024-02-09T20:26:23.731Z | Compiling rustls-pemfile v1.0.3 |
1432 | 2024-02-09T20:26:24.015Z | Compiling usdt-impl v0.3.5 |
1433 | 2024-02-09T20:26:24.034Z | Compiling encoding_rs v0.8.33 |
1434 | 2024-02-09T20:26:24.134Z | Compiling webpki-roots v0.25.2 |
1435 | 2024-02-09T20:26:24.153Z | Compiling either v1.9.0 |
1436 | 2024-02-09T20:26:24.398Z | Compiling hyper v0.14.27 |
1437 | 2024-02-09T20:26:24.485Z | Compiling mime v0.3.17 |
1438 | 2024-02-09T20:26:24.767Z | Compiling gimli v0.28.0 |
1439 | 2024-02-09T20:26:26.909Z | Compiling regress v0.7.1 |
1440 | 2024-02-09T20:26:26.958Z | Compiling object v0.32.1 |
1441 | 2024-02-09T20:26:27.552Z | Compiling num-bigint v0.4.4 |
1442 | 2024-02-09T20:26:28.467Z | Compiling usdt-impl v0.5.0 |
1443 | 2024-02-09T20:26:28.821Z | Compiling rustc-demangle v0.1.23 |
1444 | 2024-02-09T20:26:29.082Z | Compiling flate2 v1.0.28 |
1445 | 2024-02-09T20:26:29.471Z | Compiling addr2line v0.21.0 |
1446 | 2024-02-09T20:26:30.498Z | Compiling zerocopy v0.3.0 |
1447 | 2024-02-09T20:26:30.502Z | Compiling scroll v0.12.0 |
1448 | 2024-02-09T20:26:30.502Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1449 | 2024-02-09T20:26:30.670Z | Compiling heapless v0.7.16 |
1450 | 2024-02-09T20:26:30.725Z | Compiling futures-executor v0.3.30 |
1451 | 2024-02-09T20:26:31.141Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1452 | 2024-02-09T20:26:31.162Z | Compiling rustversion v1.0.14 |
1453 | 2024-02-09T20:26:31.629Z | Compiling hyper-tls v0.5.0 |
1454 | 2024-02-09T20:26:31.915Z | Compiling hyper-rustls v0.24.2 |
1455 | 2024-02-09T20:26:32.141Z | Compiling signal-hook v0.3.17 |
1456 | 2024-02-09T20:26:32.275Z | Compiling reqwest v0.11.22 |
1457 | 2024-02-09T20:26:32.433Z | Compiling plain v0.2.3 |
1458 | 2024-02-09T20:26:32.591Z | Compiling goblin v0.8.0 |
1459 | 2024-02-09T20:26:33.841Z | Compiling futures v0.3.30 |
1460 | 2024-02-09T20:26:33.967Z | Compiling dof v0.1.5 |
1461 | 2024-02-09T20:26:35.633Z | Compiling toml v0.7.8 |
1462 | 2024-02-09T20:26:35.690Z | Compiling toml_edit v0.21.1 |
1463 | 2024-02-09T20:26:36.395Z | Compiling hex v0.4.3 |
1464 | 2024-02-09T20:26:36.644Z | Compiling dtrace-parser v0.1.14 |
1465 | 2024-02-09T20:26:36.939Z | Compiling strsim v0.10.0 |
1466 | 2024-02-09T20:26:37.026Z | Compiling base64ct v1.6.0 |
1467 | 2024-02-09T20:26:37.167Z | Compiling pretty-hex v0.4.1 |
1468 | 2024-02-09T20:26:38.732Z | Compiling dof v0.3.0 |
1469 | 2024-02-09T20:26:39.859Z | Compiling serde_tokenstream v0.1.7 |
1470 | 2024-02-09T20:26:40.174Z | Compiling dtrace-parser v0.2.0 |
1471 | 2024-02-09T20:26:40.973Z | Compiling bitflags v1.3.2 |
1472 | 2024-02-09T20:26:41.085Z | Compiling smoltcp v0.9.1 |
1473 | 2024-02-09T20:26:41.534Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1474 | 2024-02-09T20:26:41.847Z | Compiling pem-rfc7468 v0.7.0 |
1475 | 2024-02-09T20:26:41.878Z | Compiling strum_macros v0.25.2 |
1476 | 2024-02-09T20:26:42.384Z | Compiling hmac v0.12.1 |
1477 | 2024-02-09T20:26:42.671Z | Compiling enum-as-inner v0.5.1 |
1478 | 2024-02-09T20:26:42.950Z | Compiling num-iter v0.1.43 |
1479 | 2024-02-09T20:26:43.539Z | Compiling flagset v0.4.3 |
1480 | 2024-02-09T20:26:43.642Z | Compiling unicode-segmentation v1.10.1 |
1481 | 2024-02-09T20:26:43.767Z | Compiling siphasher v0.3.11 |
1482 | 2024-02-09T20:26:43.802Z | Compiling der v0.7.8 |
1483 | 2024-02-09T20:26:44.182Z | Compiling usdt-macro v0.3.5 |
1484 | 2024-02-09T20:26:44.199Z | Compiling usdt-attr-macro v0.3.5 |
1485 | 2024-02-09T20:26:45.422Z | Compiling hubpack_derive v0.1.1 |
1486 | 2024-02-09T20:26:45.711Z | Compiling zerocopy-derive v0.6.4 |
1487 | 2024-02-09T20:26:46.613Z | Compiling anstyle v1.0.2 |
1488 | 2024-02-09T20:26:46.663Z | Compiling deranged v0.3.8 |
1489 | 2024-02-09T20:26:47.110Z | Compiling num_threads v0.1.6 |
1490 | 2024-02-09T20:26:47.676Z | Compiling utf8parse v0.2.1 |
1491 | 2024-02-09T20:26:47.848Z | Compiling anstyle-parse v0.2.1 |
1492 | 2024-02-09T20:26:48.057Z | Compiling sha2 v0.10.8 |
1493 | 2024-02-09T20:26:48.079Z | Compiling spki v0.7.2 |
1494 | 2024-02-09T20:26:48.483Z | Compiling time v0.3.27 |
1495 | 2024-02-09T20:26:50.127Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1496 | 2024-02-09T20:26:50.504Z | Compiling md-5 v0.10.5 |
1497 | 2024-02-09T20:26:50.783Z | Compiling block-padding v0.3.3 |
1498 | 2024-02-09T20:26:50.831Z | Compiling clap_derive v4.4.2 |
1499 | 2024-02-09T20:26:51.042Z | Compiling stringprep v0.1.3 |
1500 | 2024-02-09T20:26:51.954Z | Compiling getopts v0.2.21 |
1501 | 2024-02-09T20:26:52.101Z | Compiling diesel_table_macro_syntax v0.1.0 |
1502 | 2024-02-09T20:26:53.065Z | Compiling hash32 v0.2.1 |
1503 | 2024-02-09T20:26:54.263Z | Compiling anstyle-query v1.0.0 |
1504 | 2024-02-09T20:26:54.418Z | Compiling fallible-iterator v0.2.0 |
1505 | 2024-02-09T20:26:55.240Z | Compiling colorchoice v1.0.0 |
1506 | 2024-02-09T20:26:55.610Z | Compiling stable_deref_trait v1.2.0 |
1507 | 2024-02-09T20:26:55.714Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1508 | 2024-02-09T20:26:55.864Z | Compiling anstream v0.5.0 |
1509 | 2024-02-09T20:26:56.244Z | Compiling postgres-protocol v0.6.6 |
1510 | 2024-02-09T20:26:56.561Z | Compiling diesel_derives v2.1.2 |
1511 | 2024-02-09T20:26:56.738Z | Compiling inout v0.1.3 |
1512 | 2024-02-09T20:26:57.337Z | Compiling terminal_size v0.2.6 |
1513 | 2024-02-09T20:26:57.868Z | Compiling pkcs8 v0.10.2 |
1514 | 2024-02-09T20:26:58.417Z | Compiling phf_shared v0.11.2 |
1515 | 2024-02-09T20:27:00.193Z | Compiling ff v0.13.0 |
1516 | 2024-02-09T20:27:00.718Z | Compiling serde_repr v0.1.16 |
1517 | 2024-02-09T20:27:00.897Z | Compiling scheduled-thread-pool v0.2.7 |
1518 | 2024-02-09T20:27:01.518Z | Compiling managed v0.8.0 |
1519 | 2024-02-09T20:27:01.981Z | Compiling base16ct v0.2.0 |
1520 | 2024-02-09T20:27:02.314Z | Compiling matches v0.1.10 |
1521 | 2024-02-09T20:27:02.407Z | Compiling bit-vec v0.6.3 |
1522 | 2024-02-09T20:27:02.585Z | Compiling unsafe-libyaml v0.2.10 |
1523 | 2024-02-09T20:27:02.645Z | Compiling clap_lex v0.5.1 |
1524 | 2024-02-09T20:27:02.847Z | Compiling regex-automata v0.1.10 |
1525 | 2024-02-09T20:27:03.144Z | Compiling clap_builder v4.4.2 |
1526 | 2024-02-09T20:27:03.405Z | Compiling bstr v0.2.17 |
1527 | 2024-02-09T20:27:04.685Z | Compiling serde_yaml v0.9.25 |
1528 | 2024-02-09T20:27:05.959Z | Compiling idna v0.2.3 |
1529 | 2024-02-09T20:27:06.170Z | Compiling sec1 v0.7.3 |
1530 | 2024-02-09T20:27:07.647Z | Compiling r2d2 v0.8.10 |
1531 | 2024-02-09T20:27:08.355Z | Compiling group v0.13.0 |
1532 | 2024-02-09T20:27:09.141Z | Compiling phf v0.11.2 |
1533 | 2024-02-09T20:27:09.179Z | Compiling signal-hook-mio v0.2.3 |
1534 | 2024-02-09T20:27:09.182Z | Compiling bzip2 v0.4.4 |
1535 | 2024-02-09T20:27:09.217Z | Compiling postgres-types v0.2.6 |
1536 | 2024-02-09T20:27:09.349Z | Compiling cipher v0.4.4 |
1537 | 2024-02-09T20:27:09.438Z | Compiling zerocopy v0.6.4 |
1538 | 2024-02-09T20:27:09.602Z | Compiling hubpack v0.1.2 |
1539 | 2024-02-09T20:27:09.895Z | Compiling phf_shared v0.10.0 |
1540 | 2024-02-09T20:27:10.393Z | Compiling hkdf v0.12.4 |
1541 | 2024-02-09T20:27:10.393Z | Compiling crypto-bigint v0.5.2 |
1542 | 2024-02-09T20:27:10.393Z | Compiling ipnetwork v0.20.0 |
1543 | 2024-02-09T20:27:10.884Z | Compiling float-cmp v0.9.0 |
1544 | 2024-02-09T20:27:11.341Z | Compiling minimal-lexical v0.2.1 |
1545 | 2024-02-09T20:27:11.721Z | Compiling fixedbitset v0.4.2 |
1546 | 2024-02-09T20:27:11.849Z | Compiling new_debug_unreachable v1.0.4 |
1547 | 2024-02-09T20:27:11.964Z | Compiling data-encoding v2.4.0 |
1548 | 2024-02-09T20:27:12.187Z | Compiling whoami v1.4.1 |
1549 | 2024-02-09T20:27:13.457Z | Compiling regex-automata v0.3.8 |
1550 | 2024-02-09T20:27:13.610Z | Compiling normalize-line-endings v0.3.0 |
1551 | 2024-02-09T20:27:13.744Z | Compiling static_assertions v1.1.0 |
1552 | 2024-02-09T20:27:13.849Z | Compiling precomputed-hash v0.1.1 |
1553 | 2024-02-09T20:27:13.966Z | Compiling difflib v0.4.0 |
1554 | 2024-02-09T20:27:14.375Z | Compiling predicates-core v1.0.6 |
1555 | 2024-02-09T20:27:14.762Z | Compiling trust-dns-proto v0.22.0 |
1556 | 2024-02-09T20:27:15.721Z | Compiling bstr v1.6.0 |
1557 | 2024-02-09T20:27:16.031Z | Compiling predicates v3.1.0 |
1558 | 2024-02-09T20:27:16.079Z | Compiling string_cache v0.8.7 |
1559 | 2024-02-09T20:27:16.439Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1560 | 2024-02-09T20:27:16.587Z | Compiling diesel v2.1.4 |
1561 | 2024-02-09T20:27:18.315Z | Compiling tokio-postgres v0.7.10 |
1562 | 2024-02-09T20:27:18.873Z | Compiling elliptic-curve v0.13.8 |
1563 | 2024-02-09T20:27:19.039Z | Compiling petgraph v0.6.4 |
1564 | 2024-02-09T20:27:19.693Z | Compiling yasna v0.5.2 |
1565 | 2024-02-09T20:27:20.043Z | Compiling nom v7.1.3 |
1566 | 2024-02-09T20:27:20.497Z | Compiling zip v0.6.6 |
1567 | 2024-02-09T20:27:21.707Z | Compiling crossterm v0.27.0 |
1568 | 2024-02-09T20:27:22.658Z | Compiling clap v4.4.3 |
1569 | 2024-02-09T20:27:22.911Z | Compiling similar v2.3.0 |
1570 | 2024-02-09T20:27:23.071Z | Compiling bit-set v0.5.3 |
1571 | 2024-02-09T20:27:23.372Z | Compiling usdt v0.3.5 |
1572 | 2024-02-09T20:27:23.536Z | Compiling itertools v0.10.5 |
1573 | 2024-02-09T20:27:23.641Z | Compiling console v0.15.8 |
1574 | 2024-02-09T20:27:23.884Z | Compiling tokio-stream v0.1.14 |
1575 | 2024-02-09T20:27:25.333Z | Compiling lalrpop-util v0.19.12 |
1576 | 2024-02-09T20:27:25.561Z | Compiling camino v1.1.6 |
1577 | 2024-02-09T20:27:28.514Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1578 | 2024-02-09T20:27:37.027Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1579 | 2024-02-09T20:28:08.815Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1580 | 2024-02-09T20:28:08.906Z | Compiling sha1 v0.10.6 |
1581 | 2024-02-09T20:28:08.906Z | Compiling atty v0.2.14 |
1582 | 2024-02-09T20:28:08.906Z | Compiling match_cfg v0.1.0 |
1583 | 2024-02-09T20:28:08.906Z | Compiling hostname v0.3.1 |
1584 | 2024-02-09T20:28:08.906Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1585 | 2024-02-09T20:28:08.906Z | Compiling dirs-sys-next v0.1.2 |
1586 | 2024-02-09T20:28:08.907Z | Compiling rustls-pki-types v1.1.0 |
1587 | 2024-02-09T20:28:08.907Z | Compiling ident_case v1.0.1 |
1588 | 2024-02-09T20:28:08.907Z | Compiling dirs-next v2.0.0 |
1589 | 2024-02-09T20:28:08.907Z | Compiling darling_core v0.20.3 |
1590 | 2024-02-09T20:28:08.907Z | Compiling thread_local v1.1.7 |
1591 | 2024-02-09T20:28:08.907Z | Compiling rustls v0.22.2 |
1592 | 2024-02-09T20:28:08.907Z | Compiling slog-async v2.8.0 |
1593 | 2024-02-09T20:28:08.907Z | Compiling rustls-webpki v0.102.1 |
1594 | 2024-02-09T20:28:08.907Z | Compiling term v0.7.0 |
1595 | 2024-02-09T20:28:08.907Z | Compiling crossbeam-channel v0.5.8 |
1596 | 2024-02-09T20:28:08.907Z | Compiling multer v3.0.0 |
1597 | 2024-02-09T20:28:08.907Z | Compiling instant v0.1.12 |
1598 | 2024-02-09T20:28:08.907Z | Compiling paste v1.0.14 |
1599 | 2024-02-09T20:28:08.907Z | Compiling take_mut v0.2.2 |
1600 | 2024-02-09T20:28:08.907Z | Compiling slog-term v2.9.0 |
1601 | 2024-02-09T20:28:08.907Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1602 | 2024-02-09T20:28:08.907Z | Compiling slog-json v2.6.1 |
1603 | 2024-02-09T20:28:09.005Z | Compiling http v1.0.0 |
1604 | 2024-02-09T20:28:09.107Z | Compiling async-stream-impl v0.3.5 |
1605 | 2024-02-09T20:28:09.389Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1606 | 2024-02-09T20:28:09.551Z | Compiling atomic-waker v1.1.1 |
1607 | 2024-02-09T20:28:09.739Z | Compiling debug-ignore v1.0.5 |
1608 | 2024-02-09T20:28:09.826Z | Compiling waitgroup v0.1.2 |
1609 | 2024-02-09T20:28:09.934Z | Compiling slog-bunyan v2.5.0 |
1610 | 2024-02-09T20:28:10.149Z | Compiling rustls-pemfile v2.0.0 |
1611 | 2024-02-09T20:28:10.656Z | Compiling async-stream v0.3.5 |
1612 | 2024-02-09T20:28:10.996Z | Compiling toml v0.8.9 |
1613 | 2024-02-09T20:28:11.333Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1614 | 2024-02-09T20:28:11.683Z | Compiling serde_path_to_error v0.1.15 |
1615 | 2024-02-09T20:28:11.799Z | Compiling structmeta-derive v0.3.0 |
1616 | 2024-02-09T20:28:12.282Z | Compiling darling_macro v0.20.3 |
1617 | 2024-02-09T20:28:12.594Z | Compiling tokio-rustls v0.25.0 |
1618 | 2024-02-09T20:28:12.828Z | Compiling strum v0.25.0 |
1619 | 2024-02-09T20:28:13.009Z | Compiling backoff v0.4.0 |
1620 | 2024-02-09T20:28:13.030Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1621 | 2024-02-09T20:28:13.376Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1622 | 2024-02-09T20:28:13.398Z | Compiling darling v0.20.3 |
1623 | 2024-02-09T20:28:13.530Z | Compiling serde_with_macros v3.6.0 |
1624 | 2024-02-09T20:28:13.559Z | Compiling macaddr v1.0.1 |
1625 | 2024-02-09T20:28:13.881Z | Compiling proc-macro-error-attr v1.0.4 |
1626 | 2024-02-09T20:28:14.072Z | Compiling proc-macro-crate v1.3.1 |
1627 | 2024-02-09T20:28:14.291Z | Compiling proc-macro-error v1.0.4 |
1628 | 2024-02-09T20:28:14.310Z | Compiling heapless v0.8.0 |
1629 | 2024-02-09T20:28:15.119Z | Compiling structmeta v0.3.0 |
1630 | 2024-02-09T20:28:15.241Z | Compiling num_enum_derive v0.5.11 |
1631 | 2024-02-09T20:28:15.262Z | Compiling hash32 v0.3.1 |
1632 | 2024-02-09T20:28:15.517Z | Compiling smoltcp v0.11.0 |
1633 | 2024-02-09T20:28:15.583Z | Compiling parse-display-derive v0.9.0 |
1634 | 2024-02-09T20:28:15.773Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1635 | 2024-02-09T20:28:16.173Z | Compiling rayon-core v1.12.0 |
1636 | 2024-02-09T20:28:17.048Z | Compiling serde_with v3.6.0 |
1637 | 2024-02-09T20:28:17.176Z | Compiling crossbeam-deque v0.8.3 |
1638 | 2024-02-09T20:28:17.551Z | Compiling cobs v0.2.3 |
1639 | 2024-02-09T20:28:17.687Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1640 | 2024-02-09T20:28:17.879Z | Compiling embedded-io v0.4.0 |
1641 | 2024-02-09T20:28:18.016Z | Compiling fastrand v2.0.1 |
1642 | 2024-02-09T20:28:18.137Z | Compiling same-file v1.0.6 |
1643 | 2024-02-09T20:28:18.299Z | Compiling num_enum v0.5.11 |
1644 | 2024-02-09T20:28:18.459Z | Compiling tempfile v3.10.0 |
1645 | 2024-02-09T20:28:18.595Z | Compiling walkdir v2.4.0 |
1646 | 2024-02-09T20:28:19.140Z | Compiling postcard v1.0.8 |
1647 | 2024-02-09T20:28:19.969Z | Compiling semver-parser v0.10.2 |
1648 | 2024-02-09T20:28:20.076Z | Compiling foreign-types-macros v0.2.3 |
1649 | 2024-02-09T20:28:20.778Z | Compiling parse-display v0.9.0 |
1650 | 2024-02-09T20:28:21.389Z | Compiling blake3 v1.5.0 |
1651 | 2024-02-09T20:28:21.409Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1652 | 2024-02-09T20:28:21.426Z | Compiling foreign-types-shared v0.3.1 |
1653 | 2024-02-09T20:28:21.450Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1654 | 2024-02-09T20:28:21.553Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1655 | 2024-02-09T20:28:21.647Z | Compiling crucible-workspace-hack v0.1.0 |
1656 | 2024-02-09T20:28:21.831Z | Compiling foreign-types v0.5.0 |
1657 | 2024-02-09T20:28:21.897Z | Compiling semver v0.11.0 |
1658 | 2024-02-09T20:28:21.948Z | Compiling rayon v1.8.0 |
1659 | 2024-02-09T20:28:22.470Z | Compiling is-terminal v0.4.9 |
1660 | 2024-02-09T20:28:22.570Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1661 | 2024-02-09T20:28:22.588Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1662 | 2024-02-09T20:28:22.610Z | Compiling cstr-argument v0.1.2 |
1663 | 2024-02-09T20:28:22.719Z | Compiling filetime v0.2.23 |
1664 | 2024-02-09T20:28:22.863Z | Compiling memmap2 v0.7.1 |
1665 | 2024-02-09T20:28:23.054Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1666 | 2024-02-09T20:28:23.076Z | Compiling xattr v1.0.1 |
1667 | 2024-02-09T20:28:23.317Z | Compiling home v0.5.5 |
1668 | 2024-02-09T20:28:23.350Z | Compiling constant_time_eq v0.3.0 |
1669 | 2024-02-09T20:28:23.532Z | Compiling arrayvec v0.7.4 |
1670 | 2024-02-09T20:28:23.560Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1671 | 2024-02-09T20:28:23.579Z | Compiling arrayref v0.3.7 |
1672 | 2024-02-09T20:28:23.605Z | Compiling pretty-hex v0.2.1 |
1673 | 2024-02-09T20:28:23.799Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1674 | 2024-02-09T20:28:23.857Z | Compiling toolchain_find v0.2.0 |
1675 | 2024-02-09T20:28:23.928Z | Compiling tar v0.4.40 |
1676 | 2024-02-09T20:28:23.953Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1677 | 2024-02-09T20:28:24.171Z | Compiling camino-tempfile v1.1.1 |
1678 | 2024-02-09T20:28:24.551Z | Compiling colored v2.0.4 |
1679 | 2024-02-09T20:28:24.785Z | Compiling toml v0.5.11 |
1680 | 2024-02-09T20:28:24.922Z | Compiling platforms v3.0.2 |
1681 | 2024-02-09T20:28:25.244Z | Compiling topological-sort v0.2.2 |
1682 | 2024-02-09T20:28:25.318Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1683 | 2024-02-09T20:28:25.581Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1684 | 2024-02-09T20:28:25.671Z | Compiling zone_cfg_derive v0.3.0 |
1685 | 2024-02-09T20:28:25.940Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1686 | 2024-02-09T20:28:26.222Z | Compiling textwrap v0.11.0 |
1687 | 2024-02-09T20:28:26.752Z | Compiling rustfmt-wrapper v0.2.0 |
1688 | 2024-02-09T20:28:26.914Z | Compiling heck v0.3.3 |
1689 | 2024-02-09T20:28:27.283Z | Compiling omicron-zone-package v0.11.0 |
1690 | 2024-02-09T20:28:27.383Z | Compiling num-derive v0.4.0 |
1691 | 2024-02-09T20:28:27.629Z | Compiling ansi_term v0.12.1 |
1692 | 2024-02-09T20:28:28.182Z | Compiling vec_map v0.8.2 |
1693 | 2024-02-09T20:28:28.238Z | Compiling libefi-sys v0.1.0 |
1694 | 2024-02-09T20:28:28.498Z | Compiling strsim v0.8.0 |
1695 | 2024-02-09T20:28:28.612Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1696 | 2024-02-09T20:28:28.785Z | Compiling clap v2.34.0 |
1697 | 2024-02-09T20:28:29.156Z | Compiling structopt-derive v0.4.18 |
1698 | 2024-02-09T20:28:29.176Z | Compiling zone v0.3.0 |
1699 | 2024-02-09T20:28:29.473Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1700 | 2024-02-09T20:28:29.913Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1701 | 2024-02-09T20:28:29.960Z | Compiling smf v0.2.2 |
1702 | 2024-02-09T20:28:30.348Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1703 | 2024-02-09T20:28:30.776Z | Compiling unicase v2.7.0 |
1704 | 2024-02-09T20:28:30.869Z | Compiling semver v0.1.20 |
1705 | 2024-02-09T20:28:31.143Z | Compiling curve25519-dalek v4.1.1 |
1706 | 2024-02-09T20:28:31.263Z | Compiling rustc_version v0.1.7 |
1707 | 2024-02-09T20:28:31.561Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1708 | 2024-02-09T20:28:31.740Z | Compiling universal-hash v0.5.1 |
1709 | 2024-02-09T20:28:31.753Z | Compiling opaque-debug v0.3.0 |
1710 | 2024-02-09T20:28:31.857Z | Compiling newtype_derive v0.1.6 |
1711 | 2024-02-09T20:28:31.938Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1712 | 2024-02-09T20:28:32.070Z | Compiling curve25519-dalek-derive v0.1.0 |
1713 | 2024-02-09T20:28:32.193Z | Compiling gethostname v0.4.3 |
1714 | 2024-02-09T20:28:32.268Z | Compiling num-rational v0.4.1 |
1715 | 2024-02-09T20:28:32.297Z | Compiling getrandom v0.1.16 |
1716 | 2024-02-09T20:28:32.490Z | Compiling structopt v0.3.26 |
1717 | 2024-02-09T20:28:32.709Z | Compiling usdt-macro v0.5.0 |
1718 | 2024-02-09T20:28:32.858Z | Compiling usdt-attr-macro v0.5.0 |
1719 | 2024-02-09T20:28:33.057Z | Compiling password-hash v0.5.0 |
1720 | 2024-02-09T20:28:33.195Z | Compiling blake2 v0.10.6 |
1721 | 2024-02-09T20:28:34.067Z | Compiling signature v2.1.0 |
1722 | 2024-02-09T20:28:34.160Z | Compiling memmap v0.7.0 |
1723 | 2024-02-09T20:28:34.312Z | Compiling parking_lot_core v0.8.6 |
1724 | 2024-02-09T20:28:34.363Z | Compiling quick-error v1.2.3 |
1725 | 2024-02-09T20:28:34.518Z | Compiling linked-hash-map v0.5.6 |
1726 | 2024-02-09T20:28:34.518Z | Compiling resolv-conf v0.7.0 |
1727 | 2024-02-09T20:28:34.617Z | Compiling usdt v0.5.0 |
1728 | 2024-02-09T20:28:34.638Z | Compiling argon2 v0.5.3 |
1729 | 2024-02-09T20:28:34.870Z | Compiling lru-cache v0.1.2 |
1730 | 2024-02-09T20:28:35.488Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1731 | 2024-02-09T20:28:35.566Z | Compiling aead v0.5.2 |
1732 | 2024-02-09T20:28:35.739Z | Compiling num-complex v0.4.4 |
1733 | 2024-02-09T20:28:35.914Z | Compiling nibble_vec v0.1.0 |
1734 | 2024-02-09T20:28:36.123Z | Compiling slog-dtrace v0.3.0 |
1735 | 2024-02-09T20:28:36.483Z | Compiling cancel-safe-futures v0.1.5 |
1736 | 2024-02-09T20:28:36.804Z | Compiling winapi v0.3.9 |
1737 | 2024-02-09T20:28:36.876Z | Compiling utf-8 v0.7.6 |
1738 | 2024-02-09T20:28:36.982Z | Compiling arc-swap v1.6.0 |
1739 | 2024-02-09T20:28:37.222Z | Compiling endian-type v0.1.2 |
1740 | 2024-02-09T20:28:37.455Z | Compiling keccak v0.1.4 |
1741 | 2024-02-09T20:28:37.677Z | Compiling slog-scope v4.4.0 |
1742 | 2024-02-09T20:28:37.978Z | Compiling sha3 v0.10.8 |
1743 | 2024-02-09T20:28:38.007Z | Compiling radix_trie v0.2.1 |
1744 | 2024-02-09T20:28:38.236Z | Compiling tungstenite v0.20.1 |
1745 | 2024-02-09T20:28:38.283Z | Compiling num v0.4.1 |
1746 | 2024-02-09T20:28:38.464Z | Compiling mime_guess v2.0.4 |
1747 | 2024-02-09T20:28:38.482Z | Compiling steno v0.4.0 |
1748 | 2024-02-09T20:28:38.722Z | Compiling rand_core v0.5.1 |
1749 | 2024-02-09T20:28:38.974Z | Compiling trust-dns-resolver v0.22.0 |
1750 | 2024-02-09T20:28:39.925Z | Compiling poly1305 v0.8.0 |
1751 | 2024-02-09T20:28:40.218Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1752 | 2024-02-09T20:28:40.658Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1753 | 2024-02-09T20:28:41.486Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1754 | 2024-02-09T20:28:41.766Z | Compiling chacha20 v0.9.1 |
1755 | 2024-02-09T20:28:41.919Z | Compiling rfc6979 v0.4.0 |
1756 | 2024-02-09T20:28:42.143Z | Compiling secrecy v0.8.0 |
1757 | 2024-02-09T20:28:42.271Z | Compiling thiserror-impl-no-std v2.0.2 |
1758 | 2024-02-09T20:28:42.424Z | Compiling half v2.3.1 |
1759 | 2024-02-09T20:28:42.789Z | Compiling convert_case v0.4.0 |
1760 | 2024-02-09T20:28:43.033Z | Compiling option-ext v0.2.0 |
1761 | 2024-02-09T20:28:43.173Z | Compiling ciborium-io v0.2.2 |
1762 | 2024-02-09T20:28:43.316Z | Compiling ciborium-ll v0.2.2 |
1763 | 2024-02-09T20:28:43.817Z | Compiling derive_more v0.99.17 |
1764 | 2024-02-09T20:28:43.820Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1765 | 2024-02-09T20:28:43.909Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1766 | 2024-02-09T20:28:45.728Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1767 | 2024-02-09T20:28:45.888Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1768 | 2024-02-09T20:28:46.087Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1769 | 2024-02-09T20:28:46.509Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1770 | 2024-02-09T20:28:46.890Z | Compiling thiserror-no-std v2.0.2 |
1771 | 2024-02-09T20:28:47.013Z | Compiling dirs-sys v0.4.1 |
1772 | 2024-02-09T20:28:47.457Z | Compiling ecdsa v0.16.9 |
1773 | 2024-02-09T20:28:47.530Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1774 | 2024-02-09T20:28:47.926Z | Compiling parking_lot v0.11.2 |
1775 | 2024-02-09T20:28:48.120Z | Compiling tokio-tungstenite v0.20.1 |
1776 | 2024-02-09T20:28:48.315Z | Compiling rand_chacha v0.2.2 |
1777 | 2024-02-09T20:28:48.972Z | Compiling trust-dns-client v0.22.0 |
1778 | 2024-02-09T20:28:49.580Z | Compiling slog-stdlog v4.1.1 |
1779 | 2024-02-09T20:28:49.823Z | Compiling ed25519 v2.2.2 |
1780 | 2024-02-09T20:28:49.927Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1781 | 2024-02-09T20:28:49.994Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1782 | 2024-02-09T20:28:50.355Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1783 | 2024-02-09T20:28:52.227Z | Compiling polyval v0.6.1 |
1784 | 2024-02-09T20:28:52.666Z | Compiling primeorder v0.13.6 |
1785 | 2024-02-09T20:28:53.172Z | Compiling aes v0.8.3 |
1786 | 2024-02-09T20:28:53.175Z | Compiling blowfish v0.9.1 |
1787 | 2024-02-09T20:28:53.659Z | Compiling ctr v0.9.2 |
1788 | 2024-02-09T20:28:53.681Z | Compiling password-hash v0.4.2 |
1789 | 2024-02-09T20:28:54.029Z | Compiling libsw v3.3.1 |
1790 | 2024-02-09T20:28:54.682Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1791 | 2024-02-09T20:28:56.217Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1792 | 2024-02-09T20:28:58.457Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1793 | 2024-02-09T20:29:00.867Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1794 | 2024-02-09T20:29:02.159Z | Compiling pbkdf2 v0.12.2 |
1795 | 2024-02-09T20:29:02.360Z | Compiling derive-where v1.2.7 |
1796 | 2024-02-09T20:29:03.542Z | Compiling fxhash v0.2.1 |
1797 | 2024-02-09T20:29:03.732Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1798 | 2024-02-09T20:29:03.772Z | Compiling swrite v0.1.0 |
1799 | 2024-02-09T20:29:03.922Z | Compiling linear-map v1.2.0 |
1800 | 2024-02-09T20:29:03.982Z | Compiling owo-colors v4.0.0 |
1801 | 2024-02-09T20:29:04.337Z | Compiling sled v0.34.7 |
1802 | 2024-02-09T20:29:06.465Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1803 | 2024-02-09T20:29:06.819Z | Compiling bcrypt-pbkdf v0.10.0 |
1804 | 2024-02-09T20:29:06.863Z | Compiling trust-dns-server v0.22.1 |
1805 | 2024-02-09T20:29:07.421Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1806 | 2024-02-09T20:29:07.782Z | Compiling pbkdf2 v0.11.0 |
1807 | 2024-02-09T20:29:08.150Z | Compiling p256 v0.13.2 |
1808 | 2024-02-09T20:29:08.273Z | Compiling ghash v0.5.0 |
1809 | 2024-02-09T20:29:08.480Z | Compiling ed25519-dalek v2.0.0 |
1810 | 2024-02-09T20:29:08.743Z | Compiling slog-envlogger v2.2.0 |
1811 | 2024-02-09T20:29:09.071Z | Compiling russh-cryptovec v0.7.0 |
1812 | 2024-02-09T20:29:09.378Z | Compiling rand v0.7.3 |
1813 | 2024-02-09T20:29:09.579Z | Compiling dirs v5.0.1 |
1814 | 2024-02-09T20:29:09.713Z | Compiling vsss-rs v3.3.4 |
1815 | 2024-02-09T20:29:09.777Z | Compiling ciborium v0.2.2 |
1816 | 2024-02-09T20:29:10.569Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1817 | 2024-02-09T20:29:11.249Z | Compiling chacha20poly1305 v0.10.1 |
1818 | 2024-02-09T20:29:11.497Z | Compiling cbc v0.1.2 |
1819 | 2024-02-09T20:29:11.591Z | Compiling pem v3.0.2 |
1820 | 2024-02-09T20:29:11.766Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1821 | 2024-02-09T20:29:12.185Z | Compiling headers-core v0.2.0 |
1822 | 2024-02-09T20:29:12.360Z | Compiling kstat-rs v0.2.3 |
1823 | 2024-02-09T20:29:12.460Z | Compiling http-range v0.1.5 |
1824 | 2024-02-09T20:29:12.599Z | Compiling md5 v0.7.0 |
1825 | 2024-02-09T20:29:13.106Z | Compiling glob v0.3.1 |
1826 | 2024-02-09T20:29:13.126Z | Compiling russh-keys v0.40.1 |
1827 | 2024-02-09T20:29:13.982Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1828 | 2024-02-09T20:29:14.191Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1829 | 2024-02-09T20:29:14.322Z | Compiling hyper-staticfile v0.9.5 |
1830 | 2024-02-09T20:29:15.388Z | Compiling headers v0.3.9 |
1831 | 2024-02-09T20:29:16.739Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1832 | 2024-02-09T20:29:16.857Z | Compiling rcgen v0.12.1 |
1833 | 2024-02-09T20:29:17.224Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1834 | 2024-02-09T20:29:17.609Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1835 | 2024-02-09T20:29:18.861Z | Compiling aes-gcm v0.10.3 |
1836 | 2024-02-09T20:29:20.240Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1837 | 2024-02-09T20:29:22.733Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1838 | 2024-02-09T20:29:22.862Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1839 | 2024-02-09T20:29:24.770Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1840 | 2024-02-09T20:29:26.304Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1841 | 2024-02-09T20:29:27.300Z | Compiling atomicwrites v0.4.3 |
1842 | 2024-02-09T20:29:27.668Z | Compiling itertools v0.12.1 |
1843 | 2024-02-09T20:29:28.062Z | Compiling subprocess v0.2.9 |
1844 | 2024-02-09T20:29:28.086Z | Compiling display-error-chain v0.2.0 |
1845 | 2024-02-09T20:29:28.271Z | Compiling hex-literal v0.4.1 |
1846 | 2024-02-09T20:29:28.438Z | Compiling russh v0.40.2 |
1847 | 2024-02-09T20:29:30.351Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1848 | 2024-02-09T20:29:31.051Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1849 | 2024-02-09T20:29:36.757Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1850 | 2024-02-09T20:29:38.090Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1851 | 2024-02-09T20:29:58.510Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1852 | 2024-02-09T20:30:58.165Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 46s |
1853 | 2024-02-09T20:30:58.444Z | |
1854 | 2024-02-09T20:30:58.444Z | real 5:46.762002815 |
1855 | 2024-02-09T20:30:58.444Z | user 29:57.376904258 |
1856 | 2024-02-09T20:30:58.444Z | sys 5:42.989169662 |
1857 | 2024-02-09T20:30:58.444Z | trap 0.873007242 |
1858 | 2024-02-09T20:30:58.444Z | tflt 5.032543636 |
1859 | 2024-02-09T20:30:58.444Z | dflt 4.093160126 |
1860 | 2024-02-09T20:30:58.444Z | kflt 0.048212731 |
1861 | 2024-02-09T20:30:58.448Z | lock 55:38.656977866 |
1862 | 2024-02-09T20:30:58.448Z | slp 1:27:31.731911223 |
1863 | 2024-02-09T20:30:58.448Z | lat 1:42.728588975 |
1864 | 2024-02-09T20:30:58.448Z | stop 4:05.669281414 |
1865 | 2024-02-09T20:30:58.448Z | + mkdir -p /work/end-to-end-tests |
1866 | 2024-02-09T20:30:58.448Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1867 | 2024-02-09T20:30:59.318Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1868 | 2024-02-09T20:30:59.318Z | + ptime -m gzip |
1869 | 2024-02-09T20:30:59.318Z | ++ basename target/debug/bootstrap |
1870 | 2024-02-09T20:31:12.484Z | |
1871 | 2024-02-09T20:31:12.484Z | real 13.159249930 |
1872 | 2024-02-09T20:31:12.484Z | user 13.053928273 |
1873 | 2024-02-09T20:31:12.485Z | sys 0.094284294 |
1874 | 2024-02-09T20:31:12.485Z | trap 0.003958776 |
1875 | 2024-02-09T20:31:12.485Z | tflt 0.000000000 |
1876 | 2024-02-09T20:31:12.485Z | dflt 0.000000000 |
1877 | 2024-02-09T20:31:12.485Z | kflt 0.000000000 |
1878 | 2024-02-09T20:31:12.488Z | lock 0.000000000 |
1879 | 2024-02-09T20:31:12.488Z | slp 0.000000000 |
1880 | 2024-02-09T20:31:12.489Z | lat 0.006669620 |
1881 | 2024-02-09T20:31:12.489Z | stop 0.000186265 |
1882 | 2024-02-09T20:31:12.489Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1883 | 2024-02-09T20:31:12.489Z | + ptime -m gzip |
1884 | 2024-02-09T20:31:12.489Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-000e38cfb9ecff29 |
1885 | 2024-02-09T20:31:13.774Z | |
1886 | 2024-02-09T20:31:13.774Z | real 1.283090139 |
1887 | 2024-02-09T20:31:13.774Z | user 1.271532974 |
1888 | 2024-02-09T20:31:13.774Z | sys 0.010993490 |
1889 | 2024-02-09T20:31:13.778Z | trap 0.000081045 |
1890 | 2024-02-09T20:31:13.778Z | tflt 0.000000000 |
1891 | 2024-02-09T20:31:13.778Z | dflt 0.000000000 |
1892 | 2024-02-09T20:31:13.778Z | kflt 0.000000000 |
1893 | 2024-02-09T20:31:13.778Z | lock 0.000000000 |
1894 | 2024-02-09T20:31:13.778Z | slp 0.000000000 |
1895 | 2024-02-09T20:31:13.778Z | lat 0.000088203 |
1896 | 2024-02-09T20:31:13.778Z | stop 0.000174257 |
1897 | 2024-02-09T20:31:13.778Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1898 | 2024-02-09T20:31:13.778Z | + ptime -m gzip |
1899 | 2024-02-09T20:31:13.778Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a157f2ab3f0f1a11 |
1900 | 2024-02-09T20:31:27.289Z | |
1901 | 2024-02-09T20:31:27.293Z | real 13.506093347 |
1902 | 2024-02-09T20:31:27.293Z | user 13.411051121 |
1903 | 2024-02-09T20:31:27.293Z | sys 0.091242096 |
1904 | 2024-02-09T20:31:27.293Z | trap 0.001973889 |
1905 | 2024-02-09T20:31:27.293Z | tflt 0.000000000 |
1906 | 2024-02-09T20:31:27.293Z | dflt 0.000000000 |
1907 | 2024-02-09T20:31:27.293Z | kflt 0.000000000 |
1908 | 2024-02-09T20:31:27.293Z | lock 0.000000000 |
1909 | 2024-02-09T20:31:27.293Z | slp 0.000000000 |
1910 | 2024-02-09T20:31:27.294Z | lat 0.001426462 |
1911 | 2024-02-09T20:31:27.294Z | stop 0.000179755 |
1912 | 2024-02-09T20:31:27.294Z | + banner caboose-util |
1913 | 2024-02-09T20:31:27.294Z | |
1914 | 2024-02-09T20:31:27.294Z | #### ## ##### #### #### #### ###### # # ##### |
1915 | 2024-02-09T20:31:27.294Z | # # # # # # # # # # # # # # # |
1916 | 2024-02-09T20:31:27.294Z | # # # ##### # # # # #### ##### ##### # # # |
1917 | 2024-02-09T20:31:27.294Z | # ###### # # # # # # # # # # # |
1918 | 2024-02-09T20:31:27.294Z | # # # # # # # # # # # # # # # # |
1919 | 2024-02-09T20:31:27.294Z | #### # # ##### #### #### #### ###### #### # |
1920 | 2024-02-09T20:31:27.294Z | |
1921 | 2024-02-09T20:31:27.294Z | + ptime -m cargo build --locked -p caboose-util --release |
1922 | 2024-02-09T20:31:27.708Z | Downloading crates ... |
1923 | 2024-02-09T20:31:27.950Z | Downloaded array-init v0.0.4 |
1924 | 2024-02-09T20:31:27.953Z | Downloaded tap v1.0.1 |
1925 | 2024-02-09T20:31:27.957Z | Downloaded packed_struct v0.10.1 |
1926 | 2024-02-09T20:31:27.960Z | Downloaded radium v0.7.0 |
1927 | 2024-02-09T20:31:27.970Z | Downloaded path-slash v0.1.5 |
1928 | 2024-02-09T20:31:27.976Z | Downloaded nodrop v0.1.14 |
1929 | 2024-02-09T20:31:27.980Z | Downloaded funty v2.0.0 |
1930 | 2024-02-09T20:31:27.983Z | Downloaded packed_struct_codegen v0.10.1 |
1931 | 2024-02-09T20:31:27.986Z | Downloaded termcolor v1.2.0 |
1932 | 2024-02-09T20:31:27.986Z | Downloaded crc-catalog v2.2.0 |
1933 | 2024-02-09T20:31:27.986Z | Downloaded maybe-uninit v2.0.0 |
1934 | 2024-02-09T20:31:27.989Z | Downloaded smallvec v0.6.14 |
1935 | 2024-02-09T20:31:27.989Z | Downloaded wyz v0.5.1 |
1936 | 2024-02-09T20:31:27.989Z | Downloaded crc v3.0.1 |
1937 | 2024-02-09T20:31:27.992Z | Downloaded serde-hex v0.1.0 |
1938 | 2024-02-09T20:31:27.992Z | Downloaded crc-any v2.4.3 |
1939 | 2024-02-09T20:31:28.000Z | Downloaded bitfield v0.14.0 |
1940 | 2024-02-09T20:31:28.000Z | Downloaded pkcs1 v0.7.5 |
1941 | 2024-02-09T20:31:28.003Z | Downloaded env_logger v0.10.0 |
1942 | 2024-02-09T20:31:28.006Z | Downloaded rsa v0.9.2 |
1943 | 2024-02-09T20:31:28.018Z | Downloaded ron v0.8.1 |
1944 | 2024-02-09T20:31:28.021Z | Downloaded x509-cert v0.2.4 |
1945 | 2024-02-09T20:31:28.021Z | Downloaded num-bigint-dig v0.8.4 |
1946 | 2024-02-09T20:31:28.032Z | Downloaded bitvec v1.0.1 |
1947 | 2024-02-09T20:31:28.046Z | Downloaded object v0.30.4 |
1948 | 2024-02-09T20:31:28.158Z | Compiling proc-macro2 v1.0.78 |
1949 | 2024-02-09T20:31:28.158Z | Compiling unicode-ident v1.0.12 |
1950 | 2024-02-09T20:31:28.161Z | Compiling libc v0.2.153 |
1951 | 2024-02-09T20:31:28.162Z | Compiling serde v1.0.196 |
1952 | 2024-02-09T20:31:28.162Z | Compiling autocfg v1.1.0 |
1953 | 2024-02-09T20:31:28.162Z | Compiling version_check v0.9.4 |
1954 | 2024-02-09T20:31:28.162Z | Compiling cfg-if v1.0.0 |
1955 | 2024-02-09T20:31:28.316Z | Compiling typenum v1.16.0 |
1956 | 2024-02-09T20:31:28.325Z | Compiling once_cell v1.19.0 |
1957 | 2024-02-09T20:31:28.371Z | Compiling parking_lot_core v0.9.8 |
1958 | 2024-02-09T20:31:28.724Z | Compiling memchr v2.6.3 |
1959 | 2024-02-09T20:31:28.788Z | Compiling syn v1.0.109 |
1960 | 2024-02-09T20:31:28.809Z | Compiling byteorder v1.5.0 |
1961 | 2024-02-09T20:31:28.828Z | Compiling generic-array v0.14.7 |
1962 | 2024-02-09T20:31:29.123Z | Compiling lock_api v0.4.10 |
1963 | 2024-02-09T20:31:29.271Z | Compiling libm v0.2.7 |
1964 | 2024-02-09T20:31:29.392Z | Compiling num-traits v0.2.16 |
1965 | 2024-02-09T20:31:29.453Z | Compiling ahash v0.8.7 |
1966 | 2024-02-09T20:31:29.618Z | Compiling quote v1.0.35 |
1967 | 2024-02-09T20:31:29.727Z | Compiling pkg-config v0.3.27 |
1968 | 2024-02-09T20:31:29.799Z | Compiling thiserror v1.0.56 |
1969 | 2024-02-09T20:31:30.231Z | Compiling syn v2.0.48 |
1970 | 2024-02-09T20:31:30.275Z | Compiling cc v1.0.83 |
1971 | 2024-02-09T20:31:30.284Z | Compiling getrandom v0.2.10 |
1972 | 2024-02-09T20:31:30.666Z | Compiling serde_json v1.0.113 |
1973 | 2024-02-09T20:31:30.782Z | Compiling scopeguard v1.2.0 |
1974 | 2024-02-09T20:31:31.168Z | Compiling slab v0.4.9 |
1975 | 2024-02-09T20:31:31.300Z | Compiling log v0.4.20 |
1976 | 2024-02-09T20:31:31.419Z | Compiling itoa v1.0.9 |
1977 | 2024-02-09T20:31:31.675Z | Compiling rand_core v0.6.4 |
1978 | 2024-02-09T20:31:31.980Z | Compiling smallvec v1.13.1 |
1979 | 2024-02-09T20:31:32.282Z | Compiling vcpkg v0.2.15 |
1980 | 2024-02-09T20:31:33.007Z | Compiling const-oid v0.9.5 |
1981 | 2024-02-09T20:31:33.393Z | Compiling parking_lot v0.12.1 |
1982 | 2024-02-09T20:31:33.488Z | Compiling pin-project-lite v0.2.13 |
1983 | 2024-02-09T20:31:33.937Z | Compiling ring v0.17.7 |
1984 | 2024-02-09T20:31:34.043Z | Compiling openssl-sys v0.9.96 |
1985 | 2024-02-09T20:31:34.317Z | Compiling ucd-trie v0.1.6 |
1986 | 2024-02-09T20:31:34.593Z | Compiling ryu v1.0.15 |
1987 | 2024-02-09T20:31:34.897Z | Compiling signal-hook-registry v1.4.1 |
1988 | 2024-02-09T20:31:35.004Z | Compiling subtle v2.5.0 |
1989 | 2024-02-09T20:31:35.217Z | Compiling io-lifetimes v1.0.11 |
1990 | 2024-02-09T20:31:35.472Z | Compiling ring v0.16.20 |
1991 | 2024-02-09T20:31:35.508Z | Compiling mio v0.8.9 |
1992 | 2024-02-09T20:31:35.899Z | Compiling num-integer v0.1.45 |
1993 | 2024-02-09T20:31:36.207Z | Compiling futures-core v0.3.30 |
1994 | 2024-02-09T20:31:36.454Z | Compiling semver v1.0.21 |
1995 | 2024-02-09T20:31:37.304Z | Compiling rustix v0.37.23 |
1996 | 2024-02-09T20:31:37.802Z | Compiling spin v0.5.2 |
1997 | 2024-02-09T20:31:38.040Z | Compiling socket2 v0.5.5 |
1998 | 2024-02-09T20:31:38.250Z | Compiling num_cpus v1.16.0 |
1999 | 2024-02-09T20:31:38.382Z | Compiling unicode-xid v0.2.4 |
2000 | 2024-02-09T20:31:38.547Z | Compiling futures-sink v0.3.30 |
2001 | 2024-02-09T20:31:38.561Z | Compiling openssl v0.10.60 |
2002 | 2024-02-09T20:31:38.932Z | Compiling allocator-api2 v0.2.16 |
2003 | 2024-02-09T20:31:38.966Z | Compiling heck v0.4.1 |
2004 | 2024-02-09T20:31:38.977Z | Compiling httparse v1.8.0 |
2005 | 2024-02-09T20:31:39.389Z | Compiling synstructure v0.12.6 |
2006 | 2024-02-09T20:31:39.660Z | Compiling equivalent v1.0.1 |
2007 | 2024-02-09T20:31:39.780Z | Compiling tinyvec_macros v0.1.1 |
2008 | 2024-02-09T20:31:39.865Z | Compiling tinyvec v1.6.0 |
2009 | 2024-02-09T20:31:40.149Z | Compiling futures-channel v0.3.30 |
2010 | 2024-02-09T20:31:40.504Z | Compiling rustls v0.21.9 |
2011 | 2024-02-09T20:31:40.572Z | Compiling futures-task v0.3.30 |
2012 | 2024-02-09T20:31:40.722Z | Compiling ppv-lite86 v0.2.17 |
2013 | 2024-02-09T20:31:40.862Z | Compiling native-tls v0.2.11 |
2014 | 2024-02-09T20:31:40.969Z | Compiling futures-io v0.3.30 |
2015 | 2024-02-09T20:31:41.084Z | Compiling pin-utils v0.1.0 |
2016 | 2024-02-09T20:31:41.176Z | Compiling crc32fast v1.3.2 |
2017 | 2024-02-09T20:31:41.217Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2018 | 2024-02-09T20:31:41.387Z | Compiling unicode-normalization v0.1.22 |
2019 | 2024-02-09T20:31:41.427Z | Compiling spin v0.9.8 |
2020 | 2024-02-09T20:31:41.619Z | Compiling rand_chacha v0.3.1 |
2021 | 2024-02-09T20:31:41.660Z | Compiling tracing-core v0.1.31 |
2022 | 2024-02-09T20:31:41.664Z | Compiling base64ct v1.6.0 |
2023 | 2024-02-09T20:31:41.888Z | Compiling unicode-bidi v0.3.13 |
2024 | 2024-02-09T20:31:42.502Z | Compiling pem-rfc7468 v0.7.0 |
2025 | 2024-02-09T20:31:42.539Z | Compiling rand v0.8.5 |
2026 | 2024-02-09T20:31:43.352Z | Compiling errno v0.3.8 |
2027 | 2024-02-09T20:31:43.381Z | Compiling num-iter v0.1.43 |
2028 | 2024-02-09T20:31:43.617Z | Compiling usdt-impl v0.3.5 |
2029 | 2024-02-09T20:31:43.702Z | Compiling serde_derive v1.0.196 |
2030 | 2024-02-09T20:31:43.723Z | Compiling zeroize_derive v1.4.2 |
2031 | 2024-02-09T20:31:43.763Z | Compiling zerocopy-derive v0.7.32 |
2032 | 2024-02-09T20:31:43.982Z | Compiling thiserror-impl v1.0.56 |
2033 | 2024-02-09T20:31:44.092Z | Compiling tokio-macros v2.2.0 |
2034 | 2024-02-09T20:31:44.112Z | Compiling futures-macro v0.3.30 |
2035 | 2024-02-09T20:31:44.312Z | Compiling tracing-attributes v0.1.26 |
2036 | 2024-02-09T20:31:44.722Z | Compiling der_derive v0.7.2 |
2037 | 2024-02-09T20:31:45.229Z | Compiling zeroize v1.7.0 |
2038 | 2024-02-09T20:31:45.875Z | Compiling zerocopy v0.7.32 |
2039 | 2024-02-09T20:31:47.112Z | Compiling pest v2.7.6 |
2040 | 2024-02-09T20:31:47.188Z | Compiling zerocopy-derive v0.2.0 |
2041 | 2024-02-09T20:31:47.312Z | Compiling crypto-common v0.1.6 |
2042 | 2024-02-09T20:31:47.421Z | Compiling block-buffer v0.10.4 |
2043 | 2024-02-09T20:31:47.680Z | Compiling digest v0.10.7 |
2044 | 2024-02-09T20:31:47.752Z | Compiling openssl-macros v0.1.1 |
2045 | 2024-02-09T20:31:48.559Z | Compiling hashbrown v0.14.2 |
2046 | 2024-02-09T20:31:48.573Z | Compiling futures-util v0.3.30 |
2047 | 2024-02-09T20:31:48.573Z | Compiling tracing v0.1.37 |
2048 | 2024-02-09T20:31:48.588Z | Compiling scroll_derive v0.12.0 |
2049 | 2024-02-09T20:31:48.928Z | Compiling zerocopy-derive v0.6.4 |
2050 | 2024-02-09T20:31:49.298Z | Compiling flagset v0.4.3 |
2051 | 2024-02-09T20:31:49.535Z | Compiling pest_meta v2.7.6 |
2052 | 2024-02-09T20:31:49.551Z | Compiling schemars v0.8.16 |
2053 | 2024-02-09T20:31:50.013Z | Compiling signal-hook v0.3.17 |
2054 | 2024-02-09T20:31:50.330Z | Compiling rustix v0.38.31 |
2055 | 2024-02-09T20:31:50.451Z | Compiling der v0.7.8 |
2056 | 2024-02-09T20:31:50.946Z | Compiling pest_generator v2.7.6 |
2057 | 2024-02-09T20:31:52.297Z | Compiling serde_derive_internals v0.26.0 |
2058 | 2024-02-09T20:31:53.941Z | Compiling pest_derive v2.7.6 |
2059 | 2024-02-09T20:31:54.863Z | Compiling bitflags v1.3.2 |
2060 | 2024-02-09T20:31:54.961Z | Compiling fnv v1.0.7 |
2061 | 2024-02-09T20:31:55.149Z | Compiling schemars_derive v0.8.16 |
2062 | 2024-02-09T20:31:56.713Z | Compiling spki v0.7.2 |
2063 | 2024-02-09T20:31:57.564Z | Compiling zerocopy v0.3.0 |
2064 | 2024-02-09T20:31:57.867Z | Compiling lazy_static v1.4.0 |
2065 | 2024-02-09T20:31:58.328Z | Compiling bytes v1.5.0 |
2066 | 2024-02-09T20:31:58.382Z | Compiling indexmap v2.2.2 |
2067 | 2024-02-09T20:31:58.942Z | Compiling bitflags v2.4.0 |
2068 | 2024-02-09T20:31:59.555Z | Compiling tokio v1.36.0 |
2069 | 2024-02-09T20:31:59.567Z | Compiling rustc_version v0.4.0 |
2070 | 2024-02-09T20:32:00.206Z | Compiling heapless v0.7.16 |
2071 | 2024-02-09T20:32:00.362Z | Compiling http v0.2.11 |
2072 | 2024-02-09T20:32:00.645Z | Compiling uuid v1.7.0 |
2073 | 2024-02-09T20:32:01.100Z | Compiling backtrace v0.3.69 |
2074 | 2024-02-09T20:32:01.212Z | Compiling thread-id v4.2.0 |
2075 | 2024-02-09T20:32:01.322Z | Compiling memoffset v0.9.0 |
2076 | 2024-02-09T20:32:01.370Z | Compiling num-bigint v0.4.4 |
2077 | 2024-02-09T20:32:01.671Z | Compiling smoltcp v0.9.1 |
2078 | 2024-02-09T20:32:01.681Z | Compiling async-trait v0.1.77 |
2079 | 2024-02-09T20:32:01.869Z | Compiling iana-time-zone v0.1.57 |
2080 | 2024-02-09T20:32:02.186Z | Compiling percent-encoding v2.3.1 |
2081 | 2024-02-09T20:32:02.251Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2082 | 2024-02-09T20:32:02.322Z | Compiling untrusted v0.9.0 |
2083 | 2024-02-09T20:32:02.520Z | Compiling foreign-types-shared v0.1.1 |
2084 | 2024-02-09T20:32:02.628Z | Compiling untrusted v0.7.1 |
2085 | 2024-02-09T20:32:02.768Z | Compiling crossbeam-utils v0.8.16 |
2086 | 2024-02-09T20:32:02.825Z | Compiling base64 v0.21.7 |
2087 | 2024-02-09T20:32:03.241Z | Compiling foreign-types v0.3.2 |
2088 | 2024-02-09T20:32:03.907Z | Compiling chrono v0.4.31 |
2089 | 2024-02-09T20:32:05.502Z | Compiling dof v0.1.5 |
2090 | 2024-02-09T20:32:06.313Z | Compiling dtrace-parser v0.1.14 |
2091 | 2024-02-09T20:32:06.492Z | Compiling hmac v0.12.1 |
2092 | 2024-02-09T20:32:06.888Z | Compiling clap_derive v4.4.2 |
2093 | 2024-02-09T20:32:07.883Z | Compiling tokio-util v0.7.10 |
2094 | 2024-02-09T20:32:07.965Z | Compiling try-lock v0.2.4 |
2095 | 2024-02-09T20:32:08.058Z | Compiling anstyle v1.0.2 |
2096 | 2024-02-09T20:32:08.246Z | Compiling adler v1.0.2 |
2097 | 2024-02-09T20:32:08.363Z | Compiling rustversion v1.0.14 |
2098 | 2024-02-09T20:32:08.862Z | Compiling siphasher v0.3.11 |
2099 | 2024-02-09T20:32:08.865Z | Compiling utf8parse v0.2.1 |
2100 | 2024-02-09T20:32:08.865Z | Compiling cpufeatures v0.2.12 |
2101 | 2024-02-09T20:32:08.998Z | Compiling time-core v0.1.1 |
2102 | 2024-02-09T20:32:09.170Z | Compiling time-macros v0.2.13 |
2103 | 2024-02-09T20:32:09.406Z | Compiling h2 v0.3.24 |
2104 | 2024-02-09T20:32:11.455Z | Compiling sha2 v0.10.8 |
2105 | 2024-02-09T20:32:11.744Z | Compiling anstyle-parse v0.2.1 |
2106 | 2024-02-09T20:32:12.181Z | Compiling miniz_oxide v0.7.1 |
2107 | 2024-02-09T20:32:13.572Z | Compiling want v0.3.1 |
2108 | 2024-02-09T20:32:15.160Z | Compiling rustls-webpki v0.101.7 |
2109 | 2024-02-09T20:32:15.798Z | Compiling sct v0.7.0 |
2110 | 2024-02-09T20:32:16.229Z | Compiling form_urlencoded v1.2.1 |
2111 | 2024-02-09T20:32:16.543Z | Compiling http-body v0.4.5 |
2112 | 2024-02-09T20:32:16.961Z | Compiling serde_tokenstream v0.1.7 |
2113 | 2024-02-09T20:32:17.000Z | Compiling pkcs8 v0.10.2 |
2114 | 2024-02-09T20:32:17.522Z | Compiling hubpack_derive v0.1.1 |
2115 | 2024-02-09T20:32:18.472Z | Compiling socket2 v0.4.9 |
2116 | 2024-02-09T20:32:18.482Z | Compiling crossbeam-epoch v0.9.15 |
2117 | 2024-02-09T20:32:18.568Z | Compiling usdt-impl v0.5.0 |
2118 | 2024-02-09T20:32:18.812Z | Compiling tower-service v0.3.2 |
2119 | 2024-02-09T20:32:18.944Z | Compiling slog v2.7.0 |
2120 | 2024-02-09T20:32:19.279Z | Compiling anstyle-query v1.0.0 |
2121 | 2024-02-09T20:32:19.421Z | Compiling anyhow v1.0.75 |
2122 | 2024-02-09T20:32:19.642Z | Compiling colorchoice v1.0.0 |
2123 | 2024-02-09T20:32:19.874Z | Compiling openssl-probe v0.1.5 |
2124 | 2024-02-09T20:32:20.039Z | Compiling radium v0.7.0 |
2125 | 2024-02-09T20:32:20.132Z | Compiling httpdate v1.0.3 |
2126 | 2024-02-09T20:32:20.523Z | Compiling hyper v0.14.27 |
2127 | 2024-02-09T20:32:21.039Z | Compiling anstream v0.5.0 |
2128 | 2024-02-09T20:32:24.607Z | Compiling terminal_size v0.2.6 |
2129 | 2024-02-09T20:32:27.840Z | Compiling toml_datetime v0.6.5 |
2130 | 2024-02-09T20:32:28.084Z | Compiling serde_spanned v0.6.5 |
2131 | 2024-02-09T20:32:28.330Z | Compiling zerocopy v0.6.4 |
2132 | 2024-02-09T20:32:28.412Z | Compiling scroll v0.12.0 |
2133 | 2024-02-09T20:32:29.027Z | Compiling md-5 v0.10.5 |
2134 | 2024-02-09T20:32:29.900Z | Compiling stringprep v0.1.3 |
2135 | 2024-02-09T20:32:29.904Z | Compiling idna v0.5.0 |
2136 | 2024-02-09T20:32:30.339Z | Compiling diesel_table_macro_syntax v0.1.0 |
2137 | 2024-02-09T20:32:30.350Z | Compiling hash32 v0.2.1 |
2138 | 2024-02-09T20:32:30.559Z | Compiling aho-corasick v1.0.4 |
2139 | 2024-02-09T20:32:30.613Z | Compiling winnow v0.5.15 |
2140 | 2024-02-09T20:32:30.714Z | Compiling maybe-uninit v2.0.0 |
2141 | 2024-02-09T20:32:30.739Z | Compiling tap v1.0.1 |
2142 | 2024-02-09T20:32:30.926Z | Compiling dyn-clone v1.0.16 |
2143 | 2024-02-09T20:32:31.022Z | Compiling plain v0.2.3 |
2144 | 2024-02-09T20:32:31.116Z | Compiling clap_lex v0.5.1 |
2145 | 2024-02-09T20:32:31.195Z | Compiling regex-syntax v0.8.2 |
2146 | 2024-02-09T20:32:31.462Z | Compiling strsim v0.10.0 |
2147 | 2024-02-09T20:32:31.483Z | Compiling stable_deref_trait v1.2.0 |
2148 | 2024-02-09T20:32:31.502Z | Compiling gimli v0.28.0 |
2149 | 2024-02-09T20:32:31.867Z | Compiling fallible-iterator v0.2.0 |
2150 | 2024-02-09T20:32:32.292Z | Compiling clap_builder v4.4.2 |
2151 | 2024-02-09T20:32:32.616Z | Compiling postgres-protocol v0.6.6 |
2152 | 2024-02-09T20:32:33.893Z | Compiling goblin v0.8.0 |
2153 | 2024-02-09T20:32:34.443Z | Compiling wyz v0.5.1 |
2154 | 2024-02-09T20:32:34.466Z | Compiling diesel_derives v2.1.2 |
2155 | 2024-02-09T20:32:34.661Z | Compiling url v2.5.0 |
2156 | 2024-02-09T20:32:34.920Z | Compiling regex-automata v0.4.4 |
2157 | 2024-02-09T20:32:36.353Z | Compiling addr2line v0.21.0 |
2158 | 2024-02-09T20:32:37.568Z | Compiling tokio-rustls v0.24.1 |
2159 | 2024-02-09T20:32:37.976Z | Compiling strum_macros v0.25.2 |
2160 | 2024-02-09T20:32:41.926Z | Compiling tokio-native-tls v0.3.1 |
2161 | 2024-02-09T20:32:42.865Z | Compiling usdt-attr-macro v0.3.5 |
2162 | 2024-02-09T20:32:43.426Z | Compiling usdt-macro v0.3.5 |
2163 | 2024-02-09T20:32:44.254Z | Compiling phf_shared v0.11.2 |
2164 | 2024-02-09T20:32:44.745Z | Compiling block-padding v0.3.3 |
2165 | 2024-02-09T20:32:44.801Z | Compiling enum-as-inner v0.5.1 |
2166 | 2024-02-09T20:32:44.974Z | Compiling serde_repr v0.1.16 |
2167 | 2024-02-09T20:32:45.485Z | Compiling ff v0.13.0 |
2168 | 2024-02-09T20:32:45.731Z | Compiling scheduled-thread-pool v0.2.7 |
2169 | 2024-02-09T20:32:46.109Z | Compiling object v0.32.1 |
2170 | 2024-02-09T20:32:46.916Z | Compiling rustc-demangle v0.1.23 |
2171 | 2024-02-09T20:32:47.678Z | Compiling num-bigint-dig v0.8.4 |
2172 | 2024-02-09T20:32:47.990Z | Compiling funty v2.0.0 |
2173 | 2024-02-09T20:32:48.318Z | Compiling base16ct v0.2.0 |
2174 | 2024-02-09T20:32:48.601Z | Compiling deranged v0.3.8 |
2175 | 2024-02-09T20:32:49.367Z | Compiling packed_struct v0.10.1 |
2176 | 2024-02-09T20:32:49.827Z | Compiling regex-automata v0.1.10 |
2177 | 2024-02-09T20:32:50.330Z | Compiling num_threads v0.1.6 |
2178 | 2024-02-09T20:32:50.458Z | Compiling ipnet v2.9.0 |
2179 | 2024-02-09T20:32:50.580Z | Compiling pretty-hex v0.4.1 |
2180 | 2024-02-09T20:32:50.929Z | Compiling managed v0.8.0 |
2181 | 2024-02-09T20:32:51.417Z | Compiling matches v0.1.10 |
2182 | 2024-02-09T20:32:51.513Z | Compiling bit-vec v0.6.3 |
2183 | 2024-02-09T20:32:51.954Z | Compiling idna v0.2.3 |
2184 | 2024-02-09T20:32:54.294Z | Compiling dof v0.3.0 |
2185 | 2024-02-09T20:32:54.509Z | Compiling time v0.3.27 |
2186 | 2024-02-09T20:32:54.962Z | Compiling bstr v0.2.17 |
2187 | 2024-02-09T20:32:55.919Z | Compiling bitvec v1.0.1 |
2188 | 2024-02-09T20:32:56.293Z | Compiling sec1 v0.7.3 |
2189 | 2024-02-09T20:32:56.398Z | Compiling r2d2 v0.8.10 |
2190 | 2024-02-09T20:32:56.802Z | Compiling group v0.13.0 |
2191 | 2024-02-09T20:32:56.916Z | Compiling inout v0.1.3 |
2192 | 2024-02-09T20:32:57.281Z | Compiling phf v0.11.2 |
2193 | 2024-02-09T20:32:59.522Z | Compiling hyper-tls v0.5.0 |
2194 | 2024-02-09T20:32:59.879Z | Compiling regex v1.10.3 |
2195 | 2024-02-09T20:33:00.607Z | Compiling signal-hook-mio v0.2.3 |
2196 | 2024-02-09T20:33:00.773Z | Compiling hyper-rustls v0.24.2 |
2197 | 2024-02-09T20:33:00.839Z | Compiling flate2 v1.0.28 |
2198 | 2024-02-09T20:33:00.973Z | Compiling clap v4.4.3 |
2199 | 2024-02-09T20:33:01.095Z | Compiling ipnetwork v0.20.0 |
2200 | 2024-02-09T20:33:01.147Z | Compiling bzip2 v0.4.4 |
2201 | 2024-02-09T20:33:01.237Z | Compiling toml_edit v0.19.15 |
2202 | 2024-02-09T20:33:01.655Z | Compiling postgres-types v0.2.6 |
2203 | 2024-02-09T20:33:02.125Z | Compiling hubpack v0.1.2 |
2204 | 2024-02-09T20:33:02.152Z | Compiling serde_urlencoded v0.7.1 |
2205 | 2024-02-09T20:33:02.568Z | Compiling rustls-pemfile v1.0.3 |
2206 | 2024-02-09T20:33:02.697Z | Compiling phf_shared v0.10.0 |
2207 | 2024-02-09T20:33:02.912Z | Compiling hkdf v0.12.4 |
2208 | 2024-02-09T20:33:03.173Z | Compiling dtrace-parser v0.2.0 |
2209 | 2024-02-09T20:33:04.338Z | Compiling futures-executor v0.3.30 |
2210 | 2024-02-09T20:33:12.346Z | Compiling crypto-bigint v0.5.2 |
2211 | 2024-02-09T20:33:12.426Z | Compiling packed_struct_codegen v0.10.1 |
2212 | 2024-02-09T20:33:12.426Z | Compiling float-cmp v0.9.0 |
2213 | 2024-02-09T20:33:12.427Z | Compiling indexmap v1.9.3 |
2214 | 2024-02-09T20:33:12.427Z | Compiling encoding_rs v0.8.33 |
2215 | 2024-02-09T20:33:12.427Z | Compiling webpki-roots v0.25.2 |
2216 | 2024-02-09T20:33:12.427Z | Compiling minimal-lexical v0.2.1 |
2217 | 2024-02-09T20:33:12.427Z | Compiling static_assertions v1.1.0 |
2218 | 2024-02-09T20:33:12.427Z | Compiling whoami v1.4.1 |
2219 | 2024-02-09T20:33:12.427Z | Compiling difflib v0.4.0 |
2220 | 2024-02-09T20:33:12.427Z | Compiling new_debug_unreachable v1.0.4 |
2221 | 2024-02-09T20:33:12.428Z | Compiling data-encoding v2.4.0 |
2222 | 2024-02-09T20:33:12.428Z | Compiling precomputed-hash v0.1.1 |
2223 | 2024-02-09T20:33:12.428Z | Compiling predicates-core v1.0.6 |
2224 | 2024-02-09T20:33:12.428Z | Compiling fixedbitset v0.4.2 |
2225 | 2024-02-09T20:33:12.428Z | Compiling regex-automata v0.3.8 |
2226 | 2024-02-09T20:33:12.428Z | Compiling unicode-width v0.1.11 |
2227 | 2024-02-09T20:33:12.428Z | Compiling crc-catalog v2.2.0 |
2228 | 2024-02-09T20:33:12.428Z | Compiling normalize-line-endings v0.3.0 |
2229 | 2024-02-09T20:33:12.428Z | Compiling either v1.9.0 |
2230 | 2024-02-09T20:33:12.428Z | Compiling nodrop v0.1.14 |
2231 | 2024-02-09T20:33:12.428Z | Compiling unicode-segmentation v1.10.1 |
2232 | 2024-02-09T20:33:12.428Z | Compiling mime v0.3.17 |
2233 | 2024-02-09T20:33:12.428Z | Compiling bstr v1.6.0 |
2234 | 2024-02-09T20:33:12.483Z | Compiling similar v2.3.0 |
2235 | 2024-02-09T20:33:12.891Z | Compiling reqwest v0.11.22 |
2236 | 2024-02-09T20:33:13.809Z | Compiling itertools v0.10.5 |
2237 | 2024-02-09T20:33:14.599Z | Compiling array-init v0.0.4 |
2238 | 2024-02-09T20:33:16.734Z | Compiling predicates v3.1.0 |
2239 | 2024-02-09T20:33:16.818Z | Compiling crc v3.0.1 |
2240 | 2024-02-09T20:33:17.545Z | Compiling console v0.15.8 |
2241 | 2024-02-09T20:33:18.288Z | Compiling petgraph v0.6.4 |
2242 | 2024-02-09T20:33:18.544Z | Compiling trust-dns-proto v0.22.0 |
2243 | 2024-02-09T20:33:18.943Z | Compiling string_cache v0.8.7 |
2244 | 2024-02-09T20:33:20.820Z | Compiling tokio-postgres v0.7.10 |
2245 | 2024-02-09T20:33:22.629Z | Compiling nom v7.1.3 |
2246 | 2024-02-09T20:33:25.008Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2247 | 2024-02-09T20:33:26.527Z | Compiling elliptic-curve v0.13.8 |
2248 | 2024-02-09T20:33:29.307Z | Compiling futures v0.3.30 |
2249 | 2024-02-09T20:33:29.437Z | Compiling toml v0.7.8 |
2250 | 2024-02-09T20:33:32.609Z | Compiling smallvec v0.6.14 |
2251 | 2024-02-09T20:33:32.984Z | Compiling zip v0.6.6 |
2252 | 2024-02-09T20:33:33.182Z | Compiling diesel v2.1.4 |
2253 | 2024-02-09T20:33:33.264Z | Compiling crossterm v0.27.0 |
2254 | 2024-02-09T20:33:34.434Z | Compiling yasna v0.5.2 |
2255 | 2024-02-09T20:33:36.051Z | Compiling cipher v0.4.4 |
2256 | 2024-02-09T20:33:37.571Z | Compiling bit-set v0.5.3 |
2257 | 2024-02-09T20:33:37.878Z | Compiling usdt v0.3.5 |
2258 | 2024-02-09T20:33:38.174Z | Compiling is-terminal v0.4.9 |
2259 | 2024-02-09T20:33:38.895Z | Compiling toml_edit v0.21.1 |
2260 | 2024-02-09T20:33:45.608Z | Compiling pkcs1 v0.7.5 |
2261 | 2024-02-09T20:33:46.243Z | Compiling tokio-stream v0.1.14 |
2262 | 2024-02-09T20:33:47.929Z | Compiling openapiv3 v2.0.0 |
2263 | 2024-02-09T20:33:49.063Z | Compiling hex v0.4.3 |
2264 | 2024-02-09T20:33:49.824Z | Compiling hashbrown v0.13.2 |
2265 | 2024-02-09T20:33:50.020Z | Compiling signature v2.1.0 |
2266 | 2024-02-09T20:33:53.256Z | Compiling lalrpop-util v0.19.12 |
2267 | 2024-02-09T20:33:54.136Z | Compiling hashbrown v0.12.3 |
2268 | 2024-02-09T20:33:55.734Z | Compiling bitfield v0.14.0 |
2269 | 2024-02-09T20:33:56.155Z | Compiling termcolor v1.2.0 |
2270 | 2024-02-09T20:33:57.527Z | Compiling env_logger v0.10.0 |
2271 | 2024-02-09T20:34:02.287Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2272 | 2024-02-09T20:34:07.630Z | Compiling rsa v0.9.2 |
2273 | 2024-02-09T20:34:13.485Z | Compiling serde-hex v0.1.0 |
2274 | 2024-02-09T20:34:17.489Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2275 | 2024-02-09T20:34:17.811Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2276 | 2024-02-09T20:34:20.345Z | Compiling ron v0.8.1 |
2277 | 2024-02-09T20:34:20.675Z | Compiling x509-cert v0.2.4 |
2278 | 2024-02-09T20:34:26.329Z | Compiling crc-any v2.4.3 |
2279 | 2024-02-09T20:34:38.300Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2280 | 2024-02-09T20:34:48.501Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2281 | 2024-02-09T20:34:57.356Z | Compiling object v0.30.4 |
2282 | 2024-02-09T20:35:00.188Z | Compiling path-slash v0.1.5 |
2283 | 2024-02-09T20:35:06.607Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2284 | 2024-02-09T20:35:28.908Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2285 | 2024-02-09T20:35:29.701Z | Finished release [optimized] target(s) in 4m 02s |
2286 | 2024-02-09T20:35:29.775Z | |
2287 | 2024-02-09T20:35:29.781Z | real 4:02.410515264 |
2288 | 2024-02-09T20:35:29.781Z | user 26:57.874064926 |
2289 | 2024-02-09T20:35:29.781Z | sys 3:06.464782455 |
2290 | 2024-02-09T20:35:29.781Z | trap 0.838976217 |
2291 | 2024-02-09T20:35:29.781Z | tflt 1.555079565 |
2292 | 2024-02-09T20:35:29.781Z | dflt 0.498346130 |
2293 | 2024-02-09T20:35:29.781Z | kflt 0.011152475 |
2294 | 2024-02-09T20:35:29.781Z | lock 1:00:14.385700156 |
2295 | 2024-02-09T20:35:29.781Z | slp 1:18:51.644252481 |
2296 | 2024-02-09T20:35:29.781Z | lat 1:26.843592196 |
2297 | 2024-02-09T20:35:29.782Z | stop 1:20.466848450 |
2298 | 2024-02-09T20:35:29.782Z | + ptime -m gzip |
2299 | 2024-02-09T20:35:30.235Z | |
2300 | 2024-02-09T20:35:30.239Z | real 0.457039748 |
2301 | 2024-02-09T20:35:30.239Z | user 0.450587023 |
2302 | 2024-02-09T20:35:30.239Z | sys 0.005901149 |
2303 | 2024-02-09T20:35:30.239Z | trap 0.000037662 |
2304 | 2024-02-09T20:35:30.239Z | tflt 0.000000000 |
2305 | 2024-02-09T20:35:30.239Z | dflt 0.000000000 |
2306 | 2024-02-09T20:35:30.239Z | kflt 0.000000000 |
2307 | 2024-02-09T20:35:30.239Z | lock 0.000000000 |
2308 | 2024-02-09T20:35:30.239Z | slp 0.000000000 |
2309 | 2024-02-09T20:35:30.239Z | lat 0.000118278 |
2310 | 2024-02-09T20:35:30.239Z | stop 0.000181065 |
2311 | 2024-02-09T20:35:30.239Z | + banner tufaceous |
2312 | 2024-02-09T20:35:30.239Z | |
2313 | 2024-02-09T20:35:30.239Z | ##### # # ###### ## #### ###### #### # # #### |
2314 | 2024-02-09T20:35:30.239Z | # # # # # # # # # # # # # # |
2315 | 2024-02-09T20:35:30.240Z | # # # ##### # # # ##### # # # # #### |
2316 | 2024-02-09T20:35:30.240Z | # # # # ###### # # # # # # # |
2317 | 2024-02-09T20:35:30.240Z | # # # # # # # # # # # # # # # |
2318 | 2024-02-09T20:35:30.240Z | # #### # # # #### ###### #### #### #### |
2319 | 2024-02-09T20:35:30.240Z | |
2320 | 2024-02-09T20:35:30.240Z | + ptime -m cargo build --locked -p tufaceous --release |
2321 | 2024-02-09T20:35:30.660Z | Downloading crates ... |
2322 | 2024-02-09T20:35:31.079Z | Downloaded parse-size v1.0.0 |
2323 | 2024-02-09T20:35:31.082Z | Downloaded doc-comment v0.3.3 |
2324 | 2024-02-09T20:35:31.082Z | Downloaded tough v0.16.0 |
2325 | 2024-02-09T20:35:31.089Z | Downloaded globset v0.4.13 |
2326 | 2024-02-09T20:35:31.095Z | Downloaded fs-err v2.11.0 |
2327 | 2024-02-09T20:35:31.098Z | Downloaded pin-project-internal v1.1.3 |
2328 | 2024-02-09T20:35:31.098Z | Downloaded snafu-derive v0.7.5 |
2329 | 2024-02-09T20:35:31.098Z | Downloaded buf-list v1.0.3 |
2330 | 2024-02-09T20:35:31.098Z | Downloaded humantime v2.1.0 |
2331 | 2024-02-09T20:35:31.101Z | Downloaded pin-project v1.1.3 |
2332 | 2024-02-09T20:35:31.110Z | Downloaded snafu v0.7.5 |
2333 | 2024-02-09T20:35:31.115Z | Downloaded typed-path v0.7.0 |
2334 | 2024-02-09T20:35:31.121Z | Downloaded serde_plain v1.0.2 |
2335 | 2024-02-09T20:35:31.124Z | Downloaded olpc-cjson v0.1.3 |
2336 | 2024-02-09T20:35:31.124Z | Downloaded async-recursion v1.0.5 |
2337 | 2024-02-09T20:35:31.224Z | Compiling serde_tokenstream v0.2.0 |
2338 | 2024-02-09T20:35:31.289Z | Compiling regress v0.7.1 |
2339 | 2024-02-09T20:35:31.297Z | Compiling dirs-sys-next v0.1.2 |
2340 | 2024-02-09T20:35:31.307Z | Compiling rustls-pki-types v1.1.0 |
2341 | 2024-02-09T20:35:31.307Z | Compiling ident_case v1.0.1 |
2342 | 2024-02-09T20:35:31.313Z | Compiling thread_local v1.1.7 |
2343 | 2024-02-09T20:35:31.314Z | Compiling heck v0.4.1 |
2344 | 2024-02-09T20:35:31.475Z | Compiling dirs-next v2.0.0 |
2345 | 2024-02-09T20:35:31.726Z | Compiling darling_core v0.20.3 |
2346 | 2024-02-09T20:35:31.782Z | Compiling rustls v0.22.2 |
2347 | 2024-02-09T20:35:32.102Z | Compiling camino v1.1.6 |
2348 | 2024-02-09T20:35:32.186Z | Compiling slog-async v2.8.0 |
2349 | 2024-02-09T20:35:32.488Z | Compiling rustls-webpki v0.102.1 |
2350 | 2024-02-09T20:35:32.583Z | Compiling term v0.7.0 |
2351 | 2024-02-09T20:35:32.727Z | Compiling crossbeam-channel v0.5.8 |
2352 | 2024-02-09T20:35:32.741Z | Compiling getopts v0.2.21 |
2353 | 2024-02-09T20:35:32.804Z | Compiling structmeta-derive v0.3.0 |
2354 | 2024-02-09T20:35:33.653Z | Compiling atty v0.2.14 |
2355 | 2024-02-09T20:35:33.802Z | Compiling multer v3.0.0 |
2356 | 2024-02-09T20:35:34.148Z | Compiling unsafe-libyaml v0.2.10 |
2357 | 2024-02-09T20:35:34.517Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2358 | 2024-02-09T20:35:36.033Z | Compiling match_cfg v0.1.0 |
2359 | 2024-02-09T20:35:36.041Z | Compiling take_mut v0.2.2 |
2360 | 2024-02-09T20:35:36.129Z | Compiling paste v1.0.14 |
2361 | 2024-02-09T20:35:36.209Z | Compiling doc-comment v0.3.3 |
2362 | 2024-02-09T20:35:36.917Z | Compiling hostname v0.3.1 |
2363 | 2024-02-09T20:35:37.180Z | Compiling structmeta v0.3.0 |
2364 | 2024-02-09T20:35:37.289Z | Compiling darling_macro v0.20.3 |
2365 | 2024-02-09T20:35:37.469Z | Compiling serde_yaml v0.9.25 |
2366 | 2024-02-09T20:35:37.564Z | Compiling slog-term v2.9.0 |
2367 | 2024-02-09T20:35:38.264Z | Compiling darling v0.20.3 |
2368 | 2024-02-09T20:35:40.272Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2369 | 2024-02-09T20:35:40.292Z | Compiling slog-json v2.6.1 |
2370 | 2024-02-09T20:35:40.712Z | Compiling http v1.0.0 |
2371 | 2024-02-09T20:35:40.826Z | Compiling async-stream-impl v0.3.5 |
2372 | 2024-02-09T20:35:41.394Z | Compiling pin-project-internal v1.1.3 |
2373 | 2024-02-09T20:35:42.180Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2374 | 2024-02-09T20:35:42.306Z | Compiling atomic-waker v1.1.1 |
2375 | 2024-02-09T20:35:42.512Z | Compiling fastrand v2.0.1 |
2376 | 2024-02-09T20:35:42.630Z | Compiling waitgroup v0.1.2 |
2377 | 2024-02-09T20:35:42.870Z | Compiling tokio-rustls v0.25.0 |
2378 | 2024-02-09T20:35:43.228Z | Compiling tempfile v3.10.0 |
2379 | 2024-02-09T20:35:43.367Z | Compiling async-stream v0.3.5 |
2380 | 2024-02-09T20:35:43.699Z | Compiling slog-bunyan v2.5.0 |
2381 | 2024-02-09T20:35:44.081Z | Compiling serde_with_macros v3.6.0 |
2382 | 2024-02-09T20:35:44.315Z | Compiling pin-project v1.1.3 |
2383 | 2024-02-09T20:35:44.458Z | Compiling parse-display-derive v0.9.0 |
2384 | 2024-02-09T20:35:56.490Z | Compiling toml v0.8.9 |
2385 | 2024-02-09T20:35:56.735Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2386 | 2024-02-09T20:35:56.735Z | Compiling rustls-pemfile v2.0.0 |
2387 | 2024-02-09T20:35:56.735Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2388 | 2024-02-09T20:35:56.735Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2389 | 2024-02-09T20:35:56.735Z | Compiling sha1 v0.10.6 |
2390 | 2024-02-09T20:35:56.736Z | Compiling snafu-derive v0.7.5 |
2391 | 2024-02-09T20:35:56.736Z | Compiling serde_path_to_error v0.1.15 |
2392 | 2024-02-09T20:35:56.736Z | Compiling fs-err v2.11.0 |
2393 | 2024-02-09T20:35:56.736Z | Compiling instant v0.1.12 |
2394 | 2024-02-09T20:35:56.736Z | Compiling debug-ignore v1.0.5 |
2395 | 2024-02-09T20:35:56.736Z | Compiling arc-swap v1.6.0 |
2396 | 2024-02-09T20:35:56.736Z | Compiling buf-list v1.0.3 |
2397 | 2024-02-09T20:35:56.736Z | Compiling same-file v1.0.6 |
2398 | 2024-02-09T20:35:56.736Z | Compiling walkdir v2.4.0 |
2399 | 2024-02-09T20:35:56.767Z | Compiling slog-scope v4.4.0 |
2400 | 2024-02-09T20:35:56.767Z | Compiling backoff v0.4.0 |
2401 | 2024-02-09T20:35:56.767Z | Compiling parse-display v0.9.0 |
2402 | 2024-02-09T20:35:56.767Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2403 | 2024-02-09T20:35:56.767Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2404 | 2024-02-09T20:35:56.767Z | Compiling serde_with v3.6.0 |
2405 | 2024-02-09T20:35:56.767Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2406 | 2024-02-09T20:35:56.767Z | Compiling snafu v0.7.5 |
2407 | 2024-02-09T20:35:56.767Z | Compiling globset v0.4.13 |
2408 | 2024-02-09T20:35:56.768Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2409 | 2024-02-09T20:35:56.768Z | Compiling strum v0.25.0 |
2410 | 2024-02-09T20:35:56.768Z | Compiling olpc-cjson v0.1.3 |
2411 | 2024-02-09T20:35:56.768Z | Compiling pem v3.0.2 |
2412 | 2024-02-09T20:35:56.768Z | Compiling macaddr v1.0.1 |
2413 | 2024-02-09T20:35:57.413Z | Compiling serde_plain v1.0.2 |
2414 | 2024-02-09T20:35:57.512Z | Compiling async-recursion v1.0.5 |
2415 | 2024-02-09T20:35:57.955Z | Compiling xattr v1.0.1 |
2416 | 2024-02-09T20:35:58.268Z | Compiling filetime v0.2.23 |
2417 | 2024-02-09T20:35:58.317Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2418 | 2024-02-09T20:35:58.530Z | Compiling typed-path v0.7.0 |
2419 | 2024-02-09T20:35:58.669Z | Compiling tar v0.4.40 |
2420 | 2024-02-09T20:36:03.058Z | Compiling tough v0.16.0 |
2421 | 2024-02-09T20:36:05.489Z | Compiling slog-stdlog v4.1.1 |
2422 | 2024-02-09T20:36:06.472Z | Compiling camino-tempfile v1.1.1 |
2423 | 2024-02-09T20:36:07.165Z | Compiling itertools v0.12.1 |
2424 | 2024-02-09T20:36:07.306Z | Compiling parse-size v1.0.0 |
2425 | 2024-02-09T20:36:07.642Z | Compiling slog-envlogger v2.2.0 |
2426 | 2024-02-09T20:36:10.420Z | Compiling humantime v2.1.0 |
2427 | 2024-02-09T20:36:15.250Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2428 | 2024-02-09T20:36:15.250Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2429 | 2024-02-09T20:36:24.981Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2430 | 2024-02-09T20:36:26.877Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2431 | 2024-02-09T20:36:46.604Z | Finished release [optimized] target(s) in 1m 16s |
2432 | 2024-02-09T20:36:46.690Z | |
2433 | 2024-02-09T20:36:46.693Z | real 1:16.411987735 |
2434 | 2024-02-09T20:36:46.693Z | user 8:26.577604722 |
2435 | 2024-02-09T20:36:46.694Z | sys 37.963525041 |
2436 | 2024-02-09T20:36:46.694Z | trap 0.233307703 |
2437 | 2024-02-09T20:36:46.694Z | tflt 0.432766498 |
2438 | 2024-02-09T20:36:46.694Z | dflt 0.229972593 |
2439 | 2024-02-09T20:36:46.694Z | kflt 0.000342433 |
2440 | 2024-02-09T20:36:46.694Z | lock 17:22.005866058 |
2441 | 2024-02-09T20:36:46.694Z | slp 19:02.627159214 |
2442 | 2024-02-09T20:36:46.694Z | lat 19.670924459 |
2443 | 2024-02-09T20:36:46.694Z | stop 14.269480620 |
2444 | 2024-02-09T20:36:46.694Z | + ptime -m gzip |
2445 | 2024-02-09T20:36:48.429Z | |
2446 | 2024-02-09T20:36:48.429Z | real 1.730532094 |
2447 | 2024-02-09T20:36:48.429Z | user 1.716674635 |
2448 | 2024-02-09T20:36:48.430Z | sys 0.012814155 |
2449 | 2024-02-09T20:36:48.430Z | trap 0.000292336 |
2450 | 2024-02-09T20:36:48.430Z | tflt 0.000000000 |
2451 | 2024-02-09T20:36:48.440Z | dflt 0.000000000 |
2452 | 2024-02-09T20:36:48.440Z | kflt 0.000000000 |
2453 | 2024-02-09T20:36:48.440Z | lock 0.000000000 |
2454 | 2024-02-09T20:36:48.441Z | slp 0.000000000 |
2455 | 2024-02-09T20:36:48.441Z | lat 0.000356202 |
2456 | 2024-02-09T20:36:48.441Z | stop 0.000181025 |
2457 | 2024-02-09T20:36:48.441Z | process exited: duration 836180 ms, exit code 0 |
|
2458 | 2024-02-09T20:36:48.452Z | found 5 output files |
2459 | 2024-02-09T20:36:48.452Z | uploading: /work/end-to-end-tests/bootstrap-000e38cfb9ecff29.gz (10676687 bytes) |
2460 | 2024-02-09T20:36:53.827Z | uploaded: /work/end-to-end-tests/bootstrap-000e38cfb9ecff29.gz |
2461 | 2024-02-09T20:36:53.827Z | uploading: /work/end-to-end-tests/bootstrap.gz (108985623 bytes) |
2462 | 2024-02-09T20:37:18.966Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2463 | 2024-02-09T20:37:18.966Z | uploading: /work/end-to-end-tests/end_to_end_tests-a157f2ab3f0f1a11.gz (112197027 bytes) |
2464 | 2024-02-09T20:37:47.372Z | uploaded: /work/end-to-end-tests/end_to_end_tests-a157f2ab3f0f1a11.gz |
2465 | 2024-02-09T20:37:47.372Z | uploading: /work/caboose-util.gz (4102787 bytes) |
2466 | 2024-02-09T20:37:50.276Z | uploaded: /work/caboose-util.gz |
2467 | 2024-02-09T20:37:50.277Z | uploading: /work/tufaceous.gz (15851134 bytes) |
2468 | 2024-02-09T20:37:54.719Z | uploaded: /work/tufaceous.gz |