|
|
|
1 | 2023-10-21T14:44:13.388Z | job assigned to worker 01HD9B1MPDR8V57GKSFKZ42KW7 (queued for 1 m 0 s) |
|
2 | 2023-10-21T14:44:13.604Z | starting task 0: "setup" |
3 | 2023-10-21T14:44:13.668Z | ++ uname -s |
4 | 2023-10-21T14:44:13.675Z | + kern=SunOS |
5 | 2023-10-21T14:44:13.679Z | + case "$kern" in |
6 | 2023-10-21T14:44:13.682Z | + groupadd -g 12345 build |
7 | 2023-10-21T14:44:13.685Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-21T14:44:15.681Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-21T14:44:15.788Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-21T14:44:15.791Z | + home_fs=zfs |
11 | 2023-10-21T14:44:15.796Z | + [[ zfs == autofs ]] |
12 | 2023-10-21T14:44:15.798Z | + mkdir -p /home/build |
13 | 2023-10-21T14:44:15.801Z | + chown build:build /home/build /work |
14 | 2023-10-21T14:44:17.797Z | + chmod 0700 /home/build /work |
15 | 2023-10-21T14:44:17.801Z | process exited: duration 4194 ms, exit code 0 |
|
16 | 2023-10-21T14:44:17.806Z | starting task 1: "rust-toolchain" |
17 | 2023-10-21T14:44:17.819Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-21T14:44:17.822Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-21T14:44:18.013Z | info: downloading installer |
20 | 2023-10-21T14:44:19.295Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-21T14:44:19.305Z | warning: /opt/ooce/bin |
22 | 2023-10-21T14:44:19.309Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-21T14:44:19.313Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-21T14:44:19.316Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-21T14:44:19.319Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-21T14:44:19.321Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-21T14:44:19.324Z | error: cannot install while Rust is installed |
28 | 2023-10-21T14:44:19.348Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-21T14:44:19.410Z | info: profile set to 'default' |
30 | 2023-10-21T14:44:19.414Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-21T14:44:19.418Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-21T14:44:19.571Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-21T14:44:19.574Z | info: downloading component 'cargo' |
34 | 2023-10-21T14:44:20.179Z | info: downloading component 'clippy' |
35 | 2023-10-21T14:44:20.393Z | info: downloading component 'rust-docs' |
36 | 2023-10-21T14:44:21.162Z | info: downloading component 'rust-std' |
37 | 2023-10-21T14:44:22.517Z | info: downloading component 'rustc' |
38 | 2023-10-21T14:44:25.735Z | info: downloading component 'rustfmt' |
39 | 2023-10-21T14:44:25.925Z | info: installing component 'cargo' |
40 | 2023-10-21T14:44:27.359Z | info: installing component 'clippy' |
41 | 2023-10-21T14:44:27.967Z | info: installing component 'rust-docs' |
42 | 2023-10-21T14:44:30.769Z | info: installing component 'rust-std' |
43 | 2023-10-21T14:44:33.885Z | info: installing component 'rustc' |
44 | 2023-10-21T14:44:41.069Z | info: installing component 'rustfmt' |
45 | 2023-10-21T14:44:41.535Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-21T14:44:41.538Z | |
47 | 2023-10-21T14:44:41.711Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-21T14:44:41.714Z | |
49 | 2023-10-21T14:44:41.718Z | |
50 | 2023-10-21T14:44:41.721Z | Rust is installed now. Great! |
51 | 2023-10-21T14:44:41.724Z | |
52 | 2023-10-21T14:44:41.726Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-21T14:44:41.729Z | environment variable. This has not been done automatically. |
54 | 2023-10-21T14:44:41.732Z | |
55 | 2023-10-21T14:44:41.735Z | To configure your current shell, run: |
56 | 2023-10-21T14:44:41.737Z | source "$HOME/.cargo/env" |
57 | 2023-10-21T14:44:41.814Z | + rustc --version |
58 | 2023-10-21T14:44:41.927Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-21T14:44:41.934Z | process exited: duration 24125 ms, exit code 0 |
|
60 | 2023-10-21T14:44:41.940Z | starting task 2: "authentication" |
61 | 2023-10-21T14:44:41.984Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-10-21T14:44:42.022Z | starting task 3: "clone repository" |
63 | 2023-10-21T14:44:42.043Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-21T14:44:42.048Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-21T14:44:42.092Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-21T14:44:48.124Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-21T14:44:48.127Z | + [[ -n update_crucible_and_propolis ]] |
68 | 2023-10-21T14:44:48.131Z | + git fetch origin update_crucible_and_propolis |
69 | 2023-10-21T14:44:48.468Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-21T14:44:48.471Z | * branch update_crucible_and_propolis -> FETCH_HEAD |
71 | 2023-10-21T14:44:48.480Z | + git checkout -B update_crucible_and_propolis remotes/origin/update_crucible_and_propolis |
72 | 2023-10-21T14:44:48.568Z | Switched to a new branch 'update_crucible_and_propolis' |
73 | 2023-10-21T14:44:48.571Z | branch 'update_crucible_and_propolis' set up to track 'origin/update_crucible_and_propolis'. |
74 | 2023-10-21T14:44:48.575Z | + git reset --hard 84fabc428e498d98d59eb4a43453e7502fec9e4e |
75 | 2023-10-21T14:44:48.718Z | HEAD is now at 84fabc42 Update cargo hakari too |
76 | 2023-10-21T14:44:48.721Z | process exited: duration 6687 ms, exit code 0 |
|
77 | 2023-10-21T14:44:48.727Z | starting task 4: "build" |
78 | 2023-10-21T14:44:48.738Z | + cargo --version |
79 | 2023-10-21T14:44:48.829Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-21T14:44:48.832Z | + rustc --version |
81 | 2023-10-21T14:44:48.937Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-21T14:44:48.943Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-21T14:44:54.242Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-21T14:44:55.179Z | Startup: Caching catalogs ... Done |
85 | 2023-10-21T14:44:59.722Z | Planning: Solver setup ... Done (4.254s) |
86 | 2023-10-21T14:44:59.833Z | Planning: Running solver ... Done (0.111s) |
87 | 2023-10-21T14:44:59.885Z | Planning: Finding local manifests ... Done (0.002s) |
88 | 2023-10-21T14:44:59.901Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-21T14:45:00.147Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-21T14:45:00.230Z | Planning: Package planning ... Done (0.082s) |
91 | 2023-10-21T14:45:00.316Z | Planning: Merging actions ... Done (0.087s) |
92 | 2023-10-21T14:45:00.995Z | Planning: Checking for conflicting actions ... Done (0.678s) |
93 | 2023-10-21T14:45:01.013Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-10-21T14:45:04.785Z | Planning: Evaluating mediators ... Done (3.770s) |
95 | 2023-10-21T14:45:04.800Z | Planning: Planning completed in 9.57 seconds |
96 | 2023-10-21T14:45:04.823Z | Packages to install: 4 |
97 | 2023-10-21T14:45:04.827Z | Mediators to change: 2 |
98 | 2023-10-21T14:45:04.830Z | Services to change: 1 |
99 | 2023-10-21T14:45:04.833Z | Estimated space available: 149.39 GB |
100 | 2023-10-21T14:45:04.836Z | Estimated space to be consumed: 1.37 GB |
101 | 2023-10-21T14:45:04.843Z | Create boot environment: No |
102 | 2023-10-21T14:45:04.846Z | Create backup boot environment: No |
103 | 2023-10-21T14:45:04.852Z | Rebuild boot archive: No |
104 | 2023-10-21T14:45:04.855Z | |
105 | 2023-10-21T14:45:04.858Z | Changed mediators: |
106 | 2023-10-21T14:45:04.862Z | mediator clang: |
107 | 2023-10-21T14:45:04.865Z | version: None -> 15 (system default) |
108 | 2023-10-21T14:45:04.869Z | |
109 | 2023-10-21T14:45:04.872Z | mediator llvm: |
110 | 2023-10-21T14:45:04.877Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-21T14:45:04.927Z | |
112 | 2023-10-21T14:45:04.941Z | Changed packages: |
113 | 2023-10-21T14:45:05.360Z | helios-dev |
114 | 2023-10-21T14:45:05.363Z | developer/build-essential |
115 | 2023-10-21T14:45:05.368Z | None -> 11-2.0 |
116 | 2023-10-21T14:45:05.372Z | library/libxmlsec1 |
117 | 2023-10-21T14:45:05.377Z | None -> 1.2.35-2.0 |
118 | 2023-10-21T14:45:05.392Z | ooce/developer/clang-15 |
119 | 2023-10-21T14:45:05.822Z | None -> 15.0.7-2.0 |
120 | 2023-10-21T14:45:05.832Z | ooce/developer/llvm-15 |
121 | 2023-10-21T14:45:05.844Z | None -> 15.0.7-2.0 |
122 | 2023-10-21T14:45:05.861Z | |
123 | 2023-10-21T14:45:05.876Z | Services: |
124 | 2023-10-21T14:45:05.890Z | restart_fmri: |
125 | 2023-10-21T14:45:05.907Z | svc:/system/update-man-index:default |
126 | 2023-10-21T14:45:05.962Z | |
127 | 2023-10-21T14:45:05.969Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-21T14:45:10.803Z | Download: 1198/3290 items 82.6/212.6MB 38% complete (17.2M/s) |
129 | 2023-10-21T14:45:15.811Z | Download: 2096/3290 items 118.9/212.6MB 55% complete (11.8M/s) |
130 | 2023-10-21T14:45:20.811Z | Download: 2949/3290 items 121.2/212.6MB 57% complete (3.9M/s) |
131 | 2023-10-21T14:45:26.582Z | Download: 3245/3290 items 202.9/212.6MB 95% complete (8.3M/s) |
132 | 2023-10-21T14:45:32.861Z | Download: 3286/3290 items 211.8/212.6MB 99% complete (8.9M/s) |
133 | 2023-10-21T14:45:42.475Z | Download: 3289/3290 items 212.6/212.6MB 100% complete (6.5M/s) |
134 | 2023-10-21T14:45:42.519Z | Download: Completed 212.60 MB in 37.47 seconds (5.7M/s) |
135 | 2023-10-21T14:45:42.904Z | Actions: 1/3687 actions (Installing new actions) |
136 | 2023-10-21T14:45:47.927Z | Actions: 2463/3687 actions (Installing new actions) |
137 | 2023-10-21T14:45:51.071Z | Actions: Completed 3687 actions in 8.17 seconds. |
138 | 2023-10-21T14:45:51.159Z | Done (0.081s) |
139 | 2023-10-21T14:45:51.162Z | Done (0.000s) |
140 | 2023-10-21T14:45:51.363Z | Done (0.203s) |
141 | 2023-10-21T14:45:59.395Z | Done (7.918s) |
142 | 2023-10-21T14:45:59.614Z | Done (0.116s) |
143 | 2023-10-21T14:45:59.617Z | Done (0.000s) |
144 | 2023-10-21T14:45:59.923Z | Done (0.000s) |
145 | 2023-10-21T14:46:00.641Z | Planning: Evaluating mediator changes ... Done |
146 | 2023-10-21T14:46:00.934Z | Planning: Checking for conflicting actions ... Done |
147 | 2023-10-21T14:46:00.937Z | Planning: Consolidating action changes ... Done |
148 | 2023-10-21T14:46:01.387Z | Planning: Evaluating mediators ... Done |
149 | 2023-10-21T14:46:01.392Z | Planning: Planning completed in 0.75 seconds |
150 | 2023-10-21T14:46:01.443Z | Mediators to change: 2 |
151 | 2023-10-21T14:46:01.446Z | Create boot environment: No |
152 | 2023-10-21T14:46:01.449Z | Create backup boot environment: No |
153 | 2023-10-21T14:46:01.587Z | Done |
154 | 2023-10-21T14:46:01.590Z | Done |
155 | 2023-10-21T14:46:01.716Z | Done |
156 | 2023-10-21T14:46:08.096Z | Done |
157 | 2023-10-21T14:46:08.226Z | Done |
158 | 2023-10-21T14:46:08.231Z | Done |
159 | 2023-10-21T14:46:08.412Z | Done |
160 | 2023-10-21T14:46:09.437Z | Planning: Evaluating mediator changes ... Done |
161 | 2023-10-21T14:46:09.440Z | Planning: Merging actions ... Done |
162 | 2023-10-21T14:46:09.776Z | Planning: Checking for conflicting actions ... Done |
163 | 2023-10-21T14:46:09.780Z | Planning: Consolidating action changes ... Done |
164 | 2023-10-21T14:46:10.215Z | Planning: Evaluating mediators ... Done |
165 | 2023-10-21T14:46:10.306Z | Planning: Planning completed in 1.31 seconds |
166 | 2023-10-21T14:46:10.364Z | Packages to change: 1 |
167 | 2023-10-21T14:46:10.366Z | Mediators to change: 1 |
168 | 2023-10-21T14:46:10.369Z | Services to change: 1 |
169 | 2023-10-21T14:46:10.372Z | Create boot environment: No |
170 | 2023-10-21T14:46:10.375Z | Create backup boot environment: Yes |
171 | 2023-10-21T14:46:12.490Z | Actions: 1/6 actions (Updating modified actions) |
172 | 2023-10-21T14:46:12.494Z | Actions: Completed 6 actions in 0.00 seconds. |
173 | 2023-10-21T14:46:12.497Z | Done |
174 | 2023-10-21T14:46:12.501Z | Done |
175 | 2023-10-21T14:46:12.585Z | Done |
176 | 2023-10-21T14:46:18.583Z | Done |
177 | 2023-10-21T14:46:18.718Z | Done |
178 | 2023-10-21T14:46:18.726Z | Done |
179 | 2023-10-21T14:46:18.853Z | Done |
180 | 2023-10-21T14:46:19.544Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
181 | 2023-10-21T14:46:19.547Z | clang system 15 system |
182 | 2023-10-21T14:46:19.551Z | csh system system illumos |
183 | 2023-10-21T14:46:19.555Z | ctags system system illumos |
184 | 2023-10-21T14:46:19.564Z | gcc vendor 12 vendor |
185 | 2023-10-21T14:46:19.579Z | gcc system 10 system |
186 | 2023-10-21T14:46:19.600Z | gcc system 7 system |
187 | 2023-10-21T14:46:19.609Z | go system 1.20 system |
188 | 2023-10-21T14:46:19.614Z | go system 1.19 system |
189 | 2023-10-21T14:46:19.622Z | llvm system 15 system |
190 | 2023-10-21T14:46:19.628Z | llvm system 14 system |
191 | 2023-10-21T14:46:19.633Z | mariadb system 10.6 system |
192 | 2023-10-21T14:46:19.636Z | mta vendor vendor dma |
193 | 2023-10-21T14:46:19.641Z | openjdk system 17 system |
194 | 2023-10-21T14:46:19.645Z | openjdk system 11 system |
195 | 2023-10-21T14:46:19.649Z | openjdk system 1.8 system |
196 | 2023-10-21T14:46:19.654Z | openssl vendor 3 vendor |
197 | 2023-10-21T14:46:19.659Z | perl system 5.36 system |
198 | 2023-10-21T14:46:19.663Z | postgresql system 15 system |
199 | 2023-10-21T14:46:19.668Z | postgresql system 13 system |
200 | 2023-10-21T14:46:19.673Z | python vendor 3 vendor |
201 | 2023-10-21T14:46:19.683Z | python system 2 system |
202 | 2023-10-21T14:46:19.708Z | python3 system 3.11 system |
203 | 2023-10-21T14:46:19.715Z | ruby system 3.0 system |
204 | 2023-10-21T14:46:19.719Z | words vendor vendor american-english |
205 | 2023-10-21T14:46:19.724Z | words system system australian-english |
206 | 2023-10-21T14:46:19.728Z | words system system british-english |
207 | 2023-10-21T14:46:19.737Z | words system system canadian-english |
208 | 2023-10-21T14:46:19.742Z | words system system french |
209 | 2023-10-21T14:46:19.746Z | words system system italian |
210 | 2023-10-21T14:46:19.750Z | words system system ngerman |
211 | 2023-10-21T14:46:19.753Z | words system system ogerman |
212 | 2023-10-21T14:46:19.756Z | words system system spanish |
213 | 2023-10-21T14:46:20.095Z | FMRI IFO |
214 | 2023-10-21T14:46:20.098Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
215 | 2023-10-21T14:46:20.101Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
216 | 2023-10-21T14:46:20.104Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
217 | 2023-10-21T14:46:20.107Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
218 | 2023-10-21T14:46:20.110Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
219 | 2023-10-21T14:46:20.114Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
220 | 2023-10-21T14:46:20.171Z | + set -o errexit |
221 | 2023-10-21T14:46:20.174Z | +++ dirname ./tools/ci_download_cockroachdb |
222 | 2023-10-21T14:46:20.177Z | ++ cd ./tools |
223 | 2023-10-21T14:46:20.180Z | ++ pwd |
224 | 2023-10-21T14:46:20.184Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
225 | 2023-10-21T14:46:20.187Z | ++ basename ./tools/ci_download_cockroachdb |
226 | 2023-10-21T14:46:20.190Z | + ARG0=ci_download_cockroachdb |
227 | 2023-10-21T14:46:20.192Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
228 | 2023-10-21T14:46:20.196Z | + CIDL_VERSION=v22.1.9 |
229 | 2023-10-21T14:46:20.199Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
230 | 2023-10-21T14:46:20.202Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
231 | 2023-10-21T14:46:20.205Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
232 | 2023-10-21T14:46:20.208Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
233 | 2023-10-21T14:46:20.211Z | + TARGET_DIR=out |
234 | 2023-10-21T14:46:20.214Z | + DOWNLOAD_DIR=out/downloads |
235 | 2023-10-21T14:46:20.218Z | + DEST_DIR=./out/cockroachdb |
236 | 2023-10-21T14:46:20.221Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
237 | 2023-10-21T14:46:20.224Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
238 | 2023-10-21T14:46:20.226Z | + main |
239 | 2023-10-21T14:46:20.230Z | + [[ 0 != 0 ]] |
240 | 2023-10-21T14:46:20.233Z | + CIDL_OS=solaris2.11 |
241 | 2023-10-21T14:46:20.239Z | + [[ 0 != 0 ]] |
242 | 2023-10-21T14:46:20.243Z | + configure_os solaris2.11 |
243 | 2023-10-21T14:46:20.246Z | + echo 'current directory: /work/oxidecomputer/omicron' |
244 | 2023-10-21T14:46:20.250Z | current directory: /work/oxidecomputer/omicron |
245 | 2023-10-21T14:46:20.253Z | configuring based on OS: "solaris2.11" |
246 | 2023-10-21T14:46:20.257Z | + echo 'configuring based on OS: "solaris2.11"' |
247 | 2023-10-21T14:46:20.260Z | + case "$1" in |
248 | 2023-10-21T14:46:20.263Z | + CIDL_BUILD=illumos |
249 | 2023-10-21T14:46:20.266Z | + CIDL_SUFFIX=tar.gz |
250 | 2023-10-21T14:46:20.269Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
251 | 2023-10-21T14:46:20.272Z | + CIDL_MD5FUNC=do_md5sum |
252 | 2023-10-21T14:46:20.275Z | + CIDL_URL_BASE=https://illumos.org/downloads |
253 | 2023-10-21T14:46:20.279Z | + CIDL_ASSEMBLE=do_assemble_illumos |
254 | 2023-10-21T14:46:20.282Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
255 | 2023-10-21T14:46:20.285Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-10-21T14:46:20.288Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
257 | 2023-10-21T14:46:20.291Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
258 | 2023-10-21T14:46:20.294Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-10-21T14:46:20.297Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
260 | 2023-10-21T14:46:20.300Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
261 | 2023-10-21T14:46:20.304Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
262 | 2023-10-21T14:46:20.307Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
263 | 2023-10-21T14:46:20.310Z | + mkdir -p out/downloads |
264 | 2023-10-21T14:46:20.318Z | + mkdir -p ./out/cockroachdb |
265 | 2023-10-21T14:46:20.322Z | + local DO_DOWNLOAD=true |
266 | 2023-10-21T14:46:20.326Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
267 | 2023-10-21T14:46:20.329Z | + '[' true == true ']' |
268 | 2023-10-21T14:46:20.333Z | + echo Downloading... |
269 | 2023-10-21T14:46:20.337Z | Downloading... |
270 | 2023-10-21T14:46:20.343Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-10-21T14:46:20.346Z | + 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 |
272 | 2023-10-21T14:46:27.514Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-10-21T14:46:27.517Z | ++ md5sum |
274 | 2023-10-21T14:46:27.520Z | ++ awk '{print $1}' |
275 | 2023-10-21T14:46:27.699Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
276 | 2023-10-21T14:46:27.702Z | + [[ 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 ]] |
277 | 2023-10-21T14:46:27.705Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-10-21T14:46:27.708Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
279 | 2023-10-21T14:46:31.067Z | + do_assemble_illumos |
280 | 2023-10-21T14:46:31.071Z | + rm -r ./out/cockroachdb |
281 | 2023-10-21T14:46:31.074Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
282 | 2023-10-21T14:46:31.656Z | + ./out/cockroachdb/bin/cockroach version |
283 | 2023-10-21T14:46:31.884Z | Build Tag: v22.1.9-dirty |
284 | 2023-10-21T14:46:31.905Z | Build Time: 2022/10/26 21:17:46 |
285 | 2023-10-21T14:46:31.919Z | Distribution: OSS |
286 | 2023-10-21T14:46:31.928Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
287 | 2023-10-21T14:46:31.932Z | Go Version: go1.17.13 |
288 | 2023-10-21T14:46:31.935Z | C Compiler: gcc 10.3.0 |
289 | 2023-10-21T14:46:31.938Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
290 | 2023-10-21T14:46:31.941Z | Build Type: release |
291 | 2023-10-21T14:46:31.944Z | + set -o errexit |
292 | 2023-10-21T14:46:31.947Z | +++ dirname ./tools/ci_download_clickhouse |
293 | 2023-10-21T14:46:31.950Z | ++ cd ./tools |
294 | 2023-10-21T14:46:31.953Z | ++ pwd |
295 | 2023-10-21T14:46:31.955Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
296 | 2023-10-21T14:46:31.958Z | ++ basename ./tools/ci_download_clickhouse |
297 | 2023-10-21T14:46:31.961Z | + ARG0=ci_download_clickhouse |
298 | 2023-10-21T14:46:31.964Z | + TARGET_DIR=out |
299 | 2023-10-21T14:46:31.967Z | + DOWNLOAD_DIR=out/downloads |
300 | 2023-10-21T14:46:31.970Z | + DEST_DIR=./out/clickhouse |
301 | 2023-10-21T14:46:31.972Z | + CIDL_VERSION=v22.8.9.24 |
302 | 2023-10-21T14:46:31.975Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
303 | 2023-10-21T14:46:31.978Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
304 | 2023-10-21T14:46:31.981Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
305 | 2023-10-21T14:46:31.984Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
306 | 2023-10-21T14:46:31.987Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
307 | 2023-10-21T14:46:31.990Z | + main |
308 | 2023-10-21T14:46:31.993Z | + [[ 0 != 0 ]] |
309 | 2023-10-21T14:46:31.996Z | + CIDL_OS=solaris2.11 |
310 | 2023-10-21T14:46:31.999Z | + [[ 0 != 0 ]] |
311 | 2023-10-21T14:46:32.002Z | + configure_os solaris2.11 |
312 | 2023-10-21T14:46:32.004Z | + echo 'current directory: /work/oxidecomputer/omicron' |
313 | 2023-10-21T14:46:32.008Z | current directory: /work/oxidecomputer/omicron |
314 | 2023-10-21T14:46:32.011Z | + echo 'configuring based on OS: "solaris2.11"' |
315 | 2023-10-21T14:46:32.013Z | configuring based on OS: "solaris2.11" |
316 | 2023-10-21T14:46:32.016Z | + CIDL_DASHREV= |
317 | 2023-10-21T14:46:32.019Z | + case "$1" in |
318 | 2023-10-21T14:46:32.022Z | + CIDL_PLATFORM=illumos |
319 | 2023-10-21T14:46:32.025Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
320 | 2023-10-21T14:46:32.028Z | + CIDL_MD5FUNC=do_md5sum |
321 | 2023-10-21T14:46:32.030Z | + CIDL_DASHREV=-1 |
322 | 2023-10-21T14:46:32.033Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
323 | 2023-10-21T14:46:32.037Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
324 | 2023-10-21T14:46:32.040Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-10-21T14:46:32.043Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-10-21T14:46:32.046Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
327 | 2023-10-21T14:46:32.049Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-21T14:46:32.052Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
329 | 2023-10-21T14:46:32.055Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-10-21T14:46:32.058Z | + mkdir -p out/downloads |
331 | 2023-10-21T14:46:32.061Z | + mkdir -p ./out/clickhouse |
332 | 2023-10-21T14:46:32.064Z | + local DO_DOWNLOAD=true |
333 | 2023-10-21T14:46:32.067Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
334 | 2023-10-21T14:46:32.070Z | + '[' true == true ']' |
335 | 2023-10-21T14:46:32.073Z | + echo Downloading... |
336 | 2023-10-21T14:46:32.076Z | Downloading... |
337 | 2023-10-21T14:46:32.079Z | + 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 |
338 | 2023-10-21T14:46:32.082Z | + 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 |
339 | 2023-10-21T14:46:33.425Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-10-21T14:46:33.429Z | ++ md5sum |
341 | 2023-10-21T14:46:33.434Z | ++ awk '{print $1}' |
342 | 2023-10-21T14:46:33.690Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
343 | 2023-10-21T14:46:33.694Z | + [[ 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 ]] |
344 | 2023-10-21T14:46:33.697Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
345 | 2023-10-21T14:46:33.699Z | + mkdir -p ./out/clickhouse |
346 | 2023-10-21T14:46:33.703Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
347 | 2023-10-21T14:46:38.514Z | + ./out/clickhouse/clickhouse server --version |
348 | 2023-10-21T14:46:38.569Z | ClickHouse server version 22.8.9.1. |
349 | 2023-10-21T14:46:38.591Z | + set -o errexit |
350 | 2023-10-21T14:46:38.598Z | +++ dirname ./tools/ci_download_console |
351 | 2023-10-21T14:46:38.601Z | ++ cd ./tools |
352 | 2023-10-21T14:46:38.604Z | ++ pwd |
353 | 2023-10-21T14:46:38.607Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
354 | 2023-10-21T14:46:38.610Z | ++ basename ./tools/ci_download_console |
355 | 2023-10-21T14:46:38.613Z | + ARG0=ci_download_console |
356 | 2023-10-21T14:46:38.616Z | + TARGET_DIR=out |
357 | 2023-10-21T14:46:38.619Z | + DOWNLOAD_DIR=out/downloads |
358 | 2023-10-21T14:46:38.622Z | + DEST_DIR=./out/console-assets |
359 | 2023-10-21T14:46:38.625Z | + source /work/oxidecomputer/omicron/tools/console_version |
360 | 2023-10-21T14:46:38.628Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
361 | 2023-10-21T14:46:38.631Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
362 | 2023-10-21T14:46:38.634Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
363 | 2023-10-21T14:46:38.637Z | + TARBALL_FILE=out/downloads/console.tar.gz |
364 | 2023-10-21T14:46:38.640Z | + main |
365 | 2023-10-21T14:46:38.643Z | + [[ 0 != 0 ]] |
366 | 2023-10-21T14:46:38.646Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
367 | 2023-10-21T14:46:38.650Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
368 | 2023-10-21T14:46:38.653Z | + echo 'Local file: out/downloads/console.tar.gz' |
369 | 2023-10-21T14:46:38.655Z | Local file: out/downloads/console.tar.gz |
370 | 2023-10-21T14:46:38.658Z | + local DO_DOWNLOAD=true |
371 | 2023-10-21T14:46:38.661Z | + [[ -f out/downloads/console.tar.gz ]] |
372 | 2023-10-21T14:46:38.664Z | + mkdir -p out/downloads |
373 | 2023-10-21T14:46:38.667Z | + '[' true == true ']' |
374 | 2023-10-21T14:46:38.669Z | + echo Downloading... |
375 | 2023-10-21T14:46:38.672Z | Downloading... |
376 | 2023-10-21T14:46:38.675Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
377 | 2023-10-21T14:46:38.678Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
378 | 2023-10-21T14:46:39.189Z | ++ do_sha256sum out/downloads/console.tar.gz |
379 | 2023-10-21T14:46:39.198Z | ++ case "$OSTYPE" in |
380 | 2023-10-21T14:46:39.203Z | ++ SHA=sha256sum |
381 | 2023-10-21T14:46:39.206Z | ++ sha256sum |
382 | 2023-10-21T14:46:39.210Z | ++ awk '{print $1}' |
383 | 2023-10-21T14:46:39.215Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
384 | 2023-10-21T14:46:39.218Z | + [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]] |
385 | 2023-10-21T14:46:39.233Z | + rm -rf ./out/console-assets |
386 | 2023-10-21T14:46:39.236Z | + mkdir -p ./out/console-assets |
387 | 2023-10-21T14:46:39.241Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
388 | 2023-10-21T14:46:39.244Z | + mkdir -p ./out/console-assets |
389 | 2023-10-21T14:46:39.247Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
390 | 2023-10-21T14:46:39.370Z | + set -o errexit |
391 | 2023-10-21T14:46:39.376Z | +++ dirname ./tools/ci_download_maghemite_openapi |
392 | 2023-10-21T14:46:39.392Z | ++ cd ./tools |
393 | 2023-10-21T14:46:39.396Z | ++ pwd |
394 | 2023-10-21T14:46:39.401Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
395 | 2023-10-21T14:46:39.408Z | ++ basename ./tools/ci_download_maghemite_openapi |
396 | 2023-10-21T14:46:39.426Z | + ARG0=ci_download_maghemite_openapi |
397 | 2023-10-21T14:46:39.432Z | + TARGET_DIR=out |
398 | 2023-10-21T14:46:39.436Z | + DOWNLOAD_DIR=out/downloads |
399 | 2023-10-21T14:46:39.440Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
400 | 2023-10-21T14:46:39.445Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
401 | 2023-10-21T14:46:39.451Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
402 | 2023-10-21T14:46:39.457Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
403 | 2023-10-21T14:46:39.461Z | + LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
404 | 2023-10-21T14:46:39.466Z | + main |
405 | 2023-10-21T14:46:39.473Z | + [[ 0 != 0 ]] |
406 | 2023-10-21T14:46:39.478Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json' |
407 | 2023-10-21T14:46:39.482Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
408 | 2023-10-21T14:46:39.486Z | + echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json' |
409 | 2023-10-21T14:46:39.492Z | Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
410 | 2023-10-21T14:46:39.498Z | + local DO_DOWNLOAD=true |
411 | 2023-10-21T14:46:39.503Z | + [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
412 | 2023-10-21T14:46:39.508Z | + mkdir -p out/downloads |
413 | 2023-10-21T14:46:39.514Z | + '[' true == true ']' |
414 | 2023-10-21T14:46:39.520Z | + echo Downloading... |
415 | 2023-10-21T14:46:39.526Z | Downloading... |
416 | 2023-10-21T14:46:39.533Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
417 | 2023-10-21T14:46:39.540Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
418 | 2023-10-21T14:46:39.658Z | ++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
419 | 2023-10-21T14:46:39.667Z | ++ case "$OSTYPE" in |
420 | 2023-10-21T14:46:39.670Z | ++ SHA=sha256sum |
421 | 2023-10-21T14:46:39.673Z | ++ sha256sum |
422 | 2023-10-21T14:46:39.676Z | ++ awk '{print $1}' |
423 | 2023-10-21T14:46:39.679Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
424 | 2023-10-21T14:46:39.681Z | + [[ 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 ]] |
425 | 2023-10-21T14:46:39.685Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
426 | 2023-10-21T14:46:39.688Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
427 | 2023-10-21T14:46:39.690Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
428 | 2023-10-21T14:46:39.693Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
429 | 2023-10-21T14:46:39.696Z | + LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
430 | 2023-10-21T14:46:39.699Z | + main |
431 | 2023-10-21T14:46:39.702Z | + [[ 0 != 0 ]] |
432 | 2023-10-21T14:46:39.705Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json' |
433 | 2023-10-21T14:46:39.708Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
434 | 2023-10-21T14:46:39.711Z | + echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json' |
435 | 2023-10-21T14:46:39.714Z | Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
436 | 2023-10-21T14:46:39.719Z | + local DO_DOWNLOAD=true |
437 | 2023-10-21T14:46:39.722Z | + [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
438 | 2023-10-21T14:46:39.725Z | + mkdir -p out/downloads |
439 | 2023-10-21T14:46:39.728Z | + '[' true == true ']' |
440 | 2023-10-21T14:46:39.731Z | + echo Downloading... |
441 | 2023-10-21T14:46:39.734Z | Downloading... |
442 | 2023-10-21T14:46:39.737Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
443 | 2023-10-21T14:46:39.740Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
444 | 2023-10-21T14:46:39.806Z | ++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
445 | 2023-10-21T14:46:39.815Z | ++ case "$OSTYPE" in |
446 | 2023-10-21T14:46:39.825Z | ++ SHA=sha256sum |
447 | 2023-10-21T14:46:39.830Z | ++ sha256sum |
448 | 2023-10-21T14:46:39.834Z | ++ awk '{print $1}' |
449 | 2023-10-21T14:46:39.839Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
450 | 2023-10-21T14:46:39.841Z | + [[ 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-21T14:46:39.844Z | + set -o errexit |
452 | 2023-10-21T14:46:39.848Z | +++ dirname ./tools/ci_download_dendrite_openapi |
453 | 2023-10-21T14:46:39.852Z | ++ cd ./tools |
454 | 2023-10-21T14:46:39.856Z | ++ pwd |
455 | 2023-10-21T14:46:39.859Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
456 | 2023-10-21T14:46:39.862Z | ++ basename ./tools/ci_download_dendrite_openapi |
457 | 2023-10-21T14:46:39.865Z | + ARG0=ci_download_dendrite_openapi |
458 | 2023-10-21T14:46:39.868Z | + TARGET_DIR=out |
459 | 2023-10-21T14:46:39.871Z | + DOWNLOAD_DIR=out/downloads |
460 | 2023-10-21T14:46:39.874Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
461 | 2023-10-21T14:46:39.878Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
462 | 2023-10-21T14:46:39.880Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
463 | 2023-10-21T14:46:39.884Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
464 | 2023-10-21T14:46:39.887Z | + LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
465 | 2023-10-21T14:46:39.890Z | + main |
466 | 2023-10-21T14:46:39.894Z | + [[ 0 != 0 ]] |
467 | 2023-10-21T14:46:39.897Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json' |
468 | 2023-10-21T14:46:39.899Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
469 | 2023-10-21T14:46:39.902Z | + echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json' |
470 | 2023-10-21T14:46:39.905Z | Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
471 | 2023-10-21T14:46:39.908Z | + local DO_DOWNLOAD=true |
472 | 2023-10-21T14:46:39.910Z | + [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]] |
473 | 2023-10-21T14:46:39.913Z | + mkdir -p out/downloads |
474 | 2023-10-21T14:46:39.918Z | + '[' true == true ']' |
475 | 2023-10-21T14:46:39.920Z | + echo Downloading... |
476 | 2023-10-21T14:46:39.923Z | Downloading... |
477 | 2023-10-21T14:46:39.926Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
478 | 2023-10-21T14:46:39.929Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
479 | 2023-10-21T14:46:39.979Z | ++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
480 | 2023-10-21T14:46:39.982Z | ++ case "$OSTYPE" in |
481 | 2023-10-21T14:46:39.986Z | ++ SHA=sha256sum |
482 | 2023-10-21T14:46:39.989Z | ++ sha256sum |
483 | 2023-10-21T14:46:39.992Z | ++ awk '{print $1}' |
484 | 2023-10-21T14:46:39.995Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
485 | 2023-10-21T14:46:39.998Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
486 | 2023-10-21T14:46:40.001Z | + set -o errexit |
487 | 2023-10-21T14:46:40.004Z | +++ dirname ./tools/ci_download_dendrite_stub |
488 | 2023-10-21T14:46:40.007Z | ++ cd ./tools |
489 | 2023-10-21T14:46:40.010Z | ++ pwd |
490 | 2023-10-21T14:46:40.013Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
491 | 2023-10-21T14:46:40.016Z | ++ basename ./tools/ci_download_dendrite_stub |
492 | 2023-10-21T14:46:40.019Z | + ARG0=ci_download_dendrite_stub |
493 | 2023-10-21T14:46:40.022Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
494 | 2023-10-21T14:46:40.025Z | ++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
495 | 2023-10-21T14:46:40.030Z | ++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51 |
496 | 2023-10-21T14:46:40.033Z | ++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba |
497 | 2023-10-21T14:46:40.037Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
498 | 2023-10-21T14:46:40.041Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
499 | 2023-10-21T14:46:40.044Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
500 | 2023-10-21T14:46:40.047Z | + TARGET_DIR=out |
501 | 2023-10-21T14:46:40.051Z | + DOWNLOAD_DIR=out/downloads |
502 | 2023-10-21T14:46:40.061Z | + DEST_DIR=./out/dendrite-stub |
503 | 2023-10-21T14:46:40.072Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
504 | 2023-10-21T14:46:40.088Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
505 | 2023-10-21T14:46:40.097Z | + REPO=oxidecomputer/dendrite |
506 | 2023-10-21T14:46:40.101Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686 |
507 | 2023-10-21T14:46:40.105Z | + main |
508 | 2023-10-21T14:46:40.109Z | + [[ 0 != 0 ]] |
509 | 2023-10-21T14:46:40.113Z | + CIDL_OS=solaris2.11 |
510 | 2023-10-21T14:46:40.116Z | + [[ 0 != 0 ]] |
511 | 2023-10-21T14:46:40.119Z | + configure_os solaris2.11 |
512 | 2023-10-21T14:46:40.123Z | + echo 'current directory: /work/oxidecomputer/omicron' |
513 | 2023-10-21T14:46:40.126Z | current directory: /work/oxidecomputer/omicron |
514 | 2023-10-21T14:46:40.129Z | + echo 'configuring based on OS: "solaris2.11"' |
515 | 2023-10-21T14:46:40.132Z | + case "$1" in |
516 | 2023-10-21T14:46:40.136Z | configuring based on OS: "solaris2.11" |
517 | 2023-10-21T14:46:40.139Z | + SET_BINARIES= |
518 | 2023-10-21T14:46:40.141Z | + CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
519 | 2023-10-21T14:46:40.145Z | + CIDL_SHA256FUNC=do_sha256sum |
520 | 2023-10-21T14:46:40.155Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
521 | 2023-10-21T14:46:40.158Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
522 | 2023-10-21T14:46:40.163Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
523 | 2023-10-21T14:46:40.167Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz' |
524 | 2023-10-21T14:46:40.170Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
525 | 2023-10-21T14:46:40.173Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
526 | 2023-10-21T14:46:40.176Z | Local file: out/downloads/dendrite-stub.tar.gz |
527 | 2023-10-21T14:46:40.179Z | + mkdir -p out/downloads |
528 | 2023-10-21T14:46:40.184Z | + mkdir -p ./out/dendrite-stub |
529 | 2023-10-21T14:46:40.213Z | + fetch_and_verify |
530 | 2023-10-21T14:46:40.238Z | + local DO_DOWNLOAD=true |
531 | 2023-10-21T14:46:40.242Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
532 | 2023-10-21T14:46:40.246Z | + '[' true == true ']' |
533 | 2023-10-21T14:46:40.254Z | + echo Downloading... |
534 | 2023-10-21T14:46:40.259Z | Downloading... |
535 | 2023-10-21T14:46:40.267Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
536 | 2023-10-21T14:46:40.273Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
537 | 2023-10-21T14:46:47.299Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
538 | 2023-10-21T14:46:47.302Z | ++ sha256sum |
539 | 2023-10-21T14:46:47.305Z | ++ awk '{print $1}' |
540 | 2023-10-21T14:46:47.395Z | + calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
541 | 2023-10-21T14:46:47.404Z | + [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]] |
542 | 2023-10-21T14:46:47.413Z | + do_untar out/downloads/dendrite-stub.tar.gz |
543 | 2023-10-21T14:46:47.426Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
544 | 2023-10-21T14:46:48.317Z | + do_assemble |
545 | 2023-10-21T14:46:48.321Z | + rm -r ./out/dendrite-stub |
546 | 2023-10-21T14:46:48.325Z | + mkdir ./out/dendrite-stub |
547 | 2023-10-21T14:46:48.329Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
548 | 2023-10-21T14:46:48.433Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
549 | 2023-10-21T14:46:48.446Z | + set -o errexit |
550 | 2023-10-21T14:46:48.451Z | +++ dirname ./tools/ci_download_maghemite_mgd |
551 | 2023-10-21T14:46:48.458Z | ++ cd ./tools |
552 | 2023-10-21T14:46:48.465Z | ++ pwd |
553 | 2023-10-21T14:46:48.471Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
554 | 2023-10-21T14:46:48.476Z | ++ basename ./tools/ci_download_maghemite_mgd |
555 | 2023-10-21T14:46:48.484Z | + ARG0=ci_download_maghemite_mgd |
556 | 2023-10-21T14:46:48.492Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
557 | 2023-10-21T14:46:48.501Z | ++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
558 | 2023-10-21T14:46:48.507Z | ++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d |
559 | 2023-10-21T14:46:48.518Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
560 | 2023-10-21T14:46:48.527Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
561 | 2023-10-21T14:46:48.536Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
562 | 2023-10-21T14:46:48.542Z | + TARGET_DIR=out |
563 | 2023-10-21T14:46:48.550Z | + DOWNLOAD_DIR=out/downloads |
564 | 2023-10-21T14:46:48.559Z | + DEST_DIR=./out/mgd |
565 | 2023-10-21T14:46:48.564Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
566 | 2023-10-21T14:46:48.569Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
567 | 2023-10-21T14:46:48.575Z | + REPO=oxidecomputer/maghemite |
568 | 2023-10-21T14:46:48.580Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a |
569 | 2023-10-21T14:46:48.595Z | + main |
570 | 2023-10-21T14:46:48.611Z | + [[ 0 != 0 ]] |
571 | 2023-10-21T14:46:48.615Z | + CIDL_OS=solaris2.11 |
572 | 2023-10-21T14:46:48.619Z | + [[ 0 != 0 ]] |
573 | 2023-10-21T14:46:48.623Z | + configure_os solaris2.11 |
574 | 2023-10-21T14:46:48.626Z | + echo 'current directory: /work/oxidecomputer/omicron' |
575 | 2023-10-21T14:46:48.630Z | current directory: /work/oxidecomputer/omicron |
576 | 2023-10-21T14:46:48.634Z | configuring based on OS: "solaris2.11" |
577 | 2023-10-21T14:46:48.637Z | + echo 'configuring based on OS: "solaris2.11"' |
578 | 2023-10-21T14:46:48.640Z | + case "$1" in |
579 | 2023-10-21T14:46:48.643Z | + SET_BINARIES= |
580 | 2023-10-21T14:46:48.646Z | + CIDL_SHA256FUNC=do_sha256sum |
581 | 2023-10-21T14:46:48.649Z | + TARBALL_FILENAME=mgd.tar.gz |
582 | 2023-10-21T14:46:48.651Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
583 | 2023-10-21T14:46:48.654Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
584 | 2023-10-21T14:46:48.657Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz' |
585 | 2023-10-21T14:46:48.661Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
586 | 2023-10-21T14:46:48.667Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
587 | 2023-10-21T14:46:48.674Z | Local file: out/downloads/mgd.tar.gz |
588 | 2023-10-21T14:46:48.683Z | + mkdir -p out/downloads |
589 | 2023-10-21T14:46:48.692Z | + mkdir -p ./out/mgd |
590 | 2023-10-21T14:46:48.701Z | + fetch_and_verify |
591 | 2023-10-21T14:46:48.715Z | + local DO_DOWNLOAD=true |
592 | 2023-10-21T14:46:48.727Z | + [[ -f out/downloads/mgd.tar.gz ]] |
593 | 2023-10-21T14:46:48.738Z | + '[' true == true ']' |
594 | 2023-10-21T14:46:48.752Z | + echo Downloading... |
595 | 2023-10-21T14:46:48.756Z | Downloading... |
596 | 2023-10-21T14:46:48.759Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz |
597 | 2023-10-21T14:46:48.763Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
598 | 2023-10-21T14:46:55.933Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
599 | 2023-10-21T14:46:55.940Z | ++ sha256sum |
600 | 2023-10-21T14:46:55.946Z | ++ awk '{print $1}' |
601 | 2023-10-21T14:46:56.014Z | + calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
602 | 2023-10-21T14:46:56.020Z | + [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]] |
603 | 2023-10-21T14:46:56.027Z | + do_untar out/downloads/mgd.tar.gz |
604 | 2023-10-21T14:46:56.032Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
605 | 2023-10-21T14:46:56.682Z | + do_assemble |
606 | 2023-10-21T14:46:56.685Z | + rm -r ./out/mgd |
607 | 2023-10-21T14:46:56.687Z | + mkdir ./out/mgd |
608 | 2023-10-21T14:46:56.690Z | + cp -r out/downloads/root ./out/mgd/root |
609 | 2023-10-21T14:46:56.907Z | + set -o errexit |
610 | 2023-10-21T14:46:56.915Z | +++ dirname ./tools/ci_download_transceiver_control |
611 | 2023-10-21T14:46:56.924Z | ++ cd ./tools |
612 | 2023-10-21T14:46:56.932Z | ++ pwd |
613 | 2023-10-21T14:46:56.943Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
614 | 2023-10-21T14:46:56.947Z | ++ basename ./tools/ci_download_transceiver_control |
615 | 2023-10-21T14:46:56.954Z | + ARG0=ci_download_transceiver_control |
616 | 2023-10-21T14:46:56.962Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
617 | 2023-10-21T14:46:56.967Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
618 | 2023-10-21T14:46:56.970Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
619 | 2023-10-21T14:46:56.973Z | + TARGET_DIR=out |
620 | 2023-10-21T14:46:56.976Z | + DOWNLOAD_DIR=out/downloads |
621 | 2023-10-21T14:46:56.979Z | + DEST_DIR=./out/transceiver-control |
622 | 2023-10-21T14:46:56.983Z | + BIN_DIR=/opt/oxide/bin |
623 | 2023-10-21T14:46:56.986Z | + BINARY=xcvradm |
624 | 2023-10-21T14:46:56.989Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
625 | 2023-10-21T14:46:56.992Z | + REPO=oxidecomputer/transceiver-control |
626 | 2023-10-21T14:46:56.995Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
627 | 2023-10-21T14:46:56.997Z | + main |
628 | 2023-10-21T14:46:57.001Z | + [[ 0 != 0 ]] |
629 | 2023-10-21T14:46:57.007Z | + CIDL_OS=solaris2.11 |
630 | 2023-10-21T14:46:57.011Z | + [[ 0 != 0 ]] |
631 | 2023-10-21T14:46:57.016Z | + configure_os solaris2.11 |
632 | 2023-10-21T14:46:57.020Z | + echo 'current directory: /work/oxidecomputer/omicron' |
633 | 2023-10-21T14:46:57.023Z | current directory: /work/oxidecomputer/omicron |
634 | 2023-10-21T14:46:57.028Z | + echo 'configuring based on OS: "solaris2.11"' |
635 | 2023-10-21T14:46:57.031Z | configuring based on OS: "solaris2.11" |
636 | 2023-10-21T14:46:57.036Z | + case "$1" in |
637 | 2023-10-21T14:46:57.040Z | + SET_BINARIES= |
638 | 2023-10-21T14:46:57.044Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2023-10-21T14:46:57.048Z | + CIDL_SHA256FUNC=do_sha256sum |
640 | 2023-10-21T14:46:57.051Z | + ARCHIVE_FILENAME=xcvradm.gz |
641 | 2023-10-21T14:46:57.057Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
642 | 2023-10-21T14:46:57.071Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
643 | 2023-10-21T14:46:57.089Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
644 | 2023-10-21T14:46:57.100Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
645 | 2023-10-21T14:46:57.105Z | + echo 'Local file: out/downloads/xcvradm.gz' |
646 | 2023-10-21T14:46:57.112Z | Local file: out/downloads/xcvradm.gz |
647 | 2023-10-21T14:46:57.118Z | + mkdir -p out/downloads |
648 | 2023-10-21T14:46:57.122Z | + mkdir -p ./out/transceiver-control |
649 | 2023-10-21T14:46:57.126Z | + fetch_and_verify |
650 | 2023-10-21T14:46:57.130Z | + local DO_DOWNLOAD=true |
651 | 2023-10-21T14:46:57.134Z | + [[ -f out/downloads/xcvradm.gz ]] |
652 | 2023-10-21T14:46:57.137Z | + '[' true == true ']' |
653 | 2023-10-21T14:46:57.141Z | + echo Downloading... |
654 | 2023-10-21T14:46:57.145Z | Downloading... |
655 | 2023-10-21T14:46:57.149Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
656 | 2023-10-21T14:46:57.578Z | + 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 |
657 | 2023-10-21T14:47:00.141Z | ++ do_sha256sum out/downloads/xcvradm.gz |
658 | 2023-10-21T14:47:00.144Z | ++ sha256sum |
659 | 2023-10-21T14:47:00.148Z | ++ awk '{print $1}' |
660 | 2023-10-21T14:47:00.167Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2023-10-21T14:47:00.170Z | + [[ 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 ]] |
662 | 2023-10-21T14:47:00.173Z | + do_unpack out/downloads/xcvradm.gz |
663 | 2023-10-21T14:47:00.176Z | + mkdir -p out/downloads/root//opt/oxide/bin |
664 | 2023-10-21T14:47:00.179Z | + gzip -dc out/downloads/xcvradm.gz |
665 | 2023-10-21T14:47:00.343Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
666 | 2023-10-21T14:47:00.346Z | + do_assemble |
667 | 2023-10-21T14:47:00.349Z | + rm -r ./out/transceiver-control |
668 | 2023-10-21T14:47:00.352Z | + mkdir ./out/transceiver-control |
669 | 2023-10-21T14:47:00.354Z | + cp -r out/downloads/root ./out/transceiver-control/root |
670 | 2023-10-21T14:47:00.541Z | All prerequisites installed successfully |
671 | 2023-10-21T14:47:00.548Z | |
672 | 2023-10-21T14:47:00.555Z | real 2:11.599995831 |
673 | 2023-10-21T14:47:00.570Z | user 53.688269732 |
674 | 2023-10-21T14:47:00.998Z | sys 10.003514806 |
675 | 2023-10-21T14:47:01.005Z | trap 0.027071915 |
676 | 2023-10-21T14:47:01.010Z | tflt 0.062403997 |
677 | 2023-10-21T14:47:01.014Z | dflt 0.318018374 |
678 | 2023-10-21T14:47:01.019Z | kflt 0.062309106 |
679 | 2023-10-21T14:47:01.024Z | lock 1.614198782 |
680 | 2023-10-21T14:47:01.035Z | slp 4:08.420791201 |
681 | 2023-10-21T14:47:01.044Z | lat 3.309126995 |
682 | 2023-10-21T14:47:01.053Z | stop 0.065456825 |
683 | 2023-10-21T14:47:01.063Z | + banner end-to-end-tests |
684 | 2023-10-21T14:47:01.071Z | |
685 | 2023-10-21T14:47:01.084Z | ###### # # ##### ##### #### ###### # # ##### |
686 | 2023-10-21T14:47:01.095Z | # ## # # # # # # # ## # # # |
687 | 2023-10-21T14:47:01.104Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
688 | 2023-10-21T14:47:01.113Z | # # # # # # # # # # # # # # # |
689 | 2023-10-21T14:47:01.122Z | # # ## # # # # # # # ## # # |
690 | 2023-10-21T14:47:01.134Z | ###### # # ##### # #### ###### # # ##### |
691 | 2023-10-21T14:47:01.547Z | |
692 | 2023-10-21T14:47:01.550Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
693 | 2023-10-21T14:47:01.554Z | + CARGO_PROFILE_DEV_DEBUG=1 |
694 | 2023-10-21T14:47:01.556Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
695 | 2023-10-21T14:47:01.559Z | + CARGO_PROFILE_TEST_DEBUG=1 |
696 | 2023-10-21T14:47:01.564Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
697 | 2023-10-21T14:47:01.568Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
698 | 2023-10-21T14:47:01.571Z | Updating crates.io index |
699 | 2023-10-21T14:47:01.574Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
700 | 2023-10-21T14:47:02.174Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
701 | 2023-10-21T14:47:04.178Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
702 | 2023-10-21T14:47:04.805Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
703 | 2023-10-21T14:47:05.150Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
704 | 2023-10-21T14:47:05.430Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
705 | 2023-10-21T14:47:05.699Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
706 | 2023-10-21T14:47:06.593Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
707 | 2023-10-21T14:47:08.355Z | Updating git repository `https://github.com/oxidecomputer/opte` |
708 | 2023-10-21T14:47:09.369Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
709 | 2023-10-21T14:47:09.783Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
710 | 2023-10-21T14:47:10.162Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
711 | 2023-10-21T14:47:10.697Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
712 | 2023-10-21T14:47:11.061Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
713 | 2023-10-21T14:47:11.495Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
714 | 2023-10-21T14:47:11.825Z | Updating git repository `https://github.com/njaremko/samael` |
715 | 2023-10-21T14:47:12.247Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
716 | 2023-10-21T14:47:13.141Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
717 | 2023-10-21T14:47:13.673Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
718 | 2023-10-21T14:47:14.001Z | Updating git repository `https://github.com/jgallagher/nix` |
719 | 2023-10-21T14:47:15.248Z | Updating git repository `https://github.com/cbiffle/hubpack` |
720 | 2023-10-21T14:47:15.572Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
721 | 2023-10-21T14:47:24.129Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
722 | 2023-10-21T14:47:24.649Z | Updating git repository `https://github.com/oxidecomputer/typify` |
723 | 2023-10-21T14:47:25.708Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
724 | 2023-10-21T14:47:26.068Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
725 | 2023-10-21T14:47:26.409Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
726 | 2023-10-21T14:47:28.183Z | Downloading crates ... |
727 | 2023-10-21T14:47:28.477Z | Downloaded matches v0.1.10 |
728 | 2023-10-21T14:47:28.481Z | Downloaded ansi_term v0.12.1 |
729 | 2023-10-21T14:47:28.500Z | Downloaded mime v0.3.17 |
730 | 2023-10-21T14:47:28.509Z | Downloaded native-tls v0.2.11 |
731 | 2023-10-21T14:47:28.517Z | Downloaded new_debug_unreachable v1.0.4 |
732 | 2023-10-21T14:47:28.520Z | Downloaded cfg-if v1.0.0 |
733 | 2023-10-21T14:47:28.523Z | Downloaded cfg-if v0.1.10 |
734 | 2023-10-21T14:47:28.526Z | Downloaded cc v1.0.83 |
735 | 2023-10-21T14:47:28.531Z | Downloaded num-derive v0.4.0 |
736 | 2023-10-21T14:47:28.534Z | Downloaded normalize-line-endings v0.3.0 |
737 | 2023-10-21T14:47:28.537Z | Downloaded ciborium-io v0.2.1 |
738 | 2023-10-21T14:47:28.540Z | Downloaded parking_lot v0.12.1 |
739 | 2023-10-21T14:47:28.546Z | Downloaded aead v0.5.2 |
740 | 2023-10-21T14:47:28.556Z | Downloaded atomicwrites v0.4.2 |
741 | 2023-10-21T14:47:28.565Z | Downloaded async-stream-impl v0.3.5 |
742 | 2023-10-21T14:47:28.572Z | Downloaded darling_macro v0.20.3 |
743 | 2023-10-21T14:47:28.575Z | Downloaded atty v0.2.14 |
744 | 2023-10-21T14:47:28.580Z | Downloaded num_enum_derive v0.5.11 |
745 | 2023-10-21T14:47:28.584Z | Downloaded num_threads v0.1.6 |
746 | 2023-10-21T14:47:28.587Z | Downloaded cstr-argument v0.1.2 |
747 | 2023-10-21T14:47:28.590Z | Downloaded md5 v0.7.0 |
748 | 2023-10-21T14:47:28.596Z | Downloaded lazy_static v1.4.0 |
749 | 2023-10-21T14:47:28.599Z | Downloaded diesel_table_macro_syntax v0.1.0 |
750 | 2023-10-21T14:47:28.602Z | Downloaded pem v1.1.1 |
751 | 2023-10-21T14:47:28.605Z | Downloaded anstream v0.5.0 |
752 | 2023-10-21T14:47:28.608Z | Downloaded colored v2.0.4 |
753 | 2023-10-21T14:47:28.617Z | Downloaded memoffset v0.9.0 |
754 | 2023-10-21T14:47:28.624Z | Downloaded num_enum_derive v0.7.0 |
755 | 2023-10-21T14:47:28.628Z | Downloaded num_enum v0.7.0 |
756 | 2023-10-21T14:47:28.643Z | Downloaded console v0.15.7 |
757 | 2023-10-21T14:47:28.650Z | Downloaded crc32fast v1.3.2 |
758 | 2023-10-21T14:47:28.656Z | Downloaded dirs-next v2.0.0 |
759 | 2023-10-21T14:47:28.661Z | Downloaded ascii v1.1.0 |
760 | 2023-10-21T14:47:28.666Z | Downloaded anyhow v1.0.75 |
761 | 2023-10-21T14:47:28.675Z | Downloaded num-complex v0.4.4 |
762 | 2023-10-21T14:47:28.680Z | Downloaded foreign-types v0.5.0 |
763 | 2023-10-21T14:47:28.683Z | Downloaded addr2line v0.21.0 |
764 | 2023-10-21T14:47:28.691Z | Downloaded crossbeam-utils v0.8.16 |
765 | 2023-10-21T14:47:28.699Z | Downloaded const-oid v0.9.5 |
766 | 2023-10-21T14:47:28.708Z | Downloaded camino v1.1.6 |
767 | 2023-10-21T14:47:28.714Z | Downloaded xattr v1.0.1 |
768 | 2023-10-21T14:47:28.721Z | Downloaded crossbeam-epoch v0.9.15 |
769 | 2023-10-21T14:47:28.729Z | Downloaded bzip2 v0.4.4 |
770 | 2023-10-21T14:47:28.734Z | Downloaded secrecy v0.8.0 |
771 | 2023-10-21T14:47:28.738Z | Downloaded paste v1.0.14 |
772 | 2023-10-21T14:47:28.746Z | Downloaded hubpack v0.1.2 |
773 | 2023-10-21T14:47:28.764Z | Downloaded scopeguard v1.2.0 |
774 | 2023-10-21T14:47:28.769Z | Downloaded time-core v0.1.1 |
775 | 2023-10-21T14:47:28.772Z | Downloaded futures-executor v0.3.28 |
776 | 2023-10-21T14:47:28.775Z | Downloaded utf8parse v0.2.1 |
777 | 2023-10-21T14:47:28.777Z | Downloaded crypto-bigint v0.5.2 |
778 | 2023-10-21T14:47:28.780Z | Downloaded tinyvec_macros v0.1.1 |
779 | 2023-10-21T14:47:28.783Z | Downloaded darling_core v0.20.3 |
780 | 2023-10-21T14:47:28.794Z | Downloaded waitgroup v0.1.2 |
781 | 2023-10-21T14:47:28.797Z | Downloaded semver v1.0.18 |
782 | 2023-10-21T14:47:28.802Z | Downloaded humantime v2.1.0 |
783 | 2023-10-21T14:47:28.806Z | Downloaded toolchain_find v0.2.0 |
784 | 2023-10-21T14:47:28.809Z | Downloaded russh-cryptovec v0.7.0 |
785 | 2023-10-21T14:47:28.811Z | Downloaded futures-io v0.3.28 |
786 | 2023-10-21T14:47:28.814Z | Downloaded want v0.3.1 |
787 | 2023-10-21T14:47:28.817Z | Downloaded serde_arrays v0.1.0 |
788 | 2023-10-21T14:47:28.820Z | Downloaded semver-parser v0.10.2 |
789 | 2023-10-21T14:47:28.822Z | Downloaded serde_path_to_error v0.1.14 |
790 | 2023-10-21T14:47:28.825Z | Downloaded signature v2.1.0 |
791 | 2023-10-21T14:47:28.829Z | Downloaded serde_tokenstream v0.1.7 |
792 | 2023-10-21T14:47:28.836Z | Downloaded tar v0.4.40 |
793 | 2023-10-21T14:47:28.842Z | Downloaded hashlink v0.8.3 |
794 | 2023-10-21T14:47:28.847Z | Downloaded thiserror-impl v1.0.49 |
795 | 2023-10-21T14:47:28.849Z | Downloaded spin v0.9.8 |
796 | 2023-10-21T14:47:28.855Z | Downloaded hyper-rustls v0.24.1 |
797 | 2023-10-21T14:47:28.861Z | Downloaded instant v0.1.12 |
798 | 2023-10-21T14:47:28.865Z | Downloaded endian-type v0.1.2 |
799 | 2023-10-21T14:47:28.869Z | Downloaded openssl-sys v0.9.93 |
800 | 2023-10-21T14:47:28.877Z | Downloaded dof v0.1.5 |
801 | 2023-10-21T14:47:28.880Z | Downloaded home v0.5.5 |
802 | 2023-10-21T14:47:28.883Z | Downloaded ringbuffer v0.15.0 |
803 | 2023-10-21T14:47:28.887Z | Downloaded crossbeam-channel v0.5.8 |
804 | 2023-10-21T14:47:28.897Z | Downloaded hyper-tls v0.5.0 |
805 | 2023-10-21T14:47:28.900Z | Downloaded zip v0.6.6 |
806 | 2023-10-21T14:47:28.909Z | Downloaded foreign-types-macros v0.2.3 |
807 | 2023-10-21T14:47:28.912Z | Downloaded smawk v0.3.1 |
808 | 2023-10-21T14:47:28.916Z | Downloaded getopts v0.2.21 |
809 | 2023-10-21T14:47:28.918Z | Downloaded futures-macro v0.3.28 |
810 | 2023-10-21T14:47:28.921Z | Downloaded serde_spanned v0.6.3 |
811 | 2023-10-21T14:47:28.924Z | Downloaded futures-sink v0.3.28 |
812 | 2023-10-21T14:47:28.932Z | Downloaded yasna v0.5.2 |
813 | 2023-10-21T14:47:28.937Z | Downloaded hex v0.4.3 |
814 | 2023-10-21T14:47:28.940Z | Downloaded futures-task v0.3.28 |
815 | 2023-10-21T14:47:28.943Z | Downloaded tinyvec v1.6.0 |
816 | 2023-10-21T14:47:28.946Z | Downloaded structopt-derive v0.4.18 |
817 | 2023-10-21T14:47:28.949Z | Downloaded equivalent v1.0.1 |
818 | 2023-10-21T14:47:28.951Z | Downloaded iana-time-zone v0.1.57 |
819 | 2023-10-21T14:47:28.954Z | Downloaded zone v0.2.0 |
820 | 2023-10-21T14:47:28.957Z | Downloaded errno v0.3.2 |
821 | 2023-10-21T14:47:28.960Z | Downloaded strsim v0.8.0 |
822 | 2023-10-21T14:47:28.963Z | Downloaded http-body v0.4.5 |
823 | 2023-10-21T14:47:28.965Z | Downloaded base64 v0.21.4 |
824 | 2023-10-21T14:47:28.971Z | Downloaded strum v0.25.0 |
825 | 2023-10-21T14:47:28.974Z | Downloaded ipnetwork v0.20.0 |
826 | 2023-10-21T14:47:28.976Z | Downloaded slog-scope v4.4.0 |
827 | 2023-10-21T14:47:28.979Z | Downloaded string_cache v0.8.7 |
828 | 2023-10-21T14:47:28.982Z | Downloaded typenum v1.16.0 |
829 | 2023-10-21T14:47:28.988Z | Downloaded foreign-types-shared v0.1.1 |
830 | 2023-10-21T14:47:28.991Z | Downloaded unicode-linebreak v0.1.5 |
831 | 2023-10-21T14:47:28.993Z | Downloaded try-lock v0.2.4 |
832 | 2023-10-21T14:47:28.996Z | Downloaded foreign-types-shared v0.3.1 |
833 | 2023-10-21T14:47:28.999Z | Downloaded is-terminal v0.4.9 |
834 | 2023-10-21T14:47:29.001Z | Downloaded schemars v0.8.13 |
835 | 2023-10-21T14:47:29.020Z | Downloaded unicode-width v0.1.10 |
836 | 2023-10-21T14:47:29.023Z | Downloaded slog-json v2.6.1 |
837 | 2023-10-21T14:47:29.026Z | Downloaded strsim v0.10.0 |
838 | 2023-10-21T14:47:29.054Z | Downloaded ron v0.7.1 |
839 | 2023-10-21T14:47:29.058Z | Downloaded slog-stdlog v4.1.1 |
840 | 2023-10-21T14:47:29.060Z | Downloaded futures v0.3.28 |
841 | 2023-10-21T14:47:29.063Z | Downloaded fastrand v2.0.0 |
842 | 2023-10-21T14:47:29.066Z | Downloaded url v2.4.1 |
843 | 2023-10-21T14:47:29.068Z | Downloaded strum_macros v0.25.2 |
844 | 2023-10-21T14:47:29.071Z | Downloaded hmac v0.12.1 |
845 | 2023-10-21T14:47:29.074Z | Downloaded heck v0.3.3 |
846 | 2023-10-21T14:47:29.077Z | Downloaded rustversion v1.0.14 |
847 | 2023-10-21T14:47:29.080Z | Downloaded serde_urlencoded v0.7.1 |
848 | 2023-10-21T14:47:29.082Z | Downloaded serde_tokenstream v0.2.0 |
849 | 2023-10-21T14:47:29.088Z | Downloaded rand_core v0.6.4 |
850 | 2023-10-21T14:47:29.091Z | Downloaded tokio-native-tls v0.3.1 |
851 | 2023-10-21T14:47:29.095Z | Downloaded walkdir v2.4.0 |
852 | 2023-10-21T14:47:29.099Z | Downloaded textwrap v0.11.0 |
853 | 2023-10-21T14:47:29.102Z | Downloaded slog-term v2.9.0 |
854 | 2023-10-21T14:47:29.107Z | Downloaded aes v0.8.3 |
855 | 2023-10-21T14:47:29.115Z | Downloaded toml v0.5.11 |
856 | 2023-10-21T14:47:29.121Z | Downloaded slog-envlogger v2.2.0 |
857 | 2023-10-21T14:47:29.124Z | Downloaded ed25519 v2.2.2 |
858 | 2023-10-21T14:47:29.128Z | Downloaded tungstenite v0.18.0 |
859 | 2023-10-21T14:47:29.134Z | Downloaded dyn-clone v1.0.13 |
860 | 2023-10-21T14:47:29.137Z | Downloaded flate2 v1.0.27 |
861 | 2023-10-21T14:47:29.149Z | Downloaded usdt-impl v0.3.5 |
862 | 2023-10-21T14:47:29.152Z | Downloaded aes-gcm v0.10.2 |
863 | 2023-10-21T14:47:29.159Z | Downloaded subprocess v0.2.9 |
864 | 2023-10-21T14:47:29.164Z | Downloaded russh v0.38.0 |
865 | 2023-10-21T14:47:29.173Z | Downloaded hashbrown v0.14.0 |
866 | 2023-10-21T14:47:29.184Z | Downloaded ucd-trie v0.1.6 |
867 | 2023-10-21T14:47:29.188Z | Downloaded rand v0.8.5 |
868 | 2023-10-21T14:47:29.196Z | Downloaded trust-dns-client v0.22.0 |
869 | 2023-10-21T14:47:29.208Z | Downloaded regex-automata v0.1.10 |
870 | 2023-10-21T14:47:29.219Z | Downloaded aho-corasick v1.0.4 |
871 | 2023-10-21T14:47:29.231Z | Downloaded ed25519-dalek v2.0.0 |
872 | 2023-10-21T14:47:29.237Z | Downloaded rand v0.7.3 |
873 | 2023-10-21T14:47:29.248Z | Downloaded serde_yaml v0.9.25 |
874 | 2023-10-21T14:47:29.256Z | Downloaded unicode-segmentation v1.10.1 |
875 | 2023-10-21T14:47:29.263Z | Downloaded rusqlite v0.29.0 |
876 | 2023-10-21T14:47:29.276Z | Downloaded tokio-util v0.7.8 |
877 | 2023-10-21T14:47:29.289Z | Downloaded serde_with v2.3.3 |
878 | 2023-10-21T14:47:29.304Z | Downloaded clap v2.34.0 |
879 | 2023-10-21T14:47:29.318Z | Downloaded itertools v0.10.5 |
880 | 2023-10-21T14:47:29.333Z | Downloaded unicode-normalization v0.1.22 |
881 | 2023-10-21T14:47:29.340Z | Downloaded hyper v0.14.27 |
882 | 2023-10-21T14:47:29.358Z | Downloaded serde_json v1.0.107 |
883 | 2023-10-21T14:47:29.374Z | Downloaded rustls-webpki v0.101.4 |
884 | 2023-10-21T14:47:29.404Z | Downloaded bitvec v1.0.1 |
885 | 2023-10-21T14:47:29.434Z | Downloaded openssl v0.10.57 |
886 | 2023-10-21T14:47:29.455Z | Downloaded hkdf v0.12.3 |
887 | 2023-10-21T14:47:29.460Z | Downloaded syn v1.0.109 |
888 | 2023-10-21T14:47:29.483Z | Downloaded nix v0.26.2 |
889 | 2023-10-21T14:47:29.506Z | Downloaded bstr v0.2.17 |
890 | 2023-10-21T14:47:29.525Z | Downloaded git2 v0.17.2 |
891 | 2023-10-21T14:47:29.543Z | Downloaded regress v0.7.1 |
892 | 2023-10-21T14:47:29.557Z | Downloaded regex-syntax v0.6.29 |
893 | 2023-10-21T14:47:29.574Z | Downloaded gimli v0.28.0 |
894 | 2023-10-21T14:47:29.592Z | Downloaded rustix v0.38.9 |
895 | 2023-10-21T14:47:29.635Z | Downloaded sled v0.34.7 |
896 | 2023-10-21T14:47:29.657Z | Downloaded regex-syntax v0.7.5 |
897 | 2023-10-21T14:47:29.675Z | Downloaded bstr v1.6.0 |
898 | 2023-10-21T14:47:29.698Z | Downloaded regex-automata v0.3.8 |
899 | 2023-10-21T14:47:29.734Z | Downloaded openapiv3 v1.0.3 |
900 | 2023-10-21T14:47:29.760Z | Downloaded sha3 v0.10.8 |
901 | 2023-10-21T14:47:29.774Z | Downloaded rustls v0.21.7 |
902 | 2023-10-21T14:47:29.797Z | Downloaded encoding_rs v0.8.33 |
903 | 2023-10-21T14:47:29.842Z | Downloaded smoltcp v0.9.1 |
904 | 2023-10-21T14:47:29.863Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
905 | 2023-10-21T14:47:29.889Z | Downloaded zerocopy-derive v0.6.4 |
906 | 2023-10-21T14:47:29.913Z | Downloaded zerocopy-derive v0.2.0 |
907 | 2023-10-21T14:47:29.930Z | Downloaded libc v0.2.149 |
908 | 2023-10-21T14:47:29.980Z | Downloaded smoltcp v0.8.2 |
909 | 2023-10-21T14:47:29.998Z | Downloaded rustix v0.37.23 |
910 | 2023-10-21T14:47:30.035Z | Downloaded tokio v1.33.0 |
911 | 2023-10-21T14:47:30.103Z | Downloaded regex v1.9.5 |
912 | 2023-10-21T14:47:30.128Z | Downloaded diesel v2.1.1 |
913 | 2023-10-21T14:47:30.162Z | Downloaded idna v0.4.0 |
914 | 2023-10-21T14:47:30.175Z | Downloaded idna v0.2.3 |
915 | 2023-10-21T14:47:30.191Z | Downloaded radix_trie v0.2.1 |
916 | 2023-10-21T14:47:30.201Z | Downloaded vcpkg v0.2.15 |
917 | 2023-10-21T14:47:30.276Z | Downloaded curve25519-dalek v4.1.0 |
918 | 2023-10-21T14:47:30.292Z | Downloaded webpki-roots v0.25.2 |
919 | 2023-10-21T14:47:30.300Z | Downloaded trust-dns-proto v0.22.0 |
920 | 2023-10-21T14:47:30.324Z | Downloaded winapi v0.3.9 |
921 | 2023-10-21T14:47:30.403Z | Downloaded object v0.32.1 |
922 | 2023-10-21T14:47:30.423Z | Downloaded syn v2.0.32 |
923 | 2023-10-21T14:47:30.444Z | Downloaded itertools v0.11.0 |
924 | 2023-10-21T14:47:30.456Z | Downloaded time v0.3.27 |
925 | 2023-10-21T14:47:30.468Z | Downloaded futures-util v0.3.28 |
926 | 2023-10-21T14:47:30.491Z | Downloaded reqwest v0.11.20 |
927 | 2023-10-21T14:47:30.504Z | Downloaded h2 v0.3.21 |
928 | 2023-10-21T14:47:30.517Z | Downloaded toml v0.7.8 |
929 | 2023-10-21T14:47:30.523Z | Downloaded http v0.2.9 |
930 | 2023-10-21T14:47:30.530Z | Downloaded heapless v0.7.16 |
931 | 2023-10-21T14:47:30.537Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
932 | 2023-10-21T14:47:30.646Z | Downloaded winnow v0.5.15 |
933 | 2023-10-21T14:47:30.661Z | Downloaded pest v2.7.2 |
934 | 2023-10-21T14:47:30.671Z | Downloaded hashbrown v0.12.3 |
935 | 2023-10-21T14:47:30.678Z | Downloaded env_logger v0.9.3 |
936 | 2023-10-21T14:47:30.683Z | Downloaded indexmap v2.0.0 |
937 | 2023-10-21T14:47:30.689Z | Downloaded toml_edit v0.19.15 |
938 | 2023-10-21T14:47:30.722Z | Downloaded tracing-attributes v0.1.26 |
939 | 2023-10-21T14:47:30.726Z | Downloaded tokio-tungstenite v0.18.0 |
940 | 2023-10-21T14:47:30.730Z | Downloaded termcolor v1.2.0 |
941 | 2023-10-21T14:47:30.733Z | Downloaded smallvec v1.11.0 |
942 | 2023-10-21T14:47:30.736Z | Downloaded hashbrown v0.13.2 |
943 | 2023-10-21T14:47:30.745Z | Downloaded rand v0.4.6 |
944 | 2023-10-21T14:47:30.751Z | Downloaded clap_builder v4.4.2 |
945 | 2023-10-21T14:47:30.764Z | Downloaded smf v0.2.2 |
946 | 2023-10-21T14:47:30.768Z | Downloaded erased-serde v0.3.30 |
947 | 2023-10-21T14:47:30.771Z | Downloaded indexmap v1.9.3 |
948 | 2023-10-21T14:47:30.776Z | Downloaded structopt v0.3.26 |
949 | 2023-10-21T14:47:30.791Z | Downloaded ipnet v2.8.0 |
950 | 2023-10-21T14:47:30.794Z | Downloaded tracing v0.1.37 |
951 | 2023-10-21T14:47:30.801Z | Downloaded toml_edit v0.20.0 |
952 | 2023-10-21T14:47:30.833Z | Downloaded tokio-macros v2.1.0 |
953 | 2023-10-21T14:47:30.836Z | Downloaded slog v2.7.0 |
954 | 2023-10-21T14:47:30.839Z | Downloaded tracing-core v0.1.31 |
955 | 2023-10-21T14:47:30.852Z | Downloaded http-range v0.1.5 |
956 | 2023-10-21T14:47:30.855Z | Downloaded serde_with_macros v2.3.3 |
957 | 2023-10-21T14:47:30.858Z | Downloaded libm v0.2.7 |
958 | 2023-10-21T14:47:30.868Z | Downloaded socket2 v0.4.9 |
959 | 2023-10-21T14:47:30.871Z | Downloaded static_assertions v1.1.0 |
960 | 2023-10-21T14:47:30.874Z | Downloaded universal-hash v0.5.1 |
961 | 2023-10-21T14:47:30.877Z | Downloaded textwrap v0.16.0 |
962 | 2023-10-21T14:47:30.880Z | Downloaded getrandom v0.2.10 |
963 | 2023-10-21T14:47:30.885Z | Downloaded socket2 v0.5.4 |
964 | 2023-10-21T14:47:30.889Z | Downloaded serde v1.0.188 |
965 | 2023-10-21T14:47:30.895Z | Downloaded structmeta v0.1.6 |
966 | 2023-10-21T14:47:30.898Z | Downloaded httparse v1.8.0 |
967 | 2023-10-21T14:47:30.901Z | Downloaded russh-keys v0.38.0 |
968 | 2023-10-21T14:47:30.905Z | Downloaded twox-hash v1.6.3 |
969 | 2023-10-21T14:47:30.908Z | Downloaded stringprep v0.1.3 |
970 | 2023-10-21T14:47:30.911Z | Downloaded tokio-tungstenite v0.20.1 |
971 | 2023-10-21T14:47:30.914Z | Downloaded trust-dns-server v0.22.1 |
972 | 2023-10-21T14:47:30.925Z | Downloaded trust-dns-resolver v0.22.0 |
973 | 2023-10-21T14:47:30.933Z | Downloaded io-lifetimes v1.0.11 |
974 | 2023-10-21T14:47:30.937Z | Downloaded rand_chacha v0.2.2 |
975 | 2023-10-21T14:47:30.940Z | Downloaded rand_core v0.5.1 |
976 | 2023-10-21T14:47:30.943Z | Downloaded lalrpop-util v0.19.12 |
977 | 2023-10-21T14:47:30.946Z | Downloaded spin v0.5.2 |
978 | 2023-10-21T14:47:30.949Z | Downloaded unicode-xid v0.2.4 |
979 | 2023-10-21T14:47:30.952Z | Downloaded keccak v0.1.4 |
980 | 2023-10-21T14:47:30.954Z | Downloaded jobserver v0.1.26 |
981 | 2023-10-21T14:47:30.957Z | Downloaded rustfmt-wrapper v0.2.0 |
982 | 2023-10-21T14:47:30.960Z | Downloaded libz-sys v1.1.12 |
983 | 2023-10-21T14:47:31.104Z | Downloaded vec_map v0.8.2 |
984 | 2023-10-21T14:47:31.107Z | Downloaded structmeta-derive v0.1.6 |
985 | 2023-10-21T14:47:31.110Z | Downloaded hostname v0.3.1 |
986 | 2023-10-21T14:47:31.113Z | Downloaded rcgen v0.10.0 |
987 | 2023-10-21T14:47:31.115Z | Downloaded toml v0.8.0 |
988 | 2023-10-21T14:47:31.119Z | Downloaded chrono v0.4.31 |
989 | 2023-10-21T14:47:31.122Z | Downloaded slog-dtrace v0.2.3 |
990 | 2023-10-21T14:47:31.125Z | Downloaded getrandom v0.1.16 |
991 | 2023-10-21T14:47:31.130Z | Downloaded rand_chacha v0.3.1 |
992 | 2023-10-21T14:47:31.133Z | Downloaded fnv v1.0.7 |
993 | 2023-10-21T14:47:31.135Z | Downloaded float-cmp v0.9.0 |
994 | 2023-10-21T14:47:31.138Z | Downloaded fixedbitset v0.4.2 |
995 | 2023-10-21T14:47:31.141Z | Downloaded tungstenite v0.20.1 |
996 | 2023-10-21T14:47:31.144Z | Downloaded slog-async v2.8.0 |
997 | 2023-10-21T14:47:31.148Z | Downloaded hyper-staticfile v0.9.5 |
998 | 2023-10-21T14:47:31.151Z | Downloaded thiserror v1.0.49 |
999 | 2023-10-21T14:47:31.154Z | Downloaded headers v0.3.9 |
1000 | 2023-10-21T14:47:31.157Z | Downloaded tokio-postgres v0.7.10 |
1001 | 2023-10-21T14:47:31.160Z | Downloaded uuid v1.4.1 |
1002 | 2023-10-21T14:47:31.163Z | Downloaded similar v2.2.1 |
1003 | 2023-10-21T14:47:31.171Z | Downloaded heck v0.4.1 |
1004 | 2023-10-21T14:47:31.174Z | Downloaded futures-channel v0.3.28 |
1005 | 2023-10-21T14:47:31.177Z | Downloaded serde_derive v1.0.188 |
1006 | 2023-10-21T14:47:31.181Z | Downloaded inout v0.1.3 |
1007 | 2023-10-21T14:47:31.184Z | Downloaded digest v0.10.7 |
1008 | 2023-10-21T14:47:31.188Z | Downloaded zerocopy v0.6.4 |
1009 | 2023-10-21T14:47:31.194Z | Downloaded ryu v1.0.15 |
1010 | 2023-10-21T14:47:31.197Z | Downloaded radium v0.7.0 |
1011 | 2023-10-21T14:47:31.201Z | Downloaded itoa v1.0.9 |
1012 | 2023-10-21T14:47:31.204Z | Downloaded generic-array v0.14.7 |
1013 | 2023-10-21T14:47:31.207Z | Downloaded elliptic-curve v0.13.5 |
1014 | 2023-10-21T14:47:31.210Z | Downloaded slab v0.4.9 |
1015 | 2023-10-21T14:47:31.212Z | Downloaded siphasher v0.3.11 |
1016 | 2023-10-21T14:47:31.215Z | Downloaded sha1 v0.10.5 |
1017 | 2023-10-21T14:47:31.218Z | Downloaded enum-as-inner v0.5.1 |
1018 | 2023-10-21T14:47:31.223Z | Downloaded form_urlencoded v1.2.0 |
1019 | 2023-10-21T14:47:31.226Z | Downloaded time-macros v0.2.13 |
1020 | 2023-10-21T14:47:31.229Z | Downloaded zone_cfg_derive v0.2.0 |
1021 | 2023-10-21T14:47:31.232Z | Downloaded terminal_size v0.2.6 |
1022 | 2023-10-21T14:47:31.235Z | Downloaded half v1.8.2 |
1023 | 2023-10-21T14:47:31.238Z | Downloaded rustc-demangle v0.1.23 |
1024 | 2023-10-21T14:47:31.241Z | Downloaded const_format v0.2.31 |
1025 | 2023-10-21T14:47:31.245Z | Downloaded backtrace v0.3.69 |
1026 | 2023-10-21T14:47:31.249Z | Downloaded unsafe-libyaml v0.2.9 |
1027 | 2023-10-21T14:47:31.254Z | Downloaded fallible-streaming-iterator v0.1.9 |
1028 | 2023-10-21T14:47:31.256Z | Downloaded difflib v0.4.0 |
1029 | 2023-10-21T14:47:31.259Z | Downloaded zeroize v1.6.0 |
1030 | 2023-10-21T14:47:31.262Z | Downloaded dirs-sys-next v0.1.2 |
1031 | 2023-10-21T14:47:31.265Z | Downloaded serde_derive_internals v0.26.0 |
1032 | 2023-10-21T14:47:31.268Z | Downloaded schemars_derive v0.8.13 |
1033 | 2023-10-21T14:47:31.272Z | Downloaded hex-literal v0.4.1 |
1034 | 2023-10-21T14:47:31.277Z | Downloaded slog-bunyan v2.4.0 |
1035 | 2023-10-21T14:47:31.280Z | Downloaded zerocopy v0.3.0 |
1036 | 2023-10-21T14:47:31.283Z | Downloaded spki v0.7.2 |
1037 | 2023-10-21T14:47:31.286Z | Downloaded semver v0.11.0 |
1038 | 2023-10-21T14:47:31.288Z | Downloaded whoami v1.4.1 |
1039 | 2023-10-21T14:47:31.291Z | Downloaded tokio-stream v0.1.14 |
1040 | 2023-10-21T14:47:31.294Z | Downloaded proc-macro2 v1.0.67 |
1041 | 2023-10-21T14:47:31.298Z | Downloaded glob v0.3.1 |
1042 | 2023-10-21T14:47:31.302Z | Downloaded postgres-types v0.2.6 |
1043 | 2023-10-21T14:47:31.305Z | Downloaded base64 v0.13.1 |
1044 | 2023-10-21T14:47:31.308Z | Downloaded libsqlite3-sys v0.26.0 |
1045 | 2023-10-21T14:47:31.444Z | Downloaded arc-swap v1.6.0 |
1046 | 2023-10-21T14:47:31.450Z | Downloaded der v0.7.8 |
1047 | 2023-10-21T14:47:31.459Z | Downloaded ring v0.16.20 |
1048 | 2023-10-21T14:47:31.621Z | Downloaded sha2 v0.10.7 |
1049 | 2023-10-21T14:47:31.624Z | Downloaded scheduled-thread-pool v0.2.7 |
1050 | 2023-10-21T14:47:31.627Z | Downloaded same-file v1.0.6 |
1051 | 2023-10-21T14:47:31.630Z | Downloaded tap v1.0.1 |
1052 | 2023-10-21T14:47:31.633Z | Downloaded unicode-ident v1.0.12 |
1053 | 2023-10-21T14:47:31.636Z | Downloaded platforms v3.0.2 |
1054 | 2023-10-21T14:47:31.639Z | Downloaded dtrace-parser v0.1.14 |
1055 | 2023-10-21T14:47:31.642Z | Downloaded ghash v0.5.0 |
1056 | 2023-10-21T14:47:31.645Z | Downloaded rustls-pemfile v1.0.3 |
1057 | 2023-10-21T14:47:31.648Z | Downloaded resolv-conf v0.7.0 |
1058 | 2023-10-21T14:47:31.651Z | Downloaded rustls-native-certs v0.6.3 |
1059 | 2023-10-21T14:47:31.654Z | Downloaded either v1.9.0 |
1060 | 2023-10-21T14:47:31.656Z | Downloaded tokio-rustls v0.24.1 |
1061 | 2023-10-21T14:47:31.659Z | Downloaded parking_lot v0.11.2 |
1062 | 2023-10-21T14:47:31.662Z | Downloaded httpdate v1.0.3 |
1063 | 2023-10-21T14:47:31.665Z | Downloaded usdt v0.3.5 |
1064 | 2023-10-21T14:47:31.668Z | Downloaded synstructure v0.12.6 |
1065 | 2023-10-21T14:47:31.672Z | Downloaded signal-hook-registry v1.4.1 |
1066 | 2023-10-21T14:47:31.675Z | Downloaded term v0.7.0 |
1067 | 2023-10-21T14:47:31.677Z | Downloaded once_cell v1.18.0 |
1068 | 2023-10-21T14:47:31.680Z | Downloaded clap v4.4.3 |
1069 | 2023-10-21T14:47:31.691Z | Downloaded group v0.13.0 |
1070 | 2023-10-21T14:47:31.694Z | Downloaded quick-error v1.2.3 |
1071 | 2023-10-21T14:47:31.697Z | Downloaded proc-macro-error v1.0.4 |
1072 | 2023-10-21T14:47:31.702Z | Downloaded postgres-protocol v0.6.6 |
1073 | 2023-10-21T14:47:31.704Z | Downloaded tower-service v0.3.2 |
1074 | 2023-10-21T14:47:31.707Z | Downloaded serde_repr v0.1.16 |
1075 | 2023-10-21T14:47:31.710Z | Downloaded bytes v1.5.0 |
1076 | 2023-10-21T14:47:31.715Z | Downloaded usdt-attr-macro v0.3.5 |
1077 | 2023-10-21T14:47:31.718Z | Downloaded stable_deref_trait v1.2.0 |
1078 | 2023-10-21T14:47:31.722Z | Downloaded rustc_version v0.4.0 |
1079 | 2023-10-21T14:47:31.725Z | Downloaded hash32 v0.2.1 |
1080 | 2023-10-21T14:47:31.728Z | Downloaded futures-core v0.3.28 |
1081 | 2023-10-21T14:47:31.731Z | Downloaded vsss-rs v3.3.1 |
1082 | 2023-10-21T14:47:31.734Z | Downloaded vergen v8.2.4 |
1083 | 2023-10-21T14:47:31.737Z | Downloaded poly1305 v0.8.0 |
1084 | 2023-10-21T14:47:31.740Z | Downloaded pest_generator v2.7.2 |
1085 | 2023-10-21T14:47:31.743Z | Downloaded sct v0.7.0 |
1086 | 2023-10-21T14:47:31.747Z | Downloaded proc-macro-error-attr v1.0.4 |
1087 | 2023-10-21T14:47:31.750Z | Downloaded postcard-cobs v0.1.5-pre |
1088 | 2023-10-21T14:47:31.753Z | Downloaded postcard v0.7.3 |
1089 | 2023-10-21T14:47:31.755Z | Downloaded num-traits v0.2.16 |
1090 | 2023-10-21T14:47:31.758Z | Downloaded derive_more v0.99.17 |
1091 | 2023-10-21T14:47:31.764Z | Downloaded thread-id v4.2.0 |
1092 | 2023-10-21T14:47:31.767Z | Downloaded r2d2 v0.8.10 |
1093 | 2023-10-21T14:47:31.770Z | Downloaded take_mut v0.2.2 |
1094 | 2023-10-21T14:47:31.773Z | Downloaded unicode-bidi v0.3.13 |
1095 | 2023-10-21T14:47:31.775Z | Downloaded funty v2.0.0 |
1096 | 2023-10-21T14:47:31.778Z | Downloaded thiserror-no-std v2.0.2 |
1097 | 2023-10-21T14:47:31.781Z | Downloaded filetime v0.2.22 |
1098 | 2023-10-21T14:47:31.784Z | Downloaded ff v0.13.0 |
1099 | 2023-10-21T14:47:31.787Z | Downloaded fallible-iterator v0.2.0 |
1100 | 2023-10-21T14:47:31.789Z | Downloaded dirs-sys v0.4.1 |
1101 | 2023-10-21T14:47:31.792Z | Downloaded zeroize_derive v1.4.2 |
1102 | 2023-10-21T14:47:31.795Z | Downloaded utf-8 v0.7.6 |
1103 | 2023-10-21T14:47:31.797Z | Downloaded untrusted v0.7.1 |
1104 | 2023-10-21T14:47:31.800Z | Downloaded omicron-zone-package v0.8.3 |
1105 | 2023-10-21T14:47:31.804Z | Downloaded hubpack_derive v0.1.1 |
1106 | 2023-10-21T14:47:31.806Z | Downloaded subtle v2.5.0 |
1107 | 2023-10-21T14:47:31.809Z | Downloaded unicase v2.7.0 |
1108 | 2023-10-21T14:47:31.812Z | Downloaded proc-macro-crate v1.3.1 |
1109 | 2023-10-21T14:47:31.814Z | Downloaded predicates v3.0.4 |
1110 | 2023-10-21T14:47:31.817Z | Downloaded pkg-config v0.3.27 |
1111 | 2023-10-21T14:47:31.820Z | Downloaded pkcs8 v0.10.2 |
1112 | 2023-10-21T14:47:31.823Z | Downloaded pin-project-lite v0.2.13 |
1113 | 2023-10-21T14:47:31.826Z | Downloaded petgraph v0.6.4 |
1114 | 2023-10-21T14:47:31.848Z | Downloaded clap_derive v4.4.2 |
1115 | 2023-10-21T14:47:31.852Z | Downloaded ident_case v1.0.1 |
1116 | 2023-10-21T14:47:31.854Z | Downloaded headers-core v0.2.0 |
1117 | 2023-10-21T14:47:31.857Z | Downloaded toml_datetime v0.6.3 |
1118 | 2023-10-21T14:47:31.860Z | Downloaded thread_local v1.1.7 |
1119 | 2023-10-21T14:47:31.862Z | Downloaded quote v1.0.33 |
1120 | 2023-10-21T14:47:31.865Z | Downloaded predicates-core v1.0.6 |
1121 | 2023-10-21T14:47:31.868Z | Downloaded ppv-lite86 v0.2.17 |
1122 | 2023-10-21T14:47:31.870Z | Downloaded polyval v0.6.1 |
1123 | 2023-10-21T14:47:31.873Z | Downloaded version_check v0.9.4 |
1124 | 2023-10-21T14:47:31.876Z | Downloaded tempfile v3.8.0 |
1125 | 2023-10-21T14:47:31.879Z | Downloaded phf_shared v0.11.2 |
1126 | 2023-10-21T14:47:31.882Z | Downloaded phf v0.11.2 |
1127 | 2023-10-21T14:47:31.884Z | Downloaded byteorder v1.4.3 |
1128 | 2023-10-21T14:47:31.887Z | Downloaded blake2 v0.10.6 |
1129 | 2023-10-21T14:47:31.890Z | Downloaded bitflags v2.4.0 |
1130 | 2023-10-21T14:47:31.892Z | Downloaded wyz v0.5.1 |
1131 | 2023-10-21T14:47:31.895Z | Downloaded parking_lot_core v0.8.6 |
1132 | 2023-10-21T14:47:31.898Z | Downloaded diesel_derives v2.1.1 |
1133 | 2023-10-21T14:47:31.902Z | Downloaded backoff v0.4.0 |
1134 | 2023-10-21T14:47:31.905Z | Downloaded base64ct v1.6.0 |
1135 | 2023-10-21T14:47:31.908Z | Downloaded lock_api v0.4.10 |
1136 | 2023-10-21T14:47:31.911Z | Downloaded linked-hash-map v0.5.6 |
1137 | 2023-10-21T14:47:31.915Z | Downloaded allocator-api2 v0.2.16 |
1138 | 2023-10-21T14:47:31.918Z | Downloaded pretty-hex v0.2.1 |
1139 | 2023-10-21T14:47:31.921Z | Downloaded fxhash v0.2.1 |
1140 | 2023-10-21T14:47:31.925Z | Downloaded foreign-types v0.3.2 |
1141 | 2023-10-21T14:47:31.928Z | Downloaded data-encoding v2.4.0 |
1142 | 2023-10-21T14:47:31.931Z | Downloaded const_format_proc_macros v0.2.31 |
1143 | 2023-10-21T14:47:31.934Z | Downloaded pretty-hex v0.3.0 |
1144 | 2023-10-21T14:47:31.937Z | Downloaded pest_meta v2.7.2 |
1145 | 2023-10-21T14:47:31.940Z | Downloaded ciborium v0.2.1 |
1146 | 2023-10-21T14:47:31.943Z | Downloaded ahash v0.8.3 |
1147 | 2023-10-21T14:47:31.947Z | Downloaded dirs v5.0.1 |
1148 | 2023-10-21T14:47:31.950Z | Downloaded phf_shared v0.10.0 |
1149 | 2023-10-21T14:47:31.952Z | Downloaded pest_derive v2.7.2 |
1150 | 2023-10-21T14:47:31.955Z | Downloaded blowfish v0.9.1 |
1151 | 2023-10-21T14:47:31.958Z | Downloaded precomputed-hash v0.1.1 |
1152 | 2023-10-21T14:47:31.961Z | Downloaded pin-utils v0.1.0 |
1153 | 2023-10-21T14:47:31.965Z | Downloaded cancel-safe-futures v0.1.2 |
1154 | 2023-10-21T14:47:31.968Z | Downloaded libefi-sys v0.1.0 |
1155 | 2023-10-21T14:47:31.970Z | Downloaded bitflags v1.3.2 |
1156 | 2023-10-21T14:47:31.973Z | Downloaded thiserror-impl-no-std v2.0.2 |
1157 | 2023-10-21T14:47:31.976Z | Downloaded cipher v0.4.4 |
1158 | 2023-10-21T14:47:31.978Z | Downloaded bit-vec v0.6.3 |
1159 | 2023-10-21T14:47:31.981Z | Downloaded bcrypt-pbkdf v0.10.0 |
1160 | 2023-10-21T14:47:31.985Z | Downloaded bit-set v0.5.3 |
1161 | 2023-10-21T14:47:31.988Z | Downloaded bincode v1.3.3 |
1162 | 2023-10-21T14:47:31.991Z | Downloaded base16ct v0.2.0 |
1163 | 2023-10-21T14:47:31.994Z | Downloaded argon2 v0.5.2 |
1164 | 2023-10-21T14:47:31.996Z | Downloaded atomic-waker v1.1.1 |
1165 | 2023-10-21T14:47:32.003Z | Downloaded usdt-macro v0.3.5 |
1166 | 2023-10-21T14:47:32.006Z | Downloaded password-hash v0.5.0 |
1167 | 2023-10-21T14:47:32.009Z | Downloaded password-hash v0.4.2 |
1168 | 2023-10-21T14:47:32.013Z | Downloaded num-rational v0.4.1 |
1169 | 2023-10-21T14:47:32.016Z | Downloaded darling v0.20.3 |
1170 | 2023-10-21T14:47:32.019Z | Downloaded num_enum v0.5.11 |
1171 | 2023-10-21T14:47:32.022Z | Downloaded num-iter v0.1.43 |
1172 | 2023-10-21T14:47:32.025Z | Downloaded crypto-common v0.1.6 |
1173 | 2023-10-21T14:47:32.027Z | Downloaded managed v0.8.0 |
1174 | 2023-10-21T14:47:32.030Z | Downloaded anstyle-query v1.0.0 |
1175 | 2023-10-21T14:47:32.034Z | Downloaded parking_lot_core v0.9.8 |
1176 | 2023-10-21T14:47:32.036Z | Downloaded convert_case v0.4.0 |
1177 | 2023-10-21T14:47:32.039Z | Downloaded clap_lex v0.5.1 |
1178 | 2023-10-21T14:47:32.042Z | Downloaded async-trait v0.1.73 |
1179 | 2023-10-21T14:47:32.045Z | Downloaded openssl-macros v0.1.1 |
1180 | 2023-10-21T14:47:32.050Z | Downloaded num_cpus v1.16.0 |
1181 | 2023-10-21T14:47:32.052Z | Downloaded deranged v0.3.8 |
1182 | 2023-10-21T14:47:32.055Z | Downloaded debug-ignore v1.0.5 |
1183 | 2023-10-21T14:47:32.058Z | Downloaded ciborium-ll v0.2.1 |
1184 | 2023-10-21T14:47:32.060Z | Downloaded num-integer v0.1.45 |
1185 | 2023-10-21T14:47:32.063Z | Downloaded openssl-probe v0.1.5 |
1186 | 2023-10-21T14:47:32.066Z | Downloaded opaque-debug v0.3.0 |
1187 | 2023-10-21T14:47:32.069Z | Downloaded ctr v0.9.2 |
1188 | 2023-10-21T14:47:32.072Z | Downloaded colorchoice v1.0.0 |
1189 | 2023-10-21T14:47:32.075Z | Downloaded block-padding v0.3.3 |
1190 | 2023-10-21T14:47:32.078Z | Downloaded autocfg v1.1.0 |
1191 | 2023-10-21T14:47:32.081Z | Downloaded bit_field v0.10.2 |
1192 | 2023-10-21T14:47:32.085Z | Downloaded aes-gcm-siv v0.11.1 |
1193 | 2023-10-21T14:47:32.088Z | Downloaded cpufeatures v0.2.9 |
1194 | 2023-10-21T14:47:32.090Z | Downloaded pbkdf2 v0.11.0 |
1195 | 2023-10-21T14:47:32.093Z | Downloaded percent-encoding v2.3.0 |
1196 | 2023-10-21T14:47:32.096Z | Downloaded parse-display-derive v0.7.0 |
1197 | 2023-10-21T14:47:32.099Z | Downloaded curve25519-dalek-derive v0.1.0 |
1198 | 2023-10-21T14:47:32.101Z | Downloaded crucible-workspace-hack v0.1.0 |
1199 | 2023-10-21T14:47:32.127Z | Downloaded block-buffer v0.10.4 |
1200 | 2023-10-21T14:47:32.136Z | Downloaded bitstruct_derive v0.1.0 |
1201 | 2023-10-21T14:47:32.138Z | Downloaded bitstruct v0.1.1 |
1202 | 2023-10-21T14:47:32.143Z | Downloaded adler v1.0.2 |
1203 | 2023-10-21T14:47:32.146Z | Downloaded anstyle-parse v0.2.1 |
1204 | 2023-10-21T14:47:32.149Z | Downloaded anstyle v1.0.2 |
1205 | 2023-10-21T14:47:32.151Z | Downloaded async-recursion v1.0.5 |
1206 | 2023-10-21T14:47:32.154Z | Downloaded parse-display v0.7.0 |
1207 | 2023-10-21T14:47:32.157Z | Downloaded async-stream v0.3.5 |
1208 | 2023-10-21T14:47:32.160Z | Downloaded pbkdf2 v0.12.2 |
1209 | 2023-10-21T14:47:32.163Z | Downloaded option-ext v0.2.0 |
1210 | 2023-10-21T14:47:32.166Z | Downloaded nibble_vec v0.1.0 |
1211 | 2023-10-21T14:47:32.168Z | Downloaded cbc v0.1.2 |
1212 | 2023-10-21T14:47:32.174Z | Downloaded num-bigint v0.4.4 |
1213 | 2023-10-21T14:47:32.179Z | Downloaded num v0.4.1 |
1214 | 2023-10-21T14:47:32.182Z | Downloaded camino-tempfile v1.0.2 |
1215 | 2023-10-21T14:47:32.185Z | Downloaded chacha20poly1305 v0.10.1 |
1216 | 2023-10-21T14:47:32.188Z | Downloaded multer v2.1.0 |
1217 | 2023-10-21T14:47:32.190Z | Downloaded mio v0.8.8 |
1218 | 2023-10-21T14:47:32.193Z | Downloaded miniz_oxide v0.7.1 |
1219 | 2023-10-21T14:47:32.196Z | Downloaded memchr v2.6.3 |
1220 | 2023-10-21T14:47:32.199Z | Downloaded mime_guess v2.0.4 |
1221 | 2023-10-21T14:47:32.202Z | Downloaded md-5 v0.10.5 |
1222 | 2023-10-21T14:47:32.205Z | Downloaded chacha20 v0.9.1 |
1223 | 2023-10-21T14:47:32.207Z | Downloaded memoffset v0.7.1 |
1224 | 2023-10-21T14:47:32.210Z | Downloaded match_cfg v0.1.0 |
1225 | 2023-10-21T14:47:32.213Z | Downloaded macaddr v1.0.1 |
1226 | 2023-10-21T14:47:32.216Z | Downloaded lru-cache v0.1.2 |
1227 | 2023-10-21T14:47:32.218Z | Downloaded log v0.4.20 |
1228 | 2023-10-21T14:47:32.666Z | Compiling proc-macro2 v1.0.67 |
1229 | 2023-10-21T14:47:32.690Z | Compiling unicode-ident v1.0.12 |
1230 | 2023-10-21T14:47:32.706Z | Compiling libc v0.2.149 |
1231 | 2023-10-21T14:47:32.712Z | Compiling serde v1.0.188 |
1232 | 2023-10-21T14:47:32.715Z | Compiling version_check v0.9.4 |
1233 | 2023-10-21T14:47:32.718Z | Compiling autocfg v1.1.0 |
1234 | 2023-10-21T14:47:32.721Z | Compiling cfg-if v1.0.0 |
1235 | 2023-10-21T14:47:32.730Z | Compiling syn v1.0.109 |
1236 | 2023-10-21T14:47:33.100Z | Compiling typenum v1.16.0 |
1237 | 2023-10-21T14:47:33.124Z | Compiling once_cell v1.18.0 |
1238 | 2023-10-21T14:47:33.823Z | Compiling thiserror v1.0.49 |
1239 | 2023-10-21T14:47:33.903Z | Compiling generic-array v0.14.7 |
1240 | 2023-10-21T14:47:34.015Z | Compiling lock_api v0.4.10 |
1241 | 2023-10-21T14:47:34.650Z | Compiling libm v0.2.7 |
1242 | 2023-10-21T14:47:34.704Z | Compiling parking_lot_core v0.9.8 |
1243 | 2023-10-21T14:47:34.735Z | Compiling num-traits v0.2.16 |
1244 | 2023-10-21T14:47:35.001Z | Compiling itoa v1.0.9 |
1245 | 2023-10-21T14:47:35.072Z | Compiling memchr v2.6.3 |
1246 | 2023-10-21T14:47:35.239Z | Compiling futures-core v0.3.28 |
1247 | 2023-10-21T14:47:35.400Z | Compiling ahash v0.8.3 |
1248 | 2023-10-21T14:47:35.423Z | Compiling serde_json v1.0.107 |
1249 | 2023-10-21T14:47:35.771Z | Compiling log v0.4.20 |
1250 | 2023-10-21T14:47:35.904Z | Compiling slab v0.4.9 |
1251 | 2023-10-21T14:47:36.012Z | Compiling quote v1.0.33 |
1252 | 2023-10-21T14:47:36.333Z | Compiling futures-task v0.3.28 |
1253 | 2023-10-21T14:47:36.376Z | Compiling futures-channel v0.3.28 |
1254 | 2023-10-21T14:47:36.748Z | Compiling syn v2.0.32 |
1255 | 2023-10-21T14:47:36.827Z | Compiling getrandom v0.2.10 |
1256 | 2023-10-21T14:47:37.197Z | Compiling jobserver v0.1.26 |
1257 | 2023-10-21T14:47:37.578Z | Compiling futures-util v0.3.28 |
1258 | 2023-10-21T14:47:37.640Z | Compiling pkg-config v0.3.27 |
1259 | 2023-10-21T14:47:37.730Z | Compiling cc v1.0.83 |
1260 | 2023-10-21T14:47:38.132Z | Compiling ryu v1.0.15 |
1261 | 2023-10-21T14:47:38.376Z | Compiling rand_core v0.6.4 |
1262 | 2023-10-21T14:47:38.423Z | Compiling vcpkg v0.2.15 |
1263 | 2023-10-21T14:47:38.731Z | Compiling allocator-api2 v0.2.16 |
1264 | 2023-10-21T14:47:39.088Z | Compiling schemars v0.8.13 |
1265 | 2023-10-21T14:47:39.492Z | Compiling heck v0.4.1 |
1266 | 2023-10-21T14:47:39.595Z | Compiling equivalent v1.0.1 |
1267 | 2023-10-21T14:47:39.753Z | Compiling scopeguard v1.2.0 |
1268 | 2023-10-21T14:47:39.960Z | Compiling hashbrown v0.14.0 |
1269 | 2023-10-21T14:47:40.937Z | Compiling smallvec v1.11.0 |
1270 | 2023-10-21T14:47:41.481Z | Compiling byteorder v1.4.3 |
1271 | 2023-10-21T14:47:41.650Z | Compiling httparse v1.8.0 |
1272 | 2023-10-21T14:47:41.979Z | Compiling fnv v1.0.7 |
1273 | 2023-10-21T14:47:42.180Z | Compiling iana-time-zone v0.1.57 |
1274 | 2023-10-21T14:47:42.260Z | Compiling pin-project-lite v0.2.13 |
1275 | 2023-10-21T14:47:42.296Z | Compiling semver v1.0.18 |
1276 | 2023-10-21T14:47:42.681Z | Compiling ring v0.16.20 |
1277 | 2023-10-21T14:47:42.915Z | Compiling subtle v2.5.0 |
1278 | 2023-10-21T14:47:43.070Z | Compiling parking_lot v0.12.1 |
1279 | 2023-10-21T14:47:43.363Z | Compiling indexmap v1.9.3 |
1280 | 2023-10-21T14:47:43.616Z | Compiling time-core v0.1.1 |
1281 | 2023-10-21T14:47:43.766Z | Compiling tinyvec_macros v0.1.1 |
1282 | 2023-10-21T14:47:43.832Z | Compiling dyn-clone v1.0.13 |
1283 | 2023-10-21T14:47:43.875Z | Compiling time-macros v0.2.13 |
1284 | 2023-10-21T14:47:43.896Z | Compiling tinyvec v1.6.0 |
1285 | 2023-10-21T14:47:43.956Z | Compiling openssl-sys v0.9.93 |
1286 | 2023-10-21T14:47:44.154Z | Compiling signal-hook-registry v1.4.1 |
1287 | 2023-10-21T14:47:44.767Z | Compiling num_cpus v1.16.0 |
1288 | 2023-10-21T14:47:44.947Z | Compiling mio v0.8.8 |
1289 | 2023-10-21T14:47:45.234Z | Compiling socket2 v0.5.4 |
1290 | 2023-10-21T14:47:45.507Z | Compiling rustls v0.21.7 |
1291 | 2023-10-21T14:47:45.855Z | Compiling unicode-bidi v0.3.13 |
1292 | 2023-10-21T14:47:46.497Z | Compiling unicode-normalization v0.1.22 |
1293 | 2023-10-21T14:47:46.959Z | Compiling slog v2.7.0 |
1294 | 2023-10-21T14:47:46.988Z | Compiling spin v0.5.2 |
1295 | 2023-10-21T14:47:47.714Z | Compiling ucd-trie v0.1.6 |
1296 | 2023-10-21T14:47:47.744Z | Compiling percent-encoding v2.3.0 |
1297 | 2023-10-21T14:47:48.356Z | Compiling backtrace v0.3.69 |
1298 | 2023-10-21T14:47:48.402Z | Compiling async-trait v0.1.73 |
1299 | 2023-10-21T14:47:48.549Z | Compiling form_urlencoded v1.2.0 |
1300 | 2023-10-21T14:47:48.752Z | Compiling serde_derive_internals v0.26.0 |
1301 | 2023-10-21T14:47:48.886Z | Compiling aho-corasick v1.0.4 |
1302 | 2023-10-21T14:47:48.973Z | Compiling regex-syntax v0.7.5 |
1303 | 2023-10-21T14:47:49.037Z | Compiling openssl v0.10.57 |
1304 | 2023-10-21T14:47:49.161Z | Compiling futures-sink v0.3.28 |
1305 | 2023-10-21T14:47:49.379Z | Compiling anyhow v1.0.75 |
1306 | 2023-10-21T14:47:49.623Z | Compiling pin-utils v0.1.0 |
1307 | 2023-10-21T14:47:49.744Z | Compiling winnow v0.5.15 |
1308 | 2023-10-21T14:47:50.305Z | Compiling idna v0.4.0 |
1309 | 2023-10-21T14:47:50.643Z | Compiling native-tls v0.2.11 |
1310 | 2023-10-21T14:47:51.149Z | Compiling unicode-xid v0.2.4 |
1311 | 2023-10-21T14:47:52.083Z | Compiling url v2.4.1 |
1312 | 2023-10-21T14:47:53.283Z | Compiling futures-io v0.3.28 |
1313 | 2023-10-21T14:47:53.688Z | Compiling rustversion v1.0.14 |
1314 | 2023-10-21T14:47:54.495Z | Compiling const-oid v0.9.5 |
1315 | 2023-10-21T14:47:54.685Z | Compiling unicode-width v0.1.10 |
1316 | 2023-10-21T14:47:55.554Z | Compiling regex-automata v0.3.8 |
1317 | 2023-10-21T14:47:56.281Z | Compiling hashbrown v0.13.2 |
1318 | 2023-10-21T14:47:57.079Z | Compiling synstructure v0.12.6 |
1319 | 2023-10-21T14:47:57.104Z | Compiling crossbeam-utils v0.8.16 |
1320 | 2023-10-21T14:47:57.608Z | Compiling cpufeatures v0.2.9 |
1321 | 2023-10-21T14:47:57.760Z | Compiling tracing-core v0.1.31 |
1322 | 2023-10-21T14:47:57.847Z | Compiling adler v1.0.2 |
1323 | 2023-10-21T14:47:58.232Z | Compiling miniz_oxide v0.7.1 |
1324 | 2023-10-21T14:47:58.284Z | Compiling rustix v0.38.9 |
1325 | 2023-10-21T14:47:59.433Z | Compiling usdt-impl v0.3.5 |
1326 | 2023-10-21T14:47:59.905Z | Compiling bitflags v1.3.2 |
1327 | 2023-10-21T14:48:00.062Z | Compiling gimli v0.28.0 |
1328 | 2023-10-21T14:48:00.317Z | Compiling ppv-lite86 v0.2.17 |
1329 | 2023-10-21T14:48:01.045Z | Compiling object v0.32.1 |
1330 | 2023-10-21T14:48:01.080Z | Compiling rustc-demangle v0.1.23 |
1331 | 2023-10-21T14:48:01.496Z | Compiling deranged v0.3.8 |
1332 | 2023-10-21T14:48:01.712Z | Compiling num_threads v0.1.6 |
1333 | 2023-10-21T14:48:01.890Z | Compiling thread-id v4.2.0 |
1334 | 2023-10-21T14:48:02.662Z | Compiling serde_derive v1.0.188 |
1335 | 2023-10-21T14:48:02.887Z | Compiling zeroize_derive v1.4.2 |
1336 | 2023-10-21T14:48:03.038Z | Compiling thiserror-impl v1.0.49 |
1337 | 2023-10-21T14:48:04.750Z | Compiling tokio-macros v2.1.0 |
1338 | 2023-10-21T14:48:05.207Z | Compiling futures-macro v0.3.28 |
1339 | 2023-10-21T14:48:05.373Z | Compiling tracing-attributes v0.1.26 |
1340 | 2023-10-21T14:48:07.308Z | Compiling schemars_derive v0.8.13 |
1341 | 2023-10-21T14:48:08.073Z | Compiling zeroize v1.6.0 |
1342 | 2023-10-21T14:48:08.662Z | Compiling pest v2.7.2 |
1343 | 2023-10-21T14:48:09.040Z | Compiling openssl-macros v0.1.1 |
1344 | 2023-10-21T14:48:11.059Z | Compiling crypto-common v0.1.6 |
1345 | 2023-10-21T14:48:11.063Z | Compiling regex v1.9.5 |
1346 | 2023-10-21T14:48:11.366Z | Compiling block-buffer v0.10.4 |
1347 | 2023-10-21T14:48:12.588Z | Compiling digest v0.10.7 |
1348 | 2023-10-21T14:48:13.070Z | Compiling pest_meta v2.7.2 |
1349 | 2023-10-21T14:48:13.094Z | Compiling zerocopy-derive v0.2.0 |
1350 | 2023-10-21T14:48:13.267Z | Compiling tracing v0.1.37 |
1351 | 2023-10-21T14:48:13.743Z | Compiling addr2line v0.21.0 |
1352 | 2023-10-21T14:48:14.089Z | Compiling time v0.3.27 |
1353 | 2023-10-21T14:48:14.212Z | Compiling rand_chacha v0.3.1 |
1354 | 2023-10-21T14:48:14.831Z | Compiling base64 v0.21.4 |
1355 | 2023-10-21T14:48:15.958Z | Compiling pest_generator v2.7.2 |
1356 | 2023-10-21T14:48:16.141Z | Compiling zerocopy v0.3.0 |
1357 | 2023-10-21T14:48:17.912Z | Compiling dof v0.1.5 |
1358 | 2023-10-21T14:48:19.194Z | Compiling rand v0.8.5 |
1359 | 2023-10-21T14:48:20.127Z | Compiling lazy_static v1.4.0 |
1360 | 2023-10-21T14:48:20.711Z | Compiling pest_derive v2.7.2 |
1361 | 2023-10-21T14:48:21.316Z | Compiling untrusted v0.7.1 |
1362 | 2023-10-21T14:48:21.470Z | Compiling strum_macros v0.25.2 |
1363 | 2023-10-21T14:48:21.872Z | Compiling dtrace-parser v0.1.14 |
1364 | 2023-10-21T14:48:22.282Z | Compiling strsim v0.10.0 |
1365 | 2023-10-21T14:48:23.928Z | Compiling regress v0.7.1 |
1366 | 2023-10-21T14:48:24.461Z | Compiling socket2 v0.4.9 |
1367 | 2023-10-21T14:48:25.643Z | Compiling hashbrown v0.12.3 |
1368 | 2023-10-21T14:48:25.931Z | Compiling sct v0.7.0 |
1369 | 2023-10-21T14:48:26.394Z | Compiling rustls-webpki v0.101.4 |
1370 | 2023-10-21T14:48:26.430Z | Compiling httpdate v1.0.3 |
1371 | 2023-10-21T14:48:27.186Z | Compiling bytes v1.5.0 |
1372 | 2023-10-21T14:48:27.536Z | Compiling indexmap v2.0.0 |
1373 | 2023-10-21T14:48:27.861Z | Compiling chrono v0.4.31 |
1374 | 2023-10-21T14:48:28.233Z | Compiling uuid v1.4.1 |
1375 | 2023-10-21T14:48:29.407Z | Compiling http v0.2.9 |
1376 | 2023-10-21T14:48:29.431Z | Compiling tokio v1.33.0 |
1377 | 2023-10-21T14:48:29.598Z | Compiling toml_datetime v0.6.3 |
1378 | 2023-10-21T14:48:29.643Z | Compiling serde_spanned v0.6.3 |
1379 | 2023-10-21T14:48:29.976Z | Compiling bitflags v2.4.0 |
1380 | 2023-10-21T14:48:30.027Z | Compiling toml_edit v0.19.15 |
1381 | 2023-10-21T14:48:30.338Z | Compiling rustc_version v0.4.0 |
1382 | 2023-10-21T14:48:30.673Z | Compiling openapiv3 v1.0.3 |
1383 | 2023-10-21T14:48:33.714Z | Compiling serde_tokenstream v0.1.7 |
1384 | 2023-10-21T14:48:33.955Z | Compiling serde_tokenstream v0.2.0 |
1385 | 2023-10-21T14:48:34.672Z | Compiling try-lock v0.2.4 |
1386 | 2023-10-21T14:48:34.888Z | Compiling want v0.3.1 |
1387 | 2023-10-21T14:48:34.905Z | Compiling http-body v0.4.5 |
1388 | 2023-10-21T14:48:35.964Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1389 | 2023-10-21T14:48:36.343Z | Compiling rustls-pemfile v1.0.3 |
1390 | 2023-10-21T14:48:36.771Z | Compiling usdt-macro v0.3.5 |
1391 | 2023-10-21T14:48:36.958Z | Compiling usdt-attr-macro v0.3.5 |
1392 | 2023-10-21T14:48:39.208Z | Compiling openssl-probe v0.1.5 |
1393 | 2023-10-21T14:48:39.237Z | Compiling tower-service v0.3.2 |
1394 | 2023-10-21T14:48:39.309Z | Compiling foreign-types-shared v0.1.1 |
1395 | 2023-10-21T14:48:39.412Z | Compiling mime v0.3.17 |
1396 | 2023-10-21T14:48:39.468Z | Compiling foreign-types v0.3.2 |
1397 | 2023-10-21T14:48:39.609Z | Compiling errno v0.3.2 |
1398 | 2023-10-21T14:48:39.738Z | Compiling ipnet v2.8.0 |
1399 | 2023-10-21T14:48:40.229Z | Compiling getopts v0.2.21 |
1400 | 2023-10-21T14:48:41.894Z | Compiling encoding_rs v0.8.33 |
1401 | 2023-10-21T14:48:41.924Z | Compiling unsafe-libyaml v0.2.9 |
1402 | 2023-10-21T14:48:42.032Z | Compiling rustls-native-certs v0.6.3 |
1403 | 2023-10-21T14:48:42.786Z | Compiling tokio-util v0.7.8 |
1404 | 2023-10-21T14:48:44.408Z | Compiling tokio-rustls v0.24.1 |
1405 | 2023-10-21T14:48:45.075Z | Compiling h2 v0.3.21 |
1406 | 2023-10-21T14:48:45.183Z | Compiling serde_yaml v0.9.25 |
1407 | 2023-10-21T14:48:45.209Z | Compiling serde_urlencoded v0.7.1 |
1408 | 2023-10-21T14:48:46.497Z | Compiling webpki-roots v0.25.2 |
1409 | 2023-10-21T14:48:51.368Z | Compiling hmac v0.12.1 |
1410 | 2023-10-21T14:48:51.704Z | Compiling num-integer v0.1.45 |
1411 | 2023-10-21T14:48:51.794Z | Compiling sha2 v0.10.7 |
1412 | 2023-10-21T14:48:52.221Z | Compiling block-padding v0.3.3 |
1413 | 2023-10-21T14:48:53.212Z | Compiling tokio-native-tls v0.3.1 |
1414 | 2023-10-21T14:48:53.296Z | Compiling inout v0.1.3 |
1415 | 2023-10-21T14:48:53.641Z | Compiling futures-executor v0.3.28 |
1416 | 2023-10-21T14:48:53.681Z | Compiling cipher v0.4.4 |
1417 | 2023-10-21T14:48:54.420Z | Compiling toml v0.7.8 |
1418 | 2023-10-21T14:48:54.622Z | Compiling crc32fast v1.3.2 |
1419 | 2023-10-21T14:48:54.649Z | Compiling fallible-iterator v0.2.0 |
1420 | 2023-10-21T14:48:55.832Z | Compiling futures v0.3.28 |
1421 | 2023-10-21T14:48:55.851Z | Compiling ipnetwork v0.20.0 |
1422 | 2023-10-21T14:48:56.002Z | Compiling spin v0.9.8 |
1423 | 2023-10-21T14:48:56.408Z | Compiling siphasher v0.3.11 |
1424 | 2023-10-21T14:48:56.631Z | Compiling usdt v0.3.5 |
1425 | 2023-10-21T14:48:57.079Z | Compiling hyper v0.14.27 |
1426 | 2023-10-21T14:48:57.598Z | Compiling md-5 v0.10.5 |
1427 | 2023-10-21T14:48:57.981Z | Compiling stringprep v0.1.3 |
1428 | 2023-10-21T14:48:58.962Z | Compiling io-lifetimes v1.0.11 |
1429 | 2023-10-21T14:48:59.125Z | Compiling postgres-protocol v0.6.6 |
1430 | 2023-10-21T14:48:59.631Z | Compiling phf_shared v0.11.2 |
1431 | 2023-10-21T14:48:59.749Z | Compiling hex v0.4.3 |
1432 | 2023-10-21T14:49:00.118Z | Compiling enum-as-inner v0.5.1 |
1433 | 2023-10-21T14:49:00.639Z | Compiling slog-async v2.8.0 |
1434 | 2023-10-21T14:49:00.793Z | Compiling postgres-types v0.2.6 |
1435 | 2023-10-21T14:49:01.367Z | Compiling phf v0.11.2 |
1436 | 2023-10-21T14:49:01.415Z | Compiling num-bigint v0.4.4 |
1437 | 2023-10-21T14:49:01.675Z | Compiling whoami v1.4.1 |
1438 | 2023-10-21T14:49:02.073Z | Compiling rustix v0.37.23 |
1439 | 2023-10-21T14:49:02.740Z | Compiling data-encoding v2.4.0 |
1440 | 2023-10-21T14:49:02.815Z | Compiling tokio-postgres v0.7.10 |
1441 | 2023-10-21T14:49:03.737Z | Compiling zerocopy-derive v0.6.4 |
1442 | 2023-10-21T14:49:04.443Z | Compiling static_assertions v1.1.0 |
1443 | 2023-10-21T14:49:07.061Z | Compiling ident_case v1.0.1 |
1444 | 2023-10-21T14:49:07.609Z | Compiling either v1.9.0 |
1445 | 2023-10-21T14:49:07.731Z | Compiling darling_core v0.20.3 |
1446 | 2023-10-21T14:49:08.299Z | Compiling camino v1.1.6 |
1447 | 2023-10-21T14:49:08.602Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1448 | 2023-10-21T14:49:09.078Z | Compiling hyper-rustls v0.24.1 |
1449 | 2023-10-21T14:49:09.168Z | Compiling hyper-tls v0.5.0 |
1450 | 2023-10-21T14:49:09.721Z | Compiling reqwest v0.11.20 |
1451 | 2023-10-21T14:49:09.746Z | Compiling flate2 v1.0.27 |
1452 | 2023-10-21T14:49:10.312Z | Compiling heapless v0.7.16 |
1453 | 2023-10-21T14:49:10.910Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1454 | 2023-10-21T14:49:11.402Z | Compiling memoffset v0.9.0 |
1455 | 2023-10-21T14:49:11.578Z | Compiling matches v0.1.10 |
1456 | 2023-10-21T14:49:11.717Z | Compiling managed v0.8.0 |
1457 | 2023-10-21T14:49:11.831Z | Compiling radium v0.7.0 |
1458 | 2023-10-21T14:49:12.007Z | Compiling unicode-segmentation v1.10.1 |
1459 | 2023-10-21T14:49:12.538Z | Compiling idna v0.2.3 |
1460 | 2023-10-21T14:49:12.994Z | Compiling itertools v0.11.0 |
1461 | 2023-10-21T14:49:14.943Z | Compiling multer v2.1.0 |
1462 | 2023-10-21T14:49:15.454Z | Compiling trust-dns-proto v0.22.0 |
1463 | 2023-10-21T14:49:15.785Z | Compiling async-stream-impl v0.3.5 |
1464 | 2023-10-21T14:49:16.171Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1465 | 2023-10-21T14:49:16.373Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1466 | 2023-10-21T14:49:17.115Z | Compiling darling_macro v0.20.3 |
1467 | 2023-10-21T14:49:17.912Z | Compiling crossbeam-epoch v0.9.15 |
1468 | 2023-10-21T14:49:18.144Z | Compiling num-iter v0.1.43 |
1469 | 2023-10-21T14:49:18.533Z | Compiling anstyle v1.0.2 |
1470 | 2023-10-21T14:49:18.575Z | Compiling smoltcp v0.9.1 |
1471 | 2023-10-21T14:49:18.701Z | Compiling darling v0.20.3 |
1472 | 2023-10-21T14:49:18.868Z | Compiling serde_with_macros v2.3.3 |
1473 | 2023-10-21T14:49:19.277Z | Compiling utf8parse v0.2.1 |
1474 | 2023-10-21T14:49:19.515Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1475 | 2023-10-21T14:49:19.539Z | Compiling paste v1.0.14 |
1476 | 2023-10-21T14:49:20.206Z | Compiling bit-vec v0.6.3 |
1477 | 2023-10-21T14:49:20.802Z | Compiling anstyle-parse v0.2.1 |
1478 | 2023-10-21T14:49:22.640Z | Compiling zerocopy v0.6.4 |
1479 | 2023-10-21T14:49:22.976Z | Compiling signature v2.1.0 |
1480 | 2023-10-21T14:49:23.331Z | Compiling hubpack_derive v0.1.1 |
1481 | 2023-10-21T14:49:23.892Z | Compiling clap_derive v4.4.2 |
1482 | 2023-10-21T14:49:24.034Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1483 | 2023-10-21T14:49:24.460Z | Compiling anstyle-query v1.0.0 |
1484 | 2023-10-21T14:49:24.653Z | Compiling colorchoice v1.0.0 |
1485 | 2023-10-21T14:49:26.054Z | Compiling yasna v0.5.2 |
1486 | 2023-10-21T14:49:26.284Z | Compiling anstream v0.5.0 |
1487 | 2023-10-21T14:49:27.607Z | Compiling terminal_size v0.2.6 |
1488 | 2023-10-21T14:49:27.913Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1489 | 2023-10-21T14:49:29.487Z | Compiling structmeta-derive v0.1.6 |
1490 | 2023-10-21T14:49:30.366Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1491 | 2023-10-21T14:49:30.393Z | Compiling diesel_table_macro_syntax v0.1.0 |
1492 | 2023-10-21T14:49:30.577Z | Compiling hash32 v0.2.1 |
1493 | 2023-10-21T14:49:30.991Z | Compiling tap v1.0.1 |
1494 | 2023-10-21T14:49:31.193Z | Compiling stable_deref_trait v1.2.0 |
1495 | 2023-10-21T14:49:31.301Z | Compiling clap_lex v0.5.1 |
1496 | 2023-10-21T14:49:31.943Z | Compiling clap_builder v4.4.2 |
1497 | 2023-10-21T14:49:32.158Z | Compiling wyz v0.5.1 |
1498 | 2023-10-21T14:49:32.199Z | Compiling diesel_derives v2.1.1 |
1499 | 2023-10-21T14:49:33.377Z | Compiling tokio-stream v0.1.14 |
1500 | 2023-10-21T14:49:34.074Z | Compiling structmeta v0.1.6 |
1501 | 2023-10-21T14:49:34.236Z | Compiling serde_repr v0.1.16 |
1502 | 2023-10-21T14:49:34.742Z | Compiling scheduled-thread-pool v0.2.7 |
1503 | 2023-10-21T14:49:34.960Z | Compiling regex-automata v0.1.10 |
1504 | 2023-10-21T14:49:35.746Z | Compiling regex-syntax v0.6.29 |
1505 | 2023-10-21T14:49:35.816Z | Compiling funty v2.0.0 |
1506 | 2023-10-21T14:49:36.266Z | Compiling bstr v0.2.17 |
1507 | 2023-10-21T14:49:36.800Z | Compiling r2d2 v0.8.10 |
1508 | 2023-10-21T14:49:38.906Z | Compiling clap v4.4.3 |
1509 | 2023-10-21T14:49:39.048Z | Compiling bitvec v1.0.1 |
1510 | 2023-10-21T14:49:40.412Z | Compiling hubpack v0.1.2 |
1511 | 2023-10-21T14:49:41.238Z | Compiling itertools v0.10.5 |
1512 | 2023-10-21T14:49:41.258Z | Compiling phf_shared v0.10.0 |
1513 | 2023-10-21T14:49:41.902Z | Compiling float-cmp v0.9.0 |
1514 | 2023-10-21T14:49:42.276Z | Compiling difflib v0.4.0 |
1515 | 2023-10-21T14:49:42.407Z | Compiling smawk v0.3.1 |
1516 | 2023-10-21T14:49:42.766Z | Compiling precomputed-hash v0.1.1 |
1517 | 2023-10-21T14:49:43.156Z | Compiling new_debug_unreachable v1.0.4 |
1518 | 2023-10-21T14:49:43.301Z | Compiling fixedbitset v0.4.2 |
1519 | 2023-10-21T14:49:44.070Z | Compiling normalize-line-endings v0.3.0 |
1520 | 2023-10-21T14:49:44.257Z | Compiling predicates-core v1.0.6 |
1521 | 2023-10-21T14:49:44.875Z | Compiling unicode-linebreak v0.1.5 |
1522 | 2023-10-21T14:49:45.711Z | Compiling parse-display-derive v0.7.0 |
1523 | 2023-10-21T14:49:45.769Z | Compiling textwrap v0.16.0 |
1524 | 2023-10-21T14:49:46.216Z | Compiling predicates v3.0.4 |
1525 | 2023-10-21T14:49:46.704Z | Compiling petgraph v0.6.4 |
1526 | 2023-10-21T14:49:47.678Z | Compiling string_cache v0.8.7 |
1527 | 2023-10-21T14:49:48.480Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1528 | 2023-10-21T14:49:49.597Z | Compiling similar v2.2.1 |
1529 | 2023-10-21T14:49:51.513Z | Compiling bit-set v0.5.3 |
1530 | 2023-10-21T14:49:51.975Z | Compiling console v0.15.7 |
1531 | 2023-10-21T14:49:52.385Z | Compiling bstr v1.6.0 |
1532 | 2023-10-21T14:49:52.512Z | Compiling lalrpop-util v0.19.12 |
1533 | 2023-10-21T14:49:56.677Z | Compiling diesel v2.1.1 |
1534 | 2023-10-21T14:50:04.184Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1535 | 2023-10-21T14:50:04.528Z | Compiling proc-macro-crate v1.3.1 |
1536 | 2023-10-21T14:50:05.514Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1537 | 2023-10-21T14:50:13.152Z | Compiling crucible-workspace-hack v0.1.0 |
1538 | 2023-10-21T14:50:35.954Z | Compiling atty v0.2.14 |
1539 | 2023-10-21T14:50:38.579Z | Compiling sha1 v0.10.5 |
1540 | 2023-10-21T14:50:39.283Z | Compiling match_cfg v0.1.0 |
1541 | 2023-10-21T14:50:39.438Z | Compiling hostname v0.3.1 |
1542 | 2023-10-21T14:50:45.660Z | Compiling dirs-sys-next v0.1.2 |
1543 | 2023-10-21T14:50:46.719Z | Compiling dirs-next v2.0.0 |
1544 | 2023-10-21T14:50:50.607Z | Compiling thread_local v1.1.7 |
1545 | 2023-10-21T14:50:53.540Z | Compiling term v0.7.0 |
1546 | 2023-10-21T14:50:53.657Z | Compiling crossbeam-channel v0.5.8 |
1547 | 2023-10-21T14:50:55.732Z | Compiling take_mut v0.2.2 |
1548 | 2023-10-21T14:50:55.757Z | Compiling slog-term v2.9.0 |
1549 | 2023-10-21T14:50:57.842Z | Compiling slog-json v2.6.1 |
1550 | 2023-10-21T14:50:57.993Z | Compiling instant v0.1.12 |
1551 | 2023-10-21T14:50:58.457Z | Compiling slog-bunyan v2.4.0 |
1552 | 2023-10-21T14:50:59.689Z | Compiling strum v0.25.0 |
1553 | 2023-10-21T14:50:59.958Z | Compiling atomic-waker v1.1.1 |
1554 | 2023-10-21T14:51:00.252Z | Compiling waitgroup v0.1.2 |
1555 | 2023-10-21T14:51:00.584Z | Compiling num_enum_derive v0.5.11 |
1556 | 2023-10-21T14:51:00.825Z | Compiling serde_with v2.3.3 |
1557 | 2023-10-21T14:51:00.883Z | Compiling async-stream v0.3.5 |
1558 | 2023-10-21T14:51:03.097Z | Compiling serde_path_to_error v0.1.14 |
1559 | 2023-10-21T14:51:03.260Z | Compiling libz-sys v1.1.12 |
1560 | 2023-10-21T14:51:03.286Z | Compiling fastrand v2.0.0 |
1561 | 2023-10-21T14:51:04.217Z | Compiling debug-ignore v1.0.5 |
1562 | 2023-10-21T14:51:04.632Z | Compiling tempfile v3.8.0 |
1563 | 2023-10-21T14:51:06.429Z | Compiling slog-dtrace v0.2.3 |
1564 | 2023-10-21T14:51:06.432Z | Compiling proc-macro-error-attr v1.0.4 |
1565 | 2023-10-21T14:51:07.914Z | Compiling backoff v0.4.0 |
1566 | 2023-10-21T14:51:08.187Z | Compiling parse-display v0.7.0 |
1567 | 2023-10-21T14:51:08.796Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1568 | 2023-10-21T14:51:09.582Z | Compiling macaddr v1.0.1 |
1569 | 2023-10-21T14:51:09.942Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1570 | 2023-10-21T14:51:10.312Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1571 | 2023-10-21T14:51:10.372Z | Compiling proc-macro-error v1.0.4 |
1572 | 2023-10-21T14:51:11.047Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1573 | 2023-10-21T14:51:13.172Z | Compiling libsqlite3-sys v0.26.0 |
1574 | 2023-10-21T14:51:13.680Z | Compiling memoffset v0.7.1 |
1575 | 2023-10-21T14:51:14.109Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1576 | 2023-10-21T14:51:16.678Z | Compiling foreign-types-macros v0.2.3 |
1577 | 2023-10-21T14:51:16.874Z | Compiling vergen v8.2.4 |
1578 | 2023-10-21T14:51:17.857Z | Compiling base64ct v1.6.0 |
1579 | 2023-10-21T14:51:20.791Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1580 | 2023-10-21T14:51:21.413Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1581 | 2023-10-21T14:51:26.884Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1582 | 2023-10-21T14:51:27.547Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1583 | 2023-10-21T14:51:28.461Z | Compiling platforms v3.0.2 |
1584 | 2023-10-21T14:51:28.695Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1585 | 2023-10-21T14:51:28.804Z | Compiling num_enum_derive v0.7.0 |
1586 | 2023-10-21T14:51:28.834Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1587 | 2023-10-21T14:51:29.159Z | Compiling cfg-if v0.1.10 |
1588 | 2023-10-21T14:51:29.317Z | Compiling password-hash v0.5.0 |
1589 | 2023-10-21T14:51:29.852Z | Compiling heck v0.3.3 |
1590 | 2023-10-21T14:51:29.875Z | Compiling curve25519-dalek v4.1.0 |
1591 | 2023-10-21T14:51:29.933Z | Compiling blake2 v0.10.6 |
1592 | 2023-10-21T14:51:30.426Z | Compiling libefi-sys v0.1.0 |
1593 | 2023-10-21T14:51:30.593Z | Compiling structopt-derive v0.4.18 |
1594 | 2023-10-21T14:51:30.722Z | Compiling argon2 v0.5.2 |
1595 | 2023-10-21T14:51:31.127Z | Compiling zone_cfg_derive v0.2.0 |
1596 | 2023-10-21T14:51:32.673Z | Compiling curve25519-dalek-derive v0.1.0 |
1597 | 2023-10-21T14:51:33.128Z | Compiling num-derive v0.4.0 |
1598 | 2023-10-21T14:51:33.467Z | Compiling same-file v1.0.6 |
1599 | 2023-10-21T14:51:33.842Z | Compiling walkdir v2.4.0 |
1600 | 2023-10-21T14:51:34.072Z | Compiling toml v0.5.11 |
1601 | 2023-10-21T14:51:34.966Z | Compiling semver-parser v0.10.2 |
1602 | 2023-10-21T14:51:35.005Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1603 | 2023-10-21T14:51:35.347Z | Compiling filetime v0.2.22 |
1604 | 2023-10-21T14:51:35.572Z | Compiling xattr v1.0.1 |
1605 | 2023-10-21T14:51:35.859Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1606 | 2023-10-21T14:51:36.003Z | Compiling getrandom v0.1.16 |
1607 | 2023-10-21T14:51:36.304Z | Compiling erased-serde v0.3.30 |
1608 | 2023-10-21T14:51:36.491Z | Compiling semver v0.11.0 |
1609 | 2023-10-21T14:51:36.641Z | Compiling tar v0.4.40 |
1610 | 2023-10-21T14:51:37.080Z | Compiling universal-hash v0.5.1 |
1611 | 2023-10-21T14:51:37.235Z | Compiling bitstruct_derive v0.1.0 |
1612 | 2023-10-21T14:51:37.403Z | Compiling async-recursion v1.0.5 |
1613 | 2023-10-21T14:51:37.727Z | Compiling opaque-debug v0.3.0 |
1614 | 2023-10-21T14:51:37.883Z | Compiling home v0.5.5 |
1615 | 2023-10-21T14:51:38.260Z | Compiling toolchain_find v0.2.0 |
1616 | 2023-10-21T14:51:38.866Z | Compiling num-rational v0.4.1 |
1617 | 2023-10-21T14:51:38.989Z | Compiling unicase v2.7.0 |
1618 | 2023-10-21T14:51:39.103Z | Compiling parking_lot_core v0.8.6 |
1619 | 2023-10-21T14:51:39.281Z | Compiling rustfmt-wrapper v0.2.0 |
1620 | 2023-10-21T14:51:39.389Z | Compiling omicron-zone-package v0.8.3 |
1621 | 2023-10-21T14:51:39.728Z | Compiling num_enum v0.5.11 |
1622 | 2023-10-21T14:51:39.752Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1623 | 2023-10-21T14:51:39.965Z | Compiling aead v0.5.2 |
1624 | 2023-10-21T14:51:40.421Z | Compiling postcard-cobs v0.1.5-pre |
1625 | 2023-10-21T14:51:40.469Z | Compiling winapi v0.3.9 |
1626 | 2023-10-21T14:51:40.472Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1627 | 2023-10-21T14:51:40.730Z | Compiling postcard v0.7.3 |
1628 | 2023-10-21T14:51:40.868Z | Compiling polyval v0.6.1 |
1629 | 2023-10-21T14:51:41.130Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1630 | 2023-10-21T14:51:41.628Z | Compiling smoltcp v0.8.2 |
1631 | 2023-10-21T14:51:41.778Z | Compiling ctr v0.9.2 |
1632 | 2023-10-21T14:51:41.908Z | Compiling aes v0.8.3 |
1633 | 2023-10-21T14:51:42.272Z | Compiling thiserror-impl-no-std v2.0.2 |
1634 | 2023-10-21T14:51:42.319Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1635 | 2023-10-21T14:51:42.612Z | Compiling foreign-types-shared v0.3.1 |
1636 | 2023-10-21T14:51:42.815Z | Compiling foreign-types v0.5.0 |
1637 | 2023-10-21T14:51:43.776Z | Compiling mime_guess v2.0.4 |
1638 | 2023-10-21T14:51:47.079Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1639 | 2023-10-21T14:51:47.082Z | Compiling is-terminal v0.4.9 |
1640 | 2023-10-21T14:51:47.302Z | Compiling toml_edit v0.20.0 |
1641 | 2023-10-21T14:51:48.196Z | Compiling hashlink v0.8.3 |
1642 | 2023-10-21T14:51:49.255Z | Compiling rand v0.4.6 |
1643 | 2023-10-21T14:51:50.643Z | Compiling cstr-argument v0.1.2 |
1644 | 2023-10-21T14:51:51.355Z | Compiling pretty-hex v0.2.1 |
1645 | 2023-10-21T14:51:51.672Z | Compiling fallible-streaming-iterator v0.1.9 |
1646 | 2023-10-21T14:51:51.963Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1647 | 2023-10-21T14:51:52.089Z | Compiling rusqlite v0.29.0 |
1648 | 2023-10-21T14:51:52.562Z | Compiling toml v0.8.0 |
1649 | 2023-10-21T14:51:55.180Z | Compiling twox-hash v1.6.3 |
1650 | 2023-10-21T14:51:55.500Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1651 | 2023-10-21T14:51:55.895Z | Compiling colored v2.0.4 |
1652 | 2023-10-21T14:51:56.384Z | Compiling nix v0.26.2 |
1653 | 2023-10-21T14:51:56.453Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1654 | 2023-10-21T14:51:58.445Z | Compiling hkdf v0.12.3 |
1655 | 2023-10-21T14:51:58.833Z | Compiling textwrap v0.11.0 |
1656 | 2023-10-21T14:51:59.190Z | Compiling const_format_proc_macros v0.2.31 |
1657 | 2023-10-21T14:52:02.078Z | Compiling linked-hash-map v0.5.6 |
1658 | 2023-10-21T14:52:02.410Z | Compiling base64 v0.13.1 |
1659 | 2023-10-21T14:52:02.535Z | Compiling strsim v0.8.0 |
1660 | 2023-10-21T14:52:02.697Z | Compiling vec_map v0.8.2 |
1661 | 2023-10-21T14:52:02.788Z | Compiling ansi_term v0.12.1 |
1662 | 2023-10-21T14:52:03.151Z | Compiling quick-error v1.2.3 |
1663 | 2023-10-21T14:52:03.344Z | Compiling resolv-conf v0.7.0 |
1664 | 2023-10-21T14:52:03.381Z | Compiling clap v2.34.0 |
1665 | 2023-10-21T14:52:03.703Z | Compiling lru-cache v0.1.2 |
1666 | 2023-10-21T14:52:06.168Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1667 | 2023-10-21T14:52:06.421Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1668 | 2023-10-21T14:52:08.609Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1669 | 2023-10-21T14:52:09.965Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1670 | 2023-10-21T14:52:10.026Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1671 | 2023-10-21T14:52:13.729Z | Compiling num_enum v0.7.0 |
1672 | 2023-10-21T14:52:13.990Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1673 | 2023-10-21T14:52:15.912Z | Compiling bincode v1.3.3 |
1674 | 2023-10-21T14:52:16.438Z | Compiling utf-8 v0.7.6 |
1675 | 2023-10-21T14:52:17.061Z | Compiling termcolor v1.2.0 |
1676 | 2023-10-21T14:52:17.460Z | Compiling convert_case v0.4.0 |
1677 | 2023-10-21T14:52:17.602Z | Compiling cancel-safe-futures v0.1.2 |
1678 | 2023-10-21T14:52:18.088Z | Compiling humantime v2.1.0 |
1679 | 2023-10-21T14:52:18.983Z | Compiling keccak v0.1.4 |
1680 | 2023-10-21T14:52:19.879Z | Compiling sha3 v0.10.8 |
1681 | 2023-10-21T14:52:20.505Z | Compiling derive_more v0.99.17 |
1682 | 2023-10-21T14:52:21.008Z | Compiling env_logger v0.9.3 |
1683 | 2023-10-21T14:52:21.892Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1684 | 2023-10-21T14:52:29.844Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1685 | 2023-10-21T14:52:30.582Z | Compiling structopt v0.3.26 |
1686 | 2023-10-21T14:52:30.845Z | Compiling trust-dns-resolver v0.22.0 |
1687 | 2023-10-21T14:52:33.519Z | Compiling aes-gcm-siv v0.11.1 |
1688 | 2023-10-21T14:52:33.545Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1689 | 2023-10-21T14:52:33.951Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1690 | 2023-10-21T14:52:34.160Z | Compiling zone v0.2.0 |
1691 | 2023-10-21T14:52:36.346Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1692 | 2023-10-21T14:52:36.541Z | Compiling secrecy v0.8.0 |
1693 | 2023-10-21T14:52:36.647Z | Compiling smf v0.2.2 |
1694 | 2023-10-21T14:52:36.954Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1695 | 2023-10-21T14:52:37.528Z | Compiling ringbuffer v0.15.0 |
1696 | 2023-10-21T14:52:38.193Z | Compiling ascii v1.1.0 |
1697 | 2023-10-21T14:52:39.264Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1698 | 2023-10-21T14:52:39.540Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1699 | 2023-10-21T14:52:39.573Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1700 | 2023-10-21T14:52:41.268Z | Compiling bitstruct v0.1.1 |
1701 | 2023-10-21T14:52:43.061Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1702 | 2023-10-21T14:52:43.750Z | Compiling serde_arrays v0.1.0 |
1703 | 2023-10-21T14:52:44.049Z | Compiling ff v0.13.0 |
1704 | 2023-10-21T14:52:44.191Z | Compiling nibble_vec v0.1.0 |
1705 | 2023-10-21T14:52:44.401Z | Compiling arc-swap v1.6.0 |
1706 | 2023-10-21T14:52:44.430Z | Compiling endian-type v0.1.2 |
1707 | 2023-10-21T14:52:44.812Z | Compiling radix_trie v0.2.1 |
1708 | 2023-10-21T14:52:44.878Z | Compiling group v0.13.0 |
1709 | 2023-10-21T14:52:45.154Z | Compiling slog-scope v4.4.0 |
1710 | 2023-10-21T14:52:45.514Z | Compiling rand_core v0.5.1 |
1711 | 2023-10-21T14:52:45.961Z | Compiling tungstenite v0.20.1 |
1712 | 2023-10-21T14:52:46.352Z | Compiling poly1305 v0.8.0 |
1713 | 2023-10-21T14:52:47.872Z | Compiling chacha20 v0.9.1 |
1714 | 2023-10-21T14:52:48.270Z | Compiling crypto-bigint v0.5.2 |
1715 | 2023-10-21T14:52:48.487Z | Compiling num-complex v0.4.4 |
1716 | 2023-10-21T14:52:48.546Z | Compiling base16ct v0.2.0 |
1717 | 2023-10-21T14:52:48.718Z | Compiling option-ext v0.2.0 |
1718 | 2023-10-21T14:52:49.017Z | Compiling ciborium-io v0.2.1 |
1719 | 2023-10-21T14:52:49.219Z | Compiling half v1.8.2 |
1720 | 2023-10-21T14:52:49.365Z | Compiling dirs-sys v0.4.1 |
1721 | 2023-10-21T14:52:50.019Z | Compiling ciborium-ll v0.2.1 |
1722 | 2023-10-21T14:52:50.255Z | Compiling num v0.4.1 |
1723 | 2023-10-21T14:52:50.283Z | Compiling tokio-tungstenite v0.20.1 |
1724 | 2023-10-21T14:52:50.419Z | Compiling parking_lot v0.11.2 |
1725 | 2023-10-21T14:52:50.422Z | Compiling rand_chacha v0.2.2 |
1726 | 2023-10-21T14:52:50.469Z | Compiling trust-dns-client v0.22.0 |
1727 | 2023-10-21T14:52:50.545Z | Compiling slog-stdlog v4.1.1 |
1728 | 2023-10-21T14:52:51.007Z | Compiling thiserror-no-std v2.0.2 |
1729 | 2023-10-21T14:52:51.279Z | Compiling elliptic-curve v0.13.5 |
1730 | 2023-10-21T14:52:52.141Z | Compiling password-hash v0.4.2 |
1731 | 2023-10-21T14:52:52.199Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1732 | 2023-10-21T14:52:52.263Z | Compiling ed25519 v2.2.2 |
1733 | 2023-10-21T14:52:53.579Z | Compiling blowfish v0.9.1 |
1734 | 2023-10-21T14:52:53.752Z | Compiling pbkdf2 v0.12.2 |
1735 | 2023-10-21T14:52:53.774Z | Compiling fxhash v0.2.1 |
1736 | 2023-10-21T14:52:54.253Z | Compiling sled v0.34.7 |
1737 | 2023-10-21T14:52:54.548Z | Compiling bcrypt-pbkdf v0.10.0 |
1738 | 2023-10-21T14:52:54.620Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1739 | 2023-10-21T14:52:54.645Z | Compiling pbkdf2 v0.11.0 |
1740 | 2023-10-21T14:52:55.141Z | Compiling trust-dns-server v0.22.1 |
1741 | 2023-10-21T14:52:55.243Z | Compiling ed25519-dalek v2.0.0 |
1742 | 2023-10-21T14:52:55.785Z | Compiling vsss-rs v3.3.1 |
1743 | 2023-10-21T14:52:56.120Z | Compiling russh-cryptovec v0.7.0 |
1744 | 2023-10-21T14:52:56.171Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1745 | 2023-10-21T14:52:56.597Z | Compiling rand v0.7.3 |
1746 | 2023-10-21T14:52:57.545Z | Compiling slog-envlogger v2.2.0 |
1747 | 2023-10-21T14:52:58.846Z | Compiling ciborium v0.2.1 |
1748 | 2023-10-21T14:53:00.034Z | Compiling dirs v5.0.1 |
1749 | 2023-10-21T14:53:00.274Z | Compiling chacha20poly1305 v0.10.1 |
1750 | 2023-10-21T14:53:00.340Z | Compiling tungstenite v0.18.0 |
1751 | 2023-10-21T14:53:00.591Z | Compiling pem v1.1.1 |
1752 | 2023-10-21T14:53:01.467Z | Compiling ron v0.7.1 |
1753 | 2023-10-21T14:53:01.729Z | Compiling const_format v0.2.31 |
1754 | 2023-10-21T14:53:03.445Z | Compiling ghash v0.5.0 |
1755 | 2023-10-21T14:53:04.661Z | Compiling camino-tempfile v1.0.2 |
1756 | 2023-10-21T14:53:05.660Z | Compiling cbc v0.1.2 |
1757 | 2023-10-21T14:53:05.720Z | Compiling headers-core v0.2.0 |
1758 | 2023-10-21T14:53:06.010Z | Compiling http-range v0.1.5 |
1759 | 2023-10-21T14:53:06.275Z | Compiling pretty-hex v0.3.0 |
1760 | 2023-10-21T14:53:06.421Z | Compiling md5 v0.7.0 |
1761 | 2023-10-21T14:53:06.581Z | Compiling bit_field v0.10.2 |
1762 | 2023-10-21T14:53:06.617Z | Compiling hyper-staticfile v0.9.5 |
1763 | 2023-10-21T14:53:06.924Z | Compiling russh-keys v0.38.0 |
1764 | 2023-10-21T14:53:07.938Z | Compiling headers v0.3.9 |
1765 | 2023-10-21T14:53:12.168Z | Compiling aes-gcm v0.10.2 |
1766 | 2023-10-21T14:53:12.736Z | Compiling tokio-tungstenite v0.18.0 |
1767 | 2023-10-21T14:53:12.766Z | Compiling rcgen v0.10.0 |
1768 | 2023-10-21T14:53:19.365Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1769 | 2023-10-21T14:53:19.390Z | Compiling atomicwrites v0.4.2 |
1770 | 2023-10-21T14:53:20.226Z | Compiling subprocess v0.2.9 |
1771 | 2023-10-21T14:53:20.922Z | Compiling hex-literal v0.4.1 |
1772 | 2023-10-21T14:53:21.154Z | Compiling glob v0.3.1 |
1773 | 2023-10-21T14:53:21.157Z | Compiling russh v0.38.0 |
1774 | 2023-10-21T14:53:28.173Z | Compiling bzip2 v0.4.4 |
1775 | 2023-10-21T14:53:28.831Z | Compiling zip v0.6.6 |
1776 | 2023-10-21T14:53:31.213Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1777 | 2023-10-21T14:53:31.795Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1778 | 2023-10-21T14:53:31.811Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1779 | 2023-10-21T14:53:31.846Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1780 | 2023-10-21T14:53:31.884Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1781 | 2023-10-21T14:53:32.086Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1782 | 2023-10-21T14:53:32.344Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1783 | 2023-10-21T14:53:32.817Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1784 | 2023-10-21T14:53:33.133Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1785 | 2023-10-21T14:53:34.897Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1786 | 2023-10-21T14:53:43.964Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1787 | 2023-10-21T14:53:52.216Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1788 | 2023-10-21T14:53:57.656Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1789 | 2023-10-21T14:53:59.310Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1790 | 2023-10-21T14:54:12.780Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1791 | 2023-10-21T14:54:14.288Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1792 | 2023-10-21T14:54:20.515Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1793 | 2023-10-21T14:54:22.200Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1794 | 2023-10-21T14:54:25.402Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1795 | 2023-10-21T14:54:26.159Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1796 | 2023-10-21T14:54:43.261Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1797 | 2023-10-21T14:55:08.410Z | Compiling git2 v0.17.2 |
1798 | 2023-10-21T14:55:14.798Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1799 | 2023-10-21T14:55:16.838Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1800 | 2023-10-21T14:55:29.729Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1801 | 2023-10-21T14:55:45.603Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1802 | 2023-10-21T14:55:45.913Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1803 | 2023-10-21T14:55:46.473Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1804 | 2023-10-21T14:55:50.350Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1805 | 2023-10-21T14:56:29.105Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1806 | 2023-10-21T14:58:02.370Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 01s |
1807 | 2023-10-21T14:58:02.827Z | |
1808 | 2023-10-21T14:58:02.830Z | real 11:02.215565946 |
1809 | 2023-10-21T14:58:02.834Z | user 1:01:20.819327069 |
1810 | 2023-10-21T14:58:02.837Z | sys 9:29.897928841 |
1811 | 2023-10-21T14:58:02.840Z | trap 2.553007657 |
1812 | 2023-10-21T14:58:02.844Z | tflt 2.373646618 |
1813 | 2023-10-21T14:58:02.847Z | dflt 6.363361517 |
1814 | 2023-10-21T14:58:02.852Z | kflt 0.016084324 |
1815 | 2023-10-21T14:58:02.856Z | lock 1:53:48.474088747 |
1816 | 2023-10-21T14:58:02.858Z | slp 3:11:26.544521797 |
1817 | 2023-10-21T14:58:02.861Z | lat 2:29.834566996 |
1818 | 2023-10-21T14:58:02.864Z | stop 5:57.971232314 |
1819 | 2023-10-21T14:58:02.867Z | + mkdir -p /work/end-to-end-tests |
1820 | 2023-10-21T14:58:02.874Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1821 | 2023-10-21T14:58:03.352Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1822 | 2023-10-21T14:58:03.355Z | + ptime -m gzip |
1823 | 2023-10-21T14:58:03.358Z | ++ basename target/debug/bootstrap |
1824 | 2023-10-21T14:58:20.390Z | |
1825 | 2023-10-21T14:58:20.588Z | real 17.031596064 |
1826 | 2023-10-21T14:58:20.591Z | user 16.845301715 |
1827 | 2023-10-21T14:58:20.594Z | sys 0.180030122 |
1828 | 2023-10-21T14:58:20.597Z | trap 0.004438491 |
1829 | 2023-10-21T14:58:20.599Z | tflt 0.000000000 |
1830 | 2023-10-21T14:58:20.602Z | dflt 0.000000000 |
1831 | 2023-10-21T14:58:20.606Z | kflt 0.000000000 |
1832 | 2023-10-21T14:58:20.609Z | lock 0.000000000 |
1833 | 2023-10-21T14:58:20.612Z | slp 0.000000000 |
1834 | 2023-10-21T14:58:20.615Z | lat 0.001408791 |
1835 | 2023-10-21T14:58:20.618Z | stop 0.000288242 |
1836 | 2023-10-21T14:58:20.621Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1837 | 2023-10-21T14:58:20.623Z | + ptime -m gzip |
1838 | 2023-10-21T14:58:20.649Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-49e31e75b930b622 |
1839 | 2023-10-21T14:58:21.503Z | |
1840 | 2023-10-21T14:58:21.506Z | real 1.103591771 |
1841 | 2023-10-21T14:58:21.508Z | user 1.090879361 |
1842 | 2023-10-21T14:58:21.511Z | sys 0.012015046 |
1843 | 2023-10-21T14:58:21.514Z | trap 0.000161100 |
1844 | 2023-10-21T14:58:21.517Z | tflt 0.000000000 |
1845 | 2023-10-21T14:58:21.520Z | dflt 0.000000000 |
1846 | 2023-10-21T14:58:21.522Z | kflt 0.000000000 |
1847 | 2023-10-21T14:58:21.525Z | lock 0.000000000 |
1848 | 2023-10-21T14:58:21.528Z | slp 0.000000000 |
1849 | 2023-10-21T14:58:21.531Z | lat 0.000165893 |
1850 | 2023-10-21T14:58:21.534Z | stop 0.000254956 |
1851 | 2023-10-21T14:58:21.536Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1852 | 2023-10-21T14:58:21.539Z | + ptime -m gzip |
1853 | 2023-10-21T14:58:21.542Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a91cf9af3457d280 |
1854 | 2023-10-21T14:58:40.807Z | |
1855 | 2023-10-21T14:58:40.809Z | real 19.296504356 |
1856 | 2023-10-21T14:58:40.812Z | user 19.083157995 |
1857 | 2023-10-21T14:58:40.815Z | sys 0.207503659 |
1858 | 2023-10-21T14:58:40.820Z | trap 0.004375316 |
1859 | 2023-10-21T14:58:40.826Z | tflt 0.000000000 |
1860 | 2023-10-21T14:58:40.829Z | dflt 0.000000000 |
1861 | 2023-10-21T14:58:40.832Z | kflt 0.000000000 |
1862 | 2023-10-21T14:58:40.836Z | lock 0.000000000 |
1863 | 2023-10-21T14:58:40.839Z | slp 0.000000000 |
1864 | 2023-10-21T14:58:40.842Z | lat 0.001082677 |
1865 | 2023-10-21T14:58:40.845Z | stop 0.000267068 |
1866 | 2023-10-21T14:58:40.848Z | + banner caboose-util |
1867 | 2023-10-21T14:58:40.851Z | |
1868 | 2023-10-21T14:58:40.854Z | #### ## ##### #### #### #### ###### # # ##### |
1869 | 2023-10-21T14:58:40.857Z | # # # # # # # # # # # # # # # |
1870 | 2023-10-21T14:58:40.860Z | # # # ##### # # # # #### ##### ##### # # # |
1871 | 2023-10-21T14:58:40.862Z | # ###### # # # # # # # # # # # |
1872 | 2023-10-21T14:58:40.865Z | # # # # # # # # # # # # # # # # |
1873 | 2023-10-21T14:58:40.867Z | #### # # ##### #### #### #### ###### #### # |
1874 | 2023-10-21T14:58:40.870Z | |
1875 | 2023-10-21T14:58:40.873Z | + ptime -m cargo build --locked -p caboose-util --release |
1876 | 2023-10-21T14:58:41.538Z | Downloading crates ... |
1877 | 2023-10-21T14:58:41.831Z | Downloaded path-slash v0.1.5 |
1878 | 2023-10-21T14:58:41.840Z | Downloaded ron v0.8.1 |
1879 | 2023-10-21T14:58:41.851Z | Downloaded crc v3.0.1 |
1880 | 2023-10-21T14:58:41.854Z | Downloaded der_derive v0.7.2 |
1881 | 2023-10-21T14:58:41.857Z | Downloaded maybe-uninit v2.0.0 |
1882 | 2023-10-21T14:58:41.859Z | Downloaded packed_struct_codegen v0.10.1 |
1883 | 2023-10-21T14:58:41.863Z | Downloaded nodrop v0.1.14 |
1884 | 2023-10-21T14:58:41.866Z | Downloaded serde-hex v0.1.0 |
1885 | 2023-10-21T14:58:41.869Z | Downloaded bitfield v0.14.0 |
1886 | 2023-10-21T14:58:41.872Z | Downloaded crc-catalog v2.2.0 |
1887 | 2023-10-21T14:58:41.875Z | Downloaded packed_struct v0.10.1 |
1888 | 2023-10-21T14:58:41.878Z | Downloaded env_logger v0.10.0 |
1889 | 2023-10-21T14:58:41.880Z | Downloaded crc-any v2.4.3 |
1890 | 2023-10-21T14:58:41.883Z | Downloaded pem-rfc7468 v0.7.0 |
1891 | 2023-10-21T14:58:41.886Z | Downloaded rsa v0.9.2 |
1892 | 2023-10-21T14:58:41.890Z | Downloaded num-bigint-dig v0.8.4 |
1893 | 2023-10-21T14:58:41.904Z | Downloaded object v0.30.4 |
1894 | 2023-10-21T14:58:41.920Z | Downloaded x509-cert v0.2.4 |
1895 | 2023-10-21T14:58:41.930Z | Downloaded pkcs1 v0.7.5 |
1896 | 2023-10-21T14:58:41.933Z | Downloaded flagset v0.4.3 |
1897 | 2023-10-21T14:58:41.936Z | Downloaded smallvec v0.6.14 |
1898 | 2023-10-21T14:58:41.939Z | Downloaded array-init v0.0.4 |
1899 | 2023-10-21T14:58:42.103Z | Compiling proc-macro2 v1.0.67 |
1900 | 2023-10-21T14:58:42.106Z | Compiling unicode-ident v1.0.12 |
1901 | 2023-10-21T14:58:42.109Z | Compiling libc v0.2.149 |
1902 | 2023-10-21T14:58:42.112Z | Compiling autocfg v1.1.0 |
1903 | 2023-10-21T14:58:42.114Z | Compiling serde v1.0.188 |
1904 | 2023-10-21T14:58:42.117Z | Compiling version_check v0.9.4 |
1905 | 2023-10-21T14:58:42.120Z | Compiling cfg-if v1.0.0 |
1906 | 2023-10-21T14:58:42.283Z | Compiling parking_lot_core v0.9.8 |
1907 | 2023-10-21T14:58:42.294Z | Compiling syn v1.0.109 |
1908 | 2023-10-21T14:58:42.377Z | Compiling once_cell v1.18.0 |
1909 | 2023-10-21T14:58:42.899Z | Compiling typenum v1.16.0 |
1910 | 2023-10-21T14:58:42.935Z | Compiling libm v0.2.7 |
1911 | 2023-10-21T14:58:43.047Z | Compiling futures-core v0.3.28 |
1912 | 2023-10-21T14:58:43.247Z | Compiling generic-array v0.14.7 |
1913 | 2023-10-21T14:58:43.322Z | Compiling lock_api v0.4.10 |
1914 | 2023-10-21T14:58:43.374Z | Compiling num-traits v0.2.16 |
1915 | 2023-10-21T14:58:43.482Z | Compiling pkg-config v0.3.27 |
1916 | 2023-10-21T14:58:43.728Z | Compiling slab v0.4.9 |
1917 | 2023-10-21T14:58:43.778Z | Compiling futures-task v0.3.28 |
1918 | 2023-10-21T14:58:44.156Z | Compiling futures-channel v0.3.28 |
1919 | 2023-10-21T14:58:44.252Z | Compiling serde_json v1.0.107 |
1920 | 2023-10-21T14:58:44.338Z | Compiling quote v1.0.33 |
1921 | 2023-10-21T14:58:44.399Z | Compiling scopeguard v1.2.0 |
1922 | 2023-10-21T14:58:44.589Z | Compiling thiserror v1.0.49 |
1923 | 2023-10-21T14:58:44.675Z | Compiling futures-util v0.3.28 |
1924 | 2023-10-21T14:58:44.800Z | Compiling itoa v1.0.9 |
1925 | 2023-10-21T14:58:45.139Z | Compiling syn v2.0.32 |
1926 | 2023-10-21T14:58:45.226Z | Compiling jobserver v0.1.26 |
1927 | 2023-10-21T14:58:45.239Z | Compiling getrandom v0.2.10 |
1928 | 2023-10-21T14:58:45.357Z | Compiling memchr v2.6.3 |
1929 | 2023-10-21T14:58:45.748Z | Compiling cc v1.0.83 |
1930 | 2023-10-21T14:58:46.862Z | Compiling ahash v0.8.3 |
1931 | 2023-10-21T14:58:47.043Z | Compiling smallvec v1.11.0 |
1932 | 2023-10-21T14:58:47.334Z | Compiling vcpkg v0.2.15 |
1933 | 2023-10-21T14:58:47.917Z | Compiling log v0.4.20 |
1934 | 2023-10-21T14:58:48.236Z | Compiling byteorder v1.4.3 |
1935 | 2023-10-21T14:58:49.127Z | Compiling rand_core v0.6.4 |
1936 | 2023-10-21T14:58:49.599Z | Compiling pin-project-lite v0.2.13 |
1937 | 2023-10-21T14:58:49.908Z | Compiling parking_lot v0.12.1 |
1938 | 2023-10-21T14:58:50.495Z | Compiling indexmap v1.9.3 |
1939 | 2023-10-21T14:58:50.699Z | Compiling ring v0.16.20 |
1940 | 2023-10-21T14:58:50.712Z | Compiling openssl-sys v0.9.93 |
1941 | 2023-10-21T14:58:52.371Z | Compiling io-lifetimes v1.0.11 |
1942 | 2023-10-21T14:58:53.269Z | Compiling num-integer v0.1.45 |
1943 | 2023-10-21T14:58:53.679Z | Compiling semver v1.0.18 |
1944 | 2023-10-21T14:58:53.755Z | Compiling const-oid v0.9.5 |
1945 | 2023-10-21T14:58:54.333Z | Compiling ryu v1.0.15 |
1946 | 2023-10-21T14:58:54.812Z | Compiling spin v0.5.2 |
1947 | 2023-10-21T14:58:55.676Z | Compiling rustix v0.37.23 |
1948 | 2023-10-21T14:58:56.566Z | Compiling mio v0.8.8 |
1949 | 2023-10-21T14:58:56.773Z | Compiling num_cpus v1.16.0 |
1950 | 2023-10-21T14:58:56.949Z | Compiling socket2 v0.5.4 |
1951 | 2023-10-21T14:58:57.068Z | Compiling signal-hook-registry v1.4.1 |
1952 | 2023-10-21T14:58:57.596Z | Compiling heck v0.4.1 |
1953 | 2023-10-21T14:58:57.601Z | Compiling unicode-xid v0.2.4 |
1954 | 2023-10-21T14:58:57.833Z | Compiling httparse v1.8.0 |
1955 | 2023-10-21T14:58:58.250Z | Compiling openssl v0.10.57 |
1956 | 2023-10-21T14:58:58.253Z | Compiling futures-sink v0.3.28 |
1957 | 2023-10-21T14:58:58.424Z | Compiling ucd-trie v0.1.6 |
1958 | 2023-10-21T14:58:58.445Z | Compiling synstructure v0.12.6 |
1959 | 2023-10-21T14:58:58.866Z | Compiling tinyvec_macros v0.1.1 |
1960 | 2023-10-21T14:58:58.990Z | Compiling tinyvec v1.6.0 |
1961 | 2023-10-21T14:59:00.694Z | Compiling native-tls v0.2.11 |
1962 | 2023-10-21T14:59:01.066Z | Compiling radium v0.7.0 |
1963 | 2023-10-21T14:59:01.163Z | Compiling futures-io v0.3.28 |
1964 | 2023-10-21T14:59:01.707Z | Compiling pin-utils v0.1.0 |
1965 | 2023-10-21T14:59:01.831Z | Compiling ppv-lite86 v0.2.17 |
1966 | 2023-10-21T14:59:01.844Z | Compiling crc32fast v1.3.2 |
1967 | 2023-10-21T14:59:01.847Z | Compiling rustls v0.21.7 |
1968 | 2023-10-21T14:59:02.235Z | Compiling unicode-normalization v0.1.22 |
1969 | 2023-10-21T14:59:02.250Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1970 | 2023-10-21T14:59:02.776Z | Compiling tracing-core v0.1.31 |
1971 | 2023-10-21T14:59:02.969Z | Compiling subtle v2.5.0 |
1972 | 2023-10-21T14:59:03.276Z | Compiling rand_chacha v0.3.1 |
1973 | 2023-10-21T14:59:03.299Z | Compiling unicode-bidi v0.3.13 |
1974 | 2023-10-21T14:59:03.934Z | Compiling rand v0.8.5 |
1975 | 2023-10-21T14:59:05.791Z | Compiling errno v0.3.2 |
1976 | 2023-10-21T14:59:05.964Z | Compiling num-iter v0.1.43 |
1977 | 2023-10-21T14:59:06.086Z | Compiling usdt-impl v0.3.5 |
1978 | 2023-10-21T14:59:06.119Z | Compiling base64 v0.21.4 |
1979 | 2023-10-21T14:59:06.980Z | Compiling rustix v0.38.9 |
1980 | 2023-10-21T14:59:07.133Z | Compiling schemars v0.8.13 |
1981 | 2023-10-21T14:59:08.208Z | Compiling serde_derive v1.0.188 |
1982 | 2023-10-21T14:59:08.359Z | Compiling zeroize_derive v1.4.2 |
1983 | 2023-10-21T14:59:08.457Z | Compiling tokio-macros v2.1.0 |
1984 | 2023-10-21T14:59:08.561Z | Compiling thiserror-impl v1.0.49 |
1985 | 2023-10-21T14:59:08.724Z | Compiling futures-macro v0.3.28 |
1986 | 2023-10-21T14:59:08.872Z | Compiling tracing-attributes v0.1.26 |
1987 | 2023-10-21T14:59:09.583Z | Compiling zerocopy-derive v0.2.0 |
1988 | 2023-10-21T14:59:10.036Z | Compiling openssl-macros v0.1.1 |
1989 | 2023-10-21T14:59:10.641Z | Compiling zeroize v1.6.0 |
1990 | 2023-10-21T14:59:11.447Z | Compiling zerocopy-derive v0.6.4 |
1991 | 2023-10-21T14:59:13.471Z | Compiling pest v2.7.2 |
1992 | 2023-10-21T14:59:13.636Z | Compiling crypto-common v0.1.6 |
1993 | 2023-10-21T14:59:13.754Z | Compiling block-buffer v0.10.4 |
1994 | 2023-10-21T14:59:14.159Z | Compiling digest v0.10.7 |
1995 | 2023-10-21T14:59:14.491Z | Compiling tracing v0.1.37 |
1996 | 2023-10-21T14:59:14.909Z | Compiling serde_derive_internals v0.26.0 |
1997 | 2023-10-21T14:59:17.361Z | Compiling bitflags v1.3.2 |
1998 | 2023-10-21T14:59:17.553Z | Compiling pest_meta v2.7.2 |
1999 | 2023-10-21T14:59:18.309Z | Compiling untrusted v0.7.1 |
2000 | 2023-10-21T14:59:18.621Z | Compiling fnv v1.0.7 |
2001 | 2023-10-21T14:59:19.035Z | Compiling schemars_derive v0.8.13 |
2002 | 2023-10-21T14:59:20.520Z | Compiling pest_generator v2.7.2 |
2003 | 2023-10-21T14:59:24.257Z | Compiling zerocopy v0.3.0 |
2004 | 2023-10-21T14:59:24.750Z | Compiling pest_derive v2.7.2 |
2005 | 2023-10-21T14:59:24.987Z | Compiling lazy_static v1.4.0 |
2006 | 2023-10-21T14:59:25.590Z | Compiling backtrace v0.3.69 |
2007 | 2023-10-21T14:59:25.602Z | Compiling memoffset v0.9.0 |
2008 | 2023-10-21T14:59:25.605Z | Compiling num-bigint v0.4.4 |
2009 | 2023-10-21T14:59:25.807Z | Compiling smoltcp v0.9.1 |
2010 | 2023-10-21T14:59:26.043Z | Compiling crossbeam-utils v0.8.16 |
2011 | 2023-10-21T14:59:26.190Z | Compiling hashbrown v0.12.3 |
2012 | 2023-10-21T14:59:26.247Z | Compiling iana-time-zone v0.1.57 |
2013 | 2023-10-21T14:59:26.383Z | Compiling async-trait v0.1.73 |
2014 | 2023-10-21T14:59:26.694Z | Compiling openssl-probe v0.1.5 |
2015 | 2023-10-21T14:59:26.807Z | Compiling allocator-api2 v0.2.16 |
2016 | 2023-10-21T14:59:26.874Z | Compiling foreign-types-shared v0.1.1 |
2017 | 2023-10-21T14:59:27.039Z | Compiling base64ct v1.6.0 |
2018 | 2023-10-21T14:59:27.051Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2019 | 2023-10-21T14:59:28.187Z | Compiling percent-encoding v2.3.0 |
2020 | 2023-10-21T14:59:28.191Z | Compiling hashbrown v0.14.0 |
2021 | 2023-10-21T14:59:28.389Z | Compiling pem-rfc7468 v0.7.0 |
2022 | 2023-10-21T14:59:28.810Z | Compiling foreign-types v0.3.2 |
2023 | 2023-10-21T14:59:28.940Z | Compiling dtrace-parser v0.1.14 |
2024 | 2023-10-21T14:59:29.860Z | Compiling dof v0.1.5 |
2025 | 2023-10-21T14:59:30.203Z | Compiling clap_derive v4.4.2 |
2026 | 2023-10-21T14:59:30.601Z | Compiling der_derive v0.7.2 |
2027 | 2023-10-21T14:59:32.047Z | Compiling bytes v1.5.0 |
2028 | 2023-10-21T14:59:32.421Z | Compiling bitflags v2.4.0 |
2029 | 2023-10-21T14:59:33.802Z | Compiling tokio v1.33.0 |
2030 | 2023-10-21T14:59:33.840Z | Compiling rustc_version v0.4.0 |
2031 | 2023-10-21T14:59:34.209Z | Compiling http v0.2.9 |
2032 | 2023-10-21T14:59:34.916Z | Compiling heapless v0.7.16 |
2033 | 2023-10-21T14:59:35.505Z | Compiling uuid v1.4.1 |
2034 | 2023-10-21T14:59:36.284Z | Compiling chrono v0.4.31 |
2035 | 2023-10-21T14:59:36.580Z | Compiling thread-id v4.2.0 |
2036 | 2023-10-21T14:59:36.736Z | Compiling anstyle v1.0.2 |
2037 | 2023-10-21T14:59:37.037Z | Compiling try-lock v0.2.4 |
2038 | 2023-10-21T14:59:37.951Z | Compiling equivalent v1.0.1 |
2039 | 2023-10-21T14:59:38.115Z | Compiling adler v1.0.2 |
2040 | 2023-10-21T14:59:38.188Z | Compiling rustversion v1.0.14 |
2041 | 2023-10-21T14:59:38.231Z | Compiling flagset v0.4.3 |
2042 | 2023-10-21T14:59:38.433Z | Compiling utf8parse v0.2.1 |
2043 | 2023-10-21T14:59:38.579Z | Compiling siphasher v0.3.11 |
2044 | 2023-10-21T14:59:38.727Z | Compiling cpufeatures v0.2.9 |
2045 | 2023-10-21T14:59:38.740Z | Compiling time-core v0.1.1 |
2046 | 2023-10-21T14:59:38.990Z | Compiling time-macros v0.2.13 |
2047 | 2023-10-21T14:59:39.234Z | Compiling sha2 v0.10.7 |
2048 | 2023-10-21T14:59:39.237Z | Compiling anstyle-parse v0.2.1 |
2049 | 2023-10-21T14:59:42.194Z | Compiling der v0.7.8 |
2050 | 2023-10-21T14:59:42.528Z | Compiling miniz_oxide v0.7.1 |
2051 | 2023-10-21T14:59:44.048Z | Compiling indexmap v2.0.0 |
2052 | 2023-10-21T14:59:45.501Z | Compiling want v0.3.1 |
2053 | 2023-10-21T14:59:45.919Z | Compiling http-body v0.4.5 |
2054 | 2023-10-21T14:59:48.709Z | Compiling tokio-util v0.7.8 |
2055 | 2023-10-21T14:59:51.114Z | Compiling h2 v0.3.21 |
2056 | 2023-10-21T14:59:53.093Z | Compiling serde_tokenstream v0.1.7 |
2057 | 2023-10-21T14:59:54.649Z | Compiling form_urlencoded v1.2.0 |
2058 | 2023-10-21T14:59:55.123Z | Compiling sct v0.7.0 |
2059 | 2023-10-21T14:59:55.574Z | Compiling rustls-webpki v0.101.4 |
2060 | 2023-10-21T14:59:56.423Z | Compiling hubpack_derive v0.1.1 |
2061 | 2023-10-21T14:59:56.886Z | Compiling aho-corasick v1.0.4 |
2062 | 2023-10-21T14:59:57.261Z | Compiling socket2 v0.4.9 |
2063 | 2023-10-21T14:59:57.684Z | Compiling crossbeam-epoch v0.9.15 |
2064 | 2023-10-21T14:59:58.297Z | Compiling colorchoice v1.0.0 |
2065 | 2023-10-21T14:59:58.640Z | Compiling tap v1.0.1 |
2066 | 2023-10-21T14:59:58.928Z | Compiling regex-syntax v0.7.5 |
2067 | 2023-10-21T14:59:58.940Z | Compiling slog v2.7.0 |
2068 | 2023-10-21T15:00:00.231Z | Compiling anstyle-query v1.0.0 |
2069 | 2023-10-21T15:00:00.265Z | Compiling httpdate v1.0.3 |
2070 | 2023-10-21T15:00:00.401Z | Compiling anyhow v1.0.75 |
2071 | 2023-10-21T15:00:00.433Z | Compiling tower-service v0.3.2 |
2072 | 2023-10-21T15:00:00.607Z | Compiling anstream v0.5.0 |
2073 | 2023-10-21T15:00:01.791Z | Compiling wyz v0.5.1 |
2074 | 2023-10-21T15:00:03.317Z | Compiling hyper v0.14.27 |
2075 | 2023-10-21T15:00:06.177Z | Compiling regex-automata v0.3.8 |
2076 | 2023-10-21T15:00:11.012Z | Compiling terminal_size v0.2.6 |
2077 | 2023-10-21T15:00:11.346Z | Compiling spki v0.7.2 |
2078 | 2023-10-21T15:00:12.569Z | Compiling rustls-pemfile v1.0.3 |
2079 | 2023-10-21T15:00:13.104Z | Compiling md-5 v0.10.5 |
2080 | 2023-10-21T15:00:13.506Z | Compiling hmac v0.12.1 |
2081 | 2023-10-21T15:00:13.700Z | Compiling zerocopy v0.6.4 |
2082 | 2023-10-21T15:00:14.232Z | Compiling idna v0.4.0 |
2083 | 2023-10-21T15:00:14.923Z | Compiling stringprep v0.1.3 |
2084 | 2023-10-21T15:00:16.582Z | Compiling diesel_table_macro_syntax v0.1.0 |
2085 | 2023-10-21T15:00:16.603Z | Compiling hash32 v0.2.1 |
2086 | 2023-10-21T15:00:16.806Z | Compiling spin v0.9.8 |
2087 | 2023-10-21T15:00:17.158Z | Compiling dyn-clone v1.0.13 |
2088 | 2023-10-21T15:00:17.203Z | Compiling clap_lex v0.5.1 |
2089 | 2023-10-21T15:00:17.439Z | Compiling fallible-iterator v0.2.0 |
2090 | 2023-10-21T15:00:17.713Z | Compiling gimli v0.28.0 |
2091 | 2023-10-21T15:00:18.473Z | Compiling funty v2.0.0 |
2092 | 2023-10-21T15:00:18.721Z | Compiling strsim v0.10.0 |
2093 | 2023-10-21T15:00:20.174Z | Compiling either v1.9.0 |
2094 | 2023-10-21T15:00:20.745Z | Compiling maybe-uninit v2.0.0 |
2095 | 2023-10-21T15:00:21.545Z | Compiling stable_deref_trait v1.2.0 |
2096 | 2023-10-21T15:00:22.288Z | Compiling bitvec v1.0.1 |
2097 | 2023-10-21T15:00:22.489Z | Compiling clap_builder v4.4.2 |
2098 | 2023-10-21T15:00:22.505Z | Compiling postgres-protocol v0.6.6 |
2099 | 2023-10-21T15:00:23.526Z | Compiling diesel_derives v2.1.1 |
2100 | 2023-10-21T15:00:24.557Z | Compiling url v2.4.1 |
2101 | 2023-10-21T15:00:25.027Z | Compiling tokio-rustls v0.24.1 |
2102 | 2023-10-21T15:00:25.601Z | Compiling addr2line v0.21.0 |
2103 | 2023-10-21T15:00:26.665Z | Compiling strum_macros v0.25.2 |
2104 | 2023-10-21T15:00:27.490Z | Compiling rustls-native-certs v0.6.3 |
2105 | 2023-10-21T15:00:28.349Z | Compiling tokio-native-tls v0.3.1 |
2106 | 2023-10-21T15:00:29.746Z | Compiling usdt-macro v0.3.5 |
2107 | 2023-10-21T15:00:31.209Z | Compiling usdt-attr-macro v0.3.5 |
2108 | 2023-10-21T15:00:33.354Z | Compiling phf_shared v0.11.2 |
2109 | 2023-10-21T15:00:33.421Z | Compiling toml_datetime v0.6.3 |
2110 | 2023-10-21T15:00:33.946Z | Compiling serde_spanned v0.6.3 |
2111 | 2023-10-21T15:00:34.569Z | Compiling block-padding v0.3.3 |
2112 | 2023-10-21T15:00:34.810Z | Compiling enum-as-inner v0.5.1 |
2113 | 2023-10-21T15:00:34.929Z | Compiling serde_repr v0.1.16 |
2114 | 2023-10-21T15:00:36.406Z | Compiling scheduled-thread-pool v0.2.7 |
2115 | 2023-10-21T15:00:36.640Z | Compiling object v0.32.1 |
2116 | 2023-10-21T15:00:45.684Z | Compiling num-bigint-dig v0.8.4 |
2117 | 2023-10-21T15:00:46.681Z | Compiling managed v0.8.0 |
2118 | 2023-10-21T15:00:47.117Z | Compiling num_threads v0.1.6 |
2119 | 2023-10-21T15:00:47.294Z | Compiling bit-vec v0.6.3 |
2120 | 2023-10-21T15:00:47.420Z | Compiling unicode-width v0.1.10 |
2121 | 2023-10-21T15:00:48.400Z | Compiling ipnet v2.8.0 |
2122 | 2023-10-21T15:00:49.757Z | Compiling deranged v0.3.8 |
2123 | 2023-10-21T15:00:49.893Z | Compiling matches v0.1.10 |
2124 | 2023-10-21T15:00:50.027Z | Compiling packed_struct v0.10.1 |
2125 | 2023-10-21T15:00:50.276Z | Compiling rustc-demangle v0.1.23 |
2126 | 2023-10-21T15:00:50.623Z | Compiling regex-automata v0.1.10 |
2127 | 2023-10-21T15:00:51.621Z | Compiling winnow v0.5.15 |
2128 | 2023-10-21T15:00:53.040Z | Compiling time v0.3.27 |
2129 | 2023-10-21T15:00:57.979Z | Compiling toml_edit v0.19.15 |
2130 | 2023-10-21T15:00:58.788Z | Compiling bstr v0.2.17 |
2131 | 2023-10-21T15:01:01.597Z | Compiling idna v0.2.3 |
2132 | 2023-10-21T15:01:09.310Z | Compiling r2d2 v0.8.10 |
2133 | 2023-10-21T15:01:10.717Z | Compiling inout v0.1.3 |
2134 | 2023-10-21T15:01:13.228Z | Compiling phf v0.11.2 |
2135 | 2023-10-21T15:01:13.714Z | Compiling clap v4.4.3 |
2136 | 2023-10-21T15:01:13.884Z | Compiling hyper-tls v0.5.0 |
2137 | 2023-10-21T15:01:14.411Z | Compiling hyper-rustls v0.24.1 |
2138 | 2023-10-21T15:01:14.414Z | Compiling ipnetwork v0.20.0 |
2139 | 2023-10-21T15:01:15.534Z | Compiling flate2 v1.0.27 |
2140 | 2023-10-21T15:01:15.737Z | Compiling postgres-types v0.2.6 |
2141 | 2023-10-21T15:01:17.208Z | Compiling itertools v0.11.0 |
2142 | 2023-10-21T15:01:17.243Z | Compiling regex v1.9.5 |
2143 | 2023-10-21T15:01:18.240Z | Compiling pkcs8 v0.10.2 |
2144 | 2023-10-21T15:01:19.350Z | Compiling hubpack v0.1.2 |
2145 | 2023-10-21T15:01:19.430Z | Compiling serde_urlencoded v0.7.1 |
2146 | 2023-10-21T15:01:20.082Z | Compiling phf_shared v0.10.0 |
2147 | 2023-10-21T15:01:20.809Z | Compiling futures-executor v0.3.28 |
2148 | 2023-10-21T15:01:22.384Z | Compiling signature v2.1.0 |
2149 | 2023-10-21T15:01:22.833Z | Compiling packed_struct_codegen v0.10.1 |
2150 | 2023-10-21T15:01:24.251Z | Compiling float-cmp v0.9.0 |
2151 | 2023-10-21T15:01:24.687Z | Compiling encoding_rs v0.8.33 |
2152 | 2023-10-21T15:01:24.956Z | Compiling crc-catalog v2.2.0 |
2153 | 2023-10-21T15:01:25.086Z | Compiling normalize-line-endings v0.3.0 |
2154 | 2023-10-21T15:01:25.180Z | Compiling whoami v1.4.1 |
2155 | 2023-10-21T15:01:25.261Z | Compiling smawk v0.3.1 |
2156 | 2023-10-21T15:01:25.587Z | Compiling data-encoding v2.4.0 |
2157 | 2023-10-21T15:01:27.108Z | Compiling mime v0.3.17 |
2158 | 2023-10-21T15:01:27.560Z | Compiling nodrop v0.1.14 |
2159 | 2023-10-21T15:01:27.931Z | Compiling difflib v0.4.0 |
2160 | 2023-10-21T15:01:28.006Z | Compiling fixedbitset v0.4.2 |
2161 | 2023-10-21T15:01:28.720Z | Compiling predicates-core v1.0.6 |
2162 | 2023-10-21T15:01:29.218Z | Compiling webpki-roots v0.25.2 |
2163 | 2023-10-21T15:01:29.325Z | Compiling unicode-linebreak v0.1.5 |
2164 | 2023-10-21T15:01:29.473Z | Compiling new_debug_unreachable v1.0.4 |
2165 | 2023-10-21T15:01:29.599Z | Compiling precomputed-hash v0.1.1 |
2166 | 2023-10-21T15:01:29.754Z | Compiling static_assertions v1.1.0 |
2167 | 2023-10-21T15:01:30.126Z | Compiling unicode-segmentation v1.10.1 |
2168 | 2023-10-21T15:01:30.458Z | Compiling textwrap v0.16.0 |
2169 | 2023-10-21T15:01:31.262Z | Compiling similar v2.2.1 |
2170 | 2023-10-21T15:01:31.570Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2171 | 2023-10-21T15:01:32.299Z | Compiling string_cache v0.8.7 |
2172 | 2023-10-21T15:01:32.966Z | Compiling reqwest v0.11.20 |
2173 | 2023-10-21T15:01:34.879Z | Compiling predicates v3.0.4 |
2174 | 2023-10-21T15:01:37.318Z | Compiling petgraph v0.6.4 |
2175 | 2023-10-21T15:01:41.717Z | Compiling array-init v0.0.4 |
2176 | 2023-10-21T15:01:44.065Z | Compiling trust-dns-proto v0.22.0 |
2177 | 2023-10-21T15:01:45.099Z | Compiling tokio-postgres v0.7.10 |
2178 | 2023-10-21T15:01:51.953Z | Compiling crc v3.0.1 |
2179 | 2023-10-21T15:01:57.571Z | Compiling futures v0.3.28 |
2180 | 2023-10-21T15:02:01.454Z | Compiling pkcs1 v0.7.5 |
2181 | 2023-10-21T15:02:01.608Z | Compiling smallvec v0.6.14 |
2182 | 2023-10-21T15:02:01.796Z | Compiling yasna v0.5.2 |
2183 | 2023-10-21T15:02:02.197Z | Compiling diesel v2.1.1 |
2184 | 2023-10-21T15:02:02.559Z | Compiling cipher v0.4.4 |
2185 | 2023-10-21T15:02:05.744Z | Compiling toml v0.7.8 |
2186 | 2023-10-21T15:02:08.086Z | Compiling bit-set v0.5.3 |
2187 | 2023-10-21T15:02:08.491Z | Compiling console v0.15.7 |
2188 | 2023-10-21T15:02:08.556Z | Compiling usdt v0.3.5 |
2189 | 2023-10-21T15:02:08.591Z | Compiling is-terminal v0.4.9 |
2190 | 2023-10-21T15:02:09.757Z | Compiling itertools v0.10.5 |
2191 | 2023-10-21T15:02:10.712Z | Compiling bstr v1.6.0 |
2192 | 2023-10-21T15:02:11.201Z | Compiling tokio-stream v0.1.14 |
2193 | 2023-10-21T15:02:12.831Z | Compiling openapiv3 v1.0.3 |
2194 | 2023-10-21T15:02:13.006Z | Compiling hex v0.4.3 |
2195 | 2023-10-21T15:02:14.880Z | Compiling hashbrown v0.13.2 |
2196 | 2023-10-21T15:02:17.670Z | Compiling bitfield v0.14.0 |
2197 | 2023-10-21T15:02:19.643Z | Compiling termcolor v1.2.0 |
2198 | 2023-10-21T15:02:21.896Z | Compiling lalrpop-util v0.19.12 |
2199 | 2023-10-21T15:02:25.596Z | Compiling env_logger v0.10.0 |
2200 | 2023-10-21T15:02:29.503Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2201 | 2023-10-21T15:02:37.491Z | Compiling rsa v0.9.2 |
2202 | 2023-10-21T15:02:47.087Z | Compiling serde-hex v0.1.0 |
2203 | 2023-10-21T15:02:48.169Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2204 | 2023-10-21T15:02:58.131Z | Compiling x509-cert v0.2.4 |
2205 | 2023-10-21T15:02:58.831Z | Compiling ron v0.8.1 |
2206 | 2023-10-21T15:03:00.603Z | Compiling crc-any v2.4.3 |
2207 | 2023-10-21T15:03:22.736Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2208 | 2023-10-21T15:03:34.011Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2209 | 2023-10-21T15:03:46.157Z | Compiling object v0.30.4 |
2210 | 2023-10-21T15:03:58.160Z | Compiling path-slash v0.1.5 |
2211 | 2023-10-21T15:04:13.817Z | Compiling bzip2 v0.4.4 |
2212 | 2023-10-21T15:04:14.425Z | Compiling zip v0.6.6 |
2213 | 2023-10-21T15:04:16.639Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2214 | 2023-10-21T15:04:17.017Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2215 | 2023-10-21T15:04:47.279Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2216 | 2023-10-21T15:04:48.401Z | Finished release [optimized] target(s) in 6m 07s |
2217 | 2023-10-21T15:04:48.475Z | |
2218 | 2023-10-21T15:04:48.478Z | real 6:07.661603204 |
2219 | 2023-10-21T15:04:48.481Z | user 42:26.766143556 |
2220 | 2023-10-21T15:04:48.484Z | sys 3:35.034955993 |
2221 | 2023-10-21T15:04:48.488Z | trap 1.791460280 |
2222 | 2023-10-21T15:04:48.491Z | tflt 1.237176644 |
2223 | 2023-10-21T15:04:48.493Z | dflt 0.558990909 |
2224 | 2023-10-21T15:04:48.496Z | kflt 0.000227054 |
2225 | 2023-10-21T15:04:48.498Z | lock 1:37:59.101329002 |
2226 | 2023-10-21T15:04:48.501Z | slp 2:25:15.173579625 |
2227 | 2023-10-21T15:04:48.504Z | lat 1:41.277508186 |
2228 | 2023-10-21T15:04:48.506Z | stop 1:28.130908644 |
2229 | 2023-10-21T15:04:48.513Z | + ptime -m gzip |
2230 | 2023-10-21T15:04:49.138Z | |
2231 | 2023-10-21T15:04:49.140Z | real 0.655981385 |
2232 | 2023-10-21T15:04:49.143Z | user 0.648301150 |
2233 | 2023-10-21T15:04:49.146Z | sys 0.007074164 |
2234 | 2023-10-21T15:04:49.149Z | trap 0.000098502 |
2235 | 2023-10-21T15:04:49.151Z | tflt 0.000000000 |
2236 | 2023-10-21T15:04:49.154Z | dflt 0.000000000 |
2237 | 2023-10-21T15:04:49.157Z | kflt 0.000000000 |
2238 | 2023-10-21T15:04:49.160Z | lock 0.000000000 |
2239 | 2023-10-21T15:04:49.162Z | slp 0.000000000 |
2240 | 2023-10-21T15:04:49.166Z | lat 0.000171815 |
2241 | 2023-10-21T15:04:49.169Z | stop 0.000226875 |
2242 | 2023-10-21T15:04:49.172Z | + banner tufaceous |
2243 | 2023-10-21T15:04:49.174Z | |
2244 | 2023-10-21T15:04:49.177Z | ##### # # ###### ## #### ###### #### # # #### |
2245 | 2023-10-21T15:04:49.179Z | # # # # # # # # # # # # # # |
2246 | 2023-10-21T15:04:49.182Z | # # # ##### # # # ##### # # # # #### |
2247 | 2023-10-21T15:04:49.185Z | # # # # ###### # # # # # # # |
2248 | 2023-10-21T15:04:49.187Z | # # # # # # # # # # # # # # # |
2249 | 2023-10-21T15:04:49.190Z | # #### # # # #### ###### #### #### #### |
2250 | 2023-10-21T15:04:49.193Z | |
2251 | 2023-10-21T15:04:49.195Z | + ptime -m cargo build --locked -p tufaceous --release |
2252 | 2023-10-21T15:04:49.893Z | Downloading crates ... |
2253 | 2023-10-21T15:04:50.246Z | Downloaded snafu v0.7.5 |
2254 | 2023-10-21T15:04:50.257Z | Downloaded serde_plain v1.0.2 |
2255 | 2023-10-21T15:04:50.260Z | Downloaded path-dedot v3.1.0 |
2256 | 2023-10-21T15:04:50.263Z | Downloaded doc-comment v0.3.3 |
2257 | 2023-10-21T15:04:50.265Z | Downloaded fs-err v2.9.0 |
2258 | 2023-10-21T15:04:50.268Z | Downloaded globset v0.4.13 |
2259 | 2023-10-21T15:04:50.270Z | Downloaded snafu-derive v0.7.5 |
2260 | 2023-10-21T15:04:50.273Z | Downloaded tough v0.12.5 |
2261 | 2023-10-21T15:04:50.282Z | Downloaded buf-list v1.0.3 |
2262 | 2023-10-21T15:04:50.286Z | Downloaded olpc-cjson v0.1.3 |
2263 | 2023-10-21T15:04:50.288Z | Downloaded path-absolutize v3.1.0 |
2264 | 2023-10-21T15:04:50.291Z | Downloaded bytesize v1.3.0 |
2265 | 2023-10-21T15:04:50.448Z | Compiling serde_tokenstream v0.2.0 |
2266 | 2023-10-21T15:04:50.465Z | Compiling regress v0.7.1 |
2267 | 2023-10-21T15:04:50.478Z | Compiling dirs-sys-next v0.1.2 |
2268 | 2023-10-21T15:04:50.481Z | Compiling ident_case v1.0.1 |
2269 | 2023-10-21T15:04:50.506Z | Compiling thread_local v1.1.7 |
2270 | 2023-10-21T15:04:50.509Z | Compiling slog-async v2.8.0 |
2271 | 2023-10-21T15:04:50.512Z | Compiling camino v1.1.6 |
2272 | 2023-10-21T15:04:50.727Z | Compiling dirs-next v2.0.0 |
2273 | 2023-10-21T15:04:51.105Z | Compiling darling_core v0.20.3 |
2274 | 2023-10-21T15:04:51.150Z | Compiling heck v0.4.1 |
2275 | 2023-10-21T15:04:51.345Z | Compiling term v0.7.0 |
2276 | 2023-10-21T15:04:51.424Z | Compiling crossbeam-channel v0.5.8 |
2277 | 2023-10-21T15:04:51.800Z | Compiling getopts v0.2.21 |
2278 | 2023-10-21T15:04:52.355Z | Compiling structmeta-derive v0.1.6 |
2279 | 2023-10-21T15:04:53.225Z | Compiling atty v0.2.14 |
2280 | 2023-10-21T15:04:53.326Z | Compiling multer v2.1.0 |
2281 | 2023-10-21T15:04:53.441Z | Compiling match_cfg v0.1.0 |
2282 | 2023-10-21T15:04:53.578Z | Compiling unsafe-libyaml v0.2.9 |
2283 | 2023-10-21T15:04:53.749Z | Compiling take_mut v0.2.2 |
2284 | 2023-10-21T15:04:53.993Z | Compiling paste v1.0.14 |
2285 | 2023-10-21T15:04:54.386Z | Compiling doc-comment v0.3.3 |
2286 | 2023-10-21T15:04:55.428Z | Compiling hostname v0.3.1 |
2287 | 2023-10-21T15:04:55.824Z | Compiling slog-term v2.9.0 |
2288 | 2023-10-21T15:04:56.705Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2289 | 2023-10-21T15:04:58.899Z | Compiling structmeta v0.1.6 |
2290 | 2023-10-21T15:04:59.545Z | Compiling serde_yaml v0.9.25 |
2291 | 2023-10-21T15:05:00.501Z | Compiling darling_macro v0.20.3 |
2292 | 2023-10-21T15:05:00.813Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2293 | 2023-10-21T15:05:00.937Z | Compiling slog-json v2.6.1 |
2294 | 2023-10-21T15:05:01.797Z | Compiling async-stream-impl v0.3.5 |
2295 | 2023-10-21T15:05:01.950Z | Compiling darling v0.20.3 |
2296 | 2023-10-21T15:05:02.117Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2297 | 2023-10-21T15:05:02.563Z | Compiling regex-syntax v0.6.29 |
2298 | 2023-10-21T15:05:03.080Z | Compiling atomic-waker v1.1.1 |
2299 | 2023-10-21T15:05:03.384Z | Compiling fastrand v2.0.0 |
2300 | 2023-10-21T15:05:03.900Z | Compiling async-stream v0.3.5 |
2301 | 2023-10-21T15:05:04.546Z | Compiling tempfile v3.8.0 |
2302 | 2023-10-21T15:05:04.599Z | Compiling waitgroup v0.1.2 |
2303 | 2023-10-21T15:05:04.713Z | Compiling serde_with_macros v2.3.3 |
2304 | 2023-10-21T15:05:04.961Z | Compiling slog-bunyan v2.4.0 |
2305 | 2023-10-21T15:05:07.976Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2306 | 2023-10-21T15:05:08.192Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2307 | 2023-10-21T15:05:08.713Z | Compiling sha1 v0.10.5 |
2308 | 2023-10-21T15:05:09.532Z | Compiling snafu-derive v0.7.5 |
2309 | 2023-10-21T15:05:10.251Z | Compiling serde_path_to_error v0.1.14 |
2310 | 2023-10-21T15:05:10.564Z | Compiling path-dedot v3.1.0 |
2311 | 2023-10-21T15:05:10.596Z | Compiling instant v0.1.12 |
2312 | 2023-10-21T15:05:10.827Z | Compiling debug-ignore v1.0.5 |
2313 | 2023-10-21T15:05:10.923Z | Compiling base64 v0.13.1 |
2314 | 2023-10-21T15:05:11.053Z | Compiling same-file v1.0.6 |
2315 | 2023-10-21T15:05:11.246Z | Compiling buf-list v1.0.3 |
2316 | 2023-10-21T15:05:11.524Z | Compiling arc-swap v1.6.0 |
2317 | 2023-10-21T15:05:11.995Z | Compiling pem v1.1.1 |
2318 | 2023-10-21T15:05:12.408Z | Compiling slog-scope v4.4.0 |
2319 | 2023-10-21T15:05:12.584Z | Compiling parse-display-derive v0.7.0 |
2320 | 2023-10-21T15:05:12.879Z | Compiling walkdir v2.4.0 |
2321 | 2023-10-21T15:05:14.108Z | Compiling path-absolutize v3.1.0 |
2322 | 2023-10-21T15:05:14.418Z | Compiling backoff v0.4.0 |
2323 | 2023-10-21T15:05:14.552Z | Compiling serde_with v2.3.3 |
2324 | 2023-10-21T15:05:15.010Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2325 | 2023-10-21T15:05:15.753Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2326 | 2023-10-21T15:05:15.869Z | Compiling globset v0.4.13 |
2327 | 2023-10-21T15:05:16.041Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2328 | 2023-10-21T15:05:16.326Z | Compiling strum v0.25.0 |
2329 | 2023-10-21T15:05:16.583Z | Compiling olpc-cjson v0.1.3 |
2330 | 2023-10-21T15:05:17.485Z | Compiling serde_plain v1.0.2 |
2331 | 2023-10-21T15:05:18.081Z | Compiling snafu v0.7.5 |
2332 | 2023-10-21T15:05:18.401Z | Compiling macaddr v1.0.1 |
2333 | 2023-10-21T15:05:18.967Z | Compiling parse-display v0.7.0 |
2334 | 2023-10-21T15:05:19.296Z | Compiling filetime v0.2.22 |
2335 | 2023-10-21T15:05:19.588Z | Compiling xattr v1.0.1 |
2336 | 2023-10-21T15:05:19.830Z | Compiling tough v0.12.5 |
2337 | 2023-10-21T15:05:20.065Z | Compiling tar v0.4.40 |
2338 | 2023-10-21T15:05:20.141Z | Compiling slog-stdlog v4.1.1 |
2339 | 2023-10-21T15:05:22.415Z | Compiling camino-tempfile v1.0.2 |
2340 | 2023-10-21T15:05:23.211Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2341 | 2023-10-21T15:05:23.421Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2342 | 2023-10-21T15:05:23.785Z | Compiling bytesize v1.3.0 |
2343 | 2023-10-21T15:05:24.751Z | Compiling fs-err v2.9.0 |
2344 | 2023-10-21T15:05:26.173Z | Compiling slog-envlogger v2.2.0 |
2345 | 2023-10-21T15:05:30.321Z | Compiling humantime v2.1.0 |
2346 | 2023-10-21T15:05:34.805Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2347 | 2023-10-21T15:06:00.446Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2348 | 2023-10-21T15:06:00.758Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2349 | 2023-10-21T15:06:12.429Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2350 | 2023-10-21T15:06:14.920Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2351 | 2023-10-21T15:06:39.712Z | Finished release [optimized] target(s) in 1m 50s |
2352 | 2023-10-21T15:06:39.808Z | |
2353 | 2023-10-21T15:06:39.811Z | real 1:50.640421695 |
2354 | 2023-10-21T15:06:39.814Z | user 11:55.684877783 |
2355 | 2023-10-21T15:06:39.817Z | sys 43.709488776 |
2356 | 2023-10-21T15:06:39.819Z | trap 0.468612159 |
2357 | 2023-10-21T15:06:39.822Z | tflt 0.452528105 |
2358 | 2023-10-21T15:06:39.824Z | dflt 0.499932420 |
2359 | 2023-10-21T15:06:39.827Z | kflt 0.000000000 |
2360 | 2023-10-21T15:06:39.830Z | lock 22:22.116555075 |
2361 | 2023-10-21T15:06:39.833Z | slp 25:06.273637489 |
2362 | 2023-10-21T15:06:39.841Z | lat 22.936236854 |
2363 | 2023-10-21T15:06:39.844Z | stop 10.653062739 |
2364 | 2023-10-21T15:06:39.846Z | + ptime -m gzip |
2365 | 2023-10-21T15:06:41.932Z | |
2366 | 2023-10-21T15:06:41.935Z | real 2.120430714 |
2367 | 2023-10-21T15:06:41.937Z | user 2.093241151 |
2368 | 2023-10-21T15:06:41.940Z | sys 0.026378205 |
2369 | 2023-10-21T15:06:41.943Z | trap 0.000320411 |
2370 | 2023-10-21T15:06:41.946Z | tflt 0.000000000 |
2371 | 2023-10-21T15:06:41.949Z | dflt 0.000000000 |
2372 | 2023-10-21T15:06:41.952Z | kflt 0.000000000 |
2373 | 2023-10-21T15:06:41.954Z | lock 0.000000000 |
2374 | 2023-10-21T15:06:41.957Z | slp 0.000000000 |
2375 | 2023-10-21T15:06:41.959Z | lat 0.000163550 |
2376 | 2023-10-21T15:06:41.962Z | stop 0.000222855 |
2377 | 2023-10-21T15:06:41.965Z | process exited: duration 1313306 ms, exit code 0 |
|
2378 | 2023-10-21T15:06:41.970Z | found 5 output files |
2379 | 2023-10-21T15:06:41.987Z | uploading: /work/end-to-end-tests/bootstrap-49e31e75b930b622.gz (6514873 bytes) |
2380 | 2023-10-21T15:06:45.304Z | uploaded: /work/end-to-end-tests/bootstrap-49e31e75b930b622.gz |
2381 | 2023-10-21T15:06:45.316Z | uploading: /work/end-to-end-tests/bootstrap.gz (97906215 bytes) |
2382 | 2023-10-21T15:07:15.986Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2383 | 2023-10-21T15:07:15.998Z | uploading: /work/end-to-end-tests/end_to_end_tests-a91cf9af3457d280.gz (111817595 bytes) |
2384 | 2023-10-21T15:07:49.911Z | uploaded: /work/end-to-end-tests/end_to_end_tests-a91cf9af3457d280.gz |
2385 | 2023-10-21T15:07:49.945Z | uploading: /work/caboose-util.gz (4111313 bytes) |
2386 | 2023-10-21T15:07:51.847Z | uploaded: /work/caboose-util.gz |
2387 | 2023-10-21T15:07:51.851Z | uploading: /work/tufaceous.gz (13496231 bytes) |
2388 | 2023-10-21T15:07:57.752Z | uploaded: /work/tufaceous.gz |