|
|
|
1 | 2024-02-14T20:19:53.555Z | job assigned to worker 01HPMMBKKZGSG3M7KJHAH34GDC (queued for 53 s) |
|
2 | 2024-02-14T20:19:54.683Z | starting task 0: "setup" |
3 | 2024-02-14T20:19:54.792Z | ++ uname -s |
4 | 2024-02-14T20:19:54.813Z | + kern=SunOS |
5 | 2024-02-14T20:19:54.813Z | + case "$kern" in |
6 | 2024-02-14T20:19:54.813Z | + groupadd -g 12345 build |
7 | 2024-02-14T20:19:54.813Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-14T20:19:56.775Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-14T20:19:56.853Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-14T20:19:56.856Z | + home_fs=zfs |
11 | 2024-02-14T20:19:56.856Z | + [[ zfs == autofs ]] |
12 | 2024-02-14T20:19:56.856Z | + mkdir -p /home/build |
13 | 2024-02-14T20:19:56.859Z | + chown build:build /home/build /work |
14 | 2024-02-14T20:19:58.860Z | + chmod 0700 /home/build /work |
15 | 2024-02-14T20:19:58.863Z | process exited: duration 4179 ms, exit code 0 |
|
16 | 2024-02-14T20:19:58.869Z | starting task 1: "rust-toolchain" |
17 | 2024-02-14T20:19:58.875Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-14T20:19:58.878Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-14T20:19:58.992Z | info: downloading installer |
20 | 2024-02-14T20:20:00.472Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-14T20:20:00.472Z | warning: /opt/ooce/bin |
22 | 2024-02-14T20:20:00.472Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-14T20:20:00.473Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-14T20:20:00.473Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-14T20:20:00.473Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-14T20:20:00.473Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-14T20:20:00.474Z | error: cannot install while Rust is installed |
28 | 2024-02-14T20:20:00.474Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-14T20:20:00.571Z | info: profile set to 'default' |
30 | 2024-02-14T20:20:00.571Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-14T20:20:00.588Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-14T20:20:00.732Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-14T20:20:00.733Z | info: downloading component 'cargo' |
34 | 2024-02-14T20:20:01.692Z | info: downloading component 'clippy' |
35 | 2024-02-14T20:20:02.011Z | info: downloading component 'rust-docs' |
36 | 2024-02-14T20:20:03.121Z | info: downloading component 'rust-std' |
37 | 2024-02-14T20:20:05.140Z | info: downloading component 'rustc' |
38 | 2024-02-14T20:20:10.007Z | info: downloading component 'rustfmt' |
39 | 2024-02-14T20:20:11.411Z | info: installing component 'cargo' |
40 | 2024-02-14T20:20:12.297Z | info: installing component 'clippy' |
41 | 2024-02-14T20:20:12.700Z | info: installing component 'rust-docs' |
42 | 2024-02-14T20:20:14.213Z | info: installing component 'rust-std' |
43 | 2024-02-14T20:20:16.200Z | info: installing component 'rustc' |
44 | 2024-02-14T20:20:20.523Z | info: installing component 'rustfmt' |
45 | 2024-02-14T20:20:20.855Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-14T20:20:20.855Z | |
47 | 2024-02-14T20:20:21.143Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-14T20:20:21.144Z | |
49 | 2024-02-14T20:20:21.147Z | |
50 | 2024-02-14T20:20:21.147Z | Rust is installed now. Great! |
51 | 2024-02-14T20:20:21.147Z | |
52 | 2024-02-14T20:20:21.147Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-14T20:20:21.147Z | environment variable. This has not been done automatically. |
54 | 2024-02-14T20:20:21.147Z | |
55 | 2024-02-14T20:20:21.148Z | To configure your current shell, run: |
56 | 2024-02-14T20:20:21.148Z | source "$HOME/.cargo/env" |
57 | 2024-02-14T20:20:21.199Z | + rustc --version |
58 | 2024-02-14T20:20:21.681Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-14T20:20:21.691Z | process exited: duration 22393 ms, exit code 0 |
|
60 | 2024-02-14T20:20:21.714Z | starting task 2: "authentication" |
61 | 2024-02-14T20:20:22.563Z | process exited: duration 444 ms, exit code 0 |
|
62 | 2024-02-14T20:20:22.570Z | starting task 3: "clone repository" |
63 | 2024-02-14T20:20:22.577Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-14T20:20:22.585Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-14T20:20:22.796Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-14T20:20:28.692Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-14T20:20:28.692Z | + git fetch origin 049bfdab7bee3af919d71c2ae379a1663d6e9bee |
68 | 2024-02-14T20:20:29.016Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-14T20:20:29.016Z | * branch 049bfdab7bee3af919d71c2ae379a1663d6e9bee -> FETCH_HEAD |
70 | 2024-02-14T20:20:29.024Z | + [[ -n renovate/toml-0.x ]] |
71 | 2024-02-14T20:20:29.025Z | ++ git branch --show-current |
72 | 2024-02-14T20:20:29.036Z | + current=main |
73 | 2024-02-14T20:20:29.036Z | + [[ main != renovate/toml-0.x ]] |
74 | 2024-02-14T20:20:29.037Z | + git branch -f renovate/toml-0.x 049bfdab7bee3af919d71c2ae379a1663d6e9bee |
75 | 2024-02-14T20:20:29.037Z | + git checkout -f renovate/toml-0.x |
76 | 2024-02-14T20:20:29.142Z | Switched to branch 'renovate/toml-0.x' |
77 | 2024-02-14T20:20:29.147Z | + git reset --hard 049bfdab7bee3af919d71c2ae379a1663d6e9bee |
78 | 2024-02-14T20:20:29.258Z | HEAD is now at 049bfdab7 merge main into branch |
79 | 2024-02-14T20:20:29.261Z | process exited: duration 6678 ms, exit code 0 |
|
80 | 2024-02-14T20:20:29.268Z | starting task 4: "build" |
81 | 2024-02-14T20:20:29.273Z | + cargo --version |
82 | 2024-02-14T20:20:29.280Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-14T20:20:29.417Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-14T20:20:29.417Z | info: downloading component 'cargo' |
85 | 2024-02-14T20:20:30.118Z | info: downloading component 'clippy' |
86 | 2024-02-14T20:20:30.339Z | info: downloading component 'rust-docs' |
87 | 2024-02-14T20:20:31.192Z | info: downloading component 'rust-std' |
88 | 2024-02-14T20:20:32.462Z | info: downloading component 'rustc' |
89 | 2024-02-14T20:20:36.078Z | info: downloading component 'rustfmt' |
90 | 2024-02-14T20:20:36.273Z | info: installing component 'cargo' |
91 | 2024-02-14T20:20:37.162Z | info: installing component 'clippy' |
92 | 2024-02-14T20:20:37.537Z | info: installing component 'rust-docs' |
93 | 2024-02-14T20:20:39.024Z | info: installing component 'rust-std' |
94 | 2024-02-14T20:20:40.605Z | info: installing component 'rustc' |
95 | 2024-02-14T20:20:44.896Z | info: installing component 'rustfmt' |
96 | 2024-02-14T20:20:45.286Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-14T20:20:45.292Z | + rustc --version |
98 | 2024-02-14T20:20:45.352Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-14T20:20:45.355Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-02-14T20:21:01.516Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-02-14T20:21:02.874Z | Startup: Caching catalogs ... Done |
102 | 2024-02-14T20:21:04.076Z | Planning: Solver setup ... Done (0.884s) |
103 | 2024-02-14T20:21:04.097Z | Planning: Running solver ... Done (0.020s) |
104 | 2024-02-14T20:21:04.655Z | Planning: Finding local manifests ... Done (0.541s) |
105 | 2024-02-14T20:21:04.667Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-02-14T20:21:04.914Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-02-14T20:21:04.961Z | Planning: Package planning ... Done (0.049s) |
108 | 2024-02-14T20:21:05.011Z | Planning: Merging actions ... Done (0.051s) |
109 | 2024-02-14T20:21:06.854Z | Planning: Checking for conflicting actions ... Done (1.825s) |
110 | 2024-02-14T20:21:06.867Z | Planning: Consolidating action changes ... Done (0.011s) |
111 | 2024-02-14T20:21:13.429Z | Planning: Evaluating mediators ... Done (6.579s) |
112 | 2024-02-14T20:21:13.438Z | Planning: Planning completed in 10.51 seconds |
113 | 2024-02-14T20:21:13.452Z | Packages to install: 4 |
114 | 2024-02-14T20:21:13.452Z | Mediators to change: 2 |
115 | 2024-02-14T20:21:13.452Z | Services to change: 1 |
116 | 2024-02-14T20:21:13.455Z | Estimated space available: 148.87 GB |
117 | 2024-02-14T20:21:13.455Z | Estimated space to be consumed: 1.41 GB |
118 | 2024-02-14T20:21:13.455Z | Create boot environment: No |
119 | 2024-02-14T20:21:13.455Z | Create backup boot environment: No |
120 | 2024-02-14T20:21:13.455Z | Rebuild boot archive: No |
121 | 2024-02-14T20:21:13.456Z | |
122 | 2024-02-14T20:21:13.456Z | Changed mediators: |
123 | 2024-02-14T20:21:13.456Z | mediator clang: |
124 | 2024-02-14T20:21:13.456Z | version: None -> 15 (system default) |
125 | 2024-02-14T20:21:13.456Z | |
126 | 2024-02-14T20:21:13.456Z | mediator llvm: |
127 | 2024-02-14T20:21:13.456Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-02-14T20:21:13.456Z | |
129 | 2024-02-14T20:21:13.456Z | Changed packages: |
130 | 2024-02-14T20:21:13.456Z | helios-dev |
131 | 2024-02-14T20:21:13.456Z | developer/build-essential |
132 | 2024-02-14T20:21:13.456Z | None -> 11-2.0 |
133 | 2024-02-14T20:21:13.456Z | library/libxmlsec1 |
134 | 2024-02-14T20:21:13.456Z | None -> 1.2.35-2.0 |
135 | 2024-02-14T20:21:13.456Z | ooce/developer/clang-15 |
136 | 2024-02-14T20:21:13.456Z | None -> 15.0.7-2.0 |
137 | 2024-02-14T20:21:13.456Z | ooce/developer/llvm-15 |
138 | 2024-02-14T20:21:13.456Z | None -> 15.0.7-2.0 |
139 | 2024-02-14T20:21:13.456Z | |
140 | 2024-02-14T20:21:13.456Z | Services: |
141 | 2024-02-14T20:21:13.456Z | restart_fmri: |
142 | 2024-02-14T20:21:13.456Z | svc:/system/update-man-index:default |
143 | 2024-02-14T20:21:13.977Z | |
144 | 2024-02-14T20:21:13.977Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-02-14T20:21:18.981Z | Download: 683/3290 items 3.7/212.6MB 1% complete (774k/s) |
146 | 2024-02-14T20:21:23.983Z | Download: 1192/3290 items 62.8/212.6MB 29% complete (6.2M/s) |
147 | 2024-02-14T20:21:29.169Z | Download: 1198/3290 items 71.7/212.6MB 33% complete (6.8M/s) |
148 | 2024-02-14T20:21:34.183Z | Download: 1324/3290 items 110.0/212.6MB 51% complete (4.5M/s) |
149 | 2024-02-14T20:21:39.192Z | Download: 2233/3290 items 119.3/212.6MB 56% complete (4.8M/s) |
150 | 2024-02-14T20:21:44.205Z | Download: 3146/3290 items 139.6/212.6MB 65% complete (2.9M/s) |
151 | 2024-02-14T20:21:48.377Z | Download: Completed 212.60 MB in 34.39 seconds (6.2M/s) |
152 | 2024-02-14T20:21:48.598Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-02-14T20:21:53.603Z | Actions: 3570/3689 actions (Installing new actions) |
154 | 2024-02-14T20:21:53.998Z | Actions: Completed 3689 actions in 5.40 seconds. |
155 | 2024-02-14T20:21:54.089Z | Done (0.086s) |
156 | 2024-02-14T20:21:54.089Z | Done (0.000s) |
157 | 2024-02-14T20:21:54.306Z | Done (0.217s) |
158 | 2024-02-14T20:22:00.949Z | Done (6.516s) |
159 | 2024-02-14T20:22:01.187Z | Done (0.166s) |
160 | 2024-02-14T20:22:01.191Z | Done (0.000s) |
161 | 2024-02-14T20:22:01.353Z | Done (0.000s) |
162 | 2024-02-14T20:22:01.856Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-02-14T20:22:02.023Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-02-14T20:22:02.027Z | Planning: Consolidating action changes ... Done |
165 | 2024-02-14T20:22:02.294Z | Planning: Evaluating mediators ... Done |
166 | 2024-02-14T20:22:02.297Z | Planning: Planning completed in 0.44 seconds |
167 | 2024-02-14T20:22:02.329Z | Mediators to change: 2 |
168 | 2024-02-14T20:22:02.329Z | Create boot environment: No |
169 | 2024-02-14T20:22:02.334Z | Create backup boot environment: No |
170 | 2024-02-14T20:22:02.395Z | Done |
171 | 2024-02-14T20:22:02.395Z | Done |
172 | 2024-02-14T20:22:02.521Z | Done |
173 | 2024-02-14T20:22:06.258Z | Done |
174 | 2024-02-14T20:22:06.347Z | Done |
175 | 2024-02-14T20:22:06.349Z | Done |
176 | 2024-02-14T20:22:06.442Z | Done |
177 | 2024-02-14T20:22:07.105Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-02-14T20:22:07.109Z | Planning: Merging actions ... Done |
179 | 2024-02-14T20:22:07.293Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-02-14T20:22:07.296Z | Planning: Consolidating action changes ... Done |
181 | 2024-02-14T20:22:07.558Z | Planning: Evaluating mediators ... Done |
182 | 2024-02-14T20:22:07.614Z | Planning: Planning completed in 0.78 seconds |
183 | 2024-02-14T20:22:07.648Z | Packages to change: 1 |
184 | 2024-02-14T20:22:07.648Z | Mediators to change: 1 |
185 | 2024-02-14T20:22:07.651Z | Services to change: 1 |
186 | 2024-02-14T20:22:07.651Z | Create boot environment: No |
187 | 2024-02-14T20:22:07.651Z | Create backup boot environment: Yes |
188 | 2024-02-14T20:22:09.540Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-02-14T20:22:09.661Z | Actions: Completed 6 actions in 0.12 seconds. |
190 | 2024-02-14T20:22:09.664Z | Done |
191 | 2024-02-14T20:22:09.664Z | Done |
192 | 2024-02-14T20:22:09.708Z | Done |
193 | 2024-02-14T20:22:13.467Z | Done |
194 | 2024-02-14T20:22:13.556Z | Done |
195 | 2024-02-14T20:22:13.559Z | Done |
196 | 2024-02-14T20:22:13.663Z | Done |
197 | 2024-02-14T20:22:14.101Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-02-14T20:22:14.101Z | clang system 15 system |
199 | 2024-02-14T20:22:14.101Z | csh system system illumos |
200 | 2024-02-14T20:22:14.101Z | ctags system system illumos |
201 | 2024-02-14T20:22:14.101Z | gcc vendor 12 vendor |
202 | 2024-02-14T20:22:14.101Z | gcc system 10 system |
203 | 2024-02-14T20:22:14.101Z | gcc system 7 system |
204 | 2024-02-14T20:22:14.101Z | go system 1.20 system |
205 | 2024-02-14T20:22:14.101Z | go system 1.19 system |
206 | 2024-02-14T20:22:14.101Z | llvm system 15 system |
207 | 2024-02-14T20:22:14.101Z | llvm system 14 system |
208 | 2024-02-14T20:22:14.101Z | mariadb system 10.6 system |
209 | 2024-02-14T20:22:14.101Z | mta vendor vendor dma |
210 | 2024-02-14T20:22:14.101Z | openjdk system 17 system |
211 | 2024-02-14T20:22:14.101Z | openjdk system 11 system |
212 | 2024-02-14T20:22:14.101Z | openjdk system 1.8 system |
213 | 2024-02-14T20:22:14.102Z | openssl vendor 3 vendor |
214 | 2024-02-14T20:22:14.102Z | perl system 5.36 system |
215 | 2024-02-14T20:22:14.102Z | postgresql system 15 system |
216 | 2024-02-14T20:22:14.102Z | postgresql system 13 system |
217 | 2024-02-14T20:22:14.102Z | python vendor 3 vendor |
218 | 2024-02-14T20:22:14.102Z | python system 2 system |
219 | 2024-02-14T20:22:14.102Z | python3 system 3.11 system |
220 | 2024-02-14T20:22:14.102Z | ruby system 3.0 system |
221 | 2024-02-14T20:22:14.102Z | words vendor vendor american-english |
222 | 2024-02-14T20:22:14.102Z | words system system australian-english |
223 | 2024-02-14T20:22:14.102Z | words system system british-english |
224 | 2024-02-14T20:22:14.102Z | words system system canadian-english |
225 | 2024-02-14T20:22:14.102Z | words system system french |
226 | 2024-02-14T20:22:14.102Z | words system system italian |
227 | 2024-02-14T20:22:14.102Z | words system system ngerman |
228 | 2024-02-14T20:22:14.102Z | words system system ogerman |
229 | 2024-02-14T20:22:14.102Z | words system system spanish |
230 | 2024-02-14T20:22:14.426Z | FMRI IFO |
231 | 2024-02-14T20:22:14.426Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-02-14T20:22:14.426Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-02-14T20:22:14.426Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-02-14T20:22:14.426Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-02-14T20:22:14.427Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-02-14T20:22:14.427Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-02-14T20:22:14.427Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-02-14T20:22:14.427Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-02-14T20:22:14.479Z | + set -o errexit |
240 | 2024-02-14T20:22:14.482Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2024-02-14T20:22:14.483Z | ++ cd ./tools |
242 | 2024-02-14T20:22:14.483Z | ++ pwd |
243 | 2024-02-14T20:22:14.483Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2024-02-14T20:22:14.483Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2024-02-14T20:22:14.483Z | + ARG0=ci_download_cockroachdb |
246 | 2024-02-14T20:22:14.486Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2024-02-14T20:22:14.486Z | + CIDL_VERSION=v22.1.9 |
248 | 2024-02-14T20:22:14.486Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2024-02-14T20:22:14.486Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
250 | 2024-02-14T20:22:14.486Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
251 | 2024-02-14T20:22:14.486Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
252 | 2024-02-14T20:22:14.487Z | + TARGET_DIR=out |
253 | 2024-02-14T20:22:14.487Z | + DOWNLOAD_DIR=out/downloads |
254 | 2024-02-14T20:22:14.487Z | + DEST_DIR=./out/cockroachdb |
255 | 2024-02-14T20:22:14.487Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2024-02-14T20:22:14.487Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2024-02-14T20:22:14.487Z | + main |
258 | 2024-02-14T20:22:14.487Z | + [[ 0 != 0 ]] |
259 | 2024-02-14T20:22:14.487Z | + CIDL_OS=solaris2.11 |
260 | 2024-02-14T20:22:14.487Z | + [[ 0 != 0 ]] |
261 | 2024-02-14T20:22:14.487Z | + configure_os solaris2.11 |
262 | 2024-02-14T20:22:14.487Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2024-02-14T20:22:14.487Z | current directory: /work/oxidecomputer/omicron |
264 | 2024-02-14T20:22:14.487Z | + echo 'configuring based on OS: "solaris2.11"' |
265 | 2024-02-14T20:22:14.487Z | + case "$1" in |
266 | 2024-02-14T20:22:14.487Z | configuring based on OS: "solaris2.11" |
267 | 2024-02-14T20:22:14.487Z | + CIDL_BUILD=illumos |
268 | 2024-02-14T20:22:14.487Z | + CIDL_SUFFIX=tar.gz |
269 | 2024-02-14T20:22:14.487Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
270 | 2024-02-14T20:22:14.487Z | + CIDL_URL_BASE=https://illumos.org/downloads |
271 | 2024-02-14T20:22:14.487Z | + CIDL_ASSEMBLE=do_assemble_illumos |
272 | 2024-02-14T20:22:14.487Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
273 | 2024-02-14T20:22:14.487Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-14T20:22:14.487Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-14T20:22:14.487Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
276 | 2024-02-14T20:22:14.487Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-14T20:22:14.488Z | + CIDL_SHA256FUNC=do_sha256sum |
278 | 2024-02-14T20:22:14.488Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-02-14T20:22:14.488Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2024-02-14T20:22:14.488Z | + mkdir -p out/downloads |
281 | 2024-02-14T20:22:14.488Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-14T20:22:14.488Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-02-14T20:22:14.491Z | + mkdir -p ./out/cockroachdb |
284 | 2024-02-14T20:22:14.491Z | + local DO_DOWNLOAD=true |
285 | 2024-02-14T20:22:14.491Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2024-02-14T20:22:14.491Z | + '[' true == true ']' |
287 | 2024-02-14T20:22:14.491Z | + echo Downloading... |
288 | 2024-02-14T20:22:14.491Z | Downloading... |
289 | 2024-02-14T20:22:14.491Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-14T20:22:14.492Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-02-14T20:22:24.044Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-14T20:22:24.047Z | ++ sha256sum |
293 | 2024-02-14T20:22:24.047Z | ++ awk '{print $1}' |
294 | 2024-02-14T20:22:24.141Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
295 | 2024-02-14T20:22:24.141Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
296 | 2024-02-14T20:22:24.147Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-14T20:22:24.147Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2024-02-14T20:22:26.302Z | + do_assemble_illumos |
299 | 2024-02-14T20:22:26.302Z | + rm -r ./out/cockroachdb |
300 | 2024-02-14T20:22:26.306Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2024-02-14T20:22:26.714Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2024-02-14T20:22:26.907Z | Build Tag: v22.1.9-dirty |
303 | 2024-02-14T20:22:26.907Z | Build Time: 2022/10/26 21:17:46 |
304 | 2024-02-14T20:22:26.907Z | Distribution: OSS |
305 | 2024-02-14T20:22:26.907Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2024-02-14T20:22:26.907Z | Go Version: go1.17.13 |
307 | 2024-02-14T20:22:26.907Z | C Compiler: gcc 10.3.0 |
308 | 2024-02-14T20:22:26.907Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2024-02-14T20:22:26.907Z | Build Type: release |
310 | 2024-02-14T20:22:26.924Z | + set -o errexit |
311 | 2024-02-14T20:22:26.927Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2024-02-14T20:22:26.930Z | ++ cd ./tools |
313 | 2024-02-14T20:22:26.930Z | ++ pwd |
314 | 2024-02-14T20:22:26.930Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2024-02-14T20:22:26.933Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2024-02-14T20:22:26.933Z | + ARG0=ci_download_clickhouse |
317 | 2024-02-14T20:22:26.933Z | + TARGET_DIR=out |
318 | 2024-02-14T20:22:26.933Z | + DOWNLOAD_DIR=out/downloads |
319 | 2024-02-14T20:22:26.933Z | + DEST_DIR=./out/clickhouse |
320 | 2024-02-14T20:22:26.933Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
321 | 2024-02-14T20:22:26.937Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2024-02-14T20:22:26.937Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2024-02-14T20:22:26.937Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2024-02-14T20:22:26.937Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2024-02-14T20:22:26.937Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2024-02-14T20:22:26.937Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2024-02-14T20:22:26.937Z | + main |
328 | 2024-02-14T20:22:26.937Z | + [[ 0 != 0 ]] |
329 | 2024-02-14T20:22:26.937Z | + CIDL_OS=solaris2.11 |
330 | 2024-02-14T20:22:26.937Z | + [[ 0 != 0 ]] |
331 | 2024-02-14T20:22:26.937Z | + configure_os solaris2.11 |
332 | 2024-02-14T20:22:26.937Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2024-02-14T20:22:26.937Z | + echo 'configuring based on OS: "solaris2.11"' |
334 | 2024-02-14T20:22:26.937Z | current directory: /work/oxidecomputer/omicron |
335 | 2024-02-14T20:22:26.937Z | configuring based on OS: "solaris2.11" |
336 | 2024-02-14T20:22:26.937Z | + CIDL_DASHREV= |
337 | 2024-02-14T20:22:26.938Z | + case "$1" in |
338 | 2024-02-14T20:22:26.938Z | + CIDL_PLATFORM=illumos |
339 | 2024-02-14T20:22:26.938Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2024-02-14T20:22:26.938Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2024-02-14T20:22:26.938Z | + CIDL_DASHREV=-1 |
342 | 2024-02-14T20:22:26.938Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2024-02-14T20:22:26.938Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-14T20:22:26.938Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-14T20:22:26.938Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-14T20:22:26.938Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-02-14T20:22:26.938Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-14T20:22:26.938Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2024-02-14T20:22:26.938Z | + mkdir -p out/downloads |
350 | 2024-02-14T20:22:26.938Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2024-02-14T20:22:26.938Z | + mkdir -p ./out/clickhouse |
352 | 2024-02-14T20:22:26.942Z | + local DO_DOWNLOAD=true |
353 | 2024-02-14T20:22:26.942Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2024-02-14T20:22:26.942Z | + '[' true == true ']' |
355 | 2024-02-14T20:22:26.942Z | + echo Downloading... |
356 | 2024-02-14T20:22:26.942Z | Downloading... |
357 | 2024-02-14T20:22:26.942Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2024-02-14T20:22:26.942Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-02-14T20:22:28.226Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-14T20:22:28.230Z | ++ md5sum |
361 | 2024-02-14T20:22:28.230Z | ++ awk '{print $1}' |
362 | 2024-02-14T20:22:28.411Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2024-02-14T20:22:28.411Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
364 | 2024-02-14T20:22:28.414Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2024-02-14T20:22:28.414Z | + mkdir -p ./out/clickhouse |
366 | 2024-02-14T20:22:28.414Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2024-02-14T20:22:31.546Z | + ./out/clickhouse/clickhouse server --version |
368 | 2024-02-14T20:22:31.582Z | ClickHouse server version 22.8.9.1. |
369 | 2024-02-14T20:22:31.598Z | + set -o errexit |
370 | 2024-02-14T20:22:31.606Z | +++ dirname ./tools/ci_download_console |
371 | 2024-02-14T20:22:31.607Z | ++ cd ./tools |
372 | 2024-02-14T20:22:31.607Z | ++ pwd |
373 | 2024-02-14T20:22:31.607Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2024-02-14T20:22:31.607Z | ++ basename ./tools/ci_download_console |
375 | 2024-02-14T20:22:31.607Z | + ARG0=ci_download_console |
376 | 2024-02-14T20:22:31.607Z | + TARGET_DIR=out |
377 | 2024-02-14T20:22:31.607Z | + DOWNLOAD_DIR=out/downloads |
378 | 2024-02-14T20:22:31.607Z | + DEST_DIR=./out/console-assets |
379 | 2024-02-14T20:22:31.607Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2024-02-14T20:22:31.607Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
381 | 2024-02-14T20:22:31.607Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
382 | 2024-02-14T20:22:31.607Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
383 | 2024-02-14T20:22:31.608Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2024-02-14T20:22:31.608Z | + main |
385 | 2024-02-14T20:22:31.608Z | + [[ 0 != 0 ]] |
386 | 2024-02-14T20:22:31.608Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
387 | 2024-02-14T20:22:31.608Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
388 | 2024-02-14T20:22:31.608Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2024-02-14T20:22:31.608Z | Local file: out/downloads/console.tar.gz |
390 | 2024-02-14T20:22:31.608Z | + local DO_DOWNLOAD=true |
391 | 2024-02-14T20:22:31.608Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2024-02-14T20:22:31.608Z | + mkdir -p out/downloads |
393 | 2024-02-14T20:22:31.617Z | + '[' true == true ']' |
394 | 2024-02-14T20:22:31.617Z | + echo Downloading... |
395 | 2024-02-14T20:22:31.617Z | Downloading... |
396 | 2024-02-14T20:22:31.617Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
397 | 2024-02-14T20:22:31.617Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
398 | 2024-02-14T20:22:32.183Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2024-02-14T20:22:32.184Z | ++ case "$OSTYPE" in |
400 | 2024-02-14T20:22:32.187Z | ++ SHA=sha256sum |
401 | 2024-02-14T20:22:32.187Z | ++ sha256sum |
402 | 2024-02-14T20:22:32.187Z | ++ awk '{print $1}' |
403 | 2024-02-14T20:22:32.190Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
404 | 2024-02-14T20:22:32.190Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
405 | 2024-02-14T20:22:32.190Z | + rm -rf ./out/console-assets |
406 | 2024-02-14T20:22:32.190Z | + mkdir -p ./out/console-assets |
407 | 2024-02-14T20:22:32.193Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2024-02-14T20:22:32.193Z | + mkdir -p ./out/console-assets |
409 | 2024-02-14T20:22:32.196Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2024-02-14T20:22:32.286Z | + set -o errexit |
411 | 2024-02-14T20:22:32.289Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2024-02-14T20:22:32.292Z | ++ cd ./tools |
413 | 2024-02-14T20:22:32.292Z | ++ pwd |
414 | 2024-02-14T20:22:32.292Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2024-02-14T20:22:32.292Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2024-02-14T20:22:32.295Z | + ARG0=ci_download_maghemite_openapi |
417 | 2024-02-14T20:22:32.295Z | + TARGET_DIR=out |
418 | 2024-02-14T20:22:32.295Z | + DOWNLOAD_DIR=out/downloads |
419 | 2024-02-14T20:22:32.295Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
420 | 2024-02-14T20:22:32.295Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
421 | 2024-02-14T20:22:32.295Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
422 | 2024-02-14T20:22:32.295Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
423 | 2024-02-14T20:22:32.295Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
424 | 2024-02-14T20:22:32.295Z | + main |
425 | 2024-02-14T20:22:32.295Z | + [[ 0 != 0 ]] |
426 | 2024-02-14T20:22:32.295Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
427 | 2024-02-14T20:22:32.295Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
428 | 2024-02-14T20:22:32.295Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
429 | 2024-02-14T20:22:32.295Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
430 | 2024-02-14T20:22:32.295Z | + local DO_DOWNLOAD=true |
431 | 2024-02-14T20:22:32.296Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
432 | 2024-02-14T20:22:32.296Z | + mkdir -p out/downloads |
433 | 2024-02-14T20:22:32.296Z | + '[' true == true ']' |
434 | 2024-02-14T20:22:32.296Z | + echo Downloading... |
435 | 2024-02-14T20:22:32.296Z | Downloading... |
436 | 2024-02-14T20:22:32.296Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
437 | 2024-02-14T20:22:32.296Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
438 | 2024-02-14T20:22:32.448Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
439 | 2024-02-14T20:22:32.448Z | ++ case "$OSTYPE" in |
440 | 2024-02-14T20:22:32.448Z | ++ SHA=sha256sum |
441 | 2024-02-14T20:22:32.452Z | ++ sha256sum |
442 | 2024-02-14T20:22:32.452Z | ++ awk '{print $1}' |
443 | 2024-02-14T20:22:32.455Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
444 | 2024-02-14T20:22:32.455Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
445 | 2024-02-14T20:22:32.455Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
446 | 2024-02-14T20:22:32.455Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
447 | 2024-02-14T20:22:32.455Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
448 | 2024-02-14T20:22:32.455Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
449 | 2024-02-14T20:22:32.455Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
450 | 2024-02-14T20:22:32.455Z | + main |
451 | 2024-02-14T20:22:32.455Z | + [[ 0 != 0 ]] |
452 | 2024-02-14T20:22:32.455Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
453 | 2024-02-14T20:22:32.455Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
454 | 2024-02-14T20:22:32.455Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
455 | 2024-02-14T20:22:32.455Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
456 | 2024-02-14T20:22:32.455Z | + local DO_DOWNLOAD=true |
457 | 2024-02-14T20:22:32.455Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
458 | 2024-02-14T20:22:32.455Z | + mkdir -p out/downloads |
459 | 2024-02-14T20:22:32.458Z | + '[' true == true ']' |
460 | 2024-02-14T20:22:32.458Z | + echo Downloading... |
461 | 2024-02-14T20:22:32.458Z | Downloading... |
462 | 2024-02-14T20:22:32.458Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
463 | 2024-02-14T20:22:32.458Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
464 | 2024-02-14T20:22:32.558Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
465 | 2024-02-14T20:22:32.561Z | ++ case "$OSTYPE" in |
466 | 2024-02-14T20:22:32.561Z | ++ SHA=sha256sum |
467 | 2024-02-14T20:22:32.561Z | ++ sha256sum |
468 | 2024-02-14T20:22:32.561Z | ++ awk '{print $1}' |
469 | 2024-02-14T20:22:32.564Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
470 | 2024-02-14T20:22:32.565Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
471 | 2024-02-14T20:22:32.576Z | + set -o errexit |
472 | 2024-02-14T20:22:32.585Z | +++ dirname ./tools/ci_download_dendrite_openapi |
473 | 2024-02-14T20:22:32.585Z | ++ cd ./tools |
474 | 2024-02-14T20:22:32.585Z | ++ pwd |
475 | 2024-02-14T20:22:32.585Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
476 | 2024-02-14T20:22:32.585Z | ++ basename ./tools/ci_download_dendrite_openapi |
477 | 2024-02-14T20:22:32.585Z | + ARG0=ci_download_dendrite_openapi |
478 | 2024-02-14T20:22:32.585Z | + TARGET_DIR=out |
479 | 2024-02-14T20:22:32.585Z | + DOWNLOAD_DIR=out/downloads |
480 | 2024-02-14T20:22:32.586Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2024-02-14T20:22:32.586Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
482 | 2024-02-14T20:22:32.586Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
483 | 2024-02-14T20:22:32.586Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
484 | 2024-02-14T20:22:32.586Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
485 | 2024-02-14T20:22:32.586Z | + main |
486 | 2024-02-14T20:22:32.586Z | + [[ 0 != 0 ]] |
487 | 2024-02-14T20:22:32.586Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
488 | 2024-02-14T20:22:32.586Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
489 | 2024-02-14T20:22:32.586Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
490 | 2024-02-14T20:22:32.586Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
491 | 2024-02-14T20:22:32.586Z | + local DO_DOWNLOAD=true |
492 | 2024-02-14T20:22:32.586Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
493 | 2024-02-14T20:22:32.587Z | + mkdir -p out/downloads |
494 | 2024-02-14T20:22:32.587Z | + '[' true == true ']' |
495 | 2024-02-14T20:22:32.587Z | Downloading... |
496 | 2024-02-14T20:22:32.587Z | + echo Downloading... |
497 | 2024-02-14T20:22:32.587Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
498 | 2024-02-14T20:22:32.587Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
499 | 2024-02-14T20:22:32.692Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
500 | 2024-02-14T20:22:32.692Z | ++ case "$OSTYPE" in |
501 | 2024-02-14T20:22:32.695Z | ++ SHA=sha256sum |
502 | 2024-02-14T20:22:32.695Z | ++ sha256sum |
503 | 2024-02-14T20:22:32.695Z | ++ awk '{print $1}' |
504 | 2024-02-14T20:22:32.698Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
505 | 2024-02-14T20:22:32.698Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
506 | 2024-02-14T20:22:32.703Z | + set -o errexit |
507 | 2024-02-14T20:22:32.709Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2024-02-14T20:22:32.712Z | ++ cd ./tools |
509 | 2024-02-14T20:22:32.712Z | ++ pwd |
510 | 2024-02-14T20:22:32.712Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2024-02-14T20:22:32.712Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2024-02-14T20:22:32.712Z | + ARG0=ci_download_dendrite_stub |
513 | 2024-02-14T20:22:32.712Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2024-02-14T20:22:32.712Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
515 | 2024-02-14T20:22:32.712Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
516 | 2024-02-14T20:22:32.712Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
517 | 2024-02-14T20:22:32.713Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2024-02-14T20:22:32.713Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
519 | 2024-02-14T20:22:32.713Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
520 | 2024-02-14T20:22:32.713Z | + TARGET_DIR=out |
521 | 2024-02-14T20:22:32.713Z | + DOWNLOAD_DIR=out/downloads |
522 | 2024-02-14T20:22:32.713Z | + DEST_DIR=./out/dendrite-stub |
523 | 2024-02-14T20:22:32.713Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
524 | 2024-02-14T20:22:32.713Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2024-02-14T20:22:32.713Z | + REPO=oxidecomputer/dendrite |
526 | 2024-02-14T20:22:32.713Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
527 | 2024-02-14T20:22:32.713Z | + main |
528 | 2024-02-14T20:22:32.713Z | + [[ 0 != 0 ]] |
529 | 2024-02-14T20:22:32.713Z | + CIDL_OS=solaris2.11 |
530 | 2024-02-14T20:22:32.713Z | + [[ 0 != 0 ]] |
531 | 2024-02-14T20:22:32.713Z | + configure_os solaris2.11 |
532 | 2024-02-14T20:22:32.713Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2024-02-14T20:22:32.713Z | current directory: /work/oxidecomputer/omicron |
534 | 2024-02-14T20:22:32.713Z | + echo 'configuring based on OS: "solaris2.11"' |
535 | 2024-02-14T20:22:32.713Z | configuring based on OS: "solaris2.11" |
536 | 2024-02-14T20:22:32.713Z | + case "$1" in |
537 | 2024-02-14T20:22:32.713Z | + SET_BINARIES= |
538 | 2024-02-14T20:22:32.713Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
539 | 2024-02-14T20:22:32.713Z | Local file: out/downloads/dendrite-stub.tar.gz |
540 | 2024-02-14T20:22:32.713Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
541 | 2024-02-14T20:22:32.714Z | + CIDL_SHA256FUNC=do_sha256sum |
542 | 2024-02-14T20:22:32.714Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
543 | 2024-02-14T20:22:32.714Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
544 | 2024-02-14T20:22:32.714Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
545 | 2024-02-14T20:22:32.714Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
546 | 2024-02-14T20:22:32.714Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
547 | 2024-02-14T20:22:32.714Z | + mkdir -p out/downloads |
548 | 2024-02-14T20:22:32.717Z | + mkdir -p ./out/dendrite-stub |
549 | 2024-02-14T20:22:32.717Z | + fetch_and_verify |
550 | 2024-02-14T20:22:32.717Z | + local DO_DOWNLOAD=true |
551 | 2024-02-14T20:22:32.717Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
552 | 2024-02-14T20:22:32.717Z | + '[' true == true ']' |
553 | 2024-02-14T20:22:32.717Z | + echo Downloading... |
554 | 2024-02-14T20:22:32.717Z | Downloading... |
555 | 2024-02-14T20:22:32.717Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
556 | 2024-02-14T20:22:32.717Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
557 | 2024-02-14T20:22:39.163Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-14T20:22:39.172Z | ++ sha256sum |
559 | 2024-02-14T20:22:39.173Z | ++ awk '{print $1}' |
560 | 2024-02-14T20:22:39.182Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
561 | 2024-02-14T20:22:39.187Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
562 | 2024-02-14T20:22:39.187Z | + do_untar out/downloads/dendrite-stub.tar.gz |
563 | 2024-02-14T20:22:39.187Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
564 | 2024-02-14T20:22:39.864Z | + do_assemble |
565 | 2024-02-14T20:22:39.865Z | + rm -r ./out/dendrite-stub |
566 | 2024-02-14T20:22:39.868Z | + mkdir ./out/dendrite-stub |
567 | 2024-02-14T20:22:39.870Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
568 | 2024-02-14T20:22:39.957Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
569 | 2024-02-14T20:22:39.970Z | + set -o errexit |
570 | 2024-02-14T20:22:39.973Z | +++ dirname ./tools/ci_download_maghemite_mgd |
571 | 2024-02-14T20:22:39.973Z | ++ cd ./tools |
572 | 2024-02-14T20:22:39.973Z | ++ pwd |
573 | 2024-02-14T20:22:39.973Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
574 | 2024-02-14T20:22:39.973Z | ++ basename ./tools/ci_download_maghemite_mgd |
575 | 2024-02-14T20:22:39.985Z | + ARG0=ci_download_maghemite_mgd |
576 | 2024-02-14T20:22:39.985Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
577 | 2024-02-14T20:22:39.985Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
578 | 2024-02-14T20:22:39.985Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
579 | 2024-02-14T20:22:39.985Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
580 | 2024-02-14T20:22:39.985Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
581 | 2024-02-14T20:22:39.985Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
582 | 2024-02-14T20:22:39.985Z | + TARGET_DIR=out |
583 | 2024-02-14T20:22:39.985Z | + DOWNLOAD_DIR=out/downloads |
584 | 2024-02-14T20:22:39.985Z | + DEST_DIR=./out/mgd |
585 | 2024-02-14T20:22:39.985Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
586 | 2024-02-14T20:22:39.985Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2024-02-14T20:22:39.985Z | + REPO=oxidecomputer/maghemite |
588 | 2024-02-14T20:22:39.985Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
589 | 2024-02-14T20:22:39.985Z | + main |
590 | 2024-02-14T20:22:39.985Z | + [[ 0 != 0 ]] |
591 | 2024-02-14T20:22:39.986Z | + CIDL_OS=solaris2.11 |
592 | 2024-02-14T20:22:39.986Z | + [[ 0 != 0 ]] |
593 | 2024-02-14T20:22:39.986Z | + configure_os solaris2.11 |
594 | 2024-02-14T20:22:39.986Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2024-02-14T20:22:39.986Z | + echo 'configuring based on OS: "solaris2.11"' |
596 | 2024-02-14T20:22:39.986Z | current directory: /work/oxidecomputer/omicron |
597 | 2024-02-14T20:22:39.986Z | configuring based on OS: "solaris2.11" |
598 | 2024-02-14T20:22:39.986Z | + case "$1" in |
599 | 2024-02-14T20:22:39.986Z | + SET_BINARIES= |
600 | 2024-02-14T20:22:39.986Z | + CIDL_SHA256FUNC=do_sha256sum |
601 | 2024-02-14T20:22:39.986Z | + TARBALL_FILENAME=mgd.tar.gz |
602 | 2024-02-14T20:22:39.986Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
603 | 2024-02-14T20:22:39.986Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
604 | 2024-02-14T20:22:39.986Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
605 | 2024-02-14T20:22:39.986Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
606 | 2024-02-14T20:22:39.986Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
607 | 2024-02-14T20:22:39.986Z | + mkdir -p out/downloads |
608 | 2024-02-14T20:22:39.986Z | Local file: out/downloads/mgd.tar.gz |
609 | 2024-02-14T20:22:39.986Z | + mkdir -p ./out/mgd |
610 | 2024-02-14T20:22:39.986Z | + fetch_and_verify |
611 | 2024-02-14T20:22:39.986Z | + local DO_DOWNLOAD=true |
612 | 2024-02-14T20:22:39.986Z | + [[ -f out/downloads/mgd.tar.gz ]] |
613 | 2024-02-14T20:22:39.986Z | + '[' true == true ']' |
614 | 2024-02-14T20:22:39.986Z | + echo Downloading... |
615 | 2024-02-14T20:22:39.986Z | Downloading... |
616 | 2024-02-14T20:22:39.987Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
617 | 2024-02-14T20:22:39.987Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
618 | 2024-02-14T20:22:43.650Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
619 | 2024-02-14T20:22:43.653Z | ++ sha256sum |
620 | 2024-02-14T20:22:43.653Z | ++ awk '{print $1}' |
621 | 2024-02-14T20:22:43.671Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
622 | 2024-02-14T20:22:43.674Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
623 | 2024-02-14T20:22:43.674Z | + do_untar out/downloads/mgd.tar.gz |
624 | 2024-02-14T20:22:43.674Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
625 | 2024-02-14T20:22:44.126Z | + do_assemble |
626 | 2024-02-14T20:22:44.126Z | + rm -r ./out/mgd |
627 | 2024-02-14T20:22:44.129Z | + mkdir ./out/mgd |
628 | 2024-02-14T20:22:44.132Z | + cp -r out/downloads/root ./out/mgd/root |
629 | 2024-02-14T20:22:44.279Z | + set -o errexit |
630 | 2024-02-14T20:22:44.282Z | +++ dirname ./tools/ci_download_transceiver_control |
631 | 2024-02-14T20:22:44.284Z | ++ cd ./tools |
632 | 2024-02-14T20:22:44.284Z | ++ pwd |
633 | 2024-02-14T20:22:44.284Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2024-02-14T20:22:44.287Z | ++ basename ./tools/ci_download_transceiver_control |
635 | 2024-02-14T20:22:44.287Z | + ARG0=ci_download_transceiver_control |
636 | 2024-02-14T20:22:44.288Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
637 | 2024-02-14T20:22:44.288Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2024-02-14T20:22:44.288Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2024-02-14T20:22:44.288Z | + TARGET_DIR=out |
640 | 2024-02-14T20:22:44.288Z | + DOWNLOAD_DIR=out/downloads |
641 | 2024-02-14T20:22:44.288Z | + DEST_DIR=./out/transceiver-control |
642 | 2024-02-14T20:22:44.288Z | + BIN_DIR=/opt/oxide/bin |
643 | 2024-02-14T20:22:44.288Z | + BINARY=xcvradm |
644 | 2024-02-14T20:22:44.288Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2024-02-14T20:22:44.288Z | + REPO=oxidecomputer/transceiver-control |
646 | 2024-02-14T20:22:44.288Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2024-02-14T20:22:44.288Z | + main |
648 | 2024-02-14T20:22:44.288Z | + [[ 0 != 0 ]] |
649 | 2024-02-14T20:22:44.288Z | + CIDL_OS=solaris2.11 |
650 | 2024-02-14T20:22:44.288Z | + [[ 0 != 0 ]] |
651 | 2024-02-14T20:22:44.288Z | + configure_os solaris2.11 |
652 | 2024-02-14T20:22:44.288Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2024-02-14T20:22:44.288Z | current directory: /work/oxidecomputer/omicron |
654 | 2024-02-14T20:22:44.289Z | + echo 'configuring based on OS: "solaris2.11"' |
655 | 2024-02-14T20:22:44.289Z | + case "$1" in |
656 | 2024-02-14T20:22:44.289Z | configuring based on OS: "solaris2.11" |
657 | 2024-02-14T20:22:44.289Z | + SET_BINARIES= |
658 | 2024-02-14T20:22:44.289Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-02-14T20:22:44.289Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2024-02-14T20:22:44.289Z | + ARCHIVE_FILENAME=xcvradm.gz |
661 | 2024-02-14T20:22:44.289Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2024-02-14T20:22:44.289Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
663 | 2024-02-14T20:22:44.289Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
664 | 2024-02-14T20:22:44.289Z | + echo 'Local file: out/downloads/xcvradm.gz' |
665 | 2024-02-14T20:22:44.289Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2024-02-14T20:22:44.289Z | Local file: out/downloads/xcvradm.gz |
667 | 2024-02-14T20:22:44.289Z | + mkdir -p out/downloads |
668 | 2024-02-14T20:22:44.293Z | + mkdir -p ./out/transceiver-control |
669 | 2024-02-14T20:22:44.293Z | + fetch_and_verify |
670 | 2024-02-14T20:22:44.293Z | + local DO_DOWNLOAD=true |
671 | 2024-02-14T20:22:44.293Z | + [[ -f out/downloads/xcvradm.gz ]] |
672 | 2024-02-14T20:22:44.293Z | + '[' true == true ']' |
673 | 2024-02-14T20:22:44.293Z | + echo Downloading... |
674 | 2024-02-14T20:22:44.293Z | Downloading... |
675 | 2024-02-14T20:22:44.293Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
676 | 2024-02-14T20:22:44.293Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2024-02-14T20:22:45.843Z | ++ do_sha256sum out/downloads/xcvradm.gz |
678 | 2024-02-14T20:22:45.846Z | ++ sha256sum |
679 | 2024-02-14T20:22:45.847Z | ++ awk '{print $1}' |
680 | 2024-02-14T20:22:45.852Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2024-02-14T20:22:45.855Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
682 | 2024-02-14T20:22:45.855Z | + do_unpack out/downloads/xcvradm.gz |
683 | 2024-02-14T20:22:45.855Z | + mkdir -p out/downloads/root//opt/oxide/bin |
684 | 2024-02-14T20:22:45.855Z | + gzip -dc out/downloads/xcvradm.gz |
685 | 2024-02-14T20:22:45.983Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
686 | 2024-02-14T20:22:45.989Z | + do_assemble |
687 | 2024-02-14T20:22:45.989Z | + rm -r ./out/transceiver-control |
688 | 2024-02-14T20:22:45.989Z | + mkdir ./out/transceiver-control |
689 | 2024-02-14T20:22:45.989Z | + cp -r out/downloads/root ./out/transceiver-control/root |
690 | 2024-02-14T20:22:46.158Z | All prerequisites installed successfully |
691 | 2024-02-14T20:22:46.161Z | |
692 | 2024-02-14T20:22:46.161Z | real 2:00.688726061 |
693 | 2024-02-14T20:22:46.161Z | user 34.065254020 |
694 | 2024-02-14T20:22:46.161Z | sys 6.483914692 |
695 | 2024-02-14T20:22:46.162Z | trap 0.006921227 |
696 | 2024-02-14T20:22:46.162Z | tflt 0.277922526 |
697 | 2024-02-14T20:22:46.162Z | dflt 0.790085952 |
698 | 2024-02-14T20:22:46.162Z | kflt 0.496040137 |
699 | 2024-02-14T20:22:46.162Z | lock 1.353534836 |
700 | 2024-02-14T20:22:46.162Z | slp 3:57.300067763 |
701 | 2024-02-14T20:22:46.162Z | lat 1.859348958 |
702 | 2024-02-14T20:22:46.162Z | stop 0.140431332 |
703 | 2024-02-14T20:22:46.162Z | + banner end-to-end-tests |
704 | 2024-02-14T20:22:46.264Z | |
705 | 2024-02-14T20:22:46.264Z | ###### # # ##### ##### #### ###### # # ##### |
706 | 2024-02-14T20:22:46.264Z | # ## # # # # # # # ## # # # |
707 | 2024-02-14T20:22:46.264Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
708 | 2024-02-14T20:22:46.264Z | # # # # # # # # # # # # # # # |
709 | 2024-02-14T20:22:46.264Z | # # ## # # # # # # # ## # # |
710 | 2024-02-14T20:22:46.264Z | ###### # # ##### # #### ###### # # ##### |
711 | 2024-02-14T20:22:46.264Z | |
712 | 2024-02-14T20:22:46.267Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
713 | 2024-02-14T20:22:46.267Z | + CARGO_PROFILE_DEV_DEBUG=1 |
714 | 2024-02-14T20:22:46.267Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
715 | 2024-02-14T20:22:46.267Z | + CARGO_PROFILE_TEST_DEBUG=1 |
716 | 2024-02-14T20:22:46.268Z | + export CARGO_INCREMENTAL=0 |
717 | 2024-02-14T20:22:46.268Z | + CARGO_INCREMENTAL=0 |
718 | 2024-02-14T20:22:46.268Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
719 | 2024-02-14T20:22:46.481Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
720 | 2024-02-14T20:22:46.791Z | Updating git repository `https://github.com/oxidecomputer/samael` |
721 | 2024-02-14T20:22:47.177Z | Updating crates.io index |
722 | 2024-02-14T20:22:47.180Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2024-02-14T20:22:47.924Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2024-02-14T20:22:49.671Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2024-02-14T20:22:50.191Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
726 | 2024-02-14T20:22:50.610Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
727 | 2024-02-14T20:22:50.870Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
728 | 2024-02-14T20:22:51.142Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2024-02-14T20:22:51.993Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2024-02-14T20:22:55.377Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2024-02-14T20:22:56.200Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
732 | 2024-02-14T20:22:56.550Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2024-02-14T20:22:57.147Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
734 | 2024-02-14T20:22:57.465Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
735 | 2024-02-14T20:22:57.762Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2024-02-14T20:22:58.058Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2024-02-14T20:22:58.419Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2024-02-14T20:22:58.921Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
739 | 2024-02-14T20:22:59.330Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2024-02-14T20:22:59.812Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
741 | 2024-02-14T20:23:00.178Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
742 | 2024-02-14T20:23:00.470Z | Updating git repository `https://github.com/jgallagher/nix` |
743 | 2024-02-14T20:23:01.609Z | Updating git repository `https://github.com/cbiffle/hubpack` |
744 | 2024-02-14T20:23:01.958Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2024-02-14T20:23:03.550Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2024-02-14T20:23:03.930Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2024-02-14T20:23:04.244Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2024-02-14T20:23:05.671Z | Downloading crates ... |
749 | 2024-02-14T20:23:05.865Z | Downloaded managed v0.8.0 |
750 | 2024-02-14T20:23:05.869Z | Downloaded linked-hash-map v0.5.6 |
751 | 2024-02-14T20:23:05.875Z | Downloaded ciborium-io v0.2.2 |
752 | 2024-02-14T20:23:05.884Z | Downloaded lru-cache v0.1.2 |
753 | 2024-02-14T20:23:05.894Z | Downloaded linear-map v1.2.0 |
754 | 2024-02-14T20:23:05.894Z | Downloaded mime_guess v2.0.4 |
755 | 2024-02-14T20:23:05.895Z | Downloaded log v0.4.20 |
756 | 2024-02-14T20:23:05.904Z | Downloaded chacha20 v0.9.1 |
757 | 2024-02-14T20:23:05.904Z | Downloaded memoffset v0.9.0 |
758 | 2024-02-14T20:23:05.904Z | Downloaded lalrpop-util v0.19.12 |
759 | 2024-02-14T20:23:05.904Z | Downloaded clap_lex v0.5.1 |
760 | 2024-02-14T20:23:05.904Z | Downloaded cbc v0.1.2 |
761 | 2024-02-14T20:23:05.914Z | Downloaded byteorder v1.5.0 |
762 | 2024-02-14T20:23:05.914Z | Downloaded mime v0.3.17 |
763 | 2024-02-14T20:23:05.914Z | Downloaded cfg-if v1.0.0 |
764 | 2024-02-14T20:23:05.914Z | Downloaded lock_api v0.4.10 |
765 | 2024-02-14T20:23:05.915Z | Downloaded miniz_oxide v0.7.1 |
766 | 2024-02-14T20:23:05.927Z | Downloaded ciborium v0.2.2 |
767 | 2024-02-14T20:23:05.927Z | Downloaded native-tls v0.2.11 |
768 | 2024-02-14T20:23:05.928Z | Downloaded memmap v0.7.0 |
769 | 2024-02-14T20:23:05.928Z | Downloaded libefi-sys v0.1.0 |
770 | 2024-02-14T20:23:05.928Z | Downloaded constant_time_eq v0.3.0 |
771 | 2024-02-14T20:23:05.932Z | Downloaded match_cfg v0.1.0 |
772 | 2024-02-14T20:23:05.932Z | Downloaded normalize-line-endings v0.3.0 |
773 | 2024-02-14T20:23:05.932Z | Downloaded darling_macro v0.20.3 |
774 | 2024-02-14T20:23:05.932Z | Downloaded curve25519-dalek-derive v0.1.0 |
775 | 2024-02-14T20:23:05.941Z | Downloaded kstat-rs v0.2.3 |
776 | 2024-02-14T20:23:05.941Z | Downloaded diesel_table_macro_syntax v0.1.0 |
777 | 2024-02-14T20:23:05.942Z | Downloaded pem-rfc7468 v0.7.0 |
778 | 2024-02-14T20:23:05.947Z | Downloaded option-ext v0.2.0 |
779 | 2024-02-14T20:23:05.947Z | Downloaded anstyle-query v1.0.0 |
780 | 2024-02-14T20:23:05.947Z | Downloaded defmt-parser v0.3.3 |
781 | 2024-02-14T20:23:05.947Z | Downloaded phf_shared v0.11.2 |
782 | 2024-02-14T20:23:05.960Z | Downloaded new_debug_unreachable v1.0.4 |
783 | 2024-02-14T20:23:05.960Z | Downloaded num-integer v0.1.45 |
784 | 2024-02-14T20:23:05.960Z | Downloaded num_enum v0.5.11 |
785 | 2024-02-14T20:23:05.969Z | Downloaded debug-ignore v1.0.5 |
786 | 2024-02-14T20:23:05.969Z | Downloaded defmt-macros v0.3.6 |
787 | 2024-02-14T20:23:05.975Z | Downloaded num_threads v0.1.6 |
788 | 2024-02-14T20:23:05.975Z | Downloaded aead v0.5.2 |
789 | 2024-02-14T20:23:05.975Z | Downloaded deranged v0.3.8 |
790 | 2024-02-14T20:23:05.979Z | Downloaded num-derive v0.4.0 |
791 | 2024-02-14T20:23:05.979Z | Downloaded opaque-debug v0.3.0 |
792 | 2024-02-14T20:23:06.399Z | Downloaded openssl-macros v0.1.1 |
793 | 2024-02-14T20:23:06.399Z | Downloaded phf_shared v0.10.0 |
794 | 2024-02-14T20:23:06.399Z | Downloaded num v0.4.1 |
795 | 2024-02-14T20:23:06.405Z | Downloaded crc32fast v1.3.2 |
796 | 2024-02-14T20:23:06.405Z | Downloaded blowfish v0.9.1 |
797 | 2024-02-14T20:23:06.405Z | Downloaded num-rational v0.4.1 |
798 | 2024-02-14T20:23:06.405Z | Downloaded crossbeam-deque v0.8.3 |
799 | 2024-02-14T20:23:06.405Z | Downloaded darling v0.20.3 |
800 | 2024-02-14T20:23:06.405Z | Downloaded cstr-argument v0.1.2 |
801 | 2024-02-14T20:23:06.405Z | Downloaded bitflags v1.3.2 |
802 | 2024-02-14T20:23:06.405Z | Downloaded arrayref v0.3.7 |
803 | 2024-02-14T20:23:06.405Z | Downloaded num_enum_derive v0.5.11 |
804 | 2024-02-14T20:23:06.405Z | Downloaded anstream v0.5.0 |
805 | 2024-02-14T20:23:06.405Z | Downloaded keccak v0.1.4 |
806 | 2024-02-14T20:23:06.405Z | Downloaded itoa v1.0.9 |
807 | 2024-02-14T20:23:06.406Z | Downloaded der_derive v0.7.2 |
808 | 2024-02-14T20:23:06.406Z | Downloaded usdt-macro v0.3.5 |
809 | 2024-02-14T20:23:06.406Z | Downloaded defmt v0.3.5 |
810 | 2024-02-14T20:23:06.406Z | Downloaded ctr v0.9.2 |
811 | 2024-02-14T20:23:06.406Z | Downloaded libsw v3.3.1 |
812 | 2024-02-14T20:23:06.406Z | Downloaded atomic-waker v1.1.1 |
813 | 2024-02-14T20:23:06.406Z | Downloaded foreign-types-shared v0.3.1 |
814 | 2024-02-14T20:23:06.406Z | Downloaded tower-service v0.3.2 |
815 | 2024-02-14T20:23:06.406Z | Downloaded addr2line v0.21.0 |
816 | 2024-02-14T20:23:06.406Z | Downloaded allocator-api2 v0.2.16 |
817 | 2024-02-14T20:23:06.406Z | Downloaded parse-display-derive v0.9.0 |
818 | 2024-02-14T20:23:06.406Z | Downloaded parking_lot v0.12.1 |
819 | 2024-02-14T20:23:06.406Z | Downloaded async-stream v0.3.5 |
820 | 2024-02-14T20:23:06.406Z | Downloaded zone v0.3.0 |
821 | 2024-02-14T20:23:06.406Z | Downloaded base64ct v1.6.0 |
822 | 2024-02-14T20:23:06.406Z | Downloaded waitgroup v0.1.2 |
823 | 2024-02-14T20:23:06.406Z | Downloaded fnv v1.0.7 |
824 | 2024-02-14T20:23:06.406Z | Downloaded ahash v0.8.7 |
825 | 2024-02-14T20:23:06.406Z | Downloaded bitflags v2.4.0 |
826 | 2024-02-14T20:23:06.406Z | Downloaded bit-set v0.5.3 |
827 | 2024-02-14T20:23:06.406Z | Downloaded camino-tempfile v1.1.1 |
828 | 2024-02-14T20:23:06.406Z | Downloaded generic-array v0.14.7 |
829 | 2024-02-14T20:23:06.406Z | Downloaded anstyle-parse v0.2.1 |
830 | 2024-02-14T20:23:06.406Z | Downloaded data-encoding v2.4.0 |
831 | 2024-02-14T20:23:06.406Z | Downloaded topological-sort v0.2.2 |
832 | 2024-02-14T20:23:06.406Z | Downloaded crossbeam-utils v0.8.16 |
833 | 2024-02-14T20:23:06.407Z | Downloaded futures-sink v0.3.30 |
834 | 2024-02-14T20:23:06.407Z | Downloaded paste v1.0.14 |
835 | 2024-02-14T20:23:06.407Z | Downloaded fxhash v0.2.1 |
836 | 2024-02-14T20:23:06.407Z | Downloaded memmap2 v0.7.1 |
837 | 2024-02-14T20:23:06.407Z | Downloaded anyhow v1.0.75 |
838 | 2024-02-14T20:23:06.407Z | Downloaded universal-hash v0.5.1 |
839 | 2024-02-14T20:23:06.407Z | Downloaded futures-core v0.3.30 |
840 | 2024-02-14T20:23:06.407Z | Downloaded equivalent v1.0.1 |
841 | 2024-02-14T20:23:06.407Z | Downloaded usdt-attr-macro v0.5.0 |
842 | 2024-02-14T20:23:06.407Z | Downloaded clap_derive v4.4.2 |
843 | 2024-02-14T20:23:06.407Z | Downloaded float-cmp v0.9.0 |
844 | 2024-02-14T20:23:06.407Z | Downloaded hash32 v0.2.1 |
845 | 2024-02-14T20:23:06.407Z | Downloaded zone_cfg_derive v0.3.0 |
846 | 2024-02-14T20:23:06.407Z | Downloaded dof v0.1.5 |
847 | 2024-02-14T20:23:06.407Z | Downloaded password-hash v0.4.2 |
848 | 2024-02-14T20:23:06.407Z | Downloaded want v0.3.1 |
849 | 2024-02-14T20:23:06.407Z | Downloaded foreign-types-shared v0.1.1 |
850 | 2024-02-14T20:23:06.407Z | Downloaded parking_lot_core v0.8.6 |
851 | 2024-02-14T20:23:06.407Z | Downloaded errno v0.3.8 |
852 | 2024-02-14T20:23:06.407Z | Downloaded quick-error v1.2.3 |
853 | 2024-02-14T20:23:06.407Z | Downloaded serde_tokenstream v0.2.0 |
854 | 2024-02-14T20:23:06.407Z | Downloaded num-traits v0.2.16 |
855 | 2024-02-14T20:23:06.407Z | Downloaded blake2 v0.10.6 |
856 | 2024-02-14T20:23:06.407Z | Downloaded slog-json v2.6.1 |
857 | 2024-02-14T20:23:06.407Z | Downloaded scroll_derive v0.12.0 |
858 | 2024-02-14T20:23:06.407Z | Downloaded derive-where v1.2.7 |
859 | 2024-02-14T20:23:06.408Z | Downloaded tokio-rustls v0.25.0 |
860 | 2024-02-14T20:23:06.408Z | Downloaded postcard v1.0.8 |
861 | 2024-02-14T20:23:06.408Z | Downloaded string_cache v0.8.7 |
862 | 2024-02-14T20:23:06.408Z | Downloaded usdt-impl v0.5.0 |
863 | 2024-02-14T20:23:06.408Z | Downloaded siphasher v0.3.11 |
864 | 2024-02-14T20:23:06.408Z | Downloaded time-macros v0.2.13 |
865 | 2024-02-14T20:23:06.408Z | Downloaded ecdsa v0.16.9 |
866 | 2024-02-14T20:23:06.408Z | Downloaded ident_case v1.0.1 |
867 | 2024-02-14T20:23:06.408Z | Downloaded foreign-types v0.3.2 |
868 | 2024-02-14T20:23:06.408Z | Downloaded instant v0.1.12 |
869 | 2024-02-14T20:23:06.408Z | Downloaded sha1 v0.10.6 |
870 | 2024-02-14T20:23:06.408Z | Downloaded rustls-pki-types v1.1.0 |
871 | 2024-02-14T20:23:06.408Z | Downloaded pest_meta v2.7.6 |
872 | 2024-02-14T20:23:06.408Z | Downloaded dyn-clone v1.0.16 |
873 | 2024-02-14T20:23:06.408Z | Downloaded hubpack_derive v0.1.1 |
874 | 2024-02-14T20:23:06.408Z | Downloaded russh-cryptovec v0.7.0 |
875 | 2024-02-14T20:23:06.408Z | Downloaded ed25519 v2.2.2 |
876 | 2024-02-14T20:23:06.408Z | Downloaded glob v0.3.1 |
877 | 2024-02-14T20:23:06.408Z | Downloaded arc-swap v1.6.0 |
878 | 2024-02-14T20:23:06.408Z | Downloaded semver-parser v0.10.2 |
879 | 2024-02-14T20:23:06.408Z | Downloaded terminal_size v0.2.6 |
880 | 2024-02-14T20:23:06.408Z | Downloaded inout v0.1.3 |
881 | 2024-02-14T20:23:06.408Z | Downloaded futures-channel v0.3.30 |
882 | 2024-02-14T20:23:06.408Z | Downloaded p256 v0.13.2 |
883 | 2024-02-14T20:23:06.408Z | Downloaded unicode-xid v0.2.4 |
884 | 2024-02-14T20:23:06.409Z | Downloaded iana-time-zone v0.1.57 |
885 | 2024-02-14T20:23:06.409Z | Downloaded dirs-sys-next v0.1.2 |
886 | 2024-02-14T20:23:06.409Z | Downloaded is-terminal v0.4.9 |
887 | 2024-02-14T20:23:06.409Z | Downloaded utf-8 v0.7.6 |
888 | 2024-02-14T20:23:06.409Z | Downloaded der v0.7.8 |
889 | 2024-02-14T20:23:06.409Z | Downloaded foreign-types v0.5.0 |
890 | 2024-02-14T20:23:06.409Z | Downloaded base64 v0.21.7 |
891 | 2024-02-14T20:23:06.409Z | Downloaded usdt v0.5.0 |
892 | 2024-02-14T20:23:06.409Z | Downloaded heck v0.4.1 |
893 | 2024-02-14T20:23:06.409Z | Downloaded proc-macro-error-attr v1.0.4 |
894 | 2024-02-14T20:23:06.409Z | Downloaded semver v0.1.20 |
895 | 2024-02-14T20:23:06.414Z | Downloaded subtle v2.5.0 |
896 | 2024-02-14T20:23:06.414Z | Downloaded futures-executor v0.3.30 |
897 | 2024-02-14T20:23:06.414Z | Downloaded headers-core v0.2.0 |
898 | 2024-02-14T20:23:06.414Z | Downloaded darling_core v0.20.3 |
899 | 2024-02-14T20:23:06.414Z | Downloaded unicase v2.7.0 |
900 | 2024-02-14T20:23:06.414Z | Downloaded rand_chacha v0.3.1 |
901 | 2024-02-14T20:23:06.414Z | Downloaded openssl-sys v0.9.96 |
902 | 2024-02-14T20:23:06.415Z | Downloaded utf8parse v0.2.1 |
903 | 2024-02-14T20:23:06.415Z | Downloaded digest v0.10.7 |
904 | 2024-02-14T20:23:06.415Z | Downloaded usdt-macro v0.5.0 |
905 | 2024-02-14T20:23:06.415Z | Downloaded tungstenite v0.20.1 |
906 | 2024-02-14T20:23:06.415Z | Downloaded home v0.5.5 |
907 | 2024-02-14T20:23:06.415Z | Downloaded hex-literal v0.4.1 |
908 | 2024-02-14T20:23:06.415Z | Downloaded rustversion v1.0.14 |
909 | 2024-02-14T20:23:06.415Z | Downloaded strsim v0.10.0 |
910 | 2024-02-14T20:23:06.415Z | Downloaded cc v1.0.83 |
911 | 2024-02-14T20:23:06.415Z | Downloaded unsafe-libyaml v0.2.10 |
912 | 2024-02-14T20:23:06.415Z | Downloaded http-range v0.1.5 |
913 | 2024-02-14T20:23:06.415Z | Downloaded hyper-rustls v0.24.2 |
914 | 2024-02-14T20:23:06.415Z | Downloaded socket2 v0.4.9 |
915 | 2024-02-14T20:23:06.415Z | Downloaded num-bigint v0.4.4 |
916 | 2024-02-14T20:23:06.415Z | Downloaded rayon-core v1.12.0 |
917 | 2024-02-14T20:23:06.415Z | Downloaded proc-macro-crate v1.3.1 |
918 | 2024-02-14T20:23:06.415Z | Downloaded proc-macro-error v1.0.4 |
919 | 2024-02-14T20:23:06.415Z | Downloaded serde_derive_internals v0.26.0 |
920 | 2024-02-14T20:23:06.415Z | Downloaded dirs-next v2.0.0 |
921 | 2024-02-14T20:23:06.415Z | Downloaded zeroize_derive v1.4.2 |
922 | 2024-02-14T20:23:06.415Z | Downloaded unicode-width v0.1.11 |
923 | 2024-02-14T20:23:06.415Z | Downloaded same-file v1.0.6 |
924 | 2024-02-14T20:23:06.415Z | Downloaded spin v0.5.2 |
925 | 2024-02-14T20:23:06.415Z | Downloaded slog-bunyan v2.5.0 |
926 | 2024-02-14T20:23:06.415Z | Downloaded serde_repr v0.1.16 |
927 | 2024-02-14T20:23:06.416Z | Downloaded hmac v0.12.1 |
928 | 2024-02-14T20:23:06.416Z | Downloaded rustc-demangle v0.1.23 |
929 | 2024-02-14T20:23:06.416Z | Downloaded dtrace-parser v0.2.0 |
930 | 2024-02-14T20:23:06.416Z | Downloaded rustc_version v0.4.0 |
931 | 2024-02-14T20:23:06.416Z | Downloaded russh-keys v0.40.1 |
932 | 2024-02-14T20:23:06.416Z | Downloaded spin v0.9.8 |
933 | 2024-02-14T20:23:06.416Z | Downloaded httpdate v1.0.3 |
934 | 2024-02-14T20:23:06.416Z | Downloaded smf v0.2.2 |
935 | 2024-02-14T20:23:06.416Z | Downloaded tempfile v3.10.0 |
936 | 2024-02-14T20:23:06.416Z | Downloaded signal-hook-mio v0.2.3 |
937 | 2024-02-14T20:23:06.416Z | Downloaded yasna v0.5.2 |
938 | 2024-02-14T20:23:06.416Z | Downloaded futures v0.3.30 |
939 | 2024-02-14T20:23:06.416Z | Downloaded schemars_derive v0.8.16 |
940 | 2024-02-14T20:23:06.416Z | Downloaded slog-dtrace v0.3.0 |
941 | 2024-02-14T20:23:06.416Z | Downloaded ucd-trie v0.1.6 |
942 | 2024-02-14T20:23:06.416Z | Downloaded endian-type v0.1.2 |
943 | 2024-02-14T20:23:06.416Z | Downloaded ryu v1.0.15 |
944 | 2024-02-14T20:23:06.416Z | Downloaded dirs-sys v0.4.1 |
945 | 2024-02-14T20:23:06.416Z | Downloaded tokio-native-tls v0.3.1 |
946 | 2024-02-14T20:23:06.416Z | Downloaded tinyvec_macros v0.1.1 |
947 | 2024-02-14T20:23:06.416Z | Downloaded serde_spanned v0.6.5 |
948 | 2024-02-14T20:23:06.416Z | Downloaded proc-macro2 v1.0.78 |
949 | 2024-02-14T20:23:06.416Z | Downloaded sct v0.7.0 |
950 | 2024-02-14T20:23:06.416Z | Downloaded fastrand v2.0.1 |
951 | 2024-02-14T20:23:06.416Z | Downloaded schemars v0.8.16 |
952 | 2024-02-14T20:23:06.417Z | Downloaded dtrace-parser v0.1.14 |
953 | 2024-02-14T20:23:06.417Z | Downloaded half v2.3.1 |
954 | 2024-02-14T20:23:06.417Z | Downloaded quote v1.0.35 |
955 | 2024-02-14T20:23:06.417Z | Downloaded tokio-tungstenite v0.20.1 |
956 | 2024-02-14T20:23:06.417Z | Downloaded swrite v0.1.0 |
957 | 2024-02-14T20:23:06.417Z | Downloaded rand_core v0.6.4 |
958 | 2024-02-14T20:23:06.417Z | Downloaded getopts v0.2.21 |
959 | 2024-02-14T20:23:06.417Z | Downloaded toml_edit v0.19.15 |
960 | 2024-02-14T20:23:06.417Z | Downloaded toolchain_find v0.2.0 |
961 | 2024-02-14T20:23:06.417Z | Downloaded ff v0.13.0 |
962 | 2024-02-14T20:23:06.417Z | Downloaded synstructure v0.12.6 |
963 | 2024-02-14T20:23:06.417Z | Downloaded xattr v1.0.1 |
964 | 2024-02-14T20:23:06.417Z | Downloaded signal-hook-registry v1.4.1 |
965 | 2024-02-14T20:23:06.417Z | Downloaded embedded-io v0.4.0 |
966 | 2024-02-14T20:23:06.417Z | Downloaded static_assertions v1.1.0 |
967 | 2024-02-14T20:23:06.417Z | Downloaded rustls-pemfile v2.0.0 |
968 | 2024-02-14T20:23:06.417Z | Downloaded zerocopy v0.6.4 |
969 | 2024-02-14T20:23:06.417Z | Downloaded serde_path_to_error v0.1.15 |
970 | 2024-02-14T20:23:06.417Z | Downloaded hash32 v0.3.1 |
971 | 2024-02-14T20:23:06.417Z | Downloaded http-body v0.4.5 |
972 | 2024-02-14T20:23:06.417Z | Downloaded trust-dns-resolver v0.22.0 |
973 | 2024-02-14T20:23:06.417Z | Downloaded serde_tokenstream v0.1.7 |
974 | 2024-02-14T20:23:06.421Z | Downloaded spki v0.7.2 |
975 | 2024-02-14T20:23:06.421Z | Downloaded vsss-rs v3.3.4 |
976 | 2024-02-14T20:23:06.421Z | Downloaded scheduled-thread-pool v0.2.7 |
977 | 2024-02-14T20:23:06.423Z | Downloaded io-lifetimes v1.0.11 |
978 | 2024-02-14T20:23:06.426Z | Downloaded textwrap v0.11.0 |
979 | 2024-02-14T20:23:06.426Z | Downloaded dof v0.3.0 |
980 | 2024-02-14T20:23:06.429Z | Downloaded structmeta-derive v0.3.0 |
981 | 2024-02-14T20:23:06.429Z | Downloaded hostname v0.3.1 |
982 | 2024-02-14T20:23:06.434Z | Downloaded dirs v5.0.1 |
983 | 2024-02-14T20:23:06.434Z | Downloaded flagset v0.4.3 |
984 | 2024-02-14T20:23:06.434Z | Downloaded aes v0.8.3 |
985 | 2024-02-14T20:23:06.440Z | Downloaded slab v0.4.9 |
986 | 2024-02-14T20:23:06.444Z | Downloaded slog-stdlog v4.1.1 |
987 | 2024-02-14T20:23:06.444Z | Downloaded whoami v1.4.1 |
988 | 2024-02-14T20:23:06.444Z | Downloaded structopt v0.3.26 |
989 | 2024-02-14T20:23:06.448Z | Downloaded semver v0.11.0 |
990 | 2024-02-14T20:23:06.451Z | Downloaded tracing-attributes v0.1.26 |
991 | 2024-02-14T20:23:06.454Z | Downloaded rustfmt-wrapper v0.2.0 |
992 | 2024-02-14T20:23:06.457Z | Downloaded hex v0.4.3 |
993 | 2024-02-14T20:23:06.457Z | Downloaded thread-id v4.2.0 |
994 | 2024-02-14T20:23:06.457Z | Downloaded slog-scope v4.4.0 |
995 | 2024-02-14T20:23:06.460Z | Downloaded unicode-segmentation v1.10.1 |
996 | 2024-02-14T20:23:06.463Z | Downloaded futures-io v0.3.30 |
997 | 2024-02-14T20:23:06.466Z | Downloaded fixedbitset v0.4.2 |
998 | 2024-02-14T20:23:06.466Z | Downloaded scroll v0.12.0 |
999 | 2024-02-14T20:23:06.468Z | Downloaded heck v0.3.3 |
1000 | 2024-02-14T20:23:06.469Z | Downloaded zeroize v1.7.0 |
1001 | 2024-02-14T20:23:06.471Z | Downloaded toml v0.5.11 |
1002 | 2024-02-14T20:23:06.474Z | Downloaded uuid v1.7.0 |
1003 | 2024-02-14T20:23:06.477Z | Downloaded tracing-core v0.1.31 |
1004 | 2024-02-14T20:23:06.479Z | Downloaded serde_with_macros v3.6.0 |
1005 | 2024-02-14T20:23:06.482Z | Downloaded indexmap v1.9.3 |
1006 | 2024-02-14T20:23:06.487Z | Downloaded unicode-normalization v0.1.22 |
1007 | 2024-02-14T20:23:06.491Z | Downloaded unicode-bidi v0.3.13 |
1008 | 2024-02-14T20:23:06.491Z | Downloaded http v1.0.0 |
1009 | 2024-02-14T20:23:06.494Z | Downloaded slog-term v2.9.0 |
1010 | 2024-02-14T20:23:06.497Z | Downloaded ghash v0.5.0 |
1011 | 2024-02-14T20:23:06.499Z | Downloaded tinyvec v1.6.0 |
1012 | 2024-02-14T20:23:06.502Z | Downloaded tokio-postgres v0.7.10 |
1013 | 2024-02-14T20:23:06.506Z | Downloaded either v1.9.0 |
1014 | 2024-02-14T20:23:06.508Z | Downloaded zip v0.6.6 |
1015 | 2024-02-14T20:23:06.512Z | Downloaded itertools v0.10.5 |
1016 | 2024-02-14T20:23:06.519Z | Downloaded toml v0.8.10 |
1017 | 2024-02-14T20:23:06.522Z | Downloaded elliptic-curve v0.13.8 |
1018 | 2024-02-14T20:23:06.526Z | Downloaded similar v2.3.0 |
1019 | 2024-02-14T20:23:06.531Z | Downloaded serde v1.0.196 |
1020 | 2024-02-14T20:23:06.535Z | Downloaded heapless v0.7.16 |
1021 | 2024-02-14T20:23:06.541Z | Downloaded http v0.2.11 |
1022 | 2024-02-14T20:23:06.544Z | Downloaded steno v0.4.0 |
1023 | 2024-02-14T20:23:06.547Z | Downloaded aho-corasick v1.0.4 |
1024 | 2024-02-14T20:23:06.552Z | Downloaded hashbrown v0.13.2 |
1025 | 2024-02-14T20:23:06.556Z | Downloaded blake3 v1.5.0 |
1026 | 2024-02-14T20:23:06.564Z | Downloaded rcgen v0.12.1 |
1027 | 2024-02-14T20:23:06.569Z | Downloaded signal-hook v0.3.17 |
1028 | 2024-02-14T20:23:06.578Z | Downloaded serde_yaml v0.9.25 |
1029 | 2024-02-14T20:23:06.590Z | Downloaded trust-dns-server v0.22.1 |
1030 | 2024-02-14T20:23:06.591Z | Downloaded url v2.5.0 |
1031 | 2024-02-14T20:23:06.591Z | Downloaded itertools v0.12.1 |
1032 | 2024-02-14T20:23:06.603Z | Downloaded rand v0.8.5 |
1033 | 2024-02-14T20:23:06.603Z | Downloaded indexmap v2.2.2 |
1034 | 2024-02-14T20:23:07.015Z | Downloaded rayon v1.8.0 |
1035 | 2024-02-14T20:23:07.015Z | Downloaded russh v0.40.2 |
1036 | 2024-02-14T20:23:07.015Z | Downloaded regex-automata v0.1.10 |
1037 | 2024-02-14T20:23:07.015Z | Downloaded hashbrown v0.14.2 |
1038 | 2024-02-14T20:23:07.015Z | Downloaded rustls-webpki v0.101.7 |
1039 | 2024-02-14T20:23:07.015Z | Downloaded serde_json v1.0.113 |
1040 | 2024-02-14T20:23:07.015Z | Downloaded rustls-webpki v0.102.1 |
1041 | 2024-02-14T20:23:07.016Z | Downloaded reqwest v0.11.22 |
1042 | 2024-02-14T20:23:07.016Z | Downloaded curve25519-dalek v4.1.1 |
1043 | 2024-02-14T20:23:07.016Z | Downloaded rand v0.7.3 |
1044 | 2024-02-14T20:23:07.016Z | Downloaded h2 v0.3.24 |
1045 | 2024-02-14T20:23:07.016Z | Downloaded hkdf v0.12.4 |
1046 | 2024-02-14T20:23:07.016Z | Downloaded winnow v0.5.15 |
1047 | 2024-02-14T20:23:07.016Z | Downloaded openssl v0.10.60 |
1048 | 2024-02-14T20:23:07.016Z | Downloaded hyper v0.14.27 |
1049 | 2024-02-14T20:23:07.016Z | Downloaded regex v1.10.3 |
1050 | 2024-02-14T20:23:07.016Z | Downloaded gimli v0.28.0 |
1051 | 2024-02-14T20:23:07.016Z | Downloaded smoltcp v0.9.1 |
1052 | 2024-02-14T20:23:07.016Z | Downloaded diesel v2.1.4 |
1053 | 2024-02-14T20:23:07.016Z | Downloaded goblin v0.8.0 |
1054 | 2024-02-14T20:23:07.016Z | Downloaded openapiv3 v2.0.0 |
1055 | 2024-02-14T20:23:07.016Z | Downloaded vcpkg v0.2.15 |
1056 | 2024-02-14T20:23:07.016Z | Downloaded rustix v0.37.23 |
1057 | 2024-02-14T20:23:07.016Z | Downloaded syn v1.0.109 |
1058 | 2024-02-14T20:23:07.016Z | Downloaded regress v0.7.1 |
1059 | 2024-02-14T20:23:07.016Z | Downloaded syn v2.0.48 |
1060 | 2024-02-14T20:23:07.016Z | Downloaded idna v0.5.0 |
1061 | 2024-02-14T20:23:07.016Z | Downloaded futures-util v0.3.30 |
1062 | 2024-02-14T20:23:07.016Z | Downloaded radix_trie v0.2.1 |
1063 | 2024-02-14T20:23:07.016Z | Downloaded idna v0.2.3 |
1064 | 2024-02-14T20:23:07.016Z | Downloaded bstr v0.2.17 |
1065 | 2024-02-14T20:23:07.016Z | Downloaded webpki-roots v0.25.2 |
1066 | 2024-02-14T20:23:07.017Z | Downloaded regex-syntax v0.8.2 |
1067 | 2024-02-14T20:23:07.017Z | Downloaded regex-automata v0.4.4 |
1068 | 2024-02-14T20:23:07.017Z | Downloaded trust-dns-proto v0.22.0 |
1069 | 2024-02-14T20:23:07.017Z | Downloaded rustix v0.38.31 |
1070 | 2024-02-14T20:23:07.017Z | Downloaded smoltcp v0.11.0 |
1071 | 2024-02-14T20:23:07.017Z | Downloaded sha3 v0.10.8 |
1072 | 2024-02-14T20:23:07.017Z | Downloaded libc v0.2.153 |
1073 | 2024-02-14T20:23:07.023Z | Downloaded sled v0.34.7 |
1074 | 2024-02-14T20:23:07.034Z | Downloaded bstr v1.6.0 |
1075 | 2024-02-14T20:23:07.043Z | Downloaded zerocopy-derive v0.2.0 |
1076 | 2024-02-14T20:23:07.051Z | Downloaded rustls v0.22.2 |
1077 | 2024-02-14T20:23:07.064Z | Downloaded encoding_rs v0.8.33 |
1078 | 2024-02-14T20:23:07.084Z | Downloaded regex-automata v0.3.8 |
1079 | 2024-02-14T20:23:07.100Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1080 | 2024-02-14T20:23:07.113Z | Downloaded tokio v1.36.0 |
1081 | 2024-02-14T20:23:07.150Z | Downloaded zerocopy-derive v0.6.4 |
1082 | 2024-02-14T20:23:07.159Z | Downloaded rustls v0.21.9 |
1083 | 2024-02-14T20:23:07.170Z | Downloaded petgraph v0.6.4 |
1084 | 2024-02-14T20:23:07.184Z | Downloaded zerocopy v0.7.32 |
1085 | 2024-02-14T20:23:07.200Z | Downloaded winapi v0.3.9 |
1086 | 2024-02-14T20:23:07.242Z | Downloaded serde_with v3.6.0 |
1087 | 2024-02-14T20:23:07.246Z | Downloaded clap_builder v4.4.2 |
1088 | 2024-02-14T20:23:07.254Z | Downloaded toml_edit v0.22.4 |
1089 | 2024-02-14T20:23:07.276Z | Downloaded trust-dns-client v0.22.0 |
1090 | 2024-02-14T20:23:07.281Z | Downloaded object v0.32.1 |
1091 | 2024-02-14T20:23:07.298Z | Downloaded chrono v0.4.31 |
1092 | 2024-02-14T20:23:07.305Z | Downloaded tokio-util v0.7.10 |
1093 | 2024-02-14T20:23:07.312Z | Downloaded time v0.3.27 |
1094 | 2024-02-14T20:23:07.318Z | Downloaded clap v2.34.0 |
1095 | 2024-02-14T20:23:07.326Z | Downloaded smallvec v1.13.1 |
1096 | 2024-02-14T20:23:07.328Z | Downloaded flate2 v1.0.28 |
1097 | 2024-02-14T20:23:07.332Z | Downloaded enum-as-inner v0.5.1 |
1098 | 2024-02-14T20:23:07.335Z | Downloaded getrandom v0.2.10 |
1099 | 2024-02-14T20:23:07.341Z | Downloaded hashbrown v0.12.3 |
1100 | 2024-02-14T20:23:07.344Z | Downloaded libm v0.2.7 |
1101 | 2024-02-14T20:23:07.350Z | Downloaded crossterm v0.27.0 |
1102 | 2024-02-14T20:23:07.356Z | Downloaded futures-macro v0.3.30 |
1103 | 2024-02-14T20:23:07.359Z | Downloaded filetime v0.2.23 |
1104 | 2024-02-14T20:23:07.359Z | Downloaded hubpack v0.1.2 |
1105 | 2024-02-14T20:23:07.362Z | Downloaded tokio-stream v0.1.14 |
1106 | 2024-02-14T20:23:07.364Z | Downloaded semver v1.0.21 |
1107 | 2024-02-14T20:23:07.368Z | Downloaded rustc_version v0.1.7 |
1108 | 2024-02-14T20:23:07.368Z | Downloaded socket2 v0.5.5 |
1109 | 2024-02-14T20:23:07.368Z | Downloaded headers v0.3.9 |
1110 | 2024-02-14T20:23:07.374Z | Downloaded heapless v0.8.0 |
1111 | 2024-02-14T20:23:07.378Z | Downloaded pest v2.7.6 |
1112 | 2024-02-14T20:23:07.383Z | Downloaded ring v0.16.20 |
1113 | 2024-02-14T20:23:07.465Z | Downloaded hyper-tls v0.5.0 |
1114 | 2024-02-14T20:23:07.468Z | Downloaded ipnetwork v0.20.0 |
1115 | 2024-02-14T20:23:07.468Z | Downloaded walkdir v2.4.0 |
1116 | 2024-02-14T20:23:07.471Z | Downloaded toml_datetime v0.6.5 |
1117 | 2024-02-14T20:23:07.471Z | Downloaded scopeguard v1.2.0 |
1118 | 2024-02-14T20:23:07.474Z | Downloaded rand_chacha v0.2.2 |
1119 | 2024-02-14T20:23:07.474Z | Downloaded form_urlencoded v1.2.1 |
1120 | 2024-02-14T20:23:07.475Z | Downloaded thiserror-no-std v2.0.2 |
1121 | 2024-02-14T20:23:07.477Z | Downloaded mio v0.8.9 |
1122 | 2024-02-14T20:23:07.485Z | Downloaded futures-task v0.3.30 |
1123 | 2024-02-14T20:23:07.488Z | Downloaded group v0.13.0 |
1124 | 2024-02-14T20:23:07.488Z | Downloaded strsim v0.8.0 |
1125 | 2024-02-14T20:23:07.488Z | Downloaded typenum v1.16.0 |
1126 | 2024-02-14T20:23:07.491Z | Downloaded slog v2.7.0 |
1127 | 2024-02-14T20:23:07.491Z | Downloaded zerocopy-derive v0.7.32 |
1128 | 2024-02-14T20:23:07.495Z | Downloaded rand_core v0.5.1 |
1129 | 2024-02-14T20:23:07.498Z | Downloaded nom v7.1.3 |
1130 | 2024-02-14T20:23:07.501Z | Downloaded crossbeam-channel v0.5.8 |
1131 | 2024-02-14T20:23:07.505Z | Downloaded tar v0.4.40 |
1132 | 2024-02-14T20:23:07.507Z | Downloaded ring v0.17.7 |
1133 | 2024-02-14T20:23:07.576Z | Downloaded usdt-impl v0.3.5 |
1134 | 2024-02-14T20:23:07.589Z | Downloaded ed25519-dalek v2.0.0 |
1135 | 2024-02-14T20:23:07.589Z | Downloaded rustls-pemfile v1.0.3 |
1136 | 2024-02-14T20:23:07.589Z | Downloaded hyper-staticfile v0.9.5 |
1137 | 2024-02-14T20:23:07.589Z | Downloaded r2d2 v0.8.10 |
1138 | 2024-02-14T20:23:07.589Z | Downloaded httparse v1.8.0 |
1139 | 2024-02-14T20:23:07.589Z | Downloaded subprocess v0.2.9 |
1140 | 2024-02-14T20:23:07.589Z | Downloaded tracing v0.1.37 |
1141 | 2024-02-14T20:23:07.593Z | Downloaded sha2 v0.10.8 |
1142 | 2024-02-14T20:23:07.599Z | Downloaded serde_derive v1.0.196 |
1143 | 2024-02-14T20:23:07.599Z | Downloaded primeorder v0.13.6 |
1144 | 2024-02-14T20:23:07.601Z | Downloaded zerocopy v0.3.0 |
1145 | 2024-02-14T20:23:07.601Z | Downloaded crypto-bigint v0.5.2 |
1146 | 2024-02-14T20:23:07.604Z | Downloaded difflib v0.4.0 |
1147 | 2024-02-14T20:23:07.604Z | Downloaded foreign-types-macros v0.2.3 |
1148 | 2024-02-14T20:23:07.607Z | Downloaded signature v2.1.0 |
1149 | 2024-02-14T20:23:07.607Z | Downloaded backtrace v0.3.69 |
1150 | 2024-02-14T20:23:07.610Z | Downloaded thread_local v1.1.7 |
1151 | 2024-02-14T20:23:07.613Z | Downloaded sec1 v0.7.3 |
1152 | 2024-02-14T20:23:07.613Z | Downloaded slog-envlogger v2.2.0 |
1153 | 2024-02-14T20:23:07.616Z | Downloaded slog-async v2.8.0 |
1154 | 2024-02-14T20:23:07.616Z | Downloaded tokio-macros v2.2.0 |
1155 | 2024-02-14T20:23:07.616Z | Downloaded diesel_derives v2.1.2 |
1156 | 2024-02-14T20:23:07.619Z | Downloaded serde_urlencoded v0.7.1 |
1157 | 2024-02-14T20:23:07.622Z | Downloaded thiserror-impl-no-std v2.0.2 |
1158 | 2024-02-14T20:23:07.622Z | Downloaded minimal-lexical v0.2.1 |
1159 | 2024-02-14T20:23:07.625Z | Downloaded getrandom v0.1.16 |
1160 | 2024-02-14T20:23:07.628Z | Downloaded unicode-ident v1.0.12 |
1161 | 2024-02-14T20:23:07.631Z | Downloaded toml v0.7.8 |
1162 | 2024-02-14T20:23:07.635Z | Downloaded memchr v2.6.3 |
1163 | 2024-02-14T20:23:07.637Z | Downloaded derive_more v0.99.17 |
1164 | 2024-02-14T20:23:07.642Z | Downloaded term v0.7.0 |
1165 | 2024-02-14T20:23:07.645Z | Downloaded resolv-conf v0.7.0 |
1166 | 2024-02-14T20:23:07.648Z | Downloaded ipnet v2.9.0 |
1167 | 2024-02-14T20:23:07.653Z | Downloaded usdt v0.3.5 |
1168 | 2024-02-14T20:23:07.653Z | Downloaded untrusted v0.9.0 |
1169 | 2024-02-14T20:23:07.653Z | Downloaded omicron-zone-package v0.11.0 |
1170 | 2024-02-14T20:23:07.656Z | Downloaded rfc6979 v0.4.0 |
1171 | 2024-02-14T20:23:07.656Z | Downloaded tokio-rustls v0.24.1 |
1172 | 2024-02-14T20:23:07.656Z | Downloaded secrecy v0.8.0 |
1173 | 2024-02-14T20:23:07.656Z | Downloaded platforms v3.0.2 |
1174 | 2024-02-14T20:23:07.659Z | Downloaded fallible-iterator v0.2.0 |
1175 | 2024-02-14T20:23:07.659Z | Downloaded postgres-types v0.2.6 |
1176 | 2024-02-14T20:23:07.662Z | Downloaded pkcs8 v0.10.2 |
1177 | 2024-02-14T20:23:07.665Z | Downloaded pin-project-lite v0.2.13 |
1178 | 2024-02-14T20:23:07.667Z | Downloaded clap v4.4.3 |
1179 | 2024-02-14T20:23:07.675Z | Downloaded bzip2 v0.4.4 |
1180 | 2024-02-14T20:23:07.678Z | Downloaded owo-colors v4.0.0 |
1181 | 2024-02-14T20:23:07.681Z | Downloaded backoff v0.4.0 |
1182 | 2024-02-14T20:23:07.681Z | Downloaded postgres-protocol v0.6.6 |
1183 | 2024-02-14T20:23:07.684Z | Downloaded poly1305 v0.8.0 |
1184 | 2024-02-14T20:23:07.687Z | Downloaded multer v3.0.0 |
1185 | 2024-02-14T20:23:07.687Z | Downloaded console v0.15.8 |
1186 | 2024-02-14T20:23:07.689Z | Downloaded gethostname v0.4.3 |
1187 | 2024-02-14T20:23:07.692Z | Downloaded version_check v0.9.4 |
1188 | 2024-02-14T20:23:07.692Z | Downloaded vec_map v0.8.2 |
1189 | 2024-02-14T20:23:07.692Z | Downloaded cancel-safe-futures v0.1.5 |
1190 | 2024-02-14T20:23:07.695Z | Downloaded camino v1.1.6 |
1191 | 2024-02-14T20:23:07.698Z | Downloaded argon2 v0.5.3 |
1192 | 2024-02-14T20:23:07.698Z | Downloaded untrusted v0.7.1 |
1193 | 2024-02-14T20:23:07.698Z | Downloaded thiserror-impl v1.0.56 |
1194 | 2024-02-14T20:23:07.701Z | Downloaded thiserror v1.0.56 |
1195 | 2024-02-14T20:23:07.704Z | Downloaded crossbeam-epoch v0.9.15 |
1196 | 2024-02-14T20:23:07.711Z | Downloaded strum_macros v0.25.2 |
1197 | 2024-02-14T20:23:07.714Z | Downloaded structopt-derive v0.4.18 |
1198 | 2024-02-14T20:23:07.714Z | Downloaded structmeta v0.3.0 |
1199 | 2024-02-14T20:23:07.714Z | Downloaded polyval v0.6.1 |
1200 | 2024-02-14T20:23:07.714Z | Downloaded pin-utils v0.1.0 |
1201 | 2024-02-14T20:23:07.714Z | Downloaded pbkdf2 v0.12.2 |
1202 | 2024-02-14T20:23:07.714Z | Downloaded parse-display v0.9.0 |
1203 | 2024-02-14T20:23:07.717Z | Downloaded stringprep v0.1.3 |
1204 | 2024-02-14T20:23:07.717Z | Downloaded predicates-core v1.0.6 |
1205 | 2024-02-14T20:23:07.717Z | Downloaded pest_derive v2.7.6 |
1206 | 2024-02-14T20:23:07.720Z | Downloaded ppv-lite86 v0.2.17 |
1207 | 2024-02-14T20:23:07.720Z | Downloaded pkg-config v0.3.27 |
1208 | 2024-02-14T20:23:07.720Z | Downloaded phf v0.11.2 |
1209 | 2024-02-14T20:23:07.723Z | Downloaded percent-encoding v2.3.1 |
1210 | 2024-02-14T20:23:07.723Z | Downloaded ansi_term v0.12.1 |
1211 | 2024-02-14T20:23:07.726Z | Downloaded adler v1.0.2 |
1212 | 2024-02-14T20:23:07.726Z | Downloaded md-5 v0.10.5 |
1213 | 2024-02-14T20:23:07.726Z | Downloaded stable_deref_trait v1.2.0 |
1214 | 2024-02-14T20:23:07.728Z | Downloaded predicates v3.1.0 |
1215 | 2024-02-14T20:23:07.729Z | Downloaded plain v0.2.3 |
1216 | 2024-02-14T20:23:07.731Z | Downloaded crypto-common v0.1.6 |
1217 | 2024-02-14T20:23:07.731Z | Downloaded macaddr v1.0.1 |
1218 | 2024-02-14T20:23:07.734Z | Downloaded convert_case v0.4.0 |
1219 | 2024-02-14T20:23:07.734Z | Downloaded num-complex v0.4.4 |
1220 | 2024-02-14T20:23:07.734Z | Downloaded bcrypt-pbkdf v0.10.0 |
1221 | 2024-02-14T20:23:07.738Z | Downloaded ciborium-ll v0.2.2 |
1222 | 2024-02-14T20:23:07.738Z | Downloaded block-buffer v0.10.4 |
1223 | 2024-02-14T20:23:07.738Z | Downloaded display-error-chain v0.2.0 |
1224 | 2024-02-14T20:23:07.738Z | Downloaded usdt-attr-macro v0.3.5 |
1225 | 2024-02-14T20:23:07.739Z | Downloaded lazy_static v1.4.0 |
1226 | 2024-02-14T20:23:07.741Z | Downloaded bit-vec v0.6.3 |
1227 | 2024-02-14T20:23:07.741Z | Downloaded try-lock v0.2.4 |
1228 | 2024-02-14T20:23:07.741Z | Downloaded take_mut v0.2.2 |
1229 | 2024-02-14T20:23:07.742Z | Downloaded pretty-hex v0.4.1 |
1230 | 2024-02-14T20:23:07.744Z | Downloaded pretty-hex v0.2.1 |
1231 | 2024-02-14T20:23:07.744Z | Downloaded block-padding v0.3.3 |
1232 | 2024-02-14T20:23:07.744Z | Downloaded autocfg v1.1.0 |
1233 | 2024-02-14T20:23:07.747Z | Downloaded base16ct v0.2.0 |
1234 | 2024-02-14T20:23:07.747Z | Downloaded anstyle v1.0.2 |
1235 | 2024-02-14T20:23:07.747Z | Downloaded once_cell v1.19.0 |
1236 | 2024-02-14T20:23:07.750Z | Downloaded async-trait v0.1.77 |
1237 | 2024-02-14T20:23:07.753Z | Downloaded password-hash v0.5.0 |
1238 | 2024-02-14T20:23:07.759Z | Downloaded parking_lot v0.11.2 |
1239 | 2024-02-14T20:23:07.759Z | Downloaded time-core v0.1.1 |
1240 | 2024-02-14T20:23:07.761Z | Downloaded strum v0.25.0 |
1241 | 2024-02-14T20:23:07.761Z | Downloaded precomputed-hash v0.1.1 |
1242 | 2024-02-14T20:23:07.762Z | Downloaded colored v2.0.4 |
1243 | 2024-02-14T20:23:07.762Z | Downloaded cobs v0.2.3 |
1244 | 2024-02-14T20:23:07.762Z | Downloaded crucible-workspace-hack v0.1.0 |
1245 | 2024-02-14T20:23:07.762Z | Downloaded aes-gcm v0.10.3 |
1246 | 2024-02-14T20:23:07.764Z | Downloaded openssl-probe v0.1.5 |
1247 | 2024-02-14T20:23:07.767Z | Downloaded num_cpus v1.16.0 |
1248 | 2024-02-14T20:23:07.767Z | Downloaded num-iter v0.1.43 |
1249 | 2024-02-14T20:23:07.770Z | Downloaded nibble_vec v0.1.0 |
1250 | 2024-02-14T20:23:07.770Z | Downloaded pem v3.0.2 |
1251 | 2024-02-14T20:23:07.770Z | Downloaded pbkdf2 v0.11.0 |
1252 | 2024-02-14T20:23:07.773Z | Downloaded parking_lot_core v0.9.8 |
1253 | 2024-02-14T20:23:07.776Z | Downloaded md5 v0.7.0 |
1254 | 2024-02-14T20:23:07.776Z | Downloaded cpufeatures v0.2.12 |
1255 | 2024-02-14T20:23:07.776Z | Downloaded async-stream-impl v0.3.5 |
1256 | 2024-02-14T20:23:07.779Z | Downloaded pest_generator v2.7.6 |
1257 | 2024-02-14T20:23:07.779Z | Downloaded colorchoice v1.0.0 |
1258 | 2024-02-14T20:23:07.779Z | Downloaded matches v0.1.10 |
1259 | 2024-02-14T20:23:07.779Z | Downloaded chacha20poly1305 v0.10.1 |
1260 | 2024-02-14T20:23:07.783Z | Downloaded newtype_derive v0.1.6 |
1261 | 2024-02-14T20:23:07.783Z | Downloaded arrayvec v0.7.4 |
1262 | 2024-02-14T20:23:07.784Z | Downloaded const-oid v0.9.5 |
1263 | 2024-02-14T20:23:07.786Z | Downloaded atomicwrites v0.4.3 |
1264 | 2024-02-14T20:23:07.786Z | Downloaded atty v0.2.14 |
1265 | 2024-02-14T20:23:07.787Z | Downloaded cipher v0.4.4 |
1266 | 2024-02-14T20:23:07.789Z | Downloaded bytes v1.5.0 |
1267 | 2024-02-14T20:23:08.186Z | Compiling proc-macro2 v1.0.78 |
1268 | 2024-02-14T20:23:08.187Z | Compiling unicode-ident v1.0.12 |
1269 | 2024-02-14T20:23:08.189Z | Compiling libc v0.2.153 |
1270 | 2024-02-14T20:23:08.189Z | Compiling serde v1.0.196 |
1271 | 2024-02-14T20:23:08.189Z | Compiling version_check v0.9.4 |
1272 | 2024-02-14T20:23:08.189Z | Compiling autocfg v1.1.0 |
1273 | 2024-02-14T20:23:08.227Z | Compiling cfg-if v1.0.0 |
1274 | 2024-02-14T20:23:08.379Z | Compiling syn v1.0.109 |
1275 | 2024-02-14T20:23:08.380Z | Compiling once_cell v1.19.0 |
1276 | 2024-02-14T20:23:08.424Z | Compiling thiserror v1.0.56 |
1277 | 2024-02-14T20:23:08.775Z | Compiling memchr v2.6.3 |
1278 | 2024-02-14T20:23:08.938Z | Compiling typenum v1.16.0 |
1279 | 2024-02-14T20:23:09.014Z | Compiling lock_api v0.4.10 |
1280 | 2024-02-14T20:23:09.983Z | Compiling byteorder v1.5.0 |
1281 | 2024-02-14T20:23:10.327Z | Compiling ahash v0.8.7 |
1282 | 2024-02-14T20:23:10.335Z | Compiling parking_lot_core v0.9.8 |
1283 | 2024-02-14T20:23:10.496Z | Compiling generic-array v0.14.7 |
1284 | 2024-02-14T20:23:10.502Z | Compiling libm v0.2.7 |
1285 | 2024-02-14T20:23:10.502Z | Compiling num-traits v0.2.16 |
1286 | 2024-02-14T20:23:10.600Z | Compiling serde_json v1.0.113 |
1287 | 2024-02-14T20:23:10.809Z | Compiling itoa v1.0.9 |
1288 | 2024-02-14T20:23:10.929Z | Compiling slab v0.4.9 |
1289 | 2024-02-14T20:23:10.950Z | Compiling log v0.4.20 |
1290 | 2024-02-14T20:23:11.329Z | Compiling scopeguard v1.2.0 |
1291 | 2024-02-14T20:23:11.475Z | Compiling quote v1.0.35 |
1292 | 2024-02-14T20:23:11.550Z | Compiling ryu v1.0.15 |
1293 | 2024-02-14T20:23:11.811Z | Compiling cc v1.0.83 |
1294 | 2024-02-14T20:23:11.889Z | Compiling syn v2.0.48 |
1295 | 2024-02-14T20:23:12.173Z | Compiling getrandom v0.2.10 |
1296 | 2024-02-14T20:23:12.481Z | Compiling rand_core v0.6.4 |
1297 | 2024-02-14T20:23:12.775Z | Compiling pkg-config v0.3.27 |
1298 | 2024-02-14T20:23:13.019Z | Compiling allocator-api2 v0.2.16 |
1299 | 2024-02-14T20:23:13.073Z | Compiling equivalent v1.0.1 |
1300 | 2024-02-14T20:23:13.188Z | Compiling smallvec v1.13.1 |
1301 | 2024-02-14T20:23:13.242Z | Compiling heck v0.4.1 |
1302 | 2024-02-14T20:23:13.628Z | Compiling schemars v0.8.16 |
1303 | 2024-02-14T20:23:13.770Z | Compiling subtle v2.5.0 |
1304 | 2024-02-14T20:23:14.088Z | Compiling vcpkg v0.2.15 |
1305 | 2024-02-14T20:23:14.232Z | Compiling pin-project-lite v0.2.13 |
1306 | 2024-02-14T20:23:14.574Z | Compiling httparse v1.8.0 |
1307 | 2024-02-14T20:23:14.744Z | Compiling parking_lot v0.12.1 |
1308 | 2024-02-14T20:23:15.034Z | Compiling ucd-trie v0.1.6 |
1309 | 2024-02-14T20:23:15.092Z | Compiling ring v0.17.7 |
1310 | 2024-02-14T20:23:15.262Z | Compiling ring v0.16.20 |
1311 | 2024-02-14T20:23:15.680Z | Compiling signal-hook-registry v1.4.1 |
1312 | 2024-02-14T20:23:15.764Z | Compiling fnv v1.0.7 |
1313 | 2024-02-14T20:23:16.360Z | Compiling mio v0.8.9 |
1314 | 2024-02-14T20:23:16.467Z | Compiling openssl-sys v0.9.96 |
1315 | 2024-02-14T20:23:16.660Z | Compiling iana-time-zone v0.1.57 |
1316 | 2024-02-14T20:23:17.138Z | Compiling semver v1.0.21 |
1317 | 2024-02-14T20:23:17.182Z | Compiling const-oid v0.9.5 |
1318 | 2024-02-14T20:23:17.436Z | Compiling openssl v0.10.60 |
1319 | 2024-02-14T20:23:17.657Z | Compiling socket2 v0.5.5 |
1320 | 2024-02-14T20:23:17.660Z | Compiling num_cpus v1.16.0 |
1321 | 2024-02-14T20:23:17.790Z | Compiling native-tls v0.2.11 |
1322 | 2024-02-14T20:23:18.174Z | Compiling rustls v0.21.9 |
1323 | 2024-02-14T20:23:18.520Z | Compiling dyn-clone v1.0.16 |
1324 | 2024-02-14T20:23:18.544Z | Compiling futures-core v0.3.30 |
1325 | 2024-02-14T20:23:18.790Z | Compiling aho-corasick v1.0.4 |
1326 | 2024-02-14T20:23:19.070Z | Compiling slog v2.7.0 |
1327 | 2024-02-14T20:23:19.335Z | Compiling regex-syntax v0.8.2 |
1328 | 2024-02-14T20:23:19.371Z | Compiling crossbeam-utils v0.8.16 |
1329 | 2024-02-14T20:23:19.448Z | Compiling spin v0.5.2 |
1330 | 2024-02-14T20:23:19.634Z | Compiling serde_derive_internals v0.26.0 |
1331 | 2024-02-14T20:23:19.661Z | Compiling async-trait v0.1.77 |
1332 | 2024-02-14T20:23:20.079Z | Compiling futures-sink v0.3.30 |
1333 | 2024-02-14T20:23:20.251Z | Compiling rustix v0.38.31 |
1334 | 2024-02-14T20:23:20.620Z | Compiling backtrace v0.3.69 |
1335 | 2024-02-14T20:23:21.072Z | Compiling tinyvec_macros v0.1.1 |
1336 | 2024-02-14T20:23:21.202Z | Compiling tinyvec v1.6.0 |
1337 | 2024-02-14T20:23:21.423Z | Compiling futures-channel v0.3.30 |
1338 | 2024-02-14T20:23:21.894Z | Compiling futures-task v0.3.30 |
1339 | 2024-02-14T20:23:22.172Z | Compiling winnow v0.5.15 |
1340 | 2024-02-14T20:23:22.388Z | Compiling futures-io v0.3.30 |
1341 | 2024-02-14T20:23:22.703Z | Compiling pin-utils v0.1.0 |
1342 | 2024-02-14T20:23:22.888Z | Compiling regex-automata v0.4.4 |
1343 | 2024-02-14T20:23:22.970Z | Compiling unicode-normalization v0.1.22 |
1344 | 2024-02-14T20:23:22.990Z | Compiling spin v0.9.8 |
1345 | 2024-02-14T20:23:23.461Z | Compiling memoffset v0.9.0 |
1346 | 2024-02-14T20:23:23.551Z | Compiling tracing-core v0.1.31 |
1347 | 2024-02-14T20:23:23.782Z | Compiling cpufeatures v0.2.12 |
1348 | 2024-02-14T20:23:23.882Z | Compiling unicode-width v0.1.11 |
1349 | 2024-02-14T20:23:24.049Z | Compiling anyhow v1.0.75 |
1350 | 2024-02-14T20:23:24.068Z | Compiling unicode-bidi v0.3.13 |
1351 | 2024-02-14T20:23:25.702Z | Compiling crc32fast v1.3.2 |
1352 | 2024-02-14T20:23:26.141Z | Compiling crossbeam-epoch v0.9.15 |
1353 | 2024-02-14T20:23:26.187Z | Compiling time-core v0.1.1 |
1354 | 2024-02-14T20:23:26.356Z | Compiling time-macros v0.2.13 |
1355 | 2024-02-14T20:23:26.957Z | Compiling regex v1.10.3 |
1356 | 2024-02-14T20:23:27.116Z | Compiling serde_derive v1.0.196 |
1357 | 2024-02-14T20:23:27.322Z | Compiling zerocopy-derive v0.7.32 |
1358 | 2024-02-14T20:23:27.890Z | Compiling zeroize_derive v1.4.2 |
1359 | 2024-02-14T20:23:28.514Z | Compiling thiserror-impl v1.0.56 |
1360 | 2024-02-14T20:23:29.322Z | Compiling tokio-macros v2.2.0 |
1361 | 2024-02-14T20:23:29.340Z | Compiling zeroize v1.7.0 |
1362 | 2024-02-14T20:23:29.405Z | Compiling zerocopy v0.7.32 |
1363 | 2024-02-14T20:23:29.674Z | Compiling futures-macro v0.3.30 |
1364 | 2024-02-14T20:23:31.464Z | Compiling tracing-attributes v0.1.26 |
1365 | 2024-02-14T20:23:31.512Z | Compiling hashbrown v0.14.2 |
1366 | 2024-02-14T20:23:31.691Z | Compiling schemars_derive v0.8.16 |
1367 | 2024-02-14T20:23:31.738Z | Compiling pest v2.7.6 |
1368 | 2024-02-14T20:23:32.463Z | Compiling crypto-common v0.1.6 |
1369 | 2024-02-14T20:23:32.809Z | Compiling openssl-macros v0.1.1 |
1370 | 2024-02-14T20:23:33.385Z | Compiling block-buffer v0.10.4 |
1371 | 2024-02-14T20:23:33.546Z | Compiling hashbrown v0.13.2 |
1372 | 2024-02-14T20:23:33.651Z | Compiling digest v0.10.7 |
1373 | 2024-02-14T20:23:34.116Z | Compiling pest_meta v2.7.6 |
1374 | 2024-02-14T20:23:34.733Z | Compiling futures-util v0.3.30 |
1375 | 2024-02-14T20:23:35.403Z | Compiling pest_generator v2.7.6 |
1376 | 2024-02-14T20:23:36.462Z | Compiling tracing v0.1.37 |
1377 | 2024-02-14T20:23:36.998Z | Compiling der_derive v0.7.2 |
1378 | 2024-02-14T20:23:39.142Z | Compiling errno v0.3.8 |
1379 | 2024-02-14T20:23:39.285Z | Compiling num-integer v0.1.45 |
1380 | 2024-02-14T20:23:39.463Z | Compiling percent-encoding v2.3.1 |
1381 | 2024-02-14T20:23:39.489Z | Compiling pest_derive v2.7.6 |
1382 | 2024-02-14T20:23:39.592Z | Compiling untrusted v0.7.1 |
1383 | 2024-02-14T20:23:39.806Z | Compiling untrusted v0.9.0 |
1384 | 2024-02-14T20:23:39.976Z | Compiling foreign-types-shared v0.1.1 |
1385 | 2024-02-14T20:23:40.080Z | Compiling foreign-types v0.3.2 |
1386 | 2024-02-14T20:23:41.028Z | Compiling try-lock v0.2.4 |
1387 | 2024-02-14T20:23:41.182Z | Compiling bytes v1.5.0 |
1388 | 2024-02-14T20:23:41.676Z | Compiling indexmap v2.2.2 |
1389 | 2024-02-14T20:23:41.739Z | Compiling chrono v0.4.31 |
1390 | 2024-02-14T20:23:42.307Z | Compiling uuid v1.7.0 |
1391 | 2024-02-14T20:23:42.474Z | Compiling http v0.2.11 |
1392 | 2024-02-14T20:23:42.967Z | Compiling tokio v1.36.0 |
1393 | 2024-02-14T20:23:43.995Z | Compiling bitflags v2.4.0 |
1394 | 2024-02-14T20:23:44.461Z | Compiling serde_spanned v0.6.5 |
1395 | 2024-02-14T20:23:44.700Z | Compiling toml_datetime v0.6.5 |
1396 | 2024-02-14T20:23:44.703Z | Compiling rustc_version v0.4.0 |
1397 | 2024-02-14T20:23:45.104Z | Compiling toml_edit v0.19.15 |
1398 | 2024-02-14T20:23:45.189Z | Compiling openapiv3 v2.0.0 |
1399 | 2024-02-14T20:23:47.106Z | Compiling serde_tokenstream v0.2.0 |
1400 | 2024-02-14T20:23:47.646Z | Compiling unicode-xid v0.2.4 |
1401 | 2024-02-14T20:23:47.814Z | Compiling ppv-lite86 v0.2.17 |
1402 | 2024-02-14T20:23:47.837Z | Compiling base64 v0.21.7 |
1403 | 2024-02-14T20:23:48.621Z | Compiling synstructure v0.12.6 |
1404 | 2024-02-14T20:23:48.660Z | Compiling http-body v0.4.5 |
1405 | 2024-02-14T20:23:49.062Z | Compiling sct v0.7.0 |
1406 | 2024-02-14T20:23:49.373Z | Compiling rustls-webpki v0.101.7 |
1407 | 2024-02-14T20:23:50.318Z | Compiling want v0.3.1 |
1408 | 2024-02-14T20:23:50.596Z | Compiling form_urlencoded v1.2.1 |
1409 | 2024-02-14T20:23:50.973Z | Compiling scroll_derive v0.12.0 |
1410 | 2024-02-14T20:23:51.392Z | Compiling socket2 v0.4.9 |
1411 | 2024-02-14T20:23:51.766Z | Compiling openssl-probe v0.1.5 |
1412 | 2024-02-14T20:23:52.090Z | Compiling tokio-util v0.7.10 |
1413 | 2024-02-14T20:23:52.267Z | Compiling tower-service v0.3.2 |
1414 | 2024-02-14T20:23:52.743Z | Compiling httpdate v1.0.3 |
1415 | 2024-02-14T20:23:52.990Z | Compiling io-lifetimes v1.0.11 |
1416 | 2024-02-14T20:23:53.225Z | Compiling h2 v0.3.24 |
1417 | 2024-02-14T20:23:53.702Z | Compiling zerocopy-derive v0.2.0 |
1418 | 2024-02-14T20:23:54.715Z | Compiling idna v0.5.0 |
1419 | 2024-02-14T20:23:56.367Z | Compiling lazy_static v1.4.0 |
1420 | 2024-02-14T20:23:56.539Z | Compiling thread-id v4.2.0 |
1421 | 2024-02-14T20:23:56.654Z | Compiling adler v1.0.2 |
1422 | 2024-02-14T20:23:56.881Z | Compiling miniz_oxide v0.7.1 |
1423 | 2024-02-14T20:23:57.046Z | Compiling tokio-native-tls v0.3.1 |
1424 | 2024-02-14T20:23:57.327Z | Compiling url v2.5.0 |
1425 | 2024-02-14T20:23:57.665Z | Compiling tokio-rustls v0.24.1 |
1426 | 2024-02-14T20:23:58.460Z | Compiling rand_chacha v0.3.1 |
1427 | 2024-02-14T20:23:58.918Z | Compiling ipnet v2.9.0 |
1428 | 2024-02-14T20:23:59.315Z | Compiling rustix v0.37.23 |
1429 | 2024-02-14T20:23:59.412Z | Compiling rand v0.8.5 |
1430 | 2024-02-14T20:23:59.757Z | Compiling serde_urlencoded v0.7.1 |
1431 | 2024-02-14T20:23:59.972Z | Compiling rustls-pemfile v1.0.3 |
1432 | 2024-02-14T20:24:00.166Z | Compiling hyper v0.14.27 |
1433 | 2024-02-14T20:24:00.413Z | Compiling usdt-impl v0.3.5 |
1434 | 2024-02-14T20:24:00.465Z | Compiling encoding_rs v0.8.33 |
1435 | 2024-02-14T20:24:00.798Z | Compiling either v1.9.0 |
1436 | 2024-02-14T20:24:00.967Z | Compiling gimli v0.28.0 |
1437 | 2024-02-14T20:24:01.140Z | Compiling webpki-roots v0.25.2 |
1438 | 2024-02-14T20:24:01.326Z | Compiling mime v0.3.17 |
1439 | 2024-02-14T20:24:03.096Z | Compiling regress v0.7.1 |
1440 | 2024-02-14T20:24:03.229Z | Compiling object v0.32.1 |
1441 | 2024-02-14T20:24:03.472Z | Compiling num-bigint v0.4.4 |
1442 | 2024-02-14T20:24:04.293Z | Compiling usdt-impl v0.5.0 |
1443 | 2024-02-14T20:24:04.496Z | Compiling rustc-demangle v0.1.23 |
1444 | 2024-02-14T20:24:05.278Z | Compiling addr2line v0.21.0 |
1445 | 2024-02-14T20:24:05.920Z | Compiling flate2 v1.0.28 |
1446 | 2024-02-14T20:24:05.953Z | Compiling zerocopy v0.3.0 |
1447 | 2024-02-14T20:24:06.137Z | Compiling scroll v0.12.0 |
1448 | 2024-02-14T20:24:06.686Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1449 | 2024-02-14T20:24:06.767Z | Compiling heapless v0.7.16 |
1450 | 2024-02-14T20:24:06.839Z | Compiling futures-executor v0.3.30 |
1451 | 2024-02-14T20:24:07.151Z | Compiling hyper-tls v0.5.0 |
1452 | 2024-02-14T20:24:07.210Z | Compiling hyper-rustls v0.24.2 |
1453 | 2024-02-14T20:24:07.410Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1454 | 2024-02-14T20:24:07.501Z | Compiling reqwest v0.11.22 |
1455 | 2024-02-14T20:24:07.897Z | Compiling rustversion v1.0.14 |
1456 | 2024-02-14T20:24:08.380Z | Compiling plain v0.2.3 |
1457 | 2024-02-14T20:24:08.598Z | Compiling signal-hook v0.3.17 |
1458 | 2024-02-14T20:24:08.677Z | Compiling goblin v0.8.0 |
1459 | 2024-02-14T20:24:10.380Z | Compiling futures v0.3.30 |
1460 | 2024-02-14T20:24:10.455Z | Compiling dof v0.1.5 |
1461 | 2024-02-14T20:24:11.140Z | Compiling toml v0.7.8 |
1462 | 2024-02-14T20:24:11.421Z | Compiling hex v0.4.3 |
1463 | 2024-02-14T20:24:12.078Z | Compiling dtrace-parser v0.1.14 |
1464 | 2024-02-14T20:24:12.283Z | Compiling pretty-hex v0.4.1 |
1465 | 2024-02-14T20:24:12.303Z | Compiling base64ct v1.6.0 |
1466 | 2024-02-14T20:24:12.485Z | Compiling strsim v0.10.0 |
1467 | 2024-02-14T20:24:14.339Z | Compiling serde_tokenstream v0.1.7 |
1468 | 2024-02-14T20:24:14.793Z | Compiling dof v0.3.0 |
1469 | 2024-02-14T20:24:14.866Z | Compiling dtrace-parser v0.2.0 |
1470 | 2024-02-14T20:24:14.954Z | Compiling bitflags v1.3.2 |
1471 | 2024-02-14T20:24:15.082Z | Compiling smoltcp v0.9.1 |
1472 | 2024-02-14T20:24:15.836Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1473 | 2024-02-14T20:24:15.921Z | Compiling pem-rfc7468 v0.7.0 |
1474 | 2024-02-14T20:24:16.716Z | Compiling strum_macros v0.25.2 |
1475 | 2024-02-14T20:24:16.742Z | Compiling hmac v0.12.1 |
1476 | 2024-02-14T20:24:17.036Z | Compiling enum-as-inner v0.5.1 |
1477 | 2024-02-14T20:24:17.166Z | Compiling num-iter v0.1.43 |
1478 | 2024-02-14T20:24:17.814Z | Compiling flagset v0.4.3 |
1479 | 2024-02-14T20:24:17.825Z | Compiling unicode-segmentation v1.10.1 |
1480 | 2024-02-14T20:24:17.826Z | Compiling siphasher v0.3.11 |
1481 | 2024-02-14T20:24:18.020Z | Compiling der v0.7.8 |
1482 | 2024-02-14T20:24:18.278Z | Compiling usdt-attr-macro v0.3.5 |
1483 | 2024-02-14T20:24:18.349Z | Compiling usdt-macro v0.3.5 |
1484 | 2024-02-14T20:24:19.912Z | Compiling hubpack_derive v0.1.1 |
1485 | 2024-02-14T20:24:20.137Z | Compiling zerocopy-derive v0.6.4 |
1486 | 2024-02-14T20:24:21.515Z | Compiling num_threads v0.1.6 |
1487 | 2024-02-14T20:24:21.639Z | Compiling deranged v0.3.8 |
1488 | 2024-02-14T20:24:21.964Z | Compiling anstyle v1.0.2 |
1489 | 2024-02-14T20:24:22.001Z | Compiling utf8parse v0.2.1 |
1490 | 2024-02-14T20:24:22.165Z | Compiling anstyle-parse v0.2.1 |
1491 | 2024-02-14T20:24:22.487Z | Compiling sha2 v0.10.8 |
1492 | 2024-02-14T20:24:22.600Z | Compiling spki v0.7.2 |
1493 | 2024-02-14T20:24:23.526Z | Compiling time v0.3.27 |
1494 | 2024-02-14T20:24:24.950Z | Compiling md-5 v0.10.5 |
1495 | 2024-02-14T20:24:25.175Z | Compiling block-padding v0.3.3 |
1496 | 2024-02-14T20:24:25.206Z | Compiling clap_derive v4.4.2 |
1497 | 2024-02-14T20:24:25.929Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1498 | 2024-02-14T20:24:26.143Z | Compiling stringprep v0.1.3 |
1499 | 2024-02-14T20:24:26.175Z | Compiling getopts v0.2.21 |
1500 | 2024-02-14T20:24:27.177Z | Compiling diesel_table_macro_syntax v0.1.0 |
1501 | 2024-02-14T20:24:27.594Z | Compiling hash32 v0.2.1 |
1502 | 2024-02-14T20:24:27.982Z | Compiling anstyle-query v1.0.0 |
1503 | 2024-02-14T20:24:28.118Z | Compiling stable_deref_trait v1.2.0 |
1504 | 2024-02-14T20:24:29.107Z | Compiling colorchoice v1.0.0 |
1505 | 2024-02-14T20:24:29.270Z | Compiling fallible-iterator v0.2.0 |
1506 | 2024-02-14T20:24:29.566Z | Compiling anstream v0.5.0 |
1507 | 2024-02-14T20:24:29.999Z | Compiling postgres-protocol v0.6.6 |
1508 | 2024-02-14T20:24:30.595Z | Compiling diesel_derives v2.1.2 |
1509 | 2024-02-14T20:24:31.419Z | Compiling inout v0.1.3 |
1510 | 2024-02-14T20:24:31.463Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1511 | 2024-02-14T20:24:31.694Z | Compiling terminal_size v0.2.6 |
1512 | 2024-02-14T20:24:32.055Z | Compiling pkcs8 v0.10.2 |
1513 | 2024-02-14T20:24:32.146Z | Compiling phf_shared v0.11.2 |
1514 | 2024-02-14T20:24:33.455Z | Compiling ff v0.13.0 |
1515 | 2024-02-14T20:24:33.980Z | Compiling serde_repr v0.1.16 |
1516 | 2024-02-14T20:24:34.916Z | Compiling scheduled-thread-pool v0.2.7 |
1517 | 2024-02-14T20:24:35.530Z | Compiling clap_lex v0.5.1 |
1518 | 2024-02-14T20:24:35.804Z | Compiling managed v0.8.0 |
1519 | 2024-02-14T20:24:36.070Z | Compiling unsafe-libyaml v0.2.10 |
1520 | 2024-02-14T20:24:36.319Z | Compiling base16ct v0.2.0 |
1521 | 2024-02-14T20:24:36.663Z | Compiling matches v0.1.10 |
1522 | 2024-02-14T20:24:36.756Z | Compiling regex-automata v0.1.10 |
1523 | 2024-02-14T20:24:37.111Z | Compiling bit-vec v0.6.3 |
1524 | 2024-02-14T20:24:37.258Z | Compiling bstr v0.2.17 |
1525 | 2024-02-14T20:24:38.710Z | Compiling serde_yaml v0.9.25 |
1526 | 2024-02-14T20:24:38.784Z | Compiling idna v0.2.3 |
1527 | 2024-02-14T20:24:40.441Z | Compiling sec1 v0.7.3 |
1528 | 2024-02-14T20:24:40.491Z | Compiling clap_builder v4.4.2 |
1529 | 2024-02-14T20:24:40.964Z | Compiling r2d2 v0.8.10 |
1530 | 2024-02-14T20:24:41.361Z | Compiling group v0.13.0 |
1531 | 2024-02-14T20:24:43.100Z | Compiling phf v0.11.2 |
1532 | 2024-02-14T20:24:43.244Z | Compiling signal-hook-mio v0.2.3 |
1533 | 2024-02-14T20:24:43.409Z | Compiling bzip2 v0.4.4 |
1534 | 2024-02-14T20:24:43.426Z | Compiling cipher v0.4.4 |
1535 | 2024-02-14T20:24:43.429Z | Compiling postgres-types v0.2.6 |
1536 | 2024-02-14T20:24:43.791Z | Compiling zerocopy v0.6.4 |
1537 | 2024-02-14T20:24:43.926Z | Compiling hubpack v0.1.2 |
1538 | 2024-02-14T20:24:44.374Z | Compiling phf_shared v0.10.0 |
1539 | 2024-02-14T20:24:44.527Z | Compiling hkdf v0.12.4 |
1540 | 2024-02-14T20:24:44.629Z | Compiling crypto-bigint v0.5.2 |
1541 | 2024-02-14T20:24:44.770Z | Compiling ipnetwork v0.20.0 |
1542 | 2024-02-14T20:24:44.976Z | Compiling float-cmp v0.9.0 |
1543 | 2024-02-14T20:24:45.723Z | Compiling new_debug_unreachable v1.0.4 |
1544 | 2024-02-14T20:24:45.817Z | Compiling regex-automata v0.3.8 |
1545 | 2024-02-14T20:24:45.954Z | Compiling data-encoding v2.4.0 |
1546 | 2024-02-14T20:24:47.408Z | Compiling whoami v1.4.1 |
1547 | 2024-02-14T20:24:48.115Z | Compiling precomputed-hash v0.1.1 |
1548 | 2024-02-14T20:24:48.240Z | Compiling difflib v0.4.0 |
1549 | 2024-02-14T20:24:48.354Z | Compiling fixedbitset v0.4.2 |
1550 | 2024-02-14T20:24:48.817Z | Compiling normalize-line-endings v0.3.0 |
1551 | 2024-02-14T20:24:48.952Z | Compiling predicates-core v1.0.6 |
1552 | 2024-02-14T20:24:49.002Z | Compiling minimal-lexical v0.2.1 |
1553 | 2024-02-14T20:24:49.327Z | Compiling static_assertions v1.1.0 |
1554 | 2024-02-14T20:24:49.555Z | Compiling nom v7.1.3 |
1555 | 2024-02-14T20:24:49.894Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1556 | 2024-02-14T20:24:50.055Z | Compiling predicates v3.1.0 |
1557 | 2024-02-14T20:24:50.564Z | Compiling petgraph v0.6.4 |
1558 | 2024-02-14T20:24:51.803Z | Compiling string_cache v0.8.7 |
1559 | 2024-02-14T20:24:51.853Z | Compiling tokio-postgres v0.7.10 |
1560 | 2024-02-14T20:24:52.265Z | Compiling bstr v1.6.0 |
1561 | 2024-02-14T20:24:54.401Z | Compiling diesel v2.1.4 |
1562 | 2024-02-14T20:24:54.434Z | Compiling trust-dns-proto v0.22.0 |
1563 | 2024-02-14T20:24:54.434Z | Compiling elliptic-curve v0.13.8 |
1564 | 2024-02-14T20:24:54.434Z | Compiling yasna v0.5.2 |
1565 | 2024-02-14T20:24:54.434Z | Compiling clap v4.4.3 |
1566 | 2024-02-14T20:24:54.434Z | Compiling zip v0.6.6 |
1567 | 2024-02-14T20:24:54.434Z | Compiling crossterm v0.27.0 |
1568 | 2024-02-14T20:24:55.768Z | Compiling similar v2.3.0 |
1569 | 2024-02-14T20:24:55.934Z | Compiling bit-set v0.5.3 |
1570 | 2024-02-14T20:24:55.978Z | Compiling usdt v0.3.5 |
1571 | 2024-02-14T20:24:56.238Z | Compiling itertools v0.10.5 |
1572 | 2024-02-14T20:24:56.262Z | Compiling console v0.15.8 |
1573 | 2024-02-14T20:24:56.589Z | Compiling tokio-stream v0.1.14 |
1574 | 2024-02-14T20:24:58.285Z | Compiling lalrpop-util v0.19.12 |
1575 | 2024-02-14T20:24:58.461Z | Compiling camino v1.1.6 |
1576 | 2024-02-14T20:25:02.372Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1577 | 2024-02-14T20:25:10.756Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1578 | 2024-02-14T20:25:36.252Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1579 | 2024-02-14T20:25:36.756Z | Compiling sha1 v0.10.6 |
1580 | 2024-02-14T20:25:37.187Z | Compiling atty v0.2.14 |
1581 | 2024-02-14T20:25:37.213Z | Compiling match_cfg v0.1.0 |
1582 | 2024-02-14T20:25:37.299Z | Compiling hostname v0.3.1 |
1583 | 2024-02-14T20:25:37.318Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1584 | 2024-02-14T20:25:37.533Z | Compiling dirs-sys-next v0.1.2 |
1585 | 2024-02-14T20:25:37.561Z | Compiling rustls-pki-types v1.1.0 |
1586 | 2024-02-14T20:25:37.634Z | Compiling ident_case v1.0.1 |
1587 | 2024-02-14T20:25:37.755Z | Compiling dirs-next v2.0.0 |
1588 | 2024-02-14T20:25:37.832Z | Compiling darling_core v0.20.3 |
1589 | 2024-02-14T20:25:38.168Z | Compiling thread_local v1.1.7 |
1590 | 2024-02-14T20:25:38.230Z | Compiling slog-async v2.8.0 |
1591 | 2024-02-14T20:25:38.651Z | Compiling rustls v0.22.2 |
1592 | 2024-02-14T20:25:38.655Z | Compiling rustls-webpki v0.102.1 |
1593 | 2024-02-14T20:25:38.742Z | Compiling term v0.7.0 |
1594 | 2024-02-14T20:25:38.933Z | Compiling crossbeam-channel v0.5.8 |
1595 | 2024-02-14T20:25:39.117Z | Compiling multer v3.0.0 |
1596 | 2024-02-14T20:25:39.444Z | Compiling instant v0.1.12 |
1597 | 2024-02-14T20:25:39.462Z | Compiling paste v1.0.14 |
1598 | 2024-02-14T20:25:39.600Z | Compiling take_mut v0.2.2 |
1599 | 2024-02-14T20:25:40.121Z | Compiling slog-term v2.9.0 |
1600 | 2024-02-14T20:25:40.345Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1601 | 2024-02-14T20:25:40.579Z | Compiling toml_edit v0.22.4 |
1602 | 2024-02-14T20:25:40.727Z | Compiling slog-json v2.6.1 |
1603 | 2024-02-14T20:25:41.012Z | Compiling http v1.0.0 |
1604 | 2024-02-14T20:25:41.108Z | Compiling async-stream-impl v0.3.5 |
1605 | 2024-02-14T20:25:41.393Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1606 | 2024-02-14T20:25:41.748Z | Compiling debug-ignore v1.0.5 |
1607 | 2024-02-14T20:25:41.891Z | Compiling atomic-waker v1.1.1 |
1608 | 2024-02-14T20:25:42.084Z | Compiling waitgroup v0.1.2 |
1609 | 2024-02-14T20:25:42.393Z | Compiling slog-bunyan v2.5.0 |
1610 | 2024-02-14T20:25:42.675Z | Compiling async-stream v0.3.5 |
1611 | 2024-02-14T20:25:43.717Z | Compiling toml v0.8.10 |
1612 | 2024-02-14T20:25:43.918Z | Compiling rustls-pemfile v2.0.0 |
1613 | 2024-02-14T20:25:44.070Z | Compiling darling_macro v0.20.3 |
1614 | 2024-02-14T20:25:44.147Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1615 | 2024-02-14T20:25:44.374Z | Compiling serde_path_to_error v0.1.15 |
1616 | 2024-02-14T20:25:45.168Z | Compiling darling v0.20.3 |
1617 | 2024-02-14T20:25:45.217Z | Compiling tokio-rustls v0.25.0 |
1618 | 2024-02-14T20:25:45.288Z | Compiling serde_with_macros v3.6.0 |
1619 | 2024-02-14T20:25:45.502Z | Compiling structmeta-derive v0.3.0 |
1620 | 2024-02-14T20:25:45.672Z | Compiling strum v0.25.0 |
1621 | 2024-02-14T20:25:45.852Z | Compiling backoff v0.4.0 |
1622 | 2024-02-14T20:25:46.041Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1623 | 2024-02-14T20:25:46.207Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1624 | 2024-02-14T20:25:46.380Z | Compiling macaddr v1.0.1 |
1625 | 2024-02-14T20:25:46.866Z | Compiling proc-macro-error-attr v1.0.4 |
1626 | 2024-02-14T20:25:46.911Z | Compiling proc-macro-crate v1.3.1 |
1627 | 2024-02-14T20:25:47.268Z | Compiling proc-macro-error v1.0.4 |
1628 | 2024-02-14T20:25:48.016Z | Compiling heapless v0.8.0 |
1629 | 2024-02-14T20:25:48.035Z | Compiling num_enum_derive v0.5.11 |
1630 | 2024-02-14T20:25:48.676Z | Compiling serde_with v3.6.0 |
1631 | 2024-02-14T20:25:48.787Z | Compiling hash32 v0.3.1 |
1632 | 2024-02-14T20:25:48.812Z | Compiling structmeta v0.3.0 |
1633 | 2024-02-14T20:25:49.023Z | Compiling rayon-core v1.12.0 |
1634 | 2024-02-14T20:25:49.268Z | Compiling parse-display-derive v0.9.0 |
1635 | 2024-02-14T20:25:49.345Z | Compiling smoltcp v0.11.0 |
1636 | 2024-02-14T20:25:49.555Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1637 | 2024-02-14T20:25:50.712Z | Compiling crossbeam-deque v0.8.3 |
1638 | 2024-02-14T20:25:50.934Z | Compiling num_enum v0.5.11 |
1639 | 2024-02-14T20:25:51.067Z | Compiling embedded-io v0.4.0 |
1640 | 2024-02-14T20:25:51.097Z | Compiling cobs v0.2.3 |
1641 | 2024-02-14T20:25:51.171Z | Compiling fastrand v2.0.1 |
1642 | 2024-02-14T20:25:51.353Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1643 | 2024-02-14T20:25:51.464Z | Compiling same-file v1.0.6 |
1644 | 2024-02-14T20:25:51.712Z | Compiling walkdir v2.4.0 |
1645 | 2024-02-14T20:25:52.127Z | Compiling tempfile v3.10.0 |
1646 | 2024-02-14T20:25:52.127Z | Compiling postcard v1.0.8 |
1647 | 2024-02-14T20:25:52.710Z | Compiling semver-parser v0.10.2 |
1648 | 2024-02-14T20:25:52.715Z | Compiling foreign-types-macros v0.2.3 |
1649 | 2024-02-14T20:25:52.937Z | Compiling blake3 v1.5.0 |
1650 | 2024-02-14T20:25:53.594Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1651 | 2024-02-14T20:25:53.934Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1652 | 2024-02-14T20:25:54.101Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1653 | 2024-02-14T20:25:54.136Z | Compiling crucible-workspace-hack v0.1.0 |
1654 | 2024-02-14T20:25:54.294Z | Compiling parse-display v0.9.0 |
1655 | 2024-02-14T20:25:54.403Z | Compiling foreign-types-shared v0.3.1 |
1656 | 2024-02-14T20:25:54.534Z | Compiling foreign-types v0.5.0 |
1657 | 2024-02-14T20:25:54.549Z | Compiling semver v0.11.0 |
1658 | 2024-02-14T20:25:54.653Z | Compiling rayon v1.8.0 |
1659 | 2024-02-14T20:25:55.158Z | Compiling is-terminal v0.4.9 |
1660 | 2024-02-14T20:25:55.159Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1661 | 2024-02-14T20:25:55.159Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1662 | 2024-02-14T20:25:55.198Z | Compiling cstr-argument v0.1.2 |
1663 | 2024-02-14T20:25:55.352Z | Compiling xattr v1.0.1 |
1664 | 2024-02-14T20:25:55.444Z | Compiling filetime v0.2.23 |
1665 | 2024-02-14T20:25:55.625Z | Compiling memmap2 v0.7.1 |
1666 | 2024-02-14T20:25:55.800Z | Compiling pretty-hex v0.2.1 |
1667 | 2024-02-14T20:25:55.909Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1668 | 2024-02-14T20:25:55.986Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1669 | 2024-02-14T20:25:56.410Z | Compiling arrayref v0.3.7 |
1670 | 2024-02-14T20:25:56.414Z | Compiling constant_time_eq v0.3.0 |
1671 | 2024-02-14T20:25:56.415Z | Compiling arrayvec v0.7.4 |
1672 | 2024-02-14T20:25:56.415Z | Compiling home v0.5.5 |
1673 | 2024-02-14T20:25:56.415Z | Compiling toolchain_find v0.2.0 |
1674 | 2024-02-14T20:25:56.425Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1675 | 2024-02-14T20:25:56.448Z | Compiling tar v0.4.40 |
1676 | 2024-02-14T20:25:56.542Z | Compiling camino-tempfile v1.1.1 |
1677 | 2024-02-14T20:25:56.803Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1678 | 2024-02-14T20:25:56.984Z | Compiling colored v2.0.4 |
1679 | 2024-02-14T20:25:57.581Z | Compiling toml v0.5.11 |
1680 | 2024-02-14T20:25:57.682Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1681 | 2024-02-14T20:25:57.824Z | Compiling topological-sort v0.2.2 |
1682 | 2024-02-14T20:25:58.009Z | Compiling platforms v3.0.2 |
1683 | 2024-02-14T20:25:58.041Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1684 | 2024-02-14T20:25:58.686Z | Compiling zone_cfg_derive v0.3.0 |
1685 | 2024-02-14T20:25:58.818Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1686 | 2024-02-14T20:25:59.442Z | Compiling rustfmt-wrapper v0.2.0 |
1687 | 2024-02-14T20:25:59.957Z | Compiling omicron-zone-package v0.11.0 |
1688 | 2024-02-14T20:26:00.070Z | Compiling textwrap v0.11.0 |
1689 | 2024-02-14T20:26:00.350Z | Compiling heck v0.3.3 |
1690 | 2024-02-14T20:26:00.778Z | Compiling num-derive v0.4.0 |
1691 | 2024-02-14T20:26:01.055Z | Compiling vec_map v0.8.2 |
1692 | 2024-02-14T20:26:01.385Z | Compiling libefi-sys v0.1.0 |
1693 | 2024-02-14T20:26:01.519Z | Compiling ansi_term v0.12.1 |
1694 | 2024-02-14T20:26:01.703Z | Compiling strsim v0.8.0 |
1695 | 2024-02-14T20:26:02.063Z | Compiling clap v2.34.0 |
1696 | 2024-02-14T20:26:02.366Z | Compiling structopt-derive v0.4.18 |
1697 | 2024-02-14T20:26:02.384Z | Compiling zone v0.3.0 |
1698 | 2024-02-14T20:26:02.453Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1699 | 2024-02-14T20:26:03.300Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1700 | 2024-02-14T20:26:03.496Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1701 | 2024-02-14T20:26:04.000Z | Compiling smf v0.2.2 |
1702 | 2024-02-14T20:26:04.299Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1703 | 2024-02-14T20:26:04.546Z | Compiling unicase v2.7.0 |
1704 | 2024-02-14T20:26:04.712Z | Compiling semver v0.1.20 |
1705 | 2024-02-14T20:26:05.215Z | Compiling rustc_version v0.1.7 |
1706 | 2024-02-14T20:26:05.389Z | Compiling curve25519-dalek v4.1.1 |
1707 | 2024-02-14T20:26:05.581Z | Compiling structopt v0.3.26 |
1708 | 2024-02-14T20:26:05.679Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1709 | 2024-02-14T20:26:05.704Z | Compiling universal-hash v0.5.1 |
1710 | 2024-02-14T20:26:05.740Z | Compiling opaque-debug v0.3.0 |
1711 | 2024-02-14T20:26:05.843Z | Compiling newtype_derive v0.1.6 |
1712 | 2024-02-14T20:26:05.899Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1713 | 2024-02-14T20:26:06.096Z | Compiling curve25519-dalek-derive v0.1.0 |
1714 | 2024-02-14T20:26:06.201Z | Compiling gethostname v0.4.3 |
1715 | 2024-02-14T20:26:06.285Z | Compiling num-rational v0.4.1 |
1716 | 2024-02-14T20:26:06.382Z | Compiling getrandom v0.1.16 |
1717 | 2024-02-14T20:26:06.585Z | Compiling usdt-macro v0.5.0 |
1718 | 2024-02-14T20:26:06.616Z | Compiling usdt-attr-macro v0.5.0 |
1719 | 2024-02-14T20:26:06.774Z | Compiling password-hash v0.5.0 |
1720 | 2024-02-14T20:26:06.893Z | Compiling blake2 v0.10.6 |
1721 | 2024-02-14T20:26:07.105Z | Compiling signature v2.1.0 |
1722 | 2024-02-14T20:26:07.357Z | Compiling memmap v0.7.0 |
1723 | 2024-02-14T20:26:07.715Z | Compiling quick-error v1.2.3 |
1724 | 2024-02-14T20:26:07.858Z | Compiling parking_lot_core v0.8.6 |
1725 | 2024-02-14T20:26:07.874Z | Compiling linked-hash-map v0.5.6 |
1726 | 2024-02-14T20:26:08.195Z | Compiling resolv-conf v0.7.0 |
1727 | 2024-02-14T20:26:08.248Z | Compiling lru-cache v0.1.2 |
1728 | 2024-02-14T20:26:08.283Z | Compiling argon2 v0.5.3 |
1729 | 2024-02-14T20:26:08.735Z | Compiling usdt v0.5.0 |
1730 | 2024-02-14T20:26:09.033Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1731 | 2024-02-14T20:26:09.056Z | Compiling aead v0.5.2 |
1732 | 2024-02-14T20:26:09.222Z | Compiling num-complex v0.4.4 |
1733 | 2024-02-14T20:26:09.395Z | Compiling nibble_vec v0.1.0 |
1734 | 2024-02-14T20:26:09.609Z | Compiling slog-dtrace v0.3.0 |
1735 | 2024-02-14T20:26:09.923Z | Compiling endian-type v0.1.2 |
1736 | 2024-02-14T20:26:10.168Z | Compiling cancel-safe-futures v0.1.5 |
1737 | 2024-02-14T20:26:10.225Z | Compiling keccak v0.1.4 |
1738 | 2024-02-14T20:26:10.337Z | Compiling arc-swap v1.6.0 |
1739 | 2024-02-14T20:26:10.556Z | Compiling winapi v0.3.9 |
1740 | 2024-02-14T20:26:11.056Z | Compiling utf-8 v0.7.6 |
1741 | 2024-02-14T20:26:11.149Z | Compiling slog-scope v4.4.0 |
1742 | 2024-02-14T20:26:11.295Z | Compiling tungstenite v0.20.1 |
1743 | 2024-02-14T20:26:11.431Z | Compiling sha3 v0.10.8 |
1744 | 2024-02-14T20:26:11.598Z | Compiling num v0.4.1 |
1745 | 2024-02-14T20:26:11.710Z | Compiling radix_trie v0.2.1 |
1746 | 2024-02-14T20:26:11.741Z | Compiling mime_guess v2.0.4 |
1747 | 2024-02-14T20:26:11.794Z | Compiling steno v0.4.0 |
1748 | 2024-02-14T20:26:12.402Z | Compiling rand_core v0.5.1 |
1749 | 2024-02-14T20:26:12.421Z | Compiling trust-dns-resolver v0.22.0 |
1750 | 2024-02-14T20:26:13.171Z | Compiling poly1305 v0.8.0 |
1751 | 2024-02-14T20:26:13.661Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1752 | 2024-02-14T20:26:13.802Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1753 | 2024-02-14T20:26:14.894Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1754 | 2024-02-14T20:26:14.917Z | Compiling chacha20 v0.9.1 |
1755 | 2024-02-14T20:26:15.355Z | Compiling rfc6979 v0.4.0 |
1756 | 2024-02-14T20:26:15.436Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1757 | 2024-02-14T20:26:15.548Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1758 | 2024-02-14T20:26:16.678Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1759 | 2024-02-14T20:26:16.847Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1760 | 2024-02-14T20:26:17.236Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1761 | 2024-02-14T20:26:17.256Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1762 | 2024-02-14T20:26:17.408Z | Compiling secrecy v0.8.0 |
1763 | 2024-02-14T20:26:17.690Z | Compiling thiserror-impl-no-std v2.0.2 |
1764 | 2024-02-14T20:26:18.206Z | Compiling half v2.3.1 |
1765 | 2024-02-14T20:26:18.823Z | Compiling ciborium-io v0.2.2 |
1766 | 2024-02-14T20:26:18.904Z | Compiling convert_case v0.4.0 |
1767 | 2024-02-14T20:26:18.973Z | Compiling option-ext v0.2.0 |
1768 | 2024-02-14T20:26:19.094Z | Compiling dirs-sys v0.4.1 |
1769 | 2024-02-14T20:26:19.754Z | Compiling ciborium-ll v0.2.2 |
1770 | 2024-02-14T20:26:19.891Z | Compiling derive_more v0.99.17 |
1771 | 2024-02-14T20:26:20.214Z | Compiling ecdsa v0.16.9 |
1772 | 2024-02-14T20:26:20.654Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1773 | 2024-02-14T20:26:21.065Z | Compiling parking_lot v0.11.2 |
1774 | 2024-02-14T20:26:21.192Z | Compiling thiserror-no-std v2.0.2 |
1775 | 2024-02-14T20:26:21.390Z | Compiling rand_chacha v0.2.2 |
1776 | 2024-02-14T20:26:21.439Z | Compiling tokio-tungstenite v0.20.1 |
1777 | 2024-02-14T20:26:21.976Z | Compiling trust-dns-client v0.22.0 |
1778 | 2024-02-14T20:26:22.589Z | Compiling slog-stdlog v4.1.1 |
1779 | 2024-02-14T20:26:22.802Z | Compiling ed25519 v2.2.2 |
1780 | 2024-02-14T20:26:22.964Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1781 | 2024-02-14T20:26:23.276Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1782 | 2024-02-14T20:26:23.367Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1783 | 2024-02-14T20:26:24.236Z | Compiling polyval v0.6.1 |
1784 | 2024-02-14T20:26:24.686Z | Compiling primeorder v0.13.6 |
1785 | 2024-02-14T20:26:25.090Z | Compiling blowfish v0.9.1 |
1786 | 2024-02-14T20:26:25.208Z | Compiling aes v0.8.3 |
1787 | 2024-02-14T20:26:25.581Z | Compiling ctr v0.9.2 |
1788 | 2024-02-14T20:26:25.931Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1789 | 2024-02-14T20:26:28.197Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1790 | 2024-02-14T20:26:28.946Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1791 | 2024-02-14T20:26:31.607Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1792 | 2024-02-14T20:26:33.843Z | Compiling password-hash v0.4.2 |
1793 | 2024-02-14T20:26:34.806Z | Compiling libsw v3.3.1 |
1794 | 2024-02-14T20:26:35.160Z | Compiling pbkdf2 v0.12.2 |
1795 | 2024-02-14T20:26:35.338Z | Compiling derive-where v1.2.7 |
1796 | 2024-02-14T20:26:36.582Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1797 | 2024-02-14T20:26:37.503Z | Compiling fxhash v0.2.1 |
1798 | 2024-02-14T20:26:37.712Z | Compiling linear-map v1.2.0 |
1799 | 2024-02-14T20:26:37.742Z | Compiling owo-colors v4.0.0 |
1800 | 2024-02-14T20:26:38.061Z | Compiling swrite v0.1.0 |
1801 | 2024-02-14T20:26:38.199Z | Compiling sled v0.34.7 |
1802 | 2024-02-14T20:26:39.209Z | Compiling trust-dns-server v0.22.1 |
1803 | 2024-02-14T20:26:39.547Z | Compiling bcrypt-pbkdf v0.10.0 |
1804 | 2024-02-14T20:26:39.960Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1805 | 2024-02-14T20:26:40.130Z | Compiling pbkdf2 v0.11.0 |
1806 | 2024-02-14T20:26:40.180Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1807 | 2024-02-14T20:26:40.425Z | Compiling p256 v0.13.2 |
1808 | 2024-02-14T20:26:40.492Z | Compiling ghash v0.5.0 |
1809 | 2024-02-14T20:26:40.669Z | Compiling ed25519-dalek v2.0.0 |
1810 | 2024-02-14T20:26:40.982Z | Compiling slog-envlogger v2.2.0 |
1811 | 2024-02-14T20:26:41.214Z | Compiling russh-cryptovec v0.7.0 |
1812 | 2024-02-14T20:26:41.348Z | Compiling rand v0.7.3 |
1813 | 2024-02-14T20:26:41.855Z | Compiling vsss-rs v3.3.4 |
1814 | 2024-02-14T20:26:41.937Z | Compiling ciborium v0.2.2 |
1815 | 2024-02-14T20:26:42.741Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1816 | 2024-02-14T20:26:43.570Z | Compiling dirs v5.0.1 |
1817 | 2024-02-14T20:26:43.775Z | Compiling chacha20poly1305 v0.10.1 |
1818 | 2024-02-14T20:26:44.017Z | Compiling cbc v0.1.2 |
1819 | 2024-02-14T20:26:44.266Z | Compiling pem v3.0.2 |
1820 | 2024-02-14T20:26:44.432Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1821 | 2024-02-14T20:26:44.624Z | Compiling headers-core v0.2.0 |
1822 | 2024-02-14T20:26:45.196Z | Compiling kstat-rs v0.2.3 |
1823 | 2024-02-14T20:26:45.199Z | Compiling http-range v0.1.5 |
1824 | 2024-02-14T20:26:45.199Z | Compiling md5 v0.7.0 |
1825 | 2024-02-14T20:26:45.419Z | Compiling glob v0.3.1 |
1826 | 2024-02-14T20:26:45.606Z | Compiling russh-keys v0.40.1 |
1827 | 2024-02-14T20:26:46.297Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1828 | 2024-02-14T20:26:46.509Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1829 | 2024-02-14T20:26:47.002Z | Compiling hyper-staticfile v0.9.5 |
1830 | 2024-02-14T20:26:48.011Z | Compiling headers v0.3.9 |
1831 | 2024-02-14T20:26:49.128Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1832 | 2024-02-14T20:26:49.503Z | Compiling rcgen v0.12.1 |
1833 | 2024-02-14T20:26:50.155Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1834 | 2024-02-14T20:26:50.657Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1835 | 2024-02-14T20:26:51.083Z | Compiling aes-gcm v0.10.3 |
1836 | 2024-02-14T20:26:52.517Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1837 | 2024-02-14T20:26:55.083Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1838 | 2024-02-14T20:26:55.293Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1839 | 2024-02-14T20:26:57.738Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1840 | 2024-02-14T20:26:58.817Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1841 | 2024-02-14T20:26:59.888Z | Compiling atomicwrites v0.4.3 |
1842 | 2024-02-14T20:26:59.892Z | Compiling itertools v0.12.1 |
1843 | 2024-02-14T20:27:00.020Z | Compiling subprocess v0.2.9 |
1844 | 2024-02-14T20:27:00.543Z | Compiling hex-literal v0.4.1 |
1845 | 2024-02-14T20:27:00.704Z | Compiling display-error-chain v0.2.0 |
1846 | 2024-02-14T20:27:00.893Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1847 | 2024-02-14T20:27:02.292Z | Compiling russh v0.40.2 |
1848 | 2024-02-14T20:27:03.203Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1849 | 2024-02-14T20:27:09.467Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1850 | 2024-02-14T20:27:10.701Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1851 | 2024-02-14T20:27:31.144Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1852 | 2024-02-14T20:28:29.824Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 43s |
1853 | 2024-02-14T20:28:30.106Z | |
1854 | 2024-02-14T20:28:30.106Z | real 5:43.716071185 |
1855 | 2024-02-14T20:28:30.106Z | user 29:13.165857154 |
1856 | 2024-02-14T20:28:30.106Z | sys 5:38.109043065 |
1857 | 2024-02-14T20:28:30.106Z | trap 0.835225955 |
1858 | 2024-02-14T20:28:30.111Z | tflt 9.159049953 |
1859 | 2024-02-14T20:28:30.111Z | dflt 6.025708968 |
1860 | 2024-02-14T20:28:30.111Z | kflt 0.059673875 |
1861 | 2024-02-14T20:28:30.111Z | lock 54:20.094836016 |
1862 | 2024-02-14T20:28:30.111Z | slp 1:26:31.385893357 |
1863 | 2024-02-14T20:28:30.111Z | lat 1:38.783207329 |
1864 | 2024-02-14T20:28:30.112Z | stop 3:59.069390496 |
1865 | 2024-02-14T20:28:30.112Z | + mkdir -p /work/end-to-end-tests |
1866 | 2024-02-14T20:28:30.112Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1867 | 2024-02-14T20:28:30.902Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1868 | 2024-02-14T20:28:30.903Z | + ptime -m gzip |
1869 | 2024-02-14T20:28:30.912Z | ++ basename target/debug/bootstrap |
1870 | 2024-02-14T20:28:44.064Z | |
1871 | 2024-02-14T20:28:44.064Z | real 13.154835952 |
1872 | 2024-02-14T20:28:44.064Z | user 13.055907186 |
1873 | 2024-02-14T20:28:44.064Z | sys 0.088830275 |
1874 | 2024-02-14T20:28:44.064Z | trap 0.003429461 |
1875 | 2024-02-14T20:28:44.064Z | tflt 0.000000000 |
1876 | 2024-02-14T20:28:44.067Z | dflt 0.000000000 |
1877 | 2024-02-14T20:28:44.067Z | kflt 0.000000000 |
1878 | 2024-02-14T20:28:44.067Z | lock 0.000000000 |
1879 | 2024-02-14T20:28:44.067Z | slp 0.000000000 |
1880 | 2024-02-14T20:28:44.067Z | lat 0.006278303 |
1881 | 2024-02-14T20:28:44.068Z | stop 0.000172540 |
1882 | 2024-02-14T20:28:44.068Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1883 | 2024-02-14T20:28:44.068Z | + ptime -m gzip |
1884 | 2024-02-14T20:28:44.068Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c48d6230ab9e6a3a |
1885 | 2024-02-14T20:28:45.352Z | |
1886 | 2024-02-14T20:28:45.354Z | real 1.281416287 |
1887 | 2024-02-14T20:28:45.355Z | user 1.269990315 |
1888 | 2024-02-14T20:28:45.355Z | sys 0.010861791 |
1889 | 2024-02-14T20:28:45.355Z | trap 0.000081464 |
1890 | 2024-02-14T20:28:45.355Z | tflt 0.000000000 |
1891 | 2024-02-14T20:28:45.355Z | dflt 0.000000000 |
1892 | 2024-02-14T20:28:45.355Z | kflt 0.000000000 |
1893 | 2024-02-14T20:28:45.355Z | lock 0.000000000 |
1894 | 2024-02-14T20:28:45.355Z | slp 0.000000000 |
1895 | 2024-02-14T20:28:45.355Z | lat 0.000099872 |
1896 | 2024-02-14T20:28:45.355Z | stop 0.000166090 |
1897 | 2024-02-14T20:28:45.355Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1898 | 2024-02-14T20:28:45.355Z | + ptime -m gzip |
1899 | 2024-02-14T20:28:45.355Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-3a1094782a2ee831 |
1900 | 2024-02-14T20:28:58.813Z | |
1901 | 2024-02-14T20:28:58.813Z | real 13.453215804 |
1902 | 2024-02-14T20:28:58.813Z | user 13.361613239 |
1903 | 2024-02-14T20:28:58.813Z | sys 0.087928796 |
1904 | 2024-02-14T20:28:58.813Z | trap 0.001829007 |
1905 | 2024-02-14T20:28:58.814Z | tflt 0.000000000 |
1906 | 2024-02-14T20:28:58.816Z | dflt 0.000000000 |
1907 | 2024-02-14T20:28:58.817Z | kflt 0.000000000 |
1908 | 2024-02-14T20:28:58.817Z | lock 0.000000000 |
1909 | 2024-02-14T20:28:58.817Z | slp 0.000000000 |
1910 | 2024-02-14T20:28:58.817Z | lat 0.001462904 |
1911 | 2024-02-14T20:28:58.817Z | stop 0.000165181 |
1912 | 2024-02-14T20:28:58.817Z | + banner caboose-util |
1913 | 2024-02-14T20:28:58.817Z | |
1914 | 2024-02-14T20:28:58.817Z | #### ## ##### #### #### #### ###### # # ##### |
1915 | 2024-02-14T20:28:58.817Z | # # # # # # # # # # # # # # # |
1916 | 2024-02-14T20:28:58.817Z | # # # ##### # # # # #### ##### ##### # # # |
1917 | 2024-02-14T20:28:58.817Z | # ###### # # # # # # # # # # # |
1918 | 2024-02-14T20:28:58.817Z | # # # # # # # # # # # # # # # # |
1919 | 2024-02-14T20:28:58.817Z | #### # # ##### #### #### #### ###### #### # |
1920 | 2024-02-14T20:28:58.817Z | |
1921 | 2024-02-14T20:28:58.817Z | + ptime -m cargo build --locked -p caboose-util --release |
1922 | 2024-02-14T20:28:59.226Z | Downloading crates ... |
1923 | 2024-02-14T20:28:59.529Z | Downloaded path-slash v0.1.5 |
1924 | 2024-02-14T20:28:59.537Z | Downloaded array-init v0.0.4 |
1925 | 2024-02-14T20:28:59.540Z | Downloaded funty v2.0.0 |
1926 | 2024-02-14T20:28:59.540Z | Downloaded smallvec v0.6.14 |
1927 | 2024-02-14T20:28:59.543Z | Downloaded packed_struct_codegen v0.10.1 |
1928 | 2024-02-14T20:28:59.546Z | Downloaded tap v1.0.1 |
1929 | 2024-02-14T20:28:59.546Z | Downloaded maybe-uninit v2.0.0 |
1930 | 2024-02-14T20:28:59.546Z | Downloaded termcolor v1.2.0 |
1931 | 2024-02-14T20:28:59.549Z | Downloaded packed_struct v0.10.1 |
1932 | 2024-02-14T20:28:59.549Z | Downloaded radium v0.7.0 |
1933 | 2024-02-14T20:28:59.549Z | Downloaded crc v3.0.1 |
1934 | 2024-02-14T20:28:59.555Z | Downloaded serde-hex v0.1.0 |
1935 | 2024-02-14T20:28:59.555Z | Downloaded bitfield v0.14.0 |
1936 | 2024-02-14T20:28:59.556Z | Downloaded env_logger v0.10.0 |
1937 | 2024-02-14T20:28:59.556Z | Downloaded wyz v0.5.1 |
1938 | 2024-02-14T20:28:59.558Z | Downloaded crc-catalog v2.2.0 |
1939 | 2024-02-14T20:28:59.559Z | Downloaded nodrop v0.1.14 |
1940 | 2024-02-14T20:28:59.559Z | Downloaded pkcs1 v0.7.5 |
1941 | 2024-02-14T20:28:59.567Z | Downloaded ron v0.8.1 |
1942 | 2024-02-14T20:28:59.571Z | Downloaded rsa v0.9.2 |
1943 | 2024-02-14T20:28:59.575Z | Downloaded x509-cert v0.2.4 |
1944 | 2024-02-14T20:28:59.580Z | Downloaded num-bigint-dig v0.8.4 |
1945 | 2024-02-14T20:28:59.587Z | Downloaded bitvec v1.0.1 |
1946 | 2024-02-14T20:28:59.598Z | Downloaded object v0.30.4 |
1947 | 2024-02-14T20:28:59.607Z | Downloaded crc-any v2.4.3 |
1948 | 2024-02-14T20:28:59.705Z | Compiling proc-macro2 v1.0.78 |
1949 | 2024-02-14T20:28:59.705Z | Compiling unicode-ident v1.0.12 |
1950 | 2024-02-14T20:28:59.708Z | Compiling libc v0.2.153 |
1951 | 2024-02-14T20:28:59.708Z | Compiling autocfg v1.1.0 |
1952 | 2024-02-14T20:28:59.708Z | Compiling serde v1.0.196 |
1953 | 2024-02-14T20:28:59.708Z | Compiling version_check v0.9.4 |
1954 | 2024-02-14T20:28:59.708Z | Compiling cfg-if v1.0.0 |
1955 | 2024-02-14T20:28:59.835Z | Compiling typenum v1.16.0 |
1956 | 2024-02-14T20:28:59.874Z | Compiling once_cell v1.19.0 |
1957 | 2024-02-14T20:28:59.913Z | Compiling parking_lot_core v0.9.8 |
1958 | 2024-02-14T20:29:00.239Z | Compiling memchr v2.6.3 |
1959 | 2024-02-14T20:29:00.328Z | Compiling syn v1.0.109 |
1960 | 2024-02-14T20:29:00.369Z | Compiling generic-array v0.14.7 |
1961 | 2024-02-14T20:29:00.485Z | Compiling lock_api v0.4.10 |
1962 | 2024-02-14T20:29:00.680Z | Compiling byteorder v1.5.0 |
1963 | 2024-02-14T20:29:00.776Z | Compiling libm v0.2.7 |
1964 | 2024-02-14T20:29:00.885Z | Compiling num-traits v0.2.16 |
1965 | 2024-02-14T20:29:01.111Z | Compiling ahash v0.8.7 |
1966 | 2024-02-14T20:29:01.183Z | Compiling quote v1.0.35 |
1967 | 2024-02-14T20:29:01.187Z | Compiling pkg-config v0.3.27 |
1968 | 2024-02-14T20:29:01.457Z | Compiling thiserror v1.0.56 |
1969 | 2024-02-14T20:29:01.771Z | Compiling syn v2.0.48 |
1970 | 2024-02-14T20:29:01.790Z | Compiling cc v1.0.83 |
1971 | 2024-02-14T20:29:01.843Z | Compiling getrandom v0.2.10 |
1972 | 2024-02-14T20:29:02.241Z | Compiling serde_json v1.0.113 |
1973 | 2024-02-14T20:29:02.251Z | Compiling scopeguard v1.2.0 |
1974 | 2024-02-14T20:29:02.775Z | Compiling slab v0.4.9 |
1975 | 2024-02-14T20:29:02.816Z | Compiling log v0.4.20 |
1976 | 2024-02-14T20:29:02.827Z | Compiling itoa v1.0.9 |
1977 | 2024-02-14T20:29:03.089Z | Compiling rand_core v0.6.4 |
1978 | 2024-02-14T20:29:03.380Z | Compiling smallvec v1.13.1 |
1979 | 2024-02-14T20:29:04.021Z | Compiling vcpkg v0.2.15 |
1980 | 2024-02-14T20:29:04.430Z | Compiling parking_lot v0.12.1 |
1981 | 2024-02-14T20:29:04.664Z | Compiling pin-project-lite v0.2.13 |
1982 | 2024-02-14T20:29:04.686Z | Compiling const-oid v0.9.5 |
1983 | 2024-02-14T20:29:05.264Z | Compiling ring v0.17.7 |
1984 | 2024-02-14T20:29:05.372Z | Compiling ryu v1.0.15 |
1985 | 2024-02-14T20:29:05.653Z | Compiling ucd-trie v0.1.6 |
1986 | 2024-02-14T20:29:05.754Z | Compiling openssl-sys v0.9.96 |
1987 | 2024-02-14T20:29:06.171Z | Compiling signal-hook-registry v1.4.1 |
1988 | 2024-02-14T20:29:06.790Z | Compiling subtle v2.5.0 |
1989 | 2024-02-14T20:29:06.806Z | Compiling io-lifetimes v1.0.11 |
1990 | 2024-02-14T20:29:06.899Z | Compiling ring v0.16.20 |
1991 | 2024-02-14T20:29:07.099Z | Compiling mio v0.8.9 |
1992 | 2024-02-14T20:29:07.343Z | Compiling num-integer v0.1.45 |
1993 | 2024-02-14T20:29:07.641Z | Compiling futures-core v0.3.30 |
1994 | 2024-02-14T20:29:07.884Z | Compiling semver v1.0.21 |
1995 | 2024-02-14T20:29:08.362Z | Compiling rustix v0.37.23 |
1996 | 2024-02-14T20:29:08.852Z | Compiling spin v0.5.2 |
1997 | 2024-02-14T20:29:09.103Z | Compiling socket2 v0.5.5 |
1998 | 2024-02-14T20:29:09.812Z | Compiling num_cpus v1.16.0 |
1999 | 2024-02-14T20:29:09.815Z | Compiling futures-sink v0.3.30 |
2000 | 2024-02-14T20:29:09.941Z | Compiling unicode-xid v0.2.4 |
2001 | 2024-02-14T20:29:09.979Z | Compiling openssl v0.10.60 |
2002 | 2024-02-14T20:29:10.098Z | Compiling heck v0.4.1 |
2003 | 2024-02-14T20:29:10.182Z | Compiling httparse v1.8.0 |
2004 | 2024-02-14T20:29:10.368Z | Compiling synstructure v0.12.6 |
2005 | 2024-02-14T20:29:10.592Z | Compiling allocator-api2 v0.2.16 |
2006 | 2024-02-14T20:29:10.734Z | Compiling tinyvec_macros v0.1.1 |
2007 | 2024-02-14T20:29:10.905Z | Compiling tinyvec v1.6.0 |
2008 | 2024-02-14T20:29:11.277Z | Compiling futures-channel v0.3.30 |
2009 | 2024-02-14T20:29:11.534Z | Compiling crc32fast v1.3.2 |
2010 | 2024-02-14T20:29:11.694Z | Compiling rustls v0.21.9 |
2011 | 2024-02-14T20:29:11.839Z | Compiling ppv-lite86 v0.2.17 |
2012 | 2024-02-14T20:29:11.971Z | Compiling futures-task v0.3.30 |
2013 | 2024-02-14T20:29:11.974Z | Compiling futures-io v0.3.30 |
2014 | 2024-02-14T20:29:12.257Z | Compiling pin-utils v0.1.0 |
2015 | 2024-02-14T20:29:12.277Z | Compiling native-tls v0.2.11 |
2016 | 2024-02-14T20:29:12.347Z | Compiling equivalent v1.0.1 |
2017 | 2024-02-14T20:29:12.447Z | Compiling unicode-normalization v0.1.22 |
2018 | 2024-02-14T20:29:12.471Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2019 | 2024-02-14T20:29:12.615Z | Compiling spin v0.9.8 |
2020 | 2024-02-14T20:29:12.662Z | Compiling rand_chacha v0.3.1 |
2021 | 2024-02-14T20:29:12.701Z | Compiling tracing-core v0.1.31 |
2022 | 2024-02-14T20:29:12.967Z | Compiling unicode-bidi v0.3.13 |
2023 | 2024-02-14T20:29:13.117Z | Compiling base64ct v1.6.0 |
2024 | 2024-02-14T20:29:13.494Z | Compiling rand v0.8.5 |
2025 | 2024-02-14T20:29:13.942Z | Compiling pem-rfc7468 v0.7.0 |
2026 | 2024-02-14T20:29:14.397Z | Compiling errno v0.3.8 |
2027 | 2024-02-14T20:29:14.416Z | Compiling num-iter v0.1.43 |
2028 | 2024-02-14T20:29:14.647Z | Compiling usdt-impl v0.3.5 |
2029 | 2024-02-14T20:29:14.771Z | Compiling signal-hook v0.3.17 |
2030 | 2024-02-14T20:29:14.805Z | Compiling schemars v0.8.16 |
2031 | 2024-02-14T20:29:15.013Z | Compiling rustix v0.38.31 |
2032 | 2024-02-14T20:29:15.165Z | Compiling serde_derive v1.0.196 |
2033 | 2024-02-14T20:29:15.320Z | Compiling zeroize_derive v1.4.2 |
2034 | 2024-02-14T20:29:15.378Z | Compiling zerocopy-derive v0.7.32 |
2035 | 2024-02-14T20:29:15.548Z | Compiling thiserror-impl v1.0.56 |
2036 | 2024-02-14T20:29:15.572Z | Compiling tokio-macros v2.2.0 |
2037 | 2024-02-14T20:29:15.624Z | Compiling futures-macro v0.3.30 |
2038 | 2024-02-14T20:29:15.704Z | Compiling tracing-attributes v0.1.26 |
2039 | 2024-02-14T20:29:15.920Z | Compiling der_derive v0.7.2 |
2040 | 2024-02-14T20:29:16.759Z | Compiling zeroize v1.7.0 |
2041 | 2024-02-14T20:29:17.419Z | Compiling zerocopy v0.7.32 |
2042 | 2024-02-14T20:29:18.315Z | Compiling zerocopy-derive v0.2.0 |
2043 | 2024-02-14T20:29:18.470Z | Compiling pest v2.7.6 |
2044 | 2024-02-14T20:29:18.701Z | Compiling crypto-common v0.1.6 |
2045 | 2024-02-14T20:29:18.751Z | Compiling block-buffer v0.10.4 |
2046 | 2024-02-14T20:29:18.999Z | Compiling digest v0.10.7 |
2047 | 2024-02-14T20:29:19.109Z | Compiling openssl-macros v0.1.1 |
2048 | 2024-02-14T20:29:19.481Z | Compiling futures-util v0.3.30 |
2049 | 2024-02-14T20:29:19.744Z | Compiling hashbrown v0.14.2 |
2050 | 2024-02-14T20:29:19.876Z | Compiling tracing v0.1.37 |
2051 | 2024-02-14T20:29:20.018Z | Compiling scroll_derive v0.12.0 |
2052 | 2024-02-14T20:29:20.053Z | Compiling zerocopy-derive v0.6.4 |
2053 | 2024-02-14T20:29:20.345Z | Compiling flagset v0.4.3 |
2054 | 2024-02-14T20:29:20.555Z | Compiling der v0.7.8 |
2055 | 2024-02-14T20:29:21.145Z | Compiling pest_meta v2.7.6 |
2056 | 2024-02-14T20:29:22.013Z | Compiling serde_derive_internals v0.26.0 |
2057 | 2024-02-14T20:29:22.755Z | Compiling pest_generator v2.7.6 |
2058 | 2024-02-14T20:29:25.288Z | Compiling fnv v1.0.7 |
2059 | 2024-02-14T20:29:25.317Z | Compiling pest_derive v2.7.6 |
2060 | 2024-02-14T20:29:25.412Z | Compiling bitflags v1.3.2 |
2061 | 2024-02-14T20:29:25.728Z | Compiling schemars_derive v0.8.16 |
2062 | 2024-02-14T20:29:26.952Z | Compiling spki v0.7.2 |
2063 | 2024-02-14T20:29:27.767Z | Compiling zerocopy v0.3.0 |
2064 | 2024-02-14T20:29:28.462Z | Compiling lazy_static v1.4.0 |
2065 | 2024-02-14T20:29:28.948Z | Compiling backtrace v0.3.69 |
2066 | 2024-02-14T20:29:28.993Z | Compiling thread-id v4.2.0 |
2067 | 2024-02-14T20:29:29.097Z | Compiling memoffset v0.9.0 |
2068 | 2024-02-14T20:29:29.115Z | Compiling num-bigint v0.4.4 |
2069 | 2024-02-14T20:29:29.141Z | Compiling untrusted v0.9.0 |
2070 | 2024-02-14T20:29:29.303Z | Compiling bytes v1.5.0 |
2071 | 2024-02-14T20:29:29.527Z | Compiling indexmap v2.2.2 |
2072 | 2024-02-14T20:29:29.631Z | Compiling bitflags v2.4.0 |
2073 | 2024-02-14T20:29:30.032Z | Compiling rustc_version v0.4.0 |
2074 | 2024-02-14T20:29:30.089Z | Compiling uuid v1.7.0 |
2075 | 2024-02-14T20:29:30.467Z | Compiling tokio v1.36.0 |
2076 | 2024-02-14T20:29:30.550Z | Compiling http v0.2.11 |
2077 | 2024-02-14T20:29:30.632Z | Compiling heapless v0.7.16 |
2078 | 2024-02-14T20:29:30.817Z | Compiling async-trait v0.1.77 |
2079 | 2024-02-14T20:29:30.936Z | Compiling iana-time-zone v0.1.57 |
2080 | 2024-02-14T20:29:32.181Z | Compiling base64 v0.21.7 |
2081 | 2024-02-14T20:29:32.929Z | Compiling foreign-types-shared v0.1.1 |
2082 | 2024-02-14T20:29:32.943Z | Compiling untrusted v0.7.1 |
2083 | 2024-02-14T20:29:33.029Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2084 | 2024-02-14T20:29:33.131Z | Compiling percent-encoding v2.3.1 |
2085 | 2024-02-14T20:29:33.336Z | Compiling smoltcp v0.9.1 |
2086 | 2024-02-14T20:29:33.480Z | Compiling crossbeam-utils v0.8.16 |
2087 | 2024-02-14T20:29:33.968Z | Compiling foreign-types v0.3.2 |
2088 | 2024-02-14T20:29:34.067Z | Compiling chrono v0.4.31 |
2089 | 2024-02-14T20:29:35.967Z | Compiling dof v0.1.5 |
2090 | 2024-02-14T20:29:36.796Z | Compiling dtrace-parser v0.1.14 |
2091 | 2024-02-14T20:29:37.220Z | Compiling hmac v0.12.1 |
2092 | 2024-02-14T20:29:37.453Z | Compiling clap_derive v4.4.2 |
2093 | 2024-02-14T20:29:38.507Z | Compiling tokio-util v0.7.10 |
2094 | 2024-02-14T20:29:38.647Z | Compiling cpufeatures v0.2.12 |
2095 | 2024-02-14T20:29:38.868Z | Compiling adler v1.0.2 |
2096 | 2024-02-14T20:29:39.065Z | Compiling try-lock v0.2.4 |
2097 | 2024-02-14T20:29:39.159Z | Compiling utf8parse v0.2.1 |
2098 | 2024-02-14T20:29:39.199Z | Compiling time-core v0.1.1 |
2099 | 2024-02-14T20:29:39.242Z | Compiling rustversion v1.0.14 |
2100 | 2024-02-14T20:29:39.336Z | Compiling siphasher v0.3.11 |
2101 | 2024-02-14T20:29:39.367Z | Compiling anstyle v1.0.2 |
2102 | 2024-02-14T20:29:39.412Z | Compiling time-macros v0.2.13 |
2103 | 2024-02-14T20:29:39.713Z | Compiling h2 v0.3.24 |
2104 | 2024-02-14T20:29:39.869Z | Compiling anstyle-parse v0.2.1 |
2105 | 2024-02-14T20:29:39.940Z | Compiling want v0.3.1 |
2106 | 2024-02-14T20:29:40.280Z | Compiling miniz_oxide v0.7.1 |
2107 | 2024-02-14T20:29:42.570Z | Compiling sha2 v0.10.8 |
2108 | 2024-02-14T20:29:45.946Z | Compiling rustls-webpki v0.101.7 |
2109 | 2024-02-14T20:29:46.238Z | Compiling sct v0.7.0 |
2110 | 2024-02-14T20:29:46.524Z | Compiling form_urlencoded v1.2.1 |
2111 | 2024-02-14T20:29:46.819Z | Compiling http-body v0.4.5 |
2112 | 2024-02-14T20:29:47.229Z | Compiling serde_tokenstream v0.1.7 |
2113 | 2024-02-14T20:29:47.344Z | Compiling pkcs8 v0.10.2 |
2114 | 2024-02-14T20:29:47.698Z | Compiling hubpack_derive v0.1.1 |
2115 | 2024-02-14T20:29:48.373Z | Compiling socket2 v0.4.9 |
2116 | 2024-02-14T20:29:48.589Z | Compiling crossbeam-epoch v0.9.15 |
2117 | 2024-02-14T20:29:48.639Z | Compiling usdt-impl v0.5.0 |
2118 | 2024-02-14T20:29:49.035Z | Compiling tower-service v0.3.2 |
2119 | 2024-02-14T20:29:49.164Z | Compiling httpdate v1.0.3 |
2120 | 2024-02-14T20:29:49.369Z | Compiling anyhow v1.0.75 |
2121 | 2024-02-14T20:29:49.557Z | Compiling openssl-probe v0.1.5 |
2122 | 2024-02-14T20:29:49.770Z | Compiling colorchoice v1.0.0 |
2123 | 2024-02-14T20:29:49.882Z | Compiling anstyle-query v1.0.0 |
2124 | 2024-02-14T20:29:49.979Z | Compiling slog v2.7.0 |
2125 | 2024-02-14T20:29:50.083Z | Compiling radium v0.7.0 |
2126 | 2024-02-14T20:29:50.549Z | Compiling anstream v0.5.0 |
2127 | 2024-02-14T20:29:51.260Z | Compiling hyper v0.14.27 |
2128 | 2024-02-14T20:29:54.047Z | Compiling terminal_size v0.2.6 |
2129 | 2024-02-14T20:29:56.756Z | Compiling zerocopy v0.6.4 |
2130 | 2024-02-14T20:29:57.590Z | Compiling scroll v0.12.0 |
2131 | 2024-02-14T20:29:57.690Z | Compiling md-5 v0.10.5 |
2132 | 2024-02-14T20:29:58.273Z | Compiling stringprep v0.1.3 |
2133 | 2024-02-14T20:29:58.372Z | Compiling idna v0.5.0 |
2134 | 2024-02-14T20:29:59.847Z | Compiling diesel_table_macro_syntax v0.1.0 |
2135 | 2024-02-14T20:29:59.859Z | Compiling hash32 v0.2.1 |
2136 | 2024-02-14T20:29:59.880Z | Compiling aho-corasick v1.0.4 |
2137 | 2024-02-14T20:30:00.237Z | Compiling plain v0.2.3 |
2138 | 2024-02-14T20:30:00.401Z | Compiling stable_deref_trait v1.2.0 |
2139 | 2024-02-14T20:30:00.501Z | Compiling strsim v0.10.0 |
2140 | 2024-02-14T20:30:00.891Z | Compiling gimli v0.28.0 |
2141 | 2024-02-14T20:30:00.994Z | Compiling dyn-clone v1.0.16 |
2142 | 2024-02-14T20:30:01.133Z | Compiling maybe-uninit v2.0.0 |
2143 | 2024-02-14T20:30:01.327Z | Compiling fallible-iterator v0.2.0 |
2144 | 2024-02-14T20:30:01.517Z | Compiling regex-syntax v0.8.2 |
2145 | 2024-02-14T20:30:01.586Z | Compiling clap_lex v0.5.1 |
2146 | 2024-02-14T20:30:02.063Z | Compiling tap v1.0.1 |
2147 | 2024-02-14T20:30:02.114Z | Compiling postgres-protocol v0.6.6 |
2148 | 2024-02-14T20:30:02.252Z | Compiling wyz v0.5.1 |
2149 | 2024-02-14T20:30:02.271Z | Compiling clap_builder v4.4.2 |
2150 | 2024-02-14T20:30:03.287Z | Compiling goblin v0.8.0 |
2151 | 2024-02-14T20:30:03.291Z | Compiling diesel_derives v2.1.2 |
2152 | 2024-02-14T20:30:04.710Z | Compiling url v2.5.0 |
2153 | 2024-02-14T20:30:05.245Z | Compiling addr2line v0.21.0 |
2154 | 2024-02-14T20:30:05.845Z | Compiling regex-automata v0.4.4 |
2155 | 2024-02-14T20:30:06.407Z | Compiling tokio-rustls v0.24.1 |
2156 | 2024-02-14T20:30:06.861Z | Compiling strum_macros v0.25.2 |
2157 | 2024-02-14T20:30:10.717Z | Compiling tokio-native-tls v0.3.1 |
2158 | 2024-02-14T20:30:11.439Z | Compiling usdt-macro v0.3.5 |
2159 | 2024-02-14T20:30:11.568Z | Compiling usdt-attr-macro v0.3.5 |
2160 | 2024-02-14T20:30:12.968Z | Compiling phf_shared v0.11.2 |
2161 | 2024-02-14T20:30:13.532Z | Compiling toml_datetime v0.6.5 |
2162 | 2024-02-14T20:30:13.685Z | Compiling serde_spanned v0.6.5 |
2163 | 2024-02-14T20:30:13.766Z | Compiling block-padding v0.3.3 |
2164 | 2024-02-14T20:30:13.914Z | Compiling enum-as-inner v0.5.1 |
2165 | 2024-02-14T20:30:13.935Z | Compiling serde_repr v0.1.16 |
2166 | 2024-02-14T20:30:14.292Z | Compiling ff v0.13.0 |
2167 | 2024-02-14T20:30:14.510Z | Compiling scheduled-thread-pool v0.2.7 |
2168 | 2024-02-14T20:30:14.972Z | Compiling object v0.32.1 |
2169 | 2024-02-14T20:30:16.360Z | Compiling regex-automata v0.1.10 |
2170 | 2024-02-14T20:30:16.880Z | Compiling winnow v0.5.15 |
2171 | 2024-02-14T20:30:17.003Z | Compiling funty v2.0.0 |
2172 | 2024-02-14T20:30:17.720Z | Compiling rustc-demangle v0.1.23 |
2173 | 2024-02-14T20:30:18.650Z | Compiling ipnet v2.9.0 |
2174 | 2024-02-14T20:30:19.097Z | Compiling bit-vec v0.6.3 |
2175 | 2024-02-14T20:30:19.527Z | Compiling pretty-hex v0.4.1 |
2176 | 2024-02-14T20:30:19.746Z | Compiling packed_struct v0.10.1 |
2177 | 2024-02-14T20:30:19.863Z | Compiling num_threads v0.1.6 |
2178 | 2024-02-14T20:30:19.989Z | Compiling base16ct v0.2.0 |
2179 | 2024-02-14T20:30:20.036Z | Compiling deranged v0.3.8 |
2180 | 2024-02-14T20:30:20.174Z | Compiling matches v0.1.10 |
2181 | 2024-02-14T20:30:20.273Z | Compiling managed v0.8.0 |
2182 | 2024-02-14T20:30:20.716Z | Compiling num-bigint-dig v0.8.4 |
2183 | 2024-02-14T20:30:21.038Z | Compiling toml_edit v0.19.15 |
2184 | 2024-02-14T20:30:22.044Z | Compiling time v0.3.27 |
2185 | 2024-02-14T20:30:24.227Z | Compiling idna v0.2.3 |
2186 | 2024-02-14T20:30:24.933Z | Compiling sec1 v0.7.3 |
2187 | 2024-02-14T20:30:25.504Z | Compiling dof v0.3.0 |
2188 | 2024-02-14T20:30:25.842Z | Compiling bitvec v1.0.1 |
2189 | 2024-02-14T20:30:26.961Z | Compiling bstr v0.2.17 |
2190 | 2024-02-14T20:30:28.102Z | Compiling r2d2 v0.8.10 |
2191 | 2024-02-14T20:30:28.341Z | Compiling group v0.13.0 |
2192 | 2024-02-14T20:30:28.485Z | Compiling inout v0.1.3 |
2193 | 2024-02-14T20:30:28.752Z | Compiling phf v0.11.2 |
2194 | 2024-02-14T20:30:29.078Z | Compiling hyper-tls v0.5.0 |
2195 | 2024-02-14T20:30:29.422Z | Compiling regex v1.10.3 |
2196 | 2024-02-14T20:30:29.791Z | Compiling hyper-rustls v0.24.2 |
2197 | 2024-02-14T20:30:30.169Z | Compiling signal-hook-mio v0.2.3 |
2198 | 2024-02-14T20:30:30.327Z | Compiling clap v4.4.3 |
2199 | 2024-02-14T20:30:30.440Z | Compiling bzip2 v0.4.4 |
2200 | 2024-02-14T20:30:30.458Z | Compiling ipnetwork v0.20.0 |
2201 | 2024-02-14T20:30:30.473Z | Compiling flate2 v1.0.28 |
2202 | 2024-02-14T20:30:30.652Z | Compiling postgres-types v0.2.6 |
2203 | 2024-02-14T20:30:31.278Z | Compiling hubpack v0.1.2 |
2204 | 2024-02-14T20:30:31.361Z | Compiling serde_urlencoded v0.7.1 |
2205 | 2024-02-14T20:30:31.400Z | Compiling phf_shared v0.10.0 |
2206 | 2024-02-14T20:30:31.716Z | Compiling rustls-pemfile v1.0.3 |
2207 | 2024-02-14T20:30:31.799Z | Compiling hkdf v0.12.4 |
2208 | 2024-02-14T20:30:32.045Z | Compiling dtrace-parser v0.2.0 |
2209 | 2024-02-14T20:30:32.283Z | Compiling futures-executor v0.3.30 |
2210 | 2024-02-14T20:30:33.776Z | Compiling crypto-bigint v0.5.2 |
2211 | 2024-02-14T20:30:34.027Z | Compiling packed_struct_codegen v0.10.1 |
2212 | 2024-02-14T20:30:34.558Z | Compiling float-cmp v0.9.0 |
2213 | 2024-02-14T20:30:35.737Z | Compiling indexmap v1.9.3 |
2214 | 2024-02-14T20:30:35.944Z | Compiling encoding_rs v0.8.33 |
2215 | 2024-02-14T20:30:35.957Z | Compiling fixedbitset v0.4.2 |
2216 | 2024-02-14T20:30:36.063Z | Compiling either v1.9.0 |
2217 | 2024-02-14T20:30:36.361Z | Compiling precomputed-hash v0.1.1 |
2218 | 2024-02-14T20:30:36.381Z | Compiling mime v0.3.17 |
2219 | 2024-02-14T20:30:36.390Z | Compiling minimal-lexical v0.2.1 |
2220 | 2024-02-14T20:30:36.745Z | Compiling predicates-core v1.0.6 |
2221 | 2024-02-14T20:30:36.854Z | Compiling new_debug_unreachable v1.0.4 |
2222 | 2024-02-14T20:30:36.879Z | Compiling unicode-width v0.1.11 |
2223 | 2024-02-14T20:30:36.941Z | Compiling whoami v1.4.1 |
2224 | 2024-02-14T20:30:37.044Z | Compiling webpki-roots v0.25.2 |
2225 | 2024-02-14T20:30:37.057Z | Compiling unicode-segmentation v1.10.1 |
2226 | 2024-02-14T20:30:37.196Z | Compiling data-encoding v2.4.0 |
2227 | 2024-02-14T20:30:37.860Z | Compiling crc-catalog v2.2.0 |
2228 | 2024-02-14T20:30:38.003Z | Compiling nodrop v0.1.14 |
2229 | 2024-02-14T20:30:39.004Z | Compiling normalize-line-endings v0.3.0 |
2230 | 2024-02-14T20:30:39.116Z | Compiling difflib v0.4.0 |
2231 | 2024-02-14T20:30:39.791Z | Compiling regex-automata v0.3.8 |
2232 | 2024-02-14T20:30:40.422Z | Compiling static_assertions v1.1.0 |
2233 | 2024-02-14T20:30:43.024Z | Compiling bstr v1.6.0 |
2234 | 2024-02-14T20:30:44.346Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2235 | 2024-02-14T20:30:44.521Z | Compiling predicates v3.1.0 |
2236 | 2024-02-14T20:30:45.755Z | Compiling reqwest v0.11.22 |
2237 | 2024-02-14T20:30:46.087Z | Compiling array-init v0.0.4 |
2238 | 2024-02-14T20:30:47.388Z | Compiling crc v3.0.1 |
2239 | 2024-02-14T20:30:47.985Z | Compiling trust-dns-proto v0.22.0 |
2240 | 2024-02-14T20:30:48.157Z | Compiling similar v2.3.0 |
2241 | 2024-02-14T20:30:50.253Z | Compiling tokio-postgres v0.7.10 |
2242 | 2024-02-14T20:30:50.429Z | Compiling console v0.15.8 |
2243 | 2024-02-14T20:30:51.813Z | Compiling string_cache v0.8.7 |
2244 | 2024-02-14T20:30:55.083Z | Compiling nom v7.1.3 |
2245 | 2024-02-14T20:30:57.737Z | Compiling itertools v0.10.5 |
2246 | 2024-02-14T20:30:58.244Z | Compiling petgraph v0.6.4 |
2247 | 2024-02-14T20:31:00.583Z | Compiling elliptic-curve v0.13.8 |
2248 | 2024-02-14T20:31:05.386Z | Compiling futures v0.3.30 |
2249 | 2024-02-14T20:31:05.551Z | Compiling yasna v0.5.2 |
2250 | 2024-02-14T20:31:06.270Z | Compiling zip v0.6.6 |
2251 | 2024-02-14T20:31:08.161Z | Compiling smallvec v0.6.14 |
2252 | 2024-02-14T20:31:08.355Z | Compiling diesel v2.1.4 |
2253 | 2024-02-14T20:31:08.647Z | Compiling crossterm v0.27.0 |
2254 | 2024-02-14T20:31:08.961Z | Compiling cipher v0.4.4 |
2255 | 2024-02-14T20:31:09.405Z | Compiling toml v0.7.8 |
2256 | 2024-02-14T20:31:09.768Z | Compiling bit-set v0.5.3 |
2257 | 2024-02-14T20:31:10.064Z | Compiling usdt v0.3.5 |
2258 | 2024-02-14T20:31:10.328Z | Compiling is-terminal v0.4.9 |
2259 | 2024-02-14T20:31:11.893Z | Compiling pkcs1 v0.7.5 |
2260 | 2024-02-14T20:31:12.163Z | Compiling tokio-stream v0.1.14 |
2261 | 2024-02-14T20:31:13.175Z | Compiling openapiv3 v2.0.0 |
2262 | 2024-02-14T20:31:15.698Z | Compiling hex v0.4.3 |
2263 | 2024-02-14T20:31:16.828Z | Compiling hashbrown v0.13.2 |
2264 | 2024-02-14T20:31:18.012Z | Compiling signature v2.1.0 |
2265 | 2024-02-14T20:31:18.686Z | Compiling hashbrown v0.12.3 |
2266 | 2024-02-14T20:31:20.352Z | Compiling bitfield v0.14.0 |
2267 | 2024-02-14T20:31:20.587Z | Compiling lalrpop-util v0.19.12 |
2268 | 2024-02-14T20:31:20.662Z | Compiling termcolor v1.2.0 |
2269 | 2024-02-14T20:31:24.388Z | Compiling env_logger v0.10.0 |
2270 | 2024-02-14T20:31:27.682Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2271 | 2024-02-14T20:31:31.782Z | Compiling rsa v0.9.2 |
2272 | 2024-02-14T20:31:38.020Z | Compiling serde-hex v0.1.0 |
2273 | 2024-02-14T20:31:40.684Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2274 | 2024-02-14T20:31:45.566Z | Compiling ron v0.8.1 |
2275 | 2024-02-14T20:31:48.050Z | Compiling x509-cert v0.2.4 |
2276 | 2024-02-14T20:31:51.574Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2277 | 2024-02-14T20:31:58.468Z | Compiling crc-any v2.4.3 |
2278 | 2024-02-14T20:32:00.014Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2279 | 2024-02-14T20:32:16.830Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2280 | 2024-02-14T20:32:21.725Z | Compiling object v0.30.4 |
2281 | 2024-02-14T20:32:24.888Z | Compiling path-slash v0.1.5 |
2282 | 2024-02-14T20:32:32.870Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2283 | 2024-02-14T20:32:54.314Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2284 | 2024-02-14T20:32:55.105Z | Finished release [optimized] target(s) in 3m 56s |
2285 | 2024-02-14T20:32:55.516Z | |
2286 | 2024-02-14T20:32:55.516Z | real 3:56.287509851 |
2287 | 2024-02-14T20:32:55.516Z | user 25:54.131358330 |
2288 | 2024-02-14T20:32:55.516Z | sys 3:02.142728289 |
2289 | 2024-02-14T20:32:55.516Z | trap 0.792480935 |
2290 | 2024-02-14T20:32:55.516Z | tflt 1.614865766 |
2291 | 2024-02-14T20:32:55.516Z | dflt 0.477613284 |
2292 | 2024-02-14T20:32:55.516Z | kflt 0.000308385 |
2293 | 2024-02-14T20:32:55.516Z | lock 58:05.836798102 |
2294 | 2024-02-14T20:32:55.516Z | slp 1:15:44.594929012 |
2295 | 2024-02-14T20:32:55.516Z | lat 1:27.013716357 |
2296 | 2024-02-14T20:32:55.516Z | stop 1:14.473566638 |
2297 | 2024-02-14T20:32:55.517Z | + ptime -m gzip |
2298 | 2024-02-14T20:32:55.632Z | |
2299 | 2024-02-14T20:32:55.632Z | real 0.455627569 |
2300 | 2024-02-14T20:32:55.633Z | user 0.449530607 |
2301 | 2024-02-14T20:32:55.633Z | sys 0.005573533 |
2302 | 2024-02-14T20:32:55.633Z | trap 0.000035174 |
2303 | 2024-02-14T20:32:55.636Z | tflt 0.000000000 |
2304 | 2024-02-14T20:32:55.636Z | dflt 0.000000000 |
2305 | 2024-02-14T20:32:55.636Z | kflt 0.000000000 |
2306 | 2024-02-14T20:32:55.636Z | lock 0.000000000 |
2307 | 2024-02-14T20:32:55.636Z | slp 0.000000000 |
2308 | 2024-02-14T20:32:55.636Z | lat 0.000095503 |
2309 | 2024-02-14T20:32:55.637Z | stop 0.000172089 |
2310 | 2024-02-14T20:32:55.637Z | + banner tufaceous |
2311 | 2024-02-14T20:32:55.637Z | |
2312 | 2024-02-14T20:32:55.637Z | ##### # # ###### ## #### ###### #### # # #### |
2313 | 2024-02-14T20:32:55.637Z | # # # # # # # # # # # # # # |
2314 | 2024-02-14T20:32:55.637Z | # # # ##### # # # ##### # # # # #### |
2315 | 2024-02-14T20:32:55.637Z | # # # # ###### # # # # # # # |
2316 | 2024-02-14T20:32:55.637Z | # # # # # # # # # # # # # # # |
2317 | 2024-02-14T20:32:55.637Z | # #### # # # #### ###### #### #### #### |
2318 | 2024-02-14T20:32:55.637Z | |
2319 | 2024-02-14T20:32:55.637Z | + ptime -m cargo build --locked -p tufaceous --release |
2320 | 2024-02-14T20:32:56.046Z | Downloading crates ... |
2321 | 2024-02-14T20:32:56.457Z | Downloaded parse-size v1.0.0 |
2322 | 2024-02-14T20:32:56.460Z | Downloaded fs-err v2.11.0 |
2323 | 2024-02-14T20:32:56.463Z | Downloaded async-recursion v1.0.5 |
2324 | 2024-02-14T20:32:56.463Z | Downloaded humantime v2.1.0 |
2325 | 2024-02-14T20:32:56.474Z | Downloaded pin-project v1.1.3 |
2326 | 2024-02-14T20:32:56.477Z | Downloaded globset v0.4.13 |
2327 | 2024-02-14T20:32:56.477Z | Downloaded snafu-derive v0.7.5 |
2328 | 2024-02-14T20:32:56.480Z | Downloaded snafu v0.7.5 |
2329 | 2024-02-14T20:32:56.484Z | Downloaded pin-project-internal v1.1.3 |
2330 | 2024-02-14T20:32:56.489Z | Downloaded tough v0.16.0 |
2331 | 2024-02-14T20:32:56.493Z | Downloaded doc-comment v0.3.3 |
2332 | 2024-02-14T20:32:56.496Z | Downloaded buf-list v1.0.3 |
2333 | 2024-02-14T20:32:56.496Z | Downloaded serde_plain v1.0.2 |
2334 | 2024-02-14T20:32:56.498Z | Downloaded olpc-cjson v0.1.3 |
2335 | 2024-02-14T20:32:56.511Z | Downloaded typed-path v0.7.0 |
2336 | 2024-02-14T20:32:56.614Z | Compiling serde_tokenstream v0.2.0 |
2337 | 2024-02-14T20:32:56.676Z | Compiling regress v0.7.1 |
2338 | 2024-02-14T20:32:56.688Z | Compiling dirs-sys-next v0.1.2 |
2339 | 2024-02-14T20:32:56.691Z | Compiling rustls-pki-types v1.1.0 |
2340 | 2024-02-14T20:32:56.691Z | Compiling ident_case v1.0.1 |
2341 | 2024-02-14T20:32:56.691Z | Compiling thread_local v1.1.7 |
2342 | 2024-02-14T20:32:56.691Z | Compiling heck v0.4.1 |
2343 | 2024-02-14T20:32:56.876Z | Compiling dirs-next v2.0.0 |
2344 | 2024-02-14T20:32:57.113Z | Compiling darling_core v0.20.3 |
2345 | 2024-02-14T20:32:57.123Z | Compiling slog-async v2.8.0 |
2346 | 2024-02-14T20:32:57.497Z | Compiling rustls v0.22.2 |
2347 | 2024-02-14T20:32:57.978Z | Compiling camino v1.1.6 |
2348 | 2024-02-14T20:32:57.978Z | Compiling rustls-webpki v0.102.1 |
2349 | 2024-02-14T20:32:57.978Z | Compiling term v0.7.0 |
2350 | 2024-02-14T20:32:57.979Z | Compiling crossbeam-channel v0.5.8 |
2351 | 2024-02-14T20:32:58.026Z | Compiling getopts v0.2.21 |
2352 | 2024-02-14T20:32:58.187Z | Compiling structmeta-derive v0.3.0 |
2353 | 2024-02-14T20:32:58.958Z | Compiling atty v0.2.14 |
2354 | 2024-02-14T20:32:59.104Z | Compiling multer v3.0.0 |
2355 | 2024-02-14T20:32:59.431Z | Compiling match_cfg v0.1.0 |
2356 | 2024-02-14T20:32:59.525Z | Compiling doc-comment v0.3.3 |
2357 | 2024-02-14T20:32:59.662Z | Compiling unsafe-libyaml v0.2.10 |
2358 | 2024-02-14T20:33:00.029Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2359 | 2024-02-14T20:33:01.407Z | Compiling take_mut v0.2.2 |
2360 | 2024-02-14T20:33:01.522Z | Compiling paste v1.0.14 |
2361 | 2024-02-14T20:33:02.047Z | Compiling serde_yaml v0.9.25 |
2362 | 2024-02-14T20:33:02.602Z | Compiling darling_macro v0.20.3 |
2363 | 2024-02-14T20:33:02.797Z | Compiling structmeta v0.3.0 |
2364 | 2024-02-14T20:33:03.016Z | Compiling hostname v0.3.1 |
2365 | 2024-02-14T20:33:03.238Z | Compiling slog-term v2.9.0 |
2366 | 2024-02-14T20:33:03.615Z | Compiling darling v0.20.3 |
2367 | 2024-02-14T20:33:05.580Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2368 | 2024-02-14T20:33:05.593Z | Compiling toml_edit v0.22.4 |
2369 | 2024-02-14T20:33:05.904Z | Compiling slog-json v2.6.1 |
2370 | 2024-02-14T20:33:06.312Z | Compiling http v1.0.0 |
2371 | 2024-02-14T20:33:06.414Z | Compiling pin-project-internal v1.1.3 |
2372 | 2024-02-14T20:33:07.035Z | Compiling async-stream-impl v0.3.5 |
2373 | 2024-02-14T20:33:07.656Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2374 | 2024-02-14T20:33:07.978Z | Compiling atomic-waker v1.1.1 |
2375 | 2024-02-14T20:33:08.573Z | Compiling fastrand v2.0.1 |
2376 | 2024-02-14T20:33:08.578Z | Compiling async-stream v0.3.5 |
2377 | 2024-02-14T20:33:08.643Z | Compiling tempfile v3.10.0 |
2378 | 2024-02-14T20:33:08.878Z | Compiling toml v0.8.10 |
2379 | 2024-02-14T20:33:09.248Z | Compiling pin-project v1.1.3 |
2380 | 2024-02-14T20:33:09.383Z | Compiling waitgroup v0.1.2 |
2381 | 2024-02-14T20:33:10.602Z | Compiling tokio-rustls v0.25.0 |
2382 | 2024-02-14T20:33:11.077Z | Compiling slog-bunyan v2.5.0 |
2383 | 2024-02-14T20:33:11.442Z | Compiling serde_with_macros v3.6.0 |
2384 | 2024-02-14T20:33:11.486Z | Compiling parse-display-derive v0.9.0 |
2385 | 2024-02-14T20:33:11.844Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2386 | 2024-02-14T20:33:14.188Z | Compiling rustls-pemfile v2.0.0 |
2387 | 2024-02-14T20:33:14.293Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2388 | 2024-02-14T20:33:14.633Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2389 | 2024-02-14T20:33:14.914Z | Compiling sha1 v0.10.6 |
2390 | 2024-02-14T20:33:15.540Z | Compiling snafu-derive v0.7.5 |
2391 | 2024-02-14T20:33:15.805Z | Compiling serde_path_to_error v0.1.15 |
2392 | 2024-02-14T20:33:16.136Z | Compiling instant v0.1.12 |
2393 | 2024-02-14T20:33:16.282Z | Compiling fs-err v2.11.0 |
2394 | 2024-02-14T20:33:16.304Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2395 | 2024-02-14T20:33:16.434Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2396 | 2024-02-14T20:33:16.604Z | Compiling debug-ignore v1.0.5 |
2397 | 2024-02-14T20:33:16.749Z | Compiling same-file v1.0.6 |
2398 | 2024-02-14T20:33:16.827Z | Compiling buf-list v1.0.3 |
2399 | 2024-02-14T20:33:17.045Z | Compiling arc-swap v1.6.0 |
2400 | 2024-02-14T20:33:17.449Z | Compiling walkdir v2.4.0 |
2401 | 2024-02-14T20:33:17.780Z | Compiling slog-scope v4.4.0 |
2402 | 2024-02-14T20:33:19.367Z | Compiling backoff v0.4.0 |
2403 | 2024-02-14T20:33:19.730Z | Compiling parse-display v0.9.0 |
2404 | 2024-02-14T20:33:20.659Z | Compiling snafu v0.7.5 |
2405 | 2024-02-14T20:33:21.743Z | Compiling serde_with v3.6.0 |
2406 | 2024-02-14T20:33:22.113Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2407 | 2024-02-14T20:33:22.848Z | Compiling globset v0.4.13 |
2408 | 2024-02-14T20:33:23.226Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2409 | 2024-02-14T20:33:26.646Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2410 | 2024-02-14T20:33:26.826Z | Compiling strum v0.25.0 |
2411 | 2024-02-14T20:33:27.084Z | Compiling pem v3.0.2 |
2412 | 2024-02-14T20:33:28.667Z | Compiling olpc-cjson v0.1.3 |
2413 | 2024-02-14T20:33:29.251Z | Compiling serde_plain v1.0.2 |
2414 | 2024-02-14T20:33:29.809Z | Compiling macaddr v1.0.1 |
2415 | 2024-02-14T20:33:30.577Z | Compiling async-recursion v1.0.5 |
2416 | 2024-02-14T20:33:30.831Z | Compiling xattr v1.0.1 |
2417 | 2024-02-14T20:33:31.125Z | Compiling filetime v0.2.23 |
2418 | 2024-02-14T20:33:31.495Z | Compiling typed-path v0.7.0 |
2419 | 2024-02-14T20:33:31.604Z | Compiling tar v0.4.40 |
2420 | 2024-02-14T20:33:32.687Z | Compiling slog-stdlog v4.1.1 |
2421 | 2024-02-14T20:33:34.681Z | Compiling tough v0.16.0 |
2422 | 2024-02-14T20:33:36.975Z | Compiling camino-tempfile v1.1.1 |
2423 | 2024-02-14T20:33:37.449Z | Compiling itertools v0.12.1 |
2424 | 2024-02-14T20:33:37.756Z | Compiling parse-size v1.0.0 |
2425 | 2024-02-14T20:33:38.082Z | Compiling slog-envlogger v2.2.0 |
2426 | 2024-02-14T20:33:39.001Z | Compiling humantime v2.1.0 |
2427 | 2024-02-14T20:33:39.227Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2428 | 2024-02-14T20:33:39.454Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2429 | 2024-02-14T20:33:51.449Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2430 | 2024-02-14T20:33:53.473Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2431 | 2024-02-14T20:34:12.866Z | Finished release [optimized] target(s) in 1m 17s |
2432 | 2024-02-14T20:34:12.944Z | |
2433 | 2024-02-14T20:34:12.945Z | real 1:17.271517935 |
2434 | 2024-02-14T20:34:12.945Z | user 8:43.505177861 |
2435 | 2024-02-14T20:34:12.948Z | sys 39.036599153 |
2436 | 2024-02-14T20:34:12.948Z | trap 0.233333628 |
2437 | 2024-02-14T20:34:12.948Z | tflt 0.438844067 |
2438 | 2024-02-14T20:34:12.948Z | dflt 0.444129685 |
2439 | 2024-02-14T20:34:12.948Z | kflt 0.000002349 |
2440 | 2024-02-14T20:34:12.948Z | lock 18:34.368411214 |
2441 | 2024-02-14T20:34:12.948Z | slp 20:08.305507006 |
2442 | 2024-02-14T20:34:12.948Z | lat 19.388654592 |
2443 | 2024-02-14T20:34:12.948Z | stop 13.171251102 |
2444 | 2024-02-14T20:34:12.948Z | + ptime -m gzip |
2445 | 2024-02-14T20:34:14.688Z | |
2446 | 2024-02-14T20:34:14.688Z | real 1.740056806 |
2447 | 2024-02-14T20:34:14.689Z | user 1.724759736 |
2448 | 2024-02-14T20:34:14.689Z | sys 0.013506727 |
2449 | 2024-02-14T20:34:14.689Z | trap 0.000791133 |
2450 | 2024-02-14T20:34:14.689Z | tflt 0.000000000 |
2451 | 2024-02-14T20:34:14.692Z | dflt 0.000000000 |
2452 | 2024-02-14T20:34:14.692Z | kflt 0.000000000 |
2453 | 2024-02-14T20:34:14.692Z | lock 0.000000000 |
2454 | 2024-02-14T20:34:14.692Z | slp 0.000000000 |
2455 | 2024-02-14T20:34:14.692Z | lat 0.000600547 |
2456 | 2024-02-14T20:34:14.692Z | stop 0.000168051 |
2457 | 2024-02-14T20:34:14.692Z | process exited: duration 825262 ms, exit code 0 |
|
2458 | 2024-02-14T20:34:14.710Z | found 5 output files |
2459 | 2024-02-14T20:34:14.710Z | uploading: /work/end-to-end-tests/bootstrap-c48d6230ab9e6a3a.gz (10676991 bytes) |
2460 | 2024-02-14T20:34:17.634Z | uploaded: /work/end-to-end-tests/bootstrap-c48d6230ab9e6a3a.gz |
2461 | 2024-02-14T20:34:17.634Z | uploading: /work/end-to-end-tests/bootstrap.gz (109015224 bytes) |
2462 | 2024-02-14T20:34:48.114Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2463 | 2024-02-14T20:34:48.114Z | uploading: /work/end-to-end-tests/end_to_end_tests-3a1094782a2ee831.gz (112228435 bytes) |
2464 | 2024-02-14T20:35:21.322Z | uploaded: /work/end-to-end-tests/end_to_end_tests-3a1094782a2ee831.gz |
2465 | 2024-02-14T20:35:21.323Z | uploading: /work/caboose-util.gz (4102430 bytes) |
2466 | 2024-02-14T20:35:23.078Z | uploaded: /work/caboose-util.gz |
2467 | 2024-02-14T20:35:23.078Z | uploading: /work/tufaceous.gz (15848594 bytes) |
2468 | 2024-02-14T20:35:30.295Z | uploaded: /work/tufaceous.gz |