|
|
|
1 | 2023-11-21T06:28:16.164Z | job assigned to worker 01HFR8YX4C4MZP0BW7RJQTV9D1 (queued for 1 m 24 s) |
|
2 | 2023-11-21T06:28:16.911Z | starting task 0: "setup" |
3 | 2023-11-21T06:28:16.969Z | ++ uname -s |
4 | 2023-11-21T06:28:16.982Z | + kern=SunOS |
5 | 2023-11-21T06:28:16.982Z | + case "$kern" in |
6 | 2023-11-21T06:28:16.982Z | + groupadd -g 12345 build |
7 | 2023-11-21T06:28:16.982Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-21T06:28:18.990Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-21T06:28:19.121Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-21T06:28:19.125Z | + home_fs=zfs |
11 | 2023-11-21T06:28:19.125Z | + [[ zfs == autofs ]] |
12 | 2023-11-21T06:28:19.125Z | + mkdir -p /home/build |
13 | 2023-11-21T06:28:19.128Z | + chown build:build /home/build /work |
14 | 2023-11-21T06:28:20.131Z | + chmod 0700 /home/build /work |
15 | 2023-11-21T06:28:20.139Z | process exited: duration 3229 ms, exit code 0 |
|
16 | 2023-11-21T06:28:20.165Z | starting task 1: "rust-toolchain" |
17 | 2023-11-21T06:28:20.171Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-21T06:28:20.172Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-21T06:28:20.519Z | info: downloading installer |
20 | 2023-11-21T06:28:22.907Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-21T06:28:22.907Z | warning: /opt/ooce/bin |
22 | 2023-11-21T06:28:22.907Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-21T06:28:22.907Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-21T06:28:22.908Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-21T06:28:22.908Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-21T06:28:22.908Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-21T06:28:22.908Z | error: cannot install while Rust is installed |
28 | 2023-11-21T06:28:22.908Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-21T06:28:22.915Z | info: profile set to 'default' |
30 | 2023-11-21T06:28:22.915Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-21T06:28:22.915Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-21T06:28:22.915Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-21T06:28:22.916Z | info: downloading component 'cargo' |
34 | 2023-11-21T06:28:23.466Z | info: downloading component 'clippy' |
35 | 2023-11-21T06:28:23.886Z | info: downloading component 'rust-docs' |
36 | 2023-11-21T06:28:24.511Z | info: downloading component 'rust-std' |
37 | 2023-11-21T06:28:25.998Z | info: downloading component 'rustc' |
38 | 2023-11-21T06:28:29.794Z | info: downloading component 'rustfmt' |
39 | 2023-11-21T06:28:29.980Z | info: installing component 'cargo' |
40 | 2023-11-21T06:28:32.172Z | info: installing component 'clippy' |
41 | 2023-11-21T06:28:33.854Z | info: installing component 'rust-docs' |
42 | 2023-11-21T06:28:36.301Z | info: installing component 'rust-std' |
43 | 2023-11-21T06:28:40.250Z | info: installing component 'rustc' |
44 | 2023-11-21T06:28:50.463Z | info: installing component 'rustfmt' |
45 | 2023-11-21T06:28:50.951Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-21T06:28:50.952Z | |
47 | 2023-11-21T06:28:51.171Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-21T06:28:51.172Z | |
49 | 2023-11-21T06:28:51.189Z | |
50 | 2023-11-21T06:28:51.189Z | Rust is installed now. Great! |
51 | 2023-11-21T06:28:51.189Z | |
52 | 2023-11-21T06:28:51.189Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-21T06:28:51.189Z | environment variable. This has not been done automatically. |
54 | 2023-11-21T06:28:51.189Z | |
55 | 2023-11-21T06:28:51.189Z | To configure your current shell, run: |
56 | 2023-11-21T06:28:51.189Z | source "$HOME/.cargo/env" |
57 | 2023-11-21T06:28:51.262Z | + rustc --version |
58 | 2023-11-21T06:28:51.386Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-21T06:28:51.391Z | process exited: duration 31219 ms, exit code 0 |
|
60 | 2023-11-21T06:28:51.418Z | starting task 2: "authentication" |
61 | 2023-11-21T06:28:51.446Z | process exited: duration 36 ms, exit code 0 |
|
62 | 2023-11-21T06:28:51.454Z | starting task 3: "clone repository" |
63 | 2023-11-21T06:28:51.461Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-21T06:28:51.465Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-21T06:28:51.544Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-21T06:28:58.157Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-21T06:28:58.157Z | + [[ -n renovate/foreign-types-0.x ]] |
68 | 2023-11-21T06:28:58.167Z | + git fetch origin renovate/foreign-types-0.x |
69 | 2023-11-21T06:28:58.545Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-21T06:28:58.545Z | * branch renovate/foreign-types-0.x -> FETCH_HEAD |
71 | 2023-11-21T06:28:58.560Z | + git checkout -B renovate/foreign-types-0.x remotes/origin/renovate/foreign-types-0.x |
72 | 2023-11-21T06:28:58.583Z | Switched to a new branch 'renovate/foreign-types-0.x' |
73 | 2023-11-21T06:28:58.594Z | branch 'renovate/foreign-types-0.x' set up to track 'origin/renovate/foreign-types-0.x'. |
74 | 2023-11-21T06:28:58.594Z | + git reset --hard ca030086610065406b12a80efc0af6271f45f233 |
75 | 2023-11-21T06:28:58.614Z | HEAD is now at ca030086 Update Rust crate foreign-types to 0.5.0 |
76 | 2023-11-21T06:28:58.622Z | process exited: duration 7160 ms, exit code 0 |
|
77 | 2023-11-21T06:28:58.645Z | starting task 4: "build" |
78 | 2023-11-21T06:28:58.654Z | + cargo --version |
79 | 2023-11-21T06:28:58.670Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-21T06:28:58.863Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-21T06:28:58.863Z | info: downloading component 'cargo' |
82 | 2023-11-21T06:28:59.531Z | info: downloading component 'clippy' |
83 | 2023-11-21T06:28:59.772Z | info: downloading component 'rust-docs' |
84 | 2023-11-21T06:29:00.653Z | info: downloading component 'rust-std' |
85 | 2023-11-21T06:29:02.037Z | info: downloading component 'rustc' |
86 | 2023-11-21T06:29:05.931Z | info: downloading component 'rustfmt' |
87 | 2023-11-21T06:29:06.207Z | info: installing component 'cargo' |
88 | 2023-11-21T06:29:07.445Z | info: installing component 'clippy' |
89 | 2023-11-21T06:29:07.949Z | info: installing component 'rust-docs' |
90 | 2023-11-21T06:29:10.706Z | info: installing component 'rust-std' |
91 | 2023-11-21T06:29:13.266Z | info: installing component 'rustc' |
92 | 2023-11-21T06:29:19.412Z | info: installing component 'rustfmt' |
93 | 2023-11-21T06:29:19.951Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-21T06:29:19.955Z | + rustc --version |
95 | 2023-11-21T06:29:20.084Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-21T06:29:20.090Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-11-21T06:29:33.127Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-11-21T06:29:34.152Z | Startup: Caching catalogs ... Done |
99 | 2023-11-21T06:29:39.671Z | Planning: Solver setup ... Done (5.172s) |
100 | 2023-11-21T06:29:39.797Z | Planning: Running solver ... Done (0.127s) |
101 | 2023-11-21T06:29:39.855Z | Planning: Finding local manifests ... Done (0.004s) |
102 | 2023-11-21T06:29:39.870Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2023-11-21T06:29:40.099Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2023-11-21T06:29:40.180Z | Planning: Package planning ... Done (0.081s) |
105 | 2023-11-21T06:29:40.265Z | Planning: Merging actions ... Done (0.085s) |
106 | 2023-11-21T06:29:41.010Z | Planning: Checking for conflicting actions ... Done (0.740s) |
107 | 2023-11-21T06:29:41.025Z | Planning: Consolidating action changes ... Done (0.017s) |
108 | 2023-11-21T06:29:48.099Z | Planning: Evaluating mediators ... Done (7.072s) |
109 | 2023-11-21T06:29:48.115Z | Planning: Planning completed in 13.90 seconds |
110 | 2023-11-21T06:29:50.738Z | Packages to install: 4 |
111 | 2023-11-21T06:29:50.738Z | Mediators to change: 2 |
112 | 2023-11-21T06:29:50.738Z | Services to change: 1 |
113 | 2023-11-21T06:29:50.742Z | Estimated space available: 148.90 GB |
114 | 2023-11-21T06:29:50.742Z | Estimated space to be consumed: 1.37 GB |
115 | 2023-11-21T06:29:50.742Z | Create boot environment: No |
116 | 2023-11-21T06:29:50.742Z | Create backup boot environment: No |
117 | 2023-11-21T06:29:50.742Z | Rebuild boot archive: No |
118 | 2023-11-21T06:29:50.742Z | |
119 | 2023-11-21T06:29:50.742Z | Changed mediators: |
120 | 2023-11-21T06:29:50.742Z | mediator clang: |
121 | 2023-11-21T06:29:50.742Z | version: None -> 15 (system default) |
122 | 2023-11-21T06:29:50.742Z | |
123 | 2023-11-21T06:29:50.742Z | mediator llvm: |
124 | 2023-11-21T06:29:50.742Z | version: 14 (system default) -> 15 (system default) |
125 | 2023-11-21T06:29:50.742Z | |
126 | 2023-11-21T06:29:50.742Z | Changed packages: |
127 | 2023-11-21T06:29:50.742Z | helios-dev |
128 | 2023-11-21T06:29:50.742Z | developer/build-essential |
129 | 2023-11-21T06:29:50.742Z | None -> 11-2.0 |
130 | 2023-11-21T06:29:50.742Z | library/libxmlsec1 |
131 | 2023-11-21T06:29:50.742Z | None -> 1.2.35-2.0 |
132 | 2023-11-21T06:29:50.742Z | ooce/developer/clang-15 |
133 | 2023-11-21T06:29:50.742Z | None -> 15.0.7-2.0 |
134 | 2023-11-21T06:29:50.742Z | ooce/developer/llvm-15 |
135 | 2023-11-21T06:29:50.742Z | None -> 15.0.7-2.0 |
136 | 2023-11-21T06:29:50.742Z | |
137 | 2023-11-21T06:29:50.742Z | Services: |
138 | 2023-11-21T06:29:50.742Z | restart_fmri: |
139 | 2023-11-21T06:29:50.742Z | svc:/system/update-man-index:default |
140 | 2023-11-21T06:29:50.965Z | |
141 | 2023-11-21T06:29:50.965Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2023-11-21T06:29:55.963Z | Download: 489/3290 items 17.0/212.6MB 8% complete (3.1M/s) |
143 | 2023-11-21T06:30:00.974Z | Download: 1197/3290 items 73.1/212.6MB 34% complete (7.5M/s) |
144 | 2023-11-21T06:30:05.975Z | Download: 1690/3290 items 118.0/212.6MB 55% complete (10.4M/s) |
145 | 2023-11-21T06:30:10.982Z | Download: 2883/3290 items 121.1/212.6MB 56% complete (4.8M/s) |
146 | 2023-11-21T06:30:16.013Z | Download: 3274/3290 items 208.4/212.6MB 98% complete (9.0M/s) |
147 | 2023-11-21T06:30:18.938Z | Download: Completed 212.60 MB in 27.97 seconds (7.6M/s) |
148 | 2023-11-21T06:30:19.195Z | Actions: 1/3687 actions (Installing new actions) |
149 | 2023-11-21T06:30:24.741Z | Actions: 3157/3687 actions (Installing new actions) |
150 | 2023-11-21T06:30:27.783Z | Actions: Completed 3687 actions in 8.59 seconds. |
151 | 2023-11-21T06:30:27.878Z | Done (0.089s) |
152 | 2023-11-21T06:30:27.878Z | Done (0.000s) |
153 | 2023-11-21T06:30:28.102Z | Done (0.221s) |
154 | 2023-11-21T06:30:35.546Z | Done (7.323s) |
155 | 2023-11-21T06:30:35.880Z | Done (0.244s) |
156 | 2023-11-21T06:30:35.887Z | Done (0.000s) |
157 | 2023-11-21T06:30:36.128Z | Done (0.000s) |
158 | 2023-11-21T06:30:36.835Z | Planning: Evaluating mediator changes ... Done |
159 | 2023-11-21T06:30:37.328Z | Planning: Checking for conflicting actions ... Done |
160 | 2023-11-21T06:30:37.328Z | Planning: Consolidating action changes ... Done |
161 | 2023-11-21T06:30:37.526Z | Planning: Evaluating mediators ... Done |
162 | 2023-11-21T06:30:37.530Z | Planning: Planning completed in 0.72 seconds |
163 | 2023-11-21T06:30:37.581Z | Mediators to change: 2 |
164 | 2023-11-21T06:30:37.581Z | Create boot environment: No |
165 | 2023-11-21T06:30:37.584Z | Create backup boot environment: No |
166 | 2023-11-21T06:30:37.681Z | Done |
167 | 2023-11-21T06:30:37.681Z | Done |
168 | 2023-11-21T06:30:37.822Z | Done |
169 | 2023-11-21T06:30:43.538Z | Done |
170 | 2023-11-21T06:30:43.655Z | Done |
171 | 2023-11-21T06:30:43.660Z | Done |
172 | 2023-11-21T06:30:43.762Z | Done |
173 | 2023-11-21T06:30:44.763Z | Planning: Evaluating mediator changes ... Done |
174 | 2023-11-21T06:30:44.766Z | Planning: Merging actions ... Done |
175 | 2023-11-21T06:30:45.101Z | Planning: Checking for conflicting actions ... Done |
176 | 2023-11-21T06:30:45.107Z | Planning: Consolidating action changes ... Done |
177 | 2023-11-21T06:30:45.531Z | Planning: Evaluating mediators ... Done |
178 | 2023-11-21T06:30:45.619Z | Planning: Planning completed in 1.30 seconds |
179 | 2023-11-21T06:30:45.683Z | Packages to change: 1 |
180 | 2023-11-21T06:30:45.683Z | Mediators to change: 1 |
181 | 2023-11-21T06:30:45.687Z | Services to change: 1 |
182 | 2023-11-21T06:30:45.687Z | Create boot environment: No |
183 | 2023-11-21T06:30:45.688Z | Create backup boot environment: Yes |
184 | 2023-11-21T06:30:47.743Z | Actions: 1/6 actions (Updating modified actions) |
185 | 2023-11-21T06:30:47.746Z | Actions: Completed 6 actions in 0.00 seconds. |
186 | 2023-11-21T06:30:47.746Z | Done |
187 | 2023-11-21T06:30:47.746Z | Done |
188 | 2023-11-21T06:30:47.798Z | Done |
189 | 2023-11-21T06:30:53.547Z | Done |
190 | 2023-11-21T06:30:53.648Z | Done |
191 | 2023-11-21T06:30:53.653Z | Done |
192 | 2023-11-21T06:30:53.759Z | Done |
193 | 2023-11-21T06:30:54.419Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
194 | 2023-11-21T06:30:54.420Z | clang system 15 system |
195 | 2023-11-21T06:30:54.420Z | csh system system illumos |
196 | 2023-11-21T06:30:54.420Z | ctags system system illumos |
197 | 2023-11-21T06:30:54.420Z | gcc vendor 12 vendor |
198 | 2023-11-21T06:30:54.420Z | gcc system 10 system |
199 | 2023-11-21T06:30:54.420Z | gcc system 7 system |
200 | 2023-11-21T06:30:54.420Z | go system 1.20 system |
201 | 2023-11-21T06:30:54.420Z | go system 1.19 system |
202 | 2023-11-21T06:30:54.420Z | llvm system 15 system |
203 | 2023-11-21T06:30:54.420Z | llvm system 14 system |
204 | 2023-11-21T06:30:54.420Z | mariadb system 10.6 system |
205 | 2023-11-21T06:30:54.420Z | mta vendor vendor dma |
206 | 2023-11-21T06:30:54.420Z | openjdk system 17 system |
207 | 2023-11-21T06:30:54.420Z | openjdk system 11 system |
208 | 2023-11-21T06:30:54.420Z | openjdk system 1.8 system |
209 | 2023-11-21T06:30:54.420Z | openssl vendor 3 vendor |
210 | 2023-11-21T06:30:54.420Z | perl system 5.36 system |
211 | 2023-11-21T06:30:54.420Z | postgresql system 15 system |
212 | 2023-11-21T06:30:54.420Z | postgresql system 13 system |
213 | 2023-11-21T06:30:54.420Z | python vendor 3 vendor |
214 | 2023-11-21T06:30:54.420Z | python system 2 system |
215 | 2023-11-21T06:30:54.420Z | python3 system 3.11 system |
216 | 2023-11-21T06:30:54.420Z | ruby system 3.0 system |
217 | 2023-11-21T06:30:54.420Z | words vendor vendor american-english |
218 | 2023-11-21T06:30:54.420Z | words system system australian-english |
219 | 2023-11-21T06:30:54.420Z | words system system british-english |
220 | 2023-11-21T06:30:54.420Z | words system system canadian-english |
221 | 2023-11-21T06:30:54.420Z | words system system french |
222 | 2023-11-21T06:30:54.420Z | words system system italian |
223 | 2023-11-21T06:30:54.420Z | words system system ngerman |
224 | 2023-11-21T06:30:54.420Z | words system system ogerman |
225 | 2023-11-21T06:30:54.420Z | words system system spanish |
226 | 2023-11-21T06:30:54.941Z | FMRI IFO |
227 | 2023-11-21T06:30:54.941Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
228 | 2023-11-21T06:30:54.941Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
229 | 2023-11-21T06:30:54.941Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
230 | 2023-11-21T06:30:54.941Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
231 | 2023-11-21T06:30:54.941Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
232 | 2023-11-21T06:30:54.941Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
233 | 2023-11-21T06:30:55.014Z | + set -o errexit |
234 | 2023-11-21T06:30:55.017Z | +++ dirname ./tools/ci_download_cockroachdb |
235 | 2023-11-21T06:30:55.020Z | ++ cd ./tools |
236 | 2023-11-21T06:30:55.020Z | ++ pwd |
237 | 2023-11-21T06:30:55.021Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
238 | 2023-11-21T06:30:55.021Z | ++ basename ./tools/ci_download_cockroachdb |
239 | 2023-11-21T06:30:55.024Z | + ARG0=ci_download_cockroachdb |
240 | 2023-11-21T06:30:55.024Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
241 | 2023-11-21T06:30:55.028Z | + CIDL_VERSION=v22.1.9 |
242 | 2023-11-21T06:30:55.028Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
243 | 2023-11-21T06:30:55.028Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
244 | 2023-11-21T06:30:55.028Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
245 | 2023-11-21T06:30:55.028Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
246 | 2023-11-21T06:30:55.028Z | + TARGET_DIR=out |
247 | 2023-11-21T06:30:55.028Z | + DOWNLOAD_DIR=out/downloads |
248 | 2023-11-21T06:30:55.028Z | + DEST_DIR=./out/cockroachdb |
249 | 2023-11-21T06:30:55.028Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
250 | 2023-11-21T06:30:55.028Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
251 | 2023-11-21T06:30:55.028Z | + main |
252 | 2023-11-21T06:30:55.028Z | + [[ 0 != 0 ]] |
253 | 2023-11-21T06:30:55.028Z | + CIDL_OS=solaris2.11 |
254 | 2023-11-21T06:30:55.028Z | + [[ 0 != 0 ]] |
255 | 2023-11-21T06:30:55.028Z | + configure_os solaris2.11 |
256 | 2023-11-21T06:30:55.028Z | + echo 'current directory: /work/oxidecomputer/omicron' |
257 | 2023-11-21T06:30:55.028Z | current directory: /work/oxidecomputer/omicron |
258 | 2023-11-21T06:30:55.028Z | + echo 'configuring based on OS: "solaris2.11"' |
259 | 2023-11-21T06:30:55.028Z | + case "$1" in |
260 | 2023-11-21T06:30:55.028Z | configuring based on OS: "solaris2.11" |
261 | 2023-11-21T06:30:55.028Z | + CIDL_BUILD=illumos |
262 | 2023-11-21T06:30:55.028Z | + CIDL_SUFFIX=tar.gz |
263 | 2023-11-21T06:30:55.028Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
264 | 2023-11-21T06:30:55.028Z | + CIDL_MD5FUNC=do_md5sum |
265 | 2023-11-21T06:30:55.028Z | + CIDL_URL_BASE=https://illumos.org/downloads |
266 | 2023-11-21T06:30:55.028Z | + CIDL_ASSEMBLE=do_assemble_illumos |
267 | 2023-11-21T06:30:55.028Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
268 | 2023-11-21T06:30:55.029Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-11-21T06:30:55.029Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-11-21T06:30:55.029Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
271 | 2023-11-21T06:30:55.029Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-21T06:30:55.029Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
273 | 2023-11-21T06:30:55.029Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-21T06:30:55.029Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2023-11-21T06:30:55.029Z | + mkdir -p out/downloads |
276 | 2023-11-21T06:30:55.029Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-11-21T06:30:55.032Z | + mkdir -p ./out/cockroachdb |
278 | 2023-11-21T06:30:55.032Z | + local DO_DOWNLOAD=true |
279 | 2023-11-21T06:30:55.032Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
280 | 2023-11-21T06:30:55.032Z | + '[' true == true ']' |
281 | 2023-11-21T06:30:55.032Z | + echo Downloading... |
282 | 2023-11-21T06:30:55.032Z | Downloading... |
283 | 2023-11-21T06:30:55.032Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-11-21T06:30:55.032Z | + 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 |
285 | 2023-11-21T06:30:57.715Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-11-21T06:30:57.721Z | ++ md5sum |
287 | 2023-11-21T06:30:57.722Z | ++ awk '{print $1}' |
288 | 2023-11-21T06:30:57.899Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
289 | 2023-11-21T06:30:57.899Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
290 | 2023-11-21T06:30:57.899Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-11-21T06:30:58.319Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
292 | 2023-11-21T06:31:01.499Z | + do_assemble_illumos |
293 | 2023-11-21T06:31:01.499Z | + rm -r ./out/cockroachdb |
294 | 2023-11-21T06:31:01.526Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
295 | 2023-11-21T06:31:02.089Z | + ./out/cockroachdb/bin/cockroach version |
296 | 2023-11-21T06:31:02.308Z | Build Tag: v22.1.9-dirty |
297 | 2023-11-21T06:31:02.308Z | Build Time: 2022/10/26 21:17:46 |
298 | 2023-11-21T06:31:02.308Z | Distribution: OSS |
299 | 2023-11-21T06:31:02.308Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
300 | 2023-11-21T06:31:02.308Z | Go Version: go1.17.13 |
301 | 2023-11-21T06:31:02.308Z | C Compiler: gcc 10.3.0 |
302 | 2023-11-21T06:31:02.308Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
303 | 2023-11-21T06:31:02.308Z | Build Type: release |
304 | 2023-11-21T06:31:02.330Z | + set -o errexit |
305 | 2023-11-21T06:31:02.347Z | +++ dirname ./tools/ci_download_clickhouse |
306 | 2023-11-21T06:31:02.347Z | ++ cd ./tools |
307 | 2023-11-21T06:31:02.347Z | ++ pwd |
308 | 2023-11-21T06:31:02.347Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
309 | 2023-11-21T06:31:02.347Z | ++ basename ./tools/ci_download_clickhouse |
310 | 2023-11-21T06:31:02.347Z | + ARG0=ci_download_clickhouse |
311 | 2023-11-21T06:31:02.347Z | + TARGET_DIR=out |
312 | 2023-11-21T06:31:02.348Z | + DOWNLOAD_DIR=out/downloads |
313 | 2023-11-21T06:31:02.348Z | + DEST_DIR=./out/clickhouse |
314 | 2023-11-21T06:31:02.348Z | + CIDL_VERSION=v22.8.9.24 |
315 | 2023-11-21T06:31:02.348Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
316 | 2023-11-21T06:31:02.348Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
317 | 2023-11-21T06:31:02.348Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
318 | 2023-11-21T06:31:02.348Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
319 | 2023-11-21T06:31:02.348Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
320 | 2023-11-21T06:31:02.348Z | + main |
321 | 2023-11-21T06:31:02.348Z | + [[ 0 != 0 ]] |
322 | 2023-11-21T06:31:02.348Z | + CIDL_OS=solaris2.11 |
323 | 2023-11-21T06:31:02.348Z | + [[ 0 != 0 ]] |
324 | 2023-11-21T06:31:02.348Z | + configure_os solaris2.11 |
325 | 2023-11-21T06:31:02.348Z | + echo 'current directory: /work/oxidecomputer/omicron' |
326 | 2023-11-21T06:31:02.348Z | current directory: /work/oxidecomputer/omicron |
327 | 2023-11-21T06:31:02.348Z | + echo 'configuring based on OS: "solaris2.11"' |
328 | 2023-11-21T06:31:02.348Z | + CIDL_DASHREV= |
329 | 2023-11-21T06:31:02.348Z | + case "$1" in |
330 | 2023-11-21T06:31:02.348Z | configuring based on OS: "solaris2.11" |
331 | 2023-11-21T06:31:02.348Z | + CIDL_PLATFORM=illumos |
332 | 2023-11-21T06:31:02.348Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
333 | 2023-11-21T06:31:02.348Z | + CIDL_MD5FUNC=do_md5sum |
334 | 2023-11-21T06:31:02.348Z | + CIDL_DASHREV=-1 |
335 | 2023-11-21T06:31:02.348Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
336 | 2023-11-21T06:31:02.348Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-11-21T06:31:02.348Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-11-21T06:31:02.348Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-21T06:31:02.348Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
340 | 2023-11-21T06:31:02.348Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-21T06:31:02.348Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-21T06:31:02.348Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
343 | 2023-11-21T06:31:02.349Z | + mkdir -p out/downloads |
344 | 2023-11-21T06:31:02.349Z | + mkdir -p ./out/clickhouse |
345 | 2023-11-21T06:31:02.349Z | + local DO_DOWNLOAD=true |
346 | 2023-11-21T06:31:02.349Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
347 | 2023-11-21T06:31:02.349Z | + '[' true == true ']' |
348 | 2023-11-21T06:31:02.349Z | + echo Downloading... |
349 | 2023-11-21T06:31:02.349Z | Downloading... |
350 | 2023-11-21T06:31:02.349Z | + 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 |
351 | 2023-11-21T06:31:02.349Z | + 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 |
352 | 2023-11-21T06:31:04.279Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-11-21T06:31:04.283Z | ++ md5sum |
354 | 2023-11-21T06:31:04.283Z | ++ awk '{print $1}' |
355 | 2023-11-21T06:31:04.283Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
356 | 2023-11-21T06:31:04.283Z | + [[ 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 ]] |
357 | 2023-11-21T06:31:04.283Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
358 | 2023-11-21T06:31:04.283Z | + mkdir -p ./out/clickhouse |
359 | 2023-11-21T06:31:04.283Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
360 | 2023-11-21T06:31:09.286Z | + ./out/clickhouse/clickhouse server --version |
361 | 2023-11-21T06:31:09.338Z | ClickHouse server version 22.8.9.1. |
362 | 2023-11-21T06:31:09.362Z | + set -o errexit |
363 | 2023-11-21T06:31:09.374Z | +++ dirname ./tools/ci_download_console |
364 | 2023-11-21T06:31:09.374Z | ++ cd ./tools |
365 | 2023-11-21T06:31:09.374Z | ++ pwd |
366 | 2023-11-21T06:31:09.374Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
367 | 2023-11-21T06:31:09.374Z | ++ basename ./tools/ci_download_console |
368 | 2023-11-21T06:31:09.375Z | + ARG0=ci_download_console |
369 | 2023-11-21T06:31:09.375Z | + TARGET_DIR=out |
370 | 2023-11-21T06:31:09.375Z | + DOWNLOAD_DIR=out/downloads |
371 | 2023-11-21T06:31:09.375Z | + DEST_DIR=./out/console-assets |
372 | 2023-11-21T06:31:09.375Z | + source /work/oxidecomputer/omicron/tools/console_version |
373 | 2023-11-21T06:31:09.375Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
374 | 2023-11-21T06:31:09.375Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
375 | 2023-11-21T06:31:09.375Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
376 | 2023-11-21T06:31:09.375Z | + TARBALL_FILE=out/downloads/console.tar.gz |
377 | 2023-11-21T06:31:09.392Z | + main |
378 | 2023-11-21T06:31:09.392Z | + [[ 0 != 0 ]] |
379 | 2023-11-21T06:31:09.392Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
380 | 2023-11-21T06:31:09.392Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
381 | 2023-11-21T06:31:09.392Z | + echo 'Local file: out/downloads/console.tar.gz' |
382 | 2023-11-21T06:31:09.392Z | Local file: out/downloads/console.tar.gz |
383 | 2023-11-21T06:31:09.392Z | + local DO_DOWNLOAD=true |
384 | 2023-11-21T06:31:09.392Z | + [[ -f out/downloads/console.tar.gz ]] |
385 | 2023-11-21T06:31:09.392Z | + mkdir -p out/downloads |
386 | 2023-11-21T06:31:09.392Z | + '[' true == true ']' |
387 | 2023-11-21T06:31:09.392Z | + echo Downloading... |
388 | 2023-11-21T06:31:09.392Z | Downloading... |
389 | 2023-11-21T06:31:09.393Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
390 | 2023-11-21T06:31:09.393Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
391 | 2023-11-21T06:31:09.998Z | ++ do_sha256sum out/downloads/console.tar.gz |
392 | 2023-11-21T06:31:09.999Z | ++ case "$OSTYPE" in |
393 | 2023-11-21T06:31:10.000Z | ++ SHA=sha256sum |
394 | 2023-11-21T06:31:10.010Z | ++ sha256sum |
395 | 2023-11-21T06:31:10.010Z | ++ awk '{print $1}' |
396 | 2023-11-21T06:31:10.026Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
397 | 2023-11-21T06:31:10.026Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
398 | 2023-11-21T06:31:10.035Z | + rm -rf ./out/console-assets |
399 | 2023-11-21T06:31:10.035Z | + mkdir -p ./out/console-assets |
400 | 2023-11-21T06:31:10.035Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
401 | 2023-11-21T06:31:10.035Z | + mkdir -p ./out/console-assets |
402 | 2023-11-21T06:31:10.035Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
403 | 2023-11-21T06:31:10.175Z | + set -o errexit |
404 | 2023-11-21T06:31:10.186Z | +++ dirname ./tools/ci_download_maghemite_openapi |
405 | 2023-11-21T06:31:10.186Z | ++ cd ./tools |
406 | 2023-11-21T06:31:10.186Z | ++ pwd |
407 | 2023-11-21T06:31:10.186Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
408 | 2023-11-21T06:31:10.186Z | ++ basename ./tools/ci_download_maghemite_openapi |
409 | 2023-11-21T06:31:10.194Z | + ARG0=ci_download_maghemite_openapi |
410 | 2023-11-21T06:31:10.194Z | + TARGET_DIR=out |
411 | 2023-11-21T06:31:10.195Z | + DOWNLOAD_DIR=out/downloads |
412 | 2023-11-21T06:31:10.195Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
413 | 2023-11-21T06:31:10.195Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
414 | 2023-11-21T06:31:10.196Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
415 | 2023-11-21T06:31:10.196Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
416 | 2023-11-21T06:31:10.196Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
417 | 2023-11-21T06:31:10.196Z | + main |
418 | 2023-11-21T06:31:10.196Z | + [[ 0 != 0 ]] |
419 | 2023-11-21T06:31:10.196Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
420 | 2023-11-21T06:31:10.196Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
421 | 2023-11-21T06:31:10.196Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
422 | 2023-11-21T06:31:10.196Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
423 | 2023-11-21T06:31:10.197Z | + local DO_DOWNLOAD=true |
424 | 2023-11-21T06:31:10.197Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
425 | 2023-11-21T06:31:10.197Z | + mkdir -p out/downloads |
426 | 2023-11-21T06:31:10.197Z | + '[' true == true ']' |
427 | 2023-11-21T06:31:10.197Z | + echo Downloading... |
428 | 2023-11-21T06:31:10.197Z | Downloading... |
429 | 2023-11-21T06:31:10.197Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
430 | 2023-11-21T06:31:10.197Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
431 | 2023-11-21T06:31:10.467Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
432 | 2023-11-21T06:31:10.467Z | ++ case "$OSTYPE" in |
433 | 2023-11-21T06:31:11.372Z | ++ SHA=sha256sum |
434 | 2023-11-21T06:31:11.373Z | ++ sha256sum |
435 | 2023-11-21T06:31:11.373Z | ++ awk '{print $1}' |
436 | 2023-11-21T06:31:11.373Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
437 | 2023-11-21T06:31:11.373Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
438 | 2023-11-21T06:31:11.373Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
439 | 2023-11-21T06:31:11.373Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
440 | 2023-11-21T06:31:11.373Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
441 | 2023-11-21T06:31:11.373Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
442 | 2023-11-21T06:31:11.373Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
443 | 2023-11-21T06:31:11.373Z | + main |
444 | 2023-11-21T06:31:11.373Z | + [[ 0 != 0 ]] |
445 | 2023-11-21T06:31:11.373Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
446 | 2023-11-21T06:31:11.373Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
447 | 2023-11-21T06:31:11.373Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
448 | 2023-11-21T06:31:11.373Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
449 | 2023-11-21T06:31:11.373Z | + local DO_DOWNLOAD=true |
450 | 2023-11-21T06:31:11.373Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
451 | 2023-11-21T06:31:11.373Z | + mkdir -p out/downloads |
452 | 2023-11-21T06:31:11.373Z | + '[' true == true ']' |
453 | 2023-11-21T06:31:11.373Z | + echo Downloading... |
454 | 2023-11-21T06:31:11.373Z | Downloading... |
455 | 2023-11-21T06:31:11.373Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
456 | 2023-11-21T06:31:11.373Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
457 | 2023-11-21T06:31:11.608Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
458 | 2023-11-21T06:31:11.611Z | ++ case "$OSTYPE" in |
459 | 2023-11-21T06:31:11.611Z | ++ SHA=sha256sum |
460 | 2023-11-21T06:31:11.611Z | ++ sha256sum |
461 | 2023-11-21T06:31:11.612Z | ++ awk '{print $1}' |
462 | 2023-11-21T06:31:11.616Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
463 | 2023-11-21T06:31:11.616Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
464 | 2023-11-21T06:31:11.623Z | + set -o errexit |
465 | 2023-11-21T06:31:11.630Z | +++ dirname ./tools/ci_download_dendrite_openapi |
466 | 2023-11-21T06:31:11.630Z | ++ cd ./tools |
467 | 2023-11-21T06:31:11.630Z | ++ pwd |
468 | 2023-11-21T06:31:11.630Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
469 | 2023-11-21T06:31:11.630Z | ++ basename ./tools/ci_download_dendrite_openapi |
470 | 2023-11-21T06:31:11.634Z | + ARG0=ci_download_dendrite_openapi |
471 | 2023-11-21T06:31:11.634Z | + TARGET_DIR=out |
472 | 2023-11-21T06:31:11.634Z | + DOWNLOAD_DIR=out/downloads |
473 | 2023-11-21T06:31:11.634Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
474 | 2023-11-21T06:31:11.634Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
475 | 2023-11-21T06:31:11.634Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
476 | 2023-11-21T06:31:11.634Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
477 | 2023-11-21T06:31:11.634Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
478 | 2023-11-21T06:31:11.634Z | + main |
479 | 2023-11-21T06:31:11.634Z | + [[ 0 != 0 ]] |
480 | 2023-11-21T06:31:11.634Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
481 | 2023-11-21T06:31:11.634Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
482 | 2023-11-21T06:31:11.634Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
483 | 2023-11-21T06:31:11.634Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
484 | 2023-11-21T06:31:11.634Z | + local DO_DOWNLOAD=true |
485 | 2023-11-21T06:31:11.634Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
486 | 2023-11-21T06:31:11.634Z | + mkdir -p out/downloads |
487 | 2023-11-21T06:31:11.638Z | + '[' true == true ']' |
488 | 2023-11-21T06:31:11.638Z | + echo Downloading... |
489 | 2023-11-21T06:31:11.638Z | Downloading... |
490 | 2023-11-21T06:31:11.638Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
491 | 2023-11-21T06:31:11.638Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
492 | 2023-11-21T06:31:11.887Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
493 | 2023-11-21T06:31:11.887Z | ++ case "$OSTYPE" in |
494 | 2023-11-21T06:31:11.968Z | ++ SHA=sha256sum |
495 | 2023-11-21T06:31:11.968Z | ++ sha256sum |
496 | 2023-11-21T06:31:11.969Z | ++ awk '{print $1}' |
497 | 2023-11-21T06:31:11.969Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
498 | 2023-11-21T06:31:11.969Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
499 | 2023-11-21T06:31:12.453Z | + set -o errexit |
500 | 2023-11-21T06:31:12.453Z | +++ dirname ./tools/ci_download_dendrite_stub |
501 | 2023-11-21T06:31:12.453Z | ++ cd ./tools |
502 | 2023-11-21T06:31:12.453Z | ++ pwd |
503 | 2023-11-21T06:31:12.453Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
504 | 2023-11-21T06:31:12.454Z | ++ basename ./tools/ci_download_dendrite_stub |
505 | 2023-11-21T06:31:12.454Z | + ARG0=ci_download_dendrite_stub |
506 | 2023-11-21T06:31:12.454Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
507 | 2023-11-21T06:31:12.454Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
508 | 2023-11-21T06:31:12.454Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
509 | 2023-11-21T06:31:12.454Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
510 | 2023-11-21T06:31:12.454Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
511 | 2023-11-21T06:31:12.454Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
512 | 2023-11-21T06:31:12.454Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
513 | 2023-11-21T06:31:12.454Z | + TARGET_DIR=out |
514 | 2023-11-21T06:31:12.454Z | + DOWNLOAD_DIR=out/downloads |
515 | 2023-11-21T06:31:12.454Z | + DEST_DIR=./out/dendrite-stub |
516 | 2023-11-21T06:31:12.454Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
517 | 2023-11-21T06:31:12.454Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
518 | 2023-11-21T06:31:12.454Z | + REPO=oxidecomputer/dendrite |
519 | 2023-11-21T06:31:12.454Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
520 | 2023-11-21T06:31:12.454Z | + main |
521 | 2023-11-21T06:31:12.454Z | + [[ 0 != 0 ]] |
522 | 2023-11-21T06:31:12.454Z | + CIDL_OS=solaris2.11 |
523 | 2023-11-21T06:31:12.454Z | + [[ 0 != 0 ]] |
524 | 2023-11-21T06:31:12.454Z | + configure_os solaris2.11 |
525 | 2023-11-21T06:31:12.454Z | + echo 'current directory: /work/oxidecomputer/omicron' |
526 | 2023-11-21T06:31:12.454Z | current directory: /work/oxidecomputer/omicron |
527 | 2023-11-21T06:31:12.454Z | + echo 'configuring based on OS: "solaris2.11"' |
528 | 2023-11-21T06:31:12.454Z | configuring based on OS: "solaris2.11" |
529 | 2023-11-21T06:31:12.454Z | + case "$1" in |
530 | 2023-11-21T06:31:12.454Z | + SET_BINARIES= |
531 | 2023-11-21T06:31:12.454Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
532 | 2023-11-21T06:31:12.454Z | + CIDL_SHA256FUNC=do_sha256sum |
533 | 2023-11-21T06:31:12.454Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
534 | 2023-11-21T06:31:12.454Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
535 | 2023-11-21T06:31:12.454Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
536 | 2023-11-21T06:31:12.455Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
537 | 2023-11-21T06:31:12.455Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
538 | 2023-11-21T06:31:12.455Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
539 | 2023-11-21T06:31:12.455Z | Local file: out/downloads/dendrite-stub.tar.gz |
540 | 2023-11-21T06:31:12.455Z | + mkdir -p out/downloads |
541 | 2023-11-21T06:31:12.455Z | + mkdir -p ./out/dendrite-stub |
542 | 2023-11-21T06:31:12.455Z | + fetch_and_verify |
543 | 2023-11-21T06:31:12.455Z | + local DO_DOWNLOAD=true |
544 | 2023-11-21T06:31:12.455Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
545 | 2023-11-21T06:31:12.455Z | + '[' true == true ']' |
546 | 2023-11-21T06:31:12.455Z | + echo Downloading... |
547 | 2023-11-21T06:31:12.455Z | Downloading... |
548 | 2023-11-21T06:31:12.455Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
549 | 2023-11-21T06:31:12.455Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
550 | 2023-11-21T06:31:24.051Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
551 | 2023-11-21T06:31:24.073Z | ++ sha256sum |
552 | 2023-11-21T06:31:24.073Z | ++ awk '{print $1}' |
553 | 2023-11-21T06:31:24.127Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
554 | 2023-11-21T06:31:24.127Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
555 | 2023-11-21T06:31:24.137Z | + do_untar out/downloads/dendrite-stub.tar.gz |
556 | 2023-11-21T06:31:24.137Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
557 | 2023-11-21T06:31:25.240Z | + do_assemble |
558 | 2023-11-21T06:31:25.240Z | + rm -r ./out/dendrite-stub |
559 | 2023-11-21T06:31:25.249Z | + mkdir ./out/dendrite-stub |
560 | 2023-11-21T06:31:25.249Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
561 | 2023-11-21T06:31:25.424Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
562 | 2023-11-21T06:31:25.433Z | + set -o errexit |
563 | 2023-11-21T06:31:25.441Z | +++ dirname ./tools/ci_download_maghemite_mgd |
564 | 2023-11-21T06:31:25.441Z | ++ cd ./tools |
565 | 2023-11-21T06:31:25.441Z | ++ pwd |
566 | 2023-11-21T06:31:25.441Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
567 | 2023-11-21T06:31:25.457Z | ++ basename ./tools/ci_download_maghemite_mgd |
568 | 2023-11-21T06:31:25.457Z | + ARG0=ci_download_maghemite_mgd |
569 | 2023-11-21T06:31:25.457Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
570 | 2023-11-21T06:31:25.457Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
571 | 2023-11-21T06:31:25.458Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
572 | 2023-11-21T06:31:25.458Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
573 | 2023-11-21T06:31:25.458Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
574 | 2023-11-21T06:31:25.458Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
575 | 2023-11-21T06:31:25.458Z | + TARGET_DIR=out |
576 | 2023-11-21T06:31:25.458Z | + DOWNLOAD_DIR=out/downloads |
577 | 2023-11-21T06:31:25.458Z | + DEST_DIR=./out/mgd |
578 | 2023-11-21T06:31:25.458Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
579 | 2023-11-21T06:31:25.458Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
580 | 2023-11-21T06:31:25.458Z | + REPO=oxidecomputer/maghemite |
581 | 2023-11-21T06:31:25.458Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
582 | 2023-11-21T06:31:25.458Z | + main |
583 | 2023-11-21T06:31:25.458Z | + [[ 0 != 0 ]] |
584 | 2023-11-21T06:31:25.458Z | + CIDL_OS=solaris2.11 |
585 | 2023-11-21T06:31:25.458Z | + [[ 0 != 0 ]] |
586 | 2023-11-21T06:31:25.458Z | + configure_os solaris2.11 |
587 | 2023-11-21T06:31:25.458Z | + echo 'current directory: /work/oxidecomputer/omicron' |
588 | 2023-11-21T06:31:25.458Z | current directory: /work/oxidecomputer/omicron |
589 | 2023-11-21T06:31:25.458Z | + echo 'configuring based on OS: "solaris2.11"' |
590 | 2023-11-21T06:31:25.458Z | + case "$1" in |
591 | 2023-11-21T06:31:25.458Z | + SET_BINARIES= |
592 | 2023-11-21T06:31:25.458Z | configuring based on OS: "solaris2.11" |
593 | 2023-11-21T06:31:25.458Z | + CIDL_SHA256FUNC=do_sha256sum |
594 | 2023-11-21T06:31:25.458Z | + TARBALL_FILENAME=mgd.tar.gz |
595 | 2023-11-21T06:31:25.458Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
596 | 2023-11-21T06:31:25.459Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
597 | 2023-11-21T06:31:25.459Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
598 | 2023-11-21T06:31:25.459Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
599 | 2023-11-21T06:31:25.459Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
600 | 2023-11-21T06:31:25.459Z | Local file: out/downloads/mgd.tar.gz |
601 | 2023-11-21T06:31:25.459Z | + mkdir -p out/downloads |
602 | 2023-11-21T06:31:25.459Z | + mkdir -p ./out/mgd |
603 | 2023-11-21T06:31:25.459Z | + fetch_and_verify |
604 | 2023-11-21T06:31:25.459Z | + local DO_DOWNLOAD=true |
605 | 2023-11-21T06:31:25.459Z | + [[ -f out/downloads/mgd.tar.gz ]] |
606 | 2023-11-21T06:31:25.459Z | + '[' true == true ']' |
607 | 2023-11-21T06:31:25.459Z | + echo Downloading... |
608 | 2023-11-21T06:31:25.459Z | Downloading... |
609 | 2023-11-21T06:31:25.459Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
610 | 2023-11-21T06:31:25.459Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
611 | 2023-11-21T06:31:37.084Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
612 | 2023-11-21T06:31:37.090Z | ++ sha256sum |
613 | 2023-11-21T06:31:37.090Z | ++ awk '{print $1}' |
614 | 2023-11-21T06:31:37.162Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
615 | 2023-11-21T06:31:37.162Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
616 | 2023-11-21T06:31:37.162Z | + do_untar out/downloads/mgd.tar.gz |
617 | 2023-11-21T06:31:37.166Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
618 | 2023-11-21T06:31:37.866Z | + do_assemble |
619 | 2023-11-21T06:31:37.866Z | + rm -r ./out/mgd |
620 | 2023-11-21T06:31:37.869Z | + mkdir ./out/mgd |
621 | 2023-11-21T06:31:37.872Z | + cp -r out/downloads/root ./out/mgd/root |
622 | 2023-11-21T06:31:38.080Z | + set -o errexit |
623 | 2023-11-21T06:31:38.085Z | +++ dirname ./tools/ci_download_transceiver_control |
624 | 2023-11-21T06:31:38.090Z | ++ cd ./tools |
625 | 2023-11-21T06:31:38.090Z | ++ pwd |
626 | 2023-11-21T06:31:38.090Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
627 | 2023-11-21T06:31:38.090Z | ++ basename ./tools/ci_download_transceiver_control |
628 | 2023-11-21T06:31:38.090Z | + ARG0=ci_download_transceiver_control |
629 | 2023-11-21T06:31:38.090Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
630 | 2023-11-21T06:31:38.090Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
631 | 2023-11-21T06:31:38.090Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
632 | 2023-11-21T06:31:38.090Z | + TARGET_DIR=out |
633 | 2023-11-21T06:31:38.090Z | + DOWNLOAD_DIR=out/downloads |
634 | 2023-11-21T06:31:38.090Z | + DEST_DIR=./out/transceiver-control |
635 | 2023-11-21T06:31:38.090Z | + BIN_DIR=/opt/oxide/bin |
636 | 2023-11-21T06:31:38.090Z | + BINARY=xcvradm |
637 | 2023-11-21T06:31:38.090Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
638 | 2023-11-21T06:31:38.090Z | + REPO=oxidecomputer/transceiver-control |
639 | 2023-11-21T06:31:38.090Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
640 | 2023-11-21T06:31:38.096Z | + main |
641 | 2023-11-21T06:31:38.096Z | + [[ 0 != 0 ]] |
642 | 2023-11-21T06:31:38.096Z | + CIDL_OS=solaris2.11 |
643 | 2023-11-21T06:31:38.096Z | + [[ 0 != 0 ]] |
644 | 2023-11-21T06:31:38.096Z | + configure_os solaris2.11 |
645 | 2023-11-21T06:31:38.096Z | + echo 'current directory: /work/oxidecomputer/omicron' |
646 | 2023-11-21T06:31:38.096Z | current directory: /work/oxidecomputer/omicron |
647 | 2023-11-21T06:31:38.096Z | + echo 'configuring based on OS: "solaris2.11"' |
648 | 2023-11-21T06:31:38.096Z | configuring based on OS: "solaris2.11" |
649 | 2023-11-21T06:31:38.096Z | + case "$1" in |
650 | 2023-11-21T06:31:38.096Z | + SET_BINARIES= |
651 | 2023-11-21T06:31:38.096Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
652 | 2023-11-21T06:31:38.096Z | + CIDL_SHA256FUNC=do_sha256sum |
653 | 2023-11-21T06:31:38.096Z | + ARCHIVE_FILENAME=xcvradm.gz |
654 | 2023-11-21T06:31:38.096Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
655 | 2023-11-21T06:31:38.096Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
656 | 2023-11-21T06:31:38.096Z | Local file: out/downloads/xcvradm.gz |
657 | 2023-11-21T06:31:38.096Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
658 | 2023-11-21T06:31:38.096Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
659 | 2023-11-21T06:31:38.096Z | + echo 'Local file: out/downloads/xcvradm.gz' |
660 | 2023-11-21T06:31:38.096Z | + mkdir -p out/downloads |
661 | 2023-11-21T06:31:38.096Z | + mkdir -p ./out/transceiver-control |
662 | 2023-11-21T06:31:38.100Z | + fetch_and_verify |
663 | 2023-11-21T06:31:38.100Z | + local DO_DOWNLOAD=true |
664 | 2023-11-21T06:31:38.100Z | + [[ -f out/downloads/xcvradm.gz ]] |
665 | 2023-11-21T06:31:38.100Z | + '[' true == true ']' |
666 | 2023-11-21T06:31:38.100Z | + echo Downloading... |
667 | 2023-11-21T06:31:38.100Z | Downloading... |
668 | 2023-11-21T06:31:38.100Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
669 | 2023-11-21T06:31:38.100Z | + 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 |
670 | 2023-11-21T06:31:39.796Z | ++ do_sha256sum out/downloads/xcvradm.gz |
671 | 2023-11-21T06:31:39.807Z | ++ sha256sum |
672 | 2023-11-21T06:31:39.807Z | ++ awk '{print $1}' |
673 | 2023-11-21T06:31:39.821Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2023-11-21T06:31:39.886Z | + [[ 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 ]] |
675 | 2023-11-21T06:31:39.886Z | + do_unpack out/downloads/xcvradm.gz |
676 | 2023-11-21T06:31:39.886Z | + mkdir -p out/downloads/root//opt/oxide/bin |
677 | 2023-11-21T06:31:39.887Z | + gzip -dc out/downloads/xcvradm.gz |
678 | 2023-11-21T06:31:40.005Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
679 | 2023-11-21T06:31:40.012Z | + do_assemble |
680 | 2023-11-21T06:31:40.012Z | + rm -r ./out/transceiver-control |
681 | 2023-11-21T06:31:40.012Z | + mkdir ./out/transceiver-control |
682 | 2023-11-21T06:31:40.020Z | + cp -r out/downloads/root ./out/transceiver-control/root |
683 | 2023-11-21T06:31:40.240Z | All prerequisites installed successfully |
684 | 2023-11-21T06:31:40.248Z | |
685 | 2023-11-21T06:31:40.249Z | real 2:20.107229584 |
686 | 2023-11-21T06:31:40.249Z | user 53.058346692 |
687 | 2023-11-21T06:31:40.249Z | sys 10.707482983 |
688 | 2023-11-21T06:31:40.249Z | trap 0.026891562 |
689 | 2023-11-21T06:31:40.249Z | tflt 0.397674712 |
690 | 2023-11-21T06:31:40.249Z | dflt 0.978888952 |
691 | 2023-11-21T06:31:40.249Z | kflt 0.266396569 |
692 | 2023-11-21T06:31:40.249Z | lock 1.764368230 |
693 | 2023-11-21T06:31:40.249Z | slp 4:28.732981060 |
694 | 2023-11-21T06:31:40.249Z | lat 4.284744146 |
695 | 2023-11-21T06:31:40.249Z | stop 0.071393997 |
696 | 2023-11-21T06:31:40.249Z | + banner end-to-end-tests |
697 | 2023-11-21T06:31:40.328Z | |
698 | 2023-11-21T06:31:40.328Z | ###### # # ##### ##### #### ###### # # ##### |
699 | 2023-11-21T06:31:40.328Z | # ## # # # # # # # ## # # # |
700 | 2023-11-21T06:31:40.328Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
701 | 2023-11-21T06:31:40.329Z | # # # # # # # # # # # # # # # |
702 | 2023-11-21T06:31:40.329Z | # # ## # # # # # # # ## # # |
703 | 2023-11-21T06:31:40.329Z | ###### # # ##### # #### ###### # # ##### |
704 | 2023-11-21T06:31:40.329Z | |
705 | 2023-11-21T06:31:40.340Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
706 | 2023-11-21T06:31:40.340Z | + CARGO_PROFILE_DEV_DEBUG=1 |
707 | 2023-11-21T06:31:40.340Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
708 | 2023-11-21T06:31:40.340Z | + CARGO_PROFILE_TEST_DEBUG=1 |
709 | 2023-11-21T06:31:40.340Z | + export CARGO_INCREMENTAL=0 |
710 | 2023-11-21T06:31:40.340Z | + CARGO_INCREMENTAL=0 |
711 | 2023-11-21T06:31:40.340Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
712 | 2023-11-21T06:31:40.656Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
713 | 2023-11-21T06:31:41.050Z | Updating crates.io index |
714 | 2023-11-21T06:31:41.114Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
715 | 2023-11-21T06:31:41.898Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
716 | 2023-11-21T06:31:43.834Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
717 | 2023-11-21T06:31:44.644Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
718 | 2023-11-21T06:31:45.007Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
719 | 2023-11-21T06:31:45.318Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
720 | 2023-11-21T06:31:45.639Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
721 | 2023-11-21T06:31:46.530Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
722 | 2023-11-21T06:31:48.506Z | Updating git repository `https://github.com/oxidecomputer/opte` |
723 | 2023-11-21T06:31:49.596Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
724 | 2023-11-21T06:31:50.168Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
725 | 2023-11-21T06:31:50.804Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
726 | 2023-11-21T06:31:51.169Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
727 | 2023-11-21T06:31:51.491Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
728 | 2023-11-21T06:31:52.049Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
729 | 2023-11-21T06:31:52.394Z | Updating git repository `https://github.com/njaremko/samael` |
730 | 2023-11-21T06:31:52.988Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
731 | 2023-11-21T06:31:53.570Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
732 | 2023-11-21T06:31:53.956Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
733 | 2023-11-21T06:31:54.317Z | Updating git repository `https://github.com/jgallagher/nix` |
734 | 2023-11-21T06:31:55.816Z | Updating git repository `https://github.com/cbiffle/hubpack` |
735 | 2023-11-21T06:31:56.366Z | Updating git repository `https://github.com/oxidecomputer/typify` |
736 | 2023-11-21T06:31:57.260Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
737 | 2023-11-21T06:31:57.641Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
738 | 2023-11-21T06:31:57.974Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
739 | 2023-11-21T06:31:59.598Z | Downloading crates ... |
740 | 2023-11-21T06:32:00.004Z | Downloaded option-ext v0.2.0 |
741 | 2023-11-21T06:32:00.004Z | Downloaded num-integer v0.1.45 |
742 | 2023-11-21T06:32:00.004Z | Downloaded num-derive v0.4.0 |
743 | 2023-11-21T06:32:00.004Z | Downloaded argon2 v0.5.2 |
744 | 2023-11-21T06:32:00.004Z | Downloaded async-stream v0.3.5 |
745 | 2023-11-21T06:32:00.004Z | Downloaded proc-macro-crate v1.3.1 |
746 | 2023-11-21T06:32:00.004Z | Downloaded openssl-macros v0.1.1 |
747 | 2023-11-21T06:32:00.004Z | Downloaded async-stream-impl v0.3.5 |
748 | 2023-11-21T06:32:00.004Z | Downloaded atty v0.2.14 |
749 | 2023-11-21T06:32:00.004Z | Downloaded dtrace-parser v0.1.14 |
750 | 2023-11-21T06:32:00.004Z | Downloaded block-padding v0.3.3 |
751 | 2023-11-21T06:32:00.004Z | Downloaded parse-display v0.8.2 |
752 | 2023-11-21T06:32:00.004Z | Downloaded proc-macro-error v1.0.4 |
753 | 2023-11-21T06:32:00.004Z | Downloaded proc-macro-error-attr v1.0.4 |
754 | 2023-11-21T06:32:00.004Z | Downloaded dirs v5.0.1 |
755 | 2023-11-21T06:32:00.004Z | Downloaded num_enum v0.5.11 |
756 | 2023-11-21T06:32:00.004Z | Downloaded dirs-sys v0.4.1 |
757 | 2023-11-21T06:32:00.004Z | Downloaded password-hash v0.5.0 |
758 | 2023-11-21T06:32:00.004Z | Downloaded digest v0.10.7 |
759 | 2023-11-21T06:32:00.004Z | Downloaded debug-ignore v1.0.5 |
760 | 2023-11-21T06:32:00.004Z | Downloaded chacha20 v0.9.1 |
761 | 2023-11-21T06:32:00.004Z | Downloaded cipher v0.4.4 |
762 | 2023-11-21T06:32:00.004Z | Downloaded dyn-clone v1.0.13 |
763 | 2023-11-21T06:32:00.004Z | Downloaded pretty-hex v0.3.0 |
764 | 2023-11-21T06:32:00.004Z | Downloaded want v0.3.1 |
765 | 2023-11-21T06:32:00.004Z | Downloaded camino-tempfile v1.0.2 |
766 | 2023-11-21T06:32:00.004Z | Downloaded parking_lot v0.11.2 |
767 | 2023-11-21T06:32:00.004Z | Downloaded ahash v0.8.3 |
768 | 2023-11-21T06:32:00.004Z | Downloaded camino v1.1.6 |
769 | 2023-11-21T06:32:00.004Z | Downloaded http-range v0.1.5 |
770 | 2023-11-21T06:32:00.004Z | Downloaded parking_lot v0.12.1 |
771 | 2023-11-21T06:32:00.004Z | Downloaded matches v0.1.10 |
772 | 2023-11-21T06:32:00.004Z | Downloaded tokio-macros v2.1.0 |
773 | 2023-11-21T06:32:00.004Z | Downloaded crc32fast v1.3.2 |
774 | 2023-11-21T06:32:00.004Z | Downloaded signal-hook-mio v0.2.3 |
775 | 2023-11-21T06:32:00.004Z | Downloaded darling v0.20.3 |
776 | 2023-11-21T06:32:00.004Z | Downloaded try-lock v0.2.4 |
777 | 2023-11-21T06:32:00.004Z | Downloaded pest_generator v2.7.2 |
778 | 2023-11-21T06:32:00.004Z | Downloaded foreign-types-shared v0.3.1 |
779 | 2023-11-21T06:32:00.004Z | Downloaded blake2 v0.10.6 |
780 | 2023-11-21T06:32:00.004Z | Downloaded walkdir v2.4.0 |
781 | 2023-11-21T06:32:00.004Z | Downloaded zerocopy v0.3.0 |
782 | 2023-11-21T06:32:00.004Z | Downloaded enum-as-inner v0.5.1 |
783 | 2023-11-21T06:32:00.004Z | Downloaded inout v0.1.3 |
784 | 2023-11-21T06:32:00.004Z | Downloaded base64 v0.21.5 |
785 | 2023-11-21T06:32:00.008Z | Downloaded serde_spanned v0.6.4 |
786 | 2023-11-21T06:32:00.011Z | Downloaded hyper-tls v0.5.0 |
787 | 2023-11-21T06:32:00.015Z | Downloaded derive_more v0.99.17 |
788 | 2023-11-21T06:32:00.026Z | Downloaded hostname v0.3.1 |
789 | 2023-11-21T06:32:00.038Z | Downloaded strum v0.25.0 |
790 | 2023-11-21T06:32:00.038Z | Downloaded phf v0.11.2 |
791 | 2023-11-21T06:32:00.038Z | Downloaded signature v2.1.0 |
792 | 2023-11-21T06:32:00.047Z | Downloaded futures-channel v0.3.29 |
793 | 2023-11-21T06:32:00.047Z | Downloaded signal-hook-registry v1.4.1 |
794 | 2023-11-21T06:32:00.047Z | Downloaded lazy_static v1.4.0 |
795 | 2023-11-21T06:32:00.047Z | Downloaded lalrpop-util v0.19.12 |
796 | 2023-11-21T06:32:00.052Z | Downloaded rustfmt-wrapper v0.2.0 |
797 | 2023-11-21T06:32:00.053Z | Downloaded hyper-rustls v0.24.2 |
798 | 2023-11-21T06:32:00.053Z | Downloaded tower-service v0.3.2 |
799 | 2023-11-21T06:32:00.057Z | Downloaded futures-macro v0.3.29 |
800 | 2023-11-21T06:32:00.057Z | Downloaded schemars_derive v0.8.13 |
801 | 2023-11-21T06:32:00.061Z | Downloaded scopeguard v1.2.0 |
802 | 2023-11-21T06:32:00.066Z | Downloaded foreign-types-shared v0.1.1 |
803 | 2023-11-21T06:32:00.066Z | Downloaded cc v1.0.83 |
804 | 2023-11-21T06:32:00.101Z | Downloaded ident_case v1.0.1 |
805 | 2023-11-21T06:32:00.112Z | Downloaded tempfile v3.8.0 |
806 | 2023-11-21T06:32:00.112Z | Downloaded sha2 v0.10.8 |
807 | 2023-11-21T06:32:00.113Z | Downloaded equivalent v1.0.1 |
808 | 2023-11-21T06:32:00.113Z | Downloaded endian-type v0.1.2 |
809 | 2023-11-21T06:32:00.113Z | Downloaded subprocess v0.2.9 |
810 | 2023-11-21T06:32:00.113Z | Downloaded string_cache v0.8.7 |
811 | 2023-11-21T06:32:00.113Z | Downloaded hubpack_derive v0.1.1 |
812 | 2023-11-21T06:32:00.113Z | Downloaded hex-literal v0.4.1 |
813 | 2023-11-21T06:32:00.113Z | Downloaded openssl-sys v0.9.93 |
814 | 2023-11-21T06:32:00.121Z | Downloaded semver v0.11.0 |
815 | 2023-11-21T06:32:00.121Z | Downloaded match_cfg v0.1.0 |
816 | 2023-11-21T06:32:00.121Z | Downloaded headers-core v0.2.0 |
817 | 2023-11-21T06:32:00.121Z | Downloaded zerocopy v0.6.4 |
818 | 2023-11-21T06:32:00.126Z | Downloaded toolchain_find v0.2.0 |
819 | 2023-11-21T06:32:00.126Z | Downloaded pest_meta v2.7.2 |
820 | 2023-11-21T06:32:00.130Z | Downloaded utf8parse v0.2.1 |
821 | 2023-11-21T06:32:00.130Z | Downloaded errno v0.3.2 |
822 | 2023-11-21T06:32:00.137Z | Downloaded md5 v0.7.0 |
823 | 2023-11-21T06:32:00.137Z | Downloaded filetime v0.2.22 |
824 | 2023-11-21T06:32:00.141Z | Downloaded tokio-native-tls v0.3.1 |
825 | 2023-11-21T06:32:00.141Z | Downloaded static_assertions v1.1.0 |
826 | 2023-11-21T06:32:00.146Z | Downloaded typenum v1.16.0 |
827 | 2023-11-21T06:32:00.150Z | Downloaded take_mut v0.2.2 |
828 | 2023-11-21T06:32:00.150Z | Downloaded slog-dtrace v0.2.3 |
829 | 2023-11-21T06:32:00.154Z | Downloaded log v0.4.20 |
830 | 2023-11-21T06:32:00.157Z | Downloaded heck v0.3.3 |
831 | 2023-11-21T06:32:00.157Z | Downloaded linked-hash-map v0.5.6 |
832 | 2023-11-21T06:32:00.161Z | Downloaded rustls-native-certs v0.6.3 |
833 | 2023-11-21T06:32:00.166Z | Downloaded russh-cryptovec v0.7.0 |
834 | 2023-11-21T06:32:00.166Z | Downloaded is-terminal v0.4.9 |
835 | 2023-11-21T06:32:00.170Z | Downloaded httpdate v1.0.3 |
836 | 2023-11-21T06:32:00.170Z | Downloaded smf v0.2.2 |
837 | 2023-11-21T06:32:00.174Z | Downloaded glob v0.3.1 |
838 | 2023-11-21T06:32:00.174Z | Downloaded managed v0.8.0 |
839 | 2023-11-21T06:32:00.178Z | Downloaded tokio-rustls v0.24.1 |
840 | 2023-11-21T06:32:00.182Z | Downloaded ipnet v2.8.0 |
841 | 2023-11-21T06:32:00.186Z | Downloaded slab v0.4.9 |
842 | 2023-11-21T06:32:00.186Z | Downloaded zip v0.6.6 |
843 | 2023-11-21T06:32:00.193Z | Downloaded version_check v0.9.4 |
844 | 2023-11-21T06:32:00.199Z | Downloaded unicode-width v0.1.11 |
845 | 2023-11-21T06:32:00.203Z | Downloaded md-5 v0.10.5 |
846 | 2023-11-21T06:32:00.203Z | Downloaded futures-executor v0.3.29 |
847 | 2023-11-21T06:32:00.207Z | Downloaded fxhash v0.2.1 |
848 | 2023-11-21T06:32:00.207Z | Downloaded form_urlencoded v1.2.0 |
849 | 2023-11-21T06:32:00.207Z | Downloaded serde_yaml v0.9.25 |
850 | 2023-11-21T06:32:00.213Z | Downloaded http-body v0.4.5 |
851 | 2023-11-21T06:32:00.218Z | Downloaded home v0.5.5 |
852 | 2023-11-21T06:32:00.222Z | Downloaded terminal_size v0.2.6 |
853 | 2023-11-21T06:32:00.222Z | Downloaded slog-json v2.6.1 |
854 | 2023-11-21T06:32:00.226Z | Downloaded serde_path_to_error v0.1.14 |
855 | 2023-11-21T06:32:00.230Z | Downloaded stringprep v0.1.3 |
856 | 2023-11-21T06:32:00.230Z | Downloaded spin v0.9.8 |
857 | 2023-11-21T06:32:00.234Z | Downloaded xattr v1.0.1 |
858 | 2023-11-21T06:32:00.238Z | Downloaded thiserror-impl v1.0.49 |
859 | 2023-11-21T06:32:00.241Z | Downloaded smallvec v1.11.0 |
860 | 2023-11-21T06:32:00.246Z | Downloaded aes v0.8.3 |
861 | 2023-11-21T06:32:00.250Z | Downloaded slog-stdlog v4.1.1 |
862 | 2023-11-21T06:32:00.254Z | Downloaded hubpack v0.1.2 |
863 | 2023-11-21T06:32:00.258Z | Downloaded spin v0.5.2 |
864 | 2023-11-21T06:32:00.258Z | Downloaded strsim v0.8.0 |
865 | 2023-11-21T06:32:00.262Z | Downloaded zeroize v1.6.0 |
866 | 2023-11-21T06:32:00.262Z | Downloaded serde_tokenstream v0.1.7 |
867 | 2023-11-21T06:32:00.267Z | Downloaded ipnetwork v0.20.0 |
868 | 2023-11-21T06:32:00.271Z | Downloaded serde_derive_internals v0.26.0 |
869 | 2023-11-21T06:32:00.275Z | Downloaded trust-dns-client v0.22.0 |
870 | 2023-11-21T06:32:00.283Z | Downloaded slog-envlogger v2.2.0 |
871 | 2023-11-21T06:32:00.286Z | Downloaded ed25519-dalek v2.0.0 |
872 | 2023-11-21T06:32:00.290Z | Downloaded getopts v0.2.21 |
873 | 2023-11-21T06:32:00.295Z | Downloaded trust-dns-resolver v0.22.0 |
874 | 2023-11-21T06:32:00.301Z | Downloaded keccak v0.1.4 |
875 | 2023-11-21T06:32:00.305Z | Downloaded indexmap v2.1.0 |
876 | 2023-11-21T06:32:00.309Z | Downloaded fixedbitset v0.4.2 |
877 | 2023-11-21T06:32:00.314Z | Downloaded russh-keys v0.38.0 |
878 | 2023-11-21T06:32:00.319Z | Downloaded tar v0.4.40 |
879 | 2023-11-21T06:32:00.323Z | Downloaded headers v0.3.9 |
880 | 2023-11-21T06:32:00.329Z | Downloaded thread_local v1.1.7 |
881 | 2023-11-21T06:32:00.333Z | Downloaded socket2 v0.4.9 |
882 | 2023-11-21T06:32:00.337Z | Downloaded serde_with_macros v2.3.3 |
883 | 2023-11-21T06:32:00.341Z | Downloaded schemars v0.8.13 |
884 | 2023-11-21T06:32:00.359Z | Downloaded socket2 v0.5.4 |
885 | 2023-11-21T06:32:00.363Z | Downloaded snafu v0.7.5 |
886 | 2023-11-21T06:32:00.372Z | Downloaded tinyvec v1.6.0 |
887 | 2023-11-21T06:32:00.377Z | Downloaded toml v0.8.8 |
888 | 2023-11-21T06:32:00.383Z | Downloaded libm v0.2.7 |
889 | 2023-11-21T06:32:00.400Z | Downloaded url v2.4.1 |
890 | 2023-11-21T06:32:00.406Z | Downloaded regex-automata v0.1.10 |
891 | 2023-11-21T06:32:00.415Z | Downloaded elliptic-curve v0.13.5 |
892 | 2023-11-21T06:32:00.422Z | Downloaded toml_edit v0.21.0 |
893 | 2023-11-21T06:32:00.465Z | Downloaded hashbrown v0.13.2 |
894 | 2023-11-21T06:32:00.476Z | Downloaded flate2 v1.0.28 |
895 | 2023-11-21T06:32:00.483Z | Downloaded tracing v0.1.37 |
896 | 2023-11-21T06:32:00.487Z | Downloaded trust-dns-server v0.22.1 |
897 | 2023-11-21T06:32:00.493Z | Downloaded time v0.3.27 |
898 | 2023-11-21T06:32:00.505Z | Downloaded serde_with v2.3.3 |
899 | 2023-11-21T06:32:00.516Z | Downloaded futures-util v0.3.29 |
900 | 2023-11-21T06:32:00.538Z | Downloaded itertools v0.10.5 |
901 | 2023-11-21T06:32:00.550Z | Downloaded hkdf v0.12.3 |
902 | 2023-11-21T06:32:00.555Z | Downloaded serde_json v1.0.108 |
903 | 2023-11-21T06:32:00.568Z | Downloaded chrono v0.4.31 |
904 | 2023-11-21T06:32:00.582Z | Downloaded petgraph v0.6.4 |
905 | 2023-11-21T06:32:00.605Z | Downloaded hyper v0.14.27 |
906 | 2023-11-21T06:32:00.620Z | Downloaded hashbrown v0.14.2 |
907 | 2023-11-21T06:32:00.630Z | Downloaded regex v1.10.2 |
908 | 2023-11-21T06:32:00.652Z | Downloaded radix_trie v0.2.1 |
909 | 2023-11-21T06:32:00.663Z | Downloaded regress v0.7.1 |
910 | 2023-11-21T06:32:00.675Z | Downloaded smoltcp v0.9.1 |
911 | 2023-11-21T06:32:00.694Z | Downloaded syn v2.0.32 |
912 | 2023-11-21T06:32:00.713Z | Downloaded openapiv3 v2.0.0-rc.1 |
913 | 2023-11-21T06:32:00.734Z | Downloaded rustix v0.38.9 |
914 | 2023-11-21T06:32:00.773Z | Downloaded gimli v0.28.0 |
915 | 2023-11-21T06:32:00.788Z | Downloaded rustix v0.37.23 |
916 | 2023-11-21T06:32:00.822Z | Downloaded regex-automata v0.3.8 |
917 | 2023-11-21T06:32:00.853Z | Downloaded zerocopy-derive v0.6.4 |
918 | 2023-11-21T06:32:00.879Z | Downloaded libc v0.2.150 |
919 | 2023-11-21T06:32:00.920Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
920 | 2023-11-21T06:32:00.942Z | Downloaded regex-syntax v0.8.2 |
921 | 2023-11-21T06:32:00.956Z | Downloaded sled v0.34.7 |
922 | 2023-11-21T06:32:00.976Z | Downloaded zerocopy-derive v0.2.0 |
923 | 2023-11-21T06:32:00.990Z | Downloaded encoding_rs v0.8.33 |
924 | 2023-11-21T06:32:01.030Z | Downloaded regex-automata v0.4.3 |
925 | 2023-11-21T06:32:01.060Z | Downloaded diesel v2.1.4 |
926 | 2023-11-21T06:32:01.090Z | Downloaded regex-syntax v0.7.5 |
927 | 2023-11-21T06:32:01.105Z | Downloaded idna v0.4.0 |
928 | 2023-11-21T06:32:01.116Z | Downloaded tokio v1.33.0 |
929 | 2023-11-21T06:32:01.180Z | Downloaded bstr v1.6.0 |
930 | 2023-11-21T06:32:01.199Z | Downloaded sha3 v0.10.8 |
931 | 2023-11-21T06:32:01.211Z | Downloaded rustls v0.21.9 |
932 | 2023-11-21T06:32:01.230Z | Downloaded webpki-roots v0.25.2 |
933 | 2023-11-21T06:32:01.237Z | Downloaded trust-dns-proto v0.22.0 |
934 | 2023-11-21T06:32:01.257Z | Downloaded vcpkg v0.2.15 |
935 | 2023-11-21T06:32:01.330Z | Downloaded winapi v0.3.9 |
936 | 2023-11-21T06:32:01.399Z | Downloaded curve25519-dalek v4.1.0 |
937 | 2023-11-21T06:32:01.414Z | Downloaded idna v0.2.3 |
938 | 2023-11-21T06:32:01.426Z | Downloaded bstr v0.2.17 |
939 | 2023-11-21T06:32:01.443Z | Downloaded smoltcp v0.8.2 |
940 | 2023-11-21T06:32:01.458Z | Downloaded h2 v0.3.21 |
941 | 2023-11-21T06:32:01.470Z | Downloaded openssl v0.10.57 |
942 | 2023-11-21T06:32:01.488Z | Downloaded rustls-webpki v0.101.7 |
943 | 2023-11-21T06:32:01.513Z | Downloaded syn v1.0.109 |
944 | 2023-11-21T06:32:01.532Z | Downloaded object v0.32.1 |
945 | 2023-11-21T06:32:01.550Z | Downloaded itertools v0.12.0 |
946 | 2023-11-21T06:32:01.562Z | Downloaded winnow v0.5.15 |
947 | 2023-11-21T06:32:01.576Z | Downloaded clap v2.34.0 |
948 | 2023-11-21T06:32:01.588Z | Downloaded reqwest v0.11.22 |
949 | 2023-11-21T06:32:01.602Z | Downloaded unicode-segmentation v1.10.1 |
950 | 2023-11-21T06:32:01.607Z | Downloaded memchr v2.6.3 |
951 | 2023-11-21T06:32:01.616Z | Downloaded tokio-util v0.7.10 |
952 | 2023-11-21T06:32:01.627Z | Downloaded clap_builder v4.4.2 |
953 | 2023-11-21T06:32:01.638Z | Downloaded russh v0.39.0 |
954 | 2023-11-21T06:32:01.646Z | Downloaded unicode-normalization v0.1.22 |
955 | 2023-11-21T06:32:01.653Z | Downloaded tokio-postgres v0.7.10 |
956 | 2023-11-21T06:32:01.661Z | Downloaded heapless v0.7.16 |
957 | 2023-11-21T06:32:01.667Z | Downloaded itertools v0.11.0 |
958 | 2023-11-21T06:32:01.680Z | Downloaded pest v2.7.2 |
959 | 2023-11-21T06:32:01.692Z | Downloaded rustc-demangle v0.1.23 |
960 | 2023-11-21T06:32:01.695Z | Downloaded serde v1.0.192 |
961 | 2023-11-21T06:32:01.700Z | Downloaded hashbrown v0.12.3 |
962 | 2023-11-21T06:32:01.707Z | Downloaded aes-gcm v0.10.3 |
963 | 2023-11-21T06:32:01.713Z | Downloaded rand v0.7.3 |
964 | 2023-11-21T06:32:01.723Z | Downloaded toml v0.5.11 |
965 | 2023-11-21T06:32:01.729Z | Downloaded uuid v1.5.0 |
966 | 2023-11-21T06:32:01.743Z | Downloaded futures v0.3.29 |
967 | 2023-11-21T06:32:02.206Z | Downloaded toml_edit v0.19.15 |
968 | 2023-11-21T06:32:02.211Z | Downloaded slog-term v2.9.0 |
969 | 2023-11-21T06:32:02.211Z | Downloaded vsss-rs v3.3.1 |
970 | 2023-11-21T06:32:02.211Z | Downloaded tungstenite v0.20.1 |
971 | 2023-11-21T06:32:02.211Z | Downloaded aho-corasick v1.0.4 |
972 | 2023-11-21T06:32:02.211Z | Downloaded http v0.2.11 |
973 | 2023-11-21T06:32:02.211Z | Downloaded strsim v0.10.0 |
974 | 2023-11-21T06:32:02.211Z | Downloaded toml v0.7.8 |
975 | 2023-11-21T06:32:02.211Z | Downloaded indexmap v1.9.3 |
976 | 2023-11-21T06:32:02.211Z | Downloaded spki v0.7.2 |
977 | 2023-11-21T06:32:02.211Z | Downloaded snafu-derive v0.7.5 |
978 | 2023-11-21T06:32:02.211Z | Downloaded thiserror v1.0.49 |
979 | 2023-11-21T06:32:02.211Z | Downloaded generic-array v0.14.7 |
980 | 2023-11-21T06:32:02.211Z | Downloaded rustls-pemfile v1.0.3 |
981 | 2023-11-21T06:32:02.211Z | Downloaded getrandom v0.1.16 |
982 | 2023-11-21T06:32:02.211Z | Downloaded serde_derive v1.0.192 |
983 | 2023-11-21T06:32:02.211Z | Downloaded ring v0.17.5 |
984 | 2023-11-21T06:32:02.211Z | Downloaded rand v0.8.5 |
985 | 2023-11-21T06:32:02.211Z | Downloaded futures-io v0.3.29 |
986 | 2023-11-21T06:32:02.211Z | Downloaded siphasher v0.3.11 |
987 | 2023-11-21T06:32:02.211Z | Downloaded untrusted v0.9.0 |
988 | 2023-11-21T06:32:02.211Z | Downloaded subtle v2.5.0 |
989 | 2023-11-21T06:32:02.211Z | Downloaded term v0.7.0 |
990 | 2023-11-21T06:32:02.211Z | Downloaded thiserror-impl-no-std v2.0.2 |
991 | 2023-11-21T06:32:02.211Z | Downloaded io-lifetimes v1.0.11 |
992 | 2023-11-21T06:32:02.211Z | Downloaded itoa v1.0.9 |
993 | 2023-11-21T06:32:02.212Z | Downloaded crossbeam-channel v0.5.8 |
994 | 2023-11-21T06:32:02.212Z | Downloaded similar v2.2.1 |
995 | 2023-11-21T06:32:02.212Z | Downloaded slog-scope v4.4.0 |
996 | 2023-11-21T06:32:02.212Z | Downloaded vec_map v0.8.2 |
997 | 2023-11-21T06:32:02.212Z | Downloaded scheduled-thread-pool v0.2.7 |
998 | 2023-11-21T06:32:02.212Z | Downloaded hmac v0.12.1 |
999 | 2023-11-21T06:32:02.212Z | Downloaded unsafe-libyaml v0.2.9 |
1000 | 2023-11-21T06:32:02.212Z | Downloaded structopt v0.3.26 |
1001 | 2023-11-21T06:32:02.212Z | Downloaded ring v0.16.20 |
1002 | 2023-11-21T06:32:02.212Z | Downloaded tracing-core v0.1.31 |
1003 | 2023-11-21T06:32:02.216Z | Downloaded universal-hash v0.5.1 |
1004 | 2023-11-21T06:32:02.216Z | Downloaded unicode-xid v0.2.4 |
1005 | 2023-11-21T06:32:02.216Z | Downloaded synstructure v0.12.6 |
1006 | 2023-11-21T06:32:02.216Z | Downloaded tinyvec_macros v0.1.1 |
1007 | 2023-11-21T06:32:02.222Z | Downloaded mio v0.8.8 |
1008 | 2023-11-21T06:32:02.226Z | Downloaded unicode-ident v1.0.12 |
1009 | 2023-11-21T06:32:02.230Z | Downloaded signal-hook v0.3.17 |
1010 | 2023-11-21T06:32:02.235Z | Downloaded unicode-bidi v0.3.13 |
1011 | 2023-11-21T06:32:02.242Z | Downloaded ryu v1.0.15 |
1012 | 2023-11-21T06:32:02.246Z | Downloaded der v0.7.8 |
1013 | 2023-11-21T06:32:02.253Z | Downloaded time-macros v0.2.13 |
1014 | 2023-11-21T06:32:02.258Z | Downloaded half v1.8.2 |
1015 | 2023-11-21T06:32:02.262Z | Downloaded whoami v1.4.1 |
1016 | 2023-11-21T06:32:02.262Z | Downloaded semver v1.0.20 |
1017 | 2023-11-21T06:32:02.266Z | Downloaded strum_macros v0.25.2 |
1018 | 2023-11-21T06:32:02.270Z | Downloaded structopt-derive v0.4.18 |
1019 | 2023-11-21T06:32:02.270Z | Downloaded yasna v0.5.2 |
1020 | 2023-11-21T06:32:02.274Z | Downloaded slog v2.7.0 |
1021 | 2023-11-21T06:32:02.278Z | Downloaded iana-time-zone v0.1.57 |
1022 | 2023-11-21T06:32:02.283Z | Downloaded group v0.13.0 |
1023 | 2023-11-21T06:32:02.288Z | Downloaded stable_deref_trait v1.2.0 |
1024 | 2023-11-21T06:32:02.288Z | Downloaded ed25519 v2.2.2 |
1025 | 2023-11-21T06:32:02.288Z | Downloaded time-core v0.1.1 |
1026 | 2023-11-21T06:32:02.293Z | Downloaded zeroize_derive v1.4.2 |
1027 | 2023-11-21T06:32:02.294Z | Downloaded serde_tokenstream v0.2.0 |
1028 | 2023-11-21T06:32:02.298Z | Downloaded usdt v0.3.5 |
1029 | 2023-11-21T06:32:02.298Z | Downloaded sct v0.7.0 |
1030 | 2023-11-21T06:32:02.303Z | Downloaded tokio-stream v0.1.14 |
1031 | 2023-11-21T06:32:02.310Z | Downloaded secrecy v0.8.0 |
1032 | 2023-11-21T06:32:02.314Z | Downloaded lock_api v0.4.10 |
1033 | 2023-11-21T06:32:02.314Z | Downloaded serde_urlencoded v0.7.1 |
1034 | 2023-11-21T06:32:02.318Z | Downloaded base64 v0.13.1 |
1035 | 2023-11-21T06:32:02.323Z | Downloaded ff v0.13.0 |
1036 | 2023-11-21T06:32:02.329Z | Downloaded libefi-sys v0.1.0 |
1037 | 2023-11-21T06:32:02.329Z | Downloaded thread-id v4.2.0 |
1038 | 2023-11-21T06:32:02.329Z | Downloaded thiserror-no-std v2.0.2 |
1039 | 2023-11-21T06:32:02.333Z | Downloaded structmeta-derive v0.2.0 |
1040 | 2023-11-21T06:32:02.342Z | Downloaded structmeta v0.2.0 |
1041 | 2023-11-21T06:32:02.342Z | Downloaded semver-parser v0.10.2 |
1042 | 2023-11-21T06:32:02.342Z | Downloaded pin-project v1.1.3 |
1043 | 2023-11-21T06:32:02.358Z | Downloaded crossbeam-utils v0.8.16 |
1044 | 2023-11-21T06:32:02.362Z | Downloaded macaddr v1.0.1 |
1045 | 2023-11-21T06:32:02.366Z | Downloaded darling_core v0.20.3 |
1046 | 2023-11-21T06:32:02.372Z | Downloaded futures-core v0.3.29 |
1047 | 2023-11-21T06:32:02.379Z | Downloaded either v1.9.0 |
1048 | 2023-11-21T06:32:02.379Z | Downloaded kstat-rs v0.2.3 |
1049 | 2023-11-21T06:32:02.379Z | Downloaded chacha20poly1305 v0.10.1 |
1050 | 2023-11-21T06:32:02.383Z | Downloaded crypto-bigint v0.5.2 |
1051 | 2023-11-21T06:32:02.391Z | Downloaded lru-cache v0.1.2 |
1052 | 2023-11-21T06:32:02.400Z | Downloaded pin-project-internal v1.1.3 |
1053 | 2023-11-21T06:32:02.400Z | Downloaded phf_shared v0.11.2 |
1054 | 2023-11-21T06:32:02.400Z | Downloaded rustversion v1.0.14 |
1055 | 2023-11-21T06:32:02.409Z | Downloaded ucd-trie v0.1.6 |
1056 | 2023-11-21T06:32:02.409Z | Downloaded rustc_version v0.4.0 |
1057 | 2023-11-21T06:32:02.409Z | Downloaded httparse v1.8.0 |
1058 | 2023-11-21T06:32:02.413Z | Downloaded same-file v1.0.6 |
1059 | 2023-11-21T06:32:02.413Z | Downloaded tokio-tungstenite v0.20.1 |
1060 | 2023-11-21T06:32:02.418Z | Downloaded futures-sink v0.3.29 |
1061 | 2023-11-21T06:32:02.418Z | Downloaded backtrace v0.3.69 |
1062 | 2023-11-21T06:32:02.424Z | Downloaded slog-async v2.8.0 |
1063 | 2023-11-21T06:32:02.431Z | Downloaded getrandom v0.2.10 |
1064 | 2023-11-21T06:32:02.431Z | Downloaded pkcs8 v0.10.2 |
1065 | 2023-11-21T06:32:02.435Z | Downloaded sha1 v0.10.6 |
1066 | 2023-11-21T06:32:02.439Z | Downloaded textwrap v0.11.0 |
1067 | 2023-11-21T06:32:02.439Z | Downloaded serde_repr v0.1.16 |
1068 | 2023-11-21T06:32:02.444Z | Downloaded unicase v2.7.0 |
1069 | 2023-11-21T06:32:02.448Z | Downloaded tracing-attributes v0.1.26 |
1070 | 2023-11-21T06:32:02.448Z | Downloaded usdt-attr-macro v0.3.5 |
1071 | 2023-11-21T06:32:02.452Z | Downloaded num-traits v0.2.16 |
1072 | 2023-11-21T06:32:02.457Z | Downloaded slog-bunyan v2.4.0 |
1073 | 2023-11-21T06:32:02.457Z | Downloaded miniz_oxide v0.7.1 |
1074 | 2023-11-21T06:32:02.462Z | Downloaded crossbeam-epoch v0.9.15 |
1075 | 2023-11-21T06:32:02.466Z | Downloaded console v0.15.7 |
1076 | 2023-11-21T06:32:02.470Z | Downloaded clap v4.4.3 |
1077 | 2023-11-21T06:32:02.481Z | Downloaded rcgen v0.11.3 |
1078 | 2023-11-21T06:32:02.502Z | Downloaded native-tls v0.2.11 |
1079 | 2023-11-21T06:32:02.502Z | Downloaded hex v0.4.3 |
1080 | 2023-11-21T06:32:02.502Z | Downloaded heck v0.4.1 |
1081 | 2023-11-21T06:32:02.502Z | Downloaded hash32 v0.2.1 |
1082 | 2023-11-21T06:32:02.502Z | Downloaded foreign-types-macros v0.2.3 |
1083 | 2023-11-21T06:32:02.502Z | Downloaded bytes v1.5.0 |
1084 | 2023-11-21T06:32:02.506Z | Downloaded const-oid v0.9.5 |
1085 | 2023-11-21T06:32:02.506Z | Downloaded byteorder v1.5.0 |
1086 | 2023-11-21T06:32:02.510Z | Downloaded ghash v0.5.0 |
1087 | 2023-11-21T06:32:02.517Z | Downloaded fallible-iterator v0.2.0 |
1088 | 2023-11-21T06:32:02.517Z | Downloaded usdt-impl v0.3.5 |
1089 | 2023-11-21T06:32:02.517Z | Downloaded crossterm v0.27.0 |
1090 | 2023-11-21T06:32:02.526Z | Downloaded arc-swap v1.6.0 |
1091 | 2023-11-21T06:32:02.531Z | Downloaded fnv v1.0.7 |
1092 | 2023-11-21T06:32:02.536Z | Downloaded float-cmp v0.9.0 |
1093 | 2023-11-21T06:32:02.536Z | Downloaded zone_cfg_derive v0.3.0 |
1094 | 2023-11-21T06:32:02.537Z | Downloaded hyper-staticfile v0.9.5 |
1095 | 2023-11-21T06:32:02.547Z | Downloaded postcard v0.7.3 |
1096 | 2023-11-21T06:32:02.547Z | Downloaded diesel_derives v2.1.1 |
1097 | 2023-11-21T06:32:02.547Z | Downloaded parse-display-derive v0.8.2 |
1098 | 2023-11-21T06:32:02.553Z | Downloaded parking_lot_core v0.8.6 |
1099 | 2023-11-21T06:32:02.553Z | Downloaded utf-8 v0.7.6 |
1100 | 2023-11-21T06:32:02.558Z | Downloaded waitgroup v0.1.2 |
1101 | 2023-11-21T06:32:02.558Z | Downloaded percent-encoding v2.3.0 |
1102 | 2023-11-21T06:32:02.558Z | Downloaded futures-task v0.3.29 |
1103 | 2023-11-21T06:32:02.563Z | Downloaded fastrand v2.0.0 |
1104 | 2023-11-21T06:32:02.563Z | Downloaded toml_datetime v0.6.5 |
1105 | 2023-11-21T06:32:02.563Z | Downloaded r2d2 v0.8.10 |
1106 | 2023-11-21T06:32:02.568Z | Downloaded parking_lot_core v0.9.8 |
1107 | 2023-11-21T06:32:02.568Z | Downloaded deranged v0.3.8 |
1108 | 2023-11-21T06:32:02.574Z | Downloaded bzip2 v0.4.4 |
1109 | 2023-11-21T06:32:02.578Z | Downloaded rand_chacha v0.2.2 |
1110 | 2023-11-21T06:32:02.579Z | Downloaded pbkdf2 v0.11.0 |
1111 | 2023-11-21T06:32:02.579Z | Downloaded num v0.4.1 |
1112 | 2023-11-21T06:32:02.582Z | Downloaded cancel-safe-futures v0.1.5 |
1113 | 2023-11-21T06:32:02.588Z | Downloaded foreign-types v0.5.0 |
1114 | 2023-11-21T06:32:02.588Z | Downloaded foreign-types v0.3.2 |
1115 | 2023-11-21T06:32:02.588Z | Downloaded resolv-conf v0.7.0 |
1116 | 2023-11-21T06:32:02.592Z | Downloaded proc-macro2 v1.0.69 |
1117 | 2023-11-21T06:32:02.598Z | Downloaded pem v1.1.1 |
1118 | 2023-11-21T06:32:02.598Z | Downloaded colored v2.0.4 |
1119 | 2023-11-21T06:32:02.605Z | Downloaded bitflags v2.4.0 |
1120 | 2023-11-21T06:32:02.609Z | Downloaded base64ct v1.6.0 |
1121 | 2023-11-21T06:32:02.610Z | Downloaded usdt-macro v0.3.5 |
1122 | 2023-11-21T06:32:02.610Z | Downloaded untrusted v0.7.1 |
1123 | 2023-11-21T06:32:02.610Z | Downloaded pem v3.0.2 |
1124 | 2023-11-21T06:32:02.614Z | Downloaded pbkdf2 v0.12.2 |
1125 | 2023-11-21T06:32:02.614Z | Downloaded bit-vec v0.6.3 |
1126 | 2023-11-21T06:32:02.618Z | Downloaded zone v0.3.0 |
1127 | 2023-11-21T06:32:02.618Z | Downloaded pest_derive v2.7.2 |
1128 | 2023-11-21T06:32:02.622Z | Downloaded password-hash v0.4.2 |
1129 | 2023-11-21T06:32:02.627Z | Downloaded omicron-zone-package v0.9.1 |
1130 | 2023-11-21T06:32:02.627Z | Downloaded instant v0.1.12 |
1131 | 2023-11-21T06:32:02.631Z | Downloaded dirs-next v2.0.0 |
1132 | 2023-11-21T06:32:02.631Z | Downloaded multer v2.1.0 |
1133 | 2023-11-21T06:32:02.635Z | Downloaded ctr v0.9.2 |
1134 | 2023-11-21T06:32:02.640Z | Downloaded nibble_vec v0.1.0 |
1135 | 2023-11-21T06:32:02.640Z | Downloaded mime_guess v2.0.4 |
1136 | 2023-11-21T06:32:02.646Z | Downloaded pretty-hex v0.2.1 |
1137 | 2023-11-21T06:32:02.646Z | Downloaded cpufeatures v0.2.9 |
1138 | 2023-11-21T06:32:02.650Z | Downloaded rand_core v0.6.4 |
1139 | 2023-11-21T06:32:02.682Z | Downloaded cbc v0.1.2 |
1140 | 2023-11-21T06:32:02.682Z | Downloaded ciborium-ll v0.2.1 |
1141 | 2023-11-21T06:32:02.683Z | Downloaded blowfish v0.9.1 |
1142 | 2023-11-21T06:32:02.683Z | Downloaded data-encoding v2.4.0 |
1143 | 2023-11-21T06:32:02.683Z | Downloaded pin-project-lite v0.2.13 |
1144 | 2023-11-21T06:32:02.683Z | Downloaded cfg-if v0.1.10 |
1145 | 2023-11-21T06:32:02.683Z | Downloaded block-buffer v0.10.4 |
1146 | 2023-11-21T06:32:02.683Z | Downloaded rand_chacha v0.3.1 |
1147 | 2023-11-21T06:32:02.688Z | Downloaded openssl-probe v0.1.5 |
1148 | 2023-11-21T06:32:02.688Z | Downloaded num-iter v0.1.43 |
1149 | 2023-11-21T06:32:02.782Z | Downloaded paste v1.0.14 |
1150 | 2023-11-21T06:32:02.782Z | Downloaded dof v0.1.5 |
1151 | 2023-11-21T06:32:02.782Z | Downloaded num-bigint v0.4.4 |
1152 | 2023-11-21T06:32:02.782Z | Downloaded bitflags v1.3.2 |
1153 | 2023-11-21T06:32:02.782Z | Downloaded anyhow v1.0.75 |
1154 | 2023-11-21T06:32:02.782Z | Downloaded dirs-sys-next v0.1.2 |
1155 | 2023-11-21T06:32:02.782Z | Downloaded memoffset v0.9.0 |
1156 | 2023-11-21T06:32:02.782Z | Downloaded bit-set v0.5.3 |
1157 | 2023-11-21T06:32:02.782Z | Downloaded base16ct v0.2.0 |
1158 | 2023-11-21T06:32:02.782Z | Downloaded atomic-waker v1.1.1 |
1159 | 2023-11-21T06:32:02.782Z | Downloaded autocfg v1.1.0 |
1160 | 2023-11-21T06:32:02.782Z | Downloaded ansi_term v0.12.1 |
1161 | 2023-11-21T06:32:02.782Z | Downloaded quote v1.0.33 |
1162 | 2023-11-21T06:32:02.782Z | Downloaded phf_shared v0.10.0 |
1163 | 2023-11-21T06:32:02.782Z | Downloaded curve25519-dalek-derive v0.1.0 |
1164 | 2023-11-21T06:32:02.782Z | Downloaded num_cpus v1.16.0 |
1165 | 2023-11-21T06:32:02.782Z | Downloaded bcrypt-pbkdf v0.10.0 |
1166 | 2023-11-21T06:32:02.788Z | Downloaded anstyle-query v1.0.0 |
1167 | 2023-11-21T06:32:02.788Z | Downloaded rand_core v0.5.1 |
1168 | 2023-11-21T06:32:02.789Z | Downloaded convert_case v0.4.0 |
1169 | 2023-11-21T06:32:02.789Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1170 | 2023-11-21T06:32:02.789Z | Downloaded doc-comment v0.3.3 |
1171 | 2023-11-21T06:32:02.789Z | Downloaded precomputed-hash v0.1.1 |
1172 | 2023-11-21T06:32:02.789Z | Downloaded pin-utils v0.1.0 |
1173 | 2023-11-21T06:32:02.794Z | Downloaded ciborium-io v0.2.1 |
1174 | 2023-11-21T06:32:02.794Z | Downloaded postgres-protocol v0.6.6 |
1175 | 2023-11-21T06:32:02.794Z | Downloaded poly1305 v0.8.0 |
1176 | 2023-11-21T06:32:02.798Z | Downloaded normalize-line-endings v0.3.0 |
1177 | 2023-11-21T06:32:02.798Z | Downloaded cfg-if v1.0.0 |
1178 | 2023-11-21T06:32:02.815Z | Downloaded difflib v0.4.0 |
1179 | 2023-11-21T06:32:02.815Z | Downloaded opaque-debug v0.3.0 |
1180 | 2023-11-21T06:32:02.815Z | Downloaded backoff v0.4.0 |
1181 | 2023-11-21T06:32:02.821Z | Downloaded async-trait v0.1.74 |
1182 | 2023-11-21T06:32:02.821Z | Downloaded anstyle-parse v0.2.1 |
1183 | 2023-11-21T06:32:02.821Z | Downloaded ciborium v0.2.1 |
1184 | 2023-11-21T06:32:02.821Z | Downloaded postgres-types v0.2.6 |
1185 | 2023-11-21T06:32:02.828Z | Downloaded addr2line v0.21.0 |
1186 | 2023-11-21T06:32:02.828Z | Downloaded quick-error v1.2.3 |
1187 | 2023-11-21T06:32:02.833Z | Downloaded ppv-lite86 v0.2.17 |
1188 | 2023-11-21T06:32:02.833Z | Downloaded pkg-config v0.3.27 |
1189 | 2023-11-21T06:32:02.833Z | Downloaded cstr-argument v0.1.2 |
1190 | 2023-11-21T06:32:02.838Z | Downloaded atomicwrites v0.4.2 |
1191 | 2023-11-21T06:32:02.838Z | Downloaded predicates v3.0.4 |
1192 | 2023-11-21T06:32:02.845Z | Downloaded polyval v0.6.1 |
1193 | 2023-11-21T06:32:02.845Z | Downloaded darling_macro v0.20.3 |
1194 | 2023-11-21T06:32:02.845Z | Downloaded predicates-core v1.0.6 |
1195 | 2023-11-21T06:32:02.845Z | Downloaded postcard-cobs v0.1.5-pre |
1196 | 2023-11-21T06:32:02.852Z | Downloaded num_enum_derive v0.5.11 |
1197 | 2023-11-21T06:32:02.852Z | Downloaded num-rational v0.4.1 |
1198 | 2023-11-21T06:32:02.853Z | Downloaded num-complex v0.4.4 |
1199 | 2023-11-21T06:32:02.860Z | Downloaded new_debug_unreachable v1.0.4 |
1200 | 2023-11-21T06:32:02.860Z | Downloaded anstyle v1.0.2 |
1201 | 2023-11-21T06:32:02.860Z | Downloaded adler v1.0.2 |
1202 | 2023-11-21T06:32:02.869Z | Downloaded platforms v3.0.2 |
1203 | 2023-11-21T06:32:02.869Z | Downloaded once_cell v1.18.0 |
1204 | 2023-11-21T06:32:02.877Z | Downloaded mime v0.3.17 |
1205 | 2023-11-21T06:32:02.877Z | Downloaded anstream v0.5.0 |
1206 | 2023-11-21T06:32:02.877Z | Downloaded clap_lex v0.5.1 |
1207 | 2023-11-21T06:32:02.877Z | Downloaded aead v0.5.2 |
1208 | 2023-11-21T06:32:02.883Z | Downloaded crypto-common v0.1.6 |
1209 | 2023-11-21T06:32:02.883Z | Downloaded crucible-workspace-hack v0.1.0 |
1210 | 2023-11-21T06:32:02.883Z | Downloaded colorchoice v1.0.0 |
1211 | 2023-11-21T06:32:02.883Z | Downloaded clap_derive v4.4.2 |
1212 | 2023-11-21T06:32:02.887Z | Downloaded num_threads v0.1.6 |
1213 | 2023-11-21T06:32:03.327Z | Compiling proc-macro2 v1.0.69 |
1214 | 2023-11-21T06:32:03.333Z | Compiling unicode-ident v1.0.12 |
1215 | 2023-11-21T06:32:03.333Z | Compiling libc v0.2.150 |
1216 | 2023-11-21T06:32:03.333Z | Compiling serde v1.0.192 |
1217 | 2023-11-21T06:32:03.385Z | Compiling autocfg v1.1.0 |
1218 | 2023-11-21T06:32:03.393Z | Compiling version_check v0.9.4 |
1219 | 2023-11-21T06:32:03.393Z | Compiling cfg-if v1.0.0 |
1220 | 2023-11-21T06:32:03.619Z | Compiling syn v1.0.109 |
1221 | 2023-11-21T06:32:03.623Z | Compiling typenum v1.16.0 |
1222 | 2023-11-21T06:32:03.743Z | Compiling once_cell v1.18.0 |
1223 | 2023-11-21T06:32:04.395Z | Compiling parking_lot_core v0.9.8 |
1224 | 2023-11-21T06:32:04.494Z | Compiling generic-array v0.14.7 |
1225 | 2023-11-21T06:32:04.527Z | Compiling lock_api v0.4.10 |
1226 | 2023-11-21T06:32:05.942Z | Compiling libm v0.2.7 |
1227 | 2023-11-21T06:32:05.999Z | Compiling thiserror v1.0.49 |
1228 | 2023-11-21T06:32:06.003Z | Compiling num-traits v0.2.16 |
1229 | 2023-11-21T06:32:06.035Z | Compiling futures-core v0.3.29 |
1230 | 2023-11-21T06:32:06.040Z | Compiling itoa v1.0.9 |
1231 | 2023-11-21T06:32:06.398Z | Compiling memchr v2.6.3 |
1232 | 2023-11-21T06:32:06.452Z | Compiling serde_json v1.0.108 |
1233 | 2023-11-21T06:32:06.513Z | Compiling log v0.4.20 |
1234 | 2023-11-21T06:32:06.798Z | Compiling slab v0.4.9 |
1235 | 2023-11-21T06:32:06.930Z | Compiling futures-channel v0.3.29 |
1236 | 2023-11-21T06:32:07.238Z | Compiling futures-task v0.3.29 |
1237 | 2023-11-21T06:32:07.392Z | Compiling quote v1.0.33 |
1238 | 2023-11-21T06:32:07.476Z | Compiling futures-util v0.3.29 |
1239 | 2023-11-21T06:32:07.496Z | Compiling scopeguard v1.2.0 |
1240 | 2023-11-21T06:32:08.040Z | Compiling getrandom v0.2.10 |
1241 | 2023-11-21T06:32:08.538Z | Compiling syn v2.0.32 |
1242 | 2023-11-21T06:32:08.647Z | Compiling cc v1.0.83 |
1243 | 2023-11-21T06:32:08.735Z | Compiling rand_core v0.6.4 |
1244 | 2023-11-21T06:32:08.945Z | Compiling smallvec v1.11.0 |
1245 | 2023-11-21T06:32:09.609Z | Compiling ryu v1.0.15 |
1246 | 2023-11-21T06:32:09.718Z | Compiling heck v0.4.1 |
1247 | 2023-11-21T06:32:10.120Z | Compiling pin-project-lite v0.2.13 |
1248 | 2023-11-21T06:32:10.276Z | Compiling signal-hook-registry v1.4.1 |
1249 | 2023-11-21T06:32:10.489Z | Compiling schemars v0.8.13 |
1250 | 2023-11-21T06:32:10.923Z | Compiling parking_lot v0.12.1 |
1251 | 2023-11-21T06:32:11.300Z | Compiling pkg-config v0.3.27 |
1252 | 2023-11-21T06:32:12.071Z | Compiling mio v0.8.8 |
1253 | 2023-11-21T06:32:12.076Z | Compiling hashbrown v0.14.2 |
1254 | 2023-11-21T06:32:12.524Z | Compiling subtle v2.5.0 |
1255 | 2023-11-21T06:32:12.782Z | Compiling equivalent v1.0.1 |
1256 | 2023-11-21T06:32:12.924Z | Compiling socket2 v0.5.4 |
1257 | 2023-11-21T06:32:12.978Z | Compiling num_cpus v1.16.0 |
1258 | 2023-11-21T06:32:13.021Z | Compiling spin v0.5.2 |
1259 | 2023-11-21T06:32:13.136Z | Compiling fnv v1.0.7 |
1260 | 2023-11-21T06:32:13.199Z | Compiling httparse v1.8.0 |
1261 | 2023-11-21T06:32:13.302Z | Compiling byteorder v1.5.0 |
1262 | 2023-11-21T06:32:13.349Z | Compiling iana-time-zone v0.1.57 |
1263 | 2023-11-21T06:32:13.709Z | Compiling ring v0.16.20 |
1264 | 2023-11-21T06:32:13.780Z | Compiling indexmap v1.9.3 |
1265 | 2023-11-21T06:32:14.031Z | Compiling futures-sink v0.3.29 |
1266 | 2023-11-21T06:32:14.050Z | Compiling ring v0.17.5 |
1267 | 2023-11-21T06:32:14.106Z | Compiling vcpkg v0.2.15 |
1268 | 2023-11-21T06:32:14.690Z | Compiling futures-io v0.3.29 |
1269 | 2023-11-21T06:32:14.859Z | Compiling pin-utils v0.1.0 |
1270 | 2023-11-21T06:32:14.925Z | Compiling semver v1.0.20 |
1271 | 2023-11-21T06:32:14.972Z | Compiling dyn-clone v1.0.13 |
1272 | 2023-11-21T06:32:15.142Z | Compiling ahash v0.8.3 |
1273 | 2023-11-21T06:32:15.274Z | Compiling tracing-core v0.1.31 |
1274 | 2023-11-21T06:32:15.628Z | Compiling const-oid v0.9.5 |
1275 | 2023-11-21T06:32:15.670Z | Compiling async-trait v0.1.74 |
1276 | 2023-11-21T06:32:16.247Z | Compiling tinyvec_macros v0.1.1 |
1277 | 2023-11-21T06:32:16.346Z | Compiling tinyvec v1.6.0 |
1278 | 2023-11-21T06:32:16.697Z | Compiling openssl-sys v0.9.93 |
1279 | 2023-11-21T06:32:17.702Z | Compiling openssl v0.10.57 |
1280 | 2023-11-21T06:32:18.165Z | Compiling ucd-trie v0.1.6 |
1281 | 2023-11-21T06:32:18.199Z | Compiling rustls v0.21.9 |
1282 | 2023-11-21T06:32:18.494Z | Compiling unicode-normalization v0.1.22 |
1283 | 2023-11-21T06:32:18.536Z | Compiling winnow v0.5.15 |
1284 | 2023-11-21T06:32:18.853Z | Compiling time-core v0.1.1 |
1285 | 2023-11-21T06:32:18.978Z | Compiling unicode-bidi v0.3.13 |
1286 | 2023-11-21T06:32:19.137Z | Compiling time-macros v0.2.13 |
1287 | 2023-11-21T06:32:20.235Z | Compiling serde_derive_internals v0.26.0 |
1288 | 2023-11-21T06:32:21.519Z | Compiling cpufeatures v0.2.9 |
1289 | 2023-11-21T06:32:21.644Z | Compiling native-tls v0.2.11 |
1290 | 2023-11-21T06:32:22.581Z | Compiling aho-corasick v1.0.4 |
1291 | 2023-11-21T06:32:22.847Z | Compiling rustix v0.38.9 |
1292 | 2023-11-21T06:32:23.775Z | Compiling slog v2.7.0 |
1293 | 2023-11-21T06:32:23.941Z | Compiling percent-encoding v2.3.0 |
1294 | 2023-11-21T06:32:23.963Z | Compiling regex-syntax v0.8.2 |
1295 | 2023-11-21T06:32:24.502Z | Compiling backtrace v0.3.69 |
1296 | 2023-11-21T06:32:24.544Z | Compiling form_urlencoded v1.2.0 |
1297 | 2023-11-21T06:32:24.874Z | Compiling lazy_static v1.4.0 |
1298 | 2023-11-21T06:32:25.004Z | Compiling spin v0.9.8 |
1299 | 2023-11-21T06:32:25.025Z | Compiling base64 v0.21.5 |
1300 | 2023-11-21T06:32:25.164Z | Compiling ppv-lite86 v0.2.17 |
1301 | 2023-11-21T06:32:25.306Z | Compiling hashbrown v0.13.2 |
1302 | 2023-11-21T06:32:25.572Z | Compiling unicode-width v0.1.11 |
1303 | 2023-11-21T06:32:25.791Z | Compiling anyhow v1.0.75 |
1304 | 2023-11-21T06:32:26.294Z | Compiling idna v0.4.0 |
1305 | 2023-11-21T06:32:26.728Z | Compiling errno v0.3.2 |
1306 | 2023-11-21T06:32:27.013Z | Compiling rand_chacha v0.3.1 |
1307 | 2023-11-21T06:32:27.149Z | Compiling socket2 v0.4.9 |
1308 | 2023-11-21T06:32:27.486Z | Compiling hashbrown v0.12.3 |
1309 | 2023-11-21T06:32:28.626Z | Compiling url v2.4.1 |
1310 | 2023-11-21T06:32:28.885Z | Compiling untrusted v0.7.1 |
1311 | 2023-11-21T06:32:29.085Z | Compiling rand v0.8.5 |
1312 | 2023-11-21T06:32:30.297Z | Compiling regex-automata v0.4.3 |
1313 | 2023-11-21T06:32:30.802Z | Compiling num-integer v0.1.45 |
1314 | 2023-11-21T06:32:31.223Z | Compiling try-lock v0.2.4 |
1315 | 2023-11-21T06:32:31.421Z | Compiling httpdate v1.0.3 |
1316 | 2023-11-21T06:32:31.800Z | Compiling untrusted v0.9.0 |
1317 | 2023-11-21T06:32:31.825Z | Compiling adler v1.0.2 |
1318 | 2023-11-21T06:32:32.052Z | Compiling miniz_oxide v0.7.1 |
1319 | 2023-11-21T06:32:32.162Z | Compiling want v0.3.1 |
1320 | 2023-11-21T06:32:32.542Z | Compiling serde_derive v1.0.192 |
1321 | 2023-11-21T06:32:32.575Z | Compiling zeroize_derive v1.4.2 |
1322 | 2023-11-21T06:32:32.855Z | Compiling thiserror-impl v1.0.49 |
1323 | 2023-11-21T06:32:34.781Z | Compiling tokio-macros v2.1.0 |
1324 | 2023-11-21T06:32:34.954Z | Compiling futures-macro v0.3.29 |
1325 | 2023-11-21T06:32:35.645Z | Compiling tracing-attributes v0.1.26 |
1326 | 2023-11-21T06:32:35.890Z | Compiling zeroize v1.6.0 |
1327 | 2023-11-21T06:32:37.255Z | Compiling schemars_derive v0.8.13 |
1328 | 2023-11-21T06:32:37.513Z | Compiling pest v2.7.2 |
1329 | 2023-11-21T06:32:38.732Z | Compiling crypto-common v0.1.6 |
1330 | 2023-11-21T06:32:38.773Z | Compiling block-buffer v0.10.4 |
1331 | 2023-11-21T06:32:38.955Z | Compiling openssl-macros v0.1.1 |
1332 | 2023-11-21T06:32:39.125Z | Compiling digest v0.10.7 |
1333 | 2023-11-21T06:32:40.036Z | Compiling regex v1.10.2 |
1334 | 2023-11-21T06:32:41.055Z | Compiling tracing v0.1.37 |
1335 | 2023-11-21T06:32:41.913Z | Compiling mime v0.3.17 |
1336 | 2023-11-21T06:32:41.930Z | Compiling foreign-types-shared v0.1.1 |
1337 | 2023-11-21T06:32:42.074Z | Compiling crc32fast v1.3.2 |
1338 | 2023-11-21T06:32:42.171Z | Compiling tower-service v0.3.2 |
1339 | 2023-11-21T06:32:42.586Z | Compiling openssl-probe v0.1.5 |
1340 | 2023-11-21T06:32:42.586Z | Compiling unicode-xid v0.2.4 |
1341 | 2023-11-21T06:32:42.756Z | Compiling synstructure v0.12.6 |
1342 | 2023-11-21T06:32:42.830Z | Compiling foreign-types v0.3.2 |
1343 | 2023-11-21T06:32:42.866Z | Compiling rustls-webpki v0.101.7 |
1344 | 2023-11-21T06:32:42.903Z | Compiling sct v0.7.0 |
1345 | 2023-11-21T06:32:43.377Z | Compiling crossbeam-utils v0.8.16 |
1346 | 2023-11-21T06:32:43.736Z | Compiling ipnet v2.8.0 |
1347 | 2023-11-21T06:32:44.089Z | Compiling pest_meta v2.7.2 |
1348 | 2023-11-21T06:32:45.207Z | Compiling zerocopy-derive v0.2.0 |
1349 | 2023-11-21T06:32:46.090Z | Compiling rustls-pemfile v1.0.3 |
1350 | 2023-11-21T06:32:46.692Z | Compiling gimli v0.28.0 |
1351 | 2023-11-21T06:32:46.943Z | Compiling pest_generator v2.7.2 |
1352 | 2023-11-21T06:32:48.397Z | Compiling object v0.32.1 |
1353 | 2023-11-21T06:32:48.624Z | Compiling encoding_rs v0.8.33 |
1354 | 2023-11-21T06:32:50.236Z | Compiling rustc-demangle v0.1.23 |
1355 | 2023-11-21T06:32:51.279Z | Compiling bitflags v1.3.2 |
1356 | 2023-11-21T06:32:51.771Z | Compiling pest_derive v2.7.2 |
1357 | 2023-11-21T06:32:52.961Z | Compiling rustls-native-certs v0.6.3 |
1358 | 2023-11-21T06:32:54.367Z | Compiling addr2line v0.21.0 |
1359 | 2023-11-21T06:32:55.150Z | Compiling bytes v1.5.0 |
1360 | 2023-11-21T06:32:55.723Z | Compiling indexmap v2.1.0 |
1361 | 2023-11-21T06:32:55.974Z | Compiling chrono v0.4.31 |
1362 | 2023-11-21T06:32:56.684Z | Compiling tokio v1.33.0 |
1363 | 2023-11-21T06:32:57.203Z | Compiling uuid v1.5.0 |
1364 | 2023-11-21T06:32:57.384Z | Compiling http v0.2.11 |
1365 | 2023-11-21T06:32:57.818Z | Compiling bitflags v2.4.0 |
1366 | 2023-11-21T06:32:58.470Z | Compiling serde_spanned v0.6.4 |
1367 | 2023-11-21T06:32:58.840Z | Compiling toml_datetime v0.6.5 |
1368 | 2023-11-21T06:32:59.581Z | Compiling toml_edit v0.19.15 |
1369 | 2023-11-21T06:32:59.679Z | Compiling rustc_version v0.4.0 |
1370 | 2023-11-21T06:32:59.791Z | Compiling openapiv3 v2.0.0-rc.1 |
1371 | 2023-11-21T06:33:00.692Z | Compiling http-body v0.4.5 |
1372 | 2023-11-21T06:33:02.739Z | Compiling serde_urlencoded v0.7.1 |
1373 | 2023-11-21T06:33:06.658Z | Compiling usdt-impl v0.3.5 |
1374 | 2023-11-21T06:33:07.142Z | Compiling webpki-roots v0.25.2 |
1375 | 2023-11-21T06:33:07.231Z | Compiling deranged v0.3.8 |
1376 | 2023-11-21T06:33:07.483Z | Compiling num_threads v0.1.6 |
1377 | 2023-11-21T06:33:07.649Z | Compiling io-lifetimes v1.0.11 |
1378 | 2023-11-21T06:33:07.982Z | Compiling serde_tokenstream v0.2.0 |
1379 | 2023-11-21T06:33:08.114Z | Compiling zerocopy v0.3.0 |
1380 | 2023-11-21T06:33:08.448Z | Compiling block-padding v0.3.3 |
1381 | 2023-11-21T06:33:08.742Z | Compiling inout v0.1.3 |
1382 | 2023-11-21T06:33:08.772Z | Compiling dtrace-parser v0.1.14 |
1383 | 2023-11-21T06:33:09.290Z | Compiling dof v0.1.5 |
1384 | 2023-11-21T06:33:09.338Z | Compiling tokio-util v0.7.10 |
1385 | 2023-11-21T06:33:10.262Z | Compiling tokio-rustls v0.24.1 |
1386 | 2023-11-21T06:33:10.478Z | Compiling time v0.3.27 |
1387 | 2023-11-21T06:33:10.853Z | Compiling thread-id v4.2.0 |
1388 | 2023-11-21T06:33:10.875Z | Compiling num-bigint v0.4.4 |
1389 | 2023-11-21T06:33:11.002Z | Compiling rustversion v1.0.14 |
1390 | 2023-11-21T06:33:11.541Z | Compiling h2 v0.3.21 |
1391 | 2023-11-21T06:33:11.890Z | Compiling rustix v0.37.23 |
1392 | 2023-11-21T06:33:12.777Z | Compiling tokio-native-tls v0.3.1 |
1393 | 2023-11-21T06:33:12.966Z | Compiling cipher v0.4.4 |
1394 | 2023-11-21T06:33:13.192Z | Compiling serde_tokenstream v0.1.7 |
1395 | 2023-11-21T06:33:13.302Z | Compiling zerocopy-derive v0.6.4 |
1396 | 2023-11-21T06:33:13.667Z | Compiling regress v0.7.1 |
1397 | 2023-11-21T06:33:13.948Z | Compiling data-encoding v2.4.0 |
1398 | 2023-11-21T06:33:16.114Z | Compiling flate2 v1.0.28 |
1399 | 2023-11-21T06:33:16.412Z | Compiling toml_edit v0.21.0 |
1400 | 2023-11-21T06:33:17.739Z | Compiling hex v0.4.3 |
1401 | 2023-11-21T06:33:18.037Z | Compiling hmac v0.12.1 |
1402 | 2023-11-21T06:33:18.095Z | Compiling strsim v0.10.0 |
1403 | 2023-11-21T06:33:18.951Z | Compiling strum_macros v0.25.2 |
1404 | 2023-11-21T06:33:19.363Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1405 | 2023-11-21T06:33:19.383Z | Compiling usdt-macro v0.3.5 |
1406 | 2023-11-21T06:33:19.868Z | Compiling usdt-attr-macro v0.3.5 |
1407 | 2023-11-21T06:33:22.066Z | Compiling sha2 v0.10.8 |
1408 | 2023-11-21T06:33:22.158Z | Compiling enum-as-inner v0.5.1 |
1409 | 2023-11-21T06:33:23.000Z | Compiling hyper v0.14.27 |
1410 | 2023-11-21T06:33:23.056Z | Compiling toml v0.7.8 |
1411 | 2023-11-21T06:33:23.543Z | Compiling heapless v0.7.16 |
1412 | 2023-11-21T06:33:23.754Z | Compiling futures-executor v0.3.29 |
1413 | 2023-11-21T06:33:24.712Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1414 | 2023-11-21T06:33:25.070Z | Compiling memoffset v0.9.0 |
1415 | 2023-11-21T06:33:25.362Z | Compiling signal-hook v0.3.17 |
1416 | 2023-11-21T06:33:25.510Z | Compiling managed v0.8.0 |
1417 | 2023-11-21T06:33:25.760Z | Compiling unicode-segmentation v1.10.1 |
1418 | 2023-11-21T06:33:26.243Z | Compiling futures v0.3.29 |
1419 | 2023-11-21T06:33:26.635Z | Compiling ipnetwork v0.20.0 |
1420 | 2023-11-21T06:33:26.657Z | Compiling getopts v0.2.21 |
1421 | 2023-11-21T06:33:27.190Z | Compiling num-iter v0.1.43 |
1422 | 2023-11-21T06:33:27.248Z | Compiling crossbeam-epoch v0.9.15 |
1423 | 2023-11-21T06:33:27.639Z | Compiling matches v0.1.10 |
1424 | 2023-11-21T06:33:27.826Z | Compiling doc-comment v0.3.3 |
1425 | 2023-11-21T06:33:27.957Z | Compiling bit-vec v0.6.3 |
1426 | 2023-11-21T06:33:28.076Z | Compiling siphasher v0.3.11 |
1427 | 2023-11-21T06:33:28.453Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1428 | 2023-11-21T06:33:28.556Z | Compiling utf8parse v0.2.1 |
1429 | 2023-11-21T06:33:28.606Z | Compiling anstyle v1.0.2 |
1430 | 2023-11-21T06:33:28.715Z | Compiling either v1.9.0 |
1431 | 2023-11-21T06:33:28.777Z | Compiling unsafe-libyaml v0.2.9 |
1432 | 2023-11-21T06:33:29.239Z | Compiling smoltcp v0.9.1 |
1433 | 2023-11-21T06:33:29.328Z | Compiling anstyle-parse v0.2.1 |
1434 | 2023-11-21T06:33:29.837Z | Compiling idna v0.2.3 |
1435 | 2023-11-21T06:33:30.177Z | Compiling zerocopy v0.6.4 |
1436 | 2023-11-21T06:33:30.198Z | Compiling signature v2.1.0 |
1437 | 2023-11-21T06:33:30.509Z | Compiling hubpack_derive v0.1.1 |
1438 | 2023-11-21T06:33:31.505Z | Compiling serde_yaml v0.9.25 |
1439 | 2023-11-21T06:33:31.796Z | Compiling pin-project-internal v1.1.3 |
1440 | 2023-11-21T06:33:31.862Z | Compiling clap_derive v4.4.2 |
1441 | 2023-11-21T06:33:32.322Z | Compiling anstyle-query v1.0.0 |
1442 | 2023-11-21T06:33:32.593Z | Compiling colorchoice v1.0.0 |
1443 | 2023-11-21T06:33:32.678Z | Compiling terminal_size v0.2.6 |
1444 | 2023-11-21T06:33:32.839Z | Compiling anstream v0.5.0 |
1445 | 2023-11-21T06:33:33.003Z | Compiling trust-dns-proto v0.22.0 |
1446 | 2023-11-21T06:33:33.959Z | Compiling usdt v0.3.5 |
1447 | 2023-11-21T06:33:34.342Z | Compiling yasna v0.5.2 |
1448 | 2023-11-21T06:33:36.262Z | Compiling hyper-tls v0.5.0 |
1449 | 2023-11-21T06:33:36.363Z | Compiling hyper-rustls v0.24.2 |
1450 | 2023-11-21T06:33:37.191Z | Compiling reqwest v0.11.22 |
1451 | 2023-11-21T06:33:37.434Z | Compiling md-5 v0.10.5 |
1452 | 2023-11-21T06:33:37.824Z | Compiling diesel_table_macro_syntax v0.1.0 |
1453 | 2023-11-21T06:33:37.871Z | Compiling stringprep v0.1.3 |
1454 | 2023-11-21T06:33:37.922Z | Compiling hash32 v0.2.1 |
1455 | 2023-11-21T06:33:38.399Z | Compiling stable_deref_trait v1.2.0 |
1456 | 2023-11-21T06:33:38.498Z | Compiling fallible-iterator v0.2.0 |
1457 | 2023-11-21T06:33:38.532Z | Compiling clap_lex v0.5.1 |
1458 | 2023-11-21T06:33:39.306Z | Compiling clap_builder v4.4.2 |
1459 | 2023-11-21T06:33:39.548Z | Compiling postgres-protocol v0.6.6 |
1460 | 2023-11-21T06:33:39.773Z | Compiling diesel_derives v2.1.1 |
1461 | 2023-11-21T06:33:41.501Z | Compiling phf_shared v0.11.2 |
1462 | 2023-11-21T06:33:41.871Z | Compiling tokio-stream v0.1.14 |
1463 | 2023-11-21T06:33:42.072Z | Compiling snafu-derive v0.7.5 |
1464 | 2023-11-21T06:33:43.504Z | Compiling serde_repr v0.1.16 |
1465 | 2023-11-21T06:33:43.521Z | Compiling scheduled-thread-pool v0.2.7 |
1466 | 2023-11-21T06:33:44.843Z | Compiling regex-automata v0.1.10 |
1467 | 2023-11-21T06:33:45.218Z | Compiling bstr v0.2.17 |
1468 | 2023-11-21T06:33:45.222Z | Compiling r2d2 v0.8.10 |
1469 | 2023-11-21T06:33:45.820Z | Compiling clap v4.4.3 |
1470 | 2023-11-21T06:33:45.971Z | Compiling signal-hook-mio v0.2.3 |
1471 | 2023-11-21T06:33:46.192Z | Compiling phf v0.11.2 |
1472 | 2023-11-21T06:33:47.065Z | Compiling bzip2 v0.4.4 |
1473 | 2023-11-21T06:33:47.672Z | Compiling postgres-types v0.2.6 |
1474 | 2023-11-21T06:33:48.002Z | Compiling pin-project v1.1.3 |
1475 | 2023-11-21T06:33:48.173Z | Compiling hubpack v0.1.2 |
1476 | 2023-11-21T06:33:49.838Z | Compiling itertools v0.10.5 |
1477 | 2023-11-21T06:33:50.162Z | Compiling itertools v0.11.0 |
1478 | 2023-11-21T06:33:50.257Z | Compiling phf_shared v0.10.0 |
1479 | 2023-11-21T06:33:50.711Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1480 | 2023-11-21T06:33:50.871Z | Compiling float-cmp v0.9.0 |
1481 | 2023-11-21T06:33:51.427Z | Compiling difflib v0.4.0 |
1482 | 2023-11-21T06:33:53.659Z | Compiling regex-automata v0.3.8 |
1483 | 2023-11-21T06:33:54.205Z | Compiling precomputed-hash v0.1.1 |
1484 | 2023-11-21T06:33:54.356Z | Compiling normalize-line-endings v0.3.0 |
1485 | 2023-11-21T06:33:54.520Z | Compiling new_debug_unreachable v1.0.4 |
1486 | 2023-11-21T06:33:54.574Z | Compiling static_assertions v1.1.0 |
1487 | 2023-11-21T06:33:54.637Z | Compiling predicates-core v1.0.6 |
1488 | 2023-11-21T06:33:54.707Z | Compiling whoami v1.4.1 |
1489 | 2023-11-21T06:33:54.966Z | Compiling fixedbitset v0.4.2 |
1490 | 2023-11-21T06:33:55.188Z | Compiling tokio-postgres v0.7.10 |
1491 | 2023-11-21T06:33:55.685Z | Compiling petgraph v0.6.4 |
1492 | 2023-11-21T06:33:55.706Z | Compiling predicates v3.0.4 |
1493 | 2023-11-21T06:33:55.838Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1494 | 2023-11-21T06:33:57.804Z | Compiling bstr v1.6.0 |
1495 | 2023-11-21T06:33:58.179Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1496 | 2023-11-21T06:33:58.383Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1497 | 2023-11-21T06:33:58.520Z | Compiling string_cache v0.8.7 |
1498 | 2023-11-21T06:34:00.399Z | Compiling snafu v0.7.5 |
1499 | 2023-11-21T06:34:01.804Z | Compiling zip v0.6.6 |
1500 | 2023-11-21T06:34:01.843Z | Compiling similar v2.2.1 |
1501 | 2023-11-21T06:34:02.455Z | Compiling crossterm v0.27.0 |
1502 | 2023-11-21T06:34:02.735Z | Compiling bit-set v0.5.3 |
1503 | 2023-11-21T06:34:03.179Z | Compiling console v0.15.7 |
1504 | 2023-11-21T06:34:03.324Z | Compiling diesel v2.1.4 |
1505 | 2023-11-21T06:34:04.215Z | Compiling lalrpop-util v0.19.12 |
1506 | 2023-11-21T06:34:08.220Z | Compiling slog-async v2.8.0 |
1507 | 2023-11-21T06:34:08.874Z | Compiling camino v1.1.6 |
1508 | 2023-11-21T06:34:10.160Z | Compiling multer v2.1.0 |
1509 | 2023-11-21T06:34:11.538Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1510 | 2023-11-21T06:34:11.772Z | Compiling async-stream-impl v0.3.5 |
1511 | 2023-11-21T06:34:12.101Z | Compiling paste v1.0.14 |
1512 | 2023-11-21T06:34:12.123Z | Compiling ident_case v1.0.1 |
1513 | 2023-11-21T06:34:13.045Z | Compiling darling_core v0.20.3 |
1514 | 2023-11-21T06:34:15.384Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1515 | 2023-11-21T06:34:19.196Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1516 | 2023-11-21T06:34:20.124Z | Compiling structmeta-derive v0.2.0 |
1517 | 2023-11-21T06:34:21.005Z | Compiling regex-syntax v0.7.5 |
1518 | 2023-11-21T06:34:22.039Z | Compiling darling_macro v0.20.3 |
1519 | 2023-11-21T06:34:22.940Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1520 | 2023-11-21T06:34:23.574Z | Compiling darling v0.20.3 |
1521 | 2023-11-21T06:34:23.726Z | Compiling serde_with_macros v2.3.3 |
1522 | 2023-11-21T06:34:24.469Z | Compiling structmeta v0.2.0 |
1523 | 2023-11-21T06:34:31.272Z | Compiling parse-display-derive v0.8.2 |
1524 | 2023-11-21T06:34:38.060Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1525 | 2023-11-21T06:34:38.661Z | Compiling toml v0.8.8 |
1526 | 2023-11-21T06:34:38.797Z | Compiling proc-macro-crate v1.3.1 |
1527 | 2023-11-21T06:34:41.593Z | Compiling num_enum_derive v0.5.11 |
1528 | 2023-11-21T06:34:53.140Z | Compiling proc-macro-error-attr v1.0.4 |
1529 | 2023-11-21T06:35:00.392Z | Compiling proc-macro-error v1.0.4 |
1530 | 2023-11-21T06:35:01.565Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1531 | 2023-11-21T06:35:05.133Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1532 | 2023-11-21T06:35:11.170Z | Compiling foreign-types-macros v0.2.3 |
1533 | 2023-11-21T06:35:11.598Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1534 | 2023-11-21T06:35:12.186Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1535 | 2023-11-21T06:35:15.462Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1536 | 2023-11-21T06:35:15.480Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1537 | 2023-11-21T06:35:15.515Z | Compiling crucible-workspace-hack v0.1.0 |
1538 | 2023-11-21T06:35:19.404Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1539 | 2023-11-21T06:35:19.807Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1540 | 2023-11-21T06:35:28.520Z | Compiling sha1 v0.10.6 |
1541 | 2023-11-21T06:35:28.565Z | Compiling atty v0.2.14 |
1542 | 2023-11-21T06:35:28.755Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1543 | 2023-11-21T06:35:29.067Z | Compiling match_cfg v0.1.0 |
1544 | 2023-11-21T06:35:29.212Z | Compiling hostname v0.3.1 |
1545 | 2023-11-21T06:35:34.964Z | Compiling dirs-sys-next v0.1.2 |
1546 | 2023-11-21T06:35:40.716Z | Compiling dirs-next v2.0.0 |
1547 | 2023-11-21T06:35:44.567Z | Compiling heck v0.3.3 |
1548 | 2023-11-21T06:35:45.629Z | Compiling thread_local v1.1.7 |
1549 | 2023-11-21T06:35:46.189Z | Compiling libefi-sys v0.1.0 |
1550 | 2023-11-21T06:35:46.506Z | Compiling fastrand v2.0.0 |
1551 | 2023-11-21T06:35:46.655Z | Compiling structopt-derive v0.4.18 |
1552 | 2023-11-21T06:35:46.674Z | Compiling term v0.7.0 |
1553 | 2023-11-21T06:35:46.758Z | Compiling zone_cfg_derive v0.3.0 |
1554 | 2023-11-21T06:35:46.858Z | Compiling crossbeam-channel v0.5.8 |
1555 | 2023-11-21T06:35:47.389Z | Compiling tempfile v3.8.0 |
1556 | 2023-11-21T06:35:48.680Z | Compiling num-derive v0.4.0 |
1557 | 2023-11-21T06:35:48.724Z | Compiling instant v0.1.12 |
1558 | 2023-11-21T06:35:48.822Z | Compiling take_mut v0.2.2 |
1559 | 2023-11-21T06:35:48.925Z | Compiling slog-term v2.9.0 |
1560 | 2023-11-21T06:35:51.009Z | Compiling slog-json v2.6.1 |
1561 | 2023-11-21T06:35:51.013Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1562 | 2023-11-21T06:35:51.146Z | Compiling atomic-waker v1.1.1 |
1563 | 2023-11-21T06:35:51.412Z | Compiling waitgroup v0.1.2 |
1564 | 2023-11-21T06:35:51.446Z | Compiling slog-bunyan v2.4.0 |
1565 | 2023-11-21T06:35:51.721Z | Compiling async-stream v0.3.5 |
1566 | 2023-11-21T06:35:52.189Z | Compiling serde_path_to_error v0.1.14 |
1567 | 2023-11-21T06:35:52.232Z | Compiling debug-ignore v1.0.5 |
1568 | 2023-11-21T06:35:52.429Z | Compiling platforms v3.0.2 |
1569 | 2023-11-21T06:35:52.534Z | Compiling same-file v1.0.6 |
1570 | 2023-11-21T06:35:52.866Z | Compiling walkdir v2.4.0 |
1571 | 2023-11-21T06:35:53.674Z | Compiling strum v0.25.0 |
1572 | 2023-11-21T06:35:53.701Z | Compiling toml v0.5.11 |
1573 | 2023-11-21T06:35:53.930Z | Compiling semver-parser v0.10.2 |
1574 | 2023-11-21T06:35:54.118Z | Compiling xattr v1.0.1 |
1575 | 2023-11-21T06:35:54.503Z | Compiling filetime v0.2.22 |
1576 | 2023-11-21T06:35:55.093Z | Compiling tar v0.4.40 |
1577 | 2023-11-21T06:35:55.293Z | Compiling semver v0.11.0 |
1578 | 2023-11-21T06:35:56.314Z | Compiling serde_with v2.3.3 |
1579 | 2023-11-21T06:35:56.934Z | Compiling home v0.5.5 |
1580 | 2023-11-21T06:35:57.160Z | Compiling toolchain_find v0.2.0 |
1581 | 2023-11-21T06:35:57.280Z | Compiling curve25519-dalek v4.1.0 |
1582 | 2023-11-21T06:35:57.892Z | Compiling backoff v0.4.0 |
1583 | 2023-11-21T06:35:57.984Z | Compiling parse-display v0.8.2 |
1584 | 2023-11-21T06:35:58.405Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1585 | 2023-11-21T06:35:58.633Z | Compiling macaddr v1.0.1 |
1586 | 2023-11-21T06:35:58.842Z | Compiling rustfmt-wrapper v0.2.0 |
1587 | 2023-11-21T06:35:59.372Z | Compiling omicron-zone-package v0.9.1 |
1588 | 2023-11-21T06:36:00.577Z | Compiling curve25519-dalek-derive v0.1.0 |
1589 | 2023-11-21T06:36:01.091Z | Compiling num-rational v0.4.1 |
1590 | 2023-11-21T06:36:01.527Z | Compiling getrandom v0.1.16 |
1591 | 2023-11-21T06:36:02.533Z | Compiling num_enum v0.5.11 |
1592 | 2023-11-21T06:36:02.800Z | Compiling postcard-cobs v0.1.5-pre |
1593 | 2023-11-21T06:36:03.039Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1594 | 2023-11-21T06:36:03.208Z | Compiling postcard v0.7.3 |
1595 | 2023-11-21T06:36:03.243Z | Compiling smoltcp v0.8.2 |
1596 | 2023-11-21T06:36:04.037Z | Compiling unicase v2.7.0 |
1597 | 2023-11-21T06:36:04.470Z | Compiling cfg-if v0.1.10 |
1598 | 2023-11-21T06:36:04.599Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1599 | 2023-11-21T06:36:04.868Z | Compiling foreign-types-shared v0.3.1 |
1600 | 2023-11-21T06:36:05.025Z | Compiling parking_lot_core v0.8.6 |
1601 | 2023-11-21T06:36:05.234Z | Compiling foreign-types v0.5.0 |
1602 | 2023-11-21T06:36:05.961Z | Compiling is-terminal v0.4.9 |
1603 | 2023-11-21T06:36:06.139Z | Compiling cstr-argument v0.1.2 |
1604 | 2023-11-21T06:36:06.529Z | Compiling pretty-hex v0.2.1 |
1605 | 2023-11-21T06:36:06.796Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1606 | 2023-11-21T06:36:07.068Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1607 | 2023-11-21T06:36:07.333Z | Compiling colored v2.0.4 |
1608 | 2023-11-21T06:36:08.191Z | Compiling textwrap v0.11.0 |
1609 | 2023-11-21T06:36:08.198Z | Compiling slog-dtrace v0.2.3 |
1610 | 2023-11-21T06:36:08.390Z | Compiling vec_map v0.8.2 |
1611 | 2023-11-21T06:36:08.502Z | Compiling winapi v0.3.9 |
1612 | 2023-11-21T06:36:08.628Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1613 | 2023-11-21T06:36:08.836Z | Compiling strsim v0.8.0 |
1614 | 2023-11-21T06:36:08.994Z | Compiling convert_case v0.4.0 |
1615 | 2023-11-21T06:36:09.897Z | Compiling ansi_term v0.12.1 |
1616 | 2023-11-21T06:36:10.247Z | Compiling derive_more v0.99.17 |
1617 | 2023-11-21T06:36:10.662Z | Compiling clap v2.34.0 |
1618 | 2023-11-21T06:36:12.163Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1619 | 2023-11-21T06:36:15.176Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1620 | 2023-11-21T06:36:15.499Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1621 | 2023-11-21T06:36:15.859Z | Compiling thiserror-impl-no-std v2.0.2 |
1622 | 2023-11-21T06:36:16.797Z | Compiling base64ct v1.6.0 |
1623 | 2023-11-21T06:36:18.198Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1624 | 2023-11-21T06:36:19.654Z | Compiling structopt v0.3.26 |
1625 | 2023-11-21T06:36:19.864Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1626 | 2023-11-21T06:36:20.333Z | Compiling mime_guess v2.0.4 |
1627 | 2023-11-21T06:36:22.099Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1628 | 2023-11-21T06:36:22.514Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1629 | 2023-11-21T06:36:23.793Z | Compiling zone v0.3.0 |
1630 | 2023-11-21T06:36:24.303Z | Compiling smf v0.2.2 |
1631 | 2023-11-21T06:36:25.996Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1632 | 2023-11-21T06:36:26.072Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1633 | 2023-11-21T06:36:27.528Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1634 | 2023-11-21T06:36:27.968Z | Compiling universal-hash v0.5.1 |
1635 | 2023-11-21T06:36:28.114Z | Compiling opaque-debug v0.3.0 |
1636 | 2023-11-21T06:36:28.156Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1637 | 2023-11-21T06:36:28.632Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1638 | 2023-11-21T06:36:28.756Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1639 | 2023-11-21T06:36:29.014Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1640 | 2023-11-21T06:36:29.619Z | Compiling hkdf v0.12.3 |
1641 | 2023-11-21T06:36:29.703Z | Compiling cancel-safe-futures v0.1.5 |
1642 | 2023-11-21T06:36:30.554Z | Compiling quick-error v1.2.3 |
1643 | 2023-11-21T06:36:30.923Z | Compiling keccak v0.1.4 |
1644 | 2023-11-21T06:36:32.148Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1645 | 2023-11-21T06:36:32.175Z | Compiling linked-hash-map v0.5.6 |
1646 | 2023-11-21T06:36:32.769Z | Compiling lru-cache v0.1.2 |
1647 | 2023-11-21T06:36:33.068Z | Compiling sha3 v0.10.8 |
1648 | 2023-11-21T06:36:34.134Z | Compiling resolv-conf v0.7.0 |
1649 | 2023-11-21T06:36:35.358Z | Compiling password-hash v0.5.0 |
1650 | 2023-11-21T06:36:38.079Z | Compiling blake2 v0.10.6 |
1651 | 2023-11-21T06:36:38.460Z | Compiling aead v0.5.2 |
1652 | 2023-11-21T06:36:38.918Z | Compiling secrecy v0.8.0 |
1653 | 2023-11-21T06:36:39.303Z | Compiling ff v0.13.0 |
1654 | 2023-11-21T06:36:39.595Z | Compiling num-complex v0.4.4 |
1655 | 2023-11-21T06:36:39.619Z | Compiling nibble_vec v0.1.0 |
1656 | 2023-11-21T06:36:39.907Z | Compiling arc-swap v1.6.0 |
1657 | 2023-11-21T06:36:40.181Z | Compiling endian-type v0.1.2 |
1658 | 2023-11-21T06:36:40.985Z | Compiling utf-8 v0.7.6 |
1659 | 2023-11-21T06:36:41.484Z | Compiling num v0.4.1 |
1660 | 2023-11-21T06:36:41.932Z | Compiling tungstenite v0.20.1 |
1661 | 2023-11-21T06:36:42.966Z | Compiling slog-scope v4.4.0 |
1662 | 2023-11-21T06:36:43.012Z | Compiling radix_trie v0.2.1 |
1663 | 2023-11-21T06:36:43.232Z | Compiling group v0.13.0 |
1664 | 2023-11-21T06:36:43.473Z | Compiling argon2 v0.5.2 |
1665 | 2023-11-21T06:36:43.787Z | Compiling rand_core v0.5.1 |
1666 | 2023-11-21T06:36:44.118Z | Compiling trust-dns-resolver v0.22.0 |
1667 | 2023-11-21T06:36:44.424Z | Compiling poly1305 v0.8.0 |
1668 | 2023-11-21T06:36:51.189Z | Compiling chacha20 v0.9.1 |
1669 | 2023-11-21T06:36:51.497Z | Compiling crypto-bigint v0.5.2 |
1670 | 2023-11-21T06:36:51.650Z | Compiling option-ext v0.2.0 |
1671 | 2023-11-21T06:36:52.250Z | Compiling half v1.8.2 |
1672 | 2023-11-21T06:36:52.281Z | Compiling ciborium-io v0.2.1 |
1673 | 2023-11-21T06:36:52.302Z | Compiling base16ct v0.2.0 |
1674 | 2023-11-21T06:36:53.214Z | Compiling dirs-sys v0.4.1 |
1675 | 2023-11-21T06:36:53.672Z | Compiling ciborium-ll v0.2.1 |
1676 | 2023-11-21T06:36:54.362Z | Compiling parking_lot v0.11.2 |
1677 | 2023-11-21T06:36:54.470Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1678 | 2023-11-21T06:36:54.994Z | Compiling elliptic-curve v0.13.5 |
1679 | 2023-11-21T06:36:55.078Z | Compiling rand_chacha v0.2.2 |
1680 | 2023-11-21T06:36:55.312Z | Compiling tokio-tungstenite v0.20.1 |
1681 | 2023-11-21T06:36:55.354Z | Compiling trust-dns-client v0.22.0 |
1682 | 2023-11-21T06:36:55.814Z | Compiling slog-stdlog v4.1.1 |
1683 | 2023-11-21T06:36:56.109Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1684 | 2023-11-21T06:36:56.385Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1685 | 2023-11-21T06:36:56.757Z | Compiling polyval v0.6.1 |
1686 | 2023-11-21T06:36:57.428Z | Compiling thiserror-no-std v2.0.2 |
1687 | 2023-11-21T06:36:57.555Z | Compiling password-hash v0.4.2 |
1688 | 2023-11-21T06:36:58.516Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1689 | 2023-11-21T06:36:59.200Z | Compiling ed25519 v2.2.2 |
1690 | 2023-11-21T06:36:59.713Z | Compiling aes v0.8.3 |
1691 | 2023-11-21T06:36:59.821Z | Compiling blowfish v0.9.1 |
1692 | 2023-11-21T06:37:00.238Z | Compiling ctr v0.9.2 |
1693 | 2023-11-21T06:37:00.415Z | Compiling pbkdf2 v0.12.2 |
1694 | 2023-11-21T06:37:00.645Z | Compiling fxhash v0.2.1 |
1695 | 2023-11-21T06:37:00.906Z | Compiling glob v0.3.1 |
1696 | 2023-11-21T06:37:03.218Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1697 | 2023-11-21T06:37:03.452Z | Compiling sled v0.34.7 |
1698 | 2023-11-21T06:37:03.917Z | Compiling bcrypt-pbkdf v0.10.0 |
1699 | 2023-11-21T06:37:04.580Z | Compiling ed25519-dalek v2.0.0 |
1700 | 2023-11-21T06:37:05.439Z | Compiling pbkdf2 v0.11.0 |
1701 | 2023-11-21T06:37:06.001Z | Compiling russh-cryptovec v0.7.0 |
1702 | 2023-11-21T06:37:06.300Z | Compiling trust-dns-server v0.22.1 |
1703 | 2023-11-21T06:37:06.370Z | Compiling vsss-rs v3.3.1 |
1704 | 2023-11-21T06:37:06.455Z | Compiling ghash v0.5.0 |
1705 | 2023-11-21T06:37:06.721Z | Compiling slog-envlogger v2.2.0 |
1706 | 2023-11-21T06:37:07.898Z | Compiling rand v0.7.3 |
1707 | 2023-11-21T06:37:08.524Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1708 | 2023-11-21T06:37:11.763Z | Compiling ciborium v0.2.1 |
1709 | 2023-11-21T06:37:12.580Z | Compiling dirs v5.0.1 |
1710 | 2023-11-21T06:37:12.895Z | Compiling chacha20poly1305 v0.10.1 |
1711 | 2023-11-21T06:37:15.135Z | Compiling camino-tempfile v1.0.2 |
1712 | 2023-11-21T06:37:16.074Z | Compiling cbc v0.1.2 |
1713 | 2023-11-21T06:37:16.146Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1714 | 2023-11-21T06:37:16.246Z | Compiling headers-core v0.2.0 |
1715 | 2023-11-21T06:37:16.475Z | Compiling kstat-rs v0.2.3 |
1716 | 2023-11-21T06:37:16.691Z | Compiling pem v3.0.2 |
1717 | 2023-11-21T06:37:17.573Z | Compiling pretty-hex v0.3.0 |
1718 | 2023-11-21T06:37:17.890Z | Compiling http-range v0.1.5 |
1719 | 2023-11-21T06:37:17.911Z | Compiling base64 v0.13.1 |
1720 | 2023-11-21T06:37:17.955Z | Compiling md5 v0.7.0 |
1721 | 2023-11-21T06:37:18.182Z | Compiling hyper-staticfile v0.9.5 |
1722 | 2023-11-21T06:37:18.478Z | Compiling russh-keys v0.38.0 |
1723 | 2023-11-21T06:37:18.514Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1724 | 2023-11-21T06:37:19.700Z | Compiling pem v1.1.1 |
1725 | 2023-11-21T06:37:22.194Z | Compiling rcgen v0.11.3 |
1726 | 2023-11-21T06:37:22.918Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1727 | 2023-11-21T06:37:23.236Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1728 | 2023-11-21T06:37:23.322Z | Compiling headers v0.3.9 |
1729 | 2023-11-21T06:37:24.677Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1730 | 2023-11-21T06:37:34.834Z | Compiling aes-gcm v0.10.3 |
1731 | 2023-11-21T06:37:35.262Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1732 | 2023-11-21T06:37:37.925Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1733 | 2023-11-21T06:37:39.679Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1734 | 2023-11-21T06:37:46.593Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1735 | 2023-11-21T06:37:46.870Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1736 | 2023-11-21T06:37:47.716Z | Compiling atomicwrites v0.4.2 |
1737 | 2023-11-21T06:37:48.262Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1738 | 2023-11-21T06:37:51.631Z | Compiling itertools v0.12.0 |
1739 | 2023-11-21T06:37:52.622Z | Compiling subprocess v0.2.9 |
1740 | 2023-11-21T06:37:55.622Z | Compiling hex-literal v0.4.1 |
1741 | 2023-11-21T06:37:55.842Z | Compiling russh v0.39.0 |
1742 | 2023-11-21T06:37:57.578Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1743 | 2023-11-21T06:38:00.786Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1744 | 2023-11-21T06:38:19.151Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1745 | 2023-11-21T06:38:55.863Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1746 | 2023-11-21T06:40:20.080Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 39s |
1747 | 2023-11-21T06:40:20.421Z | |
1748 | 2023-11-21T06:40:20.424Z | real 8:40.045407504 |
1749 | 2023-11-21T06:40:20.424Z | user 50:45.366326552 |
1750 | 2023-11-21T06:40:20.424Z | sys 8:19.096430823 |
1751 | 2023-11-21T06:40:20.424Z | trap 2.076989706 |
1752 | 2023-11-21T06:40:20.424Z | tflt 7.800188893 |
1753 | 2023-11-21T06:40:20.424Z | dflt 8.604271666 |
1754 | 2023-11-21T06:40:20.424Z | kflt 0.025634490 |
1755 | 2023-11-21T06:40:20.424Z | lock 1:34:12.797100005 |
1756 | 2023-11-21T06:40:20.424Z | slp 2:20:31.966468335 |
1757 | 2023-11-21T06:40:20.424Z | lat 2:13.104439253 |
1758 | 2023-11-21T06:40:20.424Z | stop 4:32.295308838 |
1759 | 2023-11-21T06:40:20.424Z | + mkdir -p /work/end-to-end-tests |
1760 | 2023-11-21T06:40:20.424Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1761 | 2023-11-21T06:40:21.577Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1762 | 2023-11-21T06:40:21.577Z | + ptime -m gzip |
1763 | 2023-11-21T06:40:21.580Z | ++ basename target/debug/bootstrap |
1764 | 2023-11-21T06:40:36.725Z | |
1765 | 2023-11-21T06:40:36.725Z | real 15.141153784 |
1766 | 2023-11-21T06:40:36.731Z | user 14.961880906 |
1767 | 2023-11-21T06:40:36.731Z | sys 0.156888044 |
1768 | 2023-11-21T06:40:36.731Z | trap 0.007180701 |
1769 | 2023-11-21T06:40:36.731Z | tflt 0.000000000 |
1770 | 2023-11-21T06:40:36.731Z | dflt 0.000000000 |
1771 | 2023-11-21T06:40:36.731Z | kflt 0.000000000 |
1772 | 2023-11-21T06:40:36.731Z | lock 0.000000000 |
1773 | 2023-11-21T06:40:36.731Z | slp 0.000000000 |
1774 | 2023-11-21T06:40:36.731Z | lat 0.014849986 |
1775 | 2023-11-21T06:40:36.731Z | stop 0.000222151 |
1776 | 2023-11-21T06:40:36.731Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1777 | 2023-11-21T06:40:36.731Z | + ptime -m gzip |
1778 | 2023-11-21T06:40:36.731Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-883d2a0d94dacc43 |
1779 | 2023-11-21T06:40:37.819Z | |
1780 | 2023-11-21T06:40:37.822Z | real 1.085353940 |
1781 | 2023-11-21T06:40:37.822Z | user 1.071810573 |
1782 | 2023-11-21T06:40:37.822Z | sys 0.011821548 |
1783 | 2023-11-21T06:40:37.822Z | trap 0.000553165 |
1784 | 2023-11-21T06:40:37.822Z | tflt 0.000000000 |
1785 | 2023-11-21T06:40:37.822Z | dflt 0.000000000 |
1786 | 2023-11-21T06:40:37.822Z | kflt 0.000000000 |
1787 | 2023-11-21T06:40:37.822Z | lock 0.000000000 |
1788 | 2023-11-21T06:40:37.822Z | slp 0.000000000 |
1789 | 2023-11-21T06:40:37.822Z | lat 0.000818920 |
1790 | 2023-11-21T06:40:37.822Z | stop 0.000219939 |
1791 | 2023-11-21T06:40:37.822Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1792 | 2023-11-21T06:40:37.822Z | + ptime -m gzip |
1793 | 2023-11-21T06:40:37.822Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-65b59268af083e5e |
1794 | 2023-11-21T06:40:54.971Z | |
1795 | 2023-11-21T06:40:54.971Z | real 17.145106420 |
1796 | 2023-11-21T06:40:54.971Z | user 16.968384761 |
1797 | 2023-11-21T06:40:54.971Z | sys 0.170362069 |
1798 | 2023-11-21T06:40:54.971Z | trap 0.003610233 |
1799 | 2023-11-21T06:40:54.971Z | tflt 0.000000000 |
1800 | 2023-11-21T06:40:54.975Z | dflt 0.000000000 |
1801 | 2023-11-21T06:40:54.975Z | kflt 0.000000000 |
1802 | 2023-11-21T06:40:54.975Z | lock 0.000000000 |
1803 | 2023-11-21T06:40:54.975Z | slp 0.000000000 |
1804 | 2023-11-21T06:40:54.975Z | lat 0.002396630 |
1805 | 2023-11-21T06:40:54.975Z | stop 0.000222477 |
1806 | 2023-11-21T06:40:54.975Z | + banner caboose-util |
1807 | 2023-11-21T06:40:54.975Z | |
1808 | 2023-11-21T06:40:54.975Z | #### ## ##### #### #### #### ###### # # ##### |
1809 | 2023-11-21T06:40:54.975Z | # # # # # # # # # # # # # # # |
1810 | 2023-11-21T06:40:54.975Z | # # # ##### # # # # #### ##### ##### # # # |
1811 | 2023-11-21T06:40:54.975Z | # ###### # # # # # # # # # # # |
1812 | 2023-11-21T06:40:54.975Z | # # # # # # # # # # # # # # # # |
1813 | 2023-11-21T06:40:54.975Z | #### # # ##### #### #### #### ###### #### # |
1814 | 2023-11-21T06:40:54.975Z | |
1815 | 2023-11-21T06:40:54.975Z | + ptime -m cargo build --locked -p caboose-util --release |
1816 | 2023-11-21T06:40:55.590Z | Downloading crates ... |
1817 | 2023-11-21T06:40:55.928Z | Downloaded crc-catalog v2.2.0 |
1818 | 2023-11-21T06:40:55.936Z | Downloaded der_derive v0.7.2 |
1819 | 2023-11-21T06:40:55.939Z | Downloaded packed_struct v0.10.1 |
1820 | 2023-11-21T06:40:55.946Z | Downloaded path-slash v0.1.5 |
1821 | 2023-11-21T06:40:55.954Z | Downloaded termcolor v1.2.0 |
1822 | 2023-11-21T06:40:55.957Z | Downloaded smallvec v0.6.14 |
1823 | 2023-11-21T06:40:55.959Z | Downloaded wyz v0.5.1 |
1824 | 2023-11-21T06:40:55.962Z | Downloaded bitfield v0.14.0 |
1825 | 2023-11-21T06:40:55.965Z | Downloaded array-init v0.0.4 |
1826 | 2023-11-21T06:40:55.965Z | Downloaded packed_struct_codegen v0.10.1 |
1827 | 2023-11-21T06:40:55.968Z | Downloaded maybe-uninit v2.0.0 |
1828 | 2023-11-21T06:40:55.971Z | Downloaded pem-rfc7468 v0.7.0 |
1829 | 2023-11-21T06:40:55.974Z | Downloaded funty v2.0.0 |
1830 | 2023-11-21T06:40:55.974Z | Downloaded radium v0.7.0 |
1831 | 2023-11-21T06:40:55.976Z | Downloaded serde-hex v0.1.0 |
1832 | 2023-11-21T06:40:55.979Z | Downloaded env_logger v0.10.0 |
1833 | 2023-11-21T06:40:55.982Z | Downloaded tap v1.0.1 |
1834 | 2023-11-21T06:40:55.985Z | Downloaded pkcs1 v0.7.5 |
1835 | 2023-11-21T06:40:55.987Z | Downloaded crc-any v2.4.3 |
1836 | 2023-11-21T06:40:55.990Z | Downloaded ron v0.8.1 |
1837 | 2023-11-21T06:40:56.000Z | Downloaded x509-cert v0.2.4 |
1838 | 2023-11-21T06:40:56.011Z | Downloaded num-bigint-dig v0.8.4 |
1839 | 2023-11-21T06:40:56.019Z | Downloaded bitvec v1.0.1 |
1840 | 2023-11-21T06:40:56.045Z | Downloaded object v0.30.4 |
1841 | 2023-11-21T06:40:56.061Z | Downloaded rsa v0.9.2 |
1842 | 2023-11-21T06:40:56.069Z | Downloaded crc v3.0.1 |
1843 | 2023-11-21T06:40:56.072Z | Downloaded nodrop v0.1.14 |
1844 | 2023-11-21T06:40:56.072Z | Downloaded flagset v0.4.3 |
1845 | 2023-11-21T06:40:56.240Z | Compiling proc-macro2 v1.0.69 |
1846 | 2023-11-21T06:40:56.244Z | Compiling unicode-ident v1.0.12 |
1847 | 2023-11-21T06:40:56.244Z | Compiling libc v0.2.150 |
1848 | 2023-11-21T06:40:56.244Z | Compiling autocfg v1.1.0 |
1849 | 2023-11-21T06:40:56.244Z | Compiling serde v1.0.192 |
1850 | 2023-11-21T06:40:56.260Z | Compiling cfg-if v1.0.0 |
1851 | 2023-11-21T06:40:56.263Z | Compiling version_check v0.9.4 |
1852 | 2023-11-21T06:40:56.363Z | Compiling syn v1.0.109 |
1853 | 2023-11-21T06:40:56.377Z | Compiling parking_lot_core v0.9.8 |
1854 | 2023-11-21T06:40:56.491Z | Compiling typenum v1.16.0 |
1855 | 2023-11-21T06:40:56.931Z | Compiling futures-core v0.3.29 |
1856 | 2023-11-21T06:40:57.108Z | Compiling libm v0.2.7 |
1857 | 2023-11-21T06:40:57.296Z | Compiling generic-array v0.14.7 |
1858 | 2023-11-21T06:40:57.345Z | Compiling lock_api v0.4.10 |
1859 | 2023-11-21T06:40:57.392Z | Compiling num-traits v0.2.16 |
1860 | 2023-11-21T06:40:57.568Z | Compiling once_cell v1.18.0 |
1861 | 2023-11-21T06:40:57.741Z | Compiling pkg-config v0.3.27 |
1862 | 2023-11-21T06:40:57.828Z | Compiling scopeguard v1.2.0 |
1863 | 2023-11-21T06:40:58.206Z | Compiling slab v0.4.9 |
1864 | 2023-11-21T06:40:58.214Z | Compiling serde_json v1.0.108 |
1865 | 2023-11-21T06:40:58.248Z | Compiling futures-task v0.3.29 |
1866 | 2023-11-21T06:40:58.632Z | Compiling quote v1.0.33 |
1867 | 2023-11-21T06:40:58.667Z | Compiling futures-channel v0.3.29 |
1868 | 2023-11-21T06:40:58.724Z | Compiling thiserror v1.0.49 |
1869 | 2023-11-21T06:40:59.122Z | Compiling futures-util v0.3.29 |
1870 | 2023-11-21T06:40:59.378Z | Compiling syn v2.0.32 |
1871 | 2023-11-21T06:40:59.484Z | Compiling cc v1.0.83 |
1872 | 2023-11-21T06:40:59.520Z | Compiling getrandom v0.2.10 |
1873 | 2023-11-21T06:40:59.644Z | Compiling itoa v1.0.9 |
1874 | 2023-11-21T06:40:59.701Z | Compiling memchr v2.6.3 |
1875 | 2023-11-21T06:41:00.080Z | Compiling log v0.4.20 |
1876 | 2023-11-21T06:41:00.126Z | Compiling smallvec v1.11.0 |
1877 | 2023-11-21T06:41:01.536Z | Compiling vcpkg v0.2.15 |
1878 | 2023-11-21T06:41:01.680Z | Compiling byteorder v1.5.0 |
1879 | 2023-11-21T06:41:02.482Z | Compiling parking_lot v0.12.1 |
1880 | 2023-11-21T06:41:02.577Z | Compiling rand_core v0.6.4 |
1881 | 2023-11-21T06:41:02.960Z | Compiling pin-project-lite v0.2.13 |
1882 | 2023-11-21T06:41:03.680Z | Compiling ring v0.17.5 |
1883 | 2023-11-21T06:41:03.982Z | Compiling indexmap v1.9.3 |
1884 | 2023-11-21T06:41:04.432Z | Compiling openssl-sys v0.9.93 |
1885 | 2023-11-21T06:41:05.696Z | Compiling signal-hook-registry v1.4.1 |
1886 | 2023-11-21T06:41:06.148Z | Compiling io-lifetimes v1.0.11 |
1887 | 2023-11-21T06:41:06.659Z | Compiling heck v0.4.1 |
1888 | 2023-11-21T06:41:06.899Z | Compiling ring v0.16.20 |
1889 | 2023-11-21T06:41:07.286Z | Compiling mio v0.8.8 |
1890 | 2023-11-21T06:41:08.474Z | Compiling num-integer v0.1.45 |
1891 | 2023-11-21T06:41:08.523Z | Compiling const-oid v0.9.5 |
1892 | 2023-11-21T06:41:08.895Z | Compiling ryu v1.0.15 |
1893 | 2023-11-21T06:41:09.043Z | Compiling semver v1.0.20 |
1894 | 2023-11-21T06:41:09.971Z | Compiling rustix v0.37.23 |
1895 | 2023-11-21T06:41:10.838Z | Compiling spin v0.5.2 |
1896 | 2023-11-21T06:41:11.175Z | Compiling num_cpus v1.16.0 |
1897 | 2023-11-21T06:41:11.227Z | Compiling socket2 v0.5.4 |
1898 | 2023-11-21T06:41:11.328Z | Compiling futures-sink v0.3.29 |
1899 | 2023-11-21T06:41:11.532Z | Compiling ucd-trie v0.1.6 |
1900 | 2023-11-21T06:41:12.133Z | Compiling unicode-xid v0.2.4 |
1901 | 2023-11-21T06:41:12.303Z | Compiling httparse v1.8.0 |
1902 | 2023-11-21T06:41:12.306Z | Compiling openssl v0.10.57 |
1903 | 2023-11-21T06:41:12.363Z | Compiling synstructure v0.12.6 |
1904 | 2023-11-21T06:41:12.896Z | Compiling tinyvec_macros v0.1.1 |
1905 | 2023-11-21T06:41:13.010Z | Compiling tinyvec v1.6.0 |
1906 | 2023-11-21T06:41:14.168Z | Compiling rustls v0.21.9 |
1907 | 2023-11-21T06:41:14.208Z | Compiling futures-io v0.3.29 |
1908 | 2023-11-21T06:41:14.560Z | Compiling crc32fast v1.3.2 |
1909 | 2023-11-21T06:41:14.599Z | Compiling ppv-lite86 v0.2.17 |
1910 | 2023-11-21T06:41:14.676Z | Compiling native-tls v0.2.11 |
1911 | 2023-11-21T06:41:14.897Z | Compiling pin-utils v0.1.0 |
1912 | 2023-11-21T06:41:15.017Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1913 | 2023-11-21T06:41:15.194Z | Compiling spin v0.9.8 |
1914 | 2023-11-21T06:41:15.378Z | Compiling tracing-core v0.1.31 |
1915 | 2023-11-21T06:41:15.586Z | Compiling unicode-normalization v0.1.22 |
1916 | 2023-11-21T06:41:15.762Z | Compiling subtle v2.5.0 |
1917 | 2023-11-21T06:41:15.920Z | Compiling rand_chacha v0.3.1 |
1918 | 2023-11-21T06:41:16.369Z | Compiling unicode-bidi v0.3.13 |
1919 | 2023-11-21T06:41:16.613Z | Compiling rand v0.8.5 |
1920 | 2023-11-21T06:41:18.185Z | Compiling errno v0.3.2 |
1921 | 2023-11-21T06:41:18.482Z | Compiling num-iter v0.1.43 |
1922 | 2023-11-21T06:41:18.494Z | Compiling ahash v0.8.3 |
1923 | 2023-11-21T06:41:18.607Z | Compiling usdt-impl v0.3.5 |
1924 | 2023-11-21T06:41:18.651Z | Compiling schemars v0.8.13 |
1925 | 2023-11-21T06:41:19.125Z | Compiling rustix v0.38.9 |
1926 | 2023-11-21T06:41:19.394Z | Compiling base64 v0.21.5 |
1927 | 2023-11-21T06:41:19.530Z | Compiling signal-hook v0.3.17 |
1928 | 2023-11-21T06:41:20.050Z | Compiling serde_derive_internals v0.26.0 |
1929 | 2023-11-21T06:41:21.365Z | Compiling serde_derive v1.0.192 |
1930 | 2023-11-21T06:41:21.367Z | Compiling zeroize_derive v1.4.2 |
1931 | 2023-11-21T06:41:21.752Z | Compiling tokio-macros v2.1.0 |
1932 | 2023-11-21T06:41:22.200Z | Compiling thiserror-impl v1.0.49 |
1933 | 2023-11-21T06:41:22.203Z | Compiling futures-macro v0.3.29 |
1934 | 2023-11-21T06:41:22.323Z | Compiling tracing-attributes v0.1.26 |
1935 | 2023-11-21T06:41:23.736Z | Compiling zeroize v1.6.0 |
1936 | 2023-11-21T06:41:24.405Z | Compiling zerocopy-derive v0.2.0 |
1937 | 2023-11-21T06:41:24.779Z | Compiling openssl-macros v0.1.1 |
1938 | 2023-11-21T06:41:25.812Z | Compiling zerocopy-derive v0.6.4 |
1939 | 2023-11-21T06:41:26.494Z | Compiling crypto-common v0.1.6 |
1940 | 2023-11-21T06:41:26.580Z | Compiling block-buffer v0.10.4 |
1941 | 2023-11-21T06:41:26.875Z | Compiling pest v2.7.2 |
1942 | 2023-11-21T06:41:26.962Z | Compiling digest v0.10.7 |
1943 | 2023-11-21T06:41:27.726Z | Compiling tracing v0.1.37 |
1944 | 2023-11-21T06:41:28.650Z | Compiling fnv v1.0.7 |
1945 | 2023-11-21T06:41:28.956Z | Compiling bitflags v1.3.2 |
1946 | 2023-11-21T06:41:29.999Z | Compiling zerocopy v0.3.0 |
1947 | 2023-11-21T06:41:30.437Z | Compiling schemars_derive v0.8.13 |
1948 | 2023-11-21T06:41:31.236Z | Compiling pest_meta v2.7.2 |
1949 | 2023-11-21T06:41:32.227Z | Compiling lazy_static v1.4.0 |
1950 | 2023-11-21T06:41:34.706Z | Compiling pest_generator v2.7.2 |
1951 | 2023-11-21T06:41:35.644Z | Compiling backtrace v0.3.69 |
1952 | 2023-11-21T06:41:35.673Z | Compiling num-bigint v0.4.4 |
1953 | 2023-11-21T06:41:35.685Z | Compiling memoffset v0.9.0 |
1954 | 2023-11-21T06:41:36.121Z | Compiling async-trait v0.1.74 |
1955 | 2023-11-21T06:41:36.249Z | Compiling doc-comment v0.3.3 |
1956 | 2023-11-21T06:41:36.333Z | Compiling smoltcp v0.9.1 |
1957 | 2023-11-21T06:41:36.787Z | Compiling iana-time-zone v0.1.57 |
1958 | 2023-11-21T06:41:36.973Z | Compiling untrusted v0.9.0 |
1959 | 2023-11-21T06:41:37.209Z | Compiling hashbrown v0.12.3 |
1960 | 2023-11-21T06:41:37.234Z | Compiling openssl-probe v0.1.5 |
1961 | 2023-11-21T06:41:37.315Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1962 | 2023-11-21T06:41:37.609Z | Compiling equivalent v1.0.1 |
1963 | 2023-11-21T06:41:37.817Z | Compiling percent-encoding v2.3.0 |
1964 | 2023-11-21T06:41:38.056Z | Compiling pest_derive v2.7.2 |
1965 | 2023-11-21T06:41:38.323Z | Compiling untrusted v0.7.1 |
1966 | 2023-11-21T06:41:38.403Z | Compiling base64ct v1.6.0 |
1967 | 2023-11-21T06:41:38.626Z | Compiling hashbrown v0.14.2 |
1968 | 2023-11-21T06:41:38.724Z | Compiling foreign-types-shared v0.1.1 |
1969 | 2023-11-21T06:41:38.861Z | Compiling crossbeam-utils v0.8.16 |
1970 | 2023-11-21T06:41:39.129Z | Compiling dtrace-parser v0.1.14 |
1971 | 2023-11-21T06:41:39.576Z | Compiling pem-rfc7468 v0.7.0 |
1972 | 2023-11-21T06:41:39.682Z | Compiling foreign-types v0.3.2 |
1973 | 2023-11-21T06:41:41.281Z | Compiling dof v0.1.5 |
1974 | 2023-11-21T06:41:41.884Z | Compiling clap_derive v4.4.2 |
1975 | 2023-11-21T06:41:42.557Z | Compiling der_derive v0.7.2 |
1976 | 2023-11-21T06:41:44.457Z | Compiling bytes v1.5.0 |
1977 | 2023-11-21T06:41:45.399Z | Compiling bitflags v2.4.0 |
1978 | 2023-11-21T06:41:46.269Z | Compiling tokio v1.33.0 |
1979 | 2023-11-21T06:41:47.391Z | Compiling rustc_version v0.4.0 |
1980 | 2023-11-21T06:41:48.367Z | Compiling http v0.2.11 |
1981 | 2023-11-21T06:41:48.423Z | Compiling heapless v0.7.16 |
1982 | 2023-11-21T06:41:49.012Z | Compiling uuid v1.5.0 |
1983 | 2023-11-21T06:41:49.677Z | Compiling indexmap v2.1.0 |
1984 | 2023-11-21T06:41:50.138Z | Compiling chrono v0.4.31 |
1985 | 2023-11-21T06:41:51.752Z | Compiling thread-id v4.2.0 |
1986 | 2023-11-21T06:41:51.811Z | Compiling anstyle v1.0.2 |
1987 | 2023-11-21T06:41:52.069Z | Compiling utf8parse v0.2.1 |
1988 | 2023-11-21T06:41:52.329Z | Compiling cpufeatures v0.2.9 |
1989 | 2023-11-21T06:41:52.458Z | Compiling time-core v0.1.1 |
1990 | 2023-11-21T06:41:52.712Z | Compiling rustversion v1.0.14 |
1991 | 2023-11-21T06:41:52.738Z | Compiling adler v1.0.2 |
1992 | 2023-11-21T06:41:53.193Z | Compiling flagset v0.4.3 |
1993 | 2023-11-21T06:41:53.621Z | Compiling try-lock v0.2.4 |
1994 | 2023-11-21T06:41:53.690Z | Compiling siphasher v0.3.11 |
1995 | 2023-11-21T06:41:53.808Z | Compiling want v0.3.1 |
1996 | 2023-11-21T06:41:54.362Z | Compiling der v0.7.8 |
1997 | 2023-11-21T06:41:56.010Z | Compiling miniz_oxide v0.7.1 |
1998 | 2023-11-21T06:41:56.604Z | Compiling time-macros v0.2.13 |
1999 | 2023-11-21T06:41:58.204Z | Compiling sha2 v0.10.8 |
2000 | 2023-11-21T06:41:58.406Z | Compiling anstyle-parse v0.2.1 |
2001 | 2023-11-21T06:41:59.017Z | Compiling tokio-util v0.7.10 |
2002 | 2023-11-21T06:42:01.378Z | Compiling h2 v0.3.21 |
2003 | 2023-11-21T06:42:04.336Z | Compiling http-body v0.4.5 |
2004 | 2023-11-21T06:42:05.684Z | Compiling rustls-webpki v0.101.7 |
2005 | 2023-11-21T06:42:07.350Z | Compiling serde_tokenstream v0.1.7 |
2006 | 2023-11-21T06:42:08.118Z | Compiling sct v0.7.0 |
2007 | 2023-11-21T06:42:08.483Z | Compiling form_urlencoded v1.2.0 |
2008 | 2023-11-21T06:42:08.563Z | Compiling hubpack_derive v0.1.1 |
2009 | 2023-11-21T06:42:08.901Z | Compiling pin-project-internal v1.1.3 |
2010 | 2023-11-21T06:42:09.425Z | Compiling socket2 v0.4.9 |
2011 | 2023-11-21T06:42:09.816Z | Compiling crossbeam-epoch v0.9.15 |
2012 | 2023-11-21T06:42:10.708Z | Compiling radium v0.7.0 |
2013 | 2023-11-21T06:42:11.171Z | Compiling slog v2.7.0 |
2014 | 2023-11-21T06:42:11.448Z | Compiling anstyle-query v1.0.0 |
2015 | 2023-11-21T06:42:11.462Z | Compiling colorchoice v1.0.0 |
2016 | 2023-11-21T06:42:11.838Z | Compiling anyhow v1.0.75 |
2017 | 2023-11-21T06:42:12.661Z | Compiling tower-service v0.3.2 |
2018 | 2023-11-21T06:42:12.855Z | Compiling httpdate v1.0.3 |
2019 | 2023-11-21T06:42:13.392Z | Compiling hyper v0.14.27 |
2020 | 2023-11-21T06:42:13.467Z | Compiling anstream v0.5.0 |
2021 | 2023-11-21T06:42:19.344Z | Compiling terminal_size v0.2.6 |
2022 | 2023-11-21T06:42:23.178Z | Compiling spki v0.7.2 |
2023 | 2023-11-21T06:42:24.068Z | Compiling toml_datetime v0.6.5 |
2024 | 2023-11-21T06:42:24.682Z | Compiling serde_spanned v0.6.4 |
2025 | 2023-11-21T06:42:25.752Z | Compiling rustls-pemfile v1.0.3 |
2026 | 2023-11-21T06:42:26.247Z | Compiling zerocopy v0.6.4 |
2027 | 2023-11-21T06:42:26.575Z | Compiling md-5 v0.10.5 |
2028 | 2023-11-21T06:42:26.915Z | Compiling hmac v0.12.1 |
2029 | 2023-11-21T06:42:27.482Z | Compiling idna v0.4.0 |
2030 | 2023-11-21T06:42:27.629Z | Compiling stringprep v0.1.3 |
2031 | 2023-11-21T06:42:28.384Z | Compiling diesel_table_macro_syntax v0.1.0 |
2032 | 2023-11-21T06:42:28.860Z | Compiling hash32 v0.2.1 |
2033 | 2023-11-21T06:42:28.942Z | Compiling aho-corasick v1.0.4 |
2034 | 2023-11-21T06:42:28.978Z | Compiling strsim v0.10.0 |
2035 | 2023-11-21T06:42:29.442Z | Compiling winnow v0.5.15 |
2036 | 2023-11-21T06:42:29.598Z | Compiling clap_lex v0.5.1 |
2037 | 2023-11-21T06:42:29.919Z | Compiling regex-syntax v0.8.2 |
2038 | 2023-11-21T06:42:30.748Z | Compiling maybe-uninit v2.0.0 |
2039 | 2023-11-21T06:42:31.421Z | Compiling tap v1.0.1 |
2040 | 2023-11-21T06:42:31.669Z | Compiling fallible-iterator v0.2.0 |
2041 | 2023-11-21T06:42:32.327Z | Compiling gimli v0.28.0 |
2042 | 2023-11-21T06:42:33.076Z | Compiling stable_deref_trait v1.2.0 |
2043 | 2023-11-21T06:42:33.118Z | Compiling either v1.9.0 |
2044 | 2023-11-21T06:42:33.423Z | Compiling dyn-clone v1.0.13 |
2045 | 2023-11-21T06:42:34.713Z | Compiling postgres-protocol v0.6.6 |
2046 | 2023-11-21T06:42:35.122Z | Compiling wyz v0.5.1 |
2047 | 2023-11-21T06:42:35.591Z | Compiling clap_builder v4.4.2 |
2048 | 2023-11-21T06:42:36.294Z | Compiling regex-automata v0.4.3 |
2049 | 2023-11-21T06:42:36.620Z | Compiling url v2.4.1 |
2050 | 2023-11-21T06:42:36.669Z | Compiling diesel_derives v2.1.1 |
2051 | 2023-11-21T06:42:39.493Z | Compiling addr2line v0.21.0 |
2052 | 2023-11-21T06:42:39.556Z | Compiling tokio-rustls v0.24.1 |
2053 | 2023-11-21T06:42:40.476Z | Compiling rustls-native-certs v0.6.3 |
2054 | 2023-11-21T06:42:40.531Z | Compiling strum_macros v0.25.2 |
2055 | 2023-11-21T06:42:43.168Z | Compiling tokio-native-tls v0.3.1 |
2056 | 2023-11-21T06:42:47.531Z | Compiling usdt-attr-macro v0.3.5 |
2057 | 2023-11-21T06:42:47.597Z | Compiling usdt-macro v0.3.5 |
2058 | 2023-11-21T06:42:49.513Z | Compiling phf_shared v0.11.2 |
2059 | 2023-11-21T06:42:50.251Z | Compiling block-padding v0.3.3 |
2060 | 2023-11-21T06:42:50.276Z | Compiling enum-as-inner v0.5.1 |
2061 | 2023-11-21T06:42:50.564Z | Compiling snafu-derive v0.7.5 |
2062 | 2023-11-21T06:42:50.578Z | Compiling serde_repr v0.1.16 |
2063 | 2023-11-21T06:42:51.745Z | Compiling scheduled-thread-pool v0.2.7 |
2064 | 2023-11-21T06:42:52.273Z | Compiling object v0.32.1 |
2065 | 2023-11-21T06:42:55.298Z | Compiling managed v0.8.0 |
2066 | 2023-11-21T06:42:56.010Z | Compiling regex-automata v0.1.10 |
2067 | 2023-11-21T06:42:58.109Z | Compiling num-bigint-dig v0.8.4 |
2068 | 2023-11-21T06:42:58.534Z | Compiling packed_struct v0.10.1 |
2069 | 2023-11-21T06:42:58.652Z | Compiling bit-vec v0.6.3 |
2070 | 2023-11-21T06:42:59.273Z | Compiling ipnet v2.8.0 |
2071 | 2023-11-21T06:42:59.932Z | Compiling deranged v0.3.8 |
2072 | 2023-11-21T06:43:00.207Z | Compiling funty v2.0.0 |
2073 | 2023-11-21T06:43:00.981Z | Compiling num_threads v0.1.6 |
2074 | 2023-11-21T06:43:02.164Z | Compiling matches v0.1.10 |
2075 | 2023-11-21T06:43:03.617Z | Compiling rustc-demangle v0.1.23 |
2076 | 2023-11-21T06:43:05.057Z | Compiling time v0.3.27 |
2077 | 2023-11-21T06:43:06.302Z | Compiling idna v0.2.3 |
2078 | 2023-11-21T06:43:08.724Z | Compiling bitvec v1.0.1 |
2079 | 2023-11-21T06:43:09.777Z | Compiling bstr v0.2.17 |
2080 | 2023-11-21T06:43:12.087Z | Compiling r2d2 v0.8.10 |
2081 | 2023-11-21T06:43:14.885Z | Compiling inout v0.1.3 |
2082 | 2023-11-21T06:43:15.754Z | Compiling phf v0.11.2 |
2083 | 2023-11-21T06:43:16.235Z | Compiling hyper-tls v0.5.0 |
2084 | 2023-11-21T06:43:16.629Z | Compiling regex v1.10.2 |
2085 | 2023-11-21T06:43:16.735Z | Compiling clap v4.4.3 |
2086 | 2023-11-21T06:43:16.886Z | Compiling signal-hook-mio v0.2.3 |
2087 | 2023-11-21T06:43:16.977Z | Compiling hyper-rustls v0.24.2 |
2088 | 2023-11-21T06:43:17.100Z | Compiling flate2 v1.0.28 |
2089 | 2023-11-21T06:43:17.764Z | Compiling bzip2 v0.4.4 |
2090 | 2023-11-21T06:43:18.323Z | Compiling ipnetwork v0.20.0 |
2091 | 2023-11-21T06:43:18.346Z | Compiling postgres-types v0.2.6 |
2092 | 2023-11-21T06:43:18.771Z | Compiling toml_edit v0.19.15 |
2093 | 2023-11-21T06:43:19.529Z | Compiling itertools v0.11.0 |
2094 | 2023-11-21T06:43:19.696Z | Compiling pkcs8 v0.10.2 |
2095 | 2023-11-21T06:43:20.596Z | Compiling pin-project v1.1.3 |
2096 | 2023-11-21T06:43:21.260Z | Compiling hubpack v0.1.2 |
2097 | 2023-11-21T06:43:21.345Z | Compiling serde_urlencoded v0.7.1 |
2098 | 2023-11-21T06:43:21.952Z | Compiling phf_shared v0.10.0 |
2099 | 2023-11-21T06:43:22.237Z | Compiling futures-executor v0.3.29 |
2100 | 2023-11-21T06:43:24.322Z | Compiling signature v2.1.0 |
2101 | 2023-11-21T06:43:24.965Z | Compiling packed_struct_codegen v0.10.1 |
2102 | 2023-11-21T06:43:27.172Z | Compiling float-cmp v0.9.0 |
2103 | 2023-11-21T06:43:28.114Z | Compiling encoding_rs v0.8.33 |
2104 | 2023-11-21T06:43:28.441Z | Compiling new_debug_unreachable v1.0.4 |
2105 | 2023-11-21T06:43:29.232Z | Compiling predicates-core v1.0.6 |
2106 | 2023-11-21T06:43:30.339Z | Compiling data-encoding v2.4.0 |
2107 | 2023-11-21T06:43:30.429Z | Compiling difflib v0.4.0 |
2108 | 2023-11-21T06:43:32.528Z | Compiling precomputed-hash v0.1.1 |
2109 | 2023-11-21T06:43:32.701Z | Compiling whoami v1.4.1 |
2110 | 2023-11-21T06:43:33.320Z | Compiling unicode-width v0.1.11 |
2111 | 2023-11-21T06:43:33.550Z | Compiling regex-automata v0.3.8 |
2112 | 2023-11-21T06:43:33.554Z | Compiling static_assertions v1.1.0 |
2113 | 2023-11-21T06:43:33.682Z | Compiling normalize-line-endings v0.3.0 |
2114 | 2023-11-21T06:43:33.836Z | Compiling nodrop v0.1.14 |
2115 | 2023-11-21T06:43:34.004Z | Compiling webpki-roots v0.25.2 |
2116 | 2023-11-21T06:43:34.240Z | Compiling fixedbitset v0.4.2 |
2117 | 2023-11-21T06:43:34.284Z | Compiling mime v0.3.17 |
2118 | 2023-11-21T06:43:34.828Z | Compiling crc-catalog v2.2.0 |
2119 | 2023-11-21T06:43:35.029Z | Compiling unicode-segmentation v1.10.1 |
2120 | 2023-11-21T06:43:36.398Z | Compiling bstr v1.6.0 |
2121 | 2023-11-21T06:43:37.369Z | Compiling similar v2.2.1 |
2122 | 2023-11-21T06:43:40.811Z | Compiling crc v3.0.1 |
2123 | 2023-11-21T06:43:41.965Z | Compiling reqwest v0.11.22 |
2124 | 2023-11-21T06:43:42.592Z | Compiling petgraph v0.6.4 |
2125 | 2023-11-21T06:43:43.444Z | Compiling array-init v0.0.4 |
2126 | 2023-11-21T06:43:45.620Z | Compiling predicates v3.0.4 |
2127 | 2023-11-21T06:43:48.042Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2128 | 2023-11-21T06:43:49.100Z | Compiling console v0.15.7 |
2129 | 2023-11-21T06:43:49.493Z | Compiling tokio-postgres v0.7.10 |
2130 | 2023-11-21T06:43:51.215Z | Compiling string_cache v0.8.7 |
2131 | 2023-11-21T06:43:51.845Z | Compiling trust-dns-proto v0.22.0 |
2132 | 2023-11-21T06:44:03.988Z | Compiling toml v0.7.8 |
2133 | 2023-11-21T06:44:04.478Z | Compiling futures v0.3.29 |
2134 | 2023-11-21T06:44:05.890Z | Compiling snafu v0.7.5 |
2135 | 2023-11-21T06:44:06.007Z | Compiling pkcs1 v0.7.5 |
2136 | 2023-11-21T06:44:06.452Z | Compiling diesel v2.1.4 |
2137 | 2023-11-21T06:44:06.508Z | Compiling smallvec v0.6.14 |
2138 | 2023-11-21T06:44:06.693Z | Compiling zip v0.6.6 |
2139 | 2023-11-21T06:44:07.119Z | Compiling yasna v0.5.2 |
2140 | 2023-11-21T06:44:07.190Z | Compiling crossterm v0.27.0 |
2141 | 2023-11-21T06:44:08.776Z | Compiling cipher v0.4.4 |
2142 | 2023-11-21T06:44:09.884Z | Compiling hashbrown v0.13.2 |
2143 | 2023-11-21T06:44:12.868Z | Compiling bit-set v0.5.3 |
2144 | 2023-11-21T06:44:13.286Z | Compiling usdt v0.3.5 |
2145 | 2023-11-21T06:44:13.669Z | Compiling is-terminal v0.4.9 |
2146 | 2023-11-21T06:44:13.831Z | Compiling toml_edit v0.21.0 |
2147 | 2023-11-21T06:44:16.056Z | Compiling itertools v0.10.5 |
2148 | 2023-11-21T06:44:21.051Z | Compiling tokio-stream v0.1.14 |
2149 | 2023-11-21T06:44:21.224Z | Compiling openapiv3 v2.0.0-rc.1 |
2150 | 2023-11-21T06:44:22.550Z | Compiling hex v0.4.3 |
2151 | 2023-11-21T06:44:32.099Z | Compiling lalrpop-util v0.19.12 |
2152 | 2023-11-21T06:44:32.605Z | Compiling bitfield v0.14.0 |
2153 | 2023-11-21T06:44:33.075Z | Compiling termcolor v1.2.0 |
2154 | 2023-11-21T06:44:45.555Z | Compiling env_logger v0.10.0 |
2155 | 2023-11-21T06:44:47.702Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2156 | 2023-11-21T06:44:57.769Z | Compiling rsa v0.9.2 |
2157 | 2023-11-21T06:45:05.362Z | Compiling serde-hex v0.1.0 |
2158 | 2023-11-21T06:45:07.472Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2159 | 2023-11-21T06:45:13.778Z | Compiling x509-cert v0.2.4 |
2160 | 2023-11-21T06:45:14.695Z | Compiling ron v0.8.1 |
2161 | 2023-11-21T06:45:14.907Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2162 | 2023-11-21T06:45:21.505Z | Compiling crc-any v2.4.3 |
2163 | 2023-11-21T06:45:24.805Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2164 | 2023-11-21T06:45:45.548Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2165 | 2023-11-21T06:45:59.460Z | Compiling object v0.30.4 |
2166 | 2023-11-21T06:46:06.377Z | Compiling path-slash v0.1.5 |
2167 | 2023-11-21T06:46:12.068Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2168 | 2023-11-21T06:46:58.125Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2169 | 2023-11-21T06:46:59.323Z | Finished release [optimized] target(s) in 6m 04s |
2170 | 2023-11-21T06:46:59.407Z | |
2171 | 2023-11-21T06:46:59.407Z | real 6:04.427696914 |
2172 | 2023-11-21T06:46:59.407Z | user 41:58.300761693 |
2173 | 2023-11-21T06:46:59.407Z | sys 3:40.742980540 |
2174 | 2023-11-21T06:46:59.407Z | trap 1.867264098 |
2175 | 2023-11-21T06:46:59.407Z | tflt 1.027125446 |
2176 | 2023-11-21T06:46:59.410Z | dflt 0.393300613 |
2177 | 2023-11-21T06:46:59.410Z | kflt 0.000284294 |
2178 | 2023-11-21T06:46:59.410Z | lock 1:33:51.429986599 |
2179 | 2023-11-21T06:46:59.410Z | slp 1:58:54.583330651 |
2180 | 2023-11-21T06:46:59.410Z | lat 1:45.747327883 |
2181 | 2023-11-21T06:46:59.410Z | stop 1:12.880248240 |
2182 | 2023-11-21T06:46:59.410Z | + ptime -m gzip |
2183 | 2023-11-21T06:47:00.079Z | |
2184 | 2023-11-21T06:47:00.079Z | real 0.667056726 |
2185 | 2023-11-21T06:47:00.082Z | user 0.657612202 |
2186 | 2023-11-21T06:47:00.082Z | sys 0.008783798 |
2187 | 2023-11-21T06:47:00.082Z | trap 0.000094821 |
2188 | 2023-11-21T06:47:00.082Z | tflt 0.000000000 |
2189 | 2023-11-21T06:47:00.082Z | dflt 0.000000000 |
2190 | 2023-11-21T06:47:00.082Z | kflt 0.000000000 |
2191 | 2023-11-21T06:47:00.082Z | lock 0.000000000 |
2192 | 2023-11-21T06:47:00.082Z | slp 0.000000000 |
2193 | 2023-11-21T06:47:00.082Z | lat 0.000218094 |
2194 | 2023-11-21T06:47:00.082Z | stop 0.000229329 |
2195 | 2023-11-21T06:47:00.082Z | + banner tufaceous |
2196 | 2023-11-21T06:47:00.082Z | |
2197 | 2023-11-21T06:47:00.082Z | ##### # # ###### ## #### ###### #### # # #### |
2198 | 2023-11-21T06:47:00.085Z | # # # # # # # # # # # # # # |
2199 | 2023-11-21T06:47:00.085Z | # # # ##### # # # ##### # # # # #### |
2200 | 2023-11-21T06:47:00.085Z | # # # # ###### # # # # # # # |
2201 | 2023-11-21T06:47:00.085Z | # # # # # # # # # # # # # # # |
2202 | 2023-11-21T06:47:00.085Z | # #### # # # #### ###### #### #### #### |
2203 | 2023-11-21T06:47:00.085Z | |
2204 | 2023-11-21T06:47:00.085Z | + ptime -m cargo build --locked -p tufaceous --release |
2205 | 2023-11-21T06:47:00.722Z | Downloading crates ... |
2206 | 2023-11-21T06:47:01.033Z | Downloaded humantime v2.1.0 |
2207 | 2023-11-21T06:47:01.037Z | Downloaded fs-err v2.11.0 |
2208 | 2023-11-21T06:47:01.042Z | Downloaded olpc-cjson v0.1.3 |
2209 | 2023-11-21T06:47:01.044Z | Downloaded buf-list v1.0.3 |
2210 | 2023-11-21T06:47:01.048Z | Downloaded serde_plain v1.0.2 |
2211 | 2023-11-21T06:47:01.051Z | Downloaded tough v0.15.0 |
2212 | 2023-11-21T06:47:01.063Z | Downloaded bytesize v1.3.0 |
2213 | 2023-11-21T06:47:01.066Z | Downloaded globset v0.4.13 |
2214 | 2023-11-21T06:47:01.070Z | Downloaded typed-path v0.6.0 |
2215 | 2023-11-21T06:47:01.078Z | Downloaded async-recursion v1.0.5 |
2216 | 2023-11-21T06:47:01.236Z | Compiling serde_tokenstream v0.2.0 |
2217 | 2023-11-21T06:47:01.257Z | Compiling regress v0.7.1 |
2218 | 2023-11-21T06:47:01.268Z | Compiling dirs-sys-next v0.1.2 |
2219 | 2023-11-21T06:47:01.271Z | Compiling ident_case v1.0.1 |
2220 | 2023-11-21T06:47:01.295Z | Compiling thread_local v1.1.7 |
2221 | 2023-11-21T06:47:01.305Z | Compiling heck v0.4.1 |
2222 | 2023-11-21T06:47:01.308Z | Compiling slog-async v2.8.0 |
2223 | 2023-11-21T06:47:01.484Z | Compiling darling_core v0.20.3 |
2224 | 2023-11-21T06:47:01.972Z | Compiling dirs-next v2.0.0 |
2225 | 2023-11-21T06:47:02.014Z | Compiling camino v1.1.6 |
2226 | 2023-11-21T06:47:02.348Z | Compiling term v0.7.0 |
2227 | 2023-11-21T06:47:02.636Z | Compiling crossbeam-channel v0.5.8 |
2228 | 2023-11-21T06:47:02.956Z | Compiling getopts v0.2.21 |
2229 | 2023-11-21T06:47:03.101Z | Compiling structmeta-derive v0.2.0 |
2230 | 2023-11-21T06:47:03.378Z | Compiling atty v0.2.14 |
2231 | 2023-11-21T06:47:03.577Z | Compiling multer v2.1.0 |
2232 | 2023-11-21T06:47:04.000Z | Compiling unsafe-libyaml v0.2.9 |
2233 | 2023-11-21T06:47:04.355Z | Compiling paste v1.0.14 |
2234 | 2023-11-21T06:47:05.008Z | Compiling take_mut v0.2.2 |
2235 | 2023-11-21T06:47:05.226Z | Compiling match_cfg v0.1.0 |
2236 | 2023-11-21T06:47:05.351Z | Compiling hostname v0.3.1 |
2237 | 2023-11-21T06:47:05.864Z | Compiling slog-term v2.9.0 |
2238 | 2023-11-21T06:47:06.973Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2239 | 2023-11-21T06:47:09.276Z | Compiling structmeta v0.2.0 |
2240 | 2023-11-21T06:47:09.862Z | Compiling serde_yaml v0.9.25 |
2241 | 2023-11-21T06:47:10.604Z | Compiling darling_macro v0.20.3 |
2242 | 2023-11-21T06:47:10.811Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2243 | 2023-11-21T06:47:10.834Z | Compiling slog-json v2.6.1 |
2244 | 2023-11-21T06:47:11.617Z | Compiling async-stream-impl v0.3.5 |
2245 | 2023-11-21T06:47:12.028Z | Compiling darling v0.20.3 |
2246 | 2023-11-21T06:47:12.178Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2247 | 2023-11-21T06:47:12.620Z | Compiling fastrand v2.0.0 |
2248 | 2023-11-21T06:47:13.527Z | Compiling regex-syntax v0.7.5 |
2249 | 2023-11-21T06:47:13.595Z | Compiling atomic-waker v1.1.1 |
2250 | 2023-11-21T06:47:13.721Z | Compiling async-stream v0.3.5 |
2251 | 2023-11-21T06:47:13.852Z | Compiling waitgroup v0.1.2 |
2252 | 2023-11-21T06:47:14.183Z | Compiling tempfile v3.8.0 |
2253 | 2023-11-21T06:47:14.272Z | Compiling serde_with_macros v2.3.3 |
2254 | 2023-11-21T06:47:14.420Z | Compiling slog-bunyan v2.4.0 |
2255 | 2023-11-21T06:47:17.483Z | Compiling toml v0.8.8 |
2256 | 2023-11-21T06:47:17.835Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2257 | 2023-11-21T06:47:18.121Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2258 | 2023-11-21T06:47:19.860Z | Compiling sha1 v0.10.6 |
2259 | 2023-11-21T06:47:19.872Z | Compiling serde_path_to_error v0.1.14 |
2260 | 2023-11-21T06:47:20.555Z | Compiling instant v0.1.12 |
2261 | 2023-11-21T06:47:20.765Z | Compiling fs-err v2.11.0 |
2262 | 2023-11-21T06:47:21.050Z | Compiling same-file v1.0.6 |
2263 | 2023-11-21T06:47:21.205Z | Compiling debug-ignore v1.0.5 |
2264 | 2023-11-21T06:47:21.392Z | Compiling buf-list v1.0.3 |
2265 | 2023-11-21T06:47:21.407Z | Compiling arc-swap v1.6.0 |
2266 | 2023-11-21T06:47:21.502Z | Compiling walkdir v2.4.0 |
2267 | 2023-11-21T06:47:22.257Z | Compiling slog-scope v4.4.0 |
2268 | 2023-11-21T06:47:22.841Z | Compiling backoff v0.4.0 |
2269 | 2023-11-21T06:47:23.405Z | Compiling serde_with v2.3.3 |
2270 | 2023-11-21T06:47:23.814Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2271 | 2023-11-21T06:47:23.882Z | Compiling parse-display-derive v0.8.2 |
2272 | 2023-11-21T06:47:24.429Z | Compiling globset v0.4.13 |
2273 | 2023-11-21T06:47:24.862Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2274 | 2023-11-21T06:47:25.089Z | Compiling strum v0.25.0 |
2275 | 2023-11-21T06:47:25.336Z | Compiling olpc-cjson v0.1.3 |
2276 | 2023-11-21T06:47:25.973Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2277 | 2023-11-21T06:47:26.191Z | Compiling pem v3.0.2 |
2278 | 2023-11-21T06:47:27.054Z | Compiling macaddr v1.0.1 |
2279 | 2023-11-21T06:47:28.289Z | Compiling serde_plain v1.0.2 |
2280 | 2023-11-21T06:47:28.881Z | Compiling async-recursion v1.0.5 |
2281 | 2023-11-21T06:47:29.139Z | Compiling filetime v0.2.22 |
2282 | 2023-11-21T06:47:29.627Z | Compiling xattr v1.0.1 |
2283 | 2023-11-21T06:47:30.057Z | Compiling typed-path v0.6.0 |
2284 | 2023-11-21T06:47:30.075Z | Compiling parse-display v0.8.2 |
2285 | 2023-11-21T06:47:30.361Z | Compiling tar v0.4.40 |
2286 | 2023-11-21T06:47:31.119Z | Compiling slog-stdlog v4.1.1 |
2287 | 2023-11-21T06:47:32.612Z | Compiling camino-tempfile v1.0.2 |
2288 | 2023-11-21T06:47:33.208Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2289 | 2023-11-21T06:47:33.389Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2290 | 2023-11-21T06:47:33.882Z | Compiling tough v0.15.0 |
2291 | 2023-11-21T06:47:39.461Z | Compiling itertools v0.12.0 |
2292 | 2023-11-21T06:47:40.057Z | Compiling bytesize v1.3.0 |
2293 | 2023-11-21T06:47:40.978Z | Compiling slog-envlogger v2.2.0 |
2294 | 2023-11-21T06:47:41.978Z | Compiling humantime v2.1.0 |
2295 | 2023-11-21T06:47:44.372Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2296 | 2023-11-21T06:48:08.576Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2297 | 2023-11-21T06:48:08.863Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2298 | 2023-11-21T06:48:19.625Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2299 | 2023-11-21T06:48:22.095Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2300 | 2023-11-21T06:48:51.633Z | Finished release [optimized] target(s) in 1m 51s |
2301 | 2023-11-21T06:48:51.723Z | |
2302 | 2023-11-21T06:48:51.726Z | real 1:51.622018998 |
2303 | 2023-11-21T06:48:51.726Z | user 11:48.183900398 |
2304 | 2023-11-21T06:48:51.726Z | sys 47.539609639 |
2305 | 2023-11-21T06:48:51.726Z | trap 0.481379871 |
2306 | 2023-11-21T06:48:51.726Z | tflt 0.333593573 |
2307 | 2023-11-21T06:48:51.726Z | dflt 0.841138476 |
2308 | 2023-11-21T06:48:51.726Z | kflt 0.000026425 |
2309 | 2023-11-21T06:48:51.726Z | lock 23:06.778530748 |
2310 | 2023-11-21T06:48:51.726Z | slp 24:43.808908878 |
2311 | 2023-11-21T06:48:51.726Z | lat 21.334614011 |
2312 | 2023-11-21T06:48:51.726Z | stop 10.197796912 |
2313 | 2023-11-21T06:48:51.726Z | + ptime -m gzip |
2314 | 2023-11-21T06:48:54.104Z | |
2315 | 2023-11-21T06:48:54.104Z | real 2.374653681 |
2316 | 2023-11-21T06:48:54.107Z | user 2.349269148 |
2317 | 2023-11-21T06:48:54.107Z | sys 0.021991703 |
2318 | 2023-11-21T06:48:54.107Z | trap 0.001013788 |
2319 | 2023-11-21T06:48:54.107Z | tflt 0.000000000 |
2320 | 2023-11-21T06:48:54.107Z | dflt 0.000000000 |
2321 | 2023-11-21T06:48:54.107Z | kflt 0.000000000 |
2322 | 2023-11-21T06:48:54.107Z | lock 0.000000000 |
2323 | 2023-11-21T06:48:54.107Z | slp 0.000000000 |
2324 | 2023-11-21T06:48:54.107Z | lat 0.002042542 |
2325 | 2023-11-21T06:48:54.107Z | stop 0.000229105 |
2326 | 2023-11-21T06:48:54.107Z | process exited: duration 1195553 ms, exit code 0 |
|
2327 | 2023-11-21T06:48:54.125Z | found 5 output files |
2328 | 2023-11-21T06:48:54.125Z | uploading: /work/end-to-end-tests/bootstrap-883d2a0d94dacc43.gz (6360559 bytes) |
2329 | 2023-11-21T06:48:58.682Z | uploaded: /work/end-to-end-tests/bootstrap-883d2a0d94dacc43.gz |
2330 | 2023-11-21T06:48:58.682Z | uploading: /work/end-to-end-tests/bootstrap.gz (86894356 bytes) |
2331 | 2023-11-21T06:49:23.245Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2332 | 2023-11-21T06:49:23.245Z | uploading: /work/end-to-end-tests/end_to_end_tests-65b59268af083e5e.gz (99504196 bytes) |
2333 | 2023-11-21T06:49:46.910Z | uploaded: /work/end-to-end-tests/end_to_end_tests-65b59268af083e5e.gz |
2334 | 2023-11-21T06:49:46.910Z | uploading: /work/caboose-util.gz (4110349 bytes) |
2335 | 2023-11-21T06:49:50.118Z | uploaded: /work/caboose-util.gz |
2336 | 2023-11-21T06:49:50.125Z | uploading: /work/tufaceous.gz (14973502 bytes) |
2337 | 2023-11-21T06:49:55.699Z | uploaded: /work/tufaceous.gz |