|
|
|
1 | 2023-10-26T22:18:22.907Z | job assigned to worker 01HDQ10TM3C3KNMWNFXPCN1G4Z (queued for 1 m 1 s) |
|
2 | 2023-10-26T22:18:23.893Z | starting task 0: "setup" |
3 | 2023-10-26T22:18:23.956Z | ++ uname -s |
4 | 2023-10-26T22:18:24.053Z | + kern=SunOS |
5 | 2023-10-26T22:18:24.058Z | + case "$kern" in |
6 | 2023-10-26T22:18:24.061Z | + groupadd -g 12345 build |
7 | 2023-10-26T22:18:24.066Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-26T22:18:25.971Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-26T22:18:26.073Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-26T22:18:26.079Z | + home_fs=zfs |
11 | 2023-10-26T22:18:26.115Z | + [[ zfs == autofs ]] |
12 | 2023-10-26T22:18:26.120Z | + mkdir -p /home/build |
13 | 2023-10-26T22:18:26.125Z | + chown build:build /home/build /work |
14 | 2023-10-26T22:18:27.081Z | + chmod 0700 /home/build /work |
15 | 2023-10-26T22:18:27.085Z | process exited: duration 3185 ms, exit code 0 |
|
16 | 2023-10-26T22:18:27.090Z | starting task 1: "rust-toolchain" |
17 | 2023-10-26T22:18:27.102Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-26T22:18:27.106Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-26T22:18:27.282Z | info: downloading installer |
20 | 2023-10-26T22:18:29.060Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-26T22:18:29.065Z | warning: /opt/ooce/bin |
22 | 2023-10-26T22:18:29.068Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-26T22:18:29.071Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-26T22:18:29.075Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-26T22:18:29.079Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-26T22:18:29.085Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-26T22:18:29.089Z | error: cannot install while Rust is installed |
28 | 2023-10-26T22:18:29.095Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-26T22:18:29.191Z | info: profile set to 'default' |
30 | 2023-10-26T22:18:29.195Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-26T22:18:29.199Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-26T22:18:29.362Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-26T22:18:29.367Z | info: downloading component 'cargo' |
34 | 2023-10-26T22:18:30.050Z | info: downloading component 'clippy' |
35 | 2023-10-26T22:18:30.329Z | info: downloading component 'rust-docs' |
36 | 2023-10-26T22:18:31.162Z | info: downloading component 'rust-std' |
37 | 2023-10-26T22:18:32.695Z | info: downloading component 'rustc' |
38 | 2023-10-26T22:18:36.413Z | info: downloading component 'rustfmt' |
39 | 2023-10-26T22:18:36.623Z | info: installing component 'cargo' |
40 | 2023-10-26T22:18:38.042Z | info: installing component 'clippy' |
41 | 2023-10-26T22:18:38.638Z | info: installing component 'rust-docs' |
42 | 2023-10-26T22:18:41.378Z | info: installing component 'rust-std' |
43 | 2023-10-26T22:18:44.471Z | info: installing component 'rustc' |
44 | 2023-10-26T22:18:51.121Z | info: installing component 'rustfmt' |
45 | 2023-10-26T22:18:51.562Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-26T22:18:51.566Z | |
47 | 2023-10-26T22:18:51.693Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-26T22:18:51.697Z | |
49 | 2023-10-26T22:18:51.700Z | |
50 | 2023-10-26T22:18:51.704Z | Rust is installed now. Great! |
51 | 2023-10-26T22:18:51.713Z | |
52 | 2023-10-26T22:18:51.718Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-26T22:18:51.722Z | environment variable. This has not been done automatically. |
54 | 2023-10-26T22:18:51.727Z | |
55 | 2023-10-26T22:18:51.730Z | To configure your current shell, run: |
56 | 2023-10-26T22:18:51.734Z | source "$HOME/.cargo/env" |
57 | 2023-10-26T22:18:51.779Z | + rustc --version |
58 | 2023-10-26T22:18:51.889Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-26T22:18:51.894Z | process exited: duration 24799 ms, exit code 0 |
|
60 | 2023-10-26T22:18:51.902Z | starting task 2: "authentication" |
61 | 2023-10-26T22:18:51.938Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-10-26T22:18:51.945Z | starting task 3: "clone repository" |
63 | 2023-10-26T22:18:51.955Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-26T22:18:51.959Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-26T22:18:52.002Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-26T22:18:58.279Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-26T22:18:58.290Z | + [[ -n dap/omdb-db-version ]] |
68 | 2023-10-26T22:18:58.301Z | + git fetch origin dap/omdb-db-version |
69 | 2023-10-26T22:18:58.687Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-26T22:18:58.690Z | * branch dap/omdb-db-version -> FETCH_HEAD |
71 | 2023-10-26T22:18:58.706Z | + git checkout -B dap/omdb-db-version remotes/origin/dap/omdb-db-version |
72 | 2023-10-26T22:18:58.783Z | Switched to a new branch 'dap/omdb-db-version' |
73 | 2023-10-26T22:18:58.786Z | branch 'dap/omdb-db-version' set up to track 'origin/dap/omdb-db-version'. |
74 | 2023-10-26T22:18:58.790Z | + git reset --hard b6fe409d74d32e43335b8545e1d089e5a88d42d9 |
75 | 2023-10-26T22:18:58.932Z | HEAD is now at b6fe409d omdb could care less about the current database version |
76 | 2023-10-26T22:18:58.937Z | process exited: duration 6981 ms, exit code 0 |
|
77 | 2023-10-26T22:18:58.945Z | starting task 4: "build" |
78 | 2023-10-26T22:18:58.955Z | + cargo --version |
79 | 2023-10-26T22:18:59.043Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-26T22:18:59.046Z | + rustc --version |
81 | 2023-10-26T22:18:59.149Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-26T22:18:59.152Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-26T22:19:05.701Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-26T22:19:06.626Z | Startup: Caching catalogs ... Done |
85 | 2023-10-26T22:19:11.338Z | Planning: Solver setup ... Done (4.425s) |
86 | 2023-10-26T22:19:11.455Z | Planning: Running solver ... Done (0.116s) |
87 | 2023-10-26T22:19:11.505Z | Planning: Finding local manifests ... Done (0.002s) |
88 | 2023-10-26T22:19:11.519Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-26T22:19:11.756Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-26T22:19:12.245Z | Planning: Package planning ... Done (0.079s) |
91 | 2023-10-26T22:19:12.273Z | Planning: Merging actions ... Done (0.086s) |
92 | 2023-10-26T22:19:13.115Z | Planning: Checking for conflicting actions ... Done (0.788s) |
93 | 2023-10-26T22:19:13.126Z | Planning: Consolidating action changes ... Done (0.016s) |
94 | 2023-10-26T22:19:19.029Z | Planning: Evaluating mediators ... Done (6.308s) |
95 | 2023-10-26T22:19:19.053Z | Planning: Planning completed in 12.36 seconds |
96 | 2023-10-26T22:19:19.067Z | Packages to install: 4 |
97 | 2023-10-26T22:19:19.071Z | Mediators to change: 2 |
98 | 2023-10-26T22:19:19.075Z | Services to change: 1 |
99 | 2023-10-26T22:19:19.079Z | Estimated space available: 149.39 GB |
100 | 2023-10-26T22:19:19.088Z | Estimated space to be consumed: 1.37 GB |
101 | 2023-10-26T22:19:19.111Z | Create boot environment: No |
102 | 2023-10-26T22:19:19.125Z | Create backup boot environment: No |
103 | 2023-10-26T22:19:19.133Z | Rebuild boot archive: No |
104 | 2023-10-26T22:19:19.138Z | |
105 | 2023-10-26T22:19:19.141Z | Changed mediators: |
106 | 2023-10-26T22:19:19.147Z | mediator clang: |
107 | 2023-10-26T22:19:19.151Z | version: None -> 15 (system default) |
108 | 2023-10-26T22:19:19.157Z | |
109 | 2023-10-26T22:19:19.161Z | mediator llvm: |
110 | 2023-10-26T22:19:19.167Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-26T22:19:19.172Z | |
112 | 2023-10-26T22:19:19.185Z | Changed packages: |
113 | 2023-10-26T22:19:19.602Z | helios-dev |
114 | 2023-10-26T22:19:19.608Z | developer/build-essential |
115 | 2023-10-26T22:19:20.025Z | None -> 11-2.0 |
116 | 2023-10-26T22:19:20.034Z | library/libxmlsec1 |
117 | 2023-10-26T22:19:20.042Z | None -> 1.2.35-2.0 |
118 | 2023-10-26T22:19:20.052Z | ooce/developer/clang-15 |
119 | 2023-10-26T22:19:20.062Z | None -> 15.0.7-2.0 |
120 | 2023-10-26T22:19:20.072Z | ooce/developer/llvm-15 |
121 | 2023-10-26T22:19:20.081Z | None -> 15.0.7-2.0 |
122 | 2023-10-26T22:19:20.090Z | |
123 | 2023-10-26T22:19:20.098Z | Services: |
124 | 2023-10-26T22:19:20.105Z | restart_fmri: |
125 | 2023-10-26T22:19:20.113Z | svc:/system/update-man-index:default |
126 | 2023-10-26T22:19:20.125Z | |
127 | 2023-10-26T22:19:20.134Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-26T22:19:24.564Z | Download: 804/3290 items 4.5/212.6MB 2% complete (930k/s) |
129 | 2023-10-26T22:19:29.580Z | Download: 1658/3290 items 117.9/212.6MB 55% complete (12.0M/s) |
130 | 2023-10-26T22:19:40.948Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (11.5M/s) |
131 | 2023-10-26T22:19:45.750Z | Download: Completed 212.60 MB in 26.18 seconds (8.1M/s) |
132 | 2023-10-26T22:19:46.486Z | Actions: 1/3687 actions (Installing new actions) |
133 | 2023-10-26T22:19:51.493Z | Actions: 2486/3687 actions (Installing new actions) |
134 | 2023-10-26T22:19:55.061Z | Actions: Completed 3687 actions in 8.58 seconds. |
135 | 2023-10-26T22:19:55.216Z | Done (0.147s) |
136 | 2023-10-26T22:19:55.219Z | Done (0.000s) |
137 | 2023-10-26T22:19:55.419Z | Done (0.201s) |
138 | 2023-10-26T22:20:03.260Z | Done (7.718s) |
139 | 2023-10-26T22:20:09.407Z | Done (0.343s) |
140 | 2023-10-26T22:20:09.523Z | Done (0.000s) |
141 | 2023-10-26T22:20:09.639Z | Done (0.000s) |
142 | 2023-10-26T22:20:09.857Z | Planning: Evaluating mediator changes ... Done |
143 | 2023-10-26T22:20:10.012Z | Planning: Checking for conflicting actions ... Done |
144 | 2023-10-26T22:20:10.032Z | Planning: Consolidating action changes ... Done |
145 | 2023-10-26T22:20:10.076Z | Planning: Evaluating mediators ... Done |
146 | 2023-10-26T22:20:10.135Z | Planning: Planning completed in 0.73 seconds |
147 | 2023-10-26T22:20:10.364Z | Mediators to change: 2 |
148 | 2023-10-26T22:20:10.381Z | Create boot environment: No |
149 | 2023-10-26T22:20:10.519Z | Create backup boot environment: No |
150 | 2023-10-26T22:20:10.563Z | Done |
151 | 2023-10-26T22:20:10.574Z | Done |
152 | 2023-10-26T22:20:10.586Z | Done |
153 | 2023-10-26T22:20:11.519Z | Done |
154 | 2023-10-26T22:20:11.623Z | Done |
155 | 2023-10-26T22:20:12.501Z | Done |
156 | 2023-10-26T22:20:12.510Z | Done |
157 | 2023-10-26T22:20:12.751Z | Planning: Evaluating mediator changes ... Done |
158 | 2023-10-26T22:20:12.757Z | Planning: Merging actions ... Done |
159 | 2023-10-26T22:20:13.087Z | Planning: Checking for conflicting actions ... Done |
160 | 2023-10-26T22:20:13.093Z | Planning: Consolidating action changes ... Done |
161 | 2023-10-26T22:20:13.568Z | Planning: Evaluating mediators ... Done |
162 | 2023-10-26T22:20:13.641Z | Planning: Planning completed in 1.33 seconds |
163 | 2023-10-26T22:20:13.688Z | Packages to change: 1 |
164 | 2023-10-26T22:20:13.694Z | Mediators to change: 1 |
165 | 2023-10-26T22:20:13.698Z | Services to change: 1 |
166 | 2023-10-26T22:20:13.702Z | Create boot environment: No |
167 | 2023-10-26T22:20:13.706Z | Create backup boot environment: Yes |
168 | 2023-10-26T22:20:16.078Z | Actions: 1/6 actions (Updating modified actions) |
169 | 2023-10-26T22:20:16.082Z | Actions: Completed 6 actions in 0.00 seconds. |
170 | 2023-10-26T22:20:16.085Z | Done |
171 | 2023-10-26T22:20:16.097Z | Done |
172 | 2023-10-26T22:20:16.530Z | Done |
173 | 2023-10-26T22:20:22.236Z | Done |
174 | 2023-10-26T22:20:22.281Z | Done |
175 | 2023-10-26T22:20:22.294Z | Done |
176 | 2023-10-26T22:20:22.310Z | Done |
177 | 2023-10-26T22:20:22.917Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
178 | 2023-10-26T22:20:22.927Z | clang system 15 system |
179 | 2023-10-26T22:20:22.939Z | csh system system illumos |
180 | 2023-10-26T22:20:22.995Z | ctags system system illumos |
181 | 2023-10-26T22:20:23.401Z | gcc vendor 12 vendor |
182 | 2023-10-26T22:20:23.409Z | gcc system 10 system |
183 | 2023-10-26T22:20:23.426Z | gcc system 7 system |
184 | 2023-10-26T22:20:23.440Z | go system 1.20 system |
185 | 2023-10-26T22:20:23.449Z | go system 1.19 system |
186 | 2023-10-26T22:20:23.454Z | llvm system 15 system |
187 | 2023-10-26T22:20:23.461Z | llvm system 14 system |
188 | 2023-10-26T22:20:23.469Z | mariadb system 10.6 system |
189 | 2023-10-26T22:20:23.474Z | mta vendor vendor dma |
190 | 2023-10-26T22:20:23.481Z | openjdk system 17 system |
191 | 2023-10-26T22:20:23.490Z | openjdk system 11 system |
192 | 2023-10-26T22:20:23.498Z | openjdk system 1.8 system |
193 | 2023-10-26T22:20:23.506Z | openssl vendor 3 vendor |
194 | 2023-10-26T22:20:23.515Z | perl system 5.36 system |
195 | 2023-10-26T22:20:23.524Z | postgresql system 15 system |
196 | 2023-10-26T22:20:23.534Z | postgresql system 13 system |
197 | 2023-10-26T22:20:23.543Z | python vendor 3 vendor |
198 | 2023-10-26T22:20:23.557Z | python system 2 system |
199 | 2023-10-26T22:20:23.565Z | python3 system 3.11 system |
200 | 2023-10-26T22:20:23.574Z | ruby system 3.0 system |
201 | 2023-10-26T22:20:23.586Z | words vendor vendor american-english |
202 | 2023-10-26T22:20:24.087Z | words system system australian-english |
203 | 2023-10-26T22:20:24.101Z | words system system british-english |
204 | 2023-10-26T22:20:24.118Z | words system system canadian-english |
205 | 2023-10-26T22:20:24.132Z | words system system french |
206 | 2023-10-26T22:20:24.149Z | words system system italian |
207 | 2023-10-26T22:20:24.156Z | words system system ngerman |
208 | 2023-10-26T22:20:24.159Z | words system system ogerman |
209 | 2023-10-26T22:20:24.268Z | words system system spanish |
210 | 2023-10-26T22:20:24.277Z | FMRI IFO |
211 | 2023-10-26T22:20:24.285Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
212 | 2023-10-26T22:20:24.293Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
213 | 2023-10-26T22:20:24.733Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
214 | 2023-10-26T22:20:25.959Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
215 | 2023-10-26T22:20:25.962Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
216 | 2023-10-26T22:20:25.967Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
217 | 2023-10-26T22:20:25.970Z | + set -o errexit |
218 | 2023-10-26T22:20:25.973Z | +++ dirname ./tools/ci_download_cockroachdb |
219 | 2023-10-26T22:20:25.976Z | ++ cd ./tools |
220 | 2023-10-26T22:20:25.979Z | ++ pwd |
221 | 2023-10-26T22:20:25.984Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
222 | 2023-10-26T22:20:25.996Z | ++ basename ./tools/ci_download_cockroachdb |
223 | 2023-10-26T22:20:26.000Z | + ARG0=ci_download_cockroachdb |
224 | 2023-10-26T22:20:26.008Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
225 | 2023-10-26T22:20:26.020Z | + CIDL_VERSION=v22.1.9 |
226 | 2023-10-26T22:20:26.027Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
227 | 2023-10-26T22:20:26.036Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
228 | 2023-10-26T22:20:26.044Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
229 | 2023-10-26T22:20:26.048Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
230 | 2023-10-26T22:20:26.053Z | + TARGET_DIR=out |
231 | 2023-10-26T22:20:26.057Z | + DOWNLOAD_DIR=out/downloads |
232 | 2023-10-26T22:20:26.061Z | + DEST_DIR=./out/cockroachdb |
233 | 2023-10-26T22:20:26.065Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
234 | 2023-10-26T22:20:26.075Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
235 | 2023-10-26T22:20:26.078Z | + main |
236 | 2023-10-26T22:20:26.082Z | + [[ 0 != 0 ]] |
237 | 2023-10-26T22:20:26.086Z | + CIDL_OS=solaris2.11 |
238 | 2023-10-26T22:20:26.090Z | + [[ 0 != 0 ]] |
239 | 2023-10-26T22:20:26.096Z | + configure_os solaris2.11 |
240 | 2023-10-26T22:20:26.104Z | + echo 'current directory: /work/oxidecomputer/omicron' |
241 | 2023-10-26T22:20:26.109Z | current directory: /work/oxidecomputer/omicron |
242 | 2023-10-26T22:20:26.115Z | + echo 'configuring based on OS: "solaris2.11"' |
243 | 2023-10-26T22:20:26.119Z | + case "$1" in |
244 | 2023-10-26T22:20:26.124Z | configuring based on OS: "solaris2.11" |
245 | 2023-10-26T22:20:26.162Z | + CIDL_BUILD=illumos |
246 | 2023-10-26T22:20:26.224Z | + CIDL_SUFFIX=tar.gz |
247 | 2023-10-26T22:20:26.241Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
248 | 2023-10-26T22:20:26.254Z | + CIDL_MD5FUNC=do_md5sum |
249 | 2023-10-26T22:20:26.265Z | + CIDL_URL_BASE=https://illumos.org/downloads |
250 | 2023-10-26T22:20:27.509Z | + CIDL_ASSEMBLE=do_assemble_illumos |
251 | 2023-10-26T22:20:27.513Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
252 | 2023-10-26T22:20:27.516Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
253 | 2023-10-26T22:20:27.518Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
254 | 2023-10-26T22:20:27.522Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
255 | 2023-10-26T22:20:27.525Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-10-26T22:20:27.528Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
257 | 2023-10-26T22:20:27.531Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
258 | 2023-10-26T22:20:27.534Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-10-26T22:20:27.537Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-26T22:20:27.540Z | + mkdir -p out/downloads |
261 | 2023-10-26T22:20:27.543Z | + mkdir -p ./out/cockroachdb |
262 | 2023-10-26T22:20:27.547Z | + local DO_DOWNLOAD=true |
263 | 2023-10-26T22:20:27.551Z | Downloading... |
264 | 2023-10-26T22:20:27.554Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
265 | 2023-10-26T22:20:27.557Z | + '[' true == true ']' |
266 | 2023-10-26T22:20:27.560Z | + echo Downloading... |
267 | 2023-10-26T22:20:27.563Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-10-26T22:20:27.566Z | + 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 |
269 | 2023-10-26T22:20:27.570Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-10-26T22:20:27.573Z | ++ md5sum |
271 | 2023-10-26T22:20:27.576Z | ++ awk '{print $1}' |
272 | 2023-10-26T22:20:27.579Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
273 | 2023-10-26T22:20:27.582Z | + [[ 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 ]] |
274 | 2023-10-26T22:20:27.585Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-26T22:20:27.589Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
276 | 2023-10-26T22:20:30.194Z | + do_assemble_illumos |
277 | 2023-10-26T22:20:30.198Z | + rm -r ./out/cockroachdb |
278 | 2023-10-26T22:20:30.202Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
279 | 2023-10-26T22:20:30.863Z | + ./out/cockroachdb/bin/cockroach version |
280 | 2023-10-26T22:20:31.189Z | Build Tag: v22.1.9-dirty |
281 | 2023-10-26T22:20:31.193Z | Build Time: 2022/10/26 21:17:46 |
282 | 2023-10-26T22:20:31.197Z | Distribution: OSS |
283 | 2023-10-26T22:20:31.202Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
284 | 2023-10-26T22:20:31.206Z | Go Version: go1.17.13 |
285 | 2023-10-26T22:20:31.211Z | C Compiler: gcc 10.3.0 |
286 | 2023-10-26T22:20:31.215Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
287 | 2023-10-26T22:20:31.220Z | Build Type: release |
288 | 2023-10-26T22:20:31.224Z | + set -o errexit |
289 | 2023-10-26T22:20:31.228Z | +++ dirname ./tools/ci_download_clickhouse |
290 | 2023-10-26T22:20:31.232Z | ++ cd ./tools |
291 | 2023-10-26T22:20:31.236Z | ++ pwd |
292 | 2023-10-26T22:20:31.241Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
293 | 2023-10-26T22:20:31.245Z | ++ basename ./tools/ci_download_clickhouse |
294 | 2023-10-26T22:20:31.249Z | + ARG0=ci_download_clickhouse |
295 | 2023-10-26T22:20:31.254Z | + TARGET_DIR=out |
296 | 2023-10-26T22:20:31.260Z | + DOWNLOAD_DIR=out/downloads |
297 | 2023-10-26T22:20:31.272Z | + DEST_DIR=./out/clickhouse |
298 | 2023-10-26T22:20:31.280Z | + CIDL_VERSION=v22.8.9.24 |
299 | 2023-10-26T22:20:31.295Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
300 | 2023-10-26T22:20:31.305Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
301 | 2023-10-26T22:20:31.314Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
302 | 2023-10-26T22:20:31.324Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
303 | 2023-10-26T22:20:31.732Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
304 | 2023-10-26T22:20:31.737Z | + main |
305 | 2023-10-26T22:20:31.742Z | + [[ 0 != 0 ]] |
306 | 2023-10-26T22:20:31.747Z | + CIDL_OS=solaris2.11 |
307 | 2023-10-26T22:20:31.753Z | + [[ 0 != 0 ]] |
308 | 2023-10-26T22:20:31.756Z | + configure_os solaris2.11 |
309 | 2023-10-26T22:20:31.771Z | + echo 'current directory: /work/oxidecomputer/omicron' |
310 | 2023-10-26T22:20:31.775Z | current directory: /work/oxidecomputer/omicron |
311 | 2023-10-26T22:20:31.782Z | + echo 'configuring based on OS: "solaris2.11"' |
312 | 2023-10-26T22:20:31.786Z | configuring based on OS: "solaris2.11" |
313 | 2023-10-26T22:20:31.790Z | + CIDL_DASHREV= |
314 | 2023-10-26T22:20:31.794Z | + case "$1" in |
315 | 2023-10-26T22:20:31.798Z | + CIDL_PLATFORM=illumos |
316 | 2023-10-26T22:20:31.802Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
317 | 2023-10-26T22:20:31.808Z | + CIDL_MD5FUNC=do_md5sum |
318 | 2023-10-26T22:20:31.814Z | + CIDL_DASHREV=-1 |
319 | 2023-10-26T22:20:31.827Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
320 | 2023-10-26T22:20:31.839Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
321 | 2023-10-26T22:20:31.848Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
322 | 2023-10-26T22:20:31.858Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
323 | 2023-10-26T22:20:31.868Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
324 | 2023-10-26T22:20:31.876Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-10-26T22:20:31.885Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
326 | 2023-10-26T22:20:31.899Z | + mkdir -p out/downloads |
327 | 2023-10-26T22:20:31.908Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-26T22:20:31.912Z | + mkdir -p ./out/clickhouse |
329 | 2023-10-26T22:20:31.917Z | + local DO_DOWNLOAD=true |
330 | 2023-10-26T22:20:31.922Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
331 | 2023-10-26T22:20:31.926Z | + '[' true == true ']' |
332 | 2023-10-26T22:20:31.930Z | + echo Downloading... |
333 | 2023-10-26T22:20:31.934Z | Downloading... |
334 | 2023-10-26T22:20:31.938Z | + 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 |
335 | 2023-10-26T22:20:31.942Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-10-26T22:20:33.190Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-10-26T22:20:33.194Z | ++ md5sum |
338 | 2023-10-26T22:20:33.201Z | ++ awk '{print $1}' |
339 | 2023-10-26T22:20:33.452Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2023-10-26T22:20:33.457Z | + [[ 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 ]] |
341 | 2023-10-26T22:20:33.461Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
342 | 2023-10-26T22:20:33.466Z | + mkdir -p ./out/clickhouse |
343 | 2023-10-26T22:20:33.475Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
344 | 2023-10-26T22:20:38.274Z | + ./out/clickhouse/clickhouse server --version |
345 | 2023-10-26T22:20:38.321Z | ClickHouse server version 22.8.9.1. |
346 | 2023-10-26T22:20:38.345Z | + set -o errexit |
347 | 2023-10-26T22:20:38.359Z | +++ dirname ./tools/ci_download_console |
348 | 2023-10-26T22:20:38.367Z | ++ cd ./tools |
349 | 2023-10-26T22:20:38.376Z | ++ pwd |
350 | 2023-10-26T22:20:38.387Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
351 | 2023-10-26T22:20:38.400Z | ++ basename ./tools/ci_download_console |
352 | 2023-10-26T22:20:38.411Z | + ARG0=ci_download_console |
353 | 2023-10-26T22:20:38.419Z | + TARGET_DIR=out |
354 | 2023-10-26T22:20:38.424Z | + DOWNLOAD_DIR=out/downloads |
355 | 2023-10-26T22:20:38.430Z | + DEST_DIR=./out/console-assets |
356 | 2023-10-26T22:20:38.436Z | + source /work/oxidecomputer/omicron/tools/console_version |
357 | 2023-10-26T22:20:38.447Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
358 | 2023-10-26T22:20:38.452Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
359 | 2023-10-26T22:20:38.457Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
360 | 2023-10-26T22:20:38.469Z | + TARBALL_FILE=out/downloads/console.tar.gz |
361 | 2023-10-26T22:20:38.492Z | + main |
362 | 2023-10-26T22:20:38.500Z | + [[ 0 != 0 ]] |
363 | 2023-10-26T22:20:38.508Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
364 | 2023-10-26T22:20:38.922Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
365 | 2023-10-26T22:20:39.333Z | + echo 'Local file: out/downloads/console.tar.gz' |
366 | 2023-10-26T22:20:39.346Z | Local file: out/downloads/console.tar.gz |
367 | 2023-10-26T22:20:39.359Z | + local DO_DOWNLOAD=true |
368 | 2023-10-26T22:20:39.400Z | + [[ -f out/downloads/console.tar.gz ]] |
369 | 2023-10-26T22:20:39.412Z | + mkdir -p out/downloads |
370 | 2023-10-26T22:20:39.421Z | + '[' true == true ']' |
371 | 2023-10-26T22:20:39.447Z | + echo Downloading... |
372 | 2023-10-26T22:20:39.457Z | Downloading... |
373 | 2023-10-26T22:20:39.469Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
374 | 2023-10-26T22:20:39.478Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
375 | 2023-10-26T22:20:39.494Z | ++ do_sha256sum out/downloads/console.tar.gz |
376 | 2023-10-26T22:20:39.515Z | ++ case "$OSTYPE" in |
377 | 2023-10-26T22:20:39.536Z | ++ SHA=sha256sum |
378 | 2023-10-26T22:20:39.550Z | ++ sha256sum |
379 | 2023-10-26T22:20:39.562Z | ++ awk '{print $1}' |
380 | 2023-10-26T22:20:39.571Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
381 | 2023-10-26T22:20:39.586Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
382 | 2023-10-26T22:20:39.599Z | + rm -rf ./out/console-assets |
383 | 2023-10-26T22:20:39.609Z | + mkdir -p ./out/console-assets |
384 | 2023-10-26T22:20:39.621Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
385 | 2023-10-26T22:20:39.629Z | + mkdir -p ./out/console-assets |
386 | 2023-10-26T22:20:39.640Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
387 | 2023-10-26T22:20:39.649Z | + set -o errexit |
388 | 2023-10-26T22:20:39.659Z | +++ dirname ./tools/ci_download_maghemite_openapi |
389 | 2023-10-26T22:20:39.666Z | ++ cd ./tools |
390 | 2023-10-26T22:20:39.675Z | ++ pwd |
391 | 2023-10-26T22:20:39.682Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
392 | 2023-10-26T22:20:39.701Z | ++ basename ./tools/ci_download_maghemite_openapi |
393 | 2023-10-26T22:20:39.713Z | + ARG0=ci_download_maghemite_openapi |
394 | 2023-10-26T22:20:39.721Z | + TARGET_DIR=out |
395 | 2023-10-26T22:20:39.728Z | + DOWNLOAD_DIR=out/downloads |
396 | 2023-10-26T22:20:39.741Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
397 | 2023-10-26T22:20:39.754Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
398 | 2023-10-26T22:20:39.765Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
399 | 2023-10-26T22:20:39.777Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
400 | 2023-10-26T22:20:39.826Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
401 | 2023-10-26T22:20:39.845Z | + main |
402 | 2023-10-26T22:20:39.858Z | + [[ 0 != 0 ]] |
403 | 2023-10-26T22:20:39.872Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
404 | 2023-10-26T22:20:39.889Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
405 | 2023-10-26T22:20:39.912Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
406 | 2023-10-26T22:20:39.928Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
407 | 2023-10-26T22:20:39.936Z | + local DO_DOWNLOAD=true |
408 | 2023-10-26T22:20:39.954Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
409 | 2023-10-26T22:20:39.971Z | + mkdir -p out/downloads |
410 | 2023-10-26T22:20:39.989Z | + '[' true == true ']' |
411 | 2023-10-26T22:20:40.013Z | + echo Downloading... |
412 | 2023-10-26T22:20:40.442Z | Downloading... |
413 | 2023-10-26T22:20:40.452Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
414 | 2023-10-26T22:20:40.462Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
415 | 2023-10-26T22:20:40.471Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
416 | 2023-10-26T22:20:40.488Z | ++ case "$OSTYPE" in |
417 | 2023-10-26T22:20:40.496Z | ++ SHA=sha256sum |
418 | 2023-10-26T22:20:40.508Z | ++ sha256sum |
419 | 2023-10-26T22:20:40.520Z | ++ awk '{print $1}' |
420 | 2023-10-26T22:20:40.538Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
421 | 2023-10-26T22:20:40.554Z | + [[ 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 ]] |
422 | 2023-10-26T22:20:40.969Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
423 | 2023-10-26T22:20:40.988Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
424 | 2023-10-26T22:20:40.996Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
425 | 2023-10-26T22:20:41.007Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
426 | 2023-10-26T22:20:41.018Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
427 | 2023-10-26T22:20:41.029Z | + main |
428 | 2023-10-26T22:20:41.037Z | + [[ 0 != 0 ]] |
429 | 2023-10-26T22:20:41.046Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
430 | 2023-10-26T22:20:41.059Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
431 | 2023-10-26T22:20:41.064Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
432 | 2023-10-26T22:20:41.071Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
433 | 2023-10-26T22:20:41.076Z | + local DO_DOWNLOAD=true |
434 | 2023-10-26T22:20:41.081Z | Downloading... |
435 | 2023-10-26T22:20:41.086Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
436 | 2023-10-26T22:20:41.092Z | + mkdir -p out/downloads |
437 | 2023-10-26T22:20:41.100Z | + '[' true == true ']' |
438 | 2023-10-26T22:20:41.120Z | + echo Downloading... |
439 | 2023-10-26T22:20:41.126Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
440 | 2023-10-26T22:20:41.139Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
441 | 2023-10-26T22:20:41.148Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
442 | 2023-10-26T22:20:41.158Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
443 | 2023-10-26T22:20:41.172Z | ++ case "$OSTYPE" in |
444 | 2023-10-26T22:20:41.192Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
445 | 2023-10-26T22:20:41.607Z | ++ SHA=sha256sum |
446 | 2023-10-26T22:20:41.630Z | Downloading... |
447 | 2023-10-26T22:20:41.648Z | ++ sha256sum |
448 | 2023-10-26T22:20:42.062Z | ++ awk '{print $1}' |
449 | 2023-10-26T22:20:42.486Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
450 | 2023-10-26T22:20:42.504Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
451 | 2023-10-26T22:20:42.516Z | + set -o errexit |
452 | 2023-10-26T22:20:42.523Z | +++ dirname ./tools/ci_download_dendrite_openapi |
453 | 2023-10-26T22:20:42.527Z | ++ cd ./tools |
454 | 2023-10-26T22:20:42.536Z | ++ pwd |
455 | 2023-10-26T22:20:42.540Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
456 | 2023-10-26T22:20:42.543Z | ++ basename ./tools/ci_download_dendrite_openapi |
457 | 2023-10-26T22:20:42.547Z | + ARG0=ci_download_dendrite_openapi |
458 | 2023-10-26T22:20:42.551Z | + TARGET_DIR=out |
459 | 2023-10-26T22:20:42.554Z | + DOWNLOAD_DIR=out/downloads |
460 | 2023-10-26T22:20:42.558Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
461 | 2023-10-26T22:20:42.562Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
462 | 2023-10-26T22:20:42.566Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
463 | 2023-10-26T22:20:42.570Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
464 | 2023-10-26T22:20:42.574Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
465 | 2023-10-26T22:20:42.578Z | + main |
466 | 2023-10-26T22:20:42.584Z | + [[ 0 != 0 ]] |
467 | 2023-10-26T22:20:42.595Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
468 | 2023-10-26T22:20:42.600Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
469 | 2023-10-26T22:20:42.605Z | + local DO_DOWNLOAD=true |
470 | 2023-10-26T22:20:42.611Z | current directory: /work/oxidecomputer/omicron |
471 | 2023-10-26T22:20:42.618Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
472 | 2023-10-26T22:20:42.623Z | configuring based on OS: "solaris2.11" |
473 | 2023-10-26T22:20:42.628Z | + mkdir -p out/downloads |
474 | 2023-10-26T22:20:42.635Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
475 | 2023-10-26T22:20:42.643Z | + '[' true == true ']' |
476 | 2023-10-26T22:20:42.650Z | Local file: out/downloads/dendrite-stub.tar.gz |
477 | 2023-10-26T22:20:42.659Z | + echo Downloading... |
478 | 2023-10-26T22:20:42.671Z | Downloading... |
479 | 2023-10-26T22:20:42.683Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
480 | 2023-10-26T22:20:42.694Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
481 | 2023-10-26T22:20:42.713Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
482 | 2023-10-26T22:20:42.733Z | ++ case "$OSTYPE" in |
483 | 2023-10-26T22:20:42.743Z | ++ SHA=sha256sum |
484 | 2023-10-26T22:20:42.751Z | ++ sha256sum |
485 | 2023-10-26T22:20:42.758Z | ++ awk '{print $1}' |
486 | 2023-10-26T22:20:42.770Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
487 | 2023-10-26T22:20:42.780Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
488 | 2023-10-26T22:20:42.788Z | + set -o errexit |
489 | 2023-10-26T22:20:42.801Z | +++ dirname ./tools/ci_download_dendrite_stub |
490 | 2023-10-26T22:20:42.807Z | ++ cd ./tools |
491 | 2023-10-26T22:20:42.819Z | ++ pwd |
492 | 2023-10-26T22:20:42.824Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
493 | 2023-10-26T22:20:42.833Z | ++ basename ./tools/ci_download_dendrite_stub |
494 | 2023-10-26T22:20:42.838Z | + ARG0=ci_download_dendrite_stub |
495 | 2023-10-26T22:20:42.842Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
496 | 2023-10-26T22:20:42.846Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
497 | 2023-10-26T22:20:42.849Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
498 | 2023-10-26T22:20:42.861Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
499 | 2023-10-26T22:20:42.869Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
500 | 2023-10-26T22:20:42.882Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
501 | 2023-10-26T22:20:42.892Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
502 | 2023-10-26T22:20:42.900Z | + TARGET_DIR=out |
503 | 2023-10-26T22:20:42.904Z | + DOWNLOAD_DIR=out/downloads |
504 | 2023-10-26T22:20:42.908Z | + DEST_DIR=./out/dendrite-stub |
505 | 2023-10-26T22:20:42.920Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
506 | 2023-10-26T22:20:42.953Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
507 | 2023-10-26T22:20:42.963Z | + REPO=oxidecomputer/dendrite |
508 | 2023-10-26T22:20:42.973Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
509 | 2023-10-26T22:20:43.022Z | + main |
510 | 2023-10-26T22:20:43.032Z | + [[ 0 != 0 ]] |
511 | 2023-10-26T22:20:43.040Z | + CIDL_OS=solaris2.11 |
512 | 2023-10-26T22:20:43.047Z | + [[ 0 != 0 ]] |
513 | 2023-10-26T22:20:43.059Z | + configure_os solaris2.11 |
514 | 2023-10-26T22:20:43.071Z | + echo 'current directory: /work/oxidecomputer/omicron' |
515 | 2023-10-26T22:20:43.079Z | + echo 'configuring based on OS: "solaris2.11"' |
516 | 2023-10-26T22:20:43.095Z | + case "$1" in |
517 | 2023-10-26T22:20:43.103Z | + SET_BINARIES= |
518 | 2023-10-26T22:20:43.113Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
519 | 2023-10-26T22:20:43.149Z | + CIDL_SHA256FUNC=do_sha256sum |
520 | 2023-10-26T22:20:43.176Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
521 | 2023-10-26T22:20:43.189Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
522 | 2023-10-26T22:20:43.199Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
523 | 2023-10-26T22:20:43.206Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
524 | 2023-10-26T22:20:43.213Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
525 | 2023-10-26T22:20:43.219Z | + mkdir -p out/downloads |
526 | 2023-10-26T22:20:43.226Z | + mkdir -p ./out/dendrite-stub |
527 | 2023-10-26T22:20:43.231Z | + fetch_and_verify |
528 | 2023-10-26T22:20:43.237Z | + local DO_DOWNLOAD=true |
529 | 2023-10-26T22:20:43.243Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
530 | 2023-10-26T22:20:43.246Z | + '[' true == true ']' |
531 | 2023-10-26T22:20:43.250Z | + echo Downloading... |
532 | 2023-10-26T22:20:43.253Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
533 | 2023-10-26T22:20:43.258Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
534 | 2023-10-26T22:20:45.636Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
535 | 2023-10-26T22:20:45.640Z | ++ sha256sum |
536 | 2023-10-26T22:20:45.644Z | ++ awk '{print $1}' |
537 | 2023-10-26T22:20:45.730Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
538 | 2023-10-26T22:20:45.733Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
539 | 2023-10-26T22:20:45.737Z | + do_untar out/downloads/dendrite-stub.tar.gz |
540 | 2023-10-26T22:20:45.740Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
541 | 2023-10-26T22:20:46.641Z | + do_assemble |
542 | 2023-10-26T22:20:46.648Z | + rm -r ./out/dendrite-stub |
543 | 2023-10-26T22:20:46.657Z | + mkdir ./out/dendrite-stub |
544 | 2023-10-26T22:20:46.661Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
545 | 2023-10-26T22:20:46.773Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
546 | 2023-10-26T22:20:46.779Z | + set -o errexit |
547 | 2023-10-26T22:20:46.782Z | +++ dirname ./tools/ci_download_maghemite_mgd |
548 | 2023-10-26T22:20:46.785Z | ++ cd ./tools |
549 | 2023-10-26T22:20:46.788Z | ++ pwd |
550 | 2023-10-26T22:20:46.792Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
551 | 2023-10-26T22:20:46.795Z | ++ basename ./tools/ci_download_maghemite_mgd |
552 | 2023-10-26T22:20:46.803Z | + ARG0=ci_download_maghemite_mgd |
553 | 2023-10-26T22:20:46.807Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
554 | 2023-10-26T22:20:46.812Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
555 | 2023-10-26T22:20:46.815Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
556 | 2023-10-26T22:20:46.818Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
557 | 2023-10-26T22:20:46.822Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
558 | 2023-10-26T22:20:46.824Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
559 | 2023-10-26T22:20:46.828Z | + TARGET_DIR=out |
560 | 2023-10-26T22:20:46.833Z | + DOWNLOAD_DIR=out/downloads |
561 | 2023-10-26T22:20:46.836Z | + DEST_DIR=./out/mgd |
562 | 2023-10-26T22:20:46.839Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
563 | 2023-10-26T22:20:46.851Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
564 | 2023-10-26T22:20:46.854Z | + REPO=oxidecomputer/maghemite |
565 | 2023-10-26T22:20:46.858Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
566 | 2023-10-26T22:20:46.861Z | + main |
567 | 2023-10-26T22:20:46.866Z | + [[ 0 != 0 ]] |
568 | 2023-10-26T22:20:46.870Z | + CIDL_OS=solaris2.11 |
569 | 2023-10-26T22:20:46.873Z | + [[ 0 != 0 ]] |
570 | 2023-10-26T22:20:46.877Z | + configure_os solaris2.11 |
571 | 2023-10-26T22:20:46.880Z | + echo 'current directory: /work/oxidecomputer/omicron' |
572 | 2023-10-26T22:20:46.884Z | current directory: /work/oxidecomputer/omicron |
573 | 2023-10-26T22:20:46.888Z | + echo 'configuring based on OS: "solaris2.11"' |
574 | 2023-10-26T22:20:46.893Z | configuring based on OS: "solaris2.11" |
575 | 2023-10-26T22:20:46.898Z | + case "$1" in |
576 | 2023-10-26T22:20:46.907Z | + SET_BINARIES= |
577 | 2023-10-26T22:20:46.913Z | + CIDL_SHA256FUNC=do_sha256sum |
578 | 2023-10-26T22:20:46.922Z | + TARBALL_FILENAME=mgd.tar.gz |
579 | 2023-10-26T22:20:46.930Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
580 | 2023-10-26T22:20:46.936Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
581 | 2023-10-26T22:20:46.948Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
582 | 2023-10-26T22:20:46.957Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
583 | 2023-10-26T22:20:46.968Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
584 | 2023-10-26T22:20:46.979Z | Local file: out/downloads/mgd.tar.gz |
585 | 2023-10-26T22:20:46.988Z | + mkdir -p out/downloads |
586 | 2023-10-26T22:20:46.997Z | + mkdir -p ./out/mgd |
587 | 2023-10-26T22:20:47.016Z | + fetch_and_verify |
588 | 2023-10-26T22:20:47.029Z | + local DO_DOWNLOAD=true |
589 | 2023-10-26T22:20:47.038Z | + [[ -f out/downloads/mgd.tar.gz ]] |
590 | 2023-10-26T22:20:47.052Z | + '[' true == true ']' |
591 | 2023-10-26T22:20:47.063Z | + echo Downloading... |
592 | 2023-10-26T22:20:47.073Z | Downloading... |
593 | 2023-10-26T22:20:47.083Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
594 | 2023-10-26T22:20:47.144Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
595 | 2023-10-26T22:20:55.324Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
596 | 2023-10-26T22:20:55.336Z | ++ sha256sum |
597 | 2023-10-26T22:20:55.346Z | ++ awk '{print $1}' |
598 | 2023-10-26T22:20:55.401Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
599 | 2023-10-26T22:20:55.411Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
600 | 2023-10-26T22:20:55.420Z | + do_untar out/downloads/mgd.tar.gz |
601 | 2023-10-26T22:20:55.426Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
602 | 2023-10-26T22:20:56.074Z | + do_assemble |
603 | 2023-10-26T22:20:56.098Z | + rm -r ./out/mgd |
604 | 2023-10-26T22:20:56.111Z | + mkdir ./out/mgd |
605 | 2023-10-26T22:20:56.126Z | + cp -r out/downloads/root ./out/mgd/root |
606 | 2023-10-26T22:20:56.704Z | + set -o errexit |
607 | 2023-10-26T22:20:56.713Z | +++ dirname ./tools/ci_download_transceiver_control |
608 | 2023-10-26T22:20:56.725Z | ++ cd ./tools |
609 | 2023-10-26T22:20:56.738Z | ++ pwd |
610 | 2023-10-26T22:20:56.744Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
611 | 2023-10-26T22:20:56.758Z | ++ basename ./tools/ci_download_transceiver_control |
612 | 2023-10-26T22:20:56.778Z | + ARG0=ci_download_transceiver_control |
613 | 2023-10-26T22:20:56.793Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
614 | 2023-10-26T22:20:57.219Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
615 | 2023-10-26T22:20:57.231Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
616 | 2023-10-26T22:20:57.244Z | + TARGET_DIR=out |
617 | 2023-10-26T22:20:57.260Z | + DOWNLOAD_DIR=out/downloads |
618 | 2023-10-26T22:20:57.278Z | + DEST_DIR=./out/transceiver-control |
619 | 2023-10-26T22:20:57.291Z | + BIN_DIR=/opt/oxide/bin |
620 | 2023-10-26T22:20:57.302Z | + BINARY=xcvradm |
621 | 2023-10-26T22:20:57.311Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
622 | 2023-10-26T22:20:57.320Z | + REPO=oxidecomputer/transceiver-control |
623 | 2023-10-26T22:20:57.330Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
624 | 2023-10-26T22:20:57.339Z | + main |
625 | 2023-10-26T22:20:57.354Z | + [[ 0 != 0 ]] |
626 | 2023-10-26T22:20:57.400Z | + CIDL_OS=solaris2.11 |
627 | 2023-10-26T22:20:57.416Z | + [[ 0 != 0 ]] |
628 | 2023-10-26T22:20:57.421Z | + configure_os solaris2.11 |
629 | 2023-10-26T22:20:57.433Z | + echo 'current directory: /work/oxidecomputer/omicron' |
630 | 2023-10-26T22:20:57.450Z | current directory: /work/oxidecomputer/omicron |
631 | 2023-10-26T22:20:57.459Z | + echo 'configuring based on OS: "solaris2.11"' |
632 | 2023-10-26T22:20:57.878Z | configuring based on OS: "solaris2.11" |
633 | 2023-10-26T22:20:57.882Z | + case "$1" in |
634 | 2023-10-26T22:20:57.889Z | + SET_BINARIES= |
635 | 2023-10-26T22:20:57.893Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
636 | 2023-10-26T22:20:57.897Z | + CIDL_SHA256FUNC=do_sha256sum |
637 | 2023-10-26T22:20:57.904Z | + ARCHIVE_FILENAME=xcvradm.gz |
638 | 2023-10-26T22:20:57.918Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
639 | 2023-10-26T22:20:57.943Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
640 | 2023-10-26T22:20:57.964Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
641 | 2023-10-26T22:20:57.982Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
642 | 2023-10-26T22:20:57.990Z | Local file: out/downloads/xcvradm.gz |
643 | 2023-10-26T22:20:57.995Z | + echo 'Local file: out/downloads/xcvradm.gz' |
644 | 2023-10-26T22:20:57.999Z | + mkdir -p out/downloads |
645 | 2023-10-26T22:20:58.003Z | + mkdir -p ./out/transceiver-control |
646 | 2023-10-26T22:20:58.008Z | + fetch_and_verify |
647 | 2023-10-26T22:20:58.011Z | + local DO_DOWNLOAD=true |
648 | 2023-10-26T22:20:58.014Z | + [[ -f out/downloads/xcvradm.gz ]] |
649 | 2023-10-26T22:20:58.018Z | + '[' true == true ']' |
650 | 2023-10-26T22:20:58.021Z | + echo Downloading... |
651 | 2023-10-26T22:20:58.026Z | Downloading... |
652 | 2023-10-26T22:20:58.029Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
653 | 2023-10-26T22:20:58.034Z | + 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 |
654 | 2023-10-26T22:20:59.032Z | ++ do_sha256sum out/downloads/xcvradm.gz |
655 | 2023-10-26T22:20:59.038Z | ++ sha256sum |
656 | 2023-10-26T22:20:59.042Z | ++ awk '{print $1}' |
657 | 2023-10-26T22:20:59.062Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
658 | 2023-10-26T22:20:59.065Z | + [[ 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 ]] |
659 | 2023-10-26T22:20:59.069Z | + do_unpack out/downloads/xcvradm.gz |
660 | 2023-10-26T22:20:59.072Z | + mkdir -p out/downloads/root//opt/oxide/bin |
661 | 2023-10-26T22:20:59.075Z | + gzip -dc out/downloads/xcvradm.gz |
662 | 2023-10-26T22:20:59.248Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
663 | 2023-10-26T22:20:59.265Z | + do_assemble |
664 | 2023-10-26T22:20:59.286Z | + rm -r ./out/transceiver-control |
665 | 2023-10-26T22:20:59.301Z | + mkdir ./out/transceiver-control |
666 | 2023-10-26T22:20:59.316Z | + cp -r out/downloads/root ./out/transceiver-control/root |
667 | 2023-10-26T22:20:59.481Z | All prerequisites installed successfully |
668 | 2023-10-26T22:20:59.484Z | |
669 | 2023-10-26T22:20:59.488Z | real 2:00.293625263 |
670 | 2023-10-26T22:20:59.491Z | user 52.163863380 |
671 | 2023-10-26T22:20:59.493Z | sys 9.815860243 |
672 | 2023-10-26T22:20:59.498Z | trap 0.024319999 |
673 | 2023-10-26T22:20:59.501Z | tflt 0.145111654 |
674 | 2023-10-26T22:20:59.504Z | dflt 0.407019976 |
675 | 2023-10-26T22:20:59.507Z | kflt 0.172726379 |
676 | 2023-10-26T22:20:59.510Z | lock 1.935965051 |
677 | 2023-10-26T22:20:59.514Z | slp 3:42.794947210 |
678 | 2023-10-26T22:20:59.517Z | lat 3.341382559 |
679 | 2023-10-26T22:20:59.520Z | stop 0.077332566 |
680 | 2023-10-26T22:20:59.524Z | + banner end-to-end-tests |
681 | 2023-10-26T22:20:59.700Z | |
682 | 2023-10-26T22:21:00.109Z | ###### # # ##### ##### #### ###### # # ##### |
683 | 2023-10-26T22:21:00.114Z | # ## # # # # # # # ## # # # |
684 | 2023-10-26T22:21:00.118Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
685 | 2023-10-26T22:21:00.123Z | # # # # # # # # # # # # # # # |
686 | 2023-10-26T22:21:00.138Z | # # ## # # # # # # # ## # # |
687 | 2023-10-26T22:21:00.149Z | ###### # # ##### # #### ###### # # ##### |
688 | 2023-10-26T22:21:00.166Z | |
689 | 2023-10-26T22:21:00.171Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
690 | 2023-10-26T22:21:00.176Z | + CARGO_PROFILE_DEV_DEBUG=1 |
691 | 2023-10-26T22:21:00.180Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
692 | 2023-10-26T22:21:00.185Z | + CARGO_PROFILE_TEST_DEBUG=1 |
693 | 2023-10-26T22:21:00.191Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
694 | 2023-10-26T22:21:00.216Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
695 | 2023-10-26T22:21:00.421Z | Updating crates.io index |
696 | 2023-10-26T22:21:00.498Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
697 | 2023-10-26T22:21:01.229Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
698 | 2023-10-26T22:21:03.104Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
699 | 2023-10-26T22:21:03.481Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
700 | 2023-10-26T22:21:03.846Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
701 | 2023-10-26T22:21:04.171Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
702 | 2023-10-26T22:21:04.470Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
703 | 2023-10-26T22:21:05.349Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
704 | 2023-10-26T22:21:06.902Z | Updating git repository `https://github.com/oxidecomputer/opte` |
705 | 2023-10-26T22:21:07.816Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
706 | 2023-10-26T22:21:08.229Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
707 | 2023-10-26T22:21:08.499Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
708 | 2023-10-26T22:21:09.031Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
709 | 2023-10-26T22:21:11.769Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
710 | 2023-10-26T22:21:11.811Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
711 | 2023-10-26T22:21:11.824Z | Updating git repository `https://github.com/njaremko/samael` |
712 | 2023-10-26T22:21:11.841Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
713 | 2023-10-26T22:21:11.856Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
714 | 2023-10-26T22:21:11.870Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
715 | 2023-10-26T22:21:12.030Z | Updating git repository `https://github.com/jgallagher/nix` |
716 | 2023-10-26T22:21:13.272Z | Updating git repository `https://github.com/cbiffle/hubpack` |
717 | 2023-10-26T22:21:13.598Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
718 | 2023-10-26T22:21:24.123Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
719 | 2023-10-26T22:21:24.606Z | Updating git repository `https://github.com/oxidecomputer/typify` |
720 | 2023-10-26T22:21:25.611Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
721 | 2023-10-26T22:21:26.014Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
722 | 2023-10-26T22:21:26.375Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
723 | 2023-10-26T22:21:27.725Z | Downloading crates ... |
724 | 2023-10-26T22:21:27.928Z | Downloaded cfg-if v0.1.10 |
725 | 2023-10-26T22:21:27.951Z | Downloaded normalize-line-endings v0.3.0 |
726 | 2023-10-26T22:21:27.954Z | Downloaded mio v0.8.8 |
727 | 2023-10-26T22:21:27.968Z | Downloaded async-trait v0.1.74 |
728 | 2023-10-26T22:21:27.976Z | Downloaded block-buffer v0.10.4 |
729 | 2023-10-26T22:21:27.980Z | Downloaded once_cell v1.18.0 |
730 | 2023-10-26T22:21:27.984Z | Downloaded paste v1.0.14 |
731 | 2023-10-26T22:21:27.991Z | Downloaded derive_more v0.99.17 |
732 | 2023-10-26T22:21:28.006Z | Downloaded pem v1.1.1 |
733 | 2023-10-26T22:21:28.013Z | Downloaded bitstruct v0.1.1 |
734 | 2023-10-26T22:21:28.017Z | Downloaded chacha20poly1305 v0.10.1 |
735 | 2023-10-26T22:21:28.022Z | Downloaded miniz_oxide v0.7.1 |
736 | 2023-10-26T22:21:28.028Z | Downloaded autocfg v1.1.0 |
737 | 2023-10-26T22:21:28.032Z | Downloaded async-stream-impl v0.3.5 |
738 | 2023-10-26T22:21:28.037Z | Downloaded diesel_table_macro_syntax v0.1.0 |
739 | 2023-10-26T22:21:28.041Z | Downloaded bitvec v1.0.1 |
740 | 2023-10-26T22:21:28.070Z | Downloaded pretty-hex v0.2.1 |
741 | 2023-10-26T22:21:28.077Z | Downloaded bitflags v1.3.2 |
742 | 2023-10-26T22:21:28.081Z | Downloaded curve25519-dalek-derive v0.1.0 |
743 | 2023-10-26T22:21:28.085Z | Downloaded memoffset v0.7.1 |
744 | 2023-10-26T22:21:28.088Z | Downloaded proc-macro-error-attr v1.0.4 |
745 | 2023-10-26T22:21:28.091Z | Downloaded phf_shared v0.10.0 |
746 | 2023-10-26T22:21:28.095Z | Downloaded parse-display v0.7.0 |
747 | 2023-10-26T22:21:28.099Z | Downloaded pbkdf2 v0.12.2 |
748 | 2023-10-26T22:21:28.103Z | Downloaded convert_case v0.4.0 |
749 | 2023-10-26T22:21:28.108Z | Downloaded untrusted v0.7.1 |
750 | 2023-10-26T22:21:28.112Z | Downloaded thread_local v1.1.7 |
751 | 2023-10-26T22:21:28.116Z | Downloaded opaque-debug v0.3.0 |
752 | 2023-10-26T22:21:28.121Z | Downloaded bitflags v2.4.0 |
753 | 2023-10-26T22:21:28.127Z | Downloaded matches v0.1.10 |
754 | 2023-10-26T22:21:28.132Z | Downloaded password-hash v0.4.2 |
755 | 2023-10-26T22:21:28.136Z | Downloaded crucible-workspace-hack v0.1.0 |
756 | 2023-10-26T22:21:28.141Z | Downloaded new_debug_unreachable v1.0.4 |
757 | 2023-10-26T22:21:28.144Z | Downloaded fallible-streaming-iterator v0.1.9 |
758 | 2023-10-26T22:21:28.148Z | Downloaded tinyvec_macros v0.1.1 |
759 | 2023-10-26T22:21:28.151Z | Downloaded anstyle v1.0.2 |
760 | 2023-10-26T22:21:28.155Z | Downloaded anstream v0.5.0 |
761 | 2023-10-26T22:21:28.159Z | Downloaded bit_field v0.10.2 |
762 | 2023-10-26T22:21:28.163Z | Downloaded anstyle-query v1.0.0 |
763 | 2023-10-26T22:21:28.167Z | Downloaded password-hash v0.5.0 |
764 | 2023-10-26T22:21:28.171Z | Downloaded want v0.3.1 |
765 | 2023-10-26T22:21:28.174Z | Downloaded adler v1.0.2 |
766 | 2023-10-26T22:21:28.179Z | Downloaded pin-project-lite v0.2.13 |
767 | 2023-10-26T22:21:28.183Z | Downloaded cpufeatures v0.2.9 |
768 | 2023-10-26T22:21:28.187Z | Downloaded fnv v1.0.7 |
769 | 2023-10-26T22:21:28.191Z | Downloaded funty v2.0.0 |
770 | 2023-10-26T22:21:28.195Z | Downloaded equivalent v1.0.1 |
771 | 2023-10-26T22:21:28.203Z | Downloaded percent-encoding v2.3.0 |
772 | 2023-10-26T22:21:28.208Z | Downloaded proc-macro-error v1.0.4 |
773 | 2023-10-26T22:21:28.212Z | Downloaded r2d2 v0.8.10 |
774 | 2023-10-26T22:21:28.215Z | Downloaded predicates v3.0.4 |
775 | 2023-10-26T22:21:28.219Z | Downloaded toml_datetime v0.6.3 |
776 | 2023-10-26T22:21:28.223Z | Downloaded usdt v0.3.5 |
777 | 2023-10-26T22:21:28.228Z | Downloaded md-5 v0.10.5 |
778 | 2023-10-26T22:21:28.232Z | Downloaded pkcs8 v0.10.2 |
779 | 2023-10-26T22:21:28.237Z | Downloaded foreign-types v0.3.2 |
780 | 2023-10-26T22:21:28.241Z | Downloaded vec_map v0.8.2 |
781 | 2023-10-26T22:21:28.245Z | Downloaded try-lock v0.2.4 |
782 | 2023-10-26T22:21:28.255Z | Downloaded colored v2.0.4 |
783 | 2023-10-26T22:21:28.262Z | Downloaded tokio-tungstenite v0.20.1 |
784 | 2023-10-26T22:21:28.274Z | Downloaded foreign-types-macros v0.2.3 |
785 | 2023-10-26T22:21:28.286Z | Downloaded parking_lot v0.12.1 |
786 | 2023-10-26T22:21:28.291Z | Downloaded aes-gcm-siv v0.11.1 |
787 | 2023-10-26T22:21:28.295Z | Downloaded ahash v0.8.3 |
788 | 2023-10-26T22:21:28.301Z | Downloaded waitgroup v0.1.2 |
789 | 2023-10-26T22:21:28.305Z | Downloaded hex v0.4.3 |
790 | 2023-10-26T22:21:28.310Z | Downloaded clap_derive v4.4.2 |
791 | 2023-10-26T22:21:28.315Z | Downloaded usdt-attr-macro v0.3.5 |
792 | 2023-10-26T22:21:28.320Z | Downloaded platforms v3.0.2 |
793 | 2023-10-26T22:21:28.323Z | Downloaded dtrace-parser v0.1.14 |
794 | 2023-10-26T22:21:28.328Z | Downloaded crossbeam-utils v0.8.16 |
795 | 2023-10-26T22:21:28.334Z | Downloaded filetime v0.2.22 |
796 | 2023-10-26T22:21:28.339Z | Downloaded group v0.13.0 |
797 | 2023-10-26T22:21:28.343Z | Downloaded parse-display-derive v0.7.0 |
798 | 2023-10-26T22:21:28.348Z | Downloaded typenum v1.16.0 |
799 | 2023-10-26T22:21:28.352Z | Downloaded semver-parser v0.10.2 |
800 | 2023-10-26T22:21:28.356Z | Downloaded darling_core v0.20.3 |
801 | 2023-10-26T22:21:28.361Z | Downloaded hashlink v0.8.3 |
802 | 2023-10-26T22:21:28.367Z | Downloaded russh-cryptovec v0.7.0 |
803 | 2023-10-26T22:21:28.373Z | Downloaded secrecy v0.8.0 |
804 | 2023-10-26T22:21:28.378Z | Downloaded headers-core v0.2.0 |
805 | 2023-10-26T22:21:28.384Z | Downloaded rand_chacha v0.3.1 |
806 | 2023-10-26T22:21:28.389Z | Downloaded glob v0.3.1 |
807 | 2023-10-26T22:21:28.392Z | Downloaded ed25519 v2.2.2 |
808 | 2023-10-26T22:21:28.396Z | Downloaded slog-async v2.8.0 |
809 | 2023-10-26T22:21:28.402Z | Downloaded radium v0.7.0 |
810 | 2023-10-26T22:21:28.406Z | Downloaded enum-as-inner v0.5.1 |
811 | 2023-10-26T22:21:28.410Z | Downloaded dirs-next v2.0.0 |
812 | 2023-10-26T22:21:28.415Z | Downloaded zone_cfg_derive v0.2.0 |
813 | 2023-10-26T22:21:28.419Z | Downloaded proc-macro2 v1.0.67 |
814 | 2023-10-26T22:21:28.423Z | Downloaded float-cmp v0.9.0 |
815 | 2023-10-26T22:21:28.426Z | Downloaded clap v4.4.3 |
816 | 2023-10-26T22:21:28.430Z | Downloaded hubpack_derive v0.1.1 |
817 | 2023-10-26T22:21:28.434Z | Downloaded hostname v0.3.1 |
818 | 2023-10-26T22:21:28.438Z | Downloaded signature v2.1.0 |
819 | 2023-10-26T22:21:28.442Z | Downloaded home v0.5.5 |
820 | 2023-10-26T22:21:28.446Z | Downloaded futures-executor v0.3.28 |
821 | 2023-10-26T22:21:28.450Z | Downloaded whoami v1.4.1 |
822 | 2023-10-26T22:21:28.454Z | Downloaded version_check v0.9.4 |
823 | 2023-10-26T22:21:28.460Z | Downloaded smf v0.2.2 |
824 | 2023-10-26T22:21:28.463Z | Downloaded rustls-native-certs v0.6.3 |
825 | 2023-10-26T22:21:28.467Z | Downloaded arc-swap v1.6.0 |
826 | 2023-10-26T22:21:28.470Z | Downloaded lalrpop-util v0.19.12 |
827 | 2023-10-26T22:21:28.474Z | Downloaded hyper-staticfile v0.9.5 |
828 | 2023-10-26T22:21:28.478Z | Downloaded rcgen v0.10.0 |
829 | 2023-10-26T22:21:28.481Z | Downloaded url v2.4.1 |
830 | 2023-10-26T22:21:28.484Z | Downloaded time-core v0.1.1 |
831 | 2023-10-26T22:21:28.488Z | Downloaded heck v0.3.3 |
832 | 2023-10-26T22:21:28.525Z | Downloaded jobserver v0.1.26 |
833 | 2023-10-26T22:21:28.530Z | Downloaded russh-keys v0.38.0 |
834 | 2023-10-26T22:21:28.533Z | Downloaded libm v0.2.7 |
835 | 2023-10-26T22:21:28.536Z | Downloaded endian-type v0.1.2 |
836 | 2023-10-26T22:21:28.539Z | Downloaded hash32 v0.2.1 |
837 | 2023-10-26T22:21:28.542Z | Downloaded structopt-derive v0.4.18 |
838 | 2023-10-26T22:21:28.552Z | Downloaded serde_tokenstream v0.1.7 |
839 | 2023-10-26T22:21:28.557Z | Downloaded http-range v0.1.5 |
840 | 2023-10-26T22:21:28.562Z | Downloaded tap v1.0.1 |
841 | 2023-10-26T22:21:28.566Z | Downloaded stringprep v0.1.3 |
842 | 2023-10-26T22:21:28.569Z | Downloaded ghash v0.5.0 |
843 | 2023-10-26T22:21:28.574Z | Downloaded futures-macro v0.3.28 |
844 | 2023-10-26T22:21:28.579Z | Downloaded stable_deref_trait v1.2.0 |
845 | 2023-10-26T22:21:28.583Z | Downloaded dirs v5.0.1 |
846 | 2023-10-26T22:21:28.587Z | Downloaded xattr v1.0.1 |
847 | 2023-10-26T22:21:28.591Z | Downloaded dof v0.1.5 |
848 | 2023-10-26T22:21:28.596Z | Downloaded serde_repr v0.1.16 |
849 | 2023-10-26T22:21:28.600Z | Downloaded instant v0.1.12 |
850 | 2023-10-26T22:21:28.606Z | Downloaded crossbeam-channel v0.5.8 |
851 | 2023-10-26T22:21:28.613Z | Downloaded zerocopy v0.3.0 |
852 | 2023-10-26T22:21:28.618Z | Downloaded terminal_size v0.2.6 |
853 | 2023-10-26T22:21:28.622Z | Downloaded serde_derive v1.0.188 |
854 | 2023-10-26T22:21:28.626Z | Downloaded slog-envlogger v2.2.0 |
855 | 2023-10-26T22:21:28.629Z | Downloaded slog-bunyan v2.4.0 |
856 | 2023-10-26T22:21:28.633Z | Downloaded slab v0.4.9 |
857 | 2023-10-26T22:21:28.639Z | Downloaded slog-scope v4.4.0 |
858 | 2023-10-26T22:21:28.642Z | Downloaded tokio-native-tls v0.3.1 |
859 | 2023-10-26T22:21:28.645Z | Downloaded rustversion v1.0.14 |
860 | 2023-10-26T22:21:28.649Z | Downloaded hubpack v0.1.2 |
861 | 2023-10-26T22:21:28.652Z | Downloaded rustls-pemfile v1.0.3 |
862 | 2023-10-26T22:21:28.655Z | Downloaded same-file v1.0.6 |
863 | 2023-10-26T22:21:28.660Z | Downloaded thiserror-impl-no-std v2.0.2 |
864 | 2023-10-26T22:21:28.664Z | Downloaded serde_path_to_error v0.1.14 |
865 | 2023-10-26T22:21:28.671Z | Downloaded getrandom v0.1.16 |
866 | 2023-10-26T22:21:28.678Z | Downloaded indexmap v1.9.3 |
867 | 2023-10-26T22:21:28.686Z | Downloaded strum v0.25.0 |
868 | 2023-10-26T22:21:28.714Z | Downloaded futures-io v0.3.28 |
869 | 2023-10-26T22:21:28.726Z | Downloaded rand_chacha v0.2.2 |
870 | 2023-10-26T22:21:28.736Z | Downloaded unicase v2.7.0 |
871 | 2023-10-26T22:21:28.746Z | Downloaded zeroize_derive v1.4.2 |
872 | 2023-10-26T22:21:29.160Z | Downloaded tokio-stream v0.1.14 |
873 | 2023-10-26T22:21:29.165Z | Downloaded subtle v2.5.0 |
874 | 2023-10-26T22:21:29.210Z | Downloaded scheduled-thread-pool v0.2.7 |
875 | 2023-10-26T22:21:29.215Z | Downloaded similar v2.2.1 |
876 | 2023-10-26T22:21:29.219Z | Downloaded usdt-macro v0.3.5 |
877 | 2023-10-26T22:21:29.224Z | Downloaded ident_case v1.0.1 |
878 | 2023-10-26T22:21:29.229Z | Downloaded futures-task v0.3.28 |
879 | 2023-10-26T22:21:29.233Z | Downloaded httpdate v1.0.3 |
880 | 2023-10-26T22:21:29.240Z | Downloaded smallvec v1.11.0 |
881 | 2023-10-26T22:21:29.246Z | Downloaded hex-literal v0.4.1 |
882 | 2023-10-26T22:21:29.250Z | Downloaded structmeta-derive v0.1.6 |
883 | 2023-10-26T22:21:29.255Z | Downloaded rustfmt-wrapper v0.2.0 |
884 | 2023-10-26T22:21:29.261Z | Downloaded slog-json v2.6.1 |
885 | 2023-10-26T22:21:29.265Z | Downloaded tungstenite v0.18.0 |
886 | 2023-10-26T22:21:29.277Z | Downloaded vsss-rs v3.3.1 |
887 | 2023-10-26T22:21:29.288Z | Downloaded env_logger v0.9.3 |
888 | 2023-10-26T22:21:29.292Z | Downloaded vergen v8.2.4 |
889 | 2023-10-26T22:21:29.297Z | Downloaded spin v0.5.2 |
890 | 2023-10-26T22:21:29.302Z | Downloaded slog v2.7.0 |
891 | 2023-10-26T22:21:29.306Z | Downloaded serde_with_macros v2.3.3 |
892 | 2023-10-26T22:21:29.313Z | Downloaded signal-hook-registry v1.4.1 |
893 | 2023-10-26T22:21:29.320Z | Downloaded yasna v0.5.2 |
894 | 2023-10-26T22:21:29.325Z | Downloaded futures-channel v0.3.28 |
895 | 2023-10-26T22:21:29.333Z | Downloaded indexmap v2.0.0 |
896 | 2023-10-26T22:21:29.344Z | Downloaded semver v0.11.0 |
897 | 2023-10-26T22:21:29.355Z | Downloaded uuid v1.4.1 |
898 | 2023-10-26T22:21:29.361Z | Downloaded hyper-tls v0.5.0 |
899 | 2023-10-26T22:21:29.367Z | Downloaded trust-dns-server v0.22.1 |
900 | 2023-10-26T22:21:29.372Z | Downloaded strum_macros v0.25.2 |
901 | 2023-10-26T22:21:29.377Z | Downloaded unicode-xid v0.2.4 |
902 | 2023-10-26T22:21:29.382Z | Downloaded socket2 v0.4.9 |
903 | 2023-10-26T22:21:29.386Z | Downloaded dyn-clone v1.0.13 |
904 | 2023-10-26T22:21:29.391Z | Downloaded utf-8 v0.7.6 |
905 | 2023-10-26T22:21:29.396Z | Downloaded serde_derive_internals v0.26.0 |
906 | 2023-10-26T22:21:29.403Z | Downloaded unicode-bidi v0.3.13 |
907 | 2023-10-26T22:21:29.408Z | Downloaded spin v0.9.8 |
908 | 2023-10-26T22:21:29.413Z | Downloaded unicode-ident v1.0.12 |
909 | 2023-10-26T22:21:29.417Z | Downloaded regex-automata v0.1.10 |
910 | 2023-10-26T22:21:29.422Z | Downloaded unsafe-libyaml v0.2.9 |
911 | 2023-10-26T22:21:29.426Z | Downloaded semver v1.0.20 |
912 | 2023-10-26T22:21:29.431Z | Downloaded sct v0.7.0 |
913 | 2023-10-26T22:21:29.437Z | Downloaded structopt v0.3.26 |
914 | 2023-10-26T22:21:29.442Z | Downloaded itertools v0.10.5 |
915 | 2023-10-26T22:21:29.446Z | Downloaded rand v0.7.3 |
916 | 2023-10-26T22:21:29.451Z | Downloaded clap_builder v4.4.2 |
917 | 2023-10-26T22:21:29.458Z | Downloaded toml v0.5.11 |
918 | 2023-10-26T22:21:29.462Z | Downloaded zerocopy v0.6.4 |
919 | 2023-10-26T22:21:29.468Z | Downloaded unicode-normalization v0.1.22 |
920 | 2023-10-26T22:21:29.472Z | Downloaded subprocess v0.2.9 |
921 | 2023-10-26T22:21:29.478Z | Downloaded russh v0.38.0 |
922 | 2023-10-26T22:21:29.486Z | Downloaded petgraph v0.6.4 |
923 | 2023-10-26T22:21:29.495Z | Downloaded serde v1.0.188 |
924 | 2023-10-26T22:21:29.503Z | Downloaded hashbrown v0.12.3 |
925 | 2023-10-26T22:21:29.513Z | Downloaded tokio-util v0.7.10 |
926 | 2023-10-26T22:21:29.547Z | Downloaded h2 v0.3.21 |
927 | 2023-10-26T22:21:29.559Z | Downloaded itertools v0.11.0 |
928 | 2023-10-26T22:21:29.565Z | Downloaded rusqlite v0.29.0 |
929 | 2023-10-26T22:21:29.577Z | Downloaded hashbrown v0.14.0 |
930 | 2023-10-26T22:21:29.585Z | Downloaded hashbrown v0.13.2 |
931 | 2023-10-26T22:21:29.593Z | Downloaded vcpkg v0.2.15 |
932 | 2023-10-26T22:21:29.601Z | Downloaded time v0.3.27 |
933 | 2023-10-26T22:21:29.608Z | Downloaded serde_with v2.3.3 |
934 | 2023-10-26T22:21:29.617Z | Downloaded futures-util v0.3.28 |
935 | 2023-10-26T22:21:29.624Z | Downloaded regress v0.7.1 |
936 | 2023-10-26T22:21:29.630Z | Downloaded reqwest v0.11.20 |
937 | 2023-10-26T22:21:29.638Z | Downloaded winnow v0.5.15 |
938 | 2023-10-26T22:21:29.647Z | Downloaded syn v1.0.109 |
939 | 2023-10-26T22:21:29.655Z | Downloaded rustls-webpki v0.101.4 |
940 | 2023-10-26T22:21:29.662Z | Downloaded smoltcp v0.9.1 |
941 | 2023-10-26T22:21:29.671Z | Downloaded rustls v0.21.7 |
942 | 2023-10-26T22:21:29.679Z | Downloaded webpki-roots v0.25.2 |
943 | 2023-10-26T22:21:29.686Z | Downloaded smoltcp v0.8.2 |
944 | 2023-10-26T22:21:29.695Z | Downloaded radix_trie v0.2.1 |
945 | 2023-10-26T22:21:29.730Z | Downloaded openapiv3 v1.0.3 |
946 | 2023-10-26T22:21:29.747Z | Downloaded idna v0.4.0 |
947 | 2023-10-26T22:21:29.798Z | Downloaded gimli v0.28.0 |
948 | 2023-10-26T22:21:29.809Z | Downloaded rustix v0.38.9 |
949 | 2023-10-26T22:21:29.819Z | Downloaded rustix v0.37.23 |
950 | 2023-10-26T22:21:29.828Z | Downloaded zerocopy-derive v0.6.4 |
951 | 2023-10-26T22:21:29.836Z | Downloaded sled v0.34.7 |
952 | 2023-10-26T22:21:29.844Z | Downloaded zerocopy-derive v0.2.0 |
953 | 2023-10-26T22:21:29.855Z | Downloaded regex-automata v0.3.8 |
954 | 2023-10-26T22:21:29.860Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
955 | 2023-10-26T22:21:29.865Z | Downloaded libc v0.2.149 |
956 | 2023-10-26T22:21:29.872Z | Downloaded tokio v1.33.0 |
957 | 2023-10-26T22:21:29.878Z | Downloaded trust-dns-proto v0.22.0 |
958 | 2023-10-26T22:21:29.895Z | Downloaded sha3 v0.10.8 |
959 | 2023-10-26T22:21:29.901Z | Downloaded bstr v1.6.0 |
960 | 2023-10-26T22:21:29.908Z | Downloaded idna v0.2.3 |
961 | 2023-10-26T22:21:29.915Z | Downloaded regex-syntax v0.7.5 |
962 | 2023-10-26T22:21:29.942Z | Downloaded regex-syntax v0.6.29 |
963 | 2023-10-26T22:21:29.946Z | Downloaded diesel v2.1.1 |
964 | 2023-10-26T22:21:29.956Z | Downloaded winapi v0.3.9 |
965 | 2023-10-26T22:21:29.966Z | Downloaded encoding_rs v0.8.33 |
966 | 2023-10-26T22:21:29.976Z | Downloaded syn v2.0.32 |
967 | 2023-10-26T22:21:30.389Z | Downloaded bstr v0.2.17 |
968 | 2023-10-26T22:21:30.393Z | Downloaded curve25519-dalek v4.1.0 |
969 | 2023-10-26T22:21:30.416Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
970 | 2023-10-26T22:21:30.430Z | Downloaded hyper v0.14.27 |
971 | 2023-10-26T22:21:30.448Z | Downloaded git2 v0.17.2 |
972 | 2023-10-26T22:21:30.463Z | Downloaded nix v0.26.2 |
973 | 2023-10-26T22:21:30.469Z | Downloaded regex v1.9.5 |
974 | 2023-10-26T22:21:30.474Z | Downloaded serde_json v1.0.107 |
975 | 2023-10-26T22:21:30.481Z | Downloaded hkdf v0.12.3 |
976 | 2023-10-26T22:21:30.490Z | Downloaded chrono v0.4.31 |
977 | 2023-10-26T22:21:30.493Z | Downloaded clap v2.34.0 |
978 | 2023-10-26T22:21:30.497Z | Downloaded aho-corasick v1.0.4 |
979 | 2023-10-26T22:21:30.501Z | Downloaded aes-gcm v0.10.2 |
980 | 2023-10-26T22:21:30.507Z | Downloaded tar v0.4.40 |
981 | 2023-10-26T22:21:30.511Z | Downloaded http v0.2.9 |
982 | 2023-10-26T22:21:30.514Z | Downloaded heapless v0.7.16 |
983 | 2023-10-26T22:21:30.528Z | Downloaded toml_edit v0.20.0 |
984 | 2023-10-26T22:21:30.533Z | Downloaded openssl v0.10.57 |
985 | 2023-10-26T22:21:30.538Z | Downloaded ring v0.16.20 |
986 | 2023-10-26T22:21:30.543Z | Downloaded libz-sys v1.1.12 |
987 | 2023-10-26T22:21:30.551Z | Downloaded schemars v0.8.13 |
988 | 2023-10-26T22:21:30.589Z | Downloaded socket2 v0.5.4 |
989 | 2023-10-26T22:21:30.593Z | Downloaded trust-dns-resolver v0.22.0 |
990 | 2023-10-26T22:21:30.599Z | Downloaded tracing v0.1.37 |
991 | 2023-10-26T22:21:30.603Z | Downloaded toml_edit v0.19.15 |
992 | 2023-10-26T22:21:30.607Z | Downloaded num-bigint v0.4.4 |
993 | 2023-10-26T22:21:30.612Z | Downloaded strsim v0.10.0 |
994 | 2023-10-26T22:21:30.616Z | Downloaded ed25519-dalek v2.0.0 |
995 | 2023-10-26T22:21:30.624Z | Downloaded tungstenite v0.20.1 |
996 | 2023-10-26T22:21:31.036Z | Downloaded rand v0.8.5 |
997 | 2023-10-26T22:21:31.040Z | Downloaded futures v0.3.28 |
998 | 2023-10-26T22:21:31.045Z | Downloaded toml v0.8.0 |
999 | 2023-10-26T22:21:31.052Z | Downloaded toml v0.7.8 |
1000 | 2023-10-26T22:21:31.071Z | Downloaded ryu v1.0.15 |
1001 | 2023-10-26T22:21:31.077Z | Downloaded zip v0.6.6 |
1002 | 2023-10-26T22:21:31.081Z | Downloaded tokio-postgres v0.7.10 |
1003 | 2023-10-26T22:21:31.084Z | Downloaded structmeta v0.1.6 |
1004 | 2023-10-26T22:21:31.088Z | Downloaded httparse v1.8.0 |
1005 | 2023-10-26T22:21:31.091Z | Downloaded libsqlite3-sys v0.26.0 |
1006 | 2023-10-26T22:21:31.094Z | Downloaded ucd-trie v0.1.6 |
1007 | 2023-10-26T22:21:31.098Z | Downloaded half v1.8.2 |
1008 | 2023-10-26T22:21:31.101Z | Downloaded aes v0.8.3 |
1009 | 2023-10-26T22:21:31.104Z | Downloaded hyper-rustls v0.24.1 |
1010 | 2023-10-26T22:21:31.107Z | Downloaded hmac v0.12.1 |
1011 | 2023-10-26T22:21:31.110Z | Downloaded pest v2.7.2 |
1012 | 2023-10-26T22:21:31.114Z | Downloaded unicode-segmentation v1.10.1 |
1013 | 2023-10-26T22:21:31.117Z | Downloaded tokio-macros v2.1.0 |
1014 | 2023-10-26T22:21:31.120Z | Downloaded thiserror-no-std v2.0.2 |
1015 | 2023-10-26T22:21:31.123Z | Downloaded tempfile v3.8.0 |
1016 | 2023-10-26T22:21:31.127Z | Downloaded usdt-impl v0.3.5 |
1017 | 2023-10-26T22:21:31.130Z | Downloaded base64 v0.21.5 |
1018 | 2023-10-26T22:21:31.133Z | Downloaded keccak v0.1.4 |
1019 | 2023-10-26T22:21:31.136Z | Downloaded http-body v0.4.5 |
1020 | 2023-10-26T22:21:31.145Z | Downloaded serde_tokenstream v0.2.0 |
1021 | 2023-10-26T22:21:31.149Z | Downloaded rustc_version v0.4.0 |
1022 | 2023-10-26T22:21:31.152Z | Downloaded unicode-width v0.1.11 |
1023 | 2023-10-26T22:21:31.156Z | Downloaded slog-stdlog v4.1.1 |
1024 | 2023-10-26T22:21:31.160Z | Downloaded flate2 v1.0.28 |
1025 | 2023-10-26T22:21:31.167Z | Downloaded string_cache v0.8.7 |
1026 | 2023-10-26T22:21:31.171Z | Downloaded serde_arrays v0.1.0 |
1027 | 2023-10-26T22:21:31.174Z | Downloaded ff v0.13.0 |
1028 | 2023-10-26T22:21:31.180Z | Downloaded slog-term v2.9.0 |
1029 | 2023-10-26T22:21:31.188Z | Downloaded serde_yaml v0.9.25 |
1030 | 2023-10-26T22:21:31.195Z | Downloaded tokio-rustls v0.24.1 |
1031 | 2023-10-26T22:21:31.202Z | Downloaded termcolor v1.2.0 |
1032 | 2023-10-26T22:21:31.212Z | Downloaded trust-dns-client v0.22.0 |
1033 | 2023-10-26T22:21:31.646Z | Downloaded crypto-bigint v0.5.2 |
1034 | 2023-10-26T22:21:31.654Z | Downloaded walkdir v2.4.0 |
1035 | 2023-10-26T22:21:31.662Z | Downloaded futures-core v0.3.28 |
1036 | 2023-10-26T22:21:31.671Z | Downloaded slog-dtrace v0.2.3 |
1037 | 2023-10-26T22:21:31.680Z | Downloaded sha1 v0.10.5 |
1038 | 2023-10-26T22:21:31.688Z | Downloaded iana-time-zone v0.1.57 |
1039 | 2023-10-26T22:21:31.696Z | Downloaded backtrace v0.3.69 |
1040 | 2023-10-26T22:21:31.707Z | Downloaded allocator-api2 v0.2.16 |
1041 | 2023-10-26T22:21:31.716Z | Downloaded base64 v0.13.1 |
1042 | 2023-10-26T22:21:31.724Z | Downloaded generic-array v0.14.7 |
1043 | 2023-10-26T22:21:31.732Z | Downloaded form_urlencoded v1.2.0 |
1044 | 2023-10-26T22:21:31.740Z | Downloaded wyz v0.5.1 |
1045 | 2023-10-26T22:21:31.749Z | Downloaded schemars_derive v0.8.13 |
1046 | 2023-10-26T22:21:31.758Z | Downloaded utf8parse v0.2.1 |
1047 | 2023-10-26T22:21:31.766Z | Downloaded const_format v0.2.31 |
1048 | 2023-10-26T22:21:31.775Z | Downloaded serde_spanned v0.6.3 |
1049 | 2023-10-26T22:21:31.785Z | Downloaded inout v0.1.3 |
1050 | 2023-10-26T22:21:31.796Z | Downloaded serde_urlencoded v0.7.1 |
1051 | 2023-10-26T22:21:31.806Z | Downloaded itoa v1.0.9 |
1052 | 2023-10-26T22:21:31.815Z | Downloaded io-lifetimes v1.0.11 |
1053 | 2023-10-26T22:21:31.832Z | Downloaded resolv-conf v0.7.0 |
1054 | 2023-10-26T22:21:31.848Z | Downloaded headers v0.3.9 |
1055 | 2023-10-26T22:21:31.858Z | Downloaded elliptic-curve v0.13.5 |
1056 | 2023-10-26T22:21:31.868Z | Downloaded sha2 v0.10.8 |
1057 | 2023-10-26T22:21:31.877Z | Downloaded fixedbitset v0.4.2 |
1058 | 2023-10-26T22:21:31.882Z | Downloaded openssl-sys v0.9.93 |
1059 | 2023-10-26T22:21:31.889Z | Downloaded memchr v2.6.3 |
1060 | 2023-10-26T22:21:31.899Z | Downloaded zone v0.2.0 |
1061 | 2023-10-26T22:21:31.904Z | Downloaded ron v0.7.1 |
1062 | 2023-10-26T22:21:31.911Z | Downloaded cc v1.0.83 |
1063 | 2023-10-26T22:21:31.916Z | Downloaded humantime v2.1.0 |
1064 | 2023-10-26T22:21:31.922Z | Downloaded strsim v0.8.0 |
1065 | 2023-10-26T22:21:31.930Z | Downloaded spki v0.7.2 |
1066 | 2023-10-26T22:21:31.936Z | Downloaded static_assertions v1.1.0 |
1067 | 2023-10-26T22:21:31.941Z | Downloaded rand_core v0.6.4 |
1068 | 2023-10-26T22:21:31.947Z | Downloaded siphasher v0.3.11 |
1069 | 2023-10-26T22:21:31.954Z | Downloaded scopeguard v1.2.0 |
1070 | 2023-10-26T22:21:31.962Z | Downloaded rand_core v0.5.1 |
1071 | 2023-10-26T22:21:31.967Z | Downloaded ipnetwork v0.20.0 |
1072 | 2023-10-26T22:21:31.971Z | Downloaded tracing-core v0.1.31 |
1073 | 2023-10-26T22:21:31.976Z | Downloaded tracing-attributes v0.1.26 |
1074 | 2023-10-26T22:21:31.981Z | Downloaded term v0.7.0 |
1075 | 2023-10-26T22:21:31.985Z | Downloaded num-traits v0.2.16 |
1076 | 2023-10-26T22:21:31.989Z | Downloaded crossbeam-epoch v0.9.15 |
1077 | 2023-10-26T22:21:31.993Z | Downloaded is-terminal v0.4.9 |
1078 | 2023-10-26T22:21:31.996Z | Downloaded addr2line v0.21.0 |
1079 | 2023-10-26T22:21:32.001Z | Downloaded rustc-demangle v0.1.23 |
1080 | 2023-10-26T22:21:32.005Z | Downloaded ipnet v2.8.0 |
1081 | 2023-10-26T22:21:32.009Z | Downloaded universal-hash v0.5.1 |
1082 | 2023-10-26T22:21:32.012Z | Downloaded dirs-sys-next v0.1.2 |
1083 | 2023-10-26T22:21:32.016Z | Downloaded dirs-sys v0.4.1 |
1084 | 2023-10-26T22:21:32.034Z | Downloaded der v0.7.8 |
1085 | 2023-10-26T22:21:32.038Z | Downloaded synstructure v0.12.6 |
1086 | 2023-10-26T22:21:32.041Z | Downloaded zeroize v1.6.0 |
1087 | 2023-10-26T22:21:32.044Z | Downloaded const-oid v0.9.5 |
1088 | 2023-10-26T22:21:32.048Z | Downloaded erased-serde v0.3.30 |
1089 | 2023-10-26T22:21:32.051Z | Downloaded tinyvec v1.6.0 |
1090 | 2023-10-26T22:21:32.054Z | Downloaded parking_lot_core v0.9.8 |
1091 | 2023-10-26T22:21:32.057Z | Downloaded tokio-tungstenite v0.18.0 |
1092 | 2023-10-26T22:21:32.060Z | Downloaded ringbuffer v0.15.0 |
1093 | 2023-10-26T22:21:32.065Z | Downloaded postgres-types v0.2.6 |
1094 | 2023-10-26T22:21:32.068Z | Downloaded diesel_derives v2.1.1 |
1095 | 2023-10-26T22:21:32.071Z | Downloaded parking_lot v0.11.2 |
1096 | 2023-10-26T22:21:32.074Z | Downloaded bzip2 v0.4.4 |
1097 | 2023-10-26T22:21:32.081Z | Downloaded ansi_term v0.12.1 |
1098 | 2023-10-26T22:21:32.085Z | Downloaded getrandom v0.2.10 |
1099 | 2023-10-26T22:21:32.088Z | Downloaded num-rational v0.4.1 |
1100 | 2023-10-26T22:21:32.091Z | Downloaded postcard v0.7.3 |
1101 | 2023-10-26T22:21:32.095Z | Downloaded polyval v0.6.1 |
1102 | 2023-10-26T22:21:32.098Z | Downloaded getopts v0.2.21 |
1103 | 2023-10-26T22:21:32.101Z | Downloaded ciborium v0.2.1 |
1104 | 2023-10-26T22:21:32.104Z | Downloaded cancel-safe-futures v0.1.2 |
1105 | 2023-10-26T22:21:32.107Z | Downloaded crc32fast v1.3.2 |
1106 | 2023-10-26T22:21:32.111Z | Downloaded data-encoding v2.4.0 |
1107 | 2023-10-26T22:21:32.118Z | Downloaded thread-id v4.2.0 |
1108 | 2023-10-26T22:21:32.121Z | Downloaded tower-service v0.3.2 |
1109 | 2023-10-26T22:21:32.124Z | Downloaded toolchain_find v0.2.0 |
1110 | 2023-10-26T22:21:32.127Z | Downloaded anstyle-parse v0.2.1 |
1111 | 2023-10-26T22:21:32.131Z | Downloaded cbc v0.1.2 |
1112 | 2023-10-26T22:21:32.134Z | Downloaded postgres-protocol v0.6.6 |
1113 | 2023-10-26T22:21:32.137Z | Downloaded ascii v1.1.0 |
1114 | 2023-10-26T22:21:32.140Z | Downloaded anyhow v1.0.75 |
1115 | 2023-10-26T22:21:32.146Z | Downloaded base64ct v1.6.0 |
1116 | 2023-10-26T22:21:32.150Z | Downloaded time-macros v0.2.13 |
1117 | 2023-10-26T22:21:32.153Z | Downloaded byteorder v1.5.0 |
1118 | 2023-10-26T22:21:32.157Z | Downloaded fallible-iterator v0.2.0 |
1119 | 2023-10-26T22:21:32.160Z | Downloaded twox-hash v1.6.3 |
1120 | 2023-10-26T22:21:32.163Z | Downloaded num_enum_derive v0.5.11 |
1121 | 2023-10-26T22:21:32.184Z | Downloaded bincode v1.3.3 |
1122 | 2023-10-26T22:21:32.187Z | Downloaded either v1.9.0 |
1123 | 2023-10-26T22:21:32.191Z | Downloaded console v0.15.7 |
1124 | 2023-10-26T22:21:32.194Z | Downloaded errno v0.3.2 |
1125 | 2023-10-26T22:21:32.198Z | Downloaded digest v0.10.7 |
1126 | 2023-10-26T22:21:32.202Z | Downloaded difflib v0.4.0 |
1127 | 2023-10-26T22:21:32.205Z | Downloaded thiserror v1.0.49 |
1128 | 2023-10-26T22:21:32.215Z | Downloaded textwrap v0.11.0 |
1129 | 2023-10-26T22:21:32.230Z | Downloaded num_enum_derive v0.7.0 |
1130 | 2023-10-26T22:21:32.254Z | Downloaded num-derive v0.4.0 |
1131 | 2023-10-26T22:21:32.266Z | Downloaded native-tls v0.2.11 |
1132 | 2023-10-26T22:21:32.288Z | Downloaded deranged v0.3.8 |
1133 | 2023-10-26T22:21:32.298Z | Downloaded pbkdf2 v0.11.0 |
1134 | 2023-10-26T22:21:32.312Z | Downloaded bit-vec v0.6.3 |
1135 | 2023-10-26T22:21:32.318Z | Downloaded num_enum v0.5.11 |
1136 | 2023-10-26T22:21:32.322Z | Downloaded num-iter v0.1.43 |
1137 | 2023-10-26T22:21:32.325Z | Downloaded num-integer v0.1.45 |
1138 | 2023-10-26T22:21:32.328Z | Downloaded ppv-lite86 v0.2.17 |
1139 | 2023-10-26T22:21:32.331Z | Downloaded heck v0.4.1 |
1140 | 2023-10-26T22:21:32.334Z | Downloaded bcrypt-pbkdf v0.10.0 |
1141 | 2023-10-26T22:21:32.337Z | Downloaded option-ext v0.2.0 |
1142 | 2023-10-26T22:21:32.340Z | Downloaded mime_guess v2.0.4 |
1143 | 2023-10-26T22:21:32.343Z | Downloaded thiserror-impl v1.0.49 |
1144 | 2023-10-26T22:21:32.346Z | Downloaded futures-sink v0.3.28 |
1145 | 2023-10-26T22:21:32.349Z | Downloaded foreign-types v0.5.0 |
1146 | 2023-10-26T22:21:32.353Z | Downloaded const_format_proc_macros v0.2.31 |
1147 | 2023-10-26T22:21:32.356Z | Downloaded quick-error v1.2.3 |
1148 | 2023-10-26T22:21:32.359Z | Downloaded debug-ignore v1.0.5 |
1149 | 2023-10-26T22:21:32.363Z | Downloaded ciborium-ll v0.2.1 |
1150 | 2023-10-26T22:21:32.382Z | Downloaded parking_lot_core v0.8.6 |
1151 | 2023-10-26T22:21:32.389Z | Downloaded darling v0.20.3 |
1152 | 2023-10-26T22:21:32.393Z | Downloaded poly1305 v0.8.0 |
1153 | 2023-10-26T22:21:32.397Z | Downloaded fastrand v2.0.0 |
1154 | 2023-10-26T22:21:32.400Z | Downloaded fxhash v0.2.1 |
1155 | 2023-10-26T22:21:32.403Z | Downloaded foreign-types-shared v0.3.1 |
1156 | 2023-10-26T22:21:32.410Z | Downloaded foreign-types-shared v0.1.1 |
1157 | 2023-10-26T22:21:32.414Z | Downloaded quote v1.0.33 |
1158 | 2023-10-26T22:21:32.419Z | Downloaded proc-macro-crate v1.3.1 |
1159 | 2023-10-26T22:21:32.423Z | Downloaded phf v0.11.2 |
1160 | 2023-10-26T22:21:32.426Z | Downloaded block-padding v0.3.3 |
1161 | 2023-10-26T22:21:32.430Z | Downloaded predicates-core v1.0.6 |
1162 | 2023-10-26T22:21:32.433Z | Downloaded argon2 v0.5.2 |
1163 | 2023-10-26T22:21:32.438Z | Downloaded async-recursion v1.0.5 |
1164 | 2023-10-26T22:21:32.443Z | Downloaded linked-hash-map v0.5.6 |
1165 | 2023-10-26T22:21:32.448Z | Downloaded take_mut v0.2.2 |
1166 | 2023-10-26T22:21:32.453Z | Downloaded pkg-config v0.3.27 |
1167 | 2023-10-26T22:21:32.457Z | Downloaded pest_derive v2.7.2 |
1168 | 2023-10-26T22:21:32.462Z | Downloaded mime v0.3.17 |
1169 | 2023-10-26T22:21:32.466Z | Downloaded async-stream v0.3.5 |
1170 | 2023-10-26T22:21:32.474Z | Downloaded bitstruct_derive v0.1.0 |
1171 | 2023-10-26T22:21:32.479Z | Downloaded openssl-probe v0.1.5 |
1172 | 2023-10-26T22:21:32.485Z | Downloaded openssl-macros v0.1.1 |
1173 | 2023-10-26T22:21:32.490Z | Downloaded bit-set v0.5.3 |
1174 | 2023-10-26T22:21:32.494Z | Downloaded atomicwrites v0.4.2 |
1175 | 2023-10-26T22:21:32.499Z | Downloaded atomic-waker v1.1.1 |
1176 | 2023-10-26T22:21:32.503Z | Downloaded pin-utils v0.1.0 |
1177 | 2023-10-26T22:21:32.509Z | Downloaded cstr-argument v0.1.2 |
1178 | 2023-10-26T22:21:32.515Z | Downloaded base16ct v0.2.0 |
1179 | 2023-10-26T22:21:32.528Z | Downloaded blake2 v0.10.6 |
1180 | 2023-10-26T22:21:32.536Z | Downloaded ctr v0.9.2 |
1181 | 2023-10-26T22:21:32.541Z | Downloaded pretty-hex v0.3.0 |
1182 | 2023-10-26T22:21:32.553Z | Downloaded postcard-cobs v0.1.5-pre |
1183 | 2023-10-26T22:21:32.558Z | Downloaded num_threads v0.1.6 |
1184 | 2023-10-26T22:21:32.562Z | Downloaded lru-cache v0.1.2 |
1185 | 2023-10-26T22:21:32.568Z | Downloaded camino-tempfile v1.0.2 |
1186 | 2023-10-26T22:21:32.577Z | Downloaded atty v0.2.14 |
1187 | 2023-10-26T22:21:32.589Z | Downloaded colorchoice v1.0.0 |
1188 | 2023-10-26T22:21:32.600Z | Downloaded camino v1.1.6 |
1189 | 2023-10-26T22:21:32.611Z | Downloaded object v0.32.1 |
1190 | 2023-10-26T22:21:32.617Z | Downloaded log v0.4.20 |
1191 | 2023-10-26T22:21:32.625Z | Downloaded lazy_static v1.4.0 |
1192 | 2023-10-26T22:21:32.711Z | Downloaded bytes v1.5.0 |
1193 | 2023-10-26T22:21:32.739Z | Downloaded omicron-zone-package v0.8.3 |
1194 | 2023-10-26T22:21:32.751Z | Downloaded num_cpus v1.16.0 |
1195 | 2023-10-26T22:21:32.760Z | Downloaded cipher v0.4.4 |
1196 | 2023-10-26T22:21:32.779Z | Downloaded num-complex v0.4.4 |
1197 | 2023-10-26T22:21:32.783Z | Downloaded lock_api v0.4.10 |
1198 | 2023-10-26T22:21:32.787Z | Downloaded match_cfg v0.1.0 |
1199 | 2023-10-26T22:21:32.791Z | Downloaded crypto-common v0.1.6 |
1200 | 2023-10-26T22:21:32.795Z | Downloaded precomputed-hash v0.1.1 |
1201 | 2023-10-26T22:21:32.800Z | Downloaded pest_meta v2.7.2 |
1202 | 2023-10-26T22:21:32.804Z | Downloaded blowfish v0.9.1 |
1203 | 2023-10-26T22:21:32.810Z | Downloaded darling_macro v0.20.3 |
1204 | 2023-10-26T22:21:32.814Z | Downloaded libefi-sys v0.1.0 |
1205 | 2023-10-26T22:21:32.823Z | Downloaded num_enum v0.7.0 |
1206 | 2023-10-26T22:21:32.827Z | Downloaded clap_lex v0.5.1 |
1207 | 2023-10-26T22:21:32.831Z | Downloaded nibble_vec v0.1.0 |
1208 | 2023-10-26T22:21:32.834Z | Downloaded multer v2.1.0 |
1209 | 2023-10-26T22:21:32.839Z | Downloaded memoffset v0.9.0 |
1210 | 2023-10-26T22:21:32.844Z | Downloaded managed v0.8.0 |
1211 | 2023-10-26T22:21:32.848Z | Downloaded cfg-if v1.0.0 |
1212 | 2023-10-26T22:21:32.851Z | Downloaded backoff v0.4.0 |
1213 | 2023-10-26T22:21:32.856Z | Downloaded aead v0.5.2 |
1214 | 2023-10-26T22:21:32.860Z | Downloaded phf_shared v0.11.2 |
1215 | 2023-10-26T22:21:32.863Z | Downloaded pest_generator v2.7.2 |
1216 | 2023-10-26T22:21:32.867Z | Downloaded macaddr v1.0.1 |
1217 | 2023-10-26T22:21:32.870Z | Downloaded num v0.4.1 |
1218 | 2023-10-26T22:21:32.875Z | Downloaded md5 v0.7.0 |
1219 | 2023-10-26T22:21:32.878Z | Downloaded ciborium-io v0.2.1 |
1220 | 2023-10-26T22:21:32.882Z | Downloaded chacha20 v0.9.1 |
1221 | 2023-10-26T22:21:32.886Z | Compiling proc-macro2 v1.0.67 |
1222 | 2023-10-26T22:21:32.890Z | Compiling unicode-ident v1.0.12 |
1223 | 2023-10-26T22:21:32.893Z | Compiling libc v0.2.149 |
1224 | 2023-10-26T22:21:32.897Z | Compiling serde v1.0.188 |
1225 | 2023-10-26T22:21:32.901Z | Compiling version_check v0.9.4 |
1226 | 2023-10-26T22:21:32.904Z | Compiling autocfg v1.1.0 |
1227 | 2023-10-26T22:21:32.908Z | Compiling cfg-if v1.0.0 |
1228 | 2023-10-26T22:21:32.912Z | Compiling syn v1.0.109 |
1229 | 2023-10-26T22:21:32.915Z | Compiling typenum v1.16.0 |
1230 | 2023-10-26T22:21:32.925Z | Compiling once_cell v1.18.0 |
1231 | 2023-10-26T22:21:32.964Z | Compiling thiserror v1.0.49 |
1232 | 2023-10-26T22:21:33.033Z | Compiling generic-array v0.14.7 |
1233 | 2023-10-26T22:21:33.132Z | Compiling lock_api v0.4.10 |
1234 | 2023-10-26T22:21:36.088Z | Compiling parking_lot_core v0.9.8 |
1235 | 2023-10-26T22:21:36.168Z | Compiling libm v0.2.7 |
1236 | 2023-10-26T22:21:36.268Z | Compiling num-traits v0.2.16 |
1237 | 2023-10-26T22:21:36.414Z | Compiling itoa v1.0.9 |
1238 | 2023-10-26T22:21:36.549Z | Compiling memchr v2.6.3 |
1239 | 2023-10-26T22:21:36.675Z | Compiling futures-core v0.3.28 |
1240 | 2023-10-26T22:21:36.695Z | Compiling ahash v0.8.3 |
1241 | 2023-10-26T22:21:36.765Z | Compiling serde_json v1.0.107 |
1242 | 2023-10-26T22:21:37.168Z | Compiling log v0.4.20 |
1243 | 2023-10-26T22:21:37.227Z | Compiling slab v0.4.9 |
1244 | 2023-10-26T22:21:37.282Z | Compiling futures-channel v0.3.28 |
1245 | 2023-10-26T22:21:37.634Z | Compiling quote v1.0.33 |
1246 | 2023-10-26T22:21:38.130Z | Compiling futures-task v0.3.28 |
1247 | 2023-10-26T22:21:38.156Z | Compiling futures-util v0.3.28 |
1248 | 2023-10-26T22:21:38.178Z | Compiling pkg-config v0.3.27 |
1249 | 2023-10-26T22:21:38.195Z | Compiling getrandom v0.2.10 |
1250 | 2023-10-26T22:21:38.333Z | Compiling syn v2.0.32 |
1251 | 2023-10-26T22:21:38.802Z | Compiling jobserver v0.1.26 |
1252 | 2023-10-26T22:21:38.873Z | Compiling rand_core v0.6.4 |
1253 | 2023-10-26T22:21:39.078Z | Compiling ryu v1.0.15 |
1254 | 2023-10-26T22:21:39.600Z | Compiling cc v1.0.83 |
1255 | 2023-10-26T22:21:39.655Z | Compiling vcpkg v0.2.15 |
1256 | 2023-10-26T22:21:39.754Z | Compiling allocator-api2 v0.2.16 |
1257 | 2023-10-26T22:21:39.900Z | Compiling schemars v0.8.13 |
1258 | 2023-10-26T22:21:39.919Z | Compiling heck v0.4.1 |
1259 | 2023-10-26T22:21:40.407Z | Compiling equivalent v1.0.1 |
1260 | 2023-10-26T22:21:40.555Z | Compiling scopeguard v1.2.0 |
1261 | 2023-10-26T22:21:41.182Z | Compiling hashbrown v0.14.0 |
1262 | 2023-10-26T22:21:41.566Z | Compiling smallvec v1.11.0 |
1263 | 2023-10-26T22:21:42.725Z | Compiling byteorder v1.5.0 |
1264 | 2023-10-26T22:21:43.213Z | Compiling fnv v1.0.7 |
1265 | 2023-10-26T22:21:43.372Z | Compiling httparse v1.8.0 |
1266 | 2023-10-26T22:21:43.396Z | Compiling iana-time-zone v0.1.57 |
1267 | 2023-10-26T22:21:43.854Z | Compiling pin-project-lite v0.2.13 |
1268 | 2023-10-26T22:21:44.320Z | Compiling semver v1.0.20 |
1269 | 2023-10-26T22:21:44.327Z | Compiling subtle v2.5.0 |
1270 | 2023-10-26T22:21:44.339Z | Compiling ring v0.16.20 |
1271 | 2023-10-26T22:21:44.577Z | Compiling indexmap v1.9.3 |
1272 | 2023-10-26T22:21:44.623Z | Compiling parking_lot v0.12.1 |
1273 | 2023-10-26T22:21:44.762Z | Compiling time-core v0.1.1 |
1274 | 2023-10-26T22:21:44.972Z | Compiling dyn-clone v1.0.13 |
1275 | 2023-10-26T22:21:45.419Z | Compiling tinyvec_macros v0.1.1 |
1276 | 2023-10-26T22:21:45.422Z | Compiling time-macros v0.2.13 |
1277 | 2023-10-26T22:21:45.426Z | Compiling tinyvec v1.6.0 |
1278 | 2023-10-26T22:21:45.429Z | Compiling openssl-sys v0.9.93 |
1279 | 2023-10-26T22:21:45.433Z | Compiling signal-hook-registry v1.4.1 |
1280 | 2023-10-26T22:21:46.321Z | Compiling mio v0.8.8 |
1281 | 2023-10-26T22:21:46.591Z | Compiling socket2 v0.5.4 |
1282 | 2023-10-26T22:21:46.761Z | Compiling num_cpus v1.16.0 |
1283 | 2023-10-26T22:21:46.888Z | Compiling rustls v0.21.7 |
1284 | 2023-10-26T22:21:47.247Z | Compiling unicode-bidi v0.3.13 |
1285 | 2023-10-26T22:21:47.845Z | Compiling unicode-normalization v0.1.22 |
1286 | 2023-10-26T22:21:48.363Z | Compiling slog v2.7.0 |
1287 | 2023-10-26T22:21:48.934Z | Compiling spin v0.5.2 |
1288 | 2023-10-26T22:21:49.404Z | Compiling percent-encoding v2.3.0 |
1289 | 2023-10-26T22:21:49.510Z | Compiling ucd-trie v0.1.6 |
1290 | 2023-10-26T22:21:49.680Z | Compiling backtrace v0.3.69 |
1291 | 2023-10-26T22:21:49.911Z | Compiling async-trait v0.1.74 |
1292 | 2023-10-26T22:21:50.179Z | Compiling form_urlencoded v1.2.0 |
1293 | 2023-10-26T22:21:50.242Z | Compiling aho-corasick v1.0.4 |
1294 | 2023-10-26T22:21:50.265Z | Compiling openssl v0.10.57 |
1295 | 2023-10-26T22:21:50.495Z | Compiling serde_derive_internals v0.26.0 |
1296 | 2023-10-26T22:21:50.614Z | Compiling regex-syntax v0.7.5 |
1297 | 2023-10-26T22:21:50.717Z | Compiling winnow v0.5.15 |
1298 | 2023-10-26T22:21:50.780Z | Compiling futures-sink v0.3.28 |
1299 | 2023-10-26T22:21:51.025Z | Compiling pin-utils v0.1.0 |
1300 | 2023-10-26T22:21:51.162Z | Compiling anyhow v1.0.75 |
1301 | 2023-10-26T22:21:52.612Z | Compiling idna v0.4.0 |
1302 | 2023-10-26T22:21:55.021Z | Compiling native-tls v0.2.11 |
1303 | 2023-10-26T22:21:55.234Z | Compiling url v2.4.1 |
1304 | 2023-10-26T22:21:55.471Z | Compiling unicode-xid v0.2.4 |
1305 | 2023-10-26T22:21:56.412Z | Compiling rustversion v1.0.14 |
1306 | 2023-10-26T22:21:56.706Z | Compiling regex-automata v0.3.8 |
1307 | 2023-10-26T22:21:57.289Z | Compiling futures-io v0.3.28 |
1308 | 2023-10-26T22:21:57.408Z | Compiling const-oid v0.9.5 |
1309 | 2023-10-26T22:21:58.114Z | Compiling hashbrown v0.13.2 |
1310 | 2023-10-26T22:21:58.612Z | Compiling unicode-width v0.1.11 |
1311 | 2023-10-26T22:21:59.243Z | Compiling synstructure v0.12.6 |
1312 | 2023-10-26T22:22:00.407Z | Compiling crossbeam-utils v0.8.16 |
1313 | 2023-10-26T22:22:00.410Z | Compiling cpufeatures v0.2.9 |
1314 | 2023-10-26T22:22:00.413Z | Compiling tracing-core v0.1.31 |
1315 | 2023-10-26T22:22:00.625Z | Compiling adler v1.0.2 |
1316 | 2023-10-26T22:22:00.695Z | Compiling ppv-lite86 v0.2.17 |
1317 | 2023-10-26T22:22:01.056Z | Compiling miniz_oxide v0.7.1 |
1318 | 2023-10-26T22:22:01.519Z | Compiling rustix v0.38.9 |
1319 | 2023-10-26T22:22:02.019Z | Compiling rand_chacha v0.3.1 |
1320 | 2023-10-26T22:22:02.666Z | Compiling usdt-impl v0.3.5 |
1321 | 2023-10-26T22:22:03.280Z | Compiling gimli v0.28.0 |
1322 | 2023-10-26T22:22:03.292Z | Compiling bitflags v1.3.2 |
1323 | 2023-10-26T22:22:03.647Z | Compiling rand v0.8.5 |
1324 | 2023-10-26T22:22:03.791Z | Compiling object v0.32.1 |
1325 | 2023-10-26T22:22:03.816Z | Compiling serde_derive v1.0.188 |
1326 | 2023-10-26T22:22:03.837Z | Compiling zeroize_derive v1.4.2 |
1327 | 2023-10-26T22:22:03.917Z | Compiling thiserror-impl v1.0.49 |
1328 | 2023-10-26T22:22:04.735Z | Compiling tokio-macros v2.1.0 |
1329 | 2023-10-26T22:22:06.164Z | Compiling futures-macro v0.3.28 |
1330 | 2023-10-26T22:22:06.697Z | Compiling tracing-attributes v0.1.26 |
1331 | 2023-10-26T22:22:07.690Z | Compiling schemars_derive v0.8.13 |
1332 | 2023-10-26T22:22:08.884Z | Compiling zeroize v1.6.0 |
1333 | 2023-10-26T22:22:09.512Z | Compiling pest v2.7.2 |
1334 | 2023-10-26T22:22:11.750Z | Compiling openssl-macros v0.1.1 |
1335 | 2023-10-26T22:22:11.888Z | Compiling crypto-common v0.1.6 |
1336 | 2023-10-26T22:22:12.302Z | Compiling regex v1.9.5 |
1337 | 2023-10-26T22:22:12.789Z | Compiling block-buffer v0.10.4 |
1338 | 2023-10-26T22:22:12.872Z | Compiling digest v0.10.7 |
1339 | 2023-10-26T22:22:13.564Z | Compiling zerocopy-derive v0.2.0 |
1340 | 2023-10-26T22:22:14.140Z | Compiling pest_meta v2.7.2 |
1341 | 2023-10-26T22:22:14.635Z | Compiling tracing v0.1.37 |
1342 | 2023-10-26T22:22:15.466Z | Compiling addr2line v0.21.0 |
1343 | 2023-10-26T22:22:15.737Z | Compiling deranged v0.3.8 |
1344 | 2023-10-26T22:22:16.243Z | Compiling rustc-demangle v0.1.23 |
1345 | 2023-10-26T22:22:16.737Z | Compiling pest_generator v2.7.2 |
1346 | 2023-10-26T22:22:17.159Z | Compiling zerocopy v0.3.0 |
1347 | 2023-10-26T22:22:17.175Z | Compiling num_threads v0.1.6 |
1348 | 2023-10-26T22:22:17.200Z | Compiling thread-id v4.2.0 |
1349 | 2023-10-26T22:22:18.062Z | Compiling dof v0.1.5 |
1350 | 2023-10-26T22:22:19.147Z | Compiling time v0.3.27 |
1351 | 2023-10-26T22:22:19.650Z | Compiling base64 v0.21.5 |
1352 | 2023-10-26T22:22:20.561Z | Compiling lazy_static v1.4.0 |
1353 | 2023-10-26T22:22:21.898Z | Compiling pest_derive v2.7.2 |
1354 | 2023-10-26T22:22:22.584Z | Compiling untrusted v0.7.1 |
1355 | 2023-10-26T22:22:22.591Z | Compiling strum_macros v0.25.2 |
1356 | 2023-10-26T22:22:23.035Z | Compiling dtrace-parser v0.1.14 |
1357 | 2023-10-26T22:22:26.198Z | Compiling strsim v0.10.0 |
1358 | 2023-10-26T22:22:26.828Z | Compiling regress v0.7.1 |
1359 | 2023-10-26T22:22:27.557Z | Compiling socket2 v0.4.9 |
1360 | 2023-10-26T22:22:28.531Z | Compiling bytes v1.5.0 |
1361 | 2023-10-26T22:22:28.832Z | Compiling indexmap v2.0.0 |
1362 | 2023-10-26T22:22:29.040Z | Compiling chrono v0.4.31 |
1363 | 2023-10-26T22:22:29.132Z | Compiling uuid v1.4.1 |
1364 | 2023-10-26T22:22:29.220Z | Compiling serde_spanned v0.6.3 |
1365 | 2023-10-26T22:22:29.587Z | Compiling toml_datetime v0.6.3 |
1366 | 2023-10-26T22:22:30.304Z | Compiling http v0.2.9 |
1367 | 2023-10-26T22:22:30.367Z | Compiling tokio v1.33.0 |
1368 | 2023-10-26T22:22:30.403Z | Compiling bitflags v2.4.0 |
1369 | 2023-10-26T22:22:30.679Z | Compiling rustc_version v0.4.0 |
1370 | 2023-10-26T22:22:31.027Z | Compiling toml_edit v0.19.15 |
1371 | 2023-10-26T22:22:31.785Z | Compiling serde_tokenstream v0.1.7 |
1372 | 2023-10-26T22:22:32.553Z | Compiling openapiv3 v1.0.3 |
1373 | 2023-10-26T22:22:34.834Z | Compiling serde_tokenstream v0.2.0 |
1374 | 2023-10-26T22:22:35.898Z | Compiling hashbrown v0.12.3 |
1375 | 2023-10-26T22:22:36.312Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1376 | 2023-10-26T22:22:36.734Z | Compiling sct v0.7.0 |
1377 | 2023-10-26T22:22:37.234Z | Compiling rustls-webpki v0.101.4 |
1378 | 2023-10-26T22:22:37.494Z | Compiling usdt-macro v0.3.5 |
1379 | 2023-10-26T22:22:37.810Z | Compiling usdt-attr-macro v0.3.5 |
1380 | 2023-10-26T22:22:39.718Z | Compiling httpdate v1.0.3 |
1381 | 2023-10-26T22:22:40.083Z | Compiling try-lock v0.2.4 |
1382 | 2023-10-26T22:22:40.275Z | Compiling want v0.3.1 |
1383 | 2023-10-26T22:22:40.734Z | Compiling http-body v0.4.5 |
1384 | 2023-10-26T22:22:41.060Z | Compiling rustls-pemfile v1.0.3 |
1385 | 2023-10-26T22:22:41.128Z | Compiling foreign-types-shared v0.1.1 |
1386 | 2023-10-26T22:22:41.259Z | Compiling tower-service v0.3.2 |
1387 | 2023-10-26T22:22:41.440Z | Compiling openssl-probe v0.1.5 |
1388 | 2023-10-26T22:22:41.516Z | Compiling mime v0.3.17 |
1389 | 2023-10-26T22:22:41.674Z | Compiling foreign-types v0.3.2 |
1390 | 2023-10-26T22:22:41.989Z | Compiling errno v0.3.2 |
1391 | 2023-10-26T22:22:42.117Z | Compiling ipnet v2.8.0 |
1392 | 2023-10-26T22:22:42.542Z | Compiling getopts v0.2.21 |
1393 | 2023-10-26T22:22:44.043Z | Compiling tokio-util v0.7.10 |
1394 | 2023-10-26T22:22:44.306Z | Compiling encoding_rs v0.8.33 |
1395 | 2023-10-26T22:22:44.407Z | Compiling unsafe-libyaml v0.2.9 |
1396 | 2023-10-26T22:22:45.766Z | Compiling rustls-native-certs v0.6.3 |
1397 | 2023-10-26T22:22:46.070Z | Compiling h2 v0.3.21 |
1398 | 2023-10-26T22:22:46.535Z | Compiling serde_urlencoded v0.7.1 |
1399 | 2023-10-26T22:22:47.436Z | Compiling tokio-rustls v0.24.1 |
1400 | 2023-10-26T22:22:47.646Z | Compiling serde_yaml v0.9.25 |
1401 | 2023-10-26T22:22:48.565Z | Compiling webpki-roots v0.25.2 |
1402 | 2023-10-26T22:22:53.961Z | Compiling hmac v0.12.1 |
1403 | 2023-10-26T22:22:54.171Z | Compiling num-integer v0.1.45 |
1404 | 2023-10-26T22:22:54.283Z | Compiling sha2 v0.10.8 |
1405 | 2023-10-26T22:22:54.626Z | Compiling block-padding v0.3.3 |
1406 | 2023-10-26T22:22:55.774Z | Compiling tokio-native-tls v0.3.1 |
1407 | 2023-10-26T22:22:56.218Z | Compiling inout v0.1.3 |
1408 | 2023-10-26T22:22:56.632Z | Compiling futures-executor v0.3.28 |
1409 | 2023-10-26T22:22:56.897Z | Compiling cipher v0.4.4 |
1410 | 2023-10-26T22:22:57.638Z | Compiling toml v0.7.8 |
1411 | 2023-10-26T22:22:57.774Z | Compiling crc32fast v1.3.2 |
1412 | 2023-10-26T22:22:57.887Z | Compiling fallible-iterator v0.2.0 |
1413 | 2023-10-26T22:22:58.417Z | Compiling hyper v0.14.27 |
1414 | 2023-10-26T22:22:58.579Z | Compiling futures v0.3.28 |
1415 | 2023-10-26T22:22:58.755Z | Compiling ipnetwork v0.20.0 |
1416 | 2023-10-26T22:22:59.100Z | Compiling spin v0.9.8 |
1417 | 2023-10-26T22:22:59.733Z | Compiling siphasher v0.3.11 |
1418 | 2023-10-26T22:22:59.800Z | Compiling usdt v0.3.5 |
1419 | 2023-10-26T22:23:00.668Z | Compiling md-5 v0.10.5 |
1420 | 2023-10-26T22:23:01.064Z | Compiling stringprep v0.1.3 |
1421 | 2023-10-26T22:23:02.126Z | Compiling io-lifetimes v1.0.11 |
1422 | 2023-10-26T22:23:02.213Z | Compiling postgres-protocol v0.6.6 |
1423 | 2023-10-26T22:23:02.429Z | Compiling phf_shared v0.11.2 |
1424 | 2023-10-26T22:23:02.867Z | Compiling hex v0.4.3 |
1425 | 2023-10-26T22:23:03.066Z | Compiling enum-as-inner v0.5.1 |
1426 | 2023-10-26T22:23:03.715Z | Compiling slog-async v2.8.0 |
1427 | 2023-10-26T22:23:03.886Z | Compiling postgres-types v0.2.6 |
1428 | 2023-10-26T22:23:04.477Z | Compiling phf v0.11.2 |
1429 | 2023-10-26T22:23:04.565Z | Compiling num-bigint v0.4.4 |
1430 | 2023-10-26T22:23:04.983Z | Compiling data-encoding v2.4.0 |
1431 | 2023-10-26T22:23:05.230Z | Compiling whoami v1.4.1 |
1432 | 2023-10-26T22:23:05.376Z | Compiling rustix v0.37.23 |
1433 | 2023-10-26T22:23:06.125Z | Compiling tokio-postgres v0.7.10 |
1434 | 2023-10-26T22:23:06.461Z | Compiling zerocopy-derive v0.6.4 |
1435 | 2023-10-26T22:23:06.624Z | Compiling static_assertions v1.1.0 |
1436 | 2023-10-26T22:23:09.024Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1437 | 2023-10-26T22:23:09.824Z | Compiling ident_case v1.0.1 |
1438 | 2023-10-26T22:23:10.231Z | Compiling either v1.9.0 |
1439 | 2023-10-26T22:23:10.400Z | Compiling darling_core v0.20.3 |
1440 | 2023-10-26T22:23:10.425Z | Compiling hyper-tls v0.5.0 |
1441 | 2023-10-26T22:23:10.742Z | Compiling hyper-rustls v0.24.1 |
1442 | 2023-10-26T22:23:12.037Z | Compiling reqwest v0.11.20 |
1443 | 2023-10-26T22:23:12.207Z | Compiling camino v1.1.6 |
1444 | 2023-10-26T22:23:12.403Z | Compiling flate2 v1.0.28 |
1445 | 2023-10-26T22:23:13.088Z | Compiling heapless v0.7.16 |
1446 | 2023-10-26T22:23:13.671Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1447 | 2023-10-26T22:23:14.144Z | Compiling memoffset v0.9.0 |
1448 | 2023-10-26T22:23:14.304Z | Compiling matches v0.1.10 |
1449 | 2023-10-26T22:23:14.435Z | Compiling managed v0.8.0 |
1450 | 2023-10-26T22:23:14.602Z | Compiling radium v0.7.0 |
1451 | 2023-10-26T22:23:15.188Z | Compiling unicode-segmentation v1.10.1 |
1452 | 2023-10-26T22:23:15.590Z | Compiling idna v0.2.3 |
1453 | 2023-10-26T22:23:16.531Z | Compiling itertools v0.11.0 |
1454 | 2023-10-26T22:23:17.214Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1455 | 2023-10-26T22:23:17.232Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1456 | 2023-10-26T22:23:17.272Z | Compiling multer v2.1.0 |
1457 | 2023-10-26T22:23:17.806Z | Compiling trust-dns-proto v0.22.0 |
1458 | 2023-10-26T22:23:18.841Z | Compiling async-stream-impl v0.3.5 |
1459 | 2023-10-26T22:23:20.390Z | Compiling darling_macro v0.20.3 |
1460 | 2023-10-26T22:23:20.965Z | Compiling crossbeam-epoch v0.9.15 |
1461 | 2023-10-26T22:23:21.979Z | Compiling darling v0.20.3 |
1462 | 2023-10-26T22:23:22.803Z | Compiling num-iter v0.1.43 |
1463 | 2023-10-26T22:23:22.806Z | Compiling serde_with_macros v2.3.3 |
1464 | 2023-10-26T22:23:22.809Z | Compiling utf8parse v0.2.1 |
1465 | 2023-10-26T22:23:22.814Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1466 | 2023-10-26T22:23:22.823Z | Compiling smoltcp v0.9.1 |
1467 | 2023-10-26T22:23:22.925Z | Compiling paste v1.0.14 |
1468 | 2023-10-26T22:23:23.061Z | Compiling anstyle v1.0.2 |
1469 | 2023-10-26T22:23:23.572Z | Compiling bit-vec v0.6.3 |
1470 | 2023-10-26T22:23:24.301Z | Compiling anstyle-parse v0.2.1 |
1471 | 2023-10-26T22:23:26.660Z | Compiling zerocopy v0.6.4 |
1472 | 2023-10-26T22:23:26.678Z | Compiling signature v2.1.0 |
1473 | 2023-10-26T22:23:27.410Z | Compiling hubpack_derive v0.1.1 |
1474 | 2023-10-26T22:23:27.422Z | Compiling clap_derive v4.4.2 |
1475 | 2023-10-26T22:23:27.613Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1476 | 2023-10-26T22:23:28.022Z | Compiling colorchoice v1.0.0 |
1477 | 2023-10-26T22:23:28.270Z | Compiling anstyle-query v1.0.0 |
1478 | 2023-10-26T22:23:28.455Z | Compiling anstream v0.5.0 |
1479 | 2023-10-26T22:23:29.113Z | Compiling terminal_size v0.2.6 |
1480 | 2023-10-26T22:23:30.965Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1481 | 2023-10-26T22:23:31.390Z | Compiling yasna v0.5.2 |
1482 | 2023-10-26T22:23:32.251Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1483 | 2023-10-26T22:23:33.023Z | Compiling structmeta-derive v0.1.6 |
1484 | 2023-10-26T22:23:33.780Z | Compiling diesel_table_macro_syntax v0.1.0 |
1485 | 2023-10-26T22:23:34.242Z | Compiling hash32 v0.2.1 |
1486 | 2023-10-26T22:23:34.695Z | Compiling stable_deref_trait v1.2.0 |
1487 | 2023-10-26T22:23:34.869Z | Compiling tap v1.0.1 |
1488 | 2023-10-26T22:23:34.988Z | Compiling clap_lex v0.5.1 |
1489 | 2023-10-26T22:23:35.153Z | Compiling wyz v0.5.1 |
1490 | 2023-10-26T22:23:35.806Z | Compiling clap_builder v4.4.2 |
1491 | 2023-10-26T22:23:35.920Z | Compiling diesel_derives v2.1.1 |
1492 | 2023-10-26T22:23:36.839Z | Compiling tokio-stream v0.1.14 |
1493 | 2023-10-26T22:23:37.489Z | Compiling structmeta v0.1.6 |
1494 | 2023-10-26T22:23:38.440Z | Compiling serde_repr v0.1.16 |
1495 | 2023-10-26T22:23:38.446Z | Compiling scheduled-thread-pool v0.2.7 |
1496 | 2023-10-26T22:23:38.450Z | Compiling regex-automata v0.1.10 |
1497 | 2023-10-26T22:23:38.555Z | Compiling regex-syntax v0.6.29 |
1498 | 2023-10-26T22:23:39.145Z | Compiling funty v2.0.0 |
1499 | 2023-10-26T22:23:39.303Z | Compiling bstr v0.2.17 |
1500 | 2023-10-26T22:23:40.602Z | Compiling r2d2 v0.8.10 |
1501 | 2023-10-26T22:23:41.236Z | Compiling bitvec v1.0.1 |
1502 | 2023-10-26T22:23:42.616Z | Compiling clap v4.4.3 |
1503 | 2023-10-26T22:23:42.783Z | Compiling hubpack v0.1.2 |
1504 | 2023-10-26T22:23:44.348Z | Compiling itertools v0.10.5 |
1505 | 2023-10-26T22:23:44.357Z | Compiling phf_shared v0.10.0 |
1506 | 2023-10-26T22:23:45.754Z | Compiling float-cmp v0.9.0 |
1507 | 2023-10-26T22:23:45.764Z | Compiling fixedbitset v0.4.2 |
1508 | 2023-10-26T22:23:46.551Z | Compiling normalize-line-endings v0.3.0 |
1509 | 2023-10-26T22:23:46.735Z | Compiling new_debug_unreachable v1.0.4 |
1510 | 2023-10-26T22:23:46.878Z | Compiling difflib v0.4.0 |
1511 | 2023-10-26T22:23:48.442Z | Compiling parse-display-derive v0.7.0 |
1512 | 2023-10-26T22:23:48.825Z | Compiling predicates-core v1.0.6 |
1513 | 2023-10-26T22:23:49.102Z | Compiling precomputed-hash v0.1.1 |
1514 | 2023-10-26T22:23:49.204Z | Compiling predicates v3.0.4 |
1515 | 2023-10-26T22:23:49.262Z | Compiling string_cache v0.8.7 |
1516 | 2023-10-26T22:23:49.817Z | Compiling petgraph v0.6.4 |
1517 | 2023-10-26T22:23:50.084Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1518 | 2023-10-26T22:23:52.165Z | Compiling similar v2.2.1 |
1519 | 2023-10-26T22:23:53.594Z | Compiling bit-set v0.5.3 |
1520 | 2023-10-26T22:23:53.857Z | Compiling console v0.15.7 |
1521 | 2023-10-26T22:23:54.030Z | Compiling bstr v1.6.0 |
1522 | 2023-10-26T22:23:55.008Z | Compiling lalrpop-util v0.19.12 |
1523 | 2023-10-26T22:24:00.903Z | Compiling diesel v2.1.1 |
1524 | 2023-10-26T22:24:06.308Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1525 | 2023-10-26T22:24:06.359Z | Compiling proc-macro-crate v1.3.1 |
1526 | 2023-10-26T22:24:07.735Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1527 | 2023-10-26T22:24:17.021Z | Compiling crucible-workspace-hack v0.1.0 |
1528 | 2023-10-26T22:24:37.702Z | Compiling atty v0.2.14 |
1529 | 2023-10-26T22:24:41.099Z | Compiling sha1 v0.10.5 |
1530 | 2023-10-26T22:24:41.190Z | Compiling match_cfg v0.1.0 |
1531 | 2023-10-26T22:24:41.330Z | Compiling hostname v0.3.1 |
1532 | 2023-10-26T22:24:47.647Z | Compiling dirs-sys-next v0.1.2 |
1533 | 2023-10-26T22:24:48.718Z | Compiling dirs-next v2.0.0 |
1534 | 2023-10-26T22:24:52.709Z | Compiling thread_local v1.1.7 |
1535 | 2023-10-26T22:24:56.582Z | Compiling term v0.7.0 |
1536 | 2023-10-26T22:24:56.606Z | Compiling crossbeam-channel v0.5.8 |
1537 | 2023-10-26T22:24:58.231Z | Compiling take_mut v0.2.2 |
1538 | 2023-10-26T22:24:58.637Z | Compiling slog-term v2.9.0 |
1539 | 2023-10-26T22:24:59.775Z | Compiling slog-json v2.6.1 |
1540 | 2023-10-26T22:25:00.436Z | Compiling instant v0.1.12 |
1541 | 2023-10-26T22:25:00.856Z | Compiling slog-bunyan v2.4.0 |
1542 | 2023-10-26T22:25:02.171Z | Compiling strum v0.25.0 |
1543 | 2023-10-26T22:25:02.621Z | Compiling atomic-waker v1.1.1 |
1544 | 2023-10-26T22:25:02.958Z | Compiling waitgroup v0.1.2 |
1545 | 2023-10-26T22:25:03.272Z | Compiling num_enum_derive v0.5.11 |
1546 | 2023-10-26T22:25:03.328Z | Compiling serde_with v2.3.3 |
1547 | 2023-10-26T22:25:03.449Z | Compiling async-stream v0.3.5 |
1548 | 2023-10-26T22:25:05.709Z | Compiling serde_path_to_error v0.1.14 |
1549 | 2023-10-26T22:25:06.128Z | Compiling libz-sys v1.1.12 |
1550 | 2023-10-26T22:25:06.132Z | Compiling debug-ignore v1.0.5 |
1551 | 2023-10-26T22:25:06.136Z | Compiling fastrand v2.0.0 |
1552 | 2023-10-26T22:25:07.211Z | Compiling tempfile v3.8.0 |
1553 | 2023-10-26T22:25:08.940Z | Compiling proc-macro-error-attr v1.0.4 |
1554 | 2023-10-26T22:25:09.126Z | Compiling slog-dtrace v0.2.3 |
1555 | 2023-10-26T22:25:10.874Z | Compiling backoff v0.4.0 |
1556 | 2023-10-26T22:25:11.440Z | Compiling parse-display v0.7.0 |
1557 | 2023-10-26T22:25:12.279Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1558 | 2023-10-26T22:25:13.058Z | Compiling macaddr v1.0.1 |
1559 | 2023-10-26T22:25:13.144Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1560 | 2023-10-26T22:25:13.479Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1561 | 2023-10-26T22:25:13.814Z | Compiling proc-macro-error v1.0.4 |
1562 | 2023-10-26T22:25:14.261Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1563 | 2023-10-26T22:25:16.229Z | Compiling libsqlite3-sys v0.26.0 |
1564 | 2023-10-26T22:25:16.679Z | Compiling memoffset v0.7.1 |
1565 | 2023-10-26T22:25:16.916Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1566 | 2023-10-26T22:25:19.430Z | Compiling foreign-types-macros v0.2.3 |
1567 | 2023-10-26T22:25:19.775Z | Compiling vergen v8.2.4 |
1568 | 2023-10-26T22:25:20.248Z | Compiling base64ct v1.6.0 |
1569 | 2023-10-26T22:25:23.548Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1570 | 2023-10-26T22:25:23.617Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1571 | 2023-10-26T22:25:30.243Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1572 | 2023-10-26T22:25:30.367Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1573 | 2023-10-26T22:25:30.469Z | Compiling platforms v3.0.2 |
1574 | 2023-10-26T22:25:31.086Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1575 | 2023-10-26T22:25:31.507Z | Compiling num_enum_derive v0.7.0 |
1576 | 2023-10-26T22:25:31.531Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1577 | 2023-10-26T22:25:31.773Z | Compiling password-hash v0.5.0 |
1578 | 2023-10-26T22:25:32.369Z | Compiling curve25519-dalek v4.1.0 |
1579 | 2023-10-26T22:25:32.437Z | Compiling heck v0.3.3 |
1580 | 2023-10-26T22:25:32.926Z | Compiling blake2 v0.10.6 |
1581 | 2023-10-26T22:25:33.034Z | Compiling libefi-sys v0.1.0 |
1582 | 2023-10-26T22:25:33.283Z | Compiling structopt-derive v0.4.18 |
1583 | 2023-10-26T22:25:33.520Z | Compiling zone_cfg_derive v0.2.0 |
1584 | 2023-10-26T22:25:33.705Z | Compiling argon2 v0.5.2 |
1585 | 2023-10-26T22:25:35.274Z | Compiling curve25519-dalek-derive v0.1.0 |
1586 | 2023-10-26T22:25:35.758Z | Compiling num-derive v0.4.0 |
1587 | 2023-10-26T22:25:35.790Z | Compiling same-file v1.0.6 |
1588 | 2023-10-26T22:25:36.237Z | Compiling walkdir v2.4.0 |
1589 | 2023-10-26T22:25:36.628Z | Compiling toml v0.5.11 |
1590 | 2023-10-26T22:25:37.389Z | Compiling semver-parser v0.10.2 |
1591 | 2023-10-26T22:25:37.638Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1592 | 2023-10-26T22:25:38.044Z | Compiling filetime v0.2.22 |
1593 | 2023-10-26T22:25:38.179Z | Compiling xattr v1.0.1 |
1594 | 2023-10-26T22:25:38.556Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1595 | 2023-10-26T22:25:38.624Z | Compiling getrandom v0.1.16 |
1596 | 2023-10-26T22:25:38.974Z | Compiling erased-serde v0.3.30 |
1597 | 2023-10-26T22:25:39.360Z | Compiling semver v0.11.0 |
1598 | 2023-10-26T22:25:39.453Z | Compiling tar v0.4.40 |
1599 | 2023-10-26T22:25:39.771Z | Compiling universal-hash v0.5.1 |
1600 | 2023-10-26T22:25:40.002Z | Compiling bitstruct_derive v0.1.0 |
1601 | 2023-10-26T22:25:40.080Z | Compiling async-recursion v1.0.5 |
1602 | 2023-10-26T22:25:40.534Z | Compiling home v0.5.5 |
1603 | 2023-10-26T22:25:40.778Z | Compiling opaque-debug v0.3.0 |
1604 | 2023-10-26T22:25:40.964Z | Compiling toolchain_find v0.2.0 |
1605 | 2023-10-26T22:25:41.289Z | Compiling num-rational v0.4.1 |
1606 | 2023-10-26T22:25:41.714Z | Compiling unicase v2.7.0 |
1607 | 2023-10-26T22:25:41.741Z | Compiling parking_lot_core v0.8.6 |
1608 | 2023-10-26T22:25:41.892Z | Compiling rustfmt-wrapper v0.2.0 |
1609 | 2023-10-26T22:25:42.176Z | Compiling omicron-zone-package v0.8.3 |
1610 | 2023-10-26T22:25:42.348Z | Compiling num_enum v0.5.11 |
1611 | 2023-10-26T22:25:42.405Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1612 | 2023-10-26T22:25:42.580Z | Compiling aead v0.5.2 |
1613 | 2023-10-26T22:25:43.043Z | Compiling winapi v0.3.9 |
1614 | 2023-10-26T22:25:43.126Z | Compiling postcard-cobs v0.1.5-pre |
1615 | 2023-10-26T22:25:43.151Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1616 | 2023-10-26T22:25:43.415Z | Compiling polyval v0.6.1 |
1617 | 2023-10-26T22:25:43.598Z | Compiling postcard v0.7.3 |
1618 | 2023-10-26T22:25:43.840Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1619 | 2023-10-26T22:25:44.310Z | Compiling smoltcp v0.8.2 |
1620 | 2023-10-26T22:25:44.447Z | Compiling aes v0.8.3 |
1621 | 2023-10-26T22:25:44.468Z | Compiling ctr v0.9.2 |
1622 | 2023-10-26T22:25:44.958Z | Compiling thiserror-impl-no-std v2.0.2 |
1623 | 2023-10-26T22:25:45.023Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1624 | 2023-10-26T22:25:45.332Z | Compiling foreign-types-shared v0.3.1 |
1625 | 2023-10-26T22:25:45.503Z | Compiling cfg-if v0.1.10 |
1626 | 2023-10-26T22:25:45.797Z | Compiling foreign-types v0.5.0 |
1627 | 2023-10-26T22:25:46.542Z | Compiling mime_guess v2.0.4 |
1628 | 2023-10-26T22:25:49.326Z | Compiling is-terminal v0.4.9 |
1629 | 2023-10-26T22:25:49.521Z | Compiling toml_edit v0.20.0 |
1630 | 2023-10-26T22:25:49.825Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1631 | 2023-10-26T22:25:51.446Z | Compiling hashlink v0.8.3 |
1632 | 2023-10-26T22:25:52.582Z | Compiling cstr-argument v0.1.2 |
1633 | 2023-10-26T22:25:52.983Z | Compiling pretty-hex v0.2.1 |
1634 | 2023-10-26T22:25:53.477Z | Compiling fallible-streaming-iterator v0.1.9 |
1635 | 2023-10-26T22:25:53.903Z | Compiling rusqlite v0.29.0 |
1636 | 2023-10-26T22:25:54.448Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1637 | 2023-10-26T22:25:55.020Z | Compiling toml v0.8.0 |
1638 | 2023-10-26T22:25:57.526Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1639 | 2023-10-26T22:25:58.196Z | Compiling colored v2.0.4 |
1640 | 2023-10-26T22:25:58.481Z | Compiling nix v0.26.2 |
1641 | 2023-10-26T22:25:58.485Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1642 | 2023-10-26T22:26:00.336Z | Compiling twox-hash v1.6.3 |
1643 | 2023-10-26T22:26:00.841Z | Compiling hkdf v0.12.3 |
1644 | 2023-10-26T22:26:01.578Z | Compiling textwrap v0.11.0 |
1645 | 2023-10-26T22:26:01.588Z | Compiling const_format_proc_macros v0.2.31 |
1646 | 2023-10-26T22:26:02.494Z | Compiling base64 v0.13.1 |
1647 | 2023-10-26T22:26:03.524Z | Compiling vec_map v0.8.2 |
1648 | 2023-10-26T22:26:03.984Z | Compiling strsim v0.8.0 |
1649 | 2023-10-26T22:26:04.559Z | Compiling ansi_term v0.12.1 |
1650 | 2023-10-26T22:26:04.992Z | Compiling linked-hash-map v0.5.6 |
1651 | 2023-10-26T22:26:05.396Z | Compiling quick-error v1.2.3 |
1652 | 2023-10-26T22:26:05.568Z | Compiling lru-cache v0.1.2 |
1653 | 2023-10-26T22:26:05.645Z | Compiling resolv-conf v0.7.0 |
1654 | 2023-10-26T22:26:05.908Z | Compiling clap v2.34.0 |
1655 | 2023-10-26T22:26:08.462Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1656 | 2023-10-26T22:26:08.776Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1657 | 2023-10-26T22:26:10.769Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1658 | 2023-10-26T22:26:12.462Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1659 | 2023-10-26T22:26:14.004Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1660 | 2023-10-26T22:26:15.982Z | Compiling num_enum v0.7.0 |
1661 | 2023-10-26T22:26:16.183Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1662 | 2023-10-26T22:26:17.902Z | Compiling bincode v1.3.3 |
1663 | 2023-10-26T22:26:18.301Z | Compiling utf-8 v0.7.6 |
1664 | 2023-10-26T22:26:18.836Z | Compiling termcolor v1.2.0 |
1665 | 2023-10-26T22:26:20.457Z | Compiling cancel-safe-futures v0.1.2 |
1666 | 2023-10-26T22:26:21.042Z | Compiling humantime v2.1.0 |
1667 | 2023-10-26T22:26:21.058Z | Compiling keccak v0.1.4 |
1668 | 2023-10-26T22:26:21.331Z | Compiling convert_case v0.4.0 |
1669 | 2023-10-26T22:26:21.593Z | Compiling sha3 v0.10.8 |
1670 | 2023-10-26T22:26:22.436Z | Compiling env_logger v0.9.3 |
1671 | 2023-10-26T22:26:22.631Z | Compiling derive_more v0.99.17 |
1672 | 2023-10-26T22:26:23.699Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1673 | 2023-10-26T22:26:29.913Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1674 | 2023-10-26T22:26:31.908Z | Compiling structopt v0.3.26 |
1675 | 2023-10-26T22:26:31.919Z | Compiling trust-dns-resolver v0.22.0 |
1676 | 2023-10-26T22:26:35.526Z | Compiling aes-gcm-siv v0.11.1 |
1677 | 2023-10-26T22:26:36.092Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1678 | 2023-10-26T22:26:36.678Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1679 | 2023-10-26T22:26:37.279Z | Compiling zone v0.2.0 |
1680 | 2023-10-26T22:26:38.391Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1681 | 2023-10-26T22:26:38.994Z | Compiling secrecy v0.8.0 |
1682 | 2023-10-26T22:26:39.233Z | Compiling smf v0.2.2 |
1683 | 2023-10-26T22:26:39.428Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1684 | 2023-10-26T22:26:40.077Z | Compiling ringbuffer v0.15.0 |
1685 | 2023-10-26T22:26:40.534Z | Compiling ascii v1.1.0 |
1686 | 2023-10-26T22:26:42.193Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1687 | 2023-10-26T22:26:42.378Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1688 | 2023-10-26T22:26:42.566Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1689 | 2023-10-26T22:26:43.849Z | Compiling bitstruct v0.1.1 |
1690 | 2023-10-26T22:26:45.659Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1691 | 2023-10-26T22:26:46.312Z | Compiling serde_arrays v0.1.0 |
1692 | 2023-10-26T22:26:46.518Z | Compiling ff v0.13.0 |
1693 | 2023-10-26T22:26:46.566Z | Compiling nibble_vec v0.1.0 |
1694 | 2023-10-26T22:26:46.878Z | Compiling endian-type v0.1.2 |
1695 | 2023-10-26T22:26:46.993Z | Compiling arc-swap v1.6.0 |
1696 | 2023-10-26T22:26:47.267Z | Compiling radix_trie v0.2.1 |
1697 | 2023-10-26T22:26:47.409Z | Compiling group v0.13.0 |
1698 | 2023-10-26T22:26:47.936Z | Compiling slog-scope v4.4.0 |
1699 | 2023-10-26T22:26:48.133Z | Compiling rand_core v0.5.1 |
1700 | 2023-10-26T22:26:48.292Z | Compiling tungstenite v0.20.1 |
1701 | 2023-10-26T22:26:48.985Z | Compiling poly1305 v0.8.0 |
1702 | 2023-10-26T22:26:50.221Z | Compiling chacha20 v0.9.1 |
1703 | 2023-10-26T22:26:50.883Z | Compiling crypto-bigint v0.5.2 |
1704 | 2023-10-26T22:26:50.929Z | Compiling num-complex v0.4.4 |
1705 | 2023-10-26T22:26:50.932Z | Compiling base16ct v0.2.0 |
1706 | 2023-10-26T22:26:51.382Z | Compiling half v1.8.2 |
1707 | 2023-10-26T22:26:51.525Z | Compiling option-ext v0.2.0 |
1708 | 2023-10-26T22:26:51.568Z | Compiling ciborium-io v0.2.1 |
1709 | 2023-10-26T22:26:51.759Z | Compiling dirs-sys v0.4.1 |
1710 | 2023-10-26T22:26:52.108Z | Compiling ciborium-ll v0.2.1 |
1711 | 2023-10-26T22:26:52.753Z | Compiling num v0.4.1 |
1712 | 2023-10-26T22:26:52.840Z | Compiling tokio-tungstenite v0.20.1 |
1713 | 2023-10-26T22:26:52.843Z | Compiling parking_lot v0.11.2 |
1714 | 2023-10-26T22:26:52.913Z | Compiling rand_chacha v0.2.2 |
1715 | 2023-10-26T22:26:53.037Z | Compiling slog-stdlog v4.1.1 |
1716 | 2023-10-26T22:26:53.254Z | Compiling trust-dns-client v0.22.0 |
1717 | 2023-10-26T22:26:53.439Z | Compiling thiserror-no-std v2.0.2 |
1718 | 2023-10-26T22:26:54.613Z | Compiling elliptic-curve v0.13.5 |
1719 | 2023-10-26T22:26:54.654Z | Compiling password-hash v0.4.2 |
1720 | 2023-10-26T22:26:54.900Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1721 | 2023-10-26T22:26:55.340Z | Compiling ed25519 v2.2.2 |
1722 | 2023-10-26T22:26:55.487Z | Compiling blowfish v0.9.1 |
1723 | 2023-10-26T22:26:55.950Z | Compiling pbkdf2 v0.12.2 |
1724 | 2023-10-26T22:26:56.197Z | Compiling fxhash v0.2.1 |
1725 | 2023-10-26T22:26:56.758Z | Compiling sled v0.34.7 |
1726 | 2023-10-26T22:26:56.761Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1727 | 2023-10-26T22:26:57.607Z | Compiling bcrypt-pbkdf v0.10.0 |
1728 | 2023-10-26T22:26:57.614Z | Compiling trust-dns-server v0.22.1 |
1729 | 2023-10-26T22:26:57.675Z | Compiling ed25519-dalek v2.0.0 |
1730 | 2023-10-26T22:26:58.120Z | Compiling pbkdf2 v0.11.0 |
1731 | 2023-10-26T22:26:58.453Z | Compiling vsss-rs v3.3.1 |
1732 | 2023-10-26T22:26:58.681Z | Compiling russh-cryptovec v0.7.0 |
1733 | 2023-10-26T22:27:00.186Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1734 | 2023-10-26T22:27:00.196Z | Compiling rand v0.7.3 |
1735 | 2023-10-26T22:27:00.218Z | Compiling slog-envlogger v2.2.0 |
1736 | 2023-10-26T22:27:02.232Z | Compiling ciborium v0.2.1 |
1737 | 2023-10-26T22:27:02.296Z | Compiling dirs v5.0.1 |
1738 | 2023-10-26T22:27:02.597Z | Compiling chacha20poly1305 v0.10.1 |
1739 | 2023-10-26T22:27:02.908Z | Compiling tungstenite v0.18.0 |
1740 | 2023-10-26T22:27:03.456Z | Compiling const_format v0.2.31 |
1741 | 2023-10-26T22:27:04.538Z | Compiling pem v1.1.1 |
1742 | 2023-10-26T22:27:04.972Z | Compiling ron v0.7.1 |
1743 | 2023-10-26T22:27:06.153Z | Compiling ghash v0.5.0 |
1744 | 2023-10-26T22:27:06.851Z | Compiling camino-tempfile v1.0.2 |
1745 | 2023-10-26T22:27:07.939Z | Compiling cbc v0.1.2 |
1746 | 2023-10-26T22:27:08.066Z | Compiling headers-core v0.2.0 |
1747 | 2023-10-26T22:27:08.734Z | Compiling md5 v0.7.0 |
1748 | 2023-10-26T22:27:08.783Z | Compiling http-range v0.1.5 |
1749 | 2023-10-26T22:27:09.281Z | Compiling bit_field v0.10.2 |
1750 | 2023-10-26T22:27:09.307Z | Compiling pretty-hex v0.3.0 |
1751 | 2023-10-26T22:27:09.374Z | Compiling russh-keys v0.38.0 |
1752 | 2023-10-26T22:27:09.606Z | Compiling hyper-staticfile v0.9.5 |
1753 | 2023-10-26T22:27:10.420Z | Compiling headers v0.3.9 |
1754 | 2023-10-26T22:27:14.806Z | Compiling aes-gcm v0.10.2 |
1755 | 2023-10-26T22:27:15.331Z | Compiling rcgen v0.10.0 |
1756 | 2023-10-26T22:27:15.489Z | Compiling tokio-tungstenite v0.18.0 |
1757 | 2023-10-26T22:27:21.984Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1758 | 2023-10-26T22:27:22.232Z | Compiling atomicwrites v0.4.2 |
1759 | 2023-10-26T22:27:22.876Z | Compiling subprocess v0.2.9 |
1760 | 2023-10-26T22:27:23.470Z | Compiling hex-literal v0.4.1 |
1761 | 2023-10-26T22:27:23.698Z | Compiling glob v0.3.1 |
1762 | 2023-10-26T22:27:23.954Z | Compiling russh v0.38.0 |
1763 | 2023-10-26T22:27:31.204Z | Compiling bzip2 v0.4.4 |
1764 | 2023-10-26T22:27:31.815Z | Compiling zip v0.6.6 |
1765 | 2023-10-26T22:27:34.320Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1766 | 2023-10-26T22:27:34.903Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1767 | 2023-10-26T22:27:34.958Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1768 | 2023-10-26T22:27:35.009Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1769 | 2023-10-26T22:27:35.110Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1770 | 2023-10-26T22:27:35.310Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1771 | 2023-10-26T22:27:35.559Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1772 | 2023-10-26T22:27:36.094Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1773 | 2023-10-26T22:27:36.254Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1774 | 2023-10-26T22:27:37.212Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1775 | 2023-10-26T22:27:49.165Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1776 | 2023-10-26T22:27:54.624Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1777 | 2023-10-26T22:28:00.139Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1778 | 2023-10-26T22:28:01.881Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1779 | 2023-10-26T22:28:15.925Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1780 | 2023-10-26T22:28:17.506Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1781 | 2023-10-26T22:28:23.201Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1782 | 2023-10-26T22:28:24.274Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1783 | 2023-10-26T22:28:29.577Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1784 | 2023-10-26T22:28:31.576Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1785 | 2023-10-26T22:28:47.566Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1786 | 2023-10-26T22:29:12.896Z | Compiling git2 v0.17.2 |
1787 | 2023-10-26T22:29:19.421Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1788 | 2023-10-26T22:29:21.409Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1789 | 2023-10-26T22:29:33.969Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1790 | 2023-10-26T22:29:50.775Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1791 | 2023-10-26T22:29:51.105Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1792 | 2023-10-26T22:29:51.677Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1793 | 2023-10-26T22:29:55.428Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1794 | 2023-10-26T22:30:34.723Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1795 | 2023-10-26T22:32:17.051Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 17s |
1796 | 2023-10-26T22:32:17.402Z | |
1797 | 2023-10-26T22:32:17.408Z | real 11:17.628974270 |
1798 | 2023-10-26T22:32:17.413Z | user 1:01:26.262500169 |
1799 | 2023-10-26T22:32:17.417Z | sys 9:45.742305788 |
1800 | 2023-10-26T22:32:17.420Z | trap 2.417389359 |
1801 | 2023-10-26T22:32:17.424Z | tflt 9.626382463 |
1802 | 2023-10-26T22:32:17.428Z | dflt 12.006796740 |
1803 | 2023-10-26T22:32:17.434Z | kflt 0.020952140 |
1804 | 2023-10-26T22:32:17.438Z | lock 1:53:14.708939447 |
1805 | 2023-10-26T22:32:17.443Z | slp 3:14:50.041322505 |
1806 | 2023-10-26T22:32:17.448Z | lat 2:23.712519228 |
1807 | 2023-10-26T22:32:17.451Z | stop 5:44.309657066 |
1808 | 2023-10-26T22:32:17.454Z | + mkdir -p /work/end-to-end-tests |
1809 | 2023-10-26T22:32:17.459Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1810 | 2023-10-26T22:32:18.431Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1811 | 2023-10-26T22:32:18.434Z | + ptime -m gzip |
1812 | 2023-10-26T22:32:18.437Z | ++ basename target/debug/bootstrap |
1813 | 2023-10-26T22:32:35.534Z | |
1814 | 2023-10-26T22:32:35.538Z | real 17.063350862 |
1815 | 2023-10-26T22:32:35.543Z | user 16.896088945 |
1816 | 2023-10-26T22:32:35.546Z | sys 0.158988771 |
1817 | 2023-10-26T22:32:35.549Z | trap 0.004274896 |
1818 | 2023-10-26T22:32:35.552Z | tflt 0.000000000 |
1819 | 2023-10-26T22:32:35.554Z | dflt 0.000000000 |
1820 | 2023-10-26T22:32:35.557Z | kflt 0.000000000 |
1821 | 2023-10-26T22:32:35.560Z | lock 0.000000000 |
1822 | 2023-10-26T22:32:35.563Z | slp 0.000000000 |
1823 | 2023-10-26T22:32:35.566Z | lat 0.003216537 |
1824 | 2023-10-26T22:32:35.569Z | stop 0.000647891 |
1825 | 2023-10-26T22:32:35.588Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1826 | 2023-10-26T22:32:35.591Z | + ptime -m gzip |
1827 | 2023-10-26T22:32:35.594Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ce25c26538ce669c |
1828 | 2023-10-26T22:32:36.617Z | |
1829 | 2023-10-26T22:32:37.029Z | real 1.104193212 |
1830 | 2023-10-26T22:32:37.032Z | user 1.091986795 |
1831 | 2023-10-26T22:32:37.035Z | sys 0.011568813 |
1832 | 2023-10-26T22:32:37.038Z | trap 0.000123433 |
1833 | 2023-10-26T22:32:37.040Z | tflt 0.000000000 |
1834 | 2023-10-26T22:32:37.044Z | dflt 0.000000000 |
1835 | 2023-10-26T22:32:37.047Z | kflt 0.000000000 |
1836 | 2023-10-26T22:32:37.055Z | lock 0.000000000 |
1837 | 2023-10-26T22:32:37.469Z | slp 0.000000000 |
1838 | 2023-10-26T22:32:37.472Z | lat 0.000167508 |
1839 | 2023-10-26T22:32:37.477Z | stop 0.000228469 |
1840 | 2023-10-26T22:32:37.484Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1841 | 2023-10-26T22:32:37.489Z | + ptime -m gzip |
1842 | 2023-10-26T22:32:37.504Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-bcb3df1a66c8d052 |
1843 | 2023-10-26T22:32:56.025Z | |
1844 | 2023-10-26T22:32:56.074Z | real 19.398120939 |
1845 | 2023-10-26T22:32:56.093Z | user 19.211334652 |
1846 | 2023-10-26T22:32:56.115Z | sys 0.181334374 |
1847 | 2023-10-26T22:32:56.120Z | trap 0.003790880 |
1848 | 2023-10-26T22:32:56.128Z | tflt 0.000000000 |
1849 | 2023-10-26T22:32:56.152Z | dflt 0.000000000 |
1850 | 2023-10-26T22:32:56.160Z | kflt 0.000000000 |
1851 | 2023-10-26T22:32:56.189Z | lock 0.000000000 |
1852 | 2023-10-26T22:32:56.200Z | slp 0.000000000 |
1853 | 2023-10-26T22:32:56.226Z | lat 0.001316138 |
1854 | 2023-10-26T22:32:56.235Z | stop 0.000229075 |
1855 | 2023-10-26T22:32:56.240Z | + banner caboose-util |
1856 | 2023-10-26T22:32:56.253Z | |
1857 | 2023-10-26T22:32:56.260Z | #### ## ##### #### #### #### ###### # # ##### |
1858 | 2023-10-26T22:32:56.267Z | # # # # # # # # # # # # # # # |
1859 | 2023-10-26T22:32:56.270Z | # # # ##### # # # # #### ##### ##### # # # |
1860 | 2023-10-26T22:32:56.273Z | # ###### # # # # # # # # # # # |
1861 | 2023-10-26T22:32:56.276Z | # # # # # # # # # # # # # # # # |
1862 | 2023-10-26T22:32:56.280Z | #### # # ##### #### #### #### ###### #### # |
1863 | 2023-10-26T22:32:56.283Z | |
1864 | 2023-10-26T22:32:56.289Z | + ptime -m cargo build --locked -p caboose-util --release |
1865 | 2023-10-26T22:32:56.752Z | Downloading crates ... |
1866 | 2023-10-26T22:32:57.074Z | Downloaded maybe-uninit v2.0.0 |
1867 | 2023-10-26T22:32:57.092Z | Downloaded crc v3.0.1 |
1868 | 2023-10-26T22:32:57.099Z | Downloaded smallvec v0.6.14 |
1869 | 2023-10-26T22:32:57.101Z | Downloaded crc-catalog v2.2.0 |
1870 | 2023-10-26T22:32:57.106Z | Downloaded path-slash v0.1.5 |
1871 | 2023-10-26T22:32:57.117Z | Downloaded nodrop v0.1.14 |
1872 | 2023-10-26T22:32:57.537Z | Downloaded serde-hex v0.1.0 |
1873 | 2023-10-26T22:32:57.544Z | Downloaded flagset v0.4.3 |
1874 | 2023-10-26T22:32:57.554Z | Downloaded pkcs1 v0.7.5 |
1875 | 2023-10-26T22:32:57.560Z | Downloaded packed_struct v0.10.1 |
1876 | 2023-10-26T22:32:57.566Z | Downloaded array-init v0.0.4 |
1877 | 2023-10-26T22:32:57.978Z | Downloaded num-bigint-dig v0.8.4 |
1878 | 2023-10-26T22:32:57.986Z | Downloaded ron v0.8.1 |
1879 | 2023-10-26T22:32:58.407Z | Downloaded x509-cert v0.2.4 |
1880 | 2023-10-26T22:32:58.415Z | Downloaded object v0.30.4 |
1881 | 2023-10-26T22:32:58.437Z | Downloaded rsa v0.9.2 |
1882 | 2023-10-26T22:32:58.444Z | Downloaded crc-any v2.4.3 |
1883 | 2023-10-26T22:32:58.453Z | Downloaded env_logger v0.10.0 |
1884 | 2023-10-26T22:32:58.458Z | Downloaded packed_struct_codegen v0.10.1 |
1885 | 2023-10-26T22:32:58.463Z | Downloaded der_derive v0.7.2 |
1886 | 2023-10-26T22:32:58.469Z | Downloaded pem-rfc7468 v0.7.0 |
1887 | 2023-10-26T22:32:58.474Z | Downloaded bitfield v0.14.0 |
1888 | 2023-10-26T22:32:58.479Z | Compiling proc-macro2 v1.0.67 |
1889 | 2023-10-26T22:32:58.484Z | Compiling unicode-ident v1.0.12 |
1890 | 2023-10-26T22:32:58.488Z | Compiling libc v0.2.149 |
1891 | 2023-10-26T22:32:58.493Z | Compiling autocfg v1.1.0 |
1892 | 2023-10-26T22:32:58.504Z | Compiling serde v1.0.188 |
1893 | 2023-10-26T22:32:58.508Z | Compiling version_check v0.9.4 |
1894 | 2023-10-26T22:32:58.514Z | Compiling cfg-if v1.0.0 |
1895 | 2023-10-26T22:32:58.524Z | Compiling once_cell v1.18.0 |
1896 | 2023-10-26T22:32:58.529Z | Compiling syn v1.0.109 |
1897 | 2023-10-26T22:32:58.543Z | Compiling parking_lot_core v0.9.8 |
1898 | 2023-10-26T22:32:58.551Z | Compiling typenum v1.16.0 |
1899 | 2023-10-26T22:32:58.568Z | Compiling libm v0.2.7 |
1900 | 2023-10-26T22:32:58.988Z | Compiling futures-core v0.3.28 |
1901 | 2023-10-26T22:32:58.994Z | Compiling lock_api v0.4.10 |
1902 | 2023-10-26T22:32:58.997Z | Compiling generic-array v0.14.7 |
1903 | 2023-10-26T22:32:59.003Z | Compiling num-traits v0.2.16 |
1904 | 2023-10-26T22:32:59.006Z | Compiling pkg-config v0.3.27 |
1905 | 2023-10-26T22:32:59.010Z | Compiling slab v0.4.9 |
1906 | 2023-10-26T22:32:59.089Z | Compiling futures-task v0.3.28 |
1907 | 2023-10-26T22:32:59.743Z | Compiling futures-channel v0.3.28 |
1908 | 2023-10-26T22:33:00.169Z | Compiling quote v1.0.33 |
1909 | 2023-10-26T22:33:00.173Z | Compiling serde_json v1.0.107 |
1910 | 2023-10-26T22:33:00.181Z | Compiling scopeguard v1.2.0 |
1911 | 2023-10-26T22:33:00.185Z | Compiling thiserror v1.0.49 |
1912 | 2023-10-26T22:33:00.190Z | Compiling futures-util v0.3.28 |
1913 | 2023-10-26T22:33:00.197Z | Compiling memchr v2.6.3 |
1914 | 2023-10-26T22:33:00.489Z | Compiling syn v2.0.32 |
1915 | 2023-10-26T22:33:00.493Z | Compiling jobserver v0.1.26 |
1916 | 2023-10-26T22:33:00.611Z | Compiling getrandom v0.2.10 |
1917 | 2023-10-26T22:33:00.774Z | Compiling itoa v1.0.9 |
1918 | 2023-10-26T22:33:01.015Z | Compiling cc v1.0.83 |
1919 | 2023-10-26T22:33:02.202Z | Compiling ahash v0.8.3 |
1920 | 2023-10-26T22:33:02.380Z | Compiling smallvec v1.11.0 |
1921 | 2023-10-26T22:33:02.653Z | Compiling log v0.4.20 |
1922 | 2023-10-26T22:33:03.288Z | Compiling vcpkg v0.2.15 |
1923 | 2023-10-26T22:33:03.996Z | Compiling byteorder v1.5.0 |
1924 | 2023-10-26T22:33:04.215Z | Compiling rand_core v0.6.4 |
1925 | 2023-10-26T22:33:05.340Z | Compiling pin-project-lite v0.2.13 |
1926 | 2023-10-26T22:33:05.376Z | Compiling parking_lot v0.12.1 |
1927 | 2023-10-26T22:33:05.689Z | Compiling indexmap v1.9.3 |
1928 | 2023-10-26T22:33:06.003Z | Compiling ring v0.16.20 |
1929 | 2023-10-26T22:33:06.426Z | Compiling openssl-sys v0.9.93 |
1930 | 2023-10-26T22:33:07.872Z | Compiling io-lifetimes v1.0.11 |
1931 | 2023-10-26T22:33:08.721Z | Compiling num-integer v0.1.45 |
1932 | 2023-10-26T22:33:08.731Z | Compiling ryu v1.0.15 |
1933 | 2023-10-26T22:33:09.131Z | Compiling const-oid v0.9.5 |
1934 | 2023-10-26T22:33:09.189Z | Compiling spin v0.5.2 |
1935 | 2023-10-26T22:33:09.574Z | Compiling semver v1.0.20 |
1936 | 2023-10-26T22:33:10.798Z | Compiling rustix v0.37.23 |
1937 | 2023-10-26T22:33:11.639Z | Compiling mio v0.8.8 |
1938 | 2023-10-26T22:33:12.195Z | Compiling signal-hook-registry v1.4.1 |
1939 | 2023-10-26T22:33:12.328Z | Compiling num_cpus v1.16.0 |
1940 | 2023-10-26T22:33:12.490Z | Compiling socket2 v0.5.4 |
1941 | 2023-10-26T22:33:12.870Z | Compiling futures-sink v0.3.28 |
1942 | 2023-10-26T22:33:13.111Z | Compiling ucd-trie v0.1.6 |
1943 | 2023-10-26T22:33:13.636Z | Compiling unicode-xid v0.2.4 |
1944 | 2023-10-26T22:33:13.641Z | Compiling openssl v0.10.57 |
1945 | 2023-10-26T22:33:13.644Z | Compiling heck v0.4.1 |
1946 | 2023-10-26T22:33:13.871Z | Compiling httparse v1.8.0 |
1947 | 2023-10-26T22:33:13.910Z | Compiling synstructure v0.12.6 |
1948 | 2023-10-26T22:33:14.114Z | Compiling tinyvec_macros v0.1.1 |
1949 | 2023-10-26T22:33:14.246Z | Compiling tinyvec v1.6.0 |
1950 | 2023-10-26T22:33:15.638Z | Compiling crc32fast v1.3.2 |
1951 | 2023-10-26T22:33:16.299Z | Compiling ppv-lite86 v0.2.17 |
1952 | 2023-10-26T22:33:16.523Z | Compiling pin-utils v0.1.0 |
1953 | 2023-10-26T22:33:16.649Z | Compiling futures-io v0.3.28 |
1954 | 2023-10-26T22:33:17.007Z | Compiling rustls v0.21.7 |
1955 | 2023-10-26T22:33:17.069Z | Compiling radium v0.7.0 |
1956 | 2023-10-26T22:33:17.389Z | Compiling native-tls v0.2.11 |
1957 | 2023-10-26T22:33:17.688Z | Compiling rand_chacha v0.3.1 |
1958 | 2023-10-26T22:33:17.693Z | Compiling unicode-normalization v0.1.22 |
1959 | 2023-10-26T22:33:17.744Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1960 | 2023-10-26T22:33:18.127Z | Compiling tracing-core v0.1.31 |
1961 | 2023-10-26T22:33:18.287Z | Compiling subtle v2.5.0 |
1962 | 2023-10-26T22:33:18.442Z | Compiling unicode-bidi v0.3.13 |
1963 | 2023-10-26T22:33:19.466Z | Compiling rand v0.8.5 |
1964 | 2023-10-26T22:33:20.793Z | Compiling errno v0.3.2 |
1965 | 2023-10-26T22:33:20.840Z | Compiling num-iter v0.1.43 |
1966 | 2023-10-26T22:33:21.154Z | Compiling usdt-impl v0.3.5 |
1967 | 2023-10-26T22:33:21.251Z | Compiling base64 v0.21.5 |
1968 | 2023-10-26T22:33:21.610Z | Compiling schemars v0.8.13 |
1969 | 2023-10-26T22:33:22.579Z | Compiling rustix v0.38.9 |
1970 | 2023-10-26T22:33:23.837Z | Compiling serde_derive_internals v0.26.0 |
1971 | 2023-10-26T22:33:24.310Z | Compiling serde_derive v1.0.188 |
1972 | 2023-10-26T22:33:24.359Z | Compiling zeroize_derive v1.4.2 |
1973 | 2023-10-26T22:33:24.758Z | Compiling tokio-macros v2.1.0 |
1974 | 2023-10-26T22:33:24.892Z | Compiling thiserror-impl v1.0.49 |
1975 | 2023-10-26T22:33:25.018Z | Compiling futures-macro v0.3.28 |
1976 | 2023-10-26T22:33:25.066Z | Compiling tracing-attributes v0.1.26 |
1977 | 2023-10-26T22:33:26.666Z | Compiling zeroize v1.6.0 |
1978 | 2023-10-26T22:33:27.917Z | Compiling zerocopy-derive v0.2.0 |
1979 | 2023-10-26T22:33:28.274Z | Compiling openssl-macros v0.1.1 |
1980 | 2023-10-26T22:33:29.760Z | Compiling pest v2.7.2 |
1981 | 2023-10-26T22:33:29.786Z | Compiling crypto-common v0.1.6 |
1982 | 2023-10-26T22:33:30.090Z | Compiling block-buffer v0.10.4 |
1983 | 2023-10-26T22:33:30.482Z | Compiling digest v0.10.7 |
1984 | 2023-10-26T22:33:30.781Z | Compiling tracing v0.1.37 |
1985 | 2023-10-26T22:33:30.814Z | Compiling zerocopy-derive v0.6.4 |
1986 | 2023-10-26T22:33:31.616Z | Compiling untrusted v0.7.1 |
1987 | 2023-10-26T22:33:31.912Z | Compiling bitflags v1.3.2 |
1988 | 2023-10-26T22:33:32.848Z | Compiling fnv v1.0.7 |
1989 | 2023-10-26T22:33:37.933Z | Compiling pest_meta v2.7.2 |
1990 | 2023-10-26T22:33:38.004Z | Compiling zerocopy v0.3.0 |
1991 | 2023-10-26T22:33:38.035Z | Compiling pest_generator v2.7.2 |
1992 | 2023-10-26T22:33:38.106Z | Compiling schemars_derive v0.8.13 |
1993 | 2023-10-26T22:33:39.887Z | Compiling lazy_static v1.4.0 |
1994 | 2023-10-26T22:33:40.587Z | Compiling backtrace v0.3.69 |
1995 | 2023-10-26T22:33:40.678Z | Compiling memoffset v0.9.0 |
1996 | 2023-10-26T22:33:41.127Z | Compiling num-bigint v0.4.4 |
1997 | 2023-10-26T22:33:41.193Z | Compiling hashbrown v0.12.3 |
1998 | 2023-10-26T22:33:41.444Z | Compiling pest_derive v2.7.2 |
1999 | 2023-10-26T22:33:41.512Z | Compiling crossbeam-utils v0.8.16 |
2000 | 2023-10-26T22:33:41.716Z | Compiling foreign-types-shared v0.1.1 |
2001 | 2023-10-26T22:33:41.750Z | Compiling iana-time-zone v0.1.57 |
2002 | 2023-10-26T22:33:41.862Z | Compiling async-trait v0.1.74 |
2003 | 2023-10-26T22:33:42.191Z | Compiling smoltcp v0.9.1 |
2004 | 2023-10-26T22:33:42.325Z | Compiling percent-encoding v2.3.0 |
2005 | 2023-10-26T22:33:42.520Z | Compiling openssl-probe v0.1.5 |
2006 | 2023-10-26T22:33:43.017Z | Compiling base64ct v1.6.0 |
2007 | 2023-10-26T22:33:43.094Z | Compiling allocator-api2 v0.2.16 |
2008 | 2023-10-26T22:33:43.172Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2009 | 2023-10-26T22:33:43.399Z | Compiling pem-rfc7468 v0.7.0 |
2010 | 2023-10-26T22:33:43.885Z | Compiling dtrace-parser v0.1.14 |
2011 | 2023-10-26T22:33:44.319Z | Compiling foreign-types v0.3.2 |
2012 | 2023-10-26T22:33:44.347Z | Compiling hashbrown v0.14.0 |
2013 | 2023-10-26T22:33:45.469Z | Compiling dof v0.1.5 |
2014 | 2023-10-26T22:33:46.390Z | Compiling clap_derive v4.4.2 |
2015 | 2023-10-26T22:33:46.418Z | Compiling der_derive v0.7.2 |
2016 | 2023-10-26T22:33:46.839Z | Compiling thread-id v4.2.0 |
2017 | 2023-10-26T22:33:46.986Z | Compiling anstyle v1.0.2 |
2018 | 2023-10-26T22:33:47.170Z | Compiling siphasher v0.3.11 |
2019 | 2023-10-26T22:33:47.359Z | Compiling adler v1.0.2 |
2020 | 2023-10-26T22:33:47.856Z | Compiling utf8parse v0.2.1 |
2021 | 2023-10-26T22:33:47.863Z | Compiling try-lock v0.2.4 |
2022 | 2023-10-26T22:33:47.939Z | Compiling cpufeatures v0.2.9 |
2023 | 2023-10-26T22:33:47.986Z | Compiling rustversion v1.0.14 |
2024 | 2023-10-26T22:33:48.449Z | Compiling time-core v0.1.1 |
2025 | 2023-10-26T22:33:50.542Z | Compiling bytes v1.5.0 |
2026 | 2023-10-26T22:33:50.908Z | Compiling bitflags v2.4.0 |
2027 | 2023-10-26T22:33:50.974Z | Compiling uuid v1.4.1 |
2028 | 2023-10-26T22:33:51.390Z | Compiling rustc_version v0.4.0 |
2029 | 2023-10-26T22:33:51.398Z | Compiling tokio v1.33.0 |
2030 | 2023-10-26T22:33:51.459Z | Compiling http v0.2.9 |
2031 | 2023-10-26T22:33:51.464Z | Compiling heapless v0.7.16 |
2032 | 2023-10-26T22:33:51.489Z | Compiling chrono v0.4.31 |
2033 | 2023-10-26T22:33:51.695Z | Compiling flagset v0.4.3 |
2034 | 2023-10-26T22:33:53.742Z | Compiling equivalent v1.0.1 |
2035 | 2023-10-26T22:33:53.834Z | Compiling http-body v0.4.5 |
2036 | 2023-10-26T22:33:53.900Z | Compiling indexmap v2.0.0 |
2037 | 2023-10-26T22:33:54.639Z | Compiling der v0.7.8 |
2038 | 2023-10-26T22:33:58.170Z | Compiling time-macros v0.2.13 |
2039 | 2023-10-26T22:34:00.295Z | Compiling serde_tokenstream v0.1.7 |
2040 | 2023-10-26T22:34:03.851Z | Compiling sha2 v0.10.8 |
2041 | 2023-10-26T22:34:04.261Z | Compiling want v0.3.1 |
2042 | 2023-10-26T22:34:04.274Z | Compiling anstyle-parse v0.2.1 |
2043 | 2023-10-26T22:34:04.297Z | Compiling tokio-util v0.7.10 |
2044 | 2023-10-26T22:34:04.575Z | Compiling miniz_oxide v0.7.1 |
2045 | 2023-10-26T22:34:06.670Z | Compiling h2 v0.3.21 |
2046 | 2023-10-26T22:34:11.003Z | Compiling form_urlencoded v1.2.0 |
2047 | 2023-10-26T22:34:11.476Z | Compiling sct v0.7.0 |
2048 | 2023-10-26T22:34:11.821Z | Compiling rustls-webpki v0.101.4 |
2049 | 2023-10-26T22:34:11.909Z | Compiling hubpack_derive v0.1.1 |
2050 | 2023-10-26T22:34:13.023Z | Compiling aho-corasick v1.0.4 |
2051 | 2023-10-26T22:34:13.259Z | Compiling socket2 v0.4.9 |
2052 | 2023-10-26T22:34:14.672Z | Compiling crossbeam-epoch v0.9.15 |
2053 | 2023-10-26T22:34:14.904Z | Compiling colorchoice v1.0.0 |
2054 | 2023-10-26T22:34:14.918Z | Compiling httpdate v1.0.3 |
2055 | 2023-10-26T22:34:15.165Z | Compiling anstyle-query v1.0.0 |
2056 | 2023-10-26T22:34:15.264Z | Compiling anyhow v1.0.75 |
2057 | 2023-10-26T22:34:15.377Z | Compiling tap v1.0.1 |
2058 | 2023-10-26T22:34:15.879Z | Compiling tower-service v0.3.2 |
2059 | 2023-10-26T22:34:16.053Z | Compiling slog v2.7.0 |
2060 | 2023-10-26T22:34:16.567Z | Compiling regex-syntax v0.7.5 |
2061 | 2023-10-26T22:34:19.302Z | Compiling hyper v0.14.27 |
2062 | 2023-10-26T22:34:19.463Z | Compiling wyz v0.5.1 |
2063 | 2023-10-26T22:34:20.272Z | Compiling anstream v0.5.0 |
2064 | 2023-10-26T22:34:23.329Z | Compiling regex-automata v0.3.8 |
2065 | 2023-10-26T22:34:28.088Z | Compiling terminal_size v0.2.6 |
2066 | 2023-10-26T22:34:28.398Z | Compiling spki v0.7.2 |
2067 | 2023-10-26T22:34:29.260Z | Compiling zerocopy v0.6.4 |
2068 | 2023-10-26T22:34:30.746Z | Compiling rustls-pemfile v1.0.3 |
2069 | 2023-10-26T22:34:30.795Z | Compiling md-5 v0.10.5 |
2070 | 2023-10-26T22:34:31.167Z | Compiling hmac v0.12.1 |
2071 | 2023-10-26T22:34:31.381Z | Compiling idna v0.4.0 |
2072 | 2023-10-26T22:34:31.887Z | Compiling stringprep v0.1.3 |
2073 | 2023-10-26T22:34:33.051Z | Compiling diesel_table_macro_syntax v0.1.0 |
2074 | 2023-10-26T22:34:33.069Z | Compiling hash32 v0.2.1 |
2075 | 2023-10-26T22:34:33.678Z | Compiling spin v0.9.8 |
2076 | 2023-10-26T22:34:33.691Z | Compiling funty v2.0.0 |
2077 | 2023-10-26T22:34:34.184Z | Compiling strsim v0.10.0 |
2078 | 2023-10-26T22:34:34.270Z | Compiling dyn-clone v1.0.13 |
2079 | 2023-10-26T22:34:34.575Z | Compiling gimli v0.28.0 |
2080 | 2023-10-26T22:34:35.956Z | Compiling stable_deref_trait v1.2.0 |
2081 | 2023-10-26T22:34:36.101Z | Compiling maybe-uninit v2.0.0 |
2082 | 2023-10-26T22:34:36.914Z | Compiling either v1.9.0 |
2083 | 2023-10-26T22:34:36.995Z | Compiling fallible-iterator v0.2.0 |
2084 | 2023-10-26T22:34:37.644Z | Compiling clap_lex v0.5.1 |
2085 | 2023-10-26T22:34:42.344Z | Compiling postgres-protocol v0.6.6 |
2086 | 2023-10-26T22:34:42.570Z | Compiling clap_builder v4.4.2 |
2087 | 2023-10-26T22:34:42.675Z | Compiling bitvec v1.0.1 |
2088 | 2023-10-26T22:34:42.736Z | Compiling diesel_derives v2.1.1 |
2089 | 2023-10-26T22:34:42.830Z | Compiling url v2.4.1 |
2090 | 2023-10-26T22:34:42.854Z | Compiling addr2line v0.21.0 |
2091 | 2023-10-26T22:34:43.157Z | Compiling rustls-native-certs v0.6.3 |
2092 | 2023-10-26T22:34:43.720Z | Compiling strum_macros v0.25.2 |
2093 | 2023-10-26T22:34:43.937Z | Compiling tokio-rustls v0.24.1 |
2094 | 2023-10-26T22:34:44.592Z | Compiling tokio-native-tls v0.3.1 |
2095 | 2023-10-26T22:34:48.837Z | Compiling usdt-macro v0.3.5 |
2096 | 2023-10-26T22:34:49.893Z | Compiling usdt-attr-macro v0.3.5 |
2097 | 2023-10-26T22:34:50.729Z | Compiling toml_datetime v0.6.3 |
2098 | 2023-10-26T22:34:50.830Z | Compiling serde_spanned v0.6.3 |
2099 | 2023-10-26T22:34:51.151Z | Compiling phf_shared v0.11.2 |
2100 | 2023-10-26T22:34:52.003Z | Compiling block-padding v0.3.3 |
2101 | 2023-10-26T22:34:52.018Z | Compiling enum-as-inner v0.5.1 |
2102 | 2023-10-26T22:34:52.062Z | Compiling serde_repr v0.1.16 |
2103 | 2023-10-26T22:34:53.617Z | Compiling scheduled-thread-pool v0.2.7 |
2104 | 2023-10-26T22:34:53.764Z | Compiling object v0.32.1 |
2105 | 2023-10-26T22:34:59.184Z | Compiling packed_struct v0.10.1 |
2106 | 2023-10-26T22:34:59.768Z | Compiling deranged v0.3.8 |
2107 | 2023-10-26T22:34:59.801Z | Compiling num_threads v0.1.6 |
2108 | 2023-10-26T22:34:59.982Z | Compiling winnow v0.5.15 |
2109 | 2023-10-26T22:35:02.139Z | Compiling num-bigint-dig v0.8.4 |
2110 | 2023-10-26T22:35:02.528Z | Compiling ipnet v2.8.0 |
2111 | 2023-10-26T22:35:04.401Z | Compiling matches v0.1.10 |
2112 | 2023-10-26T22:35:05.948Z | Compiling bit-vec v0.6.3 |
2113 | 2023-10-26T22:35:06.495Z | Compiling rustc-demangle v0.1.23 |
2114 | 2023-10-26T22:35:06.944Z | Compiling regex-automata v0.1.10 |
2115 | 2023-10-26T22:35:06.953Z | Compiling managed v0.8.0 |
2116 | 2023-10-26T22:35:13.631Z | Compiling bstr v0.2.17 |
2117 | 2023-10-26T22:35:13.695Z | Compiling toml_edit v0.19.15 |
2118 | 2023-10-26T22:35:17.178Z | Compiling idna v0.2.3 |
2119 | 2023-10-26T22:35:19.601Z | Compiling time v0.3.27 |
2120 | 2023-10-26T22:35:27.225Z | Compiling r2d2 v0.8.10 |
2121 | 2023-10-26T22:35:27.937Z | Compiling inout v0.1.3 |
2122 | 2023-10-26T22:35:28.573Z | Compiling phf v0.11.2 |
2123 | 2023-10-26T22:35:29.826Z | Compiling clap v4.4.3 |
2124 | 2023-10-26T22:35:29.999Z | Compiling hyper-tls v0.5.0 |
2125 | 2023-10-26T22:35:30.007Z | Compiling hyper-rustls v0.24.1 |
2126 | 2023-10-26T22:35:31.050Z | Compiling ipnetwork v0.20.0 |
2127 | 2023-10-26T22:35:31.244Z | Compiling flate2 v1.0.28 |
2128 | 2023-10-26T22:35:31.375Z | Compiling postgres-types v0.2.6 |
2129 | 2023-10-26T22:35:31.465Z | Compiling itertools v0.11.0 |
2130 | 2023-10-26T22:35:31.977Z | Compiling regex v1.9.5 |
2131 | 2023-10-26T22:35:33.119Z | Compiling pkcs8 v0.10.2 |
2132 | 2023-10-26T22:35:34.326Z | Compiling hubpack v0.1.2 |
2133 | 2023-10-26T22:35:39.880Z | Compiling serde_urlencoded v0.7.1 |
2134 | 2023-10-26T22:35:40.187Z | Compiling phf_shared v0.10.0 |
2135 | 2023-10-26T22:35:40.305Z | Compiling futures-executor v0.3.28 |
2136 | 2023-10-26T22:35:40.452Z | Compiling signature v2.1.0 |
2137 | 2023-10-26T22:35:41.080Z | Compiling packed_struct_codegen v0.10.1 |
2138 | 2023-10-26T22:35:41.132Z | Compiling float-cmp v0.9.0 |
2139 | 2023-10-26T22:35:41.140Z | Compiling encoding_rs v0.8.33 |
2140 | 2023-10-26T22:35:41.156Z | Compiling unicode-segmentation v1.10.1 |
2141 | 2023-10-26T22:35:41.552Z | Compiling new_debug_unreachable v1.0.4 |
2142 | 2023-10-26T22:35:41.677Z | Compiling difflib v0.4.0 |
2143 | 2023-10-26T22:35:41.688Z | Compiling precomputed-hash v0.1.1 |
2144 | 2023-10-26T22:35:42.158Z | Compiling unicode-width v0.1.11 |
2145 | 2023-10-26T22:35:42.295Z | Compiling normalize-line-endings v0.3.0 |
2146 | 2023-10-26T22:35:42.408Z | Compiling whoami v1.4.1 |
2147 | 2023-10-26T22:35:42.489Z | Compiling mime v0.3.17 |
2148 | 2023-10-26T22:35:43.277Z | Compiling fixedbitset v0.4.2 |
2149 | 2023-10-26T22:35:43.985Z | Compiling crc-catalog v2.2.0 |
2150 | 2023-10-26T22:35:44.178Z | Compiling predicates-core v1.0.6 |
2151 | 2023-10-26T22:35:44.690Z | Compiling webpki-roots v0.25.2 |
2152 | 2023-10-26T22:35:44.951Z | Compiling static_assertions v1.1.0 |
2153 | 2023-10-26T22:35:45.093Z | Compiling data-encoding v2.4.0 |
2154 | 2023-10-26T22:35:46.025Z | Compiling nodrop v0.1.14 |
2155 | 2023-10-26T22:35:46.204Z | Compiling array-init v0.0.4 |
2156 | 2023-10-26T22:35:48.492Z | Compiling trust-dns-proto v0.22.0 |
2157 | 2023-10-26T22:35:53.749Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2158 | 2023-10-26T22:35:53.817Z | Compiling reqwest v0.11.20 |
2159 | 2023-10-26T22:35:54.206Z | Compiling predicates v3.0.4 |
2160 | 2023-10-26T22:35:56.067Z | Compiling crc v3.0.1 |
2161 | 2023-10-26T22:35:56.791Z | Compiling petgraph v0.6.4 |
2162 | 2023-10-26T22:35:59.589Z | Compiling tokio-postgres v0.7.10 |
2163 | 2023-10-26T22:36:02.246Z | Compiling console v0.15.7 |
2164 | 2023-10-26T22:36:04.073Z | Compiling string_cache v0.8.7 |
2165 | 2023-10-26T22:36:04.747Z | Compiling similar v2.2.1 |
2166 | 2023-10-26T22:36:15.578Z | Compiling futures v0.3.28 |
2167 | 2023-10-26T22:36:18.617Z | Compiling pkcs1 v0.7.5 |
2168 | 2023-10-26T22:36:19.178Z | Compiling yasna v0.5.2 |
2169 | 2023-10-26T22:36:19.353Z | Compiling smallvec v0.6.14 |
2170 | 2023-10-26T22:36:23.529Z | Compiling diesel v2.1.1 |
2171 | 2023-10-26T22:36:23.647Z | Compiling cipher v0.4.4 |
2172 | 2023-10-26T22:36:23.776Z | Compiling toml v0.7.8 |
2173 | 2023-10-26T22:36:25.311Z | Compiling bit-set v0.5.3 |
2174 | 2023-10-26T22:36:25.726Z | Compiling usdt v0.3.5 |
2175 | 2023-10-26T22:36:26.537Z | Compiling is-terminal v0.4.9 |
2176 | 2023-10-26T22:36:26.606Z | Compiling itertools v0.10.5 |
2177 | 2023-10-26T22:36:27.088Z | Compiling bstr v1.6.0 |
2178 | 2023-10-26T22:36:28.705Z | Compiling tokio-stream v0.1.14 |
2179 | 2023-10-26T22:36:29.980Z | Compiling openapiv3 v1.0.3 |
2180 | 2023-10-26T22:36:30.288Z | Compiling hex v0.4.3 |
2181 | 2023-10-26T22:36:34.496Z | Compiling hashbrown v0.13.2 |
2182 | 2023-10-26T22:36:35.447Z | Compiling bitfield v0.14.0 |
2183 | 2023-10-26T22:36:35.665Z | Compiling termcolor v1.2.0 |
2184 | 2023-10-26T22:36:35.678Z | Compiling lalrpop-util v0.19.12 |
2185 | 2023-10-26T22:36:42.777Z | Compiling env_logger v0.10.0 |
2186 | 2023-10-26T22:36:42.975Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2187 | 2023-10-26T22:36:54.832Z | Compiling rsa v0.9.2 |
2188 | 2023-10-26T22:37:05.262Z | Compiling serde-hex v0.1.0 |
2189 | 2023-10-26T22:37:07.729Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2190 | 2023-10-26T22:37:16.321Z | Compiling x509-cert v0.2.4 |
2191 | 2023-10-26T22:37:17.907Z | Compiling ron v0.8.1 |
2192 | 2023-10-26T22:37:29.238Z | Compiling crc-any v2.4.3 |
2193 | 2023-10-26T22:37:41.948Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2194 | 2023-10-26T22:37:51.513Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2195 | 2023-10-26T22:38:00.710Z | Compiling object v0.30.4 |
2196 | 2023-10-26T22:38:13.580Z | Compiling path-slash v0.1.5 |
2197 | 2023-10-26T22:38:32.276Z | Compiling bzip2 v0.4.4 |
2198 | 2023-10-26T22:38:32.720Z | Compiling zip v0.6.6 |
2199 | 2023-10-26T22:38:35.292Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2200 | 2023-10-26T22:38:35.500Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2201 | 2023-10-26T22:39:03.947Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2202 | 2023-10-26T22:39:05.035Z | Finished release [optimized] target(s) in 6m 08s |
2203 | 2023-10-26T22:39:05.120Z | |
2204 | 2023-10-26T22:39:05.128Z | real 6:09.058690911 |
2205 | 2023-10-26T22:39:05.136Z | user 42:35.564304009 |
2206 | 2023-10-26T22:39:05.143Z | sys 3:45.161416823 |
2207 | 2023-10-26T22:39:05.149Z | trap 1.705443491 |
2208 | 2023-10-26T22:39:05.157Z | tflt 1.177436351 |
2209 | 2023-10-26T22:39:05.164Z | dflt 0.644283901 |
2210 | 2023-10-26T22:39:05.170Z | kflt 0.015053999 |
2211 | 2023-10-26T22:39:05.175Z | lock 1:38:29.342706280 |
2212 | 2023-10-26T22:39:05.179Z | slp 2:28:07.416416959 |
2213 | 2023-10-26T22:39:05.184Z | lat 1:44.035551855 |
2214 | 2023-10-26T22:39:05.195Z | stop 1:26.148699201 |
2215 | 2023-10-26T22:39:05.212Z | + ptime -m gzip |
2216 | 2023-10-26T22:39:05.788Z | |
2217 | 2023-10-26T22:39:05.794Z | real 0.658689528 |
2218 | 2023-10-26T22:39:05.804Z | user 0.649180935 |
2219 | 2023-10-26T22:39:05.813Z | sys 0.008911288 |
2220 | 2023-10-26T22:39:05.822Z | trap 0.000090606 |
2221 | 2023-10-26T22:39:06.249Z | tflt 0.000000000 |
2222 | 2023-10-26T22:39:06.252Z | dflt 0.000000000 |
2223 | 2023-10-26T22:39:06.255Z | kflt 0.000000000 |
2224 | 2023-10-26T22:39:06.258Z | lock 0.000000000 |
2225 | 2023-10-26T22:39:06.262Z | slp 0.000000000 |
2226 | 2023-10-26T22:39:06.265Z | lat 0.000167236 |
2227 | 2023-10-26T22:39:06.269Z | stop 0.000233484 |
2228 | 2023-10-26T22:39:06.273Z | + banner tufaceous |
2229 | 2023-10-26T22:39:06.276Z | |
2230 | 2023-10-26T22:39:06.280Z | ##### # # ###### ## #### ###### #### # # #### |
2231 | 2023-10-26T22:39:06.283Z | # # # # # # # # # # # # # # |
2232 | 2023-10-26T22:39:06.285Z | # # # ##### # # # ##### # # # # #### |
2233 | 2023-10-26T22:39:06.291Z | # # # # ###### # # # # # # # |
2234 | 2023-10-26T22:39:06.295Z | # # # # # # # # # # # # # # # |
2235 | 2023-10-26T22:39:06.299Z | # #### # # # #### ###### #### #### #### |
2236 | 2023-10-26T22:39:06.302Z | |
2237 | 2023-10-26T22:39:06.305Z | + ptime -m cargo build --locked -p tufaceous --release |
2238 | 2023-10-26T22:39:06.531Z | Downloading crates ... |
2239 | 2023-10-26T22:39:06.833Z | Downloaded doc-comment v0.3.3 |
2240 | 2023-10-26T22:39:06.845Z | Downloaded bytesize v1.3.0 |
2241 | 2023-10-26T22:39:06.851Z | Downloaded serde_plain v1.0.2 |
2242 | 2023-10-26T22:39:06.858Z | Downloaded snafu v0.7.5 |
2243 | 2023-10-26T22:39:06.864Z | Downloaded fs-err v2.9.0 |
2244 | 2023-10-26T22:39:06.870Z | Downloaded tough v0.12.5 |
2245 | 2023-10-26T22:39:06.879Z | Downloaded snafu-derive v0.7.5 |
2246 | 2023-10-26T22:39:06.894Z | Downloaded path-dedot v3.1.0 |
2247 | 2023-10-26T22:39:06.898Z | Downloaded buf-list v1.0.3 |
2248 | 2023-10-26T22:39:06.905Z | Downloaded globset v0.4.13 |
2249 | 2023-10-26T22:39:06.908Z | Downloaded olpc-cjson v0.1.3 |
2250 | 2023-10-26T22:39:06.912Z | Downloaded path-absolutize v3.1.0 |
2251 | 2023-10-26T22:39:07.048Z | Compiling serde_tokenstream v0.2.0 |
2252 | 2023-10-26T22:39:07.127Z | Compiling regress v0.7.1 |
2253 | 2023-10-26T22:39:07.137Z | Compiling dirs-sys-next v0.1.2 |
2254 | 2023-10-26T22:39:07.148Z | Compiling ident_case v1.0.1 |
2255 | 2023-10-26T22:39:07.162Z | Compiling thread_local v1.1.7 |
2256 | 2023-10-26T22:39:07.171Z | Compiling slog-async v2.8.0 |
2257 | 2023-10-26T22:39:07.585Z | Compiling camino v1.1.6 |
2258 | 2023-10-26T22:39:07.593Z | Compiling dirs-next v2.0.0 |
2259 | 2023-10-26T22:39:07.686Z | Compiling darling_core v0.20.3 |
2260 | 2023-10-26T22:39:07.773Z | Compiling heck v0.4.1 |
2261 | 2023-10-26T22:39:07.930Z | Compiling term v0.7.0 |
2262 | 2023-10-26T22:39:08.044Z | Compiling crossbeam-channel v0.5.8 |
2263 | 2023-10-26T22:39:08.491Z | Compiling getopts v0.2.21 |
2264 | 2023-10-26T22:39:08.986Z | Compiling structmeta-derive v0.1.6 |
2265 | 2023-10-26T22:39:09.977Z | Compiling atty v0.2.14 |
2266 | 2023-10-26T22:39:09.989Z | Compiling multer v2.1.0 |
2267 | 2023-10-26T22:39:10.218Z | Compiling paste v1.0.14 |
2268 | 2023-10-26T22:39:10.383Z | Compiling unsafe-libyaml v0.2.9 |
2269 | 2023-10-26T22:39:11.267Z | Compiling take_mut v0.2.2 |
2270 | 2023-10-26T22:39:11.271Z | Compiling doc-comment v0.3.3 |
2271 | 2023-10-26T22:39:11.274Z | Compiling match_cfg v0.1.0 |
2272 | 2023-10-26T22:39:11.277Z | Compiling hostname v0.3.1 |
2273 | 2023-10-26T22:39:12.181Z | Compiling slog-term v2.9.0 |
2274 | 2023-10-26T22:39:13.511Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2275 | 2023-10-26T22:39:15.720Z | Compiling structmeta v0.1.6 |
2276 | 2023-10-26T22:39:16.381Z | Compiling serde_yaml v0.9.25 |
2277 | 2023-10-26T22:39:17.222Z | Compiling darling_macro v0.20.3 |
2278 | 2023-10-26T22:39:17.790Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2279 | 2023-10-26T22:39:17.812Z | Compiling slog-json v2.6.1 |
2280 | 2023-10-26T22:39:18.687Z | Compiling darling v0.20.3 |
2281 | 2023-10-26T22:39:18.700Z | Compiling async-stream-impl v0.3.5 |
2282 | 2023-10-26T22:39:18.948Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2283 | 2023-10-26T22:39:19.385Z | Compiling regex-syntax v0.6.29 |
2284 | 2023-10-26T22:39:19.783Z | Compiling atomic-waker v1.1.1 |
2285 | 2023-10-26T22:39:19.996Z | Compiling fastrand v2.0.0 |
2286 | 2023-10-26T22:39:20.714Z | Compiling async-stream v0.3.5 |
2287 | 2023-10-26T22:39:21.025Z | Compiling tempfile v3.8.0 |
2288 | 2023-10-26T22:39:21.251Z | Compiling waitgroup v0.1.2 |
2289 | 2023-10-26T22:39:21.413Z | Compiling serde_with_macros v2.3.3 |
2290 | 2023-10-26T22:39:21.618Z | Compiling slog-bunyan v2.4.0 |
2291 | 2023-10-26T22:39:24.725Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2292 | 2023-10-26T22:39:25.144Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2293 | 2023-10-26T22:39:25.472Z | Compiling sha1 v0.10.5 |
2294 | 2023-10-26T22:39:26.356Z | Compiling snafu-derive v0.7.5 |
2295 | 2023-10-26T22:39:27.016Z | Compiling serde_path_to_error v0.1.14 |
2296 | 2023-10-26T22:39:27.306Z | Compiling path-dedot v3.1.0 |
2297 | 2023-10-26T22:39:27.312Z | Compiling instant v0.1.12 |
2298 | 2023-10-26T22:39:27.495Z | Compiling debug-ignore v1.0.5 |
2299 | 2023-10-26T22:39:27.630Z | Compiling base64 v0.13.1 |
2300 | 2023-10-26T22:39:27.711Z | Compiling buf-list v1.0.3 |
2301 | 2023-10-26T22:39:28.073Z | Compiling arc-swap v1.6.0 |
2302 | 2023-10-26T22:39:28.558Z | Compiling same-file v1.0.6 |
2303 | 2023-10-26T22:39:28.857Z | Compiling slog-scope v4.4.0 |
2304 | 2023-10-26T22:39:29.034Z | Compiling walkdir v2.4.0 |
2305 | 2023-10-26T22:39:29.138Z | Compiling pem v1.1.1 |
2306 | 2023-10-26T22:39:29.498Z | Compiling parse-display-derive v0.7.0 |
2307 | 2023-10-26T22:39:30.492Z | Compiling path-absolutize v3.1.0 |
2308 | 2023-10-26T22:39:30.792Z | Compiling backoff v0.4.0 |
2309 | 2023-10-26T22:39:31.397Z | Compiling serde_with v2.3.3 |
2310 | 2023-10-26T22:39:31.663Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2311 | 2023-10-26T22:39:32.023Z | Compiling globset v0.4.13 |
2312 | 2023-10-26T22:39:32.722Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2313 | 2023-10-26T22:39:32.822Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2314 | 2023-10-26T22:39:32.973Z | Compiling strum v0.25.0 |
2315 | 2023-10-26T22:39:33.297Z | Compiling olpc-cjson v0.1.3 |
2316 | 2023-10-26T22:39:34.242Z | Compiling macaddr v1.0.1 |
2317 | 2023-10-26T22:39:35.126Z | Compiling snafu v0.7.5 |
2318 | 2023-10-26T22:39:40.932Z | Compiling serde_plain v1.0.2 |
2319 | 2023-10-26T22:39:41.023Z | Compiling parse-display v0.7.0 |
2320 | 2023-10-26T22:39:41.055Z | Compiling filetime v0.2.22 |
2321 | 2023-10-26T22:39:41.228Z | Compiling xattr v1.0.1 |
2322 | 2023-10-26T22:39:41.289Z | Compiling tar v0.4.40 |
2323 | 2023-10-26T22:39:41.318Z | Compiling tough v0.12.5 |
2324 | 2023-10-26T22:39:41.334Z | Compiling slog-stdlog v4.1.1 |
2325 | 2023-10-26T22:39:41.346Z | Compiling camino-tempfile v1.0.2 |
2326 | 2023-10-26T22:39:41.371Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2327 | 2023-10-26T22:39:41.410Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2328 | 2023-10-26T22:39:41.469Z | Compiling bytesize v1.3.0 |
2329 | 2023-10-26T22:39:41.936Z | Compiling fs-err v2.9.0 |
2330 | 2023-10-26T22:39:43.349Z | Compiling slog-envlogger v2.2.0 |
2331 | 2023-10-26T22:39:47.241Z | Compiling humantime v2.1.0 |
2332 | 2023-10-26T22:39:52.232Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2333 | 2023-10-26T22:40:21.900Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2334 | 2023-10-26T22:40:22.129Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2335 | 2023-10-26T22:40:31.670Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2336 | 2023-10-26T22:40:33.908Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2337 | 2023-10-26T22:40:59.810Z | Finished release [optimized] target(s) in 1m 53s |
2338 | 2023-10-26T22:40:59.853Z | |
2339 | 2023-10-26T22:40:59.869Z | real 1:53.736642983 |
2340 | 2023-10-26T22:40:59.875Z | user 12:01.826621415 |
2341 | 2023-10-26T22:40:59.881Z | sys 46.365821900 |
2342 | 2023-10-26T22:40:59.896Z | trap 0.439745348 |
2343 | 2023-10-26T22:40:59.903Z | tflt 0.321321422 |
2344 | 2023-10-26T22:40:59.907Z | dflt 0.701168262 |
2345 | 2023-10-26T22:40:59.911Z | kflt 0.005769349 |
2346 | 2023-10-26T22:40:59.914Z | lock 22:39.578486226 |
2347 | 2023-10-26T22:40:59.919Z | slp 25:28.684095248 |
2348 | 2023-10-26T22:40:59.922Z | lat 20.486341649 |
2349 | 2023-10-26T22:40:59.926Z | stop 11.615936960 |
2350 | 2023-10-26T22:40:59.930Z | + ptime -m gzip |
2351 | 2023-10-26T22:41:01.846Z | |
2352 | 2023-10-26T22:41:02.263Z | real 2.123255217 |
2353 | 2023-10-26T22:41:02.270Z | user 2.097573199 |
2354 | 2023-10-26T22:41:02.280Z | sys 0.024950290 |
2355 | 2023-10-26T22:41:02.287Z | trap 0.000221867 |
2356 | 2023-10-26T22:41:02.291Z | tflt 0.000000000 |
2357 | 2023-10-26T22:41:02.296Z | dflt 0.000000000 |
2358 | 2023-10-26T22:41:02.314Z | kflt 0.000000000 |
2359 | 2023-10-26T22:41:02.321Z | lock 0.000000000 |
2360 | 2023-10-26T22:41:02.325Z | slp 0.000000000 |
2361 | 2023-10-26T22:41:02.330Z | lat 0.000167769 |
2362 | 2023-10-26T22:41:02.342Z | stop 0.000234222 |
2363 | 2023-10-26T22:41:02.348Z | process exited: duration 1322731 ms, exit code 0 |
|
2364 | 2023-10-26T22:41:02.367Z | found 5 output files |
2365 | 2023-10-26T22:41:02.392Z | uploading: /work/end-to-end-tests/bootstrap-ce25c26538ce669c.gz (6513924 bytes) |
2366 | 2023-10-26T22:41:07.200Z | uploaded: /work/end-to-end-tests/bootstrap-ce25c26538ce669c.gz |
2367 | 2023-10-26T22:41:07.212Z | uploading: /work/end-to-end-tests/bootstrap.gz (97824773 bytes) |
2368 | 2023-10-26T22:41:48.306Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2369 | 2023-10-26T22:41:48.323Z | uploading: /work/end-to-end-tests/end_to_end_tests-bcb3df1a66c8d052.gz (111873918 bytes) |
2370 | 2023-10-26T22:42:32.569Z | uploaded: /work/end-to-end-tests/end_to_end_tests-bcb3df1a66c8d052.gz |
2371 | 2023-10-26T22:42:32.580Z | uploading: /work/caboose-util.gz (4111314 bytes) |
2372 | 2023-10-26T22:42:34.250Z | uploaded: /work/caboose-util.gz |
2373 | 2023-10-26T22:42:34.255Z | uploading: /work/tufaceous.gz (13508918 bytes) |
2374 | 2023-10-26T22:42:40.147Z | uploaded: /work/tufaceous.gz |