|
|
|
1 | 2023-11-08T18:59:19.716Z | job assigned to worker 01HER4SJQ07MPY26G5XS63C5GP (queued for 59 s) |
|
2 | 2023-11-08T18:59:19.985Z | starting task 0: "setup" |
3 | 2023-11-08T18:59:20.052Z | ++ uname -s |
4 | 2023-11-08T18:59:20.057Z | + kern=SunOS |
5 | 2023-11-08T18:59:20.060Z | + case "$kern" in |
6 | 2023-11-08T18:59:20.063Z | + groupadd -g 12345 build |
7 | 2023-11-08T18:59:20.065Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-08T18:59:22.069Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-08T18:59:22.209Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-08T18:59:22.212Z | + home_fs=zfs |
11 | 2023-11-08T18:59:22.215Z | + [[ zfs == autofs ]] |
12 | 2023-11-08T18:59:22.218Z | + mkdir -p /home/build |
13 | 2023-11-08T18:59:22.221Z | + chown build:build /home/build /work |
14 | 2023-11-08T18:59:24.217Z | + chmod 0700 /home/build /work |
15 | 2023-11-08T18:59:24.221Z | process exited: duration 4225 ms, exit code 0 |
|
16 | 2023-11-08T18:59:24.226Z | starting task 1: "rust-toolchain" |
17 | 2023-11-08T18:59:24.237Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-08T18:59:24.240Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-08T18:59:24.413Z | info: downloading installer |
20 | 2023-11-08T18:59:26.321Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-08T18:59:26.336Z | warning: /opt/ooce/bin |
22 | 2023-11-08T18:59:26.348Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-08T18:59:26.354Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-08T18:59:26.358Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-08T18:59:26.362Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-08T18:59:26.366Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-08T18:59:26.371Z | error: cannot install while Rust is installed |
28 | 2023-11-08T18:59:26.377Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-08T18:59:26.420Z | info: profile set to 'default' |
30 | 2023-11-08T18:59:26.424Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-08T18:59:26.428Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-08T18:59:26.604Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-08T18:59:26.607Z | info: downloading component 'cargo' |
34 | 2023-11-08T18:59:27.387Z | info: downloading component 'clippy' |
35 | 2023-11-08T18:59:27.673Z | info: downloading component 'rust-docs' |
36 | 2023-11-08T18:59:28.665Z | info: downloading component 'rust-std' |
37 | 2023-11-08T18:59:30.435Z | info: downloading component 'rustc' |
38 | 2023-11-08T18:59:34.738Z | info: downloading component 'rustfmt' |
39 | 2023-11-08T18:59:34.984Z | info: installing component 'cargo' |
40 | 2023-11-08T18:59:36.405Z | info: installing component 'clippy' |
41 | 2023-11-08T18:59:37.018Z | info: installing component 'rust-docs' |
42 | 2023-11-08T18:59:39.725Z | info: installing component 'rust-std' |
43 | 2023-11-08T18:59:42.837Z | info: installing component 'rustc' |
44 | 2023-11-08T18:59:49.558Z | info: installing component 'rustfmt' |
45 | 2023-11-08T18:59:50.085Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-08T18:59:50.088Z | |
47 | 2023-11-08T18:59:50.223Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-08T18:59:50.227Z | |
49 | 2023-11-08T18:59:50.230Z | |
50 | 2023-11-08T18:59:50.233Z | Rust is installed now. Great! |
51 | 2023-11-08T18:59:50.237Z | |
52 | 2023-11-08T18:59:50.241Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-08T18:59:50.244Z | environment variable. This has not been done automatically. |
54 | 2023-11-08T18:59:50.247Z | |
55 | 2023-11-08T18:59:50.250Z | To configure your current shell, run: |
56 | 2023-11-08T18:59:50.254Z | source "$HOME/.cargo/env" |
57 | 2023-11-08T18:59:50.307Z | + rustc --version |
58 | 2023-11-08T18:59:50.414Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-08T18:59:50.420Z | process exited: duration 26190 ms, exit code 0 |
|
60 | 2023-11-08T18:59:50.426Z | starting task 2: "authentication" |
61 | 2023-11-08T18:59:50.462Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2023-11-08T18:59:50.468Z | starting task 3: "clone repository" |
63 | 2023-11-08T18:59:50.478Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-08T18:59:50.480Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-08T18:59:50.591Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-08T18:59:57.732Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-08T18:59:57.743Z | + [[ -n dap/schema-docs ]] |
68 | 2023-11-08T18:59:57.753Z | + git fetch origin dap/schema-docs |
69 | 2023-11-08T18:59:58.104Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-08T18:59:58.107Z | * branch dap/schema-docs -> FETCH_HEAD |
71 | 2023-11-08T18:59:58.115Z | + git checkout -B dap/schema-docs remotes/origin/dap/schema-docs |
72 | 2023-11-08T18:59:58.203Z | Switched to a new branch 'dap/schema-docs' |
73 | 2023-11-08T18:59:58.207Z | branch 'dap/schema-docs' set up to track 'origin/dap/schema-docs'. |
74 | 2023-11-08T18:59:58.210Z | + git reset --hard 658f195056a65f29e05b930ec1ba81ab636f5b1d |
75 | 2023-11-08T18:59:58.352Z | HEAD is now at 658f1950 rework headings |
76 | 2023-11-08T18:59:58.355Z | process exited: duration 7883 ms, exit code 0 |
|
77 | 2023-11-08T18:59:58.361Z | starting task 4: "build" |
78 | 2023-11-08T18:59:58.371Z | + cargo --version |
79 | 2023-11-08T18:59:58.378Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-08T18:59:58.572Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-08T18:59:58.575Z | info: downloading component 'cargo' |
82 | 2023-11-08T18:59:59.232Z | info: downloading component 'clippy' |
83 | 2023-11-08T18:59:59.469Z | info: downloading component 'rust-docs' |
84 | 2023-11-08T19:00:00.338Z | info: downloading component 'rust-std' |
85 | 2023-11-08T19:00:01.745Z | info: downloading component 'rustc' |
86 | 2023-11-08T19:00:05.557Z | info: downloading component 'rustfmt' |
87 | 2023-11-08T19:00:05.816Z | info: installing component 'cargo' |
88 | 2023-11-08T19:00:07.004Z | info: installing component 'clippy' |
89 | 2023-11-08T19:00:07.513Z | info: installing component 'rust-docs' |
90 | 2023-11-08T19:00:10.181Z | info: installing component 'rust-std' |
91 | 2023-11-08T19:00:12.695Z | info: installing component 'rustc' |
92 | 2023-11-08T19:00:18.900Z | info: installing component 'rustfmt' |
93 | 2023-11-08T19:00:19.383Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-08T19:00:19.387Z | + rustc --version |
95 | 2023-11-08T19:00:19.505Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-08T19:00:19.511Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-11-08T19:00:27.603Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-11-08T19:00:28.660Z | Startup: Caching catalogs ... Done |
99 | 2023-11-08T19:00:33.349Z | Planning: Solver setup ... Done (4.409s) |
100 | 2023-11-08T19:00:33.458Z | Planning: Running solver ... Done (0.115s) |
101 | 2023-11-08T19:00:33.508Z | Planning: Finding local manifests ... Done (0.003s) |
102 | 2023-11-08T19:00:33.522Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2023-11-08T19:00:33.791Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2023-11-08T19:00:33.865Z | Planning: Package planning ... Done (0.077s) |
105 | 2023-11-08T19:00:34.014Z | Planning: Merging actions ... Done (0.147s) |
106 | 2023-11-08T19:00:35.255Z | Planning: Checking for conflicting actions ... Done (0.838s) |
107 | 2023-11-08T19:00:35.262Z | Planning: Consolidating action changes ... Done (0.017s) |
108 | 2023-11-08T19:00:38.860Z | Planning: Evaluating mediators ... Done (3.997s) |
109 | 2023-11-08T19:00:38.876Z | Planning: Planning completed in 10.17 seconds |
110 | 2023-11-08T19:00:39.818Z | Packages to install: 4 |
111 | 2023-11-08T19:00:39.830Z | Mediators to change: 2 |
112 | 2023-11-08T19:00:39.837Z | Services to change: 1 |
113 | 2023-11-08T19:00:39.841Z | Estimated space available: 148.90 GB |
114 | 2023-11-08T19:00:39.852Z | Estimated space to be consumed: 1.37 GB |
115 | 2023-11-08T19:00:39.856Z | Create boot environment: No |
116 | 2023-11-08T19:00:39.866Z | Create backup boot environment: No |
117 | 2023-11-08T19:00:39.872Z | Rebuild boot archive: No |
118 | 2023-11-08T19:00:39.880Z | |
119 | 2023-11-08T19:00:39.888Z | Changed mediators: |
120 | 2023-11-08T19:00:39.892Z | mediator clang: |
121 | 2023-11-08T19:00:39.895Z | version: None -> 15 (system default) |
122 | 2023-11-08T19:00:39.900Z | |
123 | 2023-11-08T19:00:39.904Z | mediator llvm: |
124 | 2023-11-08T19:00:39.908Z | version: 14 (system default) -> 15 (system default) |
125 | 2023-11-08T19:00:39.912Z | |
126 | 2023-11-08T19:00:39.917Z | Changed packages: |
127 | 2023-11-08T19:00:39.925Z | helios-dev |
128 | 2023-11-08T19:00:39.929Z | developer/build-essential |
129 | 2023-11-08T19:00:39.934Z | None -> 11-2.0 |
130 | 2023-11-08T19:00:39.938Z | library/libxmlsec1 |
131 | 2023-11-08T19:00:39.942Z | None -> 1.2.35-2.0 |
132 | 2023-11-08T19:00:39.946Z | ooce/developer/clang-15 |
133 | 2023-11-08T19:00:39.949Z | None -> 15.0.7-2.0 |
134 | 2023-11-08T19:00:39.952Z | ooce/developer/llvm-15 |
135 | 2023-11-08T19:00:39.957Z | None -> 15.0.7-2.0 |
136 | 2023-11-08T19:00:40.365Z | |
137 | 2023-11-08T19:00:40.482Z | Services: |
138 | 2023-11-08T19:00:40.487Z | restart_fmri: |
139 | 2023-11-08T19:00:40.493Z | svc:/system/update-man-index:default |
140 | 2023-11-08T19:00:40.505Z | |
141 | 2023-11-08T19:00:40.511Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2023-11-08T19:00:45.004Z | Download: 646/3290 items 18.0/212.6MB 8% complete (3.7M/s) |
143 | 2023-11-08T19:00:50.474Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.6M/s) |
144 | 2023-11-08T19:00:55.484Z | Download: 2062/3290 items 118.8/212.6MB 55% complete (10.0M/s) |
145 | 2023-11-08T19:01:00.483Z | Download: 2526/3290 items 120.0/212.6MB 56% complete (3.7M/s) |
146 | 2023-11-08T19:01:05.484Z | Download: 3248/3290 items 201.9/212.6MB 94% complete (8.2M/s) |
147 | 2023-11-08T19:01:06.516Z | Download: Completed 212.60 MB in 26.52 seconds (8.0M/s) |
148 | 2023-11-08T19:01:06.802Z | Actions: 1/3687 actions (Installing new actions) |
149 | 2023-11-08T19:01:11.849Z | Actions: 3217/3687 actions (Installing new actions) |
150 | 2023-11-08T19:01:14.827Z | Actions: Completed 3687 actions in 8.03 seconds. |
151 | 2023-11-08T19:01:14.994Z | Done (0.158s) |
152 | 2023-11-08T19:01:14.998Z | Done (0.000s) |
153 | 2023-11-08T19:01:15.206Z | Done (0.209s) |
154 | 2023-11-08T19:01:22.552Z | Done (7.234s) |
155 | 2023-11-08T19:01:22.937Z | Done (0.292s) |
156 | 2023-11-08T19:01:22.949Z | Done (0.000s) |
157 | 2023-11-08T19:01:23.211Z | Done (0.000s) |
158 | 2023-11-08T19:01:23.883Z | Planning: Evaluating mediator changes ... Done |
159 | 2023-11-08T19:01:24.155Z | Planning: Checking for conflicting actions ... Done |
160 | 2023-11-08T19:01:24.159Z | Planning: Consolidating action changes ... Done |
161 | 2023-11-08T19:01:24.581Z | Planning: Evaluating mediators ... Done |
162 | 2023-11-08T19:01:24.585Z | Planning: Planning completed in 0.70 seconds |
163 | 2023-11-08T19:01:24.636Z | Mediators to change: 2 |
164 | 2023-11-08T19:01:24.640Z | Create boot environment: No |
165 | 2023-11-08T19:01:24.644Z | Create backup boot environment: No |
166 | 2023-11-08T19:01:24.740Z | Done |
167 | 2023-11-08T19:01:24.756Z | Done |
168 | 2023-11-08T19:01:24.854Z | Done |
169 | 2023-11-08T19:01:30.645Z | Done |
170 | 2023-11-08T19:01:30.694Z | Done |
171 | 2023-11-08T19:01:30.704Z | Done |
172 | 2023-11-08T19:01:30.810Z | Done |
173 | 2023-11-08T19:01:31.804Z | Planning: Evaluating mediator changes ... Done |
174 | 2023-11-08T19:01:31.807Z | Planning: Merging actions ... Done |
175 | 2023-11-08T19:01:32.141Z | Planning: Checking for conflicting actions ... Done |
176 | 2023-11-08T19:01:32.149Z | Planning: Consolidating action changes ... Done |
177 | 2023-11-08T19:01:32.560Z | Planning: Evaluating mediators ... Done |
178 | 2023-11-08T19:01:32.649Z | Planning: Planning completed in 1.29 seconds |
179 | 2023-11-08T19:01:32.729Z | Packages to change: 1 |
180 | 2023-11-08T19:01:32.733Z | Mediators to change: 1 |
181 | 2023-11-08T19:01:32.736Z | Services to change: 1 |
182 | 2023-11-08T19:01:32.739Z | Create boot environment: No |
183 | 2023-11-08T19:01:32.742Z | Create backup boot environment: Yes |
184 | 2023-11-08T19:01:34.711Z | Actions: 1/6 actions (Updating modified actions) |
185 | 2023-11-08T19:01:34.715Z | Actions: Completed 6 actions in 0.00 seconds. |
186 | 2023-11-08T19:01:34.719Z | Done |
187 | 2023-11-08T19:01:34.722Z | Done |
188 | 2023-11-08T19:01:34.781Z | Done |
189 | 2023-11-08T19:01:40.511Z | Done |
190 | 2023-11-08T19:01:40.635Z | Done |
191 | 2023-11-08T19:01:40.638Z | Done |
192 | 2023-11-08T19:01:40.739Z | Done |
193 | 2023-11-08T19:01:41.398Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
194 | 2023-11-08T19:01:41.402Z | clang system 15 system |
195 | 2023-11-08T19:01:41.406Z | csh system system illumos |
196 | 2023-11-08T19:01:41.412Z | ctags system system illumos |
197 | 2023-11-08T19:01:41.417Z | gcc vendor 12 vendor |
198 | 2023-11-08T19:01:41.426Z | gcc system 10 system |
199 | 2023-11-08T19:01:41.433Z | gcc system 7 system |
200 | 2023-11-08T19:01:41.443Z | go system 1.20 system |
201 | 2023-11-08T19:01:41.450Z | go system 1.19 system |
202 | 2023-11-08T19:01:41.462Z | llvm system 15 system |
203 | 2023-11-08T19:01:41.471Z | llvm system 14 system |
204 | 2023-11-08T19:01:41.481Z | mariadb system 10.6 system |
205 | 2023-11-08T19:01:41.489Z | mta vendor vendor dma |
206 | 2023-11-08T19:01:41.512Z | openjdk system 17 system |
207 | 2023-11-08T19:01:41.517Z | openjdk system 11 system |
208 | 2023-11-08T19:01:41.525Z | openjdk system 1.8 system |
209 | 2023-11-08T19:01:41.531Z | openssl vendor 3 vendor |
210 | 2023-11-08T19:01:41.536Z | perl system 5.36 system |
211 | 2023-11-08T19:01:41.539Z | postgresql system 15 system |
212 | 2023-11-08T19:01:41.542Z | postgresql system 13 system |
213 | 2023-11-08T19:01:41.545Z | python vendor 3 vendor |
214 | 2023-11-08T19:01:41.548Z | python system 2 system |
215 | 2023-11-08T19:01:41.551Z | python3 system 3.11 system |
216 | 2023-11-08T19:01:41.554Z | ruby system 3.0 system |
217 | 2023-11-08T19:01:41.567Z | words vendor vendor american-english |
218 | 2023-11-08T19:01:41.575Z | words system system australian-english |
219 | 2023-11-08T19:01:41.579Z | words system system british-english |
220 | 2023-11-08T19:01:41.591Z | words system system canadian-english |
221 | 2023-11-08T19:01:41.605Z | words system system french |
222 | 2023-11-08T19:01:41.616Z | words system system italian |
223 | 2023-11-08T19:01:41.633Z | words system system ngerman |
224 | 2023-11-08T19:01:41.647Z | words system system ogerman |
225 | 2023-11-08T19:01:41.661Z | words system system spanish |
226 | 2023-11-08T19:01:41.916Z | FMRI IFO |
227 | 2023-11-08T19:01:41.923Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
228 | 2023-11-08T19:01:41.927Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
229 | 2023-11-08T19:01:41.929Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
230 | 2023-11-08T19:01:41.932Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
231 | 2023-11-08T19:01:41.936Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
232 | 2023-11-08T19:01:41.939Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
233 | 2023-11-08T19:01:41.988Z | + set -o errexit |
234 | 2023-11-08T19:01:41.991Z | +++ dirname ./tools/ci_download_cockroachdb |
235 | 2023-11-08T19:01:41.994Z | ++ cd ./tools |
236 | 2023-11-08T19:01:41.997Z | ++ pwd |
237 | 2023-11-08T19:01:42.000Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
238 | 2023-11-08T19:01:42.003Z | ++ basename ./tools/ci_download_cockroachdb |
239 | 2023-11-08T19:01:42.032Z | + ARG0=ci_download_cockroachdb |
240 | 2023-11-08T19:01:42.039Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
241 | 2023-11-08T19:01:42.045Z | + CIDL_VERSION=v22.1.9 |
242 | 2023-11-08T19:01:42.050Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
243 | 2023-11-08T19:01:42.459Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
244 | 2023-11-08T19:01:42.463Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
245 | 2023-11-08T19:01:42.466Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
246 | 2023-11-08T19:01:42.470Z | + TARGET_DIR=out |
247 | 2023-11-08T19:01:42.474Z | + DOWNLOAD_DIR=out/downloads |
248 | 2023-11-08T19:01:42.476Z | + DEST_DIR=./out/cockroachdb |
249 | 2023-11-08T19:01:42.479Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
250 | 2023-11-08T19:01:42.482Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
251 | 2023-11-08T19:01:42.485Z | + main |
252 | 2023-11-08T19:01:42.488Z | + [[ 0 != 0 ]] |
253 | 2023-11-08T19:01:42.491Z | + CIDL_OS=solaris2.11 |
254 | 2023-11-08T19:01:42.494Z | + [[ 0 != 0 ]] |
255 | 2023-11-08T19:01:42.498Z | + configure_os solaris2.11 |
256 | 2023-11-08T19:01:42.501Z | + echo 'current directory: /work/oxidecomputer/omicron' |
257 | 2023-11-08T19:01:42.506Z | current directory: /work/oxidecomputer/omicron |
258 | 2023-11-08T19:01:42.509Z | + echo 'configuring based on OS: "solaris2.11"' |
259 | 2023-11-08T19:01:42.512Z | configuring based on OS: "solaris2.11" |
260 | 2023-11-08T19:01:42.515Z | + case "$1" in |
261 | 2023-11-08T19:01:42.518Z | + CIDL_BUILD=illumos |
262 | 2023-11-08T19:01:42.523Z | + CIDL_SUFFIX=tar.gz |
263 | 2023-11-08T19:01:42.527Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
264 | 2023-11-08T19:01:42.530Z | + CIDL_MD5FUNC=do_md5sum |
265 | 2023-11-08T19:01:42.533Z | + CIDL_URL_BASE=https://illumos.org/downloads |
266 | 2023-11-08T19:01:42.536Z | + CIDL_ASSEMBLE=do_assemble_illumos |
267 | 2023-11-08T19:01:42.539Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
268 | 2023-11-08T19:01:42.542Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-11-08T19:01:42.545Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-11-08T19:01:42.548Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
271 | 2023-11-08T19:01:42.552Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-08T19:01:42.556Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
273 | 2023-11-08T19:01:42.561Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-08T19:01:42.566Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-11-08T19:01:42.569Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2023-11-08T19:01:42.572Z | + mkdir -p out/downloads |
277 | 2023-11-08T19:01:42.575Z | + mkdir -p ./out/cockroachdb |
278 | 2023-11-08T19:01:42.578Z | + local DO_DOWNLOAD=true |
279 | 2023-11-08T19:01:42.581Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
280 | 2023-11-08T19:01:42.584Z | + '[' true == true ']' |
281 | 2023-11-08T19:01:42.587Z | + echo Downloading... |
282 | 2023-11-08T19:01:42.590Z | Downloading... |
283 | 2023-11-08T19:01:42.593Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-11-08T19:01:42.596Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-11-08T19:01:46.448Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-11-08T19:01:46.451Z | ++ md5sum |
287 | 2023-11-08T19:01:46.453Z | ++ awk '{print $1}' |
288 | 2023-11-08T19:01:46.633Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
289 | 2023-11-08T19:01:46.636Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
290 | 2023-11-08T19:01:46.639Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-11-08T19:01:46.641Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
292 | 2023-11-08T19:01:49.934Z | + do_assemble_illumos |
293 | 2023-11-08T19:01:49.938Z | + rm -r ./out/cockroachdb |
294 | 2023-11-08T19:01:49.944Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
295 | 2023-11-08T19:01:50.620Z | + ./out/cockroachdb/bin/cockroach version |
296 | 2023-11-08T19:01:50.918Z | Build Tag: v22.1.9-dirty |
297 | 2023-11-08T19:01:50.920Z | Build Time: 2022/10/26 21:17:46 |
298 | 2023-11-08T19:01:50.923Z | Distribution: OSS |
299 | 2023-11-08T19:01:50.927Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
300 | 2023-11-08T19:01:50.931Z | Go Version: go1.17.13 |
301 | 2023-11-08T19:01:50.935Z | C Compiler: gcc 10.3.0 |
302 | 2023-11-08T19:01:50.938Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
303 | 2023-11-08T19:01:50.942Z | Build Type: release |
304 | 2023-11-08T19:01:50.946Z | + set -o errexit |
305 | 2023-11-08T19:01:51.357Z | +++ dirname ./tools/ci_download_clickhouse |
306 | 2023-11-08T19:01:51.361Z | ++ cd ./tools |
307 | 2023-11-08T19:01:51.366Z | ++ pwd |
308 | 2023-11-08T19:01:51.370Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
309 | 2023-11-08T19:01:51.375Z | ++ basename ./tools/ci_download_clickhouse |
310 | 2023-11-08T19:01:51.379Z | + ARG0=ci_download_clickhouse |
311 | 2023-11-08T19:01:51.385Z | + TARGET_DIR=out |
312 | 2023-11-08T19:01:51.390Z | + DOWNLOAD_DIR=out/downloads |
313 | 2023-11-08T19:01:51.397Z | + DEST_DIR=./out/clickhouse |
314 | 2023-11-08T19:01:51.402Z | + CIDL_VERSION=v22.8.9.24 |
315 | 2023-11-08T19:01:51.407Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
316 | 2023-11-08T19:01:51.412Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
317 | 2023-11-08T19:01:51.416Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
318 | 2023-11-08T19:01:51.421Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
319 | 2023-11-08T19:01:51.428Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
320 | 2023-11-08T19:01:51.438Z | + main |
321 | 2023-11-08T19:01:51.448Z | + [[ 0 != 0 ]] |
322 | 2023-11-08T19:01:51.459Z | + CIDL_OS=solaris2.11 |
323 | 2023-11-08T19:01:51.472Z | + [[ 0 != 0 ]] |
324 | 2023-11-08T19:01:51.491Z | + configure_os solaris2.11 |
325 | 2023-11-08T19:01:51.909Z | + echo 'current directory: /work/oxidecomputer/omicron' |
326 | 2023-11-08T19:01:51.915Z | current directory: /work/oxidecomputer/omicron |
327 | 2023-11-08T19:01:51.924Z | + echo 'configuring based on OS: "solaris2.11"' |
328 | 2023-11-08T19:01:51.931Z | configuring based on OS: "solaris2.11" |
329 | 2023-11-08T19:01:51.939Z | + CIDL_DASHREV= |
330 | 2023-11-08T19:01:51.943Z | + case "$1" in |
331 | 2023-11-08T19:01:51.947Z | + CIDL_PLATFORM=illumos |
332 | 2023-11-08T19:01:51.950Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
333 | 2023-11-08T19:01:51.954Z | + CIDL_MD5FUNC=do_md5sum |
334 | 2023-11-08T19:01:51.957Z | + CIDL_DASHREV=-1 |
335 | 2023-11-08T19:01:51.960Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
336 | 2023-11-08T19:01:51.964Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-11-08T19:01:51.967Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-11-08T19:01:51.970Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-08T19:01:51.974Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
340 | 2023-11-08T19:01:51.979Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-08T19:01:51.985Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
342 | 2023-11-08T19:01:51.994Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-11-08T19:01:51.997Z | + mkdir -p out/downloads |
344 | 2023-11-08T19:01:52.004Z | + mkdir -p ./out/clickhouse |
345 | 2023-11-08T19:01:52.007Z | + local DO_DOWNLOAD=true |
346 | 2023-11-08T19:01:52.011Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
347 | 2023-11-08T19:01:52.014Z | + '[' true == true ']' |
348 | 2023-11-08T19:01:52.018Z | + echo Downloading... |
349 | 2023-11-08T19:01:52.024Z | Downloading... |
350 | 2023-11-08T19:01:52.028Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-11-08T19:01:52.031Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-11-08T19:01:52.615Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-11-08T19:01:52.618Z | ++ md5sum |
354 | 2023-11-08T19:01:52.623Z | ++ awk '{print $1}' |
355 | 2023-11-08T19:01:52.878Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
356 | 2023-11-08T19:01:52.881Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
357 | 2023-11-08T19:01:52.885Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
358 | 2023-11-08T19:01:52.888Z | + mkdir -p ./out/clickhouse |
359 | 2023-11-08T19:01:52.892Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
360 | 2023-11-08T19:01:57.656Z | + ./out/clickhouse/clickhouse server --version |
361 | 2023-11-08T19:01:57.709Z | ClickHouse server version 22.8.9.1. |
362 | 2023-11-08T19:01:57.732Z | + set -o errexit |
363 | 2023-11-08T19:01:57.735Z | +++ dirname ./tools/ci_download_console |
364 | 2023-11-08T19:01:57.738Z | ++ cd ./tools |
365 | 2023-11-08T19:01:57.740Z | ++ pwd |
366 | 2023-11-08T19:01:57.744Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
367 | 2023-11-08T19:01:57.747Z | ++ basename ./tools/ci_download_console |
368 | 2023-11-08T19:01:57.750Z | + ARG0=ci_download_console |
369 | 2023-11-08T19:01:57.753Z | + TARGET_DIR=out |
370 | 2023-11-08T19:01:57.756Z | + DOWNLOAD_DIR=out/downloads |
371 | 2023-11-08T19:01:57.758Z | + DEST_DIR=./out/console-assets |
372 | 2023-11-08T19:01:57.761Z | + source /work/oxidecomputer/omicron/tools/console_version |
373 | 2023-11-08T19:01:57.764Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
374 | 2023-11-08T19:01:57.767Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
375 | 2023-11-08T19:01:57.771Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
376 | 2023-11-08T19:01:57.774Z | + TARBALL_FILE=out/downloads/console.tar.gz |
377 | 2023-11-08T19:01:57.777Z | + main |
378 | 2023-11-08T19:01:57.780Z | + [[ 0 != 0 ]] |
379 | 2023-11-08T19:01:57.782Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
380 | 2023-11-08T19:01:57.785Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
381 | 2023-11-08T19:01:57.788Z | Local file: out/downloads/console.tar.gz |
382 | 2023-11-08T19:01:57.790Z | + echo 'Local file: out/downloads/console.tar.gz' |
383 | 2023-11-08T19:01:57.793Z | + local DO_DOWNLOAD=true |
384 | 2023-11-08T19:01:57.796Z | + [[ -f out/downloads/console.tar.gz ]] |
385 | 2023-11-08T19:01:57.798Z | + mkdir -p out/downloads |
386 | 2023-11-08T19:01:57.802Z | + '[' true == true ']' |
387 | 2023-11-08T19:01:57.805Z | + echo Downloading... |
388 | 2023-11-08T19:01:57.809Z | Downloading... |
389 | 2023-11-08T19:01:57.812Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
390 | 2023-11-08T19:01:57.815Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
391 | 2023-11-08T19:01:58.250Z | ++ do_sha256sum out/downloads/console.tar.gz |
392 | 2023-11-08T19:01:58.255Z | ++ case "$OSTYPE" in |
393 | 2023-11-08T19:01:58.260Z | ++ SHA=sha256sum |
394 | 2023-11-08T19:01:58.263Z | ++ sha256sum |
395 | 2023-11-08T19:01:58.266Z | ++ awk '{print $1}' |
396 | 2023-11-08T19:01:58.276Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
397 | 2023-11-08T19:01:58.280Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
398 | 2023-11-08T19:01:58.283Z | + rm -rf ./out/console-assets |
399 | 2023-11-08T19:01:58.286Z | + mkdir -p ./out/console-assets |
400 | 2023-11-08T19:01:58.289Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
401 | 2023-11-08T19:01:58.292Z | + mkdir -p ./out/console-assets |
402 | 2023-11-08T19:01:58.295Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
403 | 2023-11-08T19:01:58.416Z | + set -o errexit |
404 | 2023-11-08T19:01:58.419Z | +++ dirname ./tools/ci_download_maghemite_openapi |
405 | 2023-11-08T19:01:58.422Z | ++ cd ./tools |
406 | 2023-11-08T19:01:58.425Z | ++ pwd |
407 | 2023-11-08T19:01:58.429Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
408 | 2023-11-08T19:01:58.432Z | ++ basename ./tools/ci_download_maghemite_openapi |
409 | 2023-11-08T19:01:58.435Z | + ARG0=ci_download_maghemite_openapi |
410 | 2023-11-08T19:01:58.438Z | + TARGET_DIR=out |
411 | 2023-11-08T19:01:58.441Z | + DOWNLOAD_DIR=out/downloads |
412 | 2023-11-08T19:01:58.444Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
413 | 2023-11-08T19:01:58.448Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
414 | 2023-11-08T19:01:58.451Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
415 | 2023-11-08T19:01:58.455Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
416 | 2023-11-08T19:01:58.459Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
417 | 2023-11-08T19:01:58.462Z | + main |
418 | 2023-11-08T19:01:58.490Z | + [[ 0 != 0 ]] |
419 | 2023-11-08T19:01:58.493Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
420 | 2023-11-08T19:01:58.497Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
421 | 2023-11-08T19:01:58.500Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
422 | 2023-11-08T19:01:58.503Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
423 | 2023-11-08T19:01:58.513Z | + local DO_DOWNLOAD=true |
424 | 2023-11-08T19:01:58.526Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
425 | 2023-11-08T19:01:58.530Z | + mkdir -p out/downloads |
426 | 2023-11-08T19:01:58.533Z | + '[' true == true ']' |
427 | 2023-11-08T19:01:58.538Z | + echo Downloading... |
428 | 2023-11-08T19:01:58.542Z | Downloading... |
429 | 2023-11-08T19:01:58.546Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
430 | 2023-11-08T19:01:58.550Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
431 | 2023-11-08T19:01:58.661Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
432 | 2023-11-08T19:01:58.665Z | ++ case "$OSTYPE" in |
433 | 2023-11-08T19:01:58.668Z | ++ SHA=sha256sum |
434 | 2023-11-08T19:01:58.671Z | ++ sha256sum |
435 | 2023-11-08T19:01:58.674Z | ++ awk '{print $1}' |
436 | 2023-11-08T19:01:58.677Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
437 | 2023-11-08T19:01:58.680Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
438 | 2023-11-08T19:01:58.685Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
439 | 2023-11-08T19:01:58.688Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
440 | 2023-11-08T19:01:58.691Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
441 | 2023-11-08T19:01:58.694Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
442 | 2023-11-08T19:01:58.698Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
443 | 2023-11-08T19:01:58.701Z | + main |
444 | 2023-11-08T19:01:58.706Z | + [[ 0 != 0 ]] |
445 | 2023-11-08T19:01:58.709Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
446 | 2023-11-08T19:01:58.712Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
447 | 2023-11-08T19:01:58.715Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
448 | 2023-11-08T19:01:58.719Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
449 | 2023-11-08T19:01:58.722Z | + local DO_DOWNLOAD=true |
450 | 2023-11-08T19:01:58.726Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
451 | 2023-11-08T19:01:58.729Z | + mkdir -p out/downloads |
452 | 2023-11-08T19:01:58.731Z | + '[' true == true ']' |
453 | 2023-11-08T19:01:58.735Z | + echo Downloading... |
454 | 2023-11-08T19:01:58.737Z | Downloading... |
455 | 2023-11-08T19:01:58.740Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
456 | 2023-11-08T19:01:58.743Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
457 | 2023-11-08T19:01:58.803Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
458 | 2023-11-08T19:01:58.806Z | ++ case "$OSTYPE" in |
459 | 2023-11-08T19:01:58.809Z | ++ SHA=sha256sum |
460 | 2023-11-08T19:01:58.812Z | ++ sha256sum |
461 | 2023-11-08T19:01:58.814Z | ++ awk '{print $1}' |
462 | 2023-11-08T19:01:58.817Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
463 | 2023-11-08T19:01:58.820Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
464 | 2023-11-08T19:01:58.823Z | + set -o errexit |
465 | 2023-11-08T19:01:58.826Z | +++ dirname ./tools/ci_download_dendrite_openapi |
466 | 2023-11-08T19:01:58.828Z | ++ cd ./tools |
467 | 2023-11-08T19:01:58.831Z | ++ pwd |
468 | 2023-11-08T19:01:58.834Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
469 | 2023-11-08T19:01:58.837Z | ++ basename ./tools/ci_download_dendrite_openapi |
470 | 2023-11-08T19:01:58.840Z | + ARG0=ci_download_dendrite_openapi |
471 | 2023-11-08T19:01:58.843Z | + TARGET_DIR=out |
472 | 2023-11-08T19:01:58.845Z | + DOWNLOAD_DIR=out/downloads |
473 | 2023-11-08T19:01:58.850Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
474 | 2023-11-08T19:01:58.853Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
475 | 2023-11-08T19:01:58.857Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
476 | 2023-11-08T19:01:58.860Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
477 | 2023-11-08T19:01:58.863Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
478 | 2023-11-08T19:01:58.866Z | + main |
479 | 2023-11-08T19:01:58.868Z | + [[ 0 != 0 ]] |
480 | 2023-11-08T19:01:58.871Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
481 | 2023-11-08T19:01:58.875Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
482 | 2023-11-08T19:01:58.878Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
483 | 2023-11-08T19:01:58.880Z | + local DO_DOWNLOAD=true |
484 | 2023-11-08T19:01:58.883Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
485 | 2023-11-08T19:01:58.886Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
486 | 2023-11-08T19:01:58.890Z | + mkdir -p out/downloads |
487 | 2023-11-08T19:01:58.893Z | + '[' true == true ']' |
488 | 2023-11-08T19:01:58.896Z | + echo Downloading... |
489 | 2023-11-08T19:01:58.898Z | Downloading... |
490 | 2023-11-08T19:01:58.901Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
491 | 2023-11-08T19:01:58.905Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
492 | 2023-11-08T19:01:59.070Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
493 | 2023-11-08T19:01:59.076Z | ++ case "$OSTYPE" in |
494 | 2023-11-08T19:01:59.081Z | ++ SHA=sha256sum |
495 | 2023-11-08T19:01:59.087Z | ++ sha256sum |
496 | 2023-11-08T19:01:59.093Z | ++ awk '{print $1}' |
497 | 2023-11-08T19:01:59.098Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
498 | 2023-11-08T19:01:59.101Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
499 | 2023-11-08T19:01:59.104Z | + set -o errexit |
500 | 2023-11-08T19:01:59.109Z | +++ dirname ./tools/ci_download_dendrite_stub |
501 | 2023-11-08T19:01:59.112Z | ++ cd ./tools |
502 | 2023-11-08T19:01:59.116Z | ++ pwd |
503 | 2023-11-08T19:01:59.119Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
504 | 2023-11-08T19:01:59.124Z | ++ basename ./tools/ci_download_dendrite_stub |
505 | 2023-11-08T19:01:59.127Z | + ARG0=ci_download_dendrite_stub |
506 | 2023-11-08T19:01:59.132Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
507 | 2023-11-08T19:01:59.135Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
508 | 2023-11-08T19:01:59.138Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
509 | 2023-11-08T19:01:59.141Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
510 | 2023-11-08T19:01:59.144Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
511 | 2023-11-08T19:01:59.148Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
512 | 2023-11-08T19:01:59.151Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
513 | 2023-11-08T19:01:59.154Z | + TARGET_DIR=out |
514 | 2023-11-08T19:01:59.157Z | + DOWNLOAD_DIR=out/downloads |
515 | 2023-11-08T19:01:59.160Z | + DEST_DIR=./out/dendrite-stub |
516 | 2023-11-08T19:01:59.163Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
517 | 2023-11-08T19:01:59.166Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
518 | 2023-11-08T19:01:59.172Z | + REPO=oxidecomputer/dendrite |
519 | 2023-11-08T19:01:59.177Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
520 | 2023-11-08T19:01:59.181Z | + main |
521 | 2023-11-08T19:01:59.184Z | + [[ 0 != 0 ]] |
522 | 2023-11-08T19:01:59.188Z | + CIDL_OS=solaris2.11 |
523 | 2023-11-08T19:01:59.193Z | + [[ 0 != 0 ]] |
524 | 2023-11-08T19:01:59.203Z | + configure_os solaris2.11 |
525 | 2023-11-08T19:01:59.211Z | + echo 'current directory: /work/oxidecomputer/omicron' |
526 | 2023-11-08T19:01:59.216Z | current directory: /work/oxidecomputer/omicron |
527 | 2023-11-08T19:01:59.222Z | configuring based on OS: "solaris2.11" |
528 | 2023-11-08T19:01:59.230Z | + echo 'configuring based on OS: "solaris2.11"' |
529 | 2023-11-08T19:01:59.233Z | + case "$1" in |
530 | 2023-11-08T19:01:59.241Z | + SET_BINARIES= |
531 | 2023-11-08T19:01:59.245Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
532 | 2023-11-08T19:01:59.251Z | + CIDL_SHA256FUNC=do_sha256sum |
533 | 2023-11-08T19:01:59.263Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
534 | 2023-11-08T19:01:59.270Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
535 | 2023-11-08T19:01:59.283Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
536 | 2023-11-08T19:01:59.299Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
537 | 2023-11-08T19:01:59.307Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
538 | 2023-11-08T19:01:59.312Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
539 | 2023-11-08T19:01:59.318Z | Local file: out/downloads/dendrite-stub.tar.gz |
540 | 2023-11-08T19:01:59.323Z | + mkdir -p out/downloads |
541 | 2023-11-08T19:01:59.330Z | + mkdir -p ./out/dendrite-stub |
542 | 2023-11-08T19:01:59.335Z | + fetch_and_verify |
543 | 2023-11-08T19:01:59.339Z | + local DO_DOWNLOAD=true |
544 | 2023-11-08T19:01:59.343Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
545 | 2023-11-08T19:01:59.347Z | + '[' true == true ']' |
546 | 2023-11-08T19:01:59.351Z | + echo Downloading... |
547 | 2023-11-08T19:01:59.355Z | Downloading... |
548 | 2023-11-08T19:01:59.361Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
549 | 2023-11-08T19:01:59.366Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
550 | 2023-11-08T19:02:06.910Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
551 | 2023-11-08T19:02:06.921Z | ++ sha256sum |
552 | 2023-11-08T19:02:07.335Z | ++ awk '{print $1}' |
553 | 2023-11-08T19:02:07.338Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
554 | 2023-11-08T19:02:07.343Z | + [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]] |
555 | 2023-11-08T19:02:07.346Z | + do_untar out/downloads/dendrite-stub.tar.gz |
556 | 2023-11-08T19:02:07.357Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
557 | 2023-11-08T19:02:07.889Z | + do_assemble |
558 | 2023-11-08T19:02:07.901Z | + rm -r ./out/dendrite-stub |
559 | 2023-11-08T19:02:07.917Z | + mkdir ./out/dendrite-stub |
560 | 2023-11-08T19:02:07.922Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
561 | 2023-11-08T19:02:08.028Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
562 | 2023-11-08T19:02:08.461Z | + set -o errexit |
563 | 2023-11-08T19:02:09.317Z | +++ dirname ./tools/ci_download_maghemite_mgd |
564 | 2023-11-08T19:02:09.321Z | ++ cd ./tools |
565 | 2023-11-08T19:02:09.326Z | ++ pwd |
566 | 2023-11-08T19:02:09.334Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
567 | 2023-11-08T19:02:09.345Z | ++ basename ./tools/ci_download_maghemite_mgd |
568 | 2023-11-08T19:02:09.359Z | + ARG0=ci_download_maghemite_mgd |
569 | 2023-11-08T19:02:09.367Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
570 | 2023-11-08T19:02:09.376Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
571 | 2023-11-08T19:02:09.385Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
572 | 2023-11-08T19:02:09.804Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
573 | 2023-11-08T19:02:09.816Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
574 | 2023-11-08T19:02:09.841Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
575 | 2023-11-08T19:02:09.852Z | + TARGET_DIR=out |
576 | 2023-11-08T19:02:09.856Z | + DOWNLOAD_DIR=out/downloads |
577 | 2023-11-08T19:02:09.902Z | + DEST_DIR=./out/mgd |
578 | 2023-11-08T19:02:09.916Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
579 | 2023-11-08T19:02:09.923Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
580 | 2023-11-08T19:02:09.926Z | + REPO=oxidecomputer/maghemite |
581 | 2023-11-08T19:02:09.930Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
582 | 2023-11-08T19:02:09.933Z | + main |
583 | 2023-11-08T19:02:09.935Z | + [[ 0 != 0 ]] |
584 | 2023-11-08T19:02:09.939Z | + CIDL_OS=solaris2.11 |
585 | 2023-11-08T19:02:09.942Z | + [[ 0 != 0 ]] |
586 | 2023-11-08T19:02:09.944Z | + configure_os solaris2.11 |
587 | 2023-11-08T19:02:09.947Z | + echo 'current directory: /work/oxidecomputer/omicron' |
588 | 2023-11-08T19:02:09.950Z | current directory: /work/oxidecomputer/omicron |
589 | 2023-11-08T19:02:09.953Z | + echo 'configuring based on OS: "solaris2.11"' |
590 | 2023-11-08T19:02:09.956Z | configuring based on OS: "solaris2.11" |
591 | 2023-11-08T19:02:09.959Z | + case "$1" in |
592 | 2023-11-08T19:02:09.962Z | + SET_BINARIES= |
593 | 2023-11-08T19:02:09.965Z | + CIDL_SHA256FUNC=do_sha256sum |
594 | 2023-11-08T19:02:09.968Z | + TARBALL_FILENAME=mgd.tar.gz |
595 | 2023-11-08T19:02:09.973Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
596 | 2023-11-08T19:02:09.975Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
597 | 2023-11-08T19:02:09.978Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
598 | 2023-11-08T19:02:09.981Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
599 | 2023-11-08T19:02:09.984Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
600 | 2023-11-08T19:02:09.987Z | Local file: out/downloads/mgd.tar.gz |
601 | 2023-11-08T19:02:09.990Z | + mkdir -p out/downloads |
602 | 2023-11-08T19:02:09.997Z | + mkdir -p ./out/mgd |
603 | 2023-11-08T19:02:10.001Z | + fetch_and_verify |
604 | 2023-11-08T19:02:10.004Z | + local DO_DOWNLOAD=true |
605 | 2023-11-08T19:02:10.007Z | + [[ -f out/downloads/mgd.tar.gz ]] |
606 | 2023-11-08T19:02:10.010Z | + '[' true == true ']' |
607 | 2023-11-08T19:02:10.013Z | + echo Downloading... |
608 | 2023-11-08T19:02:10.016Z | Downloading... |
609 | 2023-11-08T19:02:10.019Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
610 | 2023-11-08T19:02:10.023Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
611 | 2023-11-08T19:02:15.873Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
612 | 2023-11-08T19:02:15.880Z | ++ sha256sum |
613 | 2023-11-08T19:02:15.885Z | ++ awk '{print $1}' |
614 | 2023-11-08T19:02:15.949Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
615 | 2023-11-08T19:02:15.952Z | + [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]] |
616 | 2023-11-08T19:02:15.955Z | + do_untar out/downloads/mgd.tar.gz |
617 | 2023-11-08T19:02:15.958Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
618 | 2023-11-08T19:02:16.605Z | + do_assemble |
619 | 2023-11-08T19:02:16.622Z | + rm -r ./out/mgd |
620 | 2023-11-08T19:02:16.626Z | + mkdir ./out/mgd |
621 | 2023-11-08T19:02:16.630Z | + cp -r out/downloads/root ./out/mgd/root |
622 | 2023-11-08T19:02:16.808Z | + set -o errexit |
623 | 2023-11-08T19:02:16.812Z | +++ dirname ./tools/ci_download_transceiver_control |
624 | 2023-11-08T19:02:16.816Z | ++ cd ./tools |
625 | 2023-11-08T19:02:16.820Z | ++ pwd |
626 | 2023-11-08T19:02:16.823Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
627 | 2023-11-08T19:02:16.826Z | ++ basename ./tools/ci_download_transceiver_control |
628 | 2023-11-08T19:02:16.830Z | + ARG0=ci_download_transceiver_control |
629 | 2023-11-08T19:02:16.835Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
630 | 2023-11-08T19:02:16.838Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
631 | 2023-11-08T19:02:16.842Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
632 | 2023-11-08T19:02:16.846Z | + TARGET_DIR=out |
633 | 2023-11-08T19:02:16.849Z | + DOWNLOAD_DIR=out/downloads |
634 | 2023-11-08T19:02:16.856Z | + DEST_DIR=./out/transceiver-control |
635 | 2023-11-08T19:02:16.860Z | + BIN_DIR=/opt/oxide/bin |
636 | 2023-11-08T19:02:16.864Z | + BINARY=xcvradm |
637 | 2023-11-08T19:02:16.869Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
638 | 2023-11-08T19:02:16.872Z | + REPO=oxidecomputer/transceiver-control |
639 | 2023-11-08T19:02:16.875Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
640 | 2023-11-08T19:02:16.878Z | + main |
641 | 2023-11-08T19:02:16.882Z | + [[ 0 != 0 ]] |
642 | 2023-11-08T19:02:16.887Z | + CIDL_OS=solaris2.11 |
643 | 2023-11-08T19:02:16.890Z | + [[ 0 != 0 ]] |
644 | 2023-11-08T19:02:16.893Z | + configure_os solaris2.11 |
645 | 2023-11-08T19:02:16.896Z | + echo 'current directory: /work/oxidecomputer/omicron' |
646 | 2023-11-08T19:02:16.900Z | current directory: /work/oxidecomputer/omicron |
647 | 2023-11-08T19:02:16.906Z | configuring based on OS: "solaris2.11" |
648 | 2023-11-08T19:02:16.909Z | + echo 'configuring based on OS: "solaris2.11"' |
649 | 2023-11-08T19:02:16.913Z | + case "$1" in |
650 | 2023-11-08T19:02:16.916Z | + SET_BINARIES= |
651 | 2023-11-08T19:02:16.920Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
652 | 2023-11-08T19:02:16.923Z | + CIDL_SHA256FUNC=do_sha256sum |
653 | 2023-11-08T19:02:16.926Z | + ARCHIVE_FILENAME=xcvradm.gz |
654 | 2023-11-08T19:02:16.930Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
655 | 2023-11-08T19:02:16.937Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
656 | 2023-11-08T19:02:16.940Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
657 | 2023-11-08T19:02:16.944Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2023-11-08T19:02:16.947Z | + echo 'Local file: out/downloads/xcvradm.gz' |
659 | 2023-11-08T19:02:16.950Z | Local file: out/downloads/xcvradm.gz |
660 | 2023-11-08T19:02:16.953Z | + mkdir -p out/downloads |
661 | 2023-11-08T19:02:16.956Z | + mkdir -p ./out/transceiver-control |
662 | 2023-11-08T19:02:16.959Z | + fetch_and_verify |
663 | 2023-11-08T19:02:16.962Z | + local DO_DOWNLOAD=true |
664 | 2023-11-08T19:02:16.965Z | + [[ -f out/downloads/xcvradm.gz ]] |
665 | 2023-11-08T19:02:16.968Z | + '[' true == true ']' |
666 | 2023-11-08T19:02:16.971Z | + echo Downloading... |
667 | 2023-11-08T19:02:16.974Z | Downloading... |
668 | 2023-11-08T19:02:16.977Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
669 | 2023-11-08T19:02:16.980Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
670 | 2023-11-08T19:02:20.673Z | ++ do_sha256sum out/downloads/xcvradm.gz |
671 | 2023-11-08T19:02:20.676Z | ++ sha256sum |
672 | 2023-11-08T19:02:20.679Z | ++ awk '{print $1}' |
673 | 2023-11-08T19:02:20.700Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2023-11-08T19:02:20.703Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
675 | 2023-11-08T19:02:20.707Z | + do_unpack out/downloads/xcvradm.gz |
676 | 2023-11-08T19:02:20.709Z | + mkdir -p out/downloads/root//opt/oxide/bin |
677 | 2023-11-08T19:02:20.712Z | + gzip -dc out/downloads/xcvradm.gz |
678 | 2023-11-08T19:02:20.877Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
679 | 2023-11-08T19:02:20.880Z | + do_assemble |
680 | 2023-11-08T19:02:20.883Z | + rm -r ./out/transceiver-control |
681 | 2023-11-08T19:02:20.887Z | + mkdir ./out/transceiver-control |
682 | 2023-11-08T19:02:20.890Z | + cp -r out/downloads/root ./out/transceiver-control/root |
683 | 2023-11-08T19:02:21.064Z | All prerequisites installed successfully |
684 | 2023-11-08T19:02:21.067Z | |
685 | 2023-11-08T19:02:21.070Z | real 2:01.552566323 |
686 | 2023-11-08T19:02:21.073Z | user 51.764667041 |
687 | 2023-11-08T19:02:21.076Z | sys 9.609370984 |
688 | 2023-11-08T19:02:21.079Z | trap 0.018431239 |
689 | 2023-11-08T19:02:21.087Z | tflt 0.255455542 |
690 | 2023-11-08T19:02:21.092Z | dflt 0.802656995 |
691 | 2023-11-08T19:02:21.101Z | kflt 0.126587085 |
692 | 2023-11-08T19:02:21.104Z | lock 1.893221139 |
693 | 2023-11-08T19:02:21.107Z | slp 3:48.430532509 |
694 | 2023-11-08T19:02:21.113Z | lat 3.348685313 |
695 | 2023-11-08T19:02:21.116Z | stop 0.066714148 |
696 | 2023-11-08T19:02:21.119Z | + banner end-to-end-tests |
697 | 2023-11-08T19:02:21.185Z | |
698 | 2023-11-08T19:02:21.188Z | ###### # # ##### ##### #### ###### # # ##### |
699 | 2023-11-08T19:02:21.191Z | # ## # # # # # # # ## # # # |
700 | 2023-11-08T19:02:21.194Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
701 | 2023-11-08T19:02:21.197Z | # # # # # # # # # # # # # # # |
702 | 2023-11-08T19:02:21.200Z | # # ## # # # # # # # ## # # |
703 | 2023-11-08T19:02:21.203Z | ###### # # ##### # #### ###### # # ##### |
704 | 2023-11-08T19:02:21.207Z | |
705 | 2023-11-08T19:02:21.210Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
706 | 2023-11-08T19:02:21.213Z | + CARGO_PROFILE_DEV_DEBUG=1 |
707 | 2023-11-08T19:02:21.216Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
708 | 2023-11-08T19:02:21.220Z | + CARGO_PROFILE_TEST_DEBUG=1 |
709 | 2023-11-08T19:02:21.227Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
710 | 2023-11-08T19:02:21.518Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
711 | 2023-11-08T19:02:21.904Z | Updating crates.io index |
712 | 2023-11-08T19:02:21.908Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
713 | 2023-11-08T19:02:22.982Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
714 | 2023-11-08T19:02:24.965Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
715 | 2023-11-08T19:02:25.519Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
716 | 2023-11-08T19:02:25.866Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
717 | 2023-11-08T19:02:26.180Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
718 | 2023-11-08T19:02:26.471Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
719 | 2023-11-08T19:02:27.318Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
720 | 2023-11-08T19:02:29.453Z | Updating git repository `https://github.com/oxidecomputer/opte` |
721 | 2023-11-08T19:02:31.163Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
722 | 2023-11-08T19:02:31.173Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
723 | 2023-11-08T19:02:31.460Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
724 | 2023-11-08T19:02:32.089Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
725 | 2023-11-08T19:02:32.425Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
726 | 2023-11-08T19:02:32.892Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
727 | 2023-11-08T19:02:33.243Z | Updating git repository `https://github.com/njaremko/samael` |
728 | 2023-11-08T19:02:33.744Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
729 | 2023-11-08T19:02:34.351Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
730 | 2023-11-08T19:02:34.712Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
731 | 2023-11-08T19:02:35.047Z | Updating git repository `https://github.com/jgallagher/nix` |
732 | 2023-11-08T19:02:36.310Z | Updating git repository `https://github.com/cbiffle/hubpack` |
733 | 2023-11-08T19:02:36.683Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
734 | 2023-11-08T19:02:46.993Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
735 | 2023-11-08T19:02:47.480Z | Updating git repository `https://github.com/oxidecomputer/typify` |
736 | 2023-11-08T19:02:48.632Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
737 | 2023-11-08T19:02:49.173Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
738 | 2023-11-08T19:02:49.465Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
739 | 2023-11-08T19:02:50.866Z | Downloading crates ... |
740 | 2023-11-08T19:02:51.075Z | Downloaded addr2line v0.21.0 |
741 | 2023-11-08T19:02:51.079Z | Downloaded clap v4.4.3 |
742 | 2023-11-08T19:02:51.099Z | Downloaded cfg-if v0.1.10 |
743 | 2023-11-08T19:02:51.106Z | Downloaded const_format_proc_macros v0.2.31 |
744 | 2023-11-08T19:02:51.113Z | Downloaded bitstruct_derive v0.1.0 |
745 | 2023-11-08T19:02:51.116Z | Downloaded new_debug_unreachable v1.0.4 |
746 | 2023-11-08T19:02:51.120Z | Downloaded memoffset v0.7.1 |
747 | 2023-11-08T19:02:51.123Z | Downloaded cfg-if v1.0.0 |
748 | 2023-11-08T19:02:51.126Z | Downloaded darling_core v0.20.3 |
749 | 2023-11-08T19:02:51.134Z | Downloaded ciborium-io v0.2.1 |
750 | 2023-11-08T19:02:51.138Z | Downloaded openssl-probe v0.1.5 |
751 | 2023-11-08T19:02:51.141Z | Downloaded percent-encoding v2.3.0 |
752 | 2023-11-08T19:02:51.144Z | Downloaded bit-set v0.5.3 |
753 | 2023-11-08T19:02:51.147Z | Downloaded normalize-line-endings v0.3.0 |
754 | 2023-11-08T19:02:51.150Z | Downloaded parking_lot v0.12.1 |
755 | 2023-11-08T19:02:51.156Z | Downloaded opaque-debug v0.3.0 |
756 | 2023-11-08T19:02:51.159Z | Downloaded chacha20 v0.9.1 |
757 | 2023-11-08T19:02:51.165Z | Downloaded atty v0.2.14 |
758 | 2023-11-08T19:02:51.170Z | Downloaded der v0.7.8 |
759 | 2023-11-08T19:02:51.184Z | Downloaded darling_macro v0.20.3 |
760 | 2023-11-08T19:02:51.190Z | Downloaded lazy_static v1.4.0 |
761 | 2023-11-08T19:02:51.193Z | Downloaded convert_case v0.4.0 |
762 | 2023-11-08T19:02:51.197Z | Downloaded parse-display v0.8.2 |
763 | 2023-11-08T19:02:51.202Z | Downloaded async-recursion v1.0.5 |
764 | 2023-11-08T19:02:51.205Z | Downloaded proc-macro-error-attr v1.0.4 |
765 | 2023-11-08T19:02:51.208Z | Downloaded option-ext v0.2.0 |
766 | 2023-11-08T19:02:51.212Z | Downloaded pin-utils v0.1.0 |
767 | 2023-11-08T19:02:51.216Z | Downloaded match_cfg v0.1.0 |
768 | 2023-11-08T19:02:51.219Z | Downloaded libefi-sys v0.1.0 |
769 | 2023-11-08T19:02:51.223Z | Downloaded proc-macro-crate v1.3.1 |
770 | 2023-11-08T19:02:51.227Z | Downloaded debug-ignore v1.0.5 |
771 | 2023-11-08T19:02:51.230Z | Downloaded password-hash v0.5.0 |
772 | 2023-11-08T19:02:51.233Z | Downloaded num_enum_derive v0.5.11 |
773 | 2023-11-08T19:02:51.236Z | Downloaded universal-hash v0.5.1 |
774 | 2023-11-08T19:02:51.240Z | Downloaded unicode-xid v0.2.4 |
775 | 2023-11-08T19:02:51.244Z | Downloaded tower-service v0.3.2 |
776 | 2023-11-08T19:02:51.248Z | Downloaded managed v0.8.0 |
777 | 2023-11-08T19:02:51.252Z | Downloaded lru-cache v0.1.2 |
778 | 2023-11-08T19:02:51.254Z | Downloaded linked-hash-map v0.5.6 |
779 | 2023-11-08T19:02:51.257Z | Downloaded paste v1.0.14 |
780 | 2023-11-08T19:02:51.260Z | Downloaded ctr v0.9.2 |
781 | 2023-11-08T19:02:51.264Z | Downloaded parse-display-derive v0.8.2 |
782 | 2023-11-08T19:02:51.269Z | Downloaded postcard v0.7.3 |
783 | 2023-11-08T19:02:51.273Z | Downloaded bit-vec v0.6.3 |
784 | 2023-11-08T19:02:51.275Z | Downloaded ansi_term v0.12.1 |
785 | 2023-11-08T19:02:51.280Z | Downloaded foreign-types-macros v0.2.3 |
786 | 2023-11-08T19:02:51.283Z | Downloaded foreign-types-shared v0.1.1 |
787 | 2023-11-08T19:02:51.286Z | Downloaded form_urlencoded v1.2.0 |
788 | 2023-11-08T19:02:51.289Z | Downloaded ahash v0.8.3 |
789 | 2023-11-08T19:02:51.293Z | Downloaded heck v0.4.1 |
790 | 2023-11-08T19:02:51.296Z | Downloaded base64ct v1.6.0 |
791 | 2023-11-08T19:02:51.298Z | Downloaded ascii v1.1.0 |
792 | 2023-11-08T19:02:51.301Z | Downloaded pest_meta v2.7.2 |
793 | 2023-11-08T19:02:51.303Z | Downloaded parking_lot_core v0.8.6 |
794 | 2023-11-08T19:02:51.306Z | Downloaded poly1305 v0.8.0 |
795 | 2023-11-08T19:02:51.309Z | Downloaded futures-sink v0.3.29 |
796 | 2023-11-08T19:02:51.312Z | Downloaded const-oid v0.9.5 |
797 | 2023-11-08T19:02:51.316Z | Downloaded ucd-trie v0.1.6 |
798 | 2023-11-08T19:02:51.319Z | Downloaded sct v0.7.0 |
799 | 2023-11-08T19:02:51.325Z | Downloaded slog-async v2.8.0 |
800 | 2023-11-08T19:02:51.328Z | Downloaded futures-task v0.3.29 |
801 | 2023-11-08T19:02:51.331Z | Downloaded miniz_oxide v0.7.1 |
802 | 2023-11-08T19:02:51.335Z | Downloaded futures-macro v0.3.29 |
803 | 2023-11-08T19:02:51.337Z | Downloaded http-range v0.1.5 |
804 | 2023-11-08T19:02:51.340Z | Downloaded glob v0.3.1 |
805 | 2023-11-08T19:02:51.343Z | Downloaded dirs v5.0.1 |
806 | 2023-11-08T19:02:51.346Z | Downloaded ciborium v0.2.1 |
807 | 2023-11-08T19:02:51.349Z | Downloaded yasna v0.5.2 |
808 | 2023-11-08T19:02:51.352Z | Downloaded quick-error v1.2.3 |
809 | 2023-11-08T19:02:51.355Z | Downloaded darling v0.20.3 |
810 | 2023-11-08T19:02:51.361Z | Downloaded waitgroup v0.1.2 |
811 | 2023-11-08T19:02:51.364Z | Downloaded radium v0.7.0 |
812 | 2023-11-08T19:02:51.367Z | Downloaded dyn-clone v1.0.13 |
813 | 2023-11-08T19:02:51.370Z | Downloaded strum_macros v0.25.2 |
814 | 2023-11-08T19:02:51.374Z | Downloaded headers-core v0.2.0 |
815 | 2023-11-08T19:02:51.376Z | Downloaded heck v0.3.3 |
816 | 2023-11-08T19:02:51.379Z | Downloaded futures-channel v0.3.29 |
817 | 2023-11-08T19:02:51.382Z | Downloaded foreign-types-shared v0.3.1 |
818 | 2023-11-08T19:02:51.385Z | Downloaded usdt v0.3.5 |
819 | 2023-11-08T19:02:51.389Z | Downloaded hyper-staticfile v0.9.5 |
820 | 2023-11-08T19:02:51.392Z | Downloaded ff v0.13.0 |
821 | 2023-11-08T19:02:51.394Z | Downloaded time-core v0.1.1 |
822 | 2023-11-08T19:02:51.397Z | Downloaded bzip2 v0.4.4 |
823 | 2023-11-08T19:02:51.400Z | Downloaded futures v0.3.29 |
824 | 2023-11-08T19:02:51.405Z | Downloaded proc-macro2 v1.0.67 |
825 | 2023-11-08T19:02:51.409Z | Downloaded ghash v0.5.0 |
826 | 2023-11-08T19:02:51.412Z | Downloaded usdt-attr-macro v0.3.5 |
827 | 2023-11-08T19:02:51.415Z | Downloaded funty v2.0.0 |
828 | 2023-11-08T19:02:51.419Z | Downloaded cc v1.0.83 |
829 | 2023-11-08T19:02:51.422Z | Downloaded structmeta v0.2.0 |
830 | 2023-11-08T19:02:51.425Z | Downloaded strsim v0.10.0 |
831 | 2023-11-08T19:02:51.429Z | Downloaded zone_cfg_derive v0.3.0 |
832 | 2023-11-08T19:02:51.432Z | Downloaded unsafe-libyaml v0.2.9 |
833 | 2023-11-08T19:02:51.435Z | Downloaded rustc_version v0.4.0 |
834 | 2023-11-08T19:02:51.438Z | Downloaded ryu v1.0.15 |
835 | 2023-11-08T19:02:51.442Z | Downloaded dtrace-parser v0.1.14 |
836 | 2023-11-08T19:02:51.445Z | Downloaded instant v0.1.12 |
837 | 2023-11-08T19:02:51.448Z | Downloaded fixedbitset v0.4.2 |
838 | 2023-11-08T19:02:51.451Z | Downloaded tracing-attributes v0.1.26 |
839 | 2023-11-08T19:02:51.454Z | Downloaded thiserror-impl v1.0.49 |
840 | 2023-11-08T19:02:51.456Z | Downloaded foreign-types v0.3.2 |
841 | 2023-11-08T19:02:51.459Z | Downloaded stable_deref_trait v1.2.0 |
842 | 2023-11-08T19:02:51.462Z | Downloaded tokio-stream v0.1.14 |
843 | 2023-11-08T19:02:51.467Z | Downloaded httpdate v1.0.3 |
844 | 2023-11-08T19:02:51.470Z | Downloaded serde_spanned v0.6.4 |
845 | 2023-11-08T19:02:51.474Z | Downloaded want v0.3.1 |
846 | 2023-11-08T19:02:51.477Z | Downloaded thread_local v1.1.7 |
847 | 2023-11-08T19:02:51.481Z | Downloaded rustfmt-wrapper v0.2.0 |
848 | 2023-11-08T19:02:51.484Z | Downloaded backtrace v0.3.69 |
849 | 2023-11-08T19:02:51.487Z | Downloaded trust-dns-resolver v0.22.0 |
850 | 2023-11-08T19:02:51.494Z | Downloaded endian-type v0.1.2 |
851 | 2023-11-08T19:02:51.498Z | Downloaded static_assertions v1.1.0 |
852 | 2023-11-08T19:02:51.500Z | Downloaded hashlink v0.8.3 |
853 | 2023-11-08T19:02:51.503Z | Downloaded russh-cryptovec v0.7.0 |
854 | 2023-11-08T19:02:51.506Z | Downloaded memchr v2.6.3 |
855 | 2023-11-08T19:02:51.513Z | Downloaded ident_case v1.0.1 |
856 | 2023-11-08T19:02:51.516Z | Downloaded chacha20poly1305 v0.10.1 |
857 | 2023-11-08T19:02:51.519Z | Downloaded tokio-macros v2.1.0 |
858 | 2023-11-08T19:02:51.522Z | Downloaded rand_chacha v0.3.1 |
859 | 2023-11-08T19:02:51.525Z | Downloaded slog-scope v4.4.0 |
860 | 2023-11-08T19:02:51.529Z | Downloaded futures-io v0.3.29 |
861 | 2023-11-08T19:02:51.533Z | Downloaded fallible-streaming-iterator v0.1.9 |
862 | 2023-11-08T19:02:51.535Z | Downloaded fallible-iterator v0.2.0 |
863 | 2023-11-08T19:02:51.538Z | Downloaded slog-json v2.6.1 |
864 | 2023-11-08T19:02:51.541Z | Downloaded jobserver v0.1.26 |
865 | 2023-11-08T19:02:51.544Z | Downloaded ringbuffer v0.15.0 |
866 | 2023-11-08T19:02:51.547Z | Downloaded scheduled-thread-pool v0.2.7 |
867 | 2023-11-08T19:02:51.549Z | Downloaded getrandom v0.2.10 |
868 | 2023-11-08T19:02:51.552Z | Downloaded serde_derive v1.0.188 |
869 | 2023-11-08T19:02:51.555Z | Downloaded inout v0.1.3 |
870 | 2023-11-08T19:02:51.557Z | Downloaded schemars v0.8.13 |
871 | 2023-11-08T19:02:51.573Z | Downloaded usdt-macro v0.3.5 |
872 | 2023-11-08T19:02:51.576Z | Downloaded toml_datetime v0.6.5 |
873 | 2023-11-08T19:02:51.579Z | Downloaded hmac v0.12.1 |
874 | 2023-11-08T19:02:51.582Z | Downloaded spin v0.9.8 |
875 | 2023-11-08T19:02:51.585Z | Downloaded hubpack_derive v0.1.1 |
876 | 2023-11-08T19:02:51.588Z | Downloaded usdt-impl v0.3.5 |
877 | 2023-11-08T19:02:51.590Z | Downloaded semver v1.0.20 |
878 | 2023-11-08T19:02:51.593Z | Downloaded sha2 v0.10.8 |
879 | 2023-11-08T19:02:51.596Z | Downloaded hyper-tls v0.5.0 |
880 | 2023-11-08T19:02:51.599Z | Downloaded ipnetwork v0.20.0 |
881 | 2023-11-08T19:02:51.603Z | Downloaded env_logger v0.9.3 |
882 | 2023-11-08T19:02:51.607Z | Downloaded hyper-rustls v0.24.2 |
883 | 2023-11-08T19:02:51.610Z | Downloaded indexmap v2.1.0 |
884 | 2023-11-08T19:02:51.616Z | Downloaded serde_path_to_error v0.1.14 |
885 | 2023-11-08T19:02:51.618Z | Downloaded quote v1.0.33 |
886 | 2023-11-08T19:02:51.623Z | Downloaded trust-dns-server v0.22.1 |
887 | 2023-11-08T19:02:51.632Z | Downloaded slog-stdlog v4.1.1 |
888 | 2023-11-08T19:02:51.636Z | Downloaded unicode-ident v1.0.12 |
889 | 2023-11-08T19:02:51.640Z | Downloaded strsim v0.8.0 |
890 | 2023-11-08T19:02:51.643Z | Downloaded httparse v1.8.0 |
891 | 2023-11-08T19:02:51.646Z | Downloaded synstructure v0.12.6 |
892 | 2023-11-08T19:02:51.649Z | Downloaded structmeta v0.1.6 |
893 | 2023-11-08T19:02:51.652Z | Downloaded trust-dns-client v0.22.0 |
894 | 2023-11-08T19:02:51.659Z | Downloaded sha1 v0.10.5 |
895 | 2023-11-08T19:02:51.661Z | Downloaded semver v0.11.0 |
896 | 2023-11-08T19:02:51.665Z | Downloaded utf-8 v0.7.6 |
897 | 2023-11-08T19:02:51.668Z | Downloaded terminal_size v0.2.6 |
898 | 2023-11-08T19:02:51.671Z | Downloaded ipnet v2.8.0 |
899 | 2023-11-08T19:02:51.674Z | Downloaded unicode-bidi v0.3.13 |
900 | 2023-11-08T19:02:51.677Z | Downloaded zeroize v1.6.0 |
901 | 2023-11-08T19:02:51.680Z | Downloaded similar v2.2.1 |
902 | 2023-11-08T19:02:51.686Z | Downloaded unicode-width v0.1.11 |
903 | 2023-11-08T19:02:51.689Z | Downloaded rustls-native-certs v0.6.3 |
904 | 2023-11-08T19:02:51.693Z | Downloaded serde_derive_internals v0.26.0 |
905 | 2023-11-08T19:02:51.696Z | Downloaded version_check v0.9.4 |
906 | 2023-11-08T19:02:51.698Z | Downloaded humantime v2.1.0 |
907 | 2023-11-08T19:02:51.701Z | Downloaded toml v0.5.11 |
908 | 2023-11-08T19:02:51.704Z | Downloaded tokio-postgres v0.7.10 |
909 | 2023-11-08T19:02:51.713Z | Downloaded tracing-core v0.1.31 |
910 | 2023-11-08T19:02:51.718Z | Downloaded walkdir v2.4.0 |
911 | 2023-11-08T19:02:51.721Z | Downloaded winnow v0.5.15 |
912 | 2023-11-08T19:02:51.734Z | Downloaded ed25519 v2.2.2 |
913 | 2023-11-08T19:02:51.740Z | Downloaded smallvec v1.11.0 |
914 | 2023-11-08T19:02:51.743Z | Downloaded heapless v0.7.16 |
915 | 2023-11-08T19:02:51.748Z | Downloaded toml v0.8.8 |
916 | 2023-11-08T19:02:51.786Z | Downloaded toml_edit v0.21.0 |
917 | 2023-11-08T19:02:51.791Z | Downloaded itertools v0.10.5 |
918 | 2023-11-08T19:02:51.803Z | Downloaded structopt v0.3.26 |
919 | 2023-11-08T19:02:51.816Z | Downloaded slog v2.7.0 |
920 | 2023-11-08T19:02:51.822Z | Downloaded flate2 v1.0.28 |
921 | 2023-11-08T19:02:51.830Z | Downloaded petgraph v0.6.4 |
922 | 2023-11-08T19:02:51.855Z | Downloaded zerocopy v0.6.4 |
923 | 2023-11-08T19:02:51.859Z | Downloaded uuid v1.5.0 |
924 | 2023-11-08T19:02:51.867Z | Downloaded hashbrown v0.13.2 |
925 | 2023-11-08T19:02:51.875Z | Downloaded rusqlite v0.29.0 |
926 | 2023-11-08T19:02:51.886Z | Downloaded serde v1.0.188 |
927 | 2023-11-08T19:02:51.892Z | Downloaded russh v0.38.0 |
928 | 2023-11-08T19:02:51.901Z | Downloaded openssl v0.10.57 |
929 | 2023-11-08T19:02:51.919Z | Downloaded reqwest v0.11.20 |
930 | 2023-11-08T19:02:51.933Z | Downloaded rand v0.8.5 |
931 | 2023-11-08T19:02:51.940Z | Downloaded object v0.32.1 |
932 | 2023-11-08T19:02:51.960Z | Downloaded futures-util v0.3.29 |
933 | 2023-11-08T19:02:51.981Z | Downloaded idna v0.2.3 |
934 | 2023-11-08T19:02:51.994Z | Downloaded unicode-normalization v0.1.22 |
935 | 2023-11-08T19:02:52.001Z | Downloaded regex v1.10.2 |
936 | 2023-11-08T19:02:52.025Z | Downloaded regress v0.7.1 |
937 | 2023-11-08T19:02:52.039Z | Downloaded rand v0.7.3 |
938 | 2023-11-08T19:02:52.048Z | Downloaded rustix v0.38.9 |
939 | 2023-11-08T19:02:52.088Z | Downloaded rustix v0.37.23 |
940 | 2023-11-08T19:02:52.123Z | Downloaded hkdf v0.12.3 |
941 | 2023-11-08T19:02:52.127Z | Downloaded bitvec v1.0.1 |
942 | 2023-11-08T19:02:52.155Z | Downloaded hyper v0.14.27 |
943 | 2023-11-08T19:02:52.169Z | Downloaded regex-automata v0.3.8 |
944 | 2023-11-08T19:02:52.202Z | Downloaded rustls-webpki v0.101.7 |
945 | 2023-11-08T19:02:52.227Z | Downloaded nix v0.26.2 |
946 | 2023-11-08T19:02:52.247Z | Downloaded radix_trie v0.2.1 |
947 | 2023-11-08T19:02:52.258Z | Downloaded syn v1.0.109 |
948 | 2023-11-08T19:02:52.278Z | Downloaded git2 v0.17.2 |
949 | 2023-11-08T19:02:52.293Z | Downloaded smoltcp v0.9.1 |
950 | 2023-11-08T19:02:52.313Z | Downloaded trust-dns-proto v0.22.0 |
951 | 2023-11-08T19:02:52.334Z | Downloaded curve25519-dalek v4.1.0 |
952 | 2023-11-08T19:02:52.358Z | Downloaded rustls v0.21.8 |
953 | 2023-11-08T19:02:52.376Z | Downloaded bstr v0.2.17 |
954 | 2023-11-08T19:02:52.393Z | Downloaded tokio v1.33.0 |
955 | 2023-11-08T19:02:52.459Z | Downloaded chrono v0.4.31 |
956 | 2023-11-08T19:02:52.473Z | Downloaded h2 v0.3.21 |
957 | 2023-11-08T19:02:52.485Z | Downloaded webpki-roots v0.25.2 |
958 | 2023-11-08T19:02:52.492Z | Downloaded serde_with v2.3.3 |
959 | 2023-11-08T19:02:52.504Z | Downloaded ring v0.17.5 |
960 | 2023-11-08T19:02:52.637Z | Downloaded regex-syntax v0.8.2 |
961 | 2023-11-08T19:02:52.653Z | Downloaded regex-syntax v0.7.5 |
962 | 2023-11-08T19:02:52.668Z | Downloaded bstr v1.6.0 |
963 | 2023-11-08T19:02:52.688Z | Downloaded diesel v2.1.3 |
964 | 2023-11-08T19:02:52.720Z | Downloaded idna v0.4.0 |
965 | 2023-11-08T19:02:52.732Z | Downloaded regex-syntax v0.6.29 |
966 | 2023-11-08T19:02:52.746Z | Downloaded gimli v0.28.0 |
967 | 2023-11-08T19:02:52.761Z | Downloaded sled v0.34.7 |
968 | 2023-11-08T19:02:52.806Z | Downloaded zerocopy-derive v0.2.0 |
969 | 2023-11-08T19:02:52.814Z | Downloaded http v0.2.9 |
970 | 2023-11-08T19:02:52.818Z | Downloaded vcpkg v0.2.15 |
971 | 2023-11-08T19:02:52.876Z | Downloaded smoltcp v0.8.2 |
972 | 2023-11-08T19:02:52.893Z | Downloaded zerocopy-derive v0.6.4 |
973 | 2023-11-08T19:02:52.913Z | Downloaded regex-automata v0.4.3 |
974 | 2023-11-08T19:02:52.945Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
975 | 2023-11-08T19:02:52.968Z | Downloaded aho-corasick v1.0.4 |
976 | 2023-11-08T19:02:52.978Z | Downloaded libc v0.2.150 |
977 | 2023-11-08T19:02:53.027Z | Downloaded syn v2.0.32 |
978 | 2023-11-08T19:02:53.045Z | Downloaded tracing v0.1.37 |
979 | 2023-11-08T19:02:53.052Z | Downloaded hashbrown v0.14.2 |
980 | 2023-11-08T19:02:53.062Z | Downloaded aes-gcm v0.10.3 |
981 | 2023-11-08T19:02:53.068Z | Downloaded clap v2.34.0 |
982 | 2023-11-08T19:02:53.080Z | Downloaded time v0.3.27 |
983 | 2023-11-08T19:02:53.091Z | Downloaded unicode-segmentation v1.10.1 |
984 | 2023-11-08T19:02:53.097Z | Downloaded url v2.4.1 |
985 | 2023-11-08T19:02:53.102Z | Downloaded libm v0.2.7 |
986 | 2023-11-08T19:02:53.118Z | Downloaded itertools v0.11.0 |
987 | 2023-11-08T19:02:53.129Z | Downloaded serde_json v1.0.108 |
988 | 2023-11-08T19:02:53.142Z | Downloaded regex-automata v0.1.10 |
989 | 2023-11-08T19:02:53.151Z | Downloaded hashbrown v0.12.3 |
990 | 2023-11-08T19:02:53.158Z | Downloaded aes v0.8.3 |
991 | 2023-11-08T19:02:53.164Z | Downloaded toml_edit v0.19.15 |
992 | 2023-11-08T19:02:53.193Z | Downloaded sha3 v0.10.8 |
993 | 2023-11-08T19:02:53.205Z | Downloaded clap_builder v4.4.2 |
994 | 2023-11-08T19:02:53.217Z | Downloaded rustc-demangle v0.1.23 |
995 | 2023-11-08T19:02:53.219Z | Downloaded vergen v8.2.4 |
996 | 2023-11-08T19:02:53.224Z | Downloaded is-terminal v0.4.9 |
997 | 2023-11-08T19:02:53.227Z | Downloaded elliptic-curve v0.13.5 |
998 | 2023-11-08T19:02:53.232Z | Downloaded io-lifetimes v1.0.11 |
999 | 2023-11-08T19:02:53.236Z | Downloaded subprocess v0.2.9 |
1000 | 2023-11-08T19:02:53.240Z | Downloaded slog-term v2.9.0 |
1001 | 2023-11-08T19:02:53.243Z | Downloaded ron v0.7.1 |
1002 | 2023-11-08T19:02:53.251Z | Downloaded slog-envlogger v2.2.0 |
1003 | 2023-11-08T19:02:53.254Z | Downloaded slog-bunyan v2.4.0 |
1004 | 2023-11-08T19:02:53.257Z | Downloaded scopeguard v1.2.0 |
1005 | 2023-11-08T19:02:53.262Z | Downloaded utf8parse v0.2.1 |
1006 | 2023-11-08T19:02:53.265Z | Downloaded serde_urlencoded v0.7.1 |
1007 | 2023-11-08T19:02:53.268Z | Downloaded rand_core v0.6.4 |
1008 | 2023-11-08T19:02:53.271Z | Downloaded semver-parser v0.10.2 |
1009 | 2023-11-08T19:02:53.274Z | Downloaded getrandom v0.1.16 |
1010 | 2023-11-08T19:02:53.276Z | Downloaded toml v0.7.8 |
1011 | 2023-11-08T19:02:53.279Z | Downloaded rcgen v0.11.3 |
1012 | 2023-11-08T19:02:53.282Z | Downloaded half v1.8.2 |
1013 | 2023-11-08T19:02:53.285Z | Downloaded openapiv3 v1.0.3 |
1014 | 2023-11-08T19:02:53.306Z | Downloaded winapi v0.3.9 |
1015 | 2023-11-08T19:02:53.381Z | Downloaded serde_arrays v0.1.0 |
1016 | 2023-11-08T19:02:53.384Z | Downloaded tungstenite v0.18.0 |
1017 | 2023-11-08T19:02:53.388Z | Downloaded zip v0.6.6 |
1018 | 2023-11-08T19:02:53.394Z | Downloaded serde_yaml v0.9.25 |
1019 | 2023-11-08T19:02:53.402Z | Downloaded secrecy v0.8.0 |
1020 | 2023-11-08T19:02:53.404Z | Downloaded russh-keys v0.38.0 |
1021 | 2023-11-08T19:02:53.407Z | Downloaded socket2 v0.5.4 |
1022 | 2023-11-08T19:02:53.410Z | Downloaded socket2 v0.4.9 |
1023 | 2023-11-08T19:02:53.412Z | Downloaded tungstenite v0.20.1 |
1024 | 2023-11-08T19:02:53.418Z | Downloaded termcolor v1.2.0 |
1025 | 2023-11-08T19:02:53.421Z | Downloaded serde_tokenstream v0.2.0 |
1026 | 2023-11-08T19:02:53.426Z | Downloaded fnv v1.0.7 |
1027 | 2023-11-08T19:02:53.429Z | Downloaded dirs-sys-next v0.1.2 |
1028 | 2023-11-08T19:02:53.432Z | Downloaded slab v0.4.9 |
1029 | 2023-11-08T19:02:53.435Z | Downloaded pest v2.7.2 |
1030 | 2023-11-08T19:02:53.438Z | Downloaded openssl-sys v0.9.93 |
1031 | 2023-11-08T19:02:53.447Z | Downloaded num-bigint v0.4.4 |
1032 | 2023-11-08T19:02:53.456Z | Downloaded mio v0.8.8 |
1033 | 2023-11-08T19:02:53.464Z | Downloaded encoding_rs v0.8.33 |
1034 | 2023-11-08T19:02:53.506Z | Downloaded ed25519-dalek v2.0.0 |
1035 | 2023-11-08T19:02:53.511Z | Downloaded headers v0.3.9 |
1036 | 2023-11-08T19:02:53.520Z | Downloaded indexmap v1.9.3 |
1037 | 2023-11-08T19:02:53.526Z | Downloaded base64 v0.21.5 |
1038 | 2023-11-08T19:02:53.532Z | Downloaded hostname v0.3.1 |
1039 | 2023-11-08T19:02:53.535Z | Downloaded rustversion v1.0.14 |
1040 | 2023-11-08T19:02:53.538Z | Downloaded zeroize_derive v1.4.2 |
1041 | 2023-11-08T19:02:53.541Z | Downloaded zone v0.3.0 |
1042 | 2023-11-08T19:02:53.544Z | Downloaded tokio-rustls v0.24.1 |
1043 | 2023-11-08T19:02:53.546Z | Downloaded hash32 v0.2.1 |
1044 | 2023-11-08T19:02:53.549Z | Downloaded smf v0.2.2 |
1045 | 2023-11-08T19:02:53.551Z | Downloaded enum-as-inner v0.5.1 |
1046 | 2023-11-08T19:02:53.554Z | Downloaded signature v2.1.0 |
1047 | 2023-11-08T19:02:53.560Z | Downloaded foreign-types v0.5.0 |
1048 | 2023-11-08T19:02:53.562Z | Downloaded float-cmp v0.9.0 |
1049 | 2023-11-08T19:02:53.565Z | Downloaded filetime v0.2.22 |
1050 | 2023-11-08T19:02:53.567Z | Downloaded group v0.13.0 |
1051 | 2023-11-08T19:02:53.570Z | Downloaded crossbeam-channel v0.5.8 |
1052 | 2023-11-08T19:02:53.575Z | Downloaded tokio-util v0.7.10 |
1053 | 2023-11-08T19:02:53.586Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1054 | 2023-11-08T19:02:53.691Z | Downloaded home v0.5.5 |
1055 | 2023-11-08T19:02:53.694Z | Downloaded vsss-rs v3.3.1 |
1056 | 2023-11-08T19:02:53.697Z | Downloaded tempfile v3.8.0 |
1057 | 2023-11-08T19:02:53.700Z | Downloaded const_format v0.2.31 |
1058 | 2023-11-08T19:02:53.707Z | Downloaded thread-id v4.2.0 |
1059 | 2023-11-08T19:02:53.710Z | Downloaded thiserror v1.0.49 |
1060 | 2023-11-08T19:02:53.715Z | Downloaded futures-executor v0.3.29 |
1061 | 2023-11-08T19:02:53.719Z | Downloaded hex-literal v0.4.1 |
1062 | 2023-11-08T19:02:53.722Z | Downloaded keccak v0.1.4 |
1063 | 2023-11-08T19:02:53.725Z | Downloaded spki v0.7.2 |
1064 | 2023-11-08T19:02:53.728Z | Downloaded term v0.7.0 |
1065 | 2023-11-08T19:02:53.732Z | Downloaded tokio-native-tls v0.3.1 |
1066 | 2023-11-08T19:02:53.737Z | Downloaded tokio-tungstenite v0.20.1 |
1067 | 2023-11-08T19:02:53.740Z | Downloaded rand_core v0.5.1 |
1068 | 2023-11-08T19:02:53.743Z | Downloaded serde_with_macros v2.3.3 |
1069 | 2023-11-08T19:02:53.746Z | Downloaded base64 v0.13.1 |
1070 | 2023-11-08T19:02:53.750Z | Downloaded tar v0.4.40 |
1071 | 2023-11-08T19:02:53.753Z | Downloaded stringprep v0.1.3 |
1072 | 2023-11-08T19:02:53.756Z | Downloaded serde_repr v0.1.16 |
1073 | 2023-11-08T19:02:53.761Z | Downloaded take_mut v0.2.2 |
1074 | 2023-11-08T19:02:53.764Z | Downloaded spin v0.5.2 |
1075 | 2023-11-08T19:02:53.767Z | Downloaded difflib v0.4.0 |
1076 | 2023-11-08T19:02:53.770Z | Downloaded dirs-next v2.0.0 |
1077 | 2023-11-08T19:02:53.773Z | Downloaded fxhash v0.2.1 |
1078 | 2023-11-08T19:02:53.776Z | Downloaded subtle v2.5.0 |
1079 | 2023-11-08T19:02:53.779Z | Downloaded blake2 v0.10.6 |
1080 | 2023-11-08T19:02:53.783Z | Downloaded allocator-api2 v0.2.16 |
1081 | 2023-11-08T19:02:53.787Z | Downloaded arc-swap v1.6.0 |
1082 | 2023-11-08T19:02:53.791Z | Downloaded diesel_derives v2.1.1 |
1083 | 2023-11-08T19:02:53.794Z | Downloaded typenum v1.16.0 |
1084 | 2023-11-08T19:02:53.798Z | Downloaded itoa v1.0.9 |
1085 | 2023-11-08T19:02:53.801Z | Downloaded whoami v1.4.1 |
1086 | 2023-11-08T19:02:53.805Z | Downloaded either v1.9.0 |
1087 | 2023-11-08T19:02:53.836Z | Downloaded dof v0.1.5 |
1088 | 2023-11-08T19:02:53.839Z | Downloaded structmeta-derive v0.2.0 |
1089 | 2023-11-08T19:02:53.842Z | Downloaded structmeta-derive v0.1.6 |
1090 | 2023-11-08T19:02:53.845Z | Downloaded schemars_derive v0.8.13 |
1091 | 2023-11-08T19:02:53.848Z | Downloaded rand_chacha v0.2.2 |
1092 | 2023-11-08T19:02:53.851Z | Downloaded http-body v0.4.5 |
1093 | 2023-11-08T19:02:53.854Z | Downloaded string_cache v0.8.7 |
1094 | 2023-11-08T19:02:53.858Z | Downloaded vec_map v0.8.2 |
1095 | 2023-11-08T19:02:53.861Z | Downloaded once_cell v1.18.0 |
1096 | 2023-11-08T19:02:53.865Z | Downloaded serde_tokenstream v0.1.7 |
1097 | 2023-11-08T19:02:53.869Z | Downloaded iana-time-zone v0.1.57 |
1098 | 2023-11-08T19:02:53.872Z | Downloaded getopts v0.2.21 |
1099 | 2023-11-08T19:02:53.875Z | Downloaded siphasher v0.3.11 |
1100 | 2023-11-08T19:02:53.878Z | Downloaded untrusted v0.9.0 |
1101 | 2023-11-08T19:02:53.882Z | Downloaded unicase v2.7.0 |
1102 | 2023-11-08T19:02:53.885Z | Downloaded slog-dtrace v0.2.3 |
1103 | 2023-11-08T19:02:53.888Z | Downloaded zerocopy v0.3.0 |
1104 | 2023-11-08T19:02:53.892Z | Downloaded try-lock v0.2.4 |
1105 | 2023-11-08T19:02:53.895Z | Downloaded time-macros v0.2.13 |
1106 | 2023-11-08T19:02:53.898Z | Downloaded log v0.4.20 |
1107 | 2023-11-08T19:02:53.901Z | Downloaded postgres-protocol v0.6.6 |
1108 | 2023-11-08T19:02:53.905Z | Downloaded cancel-safe-futures v0.1.5 |
1109 | 2023-11-08T19:02:53.908Z | Downloaded dirs-sys v0.4.1 |
1110 | 2023-11-08T19:02:53.913Z | Downloaded same-file v1.0.6 |
1111 | 2023-11-08T19:02:53.916Z | Downloaded signal-hook-registry v1.4.1 |
1112 | 2023-11-08T19:02:53.919Z | Downloaded lalrpop-util v0.19.12 |
1113 | 2023-11-08T19:02:53.922Z | Downloaded hex v0.4.3 |
1114 | 2023-11-08T19:02:53.927Z | Downloaded crossbeam-epoch v0.9.15 |
1115 | 2023-11-08T19:02:53.929Z | Downloaded r2d2 v0.8.10 |
1116 | 2023-11-08T19:02:53.933Z | Downloaded resolv-conf v0.7.0 |
1117 | 2023-11-08T19:02:53.936Z | Downloaded errno v0.3.2 |
1118 | 2023-11-08T19:02:53.939Z | Downloaded rustls-pemfile v1.0.3 |
1119 | 2023-11-08T19:02:53.942Z | Downloaded fastrand v2.0.0 |
1120 | 2023-11-08T19:02:53.945Z | Downloaded tinyvec v1.6.0 |
1121 | 2023-11-08T19:02:53.948Z | Downloaded bitflags v2.4.0 |
1122 | 2023-11-08T19:02:53.950Z | Downloaded bincode v1.3.3 |
1123 | 2023-11-08T19:02:53.955Z | Downloaded pest_derive v2.7.2 |
1124 | 2023-11-08T19:02:53.958Z | Downloaded untrusted v0.7.1 |
1125 | 2023-11-08T19:02:53.962Z | Downloaded twox-hash v1.6.3 |
1126 | 2023-11-08T19:02:53.965Z | Downloaded thiserror-no-std v2.0.2 |
1127 | 2023-11-08T19:02:53.968Z | Downloaded thiserror-impl-no-std v2.0.2 |
1128 | 2023-11-08T19:02:53.971Z | Downloaded textwrap v0.11.0 |
1129 | 2023-11-08T19:02:53.974Z | Downloaded password-hash v0.4.2 |
1130 | 2023-11-08T19:02:53.977Z | Downloaded parking_lot_core v0.9.8 |
1131 | 2023-11-08T19:02:53.981Z | Downloaded camino v1.1.6 |
1132 | 2023-11-08T19:02:53.984Z | Downloaded phf v0.11.2 |
1133 | 2023-11-08T19:02:53.987Z | Downloaded wyz v0.5.1 |
1134 | 2023-11-08T19:02:53.990Z | Downloaded tokio-tungstenite v0.18.0 |
1135 | 2023-11-08T19:02:53.993Z | Downloaded hubpack v0.1.2 |
1136 | 2023-11-08T19:02:53.997Z | Downloaded lock_api v0.4.10 |
1137 | 2023-11-08T19:02:54.000Z | Downloaded clap_derive v4.4.2 |
1138 | 2023-11-08T19:02:54.003Z | Downloaded bitflags v1.3.2 |
1139 | 2023-11-08T19:02:54.006Z | Downloaded bcrypt-pbkdf v0.10.0 |
1140 | 2023-11-08T19:02:54.009Z | Downloaded num_enum v0.7.0 |
1141 | 2023-11-08T19:02:54.013Z | Downloaded futures-core v0.3.29 |
1142 | 2023-11-08T19:02:54.016Z | Downloaded console v0.15.7 |
1143 | 2023-11-08T19:02:54.019Z | Downloaded erased-serde v0.3.30 |
1144 | 2023-11-08T19:02:54.022Z | Downloaded equivalent v1.0.1 |
1145 | 2023-11-08T19:02:54.025Z | Downloaded generic-array v0.14.7 |
1146 | 2023-11-08T19:02:54.028Z | Downloaded digest v0.10.7 |
1147 | 2023-11-08T19:02:54.031Z | Downloaded mime_guess v2.0.4 |
1148 | 2023-11-08T19:02:54.036Z | Downloaded parking_lot v0.11.2 |
1149 | 2023-11-08T19:02:54.039Z | Downloaded crossbeam-utils v0.8.16 |
1150 | 2023-11-08T19:02:54.042Z | Downloaded anyhow v1.0.75 |
1151 | 2023-11-08T19:02:54.045Z | Downloaded predicates-core v1.0.6 |
1152 | 2023-11-08T19:02:54.048Z | Downloaded num-traits v0.2.16 |
1153 | 2023-11-08T19:02:54.051Z | Downloaded aes-gcm-siv v0.11.1 |
1154 | 2023-11-08T19:02:54.054Z | Downloaded structopt-derive v0.4.18 |
1155 | 2023-11-08T19:02:54.057Z | Downloaded proc-macro-error v1.0.4 |
1156 | 2023-11-08T19:02:54.061Z | Downloaded pkcs8 v0.10.2 |
1157 | 2023-11-08T19:02:54.064Z | Downloaded data-encoding v2.4.0 |
1158 | 2023-11-08T19:02:54.067Z | Downloaded platforms v3.0.2 |
1159 | 2023-11-08T19:02:54.070Z | Downloaded parse-display-derive v0.7.0 |
1160 | 2023-11-08T19:02:54.073Z | Downloaded backoff v0.4.0 |
1161 | 2023-11-08T19:02:54.077Z | Downloaded predicates v3.0.4 |
1162 | 2023-11-08T19:02:54.080Z | Downloaded omicron-zone-package v0.8.3 |
1163 | 2023-11-08T19:02:54.084Z | Downloaded num_enum_derive v0.7.0 |
1164 | 2023-11-08T19:02:54.088Z | Downloaded ppv-lite86 v0.2.17 |
1165 | 2023-11-08T19:02:54.091Z | Downloaded async-trait v0.1.74 |
1166 | 2023-11-08T19:02:54.094Z | Downloaded argon2 v0.5.2 |
1167 | 2023-11-08T19:02:54.096Z | Downloaded anstream v0.5.0 |
1168 | 2023-11-08T19:02:54.099Z | Downloaded num-complex v0.4.4 |
1169 | 2023-11-08T19:02:54.102Z | Downloaded postgres-types v0.2.6 |
1170 | 2023-11-08T19:02:54.105Z | Downloaded pest_generator v2.7.2 |
1171 | 2023-11-08T19:02:54.108Z | Downloaded pkg-config v0.3.27 |
1172 | 2023-11-08T19:02:54.113Z | Downloaded polyval v0.6.1 |
1173 | 2023-11-08T19:02:54.116Z | Downloaded pin-project-lite v0.2.13 |
1174 | 2023-11-08T19:02:54.119Z | Downloaded phf_shared v0.11.2 |
1175 | 2023-11-08T19:02:54.121Z | Downloaded pem v3.0.2 |
1176 | 2023-11-08T19:02:54.124Z | Downloaded num_enum v0.5.11 |
1177 | 2023-11-08T19:02:54.127Z | Downloaded libz-sys v1.1.12 |
1178 | 2023-11-08T19:02:54.192Z | Downloaded anstyle-parse v0.2.1 |
1179 | 2023-11-08T19:02:54.195Z | Downloaded tap v1.0.1 |
1180 | 2023-11-08T19:02:54.198Z | Downloaded cbc v0.1.2 |
1181 | 2023-11-08T19:02:54.201Z | Downloaded block-padding v0.3.3 |
1182 | 2023-11-08T19:02:54.204Z | Downloaded toolchain_find v0.2.0 |
1183 | 2023-11-08T19:02:54.206Z | Downloaded tinyvec_macros v0.1.1 |
1184 | 2023-11-08T19:02:54.210Z | Downloaded blowfish v0.9.1 |
1185 | 2023-11-08T19:02:54.214Z | Downloaded xattr v1.0.1 |
1186 | 2023-11-08T19:02:54.217Z | Downloaded camino-tempfile v1.0.2 |
1187 | 2023-11-08T19:02:54.219Z | Downloaded autocfg v1.1.0 |
1188 | 2023-11-08T19:02:54.222Z | Downloaded matches v0.1.10 |
1189 | 2023-11-08T19:02:54.225Z | Downloaded deranged v0.3.8 |
1190 | 2023-11-08T19:02:54.227Z | Downloaded precomputed-hash v0.1.1 |
1191 | 2023-11-08T19:02:54.231Z | Downloaded macaddr v1.0.1 |
1192 | 2023-11-08T19:02:54.234Z | Downloaded block-buffer v0.10.4 |
1193 | 2023-11-08T19:02:54.236Z | Downloaded strum v0.25.0 |
1194 | 2023-11-08T19:02:54.239Z | Downloaded cipher v0.4.4 |
1195 | 2023-11-08T19:02:54.242Z | Downloaded bit_field v0.10.2 |
1196 | 2023-11-08T19:02:54.245Z | Downloaded clap_lex v0.5.1 |
1197 | 2023-11-08T19:02:54.248Z | Downloaded num-integer v0.1.45 |
1198 | 2023-11-08T19:02:54.251Z | Downloaded postcard-cobs v0.1.5-pre |
1199 | 2023-11-08T19:02:54.254Z | Downloaded pbkdf2 v0.12.2 |
1200 | 2023-11-08T19:02:54.256Z | Downloaded pbkdf2 v0.11.0 |
1201 | 2023-11-08T19:02:54.259Z | Downloaded base16ct v0.2.0 |
1202 | 2023-11-08T19:02:54.262Z | Downloaded num_cpus v1.16.0 |
1203 | 2023-11-08T19:02:54.265Z | Downloaded num-rational v0.4.1 |
1204 | 2023-11-08T19:02:54.267Z | Downloaded pem v1.1.1 |
1205 | 2023-11-08T19:02:54.270Z | Downloaded crc32fast v1.3.2 |
1206 | 2023-11-08T19:02:54.273Z | Downloaded anstyle v1.0.2 |
1207 | 2023-11-08T19:02:54.275Z | Downloaded colorchoice v1.0.0 |
1208 | 2023-11-08T19:02:54.278Z | Downloaded atomicwrites v0.4.2 |
1209 | 2023-11-08T19:02:54.281Z | Downloaded byteorder v1.5.0 |
1210 | 2023-11-08T19:02:54.284Z | Downloaded async-stream v0.3.5 |
1211 | 2023-11-08T19:02:54.287Z | Downloaded nibble_vec v0.1.0 |
1212 | 2023-11-08T19:02:54.290Z | Downloaded cstr-argument v0.1.2 |
1213 | 2023-11-08T19:02:54.292Z | Downloaded bytes v1.5.0 |
1214 | 2023-11-08T19:02:54.295Z | Downloaded pretty-hex v0.2.1 |
1215 | 2023-11-08T19:02:54.298Z | Downloaded phf_shared v0.10.0 |
1216 | 2023-11-08T19:02:54.301Z | Downloaded num_threads v0.1.6 |
1217 | 2023-11-08T19:02:54.304Z | Downloaded derive_more v0.99.17 |
1218 | 2023-11-08T19:02:54.307Z | Downloaded crucible-workspace-hack v0.1.0 |
1219 | 2023-11-08T19:02:54.309Z | Downloaded atomic-waker v1.1.1 |
1220 | 2023-11-08T19:02:54.312Z | Downloaded pretty-hex v0.3.0 |
1221 | 2023-11-08T19:02:54.315Z | Downloaded memoffset v0.9.0 |
1222 | 2023-11-08T19:02:54.317Z | Downloaded crypto-common v0.1.6 |
1223 | 2023-11-08T19:02:54.320Z | Downloaded async-stream-impl v0.3.5 |
1224 | 2023-11-08T19:02:54.323Z | Downloaded anstyle-query v1.0.0 |
1225 | 2023-11-08T19:02:54.325Z | Downloaded openssl-macros v0.1.1 |
1226 | 2023-11-08T19:02:54.328Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1227 | 2023-11-08T19:02:54.331Z | Downloaded native-tls v0.2.11 |
1228 | 2023-11-08T19:02:54.334Z | Downloaded cpufeatures v0.2.9 |
1229 | 2023-11-08T19:02:54.337Z | Downloaded multer v2.1.0 |
1230 | 2023-11-08T19:02:54.339Z | Downloaded mime v0.3.17 |
1231 | 2023-11-08T19:02:54.342Z | Downloaded curve25519-dalek-derive v0.1.0 |
1232 | 2023-11-08T19:02:54.345Z | Downloaded bitstruct v0.1.1 |
1233 | 2023-11-08T19:02:54.348Z | Downloaded num-derive v0.4.0 |
1234 | 2023-11-08T19:02:54.351Z | Downloaded md-5 v0.10.5 |
1235 | 2023-11-08T19:02:54.355Z | Downloaded parse-display v0.7.0 |
1236 | 2023-11-08T19:02:54.358Z | Downloaded crypto-bigint v0.5.2 |
1237 | 2023-11-08T19:02:54.361Z | Downloaded colored v2.0.4 |
1238 | 2023-11-08T19:02:54.364Z | Downloaded md5 v0.7.0 |
1239 | 2023-11-08T19:02:54.367Z | Downloaded aead v0.5.2 |
1240 | 2023-11-08T19:02:54.370Z | Downloaded adler v1.0.2 |
1241 | 2023-11-08T19:02:54.372Z | Downloaded num-iter v0.1.43 |
1242 | 2023-11-08T19:02:54.375Z | Downloaded num v0.4.1 |
1243 | 2023-11-08T19:02:54.379Z | Downloaded ciborium-ll v0.2.1 |
1244 | 2023-11-08T19:02:54.568Z | Downloaded libsqlite3-sys v0.26.0 |
1245 | 2023-11-08T19:02:54.712Z | Downloaded ring v0.16.20 |
1246 | 2023-11-08T19:02:55.301Z | Compiling proc-macro2 v1.0.67 |
1247 | 2023-11-08T19:02:55.304Z | Compiling unicode-ident v1.0.12 |
1248 | 2023-11-08T19:02:55.307Z | Compiling libc v0.2.150 |
1249 | 2023-11-08T19:02:55.310Z | Compiling serde v1.0.188 |
1250 | 2023-11-08T19:02:55.313Z | Compiling version_check v0.9.4 |
1251 | 2023-11-08T19:02:55.324Z | Compiling autocfg v1.1.0 |
1252 | 2023-11-08T19:02:55.341Z | Compiling cfg-if v1.0.0 |
1253 | 2023-11-08T19:02:55.685Z | Compiling syn v1.0.109 |
1254 | 2023-11-08T19:02:55.764Z | Compiling once_cell v1.18.0 |
1255 | 2023-11-08T19:02:55.809Z | Compiling typenum v1.16.0 |
1256 | 2023-11-08T19:02:56.406Z | Compiling thiserror v1.0.49 |
1257 | 2023-11-08T19:02:56.533Z | Compiling generic-array v0.14.7 |
1258 | 2023-11-08T19:02:56.637Z | Compiling lock_api v0.4.10 |
1259 | 2023-11-08T19:02:57.803Z | Compiling parking_lot_core v0.9.8 |
1260 | 2023-11-08T19:02:57.857Z | Compiling libm v0.2.7 |
1261 | 2023-11-08T19:02:57.883Z | Compiling num-traits v0.2.16 |
1262 | 2023-11-08T19:02:57.912Z | Compiling itoa v1.0.9 |
1263 | 2023-11-08T19:02:58.104Z | Compiling memchr v2.6.3 |
1264 | 2023-11-08T19:02:58.348Z | Compiling futures-core v0.3.29 |
1265 | 2023-11-08T19:02:58.417Z | Compiling ahash v0.8.3 |
1266 | 2023-11-08T19:02:58.451Z | Compiling serde_json v1.0.108 |
1267 | 2023-11-08T19:02:58.865Z | Compiling log v0.4.20 |
1268 | 2023-11-08T19:02:58.967Z | Compiling quote v1.0.33 |
1269 | 2023-11-08T19:02:59.033Z | Compiling slab v0.4.9 |
1270 | 2023-11-08T19:02:59.358Z | Compiling futures-channel v0.3.29 |
1271 | 2023-11-08T19:02:59.476Z | Compiling futures-task v0.3.29 |
1272 | 2023-11-08T19:02:59.598Z | Compiling syn v2.0.32 |
1273 | 2023-11-08T19:02:59.934Z | Compiling getrandom v0.2.10 |
1274 | 2023-11-08T19:03:00.450Z | Compiling jobserver v0.1.26 |
1275 | 2023-11-08T19:03:00.542Z | Compiling cc v1.0.83 |
1276 | 2023-11-08T19:03:00.586Z | Compiling futures-util v0.3.29 |
1277 | 2023-11-08T19:03:00.594Z | Compiling pkg-config v0.3.27 |
1278 | 2023-11-08T19:03:00.759Z | Compiling rand_core v0.6.4 |
1279 | 2023-11-08T19:03:01.141Z | Compiling ryu v1.0.15 |
1280 | 2023-11-08T19:03:01.685Z | Compiling vcpkg v0.2.15 |
1281 | 2023-11-08T19:03:01.738Z | Compiling schemars v0.8.13 |
1282 | 2023-11-08T19:03:01.961Z | Compiling scopeguard v1.2.0 |
1283 | 2023-11-08T19:03:02.161Z | Compiling allocator-api2 v0.2.16 |
1284 | 2023-11-08T19:03:02.277Z | Compiling heck v0.4.1 |
1285 | 2023-11-08T19:03:02.991Z | Compiling equivalent v1.0.1 |
1286 | 2023-11-08T19:03:03.135Z | Compiling smallvec v1.11.0 |
1287 | 2023-11-08T19:03:03.412Z | Compiling hashbrown v0.14.2 |
1288 | 2023-11-08T19:03:03.795Z | Compiling byteorder v1.5.0 |
1289 | 2023-11-08T19:03:04.447Z | Compiling httparse v1.8.0 |
1290 | 2023-11-08T19:03:04.528Z | Compiling fnv v1.0.7 |
1291 | 2023-11-08T19:03:04.696Z | Compiling iana-time-zone v0.1.57 |
1292 | 2023-11-08T19:03:04.996Z | Compiling pin-project-lite v0.2.13 |
1293 | 2023-11-08T19:03:05.057Z | Compiling ring v0.16.20 |
1294 | 2023-11-08T19:03:05.166Z | Compiling semver v1.0.20 |
1295 | 2023-11-08T19:03:05.344Z | Compiling ring v0.17.5 |
1296 | 2023-11-08T19:03:05.810Z | Compiling subtle v2.5.0 |
1297 | 2023-11-08T19:03:05.925Z | Compiling indexmap v1.9.3 |
1298 | 2023-11-08T19:03:06.244Z | Compiling parking_lot v0.12.1 |
1299 | 2023-11-08T19:03:06.269Z | Compiling dyn-clone v1.0.13 |
1300 | 2023-11-08T19:03:06.342Z | Compiling tinyvec_macros v0.1.1 |
1301 | 2023-11-08T19:03:06.462Z | Compiling time-core v0.1.1 |
1302 | 2023-11-08T19:03:06.485Z | Compiling tinyvec v1.6.0 |
1303 | 2023-11-08T19:03:06.615Z | Compiling openssl-sys v0.9.93 |
1304 | 2023-11-08T19:03:06.698Z | Compiling time-macros v0.2.13 |
1305 | 2023-11-08T19:03:06.995Z | Compiling signal-hook-registry v1.4.1 |
1306 | 2023-11-08T19:03:07.787Z | Compiling mio v0.8.8 |
1307 | 2023-11-08T19:03:07.811Z | Compiling socket2 v0.5.4 |
1308 | 2023-11-08T19:03:08.305Z | Compiling num_cpus v1.16.0 |
1309 | 2023-11-08T19:03:08.475Z | Compiling unicode-bidi v0.3.13 |
1310 | 2023-11-08T19:03:08.752Z | Compiling unicode-normalization v0.1.22 |
1311 | 2023-11-08T19:03:09.064Z | Compiling rustls v0.21.8 |
1312 | 2023-11-08T19:03:09.602Z | Compiling slog v2.7.0 |
1313 | 2023-11-08T19:03:09.736Z | Compiling aho-corasick v1.0.4 |
1314 | 2023-11-08T19:03:10.466Z | Compiling ucd-trie v0.1.6 |
1315 | 2023-11-08T19:03:10.651Z | Compiling percent-encoding v2.3.0 |
1316 | 2023-11-08T19:03:10.877Z | Compiling spin v0.5.2 |
1317 | 2023-11-08T19:03:11.212Z | Compiling serde_derive_internals v0.26.0 |
1318 | 2023-11-08T19:03:11.238Z | Compiling regex-syntax v0.8.2 |
1319 | 2023-11-08T19:03:11.315Z | Compiling backtrace v0.3.69 |
1320 | 2023-11-08T19:03:11.447Z | Compiling async-trait v0.1.74 |
1321 | 2023-11-08T19:03:11.948Z | Compiling form_urlencoded v1.2.0 |
1322 | 2023-11-08T19:03:12.193Z | Compiling openssl v0.10.57 |
1323 | 2023-11-08T19:03:12.416Z | Compiling futures-sink v0.3.29 |
1324 | 2023-11-08T19:03:12.637Z | Compiling anyhow v1.0.75 |
1325 | 2023-11-08T19:03:12.818Z | Compiling pin-utils v0.1.0 |
1326 | 2023-11-08T19:03:12.935Z | Compiling winnow v0.5.15 |
1327 | 2023-11-08T19:03:13.189Z | Compiling idna v0.4.0 |
1328 | 2023-11-08T19:03:14.205Z | Compiling native-tls v0.2.11 |
1329 | 2023-11-08T19:03:14.723Z | Compiling url v2.4.1 |
1330 | 2023-11-08T19:03:14.927Z | Compiling unicode-xid v0.2.4 |
1331 | 2023-11-08T19:03:16.251Z | Compiling futures-io v0.3.29 |
1332 | 2023-11-08T19:03:16.300Z | Compiling rustversion v1.0.14 |
1333 | 2023-11-08T19:03:16.696Z | Compiling const-oid v0.9.5 |
1334 | 2023-11-08T19:03:17.150Z | Compiling regex-automata v0.4.3 |
1335 | 2023-11-08T19:03:17.869Z | Compiling hashbrown v0.13.2 |
1336 | 2023-11-08T19:03:19.093Z | Compiling unicode-width v0.1.11 |
1337 | 2023-11-08T19:03:19.506Z | Compiling synstructure v0.12.6 |
1338 | 2023-11-08T19:03:19.523Z | Compiling cpufeatures v0.2.9 |
1339 | 2023-11-08T19:03:19.634Z | Compiling crossbeam-utils v0.8.16 |
1340 | 2023-11-08T19:03:19.653Z | Compiling tracing-core v0.1.31 |
1341 | 2023-11-08T19:03:19.887Z | Compiling adler v1.0.2 |
1342 | 2023-11-08T19:03:20.219Z | Compiling ppv-lite86 v0.2.17 |
1343 | 2023-11-08T19:03:20.329Z | Compiling miniz_oxide v0.7.1 |
1344 | 2023-11-08T19:03:21.532Z | Compiling rustix v0.38.9 |
1345 | 2023-11-08T19:03:21.847Z | Compiling rand_chacha v0.3.1 |
1346 | 2023-11-08T19:03:22.129Z | Compiling usdt-impl v0.3.5 |
1347 | 2023-11-08T19:03:23.051Z | Compiling gimli v0.28.0 |
1348 | 2023-11-08T19:03:23.055Z | Compiling bitflags v1.3.2 |
1349 | 2023-11-08T19:03:23.078Z | Compiling rand v0.8.5 |
1350 | 2023-11-08T19:03:23.190Z | Compiling object v0.32.1 |
1351 | 2023-11-08T19:03:23.518Z | Compiling deranged v0.3.8 |
1352 | 2023-11-08T19:03:23.646Z | Compiling regex v1.10.2 |
1353 | 2023-11-08T19:03:23.678Z | Compiling serde_derive v1.0.188 |
1354 | 2023-11-08T19:03:24.295Z | Compiling zeroize_derive v1.4.2 |
1355 | 2023-11-08T19:03:25.255Z | Compiling thiserror-impl v1.0.49 |
1356 | 2023-11-08T19:03:25.462Z | Compiling tokio-macros v2.1.0 |
1357 | 2023-11-08T19:03:26.522Z | Compiling futures-macro v0.3.29 |
1358 | 2023-11-08T19:03:26.677Z | Compiling tracing-attributes v0.1.26 |
1359 | 2023-11-08T19:03:27.834Z | Compiling schemars_derive v0.8.13 |
1360 | 2023-11-08T19:03:29.635Z | Compiling zeroize v1.6.0 |
1361 | 2023-11-08T19:03:29.879Z | Compiling pest v2.7.2 |
1362 | 2023-11-08T19:03:30.909Z | Compiling openssl-macros v0.1.1 |
1363 | 2023-11-08T19:03:32.421Z | Compiling crypto-common v0.1.6 |
1364 | 2023-11-08T19:03:32.644Z | Compiling block-buffer v0.10.4 |
1365 | 2023-11-08T19:03:32.714Z | Compiling zerocopy-derive v0.2.0 |
1366 | 2023-11-08T19:03:32.980Z | Compiling digest v0.10.7 |
1367 | 2023-11-08T19:03:33.214Z | Compiling tracing v0.1.37 |
1368 | 2023-11-08T19:03:33.591Z | Compiling addr2line v0.21.0 |
1369 | 2023-11-08T19:03:34.091Z | Compiling pest_meta v2.7.2 |
1370 | 2023-11-08T19:03:34.382Z | Compiling num_threads v0.1.6 |
1371 | 2023-11-08T19:03:34.545Z | Compiling rustc-demangle v0.1.23 |
1372 | 2023-11-08T19:03:34.582Z | Compiling base64 v0.21.5 |
1373 | 2023-11-08T19:03:35.451Z | Compiling zerocopy v0.3.0 |
1374 | 2023-11-08T19:03:35.924Z | Compiling time v0.3.27 |
1375 | 2023-11-08T19:03:36.688Z | Compiling pest_generator v2.7.2 |
1376 | 2023-11-08T19:03:37.694Z | Compiling dof v0.1.5 |
1377 | 2023-11-08T19:03:39.220Z | Compiling spin v0.9.8 |
1378 | 2023-11-08T19:03:39.660Z | Compiling thread-id v4.2.0 |
1379 | 2023-11-08T19:03:40.358Z | Compiling lazy_static v1.4.0 |
1380 | 2023-11-08T19:03:41.091Z | Compiling pest_derive v2.7.2 |
1381 | 2023-11-08T19:03:41.559Z | Compiling strum_macros v0.25.2 |
1382 | 2023-11-08T19:03:42.039Z | Compiling untrusted v0.7.1 |
1383 | 2023-11-08T19:03:42.294Z | Compiling dtrace-parser v0.1.14 |
1384 | 2023-11-08T19:03:42.324Z | Compiling strsim v0.10.0 |
1385 | 2023-11-08T19:03:44.249Z | Compiling untrusted v0.9.0 |
1386 | 2023-11-08T19:03:44.495Z | Compiling regress v0.7.1 |
1387 | 2023-11-08T19:03:45.032Z | Compiling socket2 v0.4.9 |
1388 | 2023-11-08T19:03:45.685Z | Compiling bytes v1.5.0 |
1389 | 2023-11-08T19:03:46.164Z | Compiling indexmap v2.1.0 |
1390 | 2023-11-08T19:03:46.268Z | Compiling chrono v0.4.31 |
1391 | 2023-11-08T19:03:46.882Z | Compiling uuid v1.5.0 |
1392 | 2023-11-08T19:03:47.466Z | Compiling http v0.2.9 |
1393 | 2023-11-08T19:03:47.643Z | Compiling tokio v1.33.0 |
1394 | 2023-11-08T19:03:48.188Z | Compiling serde_spanned v0.6.4 |
1395 | 2023-11-08T19:03:48.525Z | Compiling toml_datetime v0.6.5 |
1396 | 2023-11-08T19:03:48.935Z | Compiling toml_edit v0.19.15 |
1397 | 2023-11-08T19:03:49.065Z | Compiling bitflags v2.4.0 |
1398 | 2023-11-08T19:03:49.231Z | Compiling rustc_version v0.4.0 |
1399 | 2023-11-08T19:03:49.718Z | Compiling openapiv3 v1.0.3 |
1400 | 2023-11-08T19:03:52.764Z | Compiling serde_tokenstream v0.1.7 |
1401 | 2023-11-08T19:03:53.123Z | Compiling serde_tokenstream v0.2.0 |
1402 | 2023-11-08T19:03:53.946Z | Compiling hashbrown v0.12.3 |
1403 | 2023-11-08T19:03:53.969Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1404 | 2023-11-08T19:03:53.988Z | Compiling sct v0.7.0 |
1405 | 2023-11-08T19:03:54.357Z | Compiling httpdate v1.0.3 |
1406 | 2023-11-08T19:03:54.423Z | Compiling usdt-macro v0.3.5 |
1407 | 2023-11-08T19:03:55.484Z | Compiling usdt-attr-macro v0.3.5 |
1408 | 2023-11-08T19:03:56.200Z | Compiling try-lock v0.2.4 |
1409 | 2023-11-08T19:03:56.377Z | Compiling want v0.3.1 |
1410 | 2023-11-08T19:03:56.406Z | Compiling http-body v0.4.5 |
1411 | 2023-11-08T19:03:56.722Z | Compiling rustls-pemfile v1.0.3 |
1412 | 2023-11-08T19:03:56.797Z | Compiling foreign-types-shared v0.1.1 |
1413 | 2023-11-08T19:03:57.040Z | Compiling mime v0.3.17 |
1414 | 2023-11-08T19:03:57.251Z | Compiling openssl-probe v0.1.5 |
1415 | 2023-11-08T19:03:57.285Z | Compiling tower-service v0.3.2 |
1416 | 2023-11-08T19:03:57.451Z | Compiling foreign-types v0.3.2 |
1417 | 2023-11-08T19:03:57.598Z | Compiling errno v0.3.2 |
1418 | 2023-11-08T19:03:57.708Z | Compiling ipnet v2.8.0 |
1419 | 2023-11-08T19:03:57.886Z | Compiling getopts v0.2.21 |
1420 | 2023-11-08T19:03:58.029Z | Compiling encoding_rs v0.8.33 |
1421 | 2023-11-08T19:03:59.618Z | Compiling regex-syntax v0.6.29 |
1422 | 2023-11-08T19:03:59.640Z | Compiling unsafe-libyaml v0.2.9 |
1423 | 2023-11-08T19:03:59.874Z | Compiling tokio-util v0.7.10 |
1424 | 2023-11-08T19:04:02.257Z | Compiling h2 v0.3.21 |
1425 | 2023-11-08T19:04:02.328Z | Compiling serde_yaml v0.9.25 |
1426 | 2023-11-08T19:04:02.577Z | Compiling rustls-native-certs v0.6.3 |
1427 | 2023-11-08T19:04:03.210Z | Compiling serde_urlencoded v0.7.1 |
1428 | 2023-11-08T19:04:04.694Z | Compiling webpki-roots v0.25.2 |
1429 | 2023-11-08T19:04:07.120Z | Compiling hmac v0.12.1 |
1430 | 2023-11-08T19:04:07.420Z | Compiling num-integer v0.1.45 |
1431 | 2023-11-08T19:04:08.369Z | Compiling sha2 v0.10.8 |
1432 | 2023-11-08T19:04:08.479Z | Compiling block-padding v0.3.3 |
1433 | 2023-11-08T19:04:09.876Z | Compiling inout v0.1.3 |
1434 | 2023-11-08T19:04:10.242Z | Compiling tokio-native-tls v0.3.1 |
1435 | 2023-11-08T19:04:10.653Z | Compiling futures-executor v0.3.29 |
1436 | 2023-11-08T19:04:10.700Z | Compiling cipher v0.4.4 |
1437 | 2023-11-08T19:04:10.724Z | Compiling toml v0.7.8 |
1438 | 2023-11-08T19:04:11.572Z | Compiling crc32fast v1.3.2 |
1439 | 2023-11-08T19:04:11.641Z | Compiling fallible-iterator v0.2.0 |
1440 | 2023-11-08T19:04:12.265Z | Compiling futures v0.3.29 |
1441 | 2023-11-08T19:04:12.295Z | Compiling ipnetwork v0.20.0 |
1442 | 2023-11-08T19:04:12.424Z | Compiling siphasher v0.3.11 |
1443 | 2023-11-08T19:04:12.722Z | Compiling usdt v0.3.5 |
1444 | 2023-11-08T19:04:13.503Z | Compiling hyper v0.14.27 |
1445 | 2023-11-08T19:04:14.714Z | Compiling md-5 v0.10.5 |
1446 | 2023-11-08T19:04:14.796Z | Compiling stringprep v0.1.3 |
1447 | 2023-11-08T19:04:14.903Z | Compiling io-lifetimes v1.0.11 |
1448 | 2023-11-08T19:04:15.037Z | Compiling phf_shared v0.11.2 |
1449 | 2023-11-08T19:04:15.645Z | Compiling postgres-protocol v0.6.6 |
1450 | 2023-11-08T19:04:15.667Z | Compiling hex v0.4.3 |
1451 | 2023-11-08T19:04:16.068Z | Compiling enum-as-inner v0.5.1 |
1452 | 2023-11-08T19:04:16.618Z | Compiling slog-async v2.8.0 |
1453 | 2023-11-08T19:04:16.829Z | Compiling postgres-types v0.2.6 |
1454 | 2023-11-08T19:04:17.356Z | Compiling phf v0.11.2 |
1455 | 2023-11-08T19:04:17.571Z | Compiling num-bigint v0.4.4 |
1456 | 2023-11-08T19:04:17.708Z | Compiling whoami v1.4.1 |
1457 | 2023-11-08T19:04:17.798Z | Compiling rustix v0.37.23 |
1458 | 2023-11-08T19:04:18.647Z | Compiling data-encoding v2.4.0 |
1459 | 2023-11-08T19:04:18.847Z | Compiling tokio-postgres v0.7.10 |
1460 | 2023-11-08T19:04:19.317Z | Compiling zerocopy-derive v0.6.4 |
1461 | 2023-11-08T19:04:20.589Z | Compiling static_assertions v1.1.0 |
1462 | 2023-11-08T19:04:22.669Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1463 | 2023-11-08T19:04:22.937Z | Compiling ident_case v1.0.1 |
1464 | 2023-11-08T19:04:23.173Z | Compiling either v1.9.0 |
1465 | 2023-11-08T19:04:23.197Z | Compiling darling_core v0.20.3 |
1466 | 2023-11-08T19:04:23.686Z | Compiling camino v1.1.6 |
1467 | 2023-11-08T19:04:24.482Z | Compiling hyper-tls v0.5.0 |
1468 | 2023-11-08T19:04:24.815Z | Compiling flate2 v1.0.28 |
1469 | 2023-11-08T19:04:24.969Z | Compiling heapless v0.7.16 |
1470 | 2023-11-08T19:04:25.558Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1471 | 2023-11-08T19:04:25.585Z | Compiling memoffset v0.9.0 |
1472 | 2023-11-08T19:04:26.023Z | Compiling matches v0.1.10 |
1473 | 2023-11-08T19:04:26.156Z | Compiling managed v0.8.0 |
1474 | 2023-11-08T19:04:26.216Z | Compiling unicode-segmentation v1.10.1 |
1475 | 2023-11-08T19:04:26.426Z | Compiling radium v0.7.0 |
1476 | 2023-11-08T19:04:27.185Z | Compiling idna v0.2.3 |
1477 | 2023-11-08T19:04:27.946Z | Compiling itertools v0.11.0 |
1478 | 2023-11-08T19:04:28.645Z | Compiling multer v2.1.0 |
1479 | 2023-11-08T19:04:29.186Z | Compiling trust-dns-proto v0.22.0 |
1480 | 2023-11-08T19:04:29.826Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1481 | 2023-11-08T19:04:29.952Z | Compiling async-stream-impl v0.3.5 |
1482 | 2023-11-08T19:04:30.011Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1483 | 2023-11-08T19:04:30.049Z | Compiling crossbeam-epoch v0.9.15 |
1484 | 2023-11-08T19:04:30.772Z | Compiling num-iter v0.1.43 |
1485 | 2023-11-08T19:04:31.219Z | Compiling utf8parse v0.2.1 |
1486 | 2023-11-08T19:04:31.461Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1487 | 2023-11-08T19:04:32.052Z | Compiling smoltcp v0.9.1 |
1488 | 2023-11-08T19:04:32.078Z | Compiling darling_macro v0.20.3 |
1489 | 2023-11-08T19:04:32.453Z | Compiling bit-vec v0.6.3 |
1490 | 2023-11-08T19:04:32.665Z | Compiling paste v1.0.14 |
1491 | 2023-11-08T19:04:32.952Z | Compiling anstyle v1.0.2 |
1492 | 2023-11-08T19:04:33.344Z | Compiling anstyle-parse v0.2.1 |
1493 | 2023-11-08T19:04:33.553Z | Compiling darling v0.20.3 |
1494 | 2023-11-08T19:04:33.705Z | Compiling serde_with_macros v2.3.3 |
1495 | 2023-11-08T19:04:35.278Z | Compiling zerocopy v0.6.4 |
1496 | 2023-11-08T19:04:36.041Z | Compiling signature v2.1.0 |
1497 | 2023-11-08T19:04:36.246Z | Compiling hubpack_derive v0.1.1 |
1498 | 2023-11-08T19:04:36.362Z | Compiling clap_derive v4.4.2 |
1499 | 2023-11-08T19:04:36.684Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1500 | 2023-11-08T19:04:37.526Z | Compiling anstyle-query v1.0.0 |
1501 | 2023-11-08T19:04:37.587Z | Compiling colorchoice v1.0.0 |
1502 | 2023-11-08T19:04:37.760Z | Compiling anstream v0.5.0 |
1503 | 2023-11-08T19:04:37.894Z | Compiling terminal_size v0.2.6 |
1504 | 2023-11-08T19:04:38.152Z | Compiling yasna v0.5.2 |
1505 | 2023-11-08T19:04:39.949Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1506 | 2023-11-08T19:04:41.191Z | Compiling diesel_table_macro_syntax v0.1.0 |
1507 | 2023-11-08T19:04:41.194Z | Compiling hash32 v0.2.1 |
1508 | 2023-11-08T19:04:41.752Z | Compiling stable_deref_trait v1.2.0 |
1509 | 2023-11-08T19:04:41.776Z | Compiling tap v1.0.1 |
1510 | 2023-11-08T19:04:41.892Z | Compiling clap_lex v0.5.1 |
1511 | 2023-11-08T19:04:42.229Z | Compiling wyz v0.5.1 |
1512 | 2023-11-08T19:04:42.597Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1513 | 2023-11-08T19:04:42.675Z | Compiling clap_builder v4.4.2 |
1514 | 2023-11-08T19:04:42.927Z | Compiling diesel_derives v2.1.1 |
1515 | 2023-11-08T19:04:43.853Z | Compiling tokio-stream v0.1.14 |
1516 | 2023-11-08T19:04:44.024Z | Compiling serde_repr v0.1.16 |
1517 | 2023-11-08T19:04:44.612Z | Compiling scheduled-thread-pool v0.2.7 |
1518 | 2023-11-08T19:04:44.747Z | Compiling funty v2.0.0 |
1519 | 2023-11-08T19:04:45.336Z | Compiling regex-automata v0.1.10 |
1520 | 2023-11-08T19:04:45.621Z | Compiling r2d2 v0.8.10 |
1521 | 2023-11-08T19:04:46.127Z | Compiling bstr v0.2.17 |
1522 | 2023-11-08T19:04:46.938Z | Compiling bitvec v1.0.1 |
1523 | 2023-11-08T19:04:48.358Z | Compiling hubpack v0.1.2 |
1524 | 2023-11-08T19:04:48.699Z | Compiling clap v4.4.3 |
1525 | 2023-11-08T19:04:49.060Z | Compiling itertools v0.10.5 |
1526 | 2023-11-08T19:04:49.327Z | Compiling phf_shared v0.10.0 |
1527 | 2023-11-08T19:04:49.775Z | Compiling float-cmp v0.9.0 |
1528 | 2023-11-08T19:04:49.913Z | Compiling difflib v0.4.0 |
1529 | 2023-11-08T19:04:50.064Z | Compiling predicates-core v1.0.6 |
1530 | 2023-11-08T19:04:50.280Z | Compiling normalize-line-endings v0.3.0 |
1531 | 2023-11-08T19:04:50.481Z | Compiling regex-automata v0.3.8 |
1532 | 2023-11-08T19:04:50.666Z | Compiling precomputed-hash v0.1.1 |
1533 | 2023-11-08T19:04:50.822Z | Compiling fixedbitset v0.4.2 |
1534 | 2023-11-08T19:04:52.638Z | Compiling new_debug_unreachable v1.0.4 |
1535 | 2023-11-08T19:04:52.767Z | Compiling string_cache v0.8.7 |
1536 | 2023-11-08T19:04:53.480Z | Compiling bstr v1.6.0 |
1537 | 2023-11-08T19:04:53.729Z | Compiling petgraph v0.6.4 |
1538 | 2023-11-08T19:04:53.781Z | Compiling predicates v3.0.4 |
1539 | 2023-11-08T19:04:54.477Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1540 | 2023-11-08T19:04:56.030Z | Compiling similar v2.2.1 |
1541 | 2023-11-08T19:04:56.516Z | Compiling bit-set v0.5.3 |
1542 | 2023-11-08T19:04:56.924Z | Compiling console v0.15.7 |
1543 | 2023-11-08T19:04:57.965Z | Compiling lalrpop-util v0.19.12 |
1544 | 2023-11-08T19:05:05.977Z | Compiling diesel v2.1.3 |
1545 | 2023-11-08T19:05:09.454Z | Compiling proc-macro-crate v1.3.1 |
1546 | 2023-11-08T19:05:16.439Z | Compiling crucible-workspace-hack v0.1.0 |
1547 | 2023-11-08T19:05:34.261Z | Compiling atty v0.2.14 |
1548 | 2023-11-08T19:05:35.093Z | Compiling structmeta-derive v0.2.0 |
1549 | 2023-11-08T19:05:38.357Z | Compiling toml_edit v0.21.0 |
1550 | 2023-11-08T19:05:38.990Z | Compiling sha1 v0.10.5 |
1551 | 2023-11-08T19:05:39.292Z | Compiling structmeta v0.2.0 |
1552 | 2023-11-08T19:05:39.646Z | Compiling match_cfg v0.1.0 |
1553 | 2023-11-08T19:05:39.801Z | Compiling regex-syntax v0.7.5 |
1554 | 2023-11-08T19:05:39.873Z | Compiling hostname v0.3.1 |
1555 | 2023-11-08T19:05:45.345Z | Compiling toml v0.8.8 |
1556 | 2023-11-08T19:05:49.751Z | Compiling dirs-sys-next v0.1.2 |
1557 | 2023-11-08T19:05:49.863Z | Compiling parse-display-derive v0.8.2 |
1558 | 2023-11-08T19:05:50.762Z | Compiling dirs-next v2.0.0 |
1559 | 2023-11-08T19:05:53.055Z | Compiling thread_local v1.1.7 |
1560 | 2023-11-08T19:05:54.263Z | Compiling term v0.7.0 |
1561 | 2023-11-08T19:05:54.372Z | Compiling crossbeam-channel v0.5.8 |
1562 | 2023-11-08T19:05:56.844Z | Compiling take_mut v0.2.2 |
1563 | 2023-11-08T19:05:57.201Z | Compiling slog-term v2.9.0 |
1564 | 2023-11-08T19:05:59.074Z | Compiling slog-json v2.6.1 |
1565 | 2023-11-08T19:05:59.190Z | Compiling instant v0.1.12 |
1566 | 2023-11-08T19:05:59.616Z | Compiling slog-bunyan v2.4.0 |
1567 | 2023-11-08T19:06:00.273Z | Compiling structmeta-derive v0.1.6 |
1568 | 2023-11-08T19:06:01.398Z | Compiling strum v0.25.0 |
1569 | 2023-11-08T19:06:01.613Z | Compiling atomic-waker v1.1.1 |
1570 | 2023-11-08T19:06:01.887Z | Compiling waitgroup v0.1.2 |
1571 | 2023-11-08T19:06:02.153Z | Compiling num_enum_derive v0.5.11 |
1572 | 2023-11-08T19:06:02.197Z | Compiling serde_with v2.3.3 |
1573 | 2023-11-08T19:06:02.965Z | Compiling async-stream v0.3.5 |
1574 | 2023-11-08T19:06:04.486Z | Compiling serde_path_to_error v0.1.14 |
1575 | 2023-11-08T19:06:04.578Z | Compiling structmeta v0.1.6 |
1576 | 2023-11-08T19:06:04.731Z | Compiling libz-sys v1.1.12 |
1577 | 2023-11-08T19:06:05.169Z | Compiling parse-display-derive v0.7.0 |
1578 | 2023-11-08T19:06:05.379Z | Compiling debug-ignore v1.0.5 |
1579 | 2023-11-08T19:06:05.535Z | Compiling fastrand v2.0.0 |
1580 | 2023-11-08T19:06:06.295Z | Compiling tempfile v3.8.0 |
1581 | 2023-11-08T19:06:07.580Z | Compiling slog-dtrace v0.2.3 |
1582 | 2023-11-08T19:06:07.644Z | Compiling proc-macro-error-attr v1.0.4 |
1583 | 2023-11-08T19:06:09.018Z | Compiling backoff v0.4.0 |
1584 | 2023-11-08T19:06:09.521Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1585 | 2023-11-08T19:06:10.237Z | Compiling macaddr v1.0.1 |
1586 | 2023-11-08T19:06:10.799Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1587 | 2023-11-08T19:06:11.035Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1588 | 2023-11-08T19:06:11.278Z | Compiling proc-macro-error v1.0.4 |
1589 | 2023-11-08T19:06:11.387Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1590 | 2023-11-08T19:06:12.939Z | Compiling libsqlite3-sys v0.26.0 |
1591 | 2023-11-08T19:06:13.165Z | Compiling memoffset v0.7.1 |
1592 | 2023-11-08T19:06:13.471Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1593 | 2023-11-08T19:06:15.716Z | Compiling foreign-types-macros v0.2.3 |
1594 | 2023-11-08T19:06:15.862Z | Compiling vergen v8.2.4 |
1595 | 2023-11-08T19:06:16.033Z | Compiling base64ct v1.6.0 |
1596 | 2023-11-08T19:06:20.053Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1597 | 2023-11-08T19:06:22.255Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1598 | 2023-11-08T19:06:26.077Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1599 | 2023-11-08T19:06:26.080Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1600 | 2023-11-08T19:06:27.152Z | Compiling platforms v3.0.2 |
1601 | 2023-11-08T19:06:27.378Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1602 | 2023-11-08T19:06:27.840Z | Compiling num_enum_derive v0.7.0 |
1603 | 2023-11-08T19:06:27.863Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1604 | 2023-11-08T19:06:28.310Z | Compiling password-hash v0.5.0 |
1605 | 2023-11-08T19:06:28.505Z | Compiling curve25519-dalek v4.1.0 |
1606 | 2023-11-08T19:06:28.622Z | Compiling heck v0.3.3 |
1607 | 2023-11-08T19:06:29.085Z | Compiling blake2 v0.10.6 |
1608 | 2023-11-08T19:06:29.182Z | Compiling libefi-sys v0.1.0 |
1609 | 2023-11-08T19:06:29.267Z | Compiling structopt-derive v0.4.18 |
1610 | 2023-11-08T19:06:29.664Z | Compiling zone_cfg_derive v0.3.0 |
1611 | 2023-11-08T19:06:30.057Z | Compiling argon2 v0.5.2 |
1612 | 2023-11-08T19:06:31.347Z | Compiling curve25519-dalek-derive v0.1.0 |
1613 | 2023-11-08T19:06:31.895Z | Compiling num-derive v0.4.0 |
1614 | 2023-11-08T19:06:31.917Z | Compiling same-file v1.0.6 |
1615 | 2023-11-08T19:06:32.243Z | Compiling walkdir v2.4.0 |
1616 | 2023-11-08T19:06:33.279Z | Compiling toml v0.5.11 |
1617 | 2023-11-08T19:06:33.497Z | Compiling semver-parser v0.10.2 |
1618 | 2023-11-08T19:06:33.690Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1619 | 2023-11-08T19:06:34.257Z | Compiling xattr v1.0.1 |
1620 | 2023-11-08T19:06:34.639Z | Compiling filetime v0.2.22 |
1621 | 2023-11-08T19:06:34.803Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1622 | 2023-11-08T19:06:35.104Z | Compiling getrandom v0.1.16 |
1623 | 2023-11-08T19:06:35.249Z | Compiling erased-serde v0.3.30 |
1624 | 2023-11-08T19:06:35.472Z | Compiling tar v0.4.40 |
1625 | 2023-11-08T19:06:35.527Z | Compiling semver v0.11.0 |
1626 | 2023-11-08T19:06:36.035Z | Compiling parse-display v0.8.2 |
1627 | 2023-11-08T19:06:36.088Z | Compiling universal-hash v0.5.1 |
1628 | 2023-11-08T19:06:36.318Z | Compiling bitstruct_derive v0.1.0 |
1629 | 2023-11-08T19:06:36.376Z | Compiling async-recursion v1.0.5 |
1630 | 2023-11-08T19:06:36.595Z | Compiling home v0.5.5 |
1631 | 2023-11-08T19:06:36.673Z | Compiling opaque-debug v0.3.0 |
1632 | 2023-11-08T19:06:36.810Z | Compiling toolchain_find v0.2.0 |
1633 | 2023-11-08T19:06:37.432Z | Compiling num-rational v0.4.1 |
1634 | 2023-11-08T19:06:37.522Z | Compiling unicase v2.7.0 |
1635 | 2023-11-08T19:06:37.591Z | Compiling parking_lot_core v0.8.6 |
1636 | 2023-11-08T19:06:38.015Z | Compiling rustfmt-wrapper v0.2.0 |
1637 | 2023-11-08T19:06:38.245Z | Compiling parse-display v0.7.0 |
1638 | 2023-11-08T19:06:38.265Z | Compiling num_enum v0.5.11 |
1639 | 2023-11-08T19:06:38.289Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1640 | 2023-11-08T19:06:38.481Z | Compiling aead v0.5.2 |
1641 | 2023-11-08T19:06:38.523Z | Compiling postcard-cobs v0.1.5-pre |
1642 | 2023-11-08T19:06:38.962Z | Compiling winapi v0.3.9 |
1643 | 2023-11-08T19:06:38.965Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1644 | 2023-11-08T19:06:38.968Z | Compiling postcard v0.7.3 |
1645 | 2023-11-08T19:06:39.050Z | Compiling polyval v0.6.1 |
1646 | 2023-11-08T19:06:39.730Z | Compiling smoltcp v0.8.2 |
1647 | 2023-11-08T19:06:39.861Z | Compiling ctr v0.9.2 |
1648 | 2023-11-08T19:06:39.864Z | Compiling aes v0.8.3 |
1649 | 2023-11-08T19:06:40.305Z | Compiling thiserror-impl-no-std v2.0.2 |
1650 | 2023-11-08T19:06:40.504Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1651 | 2023-11-08T19:06:40.511Z | Compiling cfg-if v0.1.10 |
1652 | 2023-11-08T19:06:40.594Z | Compiling foreign-types-shared v0.3.1 |
1653 | 2023-11-08T19:06:40.759Z | Compiling foreign-types v0.5.0 |
1654 | 2023-11-08T19:06:40.797Z | Compiling mime_guess v2.0.4 |
1655 | 2023-11-08T19:06:42.545Z | Compiling is-terminal v0.4.9 |
1656 | 2023-11-08T19:06:42.776Z | Compiling hashlink v0.8.3 |
1657 | 2023-11-08T19:06:42.780Z | Compiling cstr-argument v0.1.2 |
1658 | 2023-11-08T19:06:42.783Z | Compiling fallible-streaming-iterator v0.1.9 |
1659 | 2023-11-08T19:06:43.089Z | Compiling pretty-hex v0.2.1 |
1660 | 2023-11-08T19:06:43.567Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1661 | 2023-11-08T19:06:43.675Z | Compiling rusqlite v0.29.0 |
1662 | 2023-11-08T19:06:43.699Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1663 | 2023-11-08T19:06:44.083Z | Compiling colored v2.0.4 |
1664 | 2023-11-08T19:06:44.585Z | Compiling nix v0.26.2 |
1665 | 2023-11-08T19:06:44.622Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1666 | 2023-11-08T19:06:44.759Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1667 | 2023-11-08T19:06:46.757Z | Compiling twox-hash v1.6.3 |
1668 | 2023-11-08T19:06:47.873Z | Compiling hkdf v0.12.3 |
1669 | 2023-11-08T19:06:48.273Z | Compiling textwrap v0.11.0 |
1670 | 2023-11-08T19:06:48.278Z | Compiling const_format_proc_macros v0.2.31 |
1671 | 2023-11-08T19:06:48.938Z | Compiling quick-error v1.2.3 |
1672 | 2023-11-08T19:06:49.045Z | Compiling ansi_term v0.12.1 |
1673 | 2023-11-08T19:06:49.147Z | Compiling vec_map v0.8.2 |
1674 | 2023-11-08T19:06:49.171Z | Compiling linked-hash-map v0.5.6 |
1675 | 2023-11-08T19:06:49.588Z | Compiling strsim v0.8.0 |
1676 | 2023-11-08T19:06:49.706Z | Compiling lru-cache v0.1.2 |
1677 | 2023-11-08T19:06:49.986Z | Compiling clap v2.34.0 |
1678 | 2023-11-08T19:06:50.214Z | Compiling resolv-conf v0.7.0 |
1679 | 2023-11-08T19:06:51.089Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1680 | 2023-11-08T19:06:53.098Z | Compiling num_enum v0.7.0 |
1681 | 2023-11-08T19:06:53.337Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1682 | 2023-11-08T19:06:54.900Z | Compiling bincode v1.3.3 |
1683 | 2023-11-08T19:06:54.926Z | Compiling keccak v0.1.4 |
1684 | 2023-11-08T19:06:55.026Z | Compiling humantime v2.1.0 |
1685 | 2023-11-08T19:06:55.101Z | Compiling base64 v0.13.1 |
1686 | 2023-11-08T19:06:56.096Z | Compiling termcolor v1.2.0 |
1687 | 2023-11-08T19:06:56.357Z | Compiling utf-8 v0.7.6 |
1688 | 2023-11-08T19:06:56.841Z | Compiling convert_case v0.4.0 |
1689 | 2023-11-08T19:06:57.470Z | Compiling cancel-safe-futures v0.1.5 |
1690 | 2023-11-08T19:06:58.058Z | Compiling derive_more v0.99.17 |
1691 | 2023-11-08T19:06:58.081Z | Compiling env_logger v0.9.3 |
1692 | 2023-11-08T19:06:58.178Z | Compiling structopt v0.3.26 |
1693 | 2023-11-08T19:06:58.411Z | Compiling sha3 v0.10.8 |
1694 | 2023-11-08T19:06:58.823Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1695 | 2023-11-08T19:07:00.216Z | Compiling trust-dns-resolver v0.22.0 |
1696 | 2023-11-08T19:07:00.451Z | Compiling aes-gcm-siv v0.11.1 |
1697 | 2023-11-08T19:07:00.854Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1698 | 2023-11-08T19:07:01.928Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1699 | 2023-11-08T19:07:03.733Z | Compiling zone v0.3.0 |
1700 | 2023-11-08T19:07:06.176Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1701 | 2023-11-08T19:07:06.433Z | Compiling secrecy v0.8.0 |
1702 | 2023-11-08T19:07:06.727Z | Compiling smf v0.2.2 |
1703 | 2023-11-08T19:07:06.822Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1704 | 2023-11-08T19:07:07.004Z | Compiling ascii v1.1.0 |
1705 | 2023-11-08T19:07:08.373Z | Compiling ringbuffer v0.15.0 |
1706 | 2023-11-08T19:07:09.791Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1707 | 2023-11-08T19:07:09.944Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1708 | 2023-11-08T19:07:10.176Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1709 | 2023-11-08T19:07:11.115Z | Compiling bitstruct v0.1.1 |
1710 | 2023-11-08T19:07:12.355Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1711 | 2023-11-08T19:07:13.326Z | Compiling serde_arrays v0.1.0 |
1712 | 2023-11-08T19:07:13.548Z | Compiling ff v0.13.0 |
1713 | 2023-11-08T19:07:13.605Z | Compiling nibble_vec v0.1.0 |
1714 | 2023-11-08T19:07:13.890Z | Compiling endian-type v0.1.2 |
1715 | 2023-11-08T19:07:14.170Z | Compiling arc-swap v1.6.0 |
1716 | 2023-11-08T19:07:14.222Z | Compiling radix_trie v0.2.1 |
1717 | 2023-11-08T19:07:15.034Z | Compiling slog-scope v4.4.0 |
1718 | 2023-11-08T19:07:15.210Z | Compiling group v0.13.0 |
1719 | 2023-11-08T19:07:15.325Z | Compiling rand_core v0.5.1 |
1720 | 2023-11-08T19:07:15.773Z | Compiling tungstenite v0.20.1 |
1721 | 2023-11-08T19:07:16.249Z | Compiling poly1305 v0.8.0 |
1722 | 2023-11-08T19:07:17.690Z | Compiling chacha20 v0.9.1 |
1723 | 2023-11-08T19:07:18.324Z | Compiling crypto-bigint v0.5.2 |
1724 | 2023-11-08T19:07:18.383Z | Compiling num-complex v0.4.4 |
1725 | 2023-11-08T19:07:18.976Z | Compiling option-ext v0.2.0 |
1726 | 2023-11-08T19:07:18.979Z | Compiling half v1.8.2 |
1727 | 2023-11-08T19:07:19.157Z | Compiling base16ct v0.2.0 |
1728 | 2023-11-08T19:07:19.219Z | Compiling ciborium-io v0.2.1 |
1729 | 2023-11-08T19:07:19.562Z | Compiling dirs-sys v0.4.1 |
1730 | 2023-11-08T19:07:19.825Z | Compiling ciborium-ll v0.2.1 |
1731 | 2023-11-08T19:07:19.957Z | Compiling num v0.4.1 |
1732 | 2023-11-08T19:07:20.127Z | Compiling tokio-tungstenite v0.20.1 |
1733 | 2023-11-08T19:07:20.150Z | Compiling parking_lot v0.11.2 |
1734 | 2023-11-08T19:07:20.506Z | Compiling rand_chacha v0.2.2 |
1735 | 2023-11-08T19:07:20.552Z | Compiling slog-stdlog v4.1.1 |
1736 | 2023-11-08T19:07:20.594Z | Compiling trust-dns-client v0.22.0 |
1737 | 2023-11-08T19:07:20.938Z | Compiling thiserror-no-std v2.0.2 |
1738 | 2023-11-08T19:07:21.132Z | Compiling elliptic-curve v0.13.5 |
1739 | 2023-11-08T19:07:21.902Z | Compiling password-hash v0.4.2 |
1740 | 2023-11-08T19:07:22.764Z | Compiling ed25519 v2.2.2 |
1741 | 2023-11-08T19:07:23.257Z | Compiling blowfish v0.9.1 |
1742 | 2023-11-08T19:07:23.439Z | Compiling pbkdf2 v0.12.2 |
1743 | 2023-11-08T19:07:23.638Z | Compiling fxhash v0.2.1 |
1744 | 2023-11-08T19:07:23.928Z | Compiling sled v0.34.7 |
1745 | 2023-11-08T19:07:24.279Z | Compiling bcrypt-pbkdf v0.10.0 |
1746 | 2023-11-08T19:07:24.665Z | Compiling ed25519-dalek v2.0.0 |
1747 | 2023-11-08T19:07:24.925Z | Compiling trust-dns-server v0.22.1 |
1748 | 2023-11-08T19:07:25.040Z | Compiling pbkdf2 v0.11.0 |
1749 | 2023-11-08T19:07:25.553Z | Compiling vsss-rs v3.3.1 |
1750 | 2023-11-08T19:07:25.611Z | Compiling russh-cryptovec v0.7.0 |
1751 | 2023-11-08T19:07:26.047Z | Compiling rand v0.7.3 |
1752 | 2023-11-08T19:07:26.757Z | Compiling slog-envlogger v2.2.0 |
1753 | 2023-11-08T19:07:26.935Z | Compiling ciborium v0.2.1 |
1754 | 2023-11-08T19:07:28.251Z | Compiling dirs v5.0.1 |
1755 | 2023-11-08T19:07:29.045Z | Compiling chacha20poly1305 v0.10.1 |
1756 | 2023-11-08T19:07:29.281Z | Compiling tungstenite v0.18.0 |
1757 | 2023-11-08T19:07:29.317Z | Compiling ron v0.7.1 |
1758 | 2023-11-08T19:07:29.350Z | Compiling const_format v0.2.31 |
1759 | 2023-11-08T19:07:31.038Z | Compiling ghash v0.5.0 |
1760 | 2023-11-08T19:07:32.240Z | Compiling camino-tempfile v1.0.2 |
1761 | 2023-11-08T19:07:32.809Z | Compiling cbc v0.1.2 |
1762 | 2023-11-08T19:07:32.836Z | Compiling headers-core v0.2.0 |
1763 | 2023-11-08T19:07:33.036Z | Compiling pem v3.0.2 |
1764 | 2023-11-08T19:07:33.331Z | Compiling pretty-hex v0.3.0 |
1765 | 2023-11-08T19:07:33.416Z | Compiling bit_field v0.10.2 |
1766 | 2023-11-08T19:07:33.455Z | Compiling http-range v0.1.5 |
1767 | 2023-11-08T19:07:33.594Z | Compiling md5 v0.7.0 |
1768 | 2023-11-08T19:07:33.618Z | Compiling rcgen v0.11.3 |
1769 | 2023-11-08T19:07:33.807Z | Compiling hyper-staticfile v0.9.5 |
1770 | 2023-11-08T19:07:34.003Z | Compiling russh-keys v0.38.0 |
1771 | 2023-11-08T19:07:34.258Z | Compiling headers v0.3.9 |
1772 | 2023-11-08T19:07:38.278Z | Compiling aes-gcm v0.10.3 |
1773 | 2023-11-08T19:07:38.657Z | Compiling tokio-tungstenite v0.18.0 |
1774 | 2023-11-08T19:07:42.156Z | Compiling pem v1.1.1 |
1775 | 2023-11-08T19:07:43.360Z | Compiling atomicwrites v0.4.2 |
1776 | 2023-11-08T19:07:43.776Z | Compiling subprocess v0.2.9 |
1777 | 2023-11-08T19:07:43.915Z | Compiling hex-literal v0.4.1 |
1778 | 2023-11-08T19:07:44.372Z | Compiling glob v0.3.1 |
1779 | 2023-11-08T19:07:44.694Z | Compiling russh v0.38.0 |
1780 | 2023-11-08T19:07:50.908Z | Compiling bzip2 v0.4.4 |
1781 | 2023-11-08T19:07:51.333Z | Compiling zip v0.6.6 |
1782 | 2023-11-08T19:07:57.157Z | Compiling rustls-webpki v0.101.7 |
1783 | 2023-11-08T19:08:03.584Z | Compiling tokio-rustls v0.24.1 |
1784 | 2023-11-08T19:08:03.966Z | Compiling git2 v0.17.2 |
1785 | 2023-11-08T19:08:04.092Z | Compiling hyper-rustls v0.24.2 |
1786 | 2023-11-08T19:08:04.909Z | Compiling reqwest v0.11.20 |
1787 | 2023-11-08T19:08:09.185Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1788 | 2023-11-08T19:08:09.482Z | Compiling omicron-zone-package v0.8.3 |
1789 | 2023-11-08T19:08:09.816Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1790 | 2023-11-08T19:08:10.126Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1791 | 2023-11-08T19:08:12.388Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1792 | 2023-11-08T19:08:14.831Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1793 | 2023-11-08T19:08:16.306Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1794 | 2023-11-08T19:08:17.330Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1795 | 2023-11-08T19:08:19.842Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1796 | 2023-11-08T19:08:26.722Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1797 | 2023-11-08T19:08:27.833Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1798 | 2023-11-08T19:08:28.867Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1799 | 2023-11-08T19:08:29.535Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1800 | 2023-11-08T19:08:31.454Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1801 | 2023-11-08T19:08:31.458Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1802 | 2023-11-08T19:08:33.084Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1803 | 2023-11-08T19:08:33.276Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1804 | 2023-11-08T19:08:33.620Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1805 | 2023-11-08T19:08:33.757Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1806 | 2023-11-08T19:08:33.868Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1807 | 2023-11-08T19:08:34.741Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1808 | 2023-11-08T19:08:39.968Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1809 | 2023-11-08T19:08:40.260Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1810 | 2023-11-08T19:08:49.024Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1811 | 2023-11-08T19:08:54.434Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1812 | 2023-11-08T19:08:57.655Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1813 | 2023-11-08T19:08:59.364Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1814 | 2023-11-08T19:09:00.877Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1815 | 2023-11-08T19:09:08.158Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1816 | 2023-11-08T19:09:15.974Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1817 | 2023-11-08T19:09:19.090Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1818 | 2023-11-08T19:09:19.745Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1819 | 2023-11-08T19:09:21.090Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1820 | 2023-11-08T19:09:23.562Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1821 | 2023-11-08T19:09:37.251Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1822 | 2023-11-08T19:09:37.428Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1823 | 2023-11-08T19:09:37.842Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1824 | 2023-11-08T19:09:42.807Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1825 | 2023-11-08T19:09:52.610Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1826 | 2023-11-08T19:10:05.965Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1827 | 2023-11-08T19:10:10.663Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1828 | 2023-11-08T19:10:52.070Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1829 | 2023-11-08T19:12:20.201Z | Finished dev [unoptimized + debuginfo] target(s) in 9m 58s |
1830 | 2023-11-08T19:12:20.640Z | |
1831 | 2023-11-08T19:12:20.643Z | real 9:59.329417142 |
1832 | 2023-11-08T19:12:20.646Z | user 57:41.562753858 |
1833 | 2023-11-08T19:12:20.650Z | sys 9:04.170423926 |
1834 | 2023-11-08T19:12:20.654Z | trap 2.254716383 |
1835 | 2023-11-08T19:12:20.657Z | tflt 2.875572120 |
1836 | 2023-11-08T19:12:20.660Z | dflt 6.420541686 |
1837 | 2023-11-08T19:12:20.662Z | kflt 0.024559050 |
1838 | 2023-11-08T19:12:20.735Z | lock 1:47:40.411171991 |
1839 | 2023-11-08T19:12:20.738Z | slp 3:16:44.167987045 |
1840 | 2023-11-08T19:12:20.741Z | lat 2:30.819534474 |
1841 | 2023-11-08T19:12:20.744Z | stop 6:32.563456796 |
1842 | 2023-11-08T19:12:20.747Z | + mkdir -p /work/end-to-end-tests |
1843 | 2023-11-08T19:12:20.749Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1844 | 2023-11-08T19:12:21.356Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1845 | 2023-11-08T19:12:21.359Z | + ptime -m gzip |
1846 | 2023-11-08T19:12:21.362Z | ++ basename target/debug/bootstrap |
1847 | 2023-11-08T19:12:38.669Z | |
1848 | 2023-11-08T19:12:38.672Z | real 17.304585589 |
1849 | 2023-11-08T19:12:38.674Z | user 17.128241295 |
1850 | 2023-11-08T19:12:38.677Z | sys 0.171664704 |
1851 | 2023-11-08T19:12:38.680Z | trap 0.003070864 |
1852 | 2023-11-08T19:12:38.682Z | tflt 0.000000000 |
1853 | 2023-11-08T19:12:38.685Z | dflt 0.000000000 |
1854 | 2023-11-08T19:12:38.688Z | kflt 0.000000000 |
1855 | 2023-11-08T19:12:38.691Z | lock 0.000000000 |
1856 | 2023-11-08T19:12:38.694Z | slp 0.000000000 |
1857 | 2023-11-08T19:12:38.697Z | lat 0.001254821 |
1858 | 2023-11-08T19:12:38.699Z | stop 0.000242226 |
1859 | 2023-11-08T19:12:38.702Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1860 | 2023-11-08T19:12:38.705Z | + ptime -m gzip |
1861 | 2023-11-08T19:12:38.708Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-95f6f69deb9d73aa |
1862 | 2023-11-08T19:12:39.763Z | |
1863 | 2023-11-08T19:12:39.766Z | real 1.086378150 |
1864 | 2023-11-08T19:12:39.769Z | user 1.074994360 |
1865 | 2023-11-08T19:12:39.774Z | sys 0.010730378 |
1866 | 2023-11-08T19:12:39.777Z | trap 0.000139943 |
1867 | 2023-11-08T19:12:39.780Z | tflt 0.000000000 |
1868 | 2023-11-08T19:12:39.782Z | dflt 0.000000000 |
1869 | 2023-11-08T19:12:39.786Z | kflt 0.000000000 |
1870 | 2023-11-08T19:12:39.789Z | lock 0.000000000 |
1871 | 2023-11-08T19:12:39.792Z | slp 0.000000000 |
1872 | 2023-11-08T19:12:39.794Z | lat 0.000164018 |
1873 | 2023-11-08T19:12:39.798Z | stop 0.000238639 |
1874 | 2023-11-08T19:12:39.801Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1875 | 2023-11-08T19:12:39.805Z | + ptime -m gzip |
1876 | 2023-11-08T19:12:39.808Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cc026c1de0ba49ab |
1877 | 2023-11-08T19:12:59.410Z | |
1878 | 2023-11-08T19:12:59.413Z | real 19.638381993 |
1879 | 2023-11-08T19:12:59.416Z | user 19.442402667 |
1880 | 2023-11-08T19:12:59.421Z | sys 0.191246466 |
1881 | 2023-11-08T19:12:59.424Z | trap 0.003348444 |
1882 | 2023-11-08T19:12:59.427Z | tflt 0.000000000 |
1883 | 2023-11-08T19:12:59.429Z | dflt 0.000000000 |
1884 | 2023-11-08T19:12:59.432Z | kflt 0.000000000 |
1885 | 2023-11-08T19:12:59.435Z | lock 0.000000000 |
1886 | 2023-11-08T19:12:59.438Z | slp 0.000000000 |
1887 | 2023-11-08T19:12:59.441Z | lat 0.001052301 |
1888 | 2023-11-08T19:12:59.446Z | stop 0.000217963 |
1889 | 2023-11-08T19:12:59.449Z | + banner caboose-util |
1890 | 2023-11-08T19:12:59.452Z | |
1891 | 2023-11-08T19:12:59.455Z | #### ## ##### #### #### #### ###### # # ##### |
1892 | 2023-11-08T19:12:59.458Z | # # # # # # # # # # # # # # # |
1893 | 2023-11-08T19:12:59.461Z | # # # ##### # # # # #### ##### ##### # # # |
1894 | 2023-11-08T19:12:59.464Z | # ###### # # # # # # # # # # # |
1895 | 2023-11-08T19:12:59.467Z | # # # # # # # # # # # # # # # # |
1896 | 2023-11-08T19:12:59.471Z | #### # # ##### #### #### #### ###### #### # |
1897 | 2023-11-08T19:12:59.474Z | |
1898 | 2023-11-08T19:12:59.477Z | + ptime -m cargo build --locked -p caboose-util --release |
1899 | 2023-11-08T19:13:00.114Z | Downloading crates ... |
1900 | 2023-11-08T19:13:00.419Z | Downloaded pem-rfc7468 v0.7.0 |
1901 | 2023-11-08T19:13:00.422Z | Downloaded path-slash v0.1.5 |
1902 | 2023-11-08T19:13:00.426Z | Downloaded crc v3.0.1 |
1903 | 2023-11-08T19:13:00.428Z | Downloaded env_logger v0.10.0 |
1904 | 2023-11-08T19:13:00.431Z | Downloaded nodrop v0.1.14 |
1905 | 2023-11-08T19:13:00.434Z | Downloaded packed_struct_codegen v0.10.1 |
1906 | 2023-11-08T19:13:00.437Z | Downloaded flagset v0.4.3 |
1907 | 2023-11-08T19:13:00.440Z | Downloaded packed_struct v0.10.1 |
1908 | 2023-11-08T19:13:00.443Z | Downloaded der_derive v0.7.2 |
1909 | 2023-11-08T19:13:00.446Z | Downloaded maybe-uninit v2.0.0 |
1910 | 2023-11-08T19:13:00.449Z | Downloaded array-init v0.0.4 |
1911 | 2023-11-08T19:13:00.452Z | Downloaded serde-hex v0.1.0 |
1912 | 2023-11-08T19:13:00.455Z | Downloaded crc-any v2.4.3 |
1913 | 2023-11-08T19:13:00.458Z | Downloaded ron v0.8.1 |
1914 | 2023-11-08T19:13:00.465Z | Downloaded num-bigint-dig v0.8.4 |
1915 | 2023-11-08T19:13:00.475Z | Downloaded object v0.30.4 |
1916 | 2023-11-08T19:13:00.493Z | Downloaded x509-cert v0.2.4 |
1917 | 2023-11-08T19:13:00.503Z | Downloaded rsa v0.9.2 |
1918 | 2023-11-08T19:13:00.510Z | Downloaded smallvec v0.6.14 |
1919 | 2023-11-08T19:13:00.513Z | Downloaded crc-catalog v2.2.0 |
1920 | 2023-11-08T19:13:00.516Z | Downloaded pkcs1 v0.7.5 |
1921 | 2023-11-08T19:13:00.519Z | Downloaded bitfield v0.14.0 |
1922 | 2023-11-08T19:13:00.687Z | Compiling proc-macro2 v1.0.67 |
1923 | 2023-11-08T19:13:00.690Z | Compiling unicode-ident v1.0.12 |
1924 | 2023-11-08T19:13:00.693Z | Compiling libc v0.2.150 |
1925 | 2023-11-08T19:13:00.697Z | Compiling autocfg v1.1.0 |
1926 | 2023-11-08T19:13:00.701Z | Compiling serde v1.0.188 |
1927 | 2023-11-08T19:13:00.704Z | Compiling version_check v0.9.4 |
1928 | 2023-11-08T19:13:00.709Z | Compiling cfg-if v1.0.0 |
1929 | 2023-11-08T19:13:00.822Z | Compiling syn v1.0.109 |
1930 | 2023-11-08T19:13:00.844Z | Compiling parking_lot_core v0.9.8 |
1931 | 2023-11-08T19:13:00.930Z | Compiling once_cell v1.18.0 |
1932 | 2023-11-08T19:13:01.457Z | Compiling typenum v1.16.0 |
1933 | 2023-11-08T19:13:01.491Z | Compiling libm v0.2.7 |
1934 | 2023-11-08T19:13:01.502Z | Compiling futures-core v0.3.29 |
1935 | 2023-11-08T19:13:01.702Z | Compiling generic-array v0.14.7 |
1936 | 2023-11-08T19:13:01.796Z | Compiling lock_api v0.4.10 |
1937 | 2023-11-08T19:13:01.943Z | Compiling num-traits v0.2.16 |
1938 | 2023-11-08T19:13:01.956Z | Compiling pkg-config v0.3.27 |
1939 | 2023-11-08T19:13:02.210Z | Compiling scopeguard v1.2.0 |
1940 | 2023-11-08T19:13:02.372Z | Compiling slab v0.4.9 |
1941 | 2023-11-08T19:13:02.778Z | Compiling quote v1.0.33 |
1942 | 2023-11-08T19:13:02.792Z | Compiling futures-task v0.3.29 |
1943 | 2023-11-08T19:13:02.891Z | Compiling futures-channel v0.3.29 |
1944 | 2023-11-08T19:13:03.254Z | Compiling serde_json v1.0.108 |
1945 | 2023-11-08T19:13:03.362Z | Compiling syn v2.0.32 |
1946 | 2023-11-08T19:13:03.587Z | Compiling jobserver v0.1.26 |
1947 | 2023-11-08T19:13:03.710Z | Compiling getrandom v0.2.10 |
1948 | 2023-11-08T19:13:04.014Z | Compiling cc v1.0.83 |
1949 | 2023-11-08T19:13:04.048Z | Compiling thiserror v1.0.49 |
1950 | 2023-11-08T19:13:04.329Z | Compiling futures-util v0.3.29 |
1951 | 2023-11-08T19:13:04.627Z | Compiling itoa v1.0.9 |
1952 | 2023-11-08T19:13:04.694Z | Compiling memchr v2.6.3 |
1953 | 2023-11-08T19:13:04.926Z | Compiling ahash v0.8.3 |
1954 | 2023-11-08T19:13:04.936Z | Compiling smallvec v1.11.0 |
1955 | 2023-11-08T19:13:05.395Z | Compiling log v0.4.20 |
1956 | 2023-11-08T19:13:05.609Z | Compiling vcpkg v0.2.15 |
1957 | 2023-11-08T19:13:06.452Z | Compiling byteorder v1.5.0 |
1958 | 2023-11-08T19:13:07.227Z | Compiling rand_core v0.6.4 |
1959 | 2023-11-08T19:13:07.604Z | Compiling pin-project-lite v0.2.13 |
1960 | 2023-11-08T19:13:07.938Z | Compiling parking_lot v0.12.1 |
1961 | 2023-11-08T19:13:08.297Z | Compiling indexmap v1.9.3 |
1962 | 2023-11-08T19:13:08.608Z | Compiling openssl-sys v0.9.93 |
1963 | 2023-11-08T19:13:08.709Z | Compiling ring v0.17.5 |
1964 | 2023-11-08T19:13:10.417Z | Compiling io-lifetimes v1.0.11 |
1965 | 2023-11-08T19:13:11.197Z | Compiling ring v0.16.20 |
1966 | 2023-11-08T19:13:11.829Z | Compiling num-integer v0.1.45 |
1967 | 2023-11-08T19:13:12.247Z | Compiling ryu v1.0.15 |
1968 | 2023-11-08T19:13:12.687Z | Compiling semver v1.0.20 |
1969 | 2023-11-08T19:13:12.728Z | Compiling const-oid v0.9.5 |
1970 | 2023-11-08T19:13:13.392Z | Compiling spin v0.5.2 |
1971 | 2023-11-08T19:13:13.744Z | Compiling rustix v0.37.23 |
1972 | 2023-11-08T19:13:14.470Z | Compiling mio v0.8.8 |
1973 | 2023-11-08T19:13:14.560Z | Compiling num_cpus v1.16.0 |
1974 | 2023-11-08T19:13:14.713Z | Compiling socket2 v0.5.4 |
1975 | 2023-11-08T19:13:14.863Z | Compiling signal-hook-registry v1.4.1 |
1976 | 2023-11-08T19:13:15.499Z | Compiling futures-sink v0.3.29 |
1977 | 2023-11-08T19:13:15.712Z | Compiling ucd-trie v0.1.6 |
1978 | 2023-11-08T19:13:15.910Z | Compiling heck v0.4.1 |
1979 | 2023-11-08T19:13:16.125Z | Compiling unicode-xid v0.2.4 |
1980 | 2023-11-08T19:13:16.199Z | Compiling openssl v0.10.57 |
1981 | 2023-11-08T19:13:16.337Z | Compiling httparse v1.8.0 |
1982 | 2023-11-08T19:13:16.414Z | Compiling synstructure v0.12.6 |
1983 | 2023-11-08T19:13:16.760Z | Compiling tinyvec_macros v0.1.1 |
1984 | 2023-11-08T19:13:16.868Z | Compiling tinyvec v1.6.0 |
1985 | 2023-11-08T19:13:17.756Z | Compiling radium v0.7.0 |
1986 | 2023-11-08T19:13:18.356Z | Compiling ppv-lite86 v0.2.17 |
1987 | 2023-11-08T19:13:18.794Z | Compiling crc32fast v1.3.2 |
1988 | 2023-11-08T19:13:19.452Z | Compiling pin-utils v0.1.0 |
1989 | 2023-11-08T19:13:19.560Z | Compiling futures-io v0.3.29 |
1990 | 2023-11-08T19:13:19.626Z | Compiling rustls v0.21.8 |
1991 | 2023-11-08T19:13:19.659Z | Compiling native-tls v0.2.11 |
1992 | 2023-11-08T19:13:19.948Z | Compiling rand_chacha v0.3.1 |
1993 | 2023-11-08T19:13:20.022Z | Compiling unicode-normalization v0.1.22 |
1994 | 2023-11-08T19:13:20.114Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1995 | 2023-11-08T19:13:20.647Z | Compiling spin v0.9.8 |
1996 | 2023-11-08T19:13:20.654Z | Compiling tracing-core v0.1.31 |
1997 | 2023-11-08T19:13:20.791Z | Compiling subtle v2.5.0 |
1998 | 2023-11-08T19:13:20.832Z | Compiling unicode-bidi v0.3.13 |
1999 | 2023-11-08T19:13:21.863Z | Compiling rand v0.8.5 |
2000 | 2023-11-08T19:13:23.240Z | Compiling errno v0.3.2 |
2001 | 2023-11-08T19:13:23.246Z | Compiling num-iter v0.1.43 |
2002 | 2023-11-08T19:13:23.250Z | Compiling usdt-impl v0.3.5 |
2003 | 2023-11-08T19:13:23.264Z | Compiling base64 v0.21.5 |
2004 | 2023-11-08T19:13:23.338Z | Compiling schemars v0.8.13 |
2005 | 2023-11-08T19:13:23.815Z | Compiling rustix v0.38.9 |
2006 | 2023-11-08T19:13:24.678Z | Compiling serde_derive v1.0.188 |
2007 | 2023-11-08T19:13:24.706Z | Compiling zeroize_derive v1.4.2 |
2008 | 2023-11-08T19:13:24.879Z | Compiling tokio-macros v2.1.0 |
2009 | 2023-11-08T19:13:25.029Z | Compiling thiserror-impl v1.0.49 |
2010 | 2023-11-08T19:13:25.047Z | Compiling futures-macro v0.3.29 |
2011 | 2023-11-08T19:13:25.212Z | Compiling tracing-attributes v0.1.26 |
2012 | 2023-11-08T19:13:26.253Z | Compiling zerocopy-derive v0.2.0 |
2013 | 2023-11-08T19:13:26.731Z | Compiling openssl-macros v0.1.1 |
2014 | 2023-11-08T19:13:27.018Z | Compiling zeroize v1.6.0 |
2015 | 2023-11-08T19:13:27.800Z | Compiling zerocopy-derive v0.6.4 |
2016 | 2023-11-08T19:13:29.517Z | Compiling pest v2.7.2 |
2017 | 2023-11-08T19:13:29.880Z | Compiling crypto-common v0.1.6 |
2018 | 2023-11-08T19:13:30.148Z | Compiling block-buffer v0.10.4 |
2019 | 2023-11-08T19:13:30.500Z | Compiling tracing v0.1.37 |
2020 | 2023-11-08T19:13:30.561Z | Compiling digest v0.10.7 |
2021 | 2023-11-08T19:13:31.242Z | Compiling serde_derive_internals v0.26.0 |
2022 | 2023-11-08T19:13:32.513Z | Compiling fnv v1.0.7 |
2023 | 2023-11-08T19:13:33.763Z | Compiling pest_meta v2.7.2 |
2024 | 2023-11-08T19:13:34.228Z | Compiling bitflags v1.3.2 |
2025 | 2023-11-08T19:13:34.987Z | Compiling schemars_derive v0.8.13 |
2026 | 2023-11-08T19:13:35.908Z | Compiling pest_generator v2.7.2 |
2027 | 2023-11-08T19:13:38.020Z | Compiling zerocopy v0.3.0 |
2028 | 2023-11-08T19:13:38.614Z | Compiling lazy_static v1.4.0 |
2029 | 2023-11-08T19:13:39.240Z | Compiling backtrace v0.3.69 |
2030 | 2023-11-08T19:13:39.251Z | Compiling num-bigint v0.4.4 |
2031 | 2023-11-08T19:13:39.748Z | Compiling memoffset v0.9.0 |
2032 | 2023-11-08T19:13:39.856Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2033 | 2023-11-08T19:13:39.893Z | Compiling untrusted v0.9.0 |
2034 | 2023-11-08T19:13:40.120Z | Compiling hashbrown v0.12.3 |
2035 | 2023-11-08T19:13:40.193Z | Compiling smoltcp v0.9.1 |
2036 | 2023-11-08T19:13:40.197Z | Compiling crossbeam-utils v0.8.16 |
2037 | 2023-11-08T19:13:40.344Z | Compiling pest_derive v2.7.2 |
2038 | 2023-11-08T19:13:40.892Z | Compiling async-trait v0.1.74 |
2039 | 2023-11-08T19:13:41.022Z | Compiling openssl-probe v0.1.5 |
2040 | 2023-11-08T19:13:41.130Z | Compiling foreign-types-shared v0.1.1 |
2041 | 2023-11-08T19:13:41.266Z | Compiling allocator-api2 v0.2.16 |
2042 | 2023-11-08T19:13:41.424Z | Compiling percent-encoding v2.3.0 |
2043 | 2023-11-08T19:13:41.502Z | Compiling untrusted v0.7.1 |
2044 | 2023-11-08T19:13:41.534Z | Compiling iana-time-zone v0.1.57 |
2045 | 2023-11-08T19:13:41.765Z | Compiling base64ct v1.6.0 |
2046 | 2023-11-08T19:13:42.127Z | Compiling dtrace-parser v0.1.14 |
2047 | 2023-11-08T19:13:42.453Z | Compiling hashbrown v0.14.2 |
2048 | 2023-11-08T19:13:42.978Z | Compiling pem-rfc7468 v0.7.0 |
2049 | 2023-11-08T19:13:43.383Z | Compiling foreign-types v0.3.2 |
2050 | 2023-11-08T19:13:43.879Z | Compiling dof v0.1.5 |
2051 | 2023-11-08T19:13:44.805Z | Compiling clap_derive v4.4.2 |
2052 | 2023-11-08T19:13:45.184Z | Compiling der_derive v0.7.2 |
2053 | 2023-11-08T19:13:46.721Z | Compiling bytes v1.5.0 |
2054 | 2023-11-08T19:13:47.900Z | Compiling bitflags v2.4.0 |
2055 | 2023-11-08T19:13:48.559Z | Compiling tokio v1.33.0 |
2056 | 2023-11-08T19:13:48.892Z | Compiling rustc_version v0.4.0 |
2057 | 2023-11-08T19:13:49.358Z | Compiling http v0.2.9 |
2058 | 2023-11-08T19:13:51.487Z | Compiling heapless v0.7.16 |
2059 | 2023-11-08T19:13:51.639Z | Compiling uuid v1.5.0 |
2060 | 2023-11-08T19:13:52.060Z | Compiling chrono v0.4.31 |
2061 | 2023-11-08T19:13:52.946Z | Compiling thread-id v4.2.0 |
2062 | 2023-11-08T19:13:52.959Z | Compiling adler v1.0.2 |
2063 | 2023-11-08T19:13:53.081Z | Compiling flagset v0.4.3 |
2064 | 2023-11-08T19:13:53.391Z | Compiling anstyle v1.0.2 |
2065 | 2023-11-08T19:13:53.405Z | Compiling time-core v0.1.1 |
2066 | 2023-11-08T19:13:53.630Z | Compiling equivalent v1.0.1 |
2067 | 2023-11-08T19:13:53.767Z | Compiling siphasher v0.3.11 |
2068 | 2023-11-08T19:13:54.301Z | Compiling cpufeatures v0.2.9 |
2069 | 2023-11-08T19:13:54.304Z | Compiling rustversion v1.0.14 |
2070 | 2023-11-08T19:13:54.369Z | Compiling try-lock v0.2.4 |
2071 | 2023-11-08T19:13:54.434Z | Compiling utf8parse v0.2.1 |
2072 | 2023-11-08T19:13:54.501Z | Compiling sha2 v0.10.8 |
2073 | 2023-11-08T19:13:54.562Z | Compiling want v0.3.1 |
2074 | 2023-11-08T19:13:54.693Z | Compiling anstyle-parse v0.2.1 |
2075 | 2023-11-08T19:13:55.247Z | Compiling indexmap v2.1.0 |
2076 | 2023-11-08T19:13:55.299Z | Compiling time-macros v0.2.13 |
2077 | 2023-11-08T19:13:57.315Z | Compiling der v0.7.8 |
2078 | 2023-11-08T19:13:57.808Z | Compiling miniz_oxide v0.7.1 |
2079 | 2023-11-08T19:14:00.173Z | Compiling http-body v0.4.5 |
2080 | 2023-11-08T19:14:00.778Z | Compiling tokio-util v0.7.10 |
2081 | 2023-11-08T19:14:02.841Z | Compiling h2 v0.3.21 |
2082 | 2023-11-08T19:14:03.272Z | Compiling serde_tokenstream v0.1.7 |
2083 | 2023-11-08T19:14:06.140Z | Compiling sct v0.7.0 |
2084 | 2023-11-08T19:14:06.587Z | Compiling form_urlencoded v1.2.0 |
2085 | 2023-11-08T19:14:06.924Z | Compiling hubpack_derive v0.1.1 |
2086 | 2023-11-08T19:14:07.353Z | Compiling socket2 v0.4.9 |
2087 | 2023-11-08T19:14:08.196Z | Compiling crossbeam-epoch v0.9.15 |
2088 | 2023-11-08T19:14:08.823Z | Compiling httpdate v1.0.3 |
2089 | 2023-11-08T19:14:09.083Z | Compiling slog v2.7.0 |
2090 | 2023-11-08T19:14:09.893Z | Compiling anyhow v1.0.75 |
2091 | 2023-11-08T19:14:10.609Z | Compiling colorchoice v1.0.0 |
2092 | 2023-11-08T19:14:10.749Z | Compiling tower-service v0.3.2 |
2093 | 2023-11-08T19:14:10.784Z | Compiling anstyle-query v1.0.0 |
2094 | 2023-11-08T19:14:10.974Z | Compiling tap v1.0.1 |
2095 | 2023-11-08T19:14:11.208Z | Compiling wyz v0.5.1 |
2096 | 2023-11-08T19:14:11.561Z | Compiling anstream v0.5.0 |
2097 | 2023-11-08T19:14:14.286Z | Compiling hyper v0.14.27 |
2098 | 2023-11-08T19:14:18.075Z | Compiling terminal_size v0.2.6 |
2099 | 2023-11-08T19:14:18.365Z | Compiling spki v0.7.2 |
2100 | 2023-11-08T19:14:19.273Z | Compiling rustls-pemfile v1.0.3 |
2101 | 2023-11-08T19:14:19.480Z | Compiling hmac v0.12.1 |
2102 | 2023-11-08T19:14:19.763Z | Compiling md-5 v0.10.5 |
2103 | 2023-11-08T19:14:19.767Z | Compiling zerocopy v0.6.4 |
2104 | 2023-11-08T19:14:20.464Z | Compiling idna v0.4.0 |
2105 | 2023-11-08T19:14:21.213Z | Compiling stringprep v0.1.3 |
2106 | 2023-11-08T19:14:21.710Z | Compiling diesel_table_macro_syntax v0.1.0 |
2107 | 2023-11-08T19:14:21.753Z | Compiling hash32 v0.2.1 |
2108 | 2023-11-08T19:14:22.252Z | Compiling aho-corasick v1.0.4 |
2109 | 2023-11-08T19:14:22.475Z | Compiling stable_deref_trait v1.2.0 |
2110 | 2023-11-08T19:14:22.562Z | Compiling dyn-clone v1.0.13 |
2111 | 2023-11-08T19:14:22.600Z | Compiling maybe-uninit v2.0.0 |
2112 | 2023-11-08T19:14:22.818Z | Compiling gimli v0.28.0 |
2113 | 2023-11-08T19:14:22.830Z | Compiling regex-syntax v0.8.2 |
2114 | 2023-11-08T19:14:23.681Z | Compiling funty v2.0.0 |
2115 | 2023-11-08T19:14:26.287Z | Compiling clap_lex v0.5.1 |
2116 | 2023-11-08T19:14:27.320Z | Compiling either v1.9.0 |
2117 | 2023-11-08T19:14:27.805Z | Compiling fallible-iterator v0.2.0 |
2118 | 2023-11-08T19:14:28.157Z | Compiling strsim v0.10.0 |
2119 | 2023-11-08T19:14:28.307Z | Compiling bitvec v1.0.1 |
2120 | 2023-11-08T19:14:28.852Z | Compiling postgres-protocol v0.6.6 |
2121 | 2023-11-08T19:14:28.908Z | Compiling regex-automata v0.4.3 |
2122 | 2023-11-08T19:14:29.693Z | Compiling clap_builder v4.4.2 |
2123 | 2023-11-08T19:14:30.767Z | Compiling addr2line v0.21.0 |
2124 | 2023-11-08T19:14:31.838Z | Compiling diesel_derives v2.1.1 |
2125 | 2023-11-08T19:14:33.150Z | Compiling url v2.4.1 |
2126 | 2023-11-08T19:14:35.840Z | Compiling strum_macros v0.25.2 |
2127 | 2023-11-08T19:14:36.817Z | Compiling rustls-native-certs v0.6.3 |
2128 | 2023-11-08T19:14:38.420Z | Compiling tokio-native-tls v0.3.1 |
2129 | 2023-11-08T19:14:40.212Z | Compiling usdt-macro v0.3.5 |
2130 | 2023-11-08T19:14:41.761Z | Compiling usdt-attr-macro v0.3.5 |
2131 | 2023-11-08T19:14:42.739Z | Compiling phf_shared v0.11.2 |
2132 | 2023-11-08T19:14:42.883Z | Compiling toml_datetime v0.6.5 |
2133 | 2023-11-08T19:14:43.291Z | Compiling serde_spanned v0.6.4 |
2134 | 2023-11-08T19:14:43.759Z | Compiling block-padding v0.3.3 |
2135 | 2023-11-08T19:14:43.774Z | Compiling enum-as-inner v0.5.1 |
2136 | 2023-11-08T19:14:44.064Z | Compiling serde_repr v0.1.16 |
2137 | 2023-11-08T19:14:44.820Z | Compiling scheduled-thread-pool v0.2.7 |
2138 | 2023-11-08T19:14:45.096Z | Compiling object v0.32.1 |
2139 | 2023-11-08T19:14:45.549Z | Compiling num_threads v0.1.6 |
2140 | 2023-11-08T19:14:45.829Z | Compiling deranged v0.3.8 |
2141 | 2023-11-08T19:14:46.924Z | Compiling regex-automata v0.1.10 |
2142 | 2023-11-08T19:14:47.678Z | Compiling ipnet v2.8.0 |
2143 | 2023-11-08T19:14:48.772Z | Compiling packed_struct v0.10.1 |
2144 | 2023-11-08T19:14:49.356Z | Compiling matches v0.1.10 |
2145 | 2023-11-08T19:14:49.370Z | Compiling managed v0.8.0 |
2146 | 2023-11-08T19:14:49.473Z | Compiling num-bigint-dig v0.8.4 |
2147 | 2023-11-08T19:14:50.181Z | Compiling winnow v0.5.15 |
2148 | 2023-11-08T19:14:50.786Z | Compiling bit-vec v0.6.3 |
2149 | 2023-11-08T19:14:51.123Z | Compiling rustc-demangle v0.1.23 |
2150 | 2023-11-08T19:14:55.854Z | Compiling toml_edit v0.19.15 |
2151 | 2023-11-08T19:14:56.327Z | Compiling idna v0.2.3 |
2152 | 2023-11-08T19:14:58.691Z | Compiling time v0.3.27 |
2153 | 2023-11-08T19:15:04.491Z | Compiling bstr v0.2.17 |
2154 | 2023-11-08T19:15:06.266Z | Compiling r2d2 v0.8.10 |
2155 | 2023-11-08T19:15:06.814Z | Compiling inout v0.1.3 |
2156 | 2023-11-08T19:15:07.304Z | Compiling phf v0.11.2 |
2157 | 2023-11-08T19:15:07.368Z | Compiling hyper-tls v0.5.0 |
2158 | 2023-11-08T19:15:07.667Z | Compiling clap v4.4.3 |
2159 | 2023-11-08T19:15:07.724Z | Compiling regex v1.10.2 |
2160 | 2023-11-08T19:15:07.809Z | Compiling ipnetwork v0.20.0 |
2161 | 2023-11-08T19:15:07.855Z | Compiling flate2 v1.0.28 |
2162 | 2023-11-08T19:15:08.978Z | Compiling postgres-types v0.2.6 |
2163 | 2023-11-08T19:15:08.997Z | Compiling itertools v0.11.0 |
2164 | 2023-11-08T19:15:09.312Z | Compiling pkcs8 v0.10.2 |
2165 | 2023-11-08T19:15:09.865Z | Compiling hubpack v0.1.2 |
2166 | 2023-11-08T19:15:10.537Z | Compiling serde_urlencoded v0.7.1 |
2167 | 2023-11-08T19:15:11.196Z | Compiling phf_shared v0.10.0 |
2168 | 2023-11-08T19:15:11.804Z | Compiling futures-executor v0.3.29 |
2169 | 2023-11-08T19:15:12.590Z | Compiling signature v2.1.0 |
2170 | 2023-11-08T19:15:13.615Z | Compiling packed_struct_codegen v0.10.1 |
2171 | 2023-11-08T19:15:14.608Z | Compiling float-cmp v0.9.0 |
2172 | 2023-11-08T19:15:15.375Z | Compiling encoding_rs v0.8.33 |
2173 | 2023-11-08T19:15:15.458Z | Compiling predicates-core v1.0.6 |
2174 | 2023-11-08T19:15:17.817Z | Compiling fixedbitset v0.4.2 |
2175 | 2023-11-08T19:15:17.921Z | Compiling new_debug_unreachable v1.0.4 |
2176 | 2023-11-08T19:15:18.039Z | Compiling unicode-segmentation v1.10.1 |
2177 | 2023-11-08T19:15:18.920Z | Compiling data-encoding v2.4.0 |
2178 | 2023-11-08T19:15:19.286Z | Compiling precomputed-hash v0.1.1 |
2179 | 2023-11-08T19:15:19.428Z | Compiling mime v0.3.17 |
2180 | 2023-11-08T19:15:20.227Z | Compiling static_assertions v1.1.0 |
2181 | 2023-11-08T19:15:20.354Z | Compiling whoami v1.4.1 |
2182 | 2023-11-08T19:15:21.224Z | Compiling nodrop v0.1.14 |
2183 | 2023-11-08T19:15:21.355Z | Compiling crc-catalog v2.2.0 |
2184 | 2023-11-08T19:15:21.524Z | Compiling regex-automata v0.3.8 |
2185 | 2023-11-08T19:15:21.838Z | Compiling normalize-line-endings v0.3.0 |
2186 | 2023-11-08T19:15:21.996Z | Compiling unicode-width v0.1.11 |
2187 | 2023-11-08T19:15:22.429Z | Compiling webpki-roots v0.25.2 |
2188 | 2023-11-08T19:15:22.647Z | Compiling difflib v0.4.0 |
2189 | 2023-11-08T19:15:22.792Z | Compiling console v0.15.7 |
2190 | 2023-11-08T19:15:24.681Z | Compiling bstr v1.6.0 |
2191 | 2023-11-08T19:15:25.200Z | Compiling predicates v3.0.4 |
2192 | 2023-11-08T19:15:27.762Z | Compiling crc v3.0.1 |
2193 | 2023-11-08T19:15:28.887Z | Compiling array-init v0.0.4 |
2194 | 2023-11-08T19:15:32.177Z | Compiling tokio-postgres v0.7.10 |
2195 | 2023-11-08T19:15:33.872Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2196 | 2023-11-08T19:15:35.164Z | Compiling trust-dns-proto v0.22.0 |
2197 | 2023-11-08T19:15:36.298Z | Compiling string_cache v0.8.7 |
2198 | 2023-11-08T19:15:36.885Z | Compiling similar v2.2.1 |
2199 | 2023-11-08T19:15:40.022Z | Compiling petgraph v0.6.4 |
2200 | 2023-11-08T19:15:47.863Z | Compiling futures v0.3.29 |
2201 | 2023-11-08T19:15:47.898Z | Compiling yasna v0.5.2 |
2202 | 2023-11-08T19:15:49.146Z | Compiling pkcs1 v0.7.5 |
2203 | 2023-11-08T19:15:50.577Z | Compiling smallvec v0.6.14 |
2204 | 2023-11-08T19:15:51.324Z | Compiling diesel v2.1.3 |
2205 | 2023-11-08T19:15:51.496Z | Compiling cipher v0.4.4 |
2206 | 2023-11-08T19:15:52.585Z | Compiling toml v0.7.8 |
2207 | 2023-11-08T19:15:55.248Z | Compiling bit-set v0.5.3 |
2208 | 2023-11-08T19:15:55.669Z | Compiling usdt v0.3.5 |
2209 | 2023-11-08T19:15:56.060Z | Compiling is-terminal v0.4.9 |
2210 | 2023-11-08T19:15:57.923Z | Compiling itertools v0.10.5 |
2211 | 2023-11-08T19:15:58.568Z | Compiling tokio-stream v0.1.14 |
2212 | 2023-11-08T19:16:00.020Z | Compiling openapiv3 v1.0.3 |
2213 | 2023-11-08T19:16:00.104Z | Compiling hex v0.4.3 |
2214 | 2023-11-08T19:16:02.506Z | Compiling hashbrown v0.13.2 |
2215 | 2023-11-08T19:16:07.759Z | Compiling regex-syntax v0.6.29 |
2216 | 2023-11-08T19:16:12.480Z | Compiling bitfield v0.14.0 |
2217 | 2023-11-08T19:16:13.574Z | Compiling termcolor v1.2.0 |
2218 | 2023-11-08T19:16:15.113Z | Compiling lalrpop-util v0.19.12 |
2219 | 2023-11-08T19:16:16.999Z | Compiling env_logger v0.10.0 |
2220 | 2023-11-08T19:16:21.627Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2221 | 2023-11-08T19:16:34.886Z | Compiling rsa v0.9.2 |
2222 | 2023-11-08T19:16:38.279Z | Compiling serde-hex v0.1.0 |
2223 | 2023-11-08T19:16:44.622Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2224 | 2023-11-08T19:16:48.696Z | Compiling x509-cert v0.2.4 |
2225 | 2023-11-08T19:16:49.501Z | Compiling ron v0.8.1 |
2226 | 2023-11-08T19:17:00.172Z | Compiling crc-any v2.4.3 |
2227 | 2023-11-08T19:17:04.108Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2228 | 2023-11-08T19:17:22.209Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2229 | 2023-11-08T19:17:28.229Z | Compiling object v0.30.4 |
2230 | 2023-11-08T19:17:33.855Z | Compiling path-slash v0.1.5 |
2231 | 2023-11-08T19:17:45.662Z | Compiling bzip2 v0.4.4 |
2232 | 2023-11-08T19:17:46.027Z | Compiling zip v0.6.6 |
2233 | 2023-11-08T19:17:49.485Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2234 | 2023-11-08T19:18:02.463Z | Compiling rustls-webpki v0.101.7 |
2235 | 2023-11-08T19:18:06.717Z | Compiling tokio-rustls v0.24.1 |
2236 | 2023-11-08T19:18:07.247Z | Compiling hyper-rustls v0.24.2 |
2237 | 2023-11-08T19:18:07.826Z | Compiling reqwest v0.11.20 |
2238 | 2023-11-08T19:18:18.722Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2239 | 2023-11-08T19:18:36.776Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2240 | 2023-11-08T19:18:37.926Z | Finished release [optimized] target(s) in 5m 38s |
2241 | 2023-11-08T19:18:38.014Z | |
2242 | 2023-11-08T19:18:38.017Z | real 5:38.571545864 |
2243 | 2023-11-08T19:18:38.020Z | user 39:39.581279586 |
2244 | 2023-11-08T19:18:38.024Z | sys 3:37.905470837 |
2245 | 2023-11-08T19:18:38.026Z | trap 1.566917108 |
2246 | 2023-11-08T19:18:38.029Z | tflt 1.130001926 |
2247 | 2023-11-08T19:18:38.032Z | dflt 1.060038852 |
2248 | 2023-11-08T19:18:38.034Z | kflt 0.000797110 |
2249 | 2023-11-08T19:18:38.037Z | lock 1:27:15.764308654 |
2250 | 2023-11-08T19:18:38.039Z | slp 2:45:31.676975278 |
2251 | 2023-11-08T19:18:38.042Z | lat 1:37.360373683 |
2252 | 2023-11-08T19:18:38.045Z | stop 1:26.170699057 |
2253 | 2023-11-08T19:18:38.047Z | + ptime -m gzip |
2254 | 2023-11-08T19:18:38.682Z | |
2255 | 2023-11-08T19:18:38.685Z | real 0.664458059 |
2256 | 2023-11-08T19:18:38.687Z | user 0.655285080 |
2257 | 2023-11-08T19:18:38.692Z | sys 0.008572346 |
2258 | 2023-11-08T19:18:38.695Z | trap 0.000078142 |
2259 | 2023-11-08T19:18:38.699Z | tflt 0.000000000 |
2260 | 2023-11-08T19:18:38.703Z | dflt 0.000000000 |
2261 | 2023-11-08T19:18:38.706Z | kflt 0.000000000 |
2262 | 2023-11-08T19:18:38.709Z | lock 0.000000000 |
2263 | 2023-11-08T19:18:38.712Z | slp 0.000000000 |
2264 | 2023-11-08T19:18:38.715Z | lat 0.000163052 |
2265 | 2023-11-08T19:18:38.718Z | stop 0.000258470 |
2266 | 2023-11-08T19:18:38.720Z | + banner tufaceous |
2267 | 2023-11-08T19:18:38.725Z | |
2268 | 2023-11-08T19:18:38.728Z | ##### # # ###### ## #### ###### #### # # #### |
2269 | 2023-11-08T19:18:38.730Z | # # # # # # # # # # # # # # |
2270 | 2023-11-08T19:18:38.733Z | # # # ##### # # # ##### # # # # #### |
2271 | 2023-11-08T19:18:38.736Z | # # # # ###### # # # # # # # |
2272 | 2023-11-08T19:18:38.740Z | # # # # # # # # # # # # # # # |
2273 | 2023-11-08T19:18:38.743Z | # #### # # # #### ###### #### #### #### |
2274 | 2023-11-08T19:18:38.746Z | |
2275 | 2023-11-08T19:18:38.750Z | + ptime -m cargo build --locked -p tufaceous --release |
2276 | 2023-11-08T19:18:39.394Z | Downloading crates ... |
2277 | 2023-11-08T19:18:39.735Z | Downloaded buf-list v1.0.3 |
2278 | 2023-11-08T19:18:39.742Z | Downloaded olpc-cjson v0.1.3 |
2279 | 2023-11-08T19:18:39.745Z | Downloaded path-absolutize v3.1.0 |
2280 | 2023-11-08T19:18:39.747Z | Downloaded snafu v0.7.5 |
2281 | 2023-11-08T19:18:39.756Z | Downloaded doc-comment v0.3.3 |
2282 | 2023-11-08T19:18:39.759Z | Downloaded path-dedot v3.1.0 |
2283 | 2023-11-08T19:18:39.762Z | Downloaded serde_plain v1.0.2 |
2284 | 2023-11-08T19:18:39.764Z | Downloaded fs-err v2.9.0 |
2285 | 2023-11-08T19:18:39.791Z | Downloaded globset v0.4.13 |
2286 | 2023-11-08T19:18:39.796Z | Downloaded bytesize v1.3.0 |
2287 | 2023-11-08T19:18:39.836Z | Downloaded tough v0.14.0 |
2288 | 2023-11-08T19:18:39.850Z | Downloaded snafu-derive v0.7.5 |
2289 | 2023-11-08T19:18:40.004Z | Compiling serde_tokenstream v0.2.0 |
2290 | 2023-11-08T19:18:40.026Z | Compiling regress v0.7.1 |
2291 | 2023-11-08T19:18:40.038Z | Compiling dirs-sys-next v0.1.2 |
2292 | 2023-11-08T19:18:40.040Z | Compiling ident_case v1.0.1 |
2293 | 2023-11-08T19:18:40.061Z | Compiling thread_local v1.1.7 |
2294 | 2023-11-08T19:18:40.064Z | Compiling slog-async v2.8.0 |
2295 | 2023-11-08T19:18:40.071Z | Compiling heck v0.4.1 |
2296 | 2023-11-08T19:18:40.268Z | Compiling dirs-next v2.0.0 |
2297 | 2023-11-08T19:18:40.679Z | Compiling darling_core v0.20.3 |
2298 | 2023-11-08T19:18:40.771Z | Compiling camino v1.1.6 |
2299 | 2023-11-08T19:18:40.897Z | Compiling term v0.7.0 |
2300 | 2023-11-08T19:18:41.422Z | Compiling crossbeam-channel v0.5.8 |
2301 | 2023-11-08T19:18:41.626Z | Compiling getopts v0.2.21 |
2302 | 2023-11-08T19:18:41.809Z | Compiling structmeta-derive v0.2.0 |
2303 | 2023-11-08T19:18:42.003Z | Compiling atty v0.2.14 |
2304 | 2023-11-08T19:18:42.206Z | Compiling multer v2.1.0 |
2305 | 2023-11-08T19:18:42.628Z | Compiling unsafe-libyaml v0.2.9 |
2306 | 2023-11-08T19:18:42.964Z | Compiling match_cfg v0.1.0 |
2307 | 2023-11-08T19:18:43.089Z | Compiling paste v1.0.14 |
2308 | 2023-11-08T19:18:43.735Z | Compiling doc-comment v0.3.3 |
2309 | 2023-11-08T19:18:44.164Z | Compiling take_mut v0.2.2 |
2310 | 2023-11-08T19:18:44.729Z | Compiling serde_yaml v0.9.25 |
2311 | 2023-11-08T19:18:45.518Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2312 | 2023-11-08T19:18:47.862Z | Compiling structmeta v0.2.0 |
2313 | 2023-11-08T19:18:48.422Z | Compiling hostname v0.3.1 |
2314 | 2023-11-08T19:18:48.858Z | Compiling slog-term v2.9.0 |
2315 | 2023-11-08T19:18:49.420Z | Compiling darling_macro v0.20.3 |
2316 | 2023-11-08T19:18:50.844Z | Compiling darling v0.20.3 |
2317 | 2023-11-08T19:18:50.901Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2318 | 2023-11-08T19:18:50.924Z | Compiling slog-json v2.6.1 |
2319 | 2023-11-08T19:18:50.969Z | Compiling async-stream-impl v0.3.5 |
2320 | 2023-11-08T19:18:51.758Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2321 | 2023-11-08T19:18:51.770Z | Compiling fastrand v2.0.0 |
2322 | 2023-11-08T19:18:52.184Z | Compiling regex-syntax v0.7.5 |
2323 | 2023-11-08T19:18:52.771Z | Compiling atomic-waker v1.1.1 |
2324 | 2023-11-08T19:18:52.903Z | Compiling async-stream v0.3.5 |
2325 | 2023-11-08T19:18:52.981Z | Compiling waitgroup v0.1.2 |
2326 | 2023-11-08T19:18:53.026Z | Compiling tempfile v3.8.0 |
2327 | 2023-11-08T19:18:53.357Z | Compiling slog-bunyan v2.4.0 |
2328 | 2023-11-08T19:18:53.383Z | Compiling serde_with_macros v2.3.3 |
2329 | 2023-11-08T19:18:55.521Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2330 | 2023-11-08T19:18:56.313Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2331 | 2023-11-08T19:18:57.200Z | Compiling toml_edit v0.21.0 |
2332 | 2023-11-08T19:18:58.170Z | Compiling sha1 v0.10.5 |
2333 | 2023-11-08T19:18:58.580Z | Compiling snafu-derive v0.7.5 |
2334 | 2023-11-08T19:18:58.678Z | Compiling serde_path_to_error v0.1.14 |
2335 | 2023-11-08T19:18:58.703Z | Compiling path-dedot v3.1.0 |
2336 | 2023-11-08T19:19:02.519Z | Compiling instant v0.1.12 |
2337 | 2023-11-08T19:19:02.676Z | Compiling buf-list v1.0.3 |
2338 | 2023-11-08T19:19:02.804Z | Compiling base64 v0.13.1 |
2339 | 2023-11-08T19:19:03.090Z | Compiling debug-ignore v1.0.5 |
2340 | 2023-11-08T19:19:03.102Z | Compiling arc-swap v1.6.0 |
2341 | 2023-11-08T19:19:03.157Z | Compiling same-file v1.0.6 |
2342 | 2023-11-08T19:19:03.239Z | Compiling walkdir v2.4.0 |
2343 | 2023-11-08T19:19:03.294Z | Compiling slog-scope v4.4.0 |
2344 | 2023-11-08T19:19:03.312Z | Compiling pem v1.1.1 |
2345 | 2023-11-08T19:19:03.343Z | Compiling parse-display-derive v0.8.2 |
2346 | 2023-11-08T19:19:03.374Z | Compiling toml v0.8.8 |
2347 | 2023-11-08T19:19:03.385Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2348 | 2023-11-08T19:19:03.976Z | Compiling backoff v0.4.0 |
2349 | 2023-11-08T19:19:04.518Z | Compiling path-absolutize v3.1.0 |
2350 | 2023-11-08T19:19:04.793Z | Compiling serde_with v2.3.3 |
2351 | 2023-11-08T19:19:06.577Z | Compiling snafu v0.7.5 |
2352 | 2023-11-08T19:19:08.371Z | Compiling parse-display v0.8.2 |
2353 | 2023-11-08T19:19:08.547Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2354 | 2023-11-08T19:19:08.661Z | Compiling globset v0.4.13 |
2355 | 2023-11-08T19:19:09.560Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2356 | 2023-11-08T19:19:09.617Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2357 | 2023-11-08T19:19:09.793Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2358 | 2023-11-08T19:19:11.481Z | Compiling strum v0.25.0 |
2359 | 2023-11-08T19:19:11.734Z | Compiling olpc-cjson v0.1.3 |
2360 | 2023-11-08T19:19:12.392Z | Compiling serde_plain v1.0.2 |
2361 | 2023-11-08T19:19:12.603Z | Compiling macaddr v1.0.1 |
2362 | 2023-11-08T19:19:13.199Z | Compiling filetime v0.2.22 |
2363 | 2023-11-08T19:19:13.669Z | Compiling xattr v1.0.1 |
2364 | 2023-11-08T19:19:13.711Z | Compiling tough v0.14.0 |
2365 | 2023-11-08T19:19:14.505Z | Compiling tar v0.4.40 |
2366 | 2023-11-08T19:19:20.224Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2367 | 2023-11-08T19:19:23.513Z | Compiling slog-stdlog v4.1.1 |
2368 | 2023-11-08T19:19:24.764Z | Compiling camino-tempfile v1.0.2 |
2369 | 2023-11-08T19:19:24.976Z | Compiling bytesize v1.3.0 |
2370 | 2023-11-08T19:19:25.894Z | Compiling fs-err v2.9.0 |
2371 | 2023-11-08T19:19:26.064Z | Compiling slog-envlogger v2.2.0 |
2372 | 2023-11-08T19:19:27.225Z | Compiling humantime v2.1.0 |
2373 | 2023-11-08T19:19:46.855Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2374 | 2023-11-08T19:19:47.151Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2375 | 2023-11-08T19:19:59.693Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2376 | 2023-11-08T19:20:01.995Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2377 | 2023-11-08T19:20:25.192Z | Finished release [optimized] target(s) in 1m 46s |
2378 | 2023-11-08T19:20:25.280Z | |
2379 | 2023-11-08T19:20:25.282Z | real 1:46.567567111 |
2380 | 2023-11-08T19:20:25.285Z | user 11:48.854937831 |
2381 | 2023-11-08T19:20:25.288Z | sys 41.334021490 |
2382 | 2023-11-08T19:20:25.291Z | trap 0.422357502 |
2383 | 2023-11-08T19:20:25.293Z | tflt 0.284600920 |
2384 | 2023-11-08T19:20:25.296Z | dflt 0.378491077 |
2385 | 2023-11-08T19:20:25.299Z | kflt 0.000056756 |
2386 | 2023-11-08T19:20:25.302Z | lock 23:31.964648195 |
2387 | 2023-11-08T19:20:25.305Z | slp 26:39.085776510 |
2388 | 2023-11-08T19:20:25.308Z | lat 21.842439815 |
2389 | 2023-11-08T19:20:25.311Z | stop 12.151233535 |
2390 | 2023-11-08T19:20:25.314Z | + ptime -m gzip |
2391 | 2023-11-08T19:20:27.610Z | |
2392 | 2023-11-08T19:20:27.613Z | real 2.324830280 |
2393 | 2023-11-08T19:20:27.616Z | user 2.303272881 |
2394 | 2023-11-08T19:20:27.619Z | sys 0.019440912 |
2395 | 2023-11-08T19:20:27.622Z | trap 0.000811957 |
2396 | 2023-11-08T19:20:27.625Z | tflt 0.000000000 |
2397 | 2023-11-08T19:20:27.627Z | dflt 0.000000000 |
2398 | 2023-11-08T19:20:27.630Z | kflt 0.000000000 |
2399 | 2023-11-08T19:20:27.633Z | lock 0.000000000 |
2400 | 2023-11-08T19:20:27.636Z | slp 0.000000000 |
2401 | 2023-11-08T19:20:27.638Z | lat 0.000988848 |
2402 | 2023-11-08T19:20:27.641Z | stop 0.000216228 |
2403 | 2023-11-08T19:20:27.644Z | process exited: duration 1229261 ms, exit code 0 |
|
2404 | 2023-11-08T19:20:27.651Z | found 5 output files |
2405 | 2023-11-08T19:20:27.665Z | uploading: /work/end-to-end-tests/bootstrap-95f6f69deb9d73aa.gz (6359944 bytes) |
2406 | 2023-11-08T19:20:32.366Z | uploaded: /work/end-to-end-tests/bootstrap-95f6f69deb9d73aa.gz |
2407 | 2023-11-08T19:20:32.378Z | uploading: /work/end-to-end-tests/bootstrap.gz (99460409 bytes) |
2408 | 2023-11-08T19:21:10.182Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2409 | 2023-11-08T19:21:10.201Z | uploading: /work/end-to-end-tests/end_to_end_tests-cc026c1de0ba49ab.gz (113981535 bytes) |
2410 | 2023-11-08T19:21:49.169Z | uploaded: /work/end-to-end-tests/end_to_end_tests-cc026c1de0ba49ab.gz |
2411 | 2023-11-08T19:21:49.266Z | uploading: /work/caboose-util.gz (4106011 bytes) |
2412 | 2023-11-08T19:21:52.187Z | uploaded: /work/caboose-util.gz |
2413 | 2023-11-08T19:21:52.193Z | uploading: /work/tufaceous.gz (14678950 bytes) |
2414 | 2023-11-08T19:21:58.666Z | uploaded: /work/tufaceous.gz |