|
|
|
1 | 2024-02-13T16:27:57.554Z | job assigned to worker 01HPHMP133TMXKNN4MAM1CD0BH (queued for 1 m 1 s) |
|
2 | 2024-02-13T16:27:58.341Z | starting task 0: "setup" |
3 | 2024-02-13T16:27:58.424Z | ++ uname -s |
4 | 2024-02-13T16:27:58.430Z | + kern=SunOS |
5 | 2024-02-13T16:27:58.430Z | + case "$kern" in |
6 | 2024-02-13T16:27:58.430Z | + groupadd -g 12345 build |
7 | 2024-02-13T16:27:58.433Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-13T16:28:00.438Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-13T16:28:00.545Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-13T16:28:00.549Z | + home_fs=zfs |
11 | 2024-02-13T16:28:00.549Z | + [[ zfs == autofs ]] |
12 | 2024-02-13T16:28:00.549Z | + mkdir -p /home/build |
13 | 2024-02-13T16:28:00.552Z | + chown build:build /home/build /work |
14 | 2024-02-13T16:28:02.554Z | + chmod 0700 /home/build /work |
15 | 2024-02-13T16:28:02.557Z | process exited: duration 4213 ms, exit code 0 |
|
16 | 2024-02-13T16:28:02.564Z | starting task 1: "rust-toolchain" |
17 | 2024-02-13T16:28:02.571Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-13T16:28:02.576Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-13T16:28:02.701Z | info: downloading installer |
20 | 2024-02-13T16:28:04.293Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-13T16:28:04.294Z | warning: /opt/ooce/bin |
22 | 2024-02-13T16:28:04.294Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-13T16:28:04.294Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-13T16:28:04.294Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-13T16:28:04.294Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-13T16:28:04.294Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-13T16:28:04.305Z | error: cannot install while Rust is installed |
28 | 2024-02-13T16:28:04.305Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-13T16:28:04.393Z | info: profile set to 'default' |
30 | 2024-02-13T16:28:04.393Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-13T16:28:04.411Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-13T16:28:04.572Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-13T16:28:04.572Z | info: downloading component 'cargo' |
34 | 2024-02-13T16:28:05.528Z | info: downloading component 'clippy' |
35 | 2024-02-13T16:28:05.868Z | info: downloading component 'rust-docs' |
36 | 2024-02-13T16:28:07.090Z | info: downloading component 'rust-std' |
37 | 2024-02-13T16:28:09.270Z | info: downloading component 'rustc' |
38 | 2024-02-13T16:28:15.551Z | info: downloading component 'rustfmt' |
39 | 2024-02-13T16:28:15.928Z | info: installing component 'cargo' |
40 | 2024-02-13T16:28:16.803Z | info: installing component 'clippy' |
41 | 2024-02-13T16:28:17.220Z | info: installing component 'rust-docs' |
42 | 2024-02-13T16:28:18.734Z | info: installing component 'rust-std' |
43 | 2024-02-13T16:28:20.651Z | info: installing component 'rustc' |
44 | 2024-02-13T16:28:24.872Z | info: installing component 'rustfmt' |
45 | 2024-02-13T16:28:25.208Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-13T16:28:25.208Z | |
47 | 2024-02-13T16:28:25.512Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-13T16:28:25.512Z | |
49 | 2024-02-13T16:28:25.524Z | |
50 | 2024-02-13T16:28:25.525Z | Rust is installed now. Great! |
51 | 2024-02-13T16:28:25.525Z | |
52 | 2024-02-13T16:28:25.525Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-13T16:28:25.525Z | environment variable. This has not been done automatically. |
54 | 2024-02-13T16:28:25.526Z | |
55 | 2024-02-13T16:28:25.526Z | To configure your current shell, run: |
56 | 2024-02-13T16:28:25.526Z | source "$HOME/.cargo/env" |
57 | 2024-02-13T16:28:25.564Z | + rustc --version |
58 | 2024-02-13T16:28:25.634Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-13T16:28:25.641Z | process exited: duration 23065 ms, exit code 0 |
|
60 | 2024-02-13T16:28:25.661Z | starting task 2: "authentication" |
61 | 2024-02-13T16:28:25.691Z | process exited: duration 27 ms, exit code 0 |
|
62 | 2024-02-13T16:28:26.104Z | starting task 3: "clone repository" |
63 | 2024-02-13T16:28:26.109Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-13T16:28:26.112Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-13T16:28:26.354Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-13T16:28:35.257Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-13T16:28:35.264Z | + git fetch origin f245a9283f02873fe116f9e4fd498ea99fd65429 |
68 | 2024-02-13T16:28:35.601Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-13T16:28:35.601Z | * branch f245a9283f02873fe116f9e4fd498ea99fd65429 -> FETCH_HEAD |
70 | 2024-02-13T16:28:35.610Z | + [[ -n bootstore-omdb-hook ]] |
71 | 2024-02-13T16:28:35.613Z | ++ git branch --show-current |
72 | 2024-02-13T16:28:35.613Z | + current=main |
73 | 2024-02-13T16:28:35.614Z | + [[ main != bootstore-omdb-hook ]] |
74 | 2024-02-13T16:28:35.614Z | + git branch -f bootstore-omdb-hook f245a9283f02873fe116f9e4fd498ea99fd65429 |
75 | 2024-02-13T16:28:35.618Z | + git checkout -f bootstore-omdb-hook |
76 | 2024-02-13T16:28:35.729Z | Switched to branch 'bootstore-omdb-hook' |
77 | 2024-02-13T16:28:35.732Z | + git reset --hard f245a9283f02873fe116f9e4fd498ea99fd65429 |
78 | 2024-02-13T16:28:35.745Z | HEAD is now at f245a9283 review comment |
79 | 2024-02-13T16:28:35.748Z | process exited: duration 9638 ms, exit code 0 |
|
80 | 2024-02-13T16:28:35.754Z | starting task 4: "build" |
81 | 2024-02-13T16:28:35.760Z | + cargo --version |
82 | 2024-02-13T16:28:35.764Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-13T16:28:36.004Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-13T16:28:36.010Z | info: downloading component 'cargo' |
85 | 2024-02-13T16:28:37.108Z | info: downloading component 'clippy' |
86 | 2024-02-13T16:28:37.507Z | info: downloading component 'rust-docs' |
87 | 2024-02-13T16:28:38.980Z | info: downloading component 'rust-std' |
88 | 2024-02-13T16:28:40.517Z | info: downloading component 'rustc' |
89 | 2024-02-13T16:28:44.885Z | info: downloading component 'rustfmt' |
90 | 2024-02-13T16:28:45.129Z | info: installing component 'cargo' |
91 | 2024-02-13T16:28:45.995Z | info: installing component 'clippy' |
92 | 2024-02-13T16:28:46.353Z | info: installing component 'rust-docs' |
93 | 2024-02-13T16:28:47.979Z | info: installing component 'rust-std' |
94 | 2024-02-13T16:28:49.674Z | info: installing component 'rustc' |
95 | 2024-02-13T16:28:53.670Z | info: installing component 'rustfmt' |
96 | 2024-02-13T16:28:54.058Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-13T16:28:54.061Z | + rustc --version |
98 | 2024-02-13T16:28:54.129Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-13T16:28:54.133Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-02-13T16:29:03.675Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-02-13T16:29:04.818Z | Startup: Caching catalogs ... Done |
102 | 2024-02-13T16:29:05.968Z | Planning: Solver setup ... Done (0.818s) |
103 | 2024-02-13T16:29:05.986Z | Planning: Running solver ... Done (0.019s) |
104 | 2024-02-13T16:29:06.143Z | Planning: Finding local manifests ... Done (0.139s) |
105 | 2024-02-13T16:29:06.175Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-02-13T16:29:06.432Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-02-13T16:29:06.480Z | Planning: Package planning ... Done (0.049s) |
108 | 2024-02-13T16:29:06.533Z | Planning: Merging actions ... Done (0.052s) |
109 | 2024-02-13T16:29:07.442Z | Planning: Checking for conflicting actions ... Done (0.909s) |
110 | 2024-02-13T16:29:07.453Z | Planning: Consolidating action changes ... Done (0.011s) |
111 | 2024-02-13T16:29:10.931Z | Planning: Evaluating mediators ... Done (3.476s) |
112 | 2024-02-13T16:29:10.940Z | Planning: Planning completed in 6.07 seconds |
113 | 2024-02-13T16:29:11.032Z | Packages to install: 4 |
114 | 2024-02-13T16:29:11.032Z | Mediators to change: 2 |
115 | 2024-02-13T16:29:11.036Z | Services to change: 1 |
116 | 2024-02-13T16:29:11.036Z | Estimated space available: 148.87 GB |
117 | 2024-02-13T16:29:11.036Z | Estimated space to be consumed: 1.41 GB |
118 | 2024-02-13T16:29:11.036Z | Create boot environment: No |
119 | 2024-02-13T16:29:11.036Z | Create backup boot environment: No |
120 | 2024-02-13T16:29:11.036Z | Rebuild boot archive: No |
121 | 2024-02-13T16:29:11.036Z | |
122 | 2024-02-13T16:29:11.036Z | Changed mediators: |
123 | 2024-02-13T16:29:11.036Z | mediator clang: |
124 | 2024-02-13T16:29:11.036Z | version: None -> 15 (system default) |
125 | 2024-02-13T16:29:11.036Z | |
126 | 2024-02-13T16:29:11.036Z | mediator llvm: |
127 | 2024-02-13T16:29:11.036Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-02-13T16:29:11.036Z | |
129 | 2024-02-13T16:29:11.036Z | Changed packages: |
130 | 2024-02-13T16:29:11.036Z | helios-dev |
131 | 2024-02-13T16:29:11.036Z | developer/build-essential |
132 | 2024-02-13T16:29:11.037Z | None -> 11-2.0 |
133 | 2024-02-13T16:29:11.037Z | library/libxmlsec1 |
134 | 2024-02-13T16:29:11.037Z | None -> 1.2.35-2.0 |
135 | 2024-02-13T16:29:11.037Z | ooce/developer/clang-15 |
136 | 2024-02-13T16:29:11.037Z | None -> 15.0.7-2.0 |
137 | 2024-02-13T16:29:11.037Z | ooce/developer/llvm-15 |
138 | 2024-02-13T16:29:11.037Z | None -> 15.0.7-2.0 |
139 | 2024-02-13T16:29:11.037Z | |
140 | 2024-02-13T16:29:11.037Z | Services: |
141 | 2024-02-13T16:29:11.037Z | restart_fmri: |
142 | 2024-02-13T16:29:11.037Z | svc:/system/update-man-index:default |
143 | 2024-02-13T16:29:11.322Z | |
144 | 2024-02-13T16:29:11.322Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-02-13T16:29:16.331Z | Download: 526/3290 items 17.0/212.6MB 8% complete (3.6M/s) |
146 | 2024-02-13T16:29:21.337Z | Download: 1222/3290 items 89.9/212.6MB 42% complete (9.1M/s) |
147 | 2024-02-13T16:29:26.340Z | Download: 2721/3290 items 120.5/212.6MB 56% complete (10.4M/s) |
148 | 2024-02-13T16:29:30.932Z | Download: Completed 212.60 MB in 19.61 seconds (10.8M/s) |
149 | 2024-02-13T16:29:31.251Z | Actions: 1/3689 actions (Installing new actions) |
150 | 2024-02-13T16:29:36.277Z | Actions: 3569/3689 actions (Installing new actions) |
151 | 2024-02-13T16:29:36.316Z | Actions: Completed 3689 actions in 5.06 seconds. |
152 | 2024-02-13T16:29:36.486Z | Done (0.164s) |
153 | 2024-02-13T16:29:36.486Z | Done (0.000s) |
154 | 2024-02-13T16:29:36.693Z | Done (0.207s) |
155 | 2024-02-13T16:29:42.121Z | Done (5.307s) |
156 | 2024-02-13T16:29:42.315Z | Done (0.123s) |
157 | 2024-02-13T16:29:42.318Z | Done (0.000s) |
158 | 2024-02-13T16:29:42.468Z | Done (0.000s) |
159 | 2024-02-13T16:29:42.976Z | Planning: Evaluating mediator changes ... Done |
160 | 2024-02-13T16:29:43.137Z | Planning: Checking for conflicting actions ... Done |
161 | 2024-02-13T16:29:43.140Z | Planning: Consolidating action changes ... Done |
162 | 2024-02-13T16:29:43.410Z | Planning: Evaluating mediators ... Done |
163 | 2024-02-13T16:29:43.413Z | Planning: Planning completed in 0.43 seconds |
164 | 2024-02-13T16:29:43.443Z | Mediators to change: 2 |
165 | 2024-02-13T16:29:43.443Z | Create boot environment: No |
166 | 2024-02-13T16:29:43.446Z | Create backup boot environment: No |
167 | 2024-02-13T16:29:43.513Z | Done |
168 | 2024-02-13T16:29:43.513Z | Done |
169 | 2024-02-13T16:29:43.638Z | Done |
170 | 2024-02-13T16:29:47.337Z | Done |
171 | 2024-02-13T16:29:47.424Z | Done |
172 | 2024-02-13T16:29:47.428Z | Done |
173 | 2024-02-13T16:29:47.527Z | Done |
174 | 2024-02-13T16:29:48.170Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-02-13T16:29:48.173Z | Planning: Merging actions ... Done |
176 | 2024-02-13T16:29:48.363Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-02-13T16:29:48.374Z | Planning: Consolidating action changes ... Done |
178 | 2024-02-13T16:29:48.630Z | Planning: Evaluating mediators ... Done |
179 | 2024-02-13T16:29:48.687Z | Planning: Planning completed in 0.79 seconds |
180 | 2024-02-13T16:29:48.722Z | Packages to change: 1 |
181 | 2024-02-13T16:29:48.722Z | Mediators to change: 1 |
182 | 2024-02-13T16:29:48.725Z | Services to change: 1 |
183 | 2024-02-13T16:29:48.725Z | Create boot environment: No |
184 | 2024-02-13T16:29:48.725Z | Create backup boot environment: Yes |
185 | 2024-02-13T16:29:50.459Z | Actions: 1/6 actions (Updating modified actions) |
186 | 2024-02-13T16:29:50.521Z | Actions: Completed 6 actions in 0.06 seconds. |
187 | 2024-02-13T16:29:50.525Z | Done |
188 | 2024-02-13T16:29:50.525Z | Done |
189 | 2024-02-13T16:29:50.574Z | Done |
190 | 2024-02-13T16:29:54.254Z | Done |
191 | 2024-02-13T16:29:54.342Z | Done |
192 | 2024-02-13T16:29:54.345Z | Done |
193 | 2024-02-13T16:29:54.455Z | Done |
194 | 2024-02-13T16:29:54.928Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
195 | 2024-02-13T16:29:54.928Z | clang system 15 system |
196 | 2024-02-13T16:29:54.928Z | csh system system illumos |
197 | 2024-02-13T16:29:54.928Z | ctags system system illumos |
198 | 2024-02-13T16:29:54.928Z | gcc vendor 12 vendor |
199 | 2024-02-13T16:29:54.928Z | gcc system 10 system |
200 | 2024-02-13T16:29:54.928Z | gcc system 7 system |
201 | 2024-02-13T16:29:54.928Z | go system 1.20 system |
202 | 2024-02-13T16:29:54.929Z | go system 1.19 system |
203 | 2024-02-13T16:29:54.929Z | llvm system 15 system |
204 | 2024-02-13T16:29:54.929Z | llvm system 14 system |
205 | 2024-02-13T16:29:54.929Z | mariadb system 10.6 system |
206 | 2024-02-13T16:29:54.929Z | mta vendor vendor dma |
207 | 2024-02-13T16:29:54.929Z | openjdk system 17 system |
208 | 2024-02-13T16:29:54.929Z | openjdk system 11 system |
209 | 2024-02-13T16:29:54.929Z | openjdk system 1.8 system |
210 | 2024-02-13T16:29:54.929Z | openssl vendor 3 vendor |
211 | 2024-02-13T16:29:54.929Z | perl system 5.36 system |
212 | 2024-02-13T16:29:54.929Z | postgresql system 15 system |
213 | 2024-02-13T16:29:54.929Z | postgresql system 13 system |
214 | 2024-02-13T16:29:54.929Z | python vendor 3 vendor |
215 | 2024-02-13T16:29:54.929Z | python system 2 system |
216 | 2024-02-13T16:29:54.929Z | python3 system 3.11 system |
217 | 2024-02-13T16:29:54.929Z | ruby system 3.0 system |
218 | 2024-02-13T16:29:54.929Z | words vendor vendor american-english |
219 | 2024-02-13T16:29:54.929Z | words system system australian-english |
220 | 2024-02-13T16:29:54.929Z | words system system british-english |
221 | 2024-02-13T16:29:54.929Z | words system system canadian-english |
222 | 2024-02-13T16:29:54.929Z | words system system french |
223 | 2024-02-13T16:29:54.929Z | words system system italian |
224 | 2024-02-13T16:29:54.929Z | words system system ngerman |
225 | 2024-02-13T16:29:54.929Z | words system system ogerman |
226 | 2024-02-13T16:29:54.929Z | words system system spanish |
227 | 2024-02-13T16:29:55.207Z | FMRI IFO |
228 | 2024-02-13T16:29:55.207Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
229 | 2024-02-13T16:29:55.207Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
230 | 2024-02-13T16:29:55.207Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
231 | 2024-02-13T16:29:55.207Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
232 | 2024-02-13T16:29:55.207Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
233 | 2024-02-13T16:29:55.208Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
234 | 2024-02-13T16:29:55.208Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
235 | 2024-02-13T16:29:55.208Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
236 | 2024-02-13T16:29:55.259Z | + set -o errexit |
237 | 2024-02-13T16:29:55.262Z | +++ dirname ./tools/ci_download_cockroachdb |
238 | 2024-02-13T16:29:55.262Z | ++ cd ./tools |
239 | 2024-02-13T16:29:55.262Z | ++ pwd |
240 | 2024-02-13T16:29:55.265Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
241 | 2024-02-13T16:29:55.265Z | ++ basename ./tools/ci_download_cockroachdb |
242 | 2024-02-13T16:29:55.265Z | + ARG0=ci_download_cockroachdb |
243 | 2024-02-13T16:29:55.268Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
244 | 2024-02-13T16:29:55.268Z | + CIDL_VERSION=v22.1.9 |
245 | 2024-02-13T16:29:55.269Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
246 | 2024-02-13T16:29:55.269Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
247 | 2024-02-13T16:29:55.269Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
248 | 2024-02-13T16:29:55.269Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
249 | 2024-02-13T16:29:55.269Z | + TARGET_DIR=out |
250 | 2024-02-13T16:29:55.269Z | + DOWNLOAD_DIR=out/downloads |
251 | 2024-02-13T16:29:55.269Z | + DEST_DIR=./out/cockroachdb |
252 | 2024-02-13T16:29:55.269Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
253 | 2024-02-13T16:29:55.269Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
254 | 2024-02-13T16:29:55.269Z | + main |
255 | 2024-02-13T16:29:55.269Z | + [[ 0 != 0 ]] |
256 | 2024-02-13T16:29:55.269Z | + CIDL_OS=solaris2.11 |
257 | 2024-02-13T16:29:55.269Z | + [[ 0 != 0 ]] |
258 | 2024-02-13T16:29:55.269Z | + configure_os solaris2.11 |
259 | 2024-02-13T16:29:55.269Z | + echo 'current directory: /work/oxidecomputer/omicron' |
260 | 2024-02-13T16:29:55.269Z | current directory: /work/oxidecomputer/omicron |
261 | 2024-02-13T16:29:55.269Z | + echo 'configuring based on OS: "solaris2.11"' |
262 | 2024-02-13T16:29:55.269Z | + case "$1" in |
263 | 2024-02-13T16:29:55.269Z | + CIDL_BUILD=illumos |
264 | 2024-02-13T16:29:55.269Z | + CIDL_SUFFIX=tar.gz |
265 | 2024-02-13T16:29:55.269Z | configuring based on OS: "solaris2.11" |
266 | 2024-02-13T16:29:55.269Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
267 | 2024-02-13T16:29:55.269Z | + CIDL_URL_BASE=https://illumos.org/downloads |
268 | 2024-02-13T16:29:55.270Z | + CIDL_ASSEMBLE=do_assemble_illumos |
269 | 2024-02-13T16:29:55.270Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
270 | 2024-02-13T16:29:55.270Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
271 | 2024-02-13T16:29:55.270Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-02-13T16:29:55.270Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
273 | 2024-02-13T16:29:55.270Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-13T16:29:55.270Z | + CIDL_SHA256FUNC=do_sha256sum |
275 | 2024-02-13T16:29:55.270Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2024-02-13T16:29:55.270Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2024-02-13T16:29:55.270Z | + mkdir -p out/downloads |
278 | 2024-02-13T16:29:55.270Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-02-13T16:29:55.270Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-02-13T16:29:55.273Z | + mkdir -p ./out/cockroachdb |
281 | 2024-02-13T16:29:55.273Z | + local DO_DOWNLOAD=true |
282 | 2024-02-13T16:29:55.273Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
283 | 2024-02-13T16:29:55.273Z | + '[' true == true ']' |
284 | 2024-02-13T16:29:55.273Z | + echo Downloading... |
285 | 2024-02-13T16:29:55.273Z | Downloading... |
286 | 2024-02-13T16:29:55.273Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-02-13T16:29:55.273Z | + 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 |
288 | 2024-02-13T16:29:58.281Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-02-13T16:29:58.284Z | ++ sha256sum |
290 | 2024-02-13T16:29:58.284Z | ++ awk '{print $1}' |
291 | 2024-02-13T16:29:58.375Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
292 | 2024-02-13T16:29:58.378Z | + [[ 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 ]] |
293 | 2024-02-13T16:29:58.378Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-02-13T16:29:58.378Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
295 | 2024-02-13T16:30:00.568Z | + do_assemble_illumos |
296 | 2024-02-13T16:30:00.568Z | + rm -r ./out/cockroachdb |
297 | 2024-02-13T16:30:00.572Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
298 | 2024-02-13T16:30:00.961Z | + ./out/cockroachdb/bin/cockroach version |
299 | 2024-02-13T16:30:01.151Z | Build Tag: v22.1.9-dirty |
300 | 2024-02-13T16:30:01.151Z | Build Time: 2022/10/26 21:17:46 |
301 | 2024-02-13T16:30:01.152Z | Distribution: OSS |
302 | 2024-02-13T16:30:01.152Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
303 | 2024-02-13T16:30:01.152Z | Go Version: go1.17.13 |
304 | 2024-02-13T16:30:01.152Z | C Compiler: gcc 10.3.0 |
305 | 2024-02-13T16:30:01.152Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
306 | 2024-02-13T16:30:01.152Z | Build Type: release |
307 | 2024-02-13T16:30:01.182Z | + set -o errexit |
308 | 2024-02-13T16:30:01.199Z | +++ dirname ./tools/ci_download_clickhouse |
309 | 2024-02-13T16:30:01.199Z | ++ cd ./tools |
310 | 2024-02-13T16:30:01.199Z | ++ pwd |
311 | 2024-02-13T16:30:01.199Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
312 | 2024-02-13T16:30:01.199Z | ++ basename ./tools/ci_download_clickhouse |
313 | 2024-02-13T16:30:01.199Z | + ARG0=ci_download_clickhouse |
314 | 2024-02-13T16:30:01.199Z | + TARGET_DIR=out |
315 | 2024-02-13T16:30:01.199Z | + DOWNLOAD_DIR=out/downloads |
316 | 2024-02-13T16:30:01.199Z | + DEST_DIR=./out/clickhouse |
317 | 2024-02-13T16:30:01.200Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
318 | 2024-02-13T16:30:01.200Z | + CIDL_VERSION=v22.8.9.24 |
319 | 2024-02-13T16:30:01.200Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
320 | 2024-02-13T16:30:01.200Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
321 | 2024-02-13T16:30:01.200Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
322 | 2024-02-13T16:30:01.200Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
323 | 2024-02-13T16:30:01.200Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
324 | 2024-02-13T16:30:01.200Z | + main |
325 | 2024-02-13T16:30:01.200Z | + [[ 0 != 0 ]] |
326 | 2024-02-13T16:30:01.200Z | + CIDL_OS=solaris2.11 |
327 | 2024-02-13T16:30:01.200Z | + [[ 0 != 0 ]] |
328 | 2024-02-13T16:30:01.200Z | + configure_os solaris2.11 |
329 | 2024-02-13T16:30:01.200Z | + echo 'current directory: /work/oxidecomputer/omicron' |
330 | 2024-02-13T16:30:01.200Z | current directory: /work/oxidecomputer/omicron |
331 | 2024-02-13T16:30:01.201Z | configuring based on OS: "solaris2.11" |
332 | 2024-02-13T16:30:01.201Z | + echo 'configuring based on OS: "solaris2.11"' |
333 | 2024-02-13T16:30:01.201Z | + CIDL_DASHREV= |
334 | 2024-02-13T16:30:01.201Z | + case "$1" in |
335 | 2024-02-13T16:30:01.201Z | + CIDL_PLATFORM=illumos |
336 | 2024-02-13T16:30:01.201Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
337 | 2024-02-13T16:30:01.201Z | + CIDL_MD5FUNC=do_md5sum |
338 | 2024-02-13T16:30:01.201Z | + CIDL_DASHREV=-1 |
339 | 2024-02-13T16:30:01.201Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
340 | 2024-02-13T16:30:01.201Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2024-02-13T16:30:01.201Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2024-02-13T16:30:01.201Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-02-13T16:30:01.201Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2024-02-13T16:30:01.201Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-13T16:30:01.201Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-13T16:30:01.201Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-02-13T16:30:01.201Z | + mkdir -p out/downloads |
348 | 2024-02-13T16:30:01.201Z | + mkdir -p ./out/clickhouse |
349 | 2024-02-13T16:30:01.201Z | + local DO_DOWNLOAD=true |
350 | 2024-02-13T16:30:01.202Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
351 | 2024-02-13T16:30:01.202Z | + '[' true == true ']' |
352 | 2024-02-13T16:30:01.202Z | + echo Downloading... |
353 | 2024-02-13T16:30:01.202Z | Downloading... |
354 | 2024-02-13T16:30:01.202Z | + 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 |
355 | 2024-02-13T16:30:01.202Z | + 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 |
356 | 2024-02-13T16:30:02.501Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2024-02-13T16:30:02.505Z | ++ md5sum |
358 | 2024-02-13T16:30:02.505Z | ++ awk '{print $1}' |
359 | 2024-02-13T16:30:02.696Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
360 | 2024-02-13T16:30:02.696Z | + [[ 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 ]] |
361 | 2024-02-13T16:30:02.701Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
362 | 2024-02-13T16:30:02.701Z | + mkdir -p ./out/clickhouse |
363 | 2024-02-13T16:30:02.701Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
364 | 2024-02-13T16:30:05.849Z | + ./out/clickhouse/clickhouse server --version |
365 | 2024-02-13T16:30:05.877Z | ClickHouse server version 22.8.9.1. |
366 | 2024-02-13T16:30:05.892Z | + set -o errexit |
367 | 2024-02-13T16:30:05.896Z | +++ dirname ./tools/ci_download_console |
368 | 2024-02-13T16:30:05.899Z | ++ cd ./tools |
369 | 2024-02-13T16:30:05.900Z | ++ pwd |
370 | 2024-02-13T16:30:05.900Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
371 | 2024-02-13T16:30:05.900Z | ++ basename ./tools/ci_download_console |
372 | 2024-02-13T16:30:05.900Z | + ARG0=ci_download_console |
373 | 2024-02-13T16:30:05.900Z | + TARGET_DIR=out |
374 | 2024-02-13T16:30:05.900Z | + DOWNLOAD_DIR=out/downloads |
375 | 2024-02-13T16:30:05.900Z | + DEST_DIR=./out/console-assets |
376 | 2024-02-13T16:30:05.900Z | + source /work/oxidecomputer/omicron/tools/console_version |
377 | 2024-02-13T16:30:05.900Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
378 | 2024-02-13T16:30:05.900Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
379 | 2024-02-13T16:30:05.900Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
380 | 2024-02-13T16:30:05.900Z | + TARBALL_FILE=out/downloads/console.tar.gz |
381 | 2024-02-13T16:30:05.900Z | + main |
382 | 2024-02-13T16:30:05.900Z | + [[ 0 != 0 ]] |
383 | 2024-02-13T16:30:05.900Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
384 | 2024-02-13T16:30:05.901Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
385 | 2024-02-13T16:30:05.901Z | Local file: out/downloads/console.tar.gz |
386 | 2024-02-13T16:30:05.901Z | + echo 'Local file: out/downloads/console.tar.gz' |
387 | 2024-02-13T16:30:05.901Z | + local DO_DOWNLOAD=true |
388 | 2024-02-13T16:30:05.901Z | + [[ -f out/downloads/console.tar.gz ]] |
389 | 2024-02-13T16:30:05.901Z | + mkdir -p out/downloads |
390 | 2024-02-13T16:30:05.905Z | + '[' true == true ']' |
391 | 2024-02-13T16:30:05.905Z | + echo Downloading... |
392 | 2024-02-13T16:30:05.905Z | Downloading... |
393 | 2024-02-13T16:30:05.905Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
394 | 2024-02-13T16:30:05.905Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
395 | 2024-02-13T16:30:06.817Z | ++ do_sha256sum out/downloads/console.tar.gz |
396 | 2024-02-13T16:30:06.820Z | ++ case "$OSTYPE" in |
397 | 2024-02-13T16:30:06.820Z | ++ SHA=sha256sum |
398 | 2024-02-13T16:30:06.820Z | ++ sha256sum |
399 | 2024-02-13T16:30:06.820Z | ++ awk '{print $1}' |
400 | 2024-02-13T16:30:06.828Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
401 | 2024-02-13T16:30:06.831Z | + [[ 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 ]] |
402 | 2024-02-13T16:30:06.831Z | + rm -rf ./out/console-assets |
403 | 2024-02-13T16:30:06.831Z | + mkdir -p ./out/console-assets |
404 | 2024-02-13T16:30:06.831Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
405 | 2024-02-13T16:30:06.831Z | + mkdir -p ./out/console-assets |
406 | 2024-02-13T16:30:06.831Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
407 | 2024-02-13T16:30:06.924Z | + set -o errexit |
408 | 2024-02-13T16:30:06.927Z | +++ dirname ./tools/ci_download_maghemite_openapi |
409 | 2024-02-13T16:30:06.930Z | ++ cd ./tools |
410 | 2024-02-13T16:30:06.930Z | ++ pwd |
411 | 2024-02-13T16:30:06.930Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
412 | 2024-02-13T16:30:06.930Z | ++ basename ./tools/ci_download_maghemite_openapi |
413 | 2024-02-13T16:30:06.930Z | + ARG0=ci_download_maghemite_openapi |
414 | 2024-02-13T16:30:06.930Z | + TARGET_DIR=out |
415 | 2024-02-13T16:30:06.930Z | + DOWNLOAD_DIR=out/downloads |
416 | 2024-02-13T16:30:06.934Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
417 | 2024-02-13T16:30:06.934Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
418 | 2024-02-13T16:30:06.934Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
419 | 2024-02-13T16:30:06.934Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
420 | 2024-02-13T16:30:06.934Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
421 | 2024-02-13T16:30:06.934Z | + main |
422 | 2024-02-13T16:30:06.934Z | + [[ 0 != 0 ]] |
423 | 2024-02-13T16:30:06.934Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
424 | 2024-02-13T16:30:06.934Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
425 | 2024-02-13T16:30:06.934Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
426 | 2024-02-13T16:30:06.934Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
427 | 2024-02-13T16:30:06.934Z | + local DO_DOWNLOAD=true |
428 | 2024-02-13T16:30:06.934Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
429 | 2024-02-13T16:30:06.934Z | + mkdir -p out/downloads |
430 | 2024-02-13T16:30:06.934Z | + '[' true == true ']' |
431 | 2024-02-13T16:30:06.934Z | + echo Downloading... |
432 | 2024-02-13T16:30:06.934Z | Downloading... |
433 | 2024-02-13T16:30:06.934Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
434 | 2024-02-13T16:30:06.934Z | + 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 |
435 | 2024-02-13T16:30:07.182Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
436 | 2024-02-13T16:30:07.185Z | ++ case "$OSTYPE" in |
437 | 2024-02-13T16:30:07.185Z | ++ SHA=sha256sum |
438 | 2024-02-13T16:30:07.185Z | ++ sha256sum |
439 | 2024-02-13T16:30:07.185Z | ++ awk '{print $1}' |
440 | 2024-02-13T16:30:07.189Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
441 | 2024-02-13T16:30:07.192Z | + [[ 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 ]] |
442 | 2024-02-13T16:30:07.192Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
443 | 2024-02-13T16:30:07.192Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
444 | 2024-02-13T16:30:07.192Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
445 | 2024-02-13T16:30:07.192Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
446 | 2024-02-13T16:30:07.193Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
447 | 2024-02-13T16:30:07.193Z | + main |
448 | 2024-02-13T16:30:07.193Z | + [[ 0 != 0 ]] |
449 | 2024-02-13T16:30:07.193Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
450 | 2024-02-13T16:30:07.193Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
451 | 2024-02-13T16:30:07.193Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
452 | 2024-02-13T16:30:07.193Z | + local DO_DOWNLOAD=true |
453 | 2024-02-13T16:30:07.193Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
454 | 2024-02-13T16:30:07.193Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
455 | 2024-02-13T16:30:07.193Z | + mkdir -p out/downloads |
456 | 2024-02-13T16:30:07.193Z | + '[' true == true ']' |
457 | 2024-02-13T16:30:07.193Z | + echo Downloading... |
458 | 2024-02-13T16:30:07.193Z | Downloading... |
459 | 2024-02-13T16:30:07.193Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
460 | 2024-02-13T16:30:07.193Z | + 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 |
461 | 2024-02-13T16:30:07.295Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
462 | 2024-02-13T16:30:07.298Z | ++ case "$OSTYPE" in |
463 | 2024-02-13T16:30:07.298Z | ++ SHA=sha256sum |
464 | 2024-02-13T16:30:07.298Z | ++ sha256sum |
465 | 2024-02-13T16:30:07.298Z | ++ awk '{print $1}' |
466 | 2024-02-13T16:30:07.301Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
467 | 2024-02-13T16:30:07.301Z | + [[ 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 ]] |
468 | 2024-02-13T16:30:07.309Z | + set -o errexit |
469 | 2024-02-13T16:30:07.312Z | +++ dirname ./tools/ci_download_dendrite_openapi |
470 | 2024-02-13T16:30:07.315Z | ++ cd ./tools |
471 | 2024-02-13T16:30:07.315Z | ++ pwd |
472 | 2024-02-13T16:30:07.315Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
473 | 2024-02-13T16:30:07.315Z | ++ basename ./tools/ci_download_dendrite_openapi |
474 | 2024-02-13T16:30:07.318Z | + ARG0=ci_download_dendrite_openapi |
475 | 2024-02-13T16:30:07.319Z | + TARGET_DIR=out |
476 | 2024-02-13T16:30:07.319Z | + DOWNLOAD_DIR=out/downloads |
477 | 2024-02-13T16:30:07.319Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
478 | 2024-02-13T16:30:07.319Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
479 | 2024-02-13T16:30:07.319Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
480 | 2024-02-13T16:30:07.319Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
481 | 2024-02-13T16:30:07.319Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
482 | 2024-02-13T16:30:07.319Z | + main |
483 | 2024-02-13T16:30:07.319Z | + [[ 0 != 0 ]] |
484 | 2024-02-13T16:30:07.319Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
485 | 2024-02-13T16:30:07.319Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
486 | 2024-02-13T16:30:07.319Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
487 | 2024-02-13T16:30:07.319Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
488 | 2024-02-13T16:30:07.319Z | + local DO_DOWNLOAD=true |
489 | 2024-02-13T16:30:07.319Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
490 | 2024-02-13T16:30:07.319Z | + mkdir -p out/downloads |
491 | 2024-02-13T16:30:07.319Z | + '[' true == true ']' |
492 | 2024-02-13T16:30:07.319Z | + echo Downloading... |
493 | 2024-02-13T16:30:07.319Z | Downloading... |
494 | 2024-02-13T16:30:07.319Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
495 | 2024-02-13T16:30:07.319Z | + 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 |
496 | 2024-02-13T16:30:07.429Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
497 | 2024-02-13T16:30:07.429Z | ++ case "$OSTYPE" in |
498 | 2024-02-13T16:30:07.432Z | ++ SHA=sha256sum |
499 | 2024-02-13T16:30:07.432Z | ++ sha256sum |
500 | 2024-02-13T16:30:07.432Z | ++ awk '{print $1}' |
501 | 2024-02-13T16:30:07.435Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
502 | 2024-02-13T16:30:07.435Z | + [[ 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 ]] |
503 | 2024-02-13T16:30:07.441Z | + set -o errexit |
504 | 2024-02-13T16:30:07.444Z | +++ dirname ./tools/ci_download_dendrite_stub |
505 | 2024-02-13T16:30:07.447Z | ++ cd ./tools |
506 | 2024-02-13T16:30:07.447Z | ++ pwd |
507 | 2024-02-13T16:30:07.447Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
508 | 2024-02-13T16:30:07.447Z | ++ basename ./tools/ci_download_dendrite_stub |
509 | 2024-02-13T16:30:07.459Z | + ARG0=ci_download_dendrite_stub |
510 | 2024-02-13T16:30:07.459Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
511 | 2024-02-13T16:30:07.459Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
512 | 2024-02-13T16:30:07.459Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
513 | 2024-02-13T16:30:07.459Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
514 | 2024-02-13T16:30:07.459Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
515 | 2024-02-13T16:30:07.459Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
516 | 2024-02-13T16:30:07.459Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
517 | 2024-02-13T16:30:07.460Z | + TARGET_DIR=out |
518 | 2024-02-13T16:30:07.460Z | + DOWNLOAD_DIR=out/downloads |
519 | 2024-02-13T16:30:07.460Z | + DEST_DIR=./out/dendrite-stub |
520 | 2024-02-13T16:30:07.460Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
521 | 2024-02-13T16:30:07.460Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
522 | 2024-02-13T16:30:07.460Z | + REPO=oxidecomputer/dendrite |
523 | 2024-02-13T16:30:07.460Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
524 | 2024-02-13T16:30:07.460Z | + main |
525 | 2024-02-13T16:30:07.460Z | + [[ 0 != 0 ]] |
526 | 2024-02-13T16:30:07.460Z | + CIDL_OS=solaris2.11 |
527 | 2024-02-13T16:30:07.460Z | + [[ 0 != 0 ]] |
528 | 2024-02-13T16:30:07.460Z | + configure_os solaris2.11 |
529 | 2024-02-13T16:30:07.460Z | + echo 'current directory: /work/oxidecomputer/omicron' |
530 | 2024-02-13T16:30:07.460Z | current directory: /work/oxidecomputer/omicron |
531 | 2024-02-13T16:30:07.460Z | + echo 'configuring based on OS: "solaris2.11"' |
532 | 2024-02-13T16:30:07.460Z | + case "$1" in |
533 | 2024-02-13T16:30:07.460Z | configuring based on OS: "solaris2.11" |
534 | 2024-02-13T16:30:07.460Z | + SET_BINARIES= |
535 | 2024-02-13T16:30:07.460Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
536 | 2024-02-13T16:30:07.460Z | + CIDL_SHA256FUNC=do_sha256sum |
537 | 2024-02-13T16:30:07.460Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
538 | 2024-02-13T16:30:07.460Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
539 | 2024-02-13T16:30:07.460Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
540 | 2024-02-13T16:30:07.461Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
541 | 2024-02-13T16:30:07.461Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
542 | 2024-02-13T16:30:07.461Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
543 | 2024-02-13T16:30:07.461Z | Local file: out/downloads/dendrite-stub.tar.gz |
544 | 2024-02-13T16:30:07.461Z | + mkdir -p out/downloads |
545 | 2024-02-13T16:30:07.461Z | + mkdir -p ./out/dendrite-stub |
546 | 2024-02-13T16:30:07.461Z | + fetch_and_verify |
547 | 2024-02-13T16:30:07.461Z | + local DO_DOWNLOAD=true |
548 | 2024-02-13T16:30:07.461Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
549 | 2024-02-13T16:30:07.461Z | + '[' true == true ']' |
550 | 2024-02-13T16:30:07.461Z | + echo Downloading... |
551 | 2024-02-13T16:30:07.461Z | Downloading... |
552 | 2024-02-13T16:30:07.461Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
553 | 2024-02-13T16:30:07.461Z | + 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 |
554 | 2024-02-13T16:30:18.614Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
555 | 2024-02-13T16:30:18.616Z | ++ sha256sum |
556 | 2024-02-13T16:30:18.617Z | ++ awk '{print $1}' |
557 | 2024-02-13T16:30:18.639Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
558 | 2024-02-13T16:30:18.642Z | + [[ 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 ]] |
559 | 2024-02-13T16:30:18.642Z | + do_untar out/downloads/dendrite-stub.tar.gz |
560 | 2024-02-13T16:30:18.642Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
561 | 2024-02-13T16:30:19.347Z | + do_assemble |
562 | 2024-02-13T16:30:19.347Z | + rm -r ./out/dendrite-stub |
563 | 2024-02-13T16:30:19.351Z | + mkdir ./out/dendrite-stub |
564 | 2024-02-13T16:30:19.354Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
565 | 2024-02-13T16:30:19.445Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
566 | 2024-02-13T16:30:19.456Z | + set -o errexit |
567 | 2024-02-13T16:30:19.459Z | +++ dirname ./tools/ci_download_maghemite_mgd |
568 | 2024-02-13T16:30:19.462Z | ++ cd ./tools |
569 | 2024-02-13T16:30:19.462Z | ++ pwd |
570 | 2024-02-13T16:30:19.462Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
571 | 2024-02-13T16:30:19.462Z | ++ basename ./tools/ci_download_maghemite_mgd |
572 | 2024-02-13T16:30:19.466Z | + ARG0=ci_download_maghemite_mgd |
573 | 2024-02-13T16:30:19.466Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
574 | 2024-02-13T16:30:19.466Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
575 | 2024-02-13T16:30:19.466Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
576 | 2024-02-13T16:30:19.466Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
577 | 2024-02-13T16:30:19.466Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
578 | 2024-02-13T16:30:19.466Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
579 | 2024-02-13T16:30:19.466Z | + TARGET_DIR=out |
580 | 2024-02-13T16:30:19.466Z | + DOWNLOAD_DIR=out/downloads |
581 | 2024-02-13T16:30:19.466Z | + DEST_DIR=./out/mgd |
582 | 2024-02-13T16:30:19.466Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
583 | 2024-02-13T16:30:19.466Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
584 | 2024-02-13T16:30:19.466Z | + REPO=oxidecomputer/maghemite |
585 | 2024-02-13T16:30:19.466Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
586 | 2024-02-13T16:30:19.466Z | + main |
587 | 2024-02-13T16:30:19.467Z | + [[ 0 != 0 ]] |
588 | 2024-02-13T16:30:19.467Z | + CIDL_OS=solaris2.11 |
589 | 2024-02-13T16:30:19.467Z | + [[ 0 != 0 ]] |
590 | 2024-02-13T16:30:19.467Z | + configure_os solaris2.11 |
591 | 2024-02-13T16:30:19.467Z | + echo 'current directory: /work/oxidecomputer/omicron' |
592 | 2024-02-13T16:30:19.467Z | current directory: /work/oxidecomputer/omicron |
593 | 2024-02-13T16:30:19.467Z | + echo 'configuring based on OS: "solaris2.11"' |
594 | 2024-02-13T16:30:19.467Z | + case "$1" in |
595 | 2024-02-13T16:30:19.467Z | + SET_BINARIES= |
596 | 2024-02-13T16:30:19.467Z | configuring based on OS: "solaris2.11" |
597 | 2024-02-13T16:30:19.467Z | + CIDL_SHA256FUNC=do_sha256sum |
598 | 2024-02-13T16:30:19.467Z | + TARBALL_FILENAME=mgd.tar.gz |
599 | 2024-02-13T16:30:19.467Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
600 | 2024-02-13T16:30:19.467Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
601 | 2024-02-13T16:30:19.467Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
602 | 2024-02-13T16:30:19.467Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
603 | 2024-02-13T16:30:19.467Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
604 | 2024-02-13T16:30:19.467Z | Local file: out/downloads/mgd.tar.gz |
605 | 2024-02-13T16:30:19.467Z | + mkdir -p out/downloads |
606 | 2024-02-13T16:30:19.471Z | + mkdir -p ./out/mgd |
607 | 2024-02-13T16:30:19.471Z | + fetch_and_verify |
608 | 2024-02-13T16:30:19.471Z | + local DO_DOWNLOAD=true |
609 | 2024-02-13T16:30:19.471Z | + [[ -f out/downloads/mgd.tar.gz ]] |
610 | 2024-02-13T16:30:19.471Z | + '[' true == true ']' |
611 | 2024-02-13T16:30:19.471Z | + echo Downloading... |
612 | 2024-02-13T16:30:19.471Z | Downloading... |
613 | 2024-02-13T16:30:19.471Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
614 | 2024-02-13T16:30:19.471Z | + 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 |
615 | 2024-02-13T16:30:25.467Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
616 | 2024-02-13T16:30:25.470Z | ++ sha256sum |
617 | 2024-02-13T16:30:25.470Z | ++ awk '{print $1}' |
618 | 2024-02-13T16:30:25.488Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
619 | 2024-02-13T16:30:25.491Z | + [[ 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 ]] |
620 | 2024-02-13T16:30:25.491Z | + do_untar out/downloads/mgd.tar.gz |
621 | 2024-02-13T16:30:25.491Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
622 | 2024-02-13T16:30:25.940Z | + do_assemble |
623 | 2024-02-13T16:30:25.940Z | + rm -r ./out/mgd |
624 | 2024-02-13T16:30:25.946Z | + mkdir ./out/mgd |
625 | 2024-02-13T16:30:25.960Z | + cp -r out/downloads/root ./out/mgd/root |
626 | 2024-02-13T16:30:26.093Z | + set -o errexit |
627 | 2024-02-13T16:30:26.096Z | +++ dirname ./tools/ci_download_transceiver_control |
628 | 2024-02-13T16:30:26.099Z | ++ cd ./tools |
629 | 2024-02-13T16:30:26.099Z | ++ pwd |
630 | 2024-02-13T16:30:26.100Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
631 | 2024-02-13T16:30:26.100Z | ++ basename ./tools/ci_download_transceiver_control |
632 | 2024-02-13T16:30:26.100Z | + ARG0=ci_download_transceiver_control |
633 | 2024-02-13T16:30:26.103Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
634 | 2024-02-13T16:30:26.103Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
635 | 2024-02-13T16:30:26.103Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
636 | 2024-02-13T16:30:26.103Z | + TARGET_DIR=out |
637 | 2024-02-13T16:30:26.103Z | + DOWNLOAD_DIR=out/downloads |
638 | 2024-02-13T16:30:26.104Z | + DEST_DIR=./out/transceiver-control |
639 | 2024-02-13T16:30:26.104Z | + BIN_DIR=/opt/oxide/bin |
640 | 2024-02-13T16:30:26.104Z | + BINARY=xcvradm |
641 | 2024-02-13T16:30:26.104Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
642 | 2024-02-13T16:30:26.104Z | + REPO=oxidecomputer/transceiver-control |
643 | 2024-02-13T16:30:26.104Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
644 | 2024-02-13T16:30:26.104Z | + main |
645 | 2024-02-13T16:30:26.104Z | + [[ 0 != 0 ]] |
646 | 2024-02-13T16:30:26.104Z | + CIDL_OS=solaris2.11 |
647 | 2024-02-13T16:30:26.104Z | + [[ 0 != 0 ]] |
648 | 2024-02-13T16:30:26.104Z | + configure_os solaris2.11 |
649 | 2024-02-13T16:30:26.104Z | + echo 'current directory: /work/oxidecomputer/omicron' |
650 | 2024-02-13T16:30:26.104Z | current directory: /work/oxidecomputer/omicron |
651 | 2024-02-13T16:30:26.104Z | + echo 'configuring based on OS: "solaris2.11"' |
652 | 2024-02-13T16:30:26.104Z | configuring based on OS: "solaris2.11" |
653 | 2024-02-13T16:30:26.104Z | + case "$1" in |
654 | 2024-02-13T16:30:26.104Z | + SET_BINARIES= |
655 | 2024-02-13T16:30:26.104Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
656 | 2024-02-13T16:30:26.104Z | + CIDL_SHA256FUNC=do_sha256sum |
657 | 2024-02-13T16:30:26.104Z | + ARCHIVE_FILENAME=xcvradm.gz |
658 | 2024-02-13T16:30:26.104Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
659 | 2024-02-13T16:30:26.104Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
660 | 2024-02-13T16:30:26.104Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2024-02-13T16:30:26.104Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
662 | 2024-02-13T16:30:26.104Z | Local file: out/downloads/xcvradm.gz |
663 | 2024-02-13T16:30:26.104Z | + echo 'Local file: out/downloads/xcvradm.gz' |
664 | 2024-02-13T16:30:26.105Z | + mkdir -p out/downloads |
665 | 2024-02-13T16:30:26.105Z | + mkdir -p ./out/transceiver-control |
666 | 2024-02-13T16:30:26.108Z | + fetch_and_verify |
667 | 2024-02-13T16:30:26.108Z | + local DO_DOWNLOAD=true |
668 | 2024-02-13T16:30:26.108Z | + [[ -f out/downloads/xcvradm.gz ]] |
669 | 2024-02-13T16:30:26.108Z | + '[' true == true ']' |
670 | 2024-02-13T16:30:26.108Z | + echo Downloading... |
671 | 2024-02-13T16:30:26.108Z | Downloading... |
672 | 2024-02-13T16:30:26.108Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
673 | 2024-02-13T16:30:26.108Z | + 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 |
674 | 2024-02-13T16:30:28.035Z | ++ do_sha256sum out/downloads/xcvradm.gz |
675 | 2024-02-13T16:30:28.039Z | ++ sha256sum |
676 | 2024-02-13T16:30:28.039Z | ++ awk '{print $1}' |
677 | 2024-02-13T16:30:28.039Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
678 | 2024-02-13T16:30:28.039Z | + [[ 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 ]] |
679 | 2024-02-13T16:30:28.039Z | + do_unpack out/downloads/xcvradm.gz |
680 | 2024-02-13T16:30:28.039Z | + mkdir -p out/downloads/root//opt/oxide/bin |
681 | 2024-02-13T16:30:28.039Z | + gzip -dc out/downloads/xcvradm.gz |
682 | 2024-02-13T16:30:28.160Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
683 | 2024-02-13T16:30:28.170Z | + do_assemble |
684 | 2024-02-13T16:30:28.170Z | + rm -r ./out/transceiver-control |
685 | 2024-02-13T16:30:28.171Z | + mkdir ./out/transceiver-control |
686 | 2024-02-13T16:30:28.171Z | + cp -r out/downloads/root ./out/transceiver-control/root |
687 | 2024-02-13T16:30:28.324Z | All prerequisites installed successfully |
688 | 2024-02-13T16:30:28.327Z | |
689 | 2024-02-13T16:30:28.327Z | real 1:34.135275656 |
690 | 2024-02-13T16:30:28.327Z | user 33.896850311 |
691 | 2024-02-13T16:30:28.327Z | sys 6.575882809 |
692 | 2024-02-13T16:30:28.327Z | trap 0.009773197 |
693 | 2024-02-13T16:30:28.328Z | tflt 0.128159578 |
694 | 2024-02-13T16:30:28.328Z | dflt 0.463230169 |
695 | 2024-02-13T16:30:28.328Z | kflt 0.202836199 |
696 | 2024-02-13T16:30:28.328Z | lock 1.467035618 |
697 | 2024-02-13T16:30:28.328Z | slp 3:06.502274980 |
698 | 2024-02-13T16:30:28.328Z | lat 1.910983743 |
699 | 2024-02-13T16:30:28.328Z | stop 0.131336701 |
700 | 2024-02-13T16:30:28.328Z | + banner end-to-end-tests |
701 | 2024-02-13T16:30:28.401Z | |
702 | 2024-02-13T16:30:28.401Z | ###### # # ##### ##### #### ###### # # ##### |
703 | 2024-02-13T16:30:28.401Z | # ## # # # # # # # ## # # # |
704 | 2024-02-13T16:30:28.402Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
705 | 2024-02-13T16:30:28.402Z | # # # # # # # # # # # # # # # |
706 | 2024-02-13T16:30:28.402Z | # # ## # # # # # # # ## # # |
707 | 2024-02-13T16:30:28.402Z | ###### # # ##### # #### ###### # # ##### |
708 | 2024-02-13T16:30:28.402Z | |
709 | 2024-02-13T16:30:28.405Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
710 | 2024-02-13T16:30:28.405Z | + CARGO_PROFILE_DEV_DEBUG=1 |
711 | 2024-02-13T16:30:28.405Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
712 | 2024-02-13T16:30:28.405Z | + CARGO_PROFILE_TEST_DEBUG=1 |
713 | 2024-02-13T16:30:28.405Z | + export CARGO_INCREMENTAL=0 |
714 | 2024-02-13T16:30:28.405Z | + CARGO_INCREMENTAL=0 |
715 | 2024-02-13T16:30:28.405Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
716 | 2024-02-13T16:30:28.611Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
717 | 2024-02-13T16:30:29.135Z | Updating git repository `https://github.com/oxidecomputer/samael` |
718 | 2024-02-13T16:30:29.494Z | Updating crates.io index |
719 | 2024-02-13T16:30:29.594Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
720 | 2024-02-13T16:30:30.686Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
721 | 2024-02-13T16:30:32.292Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
722 | 2024-02-13T16:30:32.598Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
723 | 2024-02-13T16:30:32.898Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
724 | 2024-02-13T16:30:33.163Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
725 | 2024-02-13T16:30:33.413Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
726 | 2024-02-13T16:30:34.327Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
727 | 2024-02-13T16:30:36.446Z | Updating git repository `https://github.com/oxidecomputer/opte` |
728 | 2024-02-13T16:30:37.376Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
729 | 2024-02-13T16:30:37.650Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
730 | 2024-02-13T16:30:38.230Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
731 | 2024-02-13T16:30:38.541Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
732 | 2024-02-13T16:30:38.814Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
733 | 2024-02-13T16:30:39.130Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
734 | 2024-02-13T16:30:39.642Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
735 | 2024-02-13T16:30:40.101Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
736 | 2024-02-13T16:30:40.386Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
737 | 2024-02-13T16:30:40.897Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
738 | 2024-02-13T16:30:41.238Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
739 | 2024-02-13T16:30:41.592Z | Updating git repository `https://github.com/jgallagher/nix` |
740 | 2024-02-13T16:30:42.628Z | Updating git repository `https://github.com/cbiffle/hubpack` |
741 | 2024-02-13T16:30:43.217Z | Updating git repository `https://github.com/oxidecomputer/typify` |
742 | 2024-02-13T16:30:44.767Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
743 | 2024-02-13T16:30:45.128Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
744 | 2024-02-13T16:30:45.436Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
745 | 2024-02-13T16:30:46.911Z | Downloading crates ... |
746 | 2024-02-13T16:30:47.182Z | Downloaded ctr v0.9.2 |
747 | 2024-02-13T16:30:47.191Z | Downloaded ciborium-io v0.2.2 |
748 | 2024-02-13T16:30:47.202Z | Downloaded colorchoice v1.0.0 |
749 | 2024-02-13T16:30:47.206Z | Downloaded precomputed-hash v0.1.1 |
750 | 2024-02-13T16:30:47.212Z | Downloaded matches v0.1.10 |
751 | 2024-02-13T16:30:47.215Z | Downloaded convert_case v0.4.0 |
752 | 2024-02-13T16:30:47.218Z | Downloaded try-lock v0.2.4 |
753 | 2024-02-13T16:30:47.218Z | Downloaded constant_time_eq v0.3.0 |
754 | 2024-02-13T16:30:47.221Z | Downloaded lalrpop-util v0.19.12 |
755 | 2024-02-13T16:30:47.223Z | Downloaded linear-map v1.2.0 |
756 | 2024-02-13T16:30:47.224Z | Downloaded cstr-argument v0.1.2 |
757 | 2024-02-13T16:30:47.226Z | Downloaded base64ct v1.6.0 |
758 | 2024-02-13T16:30:47.230Z | Downloaded managed v0.8.0 |
759 | 2024-02-13T16:30:47.233Z | Downloaded usdt-macro v0.3.5 |
760 | 2024-02-13T16:30:47.236Z | Downloaded clap_lex v0.5.1 |
761 | 2024-02-13T16:30:47.236Z | Downloaded tokio-tungstenite v0.20.1 |
762 | 2024-02-13T16:30:47.239Z | Downloaded darling_macro v0.20.3 |
763 | 2024-02-13T16:30:47.242Z | Downloaded platforms v3.0.2 |
764 | 2024-02-13T16:30:47.244Z | Downloaded newtype_derive v0.1.6 |
765 | 2024-02-13T16:30:47.247Z | Downloaded new_debug_unreachable v1.0.4 |
766 | 2024-02-13T16:30:47.253Z | Downloaded ucd-trie v0.1.6 |
767 | 2024-02-13T16:30:47.253Z | Downloaded cancel-safe-futures v0.1.5 |
768 | 2024-02-13T16:30:47.256Z | Downloaded blowfish v0.9.1 |
769 | 2024-02-13T16:30:47.259Z | Downloaded macaddr v1.0.1 |
770 | 2024-02-13T16:30:47.263Z | Downloaded object v0.32.1 |
771 | 2024-02-13T16:30:47.275Z | Downloaded pem v3.0.2 |
772 | 2024-02-13T16:30:47.278Z | Downloaded num_threads v0.1.6 |
773 | 2024-02-13T16:30:47.281Z | Downloaded itoa v1.0.9 |
774 | 2024-02-13T16:30:47.284Z | Downloaded bcrypt-pbkdf v0.10.0 |
775 | 2024-02-13T16:30:47.284Z | Downloaded anyhow v1.0.75 |
776 | 2024-02-13T16:30:47.287Z | Downloaded openssl-macros v0.1.1 |
777 | 2024-02-13T16:30:47.290Z | Downloaded async-trait v0.1.77 |
778 | 2024-02-13T16:30:47.293Z | Downloaded camino-tempfile v1.1.1 |
779 | 2024-02-13T16:30:47.296Z | Downloaded atty v0.2.14 |
780 | 2024-02-13T16:30:47.299Z | Downloaded chacha20 v0.9.1 |
781 | 2024-02-13T16:30:47.302Z | Downloaded pretty-hex v0.2.1 |
782 | 2024-02-13T16:30:47.302Z | Downloaded openssl-probe v0.1.5 |
783 | 2024-02-13T16:30:47.305Z | Downloaded pest_generator v2.7.6 |
784 | 2024-02-13T16:30:47.305Z | Downloaded pbkdf2 v0.12.2 |
785 | 2024-02-13T16:30:47.311Z | Downloaded anstyle-query v1.0.0 |
786 | 2024-02-13T16:30:47.311Z | Downloaded phf_shared v0.10.0 |
787 | 2024-02-13T16:30:47.314Z | Downloaded aead v0.5.2 |
788 | 2024-02-13T16:30:47.314Z | Downloaded adler v1.0.2 |
789 | 2024-02-13T16:30:47.314Z | Downloaded poly1305 v0.8.0 |
790 | 2024-02-13T16:30:47.317Z | Downloaded mime_guess v2.0.4 |
791 | 2024-02-13T16:30:47.320Z | Downloaded anstream v0.5.0 |
792 | 2024-02-13T16:30:47.320Z | Downloaded clap v4.4.3 |
793 | 2024-02-13T16:30:47.329Z | Downloaded take_mut v0.2.2 |
794 | 2024-02-13T16:30:47.332Z | Downloaded lru-cache v0.1.2 |
795 | 2024-02-13T16:30:47.332Z | Downloaded crucible-workspace-hack v0.1.0 |
796 | 2024-02-13T16:30:47.335Z | Downloaded anstyle v1.0.2 |
797 | 2024-02-13T16:30:47.335Z | Downloaded defmt v0.3.5 |
798 | 2024-02-13T16:30:47.338Z | Downloaded mime v0.3.17 |
799 | 2024-02-13T16:30:47.342Z | Downloaded ident_case v1.0.1 |
800 | 2024-02-13T16:30:47.342Z | Downloaded num_enum_derive v0.5.11 |
801 | 2024-02-13T16:30:47.345Z | Downloaded crypto-common v0.1.6 |
802 | 2024-02-13T16:30:47.345Z | Downloaded block-padding v0.3.3 |
803 | 2024-02-13T16:30:47.345Z | Downloaded tower-service v0.3.2 |
804 | 2024-02-13T16:30:47.345Z | Downloaded aes v0.8.3 |
805 | 2024-02-13T16:30:47.349Z | Downloaded plain v0.2.3 |
806 | 2024-02-13T16:30:47.351Z | Downloaded pkg-config v0.3.27 |
807 | 2024-02-13T16:30:47.354Z | Downloaded deranged v0.3.8 |
808 | 2024-02-13T16:30:47.354Z | Downloaded clap_derive v4.4.2 |
809 | 2024-02-13T16:30:47.357Z | Downloaded debug-ignore v1.0.5 |
810 | 2024-02-13T16:30:47.363Z | Downloaded crossbeam-epoch v0.9.15 |
811 | 2024-02-13T16:30:47.367Z | Downloaded phf_shared v0.11.2 |
812 | 2024-02-13T16:30:47.367Z | Downloaded dtrace-parser v0.1.14 |
813 | 2024-02-13T16:30:47.367Z | Downloaded pkcs8 v0.10.2 |
814 | 2024-02-13T16:30:47.367Z | Downloaded pest_meta v2.7.6 |
815 | 2024-02-13T16:30:47.370Z | Downloaded spki v0.7.2 |
816 | 2024-02-13T16:30:47.372Z | Downloaded polyval v0.6.1 |
817 | 2024-02-13T16:30:47.372Z | Downloaded ansi_term v0.12.1 |
818 | 2024-02-13T16:30:47.376Z | Downloaded usdt v0.3.5 |
819 | 2024-02-13T16:30:47.376Z | Downloaded log v0.4.20 |
820 | 2024-02-13T16:30:47.379Z | Downloaded ppv-lite86 v0.2.17 |
821 | 2024-02-13T16:30:47.382Z | Downloaded base16ct v0.2.0 |
822 | 2024-02-13T16:30:47.382Z | Downloaded lock_api v0.4.10 |
823 | 2024-02-13T16:30:47.385Z | Downloaded defmt-macros v0.3.6 |
824 | 2024-02-13T16:30:47.388Z | Downloaded bitflags v1.3.2 |
825 | 2024-02-13T16:30:47.391Z | Downloaded thiserror-impl v1.0.56 |
826 | 2024-02-13T16:30:47.391Z | Downloaded foreign-types-shared v0.3.1 |
827 | 2024-02-13T16:30:47.394Z | Downloaded multer v3.0.0 |
828 | 2024-02-13T16:30:47.396Z | Downloaded num-integer v0.1.45 |
829 | 2024-02-13T16:30:47.396Z | Downloaded group v0.13.0 |
830 | 2024-02-13T16:30:47.399Z | Downloaded signature v2.1.0 |
831 | 2024-02-13T16:30:47.402Z | Downloaded parking_lot_core v0.9.8 |
832 | 2024-02-13T16:30:47.404Z | Downloaded addr2line v0.21.0 |
833 | 2024-02-13T16:30:47.407Z | Downloaded camino v1.1.6 |
834 | 2024-02-13T16:30:47.407Z | Downloaded num-rational v0.4.1 |
835 | 2024-02-13T16:30:47.413Z | Downloaded parking_lot v0.11.2 |
836 | 2024-02-13T16:30:47.416Z | Downloaded once_cell v1.19.0 |
837 | 2024-02-13T16:30:47.416Z | Downloaded signal-hook-registry v1.4.1 |
838 | 2024-02-13T16:30:47.416Z | Downloaded tokio-macros v2.2.0 |
839 | 2024-02-13T16:30:47.419Z | Downloaded smf v0.2.2 |
840 | 2024-02-13T16:30:47.419Z | Downloaded darling v0.20.3 |
841 | 2024-02-13T16:30:47.421Z | Downloaded rfc6979 v0.4.0 |
842 | 2024-02-13T16:30:47.424Z | Downloaded rand_core v0.6.4 |
843 | 2024-02-13T16:30:47.427Z | Downloaded form_urlencoded v1.2.1 |
844 | 2024-02-13T16:30:47.427Z | Downloaded equivalent v1.0.1 |
845 | 2024-02-13T16:30:47.427Z | Downloaded parking_lot v0.12.1 |
846 | 2024-02-13T16:30:47.430Z | Downloaded scroll_derive v0.12.0 |
847 | 2024-02-13T16:30:47.433Z | Downloaded bitflags v2.4.0 |
848 | 2024-02-13T16:30:47.435Z | Downloaded topological-sort v0.2.2 |
849 | 2024-02-13T16:30:47.436Z | Downloaded errno v0.3.8 |
850 | 2024-02-13T16:30:47.439Z | Downloaded password-hash v0.5.0 |
851 | 2024-02-13T16:30:47.439Z | Downloaded postgres-types v0.2.6 |
852 | 2024-02-13T16:30:47.441Z | Downloaded usdt-impl v0.5.0 |
853 | 2024-02-13T16:30:47.444Z | Downloaded derive_more v0.99.17 |
854 | 2024-02-13T16:30:47.447Z | Downloaded getrandom v0.1.16 |
855 | 2024-02-13T16:30:47.450Z | Downloaded vec_map v0.8.2 |
856 | 2024-02-13T16:30:47.454Z | Downloaded owo-colors v4.0.0 |
857 | 2024-02-13T16:30:47.460Z | Downloaded fxhash v0.2.1 |
858 | 2024-02-13T16:30:47.460Z | Downloaded ecdsa v0.16.9 |
859 | 2024-02-13T16:30:47.460Z | Downloaded usdt-impl v0.3.5 |
860 | 2024-02-13T16:30:47.463Z | Downloaded foreign-types v0.5.0 |
861 | 2024-02-13T16:30:47.463Z | Downloaded unicode-width v0.1.11 |
862 | 2024-02-13T16:30:47.463Z | Downloaded heck v0.4.1 |
863 | 2024-02-13T16:30:47.463Z | Downloaded structmeta v0.3.0 |
864 | 2024-02-13T16:30:47.466Z | Downloaded omicron-zone-package v0.11.0 |
865 | 2024-02-13T16:30:47.469Z | Downloaded is-terminal v0.4.9 |
866 | 2024-02-13T16:30:47.469Z | Downloaded postcard v1.0.8 |
867 | 2024-02-13T16:30:47.472Z | Downloaded want v0.3.1 |
868 | 2024-02-13T16:30:47.475Z | Downloaded foreign-types-macros v0.2.3 |
869 | 2024-02-13T16:30:47.475Z | Downloaded synstructure v0.12.6 |
870 | 2024-02-13T16:30:47.478Z | Downloaded waitgroup v0.1.2 |
871 | 2024-02-13T16:30:47.478Z | Downloaded endian-type v0.1.2 |
872 | 2024-02-13T16:30:47.478Z | Downloaded hex v0.4.3 |
873 | 2024-02-13T16:30:47.481Z | Downloaded foreign-types-shared v0.1.1 |
874 | 2024-02-13T16:30:47.481Z | Downloaded display-error-chain v0.2.0 |
875 | 2024-02-13T16:30:47.484Z | Downloaded serde_path_to_error v0.1.15 |
876 | 2024-02-13T16:30:47.484Z | Downloaded dyn-clone v1.0.16 |
877 | 2024-02-13T16:30:47.487Z | Downloaded pin-project-lite v0.2.13 |
878 | 2024-02-13T16:30:47.490Z | Downloaded secrecy v0.8.0 |
879 | 2024-02-13T16:30:47.493Z | Downloaded libefi-sys v0.1.0 |
880 | 2024-02-13T16:30:47.493Z | Downloaded subprocess v0.2.9 |
881 | 2024-02-13T16:30:47.496Z | Downloaded swrite v0.1.0 |
882 | 2024-02-13T16:30:47.499Z | Downloaded structmeta-derive v0.3.0 |
883 | 2024-02-13T16:30:47.499Z | Downloaded httparse v1.8.0 |
884 | 2024-02-13T16:30:47.502Z | Downloaded parking_lot_core v0.8.6 |
885 | 2024-02-13T16:30:47.508Z | Downloaded num-iter v0.1.43 |
886 | 2024-02-13T16:30:47.508Z | Downloaded tokio-stream v0.1.14 |
887 | 2024-02-13T16:30:47.510Z | Downloaded hubpack v0.1.2 |
888 | 2024-02-13T16:30:47.510Z | Downloaded hostname v0.3.1 |
889 | 2024-02-13T16:30:47.513Z | Downloaded cc v1.0.83 |
890 | 2024-02-13T16:30:47.516Z | Downloaded iana-time-zone v0.1.57 |
891 | 2024-02-13T16:30:47.519Z | Downloaded tinyvec_macros v0.1.1 |
892 | 2024-02-13T16:30:47.519Z | Downloaded tracing-core v0.1.31 |
893 | 2024-02-13T16:30:47.522Z | Downloaded async-stream v0.3.5 |
894 | 2024-02-13T16:30:47.524Z | Downloaded textwrap v0.11.0 |
895 | 2024-02-13T16:30:47.527Z | Downloaded zeroize v1.7.0 |
896 | 2024-02-13T16:30:47.527Z | Downloaded tempfile v3.10.0 |
897 | 2024-02-13T16:30:47.530Z | Downloaded dtrace-parser v0.2.0 |
898 | 2024-02-13T16:30:47.533Z | Downloaded embedded-io v0.4.0 |
899 | 2024-02-13T16:30:47.533Z | Downloaded zeroize_derive v1.4.2 |
900 | 2024-02-13T16:30:47.536Z | Downloaded stable_deref_trait v1.2.0 |
901 | 2024-02-13T16:30:47.536Z | Downloaded futures-executor v0.3.30 |
902 | 2024-02-13T16:30:47.536Z | Downloaded quick-error v1.2.3 |
903 | 2024-02-13T16:30:47.539Z | Downloaded slog-scope v4.4.0 |
904 | 2024-02-13T16:30:47.541Z | Downloaded password-hash v0.4.2 |
905 | 2024-02-13T16:30:47.542Z | Downloaded darling_core v0.20.3 |
906 | 2024-02-13T16:30:47.545Z | Downloaded zone v0.3.0 |
907 | 2024-02-13T16:30:47.548Z | Downloaded futures-macro v0.3.30 |
908 | 2024-02-13T16:30:47.548Z | Downloaded futures-io v0.3.30 |
909 | 2024-02-13T16:30:47.554Z | Downloaded semver v1.0.21 |
910 | 2024-02-13T16:30:47.554Z | Downloaded allocator-api2 v0.2.16 |
911 | 2024-02-13T16:30:47.557Z | Downloaded unicode-ident v1.0.12 |
912 | 2024-02-13T16:30:47.557Z | Downloaded instant v0.1.12 |
913 | 2024-02-13T16:30:47.560Z | Downloaded usdt-macro v0.5.0 |
914 | 2024-02-13T16:30:47.560Z | Downloaded digest v0.10.7 |
915 | 2024-02-13T16:30:47.563Z | Downloaded hyper-staticfile v0.9.5 |
916 | 2024-02-13T16:30:47.566Z | Downloaded rustls-pemfile v1.0.3 |
917 | 2024-02-13T16:30:47.566Z | Downloaded signal-hook v0.3.17 |
918 | 2024-02-13T16:30:47.569Z | Downloaded proc-macro-error v1.0.4 |
919 | 2024-02-13T16:30:47.572Z | Downloaded bytes v1.5.0 |
920 | 2024-02-13T16:30:47.575Z | Downloaded time-core v0.1.1 |
921 | 2024-02-13T16:30:47.578Z | Downloaded strum v0.25.0 |
922 | 2024-02-13T16:30:47.578Z | Downloaded usdt-attr-macro v0.5.0 |
923 | 2024-02-13T16:30:47.581Z | Downloaded serde_repr v0.1.16 |
924 | 2024-02-13T16:30:47.581Z | Downloaded r2d2 v0.8.10 |
925 | 2024-02-13T16:30:47.585Z | Downloaded foreign-types v0.3.2 |
926 | 2024-02-13T16:30:47.585Z | Downloaded zone_cfg_derive v0.3.0 |
927 | 2024-02-13T16:30:47.585Z | Downloaded dirs-sys-next v0.1.2 |
928 | 2024-02-13T16:30:47.588Z | Downloaded signal-hook-mio v0.2.3 |
929 | 2024-02-13T16:30:47.588Z | Downloaded strsim v0.10.0 |
930 | 2024-02-13T16:30:47.588Z | Downloaded zerocopy-derive v0.7.32 |
931 | 2024-02-13T16:30:47.591Z | Downloaded schemars v0.8.16 |
932 | 2024-02-13T16:30:47.603Z | Downloaded futures-task v0.3.30 |
933 | 2024-02-13T16:30:47.609Z | Downloaded fastrand v2.0.1 |
934 | 2024-02-13T16:30:47.609Z | Downloaded strsim v0.8.0 |
935 | 2024-02-13T16:30:47.612Z | Downloaded toml_datetime v0.6.5 |
936 | 2024-02-13T16:30:47.612Z | Downloaded minimal-lexical v0.2.1 |
937 | 2024-02-13T16:30:47.615Z | Downloaded pin-utils v0.1.0 |
938 | 2024-02-13T16:30:47.615Z | Downloaded zerocopy v0.3.0 |
939 | 2024-02-13T16:30:47.615Z | Downloaded terminal_size v0.2.6 |
940 | 2024-02-13T16:30:47.618Z | Downloaded backtrace v0.3.69 |
941 | 2024-02-13T16:30:47.621Z | Downloaded tinyvec v1.6.0 |
942 | 2024-02-13T16:30:47.623Z | Downloaded proc-macro-error-attr v1.0.4 |
943 | 2024-02-13T16:30:47.626Z | Downloaded xattr v1.0.1 |
944 | 2024-02-13T16:30:47.626Z | Downloaded url v2.5.0 |
945 | 2024-02-13T16:30:47.629Z | Downloaded utf-8 v0.7.6 |
946 | 2024-02-13T16:30:47.632Z | Downloaded slog-dtrace v0.3.0 |
947 | 2024-02-13T16:30:47.632Z | Downloaded toml_edit v0.19.15 |
948 | 2024-02-13T16:30:47.649Z | Downloaded string_cache v0.8.7 |
949 | 2024-02-13T16:30:47.651Z | Downloaded walkdir v2.4.0 |
950 | 2024-02-13T16:30:47.654Z | Downloaded spin v0.9.8 |
951 | 2024-02-13T16:30:47.654Z | Downloaded vsss-rs v3.3.4 |
952 | 2024-02-13T16:30:47.657Z | Downloaded serde_tokenstream v0.1.7 |
953 | 2024-02-13T16:30:47.660Z | Downloaded slog-bunyan v2.5.0 |
954 | 2024-02-13T16:30:47.663Z | Downloaded fallible-iterator v0.2.0 |
955 | 2024-02-13T16:30:47.663Z | Downloaded utf8parse v0.2.1 |
956 | 2024-02-13T16:30:47.668Z | Downloaded either v1.9.0 |
957 | 2024-02-13T16:30:47.669Z | Downloaded aho-corasick v1.0.4 |
958 | 2024-02-13T16:30:47.674Z | Downloaded proc-macro-crate v1.3.1 |
959 | 2024-02-13T16:30:47.675Z | Downloaded http-body v0.4.5 |
960 | 2024-02-13T16:30:47.678Z | Downloaded stringprep v0.1.3 |
961 | 2024-02-13T16:30:47.678Z | Downloaded dirs-sys v0.4.1 |
962 | 2024-02-13T16:30:47.678Z | Downloaded trust-dns-client v0.22.0 |
963 | 2024-02-13T16:30:47.681Z | Downloaded zerocopy v0.6.4 |
964 | 2024-02-13T16:30:47.683Z | Downloaded rustc_version v0.1.7 |
965 | 2024-02-13T16:30:47.686Z | Downloaded float-cmp v0.9.0 |
966 | 2024-02-13T16:30:47.686Z | Downloaded crossbeam-channel v0.5.8 |
967 | 2024-02-13T16:30:47.691Z | Downloaded heapless v0.8.0 |
968 | 2024-02-13T16:30:47.695Z | Downloaded ff v0.13.0 |
969 | 2024-02-13T16:30:47.698Z | Downloaded schemars_derive v0.8.16 |
970 | 2024-02-13T16:30:47.701Z | Downloaded primeorder v0.13.6 |
971 | 2024-02-13T16:30:47.701Z | Downloaded getrandom v0.2.10 |
972 | 2024-02-13T16:30:47.704Z | Downloaded tokio-rustls v0.24.1 |
973 | 2024-02-13T16:30:47.707Z | Downloaded sct v0.7.0 |
974 | 2024-02-13T16:30:47.710Z | Downloaded ipnet v2.9.0 |
975 | 2024-02-13T16:30:47.713Z | Downloaded tokio-rustls v0.25.0 |
976 | 2024-02-13T16:30:47.715Z | Downloaded toml v0.5.11 |
977 | 2024-02-13T16:30:47.721Z | Downloaded serde_with_macros v3.6.0 |
978 | 2024-02-13T16:30:47.724Z | Downloaded zip v0.6.6 |
979 | 2024-02-13T16:30:47.724Z | Downloaded indexmap v1.9.3 |
980 | 2024-02-13T16:30:47.726Z | Downloaded http v0.2.11 |
981 | 2024-02-13T16:30:47.730Z | Downloaded slog v2.7.0 |
982 | 2024-02-13T16:30:47.733Z | Downloaded toml v0.8.9 |
983 | 2024-02-13T16:30:47.736Z | Downloaded libm v0.2.7 |
984 | 2024-02-13T16:30:47.745Z | Downloaded proc-macro2 v1.0.78 |
985 | 2024-02-13T16:30:47.748Z | Downloaded tokio-postgres v0.7.10 |
986 | 2024-02-13T16:30:47.752Z | Downloaded unicode-segmentation v1.10.1 |
987 | 2024-02-13T16:30:47.756Z | Downloaded indexmap v2.2.2 |
988 | 2024-02-13T16:30:47.760Z | Downloaded ryu v1.0.15 |
989 | 2024-02-13T16:30:47.763Z | Downloaded toml v0.7.8 |
990 | 2024-02-13T16:30:47.768Z | Downloaded time v0.3.27 |
991 | 2024-02-13T16:30:47.775Z | Downloaded clap_builder v4.4.2 |
992 | 2024-02-13T16:30:47.779Z | Downloaded elliptic-curve v0.13.8 |
993 | 2024-02-13T16:30:47.783Z | Downloaded tracing v0.1.37 |
994 | 2024-02-13T16:30:47.787Z | Downloaded flate2 v1.0.28 |
995 | 2024-02-13T16:30:47.793Z | Downloaded gethostname v0.4.3 |
996 | 2024-02-13T16:30:47.795Z | Downloaded universal-hash v0.5.1 |
997 | 2024-02-13T16:30:47.796Z | Downloaded serde_with v3.6.0 |
998 | 2024-02-13T16:30:47.802Z | Downloaded rand v0.8.5 |
999 | 2024-02-13T16:30:47.805Z | Downloaded der v0.7.8 |
1000 | 2024-02-13T16:30:47.811Z | Downloaded hubpack_derive v0.1.1 |
1001 | 2024-02-13T16:30:47.814Z | Downloaded headers-core v0.2.0 |
1002 | 2024-02-13T16:30:47.814Z | Downloaded zerocopy v0.7.32 |
1003 | 2024-02-13T16:30:47.828Z | Downloaded steno v0.4.0 |
1004 | 2024-02-13T16:30:47.832Z | Downloaded serde_tokenstream v0.2.0 |
1005 | 2024-02-13T16:30:47.835Z | Downloaded itertools v0.10.5 |
1006 | 2024-02-13T16:30:47.841Z | Downloaded hashbrown v0.12.3 |
1007 | 2024-02-13T16:30:47.845Z | Downloaded strum_macros v0.25.2 |
1008 | 2024-02-13T16:30:47.847Z | Downloaded russh v0.40.2 |
1009 | 2024-02-13T16:30:47.851Z | Downloaded itertools v0.12.1 |
1010 | 2024-02-13T16:30:47.858Z | Downloaded sha1 v0.10.6 |
1011 | 2024-02-13T16:30:47.862Z | Downloaded futures-util v0.3.30 |
1012 | 2024-02-13T16:30:47.871Z | Downloaded rand_core v0.5.1 |
1013 | 2024-02-13T16:30:47.873Z | Downloaded rand_chacha v0.2.2 |
1014 | 2024-02-13T16:30:47.874Z | Downloaded serde_urlencoded v0.7.1 |
1015 | 2024-02-13T16:30:47.876Z | Downloaded winnow v0.5.15 |
1016 | 2024-02-13T16:30:47.885Z | Downloaded semver v0.11.0 |
1017 | 2024-02-13T16:30:47.888Z | Downloaded thiserror-no-std v2.0.2 |
1018 | 2024-02-13T16:30:47.888Z | Downloaded inout v0.1.3 |
1019 | 2024-02-13T16:30:47.892Z | Downloaded rand v0.7.3 |
1020 | 2024-02-13T16:30:47.899Z | Downloaded slab v0.4.9 |
1021 | 2024-02-13T16:30:47.899Z | Downloaded same-file v1.0.6 |
1022 | 2024-02-13T16:30:47.904Z | Downloaded slog-stdlog v4.1.1 |
1023 | 2024-02-13T16:30:47.904Z | Downloaded rustls-pki-types v1.1.0 |
1024 | 2024-02-13T16:30:47.904Z | Downloaded sha2 v0.10.8 |
1025 | 2024-02-13T16:30:47.904Z | Downloaded rustfmt-wrapper v0.2.0 |
1026 | 2024-02-13T16:30:47.904Z | Downloaded rustc_version v0.4.0 |
1027 | 2024-02-13T16:30:47.907Z | Downloaded untrusted v0.9.0 |
1028 | 2024-02-13T16:30:47.907Z | Downloaded resolv-conf v0.7.0 |
1029 | 2024-02-13T16:30:47.907Z | Downloaded ipnetwork v0.20.0 |
1030 | 2024-02-13T16:30:47.910Z | Downloaded rayon v1.8.0 |
1031 | 2024-02-13T16:30:47.917Z | Downloaded untrusted v0.7.1 |
1032 | 2024-02-13T16:30:47.922Z | Downloaded scheduled-thread-pool v0.2.7 |
1033 | 2024-02-13T16:30:47.923Z | Downloaded rustls-pemfile v2.0.0 |
1034 | 2024-02-13T16:30:47.925Z | Downloaded siphasher v0.3.11 |
1035 | 2024-02-13T16:30:47.925Z | Downloaded hash32 v0.2.1 |
1036 | 2024-02-13T16:30:47.926Z | Downloaded glob v0.3.1 |
1037 | 2024-02-13T16:30:47.926Z | Downloaded getopts v0.2.21 |
1038 | 2024-02-13T16:30:47.926Z | Downloaded thiserror-impl-no-std v2.0.2 |
1039 | 2024-02-13T16:30:47.929Z | Downloaded hyper-rustls v0.24.2 |
1040 | 2024-02-13T16:30:47.929Z | Downloaded slog-term v2.9.0 |
1041 | 2024-02-13T16:30:47.938Z | Downloaded socket2 v0.4.9 |
1042 | 2024-02-13T16:30:47.942Z | Downloaded blake3 v1.5.0 |
1043 | 2024-02-13T16:30:47.943Z | Downloaded slog-async v2.8.0 |
1044 | 2024-02-13T16:30:47.943Z | Downloaded serde_derive_internals v0.26.0 |
1045 | 2024-02-13T16:30:47.946Z | Downloaded rand_chacha v0.3.1 |
1046 | 2024-02-13T16:30:47.946Z | Downloaded smallvec v1.13.1 |
1047 | 2024-02-13T16:30:47.946Z | Downloaded petgraph v0.6.4 |
1048 | 2024-02-13T16:30:47.959Z | Downloaded h2 v0.3.24 |
1049 | 2024-02-13T16:30:47.968Z | Downloaded half v2.3.1 |
1050 | 2024-02-13T16:30:47.971Z | Downloaded hyper v0.14.27 |
1051 | 2024-02-13T16:30:47.975Z | Downloaded typenum v1.16.0 |
1052 | 2024-02-13T16:30:47.980Z | Downloaded unicode-bidi v0.3.13 |
1053 | 2024-02-13T16:30:47.983Z | Downloaded structopt v0.3.26 |
1054 | 2024-02-13T16:30:47.987Z | Downloaded serde_derive v1.0.196 |
1055 | 2024-02-13T16:30:47.990Z | Downloaded vcpkg v0.2.15 |
1056 | 2024-02-13T16:30:48.029Z | Downloaded rustls-webpki v0.102.1 |
1057 | 2024-02-13T16:30:48.044Z | Downloaded curve25519-dalek v4.1.1 |
1058 | 2024-02-13T16:30:48.052Z | Downloaded syn v1.0.109 |
1059 | 2024-02-13T16:30:48.063Z | Downloaded rcgen v0.12.1 |
1060 | 2024-02-13T16:30:48.066Z | Downloaded serde_yaml v0.9.25 |
1061 | 2024-02-13T16:30:48.073Z | Downloaded syn v2.0.48 |
1062 | 2024-02-13T16:30:48.080Z | Downloaded webpki-roots v0.25.2 |
1063 | 2024-02-13T16:30:48.083Z | Downloaded tungstenite v0.20.1 |
1064 | 2024-02-13T16:30:48.086Z | Downloaded serde v1.0.196 |
1065 | 2024-02-13T16:30:48.090Z | Downloaded diesel v2.1.4 |
1066 | 2024-02-13T16:30:48.108Z | Downloaded trust-dns-server v0.22.1 |
1067 | 2024-02-13T16:30:48.113Z | Downloaded heapless v0.7.16 |
1068 | 2024-02-13T16:30:48.117Z | Downloaded trust-dns-resolver v0.22.0 |
1069 | 2024-02-13T16:30:48.121Z | Downloaded openapiv3 v2.0.0 |
1070 | 2024-02-13T16:30:48.133Z | Downloaded bstr v1.6.0 |
1071 | 2024-02-13T16:30:48.144Z | Downloaded smoltcp v0.11.0 |
1072 | 2024-02-13T16:30:48.156Z | Downloaded serde_json v1.0.113 |
1073 | 2024-02-13T16:30:48.163Z | Downloaded rustls v0.22.2 |
1074 | 2024-02-13T16:30:48.179Z | Downloaded radix_trie v0.2.1 |
1075 | 2024-02-13T16:30:48.182Z | Downloaded bstr v0.2.17 |
1076 | 2024-02-13T16:30:48.191Z | Downloaded regex-automata v0.1.10 |
1077 | 2024-02-13T16:30:48.196Z | Downloaded chrono v0.4.31 |
1078 | 2024-02-13T16:30:48.204Z | Downloaded reqwest v0.11.22 |
1079 | 2024-02-13T16:30:48.211Z | Downloaded idna v0.5.0 |
1080 | 2024-02-13T16:30:48.218Z | Downloaded zerocopy-derive v0.2.0 |
1081 | 2024-02-13T16:30:48.227Z | Downloaded regex-automata v0.3.8 |
1082 | 2024-02-13T16:30:48.243Z | Downloaded smoltcp v0.9.1 |
1083 | 2024-02-13T16:30:48.254Z | Downloaded gimli v0.28.0 |
1084 | 2024-02-13T16:30:48.262Z | Downloaded regex-automata v0.4.4 |
1085 | 2024-02-13T16:30:48.280Z | Downloaded regex-syntax v0.8.2 |
1086 | 2024-02-13T16:30:48.290Z | Downloaded rustls v0.21.9 |
1087 | 2024-02-13T16:30:48.299Z | Downloaded goblin v0.8.0 |
1088 | 2024-02-13T16:30:48.305Z | Downloaded tokio v1.36.0 |
1089 | 2024-02-13T16:30:48.343Z | Downloaded regress v0.7.1 |
1090 | 2024-02-13T16:30:48.348Z | Downloaded regex v1.10.3 |
1091 | 2024-02-13T16:30:48.361Z | Downloaded rustix v0.37.23 |
1092 | 2024-02-13T16:30:48.381Z | Downloaded trust-dns-proto v0.22.0 |
1093 | 2024-02-13T16:30:48.393Z | Downloaded rustix v0.38.31 |
1094 | 2024-02-13T16:30:48.416Z | Downloaded zerocopy-derive v0.6.4 |
1095 | 2024-02-13T16:30:48.435Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1096 | 2024-02-13T16:30:48.439Z | Downloaded winapi v0.3.9 |
1097 | 2024-02-13T16:30:48.478Z | Downloaded encoding_rs v0.8.33 |
1098 | 2024-02-13T16:30:48.500Z | Downloaded libc v0.2.153 |
1099 | 2024-02-13T16:30:48.527Z | Downloaded sled v0.34.7 |
1100 | 2024-02-13T16:30:48.537Z | Downloaded sha3 v0.10.8 |
1101 | 2024-02-13T16:30:48.541Z | Downloaded rustls-webpki v0.101.7 |
1102 | 2024-02-13T16:30:48.555Z | Downloaded idna v0.2.3 |
1103 | 2024-02-13T16:30:48.574Z | Downloaded unsafe-libyaml v0.2.10 |
1104 | 2024-02-13T16:30:48.577Z | Downloaded hashbrown v0.14.2 |
1105 | 2024-02-13T16:30:48.577Z | Downloaded yasna v0.5.2 |
1106 | 2024-02-13T16:30:48.577Z | Downloaded rayon-core v1.12.0 |
1107 | 2024-02-13T16:30:48.577Z | Downloaded hkdf v0.12.4 |
1108 | 2024-02-13T16:30:48.582Z | Downloaded similar v2.3.0 |
1109 | 2024-02-13T16:30:48.586Z | Downloaded openssl v0.10.60 |
1110 | 2024-02-13T16:30:48.591Z | Downloaded clap v2.34.0 |
1111 | 2024-02-13T16:30:48.599Z | Downloaded http v1.0.0 |
1112 | 2024-02-13T16:30:48.602Z | Downloaded thread_local v1.1.7 |
1113 | 2024-02-13T16:30:48.605Z | Downloaded thread-id v4.2.0 |
1114 | 2024-02-13T16:30:48.605Z | Downloaded static_assertions v1.1.0 |
1115 | 2024-02-13T16:30:48.609Z | Downloaded serde_spanned v0.6.5 |
1116 | 2024-02-13T16:30:48.609Z | Downloaded aes-gcm v0.10.3 |
1117 | 2024-02-13T16:30:48.612Z | Downloaded hashbrown v0.13.2 |
1118 | 2024-02-13T16:30:48.615Z | Downloaded crossterm v0.27.0 |
1119 | 2024-02-13T16:30:48.620Z | Downloaded nom v7.1.3 |
1120 | 2024-02-13T16:30:48.625Z | Downloaded ed25519-dalek v2.0.0 |
1121 | 2024-02-13T16:30:48.629Z | Downloaded unicode-normalization v0.1.22 |
1122 | 2024-02-13T16:30:48.633Z | Downloaded uuid v1.7.0 |
1123 | 2024-02-13T16:30:48.638Z | Downloaded derive-where v1.2.7 |
1124 | 2024-02-13T16:30:48.641Z | Downloaded rustc-demangle v0.1.23 |
1125 | 2024-02-13T16:30:48.641Z | Downloaded futures-channel v0.3.30 |
1126 | 2024-02-13T16:30:48.641Z | Downloaded base64 v0.21.7 |
1127 | 2024-02-13T16:30:48.656Z | Downloaded semver-parser v0.10.2 |
1128 | 2024-02-13T16:30:48.660Z | Downloaded pest v2.7.6 |
1129 | 2024-02-13T16:30:48.660Z | Downloaded futures v0.3.30 |
1130 | 2024-02-13T16:30:48.660Z | Downloaded socket2 v0.5.5 |
1131 | 2024-02-13T16:30:48.660Z | Downloaded headers v0.3.9 |
1132 | 2024-02-13T16:30:48.664Z | Downloaded mio v0.8.9 |
1133 | 2024-02-13T16:30:48.668Z | Downloaded hmac v0.12.1 |
1134 | 2024-02-13T16:30:48.672Z | Downloaded term v0.7.0 |
1135 | 2024-02-13T16:30:48.675Z | Downloaded num-bigint v0.4.4 |
1136 | 2024-02-13T16:30:48.679Z | Downloaded subtle v2.5.0 |
1137 | 2024-02-13T16:30:48.679Z | Downloaded usdt v0.5.0 |
1138 | 2024-02-13T16:30:48.682Z | Downloaded dirs v5.0.1 |
1139 | 2024-02-13T16:30:48.682Z | Downloaded ghash v0.5.0 |
1140 | 2024-02-13T16:30:48.682Z | Downloaded generic-array v0.14.7 |
1141 | 2024-02-13T16:30:48.685Z | Downloaded filetime v0.2.23 |
1142 | 2024-02-13T16:30:48.685Z | Downloaded io-lifetimes v1.0.11 |
1143 | 2024-02-13T16:30:48.688Z | Downloaded crypto-bigint v0.5.2 |
1144 | 2024-02-13T16:30:48.693Z | Downloaded fnv v1.0.7 |
1145 | 2024-02-13T16:30:48.696Z | Downloaded dof v0.1.5 |
1146 | 2024-02-13T16:30:48.696Z | Downloaded dirs-next v2.0.0 |
1147 | 2024-02-13T16:30:48.696Z | Downloaded anstyle-parse v0.2.1 |
1148 | 2024-02-13T16:30:48.701Z | Downloaded usdt-attr-macro v0.3.5 |
1149 | 2024-02-13T16:30:48.701Z | Downloaded http-range v0.1.5 |
1150 | 2024-02-13T16:30:48.701Z | Downloaded quote v1.0.35 |
1151 | 2024-02-13T16:30:48.704Z | Downloaded arc-swap v1.6.0 |
1152 | 2024-02-13T16:30:48.707Z | Downloaded russh-keys v0.40.1 |
1153 | 2024-02-13T16:30:48.707Z | Downloaded toolchain_find v0.2.0 |
1154 | 2024-02-13T16:30:48.710Z | Downloaded sec1 v0.7.3 |
1155 | 2024-02-13T16:30:48.711Z | Downloaded unicase v2.7.0 |
1156 | 2024-02-13T16:30:48.714Z | Downloaded futures-core v0.3.30 |
1157 | 2024-02-13T16:30:48.714Z | Downloaded dof v0.3.0 |
1158 | 2024-02-13T16:30:48.714Z | Downloaded whoami v1.4.1 |
1159 | 2024-02-13T16:30:48.717Z | Downloaded enum-as-inner v0.5.1 |
1160 | 2024-02-13T16:30:48.717Z | Downloaded hash32 v0.3.1 |
1161 | 2024-02-13T16:30:48.717Z | Downloaded futures-sink v0.3.30 |
1162 | 2024-02-13T16:30:48.722Z | Downloaded memchr v2.6.3 |
1163 | 2024-02-13T16:30:48.725Z | Downloaded home v0.5.5 |
1164 | 2024-02-13T16:30:48.725Z | Downloaded diesel_derives v2.1.2 |
1165 | 2024-02-13T16:30:48.728Z | Downloaded miniz_oxide v0.7.1 |
1166 | 2024-02-13T16:30:48.731Z | Downloaded spin v0.5.2 |
1167 | 2024-02-13T16:30:48.731Z | Downloaded num-traits v0.2.16 |
1168 | 2024-02-13T16:30:48.737Z | Downloaded num_cpus v1.16.0 |
1169 | 2024-02-13T16:30:48.737Z | Downloaded scroll v0.12.0 |
1170 | 2024-02-13T16:30:48.738Z | Downloaded p256 v0.13.2 |
1171 | 2024-02-13T16:30:48.754Z | Downloaded time-macros v0.2.13 |
1172 | 2024-02-13T16:30:48.757Z | Downloaded unicode-xid v0.2.4 |
1173 | 2024-02-13T16:30:48.758Z | Downloaded scopeguard v1.2.0 |
1174 | 2024-02-13T16:30:48.758Z | Downloaded ring v0.16.20 |
1175 | 2024-02-13T16:30:48.826Z | Downloaded chacha20poly1305 v0.10.1 |
1176 | 2024-02-13T16:30:48.829Z | Downloaded russh-cryptovec v0.7.0 |
1177 | 2024-02-13T16:30:48.829Z | Downloaded semver v0.1.20 |
1178 | 2024-02-13T16:30:48.829Z | Downloaded hyper-tls v0.5.0 |
1179 | 2024-02-13T16:30:48.833Z | Downloaded openssl-sys v0.9.96 |
1180 | 2024-02-13T16:30:48.836Z | Downloaded flagset v0.4.3 |
1181 | 2024-02-13T16:30:48.836Z | Downloaded num-complex v0.4.4 |
1182 | 2024-02-13T16:30:48.839Z | Downloaded ahash v0.8.7 |
1183 | 2024-02-13T16:30:48.842Z | Downloaded ed25519 v2.2.2 |
1184 | 2024-02-13T16:30:48.842Z | Downloaded httpdate v1.0.3 |
1185 | 2024-02-13T16:30:48.842Z | Downloaded postgres-protocol v0.6.6 |
1186 | 2024-02-13T16:30:48.845Z | Downloaded ring v0.17.7 |
1187 | 2024-02-13T16:30:48.913Z | Downloaded arrayref v0.3.7 |
1188 | 2024-02-13T16:30:48.916Z | Downloaded crossbeam-deque v0.8.3 |
1189 | 2024-02-13T16:30:48.916Z | Downloaded defmt-parser v0.3.3 |
1190 | 2024-02-13T16:30:48.916Z | Downloaded slog-envlogger v2.2.0 |
1191 | 2024-02-13T16:30:48.916Z | Downloaded rustversion v1.0.14 |
1192 | 2024-02-13T16:30:48.919Z | Downloaded hex-literal v0.4.1 |
1193 | 2024-02-13T16:30:48.919Z | Downloaded native-tls v0.2.11 |
1194 | 2024-02-13T16:30:48.925Z | Downloaded crc32fast v1.3.2 |
1195 | 2024-02-13T16:30:48.928Z | Downloaded pem-rfc7468 v0.7.0 |
1196 | 2024-02-13T16:30:48.928Z | Downloaded backoff v0.4.0 |
1197 | 2024-02-13T16:30:48.928Z | Downloaded arrayvec v0.7.4 |
1198 | 2024-02-13T16:30:48.928Z | Downloaded predicates v3.1.0 |
1199 | 2024-02-13T16:30:48.931Z | Downloaded keccak v0.1.4 |
1200 | 2024-02-13T16:30:48.931Z | Downloaded num_enum v0.5.11 |
1201 | 2024-02-13T16:30:48.935Z | Downloaded slog-json v2.6.1 |
1202 | 2024-02-13T16:30:48.938Z | Downloaded heck v0.3.3 |
1203 | 2024-02-13T16:30:48.938Z | Downloaded difflib v0.4.0 |
1204 | 2024-02-13T16:30:48.940Z | Downloaded data-encoding v2.4.0 |
1205 | 2024-02-13T16:30:48.941Z | Downloaded kstat-rs v0.2.3 |
1206 | 2024-02-13T16:30:48.941Z | Downloaded fixedbitset v0.4.2 |
1207 | 2024-02-13T16:30:48.943Z | Downloaded der_derive v0.7.2 |
1208 | 2024-02-13T16:30:48.943Z | Downloaded crossbeam-utils v0.8.16 |
1209 | 2024-02-13T16:30:48.946Z | Downloaded memmap2 v0.7.1 |
1210 | 2024-02-13T16:30:48.950Z | Downloaded pest_derive v2.7.6 |
1211 | 2024-02-13T16:30:48.950Z | Downloaded predicates-core v1.0.6 |
1212 | 2024-02-13T16:30:48.953Z | Downloaded parse-display v0.9.0 |
1213 | 2024-02-13T16:30:48.953Z | Downloaded lazy_static v1.4.0 |
1214 | 2024-02-13T16:30:48.953Z | Downloaded percent-encoding v2.3.1 |
1215 | 2024-02-13T16:30:48.953Z | Downloaded ciborium v0.2.2 |
1216 | 2024-02-13T16:30:48.956Z | Downloaded linked-hash-map v0.5.6 |
1217 | 2024-02-13T16:30:48.956Z | Downloaded bit-set v0.5.3 |
1218 | 2024-02-13T16:30:48.956Z | Downloaded num v0.4.1 |
1219 | 2024-02-13T16:30:48.959Z | Downloaded atomic-waker v1.1.1 |
1220 | 2024-02-13T16:30:48.959Z | Downloaded num-derive v0.4.0 |
1221 | 2024-02-13T16:30:48.962Z | Downloaded nibble_vec v0.1.0 |
1222 | 2024-02-13T16:30:48.962Z | Downloaded option-ext v0.2.0 |
1223 | 2024-02-13T16:30:48.962Z | Downloaded opaque-debug v0.3.0 |
1224 | 2024-02-13T16:30:48.962Z | Downloaded pbkdf2 v0.11.0 |
1225 | 2024-02-13T16:30:48.965Z | Downloaded pretty-hex v0.4.1 |
1226 | 2024-02-13T16:30:48.965Z | Downloaded autocfg v1.1.0 |
1227 | 2024-02-13T16:30:48.968Z | Downloaded const-oid v0.9.5 |
1228 | 2024-02-13T16:30:48.968Z | Downloaded md-5 v0.10.5 |
1229 | 2024-02-13T16:30:48.973Z | Downloaded bzip2 v0.4.4 |
1230 | 2024-02-13T16:30:48.973Z | Downloaded memoffset v0.9.0 |
1231 | 2024-02-13T16:30:48.976Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1232 | 2024-02-13T16:30:48.976Z | Downloaded async-stream-impl v0.3.5 |
1233 | 2024-02-13T16:30:48.976Z | Downloaded console v0.15.8 |
1234 | 2024-02-13T16:30:48.976Z | Downloaded cpufeatures v0.2.12 |
1235 | 2024-02-13T16:30:48.976Z | Downloaded curve25519-dalek-derive v0.1.0 |
1236 | 2024-02-13T16:30:48.980Z | Downloaded blake2 v0.10.6 |
1237 | 2024-02-13T16:30:48.980Z | Downloaded bit-vec v0.6.3 |
1238 | 2024-02-13T16:30:48.983Z | Downloaded atomicwrites v0.4.3 |
1239 | 2024-02-13T16:30:48.983Z | Downloaded block-buffer v0.10.4 |
1240 | 2024-02-13T16:30:48.983Z | Downloaded argon2 v0.5.3 |
1241 | 2024-02-13T16:30:48.986Z | Downloaded normalize-line-endings v0.3.0 |
1242 | 2024-02-13T16:30:48.986Z | Downloaded match_cfg v0.1.0 |
1243 | 2024-02-13T16:30:48.986Z | Downloaded md5 v0.7.0 |
1244 | 2024-02-13T16:30:48.986Z | Downloaded byteorder v1.5.0 |
1245 | 2024-02-13T16:30:48.989Z | Downloaded tokio-util v0.7.10 |
1246 | 2024-02-13T16:30:48.992Z | Downloaded cbc v0.1.2 |
1247 | 2024-02-13T16:30:48.995Z | Downloaded toml_edit v0.21.1 |
1248 | 2024-02-13T16:30:49.014Z | Downloaded parse-display-derive v0.9.0 |
1249 | 2024-02-13T16:30:49.017Z | Downloaded ciborium-ll v0.2.2 |
1250 | 2024-02-13T16:30:49.017Z | Downloaded cobs v0.2.3 |
1251 | 2024-02-13T16:30:49.017Z | Downloaded memmap v0.7.0 |
1252 | 2024-02-13T16:30:49.020Z | Downloaded cipher v0.4.4 |
1253 | 2024-02-13T16:30:49.020Z | Downloaded phf v0.11.2 |
1254 | 2024-02-13T16:30:49.023Z | Downloaded tracing-attributes v0.1.26 |
1255 | 2024-02-13T16:30:49.023Z | Downloaded tokio-native-tls v0.3.1 |
1256 | 2024-02-13T16:30:49.026Z | Downloaded paste v1.0.14 |
1257 | 2024-02-13T16:30:49.029Z | Downloaded libsw v3.3.1 |
1258 | 2024-02-13T16:30:49.029Z | Downloaded version_check v0.9.4 |
1259 | 2024-02-13T16:30:49.031Z | Downloaded thiserror v1.0.56 |
1260 | 2024-02-13T16:30:49.034Z | Downloaded colored v2.0.4 |
1261 | 2024-02-13T16:30:49.037Z | Downloaded structopt-derive v0.4.18 |
1262 | 2024-02-13T16:30:49.037Z | Downloaded cfg-if v1.0.0 |
1263 | 2024-02-13T16:30:49.043Z | Downloaded tar v0.4.40 |
1264 | 2024-02-13T16:30:49.432Z | Compiling proc-macro2 v1.0.78 |
1265 | 2024-02-13T16:30:49.432Z | Compiling unicode-ident v1.0.12 |
1266 | 2024-02-13T16:30:49.435Z | Compiling libc v0.2.153 |
1267 | 2024-02-13T16:30:49.436Z | Compiling serde v1.0.196 |
1268 | 2024-02-13T16:30:49.436Z | Compiling version_check v0.9.4 |
1269 | 2024-02-13T16:30:49.436Z | Compiling autocfg v1.1.0 |
1270 | 2024-02-13T16:30:49.436Z | Compiling cfg-if v1.0.0 |
1271 | 2024-02-13T16:30:49.634Z | Compiling syn v1.0.109 |
1272 | 2024-02-13T16:30:49.647Z | Compiling once_cell v1.19.0 |
1273 | 2024-02-13T16:30:49.671Z | Compiling thiserror v1.0.56 |
1274 | 2024-02-13T16:30:50.051Z | Compiling memchr v2.6.3 |
1275 | 2024-02-13T16:30:50.196Z | Compiling byteorder v1.5.0 |
1276 | 2024-02-13T16:30:50.252Z | Compiling lock_api v0.4.10 |
1277 | 2024-02-13T16:30:50.518Z | Compiling typenum v1.16.0 |
1278 | 2024-02-13T16:30:50.780Z | Compiling ahash v0.8.7 |
1279 | 2024-02-13T16:30:50.944Z | Compiling parking_lot_core v0.9.8 |
1280 | 2024-02-13T16:30:51.009Z | Compiling generic-array v0.14.7 |
1281 | 2024-02-13T16:30:51.078Z | Compiling libm v0.2.7 |
1282 | 2024-02-13T16:30:51.352Z | Compiling num-traits v0.2.16 |
1283 | 2024-02-13T16:30:51.424Z | Compiling serde_json v1.0.113 |
1284 | 2024-02-13T16:30:51.503Z | Compiling itoa v1.0.9 |
1285 | 2024-02-13T16:30:51.725Z | Compiling slab v0.4.9 |
1286 | 2024-02-13T16:30:51.781Z | Compiling quote v1.0.35 |
1287 | 2024-02-13T16:30:51.799Z | Compiling log v0.4.20 |
1288 | 2024-02-13T16:30:52.219Z | Compiling syn v2.0.48 |
1289 | 2024-02-13T16:30:52.381Z | Compiling getrandom v0.2.10 |
1290 | 2024-02-13T16:30:52.474Z | Compiling cc v1.0.83 |
1291 | 2024-02-13T16:30:52.674Z | Compiling rand_core v0.6.4 |
1292 | 2024-02-13T16:30:52.895Z | Compiling scopeguard v1.2.0 |
1293 | 2024-02-13T16:30:53.052Z | Compiling ryu v1.0.15 |
1294 | 2024-02-13T16:30:53.397Z | Compiling pkg-config v0.3.27 |
1295 | 2024-02-13T16:30:53.565Z | Compiling allocator-api2 v0.2.16 |
1296 | 2024-02-13T16:30:53.806Z | Compiling heck v0.4.1 |
1297 | 2024-02-13T16:30:53.871Z | Compiling smallvec v1.13.1 |
1298 | 2024-02-13T16:30:54.315Z | Compiling equivalent v1.0.1 |
1299 | 2024-02-13T16:30:54.334Z | Compiling subtle v2.5.0 |
1300 | 2024-02-13T16:30:54.405Z | Compiling schemars v0.8.16 |
1301 | 2024-02-13T16:30:54.818Z | Compiling vcpkg v0.2.15 |
1302 | 2024-02-13T16:30:55.003Z | Compiling pin-project-lite v0.2.13 |
1303 | 2024-02-13T16:30:55.419Z | Compiling httparse v1.8.0 |
1304 | 2024-02-13T16:30:55.716Z | Compiling ring v0.17.7 |
1305 | 2024-02-13T16:30:55.811Z | Compiling parking_lot v0.12.1 |
1306 | 2024-02-13T16:30:55.846Z | Compiling ucd-trie v0.1.6 |
1307 | 2024-02-13T16:30:55.879Z | Compiling ring v0.16.20 |
1308 | 2024-02-13T16:30:56.500Z | Compiling signal-hook-registry v1.4.1 |
1309 | 2024-02-13T16:30:56.839Z | Compiling fnv v1.0.7 |
1310 | 2024-02-13T16:30:56.983Z | Compiling mio v0.8.9 |
1311 | 2024-02-13T16:30:57.191Z | Compiling openssl-sys v0.9.96 |
1312 | 2024-02-13T16:30:57.533Z | Compiling iana-time-zone v0.1.57 |
1313 | 2024-02-13T16:30:57.920Z | Compiling openssl v0.10.60 |
1314 | 2024-02-13T16:30:57.950Z | Compiling const-oid v0.9.5 |
1315 | 2024-02-13T16:30:58.188Z | Compiling semver v1.0.21 |
1316 | 2024-02-13T16:30:58.343Z | Compiling num_cpus v1.16.0 |
1317 | 2024-02-13T16:30:58.406Z | Compiling socket2 v0.5.5 |
1318 | 2024-02-13T16:30:58.471Z | Compiling native-tls v0.2.11 |
1319 | 2024-02-13T16:30:59.044Z | Compiling rustls v0.21.9 |
1320 | 2024-02-13T16:30:59.276Z | Compiling futures-core v0.3.30 |
1321 | 2024-02-13T16:30:59.332Z | Compiling dyn-clone v1.0.16 |
1322 | 2024-02-13T16:30:59.550Z | Compiling aho-corasick v1.0.4 |
1323 | 2024-02-13T16:30:59.718Z | Compiling slog v2.7.0 |
1324 | 2024-02-13T16:30:59.866Z | Compiling serde_derive_internals v0.26.0 |
1325 | 2024-02-13T16:31:00.264Z | Compiling crossbeam-utils v0.8.16 |
1326 | 2024-02-13T16:31:00.320Z | Compiling regex-syntax v0.8.2 |
1327 | 2024-02-13T16:31:00.432Z | Compiling async-trait v0.1.77 |
1328 | 2024-02-13T16:31:00.789Z | Compiling spin v0.5.2 |
1329 | 2024-02-13T16:31:01.097Z | Compiling futures-sink v0.3.30 |
1330 | 2024-02-13T16:31:01.296Z | Compiling rustix v0.38.31 |
1331 | 2024-02-13T16:31:01.482Z | Compiling backtrace v0.3.69 |
1332 | 2024-02-13T16:31:01.962Z | Compiling tinyvec_macros v0.1.1 |
1333 | 2024-02-13T16:31:02.057Z | Compiling tinyvec v1.6.0 |
1334 | 2024-02-13T16:31:02.351Z | Compiling futures-channel v0.3.30 |
1335 | 2024-02-13T16:31:02.807Z | Compiling futures-io v0.3.30 |
1336 | 2024-02-13T16:31:03.122Z | Compiling futures-task v0.3.30 |
1337 | 2024-02-13T16:31:03.143Z | Compiling winnow v0.5.15 |
1338 | 2024-02-13T16:31:03.257Z | Compiling pin-utils v0.1.0 |
1339 | 2024-02-13T16:31:03.448Z | Compiling spin v0.9.8 |
1340 | 2024-02-13T16:31:03.602Z | Compiling unicode-normalization v0.1.22 |
1341 | 2024-02-13T16:31:03.832Z | Compiling memoffset v0.9.0 |
1342 | 2024-02-13T16:31:03.897Z | Compiling regex-automata v0.4.4 |
1343 | 2024-02-13T16:31:04.158Z | Compiling tracing-core v0.1.31 |
1344 | 2024-02-13T16:31:04.187Z | Compiling unicode-bidi v0.3.13 |
1345 | 2024-02-13T16:31:04.655Z | Compiling cpufeatures v0.2.12 |
1346 | 2024-02-13T16:31:04.762Z | Compiling anyhow v1.0.75 |
1347 | 2024-02-13T16:31:05.342Z | Compiling unicode-width v0.1.11 |
1348 | 2024-02-13T16:31:05.795Z | Compiling crc32fast v1.3.2 |
1349 | 2024-02-13T16:31:06.758Z | Compiling crossbeam-epoch v0.9.15 |
1350 | 2024-02-13T16:31:07.152Z | Compiling time-core v0.1.1 |
1351 | 2024-02-13T16:31:07.315Z | Compiling time-macros v0.2.13 |
1352 | 2024-02-13T16:31:07.334Z | Compiling serde_derive v1.0.196 |
1353 | 2024-02-13T16:31:07.349Z | Compiling zerocopy-derive v0.7.32 |
1354 | 2024-02-13T16:31:07.486Z | Compiling zeroize_derive v1.4.2 |
1355 | 2024-02-13T16:31:07.531Z | Compiling thiserror-impl v1.0.56 |
1356 | 2024-02-13T16:31:09.100Z | Compiling tokio-macros v2.2.0 |
1357 | 2024-02-13T16:31:09.219Z | Compiling zeroize v1.7.0 |
1358 | 2024-02-13T16:31:09.530Z | Compiling zerocopy v0.7.32 |
1359 | 2024-02-13T16:31:09.551Z | Compiling futures-macro v0.3.30 |
1360 | 2024-02-13T16:31:10.686Z | Compiling tracing-attributes v0.1.26 |
1361 | 2024-02-13T16:31:10.778Z | Compiling schemars_derive v0.8.16 |
1362 | 2024-02-13T16:31:11.697Z | Compiling hashbrown v0.14.2 |
1363 | 2024-02-13T16:31:11.716Z | Compiling crypto-common v0.1.6 |
1364 | 2024-02-13T16:31:11.729Z | Compiling pest v2.7.6 |
1365 | 2024-02-13T16:31:13.087Z | Compiling openssl-macros v0.1.1 |
1366 | 2024-02-13T16:31:13.122Z | Compiling block-buffer v0.10.4 |
1367 | 2024-02-13T16:31:13.387Z | Compiling digest v0.10.7 |
1368 | 2024-02-13T16:31:13.734Z | Compiling hashbrown v0.13.2 |
1369 | 2024-02-13T16:31:13.851Z | Compiling regex v1.10.3 |
1370 | 2024-02-13T16:31:14.401Z | Compiling pest_meta v2.7.6 |
1371 | 2024-02-13T16:31:14.591Z | Compiling futures-util v0.3.30 |
1372 | 2024-02-13T16:31:14.845Z | Compiling tracing v0.1.37 |
1373 | 2024-02-13T16:31:14.951Z | Compiling der_derive v0.7.2 |
1374 | 2024-02-13T16:31:16.736Z | Compiling pest_generator v2.7.6 |
1375 | 2024-02-13T16:31:18.799Z | Compiling errno v0.3.8 |
1376 | 2024-02-13T16:31:19.041Z | Compiling num-integer v0.1.45 |
1377 | 2024-02-13T16:31:19.385Z | Compiling untrusted v0.9.0 |
1378 | 2024-02-13T16:31:19.500Z | Compiling foreign-types-shared v0.1.1 |
1379 | 2024-02-13T16:31:19.610Z | Compiling percent-encoding v2.3.1 |
1380 | 2024-02-13T16:31:19.742Z | Compiling untrusted v0.7.1 |
1381 | 2024-02-13T16:31:19.785Z | Compiling pest_derive v2.7.6 |
1382 | 2024-02-13T16:31:19.980Z | Compiling foreign-types v0.3.2 |
1383 | 2024-02-13T16:31:21.223Z | Compiling unicode-xid v0.2.4 |
1384 | 2024-02-13T16:31:21.374Z | Compiling try-lock v0.2.4 |
1385 | 2024-02-13T16:31:21.399Z | Compiling ppv-lite86 v0.2.17 |
1386 | 2024-02-13T16:31:21.497Z | Compiling base64 v0.21.7 |
1387 | 2024-02-13T16:31:21.523Z | Compiling want v0.3.1 |
1388 | 2024-02-13T16:31:22.222Z | Compiling bytes v1.5.0 |
1389 | 2024-02-13T16:31:22.557Z | Compiling indexmap v2.2.2 |
1390 | 2024-02-13T16:31:22.704Z | Compiling uuid v1.7.0 |
1391 | 2024-02-13T16:31:22.941Z | Compiling chrono v0.4.31 |
1392 | 2024-02-13T16:31:23.521Z | Compiling tokio v1.36.0 |
1393 | 2024-02-13T16:31:23.626Z | Compiling http v0.2.11 |
1394 | 2024-02-13T16:31:24.299Z | Compiling bitflags v2.4.0 |
1395 | 2024-02-13T16:31:24.731Z | Compiling serde_spanned v0.6.5 |
1396 | 2024-02-13T16:31:24.775Z | Compiling toml_datetime v0.6.5 |
1397 | 2024-02-13T16:31:24.952Z | Compiling openapiv3 v2.0.0 |
1398 | 2024-02-13T16:31:25.245Z | Compiling toml_edit v0.19.15 |
1399 | 2024-02-13T16:31:26.231Z | Compiling rustc_version v0.4.0 |
1400 | 2024-02-13T16:31:28.699Z | Compiling serde_tokenstream v0.2.0 |
1401 | 2024-02-13T16:31:28.971Z | Compiling http-body v0.4.5 |
1402 | 2024-02-13T16:31:29.392Z | Compiling rustls-webpki v0.101.7 |
1403 | 2024-02-13T16:31:29.794Z | Compiling sct v0.7.0 |
1404 | 2024-02-13T16:31:30.115Z | Compiling synstructure v0.12.6 |
1405 | 2024-02-13T16:31:30.828Z | Compiling form_urlencoded v1.2.1 |
1406 | 2024-02-13T16:31:31.102Z | Compiling scroll_derive v0.12.0 |
1407 | 2024-02-13T16:31:31.380Z | Compiling socket2 v0.4.9 |
1408 | 2024-02-13T16:31:31.730Z | Compiling tower-service v0.3.2 |
1409 | 2024-02-13T16:31:31.865Z | Compiling openssl-probe v0.1.5 |
1410 | 2024-02-13T16:31:32.019Z | Compiling httpdate v1.0.3 |
1411 | 2024-02-13T16:31:32.210Z | Compiling tokio-util v0.7.10 |
1412 | 2024-02-13T16:31:32.625Z | Compiling io-lifetimes v1.0.11 |
1413 | 2024-02-13T16:31:33.264Z | Compiling zerocopy-derive v0.2.0 |
1414 | 2024-02-13T16:31:33.443Z | Compiling h2 v0.3.24 |
1415 | 2024-02-13T16:31:35.119Z | Compiling idna v0.5.0 |
1416 | 2024-02-13T16:31:36.033Z | Compiling lazy_static v1.4.0 |
1417 | 2024-02-13T16:31:36.814Z | Compiling thread-id v4.2.0 |
1418 | 2024-02-13T16:31:36.939Z | Compiling adler v1.0.2 |
1419 | 2024-02-13T16:31:37.094Z | Compiling miniz_oxide v0.7.1 |
1420 | 2024-02-13T16:31:37.197Z | Compiling url v2.5.0 |
1421 | 2024-02-13T16:31:38.148Z | Compiling tokio-native-tls v0.3.1 |
1422 | 2024-02-13T16:31:38.427Z | Compiling tokio-rustls v0.24.1 |
1423 | 2024-02-13T16:31:38.848Z | Compiling rand_chacha v0.3.1 |
1424 | 2024-02-13T16:31:39.149Z | Compiling ipnet v2.9.0 |
1425 | 2024-02-13T16:31:39.202Z | Compiling rustix v0.37.23 |
1426 | 2024-02-13T16:31:39.550Z | Compiling rand v0.8.5 |
1427 | 2024-02-13T16:31:39.918Z | Compiling serde_urlencoded v0.7.1 |
1428 | 2024-02-13T16:31:40.066Z | Compiling rustls-pemfile v1.0.3 |
1429 | 2024-02-13T16:31:40.470Z | Compiling hyper v0.14.27 |
1430 | 2024-02-13T16:31:40.634Z | Compiling usdt-impl v0.3.5 |
1431 | 2024-02-13T16:31:40.654Z | Compiling encoding_rs v0.8.33 |
1432 | 2024-02-13T16:31:40.906Z | Compiling mime v0.3.17 |
1433 | 2024-02-13T16:31:41.016Z | Compiling webpki-roots v0.25.2 |
1434 | 2024-02-13T16:31:41.186Z | Compiling gimli v0.28.0 |
1435 | 2024-02-13T16:31:41.502Z | Compiling either v1.9.0 |
1436 | 2024-02-13T16:31:43.697Z | Compiling regress v0.7.1 |
1437 | 2024-02-13T16:31:43.765Z | Compiling object v0.32.1 |
1438 | 2024-02-13T16:31:43.865Z | Compiling num-bigint v0.4.4 |
1439 | 2024-02-13T16:31:44.535Z | Compiling usdt-impl v0.5.0 |
1440 | 2024-02-13T16:31:44.700Z | Compiling rustc-demangle v0.1.23 |
1441 | 2024-02-13T16:31:45.712Z | Compiling addr2line v0.21.0 |
1442 | 2024-02-13T16:31:45.975Z | Compiling flate2 v1.0.28 |
1443 | 2024-02-13T16:31:46.366Z | Compiling zerocopy v0.3.0 |
1444 | 2024-02-13T16:31:46.540Z | Compiling scroll v0.12.0 |
1445 | 2024-02-13T16:31:46.824Z | Compiling heapless v0.7.16 |
1446 | 2024-02-13T16:31:46.997Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1447 | 2024-02-13T16:31:47.119Z | Compiling futures-executor v0.3.30 |
1448 | 2024-02-13T16:31:47.367Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1449 | 2024-02-13T16:31:47.737Z | Compiling hyper-tls v0.5.0 |
1450 | 2024-02-13T16:31:47.890Z | Compiling hyper-rustls v0.24.2 |
1451 | 2024-02-13T16:31:48.108Z | Compiling signal-hook v0.3.17 |
1452 | 2024-02-13T16:31:48.187Z | Compiling plain v0.2.3 |
1453 | 2024-02-13T16:31:48.267Z | Compiling reqwest v0.11.22 |
1454 | 2024-02-13T16:31:48.418Z | Compiling rustversion v1.0.14 |
1455 | 2024-02-13T16:31:49.090Z | Compiling goblin v0.8.0 |
1456 | 2024-02-13T16:31:49.209Z | Compiling futures v0.3.30 |
1457 | 2024-02-13T16:31:50.062Z | Compiling dof v0.1.5 |
1458 | 2024-02-13T16:31:51.087Z | Compiling toml v0.7.8 |
1459 | 2024-02-13T16:31:51.825Z | Compiling toml_edit v0.21.1 |
1460 | 2024-02-13T16:31:52.592Z | Compiling hex v0.4.3 |
1461 | 2024-02-13T16:31:52.627Z | Compiling dtrace-parser v0.1.14 |
1462 | 2024-02-13T16:31:53.063Z | Compiling strsim v0.10.0 |
1463 | 2024-02-13T16:31:53.198Z | Compiling base64ct v1.6.0 |
1464 | 2024-02-13T16:31:53.821Z | Compiling pretty-hex v0.4.1 |
1465 | 2024-02-13T16:31:55.640Z | Compiling dof v0.3.0 |
1466 | 2024-02-13T16:31:56.019Z | Compiling serde_tokenstream v0.1.7 |
1467 | 2024-02-13T16:31:56.378Z | Compiling dtrace-parser v0.2.0 |
1468 | 2024-02-13T16:31:56.578Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1469 | 2024-02-13T16:31:57.376Z | Compiling bitflags v1.3.2 |
1470 | 2024-02-13T16:31:57.568Z | Compiling smoltcp v0.9.1 |
1471 | 2024-02-13T16:31:58.007Z | Compiling pem-rfc7468 v0.7.0 |
1472 | 2024-02-13T16:31:58.357Z | Compiling strum_macros v0.25.2 |
1473 | 2024-02-13T16:31:58.466Z | Compiling hmac v0.12.1 |
1474 | 2024-02-13T16:31:58.769Z | Compiling enum-as-inner v0.5.1 |
1475 | 2024-02-13T16:31:58.990Z | Compiling num-iter v0.1.43 |
1476 | 2024-02-13T16:31:59.810Z | Compiling unicode-segmentation v1.10.1 |
1477 | 2024-02-13T16:31:59.825Z | Compiling siphasher v0.3.11 |
1478 | 2024-02-13T16:31:59.886Z | Compiling flagset v0.4.3 |
1479 | 2024-02-13T16:32:00.121Z | Compiling der v0.7.8 |
1480 | 2024-02-13T16:32:00.195Z | Compiling usdt-attr-macro v0.3.5 |
1481 | 2024-02-13T16:32:00.222Z | Compiling usdt-macro v0.3.5 |
1482 | 2024-02-13T16:32:01.504Z | Compiling hubpack_derive v0.1.1 |
1483 | 2024-02-13T16:32:01.691Z | Compiling zerocopy-derive v0.6.4 |
1484 | 2024-02-13T16:32:03.096Z | Compiling utf8parse v0.2.1 |
1485 | 2024-02-13T16:32:03.271Z | Compiling num_threads v0.1.6 |
1486 | 2024-02-13T16:32:03.399Z | Compiling anstyle v1.0.2 |
1487 | 2024-02-13T16:32:03.481Z | Compiling deranged v0.3.8 |
1488 | 2024-02-13T16:32:03.837Z | Compiling anstyle-parse v0.2.1 |
1489 | 2024-02-13T16:32:03.856Z | Compiling sha2 v0.10.8 |
1490 | 2024-02-13T16:32:04.089Z | Compiling spki v0.7.2 |
1491 | 2024-02-13T16:32:05.290Z | Compiling time v0.3.27 |
1492 | 2024-02-13T16:32:06.147Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1493 | 2024-02-13T16:32:06.381Z | Compiling md-5 v0.10.5 |
1494 | 2024-02-13T16:32:06.632Z | Compiling block-padding v0.3.3 |
1495 | 2024-02-13T16:32:06.741Z | Compiling clap_derive v4.4.2 |
1496 | 2024-02-13T16:32:06.902Z | Compiling getopts v0.2.21 |
1497 | 2024-02-13T16:32:07.783Z | Compiling stringprep v0.1.3 |
1498 | 2024-02-13T16:32:07.995Z | Compiling diesel_table_macro_syntax v0.1.0 |
1499 | 2024-02-13T16:32:08.771Z | Compiling hash32 v0.2.1 |
1500 | 2024-02-13T16:32:09.194Z | Compiling anstyle-query v1.0.0 |
1501 | 2024-02-13T16:32:10.825Z | Compiling colorchoice v1.0.0 |
1502 | 2024-02-13T16:32:11.003Z | Compiling stable_deref_trait v1.2.0 |
1503 | 2024-02-13T16:32:11.101Z | Compiling fallible-iterator v0.2.0 |
1504 | 2024-02-13T16:32:11.654Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1505 | 2024-02-13T16:32:11.793Z | Compiling postgres-protocol v0.6.6 |
1506 | 2024-02-13T16:32:12.230Z | Compiling anstream v0.5.0 |
1507 | 2024-02-13T16:32:12.537Z | Compiling diesel_derives v2.1.2 |
1508 | 2024-02-13T16:32:13.124Z | Compiling inout v0.1.3 |
1509 | 2024-02-13T16:32:13.398Z | Compiling terminal_size v0.2.6 |
1510 | 2024-02-13T16:32:13.738Z | Compiling pkcs8 v0.10.2 |
1511 | 2024-02-13T16:32:14.321Z | Compiling phf_shared v0.11.2 |
1512 | 2024-02-13T16:32:15.959Z | Compiling ff v0.13.0 |
1513 | 2024-02-13T16:32:16.467Z | Compiling serde_repr v0.1.16 |
1514 | 2024-02-13T16:32:16.586Z | Compiling scheduled-thread-pool v0.2.7 |
1515 | 2024-02-13T16:32:17.102Z | Compiling matches v0.1.10 |
1516 | 2024-02-13T16:32:17.206Z | Compiling bit-vec v0.6.3 |
1517 | 2024-02-13T16:32:17.803Z | Compiling regex-automata v0.1.10 |
1518 | 2024-02-13T16:32:17.886Z | Compiling managed v0.8.0 |
1519 | 2024-02-13T16:32:18.001Z | Compiling base16ct v0.2.0 |
1520 | 2024-02-13T16:32:18.324Z | Compiling unsafe-libyaml v0.2.10 |
1521 | 2024-02-13T16:32:18.371Z | Compiling clap_lex v0.5.1 |
1522 | 2024-02-13T16:32:18.679Z | Compiling clap_builder v4.4.2 |
1523 | 2024-02-13T16:32:20.345Z | Compiling serde_yaml v0.9.25 |
1524 | 2024-02-13T16:32:21.345Z | Compiling bstr v0.2.17 |
1525 | 2024-02-13T16:32:21.936Z | Compiling sec1 v0.7.3 |
1526 | 2024-02-13T16:32:22.556Z | Compiling idna v0.2.3 |
1527 | 2024-02-13T16:32:22.915Z | Compiling r2d2 v0.8.10 |
1528 | 2024-02-13T16:32:23.610Z | Compiling group v0.13.0 |
1529 | 2024-02-13T16:32:24.452Z | Compiling phf v0.11.2 |
1530 | 2024-02-13T16:32:24.534Z | Compiling signal-hook-mio v0.2.3 |
1531 | 2024-02-13T16:32:24.704Z | Compiling bzip2 v0.4.4 |
1532 | 2024-02-13T16:32:24.755Z | Compiling cipher v0.4.4 |
1533 | 2024-02-13T16:32:24.809Z | Compiling postgres-types v0.2.6 |
1534 | 2024-02-13T16:32:25.108Z | Compiling zerocopy v0.6.4 |
1535 | 2024-02-13T16:32:25.266Z | Compiling hubpack v0.1.2 |
1536 | 2024-02-13T16:32:25.709Z | Compiling phf_shared v0.10.0 |
1537 | 2024-02-13T16:32:25.894Z | Compiling hkdf v0.12.4 |
1538 | 2024-02-13T16:32:26.008Z | Compiling crypto-bigint v0.5.2 |
1539 | 2024-02-13T16:32:26.123Z | Compiling ipnetwork v0.20.0 |
1540 | 2024-02-13T16:32:26.395Z | Compiling float-cmp v0.9.0 |
1541 | 2024-02-13T16:32:27.383Z | Compiling fixedbitset v0.4.2 |
1542 | 2024-02-13T16:32:27.665Z | Compiling regex-automata v0.3.8 |
1543 | 2024-02-13T16:32:27.851Z | Compiling data-encoding v2.4.0 |
1544 | 2024-02-13T16:32:28.730Z | Compiling normalize-line-endings v0.3.0 |
1545 | 2024-02-13T16:32:28.864Z | Compiling predicates-core v1.0.6 |
1546 | 2024-02-13T16:32:29.243Z | Compiling static_assertions v1.1.0 |
1547 | 2024-02-13T16:32:29.324Z | Compiling new_debug_unreachable v1.0.4 |
1548 | 2024-02-13T16:32:29.421Z | Compiling minimal-lexical v0.2.1 |
1549 | 2024-02-13T16:32:29.569Z | Compiling precomputed-hash v0.1.1 |
1550 | 2024-02-13T16:32:29.972Z | Compiling whoami v1.4.1 |
1551 | 2024-02-13T16:32:30.175Z | Compiling difflib v0.4.0 |
1552 | 2024-02-13T16:32:30.211Z | Compiling trust-dns-proto v0.22.0 |
1553 | 2024-02-13T16:32:30.607Z | Compiling predicates v3.1.0 |
1554 | 2024-02-13T16:32:31.426Z | Compiling tokio-postgres v0.7.10 |
1555 | 2024-02-13T16:32:31.697Z | Compiling nom v7.1.3 |
1556 | 2024-02-13T16:32:31.855Z | Compiling string_cache v0.8.7 |
1557 | 2024-02-13T16:32:32.400Z | Compiling bstr v1.6.0 |
1558 | 2024-02-13T16:32:32.422Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1559 | 2024-02-13T16:32:33.270Z | Compiling diesel v2.1.4 |
1560 | 2024-02-13T16:32:34.735Z | Compiling elliptic-curve v0.13.8 |
1561 | 2024-02-13T16:32:35.023Z | Compiling petgraph v0.6.4 |
1562 | 2024-02-13T16:32:35.537Z | Compiling yasna v0.5.2 |
1563 | 2024-02-13T16:32:35.769Z | Compiling zip v0.6.6 |
1564 | 2024-02-13T16:32:36.643Z | Compiling crossterm v0.27.0 |
1565 | 2024-02-13T16:32:37.633Z | Compiling clap v4.4.3 |
1566 | 2024-02-13T16:32:37.749Z | Compiling similar v2.3.0 |
1567 | 2024-02-13T16:32:38.090Z | Compiling bit-set v0.5.3 |
1568 | 2024-02-13T16:32:38.276Z | Compiling usdt v0.3.5 |
1569 | 2024-02-13T16:32:38.559Z | Compiling itertools v0.10.5 |
1570 | 2024-02-13T16:32:38.562Z | Compiling console v0.15.8 |
1571 | 2024-02-13T16:32:38.888Z | Compiling tokio-stream v0.1.14 |
1572 | 2024-02-13T16:32:40.205Z | Compiling lalrpop-util v0.19.12 |
1573 | 2024-02-13T16:32:40.465Z | Compiling camino v1.1.6 |
1574 | 2024-02-13T16:32:43.464Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1575 | 2024-02-13T16:32:51.689Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1576 | 2024-02-13T16:33:16.337Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1577 | 2024-02-13T16:33:18.726Z | Compiling sha1 v0.10.6 |
1578 | 2024-02-13T16:33:19.464Z | Compiling atty v0.2.14 |
1579 | 2024-02-13T16:33:19.526Z | Compiling match_cfg v0.1.0 |
1580 | 2024-02-13T16:33:19.603Z | Compiling hostname v0.3.1 |
1581 | 2024-02-13T16:33:19.625Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1582 | 2024-02-13T16:33:19.747Z | Compiling dirs-sys-next v0.1.2 |
1583 | 2024-02-13T16:33:19.841Z | Compiling ident_case v1.0.1 |
1584 | 2024-02-13T16:33:19.982Z | Compiling rustls-pki-types v1.1.0 |
1585 | 2024-02-13T16:33:20.037Z | Compiling darling_core v0.20.3 |
1586 | 2024-02-13T16:33:20.055Z | Compiling dirs-next v2.0.0 |
1587 | 2024-02-13T16:33:20.309Z | Compiling thread_local v1.1.7 |
1588 | 2024-02-13T16:33:20.385Z | Compiling rustls v0.22.2 |
1589 | 2024-02-13T16:33:20.593Z | Compiling slog-async v2.8.0 |
1590 | 2024-02-13T16:33:20.735Z | Compiling rustls-webpki v0.102.1 |
1591 | 2024-02-13T16:33:21.012Z | Compiling term v0.7.0 |
1592 | 2024-02-13T16:33:21.210Z | Compiling crossbeam-channel v0.5.8 |
1593 | 2024-02-13T16:33:21.573Z | Compiling multer v3.0.0 |
1594 | 2024-02-13T16:33:21.833Z | Compiling instant v0.1.12 |
1595 | 2024-02-13T16:33:21.912Z | Compiling take_mut v0.2.2 |
1596 | 2024-02-13T16:33:21.988Z | Compiling paste v1.0.14 |
1597 | 2024-02-13T16:33:22.577Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1598 | 2024-02-13T16:33:22.661Z | Compiling slog-term v2.9.0 |
1599 | 2024-02-13T16:33:22.800Z | Compiling slog-json v2.6.1 |
1600 | 2024-02-13T16:33:23.010Z | Compiling http v1.0.0 |
1601 | 2024-02-13T16:33:23.186Z | Compiling async-stream-impl v0.3.5 |
1602 | 2024-02-13T16:33:23.359Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1603 | 2024-02-13T16:33:23.709Z | Compiling debug-ignore v1.0.5 |
1604 | 2024-02-13T16:33:23.860Z | Compiling atomic-waker v1.1.1 |
1605 | 2024-02-13T16:33:24.043Z | Compiling waitgroup v0.1.2 |
1606 | 2024-02-13T16:33:24.063Z | Compiling slog-bunyan v2.5.0 |
1607 | 2024-02-13T16:33:24.290Z | Compiling rustls-pemfile v2.0.0 |
1608 | 2024-02-13T16:33:24.713Z | Compiling async-stream v0.3.5 |
1609 | 2024-02-13T16:33:25.040Z | Compiling toml v0.8.9 |
1610 | 2024-02-13T16:33:25.677Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1611 | 2024-02-13T16:33:25.710Z | Compiling serde_path_to_error v0.1.15 |
1612 | 2024-02-13T16:33:25.893Z | Compiling structmeta-derive v0.3.0 |
1613 | 2024-02-13T16:33:26.128Z | Compiling darling_macro v0.20.3 |
1614 | 2024-02-13T16:33:26.600Z | Compiling strum v0.25.0 |
1615 | 2024-02-13T16:33:26.785Z | Compiling backoff v0.4.0 |
1616 | 2024-02-13T16:33:26.850Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1617 | 2024-02-13T16:33:27.161Z | Compiling tokio-rustls v0.25.0 |
1618 | 2024-02-13T16:33:27.247Z | Compiling darling v0.20.3 |
1619 | 2024-02-13T16:33:27.377Z | Compiling serde_with_macros v3.6.0 |
1620 | 2024-02-13T16:33:27.631Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1621 | 2024-02-13T16:33:27.650Z | Compiling macaddr v1.0.1 |
1622 | 2024-02-13T16:33:27.806Z | Compiling proc-macro-error-attr v1.0.4 |
1623 | 2024-02-13T16:33:28.121Z | Compiling proc-macro-crate v1.3.1 |
1624 | 2024-02-13T16:33:28.213Z | Compiling proc-macro-error v1.0.4 |
1625 | 2024-02-13T16:33:28.482Z | Compiling heapless v0.8.0 |
1626 | 2024-02-13T16:33:29.172Z | Compiling structmeta v0.3.0 |
1627 | 2024-02-13T16:33:29.240Z | Compiling num_enum_derive v0.5.11 |
1628 | 2024-02-13T16:33:29.374Z | Compiling hash32 v0.3.1 |
1629 | 2024-02-13T16:33:29.574Z | Compiling parse-display-derive v0.9.0 |
1630 | 2024-02-13T16:33:29.595Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1631 | 2024-02-13T16:33:29.617Z | Compiling smoltcp v0.11.0 |
1632 | 2024-02-13T16:33:29.984Z | Compiling rayon-core v1.12.0 |
1633 | 2024-02-13T16:33:30.681Z | Compiling serde_with v3.6.0 |
1634 | 2024-02-13T16:33:31.127Z | Compiling crossbeam-deque v0.8.3 |
1635 | 2024-02-13T16:33:31.490Z | Compiling fastrand v2.0.1 |
1636 | 2024-02-13T16:33:31.617Z | Compiling cobs v0.2.3 |
1637 | 2024-02-13T16:33:31.962Z | Compiling same-file v1.0.6 |
1638 | 2024-02-13T16:33:32.027Z | Compiling embedded-io v0.4.0 |
1639 | 2024-02-13T16:33:32.274Z | Compiling num_enum v0.5.11 |
1640 | 2024-02-13T16:33:32.339Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1641 | 2024-02-13T16:33:32.449Z | Compiling postcard v1.0.8 |
1642 | 2024-02-13T16:33:32.712Z | Compiling tempfile v3.10.0 |
1643 | 2024-02-13T16:33:32.913Z | Compiling walkdir v2.4.0 |
1644 | 2024-02-13T16:33:33.837Z | Compiling semver-parser v0.10.2 |
1645 | 2024-02-13T16:33:34.218Z | Compiling foreign-types-macros v0.2.3 |
1646 | 2024-02-13T16:33:34.550Z | Compiling parse-display v0.9.0 |
1647 | 2024-02-13T16:33:35.081Z | Compiling blake3 v1.5.0 |
1648 | 2024-02-13T16:33:35.213Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1649 | 2024-02-13T16:33:35.467Z | Compiling crucible-workspace-hack v0.1.0 |
1650 | 2024-02-13T16:33:35.557Z | Compiling foreign-types-shared v0.3.1 |
1651 | 2024-02-13T16:33:35.593Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1652 | 2024-02-13T16:33:35.684Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1653 | 2024-02-13T16:33:35.776Z | Compiling foreign-types v0.5.0 |
1654 | 2024-02-13T16:33:35.893Z | Compiling semver v0.11.0 |
1655 | 2024-02-13T16:33:35.912Z | Compiling rayon v1.8.0 |
1656 | 2024-02-13T16:33:36.239Z | Compiling is-terminal v0.4.9 |
1657 | 2024-02-13T16:33:36.284Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1658 | 2024-02-13T16:33:36.382Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1659 | 2024-02-13T16:33:36.595Z | Compiling cstr-argument v0.1.2 |
1660 | 2024-02-13T16:33:36.666Z | Compiling xattr v1.0.1 |
1661 | 2024-02-13T16:33:36.857Z | Compiling filetime v0.2.23 |
1662 | 2024-02-13T16:33:36.943Z | Compiling memmap2 v0.7.1 |
1663 | 2024-02-13T16:33:37.110Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1664 | 2024-02-13T16:33:37.235Z | Compiling constant_time_eq v0.3.0 |
1665 | 2024-02-13T16:33:37.254Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1666 | 2024-02-13T16:33:37.344Z | Compiling pretty-hex v0.2.1 |
1667 | 2024-02-13T16:33:37.422Z | Compiling arrayref v0.3.7 |
1668 | 2024-02-13T16:33:37.422Z | Compiling home v0.5.5 |
1669 | 2024-02-13T16:33:37.531Z | Compiling arrayvec v0.7.4 |
1670 | 2024-02-13T16:33:37.554Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1671 | 2024-02-13T16:33:37.600Z | Compiling toolchain_find v0.2.0 |
1672 | 2024-02-13T16:33:37.888Z | Compiling tar v0.4.40 |
1673 | 2024-02-13T16:33:37.925Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1674 | 2024-02-13T16:33:37.969Z | Compiling camino-tempfile v1.1.1 |
1675 | 2024-02-13T16:33:38.265Z | Compiling colored v2.0.4 |
1676 | 2024-02-13T16:33:38.521Z | Compiling toml v0.5.11 |
1677 | 2024-02-13T16:33:39.029Z | Compiling platforms v3.0.2 |
1678 | 2024-02-13T16:33:39.107Z | Compiling topological-sort v0.2.2 |
1679 | 2024-02-13T16:33:39.163Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1680 | 2024-02-13T16:33:39.418Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1681 | 2024-02-13T16:33:39.538Z | Compiling zone_cfg_derive v0.3.0 |
1682 | 2024-02-13T16:33:39.962Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1683 | 2024-02-13T16:33:40.092Z | Compiling textwrap v0.11.0 |
1684 | 2024-02-13T16:33:40.626Z | Compiling rustfmt-wrapper v0.2.0 |
1685 | 2024-02-13T16:33:40.687Z | Compiling heck v0.3.3 |
1686 | 2024-02-13T16:33:41.099Z | Compiling omicron-zone-package v0.11.0 |
1687 | 2024-02-13T16:33:41.284Z | Compiling num-derive v0.4.0 |
1688 | 2024-02-13T16:33:41.397Z | Compiling libefi-sys v0.1.0 |
1689 | 2024-02-13T16:33:41.721Z | Compiling strsim v0.8.0 |
1690 | 2024-02-13T16:33:42.175Z | Compiling vec_map v0.8.2 |
1691 | 2024-02-13T16:33:42.399Z | Compiling ansi_term v0.12.1 |
1692 | 2024-02-13T16:33:42.480Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1693 | 2024-02-13T16:33:42.499Z | Compiling zone v0.3.0 |
1694 | 2024-02-13T16:33:42.964Z | Compiling clap v2.34.0 |
1695 | 2024-02-13T16:33:42.983Z | Compiling structopt-derive v0.4.18 |
1696 | 2024-02-13T16:33:43.537Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1697 | 2024-02-13T16:33:43.823Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1698 | 2024-02-13T16:33:43.970Z | Compiling smf v0.2.2 |
1699 | 2024-02-13T16:33:44.127Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1700 | 2024-02-13T16:33:44.260Z | Compiling unicase v2.7.0 |
1701 | 2024-02-13T16:33:44.550Z | Compiling semver v0.1.20 |
1702 | 2024-02-13T16:33:44.796Z | Compiling curve25519-dalek v4.1.1 |
1703 | 2024-02-13T16:33:45.271Z | Compiling rustc_version v0.1.7 |
1704 | 2024-02-13T16:33:45.362Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1705 | 2024-02-13T16:33:45.410Z | Compiling universal-hash v0.5.1 |
1706 | 2024-02-13T16:33:45.431Z | Compiling opaque-debug v0.3.0 |
1707 | 2024-02-13T16:33:45.625Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1708 | 2024-02-13T16:33:45.648Z | Compiling curve25519-dalek-derive v0.1.0 |
1709 | 2024-02-13T16:33:45.741Z | Compiling newtype_derive v0.1.6 |
1710 | 2024-02-13T16:33:45.994Z | Compiling gethostname v0.4.3 |
1711 | 2024-02-13T16:33:46.060Z | Compiling num-rational v0.4.1 |
1712 | 2024-02-13T16:33:46.089Z | Compiling getrandom v0.1.16 |
1713 | 2024-02-13T16:33:46.279Z | Compiling usdt-macro v0.5.0 |
1714 | 2024-02-13T16:33:46.367Z | Compiling structopt v0.3.26 |
1715 | 2024-02-13T16:33:46.678Z | Compiling usdt-attr-macro v0.5.0 |
1716 | 2024-02-13T16:33:46.837Z | Compiling password-hash v0.5.0 |
1717 | 2024-02-13T16:33:47.057Z | Compiling signature v2.1.0 |
1718 | 2024-02-13T16:33:47.375Z | Compiling blake2 v0.10.6 |
1719 | 2024-02-13T16:33:47.895Z | Compiling memmap v0.7.0 |
1720 | 2024-02-13T16:33:47.951Z | Compiling quick-error v1.2.3 |
1721 | 2024-02-13T16:33:48.017Z | Compiling parking_lot_core v0.8.6 |
1722 | 2024-02-13T16:33:48.104Z | Compiling linked-hash-map v0.5.6 |
1723 | 2024-02-13T16:33:48.251Z | Compiling resolv-conf v0.7.0 |
1724 | 2024-02-13T16:33:48.468Z | Compiling usdt v0.5.0 |
1725 | 2024-02-13T16:33:48.486Z | Compiling lru-cache v0.1.2 |
1726 | 2024-02-13T16:33:48.532Z | Compiling argon2 v0.5.3 |
1727 | 2024-02-13T16:33:49.201Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1728 | 2024-02-13T16:33:49.221Z | Compiling aead v0.5.2 |
1729 | 2024-02-13T16:33:49.408Z | Compiling num-complex v0.4.4 |
1730 | 2024-02-13T16:33:49.575Z | Compiling nibble_vec v0.1.0 |
1731 | 2024-02-13T16:33:49.789Z | Compiling slog-dtrace v0.3.0 |
1732 | 2024-02-13T16:33:50.144Z | Compiling winapi v0.3.9 |
1733 | 2024-02-13T16:33:50.491Z | Compiling cancel-safe-futures v0.1.5 |
1734 | 2024-02-13T16:33:50.681Z | Compiling keccak v0.1.4 |
1735 | 2024-02-13T16:33:50.888Z | Compiling utf-8 v0.7.6 |
1736 | 2024-02-13T16:33:51.226Z | Compiling endian-type v0.1.2 |
1737 | 2024-02-13T16:33:51.246Z | Compiling arc-swap v1.6.0 |
1738 | 2024-02-13T16:33:51.455Z | Compiling radix_trie v0.2.1 |
1739 | 2024-02-13T16:33:51.676Z | Compiling tungstenite v0.20.1 |
1740 | 2024-02-13T16:33:51.821Z | Compiling slog-scope v4.4.0 |
1741 | 2024-02-13T16:33:51.927Z | Compiling sha3 v0.10.8 |
1742 | 2024-02-13T16:33:52.228Z | Compiling num v0.4.1 |
1743 | 2024-02-13T16:33:52.324Z | Compiling mime_guess v2.0.4 |
1744 | 2024-02-13T16:33:52.344Z | Compiling steno v0.4.0 |
1745 | 2024-02-13T16:33:52.399Z | Compiling rand_core v0.5.1 |
1746 | 2024-02-13T16:33:52.937Z | Compiling trust-dns-resolver v0.22.0 |
1747 | 2024-02-13T16:33:53.669Z | Compiling poly1305 v0.8.0 |
1748 | 2024-02-13T16:33:53.925Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1749 | 2024-02-13T16:33:54.001Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1750 | 2024-02-13T16:33:55.122Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1751 | 2024-02-13T16:33:55.489Z | Compiling chacha20 v0.9.1 |
1752 | 2024-02-13T16:33:55.574Z | Compiling rfc6979 v0.4.0 |
1753 | 2024-02-13T16:33:55.777Z | Compiling secrecy v0.8.0 |
1754 | 2024-02-13T16:33:55.972Z | Compiling thiserror-impl-no-std v2.0.2 |
1755 | 2024-02-13T16:33:56.068Z | Compiling half v2.3.1 |
1756 | 2024-02-13T16:33:56.160Z | Compiling option-ext v0.2.0 |
1757 | 2024-02-13T16:33:56.303Z | Compiling convert_case v0.4.0 |
1758 | 2024-02-13T16:33:56.641Z | Compiling ciborium-io v0.2.2 |
1759 | 2024-02-13T16:33:56.783Z | Compiling ciborium-ll v0.2.2 |
1760 | 2024-02-13T16:33:57.268Z | Compiling dirs-sys v0.4.1 |
1761 | 2024-02-13T16:33:57.294Z | Compiling derive_more v0.99.17 |
1762 | 2024-02-13T16:33:57.378Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1763 | 2024-02-13T16:33:58.046Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1764 | 2024-02-13T16:33:59.483Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1765 | 2024-02-13T16:33:59.522Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1766 | 2024-02-13T16:34:00.093Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1767 | 2024-02-13T16:34:00.542Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1768 | 2024-02-13T16:34:00.975Z | Compiling thiserror-no-std v2.0.2 |
1769 | 2024-02-13T16:34:01.098Z | Compiling ecdsa v0.16.9 |
1770 | 2024-02-13T16:34:01.121Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1771 | 2024-02-13T16:34:01.508Z | Compiling parking_lot v0.11.2 |
1772 | 2024-02-13T16:34:01.555Z | Compiling tokio-tungstenite v0.20.1 |
1773 | 2024-02-13T16:34:01.991Z | Compiling rand_chacha v0.2.2 |
1774 | 2024-02-13T16:34:02.656Z | Compiling slog-stdlog v4.1.1 |
1775 | 2024-02-13T16:34:02.701Z | Compiling trust-dns-client v0.22.0 |
1776 | 2024-02-13T16:34:03.122Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1777 | 2024-02-13T16:34:03.221Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1778 | 2024-02-13T16:34:03.515Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1779 | 2024-02-13T16:34:05.805Z | Compiling ed25519 v2.2.2 |
1780 | 2024-02-13T16:34:06.267Z | Compiling polyval v0.6.1 |
1781 | 2024-02-13T16:34:06.376Z | Compiling primeorder v0.13.6 |
1782 | 2024-02-13T16:34:06.728Z | Compiling blowfish v0.9.1 |
1783 | 2024-02-13T16:34:06.928Z | Compiling aes v0.8.3 |
1784 | 2024-02-13T16:34:07.230Z | Compiling ctr v0.9.2 |
1785 | 2024-02-13T16:34:07.258Z | Compiling password-hash v0.4.2 |
1786 | 2024-02-13T16:34:07.594Z | Compiling libsw v3.3.1 |
1787 | 2024-02-13T16:34:08.247Z | Compiling pbkdf2 v0.12.2 |
1788 | 2024-02-13T16:34:08.421Z | Compiling derive-where v1.2.7 |
1789 | 2024-02-13T16:34:09.957Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1790 | 2024-02-13T16:34:11.831Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1791 | 2024-02-13T16:34:12.338Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1792 | 2024-02-13T16:34:14.764Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1793 | 2024-02-13T16:34:16.865Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1794 | 2024-02-13T16:34:17.842Z | Compiling fxhash v0.2.1 |
1795 | 2024-02-13T16:34:18.003Z | Compiling owo-colors v4.0.0 |
1796 | 2024-02-13T16:34:18.054Z | Compiling linear-map v1.2.0 |
1797 | 2024-02-13T16:34:18.404Z | Compiling swrite v0.1.0 |
1798 | 2024-02-13T16:34:18.556Z | Compiling sled v0.34.7 |
1799 | 2024-02-13T16:34:20.002Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1800 | 2024-02-13T16:34:20.022Z | Compiling trust-dns-server v0.22.1 |
1801 | 2024-02-13T16:34:20.386Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1802 | 2024-02-13T16:34:20.549Z | Compiling bcrypt-pbkdf v0.10.0 |
1803 | 2024-02-13T16:34:20.848Z | Compiling pbkdf2 v0.11.0 |
1804 | 2024-02-13T16:34:20.915Z | Compiling p256 v0.13.2 |
1805 | 2024-02-13T16:34:21.145Z | Compiling ghash v0.5.0 |
1806 | 2024-02-13T16:34:21.208Z | Compiling ed25519-dalek v2.0.0 |
1807 | 2024-02-13T16:34:21.232Z | Compiling russh-cryptovec v0.7.0 |
1808 | 2024-02-13T16:34:21.344Z | Compiling slog-envlogger v2.2.0 |
1809 | 2024-02-13T16:34:21.546Z | Compiling rand v0.7.3 |
1810 | 2024-02-13T16:34:22.141Z | Compiling vsss-rs v3.3.4 |
1811 | 2024-02-13T16:34:22.383Z | Compiling dirs v5.0.1 |
1812 | 2024-02-13T16:34:22.590Z | Compiling ciborium v0.2.2 |
1813 | 2024-02-13T16:34:22.904Z | Compiling chacha20poly1305 v0.10.1 |
1814 | 2024-02-13T16:34:23.147Z | Compiling cbc v0.1.2 |
1815 | 2024-02-13T16:34:23.426Z | Compiling pem v3.0.2 |
1816 | 2024-02-13T16:34:24.191Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1817 | 2024-02-13T16:34:24.254Z | Compiling headers-core v0.2.0 |
1818 | 2024-02-13T16:34:24.427Z | Compiling kstat-rs v0.2.3 |
1819 | 2024-02-13T16:34:24.720Z | Compiling glob v0.3.1 |
1820 | 2024-02-13T16:34:24.741Z | Compiling http-range v0.1.5 |
1821 | 2024-02-13T16:34:24.827Z | Compiling md5 v0.7.0 |
1822 | 2024-02-13T16:34:25.120Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1823 | 2024-02-13T16:34:25.154Z | Compiling russh-keys v0.40.1 |
1824 | 2024-02-13T16:34:25.340Z | Compiling hyper-staticfile v0.9.5 |
1825 | 2024-02-13T16:34:25.807Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1826 | 2024-02-13T16:34:26.362Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1827 | 2024-02-13T16:34:28.260Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1828 | 2024-02-13T16:34:28.356Z | Compiling headers v0.3.9 |
1829 | 2024-02-13T16:34:28.655Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1830 | 2024-02-13T16:34:30.560Z | Compiling rcgen v0.12.1 |
1831 | 2024-02-13T16:34:31.039Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1832 | 2024-02-13T16:34:31.058Z | Compiling aes-gcm v0.10.3 |
1833 | 2024-02-13T16:34:34.647Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1834 | 2024-02-13T16:34:35.519Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1835 | 2024-02-13T16:34:36.261Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1836 | 2024-02-13T16:34:38.047Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1837 | 2024-02-13T16:34:39.787Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1838 | 2024-02-13T16:34:39.791Z | Compiling atomicwrites v0.4.3 |
1839 | 2024-02-13T16:34:39.966Z | Compiling itertools v0.12.1 |
1840 | 2024-02-13T16:34:40.168Z | Compiling subprocess v0.2.9 |
1841 | 2024-02-13T16:34:42.191Z | Compiling hex-literal v0.4.1 |
1842 | 2024-02-13T16:34:42.356Z | Compiling display-error-chain v0.2.0 |
1843 | 2024-02-13T16:34:42.397Z | Compiling russh v0.40.2 |
1844 | 2024-02-13T16:34:42.540Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1845 | 2024-02-13T16:34:42.615Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1846 | 2024-02-13T16:34:50.803Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1847 | 2024-02-13T16:34:52.009Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1848 | 2024-02-13T16:35:12.256Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1849 | 2024-02-13T16:36:10.565Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 42s |
1850 | 2024-02-13T16:36:10.864Z | |
1851 | 2024-02-13T16:36:10.867Z | real 5:42.327973509 |
1852 | 2024-02-13T16:36:10.867Z | user 29:14.746331116 |
1853 | 2024-02-13T16:36:10.867Z | sys 5:40.898463036 |
1854 | 2024-02-13T16:36:10.867Z | trap 0.834632728 |
1855 | 2024-02-13T16:36:10.867Z | tflt 6.320814092 |
1856 | 2024-02-13T16:36:10.867Z | dflt 5.109907566 |
1857 | 2024-02-13T16:36:10.867Z | kflt 0.056818684 |
1858 | 2024-02-13T16:36:10.867Z | lock 54:18.164207643 |
1859 | 2024-02-13T16:36:10.867Z | slp 1:25:54.965961729 |
1860 | 2024-02-13T16:36:10.867Z | lat 1:42.686263918 |
1861 | 2024-02-13T16:36:10.867Z | stop 3:59.316234736 |
1862 | 2024-02-13T16:36:10.868Z | + mkdir -p /work/end-to-end-tests |
1863 | 2024-02-13T16:36:10.868Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1864 | 2024-02-13T16:36:11.835Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1865 | 2024-02-13T16:36:11.835Z | + ptime -m gzip |
1866 | 2024-02-13T16:36:11.839Z | ++ basename target/debug/bootstrap |
1867 | 2024-02-13T16:36:24.970Z | |
1868 | 2024-02-13T16:36:24.975Z | real 13.126165466 |
1869 | 2024-02-13T16:36:24.975Z | user 13.026112757 |
1870 | 2024-02-13T16:36:24.975Z | sys 0.089793523 |
1871 | 2024-02-13T16:36:24.975Z | trap 0.003646931 |
1872 | 2024-02-13T16:36:24.975Z | tflt 0.000000000 |
1873 | 2024-02-13T16:36:24.975Z | dflt 0.000000000 |
1874 | 2024-02-13T16:36:24.975Z | kflt 0.000000000 |
1875 | 2024-02-13T16:36:24.975Z | lock 0.000000000 |
1876 | 2024-02-13T16:36:24.975Z | slp 0.000000000 |
1877 | 2024-02-13T16:36:24.975Z | lat 0.006209557 |
1878 | 2024-02-13T16:36:24.975Z | stop 0.000182836 |
1879 | 2024-02-13T16:36:24.975Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1880 | 2024-02-13T16:36:24.975Z | + ptime -m gzip |
1881 | 2024-02-13T16:36:24.975Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-000e38cfb9ecff29 |
1882 | 2024-02-13T16:36:26.262Z | |
1883 | 2024-02-13T16:36:26.262Z | real 1.281214002 |
1884 | 2024-02-13T16:36:26.262Z | user 1.269894435 |
1885 | 2024-02-13T16:36:26.262Z | sys 0.010737562 |
1886 | 2024-02-13T16:36:26.262Z | trap 0.000087765 |
1887 | 2024-02-13T16:36:26.266Z | tflt 0.000000000 |
1888 | 2024-02-13T16:36:26.266Z | dflt 0.000000000 |
1889 | 2024-02-13T16:36:26.266Z | kflt 0.000000000 |
1890 | 2024-02-13T16:36:26.266Z | lock 0.000000000 |
1891 | 2024-02-13T16:36:26.266Z | slp 0.000000000 |
1892 | 2024-02-13T16:36:26.267Z | lat 0.000098031 |
1893 | 2024-02-13T16:36:26.267Z | stop 0.000177037 |
1894 | 2024-02-13T16:36:26.267Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1895 | 2024-02-13T16:36:26.267Z | + ptime -m gzip |
1896 | 2024-02-13T16:36:26.267Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a157f2ab3f0f1a11 |
1897 | 2024-02-13T16:36:39.816Z | |
1898 | 2024-02-13T16:36:39.820Z | real 13.547862775 |
1899 | 2024-02-13T16:36:39.820Z | user 13.449487539 |
1900 | 2024-02-13T16:36:39.820Z | sys 0.094845575 |
1901 | 2024-02-13T16:36:39.820Z | trap 0.001812743 |
1902 | 2024-02-13T16:36:39.820Z | tflt 0.000000000 |
1903 | 2024-02-13T16:36:39.820Z | dflt 0.000000000 |
1904 | 2024-02-13T16:36:39.820Z | kflt 0.000000000 |
1905 | 2024-02-13T16:36:39.820Z | lock 0.000000000 |
1906 | 2024-02-13T16:36:39.821Z | slp 0.000000000 |
1907 | 2024-02-13T16:36:39.821Z | lat 0.001325475 |
1908 | 2024-02-13T16:36:39.821Z | stop 0.000174377 |
1909 | 2024-02-13T16:36:39.821Z | + banner caboose-util |
1910 | 2024-02-13T16:36:39.821Z | |
1911 | 2024-02-13T16:36:39.821Z | #### ## ##### #### #### #### ###### # # ##### |
1912 | 2024-02-13T16:36:39.821Z | # # # # # # # # # # # # # # # |
1913 | 2024-02-13T16:36:39.821Z | # # # ##### # # # # #### ##### ##### # # # |
1914 | 2024-02-13T16:36:39.821Z | # ###### # # # # # # # # # # # |
1915 | 2024-02-13T16:36:39.821Z | # # # # # # # # # # # # # # # # |
1916 | 2024-02-13T16:36:39.821Z | #### # # ##### #### #### #### ###### #### # |
1917 | 2024-02-13T16:36:39.821Z | |
1918 | 2024-02-13T16:36:39.821Z | + ptime -m cargo build --locked -p caboose-util --release |
1919 | 2024-02-13T16:36:40.220Z | Downloading crates ... |
1920 | 2024-02-13T16:36:40.519Z | Downloaded env_logger v0.10.0 |
1921 | 2024-02-13T16:36:40.522Z | Downloaded crc v3.0.1 |
1922 | 2024-02-13T16:36:40.525Z | Downloaded maybe-uninit v2.0.0 |
1923 | 2024-02-13T16:36:40.527Z | Downloaded pkcs1 v0.7.5 |
1924 | 2024-02-13T16:36:40.533Z | Downloaded path-slash v0.1.5 |
1925 | 2024-02-13T16:36:40.536Z | Downloaded tap v1.0.1 |
1926 | 2024-02-13T16:36:40.539Z | Downloaded funty v2.0.0 |
1927 | 2024-02-13T16:36:40.542Z | Downloaded packed_struct v0.10.1 |
1928 | 2024-02-13T16:36:40.542Z | Downloaded crc-catalog v2.2.0 |
1929 | 2024-02-13T16:36:40.542Z | Downloaded packed_struct_codegen v0.10.1 |
1930 | 2024-02-13T16:36:40.545Z | Downloaded wyz v0.5.1 |
1931 | 2024-02-13T16:36:40.545Z | Downloaded array-init v0.0.4 |
1932 | 2024-02-13T16:36:40.545Z | Downloaded nodrop v0.1.14 |
1933 | 2024-02-13T16:36:40.548Z | Downloaded smallvec v0.6.14 |
1934 | 2024-02-13T16:36:40.548Z | Downloaded radium v0.7.0 |
1935 | 2024-02-13T16:36:40.548Z | Downloaded termcolor v1.2.0 |
1936 | 2024-02-13T16:36:40.551Z | Downloaded bitfield v0.14.0 |
1937 | 2024-02-13T16:36:40.551Z | Downloaded serde-hex v0.1.0 |
1938 | 2024-02-13T16:36:40.554Z | Downloaded crc-any v2.4.3 |
1939 | 2024-02-13T16:36:40.567Z | Downloaded rsa v0.9.2 |
1940 | 2024-02-13T16:36:40.572Z | Downloaded ron v0.8.1 |
1941 | 2024-02-13T16:36:40.577Z | Downloaded x509-cert v0.2.4 |
1942 | 2024-02-13T16:36:40.582Z | Downloaded num-bigint-dig v0.8.4 |
1943 | 2024-02-13T16:36:40.588Z | Downloaded object v0.30.4 |
1944 | 2024-02-13T16:36:40.597Z | Downloaded bitvec v1.0.1 |
1945 | 2024-02-13T16:36:40.705Z | Compiling proc-macro2 v1.0.78 |
1946 | 2024-02-13T16:36:40.706Z | Compiling unicode-ident v1.0.12 |
1947 | 2024-02-13T16:36:40.709Z | Compiling libc v0.2.153 |
1948 | 2024-02-13T16:36:40.709Z | Compiling autocfg v1.1.0 |
1949 | 2024-02-13T16:36:40.709Z | Compiling serde v1.0.196 |
1950 | 2024-02-13T16:36:40.709Z | Compiling version_check v0.9.4 |
1951 | 2024-02-13T16:36:40.709Z | Compiling cfg-if v1.0.0 |
1952 | 2024-02-13T16:36:40.846Z | Compiling once_cell v1.19.0 |
1953 | 2024-02-13T16:36:40.867Z | Compiling typenum v1.16.0 |
1954 | 2024-02-13T16:36:40.910Z | Compiling parking_lot_core v0.9.8 |
1955 | 2024-02-13T16:36:41.224Z | Compiling memchr v2.6.3 |
1956 | 2024-02-13T16:36:41.313Z | Compiling syn v1.0.109 |
1957 | 2024-02-13T16:36:41.343Z | Compiling byteorder v1.5.0 |
1958 | 2024-02-13T16:36:41.455Z | Compiling lock_api v0.4.10 |
1959 | 2024-02-13T16:36:41.750Z | Compiling generic-array v0.14.7 |
1960 | 2024-02-13T16:36:41.761Z | Compiling libm v0.2.7 |
1961 | 2024-02-13T16:36:41.886Z | Compiling num-traits v0.2.16 |
1962 | 2024-02-13T16:36:42.064Z | Compiling ahash v0.8.7 |
1963 | 2024-02-13T16:36:42.097Z | Compiling quote v1.0.35 |
1964 | 2024-02-13T16:36:42.197Z | Compiling pkg-config v0.3.27 |
1965 | 2024-02-13T16:36:42.261Z | Compiling thiserror v1.0.56 |
1966 | 2024-02-13T16:36:42.713Z | Compiling syn v2.0.48 |
1967 | 2024-02-13T16:36:42.724Z | Compiling cc v1.0.83 |
1968 | 2024-02-13T16:36:42.790Z | Compiling getrandom v0.2.10 |
1969 | 2024-02-13T16:36:43.141Z | Compiling serde_json v1.0.113 |
1970 | 2024-02-13T16:36:43.256Z | Compiling scopeguard v1.2.0 |
1971 | 2024-02-13T16:36:43.629Z | Compiling slab v0.4.9 |
1972 | 2024-02-13T16:36:43.744Z | Compiling itoa v1.0.9 |
1973 | 2024-02-13T16:36:43.818Z | Compiling log v0.4.20 |
1974 | 2024-02-13T16:36:43.967Z | Compiling rand_core v0.6.4 |
1975 | 2024-02-13T16:36:44.456Z | Compiling smallvec v1.13.1 |
1976 | 2024-02-13T16:36:44.906Z | Compiling vcpkg v0.2.15 |
1977 | 2024-02-13T16:36:45.337Z | Compiling pin-project-lite v0.2.13 |
1978 | 2024-02-13T16:36:45.456Z | Compiling parking_lot v0.12.1 |
1979 | 2024-02-13T16:36:45.713Z | Compiling const-oid v0.9.5 |
1980 | 2024-02-13T16:36:46.272Z | Compiling ring v0.17.7 |
1981 | 2024-02-13T16:36:46.318Z | Compiling ryu v1.0.15 |
1982 | 2024-02-13T16:36:46.601Z | Compiling ucd-trie v0.1.6 |
1983 | 2024-02-13T16:36:46.652Z | Compiling openssl-sys v0.9.96 |
1984 | 2024-02-13T16:36:47.091Z | Compiling signal-hook-registry v1.4.1 |
1985 | 2024-02-13T16:36:47.654Z | Compiling io-lifetimes v1.0.11 |
1986 | 2024-02-13T16:36:47.755Z | Compiling subtle v2.5.0 |
1987 | 2024-02-13T16:36:47.900Z | Compiling ring v0.16.20 |
1988 | 2024-02-13T16:36:48.060Z | Compiling mio v0.8.9 |
1989 | 2024-02-13T16:36:48.312Z | Compiling num-integer v0.1.45 |
1990 | 2024-02-13T16:36:48.622Z | Compiling futures-core v0.3.30 |
1991 | 2024-02-13T16:36:48.846Z | Compiling semver v1.0.21 |
1992 | 2024-02-13T16:36:50.096Z | Compiling spin v0.5.2 |
1993 | 2024-02-13T16:36:50.107Z | Compiling rustix v0.37.23 |
1994 | 2024-02-13T16:36:50.675Z | Compiling socket2 v0.5.5 |
1995 | 2024-02-13T16:36:50.760Z | Compiling num_cpus v1.16.0 |
1996 | 2024-02-13T16:36:50.771Z | Compiling futures-sink v0.3.30 |
1997 | 2024-02-13T16:36:50.882Z | Compiling unicode-xid v0.2.4 |
1998 | 2024-02-13T16:36:50.921Z | Compiling heck v0.4.1 |
1999 | 2024-02-13T16:36:51.035Z | Compiling allocator-api2 v0.2.16 |
2000 | 2024-02-13T16:36:51.176Z | Compiling httparse v1.8.0 |
2001 | 2024-02-13T16:36:51.573Z | Compiling openssl v0.10.60 |
2002 | 2024-02-13T16:36:51.584Z | Compiling synstructure v0.12.6 |
2003 | 2024-02-13T16:36:51.806Z | Compiling tinyvec_macros v0.1.1 |
2004 | 2024-02-13T16:36:51.888Z | Compiling equivalent v1.0.1 |
2005 | 2024-02-13T16:36:51.988Z | Compiling tinyvec v1.6.0 |
2006 | 2024-02-13T16:36:52.393Z | Compiling futures-channel v0.3.30 |
2007 | 2024-02-13T16:36:52.746Z | Compiling rustls v0.21.9 |
2008 | 2024-02-13T16:36:52.803Z | Compiling ppv-lite86 v0.2.17 |
2009 | 2024-02-13T16:36:52.845Z | Compiling pin-utils v0.1.0 |
2010 | 2024-02-13T16:36:52.926Z | Compiling futures-task v0.3.30 |
2011 | 2024-02-13T16:36:53.037Z | Compiling futures-io v0.3.30 |
2012 | 2024-02-13T16:36:53.041Z | Compiling native-tls v0.2.11 |
2013 | 2024-02-13T16:36:53.292Z | Compiling crc32fast v1.3.2 |
2014 | 2024-02-13T16:36:53.384Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2015 | 2024-02-13T16:36:53.478Z | Compiling unicode-normalization v0.1.22 |
2016 | 2024-02-13T16:36:53.626Z | Compiling rand_chacha v0.3.1 |
2017 | 2024-02-13T16:36:53.653Z | Compiling spin v0.9.8 |
2018 | 2024-02-13T16:36:53.750Z | Compiling tracing-core v0.1.31 |
2019 | 2024-02-13T16:36:53.829Z | Compiling base64ct v1.6.0 |
2020 | 2024-02-13T16:36:54.016Z | Compiling unicode-bidi v0.3.13 |
2021 | 2024-02-13T16:36:54.659Z | Compiling pem-rfc7468 v0.7.0 |
2022 | 2024-02-13T16:36:54.678Z | Compiling rand v0.8.5 |
2023 | 2024-02-13T16:36:55.396Z | Compiling errno v0.3.8 |
2024 | 2024-02-13T16:36:55.465Z | Compiling num-iter v0.1.43 |
2025 | 2024-02-13T16:36:55.654Z | Compiling usdt-impl v0.3.5 |
2026 | 2024-02-13T16:36:55.779Z | Compiling schemars v0.8.16 |
2027 | 2024-02-13T16:36:55.991Z | Compiling flagset v0.4.3 |
2028 | 2024-02-13T16:36:56.011Z | Compiling serde_derive v1.0.196 |
2029 | 2024-02-13T16:36:56.127Z | Compiling zeroize_derive v1.4.2 |
2030 | 2024-02-13T16:36:56.207Z | Compiling zerocopy-derive v0.7.32 |
2031 | 2024-02-13T16:36:56.210Z | Compiling thiserror-impl v1.0.56 |
2032 | 2024-02-13T16:36:56.269Z | Compiling tokio-macros v2.2.0 |
2033 | 2024-02-13T16:36:56.395Z | Compiling futures-macro v0.3.30 |
2034 | 2024-02-13T16:36:56.574Z | Compiling tracing-attributes v0.1.26 |
2035 | 2024-02-13T16:36:56.809Z | Compiling der_derive v0.7.2 |
2036 | 2024-02-13T16:36:57.588Z | Compiling zeroize v1.7.0 |
2037 | 2024-02-13T16:36:58.281Z | Compiling zerocopy v0.7.32 |
2038 | 2024-02-13T16:36:59.127Z | Compiling pest v2.7.6 |
2039 | 2024-02-13T16:36:59.208Z | Compiling zerocopy-derive v0.2.0 |
2040 | 2024-02-13T16:36:59.514Z | Compiling crypto-common v0.1.6 |
2041 | 2024-02-13T16:36:59.543Z | Compiling block-buffer v0.10.4 |
2042 | 2024-02-13T16:36:59.807Z | Compiling digest v0.10.7 |
2043 | 2024-02-13T16:36:59.899Z | Compiling openssl-macros v0.1.1 |
2044 | 2024-02-13T16:37:00.281Z | Compiling futures-util v0.3.30 |
2045 | 2024-02-13T16:37:00.611Z | Compiling tracing v0.1.37 |
2046 | 2024-02-13T16:37:00.707Z | Compiling hashbrown v0.14.2 |
2047 | 2024-02-13T16:37:00.787Z | Compiling scroll_derive v0.12.0 |
2048 | 2024-02-13T16:37:00.930Z | Compiling zerocopy-derive v0.6.4 |
2049 | 2024-02-13T16:37:01.072Z | Compiling rustix v0.38.31 |
2050 | 2024-02-13T16:37:01.716Z | Compiling pest_meta v2.7.6 |
2051 | 2024-02-13T16:37:01.792Z | Compiling signal-hook v0.3.17 |
2052 | 2024-02-13T16:37:02.200Z | Compiling der v0.7.8 |
2053 | 2024-02-13T16:37:02.898Z | Compiling serde_derive_internals v0.26.0 |
2054 | 2024-02-13T16:37:03.303Z | Compiling pest_generator v2.7.6 |
2055 | 2024-02-13T16:37:05.926Z | Compiling pest_derive v2.7.6 |
2056 | 2024-02-13T16:37:06.696Z | Compiling bitflags v1.3.2 |
2057 | 2024-02-13T16:37:06.708Z | Compiling fnv v1.0.7 |
2058 | 2024-02-13T16:37:06.823Z | Compiling schemars_derive v0.8.16 |
2059 | 2024-02-13T16:37:07.680Z | Compiling spki v0.7.2 |
2060 | 2024-02-13T16:37:08.373Z | Compiling zerocopy v0.3.0 |
2061 | 2024-02-13T16:37:09.210Z | Compiling lazy_static v1.4.0 |
2062 | 2024-02-13T16:37:10.000Z | Compiling bytes v1.5.0 |
2063 | 2024-02-13T16:37:10.201Z | Compiling indexmap v2.2.2 |
2064 | 2024-02-13T16:37:10.288Z | Compiling bitflags v2.4.0 |
2065 | 2024-02-13T16:37:10.628Z | Compiling rustc_version v0.4.0 |
2066 | 2024-02-13T16:37:10.685Z | Compiling uuid v1.7.0 |
2067 | 2024-02-13T16:37:10.853Z | Compiling tokio v1.36.0 |
2068 | 2024-02-13T16:37:11.166Z | Compiling http v0.2.11 |
2069 | 2024-02-13T16:37:11.238Z | Compiling heapless v0.7.16 |
2070 | 2024-02-13T16:37:11.419Z | Compiling backtrace v0.3.69 |
2071 | 2024-02-13T16:37:12.198Z | Compiling thread-id v4.2.0 |
2072 | 2024-02-13T16:37:12.298Z | Compiling num-bigint v0.4.4 |
2073 | 2024-02-13T16:37:12.849Z | Compiling memoffset v0.9.0 |
2074 | 2024-02-13T16:37:13.221Z | Compiling iana-time-zone v0.1.57 |
2075 | 2024-02-13T16:37:13.406Z | Compiling base64 v0.21.7 |
2076 | 2024-02-13T16:37:13.592Z | Compiling crossbeam-utils v0.8.16 |
2077 | 2024-02-13T16:37:13.873Z | Compiling untrusted v0.9.0 |
2078 | 2024-02-13T16:37:14.042Z | Compiling percent-encoding v2.3.1 |
2079 | 2024-02-13T16:37:14.088Z | Compiling untrusted v0.7.1 |
2080 | 2024-02-13T16:37:14.214Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2081 | 2024-02-13T16:37:14.292Z | Compiling foreign-types-shared v0.1.1 |
2082 | 2024-02-13T16:37:14.400Z | Compiling smoltcp v0.9.1 |
2083 | 2024-02-13T16:37:14.469Z | Compiling async-trait v0.1.77 |
2084 | 2024-02-13T16:37:14.680Z | Compiling foreign-types v0.3.2 |
2085 | 2024-02-13T16:37:15.018Z | Compiling chrono v0.4.31 |
2086 | 2024-02-13T16:37:16.933Z | Compiling dof v0.1.5 |
2087 | 2024-02-13T16:37:17.743Z | Compiling dtrace-parser v0.1.14 |
2088 | 2024-02-13T16:37:18.140Z | Compiling hmac v0.12.1 |
2089 | 2024-02-13T16:37:18.362Z | Compiling clap_derive v4.4.2 |
2090 | 2024-02-13T16:37:19.120Z | Compiling tokio-util v0.7.10 |
2091 | 2024-02-13T16:37:19.368Z | Compiling siphasher v0.3.11 |
2092 | 2024-02-13T16:37:19.515Z | Compiling try-lock v0.2.4 |
2093 | 2024-02-13T16:37:19.786Z | Compiling time-core v0.1.1 |
2094 | 2024-02-13T16:37:19.960Z | Compiling utf8parse v0.2.1 |
2095 | 2024-02-13T16:37:20.054Z | Compiling cpufeatures v0.2.12 |
2096 | 2024-02-13T16:37:20.139Z | Compiling anstyle v1.0.2 |
2097 | 2024-02-13T16:37:20.158Z | Compiling rustversion v1.0.14 |
2098 | 2024-02-13T16:37:20.594Z | Compiling adler v1.0.2 |
2099 | 2024-02-13T16:37:20.690Z | Compiling h2 v0.3.24 |
2100 | 2024-02-13T16:37:20.775Z | Compiling miniz_oxide v0.7.1 |
2101 | 2024-02-13T16:37:20.786Z | Compiling sha2 v0.10.8 |
2102 | 2024-02-13T16:37:22.094Z | Compiling anstyle-parse v0.2.1 |
2103 | 2024-02-13T16:37:22.511Z | Compiling time-macros v0.2.13 |
2104 | 2024-02-13T16:37:24.432Z | Compiling want v0.3.1 |
2105 | 2024-02-13T16:37:25.563Z | Compiling rustls-webpki v0.101.7 |
2106 | 2024-02-13T16:37:26.595Z | Compiling sct v0.7.0 |
2107 | 2024-02-13T16:37:26.986Z | Compiling form_urlencoded v1.2.1 |
2108 | 2024-02-13T16:37:27.275Z | Compiling http-body v0.4.5 |
2109 | 2024-02-13T16:37:27.690Z | Compiling serde_tokenstream v0.1.7 |
2110 | 2024-02-13T16:37:28.194Z | Compiling pkcs8 v0.10.2 |
2111 | 2024-02-13T16:37:28.844Z | Compiling hubpack_derive v0.1.1 |
2112 | 2024-02-13T16:37:29.366Z | Compiling socket2 v0.4.9 |
2113 | 2024-02-13T16:37:29.593Z | Compiling crossbeam-epoch v0.9.15 |
2114 | 2024-02-13T16:37:29.719Z | Compiling usdt-impl v0.5.0 |
2115 | 2024-02-13T16:37:30.030Z | Compiling httpdate v1.0.3 |
2116 | 2024-02-13T16:37:30.140Z | Compiling radium v0.7.0 |
2117 | 2024-02-13T16:37:30.213Z | Compiling openssl-probe v0.1.5 |
2118 | 2024-02-13T16:37:30.271Z | Compiling anyhow v1.0.75 |
2119 | 2024-02-13T16:37:30.483Z | Compiling colorchoice v1.0.0 |
2120 | 2024-02-13T16:37:30.647Z | Compiling slog v2.7.0 |
2121 | 2024-02-13T16:37:30.880Z | Compiling tower-service v0.3.2 |
2122 | 2024-02-13T16:37:31.113Z | Compiling anstyle-query v1.0.0 |
2123 | 2024-02-13T16:37:31.217Z | Compiling anstream v0.5.0 |
2124 | 2024-02-13T16:37:31.808Z | Compiling hyper v0.14.27 |
2125 | 2024-02-13T16:37:36.227Z | Compiling terminal_size v0.2.6 |
2126 | 2024-02-13T16:37:38.665Z | Compiling toml_datetime v0.6.5 |
2127 | 2024-02-13T16:37:39.087Z | Compiling serde_spanned v0.6.5 |
2128 | 2024-02-13T16:37:39.318Z | Compiling zerocopy v0.6.4 |
2129 | 2024-02-13T16:37:39.775Z | Compiling scroll v0.12.0 |
2130 | 2024-02-13T16:37:40.149Z | Compiling md-5 v0.10.5 |
2131 | 2024-02-13T16:37:40.326Z | Compiling stringprep v0.1.3 |
2132 | 2024-02-13T16:37:40.365Z | Compiling idna v0.5.0 |
2133 | 2024-02-13T16:37:40.607Z | Compiling diesel_table_macro_syntax v0.1.0 |
2134 | 2024-02-13T16:37:40.971Z | Compiling hash32 v0.2.1 |
2135 | 2024-02-13T16:37:41.100Z | Compiling aho-corasick v1.0.4 |
2136 | 2024-02-13T16:37:41.349Z | Compiling strsim v0.10.0 |
2137 | 2024-02-13T16:37:41.507Z | Compiling tap v1.0.1 |
2138 | 2024-02-13T16:37:41.650Z | Compiling regex-syntax v0.8.2 |
2139 | 2024-02-13T16:37:41.691Z | Compiling clap_lex v0.5.1 |
2140 | 2024-02-13T16:37:41.769Z | Compiling winnow v0.5.15 |
2141 | 2024-02-13T16:37:42.555Z | Compiling fallible-iterator v0.2.0 |
2142 | 2024-02-13T16:37:42.883Z | Compiling dyn-clone v1.0.16 |
2143 | 2024-02-13T16:37:42.896Z | Compiling gimli v0.28.0 |
2144 | 2024-02-13T16:37:43.080Z | Compiling plain v0.2.3 |
2145 | 2024-02-13T16:37:43.235Z | Compiling maybe-uninit v2.0.0 |
2146 | 2024-02-13T16:37:43.251Z | Compiling stable_deref_trait v1.2.0 |
2147 | 2024-02-13T16:37:43.680Z | Compiling goblin v0.8.0 |
2148 | 2024-02-13T16:37:43.756Z | Compiling postgres-protocol v0.6.6 |
2149 | 2024-02-13T16:37:44.624Z | Compiling clap_builder v4.4.2 |
2150 | 2024-02-13T16:37:44.929Z | Compiling wyz v0.5.1 |
2151 | 2024-02-13T16:37:45.017Z | Compiling url v2.5.0 |
2152 | 2024-02-13T16:37:45.421Z | Compiling regex-automata v0.4.4 |
2153 | 2024-02-13T16:37:45.653Z | Compiling diesel_derives v2.1.2 |
2154 | 2024-02-13T16:37:47.629Z | Compiling addr2line v0.21.0 |
2155 | 2024-02-13T16:37:48.447Z | Compiling tokio-rustls v0.24.1 |
2156 | 2024-02-13T16:37:48.848Z | Compiling strum_macros v0.25.2 |
2157 | 2024-02-13T16:37:50.263Z | Compiling tokio-native-tls v0.3.1 |
2158 | 2024-02-13T16:37:53.164Z | Compiling usdt-macro v0.3.5 |
2159 | 2024-02-13T16:37:53.167Z | Compiling usdt-attr-macro v0.3.5 |
2160 | 2024-02-13T16:37:54.469Z | Compiling phf_shared v0.11.2 |
2161 | 2024-02-13T16:37:54.989Z | Compiling block-padding v0.3.3 |
2162 | 2024-02-13T16:37:55.079Z | Compiling enum-as-inner v0.5.1 |
2163 | 2024-02-13T16:37:55.201Z | Compiling serde_repr v0.1.16 |
2164 | 2024-02-13T16:37:55.507Z | Compiling ff v0.13.0 |
2165 | 2024-02-13T16:37:55.743Z | Compiling scheduled-thread-pool v0.2.7 |
2166 | 2024-02-13T16:37:56.195Z | Compiling object v0.32.1 |
2167 | 2024-02-13T16:37:57.423Z | Compiling regex-automata v0.1.10 |
2168 | 2024-02-13T16:37:57.823Z | Compiling rustc-demangle v0.1.23 |
2169 | 2024-02-13T16:37:57.932Z | Compiling funty v2.0.0 |
2170 | 2024-02-13T16:37:58.877Z | Compiling num_threads v0.1.6 |
2171 | 2024-02-13T16:37:59.004Z | Compiling bit-vec v0.6.3 |
2172 | 2024-02-13T16:37:59.436Z | Compiling pretty-hex v0.4.1 |
2173 | 2024-02-13T16:37:59.656Z | Compiling base16ct v0.2.0 |
2174 | 2024-02-13T16:37:59.933Z | Compiling packed_struct v0.10.1 |
2175 | 2024-02-13T16:38:00.335Z | Compiling managed v0.8.0 |
2176 | 2024-02-13T16:38:00.486Z | Compiling ipnet v2.9.0 |
2177 | 2024-02-13T16:38:00.963Z | Compiling num-bigint-dig v0.8.4 |
2178 | 2024-02-13T16:38:01.576Z | Compiling deranged v0.3.8 |
2179 | 2024-02-13T16:38:01.588Z | Compiling matches v0.1.10 |
2180 | 2024-02-13T16:38:01.675Z | Compiling idna v0.2.3 |
2181 | 2024-02-13T16:38:03.408Z | Compiling time v0.3.27 |
2182 | 2024-02-13T16:38:05.927Z | Compiling sec1 v0.7.3 |
2183 | 2024-02-13T16:38:06.191Z | Compiling dof v0.3.0 |
2184 | 2024-02-13T16:38:06.478Z | Compiling bitvec v1.0.1 |
2185 | 2024-02-13T16:38:07.001Z | Compiling bstr v0.2.17 |
2186 | 2024-02-13T16:38:08.318Z | Compiling r2d2 v0.8.10 |
2187 | 2024-02-13T16:38:08.406Z | Compiling group v0.13.0 |
2188 | 2024-02-13T16:38:08.693Z | Compiling inout v0.1.3 |
2189 | 2024-02-13T16:38:08.942Z | Compiling phf v0.11.2 |
2190 | 2024-02-13T16:38:09.850Z | Compiling hyper-tls v0.5.0 |
2191 | 2024-02-13T16:38:10.200Z | Compiling regex v1.10.3 |
2192 | 2024-02-13T16:38:10.290Z | Compiling hyper-rustls v0.24.2 |
2193 | 2024-02-13T16:38:10.647Z | Compiling signal-hook-mio v0.2.3 |
2194 | 2024-02-13T16:38:10.807Z | Compiling clap v4.4.3 |
2195 | 2024-02-13T16:38:10.917Z | Compiling flate2 v1.0.28 |
2196 | 2024-02-13T16:38:11.106Z | Compiling ipnetwork v0.20.0 |
2197 | 2024-02-13T16:38:11.224Z | Compiling bzip2 v0.4.4 |
2198 | 2024-02-13T16:38:11.613Z | Compiling toml_edit v0.19.15 |
2199 | 2024-02-13T16:38:11.877Z | Compiling postgres-types v0.2.6 |
2200 | 2024-02-13T16:38:12.366Z | Compiling hubpack v0.1.2 |
2201 | 2024-02-13T16:38:12.483Z | Compiling serde_urlencoded v0.7.1 |
2202 | 2024-02-13T16:38:12.813Z | Compiling rustls-pemfile v1.0.3 |
2203 | 2024-02-13T16:38:12.881Z | Compiling phf_shared v0.10.0 |
2204 | 2024-02-13T16:38:13.018Z | Compiling hkdf v0.12.4 |
2205 | 2024-02-13T16:38:13.261Z | Compiling dtrace-parser v0.2.0 |
2206 | 2024-02-13T16:38:13.272Z | Compiling futures-executor v0.3.30 |
2207 | 2024-02-13T16:38:15.676Z | Compiling crypto-bigint v0.5.2 |
2208 | 2024-02-13T16:38:15.996Z | Compiling packed_struct_codegen v0.10.1 |
2209 | 2024-02-13T16:38:16.809Z | Compiling float-cmp v0.9.0 |
2210 | 2024-02-13T16:38:17.181Z | Compiling indexmap v1.9.3 |
2211 | 2024-02-13T16:38:17.521Z | Compiling encoding_rs v0.8.33 |
2212 | 2024-02-13T16:38:17.559Z | Compiling difflib v0.4.0 |
2213 | 2024-02-13T16:38:17.807Z | Compiling crc-catalog v2.2.0 |
2214 | 2024-02-13T16:38:17.941Z | Compiling whoami v1.4.1 |
2215 | 2024-02-13T16:38:18.614Z | Compiling mime v0.3.17 |
2216 | 2024-02-13T16:38:18.677Z | Compiling regex-automata v0.3.8 |
2217 | 2024-02-13T16:38:18.689Z | Compiling data-encoding v2.4.0 |
2218 | 2024-02-13T16:38:18.785Z | Compiling normalize-line-endings v0.3.0 |
2219 | 2024-02-13T16:38:18.910Z | Compiling static_assertions v1.1.0 |
2220 | 2024-02-13T16:38:19.155Z | Compiling fixedbitset v0.4.2 |
2221 | 2024-02-13T16:38:19.232Z | Compiling nodrop v0.1.14 |
2222 | 2024-02-13T16:38:19.361Z | Compiling precomputed-hash v0.1.1 |
2223 | 2024-02-13T16:38:19.478Z | Compiling predicates-core v1.0.6 |
2224 | 2024-02-13T16:38:19.787Z | Compiling minimal-lexical v0.2.1 |
2225 | 2024-02-13T16:38:20.311Z | Compiling either v1.9.0 |
2226 | 2024-02-13T16:38:20.466Z | Compiling unicode-width v0.1.11 |
2227 | 2024-02-13T16:38:20.649Z | Compiling webpki-roots v0.25.2 |
2228 | 2024-02-13T16:38:20.733Z | Compiling unicode-segmentation v1.10.1 |
2229 | 2024-02-13T16:38:21.165Z | Compiling new_debug_unreachable v1.0.4 |
2230 | 2024-02-13T16:38:21.259Z | Compiling string_cache v0.8.7 |
2231 | 2024-02-13T16:38:21.587Z | Compiling similar v2.3.0 |
2232 | 2024-02-13T16:38:21.686Z | Compiling reqwest v0.11.22 |
2233 | 2024-02-13T16:38:24.058Z | Compiling itertools v0.10.5 |
2234 | 2024-02-13T16:38:26.039Z | Compiling console v0.15.8 |
2235 | 2024-02-13T16:38:26.935Z | Compiling bstr v1.6.0 |
2236 | 2024-02-13T16:38:26.970Z | Compiling nom v7.1.3 |
2237 | 2024-02-13T16:38:27.450Z | Compiling predicates v3.1.0 |
2238 | 2024-02-13T16:38:28.427Z | Compiling petgraph v0.6.4 |
2239 | 2024-02-13T16:38:28.973Z | Compiling array-init v0.0.4 |
2240 | 2024-02-13T16:38:30.171Z | Compiling trust-dns-proto v0.22.0 |
2241 | 2024-02-13T16:38:30.888Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2242 | 2024-02-13T16:38:36.939Z | Compiling tokio-postgres v0.7.10 |
2243 | 2024-02-13T16:38:37.341Z | Compiling crc v3.0.1 |
2244 | 2024-02-13T16:38:38.096Z | Compiling elliptic-curve v0.13.8 |
2245 | 2024-02-13T16:38:40.007Z | Compiling toml v0.7.8 |
2246 | 2024-02-13T16:38:41.889Z | Compiling futures v0.3.30 |
2247 | 2024-02-13T16:38:43.016Z | Compiling smallvec v0.6.14 |
2248 | 2024-02-13T16:38:43.231Z | Compiling zip v0.6.6 |
2249 | 2024-02-13T16:38:43.300Z | Compiling diesel v2.1.4 |
2250 | 2024-02-13T16:38:43.396Z | Compiling yasna v0.5.2 |
2251 | 2024-02-13T16:38:43.500Z | Compiling crossterm v0.27.0 |
2252 | 2024-02-13T16:38:44.545Z | Compiling cipher v0.4.4 |
2253 | 2024-02-13T16:38:46.910Z | Compiling bit-set v0.5.3 |
2254 | 2024-02-13T16:38:47.208Z | Compiling usdt v0.3.5 |
2255 | 2024-02-13T16:38:47.479Z | Compiling is-terminal v0.4.9 |
2256 | 2024-02-13T16:38:47.721Z | Compiling toml_edit v0.21.1 |
2257 | 2024-02-13T16:38:54.710Z | Compiling pkcs1 v0.7.5 |
2258 | 2024-02-13T16:38:54.807Z | Compiling tokio-stream v0.1.14 |
2259 | 2024-02-13T16:38:56.407Z | Compiling openapiv3 v2.0.0 |
2260 | 2024-02-13T16:38:57.738Z | Compiling hex v0.4.3 |
2261 | 2024-02-13T16:38:58.532Z | Compiling hashbrown v0.13.2 |
2262 | 2024-02-13T16:38:59.802Z | Compiling signature v2.1.0 |
2263 | 2024-02-13T16:39:00.770Z | Compiling termcolor v1.2.0 |
2264 | 2024-02-13T16:39:01.712Z | Compiling hashbrown v0.12.3 |
2265 | 2024-02-13T16:39:03.043Z | Compiling lalrpop-util v0.19.12 |
2266 | 2024-02-13T16:39:03.381Z | Compiling bitfield v0.14.0 |
2267 | 2024-02-13T16:39:10.678Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2268 | 2024-02-13T16:39:13.164Z | Compiling env_logger v0.10.0 |
2269 | 2024-02-13T16:39:14.980Z | Compiling rsa v0.9.2 |
2270 | 2024-02-13T16:39:22.238Z | Compiling serde-hex v0.1.0 |
2271 | 2024-02-13T16:39:24.095Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2272 | 2024-02-13T16:39:26.553Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2273 | 2024-02-13T16:39:28.378Z | Compiling ron v0.8.1 |
2274 | 2024-02-13T16:39:28.650Z | Compiling x509-cert v0.2.4 |
2275 | 2024-02-13T16:39:35.591Z | Compiling crc-any v2.4.3 |
2276 | 2024-02-13T16:39:44.168Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2277 | 2024-02-13T16:39:57.601Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2278 | 2024-02-13T16:40:02.201Z | Compiling object v0.30.4 |
2279 | 2024-02-13T16:40:10.501Z | Compiling path-slash v0.1.5 |
2280 | 2024-02-13T16:40:10.731Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2281 | 2024-02-13T16:40:36.182Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2282 | 2024-02-13T16:40:36.945Z | Finished release [optimized] target(s) in 3m 57s |
2283 | 2024-02-13T16:40:37.018Z | |
2284 | 2024-02-13T16:40:37.018Z | real 3:57.130491938 |
2285 | 2024-02-13T16:40:37.018Z | user 26:21.952742523 |
2286 | 2024-02-13T16:40:37.018Z | sys 3:02.462864388 |
2287 | 2024-02-13T16:40:37.018Z | trap 0.801215911 |
2288 | 2024-02-13T16:40:37.021Z | tflt 1.984821843 |
2289 | 2024-02-13T16:40:37.021Z | dflt 0.677587505 |
2290 | 2024-02-13T16:40:37.021Z | kflt 0.000298523 |
2291 | 2024-02-13T16:40:37.021Z | lock 59:55.972663313 |
2292 | 2024-02-13T16:40:37.021Z | slp 1:17:47.836552040 |
2293 | 2024-02-13T16:40:37.021Z | lat 1:26.400209976 |
2294 | 2024-02-13T16:40:37.021Z | stop 1:19.804555865 |
2295 | 2024-02-13T16:40:37.021Z | + ptime -m gzip |
2296 | 2024-02-13T16:40:37.476Z | |
2297 | 2024-02-13T16:40:37.479Z | real 0.455159423 |
2298 | 2024-02-13T16:40:37.479Z | user 0.449281017 |
2299 | 2024-02-13T16:40:37.480Z | sys 0.005337245 |
2300 | 2024-02-13T16:40:37.480Z | trap 0.000029625 |
2301 | 2024-02-13T16:40:37.480Z | tflt 0.000000000 |
2302 | 2024-02-13T16:40:37.480Z | dflt 0.000000000 |
2303 | 2024-02-13T16:40:37.480Z | kflt 0.000000000 |
2304 | 2024-02-13T16:40:37.480Z | lock 0.000000000 |
2305 | 2024-02-13T16:40:37.480Z | slp 0.000000000 |
2306 | 2024-02-13T16:40:37.480Z | lat 0.000115199 |
2307 | 2024-02-13T16:40:37.480Z | stop 0.000175457 |
2308 | 2024-02-13T16:40:37.480Z | + banner tufaceous |
2309 | 2024-02-13T16:40:37.480Z | |
2310 | 2024-02-13T16:40:37.480Z | ##### # # ###### ## #### ###### #### # # #### |
2311 | 2024-02-13T16:40:37.480Z | # # # # # # # # # # # # # # |
2312 | 2024-02-13T16:40:37.480Z | # # # ##### # # # ##### # # # # #### |
2313 | 2024-02-13T16:40:37.480Z | # # # # ###### # # # # # # # |
2314 | 2024-02-13T16:40:37.480Z | # # # # # # # # # # # # # # # |
2315 | 2024-02-13T16:40:37.480Z | # #### # # # #### ###### #### #### #### |
2316 | 2024-02-13T16:40:37.480Z | |
2317 | 2024-02-13T16:40:37.480Z | + ptime -m cargo build --locked -p tufaceous --release |
2318 | 2024-02-13T16:40:37.883Z | Downloading crates ... |
2319 | 2024-02-13T16:40:38.158Z | Downloaded parse-size v1.0.0 |
2320 | 2024-02-13T16:40:38.161Z | Downloaded async-recursion v1.0.5 |
2321 | 2024-02-13T16:40:38.167Z | Downloaded serde_plain v1.0.2 |
2322 | 2024-02-13T16:40:38.170Z | Downloaded globset v0.4.13 |
2323 | 2024-02-13T16:40:38.179Z | Downloaded doc-comment v0.3.3 |
2324 | 2024-02-13T16:40:38.183Z | Downloaded pin-project v1.1.3 |
2325 | 2024-02-13T16:40:38.195Z | Downloaded buf-list v1.0.3 |
2326 | 2024-02-13T16:40:38.198Z | Downloaded pin-project-internal v1.1.3 |
2327 | 2024-02-13T16:40:38.201Z | Downloaded humantime v2.1.0 |
2328 | 2024-02-13T16:40:38.201Z | Downloaded snafu-derive v0.7.5 |
2329 | 2024-02-13T16:40:38.204Z | Downloaded typed-path v0.7.0 |
2330 | 2024-02-13T16:40:38.207Z | Downloaded tough v0.16.0 |
2331 | 2024-02-13T16:40:38.215Z | Downloaded snafu v0.7.5 |
2332 | 2024-02-13T16:40:38.224Z | Downloaded olpc-cjson v0.1.3 |
2333 | 2024-02-13T16:40:38.227Z | Downloaded fs-err v2.11.0 |
2334 | 2024-02-13T16:40:38.319Z | Compiling serde_tokenstream v0.2.0 |
2335 | 2024-02-13T16:40:38.382Z | Compiling regress v0.7.1 |
2336 | 2024-02-13T16:40:38.394Z | Compiling dirs-sys-next v0.1.2 |
2337 | 2024-02-13T16:40:38.397Z | Compiling rustls-pki-types v1.1.0 |
2338 | 2024-02-13T16:40:38.397Z | Compiling ident_case v1.0.1 |
2339 | 2024-02-13T16:40:38.418Z | Compiling thread_local v1.1.7 |
2340 | 2024-02-13T16:40:38.421Z | Compiling heck v0.4.1 |
2341 | 2024-02-13T16:40:38.550Z | Compiling dirs-next v2.0.0 |
2342 | 2024-02-13T16:40:38.786Z | Compiling darling_core v0.20.3 |
2343 | 2024-02-13T16:40:38.856Z | Compiling camino v1.1.6 |
2344 | 2024-02-13T16:40:39.267Z | Compiling rustls v0.22.2 |
2345 | 2024-02-13T16:40:39.437Z | Compiling slog-async v2.8.0 |
2346 | 2024-02-13T16:40:39.593Z | Compiling rustls-webpki v0.102.1 |
2347 | 2024-02-13T16:40:39.608Z | Compiling term v0.7.0 |
2348 | 2024-02-13T16:40:39.677Z | Compiling crossbeam-channel v0.5.8 |
2349 | 2024-02-13T16:40:39.785Z | Compiling getopts v0.2.21 |
2350 | 2024-02-13T16:40:39.982Z | Compiling structmeta-derive v0.3.0 |
2351 | 2024-02-13T16:40:40.665Z | Compiling atty v0.2.14 |
2352 | 2024-02-13T16:40:40.811Z | Compiling multer v3.0.0 |
2353 | 2024-02-13T16:40:41.141Z | Compiling paste v1.0.14 |
2354 | 2024-02-13T16:40:41.465Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2355 | 2024-02-13T16:40:41.612Z | Compiling take_mut v0.2.2 |
2356 | 2024-02-13T16:40:42.733Z | Compiling unsafe-libyaml v0.2.10 |
2357 | 2024-02-13T16:40:43.038Z | Compiling doc-comment v0.3.3 |
2358 | 2024-02-13T16:40:43.560Z | Compiling match_cfg v0.1.0 |
2359 | 2024-02-13T16:40:43.660Z | Compiling hostname v0.3.1 |
2360 | 2024-02-13T16:40:44.073Z | Compiling serde_yaml v0.9.25 |
2361 | 2024-02-13T16:40:44.211Z | Compiling darling_macro v0.20.3 |
2362 | 2024-02-13T16:40:44.458Z | Compiling structmeta v0.3.0 |
2363 | 2024-02-13T16:40:44.663Z | Compiling slog-term v2.9.0 |
2364 | 2024-02-13T16:40:45.179Z | Compiling darling v0.20.3 |
2365 | 2024-02-13T16:40:47.727Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2366 | 2024-02-13T16:40:47.747Z | Compiling slog-json v2.6.1 |
2367 | 2024-02-13T16:40:47.766Z | Compiling http v1.0.0 |
2368 | 2024-02-13T16:40:48.027Z | Compiling async-stream-impl v0.3.5 |
2369 | 2024-02-13T16:40:48.276Z | Compiling pin-project-internal v1.1.3 |
2370 | 2024-02-13T16:40:49.334Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2371 | 2024-02-13T16:40:49.424Z | Compiling fastrand v2.0.1 |
2372 | 2024-02-13T16:40:49.513Z | Compiling atomic-waker v1.1.1 |
2373 | 2024-02-13T16:40:49.703Z | Compiling waitgroup v0.1.2 |
2374 | 2024-02-13T16:40:49.943Z | Compiling tempfile v3.10.0 |
2375 | 2024-02-13T16:40:50.093Z | Compiling tokio-rustls v0.25.0 |
2376 | 2024-02-13T16:40:50.571Z | Compiling async-stream v0.3.5 |
2377 | 2024-02-13T16:40:50.894Z | Compiling slog-bunyan v2.5.0 |
2378 | 2024-02-13T16:40:51.130Z | Compiling pin-project v1.1.3 |
2379 | 2024-02-13T16:40:51.257Z | Compiling serde_with_macros v3.6.0 |
2380 | 2024-02-13T16:40:51.260Z | Compiling parse-display-derive v0.9.0 |
2381 | 2024-02-13T16:40:53.023Z | Compiling toml v0.8.9 |
2382 | 2024-02-13T16:40:53.055Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2383 | 2024-02-13T16:40:53.082Z | Compiling rustls-pemfile v2.0.0 |
2384 | 2024-02-13T16:40:53.337Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2385 | 2024-02-13T16:40:53.809Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2386 | 2024-02-13T16:40:54.199Z | Compiling sha1 v0.10.6 |
2387 | 2024-02-13T16:40:55.073Z | Compiling snafu-derive v0.7.5 |
2388 | 2024-02-13T16:40:55.157Z | Compiling serde_path_to_error v0.1.15 |
2389 | 2024-02-13T16:40:55.229Z | Compiling instant v0.1.12 |
2390 | 2024-02-13T16:40:55.384Z | Compiling fs-err v2.11.0 |
2391 | 2024-02-13T16:40:55.387Z | Compiling arc-swap v1.6.0 |
2392 | 2024-02-13T16:40:55.715Z | Compiling same-file v1.0.6 |
2393 | 2024-02-13T16:40:56.016Z | Compiling buf-list v1.0.3 |
2394 | 2024-02-13T16:40:56.181Z | Compiling debug-ignore v1.0.5 |
2395 | 2024-02-13T16:40:56.184Z | Compiling slog-scope v4.4.0 |
2396 | 2024-02-13T16:40:56.662Z | Compiling walkdir v2.4.0 |
2397 | 2024-02-13T16:40:57.243Z | Compiling backoff v0.4.0 |
2398 | 2024-02-13T16:40:57.627Z | Compiling parse-display v0.9.0 |
2399 | 2024-02-13T16:40:57.852Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2400 | 2024-02-13T16:40:57.993Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2401 | 2024-02-13T16:40:58.752Z | Compiling serde_with v3.6.0 |
2402 | 2024-02-13T16:40:59.587Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2403 | 2024-02-13T16:41:00.201Z | Compiling snafu v0.7.5 |
2404 | 2024-02-13T16:41:00.385Z | Compiling globset v0.4.13 |
2405 | 2024-02-13T16:41:01.691Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2406 | 2024-02-13T16:41:01.879Z | Compiling strum v0.25.0 |
2407 | 2024-02-13T16:41:02.073Z | Compiling olpc-cjson v0.1.3 |
2408 | 2024-02-13T16:41:02.656Z | Compiling pem v3.0.2 |
2409 | 2024-02-13T16:41:03.653Z | Compiling macaddr v1.0.1 |
2410 | 2024-02-13T16:41:04.315Z | Compiling serde_plain v1.0.2 |
2411 | 2024-02-13T16:41:04.424Z | Compiling async-recursion v1.0.5 |
2412 | 2024-02-13T16:41:04.834Z | Compiling filetime v0.2.23 |
2413 | 2024-02-13T16:41:04.845Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2414 | 2024-02-13T16:41:05.192Z | Compiling xattr v1.0.1 |
2415 | 2024-02-13T16:41:05.459Z | Compiling typed-path v0.7.0 |
2416 | 2024-02-13T16:41:05.476Z | Compiling tar v0.4.40 |
2417 | 2024-02-13T16:41:09.279Z | Compiling tough v0.16.0 |
2418 | 2024-02-13T16:41:12.829Z | Compiling slog-stdlog v4.1.1 |
2419 | 2024-02-13T16:41:13.288Z | Compiling camino-tempfile v1.1.1 |
2420 | 2024-02-13T16:41:13.767Z | Compiling itertools v0.12.1 |
2421 | 2024-02-13T16:41:14.087Z | Compiling parse-size v1.0.0 |
2422 | 2024-02-13T16:41:14.419Z | Compiling slog-envlogger v2.2.0 |
2423 | 2024-02-13T16:41:17.198Z | Compiling humantime v2.1.0 |
2424 | 2024-02-13T16:41:20.841Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2425 | 2024-02-13T16:41:21.063Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2426 | 2024-02-13T16:41:30.768Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2427 | 2024-02-13T16:41:32.605Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2428 | 2024-02-13T16:41:52.290Z | Finished release [optimized] target(s) in 1m 14s |
2429 | 2024-02-13T16:41:52.366Z | |
2430 | 2024-02-13T16:41:52.369Z | real 1:14.851868961 |
2431 | 2024-02-13T16:41:52.369Z | user 8:17.197820665 |
2432 | 2024-02-13T16:41:52.369Z | sys 37.213174668 |
2433 | 2024-02-13T16:41:52.369Z | trap 0.229563595 |
2434 | 2024-02-13T16:41:52.369Z | tflt 0.455054623 |
2435 | 2024-02-13T16:41:52.369Z | dflt 0.299403809 |
2436 | 2024-02-13T16:41:52.369Z | kflt 0.000017776 |
2437 | 2024-02-13T16:41:52.369Z | lock 17:21.890602684 |
2438 | 2024-02-13T16:41:52.369Z | slp 18:53.159343249 |
2439 | 2024-02-13T16:41:52.369Z | lat 18.242894511 |
2440 | 2024-02-13T16:41:52.369Z | stop 12.667717755 |
2441 | 2024-02-13T16:41:52.369Z | + ptime -m gzip |
2442 | 2024-02-13T16:41:54.105Z | |
2443 | 2024-02-13T16:41:54.108Z | real 1.735445427 |
2444 | 2024-02-13T16:41:54.108Z | user 1.718105933 |
2445 | 2024-02-13T16:41:54.109Z | sys 0.016464313 |
2446 | 2024-02-13T16:41:54.109Z | trap 0.000217651 |
2447 | 2024-02-13T16:41:54.109Z | tflt 0.000000000 |
2448 | 2024-02-13T16:41:54.109Z | dflt 0.000000000 |
2449 | 2024-02-13T16:41:54.109Z | kflt 0.000000000 |
2450 | 2024-02-13T16:41:54.109Z | lock 0.000000000 |
2451 | 2024-02-13T16:41:54.109Z | slp 0.000000000 |
2452 | 2024-02-13T16:41:54.109Z | lat 0.000262971 |
2453 | 2024-02-13T16:41:54.109Z | stop 0.000180456 |
2454 | 2024-02-13T16:41:54.109Z | process exited: duration 798191 ms, exit code 0 |
|
2455 | 2024-02-13T16:41:54.124Z | found 5 output files |
2456 | 2024-02-13T16:41:54.124Z | uploading: /work/end-to-end-tests/bootstrap-000e38cfb9ecff29.gz (10676687 bytes) |
2457 | 2024-02-13T16:41:58.761Z | uploaded: /work/end-to-end-tests/bootstrap-000e38cfb9ecff29.gz |
2458 | 2024-02-13T16:41:58.761Z | uploading: /work/end-to-end-tests/bootstrap.gz (109040523 bytes) |
2459 | 2024-02-13T16:42:29.284Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2460 | 2024-02-13T16:42:29.284Z | uploading: /work/end-to-end-tests/end_to_end_tests-a157f2ab3f0f1a11.gz (112241176 bytes) |
2461 | 2024-02-13T16:43:00.898Z | uploaded: /work/end-to-end-tests/end_to_end_tests-a157f2ab3f0f1a11.gz |
2462 | 2024-02-13T16:43:00.898Z | uploading: /work/caboose-util.gz (4102787 bytes) |
2463 | 2024-02-13T16:43:02.812Z | uploaded: /work/caboose-util.gz |
2464 | 2024-02-13T16:43:02.815Z | uploading: /work/tufaceous.gz (15851134 bytes) |
2465 | 2024-02-13T16:43:07.494Z | uploaded: /work/tufaceous.gz |