|
|
|
1 | 2023-10-21T04:05:34.522Z | job assigned to worker 01HD86EJ27PADEVGETWDCGJ7JX (queued for 8 m 13 s) |
|
2 | 2023-10-21T04:05:34.613Z | starting task 0: "setup" |
3 | 2023-10-21T04:05:34.965Z | ++ uname -s |
4 | 2023-10-21T04:05:34.975Z | + kern=SunOS |
5 | 2023-10-21T04:05:34.987Z | + case "$kern" in |
6 | 2023-10-21T04:05:35.003Z | + groupadd -g 12345 build |
7 | 2023-10-21T04:05:35.016Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-21T04:05:36.980Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-21T04:05:37.118Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-21T04:05:37.127Z | + home_fs=zfs |
11 | 2023-10-21T04:05:37.137Z | + [[ zfs == autofs ]] |
12 | 2023-10-21T04:05:37.149Z | + mkdir -p /home/build |
13 | 2023-10-21T04:05:37.566Z | + chown build:build /home/build /work |
14 | 2023-10-21T04:05:39.172Z | + chmod 0700 /home/build /work |
15 | 2023-10-21T04:05:39.181Z | process exited: duration 4551 ms, exit code 0 |
|
16 | 2023-10-21T04:05:39.203Z | starting task 1: "rust-toolchain" |
17 | 2023-10-21T04:05:39.227Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-21T04:05:39.241Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-21T04:05:39.397Z | info: downloading installer |
20 | 2023-10-21T04:05:42.552Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-21T04:05:42.561Z | warning: /opt/ooce/bin |
22 | 2023-10-21T04:05:42.571Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-21T04:05:42.579Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-21T04:05:42.588Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-21T04:05:42.594Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-21T04:05:42.598Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-21T04:05:42.604Z | error: cannot install while Rust is installed |
28 | 2023-10-21T04:05:42.608Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-21T04:05:43.274Z | info: profile set to 'default' |
30 | 2023-10-21T04:05:43.293Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-21T04:05:43.310Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-21T04:05:43.479Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-21T04:05:43.500Z | info: downloading component 'cargo' |
34 | 2023-10-21T04:05:44.252Z | info: downloading component 'clippy' |
35 | 2023-10-21T04:05:44.527Z | info: downloading component 'rust-docs' |
36 | 2023-10-21T04:05:45.520Z | info: downloading component 'rust-std' |
37 | 2023-10-21T04:05:47.290Z | info: downloading component 'rustc' |
38 | 2023-10-21T04:05:51.571Z | info: downloading component 'rustfmt' |
39 | 2023-10-21T04:05:51.817Z | info: installing component 'cargo' |
40 | 2023-10-21T04:05:53.904Z | info: installing component 'clippy' |
41 | 2023-10-21T04:05:54.838Z | info: installing component 'rust-docs' |
42 | 2023-10-21T04:05:57.590Z | info: installing component 'rust-std' |
43 | 2023-10-21T04:06:01.528Z | info: installing component 'rustc' |
44 | 2023-10-21T04:06:10.862Z | info: installing component 'rustfmt' |
45 | 2023-10-21T04:06:11.320Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-21T04:06:11.330Z | |
47 | 2023-10-21T04:06:11.487Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-21T04:06:11.491Z | |
49 | 2023-10-21T04:06:11.494Z | |
50 | 2023-10-21T04:06:11.497Z | Rust is installed now. Great! |
51 | 2023-10-21T04:06:11.501Z | |
52 | 2023-10-21T04:06:11.504Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-21T04:06:11.507Z | environment variable. This has not been done automatically. |
54 | 2023-10-21T04:06:11.509Z | |
55 | 2023-10-21T04:06:11.512Z | To configure your current shell, run: |
56 | 2023-10-21T04:06:11.515Z | source "$HOME/.cargo/env" |
57 | 2023-10-21T04:06:11.590Z | + rustc --version |
58 | 2023-10-21T04:06:11.702Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-21T04:06:11.709Z | process exited: duration 32500 ms, exit code 0 |
|
60 | 2023-10-21T04:06:11.734Z | starting task 2: "authentication" |
61 | 2023-10-21T04:06:11.784Z | process exited: duration 37 ms, exit code 0 |
|
62 | 2023-10-21T04:06:11.796Z | starting task 3: "clone repository" |
63 | 2023-10-21T04:06:11.806Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-21T04:06:11.814Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-21T04:06:11.934Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-21T04:06:17.895Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-21T04:06:17.911Z | + [[ -n renovate/tokio-util-0.x ]] |
68 | 2023-10-21T04:06:17.919Z | + git fetch origin renovate/tokio-util-0.x |
69 | 2023-10-21T04:06:18.258Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-21T04:06:18.261Z | * branch renovate/tokio-util-0.x -> FETCH_HEAD |
71 | 2023-10-21T04:06:18.271Z | + git checkout -B renovate/tokio-util-0.x remotes/origin/renovate/tokio-util-0.x |
72 | 2023-10-21T04:06:18.326Z | Switched to a new branch 'renovate/tokio-util-0.x' |
73 | 2023-10-21T04:06:18.330Z | branch 'renovate/tokio-util-0.x' set up to track 'origin/renovate/tokio-util-0.x'. |
74 | 2023-10-21T04:06:18.333Z | + git reset --hard eab24823f9f05a78acf3592b94a07f3e691638f9 |
75 | 2023-10-21T04:06:18.385Z | HEAD is now at eab24823 Update Rust crate tokio-util to 0.7.9 |
76 | 2023-10-21T04:06:18.389Z | process exited: duration 6587 ms, exit code 0 |
|
77 | 2023-10-21T04:06:18.399Z | starting task 4: "build" |
78 | 2023-10-21T04:06:18.413Z | + cargo --version |
79 | 2023-10-21T04:06:18.545Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-21T04:06:18.560Z | + rustc --version |
81 | 2023-10-21T04:06:18.602Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-21T04:06:18.608Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-21T04:06:27.497Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-21T04:06:28.464Z | Startup: Caching catalogs ... Done |
85 | 2023-10-21T04:06:33.489Z | Planning: Solver setup ... Done (4.329s) |
86 | 2023-10-21T04:06:33.498Z | Planning: Running solver ... Done (0.114s) |
87 | 2023-10-21T04:06:33.510Z | Planning: Finding local manifests ... Done (0.054s) |
88 | 2023-10-21T04:06:33.525Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-21T04:06:33.587Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-21T04:06:33.668Z | Planning: Package planning ... Done (0.080s) |
91 | 2023-10-21T04:06:33.757Z | Planning: Merging actions ... Done (0.087s) |
92 | 2023-10-21T04:06:34.471Z | Planning: Checking for conflicting actions ... Done (0.705s) |
93 | 2023-10-21T04:06:34.491Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-10-21T04:06:38.965Z | Planning: Evaluating mediators ... Done (4.485s) |
95 | 2023-10-21T04:06:38.978Z | Planning: Planning completed in 10.46 seconds |
96 | 2023-10-21T04:06:39.002Z | Packages to install: 4 |
97 | 2023-10-21T04:06:39.031Z | Mediators to change: 2 |
98 | 2023-10-21T04:06:39.039Z | Services to change: 1 |
99 | 2023-10-21T04:06:39.048Z | Estimated space available: 149.39 GB |
100 | 2023-10-21T04:06:39.055Z | Estimated space to be consumed: 1.37 GB |
101 | 2023-10-21T04:06:39.064Z | Create boot environment: No |
102 | 2023-10-21T04:06:39.074Z | Create backup boot environment: No |
103 | 2023-10-21T04:06:39.083Z | Rebuild boot archive: No |
104 | 2023-10-21T04:06:39.101Z | |
105 | 2023-10-21T04:06:39.109Z | Changed mediators: |
106 | 2023-10-21T04:06:39.118Z | mediator clang: |
107 | 2023-10-21T04:06:39.128Z | version: None -> 15 (system default) |
108 | 2023-10-21T04:06:39.141Z | |
109 | 2023-10-21T04:06:39.153Z | mediator llvm: |
110 | 2023-10-21T04:06:39.172Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-21T04:06:39.193Z | |
112 | 2023-10-21T04:06:39.218Z | Changed packages: |
113 | 2023-10-21T04:06:39.639Z | helios-dev |
114 | 2023-10-21T04:06:39.645Z | developer/build-essential |
115 | 2023-10-21T04:06:39.649Z | None -> 11-2.0 |
116 | 2023-10-21T04:06:39.651Z | library/libxmlsec1 |
117 | 2023-10-21T04:06:39.655Z | None -> 1.2.35-2.0 |
118 | 2023-10-21T04:06:39.660Z | ooce/developer/clang-15 |
119 | 2023-10-21T04:06:39.666Z | None -> 15.0.7-2.0 |
120 | 2023-10-21T04:06:39.674Z | ooce/developer/llvm-15 |
121 | 2023-10-21T04:06:39.681Z | None -> 15.0.7-2.0 |
122 | 2023-10-21T04:06:39.693Z | |
123 | 2023-10-21T04:06:39.703Z | Services: |
124 | 2023-10-21T04:06:39.717Z | restart_fmri: |
125 | 2023-10-21T04:06:39.732Z | svc:/system/update-man-index:default |
126 | 2023-10-21T04:06:39.743Z | |
127 | 2023-10-21T04:06:39.747Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-21T04:06:44.240Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (17.4M/s) |
129 | 2023-10-21T04:06:50.929Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (13.7M/s) |
130 | 2023-10-21T04:06:55.708Z | Download: Completed 212.60 MB in 16.46 seconds (12.9M/s) |
131 | 2023-10-21T04:06:56.649Z | Actions: 1/3687 actions (Installing new actions) |
132 | 2023-10-21T04:07:01.805Z | Actions: 2398/3687 actions (Installing new actions) |
133 | 2023-10-21T04:07:04.934Z | Actions: Completed 3687 actions in 8.29 seconds. |
134 | 2023-10-21T04:07:05.016Z | Done (0.075s) |
135 | 2023-10-21T04:07:05.019Z | Done (0.000s) |
136 | 2023-10-21T04:07:05.231Z | Done (0.191s) |
137 | 2023-10-21T04:07:13.237Z | Done (7.915s) |
138 | 2023-10-21T04:07:13.509Z | Done (0.126s) |
139 | 2023-10-21T04:07:13.528Z | Done (0.000s) |
140 | 2023-10-21T04:07:13.777Z | Done (0.000s) |
141 | 2023-10-21T04:07:14.541Z | Planning: Evaluating mediator changes ... Done |
142 | 2023-10-21T04:07:14.816Z | Planning: Checking for conflicting actions ... Done |
143 | 2023-10-21T04:07:14.825Z | Planning: Consolidating action changes ... Done |
144 | 2023-10-21T04:07:15.266Z | Planning: Evaluating mediators ... Done |
145 | 2023-10-21T04:07:15.293Z | Planning: Planning completed in 0.73 seconds |
146 | 2023-10-21T04:07:15.317Z | Mediators to change: 2 |
147 | 2023-10-21T04:07:15.326Z | Create boot environment: No |
148 | 2023-10-21T04:07:15.331Z | Create backup boot environment: No |
149 | 2023-10-21T04:07:15.410Z | Done |
150 | 2023-10-21T04:07:15.413Z | Done |
151 | 2023-10-21T04:07:15.567Z | Done |
152 | 2023-10-21T04:07:21.532Z | Done |
153 | 2023-10-21T04:07:21.654Z | Done |
154 | 2023-10-21T04:07:21.659Z | Done |
155 | 2023-10-21T04:07:21.761Z | Done |
156 | 2023-10-21T04:07:22.795Z | Planning: Evaluating mediator changes ... Done |
157 | 2023-10-21T04:07:22.799Z | Planning: Merging actions ... Done |
158 | 2023-10-21T04:07:23.134Z | Planning: Checking for conflicting actions ... Done |
159 | 2023-10-21T04:07:23.153Z | Planning: Consolidating action changes ... Done |
160 | 2023-10-21T04:07:23.662Z | Planning: Evaluating mediators ... Done |
161 | 2023-10-21T04:07:23.680Z | Planning: Planning completed in 1.32 seconds |
162 | 2023-10-21T04:07:23.735Z | Packages to change: 1 |
163 | 2023-10-21T04:07:24.159Z | Mediators to change: 1 |
164 | 2023-10-21T04:07:24.169Z | Services to change: 1 |
165 | 2023-10-21T04:07:24.175Z | Create boot environment: No |
166 | 2023-10-21T04:07:24.180Z | Create backup boot environment: Yes |
167 | 2023-10-21T04:07:26.151Z | Actions: 1/6 actions (Updating modified actions) |
168 | 2023-10-21T04:07:26.153Z | Actions: Completed 6 actions in 0.00 seconds. |
169 | 2023-10-21T04:07:26.156Z | Done |
170 | 2023-10-21T04:07:26.159Z | Done |
171 | 2023-10-21T04:07:26.204Z | Done |
172 | 2023-10-21T04:07:32.243Z | Done |
173 | 2023-10-21T04:07:32.368Z | Done |
174 | 2023-10-21T04:07:32.372Z | Done |
175 | 2023-10-21T04:07:32.466Z | Done |
176 | 2023-10-21T04:07:33.159Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
177 | 2023-10-21T04:07:33.185Z | clang system 15 system |
178 | 2023-10-21T04:07:33.263Z | csh system system illumos |
179 | 2023-10-21T04:07:33.290Z | ctags system system illumos |
180 | 2023-10-21T04:07:33.304Z | gcc vendor 12 vendor |
181 | 2023-10-21T04:07:33.310Z | gcc system 10 system |
182 | 2023-10-21T04:07:33.319Z | gcc system 7 system |
183 | 2023-10-21T04:07:33.325Z | go system 1.20 system |
184 | 2023-10-21T04:07:33.332Z | go system 1.19 system |
185 | 2023-10-21T04:07:33.336Z | llvm system 15 system |
186 | 2023-10-21T04:07:33.341Z | llvm system 14 system |
187 | 2023-10-21T04:07:33.346Z | mariadb system 10.6 system |
188 | 2023-10-21T04:07:33.351Z | mta vendor vendor dma |
189 | 2023-10-21T04:07:33.354Z | openjdk system 17 system |
190 | 2023-10-21T04:07:33.358Z | openjdk system 11 system |
191 | 2023-10-21T04:07:33.361Z | openjdk system 1.8 system |
192 | 2023-10-21T04:07:33.364Z | openssl vendor 3 vendor |
193 | 2023-10-21T04:07:33.366Z | perl system 5.36 system |
194 | 2023-10-21T04:07:33.369Z | postgresql system 15 system |
195 | 2023-10-21T04:07:33.372Z | postgresql system 13 system |
196 | 2023-10-21T04:07:33.374Z | python vendor 3 vendor |
197 | 2023-10-21T04:07:33.377Z | python system 2 system |
198 | 2023-10-21T04:07:33.380Z | python3 system 3.11 system |
199 | 2023-10-21T04:07:33.383Z | ruby system 3.0 system |
200 | 2023-10-21T04:07:33.385Z | words vendor vendor american-english |
201 | 2023-10-21T04:07:33.392Z | words system system australian-english |
202 | 2023-10-21T04:07:33.403Z | words system system british-english |
203 | 2023-10-21T04:07:33.408Z | words system system canadian-english |
204 | 2023-10-21T04:07:33.412Z | words system system french |
205 | 2023-10-21T04:07:33.416Z | words system system italian |
206 | 2023-10-21T04:07:33.419Z | words system system ngerman |
207 | 2023-10-21T04:07:33.433Z | words system system ogerman |
208 | 2023-10-21T04:07:33.438Z | words system system spanish |
209 | 2023-10-21T04:07:34.097Z | FMRI IFO |
210 | 2023-10-21T04:07:34.105Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
211 | 2023-10-21T04:07:34.519Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
212 | 2023-10-21T04:07:34.524Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
213 | 2023-10-21T04:07:34.528Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
214 | 2023-10-21T04:07:34.533Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
215 | 2023-10-21T04:07:34.538Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
216 | 2023-10-21T04:07:34.542Z | + set -o errexit |
217 | 2023-10-21T04:07:34.556Z | +++ dirname ./tools/ci_download_cockroachdb |
218 | 2023-10-21T04:07:34.567Z | ++ cd ./tools |
219 | 2023-10-21T04:07:34.581Z | ++ pwd |
220 | 2023-10-21T04:07:34.586Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
221 | 2023-10-21T04:07:34.590Z | ++ basename ./tools/ci_download_cockroachdb |
222 | 2023-10-21T04:07:34.597Z | + ARG0=ci_download_cockroachdb |
223 | 2023-10-21T04:07:34.601Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
224 | 2023-10-21T04:07:34.611Z | + CIDL_VERSION=v22.1.9 |
225 | 2023-10-21T04:07:34.616Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
226 | 2023-10-21T04:07:34.633Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
227 | 2023-10-21T04:07:34.639Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
228 | 2023-10-21T04:07:34.645Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
229 | 2023-10-21T04:07:34.650Z | + TARGET_DIR=out |
230 | 2023-10-21T04:07:34.654Z | + DOWNLOAD_DIR=out/downloads |
231 | 2023-10-21T04:07:34.660Z | + DEST_DIR=./out/cockroachdb |
232 | 2023-10-21T04:07:34.664Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
233 | 2023-10-21T04:07:34.670Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
234 | 2023-10-21T04:07:34.675Z | + main |
235 | 2023-10-21T04:07:34.680Z | + [[ 0 != 0 ]] |
236 | 2023-10-21T04:07:34.685Z | + CIDL_OS=solaris2.11 |
237 | 2023-10-21T04:07:34.689Z | + [[ 0 != 0 ]] |
238 | 2023-10-21T04:07:34.696Z | + configure_os solaris2.11 |
239 | 2023-10-21T04:07:34.704Z | + echo 'current directory: /work/oxidecomputer/omicron' |
240 | 2023-10-21T04:07:34.708Z | current directory: /work/oxidecomputer/omicron |
241 | 2023-10-21T04:07:34.713Z | configuring based on OS: "solaris2.11" |
242 | 2023-10-21T04:07:34.717Z | + echo 'configuring based on OS: "solaris2.11"' |
243 | 2023-10-21T04:07:34.722Z | + case "$1" in |
244 | 2023-10-21T04:07:34.726Z | + CIDL_BUILD=illumos |
245 | 2023-10-21T04:07:34.730Z | + CIDL_SUFFIX=tar.gz |
246 | 2023-10-21T04:07:34.736Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
247 | 2023-10-21T04:07:34.741Z | + CIDL_MD5FUNC=do_md5sum |
248 | 2023-10-21T04:07:34.745Z | + CIDL_URL_BASE=https://illumos.org/downloads |
249 | 2023-10-21T04:07:34.749Z | + CIDL_ASSEMBLE=do_assemble_illumos |
250 | 2023-10-21T04:07:34.755Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
251 | 2023-10-21T04:07:34.761Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
252 | 2023-10-21T04:07:34.765Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
253 | 2023-10-21T04:07:34.770Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
254 | 2023-10-21T04:07:34.777Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
255 | 2023-10-21T04:07:34.783Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
256 | 2023-10-21T04:07:34.788Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
257 | 2023-10-21T04:07:34.795Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
258 | 2023-10-21T04:07:34.801Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-10-21T04:07:34.808Z | + mkdir -p out/downloads |
260 | 2023-10-21T04:07:34.814Z | + mkdir -p ./out/cockroachdb |
261 | 2023-10-21T04:07:34.822Z | + local DO_DOWNLOAD=true |
262 | 2023-10-21T04:07:34.832Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
263 | 2023-10-21T04:07:34.843Z | + '[' true == true ']' |
264 | 2023-10-21T04:07:34.856Z | + echo Downloading... |
265 | 2023-10-21T04:07:35.318Z | Downloading... |
266 | 2023-10-21T04:07:35.742Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
267 | 2023-10-21T04:07:35.749Z | + 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 |
268 | 2023-10-21T04:07:36.163Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-10-21T04:07:36.179Z | ++ md5sum |
270 | 2023-10-21T04:07:36.187Z | ++ awk '{print $1}' |
271 | 2023-10-21T04:07:36.211Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
272 | 2023-10-21T04:07:36.234Z | + [[ 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 ]] |
273 | 2023-10-21T04:07:36.251Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-10-21T04:07:36.262Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
275 | 2023-10-21T04:07:39.551Z | + do_assemble_illumos |
276 | 2023-10-21T04:07:39.562Z | + rm -r ./out/cockroachdb |
277 | 2023-10-21T04:07:39.569Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
278 | 2023-10-21T04:07:40.149Z | + ./out/cockroachdb/bin/cockroach version |
279 | 2023-10-21T04:07:40.362Z | Build Tag: v22.1.9-dirty |
280 | 2023-10-21T04:07:40.366Z | Build Time: 2022/10/26 21:17:46 |
281 | 2023-10-21T04:07:40.369Z | Distribution: OSS |
282 | 2023-10-21T04:07:40.373Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
283 | 2023-10-21T04:07:40.377Z | Go Version: go1.17.13 |
284 | 2023-10-21T04:07:40.381Z | C Compiler: gcc 10.3.0 |
285 | 2023-10-21T04:07:40.384Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
286 | 2023-10-21T04:07:40.387Z | Build Type: release |
287 | 2023-10-21T04:07:40.391Z | + set -o errexit |
288 | 2023-10-21T04:07:40.395Z | +++ dirname ./tools/ci_download_clickhouse |
289 | 2023-10-21T04:07:40.399Z | ++ cd ./tools |
290 | 2023-10-21T04:07:40.403Z | ++ pwd |
291 | 2023-10-21T04:07:40.407Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
292 | 2023-10-21T04:07:40.410Z | ++ basename ./tools/ci_download_clickhouse |
293 | 2023-10-21T04:07:40.413Z | + ARG0=ci_download_clickhouse |
294 | 2023-10-21T04:07:40.416Z | + TARGET_DIR=out |
295 | 2023-10-21T04:07:40.420Z | + DOWNLOAD_DIR=out/downloads |
296 | 2023-10-21T04:07:40.425Z | + DEST_DIR=./out/clickhouse |
297 | 2023-10-21T04:07:40.428Z | + CIDL_VERSION=v22.8.9.24 |
298 | 2023-10-21T04:07:40.466Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
299 | 2023-10-21T04:07:40.470Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
300 | 2023-10-21T04:07:40.475Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
301 | 2023-10-21T04:07:40.478Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
302 | 2023-10-21T04:07:40.484Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
303 | 2023-10-21T04:07:40.487Z | + main |
304 | 2023-10-21T04:07:40.493Z | + [[ 0 != 0 ]] |
305 | 2023-10-21T04:07:40.497Z | + CIDL_OS=solaris2.11 |
306 | 2023-10-21T04:07:40.501Z | + [[ 0 != 0 ]] |
307 | 2023-10-21T04:07:40.507Z | + configure_os solaris2.11 |
308 | 2023-10-21T04:07:40.511Z | + echo 'current directory: /work/oxidecomputer/omicron' |
309 | 2023-10-21T04:07:40.515Z | current directory: /work/oxidecomputer/omicron |
310 | 2023-10-21T04:07:40.521Z | + echo 'configuring based on OS: "solaris2.11"' |
311 | 2023-10-21T04:07:40.527Z | + CIDL_DASHREV= |
312 | 2023-10-21T04:07:40.531Z | configuring based on OS: "solaris2.11" |
313 | 2023-10-21T04:07:40.534Z | + case "$1" in |
314 | 2023-10-21T04:07:40.539Z | + CIDL_PLATFORM=illumos |
315 | 2023-10-21T04:07:40.543Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
316 | 2023-10-21T04:07:40.550Z | + CIDL_MD5FUNC=do_md5sum |
317 | 2023-10-21T04:07:40.553Z | + CIDL_DASHREV=-1 |
318 | 2023-10-21T04:07:40.558Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
319 | 2023-10-21T04:07:40.570Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
320 | 2023-10-21T04:07:40.577Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
321 | 2023-10-21T04:07:40.584Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
322 | 2023-10-21T04:07:40.592Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
323 | 2023-10-21T04:07:40.601Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
324 | 2023-10-21T04:07:40.611Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
325 | 2023-10-21T04:07:40.622Z | + mkdir -p out/downloads |
326 | 2023-10-21T04:07:40.633Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-21T04:07:40.646Z | + mkdir -p ./out/clickhouse |
328 | 2023-10-21T04:07:40.657Z | + local DO_DOWNLOAD=true |
329 | 2023-10-21T04:07:40.669Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
330 | 2023-10-21T04:07:40.683Z | + '[' true == true ']' |
331 | 2023-10-21T04:07:40.696Z | + echo Downloading... |
332 | 2023-10-21T04:07:40.723Z | Downloading... |
333 | 2023-10-21T04:07:40.757Z | + 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 |
334 | 2023-10-21T04:07:40.796Z | + 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 |
335 | 2023-10-21T04:07:41.892Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-10-21T04:07:41.896Z | ++ md5sum |
337 | 2023-10-21T04:07:41.901Z | ++ awk '{print $1}' |
338 | 2023-10-21T04:07:42.162Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
339 | 2023-10-21T04:07:42.165Z | + [[ 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 ]] |
340 | 2023-10-21T04:07:42.168Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
341 | 2023-10-21T04:07:42.171Z | + mkdir -p ./out/clickhouse |
342 | 2023-10-21T04:07:42.174Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
343 | 2023-10-21T04:07:47.004Z | + ./out/clickhouse/clickhouse server --version |
344 | 2023-10-21T04:07:47.060Z | ClickHouse server version 22.8.9.1. |
345 | 2023-10-21T04:07:47.479Z | + set -o errexit |
346 | 2023-10-21T04:07:47.484Z | +++ dirname ./tools/ci_download_console |
347 | 2023-10-21T04:07:47.488Z | ++ cd ./tools |
348 | 2023-10-21T04:07:47.492Z | ++ pwd |
349 | 2023-10-21T04:07:47.495Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
350 | 2023-10-21T04:07:47.498Z | ++ basename ./tools/ci_download_console |
351 | 2023-10-21T04:07:47.501Z | + ARG0=ci_download_console |
352 | 2023-10-21T04:07:47.504Z | + TARGET_DIR=out |
353 | 2023-10-21T04:07:47.507Z | + DOWNLOAD_DIR=out/downloads |
354 | 2023-10-21T04:07:47.510Z | + DEST_DIR=./out/console-assets |
355 | 2023-10-21T04:07:47.514Z | + source /work/oxidecomputer/omicron/tools/console_version |
356 | 2023-10-21T04:07:47.519Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
357 | 2023-10-21T04:07:47.522Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
358 | 2023-10-21T04:07:47.525Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
359 | 2023-10-21T04:07:47.528Z | + TARBALL_FILE=out/downloads/console.tar.gz |
360 | 2023-10-21T04:07:47.531Z | + main |
361 | 2023-10-21T04:07:47.534Z | + [[ 0 != 0 ]] |
362 | 2023-10-21T04:07:47.537Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
363 | 2023-10-21T04:07:47.540Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
364 | 2023-10-21T04:07:47.544Z | Local file: out/downloads/console.tar.gz |
365 | 2023-10-21T04:07:47.547Z | + echo 'Local file: out/downloads/console.tar.gz' |
366 | 2023-10-21T04:07:47.550Z | + local DO_DOWNLOAD=true |
367 | 2023-10-21T04:07:47.554Z | + [[ -f out/downloads/console.tar.gz ]] |
368 | 2023-10-21T04:07:47.557Z | + mkdir -p out/downloads |
369 | 2023-10-21T04:07:47.560Z | + '[' true == true ']' |
370 | 2023-10-21T04:07:47.563Z | + echo Downloading... |
371 | 2023-10-21T04:07:47.566Z | Downloading... |
372 | 2023-10-21T04:07:47.569Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
373 | 2023-10-21T04:07:47.572Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
374 | 2023-10-21T04:07:47.750Z | ++ do_sha256sum out/downloads/console.tar.gz |
375 | 2023-10-21T04:07:47.758Z | ++ case "$OSTYPE" in |
376 | 2023-10-21T04:07:47.762Z | ++ SHA=sha256sum |
377 | 2023-10-21T04:07:47.766Z | ++ sha256sum |
378 | 2023-10-21T04:07:47.769Z | ++ awk '{print $1}' |
379 | 2023-10-21T04:07:47.775Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
380 | 2023-10-21T04:07:47.778Z | + [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]] |
381 | 2023-10-21T04:07:47.782Z | + rm -rf ./out/console-assets |
382 | 2023-10-21T04:07:47.786Z | + mkdir -p ./out/console-assets |
383 | 2023-10-21T04:07:47.789Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
384 | 2023-10-21T04:07:47.792Z | + mkdir -p ./out/console-assets |
385 | 2023-10-21T04:07:47.795Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
386 | 2023-10-21T04:07:47.918Z | + set -o errexit |
387 | 2023-10-21T04:07:47.930Z | +++ dirname ./tools/ci_download_maghemite_openapi |
388 | 2023-10-21T04:07:47.935Z | ++ cd ./tools |
389 | 2023-10-21T04:07:47.939Z | ++ pwd |
390 | 2023-10-21T04:07:47.942Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
391 | 2023-10-21T04:07:47.948Z | ++ basename ./tools/ci_download_maghemite_openapi |
392 | 2023-10-21T04:07:47.951Z | + ARG0=ci_download_maghemite_openapi |
393 | 2023-10-21T04:07:47.955Z | + TARGET_DIR=out |
394 | 2023-10-21T04:07:47.959Z | + DOWNLOAD_DIR=out/downloads |
395 | 2023-10-21T04:07:47.963Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
396 | 2023-10-21T04:07:47.967Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
397 | 2023-10-21T04:07:47.975Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
398 | 2023-10-21T04:07:47.992Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
399 | 2023-10-21T04:07:48.406Z | + LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
400 | 2023-10-21T04:07:48.409Z | + main |
401 | 2023-10-21T04:07:48.412Z | + [[ 0 != 0 ]] |
402 | 2023-10-21T04:07:48.418Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json' |
403 | 2023-10-21T04:07:48.431Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
404 | 2023-10-21T04:07:48.442Z | + echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json' |
405 | 2023-10-21T04:07:48.461Z | Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
406 | 2023-10-21T04:07:48.482Z | + local DO_DOWNLOAD=true |
407 | 2023-10-21T04:07:48.497Z | + [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
408 | 2023-10-21T04:07:48.514Z | + mkdir -p out/downloads |
409 | 2023-10-21T04:07:48.525Z | + '[' true == true ']' |
410 | 2023-10-21T04:07:48.533Z | + echo Downloading... |
411 | 2023-10-21T04:07:48.537Z | Downloading... |
412 | 2023-10-21T04:07:48.543Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
413 | 2023-10-21T04:07:48.548Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
414 | 2023-10-21T04:07:48.554Z | ++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
415 | 2023-10-21T04:07:48.565Z | ++ case "$OSTYPE" in |
416 | 2023-10-21T04:07:48.570Z | ++ SHA=sha256sum |
417 | 2023-10-21T04:07:48.575Z | ++ sha256sum |
418 | 2023-10-21T04:07:48.580Z | ++ awk '{print $1}' |
419 | 2023-10-21T04:07:48.590Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
420 | 2023-10-21T04:07:48.597Z | + [[ 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 ]] |
421 | 2023-10-21T04:07:48.604Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
422 | 2023-10-21T04:07:48.616Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
423 | 2023-10-21T04:07:48.624Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
424 | 2023-10-21T04:07:48.628Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
425 | 2023-10-21T04:07:48.634Z | + LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
426 | 2023-10-21T04:07:48.643Z | + main |
427 | 2023-10-21T04:07:48.652Z | + [[ 0 != 0 ]] |
428 | 2023-10-21T04:07:48.667Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json' |
429 | 2023-10-21T04:07:49.088Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
430 | 2023-10-21T04:07:49.107Z | + echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json' |
431 | 2023-10-21T04:07:49.114Z | Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
432 | 2023-10-21T04:07:49.122Z | + local DO_DOWNLOAD=true |
433 | 2023-10-21T04:07:49.133Z | + [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
434 | 2023-10-21T04:07:49.148Z | + mkdir -p out/downloads |
435 | 2023-10-21T04:07:49.153Z | + '[' true == true ']' |
436 | 2023-10-21T04:07:49.167Z | + echo Downloading... |
437 | 2023-10-21T04:07:49.171Z | Downloading... |
438 | 2023-10-21T04:07:49.175Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
439 | 2023-10-21T04:07:49.179Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
440 | 2023-10-21T04:07:49.184Z | ++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
441 | 2023-10-21T04:07:49.194Z | ++ case "$OSTYPE" in |
442 | 2023-10-21T04:07:49.209Z | ++ SHA=sha256sum |
443 | 2023-10-21T04:07:49.218Z | ++ sha256sum |
444 | 2023-10-21T04:07:49.238Z | ++ awk '{print $1}' |
445 | 2023-10-21T04:07:49.247Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
446 | 2023-10-21T04:07:49.256Z | + [[ 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 ]] |
447 | 2023-10-21T04:07:49.266Z | + set -o errexit |
448 | 2023-10-21T04:07:49.279Z | +++ dirname ./tools/ci_download_dendrite_openapi |
449 | 2023-10-21T04:07:49.298Z | ++ cd ./tools |
450 | 2023-10-21T04:07:49.311Z | ++ pwd |
451 | 2023-10-21T04:07:49.319Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
452 | 2023-10-21T04:07:49.328Z | ++ basename ./tools/ci_download_dendrite_openapi |
453 | 2023-10-21T04:07:49.341Z | + ARG0=ci_download_dendrite_openapi |
454 | 2023-10-21T04:07:49.353Z | + TARGET_DIR=out |
455 | 2023-10-21T04:07:49.795Z | + DOWNLOAD_DIR=out/downloads |
456 | 2023-10-21T04:07:49.810Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
457 | 2023-10-21T04:07:49.814Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
458 | 2023-10-21T04:07:49.825Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
459 | 2023-10-21T04:07:49.841Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
460 | 2023-10-21T04:07:49.853Z | + LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
461 | 2023-10-21T04:07:49.865Z | + main |
462 | 2023-10-21T04:07:49.883Z | + [[ 0 != 0 ]] |
463 | 2023-10-21T04:07:49.891Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json' |
464 | 2023-10-21T04:07:49.908Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
465 | 2023-10-21T04:07:49.923Z | + echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json' |
466 | 2023-10-21T04:07:49.942Z | Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
467 | 2023-10-21T04:07:49.963Z | + local DO_DOWNLOAD=true |
468 | 2023-10-21T04:07:49.970Z | Downloading... |
469 | 2023-10-21T04:07:49.976Z | + [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]] |
470 | 2023-10-21T04:07:49.982Z | + mkdir -p out/downloads |
471 | 2023-10-21T04:07:49.986Z | + '[' true == true ']' |
472 | 2023-10-21T04:07:49.992Z | + echo Downloading... |
473 | 2023-10-21T04:07:49.998Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
474 | 2023-10-21T04:07:50.007Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
475 | 2023-10-21T04:07:50.017Z | ++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
476 | 2023-10-21T04:07:50.022Z | ++ case "$OSTYPE" in |
477 | 2023-10-21T04:07:50.028Z | ++ SHA=sha256sum |
478 | 2023-10-21T04:07:50.033Z | ++ sha256sum |
479 | 2023-10-21T04:07:50.039Z | ++ awk '{print $1}' |
480 | 2023-10-21T04:07:50.046Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
481 | 2023-10-21T04:07:50.052Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
482 | 2023-10-21T04:07:50.058Z | + set -o errexit |
483 | 2023-10-21T04:07:50.065Z | +++ dirname ./tools/ci_download_dendrite_stub |
484 | 2023-10-21T04:07:50.074Z | ++ cd ./tools |
485 | 2023-10-21T04:07:50.081Z | ++ pwd |
486 | 2023-10-21T04:07:50.087Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
487 | 2023-10-21T04:07:50.101Z | ++ basename ./tools/ci_download_dendrite_stub |
488 | 2023-10-21T04:07:50.106Z | + ARG0=ci_download_dendrite_stub |
489 | 2023-10-21T04:07:50.112Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
490 | 2023-10-21T04:07:50.119Z | ++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
491 | 2023-10-21T04:07:50.126Z | ++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51 |
492 | 2023-10-21T04:07:50.133Z | ++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba |
493 | 2023-10-21T04:07:50.140Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
494 | 2023-10-21T04:07:50.145Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
495 | 2023-10-21T04:07:50.152Z | current directory: /work/oxidecomputer/omicron |
496 | 2023-10-21T04:07:50.159Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
497 | 2023-10-21T04:07:50.166Z | configuring based on OS: "solaris2.11" |
498 | 2023-10-21T04:07:50.173Z | + TARGET_DIR=out |
499 | 2023-10-21T04:07:50.187Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
500 | 2023-10-21T04:07:50.212Z | + DOWNLOAD_DIR=out/downloads |
501 | 2023-10-21T04:07:50.223Z | Local file: out/downloads/dendrite-stub.tar.gz |
502 | 2023-10-21T04:07:50.235Z | + DEST_DIR=./out/dendrite-stub |
503 | 2023-10-21T04:07:50.242Z | Downloading... |
504 | 2023-10-21T04:07:50.255Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
505 | 2023-10-21T04:07:50.273Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
506 | 2023-10-21T04:07:50.295Z | + REPO=oxidecomputer/dendrite |
507 | 2023-10-21T04:07:50.306Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686 |
508 | 2023-10-21T04:07:50.317Z | + main |
509 | 2023-10-21T04:07:50.328Z | + [[ 0 != 0 ]] |
510 | 2023-10-21T04:07:50.340Z | + CIDL_OS=solaris2.11 |
511 | 2023-10-21T04:07:50.346Z | + [[ 0 != 0 ]] |
512 | 2023-10-21T04:07:50.355Z | + configure_os solaris2.11 |
513 | 2023-10-21T04:07:50.367Z | + echo 'current directory: /work/oxidecomputer/omicron' |
514 | 2023-10-21T04:07:50.377Z | + echo 'configuring based on OS: "solaris2.11"' |
515 | 2023-10-21T04:07:50.840Z | + case "$1" in |
516 | 2023-10-21T04:07:50.850Z | + SET_BINARIES= |
517 | 2023-10-21T04:07:50.862Z | + CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
518 | 2023-10-21T04:07:50.875Z | + CIDL_SHA256FUNC=do_sha256sum |
519 | 2023-10-21T04:07:50.883Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
520 | 2023-10-21T04:07:50.893Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
521 | 2023-10-21T04:07:50.898Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
522 | 2023-10-21T04:07:50.903Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz' |
523 | 2023-10-21T04:07:50.908Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
524 | 2023-10-21T04:07:50.912Z | + mkdir -p out/downloads |
525 | 2023-10-21T04:07:50.922Z | + mkdir -p ./out/dendrite-stub |
526 | 2023-10-21T04:07:50.925Z | + fetch_and_verify |
527 | 2023-10-21T04:07:50.930Z | + local DO_DOWNLOAD=true |
528 | 2023-10-21T04:07:50.934Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
529 | 2023-10-21T04:07:50.937Z | + '[' true == true ']' |
530 | 2023-10-21T04:07:50.942Z | + echo Downloading... |
531 | 2023-10-21T04:07:50.946Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
532 | 2023-10-21T04:07:50.948Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
533 | 2023-10-21T04:07:57.340Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
534 | 2023-10-21T04:07:57.347Z | ++ sha256sum |
535 | 2023-10-21T04:07:57.359Z | ++ awk '{print $1}' |
536 | 2023-10-21T04:07:57.434Z | + calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
537 | 2023-10-21T04:07:57.437Z | + [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]] |
538 | 2023-10-21T04:07:57.440Z | + do_untar out/downloads/dendrite-stub.tar.gz |
539 | 2023-10-21T04:07:57.443Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
540 | 2023-10-21T04:07:58.344Z | + do_assemble |
541 | 2023-10-21T04:07:58.348Z | + rm -r ./out/dendrite-stub |
542 | 2023-10-21T04:07:58.351Z | + mkdir ./out/dendrite-stub |
543 | 2023-10-21T04:07:58.354Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
544 | 2023-10-21T04:07:58.457Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
545 | 2023-10-21T04:07:58.470Z | + set -o errexit |
546 | 2023-10-21T04:07:58.473Z | +++ dirname ./tools/ci_download_maghemite_mgd |
547 | 2023-10-21T04:07:58.476Z | ++ cd ./tools |
548 | 2023-10-21T04:07:58.479Z | ++ pwd |
549 | 2023-10-21T04:07:58.481Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
550 | 2023-10-21T04:07:58.484Z | ++ basename ./tools/ci_download_maghemite_mgd |
551 | 2023-10-21T04:07:58.489Z | + ARG0=ci_download_maghemite_mgd |
552 | 2023-10-21T04:07:58.499Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
553 | 2023-10-21T04:07:58.503Z | ++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
554 | 2023-10-21T04:07:58.507Z | ++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d |
555 | 2023-10-21T04:07:58.512Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
556 | 2023-10-21T04:07:58.515Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
557 | 2023-10-21T04:07:58.518Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
558 | 2023-10-21T04:07:58.523Z | + TARGET_DIR=out |
559 | 2023-10-21T04:07:58.526Z | + DOWNLOAD_DIR=out/downloads |
560 | 2023-10-21T04:07:58.528Z | + DEST_DIR=./out/mgd |
561 | 2023-10-21T04:07:58.534Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
562 | 2023-10-21T04:07:58.537Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
563 | 2023-10-21T04:07:58.546Z | + REPO=oxidecomputer/maghemite |
564 | 2023-10-21T04:07:58.549Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a |
565 | 2023-10-21T04:07:58.566Z | + main |
566 | 2023-10-21T04:07:58.570Z | + [[ 0 != 0 ]] |
567 | 2023-10-21T04:07:58.573Z | + CIDL_OS=solaris2.11 |
568 | 2023-10-21T04:07:58.578Z | + [[ 0 != 0 ]] |
569 | 2023-10-21T04:07:58.583Z | + configure_os solaris2.11 |
570 | 2023-10-21T04:07:58.590Z | + echo 'current directory: /work/oxidecomputer/omicron' |
571 | 2023-10-21T04:07:58.595Z | current directory: /work/oxidecomputer/omicron |
572 | 2023-10-21T04:07:58.609Z | configuring based on OS: "solaris2.11" |
573 | 2023-10-21T04:07:58.618Z | + echo 'configuring based on OS: "solaris2.11"' |
574 | 2023-10-21T04:07:58.622Z | + case "$1" in |
575 | 2023-10-21T04:07:58.627Z | + SET_BINARIES= |
576 | 2023-10-21T04:07:58.630Z | + CIDL_SHA256FUNC=do_sha256sum |
577 | 2023-10-21T04:07:58.634Z | + TARBALL_FILENAME=mgd.tar.gz |
578 | 2023-10-21T04:07:58.637Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
579 | 2023-10-21T04:07:58.640Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
580 | 2023-10-21T04:07:58.645Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz' |
581 | 2023-10-21T04:07:58.648Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
582 | 2023-10-21T04:07:58.653Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
583 | 2023-10-21T04:07:58.656Z | Local file: out/downloads/mgd.tar.gz |
584 | 2023-10-21T04:07:58.658Z | + mkdir -p out/downloads |
585 | 2023-10-21T04:07:58.664Z | + mkdir -p ./out/mgd |
586 | 2023-10-21T04:07:58.666Z | + fetch_and_verify |
587 | 2023-10-21T04:07:58.669Z | + local DO_DOWNLOAD=true |
588 | 2023-10-21T04:07:58.672Z | + [[ -f out/downloads/mgd.tar.gz ]] |
589 | 2023-10-21T04:07:58.677Z | + '[' true == true ']' |
590 | 2023-10-21T04:07:58.688Z | + echo Downloading... |
591 | 2023-10-21T04:07:59.106Z | Downloading... |
592 | 2023-10-21T04:07:59.115Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz |
593 | 2023-10-21T04:07:59.123Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
594 | 2023-10-21T04:08:04.669Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
595 | 2023-10-21T04:08:04.673Z | ++ sha256sum |
596 | 2023-10-21T04:08:04.676Z | ++ awk '{print $1}' |
597 | 2023-10-21T04:08:04.748Z | + calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
598 | 2023-10-21T04:08:04.752Z | + [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]] |
599 | 2023-10-21T04:08:04.754Z | + do_untar out/downloads/mgd.tar.gz |
600 | 2023-10-21T04:08:04.759Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
601 | 2023-10-21T04:08:05.424Z | + do_assemble |
602 | 2023-10-21T04:08:05.428Z | + rm -r ./out/mgd |
603 | 2023-10-21T04:08:05.431Z | + mkdir ./out/mgd |
604 | 2023-10-21T04:08:05.434Z | + cp -r out/downloads/root ./out/mgd/root |
605 | 2023-10-21T04:08:05.644Z | + set -o errexit |
606 | 2023-10-21T04:08:05.648Z | +++ dirname ./tools/ci_download_transceiver_control |
607 | 2023-10-21T04:08:05.652Z | ++ cd ./tools |
608 | 2023-10-21T04:08:05.658Z | ++ pwd |
609 | 2023-10-21T04:08:05.674Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
610 | 2023-10-21T04:08:05.677Z | ++ basename ./tools/ci_download_transceiver_control |
611 | 2023-10-21T04:08:05.689Z | + ARG0=ci_download_transceiver_control |
612 | 2023-10-21T04:08:05.694Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
613 | 2023-10-21T04:08:05.703Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
614 | 2023-10-21T04:08:05.709Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
615 | 2023-10-21T04:08:05.720Z | + TARGET_DIR=out |
616 | 2023-10-21T04:08:05.726Z | + DOWNLOAD_DIR=out/downloads |
617 | 2023-10-21T04:08:05.744Z | + DEST_DIR=./out/transceiver-control |
618 | 2023-10-21T04:08:05.751Z | + BIN_DIR=/opt/oxide/bin |
619 | 2023-10-21T04:08:05.756Z | + BINARY=xcvradm |
620 | 2023-10-21T04:08:05.760Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
621 | 2023-10-21T04:08:05.766Z | + REPO=oxidecomputer/transceiver-control |
622 | 2023-10-21T04:08:05.770Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
623 | 2023-10-21T04:08:05.775Z | + main |
624 | 2023-10-21T04:08:05.779Z | + [[ 0 != 0 ]] |
625 | 2023-10-21T04:08:05.782Z | + CIDL_OS=solaris2.11 |
626 | 2023-10-21T04:08:05.804Z | + [[ 0 != 0 ]] |
627 | 2023-10-21T04:08:05.815Z | + configure_os solaris2.11 |
628 | 2023-10-21T04:08:05.823Z | + echo 'current directory: /work/oxidecomputer/omicron' |
629 | 2023-10-21T04:08:05.828Z | current directory: /work/oxidecomputer/omicron |
630 | 2023-10-21T04:08:05.835Z | + echo 'configuring based on OS: "solaris2.11"' |
631 | 2023-10-21T04:08:05.847Z | configuring based on OS: "solaris2.11" |
632 | 2023-10-21T04:08:05.860Z | + case "$1" in |
633 | 2023-10-21T04:08:05.873Z | + SET_BINARIES= |
634 | 2023-10-21T04:08:05.890Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
635 | 2023-10-21T04:08:05.905Z | + CIDL_SHA256FUNC=do_sha256sum |
636 | 2023-10-21T04:08:05.912Z | + ARCHIVE_FILENAME=xcvradm.gz |
637 | 2023-10-21T04:08:05.918Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
638 | 2023-10-21T04:08:05.926Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
639 | 2023-10-21T04:08:05.934Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
640 | 2023-10-21T04:08:05.943Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
641 | 2023-10-21T04:08:05.950Z | + echo 'Local file: out/downloads/xcvradm.gz' |
642 | 2023-10-21T04:08:05.956Z | Local file: out/downloads/xcvradm.gz |
643 | 2023-10-21T04:08:05.963Z | + mkdir -p out/downloads |
644 | 2023-10-21T04:08:05.970Z | + mkdir -p ./out/transceiver-control |
645 | 2023-10-21T04:08:05.976Z | + fetch_and_verify |
646 | 2023-10-21T04:08:05.984Z | + local DO_DOWNLOAD=true |
647 | 2023-10-21T04:08:05.992Z | + [[ -f out/downloads/xcvradm.gz ]] |
648 | 2023-10-21T04:08:06.003Z | + '[' true == true ']' |
649 | 2023-10-21T04:08:06.007Z | + echo Downloading... |
650 | 2023-10-21T04:08:06.010Z | Downloading... |
651 | 2023-10-21T04:08:06.013Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
652 | 2023-10-21T04:08:06.016Z | + 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 |
653 | 2023-10-21T04:08:08.013Z | ++ do_sha256sum out/downloads/xcvradm.gz |
654 | 2023-10-21T04:08:08.016Z | ++ sha256sum |
655 | 2023-10-21T04:08:08.022Z | ++ awk '{print $1}' |
656 | 2023-10-21T04:08:08.039Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
657 | 2023-10-21T04:08:08.042Z | + [[ 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 ]] |
658 | 2023-10-21T04:08:08.045Z | + do_unpack out/downloads/xcvradm.gz |
659 | 2023-10-21T04:08:08.048Z | + mkdir -p out/downloads/root//opt/oxide/bin |
660 | 2023-10-21T04:08:08.052Z | + gzip -dc out/downloads/xcvradm.gz |
661 | 2023-10-21T04:08:08.215Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
662 | 2023-10-21T04:08:08.218Z | + do_assemble |
663 | 2023-10-21T04:08:08.222Z | + rm -r ./out/transceiver-control |
664 | 2023-10-21T04:08:08.225Z | + mkdir ./out/transceiver-control |
665 | 2023-10-21T04:08:08.229Z | + cp -r out/downloads/root ./out/transceiver-control/root |
666 | 2023-10-21T04:08:08.406Z | All prerequisites installed successfully |
667 | 2023-10-21T04:08:08.409Z | |
668 | 2023-10-21T04:08:08.412Z | real 1:49.751997729 |
669 | 2023-10-21T04:08:08.415Z | user 52.651219666 |
670 | 2023-10-21T04:08:08.419Z | sys 9.866735352 |
671 | 2023-10-21T04:08:08.422Z | trap 0.022375034 |
672 | 2023-10-21T04:08:08.425Z | tflt 0.189779925 |
673 | 2023-10-21T04:08:08.428Z | dflt 0.700325693 |
674 | 2023-10-21T04:08:08.431Z | kflt 0.128806947 |
675 | 2023-10-21T04:08:08.434Z | lock 1.704841503 |
676 | 2023-10-21T04:08:08.437Z | slp 3:19.502227061 |
677 | 2023-10-21T04:08:08.440Z | lat 3.299768653 |
678 | 2023-10-21T04:08:08.443Z | stop 0.070820755 |
679 | 2023-10-21T04:08:08.446Z | + banner end-to-end-tests |
680 | 2023-10-21T04:08:08.490Z | |
681 | 2023-10-21T04:08:08.495Z | ###### # # ##### ##### #### ###### # # ##### |
682 | 2023-10-21T04:08:08.502Z | # ## # # # # # # # ## # # # |
683 | 2023-10-21T04:08:08.508Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
684 | 2023-10-21T04:08:08.513Z | # # # # # # # # # # # # # # # |
685 | 2023-10-21T04:08:08.517Z | # # ## # # # # # # # ## # # |
686 | 2023-10-21T04:08:08.535Z | ###### # # ##### # #### ###### # # ##### |
687 | 2023-10-21T04:08:08.540Z | |
688 | 2023-10-21T04:08:08.544Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
689 | 2023-10-21T04:08:08.550Z | + CARGO_PROFILE_DEV_DEBUG=1 |
690 | 2023-10-21T04:08:08.556Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
691 | 2023-10-21T04:08:08.565Z | + CARGO_PROFILE_TEST_DEBUG=1 |
692 | 2023-10-21T04:08:08.568Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
693 | 2023-10-21T04:08:08.859Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
694 | 2023-10-21T04:08:09.243Z | Updating crates.io index |
695 | 2023-10-21T04:08:09.311Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
696 | 2023-10-21T04:08:10.101Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
697 | 2023-10-21T04:08:11.937Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
698 | 2023-10-21T04:08:12.587Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
699 | 2023-10-21T04:08:12.919Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
700 | 2023-10-21T04:08:13.175Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
701 | 2023-10-21T04:08:13.484Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
702 | 2023-10-21T04:08:14.384Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
703 | 2023-10-21T04:08:16.076Z | Updating git repository `https://github.com/oxidecomputer/opte` |
704 | 2023-10-21T04:08:17.018Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
705 | 2023-10-21T04:08:17.405Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
706 | 2023-10-21T04:08:17.728Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
707 | 2023-10-21T04:08:18.391Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
708 | 2023-10-21T04:08:18.714Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
709 | 2023-10-21T04:08:19.151Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
710 | 2023-10-21T04:08:19.678Z | Updating git repository `https://github.com/njaremko/samael` |
711 | 2023-10-21T04:08:20.282Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
712 | 2023-10-21T04:08:20.865Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
713 | 2023-10-21T04:08:21.254Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
714 | 2023-10-21T04:08:21.607Z | Updating git repository `https://github.com/jgallagher/nix` |
715 | 2023-10-21T04:08:22.904Z | Updating git repository `https://github.com/cbiffle/hubpack` |
716 | 2023-10-21T04:08:23.316Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
717 | 2023-10-21T04:08:32.204Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
718 | 2023-10-21T04:08:32.868Z | Updating git repository `https://github.com/oxidecomputer/typify` |
719 | 2023-10-21T04:08:33.856Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
720 | 2023-10-21T04:08:34.225Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
721 | 2023-10-21T04:08:34.523Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
722 | 2023-10-21T04:08:36.372Z | Downloading crates ... |
723 | 2023-10-21T04:08:36.691Z | Downloaded cfg-if v1.0.0 |
724 | 2023-10-21T04:08:36.698Z | Downloaded managed v0.8.0 |
725 | 2023-10-21T04:08:36.702Z | Downloaded block-buffer v0.10.4 |
726 | 2023-10-21T04:08:36.706Z | Downloaded lru-cache v0.1.2 |
727 | 2023-10-21T04:08:36.710Z | Downloaded num_enum v0.7.0 |
728 | 2023-10-21T04:08:36.716Z | Downloaded matches v0.1.10 |
729 | 2023-10-21T04:08:36.722Z | Downloaded macaddr v1.0.1 |
730 | 2023-10-21T04:08:36.725Z | Downloaded linked-hash-map v0.5.6 |
731 | 2023-10-21T04:08:36.728Z | Downloaded cbc v0.1.2 |
732 | 2023-10-21T04:08:36.731Z | Downloaded num-integer v0.1.45 |
733 | 2023-10-21T04:08:36.736Z | Downloaded multer v2.1.0 |
734 | 2023-10-21T04:08:36.739Z | Downloaded const_format v0.2.31 |
735 | 2023-10-21T04:08:36.742Z | Downloaded num_threads v0.1.6 |
736 | 2023-10-21T04:08:36.745Z | Downloaded aead v0.5.2 |
737 | 2023-10-21T04:08:36.749Z | Downloaded crossbeam-epoch v0.9.15 |
738 | 2023-10-21T04:08:36.752Z | Downloaded option-ext v0.2.0 |
739 | 2023-10-21T04:08:36.757Z | Downloaded num_cpus v1.16.0 |
740 | 2023-10-21T04:08:36.760Z | Downloaded pem v1.1.1 |
741 | 2023-10-21T04:08:36.766Z | Downloaded deranged v0.3.8 |
742 | 2023-10-21T04:08:36.769Z | Downloaded autocfg v1.1.0 |
743 | 2023-10-21T04:08:36.772Z | Downloaded parse-display v0.7.0 |
744 | 2023-10-21T04:08:36.778Z | Downloaded parse-display-derive v0.7.0 |
745 | 2023-10-21T04:08:36.782Z | Downloaded atty v0.2.14 |
746 | 2023-10-21T04:08:36.786Z | Downloaded darling_core v0.20.3 |
747 | 2023-10-21T04:08:36.791Z | Downloaded password-hash v0.4.2 |
748 | 2023-10-21T04:08:36.794Z | Downloaded parking_lot v0.12.1 |
749 | 2023-10-21T04:08:36.798Z | Downloaded ahash v0.8.3 |
750 | 2023-10-21T04:08:36.802Z | Downloaded parking_lot v0.11.2 |
751 | 2023-10-21T04:08:36.807Z | Downloaded diesel_table_macro_syntax v0.1.0 |
752 | 2023-10-21T04:08:36.811Z | Downloaded ciborium-io v0.2.1 |
753 | 2023-10-21T04:08:36.814Z | Downloaded pest_generator v2.7.2 |
754 | 2023-10-21T04:08:36.817Z | Downloaded postgres-protocol v0.6.6 |
755 | 2023-10-21T04:08:36.819Z | Downloaded adler v1.0.2 |
756 | 2023-10-21T04:08:36.822Z | Downloaded password-hash v0.5.0 |
757 | 2023-10-21T04:08:36.825Z | Downloaded aes-gcm-siv v0.11.1 |
758 | 2023-10-21T04:08:36.830Z | Downloaded byteorder v1.4.3 |
759 | 2023-10-21T04:08:36.835Z | Downloaded bitflags v1.3.2 |
760 | 2023-10-21T04:08:36.841Z | Downloaded hyper-tls v0.5.0 |
761 | 2023-10-21T04:08:36.845Z | Downloaded base16ct v0.2.0 |
762 | 2023-10-21T04:08:36.848Z | Downloaded bit-set v0.5.3 |
763 | 2023-10-21T04:08:36.851Z | Downloaded bcrypt-pbkdf v0.10.0 |
764 | 2023-10-21T04:08:36.855Z | Downloaded utf8parse v0.2.1 |
765 | 2023-10-21T04:08:36.858Z | Downloaded tokio-macros v2.1.0 |
766 | 2023-10-21T04:08:36.861Z | Downloaded thiserror-impl-no-std v2.0.2 |
767 | 2023-10-21T04:08:36.864Z | Downloaded http-body v0.4.5 |
768 | 2023-10-21T04:08:36.868Z | Downloaded miniz_oxide v0.7.1 |
769 | 2023-10-21T04:08:36.871Z | Downloaded omicron-zone-package v0.8.3 |
770 | 2023-10-21T04:08:36.878Z | Downloaded async-stream v0.3.5 |
771 | 2023-10-21T04:08:36.885Z | Downloaded async-trait v0.1.73 |
772 | 2023-10-21T04:08:36.896Z | Downloaded lazy_static v1.4.0 |
773 | 2023-10-21T04:08:36.912Z | Downloaded camino v1.1.6 |
774 | 2023-10-21T04:08:36.923Z | Downloaded bzip2 v0.4.4 |
775 | 2023-10-21T04:08:36.937Z | Downloaded blake2 v0.10.6 |
776 | 2023-10-21T04:08:36.942Z | Downloaded futures-io v0.3.28 |
777 | 2023-10-21T04:08:36.946Z | Downloaded futures-core v0.3.28 |
778 | 2023-10-21T04:08:36.951Z | Downloaded russh-cryptovec v0.7.0 |
779 | 2023-10-21T04:08:36.955Z | Downloaded paste v1.0.14 |
780 | 2023-10-21T04:08:36.961Z | Downloaded keccak v0.1.4 |
781 | 2023-10-21T04:08:36.964Z | Downloaded once_cell v1.18.0 |
782 | 2023-10-21T04:08:36.967Z | Downloaded ciborium v0.2.1 |
783 | 2023-10-21T04:08:36.970Z | Downloaded ipnetwork v0.20.0 |
784 | 2023-10-21T04:08:36.974Z | Downloaded base64ct v1.6.0 |
785 | 2023-10-21T04:08:36.977Z | Downloaded jobserver v0.1.26 |
786 | 2023-10-21T04:08:36.980Z | Downloaded hex v0.4.3 |
787 | 2023-10-21T04:08:36.983Z | Downloaded errno v0.3.2 |
788 | 2023-10-21T04:08:36.986Z | Downloaded memchr v2.6.3 |
789 | 2023-10-21T04:08:36.988Z | Downloaded textwrap v0.11.0 |
790 | 2023-10-21T04:08:36.991Z | Downloaded structmeta-derive v0.1.6 |
791 | 2023-10-21T04:08:36.994Z | Downloaded difflib v0.4.0 |
792 | 2023-10-21T04:08:36.997Z | Downloaded serde_arrays v0.1.0 |
793 | 2023-10-21T04:08:37.000Z | Downloaded zone_cfg_derive v0.2.0 |
794 | 2023-10-21T04:08:37.003Z | Downloaded derive_more v0.99.17 |
795 | 2023-10-21T04:08:37.007Z | Downloaded ghash v0.5.0 |
796 | 2023-10-21T04:08:37.010Z | Downloaded want v0.3.1 |
797 | 2023-10-21T04:08:37.013Z | Downloaded rustfmt-wrapper v0.2.0 |
798 | 2023-10-21T04:08:37.017Z | Downloaded time-core v0.1.1 |
799 | 2023-10-21T04:08:37.020Z | Downloaded slab v0.4.9 |
800 | 2023-10-21T04:08:37.025Z | Downloaded glob v0.3.1 |
801 | 2023-10-21T04:08:37.028Z | Downloaded term v0.7.0 |
802 | 2023-10-21T04:08:37.031Z | Downloaded sha1 v0.10.5 |
803 | 2023-10-21T04:08:37.034Z | Downloaded futures v0.3.28 |
804 | 2023-10-21T04:08:37.037Z | Downloaded dirs v5.0.1 |
805 | 2023-10-21T04:08:37.040Z | Downloaded fallible-streaming-iterator v0.1.9 |
806 | 2023-10-21T04:08:37.043Z | Downloaded serde_path_to_error v0.1.14 |
807 | 2023-10-21T04:08:37.046Z | Downloaded semver-parser v0.10.2 |
808 | 2023-10-21T04:08:37.049Z | Downloaded siphasher v0.3.11 |
809 | 2023-10-21T04:08:37.054Z | Downloaded endian-type v0.1.2 |
810 | 2023-10-21T04:08:37.057Z | Downloaded fxhash v0.2.1 |
811 | 2023-10-21T04:08:37.060Z | Downloaded vec_map v0.8.2 |
812 | 2023-10-21T04:08:37.063Z | Downloaded fastrand v2.0.0 |
813 | 2023-10-21T04:08:37.066Z | Downloaded foreign-types-shared v0.1.1 |
814 | 2023-10-21T04:08:37.069Z | Downloaded group v0.13.0 |
815 | 2023-10-21T04:08:37.072Z | Downloaded radium v0.7.0 |
816 | 2023-10-21T04:08:37.076Z | Downloaded slog-json v2.6.1 |
817 | 2023-10-21T04:08:37.079Z | Downloaded lalrpop-util v0.19.12 |
818 | 2023-10-21T04:08:37.082Z | Downloaded signal-hook-registry v1.4.1 |
819 | 2023-10-21T04:08:37.085Z | Downloaded headers v0.3.9 |
820 | 2023-10-21T04:08:37.088Z | Downloaded serde_derive_internals v0.26.0 |
821 | 2023-10-21T04:08:37.092Z | Downloaded thiserror-impl v1.0.49 |
822 | 2023-10-21T04:08:37.094Z | Downloaded ed25519 v2.2.2 |
823 | 2023-10-21T04:08:37.098Z | Downloaded serde_spanned v0.6.3 |
824 | 2023-10-21T04:08:37.101Z | Downloaded thiserror-no-std v2.0.2 |
825 | 2023-10-21T04:08:37.104Z | Downloaded tinyvec_macros v0.1.1 |
826 | 2023-10-21T04:08:37.107Z | Downloaded fnv v1.0.7 |
827 | 2023-10-21T04:08:37.110Z | Downloaded fixedbitset v0.4.2 |
828 | 2023-10-21T04:08:37.112Z | Downloaded rustls-pemfile v1.0.3 |
829 | 2023-10-21T04:08:37.115Z | Downloaded rustc-demangle v0.1.23 |
830 | 2023-10-21T04:08:37.118Z | Downloaded strsim v0.10.0 |
831 | 2023-10-21T04:08:37.121Z | Downloaded ringbuffer v0.15.0 |
832 | 2023-10-21T04:08:37.125Z | Downloaded slog-bunyan v2.4.0 |
833 | 2023-10-21T04:08:37.128Z | Downloaded rustversion v1.0.14 |
834 | 2023-10-21T04:08:37.132Z | Downloaded dirs-next v2.0.0 |
835 | 2023-10-21T04:08:37.136Z | Downloaded structmeta v0.1.6 |
836 | 2023-10-21T04:08:37.140Z | Downloaded walkdir v2.4.0 |
837 | 2023-10-21T04:08:37.143Z | Downloaded toolchain_find v0.2.0 |
838 | 2023-10-21T04:08:37.146Z | Downloaded scopeguard v1.2.0 |
839 | 2023-10-21T04:08:37.149Z | Downloaded scheduled-thread-pool v0.2.7 |
840 | 2023-10-21T04:08:37.152Z | Downloaded aes v0.8.3 |
841 | 2023-10-21T04:08:37.155Z | Downloaded foreign-types-shared v0.3.1 |
842 | 2023-10-21T04:08:37.159Z | Downloaded serde_urlencoded v0.7.1 |
843 | 2023-10-21T04:08:37.162Z | Downloaded stable_deref_trait v1.2.0 |
844 | 2023-10-21T04:08:37.165Z | Downloaded usdt-impl v0.3.5 |
845 | 2023-10-21T04:08:37.168Z | Downloaded dyn-clone v1.0.13 |
846 | 2023-10-21T04:08:37.172Z | Downloaded strum v0.25.0 |
847 | 2023-10-21T04:08:37.176Z | Downloaded time-macros v0.2.13 |
848 | 2023-10-21T04:08:37.179Z | Downloaded typenum v1.16.0 |
849 | 2023-10-21T04:08:37.182Z | Downloaded strsim v0.8.0 |
850 | 2023-10-21T04:08:37.185Z | Downloaded dtrace-parser v0.1.14 |
851 | 2023-10-21T04:08:37.189Z | Downloaded slog-term v2.9.0 |
852 | 2023-10-21T04:08:37.193Z | Downloaded thiserror v1.0.49 |
853 | 2023-10-21T04:08:37.195Z | Downloaded subtle v2.5.0 |
854 | 2023-10-21T04:08:37.198Z | Downloaded resolv-conf v0.7.0 |
855 | 2023-10-21T04:08:37.201Z | Downloaded itertools v0.10.5 |
856 | 2023-10-21T04:08:37.204Z | Downloaded enum-as-inner v0.5.1 |
857 | 2023-10-21T04:08:37.207Z | Downloaded twox-hash v1.6.3 |
858 | 2023-10-21T04:08:37.212Z | Downloaded unicode-xid v0.2.4 |
859 | 2023-10-21T04:08:37.216Z | Downloaded rand_core v0.6.4 |
860 | 2023-10-21T04:08:37.219Z | Downloaded strum_macros v0.25.2 |
861 | 2023-10-21T04:08:37.223Z | Downloaded itertools v0.11.0 |
862 | 2023-10-21T04:08:37.226Z | Downloaded spki v0.7.2 |
863 | 2023-10-21T04:08:37.230Z | Downloaded spin v0.5.2 |
864 | 2023-10-21T04:08:37.234Z | Downloaded smallvec v1.11.0 |
865 | 2023-10-21T04:08:37.237Z | Downloaded textwrap v0.16.0 |
866 | 2023-10-21T04:08:37.242Z | Downloaded tinyvec v1.6.0 |
867 | 2023-10-21T04:08:37.246Z | Downloaded socket2 v0.5.4 |
868 | 2023-10-21T04:08:37.249Z | Downloaded ryu v1.0.15 |
869 | 2023-10-21T04:08:37.252Z | Downloaded dirs-sys v0.4.1 |
870 | 2023-10-21T04:08:37.255Z | Downloaded rcgen v0.10.0 |
871 | 2023-10-21T04:08:37.258Z | Downloaded subprocess v0.2.9 |
872 | 2023-10-21T04:08:37.261Z | Downloaded form_urlencoded v1.2.0 |
873 | 2023-10-21T04:08:37.264Z | Downloaded flate2 v1.0.27 |
874 | 2023-10-21T04:08:37.271Z | Downloaded tokio-stream v0.1.14 |
875 | 2023-10-21T04:08:37.278Z | Downloaded tracing v0.1.37 |
876 | 2023-10-21T04:08:37.286Z | Downloaded openssl v0.10.57 |
877 | 2023-10-21T04:08:37.305Z | Downloaded tungstenite v0.20.1 |
878 | 2023-10-21T04:08:37.309Z | Downloaded env_logger v0.9.3 |
879 | 2023-10-21T04:08:37.313Z | Downloaded uuid v1.4.1 |
880 | 2023-10-21T04:08:37.321Z | Downloaded trust-dns-resolver v0.22.0 |
881 | 2023-10-21T04:08:37.331Z | Downloaded hyper v0.14.27 |
882 | 2023-10-21T04:08:37.356Z | Downloaded toml v0.7.8 |
883 | 2023-10-21T04:08:37.374Z | Downloaded russh v0.38.0 |
884 | 2023-10-21T04:08:37.379Z | Downloaded tokio-postgres v0.7.10 |
885 | 2023-10-21T04:08:37.382Z | Downloaded serde_json v1.0.107 |
886 | 2023-10-21T04:08:37.387Z | Downloaded toml_edit v0.20.0 |
887 | 2023-10-21T04:08:37.413Z | Downloaded tokio-util v0.7.9 |
888 | 2023-10-21T04:08:37.425Z | Downloaded chrono v0.4.31 |
889 | 2023-10-21T04:08:37.443Z | Downloaded serde_with v2.3.3 |
890 | 2023-10-21T04:08:37.453Z | Downloaded winnow v0.5.15 |
891 | 2023-10-21T04:08:37.469Z | Downloaded regress v0.7.1 |
892 | 2023-10-21T04:08:37.484Z | Downloaded radix_trie v0.2.1 |
893 | 2023-10-21T04:08:37.494Z | Downloaded diesel v2.1.1 |
894 | 2023-10-21T04:08:37.527Z | Downloaded syn v2.0.32 |
895 | 2023-10-21T04:08:37.551Z | Downloaded regex v1.9.5 |
896 | 2023-10-21T04:08:37.572Z | Downloaded smoltcp v0.9.1 |
897 | 2023-10-21T04:08:37.593Z | Downloaded rustls-webpki v0.101.4 |
898 | 2023-10-21T04:08:37.621Z | Downloaded webpki-roots v0.25.2 |
899 | 2023-10-21T04:08:37.630Z | Downloaded sled v0.34.7 |
900 | 2023-10-21T04:08:37.649Z | Downloaded syn v1.0.109 |
901 | 2023-10-21T04:08:37.670Z | Downloaded idna v0.2.3 |
902 | 2023-10-21T04:08:37.684Z | Downloaded nix v0.26.2 |
903 | 2023-10-21T04:08:37.718Z | Downloaded zerocopy-derive v0.2.0 |
904 | 2023-10-21T04:08:37.723Z | Downloaded rustix v0.38.9 |
905 | 2023-10-21T04:08:37.763Z | Downloaded bstr v1.6.0 |
906 | 2023-10-21T04:08:37.791Z | Downloaded regex-syntax v0.7.5 |
907 | 2023-10-21T04:08:38.204Z | Downloaded openapiv3 v1.0.3 |
908 | 2023-10-21T04:08:38.209Z | Downloaded regex-syntax v0.6.29 |
909 | 2023-10-21T04:08:38.213Z | Downloaded rustix v0.37.23 |
910 | 2023-10-21T04:08:38.220Z | Downloaded winapi v0.3.9 |
911 | 2023-10-21T04:08:38.238Z | Downloaded encoding_rs v0.8.33 |
912 | 2023-10-21T04:08:38.259Z | Downloaded zerocopy-derive v0.6.4 |
913 | 2023-10-21T04:08:38.266Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
914 | 2023-10-21T04:08:38.270Z | Downloaded regex-automata v0.3.8 |
915 | 2023-10-21T04:08:38.276Z | Downloaded libc v0.2.149 |
916 | 2023-10-21T04:08:38.281Z | Downloaded idna v0.4.0 |
917 | 2023-10-21T04:08:38.286Z | Downloaded tokio v1.32.0 |
918 | 2023-10-21T04:08:38.289Z | Downloaded trust-dns-proto v0.22.0 |
919 | 2023-10-21T04:08:38.294Z | Downloaded sha3 v0.10.8 |
920 | 2023-10-21T04:08:38.300Z | Downloaded bstr v0.2.17 |
921 | 2023-10-21T04:08:38.308Z | Downloaded vcpkg v0.2.15 |
922 | 2023-10-21T04:08:38.332Z | Downloaded rustls v0.21.7 |
923 | 2023-10-21T04:08:38.354Z | Downloaded git2 v0.17.2 |
924 | 2023-10-21T04:08:38.368Z | Downloaded gimli v0.28.0 |
925 | 2023-10-21T04:08:38.383Z | Downloaded smoltcp v0.8.2 |
926 | 2023-10-21T04:08:38.400Z | Downloaded clap v2.34.0 |
927 | 2023-10-21T04:08:38.413Z | Downloaded ring v0.16.20 |
928 | 2023-10-21T04:08:38.573Z | Downloaded hashbrown v0.12.3 |
929 | 2023-10-21T04:08:38.580Z | Downloaded h2 v0.3.21 |
930 | 2023-10-21T04:08:38.592Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
931 | 2023-10-21T04:08:39.114Z | Downloaded futures-util v0.3.28 |
932 | 2023-10-21T04:08:39.119Z | Downloaded regex-automata v0.1.10 |
933 | 2023-10-21T04:08:39.122Z | Downloaded rusqlite v0.29.0 |
934 | 2023-10-21T04:08:39.126Z | Downloaded aho-corasick v1.0.4 |
935 | 2023-10-21T04:08:39.129Z | Downloaded toml v0.8.0 |
936 | 2023-10-21T04:08:39.133Z | Downloaded reqwest v0.11.20 |
937 | 2023-10-21T04:08:39.136Z | Downloaded clap_builder v4.4.2 |
938 | 2023-10-21T04:08:39.140Z | Downloaded trust-dns-server v0.22.1 |
939 | 2023-10-21T04:08:39.144Z | Downloaded hkdf v0.12.3 |
940 | 2023-10-21T04:08:39.147Z | Downloaded curve25519-dalek v4.1.0 |
941 | 2023-10-21T04:08:39.152Z | Downloaded bitvec v1.0.1 |
942 | 2023-10-21T04:08:39.157Z | Downloaded unicode-normalization v0.1.22 |
943 | 2023-10-21T04:08:39.160Z | Downloaded unicode-segmentation v1.10.1 |
944 | 2023-10-21T04:08:39.163Z | Downloaded pest v2.7.2 |
945 | 2023-10-21T04:08:39.166Z | Downloaded toml v0.5.11 |
946 | 2023-10-21T04:08:39.171Z | Downloaded trust-dns-client v0.22.0 |
947 | 2023-10-21T04:08:39.174Z | Downloaded url v2.4.1 |
948 | 2023-10-21T04:08:39.177Z | Downloaded object v0.32.1 |
949 | 2023-10-21T04:08:39.180Z | Downloaded rand v0.7.3 |
950 | 2023-10-21T04:08:39.184Z | Downloaded heapless v0.7.16 |
951 | 2023-10-21T04:08:39.187Z | Downloaded ed25519-dalek v2.0.0 |
952 | 2023-10-21T04:08:39.191Z | Downloaded serde_yaml v0.9.25 |
953 | 2023-10-21T04:08:39.197Z | Downloaded schemars v0.8.13 |
954 | 2023-10-21T04:08:39.202Z | Downloaded sct v0.7.0 |
955 | 2023-10-21T04:08:39.205Z | Downloaded libz-sys v1.1.12 |
956 | 2023-10-21T04:08:39.212Z | Downloaded aes-gcm v0.10.2 |
957 | 2023-10-21T04:08:39.216Z | Downloaded hashbrown v0.14.0 |
958 | 2023-10-21T04:08:39.220Z | Downloaded petgraph v0.6.4 |
959 | 2023-10-21T04:08:39.223Z | Downloaded num-bigint v0.4.4 |
960 | 2023-10-21T04:08:39.227Z | Downloaded secrecy v0.8.0 |
961 | 2023-10-21T04:08:39.230Z | Downloaded socket2 v0.4.9 |
962 | 2023-10-21T04:08:39.234Z | Downloaded serde v1.0.188 |
963 | 2023-10-21T04:08:39.238Z | Downloaded rand v0.8.5 |
964 | 2023-10-21T04:08:39.241Z | Downloaded getrandom v0.2.10 |
965 | 2023-10-21T04:08:39.245Z | Downloaded zerocopy v0.6.4 |
966 | 2023-10-21T04:08:39.249Z | Downloaded vergen v8.2.4 |
967 | 2023-10-21T04:08:39.252Z | Downloaded libm v0.2.7 |
968 | 2023-10-21T04:08:39.255Z | Downloaded stringprep v0.1.3 |
969 | 2023-10-21T04:08:39.258Z | Downloaded tokio-native-tls v0.3.1 |
970 | 2023-10-21T04:08:39.261Z | Downloaded schemars_derive v0.8.13 |
971 | 2023-10-21T04:08:39.264Z | Downloaded ucd-trie v0.1.6 |
972 | 2023-10-21T04:08:39.267Z | Downloaded similar v2.2.1 |
973 | 2023-10-21T04:08:39.271Z | Downloaded ron v0.7.1 |
974 | 2023-10-21T04:08:39.277Z | Downloaded same-file v1.0.6 |
975 | 2023-10-21T04:08:39.281Z | Downloaded semver v0.11.0 |
976 | 2023-10-21T04:08:39.283Z | Downloaded hashbrown v0.13.2 |
977 | 2023-10-21T04:08:39.286Z | Downloaded indexmap v2.0.0 |
978 | 2023-10-21T04:08:39.289Z | Downloaded zip v0.6.6 |
979 | 2023-10-21T04:08:39.293Z | Downloaded universal-hash v0.5.1 |
980 | 2023-10-21T04:08:39.296Z | Downloaded serde_with_macros v2.3.3 |
981 | 2023-10-21T04:08:39.300Z | Downloaded smawk v0.3.1 |
982 | 2023-10-21T04:08:39.303Z | Downloaded serde_tokenstream v0.1.7 |
983 | 2023-10-21T04:08:39.307Z | Downloaded libsqlite3-sys v0.26.0 |
984 | 2023-10-21T04:08:39.361Z | Downloaded untrusted v0.7.1 |
985 | 2023-10-21T04:08:39.365Z | Downloaded getrandom v0.1.16 |
986 | 2023-10-21T04:08:39.368Z | Downloaded vsss-rs v3.3.1 |
987 | 2023-10-21T04:08:39.374Z | Downloaded serde_tokenstream v0.2.0 |
988 | 2023-10-21T04:08:39.377Z | Downloaded serde_derive v1.0.188 |
989 | 2023-10-21T04:08:39.384Z | Downloaded russh-keys v0.38.0 |
990 | 2023-10-21T04:08:39.388Z | Downloaded mio v0.8.8 |
991 | 2023-10-21T04:08:39.392Z | Downloaded slog-scope v4.4.0 |
992 | 2023-10-21T04:08:39.399Z | Downloaded slog-async v2.8.0 |
993 | 2023-10-21T04:08:39.405Z | Downloaded unicode-linebreak v0.1.5 |
994 | 2023-10-21T04:08:39.408Z | Downloaded time v0.3.27 |
995 | 2023-10-21T04:08:39.414Z | Downloaded indexmap v1.9.3 |
996 | 2023-10-21T04:08:39.418Z | Downloaded rustls-native-certs v0.6.3 |
997 | 2023-10-21T04:08:39.424Z | Downloaded foreign-types-macros v0.2.3 |
998 | 2023-10-21T04:08:39.428Z | Downloaded float-cmp v0.9.0 |
999 | 2023-10-21T04:08:39.431Z | Downloaded filetime v0.2.22 |
1000 | 2023-10-21T04:08:39.441Z | Downloaded tokio-rustls v0.24.1 |
1001 | 2023-10-21T04:08:39.453Z | Downloaded slog-stdlog v4.1.1 |
1002 | 2023-10-21T04:08:39.883Z | Downloaded slog-envlogger v2.2.0 |
1003 | 2023-10-21T04:08:40.293Z | Downloaded thread-id v4.2.0 |
1004 | 2023-10-21T04:08:40.298Z | Downloaded serde_repr v0.1.16 |
1005 | 2023-10-21T04:08:40.309Z | Downloaded getopts v0.2.21 |
1006 | 2023-10-21T04:08:40.726Z | Downloaded sha2 v0.10.7 |
1007 | 2023-10-21T04:08:40.736Z | Downloaded xattr v1.0.1 |
1008 | 2023-10-21T04:08:40.759Z | Downloaded hyper-rustls v0.24.1 |
1009 | 2023-10-21T04:08:40.831Z | Downloaded ff v0.13.0 |
1010 | 2023-10-21T04:08:40.838Z | Downloaded usdt-attr-macro v0.3.5 |
1011 | 2023-10-21T04:08:40.843Z | Downloaded semver v1.0.18 |
1012 | 2023-10-21T04:08:40.854Z | Downloaded generic-array v0.14.7 |
1013 | 2023-10-21T04:08:40.870Z | Downloaded elliptic-curve v0.13.5 |
1014 | 2023-10-21T04:08:40.883Z | Downloaded digest v0.10.7 |
1015 | 2023-10-21T04:08:40.889Z | Downloaded rand_chacha v0.3.1 |
1016 | 2023-10-21T04:08:40.892Z | Downloaded base64 v0.21.4 |
1017 | 2023-10-21T04:08:40.923Z | Downloaded http v0.2.9 |
1018 | 2023-10-21T04:08:40.965Z | Downloaded tar v0.4.40 |
1019 | 2023-10-21T04:08:40.971Z | Downloaded structopt v0.3.26 |
1020 | 2023-10-21T04:08:40.976Z | Downloaded slog-dtrace v0.2.3 |
1021 | 2023-10-21T04:08:40.979Z | Downloaded half v1.8.2 |
1022 | 2023-10-21T04:08:40.984Z | Downloaded wyz v0.5.1 |
1023 | 2023-10-21T04:08:40.990Z | Downloaded unicode-width v0.1.10 |
1024 | 2023-10-21T04:08:40.994Z | Downloaded unsafe-libyaml v0.2.9 |
1025 | 2023-10-21T04:08:40.999Z | Downloaded tower-service v0.3.2 |
1026 | 2023-10-21T04:08:41.010Z | Downloaded rand_chacha v0.2.2 |
1027 | 2023-10-21T04:08:41.016Z | Downloaded heck v0.3.3 |
1028 | 2023-10-21T04:08:41.021Z | Downloaded zeroize v1.6.0 |
1029 | 2023-10-21T04:08:41.026Z | Downloaded rand_core v0.5.1 |
1030 | 2023-10-21T04:08:41.030Z | Downloaded hash32 v0.2.1 |
1031 | 2023-10-21T04:08:41.035Z | Downloaded futures-task v0.3.28 |
1032 | 2023-10-21T04:08:41.038Z | Downloaded signature v2.1.0 |
1033 | 2023-10-21T04:08:41.041Z | Downloaded slog v2.7.0 |
1034 | 2023-10-21T04:08:41.046Z | Downloaded inout v0.1.3 |
1035 | 2023-10-21T04:08:41.049Z | Downloaded tempfile v3.8.0 |
1036 | 2023-10-21T04:08:41.053Z | Downloaded spin v0.9.8 |
1037 | 2023-10-21T04:08:41.058Z | Downloaded bytes v1.5.0 |
1038 | 2023-10-21T04:08:41.063Z | Downloaded ipnet v2.8.0 |
1039 | 2023-10-21T04:08:41.067Z | Downloaded rustc_version v0.4.0 |
1040 | 2023-10-21T04:08:41.072Z | Downloaded backtrace v0.3.69 |
1041 | 2023-10-21T04:08:41.080Z | Downloaded heck v0.4.1 |
1042 | 2023-10-21T04:08:41.083Z | Downloaded version_check v0.9.4 |
1043 | 2023-10-21T04:08:41.088Z | Downloaded structopt-derive v0.4.18 |
1044 | 2023-10-21T04:08:41.097Z | Downloaded static_assertions v1.1.0 |
1045 | 2023-10-21T04:08:41.101Z | Downloaded smf v0.2.2 |
1046 | 2023-10-21T04:08:41.104Z | Downloaded base64 v0.13.1 |
1047 | 2023-10-21T04:08:41.108Z | Downloaded hex-literal v0.4.1 |
1048 | 2023-10-21T04:08:41.113Z | Downloaded toml_edit v0.19.15 |
1049 | 2023-10-21T04:08:41.121Z | Downloaded allocator-api2 v0.2.16 |
1050 | 2023-10-21T04:08:41.533Z | Downloaded arc-swap v1.6.0 |
1051 | 2023-10-21T04:08:41.536Z | Downloaded hashlink v0.8.3 |
1052 | 2023-10-21T04:08:41.541Z | Downloaded futures-channel v0.3.28 |
1053 | 2023-10-21T04:08:41.544Z | Downloaded erased-serde v0.3.30 |
1054 | 2023-10-21T04:08:41.548Z | Downloaded zeroize_derive v1.4.2 |
1055 | 2023-10-21T04:08:41.551Z | Downloaded utf-8 v0.7.6 |
1056 | 2023-10-21T04:08:41.554Z | Downloaded postgres-types v0.2.6 |
1057 | 2023-10-21T04:08:41.559Z | Downloaded clap v4.4.3 |
1058 | 2023-10-21T04:08:41.563Z | Downloaded tap v1.0.1 |
1059 | 2023-10-21T04:08:41.566Z | Downloaded string_cache v0.8.7 |
1060 | 2023-10-21T04:08:41.570Z | Downloaded iana-time-zone v0.1.57 |
1061 | 2023-10-21T04:08:41.575Z | Downloaded hyper-staticfile v0.9.5 |
1062 | 2023-10-21T04:08:41.578Z | Downloaded darling v0.20.3 |
1063 | 2023-10-21T04:08:41.581Z | Downloaded either v1.9.0 |
1064 | 2023-10-21T04:08:41.588Z | Downloaded yasna v0.5.2 |
1065 | 2023-10-21T04:08:41.591Z | Downloaded tungstenite v0.18.0 |
1066 | 2023-10-21T04:08:41.595Z | Downloaded tracing-core v0.1.31 |
1067 | 2023-10-21T04:08:41.598Z | Downloaded io-lifetimes v1.0.11 |
1068 | 2023-10-21T04:08:41.601Z | Downloaded headers-core v0.2.0 |
1069 | 2023-10-21T04:08:41.604Z | Downloaded futures-macro v0.3.28 |
1070 | 2023-10-21T04:08:41.607Z | Downloaded futures-executor v0.3.28 |
1071 | 2023-10-21T04:08:41.612Z | Downloaded funty v2.0.0 |
1072 | 2023-10-21T04:08:41.616Z | Downloaded pest_derive v2.7.2 |
1073 | 2023-10-21T04:08:41.619Z | Downloaded anyhow v1.0.75 |
1074 | 2023-10-21T04:08:41.623Z | Downloaded hostname v0.3.1 |
1075 | 2023-10-21T04:08:41.627Z | Downloaded dof v0.1.5 |
1076 | 2023-10-21T04:08:41.631Z | Downloaded zerocopy v0.3.0 |
1077 | 2023-10-21T04:08:41.635Z | Downloaded tokio-tungstenite v0.18.0 |
1078 | 2023-10-21T04:08:41.638Z | Downloaded clap_derive v4.4.2 |
1079 | 2023-10-21T04:08:41.641Z | Downloaded itoa v1.0.9 |
1080 | 2023-10-21T04:08:41.645Z | Downloaded dirs-sys-next v0.1.2 |
1081 | 2023-10-21T04:08:41.648Z | Downloaded waitgroup v0.1.2 |
1082 | 2023-10-21T04:08:41.651Z | Downloaded const-oid v0.9.5 |
1083 | 2023-10-21T04:08:41.655Z | Downloaded bit-vec v0.6.3 |
1084 | 2023-10-21T04:08:41.660Z | Downloaded bitflags v2.4.0 |
1085 | 2023-10-21T04:08:41.663Z | Downloaded backoff v0.4.0 |
1086 | 2023-10-21T04:08:41.666Z | Downloaded hubpack_derive v0.1.1 |
1087 | 2023-10-21T04:08:41.670Z | Downloaded hubpack v0.1.2 |
1088 | 2023-10-21T04:08:41.674Z | Downloaded camino-tempfile v1.0.2 |
1089 | 2023-10-21T04:08:41.678Z | Downloaded bincode v1.3.3 |
1090 | 2023-10-21T04:08:41.683Z | Downloaded is-terminal v0.4.9 |
1091 | 2023-10-21T04:08:41.686Z | Downloaded equivalent v1.0.1 |
1092 | 2023-10-21T04:08:41.691Z | Downloaded zone v0.2.0 |
1093 | 2023-10-21T04:08:41.698Z | Downloaded unicode-ident v1.0.12 |
1094 | 2023-10-21T04:08:41.704Z | Downloaded predicates v3.0.4 |
1095 | 2023-10-21T04:08:41.712Z | Downloaded openssl-macros v0.1.1 |
1096 | 2023-10-21T04:08:41.716Z | Downloaded cc v1.0.83 |
1097 | 2023-10-21T04:08:41.720Z | Downloaded ident_case v1.0.1 |
1098 | 2023-10-21T04:08:41.724Z | Downloaded http-range v0.1.5 |
1099 | 2023-10-21T04:08:41.731Z | Downloaded unicode-bidi v0.3.13 |
1100 | 2023-10-21T04:08:41.735Z | Downloaded tokio-tungstenite v0.20.1 |
1101 | 2023-10-21T04:08:41.739Z | Downloaded ppv-lite86 v0.2.17 |
1102 | 2023-10-21T04:08:41.744Z | Downloaded hmac v0.12.1 |
1103 | 2023-10-21T04:08:41.750Z | Downloaded tracing-attributes v0.1.26 |
1104 | 2023-10-21T04:08:41.753Z | Downloaded block-padding v0.3.3 |
1105 | 2023-10-21T04:08:41.757Z | Downloaded pbkdf2 v0.12.2 |
1106 | 2023-10-21T04:08:41.761Z | Downloaded ascii v1.1.0 |
1107 | 2023-10-21T04:08:41.765Z | Downloaded argon2 v0.5.2 |
1108 | 2023-10-21T04:08:41.770Z | Downloaded instant v0.1.12 |
1109 | 2023-10-21T04:08:41.776Z | Downloaded humantime v2.1.0 |
1110 | 2023-10-21T04:08:41.783Z | Downloaded httparse v1.8.0 |
1111 | 2023-10-21T04:08:41.786Z | Downloaded whoami v1.4.1 |
1112 | 2023-10-21T04:08:41.789Z | Downloaded unicase v2.7.0 |
1113 | 2023-10-21T04:08:41.793Z | Downloaded convert_case v0.4.0 |
1114 | 2023-10-21T04:08:41.797Z | Downloaded fallible-iterator v0.2.0 |
1115 | 2023-10-21T04:08:41.800Z | Downloaded usdt-macro v0.3.5 |
1116 | 2023-10-21T04:08:41.810Z | Downloaded thread_local v1.1.7 |
1117 | 2023-10-21T04:08:42.221Z | Downloaded take_mut v0.2.2 |
1118 | 2023-10-21T04:08:42.226Z | Downloaded proc-macro-error-attr v1.0.4 |
1119 | 2023-10-21T04:08:42.229Z | Downloaded pretty-hex v0.2.1 |
1120 | 2023-10-21T04:08:42.233Z | Downloaded curve25519-dalek-derive v0.1.0 |
1121 | 2023-10-21T04:08:42.236Z | Downloaded crucible-workspace-hack v0.1.0 |
1122 | 2023-10-21T04:08:42.247Z | Downloaded termcolor v1.2.0 |
1123 | 2023-10-21T04:08:42.666Z | Downloaded synstructure v0.12.6 |
1124 | 2023-10-21T04:08:42.672Z | Downloaded proc-macro2 v1.0.67 |
1125 | 2023-10-21T04:08:42.683Z | Downloaded num_enum v0.5.11 |
1126 | 2023-10-21T04:08:42.691Z | Downloaded cpufeatures v0.2.9 |
1127 | 2023-10-21T04:08:42.700Z | Downloaded colored v2.0.4 |
1128 | 2023-10-21T04:08:42.712Z | Downloaded cipher v0.4.4 |
1129 | 2023-10-21T04:08:42.720Z | Downloaded poly1305 v0.8.0 |
1130 | 2023-10-21T04:08:42.734Z | Downloaded num-complex v0.4.4 |
1131 | 2023-10-21T04:08:42.747Z | Downloaded usdt v0.3.5 |
1132 | 2023-10-21T04:08:42.759Z | Downloaded httpdate v1.0.3 |
1133 | 2023-10-21T04:08:42.766Z | Downloaded num v0.4.1 |
1134 | 2023-10-21T04:08:42.773Z | Downloaded clap_lex v0.5.1 |
1135 | 2023-10-21T04:08:42.787Z | Downloaded ciborium-ll v0.2.1 |
1136 | 2023-10-21T04:08:42.802Z | Downloaded try-lock v0.2.4 |
1137 | 2023-10-21T04:08:42.810Z | Downloaded toml_datetime v0.6.3 |
1138 | 2023-10-21T04:08:42.820Z | Downloaded bit_field v0.10.2 |
1139 | 2023-10-21T04:08:42.832Z | Downloaded home v0.5.5 |
1140 | 2023-10-21T04:08:42.842Z | Downloaded futures-sink v0.3.28 |
1141 | 2023-10-21T04:08:42.853Z | Downloaded foreign-types v0.5.0 |
1142 | 2023-10-21T04:08:42.859Z | Downloaded foreign-types v0.3.2 |
1143 | 2023-10-21T04:08:42.957Z | Downloaded quote v1.0.33 |
1144 | 2023-10-21T04:08:42.961Z | Downloaded native-tls v0.2.11 |
1145 | 2023-10-21T04:08:42.964Z | Downloaded diesel_derives v2.1.1 |
1146 | 2023-10-21T04:08:42.968Z | Downloaded anstream v0.5.0 |
1147 | 2023-10-21T04:08:42.971Z | Downloaded precomputed-hash v0.1.1 |
1148 | 2023-10-21T04:08:42.975Z | Downloaded num-traits v0.2.16 |
1149 | 2023-10-21T04:08:42.979Z | Downloaded der v0.7.8 |
1150 | 2023-10-21T04:08:42.982Z | Downloaded cancel-safe-futures v0.1.2 |
1151 | 2023-10-21T04:08:42.989Z | Downloaded terminal_size v0.2.6 |
1152 | 2023-10-21T04:08:42.994Z | Downloaded r2d2 v0.8.10 |
1153 | 2023-10-21T04:08:42.999Z | Downloaded proc-macro-error v1.0.4 |
1154 | 2023-10-21T04:08:43.004Z | Downloaded pkcs8 v0.10.2 |
1155 | 2023-10-21T04:08:43.007Z | Downloaded pin-project-lite v0.2.13 |
1156 | 2023-10-21T04:08:43.010Z | Downloaded pest_meta v2.7.2 |
1157 | 2023-10-21T04:08:43.013Z | Downloaded openssl-sys v0.9.93 |
1158 | 2023-10-21T04:08:43.017Z | Downloaded proc-macro-crate v1.3.1 |
1159 | 2023-10-21T04:08:43.022Z | Downloaded postcard-cobs v0.1.5-pre |
1160 | 2023-10-21T04:08:43.026Z | Downloaded bitstruct v0.1.1 |
1161 | 2023-10-21T04:08:43.030Z | Downloaded postcard v0.7.3 |
1162 | 2023-10-21T04:08:43.034Z | Downloaded polyval v0.6.1 |
1163 | 2023-10-21T04:08:43.039Z | Downloaded platforms v3.0.2 |
1164 | 2023-10-21T04:08:43.045Z | Downloaded pkg-config v0.3.27 |
1165 | 2023-10-21T04:08:43.050Z | Downloaded phf_shared v0.11.2 |
1166 | 2023-10-21T04:08:43.055Z | Downloaded phf v0.11.2 |
1167 | 2023-10-21T04:08:43.069Z | Downloaded percent-encoding v2.3.0 |
1168 | 2023-10-21T04:08:43.074Z | Downloaded darling_macro v0.20.3 |
1169 | 2023-10-21T04:08:43.077Z | Downloaded pin-utils v0.1.0 |
1170 | 2023-10-21T04:08:43.081Z | Downloaded crossbeam-channel v0.5.8 |
1171 | 2023-10-21T04:08:43.084Z | Downloaded quick-error v1.2.3 |
1172 | 2023-10-21T04:08:43.091Z | Downloaded pretty-hex v0.3.0 |
1173 | 2023-10-21T04:08:43.095Z | Downloaded crypto-bigint v0.5.2 |
1174 | 2023-10-21T04:08:43.099Z | Downloaded atomic-waker v1.1.1 |
1175 | 2023-10-21T04:08:43.102Z | Downloaded anstyle-parse v0.2.1 |
1176 | 2023-10-21T04:08:43.106Z | Downloaded predicates-core v1.0.6 |
1177 | 2023-10-21T04:08:43.109Z | Downloaded normalize-line-endings v0.3.0 |
1178 | 2023-10-21T04:08:43.112Z | Downloaded num-rational v0.4.1 |
1179 | 2023-10-21T04:08:43.115Z | Downloaded colorchoice v1.0.0 |
1180 | 2023-10-21T04:08:43.119Z | Downloaded bitstruct_derive v0.1.0 |
1181 | 2023-10-21T04:08:43.124Z | Downloaded phf_shared v0.10.0 |
1182 | 2023-10-21T04:08:43.129Z | Downloaded parking_lot_core v0.9.8 |
1183 | 2023-10-21T04:08:43.135Z | Downloaded atomicwrites v0.4.2 |
1184 | 2023-10-21T04:08:43.145Z | Downloaded ansi_term v0.12.1 |
1185 | 2023-10-21T04:08:43.553Z | Downloaded chacha20poly1305 v0.10.1 |
1186 | 2023-10-21T04:08:43.556Z | Downloaded debug-ignore v1.0.5 |
1187 | 2023-10-21T04:08:43.559Z | Downloaded data-encoding v2.4.0 |
1188 | 2023-10-21T04:08:43.564Z | Downloaded parking_lot_core v0.8.6 |
1189 | 2023-10-21T04:08:43.579Z | Downloaded async-recursion v1.0.5 |
1190 | 2023-10-21T04:08:43.596Z | Downloaded anstyle-query v1.0.0 |
1191 | 2023-10-21T04:08:43.617Z | Downloaded ctr v0.9.2 |
1192 | 2023-10-21T04:08:43.628Z | Downloaded pbkdf2 v0.11.0 |
1193 | 2023-10-21T04:08:43.634Z | Downloaded async-stream-impl v0.3.5 |
1194 | 2023-10-21T04:08:43.641Z | Downloaded anstyle v1.0.2 |
1195 | 2023-10-21T04:08:43.649Z | Downloaded nibble_vec v0.1.0 |
1196 | 2023-10-21T04:08:43.654Z | Downloaded log v0.4.20 |
1197 | 2023-10-21T04:08:43.659Z | Downloaded cstr-argument v0.1.2 |
1198 | 2023-10-21T04:08:43.664Z | Downloaded openssl-probe v0.1.5 |
1199 | 2023-10-21T04:08:43.668Z | Downloaded opaque-debug v0.3.0 |
1200 | 2023-10-21T04:08:43.672Z | Downloaded num-iter v0.1.43 |
1201 | 2023-10-21T04:08:43.675Z | Downloaded memoffset v0.7.1 |
1202 | 2023-10-21T04:08:43.678Z | Downloaded crc32fast v1.3.2 |
1203 | 2023-10-21T04:08:43.681Z | Downloaded num_enum_derive v0.7.0 |
1204 | 2023-10-21T04:08:43.685Z | Downloaded num_enum_derive v0.5.11 |
1205 | 2023-10-21T04:08:43.688Z | Downloaded num-derive v0.4.0 |
1206 | 2023-10-21T04:08:43.692Z | Downloaded new_debug_unreachable v1.0.4 |
1207 | 2023-10-21T04:08:43.696Z | Downloaded lock_api v0.4.10 |
1208 | 2023-10-21T04:08:43.700Z | Downloaded crypto-common v0.1.6 |
1209 | 2023-10-21T04:08:43.703Z | Downloaded crossbeam-utils v0.8.16 |
1210 | 2023-10-21T04:08:43.707Z | Downloaded console v0.15.7 |
1211 | 2023-10-21T04:08:43.715Z | Downloaded chacha20 v0.9.1 |
1212 | 2023-10-21T04:08:43.718Z | Downloaded addr2line v0.21.0 |
1213 | 2023-10-21T04:08:43.721Z | Downloaded mime_guess v2.0.4 |
1214 | 2023-10-21T04:08:43.726Z | Downloaded md-5 v0.10.5 |
1215 | 2023-10-21T04:08:43.728Z | Downloaded libefi-sys v0.1.0 |
1216 | 2023-10-21T04:08:43.734Z | Downloaded const_format_proc_macros v0.2.31 |
1217 | 2023-10-21T04:08:43.738Z | Downloaded blowfish v0.9.1 |
1218 | 2023-10-21T04:08:43.742Z | Downloaded mime v0.3.17 |
1219 | 2023-10-21T04:08:43.745Z | Downloaded memoffset v0.9.0 |
1220 | 2023-10-21T04:08:43.753Z | Downloaded match_cfg v0.1.0 |
1221 | 2023-10-21T04:08:43.758Z | Downloaded cfg-if v0.1.10 |
1222 | 2023-10-21T04:08:43.761Z | Downloaded md5 v0.7.0 |
1223 | 2023-10-21T04:08:43.765Z | Compiling proc-macro2 v1.0.67 |
1224 | 2023-10-21T04:08:43.772Z | Compiling unicode-ident v1.0.12 |
1225 | 2023-10-21T04:08:43.776Z | Compiling libc v0.2.149 |
1226 | 2023-10-21T04:08:43.780Z | Compiling serde v1.0.188 |
1227 | 2023-10-21T04:08:43.783Z | Compiling version_check v0.9.4 |
1228 | 2023-10-21T04:08:43.786Z | Compiling autocfg v1.1.0 |
1229 | 2023-10-21T04:08:43.791Z | Compiling cfg-if v1.0.0 |
1230 | 2023-10-21T04:08:43.794Z | Compiling syn v1.0.109 |
1231 | 2023-10-21T04:08:43.797Z | Compiling typenum v1.16.0 |
1232 | 2023-10-21T04:08:43.802Z | Compiling once_cell v1.18.0 |
1233 | 2023-10-21T04:08:43.809Z | Compiling thiserror v1.0.49 |
1234 | 2023-10-21T04:08:43.831Z | Compiling generic-array v0.14.7 |
1235 | 2023-10-21T04:08:43.847Z | Compiling lock_api v0.4.10 |
1236 | 2023-10-21T04:08:43.872Z | Compiling parking_lot_core v0.9.8 |
1237 | 2023-10-21T04:08:43.875Z | Compiling libm v0.2.7 |
1238 | 2023-10-21T04:08:43.878Z | Compiling num-traits v0.2.16 |
1239 | 2023-10-21T04:08:43.881Z | Compiling itoa v1.0.9 |
1240 | 2023-10-21T04:08:43.884Z | Compiling memchr v2.6.3 |
1241 | 2023-10-21T04:08:43.890Z | Compiling futures-core v0.3.28 |
1242 | 2023-10-21T04:08:43.895Z | Compiling ahash v0.8.3 |
1243 | 2023-10-21T04:08:43.899Z | Compiling serde_json v1.0.107 |
1244 | 2023-10-21T04:08:43.915Z | Compiling log v0.4.20 |
1245 | 2023-10-21T04:08:43.997Z | Compiling slab v0.4.9 |
1246 | 2023-10-21T04:08:44.099Z | Compiling quote v1.0.33 |
1247 | 2023-10-21T04:08:44.418Z | Compiling futures-task v0.3.28 |
1248 | 2023-10-21T04:08:44.524Z | Compiling futures-channel v0.3.28 |
1249 | 2023-10-21T04:08:44.691Z | Compiling syn v2.0.32 |
1250 | 2023-10-21T04:08:44.985Z | Compiling getrandom v0.2.10 |
1251 | 2023-10-21T04:08:45.295Z | Compiling jobserver v0.1.26 |
1252 | 2023-10-21T04:08:45.705Z | Compiling futures-util v0.3.28 |
1253 | 2023-10-21T04:08:45.709Z | Compiling pkg-config v0.3.27 |
1254 | 2023-10-21T04:08:45.712Z | Compiling rand_core v0.6.4 |
1255 | 2023-10-21T04:08:46.013Z | Compiling cc v1.0.83 |
1256 | 2023-10-21T04:08:46.432Z | Compiling ryu v1.0.15 |
1257 | 2023-10-21T04:08:46.491Z | Compiling vcpkg v0.2.15 |
1258 | 2023-10-21T04:08:46.538Z | Compiling schemars v0.8.13 |
1259 | 2023-10-21T04:08:46.990Z | Compiling allocator-api2 v0.2.16 |
1260 | 2023-10-21T04:08:47.055Z | Compiling heck v0.4.1 |
1261 | 2023-10-21T04:08:47.546Z | Compiling equivalent v1.0.1 |
1262 | 2023-10-21T04:08:47.704Z | Compiling scopeguard v1.2.0 |
1263 | 2023-10-21T04:08:48.451Z | Compiling hashbrown v0.14.0 |
1264 | 2023-10-21T04:08:48.662Z | Compiling smallvec v1.11.0 |
1265 | 2023-10-21T04:08:49.344Z | Compiling byteorder v1.4.3 |
1266 | 2023-10-21T04:08:49.484Z | Compiling fnv v1.0.7 |
1267 | 2023-10-21T04:08:49.682Z | Compiling httparse v1.8.0 |
1268 | 2023-10-21T04:08:50.168Z | Compiling iana-time-zone v0.1.57 |
1269 | 2023-10-21T04:08:50.277Z | Compiling pin-project-lite v0.2.13 |
1270 | 2023-10-21T04:08:50.462Z | Compiling semver v1.0.18 |
1271 | 2023-10-21T04:08:50.863Z | Compiling ring v0.16.20 |
1272 | 2023-10-21T04:08:50.883Z | Compiling subtle v2.5.0 |
1273 | 2023-10-21T04:08:51.206Z | Compiling parking_lot v0.12.1 |
1274 | 2023-10-21T04:08:51.377Z | Compiling indexmap v1.9.3 |
1275 | 2023-10-21T04:08:51.458Z | Compiling tinyvec_macros v0.1.1 |
1276 | 2023-10-21T04:08:51.595Z | Compiling time-core v0.1.1 |
1277 | 2023-10-21T04:08:51.699Z | Compiling dyn-clone v1.0.13 |
1278 | 2023-10-21T04:08:51.814Z | Compiling tinyvec v1.6.0 |
1279 | 2023-10-21T04:08:51.859Z | Compiling time-macros v0.2.13 |
1280 | 2023-10-21T04:08:51.887Z | Compiling openssl-sys v0.9.93 |
1281 | 2023-10-21T04:08:52.021Z | Compiling signal-hook-registry v1.4.1 |
1282 | 2023-10-21T04:08:52.971Z | Compiling mio v0.8.8 |
1283 | 2023-10-21T04:08:53.244Z | Compiling num_cpus v1.16.0 |
1284 | 2023-10-21T04:08:53.403Z | Compiling socket2 v0.5.4 |
1285 | 2023-10-21T04:08:53.849Z | Compiling unicode-bidi v0.3.13 |
1286 | 2023-10-21T04:08:54.310Z | Compiling unicode-normalization v0.1.22 |
1287 | 2023-10-21T04:08:54.965Z | Compiling rustls v0.21.7 |
1288 | 2023-10-21T04:08:55.281Z | Compiling slog v2.7.0 |
1289 | 2023-10-21T04:08:55.307Z | Compiling spin v0.5.2 |
1290 | 2023-10-21T04:08:56.029Z | Compiling percent-encoding v2.3.0 |
1291 | 2023-10-21T04:08:56.054Z | Compiling ucd-trie v0.1.6 |
1292 | 2023-10-21T04:08:56.057Z | Compiling backtrace v0.3.69 |
1293 | 2023-10-21T04:08:56.323Z | Compiling async-trait v0.1.73 |
1294 | 2023-10-21T04:08:56.554Z | Compiling form_urlencoded v1.2.0 |
1295 | 2023-10-21T04:08:56.699Z | Compiling aho-corasick v1.0.4 |
1296 | 2023-10-21T04:08:56.758Z | Compiling openssl v0.10.57 |
1297 | 2023-10-21T04:08:56.983Z | Compiling serde_derive_internals v0.26.0 |
1298 | 2023-10-21T04:08:57.109Z | Compiling regex-syntax v0.7.5 |
1299 | 2023-10-21T04:08:57.162Z | Compiling pin-utils v0.1.0 |
1300 | 2023-10-21T04:08:57.308Z | Compiling winnow v0.5.15 |
1301 | 2023-10-21T04:08:57.367Z | Compiling futures-sink v0.3.28 |
1302 | 2023-10-21T04:08:57.600Z | Compiling anyhow v1.0.75 |
1303 | 2023-10-21T04:08:58.437Z | Compiling idna v0.4.0 |
1304 | 2023-10-21T04:08:59.570Z | Compiling native-tls v0.2.11 |
1305 | 2023-10-21T04:09:00.060Z | Compiling url v2.4.1 |
1306 | 2023-10-21T04:09:01.043Z | Compiling unicode-xid v0.2.4 |
1307 | 2023-10-21T04:09:02.004Z | Compiling futures-io v0.3.28 |
1308 | 2023-10-21T04:09:02.306Z | Compiling rustversion v1.0.14 |
1309 | 2023-10-21T04:09:02.505Z | Compiling unicode-width v0.1.10 |
1310 | 2023-10-21T04:09:02.751Z | Compiling const-oid v0.9.5 |
1311 | 2023-10-21T04:09:03.288Z | Compiling regex-automata v0.3.8 |
1312 | 2023-10-21T04:09:03.899Z | Compiling hashbrown v0.13.2 |
1313 | 2023-10-21T04:09:05.015Z | Compiling synstructure v0.12.6 |
1314 | 2023-10-21T04:09:05.647Z | Compiling crossbeam-utils v0.8.16 |
1315 | 2023-10-21T04:09:05.785Z | Compiling cpufeatures v0.2.9 |
1316 | 2023-10-21T04:09:05.928Z | Compiling tracing-core v0.1.31 |
1317 | 2023-10-21T04:09:05.978Z | Compiling ppv-lite86 v0.2.17 |
1318 | 2023-10-21T04:09:06.374Z | Compiling adler v1.0.2 |
1319 | 2023-10-21T04:09:06.744Z | Compiling miniz_oxide v0.7.1 |
1320 | 2023-10-21T04:09:07.402Z | Compiling rustix v0.38.9 |
1321 | 2023-10-21T04:09:07.506Z | Compiling rand_chacha v0.3.1 |
1322 | 2023-10-21T04:09:08.507Z | Compiling usdt-impl v0.3.5 |
1323 | 2023-10-21T04:09:08.534Z | Compiling gimli v0.28.0 |
1324 | 2023-10-21T04:09:09.368Z | Compiling bitflags v1.3.2 |
1325 | 2023-10-21T04:09:09.577Z | Compiling rand v0.8.5 |
1326 | 2023-10-21T04:09:09.607Z | Compiling object v0.32.1 |
1327 | 2023-10-21T04:09:09.772Z | Compiling deranged v0.3.8 |
1328 | 2023-10-21T04:09:09.899Z | Compiling rustc-demangle v0.1.23 |
1329 | 2023-10-21T04:09:10.655Z | Compiling serde_derive v1.0.188 |
1330 | 2023-10-21T04:09:11.408Z | Compiling zeroize_derive v1.4.2 |
1331 | 2023-10-21T04:09:11.730Z | Compiling thiserror-impl v1.0.49 |
1332 | 2023-10-21T04:09:11.988Z | Compiling tokio-macros v2.1.0 |
1333 | 2023-10-21T04:09:13.116Z | Compiling futures-macro v0.3.28 |
1334 | 2023-10-21T04:09:13.782Z | Compiling tracing-attributes v0.1.26 |
1335 | 2023-10-21T04:09:14.516Z | Compiling schemars_derive v0.8.13 |
1336 | 2023-10-21T04:09:16.417Z | Compiling zeroize v1.6.0 |
1337 | 2023-10-21T04:09:16.755Z | Compiling pest v2.7.2 |
1338 | 2023-10-21T04:09:17.315Z | Compiling openssl-macros v0.1.1 |
1339 | 2023-10-21T04:09:19.325Z | Compiling crypto-common v0.1.6 |
1340 | 2023-10-21T04:09:19.355Z | Compiling regex v1.9.5 |
1341 | 2023-10-21T04:09:19.612Z | Compiling block-buffer v0.10.4 |
1342 | 2023-10-21T04:09:20.085Z | Compiling digest v0.10.7 |
1343 | 2023-10-21T04:09:24.451Z | Compiling zerocopy-derive v0.2.0 |
1344 | 2023-10-21T04:09:24.633Z | Compiling pest_meta v2.7.2 |
1345 | 2023-10-21T04:09:24.760Z | Compiling tracing v0.1.37 |
1346 | 2023-10-21T04:09:24.849Z | Compiling addr2line v0.21.0 |
1347 | 2023-10-21T04:09:24.981Z | Compiling num_threads v0.1.6 |
1348 | 2023-10-21T04:09:25.135Z | Compiling thread-id v4.2.0 |
1349 | 2023-10-21T04:09:25.237Z | Compiling time v0.3.27 |
1350 | 2023-10-21T04:09:25.477Z | Compiling base64 v0.21.4 |
1351 | 2023-10-21T04:09:25.638Z | Compiling pest_generator v2.7.2 |
1352 | 2023-10-21T04:09:25.727Z | Compiling zerocopy v0.3.0 |
1353 | 2023-10-21T04:09:25.770Z | Compiling dof v0.1.5 |
1354 | 2023-10-21T04:09:27.973Z | Compiling lazy_static v1.4.0 |
1355 | 2023-10-21T04:09:28.653Z | Compiling untrusted v0.7.1 |
1356 | 2023-10-21T04:09:28.869Z | Compiling pest_derive v2.7.2 |
1357 | 2023-10-21T04:09:29.349Z | Compiling strum_macros v0.25.2 |
1358 | 2023-10-21T04:09:30.019Z | Compiling dtrace-parser v0.1.14 |
1359 | 2023-10-21T04:09:31.139Z | Compiling strsim v0.10.0 |
1360 | 2023-10-21T04:09:32.466Z | Compiling regress v0.7.1 |
1361 | 2023-10-21T04:09:32.544Z | Compiling socket2 v0.4.9 |
1362 | 2023-10-21T04:09:33.809Z | Compiling hashbrown v0.12.3 |
1363 | 2023-10-21T04:09:34.043Z | Compiling sct v0.7.0 |
1364 | 2023-10-21T04:09:34.419Z | Compiling rustls-webpki v0.101.4 |
1365 | 2023-10-21T04:09:34.533Z | Compiling bytes v1.5.0 |
1366 | 2023-10-21T04:09:35.635Z | Compiling indexmap v2.0.0 |
1367 | 2023-10-21T04:09:35.715Z | Compiling chrono v0.4.31 |
1368 | 2023-10-21T04:09:35.742Z | Compiling uuid v1.4.1 |
1369 | 2023-10-21T04:09:36.129Z | Compiling http v0.2.9 |
1370 | 2023-10-21T04:09:36.749Z | Compiling tokio v1.32.0 |
1371 | 2023-10-21T04:09:37.702Z | Compiling serde_spanned v0.6.3 |
1372 | 2023-10-21T04:09:38.021Z | Compiling toml_datetime v0.6.3 |
1373 | 2023-10-21T04:09:38.078Z | Compiling bitflags v2.4.0 |
1374 | 2023-10-21T04:09:38.210Z | Compiling rustc_version v0.4.0 |
1375 | 2023-10-21T04:09:38.776Z | Compiling toml_edit v0.19.15 |
1376 | 2023-10-21T04:09:38.795Z | Compiling openapiv3 v1.0.3 |
1377 | 2023-10-21T04:09:41.375Z | Compiling serde_tokenstream v0.1.7 |
1378 | 2023-10-21T04:09:42.188Z | Compiling serde_tokenstream v0.2.0 |
1379 | 2023-10-21T04:09:42.752Z | Compiling try-lock v0.2.4 |
1380 | 2023-10-21T04:09:42.965Z | Compiling httpdate v1.0.3 |
1381 | 2023-10-21T04:09:43.016Z | Compiling want v0.3.1 |
1382 | 2023-10-21T04:09:43.463Z | Compiling http-body v0.4.5 |
1383 | 2023-10-21T04:09:43.690Z | Compiling usdt-macro v0.3.5 |
1384 | 2023-10-21T04:09:43.714Z | Compiling usdt-attr-macro v0.3.5 |
1385 | 2023-10-21T04:09:43.783Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1386 | 2023-10-21T04:09:45.974Z | Compiling rustls-pemfile v1.0.3 |
1387 | 2023-10-21T04:09:46.521Z | Compiling mime v0.3.17 |
1388 | 2023-10-21T04:09:46.976Z | Compiling foreign-types-shared v0.1.1 |
1389 | 2023-10-21T04:09:47.139Z | Compiling tower-service v0.3.2 |
1390 | 2023-10-21T04:09:47.219Z | Compiling openssl-probe v0.1.5 |
1391 | 2023-10-21T04:09:47.322Z | Compiling foreign-types v0.3.2 |
1392 | 2023-10-21T04:09:47.468Z | Compiling errno v0.3.2 |
1393 | 2023-10-21T04:09:47.519Z | Compiling ipnet v2.8.0 |
1394 | 2023-10-21T04:09:47.799Z | Compiling getopts v0.2.21 |
1395 | 2023-10-21T04:09:49.543Z | Compiling encoding_rs v0.8.33 |
1396 | 2023-10-21T04:09:49.728Z | Compiling unsafe-libyaml v0.2.9 |
1397 | 2023-10-21T04:09:49.753Z | Compiling rustls-native-certs v0.6.3 |
1398 | 2023-10-21T04:09:50.465Z | Compiling tokio-util v0.7.9 |
1399 | 2023-10-21T04:09:53.004Z | Compiling h2 v0.3.21 |
1400 | 2023-10-21T04:09:53.069Z | Compiling tokio-rustls v0.24.1 |
1401 | 2023-10-21T04:09:53.091Z | Compiling serde_yaml v0.9.25 |
1402 | 2023-10-21T04:09:53.715Z | Compiling serde_urlencoded v0.7.1 |
1403 | 2023-10-21T04:09:55.071Z | Compiling webpki-roots v0.25.2 |
1404 | 2023-10-21T04:09:59.358Z | Compiling hmac v0.12.1 |
1405 | 2023-10-21T04:09:59.512Z | Compiling num-integer v0.1.45 |
1406 | 2023-10-21T04:10:00.113Z | Compiling sha2 v0.10.7 |
1407 | 2023-10-21T04:10:00.832Z | Compiling tokio-native-tls v0.3.1 |
1408 | 2023-10-21T04:10:00.941Z | Compiling block-padding v0.3.3 |
1409 | 2023-10-21T04:10:01.354Z | Compiling inout v0.1.3 |
1410 | 2023-10-21T04:10:01.589Z | Compiling futures-executor v0.3.28 |
1411 | 2023-10-21T04:10:01.771Z | Compiling cipher v0.4.4 |
1412 | 2023-10-21T04:10:02.524Z | Compiling toml v0.7.8 |
1413 | 2023-10-21T04:10:02.587Z | Compiling crc32fast v1.3.2 |
1414 | 2023-10-21T04:10:03.342Z | Compiling fallible-iterator v0.2.0 |
1415 | 2023-10-21T04:10:03.517Z | Compiling futures v0.3.28 |
1416 | 2023-10-21T04:10:03.693Z | Compiling ipnetwork v0.20.0 |
1417 | 2023-10-21T04:10:03.741Z | Compiling spin v0.9.8 |
1418 | 2023-10-21T04:10:04.369Z | Compiling siphasher v0.3.11 |
1419 | 2023-10-21T04:10:04.533Z | Compiling usdt v0.3.5 |
1420 | 2023-10-21T04:10:05.469Z | Compiling hyper v0.14.27 |
1421 | 2023-10-21T04:10:05.492Z | Compiling md-5 v0.10.5 |
1422 | 2023-10-21T04:10:05.843Z | Compiling stringprep v0.1.3 |
1423 | 2023-10-21T04:10:06.983Z | Compiling io-lifetimes v1.0.11 |
1424 | 2023-10-21T04:10:07.117Z | Compiling postgres-protocol v0.6.6 |
1425 | 2023-10-21T04:10:07.648Z | Compiling phf_shared v0.11.2 |
1426 | 2023-10-21T04:10:07.680Z | Compiling hex v0.4.3 |
1427 | 2023-10-21T04:10:08.139Z | Compiling enum-as-inner v0.5.1 |
1428 | 2023-10-21T04:10:08.676Z | Compiling slog-async v2.8.0 |
1429 | 2023-10-21T04:10:08.735Z | Compiling postgres-types v0.2.6 |
1430 | 2023-10-21T04:10:09.370Z | Compiling phf v0.11.2 |
1431 | 2023-10-21T04:10:09.399Z | Compiling num-bigint v0.4.4 |
1432 | 2023-10-21T04:10:09.712Z | Compiling rustix v0.37.23 |
1433 | 2023-10-21T04:10:09.824Z | Compiling whoami v1.4.1 |
1434 | 2023-10-21T04:10:10.632Z | Compiling data-encoding v2.4.0 |
1435 | 2023-10-21T04:10:11.005Z | Compiling tokio-postgres v0.7.10 |
1436 | 2023-10-21T04:10:11.661Z | Compiling zerocopy-derive v0.6.4 |
1437 | 2023-10-21T04:10:11.837Z | Compiling static_assertions v1.1.0 |
1438 | 2023-10-21T04:10:15.175Z | Compiling ident_case v1.0.1 |
1439 | 2023-10-21T04:10:15.554Z | Compiling either v1.9.0 |
1440 | 2023-10-21T04:10:15.612Z | Compiling darling_core v0.20.3 |
1441 | 2023-10-21T04:10:15.884Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1442 | 2023-10-21T04:10:16.204Z | Compiling camino v1.1.6 |
1443 | 2023-10-21T04:10:17.046Z | Compiling hyper-tls v0.5.0 |
1444 | 2023-10-21T04:10:17.102Z | Compiling hyper-rustls v0.24.1 |
1445 | 2023-10-21T04:10:17.464Z | Compiling flate2 v1.0.27 |
1446 | 2023-10-21T04:10:17.582Z | Compiling heapless v0.7.16 |
1447 | 2023-10-21T04:10:18.169Z | Compiling reqwest v0.11.20 |
1448 | 2023-10-21T04:10:18.340Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1449 | 2023-10-21T04:10:18.987Z | Compiling memoffset v0.9.0 |
1450 | 2023-10-21T04:10:19.113Z | Compiling unicode-segmentation v1.10.1 |
1451 | 2023-10-21T04:10:20.200Z | Compiling matches v0.1.10 |
1452 | 2023-10-21T04:10:20.345Z | Compiling managed v0.8.0 |
1453 | 2023-10-21T04:10:20.655Z | Compiling radium v0.7.0 |
1454 | 2023-10-21T04:10:20.729Z | Compiling idna v0.2.3 |
1455 | 2023-10-21T04:10:21.506Z | Compiling itertools v0.11.0 |
1456 | 2023-10-21T04:10:23.384Z | Compiling multer v2.1.0 |
1457 | 2023-10-21T04:10:23.564Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1458 | 2023-10-21T04:10:23.753Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1459 | 2023-10-21T04:10:23.787Z | Compiling trust-dns-proto v0.22.0 |
1460 | 2023-10-21T04:10:24.226Z | Compiling async-stream-impl v0.3.5 |
1461 | 2023-10-21T04:10:25.044Z | Compiling darling_macro v0.20.3 |
1462 | 2023-10-21T04:10:26.365Z | Compiling crossbeam-epoch v0.9.15 |
1463 | 2023-10-21T04:10:26.589Z | Compiling darling v0.20.3 |
1464 | 2023-10-21T04:10:26.648Z | Compiling num-iter v0.1.43 |
1465 | 2023-10-21T04:10:26.745Z | Compiling serde_with_macros v2.3.3 |
1466 | 2023-10-21T04:10:26.989Z | Compiling paste v1.0.14 |
1467 | 2023-10-21T04:10:27.045Z | Compiling smoltcp v0.9.1 |
1468 | 2023-10-21T04:10:27.649Z | Compiling bit-vec v0.6.3 |
1469 | 2023-10-21T04:10:27.978Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1470 | 2023-10-21T04:10:28.397Z | Compiling utf8parse v0.2.1 |
1471 | 2023-10-21T04:10:28.651Z | Compiling anstyle v1.0.2 |
1472 | 2023-10-21T04:10:29.132Z | Compiling anstyle-parse v0.2.1 |
1473 | 2023-10-21T04:10:30.724Z | Compiling zerocopy v0.6.4 |
1474 | 2023-10-21T04:10:31.299Z | Compiling signature v2.1.0 |
1475 | 2023-10-21T04:10:31.678Z | Compiling hubpack_derive v0.1.1 |
1476 | 2023-10-21T04:10:32.143Z | Compiling clap_derive v4.4.2 |
1477 | 2023-10-21T04:10:32.243Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1478 | 2023-10-21T04:10:32.668Z | Compiling colorchoice v1.0.0 |
1479 | 2023-10-21T04:10:32.922Z | Compiling anstyle-query v1.0.0 |
1480 | 2023-10-21T04:10:33.115Z | Compiling anstream v0.5.0 |
1481 | 2023-10-21T04:10:34.277Z | Compiling yasna v0.5.2 |
1482 | 2023-10-21T04:10:34.701Z | Compiling terminal_size v0.2.6 |
1483 | 2023-10-21T04:10:37.518Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1484 | 2023-10-21T04:10:37.723Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1485 | 2023-10-21T04:10:37.920Z | Compiling structmeta-derive v0.1.6 |
1486 | 2023-10-21T04:10:38.746Z | Compiling diesel_table_macro_syntax v0.1.0 |
1487 | 2023-10-21T04:10:38.834Z | Compiling hash32 v0.2.1 |
1488 | 2023-10-21T04:10:39.340Z | Compiling stable_deref_trait v1.2.0 |
1489 | 2023-10-21T04:10:39.496Z | Compiling tap v1.0.1 |
1490 | 2023-10-21T04:10:39.594Z | Compiling clap_lex v0.5.1 |
1491 | 2023-10-21T04:10:39.780Z | Compiling wyz v0.5.1 |
1492 | 2023-10-21T04:10:40.199Z | Compiling clap_builder v4.4.2 |
1493 | 2023-10-21T04:10:40.503Z | Compiling diesel_derives v2.1.1 |
1494 | 2023-10-21T04:10:41.872Z | Compiling tokio-stream v0.1.14 |
1495 | 2023-10-21T04:10:42.364Z | Compiling structmeta v0.1.6 |
1496 | 2023-10-21T04:10:43.006Z | Compiling serde_repr v0.1.16 |
1497 | 2023-10-21T04:10:43.279Z | Compiling scheduled-thread-pool v0.2.7 |
1498 | 2023-10-21T04:10:43.453Z | Compiling funty v2.0.0 |
1499 | 2023-10-21T04:10:44.170Z | Compiling regex-automata v0.1.10 |
1500 | 2023-10-21T04:10:44.256Z | Compiling regex-syntax v0.6.29 |
1501 | 2023-10-21T04:10:44.981Z | Compiling bstr v0.2.17 |
1502 | 2023-10-21T04:10:49.085Z | Compiling bitvec v1.0.1 |
1503 | 2023-10-21T04:10:49.255Z | Compiling r2d2 v0.8.10 |
1504 | 2023-10-21T04:10:49.470Z | Compiling clap v4.4.3 |
1505 | 2023-10-21T04:10:49.756Z | Compiling hubpack v0.1.2 |
1506 | 2023-10-21T04:10:49.959Z | Compiling itertools v0.10.5 |
1507 | 2023-10-21T04:10:50.083Z | Compiling phf_shared v0.10.0 |
1508 | 2023-10-21T04:10:51.039Z | Compiling float-cmp v0.9.0 |
1509 | 2023-10-21T04:10:51.403Z | Compiling fixedbitset v0.4.2 |
1510 | 2023-10-21T04:10:52.170Z | Compiling predicates-core v1.0.6 |
1511 | 2023-10-21T04:10:52.819Z | Compiling precomputed-hash v0.1.1 |
1512 | 2023-10-21T04:10:52.911Z | Compiling new_debug_unreachable v1.0.4 |
1513 | 2023-10-21T04:10:53.051Z | Compiling unicode-linebreak v0.1.5 |
1514 | 2023-10-21T04:10:53.288Z | Compiling smawk v0.3.1 |
1515 | 2023-10-21T04:10:53.605Z | Compiling difflib v0.4.0 |
1516 | 2023-10-21T04:10:53.820Z | Compiling normalize-line-endings v0.3.0 |
1517 | 2023-10-21T04:10:53.917Z | Compiling textwrap v0.16.0 |
1518 | 2023-10-21T04:10:53.985Z | Compiling parse-display-derive v0.7.0 |
1519 | 2023-10-21T04:10:54.418Z | Compiling string_cache v0.8.7 |
1520 | 2023-10-21T04:10:54.428Z | Compiling petgraph v0.6.4 |
1521 | 2023-10-21T04:10:55.216Z | Compiling predicates v3.0.4 |
1522 | 2023-10-21T04:10:56.558Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1523 | 2023-10-21T04:10:57.716Z | Compiling similar v2.2.1 |
1524 | 2023-10-21T04:10:57.786Z | Compiling bit-set v0.5.3 |
1525 | 2023-10-21T04:10:58.642Z | Compiling console v0.15.7 |
1526 | 2023-10-21T04:11:00.430Z | Compiling bstr v1.6.0 |
1527 | 2023-10-21T04:11:00.473Z | Compiling lalrpop-util v0.19.12 |
1528 | 2023-10-21T04:11:05.247Z | Compiling diesel v2.1.1 |
1529 | 2023-10-21T04:11:11.505Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1530 | 2023-10-21T04:11:12.116Z | Compiling proc-macro-crate v1.3.1 |
1531 | 2023-10-21T04:11:13.515Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1532 | 2023-10-21T04:11:22.780Z | Compiling crucible-workspace-hack v0.1.0 |
1533 | 2023-10-21T04:11:43.090Z | Compiling atty v0.2.14 |
1534 | 2023-10-21T04:11:46.509Z | Compiling sha1 v0.10.5 |
1535 | 2023-10-21T04:11:47.196Z | Compiling match_cfg v0.1.0 |
1536 | 2023-10-21T04:11:47.340Z | Compiling hostname v0.3.1 |
1537 | 2023-10-21T04:11:53.073Z | Compiling dirs-sys-next v0.1.2 |
1538 | 2023-10-21T04:11:53.710Z | Compiling dirs-next v2.0.0 |
1539 | 2023-10-21T04:11:58.109Z | Compiling thread_local v1.1.7 |
1540 | 2023-10-21T04:12:00.690Z | Compiling term v0.7.0 |
1541 | 2023-10-21T04:12:01.307Z | Compiling crossbeam-channel v0.5.8 |
1542 | 2023-10-21T04:12:03.311Z | Compiling take_mut v0.2.2 |
1543 | 2023-10-21T04:12:03.395Z | Compiling slog-term v2.9.0 |
1544 | 2023-10-21T04:12:04.983Z | Compiling slog-json v2.6.1 |
1545 | 2023-10-21T04:12:05.553Z | Compiling instant v0.1.12 |
1546 | 2023-10-21T04:12:05.775Z | Compiling slog-bunyan v2.4.0 |
1547 | 2023-10-21T04:12:06.851Z | Compiling strum v0.25.0 |
1548 | 2023-10-21T04:12:07.609Z | Compiling atomic-waker v1.1.1 |
1549 | 2023-10-21T04:12:07.871Z | Compiling waitgroup v0.1.2 |
1550 | 2023-10-21T04:12:07.898Z | Compiling num_enum_derive v0.5.11 |
1551 | 2023-10-21T04:12:08.213Z | Compiling serde_with v2.3.3 |
1552 | 2023-10-21T04:12:08.283Z | Compiling async-stream v0.3.5 |
1553 | 2023-10-21T04:12:10.388Z | Compiling serde_path_to_error v0.1.14 |
1554 | 2023-10-21T04:12:10.527Z | Compiling libz-sys v1.1.12 |
1555 | 2023-10-21T04:12:10.843Z | Compiling debug-ignore v1.0.5 |
1556 | 2023-10-21T04:12:11.068Z | Compiling fastrand v2.0.0 |
1557 | 2023-10-21T04:12:11.778Z | Compiling tempfile v3.8.0 |
1558 | 2023-10-21T04:12:13.438Z | Compiling proc-macro-error-attr v1.0.4 |
1559 | 2023-10-21T04:12:13.681Z | Compiling slog-dtrace v0.2.3 |
1560 | 2023-10-21T04:12:15.422Z | Compiling backoff v0.4.0 |
1561 | 2023-10-21T04:12:15.455Z | Compiling parse-display v0.7.0 |
1562 | 2023-10-21T04:12:16.110Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1563 | 2023-10-21T04:12:16.992Z | Compiling macaddr v1.0.1 |
1564 | 2023-10-21T04:12:17.409Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1565 | 2023-10-21T04:12:17.620Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1566 | 2023-10-21T04:12:17.779Z | Compiling proc-macro-error v1.0.4 |
1567 | 2023-10-21T04:12:18.416Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1568 | 2023-10-21T04:12:20.394Z | Compiling libsqlite3-sys v0.26.0 |
1569 | 2023-10-21T04:12:20.622Z | Compiling memoffset v0.7.1 |
1570 | 2023-10-21T04:12:21.136Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1571 | 2023-10-21T04:12:23.757Z | Compiling foreign-types-macros v0.2.3 |
1572 | 2023-10-21T04:12:24.173Z | Compiling vergen v8.2.4 |
1573 | 2023-10-21T04:12:25.231Z | Compiling base64ct v1.6.0 |
1574 | 2023-10-21T04:12:28.059Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1575 | 2023-10-21T04:12:28.226Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1576 | 2023-10-21T04:12:33.933Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1577 | 2023-10-21T04:12:34.334Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1578 | 2023-10-21T04:12:35.298Z | Compiling platforms v3.0.2 |
1579 | 2023-10-21T04:12:35.653Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1580 | 2023-10-21T04:12:35.709Z | Compiling num_enum_derive v0.7.0 |
1581 | 2023-10-21T04:12:35.951Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1582 | 2023-10-21T04:12:36.086Z | Compiling password-hash v0.5.0 |
1583 | 2023-10-21T04:12:36.797Z | Compiling curve25519-dalek v4.1.0 |
1584 | 2023-10-21T04:12:37.361Z | Compiling heck v0.3.3 |
1585 | 2023-10-21T04:12:37.399Z | Compiling blake2 v0.10.6 |
1586 | 2023-10-21T04:12:37.435Z | Compiling libefi-sys v0.1.0 |
1587 | 2023-10-21T04:12:37.902Z | Compiling zone_cfg_derive v0.2.0 |
1588 | 2023-10-21T04:12:37.927Z | Compiling structopt-derive v0.4.18 |
1589 | 2023-10-21T04:12:38.127Z | Compiling argon2 v0.5.2 |
1590 | 2023-10-21T04:12:39.651Z | Compiling num-derive v0.4.0 |
1591 | 2023-10-21T04:12:39.943Z | Compiling curve25519-dalek-derive v0.1.0 |
1592 | 2023-10-21T04:12:40.163Z | Compiling same-file v1.0.6 |
1593 | 2023-10-21T04:12:40.518Z | Compiling walkdir v2.4.0 |
1594 | 2023-10-21T04:12:41.200Z | Compiling toml v0.5.11 |
1595 | 2023-10-21T04:12:41.715Z | Compiling semver-parser v0.10.2 |
1596 | 2023-10-21T04:12:42.229Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1597 | 2023-10-21T04:12:42.531Z | Compiling xattr v1.0.1 |
1598 | 2023-10-21T04:12:42.763Z | Compiling filetime v0.2.22 |
1599 | 2023-10-21T04:12:42.949Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1600 | 2023-10-21T04:12:43.278Z | Compiling erased-serde v0.3.30 |
1601 | 2023-10-21T04:12:43.380Z | Compiling getrandom v0.1.16 |
1602 | 2023-10-21T04:12:43.658Z | Compiling tar v0.4.40 |
1603 | 2023-10-21T04:12:43.850Z | Compiling semver v0.11.0 |
1604 | 2023-10-21T04:12:44.045Z | Compiling universal-hash v0.5.1 |
1605 | 2023-10-21T04:12:44.220Z | Compiling bitstruct_derive v0.1.0 |
1606 | 2023-10-21T04:12:44.368Z | Compiling async-recursion v1.0.5 |
1607 | 2023-10-21T04:12:44.975Z | Compiling home v0.5.5 |
1608 | 2023-10-21T04:12:45.117Z | Compiling opaque-debug v0.3.0 |
1609 | 2023-10-21T04:12:45.259Z | Compiling toolchain_find v0.2.0 |
1610 | 2023-10-21T04:12:45.660Z | Compiling num-rational v0.4.1 |
1611 | 2023-10-21T04:12:45.957Z | Compiling unicase v2.7.0 |
1612 | 2023-10-21T04:12:46.092Z | Compiling parking_lot_core v0.8.6 |
1613 | 2023-10-21T04:12:46.257Z | Compiling rustfmt-wrapper v0.2.0 |
1614 | 2023-10-21T04:12:46.265Z | Compiling omicron-zone-package v0.8.3 |
1615 | 2023-10-21T04:12:46.719Z | Compiling num_enum v0.5.11 |
1616 | 2023-10-21T04:12:46.843Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1617 | 2023-10-21T04:12:46.968Z | Compiling aead v0.5.2 |
1618 | 2023-10-21T04:12:47.448Z | Compiling winapi v0.3.9 |
1619 | 2023-10-21T04:12:47.496Z | Compiling postcard-cobs v0.1.5-pre |
1620 | 2023-10-21T04:12:47.560Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1621 | 2023-10-21T04:12:47.942Z | Compiling postcard v0.7.3 |
1622 | 2023-10-21T04:12:48.026Z | Compiling polyval v0.6.1 |
1623 | 2023-10-21T04:12:48.209Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1624 | 2023-10-21T04:12:48.771Z | Compiling smoltcp v0.8.2 |
1625 | 2023-10-21T04:12:48.881Z | Compiling aes v0.8.3 |
1626 | 2023-10-21T04:12:48.902Z | Compiling ctr v0.9.2 |
1627 | 2023-10-21T04:12:49.384Z | Compiling thiserror-impl-no-std v2.0.2 |
1628 | 2023-10-21T04:12:49.635Z | Compiling cfg-if v0.1.10 |
1629 | 2023-10-21T04:12:49.787Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1630 | 2023-10-21T04:12:49.856Z | Compiling foreign-types-shared v0.3.1 |
1631 | 2023-10-21T04:12:50.046Z | Compiling foreign-types v0.5.0 |
1632 | 2023-10-21T04:12:50.852Z | Compiling mime_guess v2.0.4 |
1633 | 2023-10-21T04:12:53.563Z | Compiling is-terminal v0.4.9 |
1634 | 2023-10-21T04:12:53.758Z | Compiling toml_edit v0.20.0 |
1635 | 2023-10-21T04:12:54.268Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1636 | 2023-10-21T04:12:55.636Z | Compiling hashlink v0.8.3 |
1637 | 2023-10-21T04:12:56.792Z | Compiling cstr-argument v0.1.2 |
1638 | 2023-10-21T04:12:57.665Z | Compiling pretty-hex v0.2.1 |
1639 | 2023-10-21T04:12:57.975Z | Compiling fallible-streaming-iterator v0.1.9 |
1640 | 2023-10-21T04:12:58.130Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1641 | 2023-10-21T04:12:58.352Z | Compiling rusqlite v0.29.0 |
1642 | 2023-10-21T04:12:58.888Z | Compiling toml v0.8.0 |
1643 | 2023-10-21T04:13:01.950Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1644 | 2023-10-21T04:13:02.442Z | Compiling colored v2.0.4 |
1645 | 2023-10-21T04:13:02.536Z | Compiling nix v0.26.2 |
1646 | 2023-10-21T04:13:02.930Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1647 | 2023-10-21T04:13:04.894Z | Compiling twox-hash v1.6.3 |
1648 | 2023-10-21T04:13:05.107Z | Compiling hkdf v0.12.3 |
1649 | 2023-10-21T04:13:05.878Z | Compiling textwrap v0.11.0 |
1650 | 2023-10-21T04:13:06.090Z | Compiling const_format_proc_macros v0.2.31 |
1651 | 2023-10-21T04:13:06.811Z | Compiling base64 v0.13.1 |
1652 | 2023-10-21T04:13:08.125Z | Compiling linked-hash-map v0.5.6 |
1653 | 2023-10-21T04:13:08.160Z | Compiling vec_map v0.8.2 |
1654 | 2023-10-21T04:13:08.722Z | Compiling ansi_term v0.12.1 |
1655 | 2023-10-21T04:13:09.454Z | Compiling quick-error v1.2.3 |
1656 | 2023-10-21T04:13:09.460Z | Compiling strsim v0.8.0 |
1657 | 2023-10-21T04:13:09.482Z | Compiling resolv-conf v0.7.0 |
1658 | 2023-10-21T04:13:10.020Z | Compiling clap v2.34.0 |
1659 | 2023-10-21T04:13:10.463Z | Compiling lru-cache v0.1.2 |
1660 | 2023-10-21T04:13:12.514Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1661 | 2023-10-21T04:13:13.022Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1662 | 2023-10-21T04:13:14.256Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1663 | 2023-10-21T04:13:16.490Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1664 | 2023-10-21T04:13:17.304Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1665 | 2023-10-21T04:13:19.615Z | Compiling num_enum v0.7.0 |
1666 | 2023-10-21T04:13:19.882Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1667 | 2023-10-21T04:13:21.814Z | Compiling bincode v1.3.3 |
1668 | 2023-10-21T04:13:22.898Z | Compiling convert_case v0.4.0 |
1669 | 2023-10-21T04:13:22.926Z | Compiling humantime v2.1.0 |
1670 | 2023-10-21T04:13:23.809Z | Compiling utf-8 v0.7.6 |
1671 | 2023-10-21T04:13:24.339Z | Compiling cancel-safe-futures v0.1.2 |
1672 | 2023-10-21T04:13:24.597Z | Compiling termcolor v1.2.0 |
1673 | 2023-10-21T04:13:24.829Z | Compiling keccak v0.1.4 |
1674 | 2023-10-21T04:13:26.171Z | Compiling env_logger v0.9.3 |
1675 | 2023-10-21T04:13:26.365Z | Compiling sha3 v0.10.8 |
1676 | 2023-10-21T04:13:26.530Z | Compiling derive_more v0.99.17 |
1677 | 2023-10-21T04:13:27.496Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1678 | 2023-10-21T04:13:33.021Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1679 | 2023-10-21T04:13:36.465Z | Compiling structopt v0.3.26 |
1680 | 2023-10-21T04:13:36.718Z | Compiling trust-dns-resolver v0.22.0 |
1681 | 2023-10-21T04:13:39.319Z | Compiling aes-gcm-siv v0.11.1 |
1682 | 2023-10-21T04:13:39.750Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1683 | 2023-10-21T04:13:40.199Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1684 | 2023-10-21T04:13:40.895Z | Compiling zone v0.2.0 |
1685 | 2023-10-21T04:13:42.116Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1686 | 2023-10-21T04:13:42.634Z | Compiling secrecy v0.8.0 |
1687 | 2023-10-21T04:13:42.689Z | Compiling smf v0.2.2 |
1688 | 2023-10-21T04:13:43.054Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1689 | 2023-10-21T04:13:43.457Z | Compiling ringbuffer v0.15.0 |
1690 | 2023-10-21T04:13:44.280Z | Compiling ascii v1.1.0 |
1691 | 2023-10-21T04:13:45.064Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1692 | 2023-10-21T04:13:45.840Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1693 | 2023-10-21T04:13:45.871Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1694 | 2023-10-21T04:13:47.529Z | Compiling bitstruct v0.1.1 |
1695 | 2023-10-21T04:13:49.140Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1696 | 2023-10-21T04:13:49.954Z | Compiling serde_arrays v0.1.0 |
1697 | 2023-10-21T04:13:50.171Z | Compiling ff v0.13.0 |
1698 | 2023-10-21T04:13:50.195Z | Compiling nibble_vec v0.1.0 |
1699 | 2023-10-21T04:13:50.385Z | Compiling arc-swap v1.6.0 |
1700 | 2023-10-21T04:13:50.550Z | Compiling endian-type v0.1.2 |
1701 | 2023-10-21T04:13:50.907Z | Compiling radix_trie v0.2.1 |
1702 | 2023-10-21T04:13:50.955Z | Compiling group v0.13.0 |
1703 | 2023-10-21T04:13:51.223Z | Compiling slog-scope v4.4.0 |
1704 | 2023-10-21T04:13:51.608Z | Compiling rand_core v0.5.1 |
1705 | 2023-10-21T04:13:52.114Z | Compiling tungstenite v0.20.1 |
1706 | 2023-10-21T04:13:52.438Z | Compiling poly1305 v0.8.0 |
1707 | 2023-10-21T04:13:53.818Z | Compiling chacha20 v0.9.1 |
1708 | 2023-10-21T04:13:54.284Z | Compiling crypto-bigint v0.5.2 |
1709 | 2023-10-21T04:13:54.388Z | Compiling num-complex v0.4.4 |
1710 | 2023-10-21T04:13:54.522Z | Compiling half v1.8.2 |
1711 | 2023-10-21T04:13:54.862Z | Compiling base16ct v0.2.0 |
1712 | 2023-10-21T04:13:54.998Z | Compiling option-ext v0.2.0 |
1713 | 2023-10-21T04:13:55.303Z | Compiling ciborium-io v0.2.1 |
1714 | 2023-10-21T04:13:55.320Z | Compiling dirs-sys v0.4.1 |
1715 | 2023-10-21T04:13:55.494Z | Compiling ciborium-ll v0.2.1 |
1716 | 2023-10-21T04:13:56.120Z | Compiling num v0.4.1 |
1717 | 2023-10-21T04:13:56.164Z | Compiling tokio-tungstenite v0.20.1 |
1718 | 2023-10-21T04:13:56.257Z | Compiling parking_lot v0.11.2 |
1719 | 2023-10-21T04:13:56.330Z | Compiling rand_chacha v0.2.2 |
1720 | 2023-10-21T04:13:56.459Z | Compiling trust-dns-client v0.22.0 |
1721 | 2023-10-21T04:13:56.755Z | Compiling slog-stdlog v4.1.1 |
1722 | 2023-10-21T04:13:56.889Z | Compiling thiserror-no-std v2.0.2 |
1723 | 2023-10-21T04:13:58.001Z | Compiling elliptic-curve v0.13.5 |
1724 | 2023-10-21T04:13:58.060Z | Compiling password-hash v0.4.2 |
1725 | 2023-10-21T04:13:58.221Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1726 | 2023-10-21T04:13:58.832Z | Compiling ed25519 v2.2.2 |
1727 | 2023-10-21T04:13:58.861Z | Compiling blowfish v0.9.1 |
1728 | 2023-10-21T04:13:59.408Z | Compiling pbkdf2 v0.12.2 |
1729 | 2023-10-21T04:13:59.632Z | Compiling fxhash v0.2.1 |
1730 | 2023-10-21T04:14:00.250Z | Compiling sled v0.34.7 |
1731 | 2023-10-21T04:14:00.349Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1732 | 2023-10-21T04:14:00.814Z | Compiling bcrypt-pbkdf v0.10.0 |
1733 | 2023-10-21T04:14:00.834Z | Compiling ed25519-dalek v2.0.0 |
1734 | 2023-10-21T04:14:01.159Z | Compiling trust-dns-server v0.22.1 |
1735 | 2023-10-21T04:14:01.458Z | Compiling pbkdf2 v0.11.0 |
1736 | 2023-10-21T04:14:01.558Z | Compiling vsss-rs v3.3.1 |
1737 | 2023-10-21T04:14:02.059Z | Compiling russh-cryptovec v0.7.0 |
1738 | 2023-10-21T04:14:02.732Z | Compiling slog-envlogger v2.2.0 |
1739 | 2023-10-21T04:14:03.142Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1740 | 2023-10-21T04:14:03.332Z | Compiling rand v0.7.3 |
1741 | 2023-10-21T04:14:04.886Z | Compiling ciborium v0.2.1 |
1742 | 2023-10-21T04:14:05.703Z | Compiling dirs v5.0.1 |
1743 | 2023-10-21T04:14:06.017Z | Compiling chacha20poly1305 v0.10.1 |
1744 | 2023-10-21T04:14:06.366Z | Compiling tungstenite v0.18.0 |
1745 | 2023-10-21T04:14:06.767Z | Compiling const_format v0.2.31 |
1746 | 2023-10-21T04:14:07.509Z | Compiling pem v1.1.1 |
1747 | 2023-10-21T04:14:07.819Z | Compiling ron v0.7.1 |
1748 | 2023-10-21T04:14:09.504Z | Compiling ghash v0.5.0 |
1749 | 2023-10-21T04:14:10.045Z | Compiling camino-tempfile v1.0.2 |
1750 | 2023-10-21T04:14:11.036Z | Compiling cbc v0.1.2 |
1751 | 2023-10-21T04:14:11.135Z | Compiling headers-core v0.2.0 |
1752 | 2023-10-21T04:14:11.805Z | Compiling md5 v0.7.0 |
1753 | 2023-10-21T04:14:11.927Z | Compiling bit_field v0.10.2 |
1754 | 2023-10-21T04:14:12.120Z | Compiling pretty-hex v0.3.0 |
1755 | 2023-10-21T04:14:12.367Z | Compiling http-range v0.1.5 |
1756 | 2023-10-21T04:14:12.395Z | Compiling russh-keys v0.38.0 |
1757 | 2023-10-21T04:14:12.964Z | Compiling hyper-staticfile v0.9.5 |
1758 | 2023-10-21T04:14:13.615Z | Compiling headers v0.3.9 |
1759 | 2023-10-21T04:14:17.665Z | Compiling aes-gcm v0.10.2 |
1760 | 2023-10-21T04:14:18.191Z | Compiling tokio-tungstenite v0.18.0 |
1761 | 2023-10-21T04:14:18.345Z | Compiling rcgen v0.10.0 |
1762 | 2023-10-21T04:14:25.118Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1763 | 2023-10-21T04:14:25.437Z | Compiling atomicwrites v0.4.2 |
1764 | 2023-10-21T04:14:25.830Z | Compiling subprocess v0.2.9 |
1765 | 2023-10-21T04:14:25.833Z | Compiling hex-literal v0.4.1 |
1766 | 2023-10-21T04:14:26.064Z | Compiling glob v0.3.1 |
1767 | 2023-10-21T04:14:27.571Z | Compiling russh v0.38.0 |
1768 | 2023-10-21T04:14:33.740Z | Compiling bzip2 v0.4.4 |
1769 | 2023-10-21T04:14:34.241Z | Compiling zip v0.6.6 |
1770 | 2023-10-21T04:14:36.556Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1771 | 2023-10-21T04:14:37.177Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1772 | 2023-10-21T04:14:37.260Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1773 | 2023-10-21T04:14:37.317Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1774 | 2023-10-21T04:14:37.349Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1775 | 2023-10-21T04:14:37.950Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1776 | 2023-10-21T04:14:37.979Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1777 | 2023-10-21T04:14:38.472Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1778 | 2023-10-21T04:14:38.525Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1779 | 2023-10-21T04:14:40.672Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1780 | 2023-10-21T04:14:49.665Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1781 | 2023-10-21T04:14:57.087Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1782 | 2023-10-21T04:15:06.552Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1783 | 2023-10-21T04:15:07.205Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1784 | 2023-10-21T04:15:16.775Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1785 | 2023-10-21T04:15:17.687Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1786 | 2023-10-21T04:15:22.752Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1787 | 2023-10-21T04:15:25.408Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1788 | 2023-10-21T04:15:30.770Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1789 | 2023-10-21T04:15:30.969Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1790 | 2023-10-21T04:15:51.955Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1791 | 2023-10-21T04:16:13.589Z | Compiling git2 v0.17.2 |
1792 | 2023-10-21T04:16:20.046Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1793 | 2023-10-21T04:16:22.052Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1794 | 2023-10-21T04:16:34.180Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1795 | 2023-10-21T04:16:51.044Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1796 | 2023-10-21T04:16:51.381Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1797 | 2023-10-21T04:16:51.931Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1798 | 2023-10-21T04:16:55.548Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1799 | 2023-10-21T04:17:33.841Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1800 | 2023-10-21T04:19:11.709Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 03s |
1801 | 2023-10-21T04:19:12.082Z | |
1802 | 2023-10-21T04:19:12.086Z | real 11:03.551525435 |
1803 | 2023-10-21T04:19:12.089Z | user 1:00:29.478389093 |
1804 | 2023-10-21T04:19:12.092Z | sys 9:47.571978906 |
1805 | 2023-10-21T04:19:12.095Z | trap 2.423001141 |
1806 | 2023-10-21T04:19:12.098Z | tflt 2.347711985 |
1807 | 2023-10-21T04:19:12.101Z | dflt 6.838656089 |
1808 | 2023-10-21T04:19:12.105Z | kflt 0.016127615 |
1809 | 2023-10-21T04:19:12.108Z | lock 1:55:30.551649157 |
1810 | 2023-10-21T04:19:12.111Z | slp 3:10:26.728789335 |
1811 | 2023-10-21T04:19:12.115Z | lat 2:29.512504854 |
1812 | 2023-10-21T04:19:12.118Z | stop 6:16.592449060 |
1813 | 2023-10-21T04:19:12.121Z | + mkdir -p /work/end-to-end-tests |
1814 | 2023-10-21T04:19:12.124Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1815 | 2023-10-21T04:19:12.710Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1816 | 2023-10-21T04:19:12.717Z | + ptime -m gzip |
1817 | 2023-10-21T04:19:12.722Z | ++ basename target/debug/bootstrap |
1818 | 2023-10-21T04:19:29.683Z | |
1819 | 2023-10-21T04:19:29.687Z | real 16.968191609 |
1820 | 2023-10-21T04:19:29.705Z | user 16.793226243 |
1821 | 2023-10-21T04:19:29.711Z | sys 0.169162826 |
1822 | 2023-10-21T04:19:29.714Z | trap 0.003603600 |
1823 | 2023-10-21T04:19:29.717Z | tflt 0.000000000 |
1824 | 2023-10-21T04:19:29.720Z | dflt 0.000000000 |
1825 | 2023-10-21T04:19:29.724Z | kflt 0.000000000 |
1826 | 2023-10-21T04:19:29.728Z | lock 0.000000000 |
1827 | 2023-10-21T04:19:29.731Z | slp 0.000000000 |
1828 | 2023-10-21T04:19:29.735Z | lat 0.001859883 |
1829 | 2023-10-21T04:19:29.739Z | stop 0.000225826 |
1830 | 2023-10-21T04:19:29.743Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1831 | 2023-10-21T04:19:29.746Z | + ptime -m gzip |
1832 | 2023-10-21T04:19:29.749Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3172ea7afe1e1275 |
1833 | 2023-10-21T04:19:30.798Z | |
1834 | 2023-10-21T04:19:30.810Z | real 1.101815139 |
1835 | 2023-10-21T04:19:30.815Z | user 1.090002820 |
1836 | 2023-10-21T04:19:30.819Z | sys 0.011180620 |
1837 | 2023-10-21T04:19:30.822Z | trap 0.000114167 |
1838 | 2023-10-21T04:19:30.825Z | tflt 0.000000000 |
1839 | 2023-10-21T04:19:30.828Z | dflt 0.000000000 |
1840 | 2023-10-21T04:19:30.832Z | kflt 0.000000000 |
1841 | 2023-10-21T04:19:30.835Z | lock 0.000000000 |
1842 | 2023-10-21T04:19:30.840Z | slp 0.000000000 |
1843 | 2023-10-21T04:19:30.844Z | lat 0.000169830 |
1844 | 2023-10-21T04:19:30.849Z | stop 0.000236600 |
1845 | 2023-10-21T04:19:30.852Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1846 | 2023-10-21T04:19:30.855Z | + ptime -m gzip |
1847 | 2023-10-21T04:19:30.860Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-03d495de171b1ad9 |
1848 | 2023-10-21T04:19:50.125Z | |
1849 | 2023-10-21T04:19:50.128Z | real 19.318648499 |
1850 | 2023-10-21T04:19:50.131Z | user 19.126094158 |
1851 | 2023-10-21T04:19:50.134Z | sys 0.187614323 |
1852 | 2023-10-21T04:19:50.137Z | trap 0.003478146 |
1853 | 2023-10-21T04:19:50.140Z | tflt 0.000000000 |
1854 | 2023-10-21T04:19:50.143Z | dflt 0.000000000 |
1855 | 2023-10-21T04:19:50.146Z | kflt 0.000000000 |
1856 | 2023-10-21T04:19:50.149Z | lock 0.000000000 |
1857 | 2023-10-21T04:19:50.153Z | slp 0.000000000 |
1858 | 2023-10-21T04:19:50.158Z | lat 0.001121795 |
1859 | 2023-10-21T04:19:50.161Z | stop 0.000226421 |
1860 | 2023-10-21T04:19:50.164Z | + banner caboose-util |
1861 | 2023-10-21T04:19:50.167Z | |
1862 | 2023-10-21T04:19:50.170Z | #### ## ##### #### #### #### ###### # # ##### |
1863 | 2023-10-21T04:19:50.173Z | # # # # # # # # # # # # # # # |
1864 | 2023-10-21T04:19:50.176Z | # # # ##### # # # # #### ##### ##### # # # |
1865 | 2023-10-21T04:19:50.180Z | # ###### # # # # # # # # # # # |
1866 | 2023-10-21T04:19:50.182Z | # # # # # # # # # # # # # # # # |
1867 | 2023-10-21T04:19:50.185Z | #### # # ##### #### #### #### ###### #### # |
1868 | 2023-10-21T04:19:50.189Z | |
1869 | 2023-10-21T04:19:50.193Z | + ptime -m cargo build --locked -p caboose-util --release |
1870 | 2023-10-21T04:19:50.849Z | Downloading crates ... |
1871 | 2023-10-21T04:19:51.142Z | Downloaded array-init v0.0.4 |
1872 | 2023-10-21T04:19:51.166Z | Downloaded nodrop v0.1.14 |
1873 | 2023-10-21T04:19:51.169Z | Downloaded path-slash v0.1.5 |
1874 | 2023-10-21T04:19:51.172Z | Downloaded crc-catalog v2.2.0 |
1875 | 2023-10-21T04:19:51.175Z | Downloaded der_derive v0.7.2 |
1876 | 2023-10-21T04:19:51.179Z | Downloaded bitfield v0.14.0 |
1877 | 2023-10-21T04:19:51.182Z | Downloaded pkcs1 v0.7.5 |
1878 | 2023-10-21T04:19:51.185Z | Downloaded pem-rfc7468 v0.7.0 |
1879 | 2023-10-21T04:19:51.188Z | Downloaded smallvec v0.6.14 |
1880 | 2023-10-21T04:19:51.191Z | Downloaded num-bigint-dig v0.8.4 |
1881 | 2023-10-21T04:19:51.197Z | Downloaded ron v0.8.1 |
1882 | 2023-10-21T04:19:51.211Z | Downloaded x509-cert v0.2.4 |
1883 | 2023-10-21T04:19:51.220Z | Downloaded object v0.30.4 |
1884 | 2023-10-21T04:19:51.237Z | Downloaded rsa v0.9.2 |
1885 | 2023-10-21T04:19:51.248Z | Downloaded crc-any v2.4.3 |
1886 | 2023-10-21T04:19:51.252Z | Downloaded env_logger v0.10.0 |
1887 | 2023-10-21T04:19:51.256Z | Downloaded packed_struct v0.10.1 |
1888 | 2023-10-21T04:19:51.259Z | Downloaded flagset v0.4.3 |
1889 | 2023-10-21T04:19:51.263Z | Downloaded serde-hex v0.1.0 |
1890 | 2023-10-21T04:19:51.268Z | Downloaded crc v3.0.1 |
1891 | 2023-10-21T04:19:51.271Z | Downloaded packed_struct_codegen v0.10.1 |
1892 | 2023-10-21T04:19:51.275Z | Downloaded maybe-uninit v2.0.0 |
1893 | 2023-10-21T04:19:51.439Z | Compiling proc-macro2 v1.0.67 |
1894 | 2023-10-21T04:19:51.442Z | Compiling unicode-ident v1.0.12 |
1895 | 2023-10-21T04:19:51.446Z | Compiling libc v0.2.149 |
1896 | 2023-10-21T04:19:51.450Z | Compiling autocfg v1.1.0 |
1897 | 2023-10-21T04:19:51.453Z | Compiling serde v1.0.188 |
1898 | 2023-10-21T04:19:51.456Z | Compiling version_check v0.9.4 |
1899 | 2023-10-21T04:19:51.461Z | Compiling cfg-if v1.0.0 |
1900 | 2023-10-21T04:19:51.603Z | Compiling parking_lot_core v0.9.8 |
1901 | 2023-10-21T04:19:51.621Z | Compiling syn v1.0.109 |
1902 | 2023-10-21T04:19:51.719Z | Compiling once_cell v1.18.0 |
1903 | 2023-10-21T04:19:52.209Z | Compiling typenum v1.16.0 |
1904 | 2023-10-21T04:19:52.223Z | Compiling libm v0.2.7 |
1905 | 2023-10-21T04:19:52.333Z | Compiling futures-core v0.3.28 |
1906 | 2023-10-21T04:19:52.542Z | Compiling generic-array v0.14.7 |
1907 | 2023-10-21T04:19:52.635Z | Compiling lock_api v0.4.10 |
1908 | 2023-10-21T04:19:52.655Z | Compiling num-traits v0.2.16 |
1909 | 2023-10-21T04:19:52.754Z | Compiling pkg-config v0.3.27 |
1910 | 2023-10-21T04:19:53.026Z | Compiling slab v0.4.9 |
1911 | 2023-10-21T04:19:53.053Z | Compiling serde_json v1.0.107 |
1912 | 2023-10-21T04:19:53.445Z | Compiling futures-task v0.3.28 |
1913 | 2023-10-21T04:19:53.481Z | Compiling futures-channel v0.3.28 |
1914 | 2023-10-21T04:19:53.642Z | Compiling quote v1.0.33 |
1915 | 2023-10-21T04:19:53.677Z | Compiling thiserror v1.0.49 |
1916 | 2023-10-21T04:19:53.884Z | Compiling scopeguard v1.2.0 |
1917 | 2023-10-21T04:19:54.080Z | Compiling memchr v2.6.3 |
1918 | 2023-10-21T04:19:54.109Z | Compiling futures-util v0.3.28 |
1919 | 2023-10-21T04:19:54.332Z | Compiling syn v2.0.32 |
1920 | 2023-10-21T04:19:54.518Z | Compiling jobserver v0.1.26 |
1921 | 2023-10-21T04:19:54.966Z | Compiling getrandom v0.2.10 |
1922 | 2023-10-21T04:19:54.978Z | Compiling cc v1.0.83 |
1923 | 2023-10-21T04:19:55.295Z | Compiling itoa v1.0.9 |
1924 | 2023-10-21T04:19:56.475Z | Compiling ahash v0.8.3 |
1925 | 2023-10-21T04:19:56.518Z | Compiling smallvec v1.11.0 |
1926 | 2023-10-21T04:19:56.806Z | Compiling log v0.4.20 |
1927 | 2023-10-21T04:19:56.956Z | Compiling vcpkg v0.2.15 |
1928 | 2023-10-21T04:19:57.800Z | Compiling byteorder v1.4.3 |
1929 | 2023-10-21T04:19:58.170Z | Compiling rand_core v0.6.4 |
1930 | 2023-10-21T04:19:58.945Z | Compiling pin-project-lite v0.2.13 |
1931 | 2023-10-21T04:19:59.115Z | Compiling parking_lot v0.12.1 |
1932 | 2023-10-21T04:19:59.535Z | Compiling indexmap v1.9.3 |
1933 | 2023-10-21T04:19:59.819Z | Compiling ring v0.16.20 |
1934 | 2023-10-21T04:19:59.958Z | Compiling openssl-sys v0.9.93 |
1935 | 2023-10-21T04:20:01.519Z | Compiling io-lifetimes v1.0.11 |
1936 | 2023-10-21T04:20:02.377Z | Compiling num-integer v0.1.45 |
1937 | 2023-10-21T04:20:02.418Z | Compiling const-oid v0.9.5 |
1938 | 2023-10-21T04:20:02.782Z | Compiling ryu v1.0.15 |
1939 | 2023-10-21T04:20:03.267Z | Compiling spin v0.5.2 |
1940 | 2023-10-21T04:20:03.612Z | Compiling semver v1.0.18 |
1941 | 2023-10-21T04:20:05.195Z | Compiling rustix v0.37.23 |
1942 | 2023-10-21T04:20:05.892Z | Compiling mio v0.8.8 |
1943 | 2023-10-21T04:20:06.033Z | Compiling signal-hook-registry v1.4.1 |
1944 | 2023-10-21T04:20:06.042Z | Compiling socket2 v0.5.4 |
1945 | 2023-10-21T04:20:06.232Z | Compiling num_cpus v1.16.0 |
1946 | 2023-10-21T04:20:06.454Z | Compiling unicode-xid v0.2.4 |
1947 | 2023-10-21T04:20:06.701Z | Compiling ucd-trie v0.1.6 |
1948 | 2023-10-21T04:20:06.873Z | Compiling httparse v1.8.0 |
1949 | 2023-10-21T04:20:07.168Z | Compiling heck v0.4.1 |
1950 | 2023-10-21T04:20:08.656Z | Compiling futures-sink v0.3.28 |
1951 | 2023-10-21T04:20:08.797Z | Compiling openssl v0.10.57 |
1952 | 2023-10-21T04:20:08.883Z | Compiling synstructure v0.12.6 |
1953 | 2023-10-21T04:20:08.968Z | Compiling tinyvec_macros v0.1.1 |
1954 | 2023-10-21T04:20:09.392Z | Compiling tinyvec v1.6.0 |
1955 | 2023-10-21T04:20:09.417Z | Compiling ppv-lite86 v0.2.17 |
1956 | 2023-10-21T04:20:10.180Z | Compiling native-tls v0.2.11 |
1957 | 2023-10-21T04:20:10.645Z | Compiling pin-utils v0.1.0 |
1958 | 2023-10-21T04:20:10.753Z | Compiling crc32fast v1.3.2 |
1959 | 2023-10-21T04:20:10.767Z | Compiling futures-io v0.3.28 |
1960 | 2023-10-21T04:20:10.805Z | Compiling radium v0.7.0 |
1961 | 2023-10-21T04:20:11.427Z | Compiling rustls v0.21.7 |
1962 | 2023-10-21T04:20:11.441Z | Compiling rand_chacha v0.3.1 |
1963 | 2023-10-21T04:20:11.452Z | Compiling unicode-normalization v0.1.22 |
1964 | 2023-10-21T04:20:11.502Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1965 | 2023-10-21T04:20:11.896Z | Compiling tracing-core v0.1.31 |
1966 | 2023-10-21T04:20:12.040Z | Compiling unicode-bidi v0.3.13 |
1967 | 2023-10-21T04:20:12.146Z | Compiling subtle v2.5.0 |
1968 | 2023-10-21T04:20:13.150Z | Compiling rand v0.8.5 |
1969 | 2023-10-21T04:20:14.460Z | Compiling errno v0.3.2 |
1970 | 2023-10-21T04:20:14.496Z | Compiling num-iter v0.1.43 |
1971 | 2023-10-21T04:20:14.790Z | Compiling usdt-impl v0.3.5 |
1972 | 2023-10-21T04:20:14.899Z | Compiling rustix v0.38.9 |
1973 | 2023-10-21T04:20:15.260Z | Compiling schemars v0.8.13 |
1974 | 2023-10-21T04:20:16.003Z | Compiling base64 v0.21.4 |
1975 | 2023-10-21T04:20:17.465Z | Compiling serde_derive v1.0.188 |
1976 | 2023-10-21T04:20:17.470Z | Compiling zeroize_derive v1.4.2 |
1977 | 2023-10-21T04:20:17.830Z | Compiling tokio-macros v2.1.0 |
1978 | 2023-10-21T04:20:17.983Z | Compiling thiserror-impl v1.0.49 |
1979 | 2023-10-21T04:20:18.156Z | Compiling futures-macro v0.3.28 |
1980 | 2023-10-21T04:20:18.359Z | Compiling tracing-attributes v0.1.26 |
1981 | 2023-10-21T04:20:18.596Z | Compiling zerocopy-derive v0.2.0 |
1982 | 2023-10-21T04:20:18.697Z | Compiling openssl-macros v0.1.1 |
1983 | 2023-10-21T04:20:19.772Z | Compiling zerocopy-derive v0.6.4 |
1984 | 2023-10-21T04:20:19.790Z | Compiling zeroize v1.6.0 |
1985 | 2023-10-21T04:20:23.239Z | Compiling pest v2.7.2 |
1986 | 2023-10-21T04:20:23.264Z | Compiling crypto-common v0.1.6 |
1987 | 2023-10-21T04:20:23.271Z | Compiling block-buffer v0.10.4 |
1988 | 2023-10-21T04:20:23.275Z | Compiling serde_derive_internals v0.26.0 |
1989 | 2023-10-21T04:20:23.391Z | Compiling digest v0.10.7 |
1990 | 2023-10-21T04:20:23.987Z | Compiling tracing v0.1.37 |
1991 | 2023-10-21T04:20:27.257Z | Compiling pest_meta v2.7.2 |
1992 | 2023-10-21T04:20:28.888Z | Compiling fnv v1.0.7 |
1993 | 2023-10-21T04:20:29.075Z | Compiling bitflags v1.3.2 |
1994 | 2023-10-21T04:20:29.218Z | Compiling untrusted v0.7.1 |
1995 | 2023-10-21T04:20:29.432Z | Compiling schemars_derive v0.8.13 |
1996 | 2023-10-21T04:20:29.517Z | Compiling pest_generator v2.7.2 |
1997 | 2023-10-21T04:20:33.060Z | Compiling zerocopy v0.3.0 |
1998 | 2023-10-21T04:20:34.140Z | Compiling lazy_static v1.4.0 |
1999 | 2023-10-21T04:20:34.448Z | Compiling backtrace v0.3.69 |
2000 | 2023-10-21T04:20:34.478Z | Compiling pest_derive v2.7.2 |
2001 | 2023-10-21T04:20:34.565Z | Compiling num-bigint v0.4.4 |
2002 | 2023-10-21T04:20:34.708Z | Compiling memoffset v0.9.0 |
2003 | 2023-10-21T04:20:35.027Z | Compiling percent-encoding v2.3.0 |
2004 | 2023-10-21T04:20:35.120Z | Compiling hashbrown v0.12.3 |
2005 | 2023-10-21T04:20:35.177Z | Compiling openssl-probe v0.1.5 |
2006 | 2023-10-21T04:20:35.525Z | Compiling iana-time-zone v0.1.57 |
2007 | 2023-10-21T04:20:35.546Z | Compiling base64ct v1.6.0 |
2008 | 2023-10-21T04:20:35.565Z | Compiling allocator-api2 v0.2.16 |
2009 | 2023-10-21T04:20:36.067Z | Compiling async-trait v0.1.73 |
2010 | 2023-10-21T04:20:36.792Z | Compiling smoltcp v0.9.1 |
2011 | 2023-10-21T04:20:36.849Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2012 | 2023-10-21T04:20:36.912Z | Compiling crossbeam-utils v0.8.16 |
2013 | 2023-10-21T04:20:37.171Z | Compiling foreign-types-shared v0.1.1 |
2014 | 2023-10-21T04:20:37.333Z | Compiling foreign-types v0.3.2 |
2015 | 2023-10-21T04:20:37.583Z | Compiling hashbrown v0.14.0 |
2016 | 2023-10-21T04:20:37.651Z | Compiling pem-rfc7468 v0.7.0 |
2017 | 2023-10-21T04:20:37.777Z | Compiling dtrace-parser v0.1.14 |
2018 | 2023-10-21T04:20:38.890Z | Compiling dof v0.1.5 |
2019 | 2023-10-21T04:20:39.386Z | Compiling der_derive v0.7.2 |
2020 | 2023-10-21T04:20:39.636Z | Compiling clap_derive v4.4.2 |
2021 | 2023-10-21T04:20:40.907Z | Compiling thread-id v4.2.0 |
2022 | 2023-10-21T04:20:40.949Z | Compiling time-core v0.1.1 |
2023 | 2023-10-21T04:20:40.961Z | Compiling utf8parse v0.2.1 |
2024 | 2023-10-21T04:20:40.972Z | Compiling siphasher v0.3.11 |
2025 | 2023-10-21T04:20:41.008Z | Compiling try-lock v0.2.4 |
2026 | 2023-10-21T04:20:41.122Z | Compiling bytes v1.5.0 |
2027 | 2023-10-21T04:20:41.585Z | Compiling bitflags v2.4.0 |
2028 | 2023-10-21T04:20:42.220Z | Compiling uuid v1.4.1 |
2029 | 2023-10-21T04:20:42.721Z | Compiling tokio v1.32.0 |
2030 | 2023-10-21T04:20:43.299Z | Compiling rustc_version v0.4.0 |
2031 | 2023-10-21T04:20:43.352Z | Compiling http v0.2.9 |
2032 | 2023-10-21T04:20:44.142Z | Compiling chrono v0.4.31 |
2033 | 2023-10-21T04:20:45.909Z | Compiling heapless v0.7.16 |
2034 | 2023-10-21T04:20:46.535Z | Compiling equivalent v1.0.1 |
2035 | 2023-10-21T04:20:46.620Z | Compiling adler v1.0.2 |
2036 | 2023-10-21T04:20:46.682Z | Compiling flagset v0.4.3 |
2037 | 2023-10-21T04:20:46.927Z | Compiling anstyle v1.0.2 |
2038 | 2023-10-21T04:20:47.000Z | Compiling cpufeatures v0.2.9 |
2039 | 2023-10-21T04:20:47.287Z | Compiling rustversion v1.0.14 |
2040 | 2023-10-21T04:20:47.573Z | Compiling sha2 v0.10.7 |
2041 | 2023-10-21T04:20:47.879Z | Compiling der v0.7.8 |
2042 | 2023-10-21T04:20:48.246Z | Compiling miniz_oxide v0.7.1 |
2043 | 2023-10-21T04:20:50.487Z | Compiling indexmap v2.0.0 |
2044 | 2023-10-21T04:20:52.596Z | Compiling http-body v0.4.5 |
2045 | 2023-10-21T04:20:55.955Z | Compiling want v0.3.1 |
2046 | 2023-10-21T04:20:56.411Z | Compiling tokio-util v0.7.9 |
2047 | 2023-10-21T04:20:58.741Z | Compiling h2 v0.3.21 |
2048 | 2023-10-21T04:20:59.543Z | Compiling serde_tokenstream v0.1.7 |
2049 | 2023-10-21T04:21:00.387Z | Compiling anstyle-parse v0.2.1 |
2050 | 2023-10-21T04:21:01.023Z | Compiling time-macros v0.2.13 |
2051 | 2023-10-21T04:21:04.999Z | Compiling form_urlencoded v1.2.0 |
2052 | 2023-10-21T04:21:05.073Z | Compiling rustls-webpki v0.101.4 |
2053 | 2023-10-21T04:21:05.089Z | Compiling sct v0.7.0 |
2054 | 2023-10-21T04:21:05.549Z | Compiling hubpack_derive v0.1.1 |
2055 | 2023-10-21T04:21:06.420Z | Compiling aho-corasick v1.0.4 |
2056 | 2023-10-21T04:21:06.504Z | Compiling socket2 v0.4.9 |
2057 | 2023-10-21T04:21:06.850Z | Compiling crossbeam-epoch v0.9.15 |
2058 | 2023-10-21T04:21:07.462Z | Compiling tap v1.0.1 |
2059 | 2023-10-21T04:21:07.805Z | Compiling anstyle-query v1.0.0 |
2060 | 2023-10-21T04:21:08.022Z | Compiling tower-service v0.3.2 |
2061 | 2023-10-21T04:21:08.176Z | Compiling slog v2.7.0 |
2062 | 2023-10-21T04:21:08.801Z | Compiling anyhow v1.0.75 |
2063 | 2023-10-21T04:21:08.897Z | Compiling regex-syntax v0.7.5 |
2064 | 2023-10-21T04:21:08.967Z | Compiling httpdate v1.0.3 |
2065 | 2023-10-21T04:21:09.053Z | Compiling colorchoice v1.0.0 |
2066 | 2023-10-21T04:21:09.287Z | Compiling anstream v0.5.0 |
2067 | 2023-10-21T04:21:11.032Z | Compiling hyper v0.14.27 |
2068 | 2023-10-21T04:21:12.741Z | Compiling wyz v0.5.1 |
2069 | 2023-10-21T04:21:16.538Z | Compiling regex-automata v0.3.8 |
2070 | 2023-10-21T04:21:19.746Z | Compiling terminal_size v0.2.6 |
2071 | 2023-10-21T04:21:19.810Z | Compiling spki v0.7.2 |
2072 | 2023-10-21T04:21:20.710Z | Compiling rustls-pemfile v1.0.3 |
2073 | 2023-10-21T04:21:21.234Z | Compiling hmac v0.12.1 |
2074 | 2023-10-21T04:21:21.571Z | Compiling md-5 v0.10.5 |
2075 | 2023-10-21T04:21:21.936Z | Compiling zerocopy v0.6.4 |
2076 | 2023-10-21T04:21:22.540Z | Compiling stringprep v0.1.3 |
2077 | 2023-10-21T04:21:22.679Z | Compiling idna v0.4.0 |
2078 | 2023-10-21T04:21:23.995Z | Compiling diesel_table_macro_syntax v0.1.0 |
2079 | 2023-10-21T04:21:24.608Z | Compiling hash32 v0.2.1 |
2080 | 2023-10-21T04:21:25.074Z | Compiling spin v0.9.8 |
2081 | 2023-10-21T04:21:25.172Z | Compiling fallible-iterator v0.2.0 |
2082 | 2023-10-21T04:21:25.916Z | Compiling strsim v0.10.0 |
2083 | 2023-10-21T04:21:26.007Z | Compiling either v1.9.0 |
2084 | 2023-10-21T04:21:26.568Z | Compiling dyn-clone v1.0.13 |
2085 | 2023-10-21T04:21:26.668Z | Compiling maybe-uninit v2.0.0 |
2086 | 2023-10-21T04:21:26.862Z | Compiling funty v2.0.0 |
2087 | 2023-10-21T04:21:27.322Z | Compiling clap_lex v0.5.1 |
2088 | 2023-10-21T04:21:27.382Z | Compiling stable_deref_trait v1.2.0 |
2089 | 2023-10-21T04:21:27.526Z | Compiling gimli v0.28.0 |
2090 | 2023-10-21T04:21:29.369Z | Compiling bitvec v1.0.1 |
2091 | 2023-10-21T04:21:29.710Z | Compiling clap_builder v4.4.2 |
2092 | 2023-10-21T04:21:31.405Z | Compiling postgres-protocol v0.6.6 |
2093 | 2023-10-21T04:21:31.967Z | Compiling diesel_derives v2.1.1 |
2094 | 2023-10-21T04:21:32.330Z | Compiling url v2.4.1 |
2095 | 2023-10-21T04:21:32.828Z | Compiling tokio-rustls v0.24.1 |
2096 | 2023-10-21T04:21:35.087Z | Compiling addr2line v0.21.0 |
2097 | 2023-10-21T04:21:35.990Z | Compiling strum_macros v0.25.2 |
2098 | 2023-10-21T04:21:36.075Z | Compiling rustls-native-certs v0.6.3 |
2099 | 2023-10-21T04:21:36.645Z | Compiling tokio-native-tls v0.3.1 |
2100 | 2023-10-21T04:21:37.990Z | Compiling usdt-attr-macro v0.3.5 |
2101 | 2023-10-21T04:21:38.298Z | Compiling usdt-macro v0.3.5 |
2102 | 2023-10-21T04:21:41.770Z | Compiling phf_shared v0.11.2 |
2103 | 2023-10-21T04:21:42.291Z | Compiling toml_datetime v0.6.3 |
2104 | 2023-10-21T04:21:42.382Z | Compiling serde_spanned v0.6.3 |
2105 | 2023-10-21T04:21:43.230Z | Compiling block-padding v0.3.3 |
2106 | 2023-10-21T04:21:43.444Z | Compiling enum-as-inner v0.5.1 |
2107 | 2023-10-21T04:21:43.940Z | Compiling serde_repr v0.1.16 |
2108 | 2023-10-21T04:21:43.944Z | Compiling scheduled-thread-pool v0.2.7 |
2109 | 2023-10-21T04:21:44.926Z | Compiling object v0.32.1 |
2110 | 2023-10-21T04:21:48.209Z | Compiling regex-automata v0.1.10 |
2111 | 2023-10-21T04:21:48.332Z | Compiling ipnet v2.8.0 |
2112 | 2023-10-21T04:21:50.126Z | Compiling num-bigint-dig v0.8.4 |
2113 | 2023-10-21T04:21:50.477Z | Compiling num_threads v0.1.6 |
2114 | 2023-10-21T04:21:50.519Z | Compiling bit-vec v0.6.3 |
2115 | 2023-10-21T04:21:50.648Z | Compiling unicode-width v0.1.10 |
2116 | 2023-10-21T04:21:50.895Z | Compiling matches v0.1.10 |
2117 | 2023-10-21T04:21:51.179Z | Compiling deranged v0.3.8 |
2118 | 2023-10-21T04:21:53.312Z | Compiling rustc-demangle v0.1.23 |
2119 | 2023-10-21T04:21:54.821Z | Compiling packed_struct v0.10.1 |
2120 | 2023-10-21T04:21:55.402Z | Compiling managed v0.8.0 |
2121 | 2023-10-21T04:21:56.205Z | Compiling winnow v0.5.15 |
2122 | 2023-10-21T04:22:05.016Z | Compiling toml_edit v0.19.15 |
2123 | 2023-10-21T04:22:05.779Z | Compiling time v0.3.27 |
2124 | 2023-10-21T04:22:14.216Z | Compiling idna v0.2.3 |
2125 | 2023-10-21T04:22:16.835Z | Compiling bstr v0.2.17 |
2126 | 2023-10-21T04:22:17.557Z | Compiling r2d2 v0.8.10 |
2127 | 2023-10-21T04:22:18.166Z | Compiling inout v0.1.3 |
2128 | 2023-10-21T04:22:21.087Z | Compiling phf v0.11.2 |
2129 | 2023-10-21T04:22:21.101Z | Compiling hyper-tls v0.5.0 |
2130 | 2023-10-21T04:22:21.115Z | Compiling hyper-rustls v0.24.1 |
2131 | 2023-10-21T04:22:21.126Z | Compiling clap v4.4.3 |
2132 | 2023-10-21T04:22:21.138Z | Compiling ipnetwork v0.20.0 |
2133 | 2023-10-21T04:22:21.143Z | Compiling flate2 v1.0.27 |
2134 | 2023-10-21T04:22:21.223Z | Compiling postgres-types v0.2.6 |
2135 | 2023-10-21T04:22:22.252Z | Compiling itertools v0.11.0 |
2136 | 2023-10-21T04:22:22.346Z | Compiling regex v1.9.5 |
2137 | 2023-10-21T04:22:23.596Z | Compiling pkcs8 v0.10.2 |
2138 | 2023-10-21T04:22:24.672Z | Compiling hubpack v0.1.2 |
2139 | 2023-10-21T04:22:24.877Z | Compiling serde_urlencoded v0.7.1 |
2140 | 2023-10-21T04:22:26.152Z | Compiling phf_shared v0.10.0 |
2141 | 2023-10-21T04:22:26.682Z | Compiling futures-executor v0.3.28 |
2142 | 2023-10-21T04:22:27.455Z | Compiling signature v2.1.0 |
2143 | 2023-10-21T04:22:27.792Z | Compiling packed_struct_codegen v0.10.1 |
2144 | 2023-10-21T04:22:29.446Z | Compiling float-cmp v0.9.0 |
2145 | 2023-10-21T04:22:30.536Z | Compiling encoding_rs v0.8.33 |
2146 | 2023-10-21T04:22:30.769Z | Compiling smawk v0.3.1 |
2147 | 2023-10-21T04:22:32.233Z | Compiling static_assertions v1.1.0 |
2148 | 2023-10-21T04:22:32.614Z | Compiling precomputed-hash v0.1.1 |
2149 | 2023-10-21T04:22:32.699Z | Compiling mime v0.3.17 |
2150 | 2023-10-21T04:22:32.773Z | Compiling whoami v1.4.1 |
2151 | 2023-10-21T04:22:32.906Z | Compiling predicates-core v1.0.6 |
2152 | 2023-10-21T04:22:33.418Z | Compiling normalize-line-endings v0.3.0 |
2153 | 2023-10-21T04:22:33.595Z | Compiling fixedbitset v0.4.2 |
2154 | 2023-10-21T04:22:33.666Z | Compiling crc-catalog v2.2.0 |
2155 | 2023-10-21T04:22:33.895Z | Compiling nodrop v0.1.14 |
2156 | 2023-10-21T04:22:34.078Z | Compiling unicode-linebreak v0.1.5 |
2157 | 2023-10-21T04:22:34.240Z | Compiling data-encoding v2.4.0 |
2158 | 2023-10-21T04:22:34.315Z | Compiling difflib v0.4.0 |
2159 | 2023-10-21T04:22:35.595Z | Compiling unicode-segmentation v1.10.1 |
2160 | 2023-10-21T04:22:37.098Z | Compiling webpki-roots v0.25.2 |
2161 | 2023-10-21T04:22:37.110Z | Compiling new_debug_unreachable v1.0.4 |
2162 | 2023-10-21T04:22:37.230Z | Compiling string_cache v0.8.7 |
2163 | 2023-10-21T04:22:37.284Z | Compiling similar v2.2.1 |
2164 | 2023-10-21T04:22:37.350Z | Compiling reqwest v0.11.20 |
2165 | 2023-10-21T04:22:40.834Z | Compiling trust-dns-proto v0.22.0 |
2166 | 2023-10-21T04:22:42.873Z | Compiling predicates v3.0.4 |
2167 | 2023-10-21T04:22:45.717Z | Compiling textwrap v0.16.0 |
2168 | 2023-10-21T04:22:46.691Z | Compiling array-init v0.0.4 |
2169 | 2023-10-21T04:22:47.222Z | Compiling petgraph v0.6.4 |
2170 | 2023-10-21T04:22:48.917Z | Compiling crc v3.0.1 |
2171 | 2023-10-21T04:22:48.983Z | Compiling tokio-postgres v0.7.10 |
2172 | 2023-10-21T04:22:57.259Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2173 | 2023-10-21T04:23:05.332Z | Compiling futures v0.3.28 |
2174 | 2023-10-21T04:23:07.470Z | Compiling pkcs1 v0.7.5 |
2175 | 2023-10-21T04:23:08.638Z | Compiling yasna v0.5.2 |
2176 | 2023-10-21T04:23:08.763Z | Compiling smallvec v0.6.14 |
2177 | 2023-10-21T04:23:09.507Z | Compiling diesel v2.1.1 |
2178 | 2023-10-21T04:23:11.531Z | Compiling cipher v0.4.4 |
2179 | 2023-10-21T04:23:13.947Z | Compiling toml v0.7.8 |
2180 | 2023-10-21T04:23:15.508Z | Compiling bit-set v0.5.3 |
2181 | 2023-10-21T04:23:15.875Z | Compiling console v0.15.7 |
2182 | 2023-10-21T04:23:15.951Z | Compiling usdt v0.3.5 |
2183 | 2023-10-21T04:23:16.376Z | Compiling is-terminal v0.4.9 |
2184 | 2023-10-21T04:23:16.550Z | Compiling itertools v0.10.5 |
2185 | 2023-10-21T04:23:18.908Z | Compiling bstr v1.6.0 |
2186 | 2023-10-21T04:23:18.962Z | Compiling tokio-stream v0.1.14 |
2187 | 2023-10-21T04:23:20.580Z | Compiling openapiv3 v1.0.3 |
2188 | 2023-10-21T04:23:21.494Z | Compiling hex v0.4.3 |
2189 | 2023-10-21T04:23:22.854Z | Compiling hashbrown v0.13.2 |
2190 | 2023-10-21T04:23:25.863Z | Compiling termcolor v1.2.0 |
2191 | 2023-10-21T04:23:26.255Z | Compiling lalrpop-util v0.19.12 |
2192 | 2023-10-21T04:23:28.338Z | Compiling bitfield v0.14.0 |
2193 | 2023-10-21T04:23:30.039Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2194 | 2023-10-21T04:23:33.506Z | Compiling env_logger v0.10.0 |
2195 | 2023-10-21T04:23:45.656Z | Compiling rsa v0.9.2 |
2196 | 2023-10-21T04:23:55.344Z | Compiling serde-hex v0.1.0 |
2197 | 2023-10-21T04:23:57.656Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2198 | 2023-10-21T04:24:06.498Z | Compiling x509-cert v0.2.4 |
2199 | 2023-10-21T04:24:07.727Z | Compiling ron v0.8.1 |
2200 | 2023-10-21T04:24:08.494Z | Compiling crc-any v2.4.3 |
2201 | 2023-10-21T04:24:30.449Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2202 | 2023-10-21T04:24:32.631Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2203 | 2023-10-21T04:24:55.097Z | Compiling object v0.30.4 |
2204 | 2023-10-21T04:25:04.272Z | Compiling path-slash v0.1.5 |
2205 | 2023-10-21T04:25:16.424Z | Compiling bzip2 v0.4.4 |
2206 | 2023-10-21T04:25:17.181Z | Compiling zip v0.6.6 |
2207 | 2023-10-21T04:25:22.483Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2208 | 2023-10-21T04:25:25.514Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2209 | 2023-10-21T04:25:51.986Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2210 | 2023-10-21T04:25:53.071Z | Finished release [optimized] target(s) in 6m 02s |
2211 | 2023-10-21T04:25:53.159Z | |
2212 | 2023-10-21T04:25:53.162Z | real 6:03.027137140 |
2213 | 2023-10-21T04:25:53.164Z | user 41:58.923875606 |
2214 | 2023-10-21T04:25:53.167Z | sys 3:41.208584234 |
2215 | 2023-10-21T04:25:53.171Z | trap 1.741549399 |
2216 | 2023-10-21T04:25:53.174Z | tflt 1.217945145 |
2217 | 2023-10-21T04:25:53.178Z | dflt 0.629372242 |
2218 | 2023-10-21T04:25:53.180Z | kflt 0.006065920 |
2219 | 2023-10-21T04:25:53.184Z | lock 1:33:52.263376219 |
2220 | 2023-10-21T04:25:53.187Z | slp 2:26:19.955026624 |
2221 | 2023-10-21T04:25:53.189Z | lat 1:45.009467387 |
2222 | 2023-10-21T04:25:53.192Z | stop 1:25.361276001 |
2223 | 2023-10-21T04:25:53.195Z | + ptime -m gzip |
2224 | 2023-10-21T04:25:53.825Z | |
2225 | 2023-10-21T04:25:53.828Z | real 0.660726381 |
2226 | 2023-10-21T04:25:53.831Z | user 0.651015376 |
2227 | 2023-10-21T04:25:53.834Z | sys 0.008998194 |
2228 | 2023-10-21T04:25:53.837Z | trap 0.000080628 |
2229 | 2023-10-21T04:25:53.840Z | tflt 0.000000000 |
2230 | 2023-10-21T04:25:53.843Z | dflt 0.000000000 |
2231 | 2023-10-21T04:25:53.846Z | kflt 0.000000000 |
2232 | 2023-10-21T04:25:53.849Z | lock 0.000000000 |
2233 | 2023-10-21T04:25:53.852Z | slp 0.000027178 |
2234 | 2023-10-21T04:25:53.854Z | lat 0.000195272 |
2235 | 2023-10-21T04:25:53.857Z | stop 0.000307738 |
2236 | 2023-10-21T04:25:53.859Z | + banner tufaceous |
2237 | 2023-10-21T04:25:53.862Z | |
2238 | 2023-10-21T04:25:53.865Z | ##### # # ###### ## #### ###### #### # # #### |
2239 | 2023-10-21T04:25:53.868Z | # # # # # # # # # # # # # # |
2240 | 2023-10-21T04:25:53.871Z | # # # ##### # # # ##### # # # # #### |
2241 | 2023-10-21T04:25:53.873Z | # # # # ###### # # # # # # # |
2242 | 2023-10-21T04:25:53.876Z | # # # # # # # # # # # # # # # |
2243 | 2023-10-21T04:25:53.879Z | # #### # # # #### ###### #### #### #### |
2244 | 2023-10-21T04:25:53.881Z | |
2245 | 2023-10-21T04:25:53.884Z | + ptime -m cargo build --locked -p tufaceous --release |
2246 | 2023-10-21T04:25:54.564Z | Downloading crates ... |
2247 | 2023-10-21T04:25:54.912Z | Downloaded globset v0.4.13 |
2248 | 2023-10-21T04:25:54.918Z | Downloaded buf-list v1.0.3 |
2249 | 2023-10-21T04:25:54.922Z | Downloaded path-dedot v3.1.0 |
2250 | 2023-10-21T04:25:54.925Z | Downloaded path-absolutize v3.1.0 |
2251 | 2023-10-21T04:25:54.931Z | Downloaded snafu-derive v0.7.5 |
2252 | 2023-10-21T04:25:54.934Z | Downloaded tough v0.12.5 |
2253 | 2023-10-21T04:25:54.947Z | Downloaded doc-comment v0.3.3 |
2254 | 2023-10-21T04:25:54.950Z | Downloaded fs-err v2.9.0 |
2255 | 2023-10-21T04:25:54.953Z | Downloaded serde_plain v1.0.2 |
2256 | 2023-10-21T04:25:54.956Z | Downloaded olpc-cjson v0.1.3 |
2257 | 2023-10-21T04:25:54.959Z | Downloaded snafu v0.7.5 |
2258 | 2023-10-21T04:25:54.965Z | Downloaded bytesize v1.3.0 |
2259 | 2023-10-21T04:25:55.121Z | Compiling serde_tokenstream v0.2.0 |
2260 | 2023-10-21T04:25:55.144Z | Compiling regress v0.7.1 |
2261 | 2023-10-21T04:25:55.160Z | Compiling dirs-sys-next v0.1.2 |
2262 | 2023-10-21T04:25:55.163Z | Compiling ident_case v1.0.1 |
2263 | 2023-10-21T04:25:55.188Z | Compiling thread_local v1.1.7 |
2264 | 2023-10-21T04:25:55.198Z | Compiling slog-async v2.8.0 |
2265 | 2023-10-21T04:25:55.201Z | Compiling camino v1.1.6 |
2266 | 2023-10-21T04:25:55.747Z | Compiling dirs-next v2.0.0 |
2267 | 2023-10-21T04:25:55.799Z | Compiling darling_core v0.20.3 |
2268 | 2023-10-21T04:25:55.865Z | Compiling heck v0.4.1 |
2269 | 2023-10-21T04:25:56.032Z | Compiling term v0.7.0 |
2270 | 2023-10-21T04:25:56.072Z | Compiling crossbeam-channel v0.5.8 |
2271 | 2023-10-21T04:25:56.472Z | Compiling getopts v0.2.21 |
2272 | 2023-10-21T04:25:57.061Z | Compiling structmeta-derive v0.1.6 |
2273 | 2023-10-21T04:25:57.972Z | Compiling atty v0.2.14 |
2274 | 2023-10-21T04:25:58.013Z | Compiling multer v2.1.0 |
2275 | 2023-10-21T04:25:58.195Z | Compiling unsafe-libyaml v0.2.9 |
2276 | 2023-10-21T04:25:58.419Z | Compiling doc-comment v0.3.3 |
2277 | 2023-10-21T04:25:59.056Z | Compiling paste v1.0.14 |
2278 | 2023-10-21T04:25:59.156Z | Compiling take_mut v0.2.2 |
2279 | 2023-10-21T04:25:59.398Z | Compiling match_cfg v0.1.0 |
2280 | 2023-10-21T04:25:59.539Z | Compiling hostname v0.3.1 |
2281 | 2023-10-21T04:26:00.232Z | Compiling slog-term v2.9.0 |
2282 | 2023-10-21T04:26:01.341Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2283 | 2023-10-21T04:26:03.500Z | Compiling structmeta v0.1.6 |
2284 | 2023-10-21T04:26:04.134Z | Compiling serde_yaml v0.9.25 |
2285 | 2023-10-21T04:26:05.267Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2286 | 2023-10-21T04:26:05.321Z | Compiling darling_macro v0.20.3 |
2287 | 2023-10-21T04:26:05.870Z | Compiling slog-json v2.6.1 |
2288 | 2023-10-21T04:26:06.707Z | Compiling async-stream-impl v0.3.5 |
2289 | 2023-10-21T04:26:06.781Z | Compiling darling v0.20.3 |
2290 | 2023-10-21T04:26:06.957Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2291 | 2023-10-21T04:26:07.378Z | Compiling regex-syntax v0.6.29 |
2292 | 2023-10-21T04:26:07.668Z | Compiling atomic-waker v1.1.1 |
2293 | 2023-10-21T04:26:07.948Z | Compiling fastrand v2.0.0 |
2294 | 2023-10-21T04:26:08.695Z | Compiling async-stream v0.3.5 |
2295 | 2023-10-21T04:26:09.040Z | Compiling tempfile v3.8.0 |
2296 | 2023-10-21T04:26:09.107Z | Compiling waitgroup v0.1.2 |
2297 | 2023-10-21T04:26:09.387Z | Compiling serde_with_macros v2.3.3 |
2298 | 2023-10-21T04:26:09.468Z | Compiling slog-bunyan v2.4.0 |
2299 | 2023-10-21T04:26:12.456Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2300 | 2023-10-21T04:26:12.607Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2301 | 2023-10-21T04:26:13.369Z | Compiling sha1 v0.10.5 |
2302 | 2023-10-21T04:26:14.232Z | Compiling snafu-derive v0.7.5 |
2303 | 2023-10-21T04:26:14.881Z | Compiling serde_path_to_error v0.1.14 |
2304 | 2023-10-21T04:26:14.958Z | Compiling path-dedot v3.1.0 |
2305 | 2023-10-21T04:26:15.145Z | Compiling instant v0.1.12 |
2306 | 2023-10-21T04:26:15.324Z | Compiling same-file v1.0.6 |
2307 | 2023-10-21T04:26:15.380Z | Compiling buf-list v1.0.3 |
2308 | 2023-10-21T04:26:15.767Z | Compiling debug-ignore v1.0.5 |
2309 | 2023-10-21T04:26:15.829Z | Compiling arc-swap v1.6.0 |
2310 | 2023-10-21T04:26:15.988Z | Compiling base64 v0.13.1 |
2311 | 2023-10-21T04:26:16.628Z | Compiling slog-scope v4.4.0 |
2312 | 2023-10-21T04:26:17.142Z | Compiling pem v1.1.1 |
2313 | 2023-10-21T04:26:17.275Z | Compiling parse-display-derive v0.7.0 |
2314 | 2023-10-21T04:26:17.509Z | Compiling walkdir v2.4.0 |
2315 | 2023-10-21T04:26:18.190Z | Compiling backoff v0.4.0 |
2316 | 2023-10-21T04:26:18.765Z | Compiling path-absolutize v3.1.0 |
2317 | 2023-10-21T04:26:19.073Z | Compiling serde_with v2.3.3 |
2318 | 2023-10-21T04:26:19.622Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2319 | 2023-10-21T04:26:20.296Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2320 | 2023-10-21T04:26:20.484Z | Compiling globset v0.4.13 |
2321 | 2023-10-21T04:26:20.666Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2322 | 2023-10-21T04:26:20.920Z | Compiling strum v0.25.0 |
2323 | 2023-10-21T04:26:21.204Z | Compiling olpc-cjson v0.1.3 |
2324 | 2023-10-21T04:26:22.126Z | Compiling serde_plain v1.0.2 |
2325 | 2023-10-21T04:26:22.755Z | Compiling snafu v0.7.5 |
2326 | 2023-10-21T04:26:22.987Z | Compiling macaddr v1.0.1 |
2327 | 2023-10-21T04:26:23.668Z | Compiling parse-display v0.7.0 |
2328 | 2023-10-21T04:26:24.011Z | Compiling filetime v0.2.22 |
2329 | 2023-10-21T04:26:24.134Z | Compiling xattr v1.0.1 |
2330 | 2023-10-21T04:26:24.523Z | Compiling tar v0.4.40 |
2331 | 2023-10-21T04:26:24.587Z | Compiling tough v0.12.5 |
2332 | 2023-10-21T04:26:24.822Z | Compiling slog-stdlog v4.1.1 |
2333 | 2023-10-21T04:26:27.085Z | Compiling camino-tempfile v1.0.2 |
2334 | 2023-10-21T04:26:27.784Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2335 | 2023-10-21T04:26:27.986Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2336 | 2023-10-21T04:26:28.429Z | Compiling bytesize v1.3.0 |
2337 | 2023-10-21T04:26:29.368Z | Compiling fs-err v2.9.0 |
2338 | 2023-10-21T04:26:30.756Z | Compiling slog-envlogger v2.2.0 |
2339 | 2023-10-21T04:26:34.554Z | Compiling humantime v2.1.0 |
2340 | 2023-10-21T04:26:37.959Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2341 | 2023-10-21T04:27:02.237Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2342 | 2023-10-21T04:27:02.544Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2343 | 2023-10-21T04:27:15.014Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2344 | 2023-10-21T04:27:17.506Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2345 | 2023-10-21T04:27:42.594Z | Finished release [optimized] target(s) in 1m 48s |
2346 | 2023-10-21T04:27:42.682Z | |
2347 | 2023-10-21T04:27:42.686Z | real 1:48.829924124 |
2348 | 2023-10-21T04:27:42.689Z | user 11:45.060962241 |
2349 | 2023-10-21T04:27:42.693Z | sys 47.060142153 |
2350 | 2023-10-21T04:27:42.696Z | trap 0.430647069 |
2351 | 2023-10-21T04:27:42.698Z | tflt 0.351626294 |
2352 | 2023-10-21T04:27:42.701Z | dflt 0.740922729 |
2353 | 2023-10-21T04:27:42.705Z | kflt 0.004921506 |
2354 | 2023-10-21T04:27:42.708Z | lock 22:12.352412938 |
2355 | 2023-10-21T04:27:42.711Z | slp 24:32.033927545 |
2356 | 2023-10-21T04:27:42.714Z | lat 20.235192103 |
2357 | 2023-10-21T04:27:42.717Z | stop 11.002002361 |
2358 | 2023-10-21T04:27:42.720Z | + ptime -m gzip |
2359 | 2023-10-21T04:27:44.808Z | |
2360 | 2023-10-21T04:27:44.811Z | real 2.118860921 |
2361 | 2023-10-21T04:27:44.815Z | user 2.093742360 |
2362 | 2023-10-21T04:27:44.818Z | sys 0.024395588 |
2363 | 2023-10-21T04:27:44.821Z | trap 0.000213769 |
2364 | 2023-10-21T04:27:44.824Z | tflt 0.000000000 |
2365 | 2023-10-21T04:27:44.828Z | dflt 0.000000000 |
2366 | 2023-10-21T04:27:44.831Z | kflt 0.000000000 |
2367 | 2023-10-21T04:27:44.834Z | lock 0.000000000 |
2368 | 2023-10-21T04:27:44.837Z | slp 0.000000000 |
2369 | 2023-10-21T04:27:44.839Z | lat 0.000167343 |
2370 | 2023-10-21T04:27:44.842Z | stop 0.000226429 |
2371 | 2023-10-21T04:27:44.845Z | process exited: duration 1286491 ms, exit code 0 |
|
2372 | 2023-10-21T04:27:44.852Z | found 5 output files |
2373 | 2023-10-21T04:27:44.868Z | uploading: /work/end-to-end-tests/bootstrap-3172ea7afe1e1275.gz (6513483 bytes) |
2374 | 2023-10-21T04:27:47.864Z | uploaded: /work/end-to-end-tests/bootstrap-3172ea7afe1e1275.gz |
2375 | 2023-10-21T04:27:47.876Z | uploading: /work/end-to-end-tests/bootstrap.gz (97645495 bytes) |
2376 | 2023-10-21T04:28:26.766Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2377 | 2023-10-21T04:28:26.777Z | uploading: /work/end-to-end-tests/end_to_end_tests-03d495de171b1ad9.gz (111637990 bytes) |
2378 | 2023-10-21T04:29:22.580Z | uploaded: /work/end-to-end-tests/end_to_end_tests-03d495de171b1ad9.gz |
2379 | 2023-10-21T04:29:22.592Z | uploading: /work/caboose-util.gz (4110723 bytes) |
2380 | 2023-10-21T04:29:25.503Z | uploaded: /work/caboose-util.gz |
2381 | 2023-10-21T04:29:25.528Z | uploading: /work/tufaceous.gz (13498515 bytes) |
2382 | 2023-10-21T04:29:30.577Z | uploaded: /work/tufaceous.gz |