|
|
|
1 | 2023-10-22T03:12:26.736Z | job assigned to worker 01HDANSY60MFM0D9406C2V4SE4 (queued for 1 m 46 s) |
|
2 | 2023-10-22T03:12:27.209Z | starting task 0: "setup" |
3 | 2023-10-22T03:12:27.333Z | ++ uname -s |
4 | 2023-10-22T03:12:27.337Z | + kern=SunOS |
5 | 2023-10-22T03:12:27.344Z | + case "$kern" in |
6 | 2023-10-22T03:12:27.350Z | + groupadd -g 12345 build |
7 | 2023-10-22T03:12:27.354Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-22T03:12:29.754Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-22T03:12:29.767Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-22T03:12:29.777Z | + home_fs=zfs |
11 | 2023-10-22T03:12:30.199Z | + [[ zfs == autofs ]] |
12 | 2023-10-22T03:12:30.231Z | + mkdir -p /home/build |
13 | 2023-10-22T03:12:30.658Z | + chown build:build /home/build /work |
14 | 2023-10-22T03:12:30.669Z | + chmod 0700 /home/build /work |
15 | 2023-10-22T03:12:30.684Z | process exited: duration 3352 ms, exit code 0 |
|
16 | 2023-10-22T03:12:30.703Z | starting task 1: "rust-toolchain" |
17 | 2023-10-22T03:12:30.734Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-22T03:12:30.750Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-22T03:12:30.932Z | info: downloading installer |
20 | 2023-10-22T03:12:33.121Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-22T03:12:33.132Z | warning: /opt/ooce/bin |
22 | 2023-10-22T03:12:33.139Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-22T03:12:33.146Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-22T03:12:33.153Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-22T03:12:33.159Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-22T03:12:33.166Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-22T03:12:33.173Z | error: cannot install while Rust is installed |
28 | 2023-10-22T03:12:33.178Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-22T03:12:33.318Z | info: profile set to 'default' |
30 | 2023-10-22T03:12:33.321Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-22T03:12:33.324Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-22T03:12:33.531Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-22T03:12:33.541Z | info: downloading component 'cargo' |
34 | 2023-10-22T03:12:34.542Z | info: downloading component 'clippy' |
35 | 2023-10-22T03:12:34.892Z | info: downloading component 'rust-docs' |
36 | 2023-10-22T03:12:36.187Z | info: downloading component 'rust-std' |
37 | 2023-10-22T03:12:38.118Z | info: downloading component 'rustc' |
38 | 2023-10-22T03:12:43.187Z | info: downloading component 'rustfmt' |
39 | 2023-10-22T03:12:43.547Z | info: installing component 'cargo' |
40 | 2023-10-22T03:12:45.417Z | info: installing component 'clippy' |
41 | 2023-10-22T03:12:46.227Z | info: installing component 'rust-docs' |
42 | 2023-10-22T03:12:49.067Z | info: installing component 'rust-std' |
43 | 2023-10-22T03:12:52.891Z | info: installing component 'rustc' |
44 | 2023-10-22T03:13:01.545Z | info: installing component 'rustfmt' |
45 | 2023-10-22T03:13:02.011Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-22T03:13:02.029Z | |
47 | 2023-10-22T03:13:02.047Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-22T03:13:02.068Z | |
49 | 2023-10-22T03:13:02.534Z | |
50 | 2023-10-22T03:13:02.597Z | Rust is installed now. Great! |
51 | 2023-10-22T03:13:02.617Z | |
52 | 2023-10-22T03:13:02.633Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-22T03:13:02.650Z | environment variable. This has not been done automatically. |
54 | 2023-10-22T03:13:03.081Z | |
55 | 2023-10-22T03:13:03.093Z | To configure your current shell, run: |
56 | 2023-10-22T03:13:03.106Z | source "$HOME/.cargo/env" |
57 | 2023-10-22T03:13:03.129Z | + rustc --version |
58 | 2023-10-22T03:13:03.148Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-22T03:13:03.165Z | process exited: duration 31354 ms, exit code 0 |
|
60 | 2023-10-22T03:13:03.616Z | starting task 2: "authentication" |
61 | 2023-10-22T03:13:03.681Z | process exited: duration 41 ms, exit code 0 |
|
62 | 2023-10-22T03:13:03.708Z | starting task 3: "clone repository" |
63 | 2023-10-22T03:13:03.734Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-22T03:13:03.754Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-22T03:13:03.779Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-22T03:13:10.907Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-22T03:13:11.333Z | + [[ -n renovate/sha2-0.x ]] |
68 | 2023-10-22T03:13:11.347Z | + git fetch origin renovate/sha2-0.x |
69 | 2023-10-22T03:13:11.356Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-22T03:13:11.369Z | * branch renovate/sha2-0.x -> FETCH_HEAD |
71 | 2023-10-22T03:13:11.383Z | + git checkout -B renovate/sha2-0.x remotes/origin/renovate/sha2-0.x |
72 | 2023-10-22T03:13:11.393Z | Switched to a new branch 'renovate/sha2-0.x' |
73 | 2023-10-22T03:13:11.397Z | branch 'renovate/sha2-0.x' set up to track 'origin/renovate/sha2-0.x'. |
74 | 2023-10-22T03:13:11.401Z | + git reset --hard 72f0ab16398be66d28f7da0e1cec4f0b1c8781bc |
75 | 2023-10-22T03:13:11.501Z | HEAD is now at 72f0ab16 chore(deps): update rust crate sha2 to 0.10.8 |
76 | 2023-10-22T03:13:11.513Z | process exited: duration 7783 ms, exit code 0 |
|
77 | 2023-10-22T03:13:11.527Z | starting task 4: "build" |
78 | 2023-10-22T03:13:11.552Z | + cargo --version |
79 | 2023-10-22T03:13:11.634Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-22T03:13:11.655Z | + rustc --version |
81 | 2023-10-22T03:13:12.114Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-22T03:13:12.152Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-22T03:13:20.677Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-22T03:13:21.965Z | Startup: Caching catalogs ... Done |
85 | 2023-10-22T03:13:26.034Z | Planning: Solver setup ... Done (4.200s) |
86 | 2023-10-22T03:13:26.143Z | Planning: Running solver ... Done (0.111s) |
87 | 2023-10-22T03:13:26.203Z | Planning: Finding local manifests ... Done (0.003s) |
88 | 2023-10-22T03:13:26.673Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-22T03:13:31.643Z | Planning: Fetching manifests: 3/4 75% complete |
90 | 2023-10-22T03:13:32.523Z | Planning: Fetching manifests: 4/4 100% complete |
91 | 2023-10-22T03:13:33.018Z | Planning: Package planning ... Done (0.078s) |
92 | 2023-10-22T03:13:33.023Z | Planning: Merging actions ... Done (0.086s) |
93 | 2023-10-22T03:13:33.321Z | Planning: Checking for conflicting actions ... Done (0.620s) |
94 | 2023-10-22T03:13:33.339Z | Planning: Consolidating action changes ... Done (0.017s) |
95 | 2023-10-22T03:13:37.178Z | Planning: Evaluating mediators ... Done (3.445s) |
96 | 2023-10-22T03:13:37.184Z | Planning: Planning completed in 15.18 seconds |
97 | 2023-10-22T03:13:37.191Z | Packages to install: 4 |
98 | 2023-10-22T03:13:37.197Z | Mediators to change: 2 |
99 | 2023-10-22T03:13:37.205Z | Services to change: 1 |
100 | 2023-10-22T03:13:37.212Z | Estimated space available: 149.39 GB |
101 | 2023-10-22T03:13:37.222Z | Estimated space to be consumed: 1.37 GB |
102 | 2023-10-22T03:13:37.230Z | Create boot environment: No |
103 | 2023-10-22T03:13:37.242Z | Create backup boot environment: No |
104 | 2023-10-22T03:13:37.274Z | Rebuild boot archive: No |
105 | 2023-10-22T03:13:37.286Z | |
106 | 2023-10-22T03:13:37.297Z | Changed mediators: |
107 | 2023-10-22T03:13:37.307Z | mediator clang: |
108 | 2023-10-22T03:13:37.310Z | version: None -> 15 (system default) |
109 | 2023-10-22T03:13:37.315Z | |
110 | 2023-10-22T03:13:37.328Z | mediator llvm: |
111 | 2023-10-22T03:13:37.332Z | version: 14 (system default) -> 15 (system default) |
112 | 2023-10-22T03:13:37.335Z | |
113 | 2023-10-22T03:13:37.339Z | Changed packages: |
114 | 2023-10-22T03:13:37.343Z | helios-dev |
115 | 2023-10-22T03:13:37.346Z | developer/build-essential |
116 | 2023-10-22T03:13:37.349Z | None -> 11-2.0 |
117 | 2023-10-22T03:13:37.352Z | library/libxmlsec1 |
118 | 2023-10-22T03:13:37.358Z | None -> 1.2.35-2.0 |
119 | 2023-10-22T03:13:37.363Z | ooce/developer/clang-15 |
120 | 2023-10-22T03:13:37.367Z | None -> 15.0.7-2.0 |
121 | 2023-10-22T03:13:37.372Z | ooce/developer/llvm-15 |
122 | 2023-10-22T03:13:37.377Z | None -> 15.0.7-2.0 |
123 | 2023-10-22T03:13:37.382Z | |
124 | 2023-10-22T03:13:37.390Z | Services: |
125 | 2023-10-22T03:13:37.397Z | restart_fmri: |
126 | 2023-10-22T03:13:37.403Z | svc:/system/update-man-index:default |
127 | 2023-10-22T03:13:37.408Z | |
128 | 2023-10-22T03:13:37.412Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
129 | 2023-10-22T03:13:43.146Z | Download: 211/3290 items 1.3/212.6MB 0% complete (317k/s) |
130 | 2023-10-22T03:13:48.153Z | Download: 500/3290 items 16.9/212.6MB 7% complete (1.7M/s) |
131 | 2023-10-22T03:13:53.437Z | Download: 1192/3290 items 83.5/212.6MB 39% complete (8.7M/s) |
132 | 2023-10-22T03:14:08.654Z | Download: 1197/3290 items 83.5/212.6MB 39% complete |
133 | 2023-10-22T03:14:13.662Z | Download: 1714/3290 items 118.1/212.6MB 55% complete (7.3M/s) |
134 | 2023-10-22T03:14:19.495Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (3.8M/s) |
135 | 2023-10-22T03:14:24.922Z | Download: 3096/3290 items 123.8/212.6MB 58% complete (422k/s) |
136 | 2023-10-22T03:14:28.031Z | Download: Completed 212.60 MB in 50.97 seconds (4.2M/s) |
137 | 2023-10-22T03:14:28.537Z | Actions: 1/3687 actions (Installing new actions) |
138 | 2023-10-22T03:14:33.774Z | Actions: 2158/3687 actions (Installing new actions) |
139 | 2023-10-22T03:14:36.845Z | Actions: Completed 3687 actions in 8.31 seconds. |
140 | 2023-10-22T03:14:36.932Z | Done (0.076s) |
141 | 2023-10-22T03:14:36.939Z | Done (0.000s) |
142 | 2023-10-22T03:14:37.125Z | Done (0.195s) |
143 | 2023-10-22T03:14:45.039Z | Done (7.335s) |
144 | 2023-10-22T03:14:46.270Z | Done (0.098s) |
145 | 2023-10-22T03:14:46.273Z | Done (0.000s) |
146 | 2023-10-22T03:14:46.277Z | Done (0.000s) |
147 | 2023-10-22T03:14:46.280Z | Planning: Evaluating mediator changes ... Done |
148 | 2023-10-22T03:14:46.283Z | Planning: Checking for conflicting actions ... Done |
149 | 2023-10-22T03:14:46.286Z | Planning: Consolidating action changes ... Done |
150 | 2023-10-22T03:14:46.429Z | Planning: Evaluating mediators ... Done |
151 | 2023-10-22T03:14:46.433Z | Planning: Planning completed in 0.72 seconds |
152 | 2023-10-22T03:14:46.483Z | Mediators to change: 2 |
153 | 2023-10-22T03:14:46.486Z | Create boot environment: No |
154 | 2023-10-22T03:14:46.489Z | Create backup boot environment: No |
155 | 2023-10-22T03:14:46.593Z | Done |
156 | 2023-10-22T03:14:46.601Z | Done |
157 | 2023-10-22T03:14:46.713Z | Done |
158 | 2023-10-22T03:14:52.474Z | Done |
159 | 2023-10-22T03:14:52.596Z | Done |
160 | 2023-10-22T03:14:52.611Z | Done |
161 | 2023-10-22T03:14:53.105Z | Done |
162 | 2023-10-22T03:14:53.682Z | Planning: Evaluating mediator changes ... Done |
163 | 2023-10-22T03:14:53.691Z | Planning: Merging actions ... Done |
164 | 2023-10-22T03:14:54.422Z | Planning: Checking for conflicting actions ... Done |
165 | 2023-10-22T03:14:54.429Z | Planning: Consolidating action changes ... Done |
166 | 2023-10-22T03:14:54.441Z | Planning: Evaluating mediators ... Done |
167 | 2023-10-22T03:14:54.529Z | Planning: Planning completed in 1.28 seconds |
168 | 2023-10-22T03:14:54.594Z | Packages to change: 1 |
169 | 2023-10-22T03:14:54.610Z | Mediators to change: 1 |
170 | 2023-10-22T03:14:54.621Z | Services to change: 1 |
171 | 2023-10-22T03:14:54.625Z | Create boot environment: No |
172 | 2023-10-22T03:14:54.633Z | Create backup boot environment: Yes |
173 | 2023-10-22T03:14:56.558Z | Actions: 1/6 actions (Updating modified actions) |
174 | 2023-10-22T03:14:56.563Z | Actions: Completed 6 actions in 0.00 seconds. |
175 | 2023-10-22T03:14:56.980Z | Done |
176 | 2023-10-22T03:14:56.991Z | Done |
177 | 2023-10-22T03:14:57.006Z | Done |
178 | 2023-10-22T03:15:02.336Z | Done |
179 | 2023-10-22T03:15:02.380Z | Done |
180 | 2023-10-22T03:15:02.410Z | Done |
181 | 2023-10-22T03:15:02.482Z | Done |
182 | 2023-10-22T03:15:03.169Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
183 | 2023-10-22T03:15:03.604Z | clang system 15 system |
184 | 2023-10-22T03:15:03.650Z | csh system system illumos |
185 | 2023-10-22T03:15:03.681Z | ctags system system illumos |
186 | 2023-10-22T03:15:04.921Z | gcc vendor 12 vendor |
187 | 2023-10-22T03:15:05.347Z | gcc system 10 system |
188 | 2023-10-22T03:15:06.587Z | gcc system 7 system |
189 | 2023-10-22T03:15:07.008Z | go system 1.20 system |
190 | 2023-10-22T03:15:07.025Z | go system 1.19 system |
191 | 2023-10-22T03:15:07.051Z | llvm system 15 system |
192 | 2023-10-22T03:15:07.470Z | llvm system 14 system |
193 | 2023-10-22T03:15:07.477Z | mariadb system 10.6 system |
194 | 2023-10-22T03:15:07.486Z | mta vendor vendor dma |
195 | 2023-10-22T03:15:07.492Z | openjdk system 17 system |
196 | 2023-10-22T03:15:07.497Z | openjdk system 11 system |
197 | 2023-10-22T03:15:07.507Z | openjdk system 1.8 system |
198 | 2023-10-22T03:15:07.526Z | openssl vendor 3 vendor |
199 | 2023-10-22T03:15:07.532Z | perl system 5.36 system |
200 | 2023-10-22T03:15:07.537Z | postgresql system 15 system |
201 | 2023-10-22T03:15:07.543Z | postgresql system 13 system |
202 | 2023-10-22T03:15:07.550Z | python vendor 3 vendor |
203 | 2023-10-22T03:15:07.556Z | python system 2 system |
204 | 2023-10-22T03:15:07.563Z | python3 system 3.11 system |
205 | 2023-10-22T03:15:07.568Z | ruby system 3.0 system |
206 | 2023-10-22T03:15:07.573Z | words vendor vendor american-english |
207 | 2023-10-22T03:15:07.578Z | words system system australian-english |
208 | 2023-10-22T03:15:07.583Z | words system system british-english |
209 | 2023-10-22T03:15:07.588Z | words system system canadian-english |
210 | 2023-10-22T03:15:07.593Z | words system system french |
211 | 2023-10-22T03:15:07.601Z | words system system italian |
212 | 2023-10-22T03:15:07.606Z | words system system ngerman |
213 | 2023-10-22T03:15:07.611Z | words system system ogerman |
214 | 2023-10-22T03:15:07.617Z | words system system spanish |
215 | 2023-10-22T03:15:07.627Z | FMRI IFO |
216 | 2023-10-22T03:15:07.638Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
217 | 2023-10-22T03:15:07.653Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
218 | 2023-10-22T03:15:08.072Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
219 | 2023-10-22T03:15:08.088Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
220 | 2023-10-22T03:15:08.103Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
221 | 2023-10-22T03:15:08.126Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
222 | 2023-10-22T03:15:08.138Z | + set -o errexit |
223 | 2023-10-22T03:15:08.155Z | +++ dirname ./tools/ci_download_cockroachdb |
224 | 2023-10-22T03:15:08.179Z | ++ cd ./tools |
225 | 2023-10-22T03:15:08.197Z | ++ pwd |
226 | 2023-10-22T03:15:08.214Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
227 | 2023-10-22T03:15:08.232Z | ++ basename ./tools/ci_download_cockroachdb |
228 | 2023-10-22T03:15:08.247Z | + ARG0=ci_download_cockroachdb |
229 | 2023-10-22T03:15:08.273Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
230 | 2023-10-22T03:15:08.299Z | + CIDL_VERSION=v22.1.9 |
231 | 2023-10-22T03:15:08.314Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
232 | 2023-10-22T03:15:08.328Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
233 | 2023-10-22T03:15:08.340Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
234 | 2023-10-22T03:15:08.358Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
235 | 2023-10-22T03:15:08.367Z | + TARGET_DIR=out |
236 | 2023-10-22T03:15:08.376Z | + DOWNLOAD_DIR=out/downloads |
237 | 2023-10-22T03:15:08.385Z | + DEST_DIR=./out/cockroachdb |
238 | 2023-10-22T03:15:08.393Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
239 | 2023-10-22T03:15:08.402Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
240 | 2023-10-22T03:15:08.416Z | + main |
241 | 2023-10-22T03:15:08.434Z | + [[ 0 != 0 ]] |
242 | 2023-10-22T03:15:08.442Z | + CIDL_OS=solaris2.11 |
243 | 2023-10-22T03:15:08.448Z | + [[ 0 != 0 ]] |
244 | 2023-10-22T03:15:08.456Z | + configure_os solaris2.11 |
245 | 2023-10-22T03:15:08.472Z | + echo 'current directory: /work/oxidecomputer/omicron' |
246 | 2023-10-22T03:15:08.488Z | current directory: /work/oxidecomputer/omicron |
247 | 2023-10-22T03:15:08.499Z | + echo 'configuring based on OS: "solaris2.11"' |
248 | 2023-10-22T03:15:08.911Z | configuring based on OS: "solaris2.11" |
249 | 2023-10-22T03:15:08.927Z | + case "$1" in |
250 | 2023-10-22T03:15:08.938Z | + CIDL_BUILD=illumos |
251 | 2023-10-22T03:15:08.948Z | + CIDL_SUFFIX=tar.gz |
252 | 2023-10-22T03:15:08.972Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
253 | 2023-10-22T03:15:08.986Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
254 | 2023-10-22T03:15:09.019Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
255 | 2023-10-22T03:15:09.030Z | + CIDL_MD5FUNC=do_md5sum |
256 | 2023-10-22T03:15:09.038Z | Downloading... |
257 | 2023-10-22T03:15:09.047Z | + CIDL_URL_BASE=https://illumos.org/downloads |
258 | 2023-10-22T03:15:09.060Z | + CIDL_ASSEMBLE=do_assemble_illumos |
259 | 2023-10-22T03:15:09.073Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
260 | 2023-10-22T03:15:09.085Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
261 | 2023-10-22T03:15:09.104Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-10-22T03:15:09.118Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
263 | 2023-10-22T03:15:09.137Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-10-22T03:15:09.152Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
265 | 2023-10-22T03:15:09.173Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
266 | 2023-10-22T03:15:09.185Z | + mkdir -p out/downloads |
267 | 2023-10-22T03:15:09.192Z | + mkdir -p ./out/cockroachdb |
268 | 2023-10-22T03:15:09.200Z | + local DO_DOWNLOAD=true |
269 | 2023-10-22T03:15:09.206Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
270 | 2023-10-22T03:15:09.220Z | + '[' true == true ']' |
271 | 2023-10-22T03:15:09.256Z | + echo Downloading... |
272 | 2023-10-22T03:15:09.265Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-10-22T03:15:09.271Z | + 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 |
274 | 2023-10-22T03:15:09.279Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-22T03:15:09.286Z | ++ md5sum |
276 | 2023-10-22T03:15:09.291Z | ++ awk '{print $1}' |
277 | 2023-10-22T03:15:09.295Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
278 | 2023-10-22T03:15:09.301Z | + [[ 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 ]] |
279 | 2023-10-22T03:15:09.307Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-10-22T03:15:09.311Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
281 | 2023-10-22T03:15:12.365Z | + do_assemble_illumos |
282 | 2023-10-22T03:15:12.382Z | + rm -r ./out/cockroachdb |
283 | 2023-10-22T03:15:12.434Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
284 | 2023-10-22T03:15:12.968Z | + ./out/cockroachdb/bin/cockroach version |
285 | 2023-10-22T03:15:13.199Z | Build Tag: v22.1.9-dirty |
286 | 2023-10-22T03:15:13.203Z | Build Time: 2022/10/26 21:17:46 |
287 | 2023-10-22T03:15:13.211Z | Distribution: OSS |
288 | 2023-10-22T03:15:13.217Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
289 | 2023-10-22T03:15:13.221Z | Go Version: go1.17.13 |
290 | 2023-10-22T03:15:13.225Z | C Compiler: gcc 10.3.0 |
291 | 2023-10-22T03:15:13.229Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
292 | 2023-10-22T03:15:13.233Z | Build Type: release |
293 | 2023-10-22T03:15:13.238Z | + set -o errexit |
294 | 2023-10-22T03:15:13.242Z | +++ dirname ./tools/ci_download_clickhouse |
295 | 2023-10-22T03:15:13.245Z | ++ cd ./tools |
296 | 2023-10-22T03:15:13.249Z | ++ pwd |
297 | 2023-10-22T03:15:13.253Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
298 | 2023-10-22T03:15:13.257Z | ++ basename ./tools/ci_download_clickhouse |
299 | 2023-10-22T03:15:13.262Z | + ARG0=ci_download_clickhouse |
300 | 2023-10-22T03:15:13.267Z | + TARGET_DIR=out |
301 | 2023-10-22T03:15:13.272Z | + DOWNLOAD_DIR=out/downloads |
302 | 2023-10-22T03:15:13.277Z | + DEST_DIR=./out/clickhouse |
303 | 2023-10-22T03:15:13.281Z | + CIDL_VERSION=v22.8.9.24 |
304 | 2023-10-22T03:15:13.284Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
305 | 2023-10-22T03:15:13.290Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
306 | 2023-10-22T03:15:13.298Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
307 | 2023-10-22T03:15:13.308Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
308 | 2023-10-22T03:15:13.312Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
309 | 2023-10-22T03:15:13.316Z | + main |
310 | 2023-10-22T03:15:13.320Z | + [[ 0 != 0 ]] |
311 | 2023-10-22T03:15:13.323Z | + CIDL_OS=solaris2.11 |
312 | 2023-10-22T03:15:13.326Z | + [[ 0 != 0 ]] |
313 | 2023-10-22T03:15:13.334Z | + configure_os solaris2.11 |
314 | 2023-10-22T03:15:13.339Z | + echo 'current directory: /work/oxidecomputer/omicron' |
315 | 2023-10-22T03:15:13.346Z | current directory: /work/oxidecomputer/omicron |
316 | 2023-10-22T03:15:13.354Z | + echo 'configuring based on OS: "solaris2.11"' |
317 | 2023-10-22T03:15:13.357Z | configuring based on OS: "solaris2.11" |
318 | 2023-10-22T03:15:13.361Z | + CIDL_DASHREV= |
319 | 2023-10-22T03:15:13.365Z | + case "$1" in |
320 | 2023-10-22T03:15:13.369Z | + CIDL_PLATFORM=illumos |
321 | 2023-10-22T03:15:13.374Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
322 | 2023-10-22T03:15:13.379Z | + CIDL_MD5FUNC=do_md5sum |
323 | 2023-10-22T03:15:13.383Z | + CIDL_DASHREV=-1 |
324 | 2023-10-22T03:15:13.386Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
325 | 2023-10-22T03:15:13.393Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-10-22T03:15:13.397Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-22T03:15:13.402Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-22T03:15:13.405Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
329 | 2023-10-22T03:15:13.409Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-10-22T03:15:13.413Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
331 | 2023-10-22T03:15:13.417Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
332 | 2023-10-22T03:15:13.421Z | + mkdir -p out/downloads |
333 | 2023-10-22T03:15:13.430Z | + mkdir -p ./out/clickhouse |
334 | 2023-10-22T03:15:13.440Z | + local DO_DOWNLOAD=true |
335 | 2023-10-22T03:15:13.863Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
336 | 2023-10-22T03:15:13.870Z | + '[' true == true ']' |
337 | 2023-10-22T03:15:13.880Z | + echo Downloading... |
338 | 2023-10-22T03:15:13.889Z | Downloading... |
339 | 2023-10-22T03:15:13.900Z | + 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 |
340 | 2023-10-22T03:15:13.912Z | + 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 |
341 | 2023-10-22T03:15:14.773Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-10-22T03:15:14.796Z | ++ md5sum |
343 | 2023-10-22T03:15:14.810Z | ++ awk '{print $1}' |
344 | 2023-10-22T03:15:15.041Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
345 | 2023-10-22T03:15:15.055Z | + [[ 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 ]] |
346 | 2023-10-22T03:15:15.067Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
347 | 2023-10-22T03:15:15.076Z | + mkdir -p ./out/clickhouse |
348 | 2023-10-22T03:15:15.085Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
349 | 2023-10-22T03:15:20.288Z | + ./out/clickhouse/clickhouse server --version |
350 | 2023-10-22T03:15:20.331Z | ClickHouse server version 22.8.9.1. |
351 | 2023-10-22T03:15:20.354Z | + set -o errexit |
352 | 2023-10-22T03:15:20.367Z | +++ dirname ./tools/ci_download_console |
353 | 2023-10-22T03:15:20.389Z | ++ cd ./tools |
354 | 2023-10-22T03:15:20.401Z | ++ pwd |
355 | 2023-10-22T03:15:20.417Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
356 | 2023-10-22T03:15:20.454Z | ++ basename ./tools/ci_download_console |
357 | 2023-10-22T03:15:20.459Z | + ARG0=ci_download_console |
358 | 2023-10-22T03:15:20.473Z | + TARGET_DIR=out |
359 | 2023-10-22T03:15:20.487Z | + DOWNLOAD_DIR=out/downloads |
360 | 2023-10-22T03:15:20.502Z | + DEST_DIR=./out/console-assets |
361 | 2023-10-22T03:15:20.518Z | + source /work/oxidecomputer/omicron/tools/console_version |
362 | 2023-10-22T03:15:20.531Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
363 | 2023-10-22T03:15:20.537Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
364 | 2023-10-22T03:15:20.541Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
365 | 2023-10-22T03:15:20.546Z | + TARBALL_FILE=out/downloads/console.tar.gz |
366 | 2023-10-22T03:15:20.551Z | + main |
367 | 2023-10-22T03:15:20.555Z | + [[ 0 != 0 ]] |
368 | 2023-10-22T03:15:20.560Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
369 | 2023-10-22T03:15:20.568Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
370 | 2023-10-22T03:15:20.581Z | + echo 'Local file: out/downloads/console.tar.gz' |
371 | 2023-10-22T03:15:20.601Z | Local file: out/downloads/console.tar.gz |
372 | 2023-10-22T03:15:20.609Z | + local DO_DOWNLOAD=true |
373 | 2023-10-22T03:15:20.625Z | + [[ -f out/downloads/console.tar.gz ]] |
374 | 2023-10-22T03:15:20.634Z | + mkdir -p out/downloads |
375 | 2023-10-22T03:15:21.058Z | + '[' true == true ']' |
376 | 2023-10-22T03:15:21.066Z | + echo Downloading... |
377 | 2023-10-22T03:15:21.097Z | Downloading... |
378 | 2023-10-22T03:15:21.125Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
379 | 2023-10-22T03:15:21.138Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
380 | 2023-10-22T03:15:21.146Z | ++ do_sha256sum out/downloads/console.tar.gz |
381 | 2023-10-22T03:15:21.155Z | ++ case "$OSTYPE" in |
382 | 2023-10-22T03:15:21.164Z | ++ SHA=sha256sum |
383 | 2023-10-22T03:15:21.179Z | ++ sha256sum |
384 | 2023-10-22T03:15:21.185Z | ++ awk '{print $1}' |
385 | 2023-10-22T03:15:21.195Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
386 | 2023-10-22T03:15:21.205Z | + [[ 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 ]] |
387 | 2023-10-22T03:15:21.216Z | + rm -rf ./out/console-assets |
388 | 2023-10-22T03:15:21.224Z | + mkdir -p ./out/console-assets |
389 | 2023-10-22T03:15:21.231Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
390 | 2023-10-22T03:15:21.239Z | + mkdir -p ./out/console-assets |
391 | 2023-10-22T03:15:21.246Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
392 | 2023-10-22T03:15:21.253Z | + set -o errexit |
393 | 2023-10-22T03:15:21.266Z | +++ dirname ./tools/ci_download_maghemite_openapi |
394 | 2023-10-22T03:15:21.275Z | ++ cd ./tools |
395 | 2023-10-22T03:15:21.280Z | ++ pwd |
396 | 2023-10-22T03:15:21.286Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
397 | 2023-10-22T03:15:21.290Z | ++ basename ./tools/ci_download_maghemite_openapi |
398 | 2023-10-22T03:15:21.294Z | + ARG0=ci_download_maghemite_openapi |
399 | 2023-10-22T03:15:21.297Z | + TARGET_DIR=out |
400 | 2023-10-22T03:15:21.301Z | + DOWNLOAD_DIR=out/downloads |
401 | 2023-10-22T03:15:21.305Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
402 | 2023-10-22T03:15:21.315Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
403 | 2023-10-22T03:15:21.321Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
404 | 2023-10-22T03:15:21.328Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
405 | 2023-10-22T03:15:21.332Z | + LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
406 | 2023-10-22T03:15:21.337Z | + main |
407 | 2023-10-22T03:15:21.344Z | + [[ 0 != 0 ]] |
408 | 2023-10-22T03:15:21.348Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json' |
409 | 2023-10-22T03:15:21.353Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
410 | 2023-10-22T03:15:21.360Z | + echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json' |
411 | 2023-10-22T03:15:21.364Z | Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
412 | 2023-10-22T03:15:21.373Z | + local DO_DOWNLOAD=true |
413 | 2023-10-22T03:15:21.383Z | + [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
414 | 2023-10-22T03:15:21.799Z | + mkdir -p out/downloads |
415 | 2023-10-22T03:15:21.816Z | + '[' true == true ']' |
416 | 2023-10-22T03:15:21.845Z | + echo Downloading... |
417 | 2023-10-22T03:15:21.858Z | Downloading... |
418 | 2023-10-22T03:15:21.876Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
419 | 2023-10-22T03:15:21.899Z | + 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 |
420 | 2023-10-22T03:15:21.905Z | ++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
421 | 2023-10-22T03:15:21.911Z | ++ case "$OSTYPE" in |
422 | 2023-10-22T03:15:21.924Z | ++ SHA=sha256sum |
423 | 2023-10-22T03:15:22.015Z | ++ sha256sum |
424 | 2023-10-22T03:15:22.046Z | ++ awk '{print $1}' |
425 | 2023-10-22T03:15:22.881Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
426 | 2023-10-22T03:15:22.908Z | + [[ 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 ]] |
427 | 2023-10-22T03:15:22.936Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
428 | 2023-10-22T03:15:22.949Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
429 | 2023-10-22T03:15:22.966Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
430 | 2023-10-22T03:15:22.982Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
431 | 2023-10-22T03:15:23.408Z | + LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
432 | 2023-10-22T03:15:23.418Z | + main |
433 | 2023-10-22T03:15:23.446Z | + [[ 0 != 0 ]] |
434 | 2023-10-22T03:15:23.867Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json' |
435 | 2023-10-22T03:15:24.692Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
436 | 2023-10-22T03:15:24.707Z | + echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json' |
437 | 2023-10-22T03:15:24.713Z | Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
438 | 2023-10-22T03:15:24.741Z | + local DO_DOWNLOAD=true |
439 | 2023-10-22T03:15:24.762Z | + [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
440 | 2023-10-22T03:15:24.785Z | + mkdir -p out/downloads |
441 | 2023-10-22T03:15:25.210Z | + '[' true == true ']' |
442 | 2023-10-22T03:15:25.232Z | + echo Downloading... |
443 | 2023-10-22T03:15:25.243Z | Downloading... |
444 | 2023-10-22T03:15:25.267Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
445 | 2023-10-22T03:15:25.280Z | + 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 |
446 | 2023-10-22T03:15:25.299Z | ++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
447 | 2023-10-22T03:15:25.325Z | ++ case "$OSTYPE" in |
448 | 2023-10-22T03:15:25.342Z | ++ SHA=sha256sum |
449 | 2023-10-22T03:15:25.350Z | ++ sha256sum |
450 | 2023-10-22T03:15:25.358Z | ++ awk '{print $1}' |
451 | 2023-10-22T03:15:25.368Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
452 | 2023-10-22T03:15:25.375Z | + [[ 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 ]] |
453 | 2023-10-22T03:15:25.383Z | + set -o errexit |
454 | 2023-10-22T03:15:25.391Z | +++ dirname ./tools/ci_download_dendrite_openapi |
455 | 2023-10-22T03:15:25.397Z | ++ cd ./tools |
456 | 2023-10-22T03:15:25.405Z | ++ pwd |
457 | 2023-10-22T03:15:25.414Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
458 | 2023-10-22T03:15:25.439Z | ++ basename ./tools/ci_download_dendrite_openapi |
459 | 2023-10-22T03:15:25.450Z | + ARG0=ci_download_dendrite_openapi |
460 | 2023-10-22T03:15:25.455Z | + TARGET_DIR=out |
461 | 2023-10-22T03:15:25.466Z | + DOWNLOAD_DIR=out/downloads |
462 | 2023-10-22T03:15:25.482Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
463 | 2023-10-22T03:15:25.495Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
464 | 2023-10-22T03:15:25.502Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
465 | 2023-10-22T03:15:25.508Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
466 | 2023-10-22T03:15:25.514Z | + LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
467 | 2023-10-22T03:15:25.520Z | + main |
468 | 2023-10-22T03:15:25.530Z | + [[ 0 != 0 ]] |
469 | 2023-10-22T03:15:25.539Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json' |
470 | 2023-10-22T03:15:25.551Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
471 | 2023-10-22T03:15:25.557Z | + echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json' |
472 | 2023-10-22T03:15:25.567Z | Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
473 | 2023-10-22T03:15:25.976Z | + local DO_DOWNLOAD=true |
474 | 2023-10-22T03:15:25.980Z | + [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]] |
475 | 2023-10-22T03:15:25.984Z | + mkdir -p out/downloads |
476 | 2023-10-22T03:15:25.991Z | + '[' true == true ']' |
477 | 2023-10-22T03:15:26.004Z | + echo Downloading... |
478 | 2023-10-22T03:15:26.011Z | Downloading... |
479 | 2023-10-22T03:15:26.020Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
480 | 2023-10-22T03:15:26.039Z | + 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 |
481 | 2023-10-22T03:15:26.051Z | ++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
482 | 2023-10-22T03:15:26.062Z | ++ case "$OSTYPE" in |
483 | 2023-10-22T03:15:26.070Z | ++ SHA=sha256sum |
484 | 2023-10-22T03:15:26.085Z | ++ sha256sum |
485 | 2023-10-22T03:15:26.093Z | current directory: /work/oxidecomputer/omicron |
486 | 2023-10-22T03:15:26.103Z | ++ awk '{print $1}' |
487 | 2023-10-22T03:15:26.120Z | configuring based on OS: "solaris2.11" |
488 | 2023-10-22T03:15:26.147Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
489 | 2023-10-22T03:15:26.578Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
490 | 2023-10-22T03:15:26.584Z | + [[ 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 ]] |
491 | 2023-10-22T03:15:26.590Z | Local file: out/downloads/dendrite-stub.tar.gz |
492 | 2023-10-22T03:15:26.596Z | + set -o errexit |
493 | 2023-10-22T03:15:26.600Z | Downloading... |
494 | 2023-10-22T03:15:26.606Z | +++ dirname ./tools/ci_download_dendrite_stub |
495 | 2023-10-22T03:15:26.627Z | ++ cd ./tools |
496 | 2023-10-22T03:15:26.643Z | ++ pwd |
497 | 2023-10-22T03:15:26.656Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
498 | 2023-10-22T03:15:27.078Z | ++ basename ./tools/ci_download_dendrite_stub |
499 | 2023-10-22T03:15:27.085Z | + ARG0=ci_download_dendrite_stub |
500 | 2023-10-22T03:15:27.098Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
501 | 2023-10-22T03:15:27.123Z | ++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
502 | 2023-10-22T03:15:27.562Z | ++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51 |
503 | 2023-10-22T03:15:27.985Z | ++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba |
504 | 2023-10-22T03:15:27.993Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
505 | 2023-10-22T03:15:28.006Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
506 | 2023-10-22T03:15:28.032Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
507 | 2023-10-22T03:15:28.047Z | + TARGET_DIR=out |
508 | 2023-10-22T03:15:28.469Z | + DOWNLOAD_DIR=out/downloads |
509 | 2023-10-22T03:15:28.475Z | + DEST_DIR=./out/dendrite-stub |
510 | 2023-10-22T03:15:28.490Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
511 | 2023-10-22T03:15:28.498Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
512 | 2023-10-22T03:15:28.507Z | + REPO=oxidecomputer/dendrite |
513 | 2023-10-22T03:15:28.516Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686 |
514 | 2023-10-22T03:15:28.525Z | + main |
515 | 2023-10-22T03:15:28.543Z | + [[ 0 != 0 ]] |
516 | 2023-10-22T03:15:28.563Z | + CIDL_OS=solaris2.11 |
517 | 2023-10-22T03:15:28.992Z | + [[ 0 != 0 ]] |
518 | 2023-10-22T03:15:28.999Z | + configure_os solaris2.11 |
519 | 2023-10-22T03:15:29.006Z | + echo 'current directory: /work/oxidecomputer/omicron' |
520 | 2023-10-22T03:15:29.018Z | + echo 'configuring based on OS: "solaris2.11"' |
521 | 2023-10-22T03:15:29.032Z | + case "$1" in |
522 | 2023-10-22T03:15:29.049Z | + SET_BINARIES= |
523 | 2023-10-22T03:15:29.062Z | + CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
524 | 2023-10-22T03:15:29.083Z | + CIDL_SHA256FUNC=do_sha256sum |
525 | 2023-10-22T03:15:29.096Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
526 | 2023-10-22T03:15:29.508Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
527 | 2023-10-22T03:15:29.515Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
528 | 2023-10-22T03:15:29.528Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz' |
529 | 2023-10-22T03:15:29.947Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
530 | 2023-10-22T03:15:29.955Z | + mkdir -p out/downloads |
531 | 2023-10-22T03:15:29.972Z | + mkdir -p ./out/dendrite-stub |
532 | 2023-10-22T03:15:30.388Z | + fetch_and_verify |
533 | 2023-10-22T03:15:30.397Z | + local DO_DOWNLOAD=true |
534 | 2023-10-22T03:15:30.405Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
535 | 2023-10-22T03:15:30.414Z | + '[' true == true ']' |
536 | 2023-10-22T03:15:30.450Z | + echo Downloading... |
537 | 2023-10-22T03:15:30.894Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
538 | 2023-10-22T03:15:30.925Z | + 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 |
539 | 2023-10-22T03:15:46.645Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
540 | 2023-10-22T03:15:46.655Z | ++ sha256sum |
541 | 2023-10-22T03:15:46.662Z | ++ awk '{print $1}' |
542 | 2023-10-22T03:15:46.734Z | + calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
543 | 2023-10-22T03:15:46.738Z | + [[ 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 ]] |
544 | 2023-10-22T03:15:46.743Z | + do_untar out/downloads/dendrite-stub.tar.gz |
545 | 2023-10-22T03:15:46.746Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
546 | 2023-10-22T03:15:47.710Z | + do_assemble |
547 | 2023-10-22T03:15:47.723Z | + rm -r ./out/dendrite-stub |
548 | 2023-10-22T03:15:47.734Z | + mkdir ./out/dendrite-stub |
549 | 2023-10-22T03:15:47.741Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
550 | 2023-10-22T03:15:47.829Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
551 | 2023-10-22T03:15:47.837Z | + set -o errexit |
552 | 2023-10-22T03:15:47.849Z | +++ dirname ./tools/ci_download_maghemite_mgd |
553 | 2023-10-22T03:15:47.858Z | ++ cd ./tools |
554 | 2023-10-22T03:15:47.879Z | ++ pwd |
555 | 2023-10-22T03:15:47.890Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
556 | 2023-10-22T03:15:47.896Z | ++ basename ./tools/ci_download_maghemite_mgd |
557 | 2023-10-22T03:15:47.904Z | + ARG0=ci_download_maghemite_mgd |
558 | 2023-10-22T03:15:47.912Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
559 | 2023-10-22T03:15:47.919Z | ++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
560 | 2023-10-22T03:15:47.924Z | ++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d |
561 | 2023-10-22T03:15:47.934Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
562 | 2023-10-22T03:15:47.948Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
563 | 2023-10-22T03:15:47.957Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
564 | 2023-10-22T03:15:47.970Z | + TARGET_DIR=out |
565 | 2023-10-22T03:15:47.986Z | + DOWNLOAD_DIR=out/downloads |
566 | 2023-10-22T03:15:48.003Z | + DEST_DIR=./out/mgd |
567 | 2023-10-22T03:15:48.015Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
568 | 2023-10-22T03:15:48.024Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
569 | 2023-10-22T03:15:48.039Z | + REPO=oxidecomputer/maghemite |
570 | 2023-10-22T03:15:48.052Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a |
571 | 2023-10-22T03:15:48.066Z | + main |
572 | 2023-10-22T03:15:48.084Z | + [[ 0 != 0 ]] |
573 | 2023-10-22T03:15:48.088Z | + CIDL_OS=solaris2.11 |
574 | 2023-10-22T03:15:48.095Z | + [[ 0 != 0 ]] |
575 | 2023-10-22T03:15:48.098Z | + configure_os solaris2.11 |
576 | 2023-10-22T03:15:48.102Z | + echo 'current directory: /work/oxidecomputer/omicron' |
577 | 2023-10-22T03:15:48.105Z | current directory: /work/oxidecomputer/omicron |
578 | 2023-10-22T03:15:48.109Z | + echo 'configuring based on OS: "solaris2.11"' |
579 | 2023-10-22T03:15:48.112Z | configuring based on OS: "solaris2.11" |
580 | 2023-10-22T03:15:48.116Z | + case "$1" in |
581 | 2023-10-22T03:15:48.121Z | + SET_BINARIES= |
582 | 2023-10-22T03:15:48.135Z | + CIDL_SHA256FUNC=do_sha256sum |
583 | 2023-10-22T03:15:48.557Z | + TARBALL_FILENAME=mgd.tar.gz |
584 | 2023-10-22T03:15:48.965Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
585 | 2023-10-22T03:15:48.968Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
586 | 2023-10-22T03:15:48.972Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz' |
587 | 2023-10-22T03:15:48.986Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
588 | 2023-10-22T03:15:48.993Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
589 | 2023-10-22T03:15:49.001Z | Local file: out/downloads/mgd.tar.gz |
590 | 2023-10-22T03:15:49.011Z | + mkdir -p out/downloads |
591 | 2023-10-22T03:15:49.020Z | + mkdir -p ./out/mgd |
592 | 2023-10-22T03:15:49.033Z | + fetch_and_verify |
593 | 2023-10-22T03:15:49.042Z | + local DO_DOWNLOAD=true |
594 | 2023-10-22T03:15:49.055Z | + [[ -f out/downloads/mgd.tar.gz ]] |
595 | 2023-10-22T03:15:49.068Z | + '[' true == true ']' |
596 | 2023-10-22T03:15:49.073Z | + echo Downloading... |
597 | 2023-10-22T03:15:49.082Z | Downloading... |
598 | 2023-10-22T03:15:49.087Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz |
599 | 2023-10-22T03:15:49.090Z | + 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 |
600 | 2023-10-22T03:15:56.501Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
601 | 2023-10-22T03:15:56.504Z | ++ sha256sum |
602 | 2023-10-22T03:15:56.507Z | ++ awk '{print $1}' |
603 | 2023-10-22T03:15:56.580Z | + calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
604 | 2023-10-22T03:15:56.583Z | + [[ 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 ]] |
605 | 2023-10-22T03:15:56.587Z | + do_untar out/downloads/mgd.tar.gz |
606 | 2023-10-22T03:15:56.591Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
607 | 2023-10-22T03:15:57.292Z | + do_assemble |
608 | 2023-10-22T03:15:57.298Z | + rm -r ./out/mgd |
609 | 2023-10-22T03:15:57.304Z | + mkdir ./out/mgd |
610 | 2023-10-22T03:15:57.310Z | + cp -r out/downloads/root ./out/mgd/root |
611 | 2023-10-22T03:15:57.488Z | + set -o errexit |
612 | 2023-10-22T03:15:57.509Z | +++ dirname ./tools/ci_download_transceiver_control |
613 | 2023-10-22T03:15:57.522Z | ++ cd ./tools |
614 | 2023-10-22T03:15:57.540Z | ++ pwd |
615 | 2023-10-22T03:15:57.551Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
616 | 2023-10-22T03:15:58.395Z | ++ basename ./tools/ci_download_transceiver_control |
617 | 2023-10-22T03:15:58.400Z | + ARG0=ci_download_transceiver_control |
618 | 2023-10-22T03:15:58.408Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
619 | 2023-10-22T03:15:58.416Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
620 | 2023-10-22T03:15:58.423Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
621 | 2023-10-22T03:15:58.431Z | + TARGET_DIR=out |
622 | 2023-10-22T03:15:58.443Z | + DOWNLOAD_DIR=out/downloads |
623 | 2023-10-22T03:15:58.452Z | + DEST_DIR=./out/transceiver-control |
624 | 2023-10-22T03:15:58.458Z | + BIN_DIR=/opt/oxide/bin |
625 | 2023-10-22T03:15:58.466Z | + BINARY=xcvradm |
626 | 2023-10-22T03:15:58.474Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
627 | 2023-10-22T03:15:58.486Z | + REPO=oxidecomputer/transceiver-control |
628 | 2023-10-22T03:15:58.491Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
629 | 2023-10-22T03:15:58.496Z | + main |
630 | 2023-10-22T03:15:58.502Z | + [[ 0 != 0 ]] |
631 | 2023-10-22T03:15:58.509Z | + CIDL_OS=solaris2.11 |
632 | 2023-10-22T03:15:58.515Z | + [[ 0 != 0 ]] |
633 | 2023-10-22T03:15:58.522Z | + configure_os solaris2.11 |
634 | 2023-10-22T03:15:58.537Z | + echo 'current directory: /work/oxidecomputer/omicron' |
635 | 2023-10-22T03:15:58.542Z | current directory: /work/oxidecomputer/omicron |
636 | 2023-10-22T03:15:58.548Z | + echo 'configuring based on OS: "solaris2.11"' |
637 | 2023-10-22T03:15:58.557Z | configuring based on OS: "solaris2.11" |
638 | 2023-10-22T03:15:58.562Z | + case "$1" in |
639 | 2023-10-22T03:15:58.570Z | + SET_BINARIES= |
640 | 2023-10-22T03:15:58.577Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
641 | 2023-10-22T03:15:58.582Z | + CIDL_SHA256FUNC=do_sha256sum |
642 | 2023-10-22T03:15:58.586Z | + ARCHIVE_FILENAME=xcvradm.gz |
643 | 2023-10-22T03:15:58.590Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
644 | 2023-10-22T03:15:58.593Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
645 | 2023-10-22T03:15:58.597Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
646 | 2023-10-22T03:15:58.600Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
647 | 2023-10-22T03:15:58.605Z | + echo 'Local file: out/downloads/xcvradm.gz' |
648 | 2023-10-22T03:15:58.608Z | Local file: out/downloads/xcvradm.gz |
649 | 2023-10-22T03:15:58.613Z | + mkdir -p out/downloads |
650 | 2023-10-22T03:15:58.623Z | + mkdir -p ./out/transceiver-control |
651 | 2023-10-22T03:15:58.628Z | + fetch_and_verify |
652 | 2023-10-22T03:15:58.635Z | + local DO_DOWNLOAD=true |
653 | 2023-10-22T03:15:58.639Z | + [[ -f out/downloads/xcvradm.gz ]] |
654 | 2023-10-22T03:15:58.643Z | + '[' true == true ']' |
655 | 2023-10-22T03:15:58.647Z | + echo Downloading... |
656 | 2023-10-22T03:15:58.651Z | Downloading... |
657 | 2023-10-22T03:15:58.659Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
658 | 2023-10-22T03:15:58.664Z | + 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 |
659 | 2023-10-22T03:16:01.033Z | ++ do_sha256sum out/downloads/xcvradm.gz |
660 | 2023-10-22T03:16:01.051Z | ++ sha256sum |
661 | 2023-10-22T03:16:01.465Z | ++ awk '{print $1}' |
662 | 2023-10-22T03:16:01.478Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
663 | 2023-10-22T03:16:01.487Z | + [[ 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 ]] |
664 | 2023-10-22T03:16:01.497Z | + do_unpack out/downloads/xcvradm.gz |
665 | 2023-10-22T03:16:01.514Z | + mkdir -p out/downloads/root//opt/oxide/bin |
666 | 2023-10-22T03:16:01.538Z | + gzip -dc out/downloads/xcvradm.gz |
667 | 2023-10-22T03:16:01.956Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
668 | 2023-10-22T03:16:01.959Z | + do_assemble |
669 | 2023-10-22T03:16:01.962Z | + rm -r ./out/transceiver-control |
670 | 2023-10-22T03:16:01.968Z | + mkdir ./out/transceiver-control |
671 | 2023-10-22T03:16:01.996Z | + cp -r out/downloads/root ./out/transceiver-control/root |
672 | 2023-10-22T03:16:02.427Z | All prerequisites installed successfully |
673 | 2023-10-22T03:16:02.852Z | |
674 | 2023-10-22T03:16:02.859Z | real 2:49.642679039 |
675 | 2023-10-22T03:16:02.862Z | user 51.364441151 |
676 | 2023-10-22T03:16:03.310Z | sys 10.591569170 |
677 | 2023-10-22T03:16:03.316Z | trap 0.022277645 |
678 | 2023-10-22T03:16:03.321Z | tflt 0.141750476 |
679 | 2023-10-22T03:16:03.327Z | dflt 0.445249279 |
680 | 2023-10-22T03:16:03.334Z | kflt 0.122896864 |
681 | 2023-10-22T03:16:03.340Z | lock 1.645033708 |
682 | 2023-10-22T03:16:03.346Z | slp 5:43.189896336 |
683 | 2023-10-22T03:16:03.351Z | lat 4.133382201 |
684 | 2023-10-22T03:16:03.763Z | stop 0.067059025 |
685 | 2023-10-22T03:16:03.768Z | + banner end-to-end-tests |
686 | 2023-10-22T03:16:03.780Z | |
687 | 2023-10-22T03:16:03.783Z | ###### # # ##### ##### #### ###### # # ##### |
688 | 2023-10-22T03:16:04.197Z | # ## # # # # # # # ## # # # |
689 | 2023-10-22T03:16:04.207Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
690 | 2023-10-22T03:16:04.216Z | # # # # # # # # # # # # # # # |
691 | 2023-10-22T03:16:04.228Z | # # ## # # # # # # # ## # # |
692 | 2023-10-22T03:16:04.644Z | ###### # # ##### # #### ###### # # ##### |
693 | 2023-10-22T03:16:05.061Z | |
694 | 2023-10-22T03:16:05.069Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
695 | 2023-10-22T03:16:05.084Z | + CARGO_PROFILE_DEV_DEBUG=1 |
696 | 2023-10-22T03:16:05.104Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
697 | 2023-10-22T03:16:05.123Z | + CARGO_PROFILE_TEST_DEBUG=1 |
698 | 2023-10-22T03:16:05.952Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
699 | 2023-10-22T03:16:05.958Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
700 | 2023-10-22T03:16:05.961Z | Updating crates.io index |
701 | 2023-10-22T03:16:05.964Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
702 | 2023-10-22T03:16:05.967Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
703 | 2023-10-22T03:16:05.970Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
704 | 2023-10-22T03:16:05.974Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
705 | 2023-10-22T03:16:06.081Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
706 | 2023-10-22T03:16:06.404Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
707 | 2023-10-22T03:16:06.717Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
708 | 2023-10-22T03:16:07.584Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
709 | 2023-10-22T03:16:09.383Z | Updating git repository `https://github.com/oxidecomputer/opte` |
710 | 2023-10-22T03:16:10.390Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
711 | 2023-10-22T03:16:10.759Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
712 | 2023-10-22T03:16:11.079Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
713 | 2023-10-22T03:16:11.657Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
714 | 2023-10-22T03:16:11.990Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
715 | 2023-10-22T03:16:12.467Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
716 | 2023-10-22T03:16:12.748Z | Updating git repository `https://github.com/njaremko/samael` |
717 | 2023-10-22T03:16:13.436Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
718 | 2023-10-22T03:16:14.035Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
719 | 2023-10-22T03:16:14.781Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
720 | 2023-10-22T03:16:14.785Z | Updating git repository `https://github.com/jgallagher/nix` |
721 | 2023-10-22T03:16:15.969Z | Updating git repository `https://github.com/cbiffle/hubpack` |
722 | 2023-10-22T03:16:16.369Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
723 | 2023-10-22T03:16:25.963Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
724 | 2023-10-22T03:16:26.444Z | Updating git repository `https://github.com/oxidecomputer/typify` |
725 | 2023-10-22T03:16:27.427Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
726 | 2023-10-22T03:16:27.825Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
727 | 2023-10-22T03:16:28.177Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
728 | 2023-10-22T03:16:29.945Z | Downloading crates ... |
729 | 2023-10-22T03:16:30.252Z | Downloaded adler v1.0.2 |
730 | 2023-10-22T03:16:30.269Z | Downloaded new_debug_unreachable v1.0.4 |
731 | 2023-10-22T03:16:30.272Z | Downloaded num-derive v0.4.0 |
732 | 2023-10-22T03:16:30.276Z | Downloaded mime v0.3.17 |
733 | 2023-10-22T03:16:30.280Z | Downloaded normalize-line-endings v0.3.0 |
734 | 2023-10-22T03:16:30.283Z | Downloaded md5 v0.7.0 |
735 | 2023-10-22T03:16:30.286Z | Downloaded mime_guess v2.0.4 |
736 | 2023-10-22T03:16:30.290Z | Downloaded memoffset v0.9.0 |
737 | 2023-10-22T03:16:30.293Z | Downloaded native-tls v0.2.11 |
738 | 2023-10-22T03:16:30.296Z | Downloaded poly1305 v0.8.0 |
739 | 2023-10-22T03:16:30.299Z | Downloaded opaque-debug v0.3.0 |
740 | 2023-10-22T03:16:30.306Z | Downloaded openssl-probe v0.1.5 |
741 | 2023-10-22T03:16:30.310Z | Downloaded precomputed-hash v0.1.1 |
742 | 2023-10-22T03:16:30.313Z | Downloaded postcard v0.7.3 |
743 | 2023-10-22T03:16:30.719Z | Downloaded anstyle v1.0.2 |
744 | 2023-10-22T03:16:31.129Z | Downloaded anstyle-query v1.0.0 |
745 | 2023-10-22T03:16:31.132Z | Downloaded num v0.4.1 |
746 | 2023-10-22T03:16:31.136Z | Downloaded atomicwrites v0.4.2 |
747 | 2023-10-22T03:16:31.139Z | Downloaded async-stream v0.3.5 |
748 | 2023-10-22T03:16:31.143Z | Downloaded convert_case v0.4.0 |
749 | 2023-10-22T03:16:31.147Z | Downloaded option-ext v0.2.0 |
750 | 2023-10-22T03:16:31.151Z | Downloaded addr2line v0.21.0 |
751 | 2023-10-22T03:16:31.154Z | Downloaded anstyle-parse v0.2.1 |
752 | 2023-10-22T03:16:31.157Z | Downloaded aead v0.5.2 |
753 | 2023-10-22T03:16:31.574Z | Downloaded num-complex v0.4.4 |
754 | 2023-10-22T03:16:31.579Z | Downloaded parse-display v0.7.0 |
755 | 2023-10-22T03:16:31.586Z | Downloaded linked-hash-map v0.5.6 |
756 | 2023-10-22T03:16:31.590Z | Downloaded const-oid v0.9.5 |
757 | 2023-10-22T03:16:31.594Z | Downloaded openssl-sys v0.9.93 |
758 | 2023-10-22T03:16:31.599Z | Downloaded pbkdf2 v0.11.0 |
759 | 2023-10-22T03:16:31.605Z | Downloaded macaddr v1.0.1 |
760 | 2023-10-22T03:16:31.613Z | Downloaded phf_shared v0.10.0 |
761 | 2023-10-22T03:16:31.618Z | Downloaded console v0.15.7 |
762 | 2023-10-22T03:16:31.622Z | Downloaded crossbeam-utils v0.8.16 |
763 | 2023-10-22T03:16:31.627Z | Downloaded phf v0.11.2 |
764 | 2023-10-22T03:16:32.039Z | Downloaded pkcs8 v0.10.2 |
765 | 2023-10-22T03:16:32.042Z | Downloaded platforms v3.0.2 |
766 | 2023-10-22T03:16:32.046Z | Downloaded bit-set v0.5.3 |
767 | 2023-10-22T03:16:32.051Z | Downloaded aes-gcm-siv v0.11.1 |
768 | 2023-10-22T03:16:32.055Z | Downloaded byteorder v1.4.3 |
769 | 2023-10-22T03:16:32.058Z | Downloaded ppv-lite86 v0.2.17 |
770 | 2023-10-22T03:16:32.062Z | Downloaded match_cfg v0.1.0 |
771 | 2023-10-22T03:16:32.065Z | Downloaded libefi-sys v0.1.0 |
772 | 2023-10-22T03:16:32.069Z | Downloaded proc-macro-error-attr v1.0.4 |
773 | 2023-10-22T03:16:32.075Z | Downloaded lock_api v0.4.10 |
774 | 2023-10-22T03:16:32.078Z | Downloaded ascii v1.1.0 |
775 | 2023-10-22T03:16:32.083Z | Downloaded r2d2 v0.8.10 |
776 | 2023-10-22T03:16:32.086Z | Downloaded blowfish v0.9.1 |
777 | 2023-10-22T03:16:32.090Z | Downloaded quote v1.0.33 |
778 | 2023-10-22T03:16:32.093Z | Downloaded petgraph v0.6.4 |
779 | 2023-10-22T03:16:32.096Z | Downloaded crypto-common v0.1.6 |
780 | 2023-10-22T03:16:32.099Z | Downloaded parse-display-derive v0.7.0 |
781 | 2023-10-22T03:16:32.102Z | Downloaded blake2 v0.10.6 |
782 | 2023-10-22T03:16:32.104Z | Downloaded usdt-attr-macro v0.3.5 |
783 | 2023-10-22T03:16:32.107Z | Downloaded tower-service v0.3.2 |
784 | 2023-10-22T03:16:32.110Z | Downloaded log v0.4.20 |
785 | 2023-10-22T03:16:32.520Z | Downloaded want v0.3.1 |
786 | 2023-10-22T03:16:32.528Z | Downloaded ciborium v0.2.1 |
787 | 2023-10-22T03:16:32.531Z | Downloaded bzip2 v0.4.4 |
788 | 2023-10-22T03:16:32.534Z | Downloaded thread-id v4.2.0 |
789 | 2023-10-22T03:16:32.537Z | Downloaded atomic-waker v1.1.1 |
790 | 2023-10-22T03:16:33.544Z | Downloaded deranged v0.3.8 |
791 | 2023-10-22T03:16:33.548Z | Downloaded wyz v0.5.1 |
792 | 2023-10-22T03:16:33.551Z | Downloaded jobserver v0.1.26 |
793 | 2023-10-22T03:16:33.554Z | Downloaded difflib v0.4.0 |
794 | 2023-10-22T03:16:33.557Z | Downloaded clap_derive v4.4.2 |
795 | 2023-10-22T03:16:33.560Z | Downloaded filetime v0.2.22 |
796 | 2023-10-22T03:16:33.563Z | Downloaded parking_lot v0.12.1 |
797 | 2023-10-22T03:16:33.969Z | Downloaded waitgroup v0.1.2 |
798 | 2023-10-22T03:16:33.973Z | Downloaded rand_core v0.5.1 |
799 | 2023-10-22T03:16:33.976Z | Downloaded tokio-stream v0.1.14 |
800 | 2023-10-22T03:16:33.981Z | Downloaded rand_chacha v0.2.2 |
801 | 2023-10-22T03:16:33.985Z | Downloaded arc-swap v1.6.0 |
802 | 2023-10-22T03:16:34.398Z | Downloaded toml v0.8.0 |
803 | 2023-10-22T03:16:34.402Z | Downloaded bytes v1.5.0 |
804 | 2023-10-22T03:16:34.405Z | Downloaded toml v0.7.8 |
805 | 2023-10-22T03:16:34.408Z | Downloaded is-terminal v0.4.9 |
806 | 2023-10-22T03:16:34.411Z | Downloaded ed25519-dalek v2.0.0 |
807 | 2023-10-22T03:16:34.414Z | Downloaded home v0.5.5 |
808 | 2023-10-22T03:16:34.417Z | Downloaded subtle v2.5.0 |
809 | 2023-10-22T03:16:34.420Z | Downloaded usdt-macro v0.3.5 |
810 | 2023-10-22T03:16:34.423Z | Downloaded string_cache v0.8.7 |
811 | 2023-10-22T03:16:34.433Z | Downloaded signal-hook-registry v1.4.1 |
812 | 2023-10-22T03:16:34.436Z | Downloaded base64 v0.13.1 |
813 | 2023-10-22T03:16:34.439Z | Downloaded futures-sink v0.3.28 |
814 | 2023-10-22T03:16:34.849Z | Downloaded toolchain_find v0.2.0 |
815 | 2023-10-22T03:16:35.259Z | Downloaded rand_core v0.6.4 |
816 | 2023-10-22T03:16:35.263Z | Downloaded foreign-types-shared v0.1.1 |
817 | 2023-10-22T03:16:35.267Z | Downloaded serde_spanned v0.6.3 |
818 | 2023-10-22T03:16:35.271Z | Downloaded tokio-tungstenite v0.18.0 |
819 | 2023-10-22T03:16:35.274Z | Downloaded terminal_size v0.2.6 |
820 | 2023-10-22T03:16:35.278Z | Downloaded term v0.7.0 |
821 | 2023-10-22T03:16:35.282Z | Downloaded tempfile v3.8.0 |
822 | 2023-10-22T03:16:35.689Z | Downloaded usdt v0.3.5 |
823 | 2023-10-22T03:16:35.700Z | Downloaded tokio-tungstenite v0.20.1 |
824 | 2023-10-22T03:16:36.118Z | Downloaded strum v0.25.0 |
825 | 2023-10-22T03:16:36.123Z | Downloaded foreign-types v0.3.2 |
826 | 2023-10-22T03:16:36.126Z | Downloaded ipnet v2.8.0 |
827 | 2023-10-22T03:16:36.133Z | Downloaded usdt-impl v0.3.5 |
828 | 2023-10-22T03:16:36.137Z | Downloaded time-core v0.1.1 |
829 | 2023-10-22T03:16:36.140Z | Downloaded whoami v1.4.1 |
830 | 2023-10-22T03:16:36.144Z | Downloaded hashbrown v0.13.2 |
831 | 2023-10-22T03:16:36.147Z | Downloaded crypto-bigint v0.5.2 |
832 | 2023-10-22T03:16:36.568Z | Downloaded strsim v0.10.0 |
833 | 2023-10-22T03:16:36.573Z | Downloaded unicode-width v0.1.10 |
834 | 2023-10-22T03:16:36.577Z | Downloaded strsim v0.8.0 |
835 | 2023-10-22T03:16:36.581Z | Downloaded stringprep v0.1.3 |
836 | 2023-10-22T03:16:36.587Z | Downloaded unicode-linebreak v0.1.5 |
837 | 2023-10-22T03:16:36.590Z | Downloaded termcolor v1.2.0 |
838 | 2023-10-22T03:16:36.594Z | Downloaded strum_macros v0.25.2 |
839 | 2023-10-22T03:16:36.599Z | Downloaded slog-term v2.9.0 |
840 | 2023-10-22T03:16:36.604Z | Downloaded rcgen v0.10.0 |
841 | 2023-10-22T03:16:36.607Z | Downloaded httparse v1.8.0 |
842 | 2023-10-22T03:16:36.614Z | Downloaded dyn-clone v1.0.13 |
843 | 2023-10-22T03:16:36.618Z | Downloaded vsss-rs v3.3.1 |
844 | 2023-10-22T03:16:36.622Z | Downloaded zone_cfg_derive v0.2.0 |
845 | 2023-10-22T03:16:36.627Z | Downloaded twox-hash v1.6.3 |
846 | 2023-10-22T03:16:36.635Z | Downloaded utf8parse v0.2.1 |
847 | 2023-10-22T03:16:36.640Z | Downloaded stable_deref_trait v1.2.0 |
848 | 2023-10-22T03:16:36.644Z | Downloaded humantime v2.1.0 |
849 | 2023-10-22T03:16:36.648Z | Downloaded take_mut v0.2.2 |
850 | 2023-10-22T03:16:36.652Z | Downloaded futures v0.3.28 |
851 | 2023-10-22T03:16:36.656Z | Downloaded dtrace-parser v0.1.14 |
852 | 2023-10-22T03:16:36.662Z | Downloaded structopt-derive v0.4.18 |
853 | 2023-10-22T03:16:36.678Z | Downloaded dirs-sys v0.4.1 |
854 | 2023-10-22T03:16:36.683Z | Downloaded serde_derive v1.0.188 |
855 | 2023-10-22T03:16:36.687Z | Downloaded semver-parser v0.10.2 |
856 | 2023-10-22T03:16:36.690Z | Downloaded instant v0.1.12 |
857 | 2023-10-22T03:16:36.694Z | Downloaded hyper-tls v0.5.0 |
858 | 2023-10-22T03:16:36.697Z | Downloaded iana-time-zone v0.1.57 |
859 | 2023-10-22T03:16:36.701Z | Downloaded slab v0.4.9 |
860 | 2023-10-22T03:16:36.706Z | Downloaded dof v0.1.5 |
861 | 2023-10-22T03:16:36.710Z | Downloaded headers-core v0.2.0 |
862 | 2023-10-22T03:16:36.714Z | Downloaded funty v2.0.0 |
863 | 2023-10-22T03:16:36.721Z | Downloaded structopt v0.3.26 |
864 | 2023-10-22T03:16:37.128Z | Downloaded tap v1.0.1 |
865 | 2023-10-22T03:16:37.132Z | Downloaded thread_local v1.1.7 |
866 | 2023-10-22T03:16:37.135Z | Downloaded tracing-attributes v0.1.26 |
867 | 2023-10-22T03:16:37.140Z | Downloaded utf-8 v0.7.6 |
868 | 2023-10-22T03:16:37.145Z | Downloaded slog-async v2.8.0 |
869 | 2023-10-22T03:16:37.565Z | Downloaded subprocess v0.2.9 |
870 | 2023-10-22T03:16:37.575Z | Downloaded rustc-demangle v0.1.23 |
871 | 2023-10-22T03:16:37.578Z | Downloaded socket2 v0.4.9 |
872 | 2023-10-22T03:16:37.581Z | Downloaded libm v0.2.7 |
873 | 2023-10-22T03:16:37.585Z | Downloaded smawk v0.3.1 |
874 | 2023-10-22T03:16:37.590Z | Downloaded semver v1.0.18 |
875 | 2023-10-22T03:16:37.609Z | Downloaded group v0.13.0 |
876 | 2023-10-22T03:16:37.619Z | Downloaded textwrap v0.16.0 |
877 | 2023-10-22T03:16:37.622Z | Downloaded hubpack_derive v0.1.1 |
878 | 2023-10-22T03:16:37.625Z | Downloaded foreign-types-shared v0.3.1 |
879 | 2023-10-22T03:16:37.637Z | Downloaded fnv v1.0.7 |
880 | 2023-10-22T03:16:37.641Z | Downloaded dirs-sys-next v0.1.2 |
881 | 2023-10-22T03:16:37.665Z | Downloaded der v0.7.8 |
882 | 2023-10-22T03:16:37.671Z | Downloaded untrusted v0.7.1 |
883 | 2023-10-22T03:16:38.078Z | Downloaded serde_urlencoded v0.7.1 |
884 | 2023-10-22T03:16:38.083Z | Downloaded slog-stdlog v4.1.1 |
885 | 2023-10-22T03:16:38.090Z | Downloaded thiserror-impl-no-std v2.0.2 |
886 | 2023-10-22T03:16:38.096Z | Downloaded sct v0.7.0 |
887 | 2023-10-22T03:16:38.102Z | Downloaded semver v0.11.0 |
888 | 2023-10-22T03:16:38.107Z | Downloaded getrandom v0.2.10 |
889 | 2023-10-22T03:16:38.111Z | Downloaded ff v0.13.0 |
890 | 2023-10-22T03:16:38.116Z | Downloaded fallible-streaming-iterator v0.1.9 |
891 | 2023-10-22T03:16:38.528Z | Downloaded vergen v8.2.4 |
892 | 2023-10-22T03:16:38.531Z | Downloaded glob v0.3.1 |
893 | 2023-10-22T03:16:38.535Z | Downloaded zerocopy v0.6.4 |
894 | 2023-10-22T03:16:38.538Z | Downloaded secrecy v0.8.0 |
895 | 2023-10-22T03:16:38.541Z | Downloaded serde_yaml v0.9.25 |
896 | 2023-10-22T03:16:38.545Z | Downloaded smf v0.2.2 |
897 | 2023-10-22T03:16:38.548Z | Downloaded ghash v0.5.0 |
898 | 2023-10-22T03:16:38.551Z | Downloaded rand v0.7.3 |
899 | 2023-10-22T03:16:38.554Z | Downloaded getopts v0.2.21 |
900 | 2023-10-22T03:16:38.557Z | Downloaded tokio-native-tls v0.3.1 |
901 | 2023-10-22T03:16:38.968Z | Downloaded toml v0.5.11 |
902 | 2023-10-22T03:16:38.972Z | Downloaded itertools v0.11.0 |
903 | 2023-10-22T03:16:38.975Z | Downloaded siphasher v0.3.11 |
904 | 2023-10-22T03:16:38.978Z | Downloaded fallible-iterator v0.2.0 |
905 | 2023-10-22T03:16:38.989Z | Downloaded toml_datetime v0.6.3 |
906 | 2023-10-22T03:16:38.994Z | Downloaded zone v0.2.0 |
907 | 2023-10-22T03:16:38.997Z | Downloaded getrandom v0.1.16 |
908 | 2023-10-22T03:16:39.005Z | Downloaded serde_with_macros v2.3.3 |
909 | 2023-10-22T03:16:39.010Z | Downloaded russh-keys v0.38.0 |
910 | 2023-10-22T03:16:39.013Z | Downloaded erased-serde v0.3.30 |
911 | 2023-10-22T03:16:39.017Z | Downloaded tungstenite v0.20.1 |
912 | 2023-10-22T03:16:39.428Z | Downloaded russh v0.38.0 |
913 | 2023-10-22T03:16:39.435Z | Downloaded uuid v1.4.1 |
914 | 2023-10-22T03:16:39.441Z | Downloaded half v1.8.2 |
915 | 2023-10-22T03:16:39.447Z | Downloaded indexmap v1.9.3 |
916 | 2023-10-22T03:16:39.450Z | Downloaded http v0.2.9 |
917 | 2023-10-22T03:16:39.454Z | Downloaded tokio-util v0.7.8 |
918 | 2023-10-22T03:16:39.458Z | Downloaded zip v0.6.6 |
919 | 2023-10-22T03:16:39.461Z | Downloaded similar v2.2.1 |
920 | 2023-10-22T03:16:39.465Z | Downloaded headers v0.3.9 |
921 | 2023-10-22T03:16:39.468Z | Downloaded time v0.3.27 |
922 | 2023-10-22T03:16:39.472Z | Downloaded unicode-normalization v0.1.22 |
923 | 2023-10-22T03:16:39.911Z | Downloaded indexmap v2.0.0 |
924 | 2023-10-22T03:16:39.915Z | Downloaded flate2 v1.0.27 |
925 | 2023-10-22T03:16:39.919Z | Downloaded git2 v0.17.2 |
926 | 2023-10-22T03:16:39.922Z | Downloaded trust-dns-client v0.22.0 |
927 | 2023-10-22T03:16:39.925Z | Downloaded hkdf v0.12.3 |
928 | 2023-10-22T03:16:39.928Z | Downloaded tokio-postgres v0.7.10 |
929 | 2023-10-22T03:16:39.934Z | Downloaded hashbrown v0.14.0 |
930 | 2023-10-22T03:16:39.943Z | Downloaded winnow v0.5.15 |
931 | 2023-10-22T03:16:39.948Z | Downloaded reqwest v0.11.20 |
932 | 2023-10-22T03:16:39.954Z | Downloaded bitvec v1.0.1 |
933 | 2023-10-22T03:16:39.957Z | Downloaded serde_with v2.3.3 |
934 | 2023-10-22T03:16:39.960Z | Downloaded futures-util v0.3.28 |
935 | 2023-10-22T03:16:39.964Z | Downloaded rustls-webpki v0.101.4 |
936 | 2023-10-22T03:16:39.967Z | Downloaded h2 v0.3.21 |
937 | 2023-10-22T03:16:40.378Z | Downloaded smoltcp v0.8.2 |
938 | 2023-10-22T03:16:40.383Z | Downloaded regress v0.7.1 |
939 | 2023-10-22T03:16:40.798Z | Downloaded vcpkg v0.2.15 |
940 | 2023-10-22T03:16:41.208Z | Downloaded syn v1.0.109 |
941 | 2023-10-22T03:16:41.212Z | Downloaded rustls v0.21.7 |
942 | 2023-10-22T03:16:41.216Z | Downloaded regex-syntax v0.7.5 |
943 | 2023-10-22T03:16:41.226Z | Downloaded gimli v0.28.0 |
944 | 2023-10-22T03:16:41.229Z | Downloaded syn v2.0.32 |
945 | 2023-10-22T03:16:41.238Z | Downloaded webpki-roots v0.25.2 |
946 | 2023-10-22T03:16:41.241Z | Downloaded curve25519-dalek v4.1.0 |
947 | 2023-10-22T03:16:41.244Z | Downloaded diesel v2.1.1 |
948 | 2023-10-22T03:16:41.248Z | Downloaded bstr v1.6.0 |
949 | 2023-10-22T03:16:41.251Z | Downloaded rustix v0.38.9 |
950 | 2023-10-22T03:16:41.254Z | Downloaded rustix v0.37.23 |
951 | 2023-10-22T03:16:41.257Z | Downloaded tokio v1.33.0 |
952 | 2023-10-22T03:16:41.261Z | Downloaded sha3 v0.10.8 |
953 | 2023-10-22T03:16:41.264Z | Downloaded bstr v0.2.17 |
954 | 2023-10-22T03:16:41.267Z | Downloaded zerocopy-derive v0.6.4 |
955 | 2023-10-22T03:16:41.270Z | Downloaded sled v0.34.7 |
956 | 2023-10-22T03:16:41.273Z | Downloaded zerocopy-derive v0.2.0 |
957 | 2023-10-22T03:16:41.277Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
958 | 2023-10-22T03:16:41.280Z | Downloaded winapi v0.3.9 |
959 | 2023-10-22T03:16:41.283Z | Downloaded regex-automata v0.3.8 |
960 | 2023-10-22T03:16:41.286Z | Downloaded libc v0.2.149 |
961 | 2023-10-22T03:16:41.294Z | Downloaded smoltcp v0.9.1 |
962 | 2023-10-22T03:16:41.297Z | Downloaded idna v0.2.3 |
963 | 2023-10-22T03:16:41.300Z | Downloaded object v0.32.1 |
964 | 2023-10-22T03:16:41.304Z | Downloaded regex-syntax v0.6.29 |
965 | 2023-10-22T03:16:41.307Z | Downloaded regex v1.9.5 |
966 | 2023-10-22T03:16:41.310Z | Downloaded trust-dns-proto v0.22.0 |
967 | 2023-10-22T03:16:41.316Z | Downloaded openssl v0.10.57 |
968 | 2023-10-22T03:16:41.319Z | Downloaded nix v0.26.2 |
969 | 2023-10-22T03:16:41.322Z | Downloaded serde_json v1.0.107 |
970 | 2023-10-22T03:16:41.325Z | Downloaded hyper v0.14.27 |
971 | 2023-10-22T03:16:41.328Z | Downloaded radix_trie v0.2.1 |
972 | 2023-10-22T03:16:41.331Z | Downloaded idna v0.4.0 |
973 | 2023-10-22T03:16:41.334Z | Downloaded clap v2.34.0 |
974 | 2023-10-22T03:16:41.337Z | Downloaded encoding_rs v0.8.33 |
975 | 2023-10-22T03:16:41.340Z | Downloaded chrono v0.4.31 |
976 | 2023-10-22T03:16:41.343Z | Downloaded ring v0.16.20 |
977 | 2023-10-22T03:16:41.346Z | Downloaded clap_builder v4.4.2 |
978 | 2023-10-22T03:16:41.349Z | Downloaded toml_edit v0.20.0 |
979 | 2023-10-22T03:16:41.352Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
980 | 2023-10-22T03:16:41.355Z | Downloaded rusqlite v0.29.0 |
981 | 2023-10-22T03:16:41.359Z | Downloaded heapless v0.7.16 |
982 | 2023-10-22T03:16:41.363Z | Downloaded serde v1.0.188 |
983 | 2023-10-22T03:16:41.367Z | Downloaded url v2.4.1 |
984 | 2023-10-22T03:16:41.778Z | Downloaded toml_edit v0.19.15 |
985 | 2023-10-22T03:16:41.781Z | Downloaded unicode-segmentation v1.10.1 |
986 | 2023-10-22T03:16:41.787Z | Downloaded pest v2.7.2 |
987 | 2023-10-22T03:16:41.791Z | Downloaded aho-corasick v1.0.4 |
988 | 2023-10-22T03:16:41.795Z | Downloaded hashbrown v0.12.3 |
989 | 2023-10-22T03:16:41.798Z | Downloaded tar v0.4.40 |
990 | 2023-10-22T03:16:41.801Z | Downloaded elliptic-curve v0.13.5 |
991 | 2023-10-22T03:16:41.804Z | Downloaded ryu v1.0.15 |
992 | 2023-10-22T03:16:41.807Z | Downloaded itertools v0.10.5 |
993 | 2023-10-22T03:16:41.811Z | Downloaded tokio-macros v2.1.0 |
994 | 2023-10-22T03:16:41.814Z | Downloaded serde_repr v0.1.16 |
995 | 2023-10-22T03:16:41.817Z | Downloaded rustversion v1.0.14 |
996 | 2023-10-22T03:16:41.820Z | Downloaded fastrand v2.0.0 |
997 | 2023-10-22T03:16:41.844Z | Downloaded tungstenite v0.18.0 |
998 | 2023-10-22T03:16:41.848Z | Downloaded tracing-core v0.1.31 |
999 | 2023-10-22T03:16:41.855Z | Downloaded hyper-staticfile v0.9.5 |
1000 | 2023-10-22T03:16:41.859Z | Downloaded hyper-rustls v0.24.1 |
1001 | 2023-10-22T03:16:41.863Z | Downloaded hashlink v0.8.3 |
1002 | 2023-10-22T03:16:41.867Z | Downloaded unsafe-libyaml v0.2.9 |
1003 | 2023-10-22T03:16:41.875Z | Downloaded slog v2.7.0 |
1004 | 2023-10-22T03:16:41.878Z | Downloaded crossbeam-channel v0.5.8 |
1005 | 2023-10-22T03:16:41.883Z | Downloaded serde_tokenstream v0.2.0 |
1006 | 2023-10-22T03:16:41.887Z | Downloaded zerocopy v0.3.0 |
1007 | 2023-10-22T03:16:41.891Z | Downloaded slog-json v2.6.1 |
1008 | 2023-10-22T03:16:41.895Z | Downloaded yasna v0.5.2 |
1009 | 2023-10-22T03:16:41.899Z | Downloaded socket2 v0.5.4 |
1010 | 2023-10-22T03:16:41.902Z | Downloaded aes-gcm v0.10.2 |
1011 | 2023-10-22T03:16:41.912Z | Downloaded libz-sys v1.1.12 |
1012 | 2023-10-22T03:16:41.916Z | Downloaded aes v0.8.3 |
1013 | 2023-10-22T03:16:41.922Z | Downloaded regex-automata v0.1.10 |
1014 | 2023-10-22T03:16:41.927Z | Downloaded zeroize_derive v1.4.2 |
1015 | 2023-10-22T03:16:41.931Z | Downloaded slog-envlogger v2.2.0 |
1016 | 2023-10-22T03:16:41.971Z | Downloaded tracing v0.1.37 |
1017 | 2023-10-22T03:16:41.987Z | Downloaded ident_case v1.0.1 |
1018 | 2023-10-22T03:16:42.004Z | Downloaded spin v0.9.8 |
1019 | 2023-10-22T03:16:42.011Z | Downloaded unicode-ident v1.0.12 |
1020 | 2023-10-22T03:16:42.017Z | Downloaded scheduled-thread-pool v0.2.7 |
1021 | 2023-10-22T03:16:42.026Z | Downloaded slog-dtrace v0.2.3 |
1022 | 2023-10-22T03:16:42.031Z | Downloaded time-macros v0.2.13 |
1023 | 2023-10-22T03:16:42.036Z | Downloaded serde_derive_internals v0.26.0 |
1024 | 2023-10-22T03:16:42.053Z | Downloaded serde_path_to_error v0.1.14 |
1025 | 2023-10-22T03:16:42.058Z | Downloaded resolv-conf v0.7.0 |
1026 | 2023-10-22T03:16:42.062Z | Downloaded io-lifetimes v1.0.11 |
1027 | 2023-10-22T03:16:42.067Z | Downloaded endian-type v0.1.2 |
1028 | 2023-10-22T03:16:42.070Z | Downloaded ron v0.7.1 |
1029 | 2023-10-22T03:16:42.073Z | Downloaded same-file v1.0.6 |
1030 | 2023-10-22T03:16:42.076Z | Downloaded inout v0.1.3 |
1031 | 2023-10-22T03:16:42.079Z | Downloaded slog-bunyan v2.4.0 |
1032 | 2023-10-22T03:16:42.488Z | Downloaded slog-scope v4.4.0 |
1033 | 2023-10-22T03:16:42.491Z | Downloaded futures-executor v0.3.28 |
1034 | 2023-10-22T03:16:42.496Z | Downloaded rustc_version v0.4.0 |
1035 | 2023-10-22T03:16:42.908Z | Downloaded heck v0.3.3 |
1036 | 2023-10-22T03:16:42.916Z | Downloaded unicode-bidi v0.3.13 |
1037 | 2023-10-22T03:16:42.919Z | Downloaded rand v0.8.5 |
1038 | 2023-10-22T03:16:43.330Z | Downloaded itoa v1.0.9 |
1039 | 2023-10-22T03:16:43.338Z | Downloaded trust-dns-server v0.22.1 |
1040 | 2023-10-22T03:16:43.347Z | Downloaded trust-dns-resolver v0.22.0 |
1041 | 2023-10-22T03:16:43.353Z | Downloaded libsqlite3-sys v0.26.0 |
1042 | 2023-10-22T03:16:43.357Z | Downloaded tinyvec v1.6.0 |
1043 | 2023-10-22T03:16:43.361Z | Downloaded schemars v0.8.13 |
1044 | 2023-10-22T03:16:43.366Z | Downloaded form_urlencoded v1.2.0 |
1045 | 2023-10-22T03:16:43.782Z | Downloaded errno v0.3.2 |
1046 | 2023-10-22T03:16:43.788Z | Downloaded scopeguard v1.2.0 |
1047 | 2023-10-22T03:16:43.792Z | Downloaded thiserror-impl v1.0.49 |
1048 | 2023-10-22T03:16:43.806Z | Downloaded sha2 v0.10.8 |
1049 | 2023-10-22T03:16:44.218Z | Downloaded schemars_derive v0.8.13 |
1050 | 2023-10-22T03:16:44.221Z | Downloaded thiserror-no-std v2.0.2 |
1051 | 2023-10-22T03:16:44.227Z | Downloaded dirs-next v2.0.0 |
1052 | 2023-10-22T03:16:44.230Z | Downloaded structmeta v0.1.6 |
1053 | 2023-10-22T03:16:44.234Z | Downloaded spki v0.7.2 |
1054 | 2023-10-22T03:16:44.237Z | Downloaded rustfmt-wrapper v0.2.0 |
1055 | 2023-10-22T03:16:44.244Z | Downloaded smallvec v1.11.0 |
1056 | 2023-10-22T03:16:44.247Z | Downloaded hmac v0.12.1 |
1057 | 2023-10-22T03:16:44.253Z | Downloaded lalrpop-util v0.19.12 |
1058 | 2023-10-22T03:16:44.673Z | Downloaded futures-macro v0.3.28 |
1059 | 2023-10-22T03:16:44.682Z | Downloaded futures-io v0.3.28 |
1060 | 2023-10-22T03:16:44.691Z | Downloaded russh-cryptovec v0.7.0 |
1061 | 2023-10-22T03:16:44.706Z | Downloaded spin v0.5.2 |
1062 | 2023-10-22T03:16:44.714Z | Downloaded signature v2.1.0 |
1063 | 2023-10-22T03:16:45.127Z | Downloaded heck v0.4.1 |
1064 | 2023-10-22T03:16:45.131Z | Downloaded try-lock v0.2.4 |
1065 | 2023-10-22T03:16:45.134Z | Downloaded either v1.9.0 |
1066 | 2023-10-22T03:16:45.137Z | Downloaded rustls-pemfile v1.0.3 |
1067 | 2023-10-22T03:16:45.140Z | Downloaded futures-channel v0.3.28 |
1068 | 2023-10-22T03:16:45.143Z | Downloaded rustls-native-certs v0.6.3 |
1069 | 2023-10-22T03:16:45.147Z | Downloaded float-cmp v0.9.0 |
1070 | 2023-10-22T03:16:45.151Z | Downloaded textwrap v0.11.0 |
1071 | 2023-10-22T03:16:45.154Z | Downloaded base64 v0.21.4 |
1072 | 2023-10-22T03:16:45.569Z | Downloaded backtrace v0.3.69 |
1073 | 2023-10-22T03:16:45.573Z | Downloaded hex v0.4.3 |
1074 | 2023-10-22T03:16:45.576Z | Downloaded darling_core v0.20.3 |
1075 | 2023-10-22T03:16:45.580Z | Downloaded http-body v0.4.5 |
1076 | 2023-10-22T03:16:45.585Z | Downloaded hostname v0.3.1 |
1077 | 2023-10-22T03:16:45.588Z | Downloaded futures-task v0.3.28 |
1078 | 2023-10-22T03:16:45.591Z | Downloaded static_assertions v1.1.0 |
1079 | 2023-10-22T03:16:45.594Z | Downloaded sha1 v0.10.5 |
1080 | 2023-10-22T03:16:45.601Z | Downloaded serde_tokenstream v0.1.7 |
1081 | 2023-10-22T03:16:45.606Z | Downloaded radium v0.7.0 |
1082 | 2023-10-22T03:16:45.617Z | Downloaded env_logger v0.9.3 |
1083 | 2023-10-22T03:16:45.621Z | Downloaded chacha20poly1305 v0.10.1 |
1084 | 2023-10-22T03:16:45.624Z | Downloaded pest_meta v2.7.2 |
1085 | 2023-10-22T03:16:45.627Z | Downloaded version_check v0.9.4 |
1086 | 2023-10-22T03:16:45.633Z | Downloaded num-bigint v0.4.4 |
1087 | 2023-10-22T03:16:45.639Z | Downloaded derive_more v0.99.17 |
1088 | 2023-10-22T03:16:45.644Z | Downloaded ipnetwork v0.20.0 |
1089 | 2023-10-22T03:16:45.647Z | Downloaded tokio-rustls v0.24.1 |
1090 | 2023-10-22T03:16:45.655Z | Downloaded once_cell v1.18.0 |
1091 | 2023-10-22T03:16:45.659Z | Downloaded structmeta-derive v0.1.6 |
1092 | 2023-10-22T03:16:45.665Z | Downloaded serde_arrays v0.1.0 |
1093 | 2023-10-22T03:16:45.668Z | Downloaded ringbuffer v0.15.0 |
1094 | 2023-10-22T03:16:45.675Z | Downloaded hash32 v0.2.1 |
1095 | 2023-10-22T03:16:46.090Z | Downloaded rand_chacha v0.3.1 |
1096 | 2023-10-22T03:16:46.521Z | Downloaded keccak v0.1.4 |
1097 | 2023-10-22T03:16:46.534Z | Downloaded equivalent v1.0.1 |
1098 | 2023-10-22T03:16:46.548Z | Downloaded digest v0.10.7 |
1099 | 2023-10-22T03:16:46.572Z | Downloaded zeroize v1.6.0 |
1100 | 2023-10-22T03:16:46.597Z | Downloaded phf_shared v0.11.2 |
1101 | 2023-10-22T03:16:46.606Z | Downloaded ucd-trie v0.1.6 |
1102 | 2023-10-22T03:16:46.632Z | Downloaded typenum v1.16.0 |
1103 | 2023-10-22T03:16:46.640Z | Downloaded mio v0.8.8 |
1104 | 2023-10-22T03:16:46.650Z | Downloaded thiserror v1.0.49 |
1105 | 2023-10-22T03:16:47.067Z | Downloaded synstructure v0.12.6 |
1106 | 2023-10-22T03:16:47.506Z | Downloaded pkg-config v0.3.27 |
1107 | 2023-10-22T03:16:47.510Z | Downloaded crossbeam-epoch v0.9.15 |
1108 | 2023-10-22T03:16:47.514Z | Downloaded clap v4.4.3 |
1109 | 2023-10-22T03:16:47.518Z | Downloaded anyhow v1.0.75 |
1110 | 2023-10-22T03:16:47.927Z | Downloaded http-range v0.1.5 |
1111 | 2023-10-22T03:16:47.931Z | Downloaded debug-ignore v1.0.5 |
1112 | 2023-10-22T03:16:47.934Z | Downloaded enum-as-inner v0.5.1 |
1113 | 2023-10-22T03:16:47.942Z | Downloaded ed25519 v2.2.2 |
1114 | 2023-10-22T03:16:47.945Z | Downloaded xattr v1.0.1 |
1115 | 2023-10-22T03:16:47.948Z | Downloaded walkdir v2.4.0 |
1116 | 2023-10-22T03:16:47.951Z | Downloaded num-traits v0.2.16 |
1117 | 2023-10-22T03:16:47.954Z | Downloaded unicode-xid v0.2.4 |
1118 | 2023-10-22T03:16:47.959Z | Downloaded pin-utils v0.1.0 |
1119 | 2023-10-22T03:16:47.963Z | Downloaded num_enum_derive v0.7.0 |
1120 | 2023-10-22T03:16:48.378Z | Downloaded dirs v5.0.1 |
1121 | 2023-10-22T03:16:48.386Z | Downloaded vec_map v0.8.2 |
1122 | 2023-10-22T03:16:48.390Z | Downloaded universal-hash v0.5.1 |
1123 | 2023-10-22T03:16:48.393Z | Downloaded unicase v2.7.0 |
1124 | 2023-10-22T03:16:48.396Z | Downloaded pin-project-lite v0.2.13 |
1125 | 2023-10-22T03:16:48.399Z | Downloaded pest_derive v2.7.2 |
1126 | 2023-10-22T03:16:48.936Z | Downloaded data-encoding v2.4.0 |
1127 | 2023-10-22T03:16:48.948Z | Downloaded bitflags v2.4.0 |
1128 | 2023-10-22T03:16:48.952Z | Downloaded backoff v0.4.0 |
1129 | 2023-10-22T03:16:48.956Z | Downloaded const_format_proc_macros v0.2.31 |
1130 | 2023-10-22T03:16:49.367Z | Downloaded ciborium-ll v0.2.1 |
1131 | 2023-10-22T03:16:49.370Z | Downloaded base64ct v1.6.0 |
1132 | 2023-10-22T03:16:49.374Z | Downloaded hubpack v0.1.2 |
1133 | 2023-10-22T03:16:49.377Z | Downloaded httpdate v1.0.3 |
1134 | 2023-10-22T03:16:49.383Z | Downloaded hex-literal v0.4.1 |
1135 | 2023-10-22T03:16:49.386Z | Downloaded generic-array v0.14.7 |
1136 | 2023-10-22T03:16:49.389Z | Downloaded foreign-types v0.5.0 |
1137 | 2023-10-22T03:16:49.392Z | Downloaded fixedbitset v0.4.2 |
1138 | 2023-10-22T03:16:49.397Z | Downloaded tinyvec_macros v0.1.1 |
1139 | 2023-10-22T03:16:49.400Z | Downloaded polyval v0.6.1 |
1140 | 2023-10-22T03:16:49.403Z | Downloaded num_threads v0.1.6 |
1141 | 2023-10-22T03:16:49.417Z | Downloaded camino v1.1.6 |
1142 | 2023-10-22T03:16:49.428Z | Downloaded base16ct v0.2.0 |
1143 | 2023-10-22T03:16:49.431Z | Downloaded allocator-api2 v0.2.16 |
1144 | 2023-10-22T03:16:49.434Z | Downloaded fxhash v0.2.1 |
1145 | 2023-10-22T03:16:49.437Z | Downloaded futures-core v0.3.28 |
1146 | 2023-10-22T03:16:49.444Z | Downloaded foreign-types-macros v0.2.3 |
1147 | 2023-10-22T03:16:49.448Z | Downloaded proc-macro2 v1.0.67 |
1148 | 2023-10-22T03:16:49.453Z | Downloaded percent-encoding v2.3.0 |
1149 | 2023-10-22T03:16:49.457Z | Downloaded pbkdf2 v0.12.2 |
1150 | 2023-10-22T03:16:49.460Z | Downloaded omicron-zone-package v0.8.3 |
1151 | 2023-10-22T03:16:49.463Z | Downloaded memchr v2.6.3 |
1152 | 2023-10-22T03:16:49.466Z | Downloaded bitstruct v0.1.1 |
1153 | 2023-10-22T03:16:49.469Z | Downloaded postgres-types v0.2.6 |
1154 | 2023-10-22T03:16:49.472Z | Downloaded postgres-protocol v0.6.6 |
1155 | 2023-10-22T03:16:49.475Z | Downloaded diesel_derives v2.1.1 |
1156 | 2023-10-22T03:16:49.478Z | Downloaded chacha20 v0.9.1 |
1157 | 2023-10-22T03:16:49.481Z | Downloaded cancel-safe-futures v0.1.2 |
1158 | 2023-10-22T03:16:49.485Z | Downloaded quick-error v1.2.3 |
1159 | 2023-10-22T03:16:49.488Z | Downloaded proc-macro-error v1.0.4 |
1160 | 2023-10-22T03:16:49.491Z | Downloaded pretty-hex v0.2.1 |
1161 | 2023-10-22T03:16:49.897Z | Downloaded paste v1.0.14 |
1162 | 2023-10-22T03:16:49.907Z | Downloaded num-iter v0.1.43 |
1163 | 2023-10-22T03:16:49.911Z | Downloaded cpufeatures v0.2.9 |
1164 | 2023-10-22T03:16:49.915Z | Downloaded cipher v0.4.4 |
1165 | 2023-10-22T03:16:49.918Z | Downloaded async-trait v0.1.73 |
1166 | 2023-10-22T03:16:49.921Z | Downloaded ahash v0.8.3 |
1167 | 2023-10-22T03:16:49.925Z | Downloaded darling_macro v0.20.3 |
1168 | 2023-10-22T03:16:49.929Z | Downloaded proc-macro-crate v1.3.1 |
1169 | 2023-10-22T03:16:49.932Z | Downloaded predicates v3.0.4 |
1170 | 2023-10-22T03:16:49.935Z | Downloaded clap_lex v0.5.1 |
1171 | 2023-10-22T03:16:49.938Z | Downloaded block-padding v0.3.3 |
1172 | 2023-10-22T03:16:49.942Z | Downloaded bit-vec v0.6.3 |
1173 | 2023-10-22T03:16:49.946Z | Downloaded postcard-cobs v0.1.5-pre |
1174 | 2023-10-22T03:16:50.357Z | Downloaded pem v1.1.1 |
1175 | 2023-10-22T03:16:50.366Z | Downloaded openssl-macros v0.1.1 |
1176 | 2023-10-22T03:16:50.372Z | Downloaded num_enum v0.7.0 |
1177 | 2023-10-22T03:16:50.789Z | Downloaded curve25519-dalek-derive v0.1.0 |
1178 | 2023-10-22T03:16:50.796Z | Downloaded block-buffer v0.10.4 |
1179 | 2023-10-22T03:16:50.801Z | Downloaded bit_field v0.10.2 |
1180 | 2023-10-22T03:16:50.807Z | Downloaded lazy_static v1.4.0 |
1181 | 2023-10-22T03:16:50.812Z | Downloaded bitflags v1.3.2 |
1182 | 2023-10-22T03:16:50.816Z | Downloaded bcrypt-pbkdf v0.10.0 |
1183 | 2023-10-22T03:16:50.829Z | Downloaded bincode v1.3.3 |
1184 | 2023-10-22T03:16:50.832Z | Downloaded pretty-hex v0.3.0 |
1185 | 2023-10-22T03:16:50.835Z | Downloaded predicates-core v1.0.6 |
1186 | 2023-10-22T03:16:50.838Z | Downloaded num_enum v0.5.11 |
1187 | 2023-10-22T03:16:50.841Z | Downloaded crucible-workspace-hack v0.1.0 |
1188 | 2023-10-22T03:16:50.844Z | Downloaded autocfg v1.1.0 |
1189 | 2023-10-22T03:16:50.848Z | Downloaded argon2 v0.5.2 |
1190 | 2023-10-22T03:16:50.853Z | Downloaded colorchoice v1.0.0 |
1191 | 2023-10-22T03:16:50.860Z | Downloaded ciborium-io v0.2.1 |
1192 | 2023-10-22T03:16:50.863Z | Downloaded async-recursion v1.0.5 |
1193 | 2023-10-22T03:16:50.867Z | Downloaded num_cpus v1.16.0 |
1194 | 2023-10-22T03:16:50.870Z | Downloaded pest_generator v2.7.2 |
1195 | 2023-10-22T03:16:50.873Z | Downloaded darling v0.20.3 |
1196 | 2023-10-22T03:16:50.875Z | Downloaded password-hash v0.4.2 |
1197 | 2023-10-22T03:16:50.878Z | Downloaded openapiv3 v1.0.3 |
1198 | 2023-10-22T03:16:50.881Z | Downloaded ctr v0.9.2 |
1199 | 2023-10-22T03:16:50.884Z | Downloaded password-hash v0.5.0 |
1200 | 2023-10-22T03:16:50.887Z | Downloaded cstr-argument v0.1.2 |
1201 | 2023-10-22T03:16:50.890Z | Downloaded managed v0.8.0 |
1202 | 2023-10-22T03:16:50.895Z | Downloaded anstream v0.5.0 |
1203 | 2023-10-22T03:16:50.898Z | Downloaded crc32fast v1.3.2 |
1204 | 2023-10-22T03:16:50.900Z | Downloaded parking_lot_core v0.9.8 |
1205 | 2023-10-22T03:16:50.904Z | Downloaded parking_lot_core v0.8.6 |
1206 | 2023-10-22T03:16:50.908Z | Downloaded parking_lot v0.11.2 |
1207 | 2023-10-22T03:16:50.912Z | Downloaded num-integer v0.1.45 |
1208 | 2023-10-22T03:16:50.915Z | Downloaded ansi_term v0.12.1 |
1209 | 2023-10-22T03:16:50.919Z | Downloaded bitstruct_derive v0.1.0 |
1210 | 2023-10-22T03:16:50.925Z | Downloaded num_enum_derive v0.5.11 |
1211 | 2023-10-22T03:16:50.929Z | Downloaded const_format v0.2.31 |
1212 | 2023-10-22T03:16:50.932Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1213 | 2023-10-22T03:16:50.935Z | Downloaded atty v0.2.14 |
1214 | 2023-10-22T03:16:50.938Z | Downloaded miniz_oxide v0.7.1 |
1215 | 2023-10-22T03:16:50.942Z | Downloaded cc v1.0.83 |
1216 | 2023-10-22T03:16:50.945Z | Downloaded cfg-if v1.0.0 |
1217 | 2023-10-22T03:16:50.948Z | Downloaded colored v2.0.4 |
1218 | 2023-10-22T03:16:50.952Z | Downloaded async-stream-impl v0.3.5 |
1219 | 2023-10-22T03:16:50.955Z | Downloaded num-rational v0.4.1 |
1220 | 2023-10-22T03:16:50.961Z | Downloaded lru-cache v0.1.2 |
1221 | 2023-10-22T03:16:50.964Z | Downloaded nibble_vec v0.1.0 |
1222 | 2023-10-22T03:16:50.967Z | Downloaded matches v0.1.10 |
1223 | 2023-10-22T03:16:50.970Z | Downloaded camino-tempfile v1.0.2 |
1224 | 2023-10-22T03:16:51.378Z | Downloaded multer v2.1.0 |
1225 | 2023-10-22T03:16:51.386Z | Downloaded memoffset v0.7.1 |
1226 | 2023-10-22T03:16:51.798Z | Downloaded cbc v0.1.2 |
1227 | 2023-10-22T03:16:51.804Z | Downloaded md-5 v0.10.5 |
1228 | 2023-10-22T03:16:51.812Z | Downloaded cfg-if v0.1.10 |
1229 | 2023-10-22T03:16:51.815Z | Compiling proc-macro2 v1.0.67 |
1230 | 2023-10-22T03:16:51.819Z | Compiling unicode-ident v1.0.12 |
1231 | 2023-10-22T03:16:51.823Z | Compiling libc v0.2.149 |
1232 | 2023-10-22T03:16:51.830Z | Compiling serde v1.0.188 |
1233 | 2023-10-22T03:16:51.834Z | Compiling version_check v0.9.4 |
1234 | 2023-10-22T03:16:51.837Z | Compiling autocfg v1.1.0 |
1235 | 2023-10-22T03:16:51.841Z | Compiling cfg-if v1.0.0 |
1236 | 2023-10-22T03:16:51.846Z | Compiling syn v1.0.109 |
1237 | 2023-10-22T03:16:51.851Z | Compiling typenum v1.16.0 |
1238 | 2023-10-22T03:16:51.854Z | Compiling once_cell v1.18.0 |
1239 | 2023-10-22T03:16:51.858Z | Compiling generic-array v0.14.7 |
1240 | 2023-10-22T03:16:51.863Z | Compiling thiserror v1.0.49 |
1241 | 2023-10-22T03:16:51.867Z | Compiling lock_api v0.4.10 |
1242 | 2023-10-22T03:16:51.871Z | Compiling parking_lot_core v0.9.8 |
1243 | 2023-10-22T03:16:51.878Z | Compiling libm v0.2.7 |
1244 | 2023-10-22T03:16:51.888Z | Compiling num-traits v0.2.16 |
1245 | 2023-10-22T03:16:51.896Z | Compiling itoa v1.0.9 |
1246 | 2023-10-22T03:16:51.911Z | Compiling memchr v2.6.3 |
1247 | 2023-10-22T03:16:51.915Z | Compiling futures-core v0.3.28 |
1248 | 2023-10-22T03:16:51.920Z | Compiling ahash v0.8.3 |
1249 | 2023-10-22T03:16:51.926Z | Compiling serde_json v1.0.107 |
1250 | 2023-10-22T03:16:51.929Z | Compiling log v0.4.20 |
1251 | 2023-10-22T03:16:51.936Z | Compiling slab v0.4.9 |
1252 | 2023-10-22T03:16:51.940Z | Compiling futures-channel v0.3.28 |
1253 | 2023-10-22T03:16:51.943Z | Compiling quote v1.0.33 |
1254 | 2023-10-22T03:16:51.951Z | Compiling futures-task v0.3.28 |
1255 | 2023-10-22T03:16:51.958Z | Compiling futures-util v0.3.28 |
1256 | 2023-10-22T03:16:51.963Z | Compiling pkg-config v0.3.27 |
1257 | 2023-10-22T03:16:51.966Z | Compiling syn v2.0.32 |
1258 | 2023-10-22T03:16:51.972Z | Compiling getrandom v0.2.10 |
1259 | 2023-10-22T03:16:51.976Z | Compiling jobserver v0.1.26 |
1260 | 2023-10-22T03:16:51.979Z | Compiling ryu v1.0.15 |
1261 | 2023-10-22T03:16:51.984Z | Compiling cc v1.0.83 |
1262 | 2023-10-22T03:16:51.987Z | Compiling rand_core v0.6.4 |
1263 | 2023-10-22T03:16:51.991Z | Compiling vcpkg v0.2.15 |
1264 | 2023-10-22T03:16:51.994Z | Compiling schemars v0.8.13 |
1265 | 2023-10-22T03:16:52.003Z | Compiling allocator-api2 v0.2.16 |
1266 | 2023-10-22T03:16:52.007Z | Compiling heck v0.4.1 |
1267 | 2023-10-22T03:16:52.012Z | Compiling equivalent v1.0.1 |
1268 | 2023-10-22T03:16:52.018Z | Compiling scopeguard v1.2.0 |
1269 | 2023-10-22T03:16:52.022Z | Compiling hashbrown v0.14.0 |
1270 | 2023-10-22T03:16:52.028Z | Compiling smallvec v1.11.0 |
1271 | 2023-10-22T03:16:52.031Z | Compiling byteorder v1.4.3 |
1272 | 2023-10-22T03:16:52.034Z | Compiling httparse v1.8.0 |
1273 | 2023-10-22T03:16:52.037Z | Compiling fnv v1.0.7 |
1274 | 2023-10-22T03:16:52.040Z | Compiling iana-time-zone v0.1.57 |
1275 | 2023-10-22T03:16:52.044Z | Compiling pin-project-lite v0.2.13 |
1276 | 2023-10-22T03:16:52.049Z | Compiling semver v1.0.18 |
1277 | 2023-10-22T03:16:52.052Z | Compiling subtle v2.5.0 |
1278 | 2023-10-22T03:16:52.056Z | Compiling parking_lot v0.12.1 |
1279 | 2023-10-22T03:16:52.059Z | Compiling ring v0.16.20 |
1280 | 2023-10-22T03:16:52.062Z | Compiling indexmap v1.9.3 |
1281 | 2023-10-22T03:16:52.065Z | Compiling tinyvec_macros v0.1.1 |
1282 | 2023-10-22T03:16:52.068Z | Compiling dyn-clone v1.0.13 |
1283 | 2023-10-22T03:16:52.071Z | Compiling time-core v0.1.1 |
1284 | 2023-10-22T03:16:52.074Z | Compiling tinyvec v1.6.0 |
1285 | 2023-10-22T03:16:52.078Z | Compiling openssl-sys v0.9.93 |
1286 | 2023-10-22T03:16:52.081Z | Compiling time-macros v0.2.13 |
1287 | 2023-10-22T03:16:52.084Z | Compiling signal-hook-registry v1.4.1 |
1288 | 2023-10-22T03:16:52.087Z | Compiling socket2 v0.5.4 |
1289 | 2023-10-22T03:16:52.090Z | Compiling num_cpus v1.16.0 |
1290 | 2023-10-22T03:16:52.499Z | Compiling mio v0.8.8 |
1291 | 2023-10-22T03:16:52.510Z | Compiling unicode-bidi v0.3.13 |
1292 | 2023-10-22T03:16:52.513Z | Compiling unicode-normalization v0.1.22 |
1293 | 2023-10-22T03:16:52.928Z | Compiling rustls v0.21.7 |
1294 | 2023-10-22T03:16:52.933Z | Compiling slog v2.7.0 |
1295 | 2023-10-22T03:16:52.937Z | Compiling spin v0.5.2 |
1296 | 2023-10-22T03:16:53.347Z | Compiling percent-encoding v2.3.0 |
1297 | 2023-10-22T03:16:53.350Z | Compiling ucd-trie v0.1.6 |
1298 | 2023-10-22T03:16:53.758Z | Compiling backtrace v0.3.69 |
1299 | 2023-10-22T03:16:53.765Z | Compiling async-trait v0.1.73 |
1300 | 2023-10-22T03:16:53.769Z | Compiling form_urlencoded v1.2.0 |
1301 | 2023-10-22T03:16:53.772Z | Compiling aho-corasick v1.0.4 |
1302 | 2023-10-22T03:16:53.775Z | Compiling openssl v0.10.57 |
1303 | 2023-10-22T03:16:53.783Z | Compiling regex-syntax v0.7.5 |
1304 | 2023-10-22T03:16:53.790Z | Compiling pin-utils v0.1.0 |
1305 | 2023-10-22T03:16:53.794Z | Compiling futures-sink v0.3.28 |
1306 | 2023-10-22T03:16:53.799Z | Compiling winnow v0.5.15 |
1307 | 2023-10-22T03:16:53.804Z | Compiling anyhow v1.0.75 |
1308 | 2023-10-22T03:16:53.811Z | Compiling idna v0.4.0 |
1309 | 2023-10-22T03:16:53.838Z | Compiling serde_derive_internals v0.26.0 |
1310 | 2023-10-22T03:16:53.844Z | Compiling native-tls v0.2.11 |
1311 | 2023-10-22T03:16:53.849Z | Compiling url v2.4.1 |
1312 | 2023-10-22T03:16:53.852Z | Compiling unicode-xid v0.2.4 |
1313 | 2023-10-22T03:16:55.375Z | Compiling futures-io v0.3.28 |
1314 | 2023-10-22T03:16:55.838Z | Compiling rustversion v1.0.14 |
1315 | 2023-10-22T03:16:55.844Z | Compiling unicode-width v0.1.10 |
1316 | 2023-10-22T03:16:56.088Z | Compiling const-oid v0.9.5 |
1317 | 2023-10-22T03:16:56.325Z | Compiling regex-automata v0.3.8 |
1318 | 2023-10-22T03:16:56.853Z | Compiling hashbrown v0.13.2 |
1319 | 2023-10-22T03:16:58.079Z | Compiling synstructure v0.12.6 |
1320 | 2023-10-22T03:16:58.781Z | Compiling cpufeatures v0.2.9 |
1321 | 2023-10-22T03:16:58.920Z | Compiling crossbeam-utils v0.8.16 |
1322 | 2023-10-22T03:16:59.046Z | Compiling tracing-core v0.1.31 |
1323 | 2023-10-22T03:16:59.280Z | Compiling ppv-lite86 v0.2.17 |
1324 | 2023-10-22T03:16:59.595Z | Compiling adler v1.0.2 |
1325 | 2023-10-22T03:16:59.951Z | Compiling miniz_oxide v0.7.1 |
1326 | 2023-10-22T03:17:00.611Z | Compiling rustix v0.38.9 |
1327 | 2023-10-22T03:17:00.638Z | Compiling rand_chacha v0.3.1 |
1328 | 2023-10-22T03:17:01.569Z | Compiling usdt-impl v0.3.5 |
1329 | 2023-10-22T03:17:02.031Z | Compiling gimli v0.28.0 |
1330 | 2023-10-22T03:17:02.469Z | Compiling bitflags v1.3.2 |
1331 | 2023-10-22T03:17:02.624Z | Compiling rand v0.8.5 |
1332 | 2023-10-22T03:17:02.730Z | Compiling object v0.32.1 |
1333 | 2023-10-22T03:17:02.795Z | Compiling rustc-demangle v0.1.23 |
1334 | 2023-10-22T03:17:02.837Z | Compiling deranged v0.3.8 |
1335 | 2023-10-22T03:17:04.256Z | Compiling serde_derive v1.0.188 |
1336 | 2023-10-22T03:17:04.460Z | Compiling zeroize_derive v1.4.2 |
1337 | 2023-10-22T03:17:04.876Z | Compiling thiserror-impl v1.0.49 |
1338 | 2023-10-22T03:17:04.927Z | Compiling tokio-macros v2.1.0 |
1339 | 2023-10-22T03:17:06.094Z | Compiling futures-macro v0.3.28 |
1340 | 2023-10-22T03:17:06.828Z | Compiling tracing-attributes v0.1.26 |
1341 | 2023-10-22T03:17:07.414Z | Compiling schemars_derive v0.8.13 |
1342 | 2023-10-22T03:17:09.380Z | Compiling zeroize v1.6.0 |
1343 | 2023-10-22T03:17:09.954Z | Compiling pest v2.7.2 |
1344 | 2023-10-22T03:17:10.656Z | Compiling openssl-macros v0.1.1 |
1345 | 2023-10-22T03:17:12.076Z | Compiling crypto-common v0.1.6 |
1346 | 2023-10-22T03:17:12.362Z | Compiling regex v1.9.5 |
1347 | 2023-10-22T03:17:12.366Z | Compiling block-buffer v0.10.4 |
1348 | 2023-10-22T03:17:12.832Z | Compiling digest v0.10.7 |
1349 | 2023-10-22T03:17:13.494Z | Compiling zerocopy-derive v0.2.0 |
1350 | 2023-10-22T03:17:14.322Z | Compiling pest_meta v2.7.2 |
1351 | 2023-10-22T03:17:14.365Z | Compiling tracing v0.1.37 |
1352 | 2023-10-22T03:17:14.952Z | Compiling addr2line v0.21.0 |
1353 | 2023-10-22T03:17:15.160Z | Compiling num_threads v0.1.6 |
1354 | 2023-10-22T03:17:15.313Z | Compiling time v0.3.27 |
1355 | 2023-10-22T03:17:15.347Z | Compiling thread-id v4.2.0 |
1356 | 2023-10-22T03:17:15.990Z | Compiling base64 v0.21.4 |
1357 | 2023-10-22T03:17:16.380Z | Compiling pest_generator v2.7.2 |
1358 | 2023-10-22T03:17:18.541Z | Compiling zerocopy v0.3.0 |
1359 | 2023-10-22T03:17:19.829Z | Compiling dof v0.1.5 |
1360 | 2023-10-22T03:17:21.402Z | Compiling lazy_static v1.4.0 |
1361 | 2023-10-22T03:17:21.641Z | Compiling pest_derive v2.7.2 |
1362 | 2023-10-22T03:17:21.767Z | Compiling untrusted v0.7.1 |
1363 | 2023-10-22T03:17:22.320Z | Compiling strum_macros v0.25.2 |
1364 | 2023-10-22T03:17:22.782Z | Compiling dtrace-parser v0.1.14 |
1365 | 2023-10-22T03:17:23.630Z | Compiling strsim v0.10.0 |
1366 | 2023-10-22T03:17:24.957Z | Compiling regress v0.7.1 |
1367 | 2023-10-22T03:17:24.981Z | Compiling socket2 v0.4.9 |
1368 | 2023-10-22T03:17:26.273Z | Compiling hashbrown v0.12.3 |
1369 | 2023-10-22T03:17:26.637Z | Compiling sct v0.7.0 |
1370 | 2023-10-22T03:17:27.107Z | Compiling rustls-webpki v0.101.4 |
1371 | 2023-10-22T03:17:27.524Z | Compiling bytes v1.5.0 |
1372 | 2023-10-22T03:17:28.076Z | Compiling indexmap v2.0.0 |
1373 | 2023-10-22T03:17:28.185Z | Compiling chrono v0.4.31 |
1374 | 2023-10-22T03:17:28.524Z | Compiling uuid v1.4.1 |
1375 | 2023-10-22T03:17:29.653Z | Compiling http v0.2.9 |
1376 | 2023-10-22T03:17:29.672Z | Compiling tokio v1.33.0 |
1377 | 2023-10-22T03:17:29.902Z | Compiling toml_datetime v0.6.3 |
1378 | 2023-10-22T03:17:30.136Z | Compiling serde_spanned v0.6.3 |
1379 | 2023-10-22T03:17:30.502Z | Compiling toml_edit v0.19.15 |
1380 | 2023-10-22T03:17:30.618Z | Compiling bitflags v2.4.0 |
1381 | 2023-10-22T03:17:30.677Z | Compiling rustc_version v0.4.0 |
1382 | 2023-10-22T03:17:31.321Z | Compiling openapiv3 v1.0.3 |
1383 | 2023-10-22T03:17:34.055Z | Compiling serde_tokenstream v0.1.7 |
1384 | 2023-10-22T03:17:34.522Z | Compiling serde_tokenstream v0.2.0 |
1385 | 2023-10-22T03:17:35.017Z | Compiling httpdate v1.0.3 |
1386 | 2023-10-22T03:17:35.352Z | Compiling try-lock v0.2.4 |
1387 | 2023-10-22T03:17:35.548Z | Compiling want v0.3.1 |
1388 | 2023-10-22T03:17:35.788Z | Compiling http-body v0.4.5 |
1389 | 2023-10-22T03:17:36.289Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1390 | 2023-10-22T03:17:36.871Z | Compiling usdt-macro v0.3.5 |
1391 | 2023-10-22T03:17:37.192Z | Compiling usdt-attr-macro v0.3.5 |
1392 | 2023-10-22T03:17:38.872Z | Compiling rustls-pemfile v1.0.3 |
1393 | 2023-10-22T03:17:39.444Z | Compiling mime v0.3.17 |
1394 | 2023-10-22T03:17:39.447Z | Compiling tower-service v0.3.2 |
1395 | 2023-10-22T03:17:39.480Z | Compiling openssl-probe v0.1.5 |
1396 | 2023-10-22T03:17:39.604Z | Compiling foreign-types-shared v0.1.1 |
1397 | 2023-10-22T03:17:39.763Z | Compiling foreign-types v0.3.2 |
1398 | 2023-10-22T03:17:40.009Z | Compiling errno v0.3.2 |
1399 | 2023-10-22T03:17:40.083Z | Compiling ipnet v2.8.0 |
1400 | 2023-10-22T03:17:40.432Z | Compiling getopts v0.2.21 |
1401 | 2023-10-22T03:17:41.934Z | Compiling encoding_rs v0.8.33 |
1402 | 2023-10-22T03:17:42.176Z | Compiling unsafe-libyaml v0.2.9 |
1403 | 2023-10-22T03:17:42.230Z | Compiling rustls-native-certs v0.6.3 |
1404 | 2023-10-22T03:17:42.986Z | Compiling tokio-util v0.7.8 |
1405 | 2023-10-22T03:17:44.615Z | Compiling tokio-rustls v0.24.1 |
1406 | 2023-10-22T03:17:45.234Z | Compiling h2 v0.3.21 |
1407 | 2023-10-22T03:17:45.368Z | Compiling serde_yaml v0.9.25 |
1408 | 2023-10-22T03:17:45.454Z | Compiling serde_urlencoded v0.7.1 |
1409 | 2023-10-22T03:17:46.778Z | Compiling webpki-roots v0.25.2 |
1410 | 2023-10-22T03:17:51.363Z | Compiling hmac v0.12.1 |
1411 | 2023-10-22T03:17:51.688Z | Compiling num-integer v0.1.45 |
1412 | 2023-10-22T03:17:51.819Z | Compiling sha2 v0.10.8 |
1413 | 2023-10-22T03:17:52.128Z | Compiling block-padding v0.3.3 |
1414 | 2023-10-22T03:17:53.241Z | Compiling tokio-native-tls v0.3.1 |
1415 | 2023-10-22T03:17:53.454Z | Compiling inout v0.1.3 |
1416 | 2023-10-22T03:17:53.649Z | Compiling futures-executor v0.3.28 |
1417 | 2023-10-22T03:17:53.839Z | Compiling cipher v0.4.4 |
1418 | 2023-10-22T03:17:54.344Z | Compiling toml v0.7.8 |
1419 | 2023-10-22T03:17:54.617Z | Compiling crc32fast v1.3.2 |
1420 | 2023-10-22T03:17:54.648Z | Compiling fallible-iterator v0.2.0 |
1421 | 2023-10-22T03:17:55.787Z | Compiling futures v0.3.28 |
1422 | 2023-10-22T03:17:55.895Z | Compiling ipnetwork v0.20.0 |
1423 | 2023-10-22T03:17:55.979Z | Compiling spin v0.9.8 |
1424 | 2023-10-22T03:17:56.015Z | Compiling siphasher v0.3.11 |
1425 | 2023-10-22T03:17:56.561Z | Compiling usdt v0.3.5 |
1426 | 2023-10-22T03:17:56.973Z | Compiling hyper v0.14.27 |
1427 | 2023-10-22T03:17:57.585Z | Compiling md-5 v0.10.5 |
1428 | 2023-10-22T03:17:57.956Z | Compiling stringprep v0.1.3 |
1429 | 2023-10-22T03:17:58.793Z | Compiling io-lifetimes v1.0.11 |
1430 | 2023-10-22T03:17:59.057Z | Compiling postgres-protocol v0.6.6 |
1431 | 2023-10-22T03:17:59.595Z | Compiling phf_shared v0.11.2 |
1432 | 2023-10-22T03:17:59.682Z | Compiling hex v0.4.3 |
1433 | 2023-10-22T03:17:59.920Z | Compiling enum-as-inner v0.5.1 |
1434 | 2023-10-22T03:18:00.582Z | Compiling slog-async v2.8.0 |
1435 | 2023-10-22T03:18:00.710Z | Compiling postgres-types v0.2.6 |
1436 | 2023-10-22T03:18:01.271Z | Compiling phf v0.11.2 |
1437 | 2023-10-22T03:18:01.326Z | Compiling num-bigint v0.4.4 |
1438 | 2023-10-22T03:18:01.984Z | Compiling rustix v0.37.23 |
1439 | 2023-10-22T03:18:02.052Z | Compiling whoami v1.4.1 |
1440 | 2023-10-22T03:18:02.084Z | Compiling data-encoding v2.4.0 |
1441 | 2023-10-22T03:18:02.989Z | Compiling tokio-postgres v0.7.10 |
1442 | 2023-10-22T03:18:03.660Z | Compiling zerocopy-derive v0.6.4 |
1443 | 2023-10-22T03:18:03.729Z | Compiling static_assertions v1.1.0 |
1444 | 2023-10-22T03:18:06.964Z | Compiling either v1.9.0 |
1445 | 2023-10-22T03:18:07.281Z | Compiling ident_case v1.0.1 |
1446 | 2023-10-22T03:18:07.591Z | Compiling camino v1.1.6 |
1447 | 2023-10-22T03:18:07.604Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1448 | 2023-10-22T03:18:07.628Z | Compiling darling_core v0.20.3 |
1449 | 2023-10-22T03:18:08.455Z | Compiling hyper-rustls v0.24.1 |
1450 | 2023-10-22T03:18:08.740Z | Compiling hyper-tls v0.5.0 |
1451 | 2023-10-22T03:18:08.962Z | Compiling flate2 v1.0.27 |
1452 | 2023-10-22T03:18:09.283Z | Compiling reqwest v0.11.20 |
1453 | 2023-10-22T03:18:09.648Z | Compiling heapless v0.7.16 |
1454 | 2023-10-22T03:18:10.234Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1455 | 2023-10-22T03:18:10.595Z | Compiling memoffset v0.9.0 |
1456 | 2023-10-22T03:18:10.867Z | Compiling matches v0.1.10 |
1457 | 2023-10-22T03:18:11.001Z | Compiling radium v0.7.0 |
1458 | 2023-10-22T03:18:11.027Z | Compiling unicode-segmentation v1.10.1 |
1459 | 2023-10-22T03:18:11.969Z | Compiling managed v0.8.0 |
1460 | 2023-10-22T03:18:12.791Z | Compiling idna v0.2.3 |
1461 | 2023-10-22T03:18:13.046Z | Compiling itertools v0.11.0 |
1462 | 2023-10-22T03:18:14.281Z | Compiling multer v2.1.0 |
1463 | 2023-10-22T03:18:14.818Z | Compiling trust-dns-proto v0.22.0 |
1464 | 2023-10-22T03:18:14.854Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1465 | 2023-10-22T03:18:15.039Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1466 | 2023-10-22T03:18:15.914Z | Compiling async-stream-impl v0.3.5 |
1467 | 2023-10-22T03:18:16.836Z | Compiling darling_macro v0.20.3 |
1468 | 2023-10-22T03:18:18.051Z | Compiling crossbeam-epoch v0.9.15 |
1469 | 2023-10-22T03:18:18.134Z | Compiling num-iter v0.1.43 |
1470 | 2023-10-22T03:18:18.362Z | Compiling darling v0.20.3 |
1471 | 2023-10-22T03:18:18.530Z | Compiling serde_with_macros v2.3.3 |
1472 | 2023-10-22T03:18:18.556Z | Compiling bit-vec v0.6.3 |
1473 | 2023-10-22T03:18:18.638Z | Compiling smoltcp v0.9.1 |
1474 | 2023-10-22T03:18:19.267Z | Compiling paste v1.0.14 |
1475 | 2023-10-22T03:18:19.563Z | Compiling utf8parse v0.2.1 |
1476 | 2023-10-22T03:18:19.808Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1477 | 2023-10-22T03:18:19.902Z | Compiling anstyle v1.0.2 |
1478 | 2023-10-22T03:18:20.757Z | Compiling anstyle-parse v0.2.1 |
1479 | 2023-10-22T03:18:22.404Z | Compiling zerocopy v0.6.4 |
1480 | 2023-10-22T03:18:23.090Z | Compiling signature v2.1.0 |
1481 | 2023-10-22T03:18:23.428Z | Compiling hubpack_derive v0.1.1 |
1482 | 2023-10-22T03:18:23.834Z | Compiling clap_derive v4.4.2 |
1483 | 2023-10-22T03:18:23.948Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1484 | 2023-10-22T03:18:24.359Z | Compiling colorchoice v1.0.0 |
1485 | 2023-10-22T03:18:24.603Z | Compiling anstyle-query v1.0.0 |
1486 | 2023-10-22T03:18:24.796Z | Compiling anstream v0.5.0 |
1487 | 2023-10-22T03:18:25.575Z | Compiling terminal_size v0.2.6 |
1488 | 2023-10-22T03:18:27.589Z | Compiling yasna v0.5.2 |
1489 | 2023-10-22T03:18:28.153Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1490 | 2023-10-22T03:18:28.547Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1491 | 2023-10-22T03:18:29.252Z | Compiling structmeta-derive v0.1.6 |
1492 | 2023-10-22T03:18:29.740Z | Compiling diesel_table_macro_syntax v0.1.0 |
1493 | 2023-10-22T03:18:30.331Z | Compiling hash32 v0.2.1 |
1494 | 2023-10-22T03:18:30.804Z | Compiling tap v1.0.1 |
1495 | 2023-10-22T03:18:31.066Z | Compiling stable_deref_trait v1.2.0 |
1496 | 2023-10-22T03:18:31.091Z | Compiling clap_lex v0.5.1 |
1497 | 2023-10-22T03:18:31.764Z | Compiling clap_builder v4.4.2 |
1498 | 2023-10-22T03:18:31.905Z | Compiling wyz v0.5.1 |
1499 | 2023-10-22T03:18:32.108Z | Compiling diesel_derives v2.1.1 |
1500 | 2023-10-22T03:18:33.225Z | Compiling tokio-stream v0.1.14 |
1501 | 2023-10-22T03:18:33.666Z | Compiling structmeta v0.1.6 |
1502 | 2023-10-22T03:18:34.106Z | Compiling serde_repr v0.1.16 |
1503 | 2023-10-22T03:18:34.281Z | Compiling scheduled-thread-pool v0.2.7 |
1504 | 2023-10-22T03:18:34.746Z | Compiling regex-syntax v0.6.29 |
1505 | 2023-10-22T03:18:34.864Z | Compiling funty v2.0.0 |
1506 | 2023-10-22T03:18:35.235Z | Compiling regex-automata v0.1.10 |
1507 | 2023-10-22T03:18:35.998Z | Compiling bstr v0.2.17 |
1508 | 2023-10-22T03:18:36.571Z | Compiling r2d2 v0.8.10 |
1509 | 2023-10-22T03:18:37.168Z | Compiling bitvec v1.0.1 |
1510 | 2023-10-22T03:18:38.239Z | Compiling clap v4.4.3 |
1511 | 2023-10-22T03:18:38.641Z | Compiling hubpack v0.1.2 |
1512 | 2023-10-22T03:18:39.786Z | Compiling itertools v0.10.5 |
1513 | 2023-10-22T03:18:40.252Z | Compiling phf_shared v0.10.0 |
1514 | 2023-10-22T03:18:41.628Z | Compiling float-cmp v0.9.0 |
1515 | 2023-10-22T03:18:41.982Z | Compiling difflib v0.4.0 |
1516 | 2023-10-22T03:18:42.143Z | Compiling unicode-linebreak v0.1.5 |
1517 | 2023-10-22T03:18:43.038Z | Compiling precomputed-hash v0.1.1 |
1518 | 2023-10-22T03:18:43.209Z | Compiling predicates-core v1.0.6 |
1519 | 2023-10-22T03:18:44.353Z | Compiling parse-display-derive v0.7.0 |
1520 | 2023-10-22T03:18:44.679Z | Compiling fixedbitset v0.4.2 |
1521 | 2023-10-22T03:18:44.810Z | Compiling new_debug_unreachable v1.0.4 |
1522 | 2023-10-22T03:18:44.868Z | Compiling normalize-line-endings v0.3.0 |
1523 | 2023-10-22T03:18:44.944Z | Compiling smawk v0.3.1 |
1524 | 2023-10-22T03:18:45.248Z | Compiling textwrap v0.16.0 |
1525 | 2023-10-22T03:18:45.407Z | Compiling petgraph v0.6.4 |
1526 | 2023-10-22T03:18:46.213Z | Compiling predicates v3.0.4 |
1527 | 2023-10-22T03:18:47.504Z | Compiling string_cache v0.8.7 |
1528 | 2023-10-22T03:18:48.278Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1529 | 2023-10-22T03:18:48.950Z | Compiling similar v2.2.1 |
1530 | 2023-10-22T03:18:49.135Z | Compiling bit-set v0.5.3 |
1531 | 2023-10-22T03:18:49.488Z | Compiling console v0.15.7 |
1532 | 2023-10-22T03:18:49.556Z | Compiling bstr v1.6.0 |
1533 | 2023-10-22T03:18:50.747Z | Compiling lalrpop-util v0.19.12 |
1534 | 2023-10-22T03:18:56.151Z | Compiling diesel v2.1.1 |
1535 | 2023-10-22T03:19:01.764Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1536 | 2023-10-22T03:19:02.381Z | Compiling proc-macro-crate v1.3.1 |
1537 | 2023-10-22T03:19:03.479Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1538 | 2023-10-22T03:19:12.822Z | Compiling crucible-workspace-hack v0.1.0 |
1539 | 2023-10-22T03:19:32.443Z | Compiling atty v0.2.14 |
1540 | 2023-10-22T03:19:35.798Z | Compiling sha1 v0.10.5 |
1541 | 2023-10-22T03:19:36.492Z | Compiling match_cfg v0.1.0 |
1542 | 2023-10-22T03:19:36.631Z | Compiling hostname v0.3.1 |
1543 | 2023-10-22T03:19:40.994Z | Compiling dirs-sys-next v0.1.2 |
1544 | 2023-10-22T03:19:42.936Z | Compiling dirs-next v2.0.0 |
1545 | 2023-10-22T03:19:47.120Z | Compiling thread_local v1.1.7 |
1546 | 2023-10-22T03:19:50.323Z | Compiling term v0.7.0 |
1547 | 2023-10-22T03:19:50.614Z | Compiling crossbeam-channel v0.5.8 |
1548 | 2023-10-22T03:19:52.291Z | Compiling take_mut v0.2.2 |
1549 | 2023-10-22T03:19:52.532Z | Compiling slog-term v2.9.0 |
1550 | 2023-10-22T03:19:53.622Z | Compiling slog-json v2.6.1 |
1551 | 2023-10-22T03:19:54.212Z | Compiling instant v0.1.12 |
1552 | 2023-10-22T03:19:54.732Z | Compiling slog-bunyan v2.4.0 |
1553 | 2023-10-22T03:19:55.722Z | Compiling strum v0.25.0 |
1554 | 2023-10-22T03:19:56.366Z | Compiling atomic-waker v1.1.1 |
1555 | 2023-10-22T03:19:56.646Z | Compiling waitgroup v0.1.2 |
1556 | 2023-10-22T03:19:56.861Z | Compiling num_enum_derive v0.5.11 |
1557 | 2023-10-22T03:19:56.984Z | Compiling serde_with v2.3.3 |
1558 | 2023-10-22T03:19:57.357Z | Compiling async-stream v0.3.5 |
1559 | 2023-10-22T03:19:59.338Z | Compiling serde_path_to_error v0.1.14 |
1560 | 2023-10-22T03:19:59.535Z | Compiling libz-sys v1.1.12 |
1561 | 2023-10-22T03:19:59.882Z | Compiling fastrand v2.0.0 |
1562 | 2023-10-22T03:20:00.323Z | Compiling debug-ignore v1.0.5 |
1563 | 2023-10-22T03:20:00.768Z | Compiling tempfile v3.8.0 |
1564 | 2023-10-22T03:20:02.470Z | Compiling slog-dtrace v0.2.3 |
1565 | 2023-10-22T03:20:02.893Z | Compiling proc-macro-error-attr v1.0.4 |
1566 | 2023-10-22T03:20:04.545Z | Compiling backoff v0.4.0 |
1567 | 2023-10-22T03:20:05.060Z | Compiling parse-display v0.7.0 |
1568 | 2023-10-22T03:20:05.699Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1569 | 2023-10-22T03:20:06.473Z | Compiling macaddr v1.0.1 |
1570 | 2023-10-22T03:20:06.628Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1571 | 2023-10-22T03:20:06.844Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1572 | 2023-10-22T03:20:07.191Z | Compiling proc-macro-error v1.0.4 |
1573 | 2023-10-22T03:20:07.861Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1574 | 2023-10-22T03:20:10.029Z | Compiling libsqlite3-sys v0.26.0 |
1575 | 2023-10-22T03:20:10.105Z | Compiling memoffset v0.7.1 |
1576 | 2023-10-22T03:20:10.800Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1577 | 2023-10-22T03:20:13.086Z | Compiling foreign-types-macros v0.2.3 |
1578 | 2023-10-22T03:20:13.618Z | Compiling vergen v8.2.4 |
1579 | 2023-10-22T03:20:14.021Z | Compiling base64ct v1.6.0 |
1580 | 2023-10-22T03:20:16.855Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1581 | 2023-10-22T03:20:18.408Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1582 | 2023-10-22T03:20:23.225Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1583 | 2023-10-22T03:20:23.517Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1584 | 2023-10-22T03:20:24.449Z | Compiling platforms v3.0.2 |
1585 | 2023-10-22T03:20:24.609Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1586 | 2023-10-22T03:20:24.747Z | Compiling num_enum_derive v0.7.0 |
1587 | 2023-10-22T03:20:24.839Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1588 | 2023-10-22T03:20:25.041Z | Compiling password-hash v0.5.0 |
1589 | 2023-10-22T03:20:25.448Z | Compiling heck v0.3.3 |
1590 | 2023-10-22T03:20:25.844Z | Compiling curve25519-dalek v4.1.0 |
1591 | 2023-10-22T03:20:26.029Z | Compiling blake2 v0.10.6 |
1592 | 2023-10-22T03:20:26.199Z | Compiling libefi-sys v0.1.0 |
1593 | 2023-10-22T03:20:26.504Z | Compiling structopt-derive v0.4.18 |
1594 | 2023-10-22T03:20:26.637Z | Compiling zone_cfg_derive v0.2.0 |
1595 | 2023-10-22T03:20:26.835Z | Compiling argon2 v0.5.2 |
1596 | 2023-10-22T03:20:28.354Z | Compiling curve25519-dalek-derive v0.1.0 |
1597 | 2023-10-22T03:20:28.850Z | Compiling num-derive v0.4.0 |
1598 | 2023-10-22T03:20:28.956Z | Compiling same-file v1.0.6 |
1599 | 2023-10-22T03:20:29.306Z | Compiling walkdir v2.4.0 |
1600 | 2023-10-22T03:20:29.848Z | Compiling toml v0.5.11 |
1601 | 2023-10-22T03:20:30.374Z | Compiling semver-parser v0.10.2 |
1602 | 2023-10-22T03:20:30.606Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1603 | 2023-10-22T03:20:31.061Z | Compiling xattr v1.0.1 |
1604 | 2023-10-22T03:20:31.142Z | Compiling filetime v0.2.22 |
1605 | 2023-10-22T03:20:31.472Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1606 | 2023-10-22T03:20:31.639Z | Compiling erased-serde v0.3.30 |
1607 | 2023-10-22T03:20:31.886Z | Compiling getrandom v0.1.16 |
1608 | 2023-10-22T03:20:32.397Z | Compiling semver v0.11.0 |
1609 | 2023-10-22T03:20:32.490Z | Compiling tar v0.4.40 |
1610 | 2023-10-22T03:20:32.622Z | Compiling universal-hash v0.5.1 |
1611 | 2023-10-22T03:20:32.726Z | Compiling bitstruct_derive v0.1.0 |
1612 | 2023-10-22T03:20:32.919Z | Compiling async-recursion v1.0.5 |
1613 | 2023-10-22T03:20:33.559Z | Compiling home v0.5.5 |
1614 | 2023-10-22T03:20:33.786Z | Compiling opaque-debug v0.3.0 |
1615 | 2023-10-22T03:20:33.899Z | Compiling toolchain_find v0.2.0 |
1616 | 2023-10-22T03:20:34.231Z | Compiling num-rational v0.4.1 |
1617 | 2023-10-22T03:20:34.475Z | Compiling unicase v2.7.0 |
1618 | 2023-10-22T03:20:34.718Z | Compiling parking_lot_core v0.8.6 |
1619 | 2023-10-22T03:20:34.742Z | Compiling rustfmt-wrapper v0.2.0 |
1620 | 2023-10-22T03:20:34.795Z | Compiling omicron-zone-package v0.8.3 |
1621 | 2023-10-22T03:20:35.175Z | Compiling num_enum v0.5.11 |
1622 | 2023-10-22T03:20:35.316Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1623 | 2023-10-22T03:20:35.414Z | Compiling aead v0.5.2 |
1624 | 2023-10-22T03:20:35.879Z | Compiling postcard-cobs v0.1.5-pre |
1625 | 2023-10-22T03:20:35.977Z | Compiling winapi v0.3.9 |
1626 | 2023-10-22T03:20:36.034Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1627 | 2023-10-22T03:20:36.128Z | Compiling postcard v0.7.3 |
1628 | 2023-10-22T03:20:36.462Z | Compiling polyval v0.6.1 |
1629 | 2023-10-22T03:20:36.682Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1630 | 2023-10-22T03:20:37.103Z | Compiling smoltcp v0.8.2 |
1631 | 2023-10-22T03:20:37.194Z | Compiling ctr v0.9.2 |
1632 | 2023-10-22T03:20:37.369Z | Compiling aes v0.8.3 |
1633 | 2023-10-22T03:20:37.847Z | Compiling thiserror-impl-no-std v2.0.2 |
1634 | 2023-10-22T03:20:37.866Z | Compiling foreign-types-shared v0.3.1 |
1635 | 2023-10-22T03:20:38.198Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1636 | 2023-10-22T03:20:38.486Z | Compiling cfg-if v0.1.10 |
1637 | 2023-10-22T03:20:38.631Z | Compiling foreign-types v0.5.0 |
1638 | 2023-10-22T03:20:39.314Z | Compiling mime_guess v2.0.4 |
1639 | 2023-10-22T03:20:42.255Z | Compiling is-terminal v0.4.9 |
1640 | 2023-10-22T03:20:42.434Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1641 | 2023-10-22T03:20:42.480Z | Compiling toml_edit v0.20.0 |
1642 | 2023-10-22T03:20:43.607Z | Compiling hashlink v0.8.3 |
1643 | 2023-10-22T03:20:44.644Z | Compiling cstr-argument v0.1.2 |
1644 | 2023-10-22T03:20:45.482Z | Compiling pretty-hex v0.2.1 |
1645 | 2023-10-22T03:20:45.779Z | Compiling fallible-streaming-iterator v0.1.9 |
1646 | 2023-10-22T03:20:46.163Z | Compiling rusqlite v0.29.0 |
1647 | 2023-10-22T03:20:46.361Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1648 | 2023-10-22T03:20:46.908Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1649 | 2023-10-22T03:20:47.858Z | Compiling toml v0.8.0 |
1650 | 2023-10-22T03:20:50.417Z | Compiling colored v2.0.4 |
1651 | 2023-10-22T03:20:50.564Z | Compiling nix v0.26.2 |
1652 | 2023-10-22T03:20:50.790Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1653 | 2023-10-22T03:20:52.743Z | Compiling twox-hash v1.6.3 |
1654 | 2023-10-22T03:20:52.997Z | Compiling hkdf v0.12.3 |
1655 | 2023-10-22T03:20:53.738Z | Compiling textwrap v0.11.0 |
1656 | 2023-10-22T03:20:53.923Z | Compiling const_format_proc_macros v0.2.31 |
1657 | 2023-10-22T03:20:54.602Z | Compiling linked-hash-map v0.5.6 |
1658 | 2023-10-22T03:20:55.178Z | Compiling strsim v0.8.0 |
1659 | 2023-10-22T03:20:56.272Z | Compiling base64 v0.13.1 |
1660 | 2023-10-22T03:20:56.413Z | Compiling ansi_term v0.12.1 |
1661 | 2023-10-22T03:20:57.224Z | Compiling quick-error v1.2.3 |
1662 | 2023-10-22T03:20:57.470Z | Compiling vec_map v0.8.2 |
1663 | 2023-10-22T03:20:57.932Z | Compiling clap v2.34.0 |
1664 | 2023-10-22T03:20:58.110Z | Compiling resolv-conf v0.7.0 |
1665 | 2023-10-22T03:20:58.578Z | Compiling lru-cache v0.1.2 |
1666 | 2023-10-22T03:20:59.977Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1667 | 2023-10-22T03:21:00.885Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1668 | 2023-10-22T03:21:02.193Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1669 | 2023-10-22T03:21:04.339Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1670 | 2023-10-22T03:21:05.251Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1671 | 2023-10-22T03:21:08.043Z | Compiling num_enum v0.7.0 |
1672 | 2023-10-22T03:21:08.292Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1673 | 2023-10-22T03:21:09.908Z | Compiling bincode v1.3.3 |
1674 | 2023-10-22T03:21:11.019Z | Compiling convert_case v0.4.0 |
1675 | 2023-10-22T03:21:11.530Z | Compiling termcolor v1.2.0 |
1676 | 2023-10-22T03:21:12.060Z | Compiling utf-8 v0.7.6 |
1677 | 2023-10-22T03:21:12.288Z | Compiling keccak v0.1.4 |
1678 | 2023-10-22T03:21:12.628Z | Compiling humantime v2.1.0 |
1679 | 2023-10-22T03:21:13.667Z | Compiling cancel-safe-futures v0.1.2 |
1680 | 2023-10-22T03:21:13.698Z | Compiling env_logger v0.9.3 |
1681 | 2023-10-22T03:21:13.991Z | Compiling sha3 v0.10.8 |
1682 | 2023-10-22T03:21:14.360Z | Compiling derive_more v0.99.17 |
1683 | 2023-10-22T03:21:15.111Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1684 | 2023-10-22T03:21:20.477Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1685 | 2023-10-22T03:21:23.419Z | Compiling structopt v0.3.26 |
1686 | 2023-10-22T03:21:23.662Z | Compiling trust-dns-resolver v0.22.0 |
1687 | 2023-10-22T03:21:26.839Z | Compiling aes-gcm-siv v0.11.1 |
1688 | 2023-10-22T03:21:26.866Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1689 | 2023-10-22T03:21:27.297Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1690 | 2023-10-22T03:21:28.494Z | Compiling zone v0.2.0 |
1691 | 2023-10-22T03:21:29.279Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1692 | 2023-10-22T03:21:29.913Z | Compiling secrecy v0.8.0 |
1693 | 2023-10-22T03:21:30.181Z | Compiling smf v0.2.2 |
1694 | 2023-10-22T03:21:30.335Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1695 | 2023-10-22T03:21:31.471Z | Compiling ringbuffer v0.15.0 |
1696 | 2023-10-22T03:21:31.968Z | Compiling ascii v1.1.0 |
1697 | 2023-10-22T03:21:32.747Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1698 | 2023-10-22T03:21:33.055Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1699 | 2023-10-22T03:21:33.357Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1700 | 2023-10-22T03:21:34.642Z | Compiling bitstruct v0.1.1 |
1701 | 2023-10-22T03:21:36.292Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1702 | 2023-10-22T03:21:36.476Z | Compiling serde_arrays v0.1.0 |
1703 | 2023-10-22T03:21:36.855Z | Compiling ff v0.13.0 |
1704 | 2023-10-22T03:21:37.109Z | Compiling nibble_vec v0.1.0 |
1705 | 2023-10-22T03:21:37.373Z | Compiling endian-type v0.1.2 |
1706 | 2023-10-22T03:21:37.437Z | Compiling arc-swap v1.6.0 |
1707 | 2023-10-22T03:21:37.754Z | Compiling radix_trie v0.2.1 |
1708 | 2023-10-22T03:21:37.920Z | Compiling group v0.13.0 |
1709 | 2023-10-22T03:21:38.283Z | Compiling slog-scope v4.4.0 |
1710 | 2023-10-22T03:21:38.549Z | Compiling rand_core v0.5.1 |
1711 | 2023-10-22T03:21:38.894Z | Compiling tungstenite v0.20.1 |
1712 | 2023-10-22T03:21:39.320Z | Compiling poly1305 v0.8.0 |
1713 | 2023-10-22T03:21:40.630Z | Compiling chacha20 v0.9.1 |
1714 | 2023-10-22T03:21:41.152Z | Compiling crypto-bigint v0.5.2 |
1715 | 2023-10-22T03:21:41.243Z | Compiling num-complex v0.4.4 |
1716 | 2023-10-22T03:21:41.269Z | Compiling base16ct v0.2.0 |
1717 | 2023-10-22T03:21:41.295Z | Compiling ciborium-io v0.2.1 |
1718 | 2023-10-22T03:21:41.825Z | Compiling half v1.8.2 |
1719 | 2023-10-22T03:21:42.255Z | Compiling option-ext v0.2.0 |
1720 | 2023-10-22T03:21:42.423Z | Compiling dirs-sys v0.4.1 |
1721 | 2023-10-22T03:21:42.766Z | Compiling ciborium-ll v0.2.1 |
1722 | 2023-10-22T03:21:42.926Z | Compiling num v0.4.1 |
1723 | 2023-10-22T03:21:43.101Z | Compiling tokio-tungstenite v0.20.1 |
1724 | 2023-10-22T03:21:43.265Z | Compiling parking_lot v0.11.2 |
1725 | 2023-10-22T03:21:43.336Z | Compiling rand_chacha v0.2.2 |
1726 | 2023-10-22T03:21:43.445Z | Compiling slog-stdlog v4.1.1 |
1727 | 2023-10-22T03:21:43.471Z | Compiling trust-dns-client v0.22.0 |
1728 | 2023-10-22T03:21:43.801Z | Compiling thiserror-no-std v2.0.2 |
1729 | 2023-10-22T03:21:44.952Z | Compiling elliptic-curve v0.13.5 |
1730 | 2023-10-22T03:21:44.986Z | Compiling password-hash v0.4.2 |
1731 | 2023-10-22T03:21:45.130Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1732 | 2023-10-22T03:21:45.510Z | Compiling ed25519 v2.2.2 |
1733 | 2023-10-22T03:21:45.756Z | Compiling blowfish v0.9.1 |
1734 | 2023-10-22T03:21:46.193Z | Compiling pbkdf2 v0.12.2 |
1735 | 2023-10-22T03:21:46.436Z | Compiling fxhash v0.2.1 |
1736 | 2023-10-22T03:21:46.847Z | Compiling sled v0.34.7 |
1737 | 2023-10-22T03:21:47.150Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1738 | 2023-10-22T03:21:47.627Z | Compiling bcrypt-pbkdf v0.10.0 |
1739 | 2023-10-22T03:21:47.697Z | Compiling trust-dns-server v0.22.1 |
1740 | 2023-10-22T03:21:47.810Z | Compiling ed25519-dalek v2.0.0 |
1741 | 2023-10-22T03:21:48.235Z | Compiling pbkdf2 v0.11.0 |
1742 | 2023-10-22T03:21:48.308Z | Compiling vsss-rs v3.3.1 |
1743 | 2023-10-22T03:21:48.816Z | Compiling russh-cryptovec v0.7.0 |
1744 | 2023-10-22T03:21:49.572Z | Compiling rand v0.7.3 |
1745 | 2023-10-22T03:21:49.806Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1746 | 2023-10-22T03:21:50.117Z | Compiling slog-envlogger v2.2.0 |
1747 | 2023-10-22T03:21:51.382Z | Compiling ciborium v0.2.1 |
1748 | 2023-10-22T03:21:52.886Z | Compiling dirs v5.0.1 |
1749 | 2023-10-22T03:21:52.916Z | Compiling chacha20poly1305 v0.10.1 |
1750 | 2023-10-22T03:21:53.196Z | Compiling tungstenite v0.18.0 |
1751 | 2023-10-22T03:21:53.222Z | Compiling const_format v0.2.31 |
1752 | 2023-10-22T03:21:54.088Z | Compiling pem v1.1.1 |
1753 | 2023-10-22T03:21:54.246Z | Compiling ron v0.7.1 |
1754 | 2023-10-22T03:21:55.977Z | Compiling ghash v0.5.0 |
1755 | 2023-10-22T03:21:56.858Z | Compiling camino-tempfile v1.0.2 |
1756 | 2023-10-22T03:21:57.846Z | Compiling cbc v0.1.2 |
1757 | 2023-10-22T03:21:57.882Z | Compiling headers-core v0.2.0 |
1758 | 2023-10-22T03:21:58.375Z | Compiling bit_field v0.10.2 |
1759 | 2023-10-22T03:21:58.602Z | Compiling md5 v0.7.0 |
1760 | 2023-10-22T03:21:58.631Z | Compiling http-range v0.1.5 |
1761 | 2023-10-22T03:21:58.807Z | Compiling pretty-hex v0.3.0 |
1762 | 2023-10-22T03:21:58.940Z | Compiling hyper-staticfile v0.9.5 |
1763 | 2023-10-22T03:21:59.087Z | Compiling russh-keys v0.38.0 |
1764 | 2023-10-22T03:22:00.514Z | Compiling headers v0.3.9 |
1765 | 2023-10-22T03:22:04.342Z | Compiling aes-gcm v0.10.2 |
1766 | 2023-10-22T03:22:04.836Z | Compiling tokio-tungstenite v0.18.0 |
1767 | 2023-10-22T03:22:05.100Z | Compiling rcgen v0.10.0 |
1768 | 2023-10-22T03:22:11.353Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1769 | 2023-10-22T03:22:11.701Z | Compiling atomicwrites v0.4.2 |
1770 | 2023-10-22T03:22:12.334Z | Compiling subprocess v0.2.9 |
1771 | 2023-10-22T03:22:12.902Z | Compiling hex-literal v0.4.1 |
1772 | 2023-10-22T03:22:13.031Z | Compiling glob v0.3.1 |
1773 | 2023-10-22T03:22:13.506Z | Compiling russh v0.38.0 |
1774 | 2023-10-22T03:22:19.661Z | Compiling bzip2 v0.4.4 |
1775 | 2023-10-22T03:22:20.125Z | Compiling zip v0.6.6 |
1776 | 2023-10-22T03:22:22.510Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1777 | 2023-10-22T03:22:23.144Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1778 | 2023-10-22T03:22:23.232Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1779 | 2023-10-22T03:22:23.257Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1780 | 2023-10-22T03:22:23.684Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1781 | 2023-10-22T03:22:23.771Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1782 | 2023-10-22T03:22:23.886Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1783 | 2023-10-22T03:22:24.271Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1784 | 2023-10-22T03:22:24.360Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1785 | 2023-10-22T03:22:26.694Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1786 | 2023-10-22T03:22:36.457Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1787 | 2023-10-22T03:22:42.607Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1788 | 2023-10-22T03:22:42.610Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1789 | 2023-10-22T03:22:51.603Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1790 | 2023-10-22T03:22:58.816Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1791 | 2023-10-22T03:23:03.107Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1792 | 2023-10-22T03:23:06.107Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1793 | 2023-10-22T03:23:12.424Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1794 | 2023-10-22T03:23:15.990Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1795 | 2023-10-22T03:23:16.377Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1796 | 2023-10-22T03:23:31.029Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1797 | 2023-10-22T03:23:57.532Z | Compiling git2 v0.17.2 |
1798 | 2023-10-22T03:24:03.937Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1799 | 2023-10-22T03:24:05.904Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1800 | 2023-10-22T03:24:18.025Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1801 | 2023-10-22T03:24:34.328Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1802 | 2023-10-22T03:24:34.630Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1803 | 2023-10-22T03:24:35.186Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1804 | 2023-10-22T03:24:38.303Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1805 | 2023-10-22T03:25:16.187Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1806 | 2023-10-22T03:26:53.157Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 51s |
1807 | 2023-10-22T03:26:53.505Z | |
1808 | 2023-10-22T03:26:53.508Z | real 10:51.978384791 |
1809 | 2023-10-22T03:26:53.510Z | user 58:59.325168888 |
1810 | 2023-10-22T03:26:53.514Z | sys 9:45.872445090 |
1811 | 2023-10-22T03:26:53.516Z | trap 2.492698885 |
1812 | 2023-10-22T03:26:53.519Z | tflt 2.244812550 |
1813 | 2023-10-22T03:26:53.522Z | dflt 7.890707708 |
1814 | 2023-10-22T03:26:53.525Z | kflt 0.025177831 |
1815 | 2023-10-22T03:26:53.528Z | lock 1:50:54.159688320 |
1816 | 2023-10-22T03:26:53.532Z | slp 3:05:48.189678829 |
1817 | 2023-10-22T03:26:53.535Z | lat 2:31.208979032 |
1818 | 2023-10-22T03:26:53.537Z | stop 6:21.587805892 |
1819 | 2023-10-22T03:26:53.540Z | + mkdir -p /work/end-to-end-tests |
1820 | 2023-10-22T03:26:53.694Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1821 | 2023-10-22T03:26:54.035Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1822 | 2023-10-22T03:26:54.039Z | + ptime -m gzip |
1823 | 2023-10-22T03:26:54.042Z | ++ basename target/debug/bootstrap |
1824 | 2023-10-22T03:27:11.038Z | |
1825 | 2023-10-22T03:27:11.041Z | real 16.990894603 |
1826 | 2023-10-22T03:27:11.044Z | user 16.816066652 |
1827 | 2023-10-22T03:27:11.047Z | sys 0.162972468 |
1828 | 2023-10-22T03:27:11.050Z | trap 0.005395084 |
1829 | 2023-10-22T03:27:11.053Z | tflt 0.000000000 |
1830 | 2023-10-22T03:27:11.056Z | dflt 0.000000000 |
1831 | 2023-10-22T03:27:11.059Z | kflt 0.000000000 |
1832 | 2023-10-22T03:27:11.062Z | lock 0.000000000 |
1833 | 2023-10-22T03:27:11.065Z | slp 0.000000000 |
1834 | 2023-10-22T03:27:11.068Z | lat 0.005819923 |
1835 | 2023-10-22T03:27:11.072Z | stop 0.000525046 |
1836 | 2023-10-22T03:27:11.076Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1837 | 2023-10-22T03:27:11.079Z | + ptime -m gzip |
1838 | 2023-10-22T03:27:11.082Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b4242ab00b4c43e7 |
1839 | 2023-10-22T03:27:12.146Z | |
1840 | 2023-10-22T03:27:12.151Z | real 1.100211509 |
1841 | 2023-10-22T03:27:12.154Z | user 1.089058937 |
1842 | 2023-10-22T03:27:12.158Z | sys 0.010508672 |
1843 | 2023-10-22T03:27:12.161Z | trap 0.000098935 |
1844 | 2023-10-22T03:27:12.164Z | tflt 0.000000000 |
1845 | 2023-10-22T03:27:12.167Z | dflt 0.000000000 |
1846 | 2023-10-22T03:27:12.173Z | kflt 0.000000000 |
1847 | 2023-10-22T03:27:12.176Z | lock 0.000000000 |
1848 | 2023-10-22T03:27:12.179Z | slp 0.000000000 |
1849 | 2023-10-22T03:27:12.181Z | lat 0.000211068 |
1850 | 2023-10-22T03:27:12.184Z | stop 0.000220635 |
1851 | 2023-10-22T03:27:12.187Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1852 | 2023-10-22T03:27:12.190Z | + ptime -m gzip |
1853 | 2023-10-22T03:27:12.193Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0e54d5c810ee3c0c |
1854 | 2023-10-22T03:27:31.448Z | |
1855 | 2023-10-22T03:27:31.451Z | real 19.293912620 |
1856 | 2023-10-22T03:27:31.454Z | user 19.114147157 |
1857 | 2023-10-22T03:27:31.457Z | sys 0.173671172 |
1858 | 2023-10-22T03:27:31.460Z | trap 0.003952820 |
1859 | 2023-10-22T03:27:31.463Z | tflt 0.000000000 |
1860 | 2023-10-22T03:27:31.466Z | dflt 0.000000000 |
1861 | 2023-10-22T03:27:31.469Z | kflt 0.000000000 |
1862 | 2023-10-22T03:27:31.472Z | lock 0.000000000 |
1863 | 2023-10-22T03:27:31.475Z | slp 0.000000000 |
1864 | 2023-10-22T03:27:31.478Z | lat 0.001812957 |
1865 | 2023-10-22T03:27:31.481Z | stop 0.000217315 |
1866 | 2023-10-22T03:27:31.483Z | + banner caboose-util |
1867 | 2023-10-22T03:27:31.486Z | |
1868 | 2023-10-22T03:27:31.489Z | #### ## ##### #### #### #### ###### # # ##### |
1869 | 2023-10-22T03:27:31.492Z | # # # # # # # # # # # # # # # |
1870 | 2023-10-22T03:27:31.496Z | # # # ##### # # # # #### ##### ##### # # # |
1871 | 2023-10-22T03:27:31.500Z | # ###### # # # # # # # # # # # |
1872 | 2023-10-22T03:27:31.503Z | # # # # # # # # # # # # # # # # |
1873 | 2023-10-22T03:27:31.506Z | #### # # ##### #### #### #### ###### #### # |
1874 | 2023-10-22T03:27:31.509Z | |
1875 | 2023-10-22T03:27:31.512Z | + ptime -m cargo build --locked -p caboose-util --release |
1876 | 2023-10-22T03:27:32.147Z | Downloading crates ... |
1877 | 2023-10-22T03:27:32.490Z | Downloaded flagset v0.4.3 |
1878 | 2023-10-22T03:27:32.500Z | Downloaded ron v0.8.1 |
1879 | 2023-10-22T03:27:32.509Z | Downloaded packed_struct_codegen v0.10.1 |
1880 | 2023-10-22T03:27:32.512Z | Downloaded nodrop v0.1.14 |
1881 | 2023-10-22T03:27:32.515Z | Downloaded crc v3.0.1 |
1882 | 2023-10-22T03:27:32.518Z | Downloaded bitfield v0.14.0 |
1883 | 2023-10-22T03:27:32.521Z | Downloaded path-slash v0.1.5 |
1884 | 2023-10-22T03:27:32.524Z | Downloaded serde-hex v0.1.0 |
1885 | 2023-10-22T03:27:32.527Z | Downloaded pkcs1 v0.7.5 |
1886 | 2023-10-22T03:27:32.530Z | Downloaded smallvec v0.6.14 |
1887 | 2023-10-22T03:27:32.533Z | Downloaded pem-rfc7468 v0.7.0 |
1888 | 2023-10-22T03:27:32.536Z | Downloaded crc-any v2.4.3 |
1889 | 2023-10-22T03:27:32.539Z | Downloaded array-init v0.0.4 |
1890 | 2023-10-22T03:27:32.542Z | Downloaded rsa v0.9.2 |
1891 | 2023-10-22T03:27:32.548Z | Downloaded x509-cert v0.2.4 |
1892 | 2023-10-22T03:27:32.558Z | Downloaded num-bigint-dig v0.8.4 |
1893 | 2023-10-22T03:27:32.566Z | Downloaded object v0.30.4 |
1894 | 2023-10-22T03:27:32.582Z | Downloaded env_logger v0.10.0 |
1895 | 2023-10-22T03:27:32.586Z | Downloaded der_derive v0.7.2 |
1896 | 2023-10-22T03:27:32.589Z | Downloaded maybe-uninit v2.0.0 |
1897 | 2023-10-22T03:27:32.592Z | Downloaded packed_struct v0.10.1 |
1898 | 2023-10-22T03:27:32.595Z | Downloaded crc-catalog v2.2.0 |
1899 | 2023-10-22T03:27:32.749Z | Compiling proc-macro2 v1.0.67 |
1900 | 2023-10-22T03:27:32.752Z | Compiling unicode-ident v1.0.12 |
1901 | 2023-10-22T03:27:32.754Z | Compiling libc v0.2.149 |
1902 | 2023-10-22T03:27:32.757Z | Compiling autocfg v1.1.0 |
1903 | 2023-10-22T03:27:32.761Z | Compiling serde v1.0.188 |
1904 | 2023-10-22T03:27:32.770Z | Compiling version_check v0.9.4 |
1905 | 2023-10-22T03:27:32.773Z | Compiling cfg-if v1.0.0 |
1906 | 2023-10-22T03:27:32.887Z | Compiling once_cell v1.18.0 |
1907 | 2023-10-22T03:27:32.898Z | Compiling syn v1.0.109 |
1908 | 2023-10-22T03:27:33.021Z | Compiling parking_lot_core v0.9.8 |
1909 | 2023-10-22T03:27:33.518Z | Compiling typenum v1.16.0 |
1910 | 2023-10-22T03:27:33.553Z | Compiling libm v0.2.7 |
1911 | 2023-10-22T03:27:33.577Z | Compiling futures-core v0.3.28 |
1912 | 2023-10-22T03:27:33.846Z | Compiling generic-array v0.14.7 |
1913 | 2023-10-22T03:27:33.941Z | Compiling lock_api v0.4.10 |
1914 | 2023-10-22T03:27:34.042Z | Compiling num-traits v0.2.16 |
1915 | 2023-10-22T03:27:34.060Z | Compiling pkg-config v0.3.27 |
1916 | 2023-10-22T03:27:34.351Z | Compiling slab v0.4.9 |
1917 | 2023-10-22T03:27:34.439Z | Compiling serde_json v1.0.107 |
1918 | 2023-10-22T03:27:34.756Z | Compiling futures-task v0.3.28 |
1919 | 2023-10-22T03:27:34.861Z | Compiling quote v1.0.33 |
1920 | 2023-10-22T03:27:34.987Z | Compiling futures-channel v0.3.28 |
1921 | 2023-10-22T03:27:35.030Z | Compiling thiserror v1.0.49 |
1922 | 2023-10-22T03:27:35.193Z | Compiling scopeguard v1.2.0 |
1923 | 2023-10-22T03:27:35.426Z | Compiling syn v2.0.32 |
1924 | 2023-10-22T03:27:35.670Z | Compiling memchr v2.6.3 |
1925 | 2023-10-22T03:27:35.849Z | Compiling jobserver v0.1.26 |
1926 | 2023-10-22T03:27:35.863Z | Compiling getrandom v0.2.10 |
1927 | 2023-10-22T03:27:36.325Z | Compiling cc v1.0.83 |
1928 | 2023-10-22T03:27:36.484Z | Compiling itoa v1.0.9 |
1929 | 2023-10-22T03:27:36.812Z | Compiling futures-util v0.3.28 |
1930 | 2023-10-22T03:27:37.760Z | Compiling ahash v0.8.3 |
1931 | 2023-10-22T03:27:37.882Z | Compiling smallvec v1.11.0 |
1932 | 2023-10-22T03:27:38.202Z | Compiling log v0.4.20 |
1933 | 2023-10-22T03:27:38.635Z | Compiling vcpkg v0.2.15 |
1934 | 2023-10-22T03:27:39.242Z | Compiling byteorder v1.4.3 |
1935 | 2023-10-22T03:27:39.602Z | Compiling rand_core v0.6.4 |
1936 | 2023-10-22T03:27:40.287Z | Compiling pin-project-lite v0.2.13 |
1937 | 2023-10-22T03:27:40.411Z | Compiling parking_lot v0.12.1 |
1938 | 2023-10-22T03:27:40.800Z | Compiling indexmap v1.9.3 |
1939 | 2023-10-22T03:27:41.131Z | Compiling ring v0.16.20 |
1940 | 2023-10-22T03:27:41.690Z | Compiling openssl-sys v0.9.93 |
1941 | 2023-10-22T03:27:42.977Z | Compiling io-lifetimes v1.0.11 |
1942 | 2023-10-22T03:27:43.893Z | Compiling num-integer v0.1.45 |
1943 | 2023-10-22T03:27:44.070Z | Compiling const-oid v0.9.5 |
1944 | 2023-10-22T03:27:44.268Z | Compiling semver v1.0.18 |
1945 | 2023-10-22T03:27:44.896Z | Compiling ryu v1.0.15 |
1946 | 2023-10-22T03:27:45.330Z | Compiling spin v0.5.2 |
1947 | 2023-10-22T03:27:46.093Z | Compiling rustix v0.37.23 |
1948 | 2023-10-22T03:27:46.922Z | Compiling mio v0.8.8 |
1949 | 2023-10-22T03:27:47.159Z | Compiling signal-hook-registry v1.4.1 |
1950 | 2023-10-22T03:27:47.328Z | Compiling num_cpus v1.16.0 |
1951 | 2023-10-22T03:27:47.494Z | Compiling socket2 v0.5.4 |
1952 | 2023-10-22T03:27:47.729Z | Compiling httparse v1.8.0 |
1953 | 2023-10-22T03:27:48.205Z | Compiling futures-sink v0.3.28 |
1954 | 2023-10-22T03:27:48.272Z | Compiling heck v0.4.1 |
1955 | 2023-10-22T03:27:48.390Z | Compiling openssl v0.10.57 |
1956 | 2023-10-22T03:27:48.420Z | Compiling ucd-trie v0.1.6 |
1957 | 2023-10-22T03:27:48.708Z | Compiling unicode-xid v0.2.4 |
1958 | 2023-10-22T03:27:48.964Z | Compiling synstructure v0.12.6 |
1959 | 2023-10-22T03:27:49.063Z | Compiling tinyvec_macros v0.1.1 |
1960 | 2023-10-22T03:27:49.182Z | Compiling tinyvec v1.6.0 |
1961 | 2023-10-22T03:27:50.388Z | Compiling crc32fast v1.3.2 |
1962 | 2023-10-22T03:27:51.007Z | Compiling ppv-lite86 v0.2.17 |
1963 | 2023-10-22T03:27:51.504Z | Compiling native-tls v0.2.11 |
1964 | 2023-10-22T03:27:51.932Z | Compiling rustls v0.21.7 |
1965 | 2023-10-22T03:27:52.065Z | Compiling futures-io v0.3.28 |
1966 | 2023-10-22T03:27:52.309Z | Compiling pin-utils v0.1.0 |
1967 | 2023-10-22T03:27:52.376Z | Compiling radium v0.7.0 |
1968 | 2023-10-22T03:27:52.421Z | Compiling rand_chacha v0.3.1 |
1969 | 2023-10-22T03:27:52.434Z | Compiling unicode-normalization v0.1.22 |
1970 | 2023-10-22T03:27:52.475Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1971 | 2023-10-22T03:27:53.054Z | Compiling tracing-core v0.1.31 |
1972 | 2023-10-22T03:27:53.173Z | Compiling subtle v2.5.0 |
1973 | 2023-10-22T03:27:53.212Z | Compiling unicode-bidi v0.3.13 |
1974 | 2023-10-22T03:27:54.821Z | Compiling rand v0.8.5 |
1975 | 2023-10-22T03:27:55.404Z | Compiling errno v0.3.2 |
1976 | 2023-10-22T03:27:55.453Z | Compiling num-iter v0.1.43 |
1977 | 2023-10-22T03:27:55.482Z | Compiling usdt-impl v0.3.5 |
1978 | 2023-10-22T03:27:55.857Z | Compiling schemars v0.8.13 |
1979 | 2023-10-22T03:27:56.520Z | Compiling base64 v0.21.4 |
1980 | 2023-10-22T03:27:57.171Z | Compiling rustix v0.38.9 |
1981 | 2023-10-22T03:27:58.090Z | Compiling serde_derive v1.0.188 |
1982 | 2023-10-22T03:27:58.121Z | Compiling zeroize_derive v1.4.2 |
1983 | 2023-10-22T03:27:58.355Z | Compiling tokio-macros v2.1.0 |
1984 | 2023-10-22T03:27:58.368Z | Compiling thiserror-impl v1.0.49 |
1985 | 2023-10-22T03:27:58.468Z | Compiling futures-macro v0.3.28 |
1986 | 2023-10-22T03:27:58.668Z | Compiling tracing-attributes v0.1.26 |
1987 | 2023-10-22T03:27:59.262Z | Compiling zerocopy-derive v0.2.0 |
1988 | 2023-10-22T03:28:00.289Z | Compiling openssl-macros v0.1.1 |
1989 | 2023-10-22T03:28:00.393Z | Compiling zeroize v1.6.0 |
1990 | 2023-10-22T03:28:01.291Z | Compiling zerocopy-derive v0.6.4 |
1991 | 2023-10-22T03:28:03.174Z | Compiling pest v2.7.2 |
1992 | 2023-10-22T03:28:03.308Z | Compiling crypto-common v0.1.6 |
1993 | 2023-10-22T03:28:03.623Z | Compiling block-buffer v0.10.4 |
1994 | 2023-10-22T03:28:04.073Z | Compiling digest v0.10.7 |
1995 | 2023-10-22T03:28:04.299Z | Compiling tracing v0.1.37 |
1996 | 2023-10-22T03:28:05.041Z | Compiling serde_derive_internals v0.26.0 |
1997 | 2023-10-22T03:28:05.601Z | Compiling bitflags v1.3.2 |
1998 | 2023-10-22T03:28:05.737Z | Compiling untrusted v0.7.1 |
1999 | 2023-10-22T03:28:06.011Z | Compiling fnv v1.0.7 |
2000 | 2023-10-22T03:28:08.088Z | Compiling pest_meta v2.7.2 |
2001 | 2023-10-22T03:28:09.126Z | Compiling schemars_derive v0.8.13 |
2002 | 2023-10-22T03:28:11.891Z | Compiling pest_generator v2.7.2 |
2003 | 2023-10-22T03:28:13.702Z | Compiling zerocopy v0.3.0 |
2004 | 2023-10-22T03:28:13.997Z | Compiling lazy_static v1.4.0 |
2005 | 2023-10-22T03:28:14.682Z | Compiling backtrace v0.3.69 |
2006 | 2023-10-22T03:28:14.972Z | Compiling memoffset v0.9.0 |
2007 | 2023-10-22T03:28:15.011Z | Compiling num-bigint v0.4.4 |
2008 | 2023-10-22T03:28:15.172Z | Compiling pest_derive v2.7.2 |
2009 | 2023-10-22T03:28:15.263Z | Compiling async-trait v0.1.73 |
2010 | 2023-10-22T03:28:15.388Z | Compiling crossbeam-utils v0.8.16 |
2011 | 2023-10-22T03:28:15.663Z | Compiling openssl-probe v0.1.5 |
2012 | 2023-10-22T03:28:15.950Z | Compiling hashbrown v0.12.3 |
2013 | 2023-10-22T03:28:15.998Z | Compiling base64ct v1.6.0 |
2014 | 2023-10-22T03:28:16.011Z | Compiling smoltcp v0.9.1 |
2015 | 2023-10-22T03:28:16.118Z | Compiling percent-encoding v2.3.0 |
2016 | 2023-10-22T03:28:16.258Z | Compiling foreign-types-shared v0.1.1 |
2017 | 2023-10-22T03:28:16.405Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2018 | 2023-10-22T03:28:16.615Z | Compiling allocator-api2 v0.2.16 |
2019 | 2023-10-22T03:28:17.273Z | Compiling iana-time-zone v0.1.57 |
2020 | 2023-10-22T03:28:17.422Z | Compiling pem-rfc7468 v0.7.0 |
2021 | 2023-10-22T03:28:17.743Z | Compiling hashbrown v0.14.0 |
2022 | 2023-10-22T03:28:17.898Z | Compiling foreign-types v0.3.2 |
2023 | 2023-10-22T03:28:18.020Z | Compiling dtrace-parser v0.1.14 |
2024 | 2023-10-22T03:28:19.137Z | Compiling dof v0.1.5 |
2025 | 2023-10-22T03:28:19.831Z | Compiling clap_derive v4.4.2 |
2026 | 2023-10-22T03:28:20.324Z | Compiling der_derive v0.7.2 |
2027 | 2023-10-22T03:28:20.892Z | Compiling thread-id v4.2.0 |
2028 | 2023-10-22T03:28:21.256Z | Compiling time-core v0.1.1 |
2029 | 2023-10-22T03:28:21.299Z | Compiling utf8parse v0.2.1 |
2030 | 2023-10-22T03:28:21.487Z | Compiling bytes v1.5.0 |
2031 | 2023-10-22T03:28:21.953Z | Compiling bitflags v2.4.0 |
2032 | 2023-10-22T03:28:22.998Z | Compiling tokio v1.33.0 |
2033 | 2023-10-22T03:28:23.019Z | Compiling rustc_version v0.4.0 |
2034 | 2023-10-22T03:28:23.575Z | Compiling http v0.2.9 |
2035 | 2023-10-22T03:28:24.035Z | Compiling heapless v0.7.16 |
2036 | 2023-10-22T03:28:24.590Z | Compiling uuid v1.4.1 |
2037 | 2023-10-22T03:28:25.672Z | Compiling chrono v0.4.31 |
2038 | 2023-10-22T03:28:25.686Z | Compiling try-lock v0.2.4 |
2039 | 2023-10-22T03:28:26.355Z | Compiling anstyle v1.0.2 |
2040 | 2023-10-22T03:28:26.431Z | Compiling cpufeatures v0.2.9 |
2041 | 2023-10-22T03:28:26.568Z | Compiling rustversion v1.0.14 |
2042 | 2023-10-22T03:28:27.289Z | Compiling adler v1.0.2 |
2043 | 2023-10-22T03:28:27.434Z | Compiling flagset v0.4.3 |
2044 | 2023-10-22T03:28:27.468Z | Compiling siphasher v0.3.11 |
2045 | 2023-10-22T03:28:27.576Z | Compiling equivalent v1.0.1 |
2046 | 2023-10-22T03:28:27.722Z | Compiling der v0.7.8 |
2047 | 2023-10-22T03:28:27.769Z | Compiling indexmap v2.0.0 |
2048 | 2023-10-22T03:28:28.105Z | Compiling miniz_oxide v0.7.1 |
2049 | 2023-10-22T03:28:29.853Z | Compiling sha2 v0.10.8 |
2050 | 2023-10-22T03:28:31.312Z | Compiling http-body v0.4.5 |
2051 | 2023-10-22T03:28:31.942Z | Compiling want v0.3.1 |
2052 | 2023-10-22T03:28:36.048Z | Compiling time-macros v0.2.13 |
2053 | 2023-10-22T03:28:37.642Z | Compiling tokio-util v0.7.8 |
2054 | 2023-10-22T03:28:39.939Z | Compiling h2 v0.3.21 |
2055 | 2023-10-22T03:28:41.165Z | Compiling serde_tokenstream v0.1.7 |
2056 | 2023-10-22T03:28:41.499Z | Compiling anstyle-parse v0.2.1 |
2057 | 2023-10-22T03:28:44.153Z | Compiling sct v0.7.0 |
2058 | 2023-10-22T03:28:44.388Z | Compiling rustls-webpki v0.101.4 |
2059 | 2023-10-22T03:28:44.607Z | Compiling form_urlencoded v1.2.0 |
2060 | 2023-10-22T03:28:45.076Z | Compiling hubpack_derive v0.1.1 |
2061 | 2023-10-22T03:28:45.492Z | Compiling aho-corasick v1.0.4 |
2062 | 2023-10-22T03:28:46.289Z | Compiling socket2 v0.4.9 |
2063 | 2023-10-22T03:28:46.339Z | Compiling crossbeam-epoch v0.9.15 |
2064 | 2023-10-22T03:28:46.986Z | Compiling tap v1.0.1 |
2065 | 2023-10-22T03:28:47.596Z | Compiling anstyle-query v1.0.0 |
2066 | 2023-10-22T03:28:47.797Z | Compiling slog v2.7.0 |
2067 | 2023-10-22T03:28:48.063Z | Compiling httpdate v1.0.3 |
2068 | 2023-10-22T03:28:48.095Z | Compiling colorchoice v1.0.0 |
2069 | 2023-10-22T03:28:48.314Z | Compiling anyhow v1.0.75 |
2070 | 2023-10-22T03:28:48.449Z | Compiling tower-service v0.3.2 |
2071 | 2023-10-22T03:28:48.497Z | Compiling regex-syntax v0.7.5 |
2072 | 2023-10-22T03:28:49.777Z | Compiling anstream v0.5.0 |
2073 | 2023-10-22T03:28:51.843Z | Compiling hyper v0.14.27 |
2074 | 2023-10-22T03:28:52.130Z | Compiling wyz v0.5.1 |
2075 | 2023-10-22T03:28:57.041Z | Compiling regex-automata v0.3.8 |
2076 | 2023-10-22T03:29:00.118Z | Compiling terminal_size v0.2.6 |
2077 | 2023-10-22T03:29:00.122Z | Compiling spki v0.7.2 |
2078 | 2023-10-22T03:29:01.451Z | Compiling rustls-pemfile v1.0.3 |
2079 | 2023-10-22T03:29:01.966Z | Compiling hmac v0.12.1 |
2080 | 2023-10-22T03:29:02.298Z | Compiling md-5 v0.10.5 |
2081 | 2023-10-22T03:29:02.593Z | Compiling zerocopy v0.6.4 |
2082 | 2023-10-22T03:29:03.029Z | Compiling idna v0.4.0 |
2083 | 2023-10-22T03:29:03.479Z | Compiling stringprep v0.1.3 |
2084 | 2023-10-22T03:29:04.647Z | Compiling diesel_table_macro_syntax v0.1.0 |
2085 | 2023-10-22T03:29:04.957Z | Compiling hash32 v0.2.1 |
2086 | 2023-10-22T03:29:05.249Z | Compiling spin v0.9.8 |
2087 | 2023-10-22T03:29:05.502Z | Compiling dyn-clone v1.0.13 |
2088 | 2023-10-22T03:29:05.531Z | Compiling clap_lex v0.5.1 |
2089 | 2023-10-22T03:29:05.775Z | Compiling maybe-uninit v2.0.0 |
2090 | 2023-10-22T03:29:05.817Z | Compiling fallible-iterator v0.2.0 |
2091 | 2023-10-22T03:29:06.409Z | Compiling gimli v0.28.0 |
2092 | 2023-10-22T03:29:06.906Z | Compiling stable_deref_trait v1.2.0 |
2093 | 2023-10-22T03:29:07.041Z | Compiling funty v2.0.0 |
2094 | 2023-10-22T03:29:07.222Z | Compiling either v1.9.0 |
2095 | 2023-10-22T03:29:07.263Z | Compiling strsim v0.10.0 |
2096 | 2023-10-22T03:29:07.723Z | Compiling clap_builder v4.4.2 |
2097 | 2023-10-22T03:29:10.617Z | Compiling bitvec v1.0.1 |
2098 | 2023-10-22T03:29:10.776Z | Compiling postgres-protocol v0.6.6 |
2099 | 2023-10-22T03:29:11.410Z | Compiling diesel_derives v2.1.1 |
2100 | 2023-10-22T03:29:12.762Z | Compiling url v2.4.1 |
2101 | 2023-10-22T03:29:13.763Z | Compiling addr2line v0.21.0 |
2102 | 2023-10-22T03:29:14.948Z | Compiling strum_macros v0.25.2 |
2103 | 2023-10-22T03:29:15.610Z | Compiling rustls-native-certs v0.6.3 |
2104 | 2023-10-22T03:29:16.409Z | Compiling tokio-native-tls v0.3.1 |
2105 | 2023-10-22T03:29:16.744Z | Compiling tokio-rustls v0.24.1 |
2106 | 2023-10-22T03:29:19.273Z | Compiling usdt-attr-macro v0.3.5 |
2107 | 2023-10-22T03:29:19.949Z | Compiling usdt-macro v0.3.5 |
2108 | 2023-10-22T03:29:21.814Z | Compiling phf_shared v0.11.2 |
2109 | 2023-10-22T03:29:22.217Z | Compiling toml_datetime v0.6.3 |
2110 | 2023-10-22T03:29:22.413Z | Compiling serde_spanned v0.6.3 |
2111 | 2023-10-22T03:29:22.937Z | Compiling block-padding v0.3.3 |
2112 | 2023-10-22T03:29:23.054Z | Compiling enum-as-inner v0.5.1 |
2113 | 2023-10-22T03:29:23.255Z | Compiling serde_repr v0.1.16 |
2114 | 2023-10-22T03:29:24.534Z | Compiling scheduled-thread-pool v0.2.7 |
2115 | 2023-10-22T03:29:24.932Z | Compiling object v0.32.1 |
2116 | 2023-10-22T03:29:32.554Z | Compiling num_threads v0.1.6 |
2117 | 2023-10-22T03:29:32.726Z | Compiling packed_struct v0.10.1 |
2118 | 2023-10-22T03:29:34.471Z | Compiling deranged v0.3.8 |
2119 | 2023-10-22T03:29:35.386Z | Compiling ipnet v2.8.0 |
2120 | 2023-10-22T03:29:36.579Z | Compiling winnow v0.5.15 |
2121 | 2023-10-22T03:29:37.202Z | Compiling num-bigint-dig v0.8.4 |
2122 | 2023-10-22T03:29:37.596Z | Compiling bit-vec v0.6.3 |
2123 | 2023-10-22T03:29:38.284Z | Compiling rustc-demangle v0.1.23 |
2124 | 2023-10-22T03:29:39.959Z | Compiling regex-automata v0.1.10 |
2125 | 2023-10-22T03:29:40.076Z | Compiling unicode-width v0.1.10 |
2126 | 2023-10-22T03:29:40.320Z | Compiling matches v0.1.10 |
2127 | 2023-10-22T03:29:40.739Z | Compiling managed v0.8.0 |
2128 | 2023-10-22T03:29:42.324Z | Compiling bstr v0.2.17 |
2129 | 2023-10-22T03:29:42.848Z | Compiling toml_edit v0.19.15 |
2130 | 2023-10-22T03:29:44.597Z | Compiling idna v0.2.3 |
2131 | 2023-10-22T03:29:47.277Z | Compiling time v0.3.27 |
2132 | 2023-10-22T03:29:53.399Z | Compiling r2d2 v0.8.10 |
2133 | 2023-10-22T03:29:55.460Z | Compiling inout v0.1.3 |
2134 | 2023-10-22T03:29:56.416Z | Compiling phf v0.11.2 |
2135 | 2023-10-22T03:29:56.873Z | Compiling hyper-rustls v0.24.1 |
2136 | 2023-10-22T03:29:57.560Z | Compiling hyper-tls v0.5.0 |
2137 | 2023-10-22T03:29:57.615Z | Compiling ipnetwork v0.20.0 |
2138 | 2023-10-22T03:29:57.925Z | Compiling clap v4.4.3 |
2139 | 2023-10-22T03:29:58.082Z | Compiling flate2 v1.0.27 |
2140 | 2023-10-22T03:29:58.095Z | Compiling postgres-types v0.2.6 |
2141 | 2023-10-22T03:29:58.994Z | Compiling itertools v0.11.0 |
2142 | 2023-10-22T03:29:59.613Z | Compiling regex v1.9.5 |
2143 | 2023-10-22T03:30:00.447Z | Compiling pkcs8 v0.10.2 |
2144 | 2023-10-22T03:30:01.291Z | Compiling hubpack v0.1.2 |
2145 | 2023-10-22T03:30:01.356Z | Compiling serde_urlencoded v0.7.1 |
2146 | 2023-10-22T03:30:01.464Z | Compiling phf_shared v0.10.0 |
2147 | 2023-10-22T03:30:02.203Z | Compiling futures-executor v0.3.28 |
2148 | 2023-10-22T03:30:03.700Z | Compiling signature v2.1.0 |
2149 | 2023-10-22T03:30:04.110Z | Compiling packed_struct_codegen v0.10.1 |
2150 | 2023-10-22T03:30:05.557Z | Compiling float-cmp v0.9.0 |
2151 | 2023-10-22T03:30:06.620Z | Compiling encoding_rs v0.8.33 |
2152 | 2023-10-22T03:30:07.315Z | Compiling whoami v1.4.1 |
2153 | 2023-10-22T03:30:08.161Z | Compiling nodrop v0.1.14 |
2154 | 2023-10-22T03:30:08.926Z | Compiling predicates-core v1.0.6 |
2155 | 2023-10-22T03:30:08.929Z | Compiling precomputed-hash v0.1.1 |
2156 | 2023-10-22T03:30:09.083Z | Compiling new_debug_unreachable v1.0.4 |
2157 | 2023-10-22T03:30:09.208Z | Compiling unicode-linebreak v0.1.5 |
2158 | 2023-10-22T03:30:09.413Z | Compiling mime v0.3.17 |
2159 | 2023-10-22T03:30:09.489Z | Compiling unicode-segmentation v1.10.1 |
2160 | 2023-10-22T03:30:10.268Z | Compiling fixedbitset v0.4.2 |
2161 | 2023-10-22T03:30:10.885Z | Compiling smawk v0.3.1 |
2162 | 2023-10-22T03:30:10.909Z | Compiling static_assertions v1.1.0 |
2163 | 2023-10-22T03:30:11.042Z | Compiling difflib v0.4.0 |
2164 | 2023-10-22T03:30:11.573Z | Compiling webpki-roots v0.25.2 |
2165 | 2023-10-22T03:30:11.578Z | Compiling crc-catalog v2.2.0 |
2166 | 2023-10-22T03:30:11.597Z | Compiling data-encoding v2.4.0 |
2167 | 2023-10-22T03:30:12.967Z | Compiling normalize-line-endings v0.3.0 |
2168 | 2023-10-22T03:30:13.133Z | Compiling predicates v3.0.4 |
2169 | 2023-10-22T03:30:13.220Z | Compiling trust-dns-proto v0.22.0 |
2170 | 2023-10-22T03:30:14.649Z | Compiling crc v3.0.1 |
2171 | 2023-10-22T03:30:15.622Z | Compiling reqwest v0.11.20 |
2172 | 2023-10-22T03:30:18.078Z | Compiling textwrap v0.16.0 |
2173 | 2023-10-22T03:30:21.250Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2174 | 2023-10-22T03:30:23.960Z | Compiling petgraph v0.6.4 |
2175 | 2023-10-22T03:30:25.689Z | Compiling similar v2.2.1 |
2176 | 2023-10-22T03:30:30.749Z | Compiling string_cache v0.8.7 |
2177 | 2023-10-22T03:30:31.412Z | Compiling array-init v0.0.4 |
2178 | 2023-10-22T03:30:33.623Z | Compiling tokio-postgres v0.7.10 |
2179 | 2023-10-22T03:30:41.871Z | Compiling futures v0.3.28 |
2180 | 2023-10-22T03:30:43.886Z | Compiling pkcs1 v0.7.5 |
2181 | 2023-10-22T03:30:44.043Z | Compiling yasna v0.5.2 |
2182 | 2023-10-22T03:30:44.906Z | Compiling smallvec v0.6.14 |
2183 | 2023-10-22T03:30:45.657Z | Compiling diesel v2.1.1 |
2184 | 2023-10-22T03:30:46.898Z | Compiling cipher v0.4.4 |
2185 | 2023-10-22T03:30:50.177Z | Compiling toml v0.7.8 |
2186 | 2023-10-22T03:30:52.096Z | Compiling console v0.15.7 |
2187 | 2023-10-22T03:30:52.689Z | Compiling bit-set v0.5.3 |
2188 | 2023-10-22T03:30:53.138Z | Compiling usdt v0.3.5 |
2189 | 2023-10-22T03:30:53.527Z | Compiling is-terminal v0.4.9 |
2190 | 2023-10-22T03:30:54.342Z | Compiling itertools v0.10.5 |
2191 | 2023-10-22T03:30:56.780Z | Compiling bstr v1.6.0 |
2192 | 2023-10-22T03:30:57.046Z | Compiling tokio-stream v0.1.14 |
2193 | 2023-10-22T03:30:58.860Z | Compiling openapiv3 v1.0.3 |
2194 | 2023-10-22T03:30:59.204Z | Compiling hex v0.4.3 |
2195 | 2023-10-22T03:31:00.232Z | Compiling hashbrown v0.13.2 |
2196 | 2023-10-22T03:31:02.246Z | Compiling bitfield v0.14.0 |
2197 | 2023-10-22T03:31:02.509Z | Compiling termcolor v1.2.0 |
2198 | 2023-10-22T03:31:03.796Z | Compiling lalrpop-util v0.19.12 |
2199 | 2023-10-22T03:31:08.804Z | Compiling env_logger v0.10.0 |
2200 | 2023-10-22T03:31:11.658Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2201 | 2023-10-22T03:31:22.322Z | Compiling rsa v0.9.2 |
2202 | 2023-10-22T03:31:31.253Z | Compiling serde-hex v0.1.0 |
2203 | 2023-10-22T03:31:37.577Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2204 | 2023-10-22T03:31:42.076Z | Compiling x509-cert v0.2.4 |
2205 | 2023-10-22T03:31:43.562Z | Compiling ron v0.8.1 |
2206 | 2023-10-22T03:31:49.333Z | Compiling crc-any v2.4.3 |
2207 | 2023-10-22T03:32:00.090Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2208 | 2023-10-22T03:32:09.506Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2209 | 2023-10-22T03:32:28.283Z | Compiling object v0.30.4 |
2210 | 2023-10-22T03:32:38.080Z | Compiling path-slash v0.1.5 |
2211 | 2023-10-22T03:32:47.441Z | Compiling bzip2 v0.4.4 |
2212 | 2023-10-22T03:32:48.147Z | Compiling zip v0.6.6 |
2213 | 2023-10-22T03:32:52.231Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2214 | 2023-10-22T03:32:59.128Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2215 | 2023-10-22T03:33:25.153Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2216 | 2023-10-22T03:33:26.216Z | Finished release [optimized] target(s) in 5m 54s |
2217 | 2023-10-22T03:33:26.302Z | |
2218 | 2023-10-22T03:33:26.305Z | real 5:54.843332694 |
2219 | 2023-10-22T03:33:26.309Z | user 40:52.781154577 |
2220 | 2023-10-22T03:33:26.312Z | sys 3:38.253693671 |
2221 | 2023-10-22T03:33:26.315Z | trap 1.745257396 |
2222 | 2023-10-22T03:33:26.317Z | tflt 1.004074939 |
2223 | 2023-10-22T03:33:26.320Z | dflt 0.569242386 |
2224 | 2023-10-22T03:33:26.323Z | kflt 0.000403347 |
2225 | 2023-10-22T03:33:26.325Z | lock 1:37:51.691890764 |
2226 | 2023-10-22T03:33:26.328Z | slp 2:22:02.754147745 |
2227 | 2023-10-22T03:33:26.331Z | lat 1:44.370595217 |
2228 | 2023-10-22T03:33:26.334Z | stop 1:24.411987829 |
2229 | 2023-10-22T03:33:26.336Z | + ptime -m gzip |
2230 | 2023-10-22T03:33:26.964Z | |
2231 | 2023-10-22T03:33:26.967Z | real 0.657167002 |
2232 | 2023-10-22T03:33:26.970Z | user 0.648082463 |
2233 | 2023-10-22T03:33:26.973Z | sys 0.008483077 |
2234 | 2023-10-22T03:33:26.975Z | trap 0.000074043 |
2235 | 2023-10-22T03:33:26.978Z | tflt 0.000000000 |
2236 | 2023-10-22T03:33:26.981Z | dflt 0.000000000 |
2237 | 2023-10-22T03:33:26.983Z | kflt 0.000000000 |
2238 | 2023-10-22T03:33:26.986Z | lock 0.000000000 |
2239 | 2023-10-22T03:33:26.989Z | slp 0.000000000 |
2240 | 2023-10-22T03:33:26.991Z | lat 0.000208234 |
2241 | 2023-10-22T03:33:26.994Z | stop 0.000219641 |
2242 | 2023-10-22T03:33:26.997Z | + banner tufaceous |
2243 | 2023-10-22T03:33:27.000Z | |
2244 | 2023-10-22T03:33:27.003Z | ##### # # ###### ## #### ###### #### # # #### |
2245 | 2023-10-22T03:33:27.006Z | # # # # # # # # # # # # # # |
2246 | 2023-10-22T03:33:27.009Z | # # # ##### # # # ##### # # # # #### |
2247 | 2023-10-22T03:33:27.011Z | # # # # ###### # # # # # # # |
2248 | 2023-10-22T03:33:27.014Z | # # # # # # # # # # # # # # # |
2249 | 2023-10-22T03:33:27.017Z | # #### # # # #### ###### #### #### #### |
2250 | 2023-10-22T03:33:27.020Z | |
2251 | 2023-10-22T03:33:27.023Z | + ptime -m cargo build --locked -p tufaceous --release |
2252 | 2023-10-22T03:33:27.679Z | Downloading crates ... |
2253 | 2023-10-22T03:33:28.018Z | Downloaded bytesize v1.3.0 |
2254 | 2023-10-22T03:33:28.021Z | Downloaded path-absolutize v3.1.0 |
2255 | 2023-10-22T03:33:28.024Z | Downloaded snafu-derive v0.7.5 |
2256 | 2023-10-22T03:33:28.027Z | Downloaded path-dedot v3.1.0 |
2257 | 2023-10-22T03:33:28.030Z | Downloaded buf-list v1.0.3 |
2258 | 2023-10-22T03:33:28.033Z | Downloaded serde_plain v1.0.2 |
2259 | 2023-10-22T03:33:28.037Z | Downloaded snafu v0.7.5 |
2260 | 2023-10-22T03:33:28.044Z | Downloaded globset v0.4.13 |
2261 | 2023-10-22T03:33:28.047Z | Downloaded tough v0.12.5 |
2262 | 2023-10-22T03:33:28.065Z | Downloaded fs-err v2.9.0 |
2263 | 2023-10-22T03:33:28.069Z | Downloaded olpc-cjson v0.1.3 |
2264 | 2023-10-22T03:33:28.072Z | Downloaded doc-comment v0.3.3 |
2265 | 2023-10-22T03:33:28.223Z | Compiling serde_tokenstream v0.2.0 |
2266 | 2023-10-22T03:33:28.234Z | Compiling regress v0.7.1 |
2267 | 2023-10-22T03:33:28.246Z | Compiling dirs-sys-next v0.1.2 |
2268 | 2023-10-22T03:33:28.250Z | Compiling ident_case v1.0.1 |
2269 | 2023-10-22T03:33:28.270Z | Compiling thread_local v1.1.7 |
2270 | 2023-10-22T03:33:28.273Z | Compiling camino v1.1.6 |
2271 | 2023-10-22T03:33:28.281Z | Compiling heck v0.4.1 |
2272 | 2023-10-22T03:33:28.486Z | Compiling dirs-next v2.0.0 |
2273 | 2023-10-22T03:33:28.898Z | Compiling darling_core v0.20.3 |
2274 | 2023-10-22T03:33:29.043Z | Compiling slog-async v2.8.0 |
2275 | 2023-10-22T03:33:29.193Z | Compiling term v0.7.0 |
2276 | 2023-10-22T03:33:29.565Z | Compiling crossbeam-channel v0.5.8 |
2277 | 2023-10-22T03:33:29.780Z | Compiling getopts v0.2.21 |
2278 | 2023-10-22T03:33:30.173Z | Compiling structmeta-derive v0.1.6 |
2279 | 2023-10-22T03:33:30.300Z | Compiling atty v0.2.14 |
2280 | 2023-10-22T03:33:30.505Z | Compiling multer v2.1.0 |
2281 | 2023-10-22T03:33:30.914Z | Compiling take_mut v0.2.2 |
2282 | 2023-10-22T03:33:31.161Z | Compiling unsafe-libyaml v0.2.9 |
2283 | 2023-10-22T03:33:31.201Z | Compiling match_cfg v0.1.0 |
2284 | 2023-10-22T03:33:31.334Z | Compiling doc-comment v0.3.3 |
2285 | 2023-10-22T03:33:32.067Z | Compiling paste v1.0.14 |
2286 | 2023-10-22T03:33:32.655Z | Compiling hostname v0.3.1 |
2287 | 2023-10-22T03:33:33.105Z | Compiling slog-term v2.9.0 |
2288 | 2023-10-22T03:33:34.241Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2289 | 2023-10-22T03:33:36.459Z | Compiling structmeta v0.1.6 |
2290 | 2023-10-22T03:33:37.062Z | Compiling serde_yaml v0.9.25 |
2291 | 2023-10-22T03:33:38.071Z | Compiling darling_macro v0.20.3 |
2292 | 2023-10-22T03:33:38.116Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2293 | 2023-10-22T03:33:38.670Z | Compiling slog-json v2.6.1 |
2294 | 2023-10-22T03:33:39.518Z | Compiling async-stream-impl v0.3.5 |
2295 | 2023-10-22T03:33:39.541Z | Compiling darling v0.20.3 |
2296 | 2023-10-22T03:33:40.412Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2297 | 2023-10-22T03:33:40.427Z | Compiling fastrand v2.0.0 |
2298 | 2023-10-22T03:33:40.587Z | Compiling atomic-waker v1.1.1 |
2299 | 2023-10-22T03:33:40.861Z | Compiling regex-syntax v0.6.29 |
2300 | 2023-10-22T03:33:43.918Z | Compiling waitgroup v0.1.2 |
2301 | 2023-10-22T03:33:44.173Z | Compiling async-stream v0.3.5 |
2302 | 2023-10-22T03:33:44.637Z | Compiling tempfile v3.8.0 |
2303 | 2023-10-22T03:33:44.800Z | Compiling serde_with_macros v2.3.3 |
2304 | 2023-10-22T03:33:44.880Z | Compiling slog-bunyan v2.4.0 |
2305 | 2023-10-22T03:33:45.265Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2306 | 2023-10-22T03:33:45.286Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2307 | 2023-10-22T03:33:45.779Z | Compiling sha1 v0.10.5 |
2308 | 2023-10-22T03:33:46.807Z | Compiling snafu-derive v0.7.5 |
2309 | 2023-10-22T03:33:47.282Z | Compiling serde_path_to_error v0.1.14 |
2310 | 2023-10-22T03:33:47.593Z | Compiling path-dedot v3.1.0 |
2311 | 2023-10-22T03:33:47.649Z | Compiling instant v0.1.12 |
2312 | 2023-10-22T03:33:47.866Z | Compiling base64 v0.13.1 |
2313 | 2023-10-22T03:33:47.941Z | Compiling same-file v1.0.6 |
2314 | 2023-10-22T03:33:48.409Z | Compiling debug-ignore v1.0.5 |
2315 | 2023-10-22T03:33:48.452Z | Compiling buf-list v1.0.3 |
2316 | 2023-10-22T03:33:48.617Z | Compiling arc-swap v1.6.0 |
2317 | 2023-10-22T03:33:49.362Z | Compiling pem v1.1.1 |
2318 | 2023-10-22T03:33:49.373Z | Compiling walkdir v2.4.0 |
2319 | 2023-10-22T03:33:49.970Z | Compiling slog-scope v4.4.0 |
2320 | 2023-10-22T03:33:50.655Z | Compiling parse-display-derive v0.7.0 |
2321 | 2023-10-22T03:33:51.539Z | Compiling path-absolutize v3.1.0 |
2322 | 2023-10-22T03:33:51.745Z | Compiling backoff v0.4.0 |
2323 | 2023-10-22T03:33:51.829Z | Compiling serde_with v2.3.3 |
2324 | 2023-10-22T03:33:52.283Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2325 | 2023-10-22T03:33:52.286Z | Compiling globset v0.4.13 |
2326 | 2023-10-22T03:33:52.741Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2327 | 2023-10-22T03:33:53.322Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2328 | 2023-10-22T03:33:53.556Z | Compiling strum v0.25.0 |
2329 | 2023-10-22T03:33:53.863Z | Compiling olpc-cjson v0.1.3 |
2330 | 2023-10-22T03:33:54.735Z | Compiling macaddr v1.0.1 |
2331 | 2023-10-22T03:33:55.170Z | Compiling snafu v0.7.5 |
2332 | 2023-10-22T03:33:55.933Z | Compiling serde_plain v1.0.2 |
2333 | 2023-10-22T03:33:56.821Z | Compiling filetime v0.2.22 |
2334 | 2023-10-22T03:33:56.834Z | Compiling parse-display v0.7.0 |
2335 | 2023-10-22T03:33:57.171Z | Compiling xattr v1.0.1 |
2336 | 2023-10-22T03:33:57.200Z | Compiling tough v0.12.5 |
2337 | 2023-10-22T03:33:57.315Z | Compiling slog-stdlog v4.1.1 |
2338 | 2023-10-22T03:33:57.589Z | Compiling tar v0.4.40 |
2339 | 2023-10-22T03:33:59.547Z | Compiling camino-tempfile v1.0.2 |
2340 | 2023-10-22T03:34:00.100Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2341 | 2023-10-22T03:34:00.300Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2342 | 2023-10-22T03:34:00.854Z | Compiling bytesize v1.3.0 |
2343 | 2023-10-22T03:34:01.778Z | Compiling fs-err v2.9.0 |
2344 | 2023-10-22T03:34:03.128Z | Compiling slog-envlogger v2.2.0 |
2345 | 2023-10-22T03:34:07.067Z | Compiling humantime v2.1.0 |
2346 | 2023-10-22T03:34:11.464Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2347 | 2023-10-22T03:34:35.023Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2348 | 2023-10-22T03:34:35.291Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2349 | 2023-10-22T03:34:46.896Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2350 | 2023-10-22T03:34:49.120Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2351 | 2023-10-22T03:35:14.407Z | Finished release [optimized] target(s) in 1m 47s |
2352 | 2023-10-22T03:35:14.494Z | |
2353 | 2023-10-22T03:35:14.497Z | real 1:47.504225082 |
2354 | 2023-10-22T03:35:14.500Z | user 11:27.042009056 |
2355 | 2023-10-22T03:35:14.503Z | sys 48.082510465 |
2356 | 2023-10-22T03:35:14.506Z | trap 0.471406794 |
2357 | 2023-10-22T03:35:14.509Z | tflt 0.290416884 |
2358 | 2023-10-22T03:35:14.512Z | dflt 0.869176695 |
2359 | 2023-10-22T03:35:14.515Z | kflt 0.000077516 |
2360 | 2023-10-22T03:35:14.518Z | lock 22:24.184627813 |
2361 | 2023-10-22T03:35:14.521Z | slp 24:08.784331771 |
2362 | 2023-10-22T03:35:14.524Z | lat 21.779273672 |
2363 | 2023-10-22T03:35:14.528Z | stop 11.310652101 |
2364 | 2023-10-22T03:35:14.531Z | + ptime -m gzip |
2365 | 2023-10-22T03:35:16.615Z | |
2366 | 2023-10-22T03:35:16.619Z | real 2.114900225 |
2367 | 2023-10-22T03:35:16.622Z | user 2.091313071 |
2368 | 2023-10-22T03:35:16.626Z | sys 0.022816705 |
2369 | 2023-10-22T03:35:16.635Z | trap 0.000194811 |
2370 | 2023-10-22T03:35:16.639Z | tflt 0.000000000 |
2371 | 2023-10-22T03:35:16.656Z | dflt 0.000000000 |
2372 | 2023-10-22T03:35:16.667Z | kflt 0.000000000 |
2373 | 2023-10-22T03:35:16.715Z | lock 0.000000000 |
2374 | 2023-10-22T03:35:16.724Z | slp 0.000000000 |
2375 | 2023-10-22T03:35:16.734Z | lat 0.000207470 |
2376 | 2023-10-22T03:35:16.739Z | stop 0.000252751 |
2377 | 2023-10-22T03:35:16.751Z | process exited: duration 1325167 ms, exit code 0 |
|
2378 | 2023-10-22T03:35:16.787Z | found 5 output files |
2379 | 2023-10-22T03:35:17.130Z | uploading: /work/end-to-end-tests/bootstrap-b4242ab00b4c43e7.gz (6513380 bytes) |
2380 | 2023-10-22T03:35:19.931Z | uploaded: /work/end-to-end-tests/bootstrap-b4242ab00b4c43e7.gz |
2381 | 2023-10-22T03:35:19.949Z | uploading: /work/end-to-end-tests/bootstrap.gz (97750627 bytes) |
2382 | 2023-10-22T03:35:56.374Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2383 | 2023-10-22T03:35:56.401Z | uploading: /work/end-to-end-tests/end_to_end_tests-0e54d5c810ee3c0c.gz (111657083 bytes) |
2384 | 2023-10-22T03:36:33.226Z | uploaded: /work/end-to-end-tests/end_to_end_tests-0e54d5c810ee3c0c.gz |
2385 | 2023-10-22T03:36:33.237Z | uploading: /work/caboose-util.gz (4111908 bytes) |
2386 | 2023-10-22T03:36:35.534Z | uploaded: /work/caboose-util.gz |
2387 | 2023-10-22T03:36:35.545Z | uploading: /work/tufaceous.gz (13494712 bytes) |
2388 | 2023-10-22T03:36:39.900Z | uploaded: /work/tufaceous.gz |