|
|
|
1 | 2023-10-29T03:10:24.397Z | job assigned to worker 01HDWPG0C27T2XGW19HJPVY0J5 (queued for 1 m 23 s) |
|
2 | 2023-10-29T03:10:24.744Z | starting task 0: "setup" |
3 | 2023-10-29T03:10:24.806Z | ++ uname -s |
4 | 2023-10-29T03:10:24.809Z | + kern=SunOS |
5 | 2023-10-29T03:10:24.813Z | + case "$kern" in |
6 | 2023-10-29T03:10:24.817Z | + groupadd -g 12345 build |
7 | 2023-10-29T03:10:24.820Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-29T03:10:26.827Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-29T03:10:26.907Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-29T03:10:26.914Z | + home_fs=zfs |
11 | 2023-10-29T03:10:26.919Z | + [[ zfs == autofs ]] |
12 | 2023-10-29T03:10:26.923Z | + mkdir -p /home/build |
13 | 2023-10-29T03:10:26.928Z | + chown build:build /home/build /work |
14 | 2023-10-29T03:10:28.910Z | + chmod 0700 /home/build /work |
15 | 2023-10-29T03:10:28.916Z | process exited: duration 4165 ms, exit code 0 |
|
16 | 2023-10-29T03:10:28.925Z | starting task 1: "rust-toolchain" |
17 | 2023-10-29T03:10:28.937Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-29T03:10:28.941Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-29T03:10:29.134Z | info: downloading installer |
20 | 2023-10-29T03:10:30.330Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-29T03:10:30.333Z | warning: /opt/ooce/bin |
22 | 2023-10-29T03:10:30.336Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-29T03:10:30.339Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-29T03:10:30.347Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-29T03:10:30.351Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-29T03:10:30.354Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-29T03:10:30.360Z | error: cannot install while Rust is installed |
28 | 2023-10-29T03:10:30.363Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-29T03:10:30.471Z | info: profile set to 'default' |
30 | 2023-10-29T03:10:30.476Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-29T03:10:30.481Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-29T03:10:30.635Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-29T03:10:30.648Z | info: downloading component 'cargo' |
34 | 2023-10-29T03:10:31.235Z | info: downloading component 'clippy' |
35 | 2023-10-29T03:10:31.506Z | info: downloading component 'rust-docs' |
36 | 2023-10-29T03:10:32.221Z | info: downloading component 'rust-std' |
37 | 2023-10-29T03:10:33.579Z | info: downloading component 'rustc' |
38 | 2023-10-29T03:10:36.817Z | info: downloading component 'rustfmt' |
39 | 2023-10-29T03:10:37.008Z | info: installing component 'cargo' |
40 | 2023-10-29T03:10:39.150Z | info: installing component 'clippy' |
41 | 2023-10-29T03:10:40.490Z | info: installing component 'rust-docs' |
42 | 2023-10-29T03:10:42.774Z | info: installing component 'rust-std' |
43 | 2023-10-29T03:10:46.351Z | info: installing component 'rustc' |
44 | 2023-10-29T03:10:55.576Z | info: installing component 'rustfmt' |
45 | 2023-10-29T03:10:55.961Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-29T03:10:55.971Z | |
47 | 2023-10-29T03:10:56.105Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-29T03:10:56.121Z | |
49 | 2023-10-29T03:10:56.132Z | |
50 | 2023-10-29T03:10:56.143Z | Rust is installed now. Great! |
51 | 2023-10-29T03:10:56.566Z | |
52 | 2023-10-29T03:10:56.621Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-29T03:10:56.637Z | environment variable. This has not been done automatically. |
54 | 2023-10-29T03:10:56.646Z | |
55 | 2023-10-29T03:10:57.064Z | To configure your current shell, run: |
56 | 2023-10-29T03:10:57.080Z | source "$HOME/.cargo/env" |
57 | 2023-10-29T03:10:57.093Z | + rustc --version |
58 | 2023-10-29T03:10:57.106Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-29T03:10:57.126Z | process exited: duration 27394 ms, exit code 0 |
|
60 | 2023-10-29T03:10:57.155Z | starting task 2: "authentication" |
61 | 2023-10-29T03:10:57.213Z | process exited: duration 44 ms, exit code 0 |
|
62 | 2023-10-29T03:10:57.236Z | starting task 3: "clone repository" |
63 | 2023-10-29T03:10:57.255Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-29T03:10:57.275Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-29T03:10:57.301Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-29T03:11:04.412Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-29T03:11:04.426Z | + [[ -n renovate/rcgen-0.x ]] |
68 | 2023-10-29T03:11:04.438Z | + git fetch origin renovate/rcgen-0.x |
69 | 2023-10-29T03:11:04.766Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-29T03:11:04.776Z | * branch renovate/rcgen-0.x -> FETCH_HEAD |
71 | 2023-10-29T03:11:04.788Z | + git checkout -B renovate/rcgen-0.x remotes/origin/renovate/rcgen-0.x |
72 | 2023-10-29T03:11:04.840Z | Switched to a new branch 'renovate/rcgen-0.x' |
73 | 2023-10-29T03:11:04.844Z | branch 'renovate/rcgen-0.x' set up to track 'origin/renovate/rcgen-0.x'. |
74 | 2023-10-29T03:11:04.849Z | + git reset --hard 88517ab5d164f4c84d509fb2377cae481de5492e |
75 | 2023-10-29T03:11:04.956Z | HEAD is now at 88517ab5 chore(deps): update rust crate rcgen to 0.11.3 |
76 | 2023-10-29T03:11:04.973Z | process exited: duration 7706 ms, exit code 0 |
|
77 | 2023-10-29T03:11:05.065Z | starting task 4: "build" |
78 | 2023-10-29T03:11:05.090Z | + cargo --version |
79 | 2023-10-29T03:11:05.177Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-29T03:11:05.183Z | + rustc --version |
81 | 2023-10-29T03:11:05.282Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-29T03:11:05.287Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-29T03:11:14.104Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-29T03:11:15.055Z | Startup: Caching catalogs ... Done |
85 | 2023-10-29T03:11:20.446Z | Planning: Solver setup ... Done (4.533s) |
86 | 2023-10-29T03:11:20.449Z | Planning: Running solver ... Done (0.118s) |
87 | 2023-10-29T03:11:20.455Z | Planning: Finding local manifests ... Done (0.005s) |
88 | 2023-10-29T03:11:20.457Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-29T03:11:20.460Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-29T03:11:20.544Z | Planning: Package planning ... Done (0.084s) |
91 | 2023-10-29T03:11:20.640Z | Planning: Merging actions ... Done (0.086s) |
92 | 2023-10-29T03:11:21.619Z | Planning: Checking for conflicting actions ... Done (0.985s) |
93 | 2023-10-29T03:11:21.635Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-10-29T03:11:27.130Z | Planning: Evaluating mediators ... Done (5.494s) |
95 | 2023-10-29T03:11:27.149Z | Planning: Planning completed in 12.04 seconds |
96 | 2023-10-29T03:11:27.190Z | Packages to install: 4 |
97 | 2023-10-29T03:11:27.203Z | Mediators to change: 2 |
98 | 2023-10-29T03:11:27.211Z | Services to change: 1 |
99 | 2023-10-29T03:11:27.225Z | Estimated space available: 149.39 GB |
100 | 2023-10-29T03:11:27.234Z | Estimated space to be consumed: 1.37 GB |
101 | 2023-10-29T03:11:27.245Z | Create boot environment: No |
102 | 2023-10-29T03:11:27.255Z | Create backup boot environment: No |
103 | 2023-10-29T03:11:27.263Z | Rebuild boot archive: No |
104 | 2023-10-29T03:11:27.280Z | |
105 | 2023-10-29T03:11:27.289Z | Changed mediators: |
106 | 2023-10-29T03:11:27.305Z | mediator clang: |
107 | 2023-10-29T03:11:27.318Z | version: None -> 15 (system default) |
108 | 2023-10-29T03:11:27.331Z | |
109 | 2023-10-29T03:11:27.351Z | mediator llvm: |
110 | 2023-10-29T03:11:27.360Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-29T03:11:27.374Z | |
112 | 2023-10-29T03:11:27.382Z | Changed packages: |
113 | 2023-10-29T03:11:27.394Z | helios-dev |
114 | 2023-10-29T03:11:27.404Z | developer/build-essential |
115 | 2023-10-29T03:11:27.420Z | None -> 11-2.0 |
116 | 2023-10-29T03:11:27.433Z | library/libxmlsec1 |
117 | 2023-10-29T03:11:27.447Z | None -> 1.2.35-2.0 |
118 | 2023-10-29T03:11:27.463Z | ooce/developer/clang-15 |
119 | 2023-10-29T03:11:27.480Z | None -> 15.0.7-2.0 |
120 | 2023-10-29T03:11:27.487Z | ooce/developer/llvm-15 |
121 | 2023-10-29T03:11:27.494Z | None -> 15.0.7-2.0 |
122 | 2023-10-29T03:11:27.497Z | |
123 | 2023-10-29T03:11:27.500Z | Services: |
124 | 2023-10-29T03:11:27.503Z | restart_fmri: |
125 | 2023-10-29T03:11:27.507Z | svc:/system/update-man-index:default |
126 | 2023-10-29T03:11:27.510Z | |
127 | 2023-10-29T03:11:27.513Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-29T03:11:32.367Z | Download: 621/3290 items 17.6/212.6MB 8% complete (3.7M/s) |
129 | 2023-10-29T03:11:37.363Z | Download: 1168/3290 items 49.2/212.6MB 23% complete (5.0M/s) |
130 | 2023-10-29T03:11:45.483Z | Download: 1196/3290 items 83.5/212.6MB 39% complete (6.6M/s) |
131 | 2023-10-29T03:11:59.677Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
132 | 2023-10-29T03:12:04.710Z | Download: 1425/3290 items 116.5/212.6MB 54% complete (7.3M/s) |
133 | 2023-10-29T03:12:09.750Z | Download: 1746/3290 items 118.1/212.6MB 55% complete (3.6M/s) |
134 | 2023-10-29T03:12:14.785Z | Download: 2132/3290 items 118.9/212.6MB 55% complete (258k/s) |
135 | 2023-10-29T03:12:20.151Z | Download: 2388/3290 items 119.8/212.6MB 56% complete (163k/s) |
136 | 2023-10-29T03:12:25.660Z | Download: 3247/3290 items 168.8/212.6MB 79% complete (4.9M/s) |
137 | 2023-10-29T03:12:27.858Z | Download: Completed 212.60 MB in 60.51 seconds (3.5M/s) |
138 | 2023-10-29T03:12:28.269Z | Actions: 1/3687 actions (Installing new actions) |
139 | 2023-10-29T03:12:33.296Z | Actions: 2684/3687 actions (Installing new actions) |
140 | 2023-10-29T03:12:36.571Z | Actions: Completed 3687 actions in 8.30 seconds. |
141 | 2023-10-29T03:12:36.731Z | Done (0.151s) |
142 | 2023-10-29T03:12:36.738Z | Done (0.000s) |
143 | 2023-10-29T03:12:36.930Z | Done (0.195s) |
144 | 2023-10-29T03:12:44.779Z | Done (7.742s) |
145 | 2023-10-29T03:12:44.993Z | Done (0.107s) |
146 | 2023-10-29T03:12:44.996Z | Done (0.000s) |
147 | 2023-10-29T03:12:45.226Z | Done (0.000s) |
148 | 2023-10-29T03:12:45.930Z | Planning: Evaluating mediator changes ... Done |
149 | 2023-10-29T03:12:46.237Z | Planning: Checking for conflicting actions ... Done |
150 | 2023-10-29T03:12:46.242Z | Planning: Consolidating action changes ... Done |
151 | 2023-10-29T03:12:46.660Z | Planning: Evaluating mediators ... Done |
152 | 2023-10-29T03:12:46.664Z | Planning: Planning completed in 0.73 seconds |
153 | 2023-10-29T03:12:46.715Z | Mediators to change: 2 |
154 | 2023-10-29T03:12:46.718Z | Create boot environment: No |
155 | 2023-10-29T03:12:46.721Z | Create backup boot environment: No |
156 | 2023-10-29T03:12:46.851Z | Done |
157 | 2023-10-29T03:12:46.854Z | Done |
158 | 2023-10-29T03:12:46.983Z | Done |
159 | 2023-10-29T03:12:53.129Z | Done |
160 | 2023-10-29T03:12:53.254Z | Done |
161 | 2023-10-29T03:12:53.256Z | Done |
162 | 2023-10-29T03:12:53.370Z | Done |
163 | 2023-10-29T03:12:54.426Z | Planning: Evaluating mediator changes ... Done |
164 | 2023-10-29T03:12:54.429Z | Planning: Merging actions ... Done |
165 | 2023-10-29T03:12:54.776Z | Planning: Checking for conflicting actions ... Done |
166 | 2023-10-29T03:12:54.781Z | Planning: Consolidating action changes ... Done |
167 | 2023-10-29T03:12:55.235Z | Planning: Evaluating mediators ... Done |
168 | 2023-10-29T03:12:55.335Z | Planning: Planning completed in 1.37 seconds |
169 | 2023-10-29T03:12:55.389Z | Packages to change: 1 |
170 | 2023-10-29T03:12:55.393Z | Mediators to change: 1 |
171 | 2023-10-29T03:12:55.395Z | Services to change: 1 |
172 | 2023-10-29T03:12:55.398Z | Create boot environment: No |
173 | 2023-10-29T03:12:55.401Z | Create backup boot environment: Yes |
174 | 2023-10-29T03:12:57.563Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2023-10-29T03:12:57.566Z | Actions: Completed 6 actions in 0.00 seconds. |
176 | 2023-10-29T03:12:57.569Z | Done |
177 | 2023-10-29T03:12:57.578Z | Done |
178 | 2023-10-29T03:12:57.589Z | Done |
179 | 2023-10-29T03:13:03.654Z | Done |
180 | 2023-10-29T03:13:03.777Z | Done |
181 | 2023-10-29T03:13:03.780Z | Done |
182 | 2023-10-29T03:13:03.910Z | Done |
183 | 2023-10-29T03:13:04.610Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2023-10-29T03:13:04.614Z | clang system 15 system |
185 | 2023-10-29T03:13:04.620Z | csh system system illumos |
186 | 2023-10-29T03:13:04.626Z | ctags system system illumos |
187 | 2023-10-29T03:13:04.635Z | gcc vendor 12 vendor |
188 | 2023-10-29T03:13:04.639Z | gcc system 10 system |
189 | 2023-10-29T03:13:04.643Z | gcc system 7 system |
190 | 2023-10-29T03:13:04.647Z | go system 1.20 system |
191 | 2023-10-29T03:13:04.651Z | go system 1.19 system |
192 | 2023-10-29T03:13:04.655Z | llvm system 15 system |
193 | 2023-10-29T03:13:04.658Z | llvm system 14 system |
194 | 2023-10-29T03:13:04.663Z | mariadb system 10.6 system |
195 | 2023-10-29T03:13:04.667Z | mta vendor vendor dma |
196 | 2023-10-29T03:13:04.671Z | openjdk system 17 system |
197 | 2023-10-29T03:13:04.675Z | openjdk system 11 system |
198 | 2023-10-29T03:13:04.678Z | openjdk system 1.8 system |
199 | 2023-10-29T03:13:04.681Z | openssl vendor 3 vendor |
200 | 2023-10-29T03:13:04.684Z | perl system 5.36 system |
201 | 2023-10-29T03:13:04.688Z | postgresql system 15 system |
202 | 2023-10-29T03:13:04.692Z | postgresql system 13 system |
203 | 2023-10-29T03:13:04.697Z | python vendor 3 vendor |
204 | 2023-10-29T03:13:04.700Z | python system 2 system |
205 | 2023-10-29T03:13:04.704Z | python3 system 3.11 system |
206 | 2023-10-29T03:13:04.707Z | ruby system 3.0 system |
207 | 2023-10-29T03:13:04.710Z | words vendor vendor american-english |
208 | 2023-10-29T03:13:04.714Z | words system system australian-english |
209 | 2023-10-29T03:13:04.718Z | words system system british-english |
210 | 2023-10-29T03:13:04.721Z | words system system canadian-english |
211 | 2023-10-29T03:13:04.749Z | words system system french |
212 | 2023-10-29T03:13:04.759Z | words system system italian |
213 | 2023-10-29T03:13:04.763Z | words system system ngerman |
214 | 2023-10-29T03:13:04.767Z | words system system ogerman |
215 | 2023-10-29T03:13:04.771Z | words system system spanish |
216 | 2023-10-29T03:13:05.158Z | FMRI IFO |
217 | 2023-10-29T03:13:05.162Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
218 | 2023-10-29T03:13:05.165Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
219 | 2023-10-29T03:13:05.170Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
220 | 2023-10-29T03:13:05.173Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
221 | 2023-10-29T03:13:05.177Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
222 | 2023-10-29T03:13:05.180Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
223 | 2023-10-29T03:13:05.243Z | + set -o errexit |
224 | 2023-10-29T03:13:05.246Z | +++ dirname ./tools/ci_download_cockroachdb |
225 | 2023-10-29T03:13:05.250Z | ++ cd ./tools |
226 | 2023-10-29T03:13:05.253Z | ++ pwd |
227 | 2023-10-29T03:13:05.257Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
228 | 2023-10-29T03:13:05.262Z | ++ basename ./tools/ci_download_cockroachdb |
229 | 2023-10-29T03:13:05.267Z | + ARG0=ci_download_cockroachdb |
230 | 2023-10-29T03:13:05.272Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
231 | 2023-10-29T03:13:05.275Z | + CIDL_VERSION=v22.1.9 |
232 | 2023-10-29T03:13:05.278Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
233 | 2023-10-29T03:13:05.281Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
234 | 2023-10-29T03:13:05.284Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
235 | 2023-10-29T03:13:05.287Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
236 | 2023-10-29T03:13:05.290Z | + TARGET_DIR=out |
237 | 2023-10-29T03:13:05.293Z | + DOWNLOAD_DIR=out/downloads |
238 | 2023-10-29T03:13:05.297Z | + DEST_DIR=./out/cockroachdb |
239 | 2023-10-29T03:13:05.301Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
240 | 2023-10-29T03:13:05.304Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
241 | 2023-10-29T03:13:05.306Z | + main |
242 | 2023-10-29T03:13:05.310Z | + [[ 0 != 0 ]] |
243 | 2023-10-29T03:13:05.314Z | + CIDL_OS=solaris2.11 |
244 | 2023-10-29T03:13:05.318Z | + [[ 0 != 0 ]] |
245 | 2023-10-29T03:13:05.321Z | + configure_os solaris2.11 |
246 | 2023-10-29T03:13:05.324Z | + echo 'current directory: /work/oxidecomputer/omicron' |
247 | 2023-10-29T03:13:05.327Z | current directory: /work/oxidecomputer/omicron |
248 | 2023-10-29T03:13:05.332Z | + echo 'configuring based on OS: "solaris2.11"' |
249 | 2023-10-29T03:13:06.340Z | configuring based on OS: "solaris2.11" |
250 | 2023-10-29T03:13:06.343Z | + case "$1" in |
251 | 2023-10-29T03:13:06.346Z | + CIDL_BUILD=illumos |
252 | 2023-10-29T03:13:06.350Z | + CIDL_SUFFIX=tar.gz |
253 | 2023-10-29T03:13:06.353Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
254 | 2023-10-29T03:13:06.356Z | + CIDL_MD5FUNC=do_md5sum |
255 | 2023-10-29T03:13:06.359Z | + CIDL_URL_BASE=https://illumos.org/downloads |
256 | 2023-10-29T03:13:06.364Z | + CIDL_ASSEMBLE=do_assemble_illumos |
257 | 2023-10-29T03:13:06.366Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
258 | 2023-10-29T03:13:06.371Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-10-29T03:13:06.374Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-29T03:13:06.376Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
261 | 2023-10-29T03:13:06.379Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-10-29T03:13:06.382Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
263 | 2023-10-29T03:13:06.385Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-10-29T03:13:06.388Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
265 | 2023-10-29T03:13:06.391Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
266 | 2023-10-29T03:13:06.393Z | + mkdir -p out/downloads |
267 | 2023-10-29T03:13:06.396Z | + mkdir -p ./out/cockroachdb |
268 | 2023-10-29T03:13:06.399Z | + local DO_DOWNLOAD=true |
269 | 2023-10-29T03:13:06.402Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
270 | 2023-10-29T03:13:06.406Z | + '[' true == true ']' |
271 | 2023-10-29T03:13:06.409Z | + echo Downloading... |
272 | 2023-10-29T03:13:06.412Z | Downloading... |
273 | 2023-10-29T03:13:06.415Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-10-29T03:13:06.418Z | + 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 |
275 | 2023-10-29T03:13:10.018Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-10-29T03:13:10.021Z | ++ md5sum |
277 | 2023-10-29T03:13:10.024Z | ++ awk '{print $1}' |
278 | 2023-10-29T03:13:10.202Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
279 | 2023-10-29T03:13:10.205Z | + [[ 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 ]] |
280 | 2023-10-29T03:13:10.208Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-10-29T03:13:10.211Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
282 | 2023-10-29T03:13:13.581Z | + do_assemble_illumos |
283 | 2023-10-29T03:13:13.584Z | + rm -r ./out/cockroachdb |
284 | 2023-10-29T03:13:13.587Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
285 | 2023-10-29T03:13:14.268Z | + ./out/cockroachdb/bin/cockroach version |
286 | 2023-10-29T03:13:14.523Z | Build Tag: v22.1.9-dirty |
287 | 2023-10-29T03:13:14.526Z | Build Time: 2022/10/26 21:17:46 |
288 | 2023-10-29T03:13:14.529Z | Distribution: OSS |
289 | 2023-10-29T03:13:14.532Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
290 | 2023-10-29T03:13:14.535Z | Go Version: go1.17.13 |
291 | 2023-10-29T03:13:14.538Z | C Compiler: gcc 10.3.0 |
292 | 2023-10-29T03:13:14.542Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
293 | 2023-10-29T03:13:14.549Z | Build Type: release |
294 | 2023-10-29T03:13:14.558Z | + set -o errexit |
295 | 2023-10-29T03:13:14.566Z | +++ dirname ./tools/ci_download_clickhouse |
296 | 2023-10-29T03:13:14.572Z | ++ cd ./tools |
297 | 2023-10-29T03:13:14.578Z | ++ pwd |
298 | 2023-10-29T03:13:14.581Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
299 | 2023-10-29T03:13:14.583Z | ++ basename ./tools/ci_download_clickhouse |
300 | 2023-10-29T03:13:14.587Z | + ARG0=ci_download_clickhouse |
301 | 2023-10-29T03:13:14.590Z | + TARGET_DIR=out |
302 | 2023-10-29T03:13:14.593Z | + DOWNLOAD_DIR=out/downloads |
303 | 2023-10-29T03:13:14.596Z | + DEST_DIR=./out/clickhouse |
304 | 2023-10-29T03:13:14.600Z | + CIDL_VERSION=v22.8.9.24 |
305 | 2023-10-29T03:13:14.609Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
306 | 2023-10-29T03:13:14.623Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
307 | 2023-10-29T03:13:14.637Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
308 | 2023-10-29T03:13:14.640Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
309 | 2023-10-29T03:13:14.644Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
310 | 2023-10-29T03:13:14.650Z | + main |
311 | 2023-10-29T03:13:14.654Z | + [[ 0 != 0 ]] |
312 | 2023-10-29T03:13:14.660Z | + CIDL_OS=solaris2.11 |
313 | 2023-10-29T03:13:14.671Z | + [[ 0 != 0 ]] |
314 | 2023-10-29T03:13:14.684Z | + configure_os solaris2.11 |
315 | 2023-10-29T03:13:14.691Z | + echo 'current directory: /work/oxidecomputer/omicron' |
316 | 2023-10-29T03:13:14.699Z | current directory: /work/oxidecomputer/omicron |
317 | 2023-10-29T03:13:14.705Z | + echo 'configuring based on OS: "solaris2.11"' |
318 | 2023-10-29T03:13:14.712Z | configuring based on OS: "solaris2.11" |
319 | 2023-10-29T03:13:14.718Z | + CIDL_DASHREV= |
320 | 2023-10-29T03:13:14.724Z | + case "$1" in |
321 | 2023-10-29T03:13:14.730Z | + CIDL_PLATFORM=illumos |
322 | 2023-10-29T03:13:14.736Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
323 | 2023-10-29T03:13:14.739Z | + CIDL_MD5FUNC=do_md5sum |
324 | 2023-10-29T03:13:14.744Z | + CIDL_DASHREV=-1 |
325 | 2023-10-29T03:13:14.754Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
326 | 2023-10-29T03:13:14.758Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-29T03:13:14.762Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-29T03:13:14.766Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-10-29T03:13:14.770Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
330 | 2023-10-29T03:13:14.774Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
331 | 2023-10-29T03:13:14.778Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
332 | 2023-10-29T03:13:14.782Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
333 | 2023-10-29T03:13:14.786Z | + mkdir -p out/downloads |
334 | 2023-10-29T03:13:14.793Z | + mkdir -p ./out/clickhouse |
335 | 2023-10-29T03:13:14.801Z | + local DO_DOWNLOAD=true |
336 | 2023-10-29T03:13:14.808Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
337 | 2023-10-29T03:13:14.826Z | + '[' true == true ']' |
338 | 2023-10-29T03:13:14.842Z | + echo Downloading... |
339 | 2023-10-29T03:13:14.853Z | Downloading... |
340 | 2023-10-29T03:13:14.862Z | + 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 |
341 | 2023-10-29T03:13:14.872Z | + 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 |
342 | 2023-10-29T03:13:16.258Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-10-29T03:13:16.267Z | ++ md5sum |
344 | 2023-10-29T03:13:16.282Z | ++ awk '{print $1}' |
345 | 2023-10-29T03:13:16.929Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
346 | 2023-10-29T03:13:16.934Z | + [[ 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 ]] |
347 | 2023-10-29T03:13:16.937Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
348 | 2023-10-29T03:13:16.947Z | + mkdir -p ./out/clickhouse |
349 | 2023-10-29T03:13:16.957Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
350 | 2023-10-29T03:13:21.485Z | + ./out/clickhouse/clickhouse server --version |
351 | 2023-10-29T03:13:21.540Z | ClickHouse server version 22.8.9.1. |
352 | 2023-10-29T03:13:21.560Z | + set -o errexit |
353 | 2023-10-29T03:13:21.572Z | +++ dirname ./tools/ci_download_console |
354 | 2023-10-29T03:13:21.581Z | ++ cd ./tools |
355 | 2023-10-29T03:13:21.590Z | ++ pwd |
356 | 2023-10-29T03:13:21.598Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
357 | 2023-10-29T03:13:21.602Z | ++ basename ./tools/ci_download_console |
358 | 2023-10-29T03:13:21.607Z | + ARG0=ci_download_console |
359 | 2023-10-29T03:13:21.611Z | + TARGET_DIR=out |
360 | 2023-10-29T03:13:21.617Z | + DOWNLOAD_DIR=out/downloads |
361 | 2023-10-29T03:13:21.625Z | + DEST_DIR=./out/console-assets |
362 | 2023-10-29T03:13:21.630Z | + source /work/oxidecomputer/omicron/tools/console_version |
363 | 2023-10-29T03:13:21.634Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
364 | 2023-10-29T03:13:21.642Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
365 | 2023-10-29T03:13:21.650Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
366 | 2023-10-29T03:13:21.660Z | + TARBALL_FILE=out/downloads/console.tar.gz |
367 | 2023-10-29T03:13:21.665Z | + main |
368 | 2023-10-29T03:13:21.672Z | + [[ 0 != 0 ]] |
369 | 2023-10-29T03:13:21.679Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
370 | 2023-10-29T03:13:21.683Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
371 | 2023-10-29T03:13:21.689Z | + echo 'Local file: out/downloads/console.tar.gz' |
372 | 2023-10-29T03:13:21.693Z | Local file: out/downloads/console.tar.gz |
373 | 2023-10-29T03:13:21.697Z | + local DO_DOWNLOAD=true |
374 | 2023-10-29T03:13:21.702Z | + [[ -f out/downloads/console.tar.gz ]] |
375 | 2023-10-29T03:13:21.721Z | + mkdir -p out/downloads |
376 | 2023-10-29T03:13:21.730Z | + '[' true == true ']' |
377 | 2023-10-29T03:13:21.744Z | + echo Downloading... |
378 | 2023-10-29T03:13:21.751Z | Downloading... |
379 | 2023-10-29T03:13:21.758Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
380 | 2023-10-29T03:13:21.763Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
381 | 2023-10-29T03:13:22.281Z | ++ do_sha256sum out/downloads/console.tar.gz |
382 | 2023-10-29T03:13:22.284Z | ++ case "$OSTYPE" in |
383 | 2023-10-29T03:13:22.287Z | ++ SHA=sha256sum |
384 | 2023-10-29T03:13:22.290Z | ++ sha256sum |
385 | 2023-10-29T03:13:22.293Z | ++ awk '{print $1}' |
386 | 2023-10-29T03:13:22.349Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
387 | 2023-10-29T03:13:22.359Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
388 | 2023-10-29T03:13:22.367Z | + rm -rf ./out/console-assets |
389 | 2023-10-29T03:13:22.406Z | + mkdir -p ./out/console-assets |
390 | 2023-10-29T03:13:22.417Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
391 | 2023-10-29T03:13:22.425Z | + mkdir -p ./out/console-assets |
392 | 2023-10-29T03:13:22.435Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
393 | 2023-10-29T03:13:22.456Z | + set -o errexit |
394 | 2023-10-29T03:13:22.472Z | +++ dirname ./tools/ci_download_maghemite_openapi |
395 | 2023-10-29T03:13:22.477Z | ++ cd ./tools |
396 | 2023-10-29T03:13:22.485Z | ++ pwd |
397 | 2023-10-29T03:13:22.494Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
398 | 2023-10-29T03:13:22.500Z | ++ basename ./tools/ci_download_maghemite_openapi |
399 | 2023-10-29T03:13:22.505Z | + ARG0=ci_download_maghemite_openapi |
400 | 2023-10-29T03:13:22.509Z | + TARGET_DIR=out |
401 | 2023-10-29T03:13:22.513Z | + DOWNLOAD_DIR=out/downloads |
402 | 2023-10-29T03:13:22.518Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
403 | 2023-10-29T03:13:22.527Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
404 | 2023-10-29T03:13:22.530Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
405 | 2023-10-29T03:13:22.535Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
406 | 2023-10-29T03:13:22.538Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
407 | 2023-10-29T03:13:22.544Z | + main |
408 | 2023-10-29T03:13:22.549Z | + [[ 0 != 0 ]] |
409 | 2023-10-29T03:13:22.552Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
410 | 2023-10-29T03:13:22.555Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
411 | 2023-10-29T03:13:22.559Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
412 | 2023-10-29T03:13:22.568Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
413 | 2023-10-29T03:13:22.578Z | + local DO_DOWNLOAD=true |
414 | 2023-10-29T03:13:22.586Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
415 | 2023-10-29T03:13:22.593Z | + mkdir -p out/downloads |
416 | 2023-10-29T03:13:22.602Z | + '[' true == true ']' |
417 | 2023-10-29T03:13:22.610Z | Downloading... |
418 | 2023-10-29T03:13:22.620Z | + echo Downloading... |
419 | 2023-10-29T03:13:22.627Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
420 | 2023-10-29T03:13:22.635Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
421 | 2023-10-29T03:13:22.746Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
422 | 2023-10-29T03:13:22.751Z | ++ case "$OSTYPE" in |
423 | 2023-10-29T03:13:22.755Z | ++ SHA=sha256sum |
424 | 2023-10-29T03:13:22.763Z | ++ sha256sum |
425 | 2023-10-29T03:13:22.772Z | ++ awk '{print $1}' |
426 | 2023-10-29T03:13:22.783Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
427 | 2023-10-29T03:13:22.787Z | + [[ 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 ]] |
428 | 2023-10-29T03:13:22.804Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
429 | 2023-10-29T03:13:22.807Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
430 | 2023-10-29T03:13:22.811Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
431 | 2023-10-29T03:13:22.835Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
432 | 2023-10-29T03:13:22.845Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
433 | 2023-10-29T03:13:22.849Z | + main |
434 | 2023-10-29T03:13:22.852Z | + [[ 0 != 0 ]] |
435 | 2023-10-29T03:13:22.855Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
436 | 2023-10-29T03:13:22.858Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
437 | 2023-10-29T03:13:22.861Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
438 | 2023-10-29T03:13:22.866Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
439 | 2023-10-29T03:13:22.869Z | + local DO_DOWNLOAD=true |
440 | 2023-10-29T03:13:22.872Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
441 | 2023-10-29T03:13:22.875Z | + mkdir -p out/downloads |
442 | 2023-10-29T03:13:22.878Z | + '[' true == true ']' |
443 | 2023-10-29T03:13:22.881Z | + echo Downloading... |
444 | 2023-10-29T03:13:22.884Z | Downloading... |
445 | 2023-10-29T03:13:22.888Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
446 | 2023-10-29T03:13:22.891Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
447 | 2023-10-29T03:13:22.920Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
448 | 2023-10-29T03:13:22.931Z | ++ case "$OSTYPE" in |
449 | 2023-10-29T03:13:22.936Z | ++ SHA=sha256sum |
450 | 2023-10-29T03:13:22.940Z | ++ sha256sum |
451 | 2023-10-29T03:13:22.943Z | ++ awk '{print $1}' |
452 | 2023-10-29T03:13:22.946Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
453 | 2023-10-29T03:13:22.950Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
454 | 2023-10-29T03:13:22.955Z | + set -o errexit |
455 | 2023-10-29T03:13:22.960Z | +++ dirname ./tools/ci_download_dendrite_openapi |
456 | 2023-10-29T03:13:22.964Z | ++ cd ./tools |
457 | 2023-10-29T03:13:22.969Z | ++ pwd |
458 | 2023-10-29T03:13:22.973Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
459 | 2023-10-29T03:13:22.976Z | ++ basename ./tools/ci_download_dendrite_openapi |
460 | 2023-10-29T03:13:22.981Z | + ARG0=ci_download_dendrite_openapi |
461 | 2023-10-29T03:13:22.984Z | + TARGET_DIR=out |
462 | 2023-10-29T03:13:22.987Z | + DOWNLOAD_DIR=out/downloads |
463 | 2023-10-29T03:13:22.990Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
464 | 2023-10-29T03:13:22.993Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
465 | 2023-10-29T03:13:22.996Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
466 | 2023-10-29T03:13:22.999Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
467 | 2023-10-29T03:13:23.002Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
468 | 2023-10-29T03:13:23.017Z | + main |
469 | 2023-10-29T03:13:23.020Z | + [[ 0 != 0 ]] |
470 | 2023-10-29T03:13:23.024Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
471 | 2023-10-29T03:13:23.027Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
472 | 2023-10-29T03:13:23.029Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
473 | 2023-10-29T03:13:23.032Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
474 | 2023-10-29T03:13:23.035Z | + local DO_DOWNLOAD=true |
475 | 2023-10-29T03:13:23.038Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
476 | 2023-10-29T03:13:23.041Z | + mkdir -p out/downloads |
477 | 2023-10-29T03:13:23.045Z | + '[' true == true ']' |
478 | 2023-10-29T03:13:23.048Z | + echo Downloading... |
479 | 2023-10-29T03:13:23.056Z | Downloading... |
480 | 2023-10-29T03:13:23.059Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
481 | 2023-10-29T03:13:23.062Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
482 | 2023-10-29T03:13:23.110Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
483 | 2023-10-29T03:13:23.115Z | ++ case "$OSTYPE" in |
484 | 2023-10-29T03:13:23.125Z | ++ SHA=sha256sum |
485 | 2023-10-29T03:13:23.132Z | ++ sha256sum |
486 | 2023-10-29T03:13:23.143Z | ++ awk '{print $1}' |
487 | 2023-10-29T03:13:23.164Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
488 | 2023-10-29T03:13:23.173Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
489 | 2023-10-29T03:13:23.183Z | + set -o errexit |
490 | 2023-10-29T03:13:23.190Z | +++ dirname ./tools/ci_download_dendrite_stub |
491 | 2023-10-29T03:13:23.196Z | ++ cd ./tools |
492 | 2023-10-29T03:13:23.209Z | ++ pwd |
493 | 2023-10-29T03:13:23.232Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
494 | 2023-10-29T03:13:23.263Z | ++ basename ./tools/ci_download_dendrite_stub |
495 | 2023-10-29T03:13:23.686Z | + ARG0=ci_download_dendrite_stub |
496 | 2023-10-29T03:13:23.700Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
497 | 2023-10-29T03:13:23.713Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
498 | 2023-10-29T03:13:23.727Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
499 | 2023-10-29T03:13:23.737Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
500 | 2023-10-29T03:13:23.759Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
501 | 2023-10-29T03:13:23.775Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
502 | 2023-10-29T03:13:23.788Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
503 | 2023-10-29T03:13:23.801Z | + TARGET_DIR=out |
504 | 2023-10-29T03:13:23.816Z | + DOWNLOAD_DIR=out/downloads |
505 | 2023-10-29T03:13:23.827Z | + DEST_DIR=./out/dendrite-stub |
506 | 2023-10-29T03:13:23.833Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
507 | 2023-10-29T03:13:23.841Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
508 | 2023-10-29T03:13:23.853Z | + REPO=oxidecomputer/dendrite |
509 | 2023-10-29T03:13:23.864Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
510 | 2023-10-29T03:13:23.873Z | + main |
511 | 2023-10-29T03:13:23.884Z | + [[ 0 != 0 ]] |
512 | 2023-10-29T03:13:23.898Z | + CIDL_OS=solaris2.11 |
513 | 2023-10-29T03:13:23.907Z | + [[ 0 != 0 ]] |
514 | 2023-10-29T03:13:23.921Z | + configure_os solaris2.11 |
515 | 2023-10-29T03:13:24.339Z | + echo 'current directory: /work/oxidecomputer/omicron' |
516 | 2023-10-29T03:13:24.360Z | current directory: /work/oxidecomputer/omicron |
517 | 2023-10-29T03:13:24.370Z | configuring based on OS: "solaris2.11" |
518 | 2023-10-29T03:13:24.383Z | + echo 'configuring based on OS: "solaris2.11"' |
519 | 2023-10-29T03:13:24.392Z | + case "$1" in |
520 | 2023-10-29T03:13:24.467Z | + SET_BINARIES= |
521 | 2023-10-29T03:13:24.886Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
522 | 2023-10-29T03:13:24.926Z | + CIDL_SHA256FUNC=do_sha256sum |
523 | 2023-10-29T03:13:24.942Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
524 | 2023-10-29T03:13:24.959Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
525 | 2023-10-29T03:13:24.974Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
526 | 2023-10-29T03:13:24.986Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
527 | 2023-10-29T03:13:24.997Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
528 | 2023-10-29T03:13:25.011Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
529 | 2023-10-29T03:13:25.029Z | Local file: out/downloads/dendrite-stub.tar.gz |
530 | 2023-10-29T03:13:25.048Z | + mkdir -p out/downloads |
531 | 2023-10-29T03:13:25.513Z | + mkdir -p ./out/dendrite-stub |
532 | 2023-10-29T03:13:25.526Z | + fetch_and_verify |
533 | 2023-10-29T03:13:25.537Z | + local DO_DOWNLOAD=true |
534 | 2023-10-29T03:13:25.555Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
535 | 2023-10-29T03:13:25.568Z | + '[' true == true ']' |
536 | 2023-10-29T03:13:25.579Z | + echo Downloading... |
537 | 2023-10-29T03:13:25.589Z | Downloading... |
538 | 2023-10-29T03:13:25.599Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
539 | 2023-10-29T03:13:25.610Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
540 | 2023-10-29T03:13:30.963Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
541 | 2023-10-29T03:13:30.966Z | ++ sha256sum |
542 | 2023-10-29T03:13:30.969Z | ++ awk '{print $1}' |
543 | 2023-10-29T03:13:31.062Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
544 | 2023-10-29T03:13:31.074Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
545 | 2023-10-29T03:13:31.083Z | + do_untar out/downloads/dendrite-stub.tar.gz |
546 | 2023-10-29T03:13:31.091Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
547 | 2023-10-29T03:13:31.965Z | + do_assemble |
548 | 2023-10-29T03:13:32.386Z | + rm -r ./out/dendrite-stub |
549 | 2023-10-29T03:13:32.393Z | + mkdir ./out/dendrite-stub |
550 | 2023-10-29T03:13:32.404Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
551 | 2023-10-29T03:13:32.415Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
552 | 2023-10-29T03:13:32.431Z | + set -o errexit |
553 | 2023-10-29T03:13:32.438Z | +++ dirname ./tools/ci_download_maghemite_mgd |
554 | 2023-10-29T03:13:32.445Z | ++ cd ./tools |
555 | 2023-10-29T03:13:32.452Z | ++ pwd |
556 | 2023-10-29T03:13:32.456Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
557 | 2023-10-29T03:13:32.461Z | ++ basename ./tools/ci_download_maghemite_mgd |
558 | 2023-10-29T03:13:32.464Z | + ARG0=ci_download_maghemite_mgd |
559 | 2023-10-29T03:13:32.468Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
560 | 2023-10-29T03:13:32.471Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
561 | 2023-10-29T03:13:32.475Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
562 | 2023-10-29T03:13:32.479Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
563 | 2023-10-29T03:13:32.482Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
564 | 2023-10-29T03:13:32.485Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
565 | 2023-10-29T03:13:32.488Z | + TARGET_DIR=out |
566 | 2023-10-29T03:13:32.491Z | + DOWNLOAD_DIR=out/downloads |
567 | 2023-10-29T03:13:32.494Z | + DEST_DIR=./out/mgd |
568 | 2023-10-29T03:13:32.497Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
569 | 2023-10-29T03:13:32.500Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
570 | 2023-10-29T03:13:32.502Z | + REPO=oxidecomputer/maghemite |
571 | 2023-10-29T03:13:32.507Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
572 | 2023-10-29T03:13:32.510Z | + main |
573 | 2023-10-29T03:13:32.512Z | + [[ 0 != 0 ]] |
574 | 2023-10-29T03:13:32.516Z | + CIDL_OS=solaris2.11 |
575 | 2023-10-29T03:13:32.529Z | + [[ 0 != 0 ]] |
576 | 2023-10-29T03:13:32.543Z | + configure_os solaris2.11 |
577 | 2023-10-29T03:13:32.564Z | + echo 'current directory: /work/oxidecomputer/omicron' |
578 | 2023-10-29T03:13:32.581Z | current directory: /work/oxidecomputer/omicron |
579 | 2023-10-29T03:13:32.588Z | + echo 'configuring based on OS: "solaris2.11"' |
580 | 2023-10-29T03:13:32.601Z | configuring based on OS: "solaris2.11" |
581 | 2023-10-29T03:13:32.621Z | + case "$1" in |
582 | 2023-10-29T03:13:32.643Z | + SET_BINARIES= |
583 | 2023-10-29T03:13:32.656Z | + CIDL_SHA256FUNC=do_sha256sum |
584 | 2023-10-29T03:13:32.666Z | + TARBALL_FILENAME=mgd.tar.gz |
585 | 2023-10-29T03:13:32.687Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
586 | 2023-10-29T03:13:33.111Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
587 | 2023-10-29T03:13:33.121Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
588 | 2023-10-29T03:13:33.137Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
589 | 2023-10-29T03:13:33.142Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
590 | 2023-10-29T03:13:33.149Z | Local file: out/downloads/mgd.tar.gz |
591 | 2023-10-29T03:13:33.164Z | + mkdir -p out/downloads |
592 | 2023-10-29T03:13:33.168Z | + mkdir -p ./out/mgd |
593 | 2023-10-29T03:13:33.177Z | + fetch_and_verify |
594 | 2023-10-29T03:13:33.182Z | + local DO_DOWNLOAD=true |
595 | 2023-10-29T03:13:33.191Z | + [[ -f out/downloads/mgd.tar.gz ]] |
596 | 2023-10-29T03:13:33.195Z | + '[' true == true ']' |
597 | 2023-10-29T03:13:33.204Z | + echo Downloading... |
598 | 2023-10-29T03:13:33.214Z | Downloading... |
599 | 2023-10-29T03:13:33.226Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
600 | 2023-10-29T03:13:33.233Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
601 | 2023-10-29T03:13:40.041Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
602 | 2023-10-29T03:13:40.053Z | ++ sha256sum |
603 | 2023-10-29T03:13:40.065Z | ++ awk '{print $1}' |
604 | 2023-10-29T03:13:40.119Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
605 | 2023-10-29T03:13:40.133Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
606 | 2023-10-29T03:13:40.143Z | + do_untar out/downloads/mgd.tar.gz |
607 | 2023-10-29T03:13:40.151Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
608 | 2023-10-29T03:13:40.783Z | + do_assemble |
609 | 2023-10-29T03:13:40.788Z | + rm -r ./out/mgd |
610 | 2023-10-29T03:13:40.791Z | + mkdir ./out/mgd |
611 | 2023-10-29T03:13:40.794Z | + cp -r out/downloads/root ./out/mgd/root |
612 | 2023-10-29T03:13:40.999Z | + set -o errexit |
613 | 2023-10-29T03:13:41.013Z | +++ dirname ./tools/ci_download_transceiver_control |
614 | 2023-10-29T03:13:41.022Z | ++ cd ./tools |
615 | 2023-10-29T03:13:41.035Z | ++ pwd |
616 | 2023-10-29T03:13:41.465Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
617 | 2023-10-29T03:13:41.469Z | ++ basename ./tools/ci_download_transceiver_control |
618 | 2023-10-29T03:13:41.473Z | + ARG0=ci_download_transceiver_control |
619 | 2023-10-29T03:13:41.480Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
620 | 2023-10-29T03:13:41.485Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
621 | 2023-10-29T03:13:41.488Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
622 | 2023-10-29T03:13:41.491Z | + TARGET_DIR=out |
623 | 2023-10-29T03:13:41.494Z | + DOWNLOAD_DIR=out/downloads |
624 | 2023-10-29T03:13:41.497Z | + DEST_DIR=./out/transceiver-control |
625 | 2023-10-29T03:13:41.500Z | + BIN_DIR=/opt/oxide/bin |
626 | 2023-10-29T03:13:41.503Z | + BINARY=xcvradm |
627 | 2023-10-29T03:13:41.508Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
628 | 2023-10-29T03:13:41.512Z | + REPO=oxidecomputer/transceiver-control |
629 | 2023-10-29T03:13:41.529Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
630 | 2023-10-29T03:13:41.945Z | + main |
631 | 2023-10-29T03:13:41.952Z | + [[ 0 != 0 ]] |
632 | 2023-10-29T03:13:41.960Z | + CIDL_OS=solaris2.11 |
633 | 2023-10-29T03:13:42.380Z | + [[ 0 != 0 ]] |
634 | 2023-10-29T03:13:42.392Z | + configure_os solaris2.11 |
635 | 2023-10-29T03:13:42.403Z | + echo 'current directory: /work/oxidecomputer/omicron' |
636 | 2023-10-29T03:13:42.824Z | current directory: /work/oxidecomputer/omicron |
637 | 2023-10-29T03:13:42.833Z | + echo 'configuring based on OS: "solaris2.11"' |
638 | 2023-10-29T03:13:43.247Z | configuring based on OS: "solaris2.11" |
639 | 2023-10-29T03:13:43.251Z | + case "$1" in |
640 | 2023-10-29T03:13:43.255Z | + SET_BINARIES= |
641 | 2023-10-29T03:13:43.261Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
642 | 2023-10-29T03:13:43.305Z | + CIDL_SHA256FUNC=do_sha256sum |
643 | 2023-10-29T03:13:43.318Z | + ARCHIVE_FILENAME=xcvradm.gz |
644 | 2023-10-29T03:13:43.743Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
645 | 2023-10-29T03:13:43.747Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
646 | 2023-10-29T03:13:43.751Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
647 | 2023-10-29T03:13:43.755Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
648 | 2023-10-29T03:13:43.760Z | + echo 'Local file: out/downloads/xcvradm.gz' |
649 | 2023-10-29T03:13:43.764Z | Local file: out/downloads/xcvradm.gz |
650 | 2023-10-29T03:13:43.767Z | + mkdir -p out/downloads |
651 | 2023-10-29T03:13:43.769Z | + mkdir -p ./out/transceiver-control |
652 | 2023-10-29T03:13:43.772Z | + fetch_and_verify |
653 | 2023-10-29T03:13:43.774Z | + local DO_DOWNLOAD=true |
654 | 2023-10-29T03:13:43.777Z | + [[ -f out/downloads/xcvradm.gz ]] |
655 | 2023-10-29T03:13:43.780Z | + '[' true == true ']' |
656 | 2023-10-29T03:13:43.783Z | + echo Downloading... |
657 | 2023-10-29T03:13:43.785Z | Downloading... |
658 | 2023-10-29T03:13:43.788Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
659 | 2023-10-29T03:13:43.791Z | + 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 |
660 | 2023-10-29T03:13:43.794Z | ++ do_sha256sum out/downloads/xcvradm.gz |
661 | 2023-10-29T03:13:43.797Z | ++ sha256sum |
662 | 2023-10-29T03:13:43.800Z | ++ awk '{print $1}' |
663 | 2023-10-29T03:13:43.803Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
664 | 2023-10-29T03:13:43.806Z | + [[ 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 ]] |
665 | 2023-10-29T03:13:43.810Z | + do_unpack out/downloads/xcvradm.gz |
666 | 2023-10-29T03:13:43.818Z | + mkdir -p out/downloads/root//opt/oxide/bin |
667 | 2023-10-29T03:13:43.822Z | + gzip -dc out/downloads/xcvradm.gz |
668 | 2023-10-29T03:13:43.826Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
669 | 2023-10-29T03:13:43.829Z | + do_assemble |
670 | 2023-10-29T03:13:43.832Z | + rm -r ./out/transceiver-control |
671 | 2023-10-29T03:13:43.837Z | + mkdir ./out/transceiver-control |
672 | 2023-10-29T03:13:43.845Z | + cp -r out/downloads/root ./out/transceiver-control/root |
673 | 2023-10-29T03:13:43.849Z | All prerequisites installed successfully |
674 | 2023-10-29T03:13:43.854Z | |
675 | 2023-10-29T03:13:43.858Z | real 2:38.325742108 |
676 | 2023-10-29T03:13:43.862Z | user 53.713834361 |
677 | 2023-10-29T03:13:43.866Z | sys 10.279680884 |
678 | 2023-10-29T03:13:43.869Z | trap 0.028637467 |
679 | 2023-10-29T03:13:43.875Z | tflt 0.133027387 |
680 | 2023-10-29T03:13:43.878Z | dflt 0.473045470 |
681 | 2023-10-29T03:13:43.882Z | kflt 0.115679895 |
682 | 2023-10-29T03:13:43.889Z | lock 1.894427706 |
683 | 2023-10-29T03:13:43.894Z | slp 4:59.544462204 |
684 | 2023-10-29T03:13:43.897Z | lat 3.479552768 |
685 | 2023-10-29T03:13:43.900Z | stop 0.067115279 |
686 | 2023-10-29T03:13:43.903Z | + banner end-to-end-tests |
687 | 2023-10-29T03:13:43.906Z | |
688 | 2023-10-29T03:13:43.909Z | ###### # # ##### ##### #### ###### # # ##### |
689 | 2023-10-29T03:13:43.912Z | # ## # # # # # # # ## # # # |
690 | 2023-10-29T03:13:43.916Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
691 | 2023-10-29T03:13:43.921Z | # # # # # # # # # # # # # # # |
692 | 2023-10-29T03:13:43.924Z | # # ## # # # # # # # ## # # |
693 | 2023-10-29T03:13:43.928Z | ###### # # ##### # #### ###### # # ##### |
694 | 2023-10-29T03:13:43.933Z | |
695 | 2023-10-29T03:13:43.939Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
696 | 2023-10-29T03:13:43.944Z | + CARGO_PROFILE_DEV_DEBUG=1 |
697 | 2023-10-29T03:13:43.948Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
698 | 2023-10-29T03:13:43.951Z | + CARGO_PROFILE_TEST_DEBUG=1 |
699 | 2023-10-29T03:13:43.955Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
700 | 2023-10-29T03:13:44.091Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
701 | 2023-10-29T03:13:44.437Z | Updating crates.io index |
702 | 2023-10-29T03:13:44.500Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
703 | 2023-10-29T03:13:45.280Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
704 | 2023-10-29T03:13:47.036Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
705 | 2023-10-29T03:13:47.648Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
706 | 2023-10-29T03:13:47.996Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
707 | 2023-10-29T03:13:48.283Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
708 | 2023-10-29T03:13:48.611Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
709 | 2023-10-29T03:13:49.514Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
710 | 2023-10-29T03:13:51.132Z | Updating git repository `https://github.com/oxidecomputer/opte` |
711 | 2023-10-29T03:13:52.107Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
712 | 2023-10-29T03:13:52.445Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
713 | 2023-10-29T03:13:52.794Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
714 | 2023-10-29T03:13:53.373Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
715 | 2023-10-29T03:13:53.738Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
716 | 2023-10-29T03:13:54.073Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
717 | 2023-10-29T03:13:54.378Z | Updating git repository `https://github.com/njaremko/samael` |
718 | 2023-10-29T03:13:54.837Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
719 | 2023-10-29T03:13:55.569Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
720 | 2023-10-29T03:13:55.909Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
721 | 2023-10-29T03:13:56.265Z | Updating git repository `https://github.com/jgallagher/nix` |
722 | 2023-10-29T03:13:57.602Z | Updating git repository `https://github.com/cbiffle/hubpack` |
723 | 2023-10-29T03:13:57.953Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
724 | 2023-10-29T03:14:08.139Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
725 | 2023-10-29T03:14:08.630Z | Updating git repository `https://github.com/oxidecomputer/typify` |
726 | 2023-10-29T03:14:09.685Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
727 | 2023-10-29T03:14:10.081Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
728 | 2023-10-29T03:14:10.379Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
729 | 2023-10-29T03:14:12.073Z | Downloading crates ... |
730 | 2023-10-29T03:14:12.309Z | Downloaded blowfish v0.9.1 |
731 | 2023-10-29T03:14:12.317Z | Downloaded camino v1.1.6 |
732 | 2023-10-29T03:14:12.322Z | Downloaded cfg-if v1.0.0 |
733 | 2023-10-29T03:14:12.327Z | Downloaded camino-tempfile v1.0.2 |
734 | 2023-10-29T03:14:12.332Z | Downloaded clap v4.4.3 |
735 | 2023-10-29T03:14:12.356Z | Downloaded openssl-probe v0.1.5 |
736 | 2023-10-29T03:14:12.363Z | Downloaded crypto-common v0.1.6 |
737 | 2023-10-29T03:14:12.366Z | Downloaded num_cpus v1.16.0 |
738 | 2023-10-29T03:14:12.374Z | Downloaded pin-project-lite v0.2.13 |
739 | 2023-10-29T03:14:12.398Z | Downloaded debug-ignore v1.0.5 |
740 | 2023-10-29T03:14:12.408Z | Downloaded pest_meta v2.7.2 |
741 | 2023-10-29T03:14:12.415Z | Downloaded phf_shared v0.11.2 |
742 | 2023-10-29T03:14:12.419Z | Downloaded diesel_table_macro_syntax v0.1.0 |
743 | 2023-10-29T03:14:12.423Z | Downloaded omicron-zone-package v0.8.3 |
744 | 2023-10-29T03:14:12.430Z | Downloaded precomputed-hash v0.1.1 |
745 | 2023-10-29T03:14:12.433Z | Downloaded proc-macro-error-attr v1.0.4 |
746 | 2023-10-29T03:14:12.436Z | Downloaded match_cfg v0.1.0 |
747 | 2023-10-29T03:14:12.440Z | Downloaded md-5 v0.10.5 |
748 | 2023-10-29T03:14:12.444Z | Downloaded ciborium-ll v0.2.1 |
749 | 2023-10-29T03:14:12.450Z | Downloaded linked-hash-map v0.5.6 |
750 | 2023-10-29T03:14:12.453Z | Downloaded data-encoding v2.4.0 |
751 | 2023-10-29T03:14:12.456Z | Downloaded thiserror-impl-no-std v2.0.2 |
752 | 2023-10-29T03:14:12.459Z | Downloaded proc-macro-crate v1.3.1 |
753 | 2023-10-29T03:14:12.462Z | Downloaded mime v0.3.17 |
754 | 2023-10-29T03:14:12.465Z | Downloaded postcard-cobs v0.1.5-pre |
755 | 2023-10-29T03:14:12.469Z | Downloaded lazy_static v1.4.0 |
756 | 2023-10-29T03:14:12.473Z | Downloaded foreign-types v0.5.0 |
757 | 2023-10-29T03:14:12.477Z | Downloaded bit_field v0.10.2 |
758 | 2023-10-29T03:14:12.480Z | Downloaded ghash v0.5.0 |
759 | 2023-10-29T03:14:12.486Z | Downloaded anstyle v1.0.2 |
760 | 2023-10-29T03:14:12.489Z | Downloaded macaddr v1.0.1 |
761 | 2023-10-29T03:14:12.492Z | Downloaded tap v1.0.1 |
762 | 2023-10-29T03:14:12.495Z | Downloaded byteorder v1.5.0 |
763 | 2023-10-29T03:14:12.498Z | Downloaded pkg-config v0.3.27 |
764 | 2023-10-29T03:14:12.501Z | Downloaded argon2 v0.5.2 |
765 | 2023-10-29T03:14:12.504Z | Downloaded async-trait v0.1.74 |
766 | 2023-10-29T03:14:12.512Z | Downloaded dyn-clone v1.0.13 |
767 | 2023-10-29T03:14:12.517Z | Downloaded ident_case v1.0.1 |
768 | 2023-10-29T03:14:12.519Z | Downloaded vec_map v0.8.2 |
769 | 2023-10-29T03:14:12.522Z | Downloaded fxhash v0.2.1 |
770 | 2023-10-29T03:14:12.525Z | Downloaded instant v0.1.12 |
771 | 2023-10-29T03:14:12.528Z | Downloaded futures-sink v0.3.29 |
772 | 2023-10-29T03:14:12.531Z | Downloaded fallible-iterator v0.2.0 |
773 | 2023-10-29T03:14:12.534Z | Downloaded managed v0.8.0 |
774 | 2023-10-29T03:14:12.536Z | Downloaded glob v0.3.1 |
775 | 2023-10-29T03:14:12.541Z | Downloaded futures-executor v0.3.29 |
776 | 2023-10-29T03:14:12.545Z | Downloaded dtrace-parser v0.1.14 |
777 | 2023-10-29T03:14:12.548Z | Downloaded log v0.4.20 |
778 | 2023-10-29T03:14:12.551Z | Downloaded heck v0.3.3 |
779 | 2023-10-29T03:14:12.554Z | Downloaded endian-type v0.1.2 |
780 | 2023-10-29T03:14:12.557Z | Downloaded diesel_derives v2.1.1 |
781 | 2023-10-29T03:14:12.560Z | Downloaded russh-cryptovec v0.7.0 |
782 | 2023-10-29T03:14:12.563Z | Downloaded stringprep v0.1.3 |
783 | 2023-10-29T03:14:12.566Z | Downloaded strum v0.25.0 |
784 | 2023-10-29T03:14:12.569Z | Downloaded num_enum v0.5.11 |
785 | 2023-10-29T03:14:12.580Z | Downloaded either v1.9.0 |
786 | 2023-10-29T03:14:12.583Z | Downloaded itoa v1.0.9 |
787 | 2023-10-29T03:14:12.586Z | Downloaded getrandom v0.1.16 |
788 | 2023-10-29T03:14:12.591Z | Downloaded bincode v1.3.3 |
789 | 2023-10-29T03:14:12.596Z | Downloaded http-range v0.1.5 |
790 | 2023-10-29T03:14:12.599Z | Downloaded enum-as-inner v0.5.1 |
791 | 2023-10-29T03:14:12.602Z | Downloaded resolv-conf v0.7.0 |
792 | 2023-10-29T03:14:12.606Z | Downloaded keccak v0.1.4 |
793 | 2023-10-29T03:14:12.610Z | Downloaded dirs v5.0.1 |
794 | 2023-10-29T03:14:12.614Z | Downloaded ringbuffer v0.15.0 |
795 | 2023-10-29T03:14:12.617Z | Downloaded time-core v0.1.1 |
796 | 2023-10-29T03:14:12.619Z | Downloaded ucd-trie v0.1.6 |
797 | 2023-10-29T03:14:12.623Z | Downloaded sct v0.7.0 |
798 | 2023-10-29T03:14:12.632Z | Downloaded jobserver v0.1.26 |
799 | 2023-10-29T03:14:12.636Z | Downloaded spin v0.5.2 |
800 | 2023-10-29T03:14:12.641Z | Downloaded usdt-impl v0.3.5 |
801 | 2023-10-29T03:14:12.665Z | Downloaded slog-dtrace v0.2.3 |
802 | 2023-10-29T03:14:12.670Z | Downloaded zerocopy v0.6.4 |
803 | 2023-10-29T03:14:12.673Z | Downloaded same-file v1.0.6 |
804 | 2023-10-29T03:14:12.679Z | Downloaded httpdate v1.0.3 |
805 | 2023-10-29T03:14:12.684Z | Downloaded const_format v0.2.31 |
806 | 2023-10-29T03:14:12.687Z | Downloaded toolchain_find v0.2.0 |
807 | 2023-10-29T03:14:12.690Z | Downloaded try-lock v0.2.4 |
808 | 2023-10-29T03:14:12.693Z | Downloaded dirs-next v2.0.0 |
809 | 2023-10-29T03:14:12.696Z | Downloaded russh-keys v0.38.0 |
810 | 2023-10-29T03:14:12.699Z | Downloaded structopt-derive v0.4.18 |
811 | 2023-10-29T03:14:12.702Z | Downloaded structmeta-derive v0.1.6 |
812 | 2023-10-29T03:14:12.707Z | Downloaded schemars v0.8.13 |
813 | 2023-10-29T03:14:12.710Z | Downloaded schemars_derive v0.8.13 |
814 | 2023-10-29T03:14:12.714Z | Downloaded slog-bunyan v2.4.0 |
815 | 2023-10-29T03:14:12.716Z | Downloaded unicase v2.7.0 |
816 | 2023-10-29T03:14:12.719Z | Downloaded half v1.8.2 |
817 | 2023-10-29T03:14:12.723Z | Downloaded is-terminal v0.4.9 |
818 | 2023-10-29T03:14:12.726Z | Downloaded heck v0.4.1 |
819 | 2023-10-29T03:14:12.729Z | Downloaded signal-hook-registry v1.4.1 |
820 | 2023-10-29T03:14:12.731Z | Downloaded futures-core v0.3.29 |
821 | 2023-10-29T03:14:12.734Z | Downloaded strsim v0.10.0 |
822 | 2023-10-29T03:14:12.737Z | Downloaded httparse v1.8.0 |
823 | 2023-10-29T03:14:12.745Z | Downloaded difflib v0.4.0 |
824 | 2023-10-29T03:14:12.748Z | Downloaded unsafe-libyaml v0.2.9 |
825 | 2023-10-29T03:14:12.751Z | Downloaded zeroize_derive v1.4.2 |
826 | 2023-10-29T03:14:12.754Z | Downloaded sha2 v0.10.8 |
827 | 2023-10-29T03:14:12.759Z | Downloaded scopeguard v1.2.0 |
828 | 2023-10-29T03:14:12.761Z | Downloaded hyper-tls v0.5.0 |
829 | 2023-10-29T03:14:12.764Z | Downloaded hyper-staticfile v0.9.5 |
830 | 2023-10-29T03:14:12.768Z | Downloaded want v0.3.1 |
831 | 2023-10-29T03:14:12.771Z | Downloaded equivalent v1.0.1 |
832 | 2023-10-29T03:14:12.774Z | Downloaded futures-task v0.3.29 |
833 | 2023-10-29T03:14:12.777Z | Downloaded serde_repr v0.1.16 |
834 | 2023-10-29T03:14:12.780Z | Downloaded thread-id v4.2.0 |
835 | 2023-10-29T03:14:12.783Z | Downloaded parking_lot_core v0.9.8 |
836 | 2023-10-29T03:14:12.786Z | Downloaded url v2.4.1 |
837 | 2023-10-29T03:14:12.792Z | Downloaded structmeta v0.1.6 |
838 | 2023-10-29T03:14:12.795Z | Downloaded tokio-stream v0.1.14 |
839 | 2023-10-29T03:14:12.802Z | Downloaded semver v0.11.0 |
840 | 2023-10-29T03:14:12.805Z | Downloaded take_mut v0.2.2 |
841 | 2023-10-29T03:14:12.808Z | Downloaded serde_arrays v0.1.0 |
842 | 2023-10-29T03:14:12.812Z | Downloaded tokio-util v0.7.10 |
843 | 2023-10-29T03:14:12.823Z | Downloaded iana-time-zone v0.1.57 |
844 | 2023-10-29T03:14:12.827Z | Downloaded textwrap v0.11.0 |
845 | 2023-10-29T03:14:12.830Z | Downloaded http-body v0.4.5 |
846 | 2023-10-29T03:14:12.833Z | Downloaded hashlink v0.8.3 |
847 | 2023-10-29T03:14:12.836Z | Downloaded strum_macros v0.25.2 |
848 | 2023-10-29T03:14:12.841Z | Downloaded group v0.13.0 |
849 | 2023-10-29T03:14:12.844Z | Downloaded hash32 v0.2.1 |
850 | 2023-10-29T03:14:12.848Z | Downloaded futures-macro v0.3.29 |
851 | 2023-10-29T03:14:12.851Z | Downloaded ryu v1.0.15 |
852 | 2023-10-29T03:14:12.855Z | Downloaded float-cmp v0.9.0 |
853 | 2023-10-29T03:14:12.858Z | Downloaded rand_chacha v0.3.1 |
854 | 2023-10-29T03:14:12.861Z | Downloaded serde_path_to_error v0.1.14 |
855 | 2023-10-29T03:14:12.864Z | Downloaded fnv v1.0.7 |
856 | 2023-10-29T03:14:12.866Z | Downloaded smf v0.2.2 |
857 | 2023-10-29T03:14:12.869Z | Downloaded serde_with_macros v2.3.3 |
858 | 2023-10-29T03:14:12.872Z | Downloaded tokio-rustls v0.24.1 |
859 | 2023-10-29T03:14:12.876Z | Downloaded form_urlencoded v1.2.0 |
860 | 2023-10-29T03:14:12.879Z | Downloaded tracing-core v0.1.31 |
861 | 2023-10-29T03:14:12.883Z | Downloaded futures-channel v0.3.29 |
862 | 2023-10-29T03:14:12.888Z | Downloaded tungstenite v0.20.1 |
863 | 2023-10-29T03:14:12.894Z | Downloaded getrandom v0.2.10 |
864 | 2023-10-29T03:14:12.900Z | Downloaded serde_derive_internals v0.26.0 |
865 | 2023-10-29T03:14:12.904Z | Downloaded serde_derive v1.0.188 |
866 | 2023-10-29T03:14:12.910Z | Downloaded russh v0.38.0 |
867 | 2023-10-29T03:14:12.919Z | Downloaded socket2 v0.5.4 |
868 | 2023-10-29T03:14:12.923Z | Downloaded trust-dns-resolver v0.22.0 |
869 | 2023-10-29T03:14:12.938Z | Downloaded vsss-rs v3.3.1 |
870 | 2023-10-29T03:14:12.944Z | Downloaded trust-dns-client v0.22.0 |
871 | 2023-10-29T03:14:12.948Z | Downloaded headers v0.3.9 |
872 | 2023-10-29T03:14:12.959Z | Downloaded serde v1.0.188 |
873 | 2023-10-29T03:14:12.966Z | Downloaded heapless v0.7.16 |
874 | 2023-10-29T03:14:12.974Z | Downloaded hashbrown v0.13.2 |
875 | 2023-10-29T03:14:12.984Z | Downloaded toml_edit v0.20.0 |
876 | 2023-10-29T03:14:13.018Z | Downloaded flate2 v1.0.28 |
877 | 2023-10-29T03:14:13.028Z | Downloaded http v0.2.9 |
878 | 2023-10-29T03:14:13.036Z | Downloaded rusqlite v0.29.0 |
879 | 2023-10-29T03:14:13.049Z | Downloaded h2 v0.3.21 |
880 | 2023-10-29T03:14:13.063Z | Downloaded futures-util v0.3.29 |
881 | 2023-10-29T03:14:13.087Z | Downloaded reqwest v0.11.20 |
882 | 2023-10-29T03:14:13.103Z | Downloaded serde_json v1.0.107 |
883 | 2023-10-29T03:14:13.120Z | Downloaded rustls-webpki v0.101.7 |
884 | 2023-10-29T03:14:13.149Z | Downloaded vcpkg v0.2.15 |
885 | 2023-10-29T03:14:13.231Z | Downloaded smoltcp v0.8.2 |
886 | 2023-10-29T03:14:13.244Z | Downloaded winnow v0.5.15 |
887 | 2023-10-29T03:14:13.260Z | Downloaded hyper v0.14.27 |
888 | 2023-10-29T03:14:13.278Z | Downloaded rustls v0.21.8 |
889 | 2023-10-29T03:14:13.301Z | Downloaded syn v1.0.109 |
890 | 2023-10-29T03:14:13.323Z | Downloaded rustix v0.38.9 |
891 | 2023-10-29T03:14:13.362Z | Downloaded smoltcp v0.9.1 |
892 | 2023-10-29T03:14:13.382Z | Downloaded webpki-roots v0.25.2 |
893 | 2023-10-29T03:14:13.389Z | Downloaded idna v0.2.3 |
894 | 2023-10-29T03:14:13.401Z | Downloaded regex-syntax v0.6.29 |
895 | 2023-10-29T03:14:13.415Z | Downloaded trust-dns-proto v0.22.0 |
896 | 2023-10-29T03:14:13.437Z | Downloaded regex-syntax v0.7.5 |
897 | 2023-10-29T03:14:13.453Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
898 | 2023-10-29T03:14:13.478Z | Downloaded zerocopy-derive v0.6.4 |
899 | 2023-10-29T03:14:13.496Z | Downloaded idna v0.4.0 |
900 | 2023-10-29T03:14:13.509Z | Downloaded openapiv3 v1.0.3 |
901 | 2023-10-29T03:14:13.532Z | Downloaded zerocopy-derive v0.2.0 |
902 | 2023-10-29T03:14:13.549Z | Downloaded sled v0.34.7 |
903 | 2023-10-29T03:14:13.568Z | Downloaded sha3 v0.10.8 |
904 | 2023-10-29T03:14:13.582Z | Downloaded bstr v0.2.17 |
905 | 2023-10-29T03:14:13.600Z | Downloaded rustix v0.37.23 |
906 | 2023-10-29T03:14:13.636Z | Downloaded object v0.32.1 |
907 | 2023-10-29T03:14:13.654Z | Downloaded regex-automata v0.3.8 |
908 | 2023-10-29T03:14:13.685Z | Downloaded libc v0.2.149 |
909 | 2023-10-29T03:14:13.734Z | Downloaded winapi v0.3.9 |
910 | 2023-10-29T03:14:13.810Z | Downloaded tokio v1.33.0 |
911 | 2023-10-29T03:14:13.908Z | Downloaded regex v1.9.5 |
912 | 2023-10-29T03:14:13.937Z | Downloaded diesel v2.1.3 |
913 | 2023-10-29T03:14:13.973Z | Downloaded regress v0.7.1 |
914 | 2023-10-29T03:14:13.988Z | Downloaded gimli v0.28.0 |
915 | 2023-10-29T03:14:14.009Z | Downloaded openssl v0.10.57 |
916 | 2023-10-29T03:14:14.030Z | Downloaded curve25519-dalek v4.1.0 |
917 | 2023-10-29T03:14:14.050Z | Downloaded radix_trie v0.2.1 |
918 | 2023-10-29T03:14:14.061Z | Downloaded encoding_rs v0.8.33 |
919 | 2023-10-29T03:14:14.108Z | Downloaded nix v0.26.2 |
920 | 2023-10-29T03:14:14.131Z | Downloaded chrono v0.4.31 |
921 | 2023-10-29T03:14:14.145Z | Downloaded hkdf v0.12.3 |
922 | 2023-10-29T03:14:14.158Z | Downloaded clap v2.34.0 |
923 | 2023-10-29T03:14:14.169Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
924 | 2023-10-29T03:14:14.285Z | Downloaded bitvec v1.0.1 |
925 | 2023-10-29T03:14:14.316Z | Downloaded syn v2.0.32 |
926 | 2023-10-29T03:14:14.339Z | Downloaded git2 v0.17.2 |
927 | 2023-10-29T03:14:14.353Z | Downloaded serde_with v2.3.3 |
928 | 2023-10-29T03:14:14.364Z | Downloaded itertools v0.11.0 |
929 | 2023-10-29T03:14:14.380Z | Downloaded itertools v0.10.5 |
930 | 2023-10-29T03:14:14.391Z | Downloaded time v0.3.27 |
931 | 2023-10-29T03:14:14.405Z | Downloaded aho-corasick v1.0.4 |
932 | 2023-10-29T03:14:14.416Z | Downloaded libz-sys v1.1.12 |
933 | 2023-10-29T03:14:14.535Z | Downloaded toml_edit v0.19.15 |
934 | 2023-10-29T03:14:14.571Z | Downloaded indexmap v1.9.3 |
935 | 2023-10-29T03:14:14.578Z | Downloaded ring v0.17.5 |
936 | 2023-10-29T03:14:14.714Z | Downloaded trust-dns-server v0.22.1 |
937 | 2023-10-29T03:14:14.733Z | Downloaded unicode-normalization v0.1.22 |
938 | 2023-10-29T03:14:14.737Z | Downloaded num-bigint v0.4.4 |
939 | 2023-10-29T03:14:14.745Z | Downloaded hashbrown v0.14.0 |
940 | 2023-10-29T03:14:14.759Z | Downloaded aes-gcm v0.10.3 |
941 | 2023-10-29T03:14:14.764Z | Downloaded rand v0.7.3 |
942 | 2023-10-29T03:14:14.775Z | Downloaded regex-automata v0.1.10 |
943 | 2023-10-29T03:14:14.790Z | Downloaded ring v0.16.20 |
944 | 2023-10-29T03:14:14.957Z | Downloaded libsqlite3-sys v0.26.0 |
945 | 2023-10-29T03:14:15.101Z | Downloaded rcgen v0.11.3 |
946 | 2023-10-29T03:14:15.105Z | Downloaded similar v2.2.1 |
947 | 2023-10-29T03:14:15.114Z | Downloaded ed25519-dalek v2.0.0 |
948 | 2023-10-29T03:14:15.118Z | Downloaded mio v0.8.8 |
949 | 2023-10-29T03:14:15.127Z | Downloaded aes v0.8.3 |
950 | 2023-10-29T03:14:15.133Z | Downloaded futures v0.3.29 |
951 | 2023-10-29T03:14:15.142Z | Downloaded hashbrown v0.12.3 |
952 | 2023-10-29T03:14:15.149Z | Downloaded zip v0.6.6 |
953 | 2023-10-29T03:14:15.156Z | Downloaded serde_yaml v0.9.25 |
954 | 2023-10-29T03:14:15.163Z | Downloaded home v0.5.5 |
955 | 2023-10-29T03:14:15.166Z | Downloaded twox-hash v1.6.3 |
956 | 2023-10-29T03:14:15.168Z | Downloaded tokio-native-tls v0.3.1 |
957 | 2023-10-29T03:14:15.171Z | Downloaded tokio-postgres v0.7.10 |
958 | 2023-10-29T03:14:15.178Z | Downloaded futures-io v0.3.29 |
959 | 2023-10-29T03:14:15.180Z | Downloaded smallvec v1.11.0 |
960 | 2023-10-29T03:14:15.184Z | Downloaded rand v0.8.5 |
961 | 2023-10-29T03:14:15.188Z | Downloaded r2d2 v0.8.10 |
962 | 2023-10-29T03:14:15.193Z | Downloaded xattr v1.0.1 |
963 | 2023-10-29T03:14:15.195Z | Downloaded wyz v0.5.1 |
964 | 2023-10-29T03:14:15.199Z | Downloaded funty v2.0.0 |
965 | 2023-10-29T03:14:15.201Z | Downloaded thiserror-no-std v2.0.2 |
966 | 2023-10-29T03:14:15.204Z | Downloaded terminal_size v0.2.6 |
967 | 2023-10-29T03:14:15.207Z | Downloaded subtle v2.5.0 |
968 | 2023-10-29T03:14:15.211Z | Downloaded hostname v0.3.1 |
969 | 2023-10-29T03:14:15.213Z | Downloaded inout v0.1.3 |
970 | 2023-10-29T03:14:15.216Z | Downloaded io-lifetimes v1.0.11 |
971 | 2023-10-29T03:14:15.219Z | Downloaded subprocess v0.2.9 |
972 | 2023-10-29T03:14:15.222Z | Downloaded spin v0.9.8 |
973 | 2023-10-29T03:14:15.225Z | Downloaded unicode-bidi v0.3.13 |
974 | 2023-10-29T03:14:15.228Z | Downloaded libm v0.2.7 |
975 | 2023-10-29T03:14:15.243Z | Downloaded unicode-segmentation v1.10.1 |
976 | 2023-10-29T03:14:15.249Z | Downloaded bstr v1.6.0 |
977 | 2023-10-29T03:14:15.283Z | Downloaded dirs-sys-next v0.1.2 |
978 | 2023-10-29T03:14:15.288Z | Downloaded secrecy v0.8.0 |
979 | 2023-10-29T03:14:15.291Z | Downloaded rand_core v0.6.4 |
980 | 2023-10-29T03:14:15.294Z | Downloaded rand_core v0.5.1 |
981 | 2023-10-29T03:14:15.296Z | Downloaded indexmap v2.0.0 |
982 | 2023-10-29T03:14:15.299Z | Downloaded fallible-streaming-iterator v0.1.9 |
983 | 2023-10-29T03:14:15.302Z | Downloaded signature v2.1.0 |
984 | 2023-10-29T03:14:15.305Z | Downloaded headers-core v0.2.0 |
985 | 2023-10-29T03:14:15.309Z | Downloaded ipnet v2.8.0 |
986 | 2023-10-29T03:14:15.312Z | Downloaded socket2 v0.4.9 |
987 | 2023-10-29T03:14:15.315Z | Downloaded memchr v2.6.3 |
988 | 2023-10-29T03:14:15.318Z | Downloaded synstructure v0.12.6 |
989 | 2023-10-29T03:14:15.320Z | Downloaded dirs-sys v0.4.1 |
990 | 2023-10-29T03:14:15.324Z | Downloaded walkdir v2.4.0 |
991 | 2023-10-29T03:14:15.327Z | Downloaded serde_urlencoded v0.7.1 |
992 | 2023-10-29T03:14:15.331Z | Downloaded serde_tokenstream v0.2.0 |
993 | 2023-10-29T03:14:15.335Z | Downloaded serde_tokenstream v0.1.7 |
994 | 2023-10-29T03:14:15.338Z | Downloaded hmac v0.12.1 |
995 | 2023-10-29T03:14:15.340Z | Downloaded unicode-ident v1.0.12 |
996 | 2023-10-29T03:14:15.343Z | Downloaded crossbeam-channel v0.5.8 |
997 | 2023-10-29T03:14:15.346Z | Downloaded structopt v0.3.26 |
998 | 2023-10-29T03:14:15.351Z | Downloaded slog v2.7.0 |
999 | 2023-10-29T03:14:15.354Z | Downloaded elliptic-curve v0.13.5 |
1000 | 2023-10-29T03:14:15.361Z | Downloaded tracing v0.1.37 |
1001 | 2023-10-29T03:14:15.367Z | Downloaded zerocopy v0.3.0 |
1002 | 2023-10-29T03:14:15.370Z | Downloaded serde_spanned v0.6.3 |
1003 | 2023-10-29T03:14:15.373Z | Downloaded universal-hash v0.5.1 |
1004 | 2023-10-29T03:14:15.376Z | Downloaded unicode-xid v0.2.4 |
1005 | 2023-10-29T03:14:15.379Z | Downloaded tokio-tungstenite v0.18.0 |
1006 | 2023-10-29T03:14:15.382Z | Downloaded lalrpop-util v0.19.12 |
1007 | 2023-10-29T03:14:15.385Z | Downloaded humantime v2.1.0 |
1008 | 2023-10-29T03:14:15.388Z | Downloaded foreign-types-macros v0.2.3 |
1009 | 2023-10-29T03:14:15.390Z | Downloaded ron v0.7.1 |
1010 | 2023-10-29T03:14:15.393Z | Downloaded scheduled-thread-pool v0.2.7 |
1011 | 2023-10-29T03:14:15.396Z | Downloaded rustversion v1.0.14 |
1012 | 2023-10-29T03:14:15.399Z | Downloaded slab v0.4.9 |
1013 | 2023-10-29T03:14:15.402Z | Downloaded strsim v0.8.0 |
1014 | 2023-10-29T03:14:15.405Z | Downloaded predicates v3.0.4 |
1015 | 2023-10-29T03:14:15.408Z | Downloaded siphasher v0.3.11 |
1016 | 2023-10-29T03:14:15.411Z | Downloaded hyper-rustls v0.24.2 |
1017 | 2023-10-29T03:14:15.414Z | Downloaded uuid v1.4.1 |
1018 | 2023-10-29T03:14:15.418Z | Downloaded chacha20poly1305 v0.10.1 |
1019 | 2023-10-29T03:14:15.421Z | Downloaded postcard v0.7.3 |
1020 | 2023-10-29T03:14:15.424Z | Downloaded arc-swap v1.6.0 |
1021 | 2023-10-29T03:14:15.429Z | Downloaded ipnetwork v0.20.0 |
1022 | 2023-10-29T03:14:15.432Z | Downloaded static_assertions v1.1.0 |
1023 | 2023-10-29T03:14:15.435Z | Downloaded slog-async v2.8.0 |
1024 | 2023-10-29T03:14:15.438Z | Downloaded yasna v0.5.2 |
1025 | 2023-10-29T03:14:15.441Z | Downloaded slog-json v2.6.1 |
1026 | 2023-10-29T03:14:15.445Z | Downloaded zone_cfg_derive v0.2.0 |
1027 | 2023-10-29T03:14:15.447Z | Downloaded time-macros v0.2.13 |
1028 | 2023-10-29T03:14:15.450Z | Downloaded rustls-native-certs v0.6.3 |
1029 | 2023-10-29T03:14:15.452Z | Downloaded zeroize v1.6.0 |
1030 | 2023-10-29T03:14:15.455Z | Downloaded thread_local v1.1.7 |
1031 | 2023-10-29T03:14:15.458Z | Downloaded digest v0.10.7 |
1032 | 2023-10-29T03:14:15.461Z | Downloaded zone v0.2.0 |
1033 | 2023-10-29T03:14:15.464Z | Downloaded sha1 v0.10.5 |
1034 | 2023-10-29T03:14:15.470Z | Downloaded hubpack_derive v0.1.1 |
1035 | 2023-10-29T03:14:15.473Z | Downloaded hubpack v0.1.2 |
1036 | 2023-10-29T03:14:15.476Z | Downloaded tokio-macros v2.1.0 |
1037 | 2023-10-29T03:14:15.479Z | Downloaded rustls-pemfile v1.0.3 |
1038 | 2023-10-29T03:14:15.481Z | Downloaded slog-stdlog v4.1.1 |
1039 | 2023-10-29T03:14:15.485Z | Downloaded slog-scope v4.4.0 |
1040 | 2023-10-29T03:14:15.488Z | Downloaded rustfmt-wrapper v0.2.0 |
1041 | 2023-10-29T03:14:15.491Z | Downloaded hex-literal v0.4.1 |
1042 | 2023-10-29T03:14:15.493Z | Downloaded hex v0.4.3 |
1043 | 2023-10-29T03:14:15.496Z | Downloaded env_logger v0.9.3 |
1044 | 2023-10-29T03:14:15.499Z | Downloaded toml v0.8.0 |
1045 | 2023-10-29T03:14:15.502Z | Downloaded toml v0.7.8 |
1046 | 2023-10-29T03:14:15.505Z | Downloaded base64 v0.21.5 |
1047 | 2023-10-29T03:14:15.508Z | Downloaded crypto-bigint v0.5.2 |
1048 | 2023-10-29T03:14:15.512Z | Downloaded pest v2.7.2 |
1049 | 2023-10-29T03:14:15.521Z | Downloaded tungstenite v0.18.0 |
1050 | 2023-10-29T03:14:15.526Z | Downloaded utf8parse v0.2.1 |
1051 | 2023-10-29T03:14:15.528Z | Downloaded untrusted v0.7.1 |
1052 | 2023-10-29T03:14:15.531Z | Downloaded toml v0.5.11 |
1053 | 2023-10-29T03:14:15.534Z | Downloaded vergen v8.2.4 |
1054 | 2023-10-29T03:14:15.538Z | Downloaded crossbeam-epoch v0.9.15 |
1055 | 2023-10-29T03:14:15.543Z | Downloaded parking_lot v0.11.2 |
1056 | 2023-10-29T03:14:15.546Z | Downloaded backtrace v0.3.69 |
1057 | 2023-10-29T03:14:15.555Z | Downloaded slog-term v2.9.0 |
1058 | 2023-10-29T03:14:15.559Z | Downloaded utf-8 v0.7.6 |
1059 | 2023-10-29T03:14:15.562Z | Downloaded slog-envlogger v2.2.0 |
1060 | 2023-10-29T03:14:15.565Z | Downloaded miniz_oxide v0.7.1 |
1061 | 2023-10-29T03:14:15.568Z | Downloaded quote v1.0.33 |
1062 | 2023-10-29T03:14:15.571Z | Downloaded polyval v0.6.1 |
1063 | 2023-10-29T03:14:15.574Z | Downloaded platforms v3.0.2 |
1064 | 2023-10-29T03:14:15.577Z | Downloaded num_enum v0.7.0 |
1065 | 2023-10-29T03:14:15.585Z | Downloaded spki v0.7.2 |
1066 | 2023-10-29T03:14:15.589Z | Downloaded der v0.7.8 |
1067 | 2023-10-29T03:14:15.597Z | Downloaded semver v1.0.20 |
1068 | 2023-10-29T03:14:15.601Z | Downloaded base64 v0.13.1 |
1069 | 2023-10-29T03:14:15.606Z | Downloaded addr2line v0.21.0 |
1070 | 2023-10-29T03:14:15.610Z | Downloaded tar v0.4.40 |
1071 | 2023-10-29T03:14:15.615Z | Downloaded darling_core v0.20.3 |
1072 | 2023-10-29T03:14:15.623Z | Downloaded dof v0.1.5 |
1073 | 2023-10-29T03:14:15.626Z | Downloaded whoami v1.4.1 |
1074 | 2023-10-29T03:14:15.632Z | Downloaded term v0.7.0 |
1075 | 2023-10-29T03:14:15.635Z | Downloaded tempfile v3.8.0 |
1076 | 2023-10-29T03:14:15.638Z | Downloaded semver-parser v0.10.2 |
1077 | 2023-10-29T03:14:15.641Z | Downloaded derive_more v0.99.17 |
1078 | 2023-10-29T03:14:15.648Z | Downloaded errno v0.3.2 |
1079 | 2023-10-29T03:14:15.650Z | Downloaded erased-serde v0.3.30 |
1080 | 2023-10-29T03:14:15.654Z | Downloaded lock_api v0.4.10 |
1081 | 2023-10-29T03:14:15.656Z | Downloaded bytes v1.5.0 |
1082 | 2023-10-29T03:14:15.662Z | Downloaded typenum v1.16.0 |
1083 | 2023-10-29T03:14:15.667Z | Downloaded ed25519 v2.2.2 |
1084 | 2023-10-29T03:14:15.670Z | Downloaded usdt-macro v0.3.5 |
1085 | 2023-10-29T03:14:15.674Z | Downloaded usdt-attr-macro v0.3.5 |
1086 | 2023-10-29T03:14:15.678Z | Downloaded version_check v0.9.4 |
1087 | 2023-10-29T03:14:15.681Z | Downloaded getopts v0.2.21 |
1088 | 2023-10-29T03:14:15.684Z | Downloaded generic-array v0.14.7 |
1089 | 2023-10-29T03:14:15.687Z | Downloaded ciborium v0.2.1 |
1090 | 2023-10-29T03:14:15.691Z | Downloaded tracing-attributes v0.1.26 |
1091 | 2023-10-29T03:14:15.694Z | Downloaded tokio-tungstenite v0.20.1 |
1092 | 2023-10-29T03:14:15.697Z | Downloaded tinyvec v1.6.0 |
1093 | 2023-10-29T03:14:15.701Z | Downloaded string_cache v0.8.7 |
1094 | 2023-10-29T03:14:15.703Z | Downloaded ff v0.13.0 |
1095 | 2023-10-29T03:14:15.707Z | Downloaded stable_deref_trait v1.2.0 |
1096 | 2023-10-29T03:14:15.710Z | Downloaded fixedbitset v0.4.2 |
1097 | 2023-10-29T03:14:15.713Z | Downloaded filetime v0.2.22 |
1098 | 2023-10-29T03:14:15.716Z | Downloaded fastrand v2.0.0 |
1099 | 2023-10-29T03:14:15.720Z | Downloaded toml_datetime v0.6.3 |
1100 | 2023-10-29T03:14:15.723Z | Downloaded bitflags v2.4.0 |
1101 | 2023-10-29T03:14:15.726Z | Downloaded backoff v0.4.0 |
1102 | 2023-10-29T03:14:15.735Z | Downloaded ascii v1.1.0 |
1103 | 2023-10-29T03:14:15.738Z | Downloaded ansi_term v0.12.1 |
1104 | 2023-10-29T03:14:15.742Z | Downloaded aes-gcm-siv v0.11.1 |
1105 | 2023-10-29T03:14:15.745Z | Downloaded multer v2.1.0 |
1106 | 2023-10-29T03:14:15.748Z | Downloaded waitgroup v0.1.2 |
1107 | 2023-10-29T03:14:15.751Z | Downloaded cancel-safe-futures v0.1.5 |
1108 | 2023-10-29T03:14:15.754Z | Downloaded rustc-demangle v0.1.23 |
1109 | 2023-10-29T03:14:15.756Z | Downloaded proc-macro-error v1.0.4 |
1110 | 2023-10-29T03:14:15.759Z | Downloaded postgres-protocol v0.6.6 |
1111 | 2023-10-29T03:14:15.762Z | Downloaded poly1305 v0.8.0 |
1112 | 2023-10-29T03:14:15.765Z | Downloaded once_cell v1.18.0 |
1113 | 2023-10-29T03:14:15.768Z | Downloaded proc-macro2 v1.0.67 |
1114 | 2023-10-29T03:14:15.771Z | Downloaded anyhow v1.0.75 |
1115 | 2023-10-29T03:14:15.774Z | Downloaded base64ct v1.6.0 |
1116 | 2023-10-29T03:14:15.776Z | Downloaded async-recursion v1.0.5 |
1117 | 2023-10-29T03:14:15.779Z | Downloaded paste v1.0.14 |
1118 | 2023-10-29T03:14:15.782Z | Downloaded ahash v0.8.3 |
1119 | 2023-10-29T03:14:15.784Z | Downloaded cipher v0.4.4 |
1120 | 2023-10-29T03:14:15.790Z | Downloaded bitflags v1.3.2 |
1121 | 2023-10-29T03:14:15.793Z | Downloaded predicates-core v1.0.6 |
1122 | 2023-10-29T03:14:15.796Z | Downloaded pkcs8 v0.10.2 |
1123 | 2023-10-29T03:14:15.799Z | Downloaded pem v1.1.1 |
1124 | 2023-10-29T03:14:15.802Z | Downloaded usdt v0.3.5 |
1125 | 2023-10-29T03:14:15.805Z | Downloaded unicode-width v0.1.11 |
1126 | 2023-10-29T03:14:15.808Z | Downloaded tower-service v0.3.2 |
1127 | 2023-10-29T03:14:15.810Z | Downloaded num-traits v0.2.16 |
1128 | 2023-10-29T03:14:15.814Z | Downloaded const-oid v0.9.5 |
1129 | 2023-10-29T03:14:15.818Z | Downloaded foreign-types-shared v0.3.1 |
1130 | 2023-10-29T03:14:15.822Z | Downloaded foreign-types v0.3.2 |
1131 | 2023-10-29T03:14:15.825Z | Downloaded libefi-sys v0.1.0 |
1132 | 2023-10-29T03:14:15.829Z | Downloaded bit-set v0.5.3 |
1133 | 2023-10-29T03:14:15.832Z | Downloaded thiserror v1.0.49 |
1134 | 2023-10-29T03:14:15.834Z | Downloaded termcolor v1.2.0 |
1135 | 2023-10-29T03:14:15.837Z | Downloaded password-hash v0.5.0 |
1136 | 2023-10-29T03:14:15.840Z | Downloaded quick-error v1.2.3 |
1137 | 2023-10-29T03:14:15.843Z | Downloaded blake2 v0.10.6 |
1138 | 2023-10-29T03:14:15.846Z | Downloaded num-complex v0.4.4 |
1139 | 2023-10-29T03:14:15.848Z | Downloaded rustc_version v0.4.0 |
1140 | 2023-10-29T03:14:15.851Z | Downloaded ppv-lite86 v0.2.17 |
1141 | 2023-10-29T03:14:15.854Z | Downloaded cbc v0.1.2 |
1142 | 2023-10-29T03:14:15.857Z | Downloaded radium v0.7.0 |
1143 | 2023-10-29T03:14:15.860Z | Downloaded num-rational v0.4.1 |
1144 | 2023-10-29T03:14:15.862Z | Downloaded num-iter v0.1.43 |
1145 | 2023-10-29T03:14:15.865Z | Downloaded num-integer v0.1.45 |
1146 | 2023-10-29T03:14:15.868Z | Downloaded foreign-types-shared v0.1.1 |
1147 | 2023-10-29T03:14:15.871Z | Downloaded untrusted v0.9.0 |
1148 | 2023-10-29T03:14:15.874Z | Downloaded chacha20 v0.9.1 |
1149 | 2023-10-29T03:14:15.877Z | Downloaded async-stream v0.3.5 |
1150 | 2023-10-29T03:14:15.879Z | Downloaded anstream v0.5.0 |
1151 | 2023-10-29T03:14:15.882Z | Downloaded bitstruct_derive v0.1.0 |
1152 | 2023-10-29T03:14:15.885Z | Downloaded pbkdf2 v0.12.2 |
1153 | 2023-10-29T03:14:15.888Z | Downloaded bit-vec v0.6.3 |
1154 | 2023-10-29T03:14:15.891Z | Downloaded adler v1.0.2 |
1155 | 2023-10-29T03:14:15.894Z | Downloaded rand_chacha v0.2.2 |
1156 | 2023-10-29T03:14:15.897Z | Downloaded mime_guess v2.0.4 |
1157 | 2023-10-29T03:14:15.900Z | Downloaded pretty-hex v0.3.0 |
1158 | 2023-10-29T03:14:15.902Z | Downloaded opaque-debug v0.3.0 |
1159 | 2023-10-29T03:14:15.905Z | Downloaded tinyvec_macros v0.1.1 |
1160 | 2023-10-29T03:14:15.908Z | Downloaded console v0.15.7 |
1161 | 2023-10-29T03:14:15.911Z | Downloaded openssl-macros v0.1.1 |
1162 | 2023-10-29T03:14:15.913Z | Downloaded petgraph v0.6.4 |
1163 | 2023-10-29T03:14:15.916Z | Downloaded thiserror-impl v1.0.49 |
1164 | 2023-10-29T03:14:15.919Z | Downloaded matches v0.1.10 |
1165 | 2023-10-29T03:14:15.922Z | Downloaded anstyle-parse v0.2.1 |
1166 | 2023-10-29T03:14:15.924Z | Downloaded async-stream-impl v0.3.5 |
1167 | 2023-10-29T03:14:15.928Z | Downloaded num-derive v0.4.0 |
1168 | 2023-10-29T03:14:15.931Z | Downloaded native-tls v0.2.11 |
1169 | 2023-10-29T03:14:15.934Z | Downloaded bcrypt-pbkdf v0.10.0 |
1170 | 2023-10-29T03:14:15.937Z | Downloaded block-buffer v0.10.4 |
1171 | 2023-10-29T03:14:15.939Z | Downloaded atomic-waker v1.1.1 |
1172 | 2023-10-29T03:14:15.943Z | Downloaded num_enum_derive v0.5.11 |
1173 | 2023-10-29T03:14:15.946Z | Downloaded memoffset v0.9.0 |
1174 | 2023-10-29T03:14:15.949Z | Downloaded deranged v0.3.8 |
1175 | 2023-10-29T03:14:15.952Z | Downloaded crc32fast v1.3.2 |
1176 | 2023-10-29T03:14:15.955Z | Downloaded postgres-types v0.2.6 |
1177 | 2023-10-29T03:14:15.958Z | Downloaded pbkdf2 v0.11.0 |
1178 | 2023-10-29T03:14:15.961Z | Downloaded memoffset v0.7.1 |
1179 | 2023-10-29T03:14:15.964Z | Downloaded ctr v0.9.2 |
1180 | 2023-10-29T03:14:15.967Z | Downloaded pest_generator v2.7.2 |
1181 | 2023-10-29T03:14:15.971Z | Downloaded ciborium-io v0.2.1 |
1182 | 2023-10-29T03:14:15.975Z | Downloaded bitstruct v0.1.1 |
1183 | 2023-10-29T03:14:15.983Z | Downloaded base16ct v0.2.0 |
1184 | 2023-10-29T03:14:15.985Z | Downloaded aead v0.5.2 |
1185 | 2023-10-29T03:14:15.988Z | Downloaded nibble_vec v0.1.0 |
1186 | 2023-10-29T03:14:15.991Z | Downloaded new_debug_unreachable v1.0.4 |
1187 | 2023-10-29T03:14:15.994Z | Downloaded pest_derive v2.7.2 |
1188 | 2023-10-29T03:14:15.999Z | Downloaded num_enum_derive v0.7.0 |
1189 | 2023-10-29T03:14:16.002Z | Downloaded cstr-argument v0.1.2 |
1190 | 2023-10-29T03:14:16.006Z | Downloaded autocfg v1.1.0 |
1191 | 2023-10-29T03:14:16.008Z | Downloaded pretty-hex v0.2.1 |
1192 | 2023-10-29T03:14:16.012Z | Downloaded parse-display v0.7.0 |
1193 | 2023-10-29T03:14:16.015Z | Downloaded parking_lot v0.12.1 |
1194 | 2023-10-29T03:14:16.018Z | Downloaded openssl-sys v0.9.93 |
1195 | 2023-10-29T03:14:16.021Z | Downloaded pin-utils v0.1.0 |
1196 | 2023-10-29T03:14:16.023Z | Downloaded num v0.4.1 |
1197 | 2023-10-29T03:14:16.026Z | Downloaded lru-cache v0.1.2 |
1198 | 2023-10-29T03:14:16.029Z | Downloaded const_format_proc_macros v0.2.31 |
1199 | 2023-10-29T03:14:16.032Z | Downloaded clap_lex v0.5.1 |
1200 | 2023-10-29T03:14:16.035Z | Downloaded phf_shared v0.10.0 |
1201 | 2023-10-29T03:14:16.038Z | Downloaded phf v0.11.2 |
1202 | 2023-10-29T03:14:16.041Z | Downloaded percent-encoding v2.3.0 |
1203 | 2023-10-29T03:14:16.043Z | Downloaded pem v3.0.2 |
1204 | 2023-10-29T03:14:16.046Z | Downloaded password-hash v0.4.2 |
1205 | 2023-10-29T03:14:16.049Z | Downloaded curve25519-dalek-derive v0.1.0 |
1206 | 2023-10-29T03:14:16.052Z | Downloaded atty v0.2.14 |
1207 | 2023-10-29T03:14:16.055Z | Downloaded atomicwrites v0.4.2 |
1208 | 2023-10-29T03:14:16.057Z | Downloaded anstyle-query v1.0.0 |
1209 | 2023-10-29T03:14:16.060Z | Downloaded num_threads v0.1.6 |
1210 | 2023-10-29T03:14:16.063Z | Downloaded normalize-line-endings v0.3.0 |
1211 | 2023-10-29T03:14:16.066Z | Downloaded md5 v0.7.0 |
1212 | 2023-10-29T03:14:16.068Z | Downloaded darling v0.20.3 |
1213 | 2023-10-29T03:14:16.075Z | Downloaded colored v2.0.4 |
1214 | 2023-10-29T03:14:16.078Z | Downloaded parse-display-derive v0.7.0 |
1215 | 2023-10-29T03:14:16.081Z | Downloaded parking_lot_core v0.8.6 |
1216 | 2023-10-29T03:14:16.083Z | Downloaded option-ext v0.2.0 |
1217 | 2023-10-29T03:14:16.087Z | Downloaded darling_macro v0.20.3 |
1218 | 2023-10-29T03:14:16.090Z | Downloaded clap_builder v4.4.2 |
1219 | 2023-10-29T03:14:16.094Z | Downloaded crucible-workspace-hack v0.1.0 |
1220 | 2023-10-29T03:14:16.097Z | Downloaded crossbeam-utils v0.8.16 |
1221 | 2023-10-29T03:14:16.101Z | Downloaded cpufeatures v0.2.9 |
1222 | 2023-10-29T03:14:16.105Z | Downloaded convert_case v0.4.0 |
1223 | 2023-10-29T03:14:16.108Z | Downloaded colorchoice v1.0.0 |
1224 | 2023-10-29T03:14:16.112Z | Downloaded clap_derive v4.4.2 |
1225 | 2023-10-29T03:14:16.115Z | Downloaded cfg-if v0.1.10 |
1226 | 2023-10-29T03:14:16.117Z | Downloaded cc v1.0.83 |
1227 | 2023-10-29T03:14:16.120Z | Downloaded block-padding v0.3.3 |
1228 | 2023-10-29T03:14:16.123Z | Downloaded allocator-api2 v0.2.16 |
1229 | 2023-10-29T03:14:16.126Z | Downloaded bzip2 v0.4.4 |
1230 | 2023-10-29T03:14:16.525Z | Compiling proc-macro2 v1.0.67 |
1231 | 2023-10-29T03:14:16.530Z | Compiling unicode-ident v1.0.12 |
1232 | 2023-10-29T03:14:16.535Z | Compiling libc v0.2.149 |
1233 | 2023-10-29T03:14:16.538Z | Compiling serde v1.0.188 |
1234 | 2023-10-29T03:14:16.541Z | Compiling version_check v0.9.4 |
1235 | 2023-10-29T03:14:16.544Z | Compiling autocfg v1.1.0 |
1236 | 2023-10-29T03:14:16.548Z | Compiling cfg-if v1.0.0 |
1237 | 2023-10-29T03:14:16.768Z | Compiling syn v1.0.109 |
1238 | 2023-10-29T03:14:16.771Z | Compiling typenum v1.16.0 |
1239 | 2023-10-29T03:14:17.536Z | Compiling generic-array v0.14.7 |
1240 | 2023-10-29T03:14:17.616Z | Compiling lock_api v0.4.10 |
1241 | 2023-10-29T03:14:18.377Z | Compiling once_cell v1.18.0 |
1242 | 2023-10-29T03:14:18.496Z | Compiling thiserror v1.0.49 |
1243 | 2023-10-29T03:14:18.534Z | Compiling libm v0.2.7 |
1244 | 2023-10-29T03:14:18.589Z | Compiling parking_lot_core v0.9.8 |
1245 | 2023-10-29T03:14:18.890Z | Compiling num-traits v0.2.16 |
1246 | 2023-10-29T03:14:19.086Z | Compiling itoa v1.0.9 |
1247 | 2023-10-29T03:14:19.190Z | Compiling memchr v2.6.3 |
1248 | 2023-10-29T03:14:19.384Z | Compiling futures-core v0.3.29 |
1249 | 2023-10-29T03:14:19.491Z | Compiling ahash v0.8.3 |
1250 | 2023-10-29T03:14:19.960Z | Compiling serde_json v1.0.107 |
1251 | 2023-10-29T03:14:19.985Z | Compiling log v0.4.20 |
1252 | 2023-10-29T03:14:20.192Z | Compiling quote v1.0.33 |
1253 | 2023-10-29T03:14:20.443Z | Compiling slab v0.4.9 |
1254 | 2023-10-29T03:14:20.652Z | Compiling futures-channel v0.3.29 |
1255 | 2023-10-29T03:14:20.753Z | Compiling futures-task v0.3.29 |
1256 | 2023-10-29T03:14:20.878Z | Compiling syn v2.0.32 |
1257 | 2023-10-29T03:14:21.331Z | Compiling getrandom v0.2.10 |
1258 | 2023-10-29T03:14:21.519Z | Compiling jobserver v0.1.26 |
1259 | 2023-10-29T03:14:21.754Z | Compiling futures-util v0.3.29 |
1260 | 2023-10-29T03:14:21.891Z | Compiling pkg-config v0.3.27 |
1261 | 2023-10-29T03:14:21.970Z | Compiling cc v1.0.83 |
1262 | 2023-10-29T03:14:21.996Z | Compiling rand_core v0.6.4 |
1263 | 2023-10-29T03:14:22.623Z | Compiling ryu v1.0.15 |
1264 | 2023-10-29T03:14:22.970Z | Compiling vcpkg v0.2.15 |
1265 | 2023-10-29T03:14:23.191Z | Compiling scopeguard v1.2.0 |
1266 | 2023-10-29T03:14:23.316Z | Compiling allocator-api2 v0.2.16 |
1267 | 2023-10-29T03:14:23.393Z | Compiling schemars v0.8.13 |
1268 | 2023-10-29T03:14:23.957Z | Compiling heck v0.4.1 |
1269 | 2023-10-29T03:14:24.667Z | Compiling hashbrown v0.14.0 |
1270 | 2023-10-29T03:14:24.753Z | Compiling equivalent v1.0.1 |
1271 | 2023-10-29T03:14:24.913Z | Compiling smallvec v1.11.0 |
1272 | 2023-10-29T03:14:25.612Z | Compiling byteorder v1.5.0 |
1273 | 2023-10-29T03:14:26.132Z | Compiling httparse v1.8.0 |
1274 | 2023-10-29T03:14:26.405Z | Compiling fnv v1.0.7 |
1275 | 2023-10-29T03:14:26.627Z | Compiling iana-time-zone v0.1.57 |
1276 | 2023-10-29T03:14:26.733Z | Compiling pin-project-lite v0.2.13 |
1277 | 2023-10-29T03:14:26.776Z | Compiling semver v1.0.20 |
1278 | 2023-10-29T03:14:27.000Z | Compiling ring v0.16.20 |
1279 | 2023-10-29T03:14:27.333Z | Compiling ring v0.17.5 |
1280 | 2023-10-29T03:14:27.496Z | Compiling subtle v2.5.0 |
1281 | 2023-10-29T03:14:27.763Z | Compiling parking_lot v0.12.1 |
1282 | 2023-10-29T03:14:27.954Z | Compiling indexmap v1.9.3 |
1283 | 2023-10-29T03:14:28.079Z | Compiling time-core v0.1.1 |
1284 | 2023-10-29T03:14:28.170Z | Compiling tinyvec_macros v0.1.1 |
1285 | 2023-10-29T03:14:28.306Z | Compiling dyn-clone v1.0.13 |
1286 | 2023-10-29T03:14:28.349Z | Compiling time-macros v0.2.13 |
1287 | 2023-10-29T03:14:28.414Z | Compiling tinyvec v1.6.0 |
1288 | 2023-10-29T03:14:28.648Z | Compiling openssl-sys v0.9.93 |
1289 | 2023-10-29T03:14:29.064Z | Compiling socket2 v0.5.4 |
1290 | 2023-10-29T03:14:29.409Z | Compiling num_cpus v1.16.0 |
1291 | 2023-10-29T03:14:29.595Z | Compiling signal-hook-registry v1.4.1 |
1292 | 2023-10-29T03:14:30.004Z | Compiling mio v0.8.8 |
1293 | 2023-10-29T03:14:30.681Z | Compiling unicode-bidi v0.3.13 |
1294 | 2023-10-29T03:14:30.935Z | Compiling rustls v0.21.8 |
1295 | 2023-10-29T03:14:31.169Z | Compiling unicode-normalization v0.1.22 |
1296 | 2023-10-29T03:14:31.561Z | Compiling slog v2.7.0 |
1297 | 2023-10-29T03:14:32.320Z | Compiling spin v0.5.2 |
1298 | 2023-10-29T03:14:32.408Z | Compiling ucd-trie v0.1.6 |
1299 | 2023-10-29T03:14:32.687Z | Compiling percent-encoding v2.3.0 |
1300 | 2023-10-29T03:14:33.050Z | Compiling backtrace v0.3.69 |
1301 | 2023-10-29T03:14:33.290Z | Compiling async-trait v0.1.74 |
1302 | 2023-10-29T03:14:33.319Z | Compiling form_urlencoded v1.2.0 |
1303 | 2023-10-29T03:14:33.343Z | Compiling aho-corasick v1.0.4 |
1304 | 2023-10-29T03:14:33.486Z | Compiling serde_derive_internals v0.26.0 |
1305 | 2023-10-29T03:14:33.688Z | Compiling regex-syntax v0.7.5 |
1306 | 2023-10-29T03:14:33.848Z | Compiling openssl v0.10.57 |
1307 | 2023-10-29T03:14:34.087Z | Compiling winnow v0.5.15 |
1308 | 2023-10-29T03:14:34.466Z | Compiling anyhow v1.0.75 |
1309 | 2023-10-29T03:14:34.783Z | Compiling pin-utils v0.1.0 |
1310 | 2023-10-29T03:14:34.911Z | Compiling futures-sink v0.3.29 |
1311 | 2023-10-29T03:14:35.170Z | Compiling idna v0.4.0 |
1312 | 2023-10-29T03:14:36.459Z | Compiling native-tls v0.2.11 |
1313 | 2023-10-29T03:14:36.950Z | Compiling url v2.4.1 |
1314 | 2023-10-29T03:14:37.733Z | Compiling unicode-xid v0.2.4 |
1315 | 2023-10-29T03:14:38.701Z | Compiling rustversion v1.0.14 |
1316 | 2023-10-29T03:14:39.065Z | Compiling futures-io v0.3.29 |
1317 | 2023-10-29T03:14:39.558Z | Compiling const-oid v0.9.5 |
1318 | 2023-10-29T03:14:40.391Z | Compiling regex-automata v0.3.8 |
1319 | 2023-10-29T03:14:40.858Z | Compiling hashbrown v0.13.2 |
1320 | 2023-10-29T03:14:41.756Z | Compiling unicode-width v0.1.11 |
1321 | 2023-10-29T03:14:41.929Z | Compiling synstructure v0.12.6 |
1322 | 2023-10-29T03:14:42.012Z | Compiling cpufeatures v0.2.9 |
1323 | 2023-10-29T03:14:42.158Z | Compiling crossbeam-utils v0.8.16 |
1324 | 2023-10-29T03:14:42.760Z | Compiling tracing-core v0.1.31 |
1325 | 2023-10-29T03:14:42.786Z | Compiling ppv-lite86 v0.2.17 |
1326 | 2023-10-29T03:14:42.892Z | Compiling adler v1.0.2 |
1327 | 2023-10-29T03:14:43.258Z | Compiling miniz_oxide v0.7.1 |
1328 | 2023-10-29T03:14:44.167Z | Compiling rustix v0.38.9 |
1329 | 2023-10-29T03:14:44.621Z | Compiling rand_chacha v0.3.1 |
1330 | 2023-10-29T03:14:45.309Z | Compiling usdt-impl v0.3.5 |
1331 | 2023-10-29T03:14:45.785Z | Compiling gimli v0.28.0 |
1332 | 2023-10-29T03:14:45.840Z | Compiling bitflags v1.3.2 |
1333 | 2023-10-29T03:14:46.128Z | Compiling rand v0.8.5 |
1334 | 2023-10-29T03:14:46.225Z | Compiling object v0.32.1 |
1335 | 2023-10-29T03:14:46.331Z | Compiling base64 v0.21.5 |
1336 | 2023-10-29T03:14:46.575Z | Compiling num_threads v0.1.6 |
1337 | 2023-10-29T03:14:46.763Z | Compiling deranged v0.3.8 |
1338 | 2023-10-29T03:14:47.283Z | Compiling serde_derive v1.0.188 |
1339 | 2023-10-29T03:14:47.630Z | Compiling zeroize_derive v1.4.2 |
1340 | 2023-10-29T03:14:48.137Z | Compiling thiserror-impl v1.0.49 |
1341 | 2023-10-29T03:14:48.546Z | Compiling tokio-macros v2.1.0 |
1342 | 2023-10-29T03:14:50.176Z | Compiling futures-macro v0.3.29 |
1343 | 2023-10-29T03:14:50.205Z | Compiling tracing-attributes v0.1.26 |
1344 | 2023-10-29T03:14:51.218Z | Compiling schemars_derive v0.8.13 |
1345 | 2023-10-29T03:14:53.216Z | Compiling zeroize v1.6.0 |
1346 | 2023-10-29T03:14:53.442Z | Compiling pest v2.7.2 |
1347 | 2023-10-29T03:14:56.012Z | Compiling openssl-macros v0.1.1 |
1348 | 2023-10-29T03:14:56.202Z | Compiling crypto-common v0.1.6 |
1349 | 2023-10-29T03:14:56.369Z | Compiling regex v1.9.5 |
1350 | 2023-10-29T03:14:56.503Z | Compiling block-buffer v0.10.4 |
1351 | 2023-10-29T03:14:57.151Z | Compiling digest v0.10.7 |
1352 | 2023-10-29T03:14:57.859Z | Compiling pest_meta v2.7.2 |
1353 | 2023-10-29T03:14:58.273Z | Compiling zerocopy-derive v0.2.0 |
1354 | 2023-10-29T03:14:58.348Z | Compiling tracing v0.1.37 |
1355 | 2023-10-29T03:14:58.758Z | Compiling addr2line v0.21.0 |
1356 | 2023-10-29T03:14:58.951Z | Compiling rustc-demangle v0.1.23 |
1357 | 2023-10-29T03:15:00.009Z | Compiling time v0.3.27 |
1358 | 2023-10-29T03:15:00.103Z | Compiling spin v0.9.8 |
1359 | 2023-10-29T03:15:00.738Z | Compiling pest_generator v2.7.2 |
1360 | 2023-10-29T03:15:00.766Z | Compiling thread-id v4.2.0 |
1361 | 2023-10-29T03:15:03.968Z | Compiling zerocopy v0.3.0 |
1362 | 2023-10-29T03:15:05.350Z | Compiling dof v0.1.5 |
1363 | 2023-10-29T03:15:05.719Z | Compiling pest_derive v2.7.2 |
1364 | 2023-10-29T03:15:06.465Z | Compiling lazy_static v1.4.0 |
1365 | 2023-10-29T03:15:06.873Z | Compiling dtrace-parser v0.1.14 |
1366 | 2023-10-29T03:15:06.898Z | Compiling strum_macros v0.25.2 |
1367 | 2023-10-29T03:15:07.840Z | Compiling untrusted v0.7.1 |
1368 | 2023-10-29T03:15:07.989Z | Compiling strsim v0.10.0 |
1369 | 2023-10-29T03:15:10.072Z | Compiling untrusted v0.9.0 |
1370 | 2023-10-29T03:15:10.208Z | Compiling regress v0.7.1 |
1371 | 2023-10-29T03:15:10.353Z | Compiling socket2 v0.4.9 |
1372 | 2023-10-29T03:15:10.696Z | Compiling hashbrown v0.12.3 |
1373 | 2023-10-29T03:15:11.763Z | Compiling bytes v1.5.0 |
1374 | 2023-10-29T03:15:12.094Z | Compiling indexmap v2.0.0 |
1375 | 2023-10-29T03:15:12.510Z | Compiling chrono v0.4.31 |
1376 | 2023-10-29T03:15:12.662Z | Compiling uuid v1.4.1 |
1377 | 2023-10-29T03:15:13.489Z | Compiling http v0.2.9 |
1378 | 2023-10-29T03:15:13.823Z | Compiling tokio v1.33.0 |
1379 | 2023-10-29T03:15:14.182Z | Compiling serde_spanned v0.6.3 |
1380 | 2023-10-29T03:15:14.573Z | Compiling toml_datetime v0.6.3 |
1381 | 2023-10-29T03:15:15.361Z | Compiling toml_edit v0.19.15 |
1382 | 2023-10-29T03:15:15.408Z | Compiling bitflags v2.4.0 |
1383 | 2023-10-29T03:15:15.854Z | Compiling rustc_version v0.4.0 |
1384 | 2023-10-29T03:15:16.114Z | Compiling openapiv3 v1.0.3 |
1385 | 2023-10-29T03:15:19.589Z | Compiling serde_tokenstream v0.1.7 |
1386 | 2023-10-29T03:15:19.693Z | Compiling serde_tokenstream v0.2.0 |
1387 | 2023-10-29T03:15:20.153Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1388 | 2023-10-29T03:15:20.536Z | Compiling sct v0.7.0 |
1389 | 2023-10-29T03:15:21.045Z | Compiling httpdate v1.0.3 |
1390 | 2023-10-29T03:15:21.307Z | Compiling usdt-macro v0.3.5 |
1391 | 2023-10-29T03:15:21.845Z | Compiling usdt-attr-macro v0.3.5 |
1392 | 2023-10-29T03:15:21.918Z | Compiling try-lock v0.2.4 |
1393 | 2023-10-29T03:15:22.141Z | Compiling want v0.3.1 |
1394 | 2023-10-29T03:15:22.601Z | Compiling http-body v0.4.5 |
1395 | 2023-10-29T03:15:23.278Z | Compiling rustls-pemfile v1.0.3 |
1396 | 2023-10-29T03:15:23.403Z | Compiling openssl-probe v0.1.5 |
1397 | 2023-10-29T03:15:23.456Z | Compiling mime v0.3.17 |
1398 | 2023-10-29T03:15:23.950Z | Compiling foreign-types-shared v0.1.1 |
1399 | 2023-10-29T03:15:23.984Z | Compiling tower-service v0.3.2 |
1400 | 2023-10-29T03:15:24.165Z | Compiling foreign-types v0.3.2 |
1401 | 2023-10-29T03:15:24.306Z | Compiling errno v0.3.2 |
1402 | 2023-10-29T03:15:24.496Z | Compiling ipnet v2.8.0 |
1403 | 2023-10-29T03:15:24.804Z | Compiling getopts v0.2.21 |
1404 | 2023-10-29T03:15:24.925Z | Compiling encoding_rs v0.8.33 |
1405 | 2023-10-29T03:15:26.259Z | Compiling unsafe-libyaml v0.2.9 |
1406 | 2023-10-29T03:15:26.667Z | Compiling rustls-native-certs v0.6.3 |
1407 | 2023-10-29T03:15:26.719Z | Compiling serde_urlencoded v0.7.1 |
1408 | 2023-10-29T03:15:27.594Z | Compiling tokio-util v0.7.10 |
1409 | 2023-10-29T03:15:27.886Z | Compiling webpki-roots v0.25.2 |
1410 | 2023-10-29T03:15:29.565Z | Compiling h2 v0.3.21 |
1411 | 2023-10-29T03:15:29.968Z | Compiling serde_yaml v0.9.25 |
1412 | 2023-10-29T03:15:31.366Z | Compiling hmac v0.12.1 |
1413 | 2023-10-29T03:15:31.683Z | Compiling num-integer v0.1.45 |
1414 | 2023-10-29T03:15:33.677Z | Compiling sha2 v0.10.8 |
1415 | 2023-10-29T03:15:33.729Z | Compiling block-padding v0.3.3 |
1416 | 2023-10-29T03:15:35.239Z | Compiling inout v0.1.3 |
1417 | 2023-10-29T03:15:35.653Z | Compiling futures-executor v0.3.29 |
1418 | 2023-10-29T03:15:36.603Z | Compiling cipher v0.4.4 |
1419 | 2023-10-29T03:15:36.651Z | Compiling toml v0.7.8 |
1420 | 2023-10-29T03:15:36.691Z | Compiling crc32fast v1.3.2 |
1421 | 2023-10-29T03:15:37.363Z | Compiling fallible-iterator v0.2.0 |
1422 | 2023-10-29T03:15:38.334Z | Compiling tokio-native-tls v0.3.1 |
1423 | 2023-10-29T03:15:38.724Z | Compiling futures v0.3.29 |
1424 | 2023-10-29T03:15:38.769Z | Compiling ipnetwork v0.20.0 |
1425 | 2023-10-29T03:15:38.906Z | Compiling siphasher v0.3.11 |
1426 | 2023-10-29T03:15:39.586Z | Compiling usdt v0.3.5 |
1427 | 2023-10-29T03:15:40.352Z | Compiling md-5 v0.10.5 |
1428 | 2023-10-29T03:15:40.726Z | Compiling stringprep v0.1.3 |
1429 | 2023-10-29T03:15:41.385Z | Compiling io-lifetimes v1.0.11 |
1430 | 2023-10-29T03:15:41.728Z | Compiling postgres-protocol v0.6.6 |
1431 | 2023-10-29T03:15:42.147Z | Compiling hyper v0.14.27 |
1432 | 2023-10-29T03:15:42.462Z | Compiling phf_shared v0.11.2 |
1433 | 2023-10-29T03:15:42.550Z | Compiling hex v0.4.3 |
1434 | 2023-10-29T03:15:42.614Z | Compiling enum-as-inner v0.5.1 |
1435 | 2023-10-29T03:15:43.494Z | Compiling slog-async v2.8.0 |
1436 | 2023-10-29T03:15:43.645Z | Compiling postgres-types v0.2.6 |
1437 | 2023-10-29T03:15:44.044Z | Compiling phf v0.11.2 |
1438 | 2023-10-29T03:15:44.249Z | Compiling num-bigint v0.4.4 |
1439 | 2023-10-29T03:15:44.326Z | Compiling rustix v0.37.23 |
1440 | 2023-10-29T03:15:44.513Z | Compiling data-encoding v2.4.0 |
1441 | 2023-10-29T03:15:45.212Z | Compiling whoami v1.4.1 |
1442 | 2023-10-29T03:15:45.665Z | Compiling tokio-postgres v0.7.10 |
1443 | 2023-10-29T03:15:46.799Z | Compiling zerocopy-derive v0.6.4 |
1444 | 2023-10-29T03:15:48.861Z | Compiling static_assertions v1.1.0 |
1445 | 2023-10-29T03:15:50.318Z | Compiling ident_case v1.0.1 |
1446 | 2023-10-29T03:15:50.432Z | Compiling either v1.9.0 |
1447 | 2023-10-29T03:15:50.594Z | Compiling darling_core v0.20.3 |
1448 | 2023-10-29T03:15:51.151Z | Compiling camino v1.1.6 |
1449 | 2023-10-29T03:15:52.099Z | Compiling flate2 v1.0.28 |
1450 | 2023-10-29T03:15:52.139Z | Compiling heapless v0.7.16 |
1451 | 2023-10-29T03:15:52.751Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1452 | 2023-10-29T03:15:53.327Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1453 | 2023-10-29T03:15:53.425Z | Compiling memoffset v0.9.0 |
1454 | 2023-10-29T03:15:53.803Z | Compiling managed v0.8.0 |
1455 | 2023-10-29T03:15:53.918Z | Compiling radium v0.7.0 |
1456 | 2023-10-29T03:15:54.565Z | Compiling hyper-tls v0.5.0 |
1457 | 2023-10-29T03:15:54.772Z | Compiling matches v0.1.10 |
1458 | 2023-10-29T03:15:54.914Z | Compiling unicode-segmentation v1.10.1 |
1459 | 2023-10-29T03:15:55.117Z | Compiling idna v0.2.3 |
1460 | 2023-10-29T03:15:56.139Z | Compiling itertools v0.11.0 |
1461 | 2023-10-29T03:15:57.725Z | Compiling multer v2.1.0 |
1462 | 2023-10-29T03:15:58.168Z | Compiling trust-dns-proto v0.22.0 |
1463 | 2023-10-29T03:15:58.556Z | Compiling async-stream-impl v0.3.5 |
1464 | 2023-10-29T03:15:59.615Z | Compiling darling_macro v0.20.3 |
1465 | 2023-10-29T03:16:00.262Z | Compiling num-iter v0.1.43 |
1466 | 2023-10-29T03:16:00.690Z | Compiling crossbeam-epoch v0.9.15 |
1467 | 2023-10-29T03:16:00.716Z | Compiling paste v1.0.14 |
1468 | 2023-10-29T03:16:01.153Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1469 | 2023-10-29T03:16:01.241Z | Compiling darling v0.20.3 |
1470 | 2023-10-29T03:16:01.345Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1471 | 2023-10-29T03:16:01.367Z | Compiling anstyle v1.0.2 |
1472 | 2023-10-29T03:16:01.371Z | Compiling utf8parse v0.2.1 |
1473 | 2023-10-29T03:16:01.420Z | Compiling smoltcp v0.9.1 |
1474 | 2023-10-29T03:16:01.445Z | Compiling serde_with_macros v2.3.3 |
1475 | 2023-10-29T03:16:01.641Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1476 | 2023-10-29T03:16:02.125Z | Compiling bit-vec v0.6.3 |
1477 | 2023-10-29T03:16:02.395Z | Compiling anstyle-parse v0.2.1 |
1478 | 2023-10-29T03:16:04.879Z | Compiling zerocopy v0.6.4 |
1479 | 2023-10-29T03:16:05.640Z | Compiling signature v2.1.0 |
1480 | 2023-10-29T03:16:05.680Z | Compiling hubpack_derive v0.1.1 |
1481 | 2023-10-29T03:16:06.003Z | Compiling clap_derive v4.4.2 |
1482 | 2023-10-29T03:16:06.088Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1483 | 2023-10-29T03:16:06.313Z | Compiling anstyle-query v1.0.0 |
1484 | 2023-10-29T03:16:06.511Z | Compiling colorchoice v1.0.0 |
1485 | 2023-10-29T03:16:06.769Z | Compiling anstream v0.5.0 |
1486 | 2023-10-29T03:16:07.348Z | Compiling terminal_size v0.2.6 |
1487 | 2023-10-29T03:16:07.642Z | Compiling yasna v0.5.2 |
1488 | 2023-10-29T03:16:09.805Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1489 | 2023-10-29T03:16:11.150Z | Compiling structmeta-derive v0.1.6 |
1490 | 2023-10-29T03:16:11.298Z | Compiling diesel_table_macro_syntax v0.1.0 |
1491 | 2023-10-29T03:16:11.615Z | Compiling hash32 v0.2.1 |
1492 | 2023-10-29T03:16:12.043Z | Compiling stable_deref_trait v1.2.0 |
1493 | 2023-10-29T03:16:12.210Z | Compiling tap v1.0.1 |
1494 | 2023-10-29T03:16:12.289Z | Compiling clap_lex v0.5.1 |
1495 | 2023-10-29T03:16:12.494Z | Compiling wyz v0.5.1 |
1496 | 2023-10-29T03:16:13.143Z | Compiling clap_builder v4.4.2 |
1497 | 2023-10-29T03:16:13.763Z | Compiling diesel_derives v2.1.1 |
1498 | 2023-10-29T03:16:14.396Z | Compiling tokio-stream v0.1.14 |
1499 | 2023-10-29T03:16:15.496Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1500 | 2023-10-29T03:16:15.848Z | Compiling serde_repr v0.1.16 |
1501 | 2023-10-29T03:16:15.870Z | Compiling structmeta v0.1.6 |
1502 | 2023-10-29T03:16:16.019Z | Compiling scheduled-thread-pool v0.2.7 |
1503 | 2023-10-29T03:16:16.051Z | Compiling regex-automata v0.1.10 |
1504 | 2023-10-29T03:16:16.520Z | Compiling regex-syntax v0.6.29 |
1505 | 2023-10-29T03:16:16.846Z | Compiling funty v2.0.0 |
1506 | 2023-10-29T03:16:17.037Z | Compiling bstr v0.2.17 |
1507 | 2023-10-29T03:16:17.965Z | Compiling r2d2 v0.8.10 |
1508 | 2023-10-29T03:16:19.678Z | Compiling clap v4.4.3 |
1509 | 2023-10-29T03:16:19.850Z | Compiling bitvec v1.0.1 |
1510 | 2023-10-29T03:16:20.449Z | Compiling hubpack v0.1.2 |
1511 | 2023-10-29T03:16:21.775Z | Compiling itertools v0.10.5 |
1512 | 2023-10-29T03:16:22.066Z | Compiling phf_shared v0.10.0 |
1513 | 2023-10-29T03:16:22.725Z | Compiling float-cmp v0.9.0 |
1514 | 2023-10-29T03:16:23.309Z | Compiling difflib v0.4.0 |
1515 | 2023-10-29T03:16:25.647Z | Compiling fixedbitset v0.4.2 |
1516 | 2023-10-29T03:16:26.283Z | Compiling predicates-core v1.0.6 |
1517 | 2023-10-29T03:16:26.444Z | Compiling normalize-line-endings v0.3.0 |
1518 | 2023-10-29T03:16:26.536Z | Compiling parse-display-derive v0.7.0 |
1519 | 2023-10-29T03:16:26.644Z | Compiling precomputed-hash v0.1.1 |
1520 | 2023-10-29T03:16:26.883Z | Compiling new_debug_unreachable v1.0.4 |
1521 | 2023-10-29T03:16:26.907Z | Compiling predicates v3.0.4 |
1522 | 2023-10-29T03:16:27.005Z | Compiling string_cache v0.8.7 |
1523 | 2023-10-29T03:16:27.750Z | Compiling petgraph v0.6.4 |
1524 | 2023-10-29T03:16:27.780Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1525 | 2023-10-29T03:16:29.885Z | Compiling similar v2.2.1 |
1526 | 2023-10-29T03:16:30.985Z | Compiling bit-set v0.5.3 |
1527 | 2023-10-29T03:16:31.432Z | Compiling console v0.15.7 |
1528 | 2023-10-29T03:16:31.458Z | Compiling bstr v1.6.0 |
1529 | 2023-10-29T03:16:33.223Z | Compiling lalrpop-util v0.19.12 |
1530 | 2023-10-29T03:16:38.858Z | Compiling diesel v2.1.3 |
1531 | 2023-10-29T03:16:45.358Z | Compiling proc-macro-crate v1.3.1 |
1532 | 2023-10-29T03:16:52.955Z | Compiling crucible-workspace-hack v0.1.0 |
1533 | 2023-10-29T03:17:12.475Z | Compiling atty v0.2.14 |
1534 | 2023-10-29T03:17:15.673Z | Compiling sha1 v0.10.5 |
1535 | 2023-10-29T03:17:15.771Z | Compiling match_cfg v0.1.0 |
1536 | 2023-10-29T03:17:15.915Z | Compiling hostname v0.3.1 |
1537 | 2023-10-29T03:17:18.910Z | Compiling dirs-sys-next v0.1.2 |
1538 | 2023-10-29T03:17:19.697Z | Compiling dirs-next v2.0.0 |
1539 | 2023-10-29T03:17:20.486Z | Compiling thread_local v1.1.7 |
1540 | 2023-10-29T03:17:26.892Z | Compiling term v0.7.0 |
1541 | 2023-10-29T03:17:28.544Z | Compiling crossbeam-channel v0.5.8 |
1542 | 2023-10-29T03:17:30.180Z | Compiling take_mut v0.2.2 |
1543 | 2023-10-29T03:17:30.569Z | Compiling slog-term v2.9.0 |
1544 | 2023-10-29T03:17:32.661Z | Compiling slog-json v2.6.1 |
1545 | 2023-10-29T03:17:32.809Z | Compiling instant v0.1.12 |
1546 | 2023-10-29T03:17:33.317Z | Compiling slog-bunyan v2.4.0 |
1547 | 2023-10-29T03:17:34.626Z | Compiling strum v0.25.0 |
1548 | 2023-10-29T03:17:34.902Z | Compiling atomic-waker v1.1.1 |
1549 | 2023-10-29T03:17:35.305Z | Compiling waitgroup v0.1.2 |
1550 | 2023-10-29T03:17:35.493Z | Compiling num_enum_derive v0.5.11 |
1551 | 2023-10-29T03:17:35.650Z | Compiling serde_with v2.3.3 |
1552 | 2023-10-29T03:17:35.677Z | Compiling async-stream v0.3.5 |
1553 | 2023-10-29T03:17:38.100Z | Compiling serde_path_to_error v0.1.14 |
1554 | 2023-10-29T03:17:38.131Z | Compiling libz-sys v1.1.12 |
1555 | 2023-10-29T03:17:38.335Z | Compiling debug-ignore v1.0.5 |
1556 | 2023-10-29T03:17:38.860Z | Compiling fastrand v2.0.0 |
1557 | 2023-10-29T03:17:39.530Z | Compiling tempfile v3.8.0 |
1558 | 2023-10-29T03:17:41.279Z | Compiling proc-macro-error-attr v1.0.4 |
1559 | 2023-10-29T03:17:41.328Z | Compiling slog-dtrace v0.2.3 |
1560 | 2023-10-29T03:17:42.842Z | Compiling backoff v0.4.0 |
1561 | 2023-10-29T03:17:43.024Z | Compiling parse-display v0.7.0 |
1562 | 2023-10-29T03:17:43.666Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1563 | 2023-10-29T03:17:44.469Z | Compiling macaddr v1.0.1 |
1564 | 2023-10-29T03:17:44.511Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1565 | 2023-10-29T03:17:44.915Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1566 | 2023-10-29T03:17:45.243Z | Compiling proc-macro-error v1.0.4 |
1567 | 2023-10-29T03:17:45.655Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1568 | 2023-10-29T03:17:47.212Z | Compiling libsqlite3-sys v0.26.0 |
1569 | 2023-10-29T03:17:47.530Z | Compiling memoffset v0.7.1 |
1570 | 2023-10-29T03:17:47.945Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1571 | 2023-10-29T03:17:50.584Z | Compiling foreign-types-macros v0.2.3 |
1572 | 2023-10-29T03:17:50.744Z | Compiling vergen v8.2.4 |
1573 | 2023-10-29T03:17:50.927Z | Compiling base64ct v1.6.0 |
1574 | 2023-10-29T03:17:54.025Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1575 | 2023-10-29T03:17:54.625Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1576 | 2023-10-29T03:17:59.920Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1577 | 2023-10-29T03:18:01.105Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1578 | 2023-10-29T03:18:01.186Z | Compiling platforms v3.0.2 |
1579 | 2023-10-29T03:18:01.482Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1580 | 2023-10-29T03:18:01.770Z | Compiling num_enum_derive v0.7.0 |
1581 | 2023-10-29T03:18:01.937Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1582 | 2023-10-29T03:18:02.503Z | Compiling password-hash v0.5.0 |
1583 | 2023-10-29T03:18:02.602Z | Compiling curve25519-dalek v4.1.0 |
1584 | 2023-10-29T03:18:03.183Z | Compiling heck v0.3.3 |
1585 | 2023-10-29T03:18:03.285Z | Compiling blake2 v0.10.6 |
1586 | 2023-10-29T03:18:03.660Z | Compiling libefi-sys v0.1.0 |
1587 | 2023-10-29T03:18:03.776Z | Compiling structopt-derive v0.4.18 |
1588 | 2023-10-29T03:18:04.192Z | Compiling argon2 v0.5.2 |
1589 | 2023-10-29T03:18:04.482Z | Compiling zone_cfg_derive v0.2.0 |
1590 | 2023-10-29T03:18:06.172Z | Compiling curve25519-dalek-derive v0.1.0 |
1591 | 2023-10-29T03:18:06.203Z | Compiling num-derive v0.4.0 |
1592 | 2023-10-29T03:18:06.763Z | Compiling same-file v1.0.6 |
1593 | 2023-10-29T03:18:06.890Z | Compiling toml v0.5.11 |
1594 | 2023-10-29T03:18:07.136Z | Compiling walkdir v2.4.0 |
1595 | 2023-10-29T03:18:08.301Z | Compiling semver-parser v0.10.2 |
1596 | 2023-10-29T03:18:08.515Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1597 | 2023-10-29T03:18:08.632Z | Compiling filetime v0.2.22 |
1598 | 2023-10-29T03:18:09.113Z | Compiling xattr v1.0.1 |
1599 | 2023-10-29T03:18:09.253Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1600 | 2023-10-29T03:18:09.563Z | Compiling getrandom v0.1.16 |
1601 | 2023-10-29T03:18:09.664Z | Compiling erased-serde v0.3.30 |
1602 | 2023-10-29T03:18:10.025Z | Compiling semver v0.11.0 |
1603 | 2023-10-29T03:18:10.152Z | Compiling tar v0.4.40 |
1604 | 2023-10-29T03:18:10.372Z | Compiling universal-hash v0.5.1 |
1605 | 2023-10-29T03:18:10.425Z | Compiling bitstruct_derive v0.1.0 |
1606 | 2023-10-29T03:18:10.691Z | Compiling async-recursion v1.0.5 |
1607 | 2023-10-29T03:18:11.182Z | Compiling home v0.5.5 |
1608 | 2023-10-29T03:18:11.550Z | Compiling opaque-debug v0.3.0 |
1609 | 2023-10-29T03:18:11.698Z | Compiling toolchain_find v0.2.0 |
1610 | 2023-10-29T03:18:12.131Z | Compiling num-rational v0.4.1 |
1611 | 2023-10-29T03:18:12.327Z | Compiling unicase v2.7.0 |
1612 | 2023-10-29T03:18:12.492Z | Compiling parking_lot_core v0.8.6 |
1613 | 2023-10-29T03:18:12.543Z | Compiling rustfmt-wrapper v0.2.0 |
1614 | 2023-10-29T03:18:12.945Z | Compiling num_enum v0.5.11 |
1615 | 2023-10-29T03:18:13.044Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1616 | 2023-10-29T03:18:13.109Z | Compiling aead v0.5.2 |
1617 | 2023-10-29T03:18:13.195Z | Compiling postcard-cobs v0.1.5-pre |
1618 | 2023-10-29T03:18:13.599Z | Compiling winapi v0.3.9 |
1619 | 2023-10-29T03:18:13.623Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1620 | 2023-10-29T03:18:13.649Z | Compiling postcard v0.7.3 |
1621 | 2023-10-29T03:18:13.757Z | Compiling polyval v0.6.1 |
1622 | 2023-10-29T03:18:14.545Z | Compiling smoltcp v0.8.2 |
1623 | 2023-10-29T03:18:14.575Z | Compiling ctr v0.9.2 |
1624 | 2023-10-29T03:18:14.603Z | Compiling aes v0.8.3 |
1625 | 2023-10-29T03:18:14.928Z | Compiling thiserror-impl-no-std v2.0.2 |
1626 | 2023-10-29T03:18:15.095Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1627 | 2023-10-29T03:18:15.156Z | Compiling cfg-if v0.1.10 |
1628 | 2023-10-29T03:18:15.303Z | Compiling foreign-types-shared v0.3.1 |
1629 | 2023-10-29T03:18:15.484Z | Compiling foreign-types v0.5.0 |
1630 | 2023-10-29T03:18:15.520Z | Compiling mime_guess v2.0.4 |
1631 | 2023-10-29T03:18:17.393Z | Compiling is-terminal v0.4.9 |
1632 | 2023-10-29T03:18:17.534Z | Compiling toml_edit v0.20.0 |
1633 | 2023-10-29T03:18:17.540Z | Compiling hashlink v0.8.3 |
1634 | 2023-10-29T03:18:17.588Z | Compiling cstr-argument v0.1.2 |
1635 | 2023-10-29T03:18:18.435Z | Compiling fallible-streaming-iterator v0.1.9 |
1636 | 2023-10-29T03:18:18.659Z | Compiling pretty-hex v0.2.1 |
1637 | 2023-10-29T03:18:18.996Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1638 | 2023-10-29T03:18:19.322Z | Compiling rusqlite v0.29.0 |
1639 | 2023-10-29T03:18:19.571Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1640 | 2023-10-29T03:18:19.712Z | Compiling colored v2.0.4 |
1641 | 2023-10-29T03:18:19.799Z | Compiling nix v0.26.2 |
1642 | 2023-10-29T03:18:20.503Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1643 | 2023-10-29T03:18:20.954Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1644 | 2023-10-29T03:18:23.798Z | Compiling toml v0.8.0 |
1645 | 2023-10-29T03:18:25.960Z | Compiling twox-hash v1.6.3 |
1646 | 2023-10-29T03:18:26.328Z | Compiling hkdf v0.12.3 |
1647 | 2023-10-29T03:18:26.922Z | Compiling textwrap v0.11.0 |
1648 | 2023-10-29T03:18:27.077Z | Compiling const_format_proc_macros v0.2.31 |
1649 | 2023-10-29T03:18:27.134Z | Compiling ansi_term v0.12.1 |
1650 | 2023-10-29T03:18:27.593Z | Compiling quick-error v1.2.3 |
1651 | 2023-10-29T03:18:27.811Z | Compiling linked-hash-map v0.5.6 |
1652 | 2023-10-29T03:18:28.051Z | Compiling strsim v0.8.0 |
1653 | 2023-10-29T03:18:28.244Z | Compiling vec_map v0.8.2 |
1654 | 2023-10-29T03:18:28.695Z | Compiling clap v2.34.0 |
1655 | 2023-10-29T03:18:29.146Z | Compiling lru-cache v0.1.2 |
1656 | 2023-10-29T03:18:29.462Z | Compiling resolv-conf v0.7.0 |
1657 | 2023-10-29T03:18:30.963Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1658 | 2023-10-29T03:18:33.795Z | Compiling num_enum v0.7.0 |
1659 | 2023-10-29T03:18:34.009Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1660 | 2023-10-29T03:18:35.322Z | Compiling bincode v1.3.3 |
1661 | 2023-10-29T03:18:35.625Z | Compiling convert_case v0.4.0 |
1662 | 2023-10-29T03:18:35.879Z | Compiling keccak v0.1.4 |
1663 | 2023-10-29T03:18:36.972Z | Compiling humantime v2.1.0 |
1664 | 2023-10-29T03:18:37.354Z | Compiling termcolor v1.2.0 |
1665 | 2023-10-29T03:18:37.640Z | Compiling base64 v0.13.1 |
1666 | 2023-10-29T03:18:37.845Z | Compiling utf-8 v0.7.6 |
1667 | 2023-10-29T03:18:38.386Z | Compiling cancel-safe-futures v0.1.5 |
1668 | 2023-10-29T03:18:38.971Z | Compiling env_logger v0.9.3 |
1669 | 2023-10-29T03:18:39.037Z | Compiling derive_more v0.99.17 |
1670 | 2023-10-29T03:18:39.180Z | Compiling sha3 v0.10.8 |
1671 | 2023-10-29T03:18:40.356Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1672 | 2023-10-29T03:18:41.073Z | Compiling structopt v0.3.26 |
1673 | 2023-10-29T03:18:41.584Z | Compiling trust-dns-resolver v0.22.0 |
1674 | 2023-10-29T03:18:41.898Z | Compiling aes-gcm-siv v0.11.1 |
1675 | 2023-10-29T03:18:42.351Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1676 | 2023-10-29T03:18:43.533Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1677 | 2023-10-29T03:18:45.257Z | Compiling zone v0.2.0 |
1678 | 2023-10-29T03:18:47.405Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1679 | 2023-10-29T03:18:47.892Z | Compiling secrecy v0.8.0 |
1680 | 2023-10-29T03:18:48.009Z | Compiling smf v0.2.2 |
1681 | 2023-10-29T03:18:48.313Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1682 | 2023-10-29T03:18:49.330Z | Compiling ascii v1.1.0 |
1683 | 2023-10-29T03:18:50.443Z | Compiling ringbuffer v0.15.0 |
1684 | 2023-10-29T03:18:51.417Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1685 | 2023-10-29T03:18:51.632Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1686 | 2023-10-29T03:18:51.892Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1687 | 2023-10-29T03:18:53.199Z | Compiling bitstruct v0.1.1 |
1688 | 2023-10-29T03:18:54.214Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1689 | 2023-10-29T03:18:55.413Z | Compiling serde_arrays v0.1.0 |
1690 | 2023-10-29T03:18:55.663Z | Compiling ff v0.13.0 |
1691 | 2023-10-29T03:18:55.839Z | Compiling nibble_vec v0.1.0 |
1692 | 2023-10-29T03:18:56.162Z | Compiling arc-swap v1.6.0 |
1693 | 2023-10-29T03:18:56.288Z | Compiling endian-type v0.1.2 |
1694 | 2023-10-29T03:18:56.635Z | Compiling radix_trie v0.2.1 |
1695 | 2023-10-29T03:18:57.083Z | Compiling slog-scope v4.4.0 |
1696 | 2023-10-29T03:18:57.365Z | Compiling group v0.13.0 |
1697 | 2023-10-29T03:18:57.655Z | Compiling rand_core v0.5.1 |
1698 | 2023-10-29T03:18:57.948Z | Compiling tungstenite v0.20.1 |
1699 | 2023-10-29T03:18:58.848Z | Compiling poly1305 v0.8.0 |
1700 | 2023-10-29T03:19:00.082Z | Compiling chacha20 v0.9.1 |
1701 | 2023-10-29T03:19:00.866Z | Compiling crypto-bigint v0.5.2 |
1702 | 2023-10-29T03:19:00.997Z | Compiling num-complex v0.4.4 |
1703 | 2023-10-29T03:19:01.086Z | Compiling option-ext v0.2.0 |
1704 | 2023-10-29T03:19:01.277Z | Compiling half v1.8.2 |
1705 | 2023-10-29T03:19:01.585Z | Compiling base16ct v0.2.0 |
1706 | 2023-10-29T03:19:01.803Z | Compiling ciborium-io v0.2.1 |
1707 | 2023-10-29T03:19:01.996Z | Compiling ciborium-ll v0.2.1 |
1708 | 2023-10-29T03:19:02.030Z | Compiling dirs-sys v0.4.1 |
1709 | 2023-10-29T03:19:02.734Z | Compiling num v0.4.1 |
1710 | 2023-10-29T03:19:02.824Z | Compiling tokio-tungstenite v0.20.1 |
1711 | 2023-10-29T03:19:02.898Z | Compiling parking_lot v0.11.2 |
1712 | 2023-10-29T03:19:03.089Z | Compiling rand_chacha v0.2.2 |
1713 | 2023-10-29T03:19:03.162Z | Compiling slog-stdlog v4.1.1 |
1714 | 2023-10-29T03:19:03.207Z | Compiling trust-dns-client v0.22.0 |
1715 | 2023-10-29T03:19:03.661Z | Compiling thiserror-no-std v2.0.2 |
1716 | 2023-10-29T03:19:04.697Z | Compiling elliptic-curve v0.13.5 |
1717 | 2023-10-29T03:19:04.878Z | Compiling password-hash v0.4.2 |
1718 | 2023-10-29T03:19:05.565Z | Compiling ed25519 v2.2.2 |
1719 | 2023-10-29T03:19:06.125Z | Compiling blowfish v0.9.1 |
1720 | 2023-10-29T03:19:06.542Z | Compiling pbkdf2 v0.12.2 |
1721 | 2023-10-29T03:19:06.568Z | Compiling fxhash v0.2.1 |
1722 | 2023-10-29T03:19:06.915Z | Compiling sled v0.34.7 |
1723 | 2023-10-29T03:19:07.320Z | Compiling bcrypt-pbkdf v0.10.0 |
1724 | 2023-10-29T03:19:07.987Z | Compiling ed25519-dalek v2.0.0 |
1725 | 2023-10-29T03:19:08.051Z | Compiling pbkdf2 v0.11.0 |
1726 | 2023-10-29T03:19:08.077Z | Compiling trust-dns-server v0.22.1 |
1727 | 2023-10-29T03:19:08.292Z | Compiling vsss-rs v3.3.1 |
1728 | 2023-10-29T03:19:08.782Z | Compiling russh-cryptovec v0.7.0 |
1729 | 2023-10-29T03:19:08.967Z | Compiling rand v0.7.3 |
1730 | 2023-10-29T03:19:09.491Z | Compiling slog-envlogger v2.2.0 |
1731 | 2023-10-29T03:19:10.659Z | Compiling ciborium v0.2.1 |
1732 | 2023-10-29T03:19:11.005Z | Compiling dirs v5.0.1 |
1733 | 2023-10-29T03:19:11.314Z | Compiling chacha20poly1305 v0.10.1 |
1734 | 2023-10-29T03:19:11.639Z | Compiling ron v0.7.1 |
1735 | 2023-10-29T03:19:11.824Z | Compiling tungstenite v0.18.0 |
1736 | 2023-10-29T03:19:12.457Z | Compiling const_format v0.2.31 |
1737 | 2023-10-29T03:19:13.909Z | Compiling ghash v0.5.0 |
1738 | 2023-10-29T03:19:15.193Z | Compiling camino-tempfile v1.0.2 |
1739 | 2023-10-29T03:19:15.888Z | Compiling cbc v0.1.2 |
1740 | 2023-10-29T03:19:15.932Z | Compiling headers-core v0.2.0 |
1741 | 2023-10-29T03:19:16.022Z | Compiling pem v3.0.2 |
1742 | 2023-10-29T03:19:16.254Z | Compiling http-range v0.1.5 |
1743 | 2023-10-29T03:19:16.499Z | Compiling md5 v0.7.0 |
1744 | 2023-10-29T03:19:16.562Z | Compiling pretty-hex v0.3.0 |
1745 | 2023-10-29T03:19:16.594Z | Compiling bit_field v0.10.2 |
1746 | 2023-10-29T03:19:16.873Z | Compiling hyper-staticfile v0.9.5 |
1747 | 2023-10-29T03:19:16.876Z | Compiling rcgen v0.11.3 |
1748 | 2023-10-29T03:19:17.049Z | Compiling russh-keys v0.38.0 |
1749 | 2023-10-29T03:19:17.391Z | Compiling headers v0.3.9 |
1750 | 2023-10-29T03:19:21.807Z | Compiling aes-gcm v0.10.3 |
1751 | 2023-10-29T03:19:22.285Z | Compiling tokio-tungstenite v0.18.0 |
1752 | 2023-10-29T03:19:25.778Z | Compiling pem v1.1.1 |
1753 | 2023-10-29T03:19:27.349Z | Compiling atomicwrites v0.4.2 |
1754 | 2023-10-29T03:19:27.966Z | Compiling subprocess v0.2.9 |
1755 | 2023-10-29T03:19:28.469Z | Compiling hex-literal v0.4.1 |
1756 | 2023-10-29T03:19:28.581Z | Compiling glob v0.3.1 |
1757 | 2023-10-29T03:19:29.302Z | Compiling russh v0.38.0 |
1758 | 2023-10-29T03:19:34.674Z | Compiling bzip2 v0.4.4 |
1759 | 2023-10-29T03:19:35.139Z | Compiling zip v0.6.6 |
1760 | 2023-10-29T03:19:41.799Z | Compiling rustls-webpki v0.101.7 |
1761 | 2023-10-29T03:19:48.616Z | Compiling tokio-rustls v0.24.1 |
1762 | 2023-10-29T03:19:49.075Z | Compiling hyper-rustls v0.24.2 |
1763 | 2023-10-29T03:19:49.328Z | Compiling git2 v0.17.2 |
1764 | 2023-10-29T03:19:49.809Z | Compiling reqwest v0.11.20 |
1765 | 2023-10-29T03:19:54.619Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1766 | 2023-10-29T03:19:55.304Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1767 | 2023-10-29T03:19:55.558Z | Compiling omicron-zone-package v0.8.3 |
1768 | 2023-10-29T03:19:55.634Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1769 | 2023-10-29T03:19:58.123Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1770 | 2023-10-29T03:20:01.486Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1771 | 2023-10-29T03:20:02.498Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1772 | 2023-10-29T03:20:03.770Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1773 | 2023-10-29T03:20:06.430Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1774 | 2023-10-29T03:20:13.396Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1775 | 2023-10-29T03:20:13.768Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1776 | 2023-10-29T03:20:16.202Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1777 | 2023-10-29T03:20:16.864Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1778 | 2023-10-29T03:20:18.407Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1779 | 2023-10-29T03:20:20.398Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1780 | 2023-10-29T03:20:21.071Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1781 | 2023-10-29T03:20:21.439Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1782 | 2023-10-29T03:20:21.468Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1783 | 2023-10-29T03:20:21.636Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1784 | 2023-10-29T03:20:22.103Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1785 | 2023-10-29T03:20:23.112Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1786 | 2023-10-29T03:20:26.193Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1787 | 2023-10-29T03:20:34.618Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1788 | 2023-10-29T03:20:38.584Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1789 | 2023-10-29T03:20:39.187Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1790 | 2023-10-29T03:20:40.076Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1791 | 2023-10-29T03:20:46.392Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1792 | 2023-10-29T03:20:46.891Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1793 | 2023-10-29T03:20:57.689Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1794 | 2023-10-29T03:21:01.357Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1795 | 2023-10-29T03:21:09.321Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1796 | 2023-10-29T03:21:13.151Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1797 | 2023-10-29T03:21:14.593Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1798 | 2023-10-29T03:21:16.923Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1799 | 2023-10-29T03:21:25.195Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1800 | 2023-10-29T03:21:26.643Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1801 | 2023-10-29T03:21:32.256Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1802 | 2023-10-29T03:21:33.509Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1803 | 2023-10-29T03:21:42.802Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1804 | 2023-10-29T03:21:57.748Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1805 | 2023-10-29T03:22:06.944Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1806 | 2023-10-29T03:22:50.296Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1807 | 2023-10-29T03:24:23.942Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 40s |
1808 | 2023-10-29T03:24:24.351Z | |
1809 | 2023-10-29T03:24:24.354Z | real 10:40.681104920 |
1810 | 2023-10-29T03:24:24.357Z | user 1:02:10.192378035 |
1811 | 2023-10-29T03:24:24.364Z | sys 9:34.749597331 |
1812 | 2023-10-29T03:24:24.367Z | trap 2.619315423 |
1813 | 2023-10-29T03:24:24.370Z | tflt 2.151037204 |
1814 | 2023-10-29T03:24:24.373Z | dflt 5.430826621 |
1815 | 2023-10-29T03:24:24.376Z | kflt 0.035019061 |
1816 | 2023-10-29T03:24:24.380Z | lock 1:59:13.230492789 |
1817 | 2023-10-29T03:24:24.383Z | slp 3:32:01.484212434 |
1818 | 2023-10-29T03:24:24.385Z | lat 2:32.821089030 |
1819 | 2023-10-29T03:24:24.388Z | stop 6:43.301256046 |
1820 | 2023-10-29T03:24:24.391Z | + mkdir -p /work/end-to-end-tests |
1821 | 2023-10-29T03:24:24.394Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1822 | 2023-10-29T03:24:24.881Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1823 | 2023-10-29T03:24:24.884Z | + ptime -m gzip |
1824 | 2023-10-29T03:24:24.887Z | ++ basename target/debug/bootstrap |
1825 | 2023-10-29T03:24:41.997Z | |
1826 | 2023-10-29T03:24:42.001Z | real 17.109253694 |
1827 | 2023-10-29T03:24:42.004Z | user 16.923331006 |
1828 | 2023-10-29T03:24:42.006Z | sys 0.180464739 |
1829 | 2023-10-29T03:24:42.010Z | trap 0.003673335 |
1830 | 2023-10-29T03:24:42.012Z | tflt 0.000000000 |
1831 | 2023-10-29T03:24:42.015Z | dflt 0.000000000 |
1832 | 2023-10-29T03:24:42.018Z | kflt 0.000000000 |
1833 | 2023-10-29T03:24:42.021Z | lock 0.000000000 |
1834 | 2023-10-29T03:24:42.025Z | slp 0.000000000 |
1835 | 2023-10-29T03:24:42.028Z | lat 0.001432345 |
1836 | 2023-10-29T03:24:42.031Z | stop 0.000229915 |
1837 | 2023-10-29T03:24:42.033Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1838 | 2023-10-29T03:24:42.037Z | + ptime -m gzip |
1839 | 2023-10-29T03:24:42.040Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-14d6b030e12c027b |
1840 | 2023-10-29T03:24:43.107Z | |
1841 | 2023-10-29T03:24:43.111Z | real 1.101814649 |
1842 | 2023-10-29T03:24:43.114Z | user 1.089856586 |
1843 | 2023-10-29T03:24:43.117Z | sys 0.011308616 |
1844 | 2023-10-29T03:24:43.120Z | trap 0.000121468 |
1845 | 2023-10-29T03:24:43.123Z | tflt 0.000000000 |
1846 | 2023-10-29T03:24:43.125Z | dflt 0.000000000 |
1847 | 2023-10-29T03:24:43.128Z | kflt 0.000000000 |
1848 | 2023-10-29T03:24:43.131Z | lock 0.000000000 |
1849 | 2023-10-29T03:24:43.134Z | slp 0.000000000 |
1850 | 2023-10-29T03:24:43.137Z | lat 0.000172601 |
1851 | 2023-10-29T03:24:43.139Z | stop 0.000238063 |
1852 | 2023-10-29T03:24:43.142Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1853 | 2023-10-29T03:24:43.145Z | + ptime -m gzip |
1854 | 2023-10-29T03:24:43.148Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e13f5e2b300997c0 |
1855 | 2023-10-29T03:25:02.632Z | |
1856 | 2023-10-29T03:25:02.642Z | real 19.516879994 |
1857 | 2023-10-29T03:25:02.646Z | user 19.310067601 |
1858 | 2023-10-29T03:25:02.649Z | sys 0.201505828 |
1859 | 2023-10-29T03:25:02.654Z | trap 0.003626903 |
1860 | 2023-10-29T03:25:02.657Z | tflt 0.000000000 |
1861 | 2023-10-29T03:25:02.660Z | dflt 0.000000000 |
1862 | 2023-10-29T03:25:02.663Z | kflt 0.000000000 |
1863 | 2023-10-29T03:25:02.666Z | lock 0.000000000 |
1864 | 2023-10-29T03:25:02.668Z | slp 0.000000000 |
1865 | 2023-10-29T03:25:02.671Z | lat 0.001299691 |
1866 | 2023-10-29T03:25:02.676Z | stop 0.000262763 |
1867 | 2023-10-29T03:25:02.679Z | + banner caboose-util |
1868 | 2023-10-29T03:25:02.682Z | |
1869 | 2023-10-29T03:25:02.685Z | #### ## ##### #### #### #### ###### # # ##### |
1870 | 2023-10-29T03:25:02.688Z | # # # # # # # # # # # # # # # |
1871 | 2023-10-29T03:25:02.691Z | # # # ##### # # # # #### ##### ##### # # # |
1872 | 2023-10-29T03:25:02.694Z | # ###### # # # # # # # # # # # |
1873 | 2023-10-29T03:25:02.698Z | # # # # # # # # # # # # # # # # |
1874 | 2023-10-29T03:25:02.702Z | #### # # ##### #### #### #### ###### #### # |
1875 | 2023-10-29T03:25:02.705Z | |
1876 | 2023-10-29T03:25:02.708Z | + ptime -m cargo build --locked -p caboose-util --release |
1877 | 2023-10-29T03:25:03.353Z | Downloading crates ... |
1878 | 2023-10-29T03:25:03.747Z | Downloaded ron v0.8.1 |
1879 | 2023-10-29T03:25:03.757Z | Downloaded path-slash v0.1.5 |
1880 | 2023-10-29T03:25:03.762Z | Downloaded nodrop v0.1.14 |
1881 | 2023-10-29T03:25:03.765Z | Downloaded crc v3.0.1 |
1882 | 2023-10-29T03:25:03.768Z | Downloaded serde-hex v0.1.0 |
1883 | 2023-10-29T03:25:03.771Z | Downloaded crc-catalog v2.2.0 |
1884 | 2023-10-29T03:25:03.775Z | Downloaded bitfield v0.14.0 |
1885 | 2023-10-29T03:25:03.777Z | Downloaded packed_struct_codegen v0.10.1 |
1886 | 2023-10-29T03:25:03.781Z | Downloaded array-init v0.0.4 |
1887 | 2023-10-29T03:25:03.785Z | Downloaded env_logger v0.10.0 |
1888 | 2023-10-29T03:25:03.788Z | Downloaded smallvec v0.6.14 |
1889 | 2023-10-29T03:25:03.792Z | Downloaded pem-rfc7468 v0.7.0 |
1890 | 2023-10-29T03:25:03.795Z | Downloaded flagset v0.4.3 |
1891 | 2023-10-29T03:25:03.798Z | Downloaded rsa v0.9.2 |
1892 | 2023-10-29T03:25:03.802Z | Downloaded x509-cert v0.2.4 |
1893 | 2023-10-29T03:25:03.811Z | Downloaded object v0.30.4 |
1894 | 2023-10-29T03:25:03.828Z | Downloaded num-bigint-dig v0.8.4 |
1895 | 2023-10-29T03:25:03.837Z | Downloaded crc-any v2.4.3 |
1896 | 2023-10-29T03:25:03.840Z | Downloaded maybe-uninit v2.0.0 |
1897 | 2023-10-29T03:25:03.844Z | Downloaded pkcs1 v0.7.5 |
1898 | 2023-10-29T03:25:03.846Z | Downloaded packed_struct v0.10.1 |
1899 | 2023-10-29T03:25:03.849Z | Downloaded der_derive v0.7.2 |
1900 | 2023-10-29T03:25:04.024Z | Compiling proc-macro2 v1.0.67 |
1901 | 2023-10-29T03:25:04.027Z | Compiling unicode-ident v1.0.12 |
1902 | 2023-10-29T03:25:04.031Z | Compiling libc v0.2.149 |
1903 | 2023-10-29T03:25:04.034Z | Compiling autocfg v1.1.0 |
1904 | 2023-10-29T03:25:04.037Z | Compiling serde v1.0.188 |
1905 | 2023-10-29T03:25:04.040Z | Compiling cfg-if v1.0.0 |
1906 | 2023-10-29T03:25:04.045Z | Compiling version_check v0.9.4 |
1907 | 2023-10-29T03:25:04.186Z | Compiling parking_lot_core v0.9.8 |
1908 | 2023-10-29T03:25:04.197Z | Compiling syn v1.0.109 |
1909 | 2023-10-29T03:25:04.302Z | Compiling once_cell v1.18.0 |
1910 | 2023-10-29T03:25:04.794Z | Compiling typenum v1.16.0 |
1911 | 2023-10-29T03:25:04.805Z | Compiling libm v0.2.7 |
1912 | 2023-10-29T03:25:04.898Z | Compiling futures-core v0.3.29 |
1913 | 2023-10-29T03:25:05.152Z | Compiling generic-array v0.14.7 |
1914 | 2023-10-29T03:25:05.229Z | Compiling lock_api v0.4.10 |
1915 | 2023-10-29T03:25:05.271Z | Compiling num-traits v0.2.16 |
1916 | 2023-10-29T03:25:05.442Z | Compiling pkg-config v0.3.27 |
1917 | 2023-10-29T03:25:05.575Z | Compiling scopeguard v1.2.0 |
1918 | 2023-10-29T03:25:05.785Z | Compiling slab v0.4.9 |
1919 | 2023-10-29T03:25:06.196Z | Compiling quote v1.0.33 |
1920 | 2023-10-29T03:25:06.323Z | Compiling futures-task v0.3.29 |
1921 | 2023-10-29T03:25:06.359Z | Compiling futures-channel v0.3.29 |
1922 | 2023-10-29T03:25:06.770Z | Compiling syn v2.0.32 |
1923 | 2023-10-29T03:25:06.915Z | Compiling serde_json v1.0.107 |
1924 | 2023-10-29T03:25:07.219Z | Compiling jobserver v0.1.26 |
1925 | 2023-10-29T03:25:07.273Z | Compiling getrandom v0.2.10 |
1926 | 2023-10-29T03:25:07.553Z | Compiling thiserror v1.0.49 |
1927 | 2023-10-29T03:25:07.893Z | Compiling cc v1.0.83 |
1928 | 2023-10-29T03:25:07.955Z | Compiling futures-util v0.3.29 |
1929 | 2023-10-29T03:25:08.193Z | Compiling memchr v2.6.3 |
1930 | 2023-10-29T03:25:08.410Z | Compiling itoa v1.0.9 |
1931 | 2023-10-29T03:25:08.413Z | Compiling ahash v0.8.3 |
1932 | 2023-10-29T03:25:08.732Z | Compiling smallvec v1.11.0 |
1933 | 2023-10-29T03:25:08.949Z | Compiling vcpkg v0.2.15 |
1934 | 2023-10-29T03:25:09.272Z | Compiling log v0.4.20 |
1935 | 2023-10-29T03:25:10.269Z | Compiling byteorder v1.5.0 |
1936 | 2023-10-29T03:25:11.088Z | Compiling rand_core v0.6.4 |
1937 | 2023-10-29T03:25:11.470Z | Compiling pin-project-lite v0.2.13 |
1938 | 2023-10-29T03:25:11.828Z | Compiling parking_lot v0.12.1 |
1939 | 2023-10-29T03:25:12.003Z | Compiling indexmap v1.9.3 |
1940 | 2023-10-29T03:25:12.818Z | Compiling openssl-sys v0.9.93 |
1941 | 2023-10-29T03:25:13.279Z | Compiling ring v0.17.5 |
1942 | 2023-10-29T03:25:14.579Z | Compiling io-lifetimes v1.0.11 |
1943 | 2023-10-29T03:25:14.980Z | Compiling ring v0.16.20 |
1944 | 2023-10-29T03:25:15.461Z | Compiling num-integer v0.1.45 |
1945 | 2023-10-29T03:25:15.858Z | Compiling semver v1.0.20 |
1946 | 2023-10-29T03:25:16.498Z | Compiling const-oid v0.9.5 |
1947 | 2023-10-29T03:25:16.564Z | Compiling ryu v1.0.15 |
1948 | 2023-10-29T03:25:17.393Z | Compiling spin v0.5.2 |
1949 | 2023-10-29T03:25:17.734Z | Compiling rustix v0.37.23 |
1950 | 2023-10-29T03:25:18.537Z | Compiling mio v0.8.8 |
1951 | 2023-10-29T03:25:18.573Z | Compiling num_cpus v1.16.0 |
1952 | 2023-10-29T03:25:19.058Z | Compiling socket2 v0.5.4 |
1953 | 2023-10-29T03:25:19.110Z | Compiling signal-hook-registry v1.4.1 |
1954 | 2023-10-29T03:25:19.855Z | Compiling unicode-xid v0.2.4 |
1955 | 2023-10-29T03:25:20.104Z | Compiling futures-sink v0.3.29 |
1956 | 2023-10-29T03:25:20.223Z | Compiling openssl v0.10.57 |
1957 | 2023-10-29T03:25:20.226Z | Compiling httparse v1.8.0 |
1958 | 2023-10-29T03:25:20.316Z | Compiling heck v0.4.1 |
1959 | 2023-10-29T03:25:20.344Z | Compiling ucd-trie v0.1.6 |
1960 | 2023-10-29T03:25:20.496Z | Compiling synstructure v0.12.6 |
1961 | 2023-10-29T03:25:20.965Z | Compiling tinyvec_macros v0.1.1 |
1962 | 2023-10-29T03:25:21.148Z | Compiling tinyvec v1.6.0 |
1963 | 2023-10-29T03:25:22.513Z | Compiling ppv-lite86 v0.2.17 |
1964 | 2023-10-29T03:25:23.051Z | Compiling crc32fast v1.3.2 |
1965 | 2023-10-29T03:25:23.688Z | Compiling rustls v0.21.8 |
1966 | 2023-10-29T03:25:23.920Z | Compiling futures-io v0.3.29 |
1967 | 2023-10-29T03:25:23.933Z | Compiling native-tls v0.2.11 |
1968 | 2023-10-29T03:25:24.342Z | Compiling radium v0.7.0 |
1969 | 2023-10-29T03:25:24.346Z | Compiling pin-utils v0.1.0 |
1970 | 2023-10-29T03:25:24.365Z | Compiling rand_chacha v0.3.1 |
1971 | 2023-10-29T03:25:24.376Z | Compiling unicode-normalization v0.1.22 |
1972 | 2023-10-29T03:25:24.474Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1973 | 2023-10-29T03:25:24.988Z | Compiling spin v0.9.8 |
1974 | 2023-10-29T03:25:25.107Z | Compiling tracing-core v0.1.31 |
1975 | 2023-10-29T03:25:25.277Z | Compiling subtle v2.5.0 |
1976 | 2023-10-29T03:25:25.392Z | Compiling unicode-bidi v0.3.13 |
1977 | 2023-10-29T03:25:27.030Z | Compiling rand v0.8.5 |
1978 | 2023-10-29T03:25:27.412Z | Compiling errno v0.3.2 |
1979 | 2023-10-29T03:25:27.424Z | Compiling num-iter v0.1.43 |
1980 | 2023-10-29T03:25:27.530Z | Compiling usdt-impl v0.3.5 |
1981 | 2023-10-29T03:25:27.559Z | Compiling rustix v0.38.9 |
1982 | 2023-10-29T03:25:27.988Z | Compiling schemars v0.8.13 |
1983 | 2023-10-29T03:25:28.515Z | Compiling base64 v0.21.5 |
1984 | 2023-10-29T03:25:29.821Z | Compiling serde_derive v1.0.188 |
1985 | 2023-10-29T03:25:30.042Z | Compiling zeroize_derive v1.4.2 |
1986 | 2023-10-29T03:25:30.227Z | Compiling tokio-macros v2.1.0 |
1987 | 2023-10-29T03:25:30.285Z | Compiling thiserror-impl v1.0.49 |
1988 | 2023-10-29T03:25:30.577Z | Compiling futures-macro v0.3.29 |
1989 | 2023-10-29T03:25:30.905Z | Compiling tracing-attributes v0.1.26 |
1990 | 2023-10-29T03:25:30.957Z | Compiling zerocopy-derive v0.2.0 |
1991 | 2023-10-29T03:25:31.539Z | Compiling openssl-macros v0.1.1 |
1992 | 2023-10-29T03:25:32.358Z | Compiling zeroize v1.6.0 |
1993 | 2023-10-29T03:25:32.680Z | Compiling zerocopy-derive v0.6.4 |
1994 | 2023-10-29T03:25:33.728Z | Compiling serde_derive_internals v0.26.0 |
1995 | 2023-10-29T03:25:35.183Z | Compiling pest v2.7.2 |
1996 | 2023-10-29T03:25:35.553Z | Compiling crypto-common v0.1.6 |
1997 | 2023-10-29T03:25:35.616Z | Compiling block-buffer v0.10.4 |
1998 | 2023-10-29T03:25:35.921Z | Compiling digest v0.10.7 |
1999 | 2023-10-29T03:25:36.388Z | Compiling tracing v0.1.37 |
2000 | 2023-10-29T03:25:37.523Z | Compiling bitflags v1.3.2 |
2001 | 2023-10-29T03:25:37.676Z | Compiling fnv v1.0.7 |
2002 | 2023-10-29T03:25:37.865Z | Compiling schemars_derive v0.8.13 |
2003 | 2023-10-29T03:25:40.067Z | Compiling pest_meta v2.7.2 |
2004 | 2023-10-29T03:25:40.543Z | Compiling zerocopy v0.3.0 |
2005 | 2023-10-29T03:25:41.807Z | Compiling lazy_static v1.4.0 |
2006 | 2023-10-29T03:25:42.968Z | Compiling pest_generator v2.7.2 |
2007 | 2023-10-29T03:25:44.473Z | Compiling backtrace v0.3.69 |
2008 | 2023-10-29T03:25:44.549Z | Compiling num-bigint v0.4.4 |
2009 | 2023-10-29T03:25:45.047Z | Compiling memoffset v0.9.0 |
2010 | 2023-10-29T03:25:45.198Z | Compiling async-trait v0.1.74 |
2011 | 2023-10-29T03:25:45.221Z | Compiling untrusted v0.7.1 |
2012 | 2023-10-29T03:25:45.461Z | Compiling hashbrown v0.12.3 |
2013 | 2023-10-29T03:25:45.509Z | Compiling base64ct v1.6.0 |
2014 | 2023-10-29T03:25:45.838Z | Compiling untrusted v0.9.0 |
2015 | 2023-10-29T03:25:46.057Z | Compiling iana-time-zone v0.1.57 |
2016 | 2023-10-29T03:25:46.107Z | Compiling crossbeam-utils v0.8.16 |
2017 | 2023-10-29T03:25:46.613Z | Compiling foreign-types-shared v0.1.1 |
2018 | 2023-10-29T03:25:46.758Z | Compiling openssl-probe v0.1.5 |
2019 | 2023-10-29T03:25:46.771Z | Compiling smoltcp v0.9.1 |
2020 | 2023-10-29T03:25:46.885Z | Compiling percent-encoding v2.3.0 |
2021 | 2023-10-29T03:25:47.043Z | Compiling pest_derive v2.7.2 |
2022 | 2023-10-29T03:25:47.196Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2023 | 2023-10-29T03:25:47.312Z | Compiling allocator-api2 v0.2.16 |
2024 | 2023-10-29T03:25:48.139Z | Compiling dtrace-parser v0.1.14 |
2025 | 2023-10-29T03:25:48.246Z | Compiling foreign-types v0.3.2 |
2026 | 2023-10-29T03:25:48.273Z | Compiling pem-rfc7468 v0.7.0 |
2027 | 2023-10-29T03:25:48.463Z | Compiling hashbrown v0.14.0 |
2028 | 2023-10-29T03:25:50.558Z | Compiling dof v0.1.5 |
2029 | 2023-10-29T03:25:51.024Z | Compiling der_derive v0.7.2 |
2030 | 2023-10-29T03:25:51.249Z | Compiling clap_derive v4.4.2 |
2031 | 2023-10-29T03:25:53.678Z | Compiling bytes v1.5.0 |
2032 | 2023-10-29T03:25:54.877Z | Compiling bitflags v2.4.0 |
2033 | 2023-10-29T03:25:55.086Z | Compiling rustc_version v0.4.0 |
2034 | 2023-10-29T03:25:55.242Z | Compiling tokio v1.33.0 |
2035 | 2023-10-29T03:25:56.504Z | Compiling heapless v0.7.16 |
2036 | 2023-10-29T03:25:57.088Z | Compiling http v0.2.9 |
2037 | 2023-10-29T03:25:57.793Z | Compiling uuid v1.4.1 |
2038 | 2023-10-29T03:25:58.607Z | Compiling chrono v0.4.31 |
2039 | 2023-10-29T03:25:58.851Z | Compiling thread-id v4.2.0 |
2040 | 2023-10-29T03:25:59.016Z | Compiling rustversion v1.0.14 |
2041 | 2023-10-29T03:25:59.145Z | Compiling equivalent v1.0.1 |
2042 | 2023-10-29T03:25:59.297Z | Compiling siphasher v0.3.11 |
2043 | 2023-10-29T03:25:59.909Z | Compiling utf8parse v0.2.1 |
2044 | 2023-10-29T03:25:59.941Z | Compiling cpufeatures v0.2.9 |
2045 | 2023-10-29T03:26:00.086Z | Compiling flagset v0.4.3 |
2046 | 2023-10-29T03:26:00.435Z | Compiling try-lock v0.2.4 |
2047 | 2023-10-29T03:26:00.504Z | Compiling anstyle v1.0.2 |
2048 | 2023-10-29T03:26:00.642Z | Compiling adler v1.0.2 |
2049 | 2023-10-29T03:26:00.962Z | Compiling time-core v0.1.1 |
2050 | 2023-10-29T03:26:01.219Z | Compiling time-macros v0.2.13 |
2051 | 2023-10-29T03:26:01.651Z | Compiling miniz_oxide v0.7.1 |
2052 | 2023-10-29T03:26:03.741Z | Compiling want v0.3.1 |
2053 | 2023-10-29T03:26:04.047Z | Compiling der v0.7.8 |
2054 | 2023-10-29T03:26:04.186Z | Compiling anstyle-parse v0.2.1 |
2055 | 2023-10-29T03:26:04.830Z | Compiling sha2 v0.10.8 |
2056 | 2023-10-29T03:26:05.030Z | Compiling http-body v0.4.5 |
2057 | 2023-10-29T03:26:05.704Z | Compiling indexmap v2.0.0 |
2058 | 2023-10-29T03:26:09.060Z | Compiling tokio-util v0.7.10 |
2059 | 2023-10-29T03:26:10.317Z | Compiling serde_tokenstream v0.1.7 |
2060 | 2023-10-29T03:26:11.126Z | Compiling h2 v0.3.21 |
2061 | 2023-10-29T03:26:11.411Z | Compiling sct v0.7.0 |
2062 | 2023-10-29T03:26:14.377Z | Compiling form_urlencoded v1.2.0 |
2063 | 2023-10-29T03:26:14.436Z | Compiling hubpack_derive v0.1.1 |
2064 | 2023-10-29T03:26:15.214Z | Compiling aho-corasick v1.0.4 |
2065 | 2023-10-29T03:26:15.690Z | Compiling socket2 v0.4.9 |
2066 | 2023-10-29T03:26:16.869Z | Compiling crossbeam-epoch v0.9.15 |
2067 | 2023-10-29T03:26:17.492Z | Compiling tower-service v0.3.2 |
2068 | 2023-10-29T03:26:17.667Z | Compiling colorchoice v1.0.0 |
2069 | 2023-10-29T03:26:18.962Z | Compiling httpdate v1.0.3 |
2070 | 2023-10-29T03:26:19.123Z | Compiling regex-syntax v0.7.5 |
2071 | 2023-10-29T03:26:19.586Z | Compiling slog v2.7.0 |
2072 | 2023-10-29T03:26:19.612Z | Compiling anyhow v1.0.75 |
2073 | 2023-10-29T03:26:20.176Z | Compiling anstyle-query v1.0.0 |
2074 | 2023-10-29T03:26:20.263Z | Compiling tap v1.0.1 |
2075 | 2023-10-29T03:26:20.386Z | Compiling anstream v0.5.0 |
2076 | 2023-10-29T03:26:20.542Z | Compiling wyz v0.5.1 |
2077 | 2023-10-29T03:26:23.554Z | Compiling hyper v0.14.27 |
2078 | 2023-10-29T03:26:29.062Z | Compiling regex-automata v0.3.8 |
2079 | 2023-10-29T03:26:30.426Z | Compiling terminal_size v0.2.6 |
2080 | 2023-10-29T03:26:30.751Z | Compiling spki v0.7.2 |
2081 | 2023-10-29T03:26:31.980Z | Compiling rustls-pemfile v1.0.3 |
2082 | 2023-10-29T03:26:32.523Z | Compiling md-5 v0.10.5 |
2083 | 2023-10-29T03:26:32.888Z | Compiling hmac v0.12.1 |
2084 | 2023-10-29T03:26:33.209Z | Compiling zerocopy v0.6.4 |
2085 | 2023-10-29T03:26:33.616Z | Compiling stringprep v0.1.3 |
2086 | 2023-10-29T03:26:34.291Z | Compiling idna v0.4.0 |
2087 | 2023-10-29T03:26:35.351Z | Compiling diesel_table_macro_syntax v0.1.0 |
2088 | 2023-10-29T03:26:35.941Z | Compiling hash32 v0.2.1 |
2089 | 2023-10-29T03:26:36.565Z | Compiling strsim v0.10.0 |
2090 | 2023-10-29T03:26:37.394Z | Compiling either v1.9.0 |
2091 | 2023-10-29T03:26:37.929Z | Compiling gimli v0.28.0 |
2092 | 2023-10-29T03:26:38.065Z | Compiling stable_deref_trait v1.2.0 |
2093 | 2023-10-29T03:26:38.206Z | Compiling dyn-clone v1.0.13 |
2094 | 2023-10-29T03:26:38.737Z | Compiling maybe-uninit v2.0.0 |
2095 | 2023-10-29T03:26:39.242Z | Compiling fallible-iterator v0.2.0 |
2096 | 2023-10-29T03:26:39.453Z | Compiling funty v2.0.0 |
2097 | 2023-10-29T03:26:40.023Z | Compiling clap_lex v0.5.1 |
2098 | 2023-10-29T03:26:40.519Z | Compiling postgres-protocol v0.6.6 |
2099 | 2023-10-29T03:26:41.201Z | Compiling clap_builder v4.4.2 |
2100 | 2023-10-29T03:26:42.549Z | Compiling bitvec v1.0.1 |
2101 | 2023-10-29T03:26:44.756Z | Compiling diesel_derives v2.1.1 |
2102 | 2023-10-29T03:26:44.921Z | Compiling url v2.4.1 |
2103 | 2023-10-29T03:26:45.524Z | Compiling addr2line v0.21.0 |
2104 | 2023-10-29T03:26:47.798Z | Compiling strum_macros v0.25.2 |
2105 | 2023-10-29T03:26:48.318Z | Compiling rustls-native-certs v0.6.3 |
2106 | 2023-10-29T03:26:50.074Z | Compiling tokio-native-tls v0.3.1 |
2107 | 2023-10-29T03:26:53.595Z | Compiling usdt-attr-macro v0.3.5 |
2108 | 2023-10-29T03:26:54.039Z | Compiling usdt-macro v0.3.5 |
2109 | 2023-10-29T03:26:55.542Z | Compiling phf_shared v0.11.2 |
2110 | 2023-10-29T03:26:55.830Z | Compiling toml_datetime v0.6.3 |
2111 | 2023-10-29T03:26:56.114Z | Compiling serde_spanned v0.6.3 |
2112 | 2023-10-29T03:26:56.498Z | Compiling block-padding v0.3.3 |
2113 | 2023-10-29T03:26:56.516Z | Compiling enum-as-inner v0.5.1 |
2114 | 2023-10-29T03:26:56.848Z | Compiling serde_repr v0.1.16 |
2115 | 2023-10-29T03:26:57.879Z | Compiling scheduled-thread-pool v0.2.7 |
2116 | 2023-10-29T03:26:58.015Z | Compiling object v0.32.1 |
2117 | 2023-10-29T03:26:59.442Z | Compiling ipnet v2.8.0 |
2118 | 2023-10-29T03:27:01.287Z | Compiling packed_struct v0.10.1 |
2119 | 2023-10-29T03:27:01.626Z | Compiling num_threads v0.1.6 |
2120 | 2023-10-29T03:27:01.811Z | Compiling matches v0.1.10 |
2121 | 2023-10-29T03:27:01.939Z | Compiling managed v0.8.0 |
2122 | 2023-10-29T03:27:02.960Z | Compiling rustc-demangle v0.1.23 |
2123 | 2023-10-29T03:27:08.910Z | Compiling deranged v0.3.8 |
2124 | 2023-10-29T03:27:09.207Z | Compiling bit-vec v0.6.3 |
2125 | 2023-10-29T03:27:09.784Z | Compiling winnow v0.5.15 |
2126 | 2023-10-29T03:27:09.916Z | Compiling regex-automata v0.1.10 |
2127 | 2023-10-29T03:27:10.727Z | Compiling num-bigint-dig v0.8.4 |
2128 | 2023-10-29T03:27:11.146Z | Compiling bstr v0.2.17 |
2129 | 2023-10-29T03:27:12.111Z | Compiling time v0.3.27 |
2130 | 2023-10-29T03:27:16.305Z | Compiling toml_edit v0.19.15 |
2131 | 2023-10-29T03:27:27.125Z | Compiling idna v0.2.3 |
2132 | 2023-10-29T03:27:28.489Z | Compiling r2d2 v0.8.10 |
2133 | 2023-10-29T03:27:29.913Z | Compiling inout v0.1.3 |
2134 | 2023-10-29T03:27:31.549Z | Compiling phf v0.11.2 |
2135 | 2023-10-29T03:27:32.026Z | Compiling hyper-tls v0.5.0 |
2136 | 2023-10-29T03:27:32.153Z | Compiling clap v4.4.3 |
2137 | 2023-10-29T03:27:32.318Z | Compiling flate2 v1.0.28 |
2138 | 2023-10-29T03:27:32.557Z | Compiling ipnetwork v0.20.0 |
2139 | 2023-10-29T03:27:32.603Z | Compiling postgres-types v0.2.6 |
2140 | 2023-10-29T03:27:33.852Z | Compiling itertools v0.11.0 |
2141 | 2023-10-29T03:27:33.960Z | Compiling regex v1.9.5 |
2142 | 2023-10-29T03:27:34.244Z | Compiling pkcs8 v0.10.2 |
2143 | 2023-10-29T03:27:35.694Z | Compiling hubpack v0.1.2 |
2144 | 2023-10-29T03:27:35.736Z | Compiling serde_urlencoded v0.7.1 |
2145 | 2023-10-29T03:27:35.867Z | Compiling phf_shared v0.10.0 |
2146 | 2023-10-29T03:27:36.412Z | Compiling futures-executor v0.3.29 |
2147 | 2023-10-29T03:27:37.228Z | Compiling signature v2.1.0 |
2148 | 2023-10-29T03:27:38.024Z | Compiling packed_struct_codegen v0.10.1 |
2149 | 2023-10-29T03:27:39.207Z | Compiling float-cmp v0.9.0 |
2150 | 2023-10-29T03:27:39.637Z | Compiling encoding_rs v0.8.33 |
2151 | 2023-10-29T03:27:40.048Z | Compiling whoami v1.4.1 |
2152 | 2023-10-29T03:27:40.052Z | Compiling webpki-roots v0.25.2 |
2153 | 2023-10-29T03:27:40.448Z | Compiling normalize-line-endings v0.3.0 |
2154 | 2023-10-29T03:27:40.642Z | Compiling new_debug_unreachable v1.0.4 |
2155 | 2023-10-29T03:27:40.775Z | Compiling mime v0.3.17 |
2156 | 2023-10-29T03:27:40.872Z | Compiling data-encoding v2.4.0 |
2157 | 2023-10-29T03:27:42.351Z | Compiling unicode-width v0.1.11 |
2158 | 2023-10-29T03:27:42.464Z | Compiling fixedbitset v0.4.2 |
2159 | 2023-10-29T03:27:42.591Z | Compiling precomputed-hash v0.1.1 |
2160 | 2023-10-29T03:27:42.753Z | Compiling difflib v0.4.0 |
2161 | 2023-10-29T03:27:43.125Z | Compiling predicates-core v1.0.6 |
2162 | 2023-10-29T03:27:43.610Z | Compiling unicode-segmentation v1.10.1 |
2163 | 2023-10-29T03:27:43.892Z | Compiling static_assertions v1.1.0 |
2164 | 2023-10-29T03:27:44.037Z | Compiling nodrop v0.1.14 |
2165 | 2023-10-29T03:27:44.579Z | Compiling crc-catalog v2.2.0 |
2166 | 2023-10-29T03:27:44.973Z | Compiling similar v2.2.1 |
2167 | 2023-10-29T03:27:45.107Z | Compiling crc v3.0.1 |
2168 | 2023-10-29T03:27:48.615Z | Compiling array-init v0.0.4 |
2169 | 2023-10-29T03:27:52.250Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2170 | 2023-10-29T03:27:52.282Z | Compiling predicates v3.0.4 |
2171 | 2023-10-29T03:27:54.180Z | Compiling petgraph v0.6.4 |
2172 | 2023-10-29T03:27:54.828Z | Compiling string_cache v0.8.7 |
2173 | 2023-10-29T03:27:55.502Z | Compiling console v0.15.7 |
2174 | 2023-10-29T03:27:56.435Z | Compiling trust-dns-proto v0.22.0 |
2175 | 2023-10-29T03:27:57.681Z | Compiling tokio-postgres v0.7.10 |
2176 | 2023-10-29T03:28:06.247Z | Compiling futures v0.3.29 |
2177 | 2023-10-29T03:28:08.540Z | Compiling pkcs1 v0.7.5 |
2178 | 2023-10-29T03:28:08.886Z | Compiling yasna v0.5.2 |
2179 | 2023-10-29T03:28:09.225Z | Compiling smallvec v0.6.14 |
2180 | 2023-10-29T03:28:09.627Z | Compiling diesel v2.1.3 |
2181 | 2023-10-29T03:28:09.974Z | Compiling cipher v0.4.4 |
2182 | 2023-10-29T03:28:11.779Z | Compiling toml v0.7.8 |
2183 | 2023-10-29T03:28:15.093Z | Compiling bit-set v0.5.3 |
2184 | 2023-10-29T03:28:15.361Z | Compiling usdt v0.3.5 |
2185 | 2023-10-29T03:28:15.527Z | Compiling is-terminal v0.4.9 |
2186 | 2023-10-29T03:28:15.772Z | Compiling itertools v0.10.5 |
2187 | 2023-10-29T03:28:18.141Z | Compiling bstr v1.6.0 |
2188 | 2023-10-29T03:28:20.689Z | Compiling tokio-stream v0.1.14 |
2189 | 2023-10-29T03:28:20.951Z | Compiling openapiv3 v1.0.3 |
2190 | 2023-10-29T03:28:20.983Z | Compiling hex v0.4.3 |
2191 | 2023-10-29T03:28:23.518Z | Compiling hashbrown v0.13.2 |
2192 | 2023-10-29T03:28:27.546Z | Compiling termcolor v1.2.0 |
2193 | 2023-10-29T03:28:27.929Z | Compiling bitfield v0.14.0 |
2194 | 2023-10-29T03:28:29.668Z | Compiling lalrpop-util v0.19.12 |
2195 | 2023-10-29T03:28:36.014Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2196 | 2023-10-29T03:28:40.333Z | Compiling env_logger v0.10.0 |
2197 | 2023-10-29T03:28:51.363Z | Compiling rsa v0.9.2 |
2198 | 2023-10-29T03:28:57.359Z | Compiling serde-hex v0.1.0 |
2199 | 2023-10-29T03:29:00.610Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2200 | 2023-10-29T03:29:07.562Z | Compiling x509-cert v0.2.4 |
2201 | 2023-10-29T03:29:08.207Z | Compiling ron v0.8.1 |
2202 | 2023-10-29T03:29:15.055Z | Compiling crc-any v2.4.3 |
2203 | 2023-10-29T03:29:31.267Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2204 | 2023-10-29T03:29:32.385Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2205 | 2023-10-29T03:29:49.292Z | Compiling object v0.30.4 |
2206 | 2023-10-29T03:29:59.060Z | Compiling path-slash v0.1.5 |
2207 | 2023-10-29T03:30:03.874Z | Compiling bzip2 v0.4.4 |
2208 | 2023-10-29T03:30:04.465Z | Compiling zip v0.6.6 |
2209 | 2023-10-29T03:30:09.832Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2210 | 2023-10-29T03:30:17.972Z | Compiling rustls-webpki v0.101.7 |
2211 | 2023-10-29T03:30:31.337Z | Compiling tokio-rustls v0.24.1 |
2212 | 2023-10-29T03:30:31.750Z | Compiling hyper-rustls v0.24.2 |
2213 | 2023-10-29T03:30:32.868Z | Compiling reqwest v0.11.20 |
2214 | 2023-10-29T03:30:56.561Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2215 | 2023-10-29T03:31:02.214Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2216 | 2023-10-29T03:31:03.301Z | Finished release [optimized] target(s) in 6m 00s |
2217 | 2023-10-29T03:31:03.380Z | |
2218 | 2023-10-29T03:31:03.383Z | real 6:00.746846912 |
2219 | 2023-10-29T03:31:03.387Z | user 42:28.447029613 |
2220 | 2023-10-29T03:31:03.393Z | sys 3:52.744234386 |
2221 | 2023-10-29T03:31:03.397Z | trap 1.765320861 |
2222 | 2023-10-29T03:31:03.400Z | tflt 1.177145281 |
2223 | 2023-10-29T03:31:03.403Z | dflt 1.045710661 |
2224 | 2023-10-29T03:31:03.431Z | kflt 0.007570195 |
2225 | 2023-10-29T03:31:03.434Z | lock 1:33:34.466891726 |
2226 | 2023-10-29T03:31:03.437Z | slp 2:55:32.188646593 |
2227 | 2023-10-29T03:31:03.440Z | lat 1:42.726104402 |
2228 | 2023-10-29T03:31:03.443Z | stop 1:36.439684402 |
2229 | 2023-10-29T03:31:03.446Z | + ptime -m gzip |
2230 | 2023-10-29T03:31:04.063Z | |
2231 | 2023-10-29T03:31:04.069Z | real 0.677146464 |
2232 | 2023-10-29T03:31:04.073Z | user 0.666660042 |
2233 | 2023-10-29T03:31:04.076Z | sys 0.008318936 |
2234 | 2023-10-29T03:31:04.079Z | trap 0.000714307 |
2235 | 2023-10-29T03:31:04.082Z | tflt 0.000000000 |
2236 | 2023-10-29T03:31:04.085Z | dflt 0.000000000 |
2237 | 2023-10-29T03:31:04.088Z | kflt 0.000000000 |
2238 | 2023-10-29T03:31:04.094Z | lock 0.000000000 |
2239 | 2023-10-29T03:31:04.098Z | slp 0.000000000 |
2240 | 2023-10-29T03:31:04.102Z | lat 0.001098274 |
2241 | 2023-10-29T03:31:04.105Z | stop 0.000228916 |
2242 | 2023-10-29T03:31:04.107Z | + banner tufaceous |
2243 | 2023-10-29T03:31:04.111Z | |
2244 | 2023-10-29T03:31:04.114Z | ##### # # ###### ## #### ###### #### # # #### |
2245 | 2023-10-29T03:31:04.117Z | # # # # # # # # # # # # # # |
2246 | 2023-10-29T03:31:04.120Z | # # # ##### # # # ##### # # # # #### |
2247 | 2023-10-29T03:31:04.123Z | # # # # ###### # # # # # # # |
2248 | 2023-10-29T03:31:04.126Z | # # # # # # # # # # # # # # # |
2249 | 2023-10-29T03:31:04.129Z | # #### # # # #### ###### #### #### #### |
2250 | 2023-10-29T03:31:04.132Z | |
2251 | 2023-10-29T03:31:04.135Z | + ptime -m cargo build --locked -p tufaceous --release |
2252 | 2023-10-29T03:31:04.796Z | Downloading crates ... |
2253 | 2023-10-29T03:31:05.157Z | Downloaded doc-comment v0.3.3 |
2254 | 2023-10-29T03:31:05.160Z | Downloaded buf-list v1.0.3 |
2255 | 2023-10-29T03:31:05.166Z | Downloaded fs-err v2.9.0 |
2256 | 2023-10-29T03:31:05.174Z | Downloaded snafu-derive v0.7.5 |
2257 | 2023-10-29T03:31:05.177Z | Downloaded snafu v0.7.5 |
2258 | 2023-10-29T03:31:05.186Z | Downloaded bytesize v1.3.0 |
2259 | 2023-10-29T03:31:05.189Z | Downloaded globset v0.4.13 |
2260 | 2023-10-29T03:31:05.192Z | Downloaded path-dedot v3.1.0 |
2261 | 2023-10-29T03:31:05.195Z | Downloaded olpc-cjson v0.1.3 |
2262 | 2023-10-29T03:31:05.198Z | Downloaded tough v0.12.5 |
2263 | 2023-10-29T03:31:05.206Z | Downloaded path-absolutize v3.1.0 |
2264 | 2023-10-29T03:31:05.209Z | Downloaded serde_plain v1.0.2 |
2265 | 2023-10-29T03:31:05.360Z | Compiling serde_tokenstream v0.2.0 |
2266 | 2023-10-29T03:31:05.381Z | Compiling regress v0.7.1 |
2267 | 2023-10-29T03:31:05.396Z | Compiling dirs-sys-next v0.1.2 |
2268 | 2023-10-29T03:31:05.399Z | Compiling ident_case v1.0.1 |
2269 | 2023-10-29T03:31:05.421Z | Compiling thread_local v1.1.7 |
2270 | 2023-10-29T03:31:05.424Z | Compiling slog-async v2.8.0 |
2271 | 2023-10-29T03:31:05.433Z | Compiling heck v0.4.1 |
2272 | 2023-10-29T03:31:05.638Z | Compiling dirs-next v2.0.0 |
2273 | 2023-10-29T03:31:06.013Z | Compiling darling_core v0.20.3 |
2274 | 2023-10-29T03:31:06.067Z | Compiling camino v1.1.6 |
2275 | 2023-10-29T03:31:06.248Z | Compiling term v0.7.0 |
2276 | 2023-10-29T03:31:06.679Z | Compiling crossbeam-channel v0.5.8 |
2277 | 2023-10-29T03:31:06.935Z | Compiling getopts v0.2.21 |
2278 | 2023-10-29T03:31:07.271Z | Compiling structmeta-derive v0.1.6 |
2279 | 2023-10-29T03:31:07.472Z | Compiling atty v0.2.14 |
2280 | 2023-10-29T03:31:07.680Z | Compiling multer v2.1.0 |
2281 | 2023-10-29T03:31:08.088Z | Compiling unsafe-libyaml v0.2.9 |
2282 | 2023-10-29T03:31:08.424Z | Compiling paste v1.0.14 |
2283 | 2023-10-29T03:31:09.125Z | Compiling match_cfg v0.1.0 |
2284 | 2023-10-29T03:31:09.264Z | Compiling doc-comment v0.3.3 |
2285 | 2023-10-29T03:31:10.041Z | Compiling take_mut v0.2.2 |
2286 | 2023-10-29T03:31:10.196Z | Compiling hostname v0.3.1 |
2287 | 2023-10-29T03:31:10.573Z | Compiling serde_yaml v0.9.25 |
2288 | 2023-10-29T03:31:11.144Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2289 | 2023-10-29T03:31:13.643Z | Compiling structmeta v0.1.6 |
2290 | 2023-10-29T03:31:14.499Z | Compiling slog-term v2.9.0 |
2291 | 2023-10-29T03:31:15.340Z | Compiling darling_macro v0.20.3 |
2292 | 2023-10-29T03:31:16.803Z | Compiling darling v0.20.3 |
2293 | 2023-10-29T03:31:16.995Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2294 | 2023-10-29T03:31:17.020Z | Compiling slog-json v2.6.1 |
2295 | 2023-10-29T03:31:17.233Z | Compiling async-stream-impl v0.3.5 |
2296 | 2023-10-29T03:31:17.789Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2297 | 2023-10-29T03:31:17.868Z | Compiling regex-syntax v0.6.29 |
2298 | 2023-10-29T03:31:18.216Z | Compiling atomic-waker v1.1.1 |
2299 | 2023-10-29T03:31:18.501Z | Compiling fastrand v2.0.0 |
2300 | 2023-10-29T03:31:19.222Z | Compiling async-stream v0.3.5 |
2301 | 2023-10-29T03:31:19.519Z | Compiling tempfile v3.8.0 |
2302 | 2023-10-29T03:31:19.623Z | Compiling waitgroup v0.1.2 |
2303 | 2023-10-29T03:31:19.838Z | Compiling slog-bunyan v2.4.0 |
2304 | 2023-10-29T03:31:19.992Z | Compiling serde_with_macros v2.3.3 |
2305 | 2023-10-29T03:31:22.139Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2306 | 2023-10-29T03:31:22.904Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2307 | 2023-10-29T03:31:23.939Z | Compiling sha1 v0.10.5 |
2308 | 2023-10-29T03:31:24.194Z | Compiling snafu-derive v0.7.5 |
2309 | 2023-10-29T03:31:25.114Z | Compiling serde_path_to_error v0.1.14 |
2310 | 2023-10-29T03:31:25.350Z | Compiling path-dedot v3.1.0 |
2311 | 2023-10-29T03:31:25.469Z | Compiling instant v0.1.12 |
2312 | 2023-10-29T03:31:25.542Z | Compiling buf-list v1.0.3 |
2313 | 2023-10-29T03:31:25.675Z | Compiling base64 v0.13.1 |
2314 | 2023-10-29T03:31:25.696Z | Compiling arc-swap v1.6.0 |
2315 | 2023-10-29T03:31:27.096Z | Compiling debug-ignore v1.0.5 |
2316 | 2023-10-29T03:31:27.101Z | Compiling same-file v1.0.6 |
2317 | 2023-10-29T03:31:27.107Z | Compiling walkdir v2.4.0 |
2318 | 2023-10-29T03:31:27.114Z | Compiling slog-scope v4.4.0 |
2319 | 2023-10-29T03:31:27.165Z | Compiling pem v1.1.1 |
2320 | 2023-10-29T03:31:27.815Z | Compiling parse-display-derive v0.7.0 |
2321 | 2023-10-29T03:31:28.713Z | Compiling backoff v0.4.0 |
2322 | 2023-10-29T03:31:29.399Z | Compiling path-absolutize v3.1.0 |
2323 | 2023-10-29T03:31:29.650Z | Compiling serde_with v2.3.3 |
2324 | 2023-10-29T03:31:29.694Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2325 | 2023-10-29T03:31:29.763Z | Compiling globset v0.4.13 |
2326 | 2023-10-29T03:31:30.138Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2327 | 2023-10-29T03:31:30.722Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2328 | 2023-10-29T03:31:30.973Z | Compiling strum v0.25.0 |
2329 | 2023-10-29T03:31:31.255Z | Compiling olpc-cjson v0.1.3 |
2330 | 2023-10-29T03:31:32.145Z | Compiling serde_plain v1.0.2 |
2331 | 2023-10-29T03:31:32.549Z | Compiling snafu v0.7.5 |
2332 | 2023-10-29T03:31:33.011Z | Compiling macaddr v1.0.1 |
2333 | 2023-10-29T03:31:34.243Z | Compiling filetime v0.2.22 |
2334 | 2023-10-29T03:31:34.262Z | Compiling parse-display v0.7.0 |
2335 | 2023-10-29T03:31:34.571Z | Compiling xattr v1.0.1 |
2336 | 2023-10-29T03:31:34.636Z | Compiling tough v0.12.5 |
2337 | 2023-10-29T03:31:35.027Z | Compiling tar v0.4.40 |
2338 | 2023-10-29T03:31:36.549Z | Compiling slog-stdlog v4.1.1 |
2339 | 2023-10-29T03:31:37.607Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2340 | 2023-10-29T03:31:37.800Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2341 | 2023-10-29T03:31:38.138Z | Compiling camino-tempfile v1.0.2 |
2342 | 2023-10-29T03:31:39.501Z | Compiling bytesize v1.3.0 |
2343 | 2023-10-29T03:31:40.452Z | Compiling fs-err v2.9.0 |
2344 | 2023-10-29T03:31:41.882Z | Compiling slog-envlogger v2.2.0 |
2345 | 2023-10-29T03:31:44.677Z | Compiling humantime v2.1.0 |
2346 | 2023-10-29T03:31:48.624Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2347 | 2023-10-29T03:32:16.411Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2348 | 2023-10-29T03:32:16.707Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2349 | 2023-10-29T03:32:26.848Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2350 | 2023-10-29T03:32:29.229Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2351 | 2023-10-29T03:32:54.035Z | Finished release [optimized] target(s) in 1m 49s |
2352 | 2023-10-29T03:32:54.126Z | |
2353 | 2023-10-29T03:32:54.129Z | real 1:50.041058339 |
2354 | 2023-10-29T03:32:54.140Z | user 11:40.308050498 |
2355 | 2023-10-29T03:32:54.147Z | sys 43.903562766 |
2356 | 2023-10-29T03:32:54.151Z | trap 0.438512009 |
2357 | 2023-10-29T03:32:54.153Z | tflt 0.476103022 |
2358 | 2023-10-29T03:32:54.157Z | dflt 0.427283224 |
2359 | 2023-10-29T03:32:54.160Z | kflt 0.005181255 |
2360 | 2023-10-29T03:32:54.163Z | lock 21:53.281721888 |
2361 | 2023-10-29T03:32:54.166Z | slp 24:57.163135919 |
2362 | 2023-10-29T03:32:54.170Z | lat 19.807493330 |
2363 | 2023-10-29T03:32:54.173Z | stop 11.280516055 |
2364 | 2023-10-29T03:32:54.176Z | + ptime -m gzip |
2365 | 2023-10-29T03:32:56.415Z | |
2366 | 2023-10-29T03:32:56.427Z | real 2.283422095 |
2367 | 2023-10-29T03:32:56.468Z | user 2.255385213 |
2368 | 2023-10-29T03:32:56.471Z | sys 0.027166521 |
2369 | 2023-10-29T03:32:56.474Z | trap 0.000287989 |
2370 | 2023-10-29T03:32:56.477Z | tflt 0.000000000 |
2371 | 2023-10-29T03:32:56.480Z | dflt 0.000000000 |
2372 | 2023-10-29T03:32:56.483Z | kflt 0.000000000 |
2373 | 2023-10-29T03:32:56.486Z | lock 0.000000000 |
2374 | 2023-10-29T03:32:56.489Z | slp 0.000000000 |
2375 | 2023-10-29T03:32:56.493Z | lat 0.000176725 |
2376 | 2023-10-29T03:32:56.496Z | stop 0.000301675 |
2377 | 2023-10-29T03:32:56.499Z | process exited: duration 1311471 ms, exit code 0 |
|
2378 | 2023-10-29T03:32:56.506Z | found 5 output files |
2379 | 2023-10-29T03:32:56.521Z | uploading: /work/end-to-end-tests/bootstrap-14d6b030e12c027b.gz (6513533 bytes) |
2380 | 2023-10-29T03:32:59.347Z | uploaded: /work/end-to-end-tests/bootstrap-14d6b030e12c027b.gz |
2381 | 2023-10-29T03:32:59.359Z | uploading: /work/end-to-end-tests/bootstrap.gz (98761144 bytes) |
2382 | 2023-10-29T03:33:26.090Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2383 | 2023-10-29T03:33:26.096Z | uploading: /work/end-to-end-tests/end_to_end_tests-e13f5e2b300997c0.gz (112931135 bytes) |
2384 | 2023-10-29T03:33:54.216Z | uploaded: /work/end-to-end-tests/end_to_end_tests-e13f5e2b300997c0.gz |
2385 | 2023-10-29T03:33:54.227Z | uploading: /work/caboose-util.gz (4111192 bytes) |
2386 | 2023-10-29T03:33:57.094Z | uploaded: /work/caboose-util.gz |
2387 | 2023-10-29T03:33:57.099Z | uploading: /work/tufaceous.gz (14451516 bytes) |
2388 | 2023-10-29T03:34:01.387Z | uploaded: /work/tufaceous.gz |