|
|
|
1 | 2023-11-02T04:38:16.000Z | job assigned to worker 01HE7543H6PFTHE6MAB169MWBF (queued for 1 m 21 s) |
|
2 | 2023-11-02T04:38:16.135Z | starting task 0: "setup" |
3 | 2023-11-02T04:38:16.210Z | ++ uname -s |
4 | 2023-11-02T04:38:16.214Z | + kern=SunOS |
5 | 2023-11-02T04:38:16.217Z | + case "$kern" in |
6 | 2023-11-02T04:38:16.220Z | + groupadd -g 12345 build |
7 | 2023-11-02T04:38:16.223Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-02T04:38:18.247Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-02T04:38:18.336Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-02T04:38:18.340Z | + home_fs=zfs |
11 | 2023-11-02T04:38:18.345Z | + [[ zfs == autofs ]] |
12 | 2023-11-02T04:38:18.348Z | + mkdir -p /home/build |
13 | 2023-11-02T04:38:18.352Z | + chown build:build /home/build /work |
14 | 2023-11-02T04:38:20.356Z | + chmod 0700 /home/build /work |
15 | 2023-11-02T04:38:20.372Z | process exited: duration 4210 ms, exit code 0 |
|
16 | 2023-11-02T04:38:20.405Z | starting task 1: "rust-toolchain" |
17 | 2023-11-02T04:38:20.434Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-02T04:38:20.449Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-02T04:38:20.773Z | info: downloading installer |
20 | 2023-11-02T04:38:22.814Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-02T04:38:22.827Z | warning: /opt/ooce/bin |
22 | 2023-11-02T04:38:22.834Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-02T04:38:22.847Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-02T04:38:22.858Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-02T04:38:22.866Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-02T04:38:22.873Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-02T04:38:22.881Z | error: cannot install while Rust is installed |
28 | 2023-11-02T04:38:22.898Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-02T04:38:22.986Z | info: profile set to 'default' |
30 | 2023-11-02T04:38:22.998Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-02T04:38:23.012Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-02T04:38:23.175Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-02T04:38:23.187Z | info: downloading component 'cargo' |
34 | 2023-11-02T04:38:24.000Z | info: downloading component 'clippy' |
35 | 2023-11-02T04:38:24.291Z | info: downloading component 'rust-docs' |
36 | 2023-11-02T04:38:25.326Z | info: downloading component 'rust-std' |
37 | 2023-11-02T04:38:27.213Z | info: downloading component 'rustc' |
38 | 2023-11-02T04:38:31.712Z | info: downloading component 'rustfmt' |
39 | 2023-11-02T04:38:31.969Z | info: installing component 'cargo' |
40 | 2023-11-02T04:38:33.488Z | info: installing component 'clippy' |
41 | 2023-11-02T04:38:34.111Z | info: installing component 'rust-docs' |
42 | 2023-11-02T04:38:37.440Z | info: installing component 'rust-std' |
43 | 2023-11-02T04:38:41.419Z | info: installing component 'rustc' |
44 | 2023-11-02T04:38:53.971Z | info: installing component 'rustfmt' |
45 | 2023-11-02T04:38:54.437Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-02T04:38:54.868Z | |
47 | 2023-11-02T04:38:54.909Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-02T04:38:54.918Z | |
49 | 2023-11-02T04:38:54.925Z | |
50 | 2023-11-02T04:38:54.931Z | Rust is installed now. Great! |
51 | 2023-11-02T04:38:54.942Z | |
52 | 2023-11-02T04:38:54.968Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-02T04:38:54.982Z | environment variable. This has not been done automatically. |
54 | 2023-11-02T04:38:54.986Z | |
55 | 2023-11-02T04:38:54.990Z | To configure your current shell, run: |
56 | 2023-11-02T04:38:54.995Z | source "$HOME/.cargo/env" |
57 | 2023-11-02T04:38:55.002Z | + rustc --version |
58 | 2023-11-02T04:38:55.006Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-02T04:38:55.010Z | process exited: duration 34385 ms, exit code 0 |
|
60 | 2023-11-02T04:38:55.019Z | starting task 2: "authentication" |
61 | 2023-11-02T04:38:55.059Z | process exited: duration 35 ms, exit code 0 |
|
62 | 2023-11-02T04:38:55.065Z | starting task 3: "clone repository" |
63 | 2023-11-02T04:38:55.075Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-02T04:38:55.077Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-02T04:38:55.183Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-02T04:39:01.780Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-02T04:39:01.787Z | + [[ -n renovate/toml-0.x ]] |
68 | 2023-11-02T04:39:01.791Z | + git fetch origin renovate/toml-0.x |
69 | 2023-11-02T04:39:02.149Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-02T04:39:02.154Z | * branch renovate/toml-0.x -> FETCH_HEAD |
71 | 2023-11-02T04:39:02.160Z | + git checkout -B renovate/toml-0.x remotes/origin/renovate/toml-0.x |
72 | 2023-11-02T04:39:02.252Z | Switched to a new branch 'renovate/toml-0.x' |
73 | 2023-11-02T04:39:02.259Z | branch 'renovate/toml-0.x' set up to track 'origin/renovate/toml-0.x'. |
74 | 2023-11-02T04:39:02.265Z | + git reset --hard 62028649ec29ea537d939b2ca0a204536b2b3efa |
75 | 2023-11-02T04:39:02.394Z | HEAD is now at 62028649 chore(deps): update rust crate toml to 0.8.6 |
76 | 2023-11-02T04:39:02.404Z | process exited: duration 7329 ms, exit code 0 |
|
77 | 2023-11-02T04:39:02.418Z | starting task 4: "build" |
78 | 2023-11-02T04:39:02.447Z | + cargo --version |
79 | 2023-11-02T04:39:02.518Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-11-02T04:39:02.526Z | + rustc --version |
81 | 2023-11-02T04:39:02.623Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-11-02T04:39:02.630Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-11-02T04:39:12.399Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-11-02T04:39:13.308Z | Startup: Caching catalogs ... Done |
85 | 2023-11-02T04:39:18.137Z | Planning: Solver setup ... Done (4.422s) |
86 | 2023-11-02T04:39:18.144Z | Planning: Running solver ... Done (0.115s) |
87 | 2023-11-02T04:39:18.241Z | Planning: Finding local manifests ... Done (0.004s) |
88 | 2023-11-02T04:39:18.245Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-11-02T04:39:18.456Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-11-02T04:39:18.543Z | Planning: Package planning ... Done (0.079s) |
91 | 2023-11-02T04:39:18.674Z | Planning: Merging actions ... Done (0.085s) |
92 | 2023-11-02T04:39:19.419Z | Planning: Checking for conflicting actions ... Done (0.746s) |
93 | 2023-11-02T04:39:19.423Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-11-02T04:39:23.947Z | Planning: Evaluating mediators ... Done (4.561s) |
95 | 2023-11-02T04:39:23.963Z | Planning: Planning completed in 10.60 seconds |
96 | 2023-11-02T04:39:23.991Z | Packages to install: 4 |
97 | 2023-11-02T04:39:24.022Z | Mediators to change: 2 |
98 | 2023-11-02T04:39:24.028Z | Services to change: 1 |
99 | 2023-11-02T04:39:24.030Z | Estimated space available: 149.39 GB |
100 | 2023-11-02T04:39:24.033Z | Estimated space to be consumed: 1.37 GB |
101 | 2023-11-02T04:39:24.037Z | Create boot environment: No |
102 | 2023-11-02T04:39:24.041Z | Create backup boot environment: No |
103 | 2023-11-02T04:39:24.045Z | Rebuild boot archive: No |
104 | 2023-11-02T04:39:24.048Z | |
105 | 2023-11-02T04:39:24.052Z | Changed mediators: |
106 | 2023-11-02T04:39:24.056Z | mediator clang: |
107 | 2023-11-02T04:39:24.059Z | version: None -> 15 (system default) |
108 | 2023-11-02T04:39:24.062Z | |
109 | 2023-11-02T04:39:24.065Z | mediator llvm: |
110 | 2023-11-02T04:39:24.069Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-11-02T04:39:24.072Z | |
112 | 2023-11-02T04:39:24.076Z | Changed packages: |
113 | 2023-11-02T04:39:24.080Z | helios-dev |
114 | 2023-11-02T04:39:24.083Z | developer/build-essential |
115 | 2023-11-02T04:39:24.086Z | None -> 11-2.0 |
116 | 2023-11-02T04:39:24.096Z | library/libxmlsec1 |
117 | 2023-11-02T04:39:24.100Z | None -> 1.2.35-2.0 |
118 | 2023-11-02T04:39:24.103Z | ooce/developer/clang-15 |
119 | 2023-11-02T04:39:24.106Z | None -> 15.0.7-2.0 |
120 | 2023-11-02T04:39:24.110Z | ooce/developer/llvm-15 |
121 | 2023-11-02T04:39:24.113Z | None -> 15.0.7-2.0 |
122 | 2023-11-02T04:39:24.116Z | |
123 | 2023-11-02T04:39:24.122Z | Services: |
124 | 2023-11-02T04:39:24.131Z | restart_fmri: |
125 | 2023-11-02T04:39:24.134Z | svc:/system/update-man-index:default |
126 | 2023-11-02T04:39:24.236Z | |
127 | 2023-11-02T04:39:24.239Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-11-02T04:39:29.416Z | Download: 1198/3290 items 82.9/212.6MB 38% complete (16.9M/s) |
129 | 2023-11-02T04:39:44.214Z | Download: 2379/3290 items 120.0/212.6MB 56% complete (12.1M/s) |
130 | 2023-11-02T04:39:44.366Z | Download: 3246/3290 items 203.0/212.6MB 95% complete (19.2M/s) |
131 | 2023-11-02T04:39:44.567Z | Download: Completed 212.60 MB in 17.50 seconds (12.2M/s) |
132 | 2023-11-02T04:39:44.699Z | Actions: 1/3687 actions (Installing new actions) |
133 | 2023-11-02T04:39:47.715Z | Actions: 2978/3687 actions (Installing new actions) |
134 | 2023-11-02T04:39:51.015Z | Actions: Completed 3687 actions in 8.27 seconds. |
135 | 2023-11-02T04:39:51.159Z | Done (0.152s) |
136 | 2023-11-02T04:39:51.223Z | Done (0.000s) |
137 | 2023-11-02T04:39:51.379Z | Done (0.205s) |
138 | 2023-11-02T04:39:59.066Z | Done (7.614s) |
139 | 2023-11-02T04:39:59.390Z | Done (0.226s) |
140 | 2023-11-02T04:39:59.396Z | Done (0.000s) |
141 | 2023-11-02T04:40:00.075Z | Done (0.000s) |
142 | 2023-11-02T04:40:00.343Z | Planning: Evaluating mediator changes ... Done |
143 | 2023-11-02T04:40:00.630Z | Planning: Checking for conflicting actions ... Done |
144 | 2023-11-02T04:40:00.633Z | Planning: Consolidating action changes ... Done |
145 | 2023-11-02T04:40:01.075Z | Planning: Evaluating mediators ... Done |
146 | 2023-11-02T04:40:01.082Z | Planning: Planning completed in 0.73 seconds |
147 | 2023-11-02T04:40:01.124Z | Mediators to change: 2 |
148 | 2023-11-02T04:40:01.131Z | Create boot environment: No |
149 | 2023-11-02T04:40:01.137Z | Create backup boot environment: No |
150 | 2023-11-02T04:40:01.268Z | Done |
151 | 2023-11-02T04:40:01.289Z | Done |
152 | 2023-11-02T04:40:01.398Z | Done |
153 | 2023-11-02T04:40:07.222Z | Done |
154 | 2023-11-02T04:40:07.314Z | Done |
155 | 2023-11-02T04:40:07.318Z | Done |
156 | 2023-11-02T04:40:07.509Z | Done |
157 | 2023-11-02T04:40:08.515Z | Planning: Evaluating mediator changes ... Done |
158 | 2023-11-02T04:40:08.518Z | Planning: Merging actions ... Done |
159 | 2023-11-02T04:40:08.843Z | Planning: Checking for conflicting actions ... Done |
160 | 2023-11-02T04:40:08.847Z | Planning: Consolidating action changes ... Done |
161 | 2023-11-02T04:40:09.328Z | Planning: Evaluating mediators ... Done |
162 | 2023-11-02T04:40:09.375Z | Planning: Planning completed in 1.29 seconds |
163 | 2023-11-02T04:40:09.425Z | Packages to change: 1 |
164 | 2023-11-02T04:40:09.428Z | Mediators to change: 1 |
165 | 2023-11-02T04:40:09.432Z | Services to change: 1 |
166 | 2023-11-02T04:40:09.436Z | Create boot environment: No |
167 | 2023-11-02T04:40:09.440Z | Create backup boot environment: Yes |
168 | 2023-11-02T04:40:10.688Z | Actions: 1/6 actions (Updating modified actions) |
169 | 2023-11-02T04:40:10.691Z | Actions: Completed 6 actions in 0.00 seconds. |
170 | 2023-11-02T04:40:10.694Z | Done |
171 | 2023-11-02T04:40:10.699Z | Done |
172 | 2023-11-02T04:40:10.742Z | Done |
173 | 2023-11-02T04:40:16.406Z | Done |
174 | 2023-11-02T04:40:16.530Z | Done |
175 | 2023-11-02T04:40:16.546Z | Done |
176 | 2023-11-02T04:40:16.675Z | Done |
177 | 2023-11-02T04:40:17.346Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
178 | 2023-11-02T04:40:17.351Z | clang system 15 system |
179 | 2023-11-02T04:40:17.354Z | csh system system illumos |
180 | 2023-11-02T04:40:17.358Z | ctags system system illumos |
181 | 2023-11-02T04:40:17.362Z | gcc vendor 12 vendor |
182 | 2023-11-02T04:40:17.365Z | gcc system 10 system |
183 | 2023-11-02T04:40:17.372Z | gcc system 7 system |
184 | 2023-11-02T04:40:17.375Z | go system 1.20 system |
185 | 2023-11-02T04:40:17.377Z | go system 1.19 system |
186 | 2023-11-02T04:40:17.381Z | llvm system 15 system |
187 | 2023-11-02T04:40:17.384Z | llvm system 14 system |
188 | 2023-11-02T04:40:17.386Z | mariadb system 10.6 system |
189 | 2023-11-02T04:40:17.389Z | mta vendor vendor dma |
190 | 2023-11-02T04:40:17.392Z | openjdk system 17 system |
191 | 2023-11-02T04:40:17.396Z | openjdk system 11 system |
192 | 2023-11-02T04:40:17.399Z | openjdk system 1.8 system |
193 | 2023-11-02T04:40:17.402Z | openssl vendor 3 vendor |
194 | 2023-11-02T04:40:17.405Z | perl system 5.36 system |
195 | 2023-11-02T04:40:17.415Z | postgresql system 15 system |
196 | 2023-11-02T04:40:17.420Z | postgresql system 13 system |
197 | 2023-11-02T04:40:17.425Z | python vendor 3 vendor |
198 | 2023-11-02T04:40:17.439Z | python system 2 system |
199 | 2023-11-02T04:40:17.450Z | python3 system 3.11 system |
200 | 2023-11-02T04:40:17.479Z | ruby system 3.0 system |
201 | 2023-11-02T04:40:17.486Z | words vendor vendor american-english |
202 | 2023-11-02T04:40:17.494Z | words system system australian-english |
203 | 2023-11-02T04:40:17.503Z | words system system british-english |
204 | 2023-11-02T04:40:17.522Z | words system system canadian-english |
205 | 2023-11-02T04:40:17.537Z | words system system french |
206 | 2023-11-02T04:40:17.542Z | words system system italian |
207 | 2023-11-02T04:40:17.545Z | words system system ngerman |
208 | 2023-11-02T04:40:17.549Z | words system system ogerman |
209 | 2023-11-02T04:40:17.553Z | words system system spanish |
210 | 2023-11-02T04:40:17.894Z | FMRI IFO |
211 | 2023-11-02T04:40:17.903Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
212 | 2023-11-02T04:40:17.907Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
213 | 2023-11-02T04:40:17.910Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
214 | 2023-11-02T04:40:17.913Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
215 | 2023-11-02T04:40:17.918Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
216 | 2023-11-02T04:40:17.921Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
217 | 2023-11-02T04:40:17.969Z | + set -o errexit |
218 | 2023-11-02T04:40:17.979Z | +++ dirname ./tools/ci_download_cockroachdb |
219 | 2023-11-02T04:40:17.988Z | ++ cd ./tools |
220 | 2023-11-02T04:40:17.996Z | ++ pwd |
221 | 2023-11-02T04:40:18.004Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
222 | 2023-11-02T04:40:18.013Z | ++ basename ./tools/ci_download_cockroachdb |
223 | 2023-11-02T04:40:18.023Z | + ARG0=ci_download_cockroachdb |
224 | 2023-11-02T04:40:18.032Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
225 | 2023-11-02T04:40:18.042Z | + CIDL_VERSION=v22.1.9 |
226 | 2023-11-02T04:40:18.051Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
227 | 2023-11-02T04:40:18.062Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
228 | 2023-11-02T04:40:18.074Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
229 | 2023-11-02T04:40:18.084Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
230 | 2023-11-02T04:40:18.092Z | + TARGET_DIR=out |
231 | 2023-11-02T04:40:18.101Z | + DOWNLOAD_DIR=out/downloads |
232 | 2023-11-02T04:40:18.115Z | + DEST_DIR=./out/cockroachdb |
233 | 2023-11-02T04:40:18.122Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
234 | 2023-11-02T04:40:18.131Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
235 | 2023-11-02T04:40:18.139Z | + main |
236 | 2023-11-02T04:40:18.144Z | + [[ 0 != 0 ]] |
237 | 2023-11-02T04:40:18.150Z | + CIDL_OS=solaris2.11 |
238 | 2023-11-02T04:40:18.155Z | + [[ 0 != 0 ]] |
239 | 2023-11-02T04:40:18.165Z | + configure_os solaris2.11 |
240 | 2023-11-02T04:40:18.177Z | + echo 'current directory: /work/oxidecomputer/omicron' |
241 | 2023-11-02T04:40:18.190Z | current directory: /work/oxidecomputer/omicron |
242 | 2023-11-02T04:40:18.212Z | + echo 'configuring based on OS: "solaris2.11"' |
243 | 2023-11-02T04:40:18.641Z | configuring based on OS: "solaris2.11" |
244 | 2023-11-02T04:40:18.652Z | + case "$1" in |
245 | 2023-11-02T04:40:18.664Z | + CIDL_BUILD=illumos |
246 | 2023-11-02T04:40:18.713Z | + CIDL_SUFFIX=tar.gz |
247 | 2023-11-02T04:40:18.717Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
248 | 2023-11-02T04:40:18.720Z | + CIDL_MD5FUNC=do_md5sum |
249 | 2023-11-02T04:40:18.723Z | + CIDL_URL_BASE=https://illumos.org/downloads |
250 | 2023-11-02T04:40:18.733Z | + CIDL_ASSEMBLE=do_assemble_illumos |
251 | 2023-11-02T04:40:18.736Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
252 | 2023-11-02T04:40:18.739Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
253 | 2023-11-02T04:40:18.743Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
254 | 2023-11-02T04:40:18.746Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
255 | 2023-11-02T04:40:18.753Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-11-02T04:40:18.756Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
257 | 2023-11-02T04:40:18.763Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-11-02T04:40:18.779Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
259 | 2023-11-02T04:40:18.804Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-11-02T04:40:18.809Z | + mkdir -p out/downloads |
261 | 2023-11-02T04:40:18.816Z | + mkdir -p ./out/cockroachdb |
262 | 2023-11-02T04:40:19.239Z | + local DO_DOWNLOAD=true |
263 | 2023-11-02T04:40:19.252Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
264 | 2023-11-02T04:40:19.261Z | + '[' true == true ']' |
265 | 2023-11-02T04:40:19.271Z | + echo Downloading... |
266 | 2023-11-02T04:40:19.281Z | Downloading... |
267 | 2023-11-02T04:40:19.708Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-11-02T04:40:19.741Z | + 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 |
269 | 2023-11-02T04:40:23.183Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-11-02T04:40:23.618Z | ++ md5sum |
271 | 2023-11-02T04:40:23.628Z | ++ awk '{print $1}' |
272 | 2023-11-02T04:40:23.637Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
273 | 2023-11-02T04:40:23.644Z | + [[ 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 ]] |
274 | 2023-11-02T04:40:23.652Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-11-02T04:40:23.670Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
276 | 2023-11-02T04:40:27.032Z | + do_assemble_illumos |
277 | 2023-11-02T04:40:27.045Z | + rm -r ./out/cockroachdb |
278 | 2023-11-02T04:40:27.053Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
279 | 2023-11-02T04:40:27.568Z | + ./out/cockroachdb/bin/cockroach version |
280 | 2023-11-02T04:40:27.773Z | Build Tag: v22.1.9-dirty |
281 | 2023-11-02T04:40:27.776Z | Build Time: 2022/10/26 21:17:46 |
282 | 2023-11-02T04:40:27.780Z | Distribution: OSS |
283 | 2023-11-02T04:40:27.783Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
284 | 2023-11-02T04:40:27.786Z | Go Version: go1.17.13 |
285 | 2023-11-02T04:40:27.790Z | C Compiler: gcc 10.3.0 |
286 | 2023-11-02T04:40:27.793Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
287 | 2023-11-02T04:40:27.798Z | Build Type: release |
288 | 2023-11-02T04:40:27.802Z | + set -o errexit |
289 | 2023-11-02T04:40:27.806Z | +++ dirname ./tools/ci_download_clickhouse |
290 | 2023-11-02T04:40:27.810Z | ++ cd ./tools |
291 | 2023-11-02T04:40:27.813Z | ++ pwd |
292 | 2023-11-02T04:40:27.818Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
293 | 2023-11-02T04:40:27.821Z | ++ basename ./tools/ci_download_clickhouse |
294 | 2023-11-02T04:40:27.825Z | + ARG0=ci_download_clickhouse |
295 | 2023-11-02T04:40:27.829Z | + TARGET_DIR=out |
296 | 2023-11-02T04:40:27.833Z | + DOWNLOAD_DIR=out/downloads |
297 | 2023-11-02T04:40:27.837Z | + DEST_DIR=./out/clickhouse |
298 | 2023-11-02T04:40:27.841Z | + CIDL_VERSION=v22.8.9.24 |
299 | 2023-11-02T04:40:27.845Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
300 | 2023-11-02T04:40:27.848Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
301 | 2023-11-02T04:40:27.851Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
302 | 2023-11-02T04:40:27.855Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
303 | 2023-11-02T04:40:27.859Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
304 | 2023-11-02T04:40:27.863Z | + main |
305 | 2023-11-02T04:40:27.867Z | + [[ 0 != 0 ]] |
306 | 2023-11-02T04:40:27.871Z | + CIDL_OS=solaris2.11 |
307 | 2023-11-02T04:40:27.876Z | + [[ 0 != 0 ]] |
308 | 2023-11-02T04:40:27.880Z | + configure_os solaris2.11 |
309 | 2023-11-02T04:40:27.884Z | + echo 'current directory: /work/oxidecomputer/omicron' |
310 | 2023-11-02T04:40:27.889Z | current directory: /work/oxidecomputer/omicron |
311 | 2023-11-02T04:40:27.894Z | + echo 'configuring based on OS: "solaris2.11"' |
312 | 2023-11-02T04:40:27.897Z | configuring based on OS: "solaris2.11" |
313 | 2023-11-02T04:40:27.905Z | + CIDL_DASHREV= |
314 | 2023-11-02T04:40:27.911Z | + case "$1" in |
315 | 2023-11-02T04:40:27.916Z | + CIDL_PLATFORM=illumos |
316 | 2023-11-02T04:40:27.920Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
317 | 2023-11-02T04:40:27.924Z | + CIDL_MD5FUNC=do_md5sum |
318 | 2023-11-02T04:40:27.934Z | + CIDL_DASHREV=-1 |
319 | 2023-11-02T04:40:28.352Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
320 | 2023-11-02T04:40:28.366Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
321 | 2023-11-02T04:40:28.386Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
322 | 2023-11-02T04:40:28.408Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
323 | 2023-11-02T04:40:28.419Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
324 | 2023-11-02T04:40:28.434Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-11-02T04:40:28.868Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
326 | 2023-11-02T04:40:28.878Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-11-02T04:40:28.892Z | + mkdir -p out/downloads |
328 | 2023-11-02T04:40:28.899Z | + mkdir -p ./out/clickhouse |
329 | 2023-11-02T04:40:28.905Z | + local DO_DOWNLOAD=true |
330 | 2023-11-02T04:40:28.918Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
331 | 2023-11-02T04:40:29.346Z | + '[' true == true ']' |
332 | 2023-11-02T04:40:29.357Z | + echo Downloading... |
333 | 2023-11-02T04:40:29.367Z | Downloading... |
334 | 2023-11-02T04:40:29.378Z | + 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 |
335 | 2023-11-02T04:40:29.385Z | + 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 |
336 | 2023-11-02T04:40:29.968Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-11-02T04:40:29.977Z | ++ md5sum |
338 | 2023-11-02T04:40:29.984Z | ++ awk '{print $1}' |
339 | 2023-11-02T04:40:30.233Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2023-11-02T04:40:30.244Z | + [[ 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 ]] |
341 | 2023-11-02T04:40:30.257Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
342 | 2023-11-02T04:40:30.273Z | + mkdir -p ./out/clickhouse |
343 | 2023-11-02T04:40:30.277Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
344 | 2023-11-02T04:40:35.485Z | + ./out/clickhouse/clickhouse server --version |
345 | 2023-11-02T04:40:35.537Z | ClickHouse server version 22.8.9.1. |
346 | 2023-11-02T04:40:35.560Z | + set -o errexit |
347 | 2023-11-02T04:40:35.563Z | +++ dirname ./tools/ci_download_console |
348 | 2023-11-02T04:40:35.568Z | ++ cd ./tools |
349 | 2023-11-02T04:40:35.571Z | ++ pwd |
350 | 2023-11-02T04:40:35.574Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
351 | 2023-11-02T04:40:35.577Z | ++ basename ./tools/ci_download_console |
352 | 2023-11-02T04:40:35.580Z | + ARG0=ci_download_console |
353 | 2023-11-02T04:40:35.583Z | + TARGET_DIR=out |
354 | 2023-11-02T04:40:35.585Z | + DOWNLOAD_DIR=out/downloads |
355 | 2023-11-02T04:40:35.588Z | + DEST_DIR=./out/console-assets |
356 | 2023-11-02T04:40:35.591Z | + source /work/oxidecomputer/omicron/tools/console_version |
357 | 2023-11-02T04:40:35.594Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
358 | 2023-11-02T04:40:35.597Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
359 | 2023-11-02T04:40:35.600Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
360 | 2023-11-02T04:40:35.603Z | + TARBALL_FILE=out/downloads/console.tar.gz |
361 | 2023-11-02T04:40:35.607Z | + main |
362 | 2023-11-02T04:40:35.610Z | + [[ 0 != 0 ]] |
363 | 2023-11-02T04:40:35.613Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
364 | 2023-11-02T04:40:35.616Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
365 | 2023-11-02T04:40:35.619Z | + echo 'Local file: out/downloads/console.tar.gz' |
366 | 2023-11-02T04:40:35.621Z | Local file: out/downloads/console.tar.gz |
367 | 2023-11-02T04:40:35.624Z | + local DO_DOWNLOAD=true |
368 | 2023-11-02T04:40:35.627Z | + [[ -f out/downloads/console.tar.gz ]] |
369 | 2023-11-02T04:40:35.629Z | + mkdir -p out/downloads |
370 | 2023-11-02T04:40:35.632Z | + '[' true == true ']' |
371 | 2023-11-02T04:40:35.635Z | + echo Downloading... |
372 | 2023-11-02T04:40:35.637Z | Downloading... |
373 | 2023-11-02T04:40:35.640Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
374 | 2023-11-02T04:40:35.651Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
375 | 2023-11-02T04:40:36.279Z | ++ do_sha256sum out/downloads/console.tar.gz |
376 | 2023-11-02T04:40:36.291Z | ++ case "$OSTYPE" in |
377 | 2023-11-02T04:40:36.308Z | ++ SHA=sha256sum |
378 | 2023-11-02T04:40:36.319Z | ++ sha256sum |
379 | 2023-11-02T04:40:36.325Z | ++ awk '{print $1}' |
380 | 2023-11-02T04:40:36.330Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
381 | 2023-11-02T04:40:36.344Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
382 | 2023-11-02T04:40:36.348Z | + rm -rf ./out/console-assets |
383 | 2023-11-02T04:40:36.415Z | + mkdir -p ./out/console-assets |
384 | 2023-11-02T04:40:36.427Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
385 | 2023-11-02T04:40:36.432Z | + mkdir -p ./out/console-assets |
386 | 2023-11-02T04:40:36.441Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
387 | 2023-11-02T04:40:36.454Z | + set -o errexit |
388 | 2023-11-02T04:40:36.462Z | +++ dirname ./tools/ci_download_maghemite_openapi |
389 | 2023-11-02T04:40:36.469Z | ++ cd ./tools |
390 | 2023-11-02T04:40:36.475Z | ++ pwd |
391 | 2023-11-02T04:40:36.546Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
392 | 2023-11-02T04:40:36.558Z | ++ basename ./tools/ci_download_maghemite_openapi |
393 | 2023-11-02T04:40:36.968Z | + ARG0=ci_download_maghemite_openapi |
394 | 2023-11-02T04:40:36.971Z | + TARGET_DIR=out |
395 | 2023-11-02T04:40:36.974Z | + DOWNLOAD_DIR=out/downloads |
396 | 2023-11-02T04:40:36.977Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
397 | 2023-11-02T04:40:36.985Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
398 | 2023-11-02T04:40:37.001Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
399 | 2023-11-02T04:40:37.024Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
400 | 2023-11-02T04:40:37.035Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
401 | 2023-11-02T04:40:37.452Z | + main |
402 | 2023-11-02T04:40:37.468Z | + [[ 0 != 0 ]] |
403 | 2023-11-02T04:40:37.481Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
404 | 2023-11-02T04:40:37.501Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
405 | 2023-11-02T04:40:37.515Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
406 | 2023-11-02T04:40:37.520Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
407 | 2023-11-02T04:40:37.526Z | + local DO_DOWNLOAD=true |
408 | 2023-11-02T04:40:37.538Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
409 | 2023-11-02T04:40:37.553Z | + mkdir -p out/downloads |
410 | 2023-11-02T04:40:37.563Z | + '[' true == true ']' |
411 | 2023-11-02T04:40:37.575Z | + echo Downloading... |
412 | 2023-11-02T04:40:37.584Z | Downloading... |
413 | 2023-11-02T04:40:37.589Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
414 | 2023-11-02T04:40:37.592Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
415 | 2023-11-02T04:40:37.596Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
416 | 2023-11-02T04:40:37.599Z | ++ case "$OSTYPE" in |
417 | 2023-11-02T04:40:37.602Z | ++ SHA=sha256sum |
418 | 2023-11-02T04:40:37.605Z | ++ sha256sum |
419 | 2023-11-02T04:40:37.608Z | ++ awk '{print $1}' |
420 | 2023-11-02T04:40:37.612Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
421 | 2023-11-02T04:40:37.615Z | + [[ 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 ]] |
422 | 2023-11-02T04:40:37.618Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
423 | 2023-11-02T04:40:37.621Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
424 | 2023-11-02T04:40:37.624Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
425 | 2023-11-02T04:40:37.628Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
426 | 2023-11-02T04:40:37.631Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
427 | 2023-11-02T04:40:37.635Z | + main |
428 | 2023-11-02T04:40:37.639Z | + [[ 0 != 0 ]] |
429 | 2023-11-02T04:40:37.642Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
430 | 2023-11-02T04:40:37.645Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
431 | 2023-11-02T04:40:37.648Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
432 | 2023-11-02T04:40:37.652Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
433 | 2023-11-02T04:40:37.656Z | + local DO_DOWNLOAD=true |
434 | 2023-11-02T04:40:37.660Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
435 | 2023-11-02T04:40:37.664Z | + mkdir -p out/downloads |
436 | 2023-11-02T04:40:37.669Z | + '[' true == true ']' |
437 | 2023-11-02T04:40:37.673Z | + echo Downloading... |
438 | 2023-11-02T04:40:37.676Z | Downloading... |
439 | 2023-11-02T04:40:37.678Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
440 | 2023-11-02T04:40:37.682Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
441 | 2023-11-02T04:40:37.688Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
442 | 2023-11-02T04:40:37.691Z | ++ case "$OSTYPE" in |
443 | 2023-11-02T04:40:37.694Z | ++ SHA=sha256sum |
444 | 2023-11-02T04:40:37.697Z | ++ sha256sum |
445 | 2023-11-02T04:40:37.700Z | ++ awk '{print $1}' |
446 | 2023-11-02T04:40:37.703Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
447 | 2023-11-02T04:40:37.706Z | + [[ 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 ]] |
448 | 2023-11-02T04:40:37.708Z | + set -o errexit |
449 | 2023-11-02T04:40:37.711Z | +++ dirname ./tools/ci_download_dendrite_openapi |
450 | 2023-11-02T04:40:37.715Z | ++ cd ./tools |
451 | 2023-11-02T04:40:37.718Z | ++ pwd |
452 | 2023-11-02T04:40:37.721Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
453 | 2023-11-02T04:40:37.724Z | ++ basename ./tools/ci_download_dendrite_openapi |
454 | 2023-11-02T04:40:37.727Z | + ARG0=ci_download_dendrite_openapi |
455 | 2023-11-02T04:40:37.729Z | + TARGET_DIR=out |
456 | 2023-11-02T04:40:37.732Z | + DOWNLOAD_DIR=out/downloads |
457 | 2023-11-02T04:40:37.735Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
458 | 2023-11-02T04:40:37.737Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
459 | 2023-11-02T04:40:37.740Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
460 | 2023-11-02T04:40:37.743Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
461 | 2023-11-02T04:40:37.746Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
462 | 2023-11-02T04:40:37.750Z | + main |
463 | 2023-11-02T04:40:37.753Z | + [[ 0 != 0 ]] |
464 | 2023-11-02T04:40:37.755Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
465 | 2023-11-02T04:40:37.758Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
466 | 2023-11-02T04:40:37.761Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
467 | 2023-11-02T04:40:37.764Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
468 | 2023-11-02T04:40:37.768Z | + local DO_DOWNLOAD=true |
469 | 2023-11-02T04:40:37.771Z | Downloading... |
470 | 2023-11-02T04:40:37.774Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
471 | 2023-11-02T04:40:37.777Z | + mkdir -p out/downloads |
472 | 2023-11-02T04:40:37.780Z | + '[' true == true ']' |
473 | 2023-11-02T04:40:37.783Z | + echo Downloading... |
474 | 2023-11-02T04:40:37.786Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
475 | 2023-11-02T04:40:37.789Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
476 | 2023-11-02T04:40:38.434Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
477 | 2023-11-02T04:40:38.494Z | ++ case "$OSTYPE" in |
478 | 2023-11-02T04:40:38.516Z | ++ SHA=sha256sum |
479 | 2023-11-02T04:40:38.534Z | ++ sha256sum |
480 | 2023-11-02T04:40:38.556Z | ++ awk '{print $1}' |
481 | 2023-11-02T04:40:38.574Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
482 | 2023-11-02T04:40:38.583Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
483 | 2023-11-02T04:40:38.604Z | + set -o errexit |
484 | 2023-11-02T04:40:38.617Z | +++ dirname ./tools/ci_download_dendrite_stub |
485 | 2023-11-02T04:40:38.645Z | ++ cd ./tools |
486 | 2023-11-02T04:40:38.649Z | ++ pwd |
487 | 2023-11-02T04:40:38.665Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
488 | 2023-11-02T04:40:38.670Z | ++ basename ./tools/ci_download_dendrite_stub |
489 | 2023-11-02T04:40:38.676Z | + ARG0=ci_download_dendrite_stub |
490 | 2023-11-02T04:40:38.689Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
491 | 2023-11-02T04:40:38.702Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
492 | 2023-11-02T04:40:38.719Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
493 | 2023-11-02T04:40:38.727Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
494 | 2023-11-02T04:40:38.732Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
495 | 2023-11-02T04:40:38.740Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
496 | 2023-11-02T04:40:38.752Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
497 | 2023-11-02T04:40:38.763Z | + TARGET_DIR=out |
498 | 2023-11-02T04:40:38.784Z | + DOWNLOAD_DIR=out/downloads |
499 | 2023-11-02T04:40:39.196Z | + DEST_DIR=./out/dendrite-stub |
500 | 2023-11-02T04:40:39.205Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
501 | 2023-11-02T04:40:39.215Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
502 | 2023-11-02T04:40:39.226Z | + REPO=oxidecomputer/dendrite |
503 | 2023-11-02T04:40:39.234Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
504 | 2023-11-02T04:40:39.244Z | + main |
505 | 2023-11-02T04:40:39.257Z | + [[ 0 != 0 ]] |
506 | 2023-11-02T04:40:39.268Z | + CIDL_OS=solaris2.11 |
507 | 2023-11-02T04:40:39.284Z | + [[ 0 != 0 ]] |
508 | 2023-11-02T04:40:39.302Z | + configure_os solaris2.11 |
509 | 2023-11-02T04:40:39.318Z | + echo 'current directory: /work/oxidecomputer/omicron' |
510 | 2023-11-02T04:40:39.742Z | current directory: /work/oxidecomputer/omicron |
511 | 2023-11-02T04:40:39.756Z | + echo 'configuring based on OS: "solaris2.11"' |
512 | 2023-11-02T04:40:39.764Z | configuring based on OS: "solaris2.11" |
513 | 2023-11-02T04:40:39.768Z | + case "$1" in |
514 | 2023-11-02T04:40:39.771Z | + SET_BINARIES= |
515 | 2023-11-02T04:40:39.774Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
516 | 2023-11-02T04:40:39.777Z | + CIDL_SHA256FUNC=do_sha256sum |
517 | 2023-11-02T04:40:39.780Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
518 | 2023-11-02T04:40:39.783Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
519 | 2023-11-02T04:40:39.787Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
520 | 2023-11-02T04:40:39.789Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
521 | 2023-11-02T04:40:39.792Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
522 | 2023-11-02T04:40:39.795Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
523 | 2023-11-02T04:40:39.820Z | Local file: out/downloads/dendrite-stub.tar.gz |
524 | 2023-11-02T04:40:39.830Z | + mkdir -p out/downloads |
525 | 2023-11-02T04:40:39.845Z | + mkdir -p ./out/dendrite-stub |
526 | 2023-11-02T04:40:39.855Z | + fetch_and_verify |
527 | 2023-11-02T04:40:39.859Z | + local DO_DOWNLOAD=true |
528 | 2023-11-02T04:40:39.863Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
529 | 2023-11-02T04:40:39.867Z | + '[' true == true ']' |
530 | 2023-11-02T04:40:39.870Z | + echo Downloading... |
531 | 2023-11-02T04:40:39.878Z | Downloading... |
532 | 2023-11-02T04:40:39.882Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
533 | 2023-11-02T04:40:39.886Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
534 | 2023-11-02T04:40:47.375Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
535 | 2023-11-02T04:40:47.385Z | ++ sha256sum |
536 | 2023-11-02T04:40:47.395Z | ++ awk '{print $1}' |
537 | 2023-11-02T04:40:47.471Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
538 | 2023-11-02T04:40:47.484Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
539 | 2023-11-02T04:40:47.504Z | + do_untar out/downloads/dendrite-stub.tar.gz |
540 | 2023-11-02T04:40:47.521Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
541 | 2023-11-02T04:40:48.411Z | + do_assemble |
542 | 2023-11-02T04:40:48.414Z | + rm -r ./out/dendrite-stub |
543 | 2023-11-02T04:40:48.418Z | + mkdir ./out/dendrite-stub |
544 | 2023-11-02T04:40:48.421Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
545 | 2023-11-02T04:40:48.522Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
546 | 2023-11-02T04:40:48.535Z | + set -o errexit |
547 | 2023-11-02T04:40:48.538Z | +++ dirname ./tools/ci_download_maghemite_mgd |
548 | 2023-11-02T04:40:48.540Z | ++ cd ./tools |
549 | 2023-11-02T04:40:48.543Z | ++ pwd |
550 | 2023-11-02T04:40:48.546Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
551 | 2023-11-02T04:40:48.549Z | ++ basename ./tools/ci_download_maghemite_mgd |
552 | 2023-11-02T04:40:48.551Z | + ARG0=ci_download_maghemite_mgd |
553 | 2023-11-02T04:40:48.555Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
554 | 2023-11-02T04:40:48.557Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
555 | 2023-11-02T04:40:48.560Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
556 | 2023-11-02T04:40:48.563Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
557 | 2023-11-02T04:40:48.566Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
558 | 2023-11-02T04:40:48.571Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
559 | 2023-11-02T04:40:48.573Z | + TARGET_DIR=out |
560 | 2023-11-02T04:40:48.576Z | + DOWNLOAD_DIR=out/downloads |
561 | 2023-11-02T04:40:48.579Z | + DEST_DIR=./out/mgd |
562 | 2023-11-02T04:40:48.582Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
563 | 2023-11-02T04:40:48.585Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
564 | 2023-11-02T04:40:48.591Z | + REPO=oxidecomputer/maghemite |
565 | 2023-11-02T04:40:48.599Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
566 | 2023-11-02T04:40:48.617Z | + main |
567 | 2023-11-02T04:40:49.035Z | + [[ 0 != 0 ]] |
568 | 2023-11-02T04:40:49.058Z | + CIDL_OS=solaris2.11 |
569 | 2023-11-02T04:40:49.477Z | + [[ 0 != 0 ]] |
570 | 2023-11-02T04:40:49.489Z | + configure_os solaris2.11 |
571 | 2023-11-02T04:40:49.505Z | + echo 'current directory: /work/oxidecomputer/omicron' |
572 | 2023-11-02T04:40:49.515Z | current directory: /work/oxidecomputer/omicron |
573 | 2023-11-02T04:40:49.524Z | + echo 'configuring based on OS: "solaris2.11"' |
574 | 2023-11-02T04:40:49.531Z | configuring based on OS: "solaris2.11" |
575 | 2023-11-02T04:40:49.539Z | + case "$1" in |
576 | 2023-11-02T04:40:49.545Z | + SET_BINARIES= |
577 | 2023-11-02T04:40:49.555Z | + CIDL_SHA256FUNC=do_sha256sum |
578 | 2023-11-02T04:40:49.977Z | + TARBALL_FILENAME=mgd.tar.gz |
579 | 2023-11-02T04:40:49.987Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
580 | 2023-11-02T04:40:49.993Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
581 | 2023-11-02T04:40:49.999Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
582 | 2023-11-02T04:40:50.010Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
583 | 2023-11-02T04:40:50.022Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
584 | 2023-11-02T04:40:50.034Z | Local file: out/downloads/mgd.tar.gz |
585 | 2023-11-02T04:40:50.051Z | + mkdir -p out/downloads |
586 | 2023-11-02T04:40:50.066Z | + mkdir -p ./out/mgd |
587 | 2023-11-02T04:40:50.084Z | + fetch_and_verify |
588 | 2023-11-02T04:40:50.094Z | + local DO_DOWNLOAD=true |
589 | 2023-11-02T04:40:50.111Z | + [[ -f out/downloads/mgd.tar.gz ]] |
590 | 2023-11-02T04:40:50.120Z | + '[' true == true ']' |
591 | 2023-11-02T04:40:50.133Z | + echo Downloading... |
592 | 2023-11-02T04:40:50.137Z | Downloading... |
593 | 2023-11-02T04:40:50.143Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
594 | 2023-11-02T04:40:50.154Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
595 | 2023-11-02T04:40:54.633Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
596 | 2023-11-02T04:40:54.638Z | ++ sha256sum |
597 | 2023-11-02T04:40:54.644Z | ++ awk '{print $1}' |
598 | 2023-11-02T04:40:54.782Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
599 | 2023-11-02T04:40:54.797Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
600 | 2023-11-02T04:40:54.812Z | + do_untar out/downloads/mgd.tar.gz |
601 | 2023-11-02T04:40:54.823Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
602 | 2023-11-02T04:40:55.408Z | + do_assemble |
603 | 2023-11-02T04:40:55.418Z | + rm -r ./out/mgd |
604 | 2023-11-02T04:40:55.428Z | + mkdir ./out/mgd |
605 | 2023-11-02T04:40:55.442Z | + cp -r out/downloads/root ./out/mgd/root |
606 | 2023-11-02T04:40:55.607Z | + set -o errexit |
607 | 2023-11-02T04:40:55.616Z | +++ dirname ./tools/ci_download_transceiver_control |
608 | 2023-11-02T04:40:55.624Z | ++ cd ./tools |
609 | 2023-11-02T04:40:55.631Z | ++ pwd |
610 | 2023-11-02T04:40:55.640Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
611 | 2023-11-02T04:40:55.647Z | ++ basename ./tools/ci_download_transceiver_control |
612 | 2023-11-02T04:40:55.658Z | + ARG0=ci_download_transceiver_control |
613 | 2023-11-02T04:40:55.671Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
614 | 2023-11-02T04:40:55.677Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
615 | 2023-11-02T04:40:55.687Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
616 | 2023-11-02T04:40:55.702Z | + TARGET_DIR=out |
617 | 2023-11-02T04:40:55.712Z | + DOWNLOAD_DIR=out/downloads |
618 | 2023-11-02T04:40:55.721Z | + DEST_DIR=./out/transceiver-control |
619 | 2023-11-02T04:40:55.737Z | + BIN_DIR=/opt/oxide/bin |
620 | 2023-11-02T04:40:55.747Z | + BINARY=xcvradm |
621 | 2023-11-02T04:40:55.767Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
622 | 2023-11-02T04:40:55.841Z | + REPO=oxidecomputer/transceiver-control |
623 | 2023-11-02T04:40:55.911Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
624 | 2023-11-02T04:40:55.921Z | + main |
625 | 2023-11-02T04:40:55.932Z | + [[ 0 != 0 ]] |
626 | 2023-11-02T04:40:56.353Z | + CIDL_OS=solaris2.11 |
627 | 2023-11-02T04:40:56.380Z | + [[ 0 != 0 ]] |
628 | 2023-11-02T04:40:56.390Z | + configure_os solaris2.11 |
629 | 2023-11-02T04:40:56.404Z | + echo 'current directory: /work/oxidecomputer/omicron' |
630 | 2023-11-02T04:40:56.414Z | current directory: /work/oxidecomputer/omicron |
631 | 2023-11-02T04:40:56.423Z | + echo 'configuring based on OS: "solaris2.11"' |
632 | 2023-11-02T04:40:56.433Z | configuring based on OS: "solaris2.11" |
633 | 2023-11-02T04:40:56.442Z | + case "$1" in |
634 | 2023-11-02T04:40:56.448Z | + SET_BINARIES= |
635 | 2023-11-02T04:40:56.455Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
636 | 2023-11-02T04:40:56.463Z | + CIDL_SHA256FUNC=do_sha256sum |
637 | 2023-11-02T04:40:56.467Z | + ARCHIVE_FILENAME=xcvradm.gz |
638 | 2023-11-02T04:40:56.474Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
639 | 2023-11-02T04:40:56.483Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
640 | 2023-11-02T04:40:56.491Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
641 | 2023-11-02T04:40:56.500Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
642 | 2023-11-02T04:40:56.504Z | + echo 'Local file: out/downloads/xcvradm.gz' |
643 | 2023-11-02T04:40:56.508Z | Local file: out/downloads/xcvradm.gz |
644 | 2023-11-02T04:40:56.513Z | + mkdir -p out/downloads |
645 | 2023-11-02T04:40:56.517Z | + mkdir -p ./out/transceiver-control |
646 | 2023-11-02T04:40:56.521Z | + fetch_and_verify |
647 | 2023-11-02T04:40:56.525Z | + local DO_DOWNLOAD=true |
648 | 2023-11-02T04:40:56.529Z | + [[ -f out/downloads/xcvradm.gz ]] |
649 | 2023-11-02T04:40:56.537Z | + '[' true == true ']' |
650 | 2023-11-02T04:40:56.541Z | + echo Downloading... |
651 | 2023-11-02T04:40:56.549Z | Downloading... |
652 | 2023-11-02T04:40:56.553Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
653 | 2023-11-02T04:40:56.557Z | + 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 |
654 | 2023-11-02T04:41:00.574Z | ++ do_sha256sum out/downloads/xcvradm.gz |
655 | 2023-11-02T04:41:00.586Z | ++ sha256sum |
656 | 2023-11-02T04:41:01.012Z | ++ awk '{print $1}' |
657 | 2023-11-02T04:41:01.025Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
658 | 2023-11-02T04:41:01.037Z | + [[ 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 ]] |
659 | 2023-11-02T04:41:01.044Z | + do_unpack out/downloads/xcvradm.gz |
660 | 2023-11-02T04:41:01.055Z | + mkdir -p out/downloads/root//opt/oxide/bin |
661 | 2023-11-02T04:41:01.068Z | + gzip -dc out/downloads/xcvradm.gz |
662 | 2023-11-02T04:41:01.078Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
663 | 2023-11-02T04:41:01.090Z | + do_assemble |
664 | 2023-11-02T04:41:01.500Z | + rm -r ./out/transceiver-control |
665 | 2023-11-02T04:41:01.523Z | + mkdir ./out/transceiver-control |
666 | 2023-11-02T04:41:01.539Z | + cp -r out/downloads/root ./out/transceiver-control/root |
667 | 2023-11-02T04:41:01.963Z | All prerequisites installed successfully |
668 | 2023-11-02T04:41:01.967Z | |
669 | 2023-11-02T04:41:01.970Z | real 1:58.302018535 |
670 | 2023-11-02T04:41:01.974Z | user 52.029200068 |
671 | 2023-11-02T04:41:01.977Z | sys 10.432278595 |
672 | 2023-11-02T04:41:01.980Z | trap 0.030926833 |
673 | 2023-11-02T04:41:01.983Z | tflt 0.243153032 |
674 | 2023-11-02T04:41:01.987Z | dflt 0.688394546 |
675 | 2023-11-02T04:41:01.990Z | kflt 0.238189636 |
676 | 2023-11-02T04:41:01.993Z | lock 1.697955169 |
677 | 2023-11-02T04:41:01.996Z | slp 3:44.934912233 |
678 | 2023-11-02T04:41:01.999Z | lat 4.216592948 |
679 | 2023-11-02T04:41:02.002Z | stop 0.074023148 |
680 | 2023-11-02T04:41:02.006Z | + banner end-to-end-tests |
681 | 2023-11-02T04:41:02.014Z | |
682 | 2023-11-02T04:41:02.436Z | ###### # # ##### ##### #### ###### # # ##### |
683 | 2023-11-02T04:41:02.446Z | # ## # # # # # # # ## # # # |
684 | 2023-11-02T04:41:02.548Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
685 | 2023-11-02T04:41:02.964Z | # # # # # # # # # # # # # # # |
686 | 2023-11-02T04:41:02.991Z | # # ## # # # # # # # ## # # |
687 | 2023-11-02T04:41:02.998Z | ###### # # ##### # #### ###### # # ##### |
688 | 2023-11-02T04:41:03.003Z | |
689 | 2023-11-02T04:41:03.008Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
690 | 2023-11-02T04:41:03.011Z | + CARGO_PROFILE_DEV_DEBUG=1 |
691 | 2023-11-02T04:41:03.015Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
692 | 2023-11-02T04:41:03.018Z | + CARGO_PROFILE_TEST_DEBUG=1 |
693 | 2023-11-02T04:41:03.022Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
694 | 2023-11-02T04:41:03.028Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
695 | 2023-11-02T04:41:03.036Z | Updating crates.io index |
696 | 2023-11-02T04:41:03.048Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
697 | 2023-11-02T04:41:03.066Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
698 | 2023-11-02T04:41:04.473Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
699 | 2023-11-02T04:41:05.108Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
700 | 2023-11-02T04:41:05.688Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
701 | 2023-11-02T04:41:06.002Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
702 | 2023-11-02T04:41:06.276Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
703 | 2023-11-02T04:41:07.143Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
704 | 2023-11-02T04:41:08.934Z | Updating git repository `https://github.com/oxidecomputer/opte` |
705 | 2023-11-02T04:41:10.208Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
706 | 2023-11-02T04:41:10.212Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
707 | 2023-11-02T04:41:10.519Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
708 | 2023-11-02T04:41:11.127Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
709 | 2023-11-02T04:41:11.496Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
710 | 2023-11-02T04:41:11.861Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
711 | 2023-11-02T04:41:12.157Z | Updating git repository `https://github.com/njaremko/samael` |
712 | 2023-11-02T04:41:12.752Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
713 | 2023-11-02T04:41:13.275Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
714 | 2023-11-02T04:41:13.696Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
715 | 2023-11-02T04:41:14.144Z | Updating git repository `https://github.com/jgallagher/nix` |
716 | 2023-11-02T04:41:15.405Z | Updating git repository `https://github.com/cbiffle/hubpack` |
717 | 2023-11-02T04:41:15.741Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
718 | 2023-11-02T04:41:25.280Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
719 | 2023-11-02T04:41:25.760Z | Updating git repository `https://github.com/oxidecomputer/typify` |
720 | 2023-11-02T04:41:26.702Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
721 | 2023-11-02T04:41:27.584Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
722 | 2023-11-02T04:41:27.588Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
723 | 2023-11-02T04:41:29.060Z | Downloading crates ... |
724 | 2023-11-02T04:41:29.279Z | Downloaded colorchoice v1.0.0 |
725 | 2023-11-02T04:41:29.291Z | Downloaded curve25519-dalek-derive v0.1.0 |
726 | 2023-11-02T04:41:29.299Z | Downloaded proc-macro-error-attr v1.0.4 |
727 | 2023-11-02T04:41:29.307Z | Downloaded pin-utils v0.1.0 |
728 | 2023-11-02T04:41:29.319Z | Downloaded native-tls v0.2.11 |
729 | 2023-11-02T04:41:29.332Z | Downloaded quote v1.0.33 |
730 | 2023-11-02T04:41:29.355Z | Downloaded proc-macro2 v1.0.67 |
731 | 2023-11-02T04:41:29.364Z | Downloaded der v0.7.8 |
732 | 2023-11-02T04:41:29.369Z | Downloaded pest v2.7.2 |
733 | 2023-11-02T04:41:29.374Z | Downloaded async-stream-impl v0.3.5 |
734 | 2023-11-02T04:41:29.383Z | Downloaded anstyle-query v1.0.0 |
735 | 2023-11-02T04:41:29.404Z | Downloaded precomputed-hash v0.1.1 |
736 | 2023-11-02T04:41:29.410Z | Downloaded atomicwrites v0.4.2 |
737 | 2023-11-02T04:41:29.414Z | Downloaded debug-ignore v1.0.5 |
738 | 2023-11-02T04:41:29.428Z | Downloaded bitstruct_derive v0.1.0 |
739 | 2023-11-02T04:41:29.433Z | Downloaded clap_lex v0.5.1 |
740 | 2023-11-02T04:41:29.437Z | Downloaded autocfg v1.1.0 |
741 | 2023-11-02T04:41:29.445Z | Downloaded bitflags v1.3.2 |
742 | 2023-11-02T04:41:29.473Z | Downloaded opaque-debug v0.3.0 |
743 | 2023-11-02T04:41:29.484Z | Downloaded pkcs8 v0.10.2 |
744 | 2023-11-02T04:41:29.493Z | Downloaded proc-macro-crate v1.3.1 |
745 | 2023-11-02T04:41:29.503Z | Downloaded ciborium-io v0.2.1 |
746 | 2023-11-02T04:41:29.513Z | Downloaded untrusted v0.7.1 |
747 | 2023-11-02T04:41:29.524Z | Downloaded try-lock v0.2.4 |
748 | 2023-11-02T04:41:29.534Z | Downloaded cipher v0.4.4 |
749 | 2023-11-02T04:41:29.545Z | Downloaded chacha20 v0.9.1 |
750 | 2023-11-02T04:41:29.555Z | Downloaded percent-encoding v2.3.0 |
751 | 2023-11-02T04:41:29.974Z | Downloaded phf_shared v0.10.0 |
752 | 2023-11-02T04:41:29.979Z | Downloaded num-integer v0.1.45 |
753 | 2023-11-02T04:41:29.983Z | Downloaded backoff v0.4.0 |
754 | 2023-11-02T04:41:30.397Z | Downloaded async-trait v0.1.74 |
755 | 2023-11-02T04:41:30.401Z | Downloaded fxhash v0.2.1 |
756 | 2023-11-02T04:41:30.405Z | Downloaded base64ct v1.6.0 |
757 | 2023-11-02T04:41:30.410Z | Downloaded aes-gcm-siv v0.11.1 |
758 | 2023-11-02T04:41:30.416Z | Downloaded dtrace-parser v0.1.14 |
759 | 2023-11-02T04:41:30.421Z | Downloaded difflib v0.4.0 |
760 | 2023-11-02T04:41:30.425Z | Downloaded foreign-types v0.5.0 |
761 | 2023-11-02T04:41:30.429Z | Downloaded http-range v0.1.5 |
762 | 2023-11-02T04:41:30.433Z | Downloaded miniz_oxide v0.7.1 |
763 | 2023-11-02T04:41:30.438Z | Downloaded fallible-streaming-iterator v0.1.9 |
764 | 2023-11-02T04:41:30.444Z | Downloaded clap_derive v4.4.2 |
765 | 2023-11-02T04:41:30.455Z | Downloaded ppv-lite86 v0.2.17 |
766 | 2023-11-02T04:41:30.469Z | Downloaded postcard v0.7.3 |
767 | 2023-11-02T04:41:30.474Z | Downloaded bzip2 v0.4.4 |
768 | 2023-11-02T04:41:30.538Z | Downloaded foreign-types-shared v0.1.1 |
769 | 2023-11-02T04:41:30.558Z | Downloaded utf8parse v0.2.1 |
770 | 2023-11-02T04:41:30.579Z | Downloaded foreign-types-shared v0.3.1 |
771 | 2023-11-02T04:41:30.600Z | Downloaded anyhow v1.0.75 |
772 | 2023-11-02T04:41:30.625Z | Downloaded errno v0.3.2 |
773 | 2023-11-02T04:41:30.657Z | Downloaded usdt-attr-macro v0.3.5 |
774 | 2023-11-02T04:41:30.689Z | Downloaded ff v0.13.0 |
775 | 2023-11-02T04:41:30.718Z | Downloaded tower-service v0.3.2 |
776 | 2023-11-02T04:41:30.747Z | Downloaded num-traits v0.2.16 |
777 | 2023-11-02T04:41:30.784Z | Downloaded fallible-iterator v0.2.0 |
778 | 2023-11-02T04:41:30.815Z | Downloaded glob v0.3.1 |
779 | 2023-11-02T04:41:30.856Z | Downloaded bitflags v2.4.0 |
780 | 2023-11-02T04:41:30.891Z | Downloaded futures-io v0.3.29 |
781 | 2023-11-02T04:41:30.910Z | Downloaded dirs-sys v0.4.1 |
782 | 2023-11-02T04:41:30.932Z | Downloaded dirs-next v2.0.0 |
783 | 2023-11-02T04:41:30.947Z | Downloaded thiserror-no-std v2.0.2 |
784 | 2023-11-02T04:41:30.957Z | Downloaded terminal_size v0.2.6 |
785 | 2023-11-02T04:41:30.974Z | Downloaded hubpack_derive v0.1.1 |
786 | 2023-11-02T04:41:30.988Z | Downloaded foreign-types-macros v0.2.3 |
787 | 2023-11-02T04:41:31.008Z | Downloaded form_urlencoded v1.2.0 |
788 | 2023-11-02T04:41:31.019Z | Downloaded erased-serde v0.3.30 |
789 | 2023-11-02T04:41:31.031Z | Downloaded ident_case v1.0.1 |
790 | 2023-11-02T04:41:31.043Z | Downloaded resolv-conf v0.7.0 |
791 | 2023-11-02T04:41:31.055Z | Downloaded thread_local v1.1.7 |
792 | 2023-11-02T04:41:31.068Z | Downloaded futures-task v0.3.29 |
793 | 2023-11-02T04:41:31.080Z | Downloaded hmac v0.12.1 |
794 | 2023-11-02T04:41:31.093Z | Downloaded futures-macro v0.3.29 |
795 | 2023-11-02T04:41:31.105Z | Downloaded hyper-rustls v0.24.2 |
796 | 2023-11-02T04:41:31.127Z | Downloaded zeroize_derive v1.4.2 |
797 | 2023-11-02T04:41:31.183Z | Downloaded rustls-native-certs v0.6.3 |
798 | 2023-11-02T04:41:31.243Z | Downloaded strum_macros v0.25.2 |
799 | 2023-11-02T04:41:31.250Z | Downloaded slog-scope v4.4.0 |
800 | 2023-11-02T04:41:31.255Z | Downloaded env_logger v0.9.3 |
801 | 2023-11-02T04:41:31.264Z | Downloaded humantime v2.1.0 |
802 | 2023-11-02T04:41:31.271Z | Downloaded backtrace v0.3.69 |
803 | 2023-11-02T04:41:31.292Z | Downloaded tokio-tungstenite v0.18.0 |
804 | 2023-11-02T04:41:31.302Z | Downloaded structmeta v0.1.6 |
805 | 2023-11-02T04:41:31.317Z | Downloaded waitgroup v0.1.2 |
806 | 2023-11-02T04:41:31.331Z | Downloaded semver-parser v0.10.2 |
807 | 2023-11-02T04:41:31.346Z | Downloaded ghash v0.5.0 |
808 | 2023-11-02T04:41:31.359Z | Downloaded time-core v0.1.1 |
809 | 2023-11-02T04:41:31.365Z | Downloaded sha1 v0.10.5 |
810 | 2023-11-02T04:41:31.373Z | Downloaded hyper-tls v0.5.0 |
811 | 2023-11-02T04:41:31.382Z | Downloaded serde_path_to_error v0.1.14 |
812 | 2023-11-02T04:41:31.391Z | Downloaded serde_derive_internals v0.26.0 |
813 | 2023-11-02T04:41:31.401Z | Downloaded rand_chacha v0.3.1 |
814 | 2023-11-02T04:41:31.410Z | Downloaded lalrpop-util v0.19.12 |
815 | 2023-11-02T04:41:31.419Z | Downloaded radium v0.7.0 |
816 | 2023-11-02T04:41:31.423Z | Downloaded futures-sink v0.3.29 |
817 | 2023-11-02T04:41:31.429Z | Downloaded spki v0.7.2 |
818 | 2023-11-02T04:41:31.433Z | Downloaded serde_tokenstream v0.2.0 |
819 | 2023-11-02T04:41:31.441Z | Downloaded ringbuffer v0.15.0 |
820 | 2023-11-02T04:41:31.451Z | Downloaded russh-cryptovec v0.7.0 |
821 | 2023-11-02T04:41:31.457Z | Downloaded zone v0.2.0 |
822 | 2023-11-02T04:41:31.461Z | Downloaded rand_chacha v0.2.2 |
823 | 2023-11-02T04:41:31.465Z | Downloaded signature v2.1.0 |
824 | 2023-11-02T04:41:31.468Z | Downloaded home v0.5.5 |
825 | 2023-11-02T04:41:31.472Z | Downloaded httpdate v1.0.3 |
826 | 2023-11-02T04:41:31.476Z | Downloaded strsim v0.8.0 |
827 | 2023-11-02T04:41:31.480Z | Downloaded serde_arrays v0.1.0 |
828 | 2023-11-02T04:41:31.484Z | Downloaded thiserror-impl v1.0.49 |
829 | 2023-11-02T04:41:31.490Z | Downloaded static_assertions v1.1.0 |
830 | 2023-11-02T04:41:31.494Z | Downloaded stable_deref_trait v1.2.0 |
831 | 2023-11-02T04:41:31.498Z | Downloaded instant v0.1.12 |
832 | 2023-11-02T04:41:31.502Z | Downloaded ed25519 v2.2.2 |
833 | 2023-11-02T04:41:31.507Z | Downloaded synstructure v0.12.6 |
834 | 2023-11-02T04:41:31.514Z | Downloaded take_mut v0.2.2 |
835 | 2023-11-02T04:41:31.517Z | Downloaded semver v1.0.20 |
836 | 2023-11-02T04:41:31.525Z | Downloaded headers v0.3.9 |
837 | 2023-11-02T04:41:31.529Z | Downloaded headers-core v0.2.0 |
838 | 2023-11-02T04:41:31.534Z | Downloaded scheduled-thread-pool v0.2.7 |
839 | 2023-11-02T04:41:31.539Z | Downloaded r2d2 v0.8.10 |
840 | 2023-11-02T04:41:31.547Z | Downloaded rcgen v0.11.3 |
841 | 2023-11-02T04:41:31.551Z | Downloaded endian-type v0.1.2 |
842 | 2023-11-02T04:41:31.558Z | Downloaded subtle v2.5.0 |
843 | 2023-11-02T04:41:31.566Z | Downloaded usdt-impl v0.3.5 |
844 | 2023-11-02T04:41:31.986Z | Downloaded string_cache v0.8.7 |
845 | 2023-11-02T04:41:31.995Z | Downloaded xattr v1.0.1 |
846 | 2023-11-02T04:41:32.001Z | Downloaded httparse v1.8.0 |
847 | 2023-11-02T04:41:32.009Z | Downloaded ipnetwork v0.20.0 |
848 | 2023-11-02T04:41:32.014Z | Downloaded either v1.9.0 |
849 | 2023-11-02T04:41:32.021Z | Downloaded sct v0.7.0 |
850 | 2023-11-02T04:41:32.028Z | Downloaded schemars_derive v0.8.13 |
851 | 2023-11-02T04:41:32.034Z | Downloaded slog-dtrace v0.2.3 |
852 | 2023-11-02T04:41:32.040Z | Downloaded url v2.4.1 |
853 | 2023-11-02T04:41:32.047Z | Downloaded serde_yaml v0.9.25 |
854 | 2023-11-02T04:41:32.053Z | Downloaded hyper-staticfile v0.9.5 |
855 | 2023-11-02T04:41:32.061Z | Downloaded elliptic-curve v0.13.5 |
856 | 2023-11-02T04:41:32.066Z | Downloaded heck v0.3.3 |
857 | 2023-11-02T04:41:32.069Z | Downloaded fastrand v2.0.0 |
858 | 2023-11-02T04:41:32.072Z | Downloaded itoa v1.0.9 |
859 | 2023-11-02T04:41:32.076Z | Downloaded textwrap v0.11.0 |
860 | 2023-11-02T04:41:32.079Z | Downloaded similar v2.2.1 |
861 | 2023-11-02T04:41:32.082Z | Downloaded enum-as-inner v0.5.1 |
862 | 2023-11-02T04:41:32.086Z | Downloaded tinyvec v1.6.0 |
863 | 2023-11-02T04:41:32.093Z | Downloaded russh-keys v0.38.0 |
864 | 2023-11-02T04:41:32.097Z | Downloaded slab v0.4.9 |
865 | 2023-11-02T04:41:32.100Z | Downloaded tungstenite v0.20.1 |
866 | 2023-11-02T04:41:32.104Z | Downloaded toml v0.8.6 |
867 | 2023-11-02T04:41:32.107Z | Downloaded semver v0.11.0 |
868 | 2023-11-02T04:41:32.110Z | Downloaded secrecy v0.8.0 |
869 | 2023-11-02T04:41:32.113Z | Downloaded tokio-postgres v0.7.10 |
870 | 2023-11-02T04:41:32.117Z | Downloaded spin v0.9.8 |
871 | 2023-11-02T04:41:32.120Z | Downloaded hashlink v0.8.3 |
872 | 2023-11-02T04:41:32.123Z | Downloaded structopt v0.3.26 |
873 | 2023-11-02T04:41:32.127Z | Downloaded tar v0.4.40 |
874 | 2023-11-02T04:41:32.130Z | Downloaded ryu v1.0.15 |
875 | 2023-11-02T04:41:32.133Z | Downloaded ron v0.7.1 |
876 | 2023-11-02T04:41:32.136Z | Downloaded ed25519-dalek v2.0.0 |
877 | 2023-11-02T04:41:32.139Z | Downloaded aes-gcm v0.10.3 |
878 | 2023-11-02T04:41:32.143Z | Downloaded slog v2.7.0 |
879 | 2023-11-02T04:41:32.157Z | Downloaded indexmap v2.0.0 |
880 | 2023-11-02T04:41:32.160Z | Downloaded trust-dns-server v0.22.1 |
881 | 2023-11-02T04:41:32.163Z | Downloaded rand v0.8.5 |
882 | 2023-11-02T04:41:32.168Z | Downloaded trust-dns-resolver v0.22.0 |
883 | 2023-11-02T04:41:32.587Z | Downloaded serde v1.0.188 |
884 | 2023-11-02T04:41:32.594Z | Downloaded futures-util v0.3.29 |
885 | 2023-11-02T04:41:33.015Z | Downloaded hashbrown v0.12.3 |
886 | 2023-11-02T04:41:33.018Z | Downloaded serde_with v2.3.3 |
887 | 2023-11-02T04:41:33.023Z | Downloaded regex-automata v0.1.10 |
888 | 2023-11-02T04:41:33.026Z | Downloaded hashbrown v0.14.0 |
889 | 2023-11-02T04:41:33.029Z | Downloaded unicode-normalization v0.1.22 |
890 | 2023-11-02T04:41:33.032Z | Downloaded heapless v0.7.16 |
891 | 2023-11-02T04:41:33.035Z | Downloaded rand v0.7.3 |
892 | 2023-11-02T04:41:33.038Z | Downloaded hashbrown v0.13.2 |
893 | 2023-11-02T04:41:33.041Z | Downloaded clap v2.34.0 |
894 | 2023-11-02T04:41:33.044Z | Downloaded rusqlite v0.29.0 |
895 | 2023-11-02T04:41:33.047Z | Downloaded git2 v0.17.2 |
896 | 2023-11-02T04:41:33.050Z | Downloaded hkdf v0.12.3 |
897 | 2023-11-02T04:41:33.054Z | Downloaded rustls-webpki v0.101.7 |
898 | 2023-11-02T04:41:33.059Z | Downloaded object v0.32.1 |
899 | 2023-11-02T04:41:33.062Z | Downloaded radix_trie v0.2.1 |
900 | 2023-11-02T04:41:33.066Z | Downloaded gimli v0.28.0 |
901 | 2023-11-02T04:41:33.071Z | Downloaded idna v0.4.0 |
902 | 2023-11-02T04:41:33.075Z | Downloaded idna v0.2.3 |
903 | 2023-11-02T04:41:33.082Z | Downloaded rustix v0.37.23 |
904 | 2023-11-02T04:41:33.090Z | Downloaded smoltcp v0.9.1 |
905 | 2023-11-02T04:41:33.096Z | Downloaded curve25519-dalek v4.1.0 |
906 | 2023-11-02T04:41:33.104Z | Downloaded regex v1.10.2 |
907 | 2023-11-02T04:41:33.110Z | Downloaded syn v2.0.32 |
908 | 2023-11-02T04:41:33.116Z | Downloaded rustls v0.21.8 |
909 | 2023-11-02T04:41:33.124Z | Downloaded openapiv3 v1.0.3 |
910 | 2023-11-02T04:41:33.130Z | Downloaded regex-automata v0.3.8 |
911 | 2023-11-02T04:41:33.136Z | Downloaded rustix v0.38.9 |
912 | 2023-11-02T04:41:33.144Z | Downloaded regex-syntax v0.6.29 |
913 | 2023-11-02T04:41:33.152Z | Downloaded regex-syntax v0.8.2 |
914 | 2023-11-02T04:41:33.156Z | Downloaded trust-dns-proto v0.22.0 |
915 | 2023-11-02T04:41:33.161Z | Downloaded bstr v0.2.17 |
916 | 2023-11-02T04:41:33.165Z | Downloaded regress v0.7.1 |
917 | 2023-11-02T04:41:33.168Z | Downloaded zerocopy-derive v0.2.0 |
918 | 2023-11-02T04:41:33.171Z | Downloaded sled v0.34.7 |
919 | 2023-11-02T04:41:33.174Z | Downloaded zerocopy-derive v0.6.4 |
920 | 2023-11-02T04:41:33.177Z | Downloaded winapi v0.3.9 |
921 | 2023-11-02T04:41:33.180Z | Downloaded encoding_rs v0.8.33 |
922 | 2023-11-02T04:41:33.183Z | Downloaded libc v0.2.149 |
923 | 2023-11-02T04:41:33.187Z | Downloaded regex-automata v0.4.3 |
924 | 2023-11-02T04:41:33.191Z | Downloaded tokio v1.33.0 |
925 | 2023-11-02T04:41:33.197Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
926 | 2023-11-02T04:41:33.205Z | Downloaded sha3 v0.10.8 |
927 | 2023-11-02T04:41:33.216Z | Downloaded nix v0.26.2 |
928 | 2023-11-02T04:41:33.628Z | Downloaded bstr v1.6.0 |
929 | 2023-11-02T04:41:33.636Z | Downloaded smoltcp v0.8.2 |
930 | 2023-11-02T04:41:33.643Z | Downloaded webpki-roots v0.25.2 |
931 | 2023-11-02T04:41:33.654Z | Downloaded diesel v2.1.3 |
932 | 2023-11-02T04:41:33.662Z | Downloaded chrono v0.4.31 |
933 | 2023-11-02T04:41:33.672Z | Downloaded winnow v0.5.15 |
934 | 2023-11-02T04:41:33.679Z | Downloaded openssl v0.10.57 |
935 | 2023-11-02T04:41:33.687Z | Downloaded vcpkg v0.2.15 |
936 | 2023-11-02T04:41:33.698Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
937 | 2023-11-02T04:41:33.703Z | Downloaded bitvec v1.0.1 |
938 | 2023-11-02T04:41:33.710Z | Downloaded petgraph v0.6.4 |
939 | 2023-11-02T04:41:33.716Z | Downloaded itertools v0.11.0 |
940 | 2023-11-02T04:41:33.721Z | Downloaded hyper v0.14.27 |
941 | 2023-11-02T04:41:33.728Z | Downloaded reqwest v0.11.20 |
942 | 2023-11-02T04:41:33.739Z | Downloaded h2 v0.3.21 |
943 | 2023-11-02T04:41:33.748Z | Downloaded serde_json v1.0.108 |
944 | 2023-11-02T04:41:33.756Z | Downloaded russh v0.38.0 |
945 | 2023-11-02T04:41:33.767Z | Downloaded tracing v0.1.37 |
946 | 2023-11-02T04:41:33.794Z | Downloaded toml_edit v0.20.7 |
947 | 2023-11-02T04:41:33.811Z | Downloaded toml_edit v0.19.15 |
948 | 2023-11-02T04:41:33.822Z | Downloaded ring v0.17.5 |
949 | 2023-11-02T04:41:33.829Z | Downloaded libz-sys v1.1.12 |
950 | 2023-11-02T04:41:33.834Z | Downloaded itertools v0.10.5 |
951 | 2023-11-02T04:41:33.845Z | Downloaded indexmap v1.9.3 |
952 | 2023-11-02T04:41:33.852Z | Downloaded ring v0.16.20 |
953 | 2023-11-02T04:41:33.855Z | Downloaded unicode-segmentation v1.10.1 |
954 | 2023-11-02T04:41:33.858Z | Downloaded time v0.3.27 |
955 | 2023-11-02T04:41:33.862Z | Downloaded aho-corasick v1.0.4 |
956 | 2023-11-02T04:41:33.887Z | Downloaded http v0.2.9 |
957 | 2023-11-02T04:41:33.897Z | Downloaded schemars v0.8.13 |
958 | 2023-11-02T04:41:33.904Z | Downloaded slog-term v2.9.0 |
959 | 2023-11-02T04:41:33.910Z | Downloaded socket2 v0.5.4 |
960 | 2023-11-02T04:41:33.916Z | Downloaded tokio-util v0.7.10 |
961 | 2023-11-02T04:41:33.924Z | Downloaded socket2 v0.4.9 |
962 | 2023-11-02T04:41:33.932Z | Downloaded libsqlite3-sys v0.26.0 |
963 | 2023-11-02T04:41:33.936Z | Downloaded tempfile v3.8.0 |
964 | 2023-11-02T04:41:33.947Z | Downloaded subprocess v0.2.9 |
965 | 2023-11-02T04:41:33.954Z | Downloaded trust-dns-client v0.22.0 |
966 | 2023-11-02T04:41:33.957Z | Downloaded flate2 v1.0.28 |
967 | 2023-11-02T04:41:33.961Z | Downloaded libm v0.2.7 |
968 | 2023-11-02T04:41:33.974Z | Downloaded hash32 v0.2.1 |
969 | 2023-11-02T04:41:33.977Z | Downloaded thiserror v1.0.49 |
970 | 2023-11-02T04:41:33.979Z | Downloaded slog-bunyan v2.4.0 |
971 | 2023-11-02T04:41:33.982Z | Downloaded serde_derive v1.0.188 |
972 | 2023-11-02T04:41:33.985Z | Downloaded same-file v1.0.6 |
973 | 2023-11-02T04:41:33.988Z | Downloaded fixedbitset v0.4.2 |
974 | 2023-11-02T04:41:33.991Z | Downloaded smf v0.2.2 |
975 | 2023-11-02T04:41:33.997Z | Downloaded slog-json v2.6.1 |
976 | 2023-11-02T04:41:34.005Z | Downloaded half v1.8.2 |
977 | 2023-11-02T04:41:34.018Z | Downloaded num-bigint v0.4.4 |
978 | 2023-11-02T04:41:34.021Z | Downloaded structopt-derive v0.4.18 |
979 | 2023-11-02T04:41:34.024Z | Downloaded unicode-width v0.1.11 |
980 | 2023-11-02T04:41:34.029Z | Downloaded tokio-tungstenite v0.20.1 |
981 | 2023-11-02T04:41:34.042Z | Downloaded rustversion v1.0.14 |
982 | 2023-11-02T04:41:34.055Z | Downloaded digest v0.10.7 |
983 | 2023-11-02T04:41:34.061Z | Downloaded stringprep v0.1.3 |
984 | 2023-11-02T04:41:34.064Z | Downloaded scopeguard v1.2.0 |
985 | 2023-11-02T04:41:34.067Z | Downloaded unicode-bidi v0.3.13 |
986 | 2023-11-02T04:41:34.070Z | Downloaded unsafe-libyaml v0.2.9 |
987 | 2023-11-02T04:41:34.073Z | Downloaded zip v0.6.6 |
988 | 2023-11-02T04:41:34.076Z | Downloaded utf-8 v0.7.6 |
989 | 2023-11-02T04:41:34.079Z | Downloaded keccak v0.1.4 |
990 | 2023-11-02T04:41:34.082Z | Downloaded slog-envlogger v2.2.0 |
991 | 2023-11-02T04:41:34.086Z | Downloaded rand_core v0.5.1 |
992 | 2023-11-02T04:41:34.089Z | Downloaded strsim v0.10.0 |
993 | 2023-11-02T04:41:34.092Z | Downloaded serde_with_macros v2.3.3 |
994 | 2023-11-02T04:41:34.095Z | Downloaded jobserver v0.1.26 |
995 | 2023-11-02T04:41:34.098Z | Downloaded toml v0.5.11 |
996 | 2023-11-02T04:41:34.101Z | Downloaded syn v1.0.109 |
997 | 2023-11-02T04:41:34.105Z | Downloaded rand_core v0.6.4 |
998 | 2023-11-02T04:41:34.109Z | Downloaded tokio-rustls v0.24.1 |
999 | 2023-11-02T04:41:34.113Z | Downloaded is-terminal v0.4.9 |
1000 | 2023-11-02T04:41:34.116Z | Downloaded inout v0.1.3 |
1001 | 2023-11-02T04:41:34.119Z | Downloaded serde_urlencoded v0.7.1 |
1002 | 2023-11-02T04:41:34.122Z | Downloaded structmeta-derive v0.1.6 |
1003 | 2023-11-02T04:41:34.125Z | Downloaded serde_repr v0.1.16 |
1004 | 2023-11-02T04:41:34.128Z | Downloaded ipnet v2.8.0 |
1005 | 2023-11-02T04:41:34.131Z | Downloaded io-lifetimes v1.0.11 |
1006 | 2023-11-02T04:41:34.134Z | Downloaded http-body v0.4.5 |
1007 | 2023-11-02T04:41:34.137Z | Downloaded slog-async v2.8.0 |
1008 | 2023-11-02T04:41:34.140Z | Downloaded vec_map v0.8.2 |
1009 | 2023-11-02T04:41:34.145Z | Downloaded smallvec v1.11.0 |
1010 | 2023-11-02T04:41:34.149Z | Downloaded spin v0.5.2 |
1011 | 2023-11-02T04:41:34.154Z | Downloaded getopts v0.2.21 |
1012 | 2023-11-02T04:41:34.157Z | Downloaded rustc-demangle v0.1.23 |
1013 | 2023-11-02T04:41:34.160Z | Downloaded uuid v1.4.1 |
1014 | 2023-11-02T04:41:34.163Z | Downloaded iana-time-zone v0.1.57 |
1015 | 2023-11-02T04:41:34.166Z | Downloaded sha2 v0.10.8 |
1016 | 2023-11-02T04:41:34.170Z | Downloaded serde_tokenstream v0.1.7 |
1017 | 2023-11-02T04:41:34.173Z | Downloaded rustc_version v0.4.0 |
1018 | 2023-11-02T04:41:34.177Z | Downloaded vsss-rs v3.3.1 |
1019 | 2023-11-02T04:41:34.180Z | Downloaded yasna v0.5.2 |
1020 | 2023-11-02T04:41:34.183Z | Downloaded strum v0.25.0 |
1021 | 2023-11-02T04:41:34.186Z | Downloaded wyz v0.5.1 |
1022 | 2023-11-02T04:41:34.189Z | Downloaded walkdir v2.4.0 |
1023 | 2023-11-02T04:41:34.192Z | Downloaded fnv v1.0.7 |
1024 | 2023-11-02T04:41:34.195Z | Downloaded unicode-ident v1.0.12 |
1025 | 2023-11-02T04:41:34.198Z | Downloaded futures-core v0.3.29 |
1026 | 2023-11-02T04:41:34.201Z | Downloaded base64 v0.21.5 |
1027 | 2023-11-02T04:41:34.208Z | Downloaded diesel_derives v2.1.1 |
1028 | 2023-11-02T04:41:34.219Z | Downloaded clap_builder v4.4.2 |
1029 | 2023-11-02T04:41:34.229Z | Downloaded heck v0.4.1 |
1030 | 2023-11-02T04:41:34.243Z | Downloaded slog-stdlog v4.1.1 |
1031 | 2023-11-02T04:41:34.254Z | Downloaded siphasher v0.3.11 |
1032 | 2023-11-02T04:41:34.263Z | Downloaded rustfmt-wrapper v0.2.0 |
1033 | 2023-11-02T04:41:34.272Z | Downloaded toml v0.7.8 |
1034 | 2023-11-02T04:41:34.280Z | Downloaded unicase v2.7.0 |
1035 | 2023-11-02T04:41:34.286Z | Downloaded tungstenite v0.18.0 |
1036 | 2023-11-02T04:41:34.291Z | Downloaded tracing-core v0.1.31 |
1037 | 2023-11-02T04:41:34.294Z | Downloaded rustls-pemfile v1.0.3 |
1038 | 2023-11-02T04:41:34.298Z | Downloaded getrandom v0.2.10 |
1039 | 2023-11-02T04:41:34.302Z | Downloaded signal-hook-registry v1.4.1 |
1040 | 2023-11-02T04:41:34.306Z | Downloaded futures v0.3.29 |
1041 | 2023-11-02T04:41:34.310Z | Downloaded ucd-trie v0.1.6 |
1042 | 2023-11-02T04:41:34.313Z | Downloaded futures-executor v0.3.29 |
1043 | 2023-11-02T04:41:34.318Z | Downloaded mime_guess v2.0.4 |
1044 | 2023-11-02T04:41:34.321Z | Downloaded zeroize v1.6.0 |
1045 | 2023-11-02T04:41:34.325Z | Downloaded chacha20poly1305 v0.10.1 |
1046 | 2023-11-02T04:41:34.329Z | Downloaded cc v1.0.83 |
1047 | 2023-11-02T04:41:34.332Z | Downloaded getrandom v0.1.16 |
1048 | 2023-11-02T04:41:34.336Z | Downloaded tokio-stream v0.1.14 |
1049 | 2023-11-02T04:41:34.339Z | Downloaded arc-swap v1.6.0 |
1050 | 2023-11-02T04:41:34.344Z | Downloaded zerocopy v0.3.0 |
1051 | 2023-11-02T04:41:34.347Z | Downloaded vergen v8.2.4 |
1052 | 2023-11-02T04:41:34.354Z | Downloaded zerocopy v0.6.4 |
1053 | 2023-11-02T04:41:34.358Z | Downloaded serde_spanned v0.6.4 |
1054 | 2023-11-02T04:41:34.361Z | Downloaded universal-hash v0.5.1 |
1055 | 2023-11-02T04:41:34.365Z | Downloaded clap v4.4.3 |
1056 | 2023-11-02T04:41:34.376Z | Downloaded futures-channel v0.3.29 |
1057 | 2023-11-02T04:41:34.795Z | Downloaded base64 v0.13.1 |
1058 | 2023-11-02T04:41:34.799Z | Downloaded typenum v1.16.0 |
1059 | 2023-11-02T04:41:34.802Z | Downloaded want v0.3.1 |
1060 | 2023-11-02T04:41:34.806Z | Downloaded float-cmp v0.9.0 |
1061 | 2023-11-02T04:41:34.809Z | Downloaded crypto-bigint v0.5.2 |
1062 | 2023-11-02T04:41:34.813Z | Downloaded const_format v0.2.31 |
1063 | 2023-11-02T04:41:34.817Z | Downloaded parking_lot_core v0.9.8 |
1064 | 2023-11-02T04:41:34.825Z | Downloaded dirs v5.0.1 |
1065 | 2023-11-02T04:41:34.829Z | Downloaded term v0.7.0 |
1066 | 2023-11-02T04:41:34.832Z | Downloaded once_cell v1.18.0 |
1067 | 2023-11-02T04:41:34.836Z | Downloaded parking_lot_core v0.8.6 |
1068 | 2023-11-02T04:41:34.839Z | Downloaded hubpack v0.1.2 |
1069 | 2023-11-02T04:41:34.842Z | Downloaded thread-id v4.2.0 |
1070 | 2023-11-02T04:41:34.846Z | Downloaded cancel-safe-futures v0.1.5 |
1071 | 2023-11-02T04:41:34.850Z | Downloaded hex-literal v0.4.1 |
1072 | 2023-11-02T04:41:34.853Z | Downloaded group v0.13.0 |
1073 | 2023-11-02T04:41:34.856Z | Downloaded parking_lot v0.12.1 |
1074 | 2023-11-02T04:41:34.860Z | Downloaded num-rational v0.4.1 |
1075 | 2023-11-02T04:41:34.864Z | Downloaded equivalent v1.0.1 |
1076 | 2023-11-02T04:41:34.868Z | Downloaded parking_lot v0.11.2 |
1077 | 2023-11-02T04:41:34.871Z | Downloaded version_check v0.9.4 |
1078 | 2023-11-02T04:41:34.874Z | Downloaded dirs-sys-next v0.1.2 |
1079 | 2023-11-02T04:41:34.878Z | Downloaded whoami v1.4.1 |
1080 | 2023-11-02T04:41:34.881Z | Downloaded tokio-native-tls v0.3.1 |
1081 | 2023-11-02T04:41:34.886Z | Downloaded platforms v3.0.2 |
1082 | 2023-11-02T04:41:34.890Z | Downloaded twox-hash v1.6.3 |
1083 | 2023-11-02T04:41:34.894Z | Downloaded generic-array v0.14.7 |
1084 | 2023-11-02T04:41:34.898Z | Downloaded filetime v0.2.22 |
1085 | 2023-11-02T04:41:34.901Z | Downloaded pin-project-lite v0.2.13 |
1086 | 2023-11-02T04:41:34.905Z | Downloaded tracing-attributes v0.1.26 |
1087 | 2023-11-02T04:41:34.909Z | Downloaded usdt-macro v0.3.5 |
1088 | 2023-11-02T04:41:34.912Z | Downloaded dof v0.1.5 |
1089 | 2023-11-02T04:41:34.916Z | Downloaded proc-macro-error v1.0.4 |
1090 | 2023-11-02T04:41:34.919Z | Downloaded password-hash v0.4.2 |
1091 | 2023-11-02T04:41:34.923Z | Downloaded untrusted v0.9.0 |
1092 | 2023-11-02T04:41:34.927Z | Downloaded postgres-types v0.2.6 |
1093 | 2023-11-02T04:41:34.931Z | Downloaded postgres-protocol v0.6.6 |
1094 | 2023-11-02T04:41:34.934Z | Downloaded password-hash v0.5.0 |
1095 | 2023-11-02T04:41:34.937Z | Downloaded num_enum v0.7.0 |
1096 | 2023-11-02T04:41:34.941Z | Downloaded mio v0.8.8 |
1097 | 2023-11-02T04:41:34.945Z | Downloaded termcolor v1.2.0 |
1098 | 2023-11-02T04:41:34.948Z | Downloaded tap v1.0.1 |
1099 | 2023-11-02T04:41:34.952Z | Downloaded polyval v0.6.1 |
1100 | 2023-11-02T04:41:34.955Z | Downloaded parse-display-derive v0.7.0 |
1101 | 2023-11-02T04:41:34.959Z | Downloaded num_cpus v1.16.0 |
1102 | 2023-11-02T04:41:34.963Z | Downloaded crossbeam-channel v0.5.8 |
1103 | 2023-11-02T04:41:34.970Z | Downloaded num_enum_derive v0.5.11 |
1104 | 2023-11-02T04:41:35.383Z | Downloaded hostname v0.3.1 |
1105 | 2023-11-02T04:41:35.398Z | Downloaded blake2 v0.10.6 |
1106 | 2023-11-02T04:41:35.406Z | Downloaded log v0.4.20 |
1107 | 2023-11-02T04:41:35.418Z | Downloaded hex v0.4.3 |
1108 | 2023-11-02T04:41:35.423Z | Downloaded tinyvec_macros v0.1.1 |
1109 | 2023-11-02T04:41:35.429Z | Downloaded ascii v1.1.0 |
1110 | 2023-11-02T04:41:35.435Z | Downloaded allocator-api2 v0.2.16 |
1111 | 2023-11-02T04:41:35.441Z | Downloaded predicates v3.0.4 |
1112 | 2023-11-02T04:41:35.459Z | Downloaded pbkdf2 v0.12.2 |
1113 | 2023-11-02T04:41:35.464Z | Downloaded unicode-xid v0.2.4 |
1114 | 2023-11-02T04:41:35.468Z | Downloaded phf v0.11.2 |
1115 | 2023-11-02T04:41:35.471Z | Downloaded multer v2.1.0 |
1116 | 2023-11-02T04:41:35.475Z | Downloaded usdt v0.3.5 |
1117 | 2023-11-02T04:41:35.479Z | Downloaded time-macros v0.2.13 |
1118 | 2023-11-02T04:41:35.485Z | Downloaded pest_generator v2.7.2 |
1119 | 2023-11-02T04:41:35.895Z | Downloaded foreign-types v0.3.2 |
1120 | 2023-11-02T04:41:35.911Z | Downloaded dyn-clone v1.0.13 |
1121 | 2023-11-02T04:41:35.916Z | Downloaded toolchain_find v0.2.0 |
1122 | 2023-11-02T04:41:35.924Z | Downloaded thiserror-impl-no-std v2.0.2 |
1123 | 2023-11-02T04:41:35.930Z | Downloaded predicates-core v1.0.6 |
1124 | 2023-11-02T04:41:35.934Z | Downloaded postcard-cobs v0.1.5-pre |
1125 | 2023-11-02T04:41:35.939Z | Downloaded pest_derive v2.7.2 |
1126 | 2023-11-02T04:41:35.944Z | Downloaded num-iter v0.1.43 |
1127 | 2023-11-02T04:41:35.949Z | Downloaded darling v0.20.3 |
1128 | 2023-11-02T04:41:35.953Z | Downloaded funty v2.0.0 |
1129 | 2023-11-02T04:41:35.960Z | Downloaded argon2 v0.5.2 |
1130 | 2023-11-02T04:41:35.966Z | Downloaded pest_meta v2.7.2 |
1131 | 2023-11-02T04:41:35.970Z | Downloaded omicron-zone-package v0.8.3 |
1132 | 2023-11-02T04:41:35.974Z | Downloaded crossbeam-utils v0.8.16 |
1133 | 2023-11-02T04:41:35.978Z | Downloaded blowfish v0.9.1 |
1134 | 2023-11-02T04:41:35.986Z | Downloaded zone_cfg_derive v0.2.0 |
1135 | 2023-11-02T04:41:35.996Z | Downloaded linked-hash-map v0.5.6 |
1136 | 2023-11-02T04:41:36.013Z | Downloaded camino-tempfile v1.0.2 |
1137 | 2023-11-02T04:41:36.026Z | Downloaded cbc v0.1.2 |
1138 | 2023-11-02T04:41:36.041Z | Downloaded pretty-hex v0.2.1 |
1139 | 2023-11-02T04:41:36.053Z | Downloaded pem v3.0.2 |
1140 | 2023-11-02T04:41:36.070Z | Downloaded pem v1.1.1 |
1141 | 2023-11-02T04:41:36.086Z | Downloaded openssl-probe v0.1.5 |
1142 | 2023-11-02T04:41:36.102Z | Downloaded num_threads v0.1.6 |
1143 | 2023-11-02T04:41:36.118Z | Downloaded num-derive v0.4.0 |
1144 | 2023-11-02T04:41:36.138Z | Downloaded lazy_static v1.4.0 |
1145 | 2023-11-02T04:41:36.155Z | Downloaded bit-vec v0.6.3 |
1146 | 2023-11-02T04:41:36.171Z | Downloaded lru-cache v0.1.2 |
1147 | 2023-11-02T04:41:36.188Z | Downloaded async-stream v0.3.5 |
1148 | 2023-11-02T04:41:36.202Z | Downloaded ansi_term v0.12.1 |
1149 | 2023-11-02T04:41:36.217Z | Downloaded convert_case v0.4.0 |
1150 | 2023-11-02T04:41:36.234Z | Downloaded addr2line v0.21.0 |
1151 | 2023-11-02T04:41:36.247Z | Downloaded anstyle-parse v0.2.1 |
1152 | 2023-11-02T04:41:36.262Z | Downloaded ciborium v0.2.1 |
1153 | 2023-11-02T04:41:36.299Z | Downloaded toml_datetime v0.6.5 |
1154 | 2023-11-02T04:41:36.319Z | Downloaded pbkdf2 v0.11.0 |
1155 | 2023-11-02T04:41:36.332Z | Downloaded memoffset v0.7.1 |
1156 | 2023-11-02T04:41:36.345Z | Downloaded tokio-macros v2.1.0 |
1157 | 2023-11-02T04:41:36.356Z | Downloaded phf_shared v0.11.2 |
1158 | 2023-11-02T04:41:36.364Z | Downloaded crc32fast v1.3.2 |
1159 | 2023-11-02T04:41:36.374Z | Downloaded data-encoding v2.4.0 |
1160 | 2023-11-02T04:41:36.416Z | Downloaded libefi-sys v0.1.0 |
1161 | 2023-11-02T04:41:36.431Z | Downloaded byteorder v1.5.0 |
1162 | 2023-11-02T04:41:36.445Z | Downloaded anstream v0.5.0 |
1163 | 2023-11-02T04:41:36.475Z | Downloaded base16ct v0.2.0 |
1164 | 2023-11-02T04:41:36.483Z | Downloaded openssl-macros v0.1.1 |
1165 | 2023-11-02T04:41:36.489Z | Downloaded num_enum_derive v0.7.0 |
1166 | 2023-11-02T04:41:36.494Z | Downloaded adler v1.0.2 |
1167 | 2023-11-02T04:41:36.501Z | Downloaded aead v0.5.2 |
1168 | 2023-11-02T04:41:36.506Z | Downloaded new_debug_unreachable v1.0.4 |
1169 | 2023-11-02T04:41:36.510Z | Downloaded crossbeam-epoch v0.9.15 |
1170 | 2023-11-02T04:41:36.514Z | Downloaded block-padding v0.3.3 |
1171 | 2023-11-02T04:41:36.518Z | Downloaded atomic-waker v1.1.1 |
1172 | 2023-11-02T04:41:36.524Z | Downloaded parse-display v0.7.0 |
1173 | 2023-11-02T04:41:36.529Z | Downloaded memoffset v0.9.0 |
1174 | 2023-11-02T04:41:36.533Z | Downloaded option-ext v0.2.0 |
1175 | 2023-11-02T04:41:36.536Z | Downloaded openssl-sys v0.9.93 |
1176 | 2023-11-02T04:41:36.541Z | Downloaded cpufeatures v0.2.9 |
1177 | 2023-11-02T04:41:36.545Z | Downloaded ahash v0.8.3 |
1178 | 2023-11-02T04:41:36.550Z | Downloaded bit_field v0.10.2 |
1179 | 2023-11-02T04:41:36.556Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1180 | 2023-11-02T04:41:36.562Z | Downloaded anstyle v1.0.2 |
1181 | 2023-11-02T04:41:36.566Z | Downloaded atty v0.2.14 |
1182 | 2023-11-02T04:41:36.598Z | Downloaded async-recursion v1.0.5 |
1183 | 2023-11-02T04:41:36.602Z | Downloaded num_enum v0.5.11 |
1184 | 2023-11-02T04:41:36.607Z | Downloaded normalize-line-endings v0.3.0 |
1185 | 2023-11-02T04:41:36.610Z | Downloaded memchr v2.6.3 |
1186 | 2023-11-02T04:41:36.614Z | Downloaded md5 v0.7.0 |
1187 | 2023-11-02T04:41:36.618Z | Downloaded match_cfg v0.1.0 |
1188 | 2023-11-02T04:41:36.690Z | Downloaded derive_more v0.99.17 |
1189 | 2023-11-02T04:41:36.708Z | Downloaded deranged v0.3.8 |
1190 | 2023-11-02T04:41:36.712Z | Downloaded darling_core v0.20.3 |
1191 | 2023-11-02T04:41:36.721Z | Downloaded nibble_vec v0.1.0 |
1192 | 2023-11-02T04:41:36.728Z | Downloaded matches v0.1.10 |
1193 | 2023-11-02T04:41:36.737Z | Downloaded managed v0.8.0 |
1194 | 2023-11-02T04:41:36.755Z | Downloaded darling_macro v0.20.3 |
1195 | 2023-11-02T04:41:36.769Z | Downloaded crypto-common v0.1.6 |
1196 | 2023-11-02T04:41:36.778Z | Downloaded crucible-workspace-hack v0.1.0 |
1197 | 2023-11-02T04:41:36.786Z | Downloaded ctr v0.9.2 |
1198 | 2023-11-02T04:41:36.790Z | Downloaded cstr-argument v0.1.2 |
1199 | 2023-11-02T04:41:36.794Z | Downloaded const-oid v0.9.5 |
1200 | 2023-11-02T04:41:36.797Z | Downloaded console v0.15.7 |
1201 | 2023-11-02T04:41:36.801Z | Downloaded camino v1.1.6 |
1202 | 2023-11-02T04:41:36.806Z | Downloaded bytes v1.5.0 |
1203 | 2023-11-02T04:41:36.810Z | Downloaded bitstruct v0.1.1 |
1204 | 2023-11-02T04:41:36.816Z | Downloaded aes v0.8.3 |
1205 | 2023-11-02T04:41:36.820Z | Downloaded poly1305 v0.8.0 |
1206 | 2023-11-02T04:41:36.837Z | Downloaded pkg-config v0.3.27 |
1207 | 2023-11-02T04:41:36.841Z | Downloaded lock_api v0.4.10 |
1208 | 2023-11-02T04:41:36.846Z | Downloaded const_format_proc_macros v0.2.31 |
1209 | 2023-11-02T04:41:36.849Z | Downloaded cfg-if v1.0.0 |
1210 | 2023-11-02T04:41:36.854Z | Downloaded bincode v1.3.3 |
1211 | 2023-11-02T04:41:36.863Z | Downloaded quick-error v1.2.3 |
1212 | 2023-11-02T04:41:36.867Z | Downloaded pretty-hex v0.3.0 |
1213 | 2023-11-02T04:41:36.873Z | Downloaded paste v1.0.14 |
1214 | 2023-11-02T04:41:36.877Z | Downloaded num-complex v0.4.4 |
1215 | 2023-11-02T04:41:36.880Z | Downloaded num v0.4.1 |
1216 | 2023-11-02T04:41:36.898Z | Downloaded macaddr v1.0.1 |
1217 | 2023-11-02T04:41:36.908Z | Downloaded mime v0.3.17 |
1218 | 2023-11-02T04:41:36.912Z | Downloaded colored v2.0.4 |
1219 | 2023-11-02T04:41:36.918Z | Downloaded bit-set v0.5.3 |
1220 | 2023-11-02T04:41:36.925Z | Downloaded cfg-if v0.1.10 |
1221 | 2023-11-02T04:41:36.931Z | Downloaded md-5 v0.10.5 |
1222 | 2023-11-02T04:41:36.936Z | Downloaded ciborium-ll v0.2.1 |
1223 | 2023-11-02T04:41:36.940Z | Downloaded block-buffer v0.10.4 |
1224 | 2023-11-02T04:41:36.949Z | Downloaded bcrypt-pbkdf v0.10.0 |
1225 | 2023-11-02T04:41:36.956Z | Compiling proc-macro2 v1.0.67 |
1226 | 2023-11-02T04:41:36.960Z | Compiling unicode-ident v1.0.12 |
1227 | 2023-11-02T04:41:36.965Z | Compiling libc v0.2.149 |
1228 | 2023-11-02T04:41:36.969Z | Compiling serde v1.0.188 |
1229 | 2023-11-02T04:41:36.974Z | Compiling version_check v0.9.4 |
1230 | 2023-11-02T04:41:36.979Z | Compiling autocfg v1.1.0 |
1231 | 2023-11-02T04:41:36.990Z | Compiling cfg-if v1.0.0 |
1232 | 2023-11-02T04:41:37.004Z | Compiling syn v1.0.109 |
1233 | 2023-11-02T04:41:37.010Z | Compiling typenum v1.16.0 |
1234 | 2023-11-02T04:41:37.016Z | Compiling once_cell v1.18.0 |
1235 | 2023-11-02T04:41:37.021Z | Compiling thiserror v1.0.49 |
1236 | 2023-11-02T04:41:37.026Z | Compiling generic-array v0.14.7 |
1237 | 2023-11-02T04:41:37.031Z | Compiling lock_api v0.4.10 |
1238 | 2023-11-02T04:41:37.035Z | Compiling libm v0.2.7 |
1239 | 2023-11-02T04:41:37.041Z | Compiling parking_lot_core v0.9.8 |
1240 | 2023-11-02T04:41:37.047Z | Compiling num-traits v0.2.16 |
1241 | 2023-11-02T04:41:37.052Z | Compiling itoa v1.0.9 |
1242 | 2023-11-02T04:41:37.056Z | Compiling memchr v2.6.3 |
1243 | 2023-11-02T04:41:37.059Z | Compiling futures-core v0.3.29 |
1244 | 2023-11-02T04:41:37.062Z | Compiling ahash v0.8.3 |
1245 | 2023-11-02T04:41:37.067Z | Compiling serde_json v1.0.108 |
1246 | 2023-11-02T04:41:37.072Z | Compiling log v0.4.20 |
1247 | 2023-11-02T04:41:37.080Z | Compiling slab v0.4.9 |
1248 | 2023-11-02T04:41:37.086Z | Compiling futures-task v0.3.29 |
1249 | 2023-11-02T04:41:37.455Z | Compiling quote v1.0.33 |
1250 | 2023-11-02T04:41:37.605Z | Compiling futures-channel v0.3.29 |
1251 | 2023-11-02T04:41:37.807Z | Compiling futures-util v0.3.29 |
1252 | 2023-11-02T04:41:37.861Z | Compiling pkg-config v0.3.27 |
1253 | 2023-11-02T04:41:38.041Z | Compiling syn v2.0.32 |
1254 | 2023-11-02T04:41:38.627Z | Compiling getrandom v0.2.10 |
1255 | 2023-11-02T04:41:38.773Z | Compiling jobserver v0.1.26 |
1256 | 2023-11-02T04:41:39.103Z | Compiling ryu v1.0.15 |
1257 | 2023-11-02T04:41:39.457Z | Compiling cc v1.0.83 |
1258 | 2023-11-02T04:41:39.608Z | Compiling rand_core v0.6.4 |
1259 | 2023-11-02T04:41:39.848Z | Compiling vcpkg v0.2.15 |
1260 | 2023-11-02T04:41:39.909Z | Compiling schemars v0.8.13 |
1261 | 2023-11-02T04:41:40.285Z | Compiling scopeguard v1.2.0 |
1262 | 2023-11-02T04:41:40.312Z | Compiling allocator-api2 v0.2.16 |
1263 | 2023-11-02T04:41:40.403Z | Compiling heck v0.4.1 |
1264 | 2023-11-02T04:41:41.539Z | Compiling equivalent v1.0.1 |
1265 | 2023-11-02T04:41:41.548Z | Compiling smallvec v1.11.0 |
1266 | 2023-11-02T04:41:41.688Z | Compiling hashbrown v0.14.0 |
1267 | 2023-11-02T04:41:42.199Z | Compiling byteorder v1.5.0 |
1268 | 2023-11-02T04:41:42.844Z | Compiling fnv v1.0.7 |
1269 | 2023-11-02T04:41:42.899Z | Compiling httparse v1.8.0 |
1270 | 2023-11-02T04:41:43.042Z | Compiling iana-time-zone v0.1.57 |
1271 | 2023-11-02T04:41:43.492Z | Compiling pin-project-lite v0.2.13 |
1272 | 2023-11-02T04:41:43.675Z | Compiling semver v1.0.20 |
1273 | 2023-11-02T04:41:43.735Z | Compiling subtle v2.5.0 |
1274 | 2023-11-02T04:41:44.216Z | Compiling indexmap v1.9.3 |
1275 | 2023-11-02T04:41:44.633Z | Compiling ring v0.16.20 |
1276 | 2023-11-02T04:41:44.651Z | Compiling ring v0.17.5 |
1277 | 2023-11-02T04:41:44.680Z | Compiling parking_lot v0.12.1 |
1278 | 2023-11-02T04:41:44.697Z | Compiling tinyvec_macros v0.1.1 |
1279 | 2023-11-02T04:41:44.743Z | Compiling time-core v0.1.1 |
1280 | 2023-11-02T04:41:44.831Z | Compiling dyn-clone v1.0.13 |
1281 | 2023-11-02T04:41:44.936Z | Compiling tinyvec v1.6.0 |
1282 | 2023-11-02T04:41:44.993Z | Compiling time-macros v0.2.13 |
1283 | 2023-11-02T04:41:45.176Z | Compiling openssl-sys v0.9.93 |
1284 | 2023-11-02T04:41:46.053Z | Compiling socket2 v0.5.4 |
1285 | 2023-11-02T04:41:46.081Z | Compiling signal-hook-registry v1.4.1 |
1286 | 2023-11-02T04:41:46.540Z | Compiling mio v0.8.8 |
1287 | 2023-11-02T04:41:47.507Z | Compiling unicode-normalization v0.1.22 |
1288 | 2023-11-02T04:41:47.594Z | Compiling num_cpus v1.16.0 |
1289 | 2023-11-02T04:41:47.598Z | Compiling unicode-bidi v0.3.13 |
1290 | 2023-11-02T04:41:47.707Z | Compiling rustls v0.21.8 |
1291 | 2023-11-02T04:41:48.545Z | Compiling slog v2.7.0 |
1292 | 2023-11-02T04:41:48.956Z | Compiling spin v0.5.2 |
1293 | 2023-11-02T04:41:49.259Z | Compiling ucd-trie v0.1.6 |
1294 | 2023-11-02T04:41:49.783Z | Compiling percent-encoding v2.3.0 |
1295 | 2023-11-02T04:41:49.796Z | Compiling backtrace v0.3.69 |
1296 | 2023-11-02T04:41:49.810Z | Compiling async-trait v0.1.74 |
1297 | 2023-11-02T04:41:49.905Z | Compiling serde_derive_internals v0.26.0 |
1298 | 2023-11-02T04:41:50.021Z | Compiling form_urlencoded v1.2.0 |
1299 | 2023-11-02T04:41:50.046Z | Compiling openssl v0.10.57 |
1300 | 2023-11-02T04:41:50.167Z | Compiling aho-corasick v1.0.4 |
1301 | 2023-11-02T04:41:50.500Z | Compiling regex-syntax v0.8.2 |
1302 | 2023-11-02T04:41:50.935Z | Compiling anyhow v1.0.75 |
1303 | 2023-11-02T04:41:50.942Z | Compiling futures-sink v0.3.29 |
1304 | 2023-11-02T04:41:50.967Z | Compiling pin-utils v0.1.0 |
1305 | 2023-11-02T04:41:50.970Z | Compiling winnow v0.5.15 |
1306 | 2023-11-02T04:41:51.833Z | Compiling idna v0.4.0 |
1307 | 2023-11-02T04:41:53.661Z | Compiling native-tls v0.2.11 |
1308 | 2023-11-02T04:41:53.937Z | Compiling url v2.4.1 |
1309 | 2023-11-02T04:41:54.136Z | Compiling unicode-xid v0.2.4 |
1310 | 2023-11-02T04:41:55.065Z | Compiling futures-io v0.3.29 |
1311 | 2023-11-02T04:41:55.507Z | Compiling rustversion v1.0.14 |
1312 | 2023-11-02T04:41:55.537Z | Compiling const-oid v0.9.5 |
1313 | 2023-11-02T04:41:57.230Z | Compiling regex-automata v0.4.3 |
1314 | 2023-11-02T04:41:57.604Z | Compiling hashbrown v0.13.2 |
1315 | 2023-11-02T04:41:58.221Z | Compiling unicode-width v0.1.11 |
1316 | 2023-11-02T04:41:58.472Z | Compiling synstructure v0.12.6 |
1317 | 2023-11-02T04:41:58.627Z | Compiling crossbeam-utils v0.8.16 |
1318 | 2023-11-02T04:41:58.713Z | Compiling cpufeatures v0.2.9 |
1319 | 2023-11-02T04:41:58.861Z | Compiling tracing-core v0.1.31 |
1320 | 2023-11-02T04:41:59.317Z | Compiling adler v1.0.2 |
1321 | 2023-11-02T04:41:59.526Z | Compiling ppv-lite86 v0.2.17 |
1322 | 2023-11-02T04:41:59.690Z | Compiling miniz_oxide v0.7.1 |
1323 | 2023-11-02T04:42:00.846Z | Compiling rustix v0.38.9 |
1324 | 2023-11-02T04:42:01.090Z | Compiling rand_chacha v0.3.1 |
1325 | 2023-11-02T04:42:01.537Z | Compiling usdt-impl v0.3.5 |
1326 | 2023-11-02T04:42:01.950Z | Compiling gimli v0.28.0 |
1327 | 2023-11-02T04:42:02.378Z | Compiling bitflags v1.3.2 |
1328 | 2023-11-02T04:42:02.548Z | Compiling rand v0.8.5 |
1329 | 2023-11-02T04:42:03.136Z | Compiling object v0.32.1 |
1330 | 2023-11-02T04:42:03.148Z | Compiling base64 v0.21.5 |
1331 | 2023-11-02T04:42:03.157Z | Compiling deranged v0.3.8 |
1332 | 2023-11-02T04:42:03.319Z | Compiling serde_derive v1.0.188 |
1333 | 2023-11-02T04:42:03.952Z | Compiling zeroize_derive v1.4.2 |
1334 | 2023-11-02T04:42:04.337Z | Compiling thiserror-impl v1.0.49 |
1335 | 2023-11-02T04:42:04.922Z | Compiling tokio-macros v2.1.0 |
1336 | 2023-11-02T04:42:06.256Z | Compiling futures-macro v0.3.29 |
1337 | 2023-11-02T04:42:06.389Z | Compiling tracing-attributes v0.1.26 |
1338 | 2023-11-02T04:42:07.439Z | Compiling schemars_derive v0.8.13 |
1339 | 2023-11-02T04:42:09.156Z | Compiling zeroize v1.6.0 |
1340 | 2023-11-02T04:42:09.735Z | Compiling pest v2.7.2 |
1341 | 2023-11-02T04:42:10.510Z | Compiling openssl-macros v0.1.1 |
1342 | 2023-11-02T04:42:12.052Z | Compiling crypto-common v0.1.6 |
1343 | 2023-11-02T04:42:12.107Z | Compiling regex v1.10.2 |
1344 | 2023-11-02T04:42:12.358Z | Compiling block-buffer v0.10.4 |
1345 | 2023-11-02T04:42:12.736Z | Compiling digest v0.10.7 |
1346 | 2023-11-02T04:42:13.389Z | Compiling zerocopy-derive v0.2.0 |
1347 | 2023-11-02T04:42:13.980Z | Compiling pest_meta v2.7.2 |
1348 | 2023-11-02T04:42:14.114Z | Compiling tracing v0.1.37 |
1349 | 2023-11-02T04:42:14.384Z | Compiling addr2line v0.21.0 |
1350 | 2023-11-02T04:42:15.831Z | Compiling rustc-demangle v0.1.23 |
1351 | 2023-11-02T04:42:15.835Z | Compiling num_threads v0.1.6 |
1352 | 2023-11-02T04:42:15.838Z | Compiling spin v0.9.8 |
1353 | 2023-11-02T04:42:15.841Z | Compiling thread-id v4.2.0 |
1354 | 2023-11-02T04:42:15.844Z | Compiling time v0.3.27 |
1355 | 2023-11-02T04:42:16.167Z | Compiling pest_generator v2.7.2 |
1356 | 2023-11-02T04:42:16.289Z | Compiling zerocopy v0.3.0 |
1357 | 2023-11-02T04:42:17.765Z | Compiling dof v0.1.5 |
1358 | 2023-11-02T04:42:21.475Z | Compiling pest_derive v2.7.2 |
1359 | 2023-11-02T04:42:21.716Z | Compiling lazy_static v1.4.0 |
1360 | 2023-11-02T04:42:22.392Z | Compiling strum_macros v0.25.2 |
1361 | 2023-11-02T04:42:22.635Z | Compiling dtrace-parser v0.1.14 |
1362 | 2023-11-02T04:42:23.031Z | Compiling untrusted v0.7.1 |
1363 | 2023-11-02T04:42:23.737Z | Compiling strsim v0.10.0 |
1364 | 2023-11-02T04:42:25.338Z | Compiling untrusted v0.9.0 |
1365 | 2023-11-02T04:42:25.413Z | Compiling regress v0.7.1 |
1366 | 2023-11-02T04:42:25.595Z | Compiling socket2 v0.4.9 |
1367 | 2023-11-02T04:42:26.226Z | Compiling hashbrown v0.12.3 |
1368 | 2023-11-02T04:42:27.051Z | Compiling bytes v1.5.0 |
1369 | 2023-11-02T04:42:27.280Z | Compiling indexmap v2.0.0 |
1370 | 2023-11-02T04:42:27.323Z | Compiling chrono v0.4.31 |
1371 | 2023-11-02T04:42:28.153Z | Compiling uuid v1.4.1 |
1372 | 2023-11-02T04:42:28.538Z | Compiling http v0.2.9 |
1373 | 2023-11-02T04:42:29.259Z | Compiling tokio v1.33.0 |
1374 | 2023-11-02T04:42:29.316Z | Compiling serde_spanned v0.6.4 |
1375 | 2023-11-02T04:42:29.685Z | Compiling toml_datetime v0.6.5 |
1376 | 2023-11-02T04:42:30.712Z | Compiling toml_edit v0.19.15 |
1377 | 2023-11-02T04:42:30.722Z | Compiling bitflags v2.4.0 |
1378 | 2023-11-02T04:42:30.734Z | Compiling rustc_version v0.4.0 |
1379 | 2023-11-02T04:42:31.621Z | Compiling openapiv3 v1.0.3 |
1380 | 2023-11-02T04:42:34.093Z | Compiling serde_tokenstream v0.1.7 |
1381 | 2023-11-02T04:42:34.792Z | Compiling serde_tokenstream v0.2.0 |
1382 | 2023-11-02T04:42:34.889Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1383 | 2023-11-02T04:42:35.605Z | Compiling sct v0.7.0 |
1384 | 2023-11-02T04:42:35.986Z | Compiling usdt-attr-macro v0.3.5 |
1385 | 2023-11-02T04:42:36.097Z | Compiling usdt-macro v0.3.5 |
1386 | 2023-11-02T04:42:36.634Z | Compiling httpdate v1.0.3 |
1387 | 2023-11-02T04:42:37.375Z | Compiling try-lock v0.2.4 |
1388 | 2023-11-02T04:42:37.554Z | Compiling http-body v0.4.5 |
1389 | 2023-11-02T04:42:37.585Z | Compiling want v0.3.1 |
1390 | 2023-11-02T04:42:38.428Z | Compiling rustls-pemfile v1.0.3 |
1391 | 2023-11-02T04:42:38.434Z | Compiling foreign-types-shared v0.1.1 |
1392 | 2023-11-02T04:42:38.442Z | Compiling openssl-probe v0.1.5 |
1393 | 2023-11-02T04:42:38.448Z | Compiling mime v0.3.17 |
1394 | 2023-11-02T04:42:38.451Z | Compiling tower-service v0.3.2 |
1395 | 2023-11-02T04:42:38.612Z | Compiling foreign-types v0.3.2 |
1396 | 2023-11-02T04:42:38.741Z | Compiling errno v0.3.2 |
1397 | 2023-11-02T04:42:39.041Z | Compiling ipnet v2.8.0 |
1398 | 2023-11-02T04:42:39.211Z | Compiling getopts v0.2.21 |
1399 | 2023-11-02T04:42:39.830Z | Compiling encoding_rs v0.8.33 |
1400 | 2023-11-02T04:42:40.706Z | Compiling unsafe-libyaml v0.2.9 |
1401 | 2023-11-02T04:42:41.066Z | Compiling rustls-native-certs v0.6.3 |
1402 | 2023-11-02T04:42:41.163Z | Compiling serde_urlencoded v0.7.1 |
1403 | 2023-11-02T04:42:42.068Z | Compiling webpki-roots v0.25.2 |
1404 | 2023-11-02T04:42:42.473Z | Compiling tokio-util v0.7.10 |
1405 | 2023-11-02T04:42:43.986Z | Compiling serde_yaml v0.9.25 |
1406 | 2023-11-02T04:42:44.359Z | Compiling h2 v0.3.21 |
1407 | 2023-11-02T04:42:46.035Z | Compiling hmac v0.12.1 |
1408 | 2023-11-02T04:42:46.354Z | Compiling num-integer v0.1.45 |
1409 | 2023-11-02T04:42:47.472Z | Compiling sha2 v0.10.8 |
1410 | 2023-11-02T04:42:48.205Z | Compiling block-padding v0.3.3 |
1411 | 2023-11-02T04:42:49.005Z | Compiling inout v0.1.3 |
1412 | 2023-11-02T04:42:49.338Z | Compiling futures-executor v0.3.29 |
1413 | 2023-11-02T04:42:50.330Z | Compiling cipher v0.4.4 |
1414 | 2023-11-02T04:42:50.409Z | Compiling toml v0.7.8 |
1415 | 2023-11-02T04:42:51.008Z | Compiling fallible-iterator v0.2.0 |
1416 | 2023-11-02T04:42:51.096Z | Compiling crc32fast v1.3.2 |
1417 | 2023-11-02T04:42:52.690Z | Compiling tokio-native-tls v0.3.1 |
1418 | 2023-11-02T04:42:52.711Z | Compiling futures v0.3.29 |
1419 | 2023-11-02T04:42:52.833Z | Compiling ipnetwork v0.20.0 |
1420 | 2023-11-02T04:42:52.868Z | Compiling siphasher v0.3.11 |
1421 | 2023-11-02T04:42:53.385Z | Compiling usdt v0.3.5 |
1422 | 2023-11-02T04:42:54.291Z | Compiling md-5 v0.10.5 |
1423 | 2023-11-02T04:42:54.640Z | Compiling stringprep v0.1.3 |
1424 | 2023-11-02T04:42:56.500Z | Compiling io-lifetimes v1.0.11 |
1425 | 2023-11-02T04:42:56.503Z | Compiling postgres-protocol v0.6.6 |
1426 | 2023-11-02T04:42:56.507Z | Compiling hyper v0.14.27 |
1427 | 2023-11-02T04:42:56.510Z | Compiling phf_shared v0.11.2 |
1428 | 2023-11-02T04:42:56.513Z | Compiling hex v0.4.3 |
1429 | 2023-11-02T04:42:56.667Z | Compiling enum-as-inner v0.5.1 |
1430 | 2023-11-02T04:42:57.347Z | Compiling slog-async v2.8.0 |
1431 | 2023-11-02T04:42:57.466Z | Compiling postgres-types v0.2.6 |
1432 | 2023-11-02T04:42:58.506Z | Compiling phf v0.11.2 |
1433 | 2023-11-02T04:42:58.510Z | Compiling num-bigint v0.4.4 |
1434 | 2023-11-02T04:42:58.518Z | Compiling data-encoding v2.4.0 |
1435 | 2023-11-02T04:42:58.543Z | Compiling rustix v0.37.23 |
1436 | 2023-11-02T04:42:59.380Z | Compiling whoami v1.4.1 |
1437 | 2023-11-02T04:43:00.128Z | Compiling tokio-postgres v0.7.10 |
1438 | 2023-11-02T04:43:00.415Z | Compiling zerocopy-derive v0.6.4 |
1439 | 2023-11-02T04:43:02.838Z | Compiling static_assertions v1.1.0 |
1440 | 2023-11-02T04:43:03.699Z | Compiling ident_case v1.0.1 |
1441 | 2023-11-02T04:43:16.298Z | Compiling either v1.9.0 |
1442 | 2023-11-02T04:43:17.131Z | Compiling darling_core v0.20.3 |
1443 | 2023-11-02T04:43:17.819Z | Compiling camino v1.1.6 |
1444 | 2023-11-02T04:43:18.284Z | Compiling flate2 v1.0.28 |
1445 | 2023-11-02T04:43:18.407Z | Compiling heapless v0.7.16 |
1446 | 2023-11-02T04:43:18.538Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1447 | 2023-11-02T04:43:18.697Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1448 | 2023-11-02T04:43:18.816Z | Compiling memoffset v0.9.0 |
1449 | 2023-11-02T04:43:18.878Z | Compiling unicode-segmentation v1.10.1 |
1450 | 2023-11-02T04:43:18.899Z | Compiling hyper-tls v0.5.0 |
1451 | 2023-11-02T04:43:18.919Z | Compiling radium v0.7.0 |
1452 | 2023-11-02T04:43:18.964Z | Compiling managed v0.8.0 |
1453 | 2023-11-02T04:43:19.022Z | Compiling matches v0.1.10 |
1454 | 2023-11-02T04:43:19.097Z | Compiling idna v0.2.3 |
1455 | 2023-11-02T04:43:19.117Z | Compiling itertools v0.11.0 |
1456 | 2023-11-02T04:43:19.128Z | Compiling multer v2.1.0 |
1457 | 2023-11-02T04:43:19.146Z | Compiling trust-dns-proto v0.22.0 |
1458 | 2023-11-02T04:43:19.184Z | Compiling async-stream-impl v0.3.5 |
1459 | 2023-11-02T04:43:19.212Z | Compiling crossbeam-epoch v0.9.15 |
1460 | 2023-11-02T04:43:19.246Z | Compiling darling_macro v0.20.3 |
1461 | 2023-11-02T04:43:19.266Z | Compiling num-iter v0.1.43 |
1462 | 2023-11-02T04:43:19.276Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1463 | 2023-11-02T04:43:19.294Z | Compiling anstyle v1.0.2 |
1464 | 2023-11-02T04:43:19.328Z | Compiling smoltcp v0.9.1 |
1465 | 2023-11-02T04:43:19.377Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1466 | 2023-11-02T04:43:19.406Z | Compiling bit-vec v0.6.3 |
1467 | 2023-11-02T04:43:19.419Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1468 | 2023-11-02T04:43:19.430Z | Compiling darling v0.20.3 |
1469 | 2023-11-02T04:43:19.439Z | Compiling paste v1.0.14 |
1470 | 2023-11-02T04:43:19.449Z | Compiling serde_with_macros v2.3.3 |
1471 | 2023-11-02T04:43:19.459Z | Compiling utf8parse v0.2.1 |
1472 | 2023-11-02T04:43:19.476Z | Compiling anstyle-parse v0.2.1 |
1473 | 2023-11-02T04:43:19.904Z | Compiling zerocopy v0.6.4 |
1474 | 2023-11-02T04:43:19.947Z | Compiling signature v2.1.0 |
1475 | 2023-11-02T04:43:20.037Z | Compiling hubpack_derive v0.1.1 |
1476 | 2023-11-02T04:43:20.061Z | Compiling clap_derive v4.4.2 |
1477 | 2023-11-02T04:43:20.104Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1478 | 2023-11-02T04:43:20.171Z | Compiling anstyle-query v1.0.0 |
1479 | 2023-11-02T04:43:20.217Z | Compiling colorchoice v1.0.0 |
1480 | 2023-11-02T04:43:20.243Z | Compiling anstream v0.5.0 |
1481 | 2023-11-02T04:43:20.305Z | Compiling terminal_size v0.2.6 |
1482 | 2023-11-02T04:43:20.572Z | Compiling yasna v0.5.2 |
1483 | 2023-11-02T04:43:22.541Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1484 | 2023-11-02T04:43:23.399Z | Compiling structmeta-derive v0.1.6 |
1485 | 2023-11-02T04:43:23.915Z | Compiling diesel_table_macro_syntax v0.1.0 |
1486 | 2023-11-02T04:43:24.438Z | Compiling hash32 v0.2.1 |
1487 | 2023-11-02T04:43:24.444Z | Compiling clap_lex v0.5.1 |
1488 | 2023-11-02T04:43:25.175Z | Compiling stable_deref_trait v1.2.0 |
1489 | 2023-11-02T04:43:25.299Z | Compiling tap v1.0.1 |
1490 | 2023-11-02T04:43:25.557Z | Compiling wyz v0.5.1 |
1491 | 2023-11-02T04:43:25.869Z | Compiling clap_builder v4.4.2 |
1492 | 2023-11-02T04:43:26.244Z | Compiling diesel_derives v2.1.1 |
1493 | 2023-11-02T04:43:27.126Z | Compiling tokio-stream v0.1.14 |
1494 | 2023-11-02T04:43:27.781Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1495 | 2023-11-02T04:43:27.855Z | Compiling structmeta v0.1.6 |
1496 | 2023-11-02T04:43:28.140Z | Compiling serde_repr v0.1.16 |
1497 | 2023-11-02T04:43:28.434Z | Compiling scheduled-thread-pool v0.2.7 |
1498 | 2023-11-02T04:43:28.477Z | Compiling regex-syntax v0.6.29 |
1499 | 2023-11-02T04:43:28.712Z | Compiling regex-automata v0.1.10 |
1500 | 2023-11-02T04:43:29.401Z | Compiling funty v2.0.0 |
1501 | 2023-11-02T04:43:29.514Z | Compiling bstr v0.2.17 |
1502 | 2023-11-02T04:43:30.183Z | Compiling r2d2 v0.8.10 |
1503 | 2023-11-02T04:43:32.013Z | Compiling bitvec v1.0.1 |
1504 | 2023-11-02T04:43:32.672Z | Compiling clap v4.4.3 |
1505 | 2023-11-02T04:43:32.844Z | Compiling hubpack v0.1.2 |
1506 | 2023-11-02T04:43:34.192Z | Compiling itertools v0.10.5 |
1507 | 2023-11-02T04:43:34.441Z | Compiling phf_shared v0.10.0 |
1508 | 2023-11-02T04:43:35.060Z | Compiling float-cmp v0.9.0 |
1509 | 2023-11-02T04:43:35.358Z | Compiling normalize-line-endings v0.3.0 |
1510 | 2023-11-02T04:43:35.710Z | Compiling regex-automata v0.3.8 |
1511 | 2023-11-02T04:43:37.883Z | Compiling precomputed-hash v0.1.1 |
1512 | 2023-11-02T04:43:38.041Z | Compiling difflib v0.4.0 |
1513 | 2023-11-02T04:43:38.180Z | Compiling parse-display-derive v0.7.0 |
1514 | 2023-11-02T04:43:39.134Z | Compiling new_debug_unreachable v1.0.4 |
1515 | 2023-11-02T04:43:39.266Z | Compiling predicates-core v1.0.6 |
1516 | 2023-11-02T04:43:39.640Z | Compiling fixedbitset v0.4.2 |
1517 | 2023-11-02T04:43:39.852Z | Compiling predicates v3.0.4 |
1518 | 2023-11-02T04:43:39.882Z | Compiling string_cache v0.8.7 |
1519 | 2023-11-02T04:43:40.376Z | Compiling petgraph v0.6.4 |
1520 | 2023-11-02T04:43:40.658Z | Compiling bstr v1.6.0 |
1521 | 2023-11-02T04:43:42.783Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1522 | 2023-11-02T04:43:42.910Z | Compiling similar v2.2.1 |
1523 | 2023-11-02T04:43:43.334Z | Compiling bit-set v0.5.3 |
1524 | 2023-11-02T04:43:43.789Z | Compiling console v0.15.7 |
1525 | 2023-11-02T04:43:44.529Z | Compiling lalrpop-util v0.19.12 |
1526 | 2023-11-02T04:43:50.504Z | Compiling diesel v2.1.3 |
1527 | 2023-11-02T04:43:53.550Z | Compiling proc-macro-crate v1.3.1 |
1528 | 2023-11-02T04:44:06.783Z | Compiling crucible-workspace-hack v0.1.0 |
1529 | 2023-11-02T04:44:23.439Z | Compiling atty v0.2.14 |
1530 | 2023-11-02T04:44:25.564Z | Compiling toml_edit v0.20.7 |
1531 | 2023-11-02T04:44:26.449Z | Compiling sha1 v0.10.5 |
1532 | 2023-11-02T04:44:26.776Z | Compiling match_cfg v0.1.0 |
1533 | 2023-11-02T04:44:26.925Z | Compiling hostname v0.3.1 |
1534 | 2023-11-02T04:44:30.665Z | Compiling toml v0.8.6 |
1535 | 2023-11-02T04:44:34.280Z | Compiling dirs-sys-next v0.1.2 |
1536 | 2023-11-02T04:44:35.332Z | Compiling dirs-next v2.0.0 |
1537 | 2023-11-02T04:44:39.608Z | Compiling thread_local v1.1.7 |
1538 | 2023-11-02T04:44:40.831Z | Compiling term v0.7.0 |
1539 | 2023-11-02T04:44:40.855Z | Compiling crossbeam-channel v0.5.8 |
1540 | 2023-11-02T04:44:43.985Z | Compiling take_mut v0.2.2 |
1541 | 2023-11-02T04:44:43.989Z | Compiling slog-term v2.9.0 |
1542 | 2023-11-02T04:44:45.824Z | Compiling slog-json v2.6.1 |
1543 | 2023-11-02T04:44:45.952Z | Compiling instant v0.1.12 |
1544 | 2023-11-02T04:44:46.403Z | Compiling slog-bunyan v2.4.0 |
1545 | 2023-11-02T04:44:47.222Z | Compiling strum v0.25.0 |
1546 | 2023-11-02T04:44:47.999Z | Compiling atomic-waker v1.1.1 |
1547 | 2023-11-02T04:44:48.218Z | Compiling waitgroup v0.1.2 |
1548 | 2023-11-02T04:44:48.297Z | Compiling num_enum_derive v0.5.11 |
1549 | 2023-11-02T04:44:48.545Z | Compiling serde_with v2.3.3 |
1550 | 2023-11-02T04:44:48.741Z | Compiling async-stream v0.3.5 |
1551 | 2023-11-02T04:44:50.677Z | Compiling serde_path_to_error v0.1.14 |
1552 | 2023-11-02T04:44:51.437Z | Compiling libz-sys v1.1.12 |
1553 | 2023-11-02T04:44:51.454Z | Compiling debug-ignore v1.0.5 |
1554 | 2023-11-02T04:44:51.476Z | Compiling fastrand v2.0.0 |
1555 | 2023-11-02T04:44:52.188Z | Compiling tempfile v3.8.0 |
1556 | 2023-11-02T04:44:53.824Z | Compiling proc-macro-error-attr v1.0.4 |
1557 | 2023-11-02T04:44:53.994Z | Compiling slog-dtrace v0.2.3 |
1558 | 2023-11-02T04:44:55.264Z | Compiling backoff v0.4.0 |
1559 | 2023-11-02T04:44:55.429Z | Compiling parse-display v0.7.0 |
1560 | 2023-11-02T04:45:08.148Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1561 | 2023-11-02T04:45:08.517Z | Compiling macaddr v1.0.1 |
1562 | 2023-11-02T04:45:08.538Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1563 | 2023-11-02T04:45:08.552Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1564 | 2023-11-02T04:45:08.577Z | Compiling proc-macro-error v1.0.4 |
1565 | 2023-11-02T04:45:08.591Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1566 | 2023-11-02T04:45:08.606Z | Compiling libsqlite3-sys v0.26.0 |
1567 | 2023-11-02T04:45:08.815Z | Compiling memoffset v0.7.1 |
1568 | 2023-11-02T04:45:08.837Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1569 | 2023-11-02T04:45:08.849Z | Compiling foreign-types-macros v0.2.3 |
1570 | 2023-11-02T04:45:08.853Z | Compiling vergen v8.2.4 |
1571 | 2023-11-02T04:45:08.868Z | Compiling base64ct v1.6.0 |
1572 | 2023-11-02T04:45:08.882Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1573 | 2023-11-02T04:45:08.899Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1574 | 2023-11-02T04:45:13.295Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1575 | 2023-11-02T04:45:14.421Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1576 | 2023-11-02T04:45:14.511Z | Compiling platforms v3.0.2 |
1577 | 2023-11-02T04:45:15.008Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1578 | 2023-11-02T04:45:15.449Z | Compiling num_enum_derive v0.7.0 |
1579 | 2023-11-02T04:45:15.483Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1580 | 2023-11-02T04:45:15.633Z | Compiling password-hash v0.5.0 |
1581 | 2023-11-02T04:45:15.865Z | Compiling heck v0.3.3 |
1582 | 2023-11-02T04:45:17.367Z | Compiling curve25519-dalek v4.1.0 |
1583 | 2023-11-02T04:45:17.407Z | Compiling blake2 v0.10.6 |
1584 | 2023-11-02T04:45:17.422Z | Compiling libefi-sys v0.1.0 |
1585 | 2023-11-02T04:45:17.441Z | Compiling structopt-derive v0.4.18 |
1586 | 2023-11-02T04:45:17.455Z | Compiling argon2 v0.5.2 |
1587 | 2023-11-02T04:45:17.896Z | Compiling zone_cfg_derive v0.2.0 |
1588 | 2023-11-02T04:45:18.921Z | Compiling num-derive v0.4.0 |
1589 | 2023-11-02T04:45:19.687Z | Compiling curve25519-dalek-derive v0.1.0 |
1590 | 2023-11-02T04:45:19.711Z | Compiling same-file v1.0.6 |
1591 | 2023-11-02T04:45:20.052Z | Compiling walkdir v2.4.0 |
1592 | 2023-11-02T04:45:21.181Z | Compiling toml v0.5.11 |
1593 | 2023-11-02T04:45:21.768Z | Compiling semver-parser v0.10.2 |
1594 | 2023-11-02T04:45:22.035Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1595 | 2023-11-02T04:45:22.292Z | Compiling filetime v0.2.22 |
1596 | 2023-11-02T04:45:22.563Z | Compiling xattr v1.0.1 |
1597 | 2023-11-02T04:45:22.686Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1598 | 2023-11-02T04:45:22.761Z | Compiling getrandom v0.1.16 |
1599 | 2023-11-02T04:45:22.821Z | Compiling erased-serde v0.3.30 |
1600 | 2023-11-02T04:45:23.014Z | Compiling semver v0.11.0 |
1601 | 2023-11-02T04:45:23.202Z | Compiling tar v0.4.40 |
1602 | 2023-11-02T04:45:23.585Z | Compiling universal-hash v0.5.1 |
1603 | 2023-11-02T04:45:23.670Z | Compiling bitstruct_derive v0.1.0 |
1604 | 2023-11-02T04:45:23.887Z | Compiling async-recursion v1.0.5 |
1605 | 2023-11-02T04:45:24.127Z | Compiling home v0.5.5 |
1606 | 2023-11-02T04:45:24.503Z | Compiling opaque-debug v0.3.0 |
1607 | 2023-11-02T04:45:24.631Z | Compiling toolchain_find v0.2.0 |
1608 | 2023-11-02T04:45:25.220Z | Compiling num-rational v0.4.1 |
1609 | 2023-11-02T04:45:25.400Z | Compiling unicase v2.7.0 |
1610 | 2023-11-02T04:45:25.828Z | Compiling parking_lot_core v0.8.6 |
1611 | 2023-11-02T04:45:25.836Z | Compiling rustfmt-wrapper v0.2.0 |
1612 | 2023-11-02T04:45:26.020Z | Compiling num_enum v0.5.11 |
1613 | 2023-11-02T04:45:26.053Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1614 | 2023-11-02T04:45:26.112Z | Compiling aead v0.5.2 |
1615 | 2023-11-02T04:45:26.586Z | Compiling winapi v0.3.9 |
1616 | 2023-11-02T04:45:26.669Z | Compiling postcard-cobs v0.1.5-pre |
1617 | 2023-11-02T04:45:26.892Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1618 | 2023-11-02T04:45:26.960Z | Compiling polyval v0.6.1 |
1619 | 2023-11-02T04:45:27.443Z | Compiling postcard v0.7.3 |
1620 | 2023-11-02T04:45:27.686Z | Compiling smoltcp v0.8.2 |
1621 | 2023-11-02T04:45:27.803Z | Compiling ctr v0.9.2 |
1622 | 2023-11-02T04:45:27.864Z | Compiling aes v0.8.3 |
1623 | 2023-11-02T04:45:28.071Z | Compiling thiserror-impl-no-std v2.0.2 |
1624 | 2023-11-02T04:45:28.302Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1625 | 2023-11-02T04:45:28.350Z | Compiling cfg-if v0.1.10 |
1626 | 2023-11-02T04:45:28.431Z | Compiling foreign-types-shared v0.3.1 |
1627 | 2023-11-02T04:45:28.613Z | Compiling foreign-types v0.5.0 |
1628 | 2023-11-02T04:45:28.695Z | Compiling mime_guess v2.0.4 |
1629 | 2023-11-02T04:45:30.569Z | Compiling is-terminal v0.4.9 |
1630 | 2023-11-02T04:45:30.579Z | Compiling hashlink v0.8.3 |
1631 | 2023-11-02T04:45:30.686Z | Compiling cstr-argument v0.1.2 |
1632 | 2023-11-02T04:45:31.013Z | Compiling fallible-streaming-iterator v0.1.9 |
1633 | 2023-11-02T04:45:31.233Z | Compiling pretty-hex v0.2.1 |
1634 | 2023-11-02T04:45:31.521Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1635 | 2023-11-02T04:45:31.683Z | Compiling rusqlite v0.29.0 |
1636 | 2023-11-02T04:45:31.777Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1637 | 2023-11-02T04:45:32.103Z | Compiling colored v2.0.4 |
1638 | 2023-11-02T04:45:32.721Z | Compiling nix v0.26.2 |
1639 | 2023-11-02T04:45:32.750Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1640 | 2023-11-02T04:45:33.044Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1641 | 2023-11-02T04:45:34.724Z | Compiling twox-hash v1.6.3 |
1642 | 2023-11-02T04:45:35.891Z | Compiling hkdf v0.12.3 |
1643 | 2023-11-02T04:45:36.532Z | Compiling textwrap v0.11.0 |
1644 | 2023-11-02T04:45:36.556Z | Compiling const_format_proc_macros v0.2.31 |
1645 | 2023-11-02T04:45:37.321Z | Compiling strsim v0.8.0 |
1646 | 2023-11-02T04:45:37.326Z | Compiling linked-hash-map v0.5.6 |
1647 | 2023-11-02T04:45:37.398Z | Compiling vec_map v0.8.2 |
1648 | 2023-11-02T04:45:37.873Z | Compiling quick-error v1.2.3 |
1649 | 2023-11-02T04:45:37.923Z | Compiling ansi_term v0.12.1 |
1650 | 2023-11-02T04:45:38.080Z | Compiling resolv-conf v0.7.0 |
1651 | 2023-11-02T04:45:38.402Z | Compiling clap v2.34.0 |
1652 | 2023-11-02T04:45:38.846Z | Compiling lru-cache v0.1.2 |
1653 | 2023-11-02T04:45:39.939Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1654 | 2023-11-02T04:45:41.289Z | Compiling num_enum v0.7.0 |
1655 | 2023-11-02T04:45:41.548Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1656 | 2023-11-02T04:45:43.227Z | Compiling bincode v1.3.3 |
1657 | 2023-11-02T04:45:43.674Z | Compiling keccak v0.1.4 |
1658 | 2023-11-02T04:45:44.103Z | Compiling termcolor v1.2.0 |
1659 | 2023-11-02T04:45:44.561Z | Compiling utf-8 v0.7.6 |
1660 | 2023-11-02T04:45:45.076Z | Compiling humantime v2.1.0 |
1661 | 2023-11-02T04:45:45.103Z | Compiling convert_case v0.4.0 |
1662 | 2023-11-02T04:45:45.890Z | Compiling cancel-safe-futures v0.1.5 |
1663 | 2023-11-02T04:45:46.349Z | Compiling base64 v0.13.1 |
1664 | 2023-11-02T04:45:46.389Z | Compiling derive_more v0.99.17 |
1665 | 2023-11-02T04:45:46.526Z | Compiling env_logger v0.9.3 |
1666 | 2023-11-02T04:45:47.048Z | Compiling sha3 v0.10.8 |
1667 | 2023-11-02T04:45:47.275Z | Compiling structopt v0.3.26 |
1668 | 2023-11-02T04:45:48.157Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1669 | 2023-11-02T04:45:49.247Z | Compiling trust-dns-resolver v0.22.0 |
1670 | 2023-11-02T04:45:49.627Z | Compiling aes-gcm-siv v0.11.1 |
1671 | 2023-11-02T04:45:50.045Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1672 | 2023-11-02T04:45:51.199Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1673 | 2023-11-02T04:45:52.911Z | Compiling zone v0.2.0 |
1674 | 2023-11-02T04:45:55.182Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1675 | 2023-11-02T04:45:55.787Z | Compiling secrecy v0.8.0 |
1676 | 2023-11-02T04:45:55.867Z | Compiling smf v0.2.2 |
1677 | 2023-11-02T04:45:56.200Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1678 | 2023-11-02T04:45:57.443Z | Compiling ringbuffer v0.15.0 |
1679 | 2023-11-02T04:45:58.258Z | Compiling ascii v1.1.0 |
1680 | 2023-11-02T04:45:58.790Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1681 | 2023-11-02T04:45:59.064Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1682 | 2023-11-02T04:45:59.283Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1683 | 2023-11-02T04:46:00.649Z | Compiling bitstruct v0.1.1 |
1684 | 2023-11-02T04:46:01.819Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1685 | 2023-11-02T04:46:02.983Z | Compiling serde_arrays v0.1.0 |
1686 | 2023-11-02T04:46:03.217Z | Compiling ff v0.13.0 |
1687 | 2023-11-02T04:46:03.356Z | Compiling nibble_vec v0.1.0 |
1688 | 2023-11-02T04:46:03.422Z | Compiling arc-swap v1.6.0 |
1689 | 2023-11-02T04:46:03.593Z | Compiling endian-type v0.1.2 |
1690 | 2023-11-02T04:46:03.951Z | Compiling radix_trie v0.2.1 |
1691 | 2023-11-02T04:46:04.549Z | Compiling slog-scope v4.4.0 |
1692 | 2023-11-02T04:46:05.037Z | Compiling group v0.13.0 |
1693 | 2023-11-02T04:46:05.040Z | Compiling rand_core v0.5.1 |
1694 | 2023-11-02T04:46:05.419Z | Compiling tungstenite v0.20.1 |
1695 | 2023-11-02T04:46:06.028Z | Compiling poly1305 v0.8.0 |
1696 | 2023-11-02T04:46:07.261Z | Compiling chacha20 v0.9.1 |
1697 | 2023-11-02T04:46:08.057Z | Compiling crypto-bigint v0.5.2 |
1698 | 2023-11-02T04:46:08.157Z | Compiling num-complex v0.4.4 |
1699 | 2023-11-02T04:46:08.202Z | Compiling option-ext v0.2.0 |
1700 | 2023-11-02T04:46:11.121Z | Compiling ciborium-io v0.2.1 |
1701 | 2023-11-02T04:46:11.213Z | Compiling base16ct v0.2.0 |
1702 | 2023-11-02T04:46:11.225Z | Compiling half v1.8.2 |
1703 | 2023-11-02T04:46:11.269Z | Compiling dirs-sys v0.4.1 |
1704 | 2023-11-02T04:46:11.292Z | Compiling tokio-tungstenite v0.20.1 |
1705 | 2023-11-02T04:46:11.334Z | Compiling ciborium-ll v0.2.1 |
1706 | 2023-11-02T04:46:11.352Z | Compiling num v0.4.1 |
1707 | 2023-11-02T04:46:11.374Z | Compiling parking_lot v0.11.2 |
1708 | 2023-11-02T04:46:11.398Z | Compiling rand_chacha v0.2.2 |
1709 | 2023-11-02T04:46:11.419Z | Compiling slog-stdlog v4.1.1 |
1710 | 2023-11-02T04:46:11.425Z | Compiling trust-dns-client v0.22.0 |
1711 | 2023-11-02T04:46:11.439Z | Compiling thiserror-no-std v2.0.2 |
1712 | 2023-11-02T04:46:11.444Z | Compiling elliptic-curve v0.13.5 |
1713 | 2023-11-02T04:46:12.018Z | Compiling password-hash v0.4.2 |
1714 | 2023-11-02T04:46:12.155Z | Compiling ed25519 v2.2.2 |
1715 | 2023-11-02T04:46:12.729Z | Compiling blowfish v0.9.1 |
1716 | 2023-11-02T04:46:13.472Z | Compiling pbkdf2 v0.12.2 |
1717 | 2023-11-02T04:46:13.627Z | Compiling fxhash v0.2.1 |
1718 | 2023-11-02T04:46:14.524Z | Compiling sled v0.34.7 |
1719 | 2023-11-02T04:46:14.532Z | Compiling bcrypt-pbkdf v0.10.0 |
1720 | 2023-11-02T04:46:14.744Z | Compiling trust-dns-server v0.22.1 |
1721 | 2023-11-02T04:46:15.236Z | Compiling pbkdf2 v0.11.0 |
1722 | 2023-11-02T04:46:15.240Z | Compiling ed25519-dalek v2.0.0 |
1723 | 2023-11-02T04:46:15.691Z | Compiling vsss-rs v3.3.1 |
1724 | 2023-11-02T04:46:16.028Z | Compiling russh-cryptovec v0.7.0 |
1725 | 2023-11-02T04:46:16.102Z | Compiling rand v0.7.3 |
1726 | 2023-11-02T04:46:16.976Z | Compiling slog-envlogger v2.2.0 |
1727 | 2023-11-02T04:46:17.343Z | Compiling ciborium v0.2.1 |
1728 | 2023-11-02T04:46:18.824Z | Compiling dirs v5.0.1 |
1729 | 2023-11-02T04:46:19.219Z | Compiling chacha20poly1305 v0.10.1 |
1730 | 2023-11-02T04:46:19.531Z | Compiling ron v0.7.1 |
1731 | 2023-11-02T04:46:19.572Z | Compiling tungstenite v0.18.0 |
1732 | 2023-11-02T04:46:19.683Z | Compiling const_format v0.2.31 |
1733 | 2023-11-02T04:46:21.053Z | Compiling ghash v0.5.0 |
1734 | 2023-11-02T04:46:22.532Z | Compiling camino-tempfile v1.0.2 |
1735 | 2023-11-02T04:46:23.240Z | Compiling cbc v0.1.2 |
1736 | 2023-11-02T04:46:23.264Z | Compiling headers-core v0.2.0 |
1737 | 2023-11-02T04:46:23.318Z | Compiling pem v3.0.2 |
1738 | 2023-11-02T04:46:23.578Z | Compiling http-range v0.1.5 |
1739 | 2023-11-02T04:46:23.772Z | Compiling pretty-hex v0.3.0 |
1740 | 2023-11-02T04:46:23.967Z | Compiling md5 v0.7.0 |
1741 | 2023-11-02T04:46:24.019Z | Compiling bit_field v0.10.2 |
1742 | 2023-11-02T04:46:24.072Z | Compiling hyper-staticfile v0.9.5 |
1743 | 2023-11-02T04:46:24.451Z | Compiling russh-keys v0.38.0 |
1744 | 2023-11-02T04:46:24.507Z | Compiling rcgen v0.11.3 |
1745 | 2023-11-02T04:46:25.595Z | Compiling headers v0.3.9 |
1746 | 2023-11-02T04:46:29.224Z | Compiling aes-gcm v0.10.3 |
1747 | 2023-11-02T04:46:29.267Z | Compiling tokio-tungstenite v0.18.0 |
1748 | 2023-11-02T04:46:32.776Z | Compiling pem v1.1.1 |
1749 | 2023-11-02T04:46:34.374Z | Compiling atomicwrites v0.4.2 |
1750 | 2023-11-02T04:46:35.075Z | Compiling subprocess v0.2.9 |
1751 | 2023-11-02T04:46:35.253Z | Compiling hex-literal v0.4.1 |
1752 | 2023-11-02T04:46:35.484Z | Compiling glob v0.3.1 |
1753 | 2023-11-02T04:46:36.496Z | Compiling russh v0.38.0 |
1754 | 2023-11-02T04:46:42.793Z | Compiling bzip2 v0.4.4 |
1755 | 2023-11-02T04:46:43.277Z | Compiling zip v0.6.6 |
1756 | 2023-11-02T04:46:49.104Z | Compiling rustls-webpki v0.101.7 |
1757 | 2023-11-02T04:46:55.796Z | Compiling tokio-rustls v0.24.1 |
1758 | 2023-11-02T04:46:56.113Z | Compiling hyper-rustls v0.24.2 |
1759 | 2023-11-02T04:46:56.439Z | Compiling git2 v0.17.2 |
1760 | 2023-11-02T04:46:56.754Z | Compiling reqwest v0.11.20 |
1761 | 2023-11-02T04:47:01.160Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1762 | 2023-11-02T04:47:01.872Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1763 | 2023-11-02T04:47:02.363Z | Compiling omicron-zone-package v0.8.3 |
1764 | 2023-11-02T04:47:02.435Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1765 | 2023-11-02T04:47:03.205Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1766 | 2023-11-02T04:47:09.304Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1767 | 2023-11-02T04:47:09.634Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1768 | 2023-11-02T04:47:10.215Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1769 | 2023-11-02T04:47:12.834Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1770 | 2023-11-02T04:47:18.438Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1771 | 2023-11-02T04:47:20.536Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1772 | 2023-11-02T04:47:22.725Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1773 | 2023-11-02T04:47:23.369Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1774 | 2023-11-02T04:47:25.239Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1775 | 2023-11-02T04:47:25.253Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1776 | 2023-11-02T04:47:25.643Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1777 | 2023-11-02T04:47:26.179Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1778 | 2023-11-02T04:47:26.704Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1779 | 2023-11-02T04:47:27.212Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1780 | 2023-11-02T04:47:27.571Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1781 | 2023-11-02T04:47:35.285Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1782 | 2023-11-02T04:47:41.266Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1783 | 2023-11-02T04:47:44.170Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1784 | 2023-11-02T04:47:44.956Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1785 | 2023-11-02T04:47:46.585Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1786 | 2023-11-02T04:47:53.179Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1787 | 2023-11-02T04:48:01.682Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1788 | 2023-11-02T04:48:07.031Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1789 | 2023-11-02T04:48:14.662Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1790 | 2023-11-02T04:48:15.758Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1791 | 2023-11-02T04:48:16.022Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1792 | 2023-11-02T04:48:18.057Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1793 | 2023-11-02T04:48:18.350Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1794 | 2023-11-02T04:48:23.112Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1795 | 2023-11-02T04:48:26.795Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1796 | 2023-11-02T04:48:32.135Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1797 | 2023-11-02T04:48:35.424Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1798 | 2023-11-02T04:48:43.619Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1799 | 2023-11-02T04:48:56.003Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1800 | 2023-11-02T04:49:05.026Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1801 | 2023-11-02T04:49:08.062Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1802 | 2023-11-02T04:49:51.862Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1803 | 2023-11-02T04:51:32.378Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 31s |
1804 | 2023-11-02T04:51:32.731Z | |
1805 | 2023-11-02T04:51:32.735Z | real 10:31.642764156 |
1806 | 2023-11-02T04:51:32.738Z | user 1:00:20.157067737 |
1807 | 2023-11-02T04:51:32.741Z | sys 9:48.798780511 |
1808 | 2023-11-02T04:51:32.747Z | trap 2.615276463 |
1809 | 2023-11-02T04:51:32.753Z | tflt 3.292476137 |
1810 | 2023-11-02T04:51:32.757Z | dflt 7.761384171 |
1811 | 2023-11-02T04:51:32.759Z | kflt 0.026142163 |
1812 | 2023-11-02T04:51:32.762Z | lock 1:53:14.972566878 |
1813 | 2023-11-02T04:51:32.765Z | slp 3:26:10.538964183 |
1814 | 2023-11-02T04:51:32.768Z | lat 2:34.915284089 |
1815 | 2023-11-02T04:51:32.771Z | stop 7:01.635758749 |
1816 | 2023-11-02T04:51:32.774Z | + mkdir -p /work/end-to-end-tests |
1817 | 2023-11-02T04:51:32.777Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1818 | 2023-11-02T04:51:33.512Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1819 | 2023-11-02T04:51:33.521Z | + ptime -m gzip |
1820 | 2023-11-02T04:51:33.524Z | ++ basename target/debug/bootstrap |
1821 | 2023-11-02T04:52:10.237Z | |
1822 | 2023-11-02T04:52:11.448Z | real 17.293333896 |
1823 | 2023-11-02T04:52:11.855Z | user 17.122304554 |
1824 | 2023-11-02T04:52:12.254Z | sys 0.165664446 |
1825 | 2023-11-02T04:52:12.481Z | trap 0.003251293 |
1826 | 2023-11-02T04:52:12.663Z | tflt 0.000000000 |
1827 | 2023-11-02T04:52:12.755Z | dflt 0.000000000 |
1828 | 2023-11-02T04:52:12.792Z | kflt 0.000000000 |
1829 | 2023-11-02T04:52:12.801Z | lock 0.000000000 |
1830 | 2023-11-02T04:52:12.813Z | slp 0.000000000 |
1831 | 2023-11-02T04:52:12.844Z | lat 0.001768835 |
1832 | 2023-11-02T04:52:12.876Z | stop 0.000224478 |
1833 | 2023-11-02T04:52:12.893Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1834 | 2023-11-02T04:52:12.943Z | + ptime -m gzip |
1835 | 2023-11-02T04:52:12.968Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c43fba0fc8ca36e8 |
1836 | 2023-11-02T04:52:12.982Z | |
1837 | 2023-11-02T04:52:12.994Z | real 1.107307971 |
1838 | 2023-11-02T04:52:13.003Z | user 1.094174816 |
1839 | 2023-11-02T04:52:13.078Z | sys 0.011721637 |
1840 | 2023-11-02T04:52:13.111Z | trap 0.000626220 |
1841 | 2023-11-02T04:52:13.198Z | tflt 0.000000000 |
1842 | 2023-11-02T04:52:13.214Z | dflt 0.000000000 |
1843 | 2023-11-02T04:52:13.244Z | kflt 0.000000000 |
1844 | 2023-11-02T04:52:13.666Z | lock 0.000000000 |
1845 | 2023-11-02T04:52:13.677Z | slp 0.000000000 |
1846 | 2023-11-02T04:52:14.111Z | lat 0.000414386 |
1847 | 2023-11-02T04:52:14.141Z | stop 0.000252229 |
1848 | 2023-11-02T04:52:14.170Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1849 | 2023-11-02T04:52:14.197Z | + ptime -m gzip |
1850 | 2023-11-02T04:52:14.217Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-db7e95353d866fe2 |
1851 | 2023-11-02T04:52:14.252Z | |
1852 | 2023-11-02T04:52:14.262Z | real 19.707525727 |
1853 | 2023-11-02T04:52:14.267Z | user 19.514869131 |
1854 | 2023-11-02T04:52:14.272Z | sys 0.186657611 |
1855 | 2023-11-02T04:52:14.280Z | trap 0.003965226 |
1856 | 2023-11-02T04:52:14.294Z | tflt 0.000000000 |
1857 | 2023-11-02T04:52:14.301Z | dflt 0.000000000 |
1858 | 2023-11-02T04:52:14.307Z | kflt 0.000000000 |
1859 | 2023-11-02T04:52:14.312Z | lock 0.000000000 |
1860 | 2023-11-02T04:52:14.333Z | slp 0.000000000 |
1861 | 2023-11-02T04:52:14.373Z | lat 0.001696473 |
1862 | 2023-11-02T04:52:14.397Z | stop 0.000220649 |
1863 | 2023-11-02T04:52:14.416Z | + banner caboose-util |
1864 | 2023-11-02T04:52:14.429Z | |
1865 | 2023-11-02T04:52:14.469Z | #### ## ##### #### #### #### ###### # # ##### |
1866 | 2023-11-02T04:52:14.476Z | # # # # # # # # # # # # # # # |
1867 | 2023-11-02T04:52:14.491Z | # # # ##### # # # # #### ##### ##### # # # |
1868 | 2023-11-02T04:52:14.504Z | # ###### # # # # # # # # # # # |
1869 | 2023-11-02T04:52:14.524Z | # # # # # # # # # # # # # # # # |
1870 | 2023-11-02T04:52:14.539Z | #### # # ##### #### #### #### ###### #### # |
1871 | 2023-11-02T04:52:14.560Z | |
1872 | 2023-11-02T04:52:14.570Z | + ptime -m cargo build --locked -p caboose-util --release |
1873 | 2023-11-02T04:52:14.576Z | Downloading crates ... |
1874 | 2023-11-02T04:52:14.581Z | Downloaded nodrop v0.1.14 |
1875 | 2023-11-02T04:52:14.623Z | Downloaded crc-catalog v2.2.0 |
1876 | 2023-11-02T04:52:14.655Z | Downloaded path-slash v0.1.5 |
1877 | 2023-11-02T04:52:14.693Z | Downloaded crc v3.0.1 |
1878 | 2023-11-02T04:52:14.723Z | Downloaded serde-hex v0.1.0 |
1879 | 2023-11-02T04:52:14.732Z | Downloaded maybe-uninit v2.0.0 |
1880 | 2023-11-02T04:52:14.742Z | Downloaded flagset v0.4.3 |
1881 | 2023-11-02T04:52:14.756Z | Downloaded pem-rfc7468 v0.7.0 |
1882 | 2023-11-02T04:52:14.770Z | Downloaded bitfield v0.14.0 |
1883 | 2023-11-02T04:52:14.807Z | Downloaded packed_struct_codegen v0.10.1 |
1884 | 2023-11-02T04:52:14.820Z | Downloaded packed_struct v0.10.1 |
1885 | 2023-11-02T04:52:14.834Z | Downloaded smallvec v0.6.14 |
1886 | 2023-11-02T04:52:14.844Z | Downloaded array-init v0.0.4 |
1887 | 2023-11-02T04:52:14.855Z | Downloaded der_derive v0.7.2 |
1888 | 2023-11-02T04:52:14.871Z | Downloaded crc-any v2.4.3 |
1889 | 2023-11-02T04:52:14.881Z | Downloaded env_logger v0.10.0 |
1890 | 2023-11-02T04:52:14.887Z | Downloaded rsa v0.9.2 |
1891 | 2023-11-02T04:52:14.895Z | Downloaded x509-cert v0.2.4 |
1892 | 2023-11-02T04:52:15.340Z | Downloaded num-bigint-dig v0.8.4 |
1893 | 2023-11-02T04:52:15.369Z | Downloaded object v0.30.4 |
1894 | 2023-11-02T04:52:15.402Z | Downloaded ron v0.8.1 |
1895 | 2023-11-02T04:52:15.419Z | Downloaded pkcs1 v0.7.5 |
1896 | 2023-11-02T04:52:15.431Z | Compiling proc-macro2 v1.0.67 |
1897 | 2023-11-02T04:52:15.437Z | Compiling unicode-ident v1.0.12 |
1898 | 2023-11-02T04:52:15.462Z | Compiling libc v0.2.149 |
1899 | 2023-11-02T04:52:15.478Z | Compiling autocfg v1.1.0 |
1900 | 2023-11-02T04:52:15.505Z | Compiling serde v1.0.188 |
1901 | 2023-11-02T04:52:15.926Z | Compiling version_check v0.9.4 |
1902 | 2023-11-02T04:52:15.990Z | Compiling cfg-if v1.0.0 |
1903 | 2023-11-02T04:52:16.004Z | Compiling syn v1.0.109 |
1904 | 2023-11-02T04:52:16.012Z | Compiling parking_lot_core v0.9.8 |
1905 | 2023-11-02T04:52:16.026Z | Compiling once_cell v1.18.0 |
1906 | 2023-11-02T04:52:16.078Z | Compiling typenum v1.16.0 |
1907 | 2023-11-02T04:52:16.104Z | Compiling libm v0.2.7 |
1908 | 2023-11-02T04:52:16.116Z | Compiling futures-core v0.3.29 |
1909 | 2023-11-02T04:52:16.128Z | Compiling lock_api v0.4.10 |
1910 | 2023-11-02T04:52:16.132Z | Compiling generic-array v0.14.7 |
1911 | 2023-11-02T04:52:16.135Z | Compiling num-traits v0.2.16 |
1912 | 2023-11-02T04:52:16.138Z | Compiling pkg-config v0.3.27 |
1913 | 2023-11-02T04:52:16.184Z | Compiling scopeguard v1.2.0 |
1914 | 2023-11-02T04:52:16.218Z | Compiling slab v0.4.9 |
1915 | 2023-11-02T04:52:16.238Z | Compiling quote v1.0.33 |
1916 | 2023-11-02T04:52:16.255Z | Compiling futures-channel v0.3.29 |
1917 | 2023-11-02T04:52:16.266Z | Compiling futures-task v0.3.29 |
1918 | 2023-11-02T04:52:16.271Z | Compiling serde_json v1.0.108 |
1919 | 2023-11-02T04:52:16.281Z | Compiling thiserror v1.0.49 |
1920 | 2023-11-02T04:52:16.287Z | Compiling syn v2.0.32 |
1921 | 2023-11-02T04:52:16.307Z | Compiling jobserver v0.1.26 |
1922 | 2023-11-02T04:52:16.339Z | Compiling getrandom v0.2.10 |
1923 | 2023-11-02T04:52:16.436Z | Compiling cc v1.0.83 |
1924 | 2023-11-02T04:52:16.793Z | Compiling futures-util v0.3.29 |
1925 | 2023-11-02T04:52:16.840Z | Compiling memchr v2.6.3 |
1926 | 2023-11-02T04:52:17.173Z | Compiling itoa v1.0.9 |
1927 | 2023-11-02T04:52:17.258Z | Compiling ahash v0.8.3 |
1928 | 2023-11-02T04:52:17.498Z | Compiling smallvec v1.11.0 |
1929 | 2023-11-02T04:52:17.698Z | Compiling vcpkg v0.2.15 |
1930 | 2023-11-02T04:52:18.027Z | Compiling log v0.4.20 |
1931 | 2023-11-02T04:52:18.900Z | Compiling byteorder v1.5.0 |
1932 | 2023-11-02T04:52:19.757Z | Compiling rand_core v0.6.4 |
1933 | 2023-11-02T04:52:20.561Z | Compiling pin-project-lite v0.2.13 |
1934 | 2023-11-02T04:52:20.645Z | Compiling parking_lot v0.12.1 |
1935 | 2023-11-02T04:52:20.764Z | Compiling indexmap v1.9.3 |
1936 | 2023-11-02T04:52:21.517Z | Compiling openssl-sys v0.9.93 |
1937 | 2023-11-02T04:52:22.111Z | Compiling ring v0.17.5 |
1938 | 2023-11-02T04:52:23.147Z | Compiling io-lifetimes v1.0.11 |
1939 | 2023-11-02T04:52:23.783Z | Compiling ring v0.16.20 |
1940 | 2023-11-02T04:52:24.030Z | Compiling num-integer v0.1.45 |
1941 | 2023-11-02T04:52:24.432Z | Compiling semver v1.0.20 |
1942 | 2023-11-02T04:52:25.107Z | Compiling ryu v1.0.15 |
1943 | 2023-11-02T04:52:25.381Z | Compiling const-oid v0.9.5 |
1944 | 2023-11-02T04:52:26.074Z | Compiling rustix v0.37.23 |
1945 | 2023-11-02T04:52:26.937Z | Compiling spin v0.5.2 |
1946 | 2023-11-02T04:52:27.051Z | Compiling mio v0.8.8 |
1947 | 2023-11-02T04:52:27.645Z | Compiling signal-hook-registry v1.4.1 |
1948 | 2023-11-02T04:52:27.705Z | Compiling num_cpus v1.16.0 |
1949 | 2023-11-02T04:52:27.873Z | Compiling socket2 v0.5.4 |
1950 | 2023-11-02T04:52:28.428Z | Compiling openssl v0.10.57 |
1951 | 2023-11-02T04:52:28.747Z | Compiling unicode-xid v0.2.4 |
1952 | 2023-11-02T04:52:28.796Z | Compiling heck v0.4.1 |
1953 | 2023-11-02T04:52:28.954Z | Compiling httparse v1.8.0 |
1954 | 2023-11-02T04:52:28.987Z | Compiling ucd-trie v0.1.6 |
1955 | 2023-11-02T04:52:29.061Z | Compiling futures-sink v0.3.29 |
1956 | 2023-11-02T04:52:29.282Z | Compiling synstructure v0.12.6 |
1957 | 2023-11-02T04:52:29.537Z | Compiling tinyvec_macros v0.1.1 |
1958 | 2023-11-02T04:52:29.691Z | Compiling tinyvec v1.6.0 |
1959 | 2023-11-02T04:52:31.435Z | Compiling crc32fast v1.3.2 |
1960 | 2023-11-02T04:52:32.098Z | Compiling rustls v0.21.8 |
1961 | 2023-11-02T04:52:32.101Z | Compiling ppv-lite86 v0.2.17 |
1962 | 2023-11-02T04:52:32.105Z | Compiling pin-utils v0.1.0 |
1963 | 2023-11-02T04:52:32.206Z | Compiling native-tls v0.2.11 |
1964 | 2023-11-02T04:52:32.418Z | Compiling futures-io v0.3.29 |
1965 | 2023-11-02T04:52:32.824Z | Compiling radium v0.7.0 |
1966 | 2023-11-02T04:52:32.873Z | Compiling unicode-normalization v0.1.22 |
1967 | 2023-11-02T04:52:33.116Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1968 | 2023-11-02T04:52:33.266Z | Compiling rand_chacha v0.3.1 |
1969 | 2023-11-02T04:52:33.457Z | Compiling spin v0.9.8 |
1970 | 2023-11-02T04:52:33.602Z | Compiling tracing-core v0.1.31 |
1971 | 2023-11-02T04:52:33.752Z | Compiling unicode-bidi v0.3.13 |
1972 | 2023-11-02T04:52:33.765Z | Compiling subtle v2.5.0 |
1973 | 2023-11-02T04:52:34.701Z | Compiling rand v0.8.5 |
1974 | 2023-11-02T04:52:36.146Z | Compiling errno v0.3.2 |
1975 | 2023-11-02T04:52:36.161Z | Compiling num-iter v0.1.43 |
1976 | 2023-11-02T04:52:36.219Z | Compiling usdt-impl v0.3.5 |
1977 | 2023-11-02T04:52:36.371Z | Compiling base64 v0.21.5 |
1978 | 2023-11-02T04:52:37.264Z | Compiling rustix v0.38.9 |
1979 | 2023-11-02T04:52:37.811Z | Compiling schemars v0.8.13 |
1980 | 2023-11-02T04:52:38.355Z | Compiling serde_derive_internals v0.26.0 |
1981 | 2023-11-02T04:52:38.561Z | Compiling serde_derive v1.0.188 |
1982 | 2023-11-02T04:52:38.889Z | Compiling zeroize_derive v1.4.2 |
1983 | 2023-11-02T04:52:38.971Z | Compiling tokio-macros v2.1.0 |
1984 | 2023-11-02T04:52:39.049Z | Compiling thiserror-impl v1.0.49 |
1985 | 2023-11-02T04:52:39.508Z | Compiling futures-macro v0.3.29 |
1986 | 2023-11-02T04:52:39.625Z | Compiling tracing-attributes v0.1.26 |
1987 | 2023-11-02T04:52:40.234Z | Compiling zerocopy-derive v0.2.0 |
1988 | 2023-11-02T04:52:41.136Z | Compiling zeroize v1.6.0 |
1989 | 2023-11-02T04:52:42.507Z | Compiling openssl-macros v0.1.1 |
1990 | 2023-11-02T04:52:43.036Z | Compiling zerocopy-derive v0.6.4 |
1991 | 2023-11-02T04:52:43.827Z | Compiling pest v2.7.2 |
1992 | 2023-11-02T04:52:44.228Z | Compiling crypto-common v0.1.6 |
1993 | 2023-11-02T04:52:44.277Z | Compiling block-buffer v0.10.4 |
1994 | 2023-11-02T04:52:44.666Z | Compiling digest v0.10.7 |
1995 | 2023-11-02T04:52:45.083Z | Compiling tracing v0.1.37 |
1996 | 2023-11-02T04:52:46.329Z | Compiling bitflags v1.3.2 |
1997 | 2023-11-02T04:52:46.617Z | Compiling fnv v1.0.7 |
1998 | 2023-11-02T04:52:47.010Z | Compiling zerocopy v0.3.0 |
1999 | 2023-11-02T04:52:48.326Z | Compiling pest_meta v2.7.2 |
2000 | 2023-11-02T04:52:48.641Z | Compiling schemars_derive v0.8.13 |
2001 | 2023-11-02T04:52:50.760Z | Compiling pest_generator v2.7.2 |
2002 | 2023-11-02T04:52:51.247Z | Compiling lazy_static v1.4.0 |
2003 | 2023-11-02T04:52:53.531Z | Compiling backtrace v0.3.69 |
2004 | 2023-11-02T04:52:53.614Z | Compiling memoffset v0.9.0 |
2005 | 2023-11-02T04:52:53.795Z | Compiling num-bigint v0.4.4 |
2006 | 2023-11-02T04:52:54.030Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2007 | 2023-11-02T04:52:54.147Z | Compiling foreign-types-shared v0.1.1 |
2008 | 2023-11-02T04:52:54.317Z | Compiling hashbrown v0.12.3 |
2009 | 2023-11-02T04:52:54.416Z | Compiling untrusted v0.7.1 |
2010 | 2023-11-02T04:52:54.711Z | Compiling percent-encoding v2.3.0 |
2011 | 2023-11-02T04:52:55.455Z | Compiling smoltcp v0.9.1 |
2012 | 2023-11-02T04:52:55.478Z | Compiling crossbeam-utils v0.8.16 |
2013 | 2023-11-02T04:52:55.483Z | Compiling iana-time-zone v0.1.57 |
2014 | 2023-11-02T04:52:55.487Z | Compiling pest_derive v2.7.2 |
2015 | 2023-11-02T04:52:55.828Z | Compiling openssl-probe v0.1.5 |
2016 | 2023-11-02T04:52:55.889Z | Compiling untrusted v0.9.0 |
2017 | 2023-11-02T04:52:55.948Z | Compiling base64ct v1.6.0 |
2018 | 2023-11-02T04:52:56.243Z | Compiling allocator-api2 v0.2.16 |
2019 | 2023-11-02T04:52:56.275Z | Compiling async-trait v0.1.74 |
2020 | 2023-11-02T04:52:56.395Z | Compiling dtrace-parser v0.1.14 |
2021 | 2023-11-02T04:52:57.090Z | Compiling pem-rfc7468 v0.7.0 |
2022 | 2023-11-02T04:52:57.572Z | Compiling hashbrown v0.14.0 |
2023 | 2023-11-02T04:52:58.130Z | Compiling foreign-types v0.3.2 |
2024 | 2023-11-02T04:52:59.271Z | Compiling dof v0.1.5 |
2025 | 2023-11-02T04:52:59.786Z | Compiling der_derive v0.7.2 |
2026 | 2023-11-02T04:52:59.797Z | Compiling clap_derive v4.4.2 |
2027 | 2023-11-02T04:53:01.339Z | Compiling thread-id v4.2.0 |
2028 | 2023-11-02T04:53:01.490Z | Compiling rustversion v1.0.14 |
2029 | 2023-11-02T04:53:02.025Z | Compiling bytes v1.5.0 |
2030 | 2023-11-02T04:53:03.003Z | Compiling bitflags v2.4.0 |
2031 | 2023-11-02T04:53:03.957Z | Compiling tokio v1.33.0 |
2032 | 2023-11-02T04:53:04.203Z | Compiling rustc_version v0.4.0 |
2033 | 2023-11-02T04:53:05.233Z | Compiling heapless v0.7.16 |
2034 | 2023-11-02T04:53:05.793Z | Compiling http v0.2.9 |
2035 | 2023-11-02T04:53:06.096Z | Compiling uuid v1.4.1 |
2036 | 2023-11-02T04:53:07.248Z | Compiling chrono v0.4.31 |
2037 | 2023-11-02T04:53:07.791Z | Compiling adler v1.0.2 |
2038 | 2023-11-02T04:53:07.801Z | Compiling equivalent v1.0.1 |
2039 | 2023-11-02T04:53:07.867Z | Compiling flagset v0.4.3 |
2040 | 2023-11-02T04:53:08.206Z | Compiling try-lock v0.2.4 |
2041 | 2023-11-02T04:53:08.401Z | Compiling siphasher v0.3.11 |
2042 | 2023-11-02T04:53:09.033Z | Compiling time-core v0.1.1 |
2043 | 2023-11-02T04:53:09.067Z | Compiling anstyle v1.0.2 |
2044 | 2023-11-02T04:53:09.216Z | Compiling cpufeatures v0.2.9 |
2045 | 2023-11-02T04:53:09.292Z | Compiling utf8parse v0.2.1 |
2046 | 2023-11-02T04:53:09.349Z | Compiling sha2 v0.10.8 |
2047 | 2023-11-02T04:53:09.572Z | Compiling anstyle-parse v0.2.1 |
2048 | 2023-11-02T04:53:09.842Z | Compiling time-macros v0.2.13 |
2049 | 2023-11-02T04:53:10.186Z | Compiling http-body v0.4.5 |
2050 | 2023-11-02T04:53:10.850Z | Compiling want v0.3.1 |
2051 | 2023-11-02T04:53:11.243Z | Compiling der v0.7.8 |
2052 | 2023-11-02T04:53:12.253Z | Compiling indexmap v2.0.0 |
2053 | 2023-11-02T04:53:14.330Z | Compiling miniz_oxide v0.7.1 |
2054 | 2023-11-02T04:53:16.506Z | Compiling serde_tokenstream v0.1.7 |
2055 | 2023-11-02T04:53:17.313Z | Compiling tokio-util v0.7.10 |
2056 | 2023-11-02T04:53:19.676Z | Compiling h2 v0.3.21 |
2057 | 2023-11-02T04:53:21.781Z | Compiling sct v0.7.0 |
2058 | 2023-11-02T04:53:22.226Z | Compiling form_urlencoded v1.2.0 |
2059 | 2023-11-02T04:53:22.383Z | Compiling hubpack_derive v0.1.1 |
2060 | 2023-11-02T04:53:23.041Z | Compiling socket2 v0.4.9 |
2061 | 2023-11-02T04:53:23.603Z | Compiling crossbeam-epoch v0.9.15 |
2062 | 2023-11-02T04:53:24.322Z | Compiling colorchoice v1.0.0 |
2063 | 2023-11-02T04:53:24.721Z | Compiling httpdate v1.0.3 |
2064 | 2023-11-02T04:53:24.808Z | Compiling anyhow v1.0.75 |
2065 | 2023-11-02T04:53:25.395Z | Compiling slog v2.7.0 |
2066 | 2023-11-02T04:53:25.991Z | Compiling tower-service v0.3.2 |
2067 | 2023-11-02T04:53:26.168Z | Compiling tap v1.0.1 |
2068 | 2023-11-02T04:53:26.419Z | Compiling anstyle-query v1.0.0 |
2069 | 2023-11-02T04:53:26.900Z | Compiling anstream v0.5.0 |
2070 | 2023-11-02T04:53:26.955Z | Compiling wyz v0.5.1 |
2071 | 2023-11-02T04:53:31.730Z | Compiling hyper v0.14.27 |
2072 | 2023-11-02T04:53:33.605Z | Compiling terminal_size v0.2.6 |
2073 | 2023-11-02T04:53:33.984Z | Compiling spki v0.7.2 |
2074 | 2023-11-02T04:53:36.151Z | Compiling rustls-pemfile v1.0.3 |
2075 | 2023-11-02T04:53:36.722Z | Compiling zerocopy v0.6.4 |
2076 | 2023-11-02T04:53:37.099Z | Compiling hmac v0.12.1 |
2077 | 2023-11-02T04:53:37.404Z | Compiling md-5 v0.10.5 |
2078 | 2023-11-02T04:53:37.775Z | Compiling stringprep v0.1.3 |
2079 | 2023-11-02T04:53:37.794Z | Compiling idna v0.4.0 |
2080 | 2023-11-02T04:53:38.433Z | Compiling diesel_table_macro_syntax v0.1.0 |
2081 | 2023-11-02T04:53:39.030Z | Compiling hash32 v0.2.1 |
2082 | 2023-11-02T04:53:39.141Z | Compiling aho-corasick v1.0.4 |
2083 | 2023-11-02T04:53:39.638Z | Compiling regex-syntax v0.8.2 |
2084 | 2023-11-02T04:53:39.890Z | Compiling stable_deref_trait v1.2.0 |
2085 | 2023-11-02T04:53:40.381Z | Compiling strsim v0.10.0 |
2086 | 2023-11-02T04:53:41.051Z | Compiling funty v2.0.0 |
2087 | 2023-11-02T04:53:42.998Z | Compiling clap_lex v0.5.1 |
2088 | 2023-11-02T04:53:43.783Z | Compiling dyn-clone v1.0.13 |
2089 | 2023-11-02T04:53:43.790Z | Compiling fallible-iterator v0.2.0 |
2090 | 2023-11-02T04:53:44.677Z | Compiling maybe-uninit v2.0.0 |
2091 | 2023-11-02T04:53:44.695Z | Compiling gimli v0.28.0 |
2092 | 2023-11-02T04:53:44.971Z | Compiling either v1.9.0 |
2093 | 2023-11-02T04:53:45.501Z | Compiling postgres-protocol v0.6.6 |
2094 | 2023-11-02T04:53:45.953Z | Compiling regex-automata v0.4.3 |
2095 | 2023-11-02T04:53:47.546Z | Compiling bitvec v1.0.1 |
2096 | 2023-11-02T04:53:47.888Z | Compiling clap_builder v4.4.2 |
2097 | 2023-11-02T04:53:50.614Z | Compiling url v2.4.1 |
2098 | 2023-11-02T04:53:50.780Z | Compiling diesel_derives v2.1.1 |
2099 | 2023-11-02T04:53:52.501Z | Compiling addr2line v0.21.0 |
2100 | 2023-11-02T04:53:55.059Z | Compiling rustls-native-certs v0.6.3 |
2101 | 2023-11-02T04:53:55.336Z | Compiling strum_macros v0.25.2 |
2102 | 2023-11-02T04:53:57.476Z | Compiling tokio-native-tls v0.3.1 |
2103 | 2023-11-02T04:53:59.990Z | Compiling usdt-macro v0.3.5 |
2104 | 2023-11-02T04:54:00.160Z | Compiling usdt-attr-macro v0.3.5 |
2105 | 2023-11-02T04:54:01.878Z | Compiling phf_shared v0.11.2 |
2106 | 2023-11-02T04:54:02.337Z | Compiling serde_spanned v0.6.4 |
2107 | 2023-11-02T04:54:02.445Z | Compiling toml_datetime v0.6.5 |
2108 | 2023-11-02T04:54:02.692Z | Compiling block-padding v0.3.3 |
2109 | 2023-11-02T04:54:02.827Z | Compiling enum-as-inner v0.5.1 |
2110 | 2023-11-02T04:54:03.014Z | Compiling serde_repr v0.1.16 |
2111 | 2023-11-02T04:54:03.148Z | Compiling scheduled-thread-pool v0.2.7 |
2112 | 2023-11-02T04:54:03.769Z | Compiling object v0.32.1 |
2113 | 2023-11-02T04:54:06.921Z | Compiling deranged v0.3.8 |
2114 | 2023-11-02T04:54:07.616Z | Compiling num-bigint-dig v0.8.4 |
2115 | 2023-11-02T04:54:07.998Z | Compiling regex-automata v0.1.10 |
2116 | 2023-11-02T04:54:08.763Z | Compiling num_threads v0.1.6 |
2117 | 2023-11-02T04:54:10.114Z | Compiling bit-vec v0.6.3 |
2118 | 2023-11-02T04:54:10.160Z | Compiling managed v0.8.0 |
2119 | 2023-11-02T04:54:10.779Z | Compiling rustc-demangle v0.1.23 |
2120 | 2023-11-02T04:54:10.883Z | Compiling winnow v0.5.15 |
2121 | 2023-11-02T04:54:12.988Z | Compiling matches v0.1.10 |
2122 | 2023-11-02T04:54:14.574Z | Compiling ipnet v2.8.0 |
2123 | 2023-11-02T04:54:15.141Z | Compiling packed_struct v0.10.1 |
2124 | 2023-11-02T04:54:16.032Z | Compiling idna v0.2.3 |
2125 | 2023-11-02T04:54:17.324Z | Compiling toml_edit v0.19.15 |
2126 | 2023-11-02T04:54:20.934Z | Compiling time v0.3.27 |
2127 | 2023-11-02T04:54:23.517Z | Compiling bstr v0.2.17 |
2128 | 2023-11-02T04:54:25.707Z | Compiling r2d2 v0.8.10 |
2129 | 2023-11-02T04:54:26.664Z | Compiling inout v0.1.3 |
2130 | 2023-11-02T04:54:29.139Z | Compiling phf v0.11.2 |
2131 | 2023-11-02T04:54:29.263Z | Compiling hyper-tls v0.5.0 |
2132 | 2023-11-02T04:54:29.420Z | Compiling clap v4.4.3 |
2133 | 2023-11-02T04:54:29.434Z | Compiling flate2 v1.0.28 |
2134 | 2023-11-02T04:54:29.583Z | Compiling regex v1.10.2 |
2135 | 2023-11-02T04:54:29.666Z | Compiling ipnetwork v0.20.0 |
2136 | 2023-11-02T04:54:29.794Z | Compiling postgres-types v0.2.6 |
2137 | 2023-11-02T04:54:30.762Z | Compiling itertools v0.11.0 |
2138 | 2023-11-02T04:54:30.902Z | Compiling pkcs8 v0.10.2 |
2139 | 2023-11-02T04:54:31.490Z | Compiling hubpack v0.1.2 |
2140 | 2023-11-02T04:54:31.682Z | Compiling serde_urlencoded v0.7.1 |
2141 | 2023-11-02T04:54:32.149Z | Compiling phf_shared v0.10.0 |
2142 | 2023-11-02T04:54:32.519Z | Compiling futures-executor v0.3.29 |
2143 | 2023-11-02T04:54:33.981Z | Compiling signature v2.1.0 |
2144 | 2023-11-02T04:54:34.309Z | Compiling packed_struct_codegen v0.10.1 |
2145 | 2023-11-02T04:54:35.736Z | Compiling float-cmp v0.9.0 |
2146 | 2023-11-02T04:54:36.159Z | Compiling encoding_rs v0.8.33 |
2147 | 2023-11-02T04:54:36.548Z | Compiling whoami v1.4.1 |
2148 | 2023-11-02T04:54:45.859Z | Compiling predicates-core v1.0.6 |
2149 | 2023-11-02T04:54:46.094Z | Compiling unicode-width v0.1.11 |
2150 | 2023-11-02T04:54:46.224Z | Compiling precomputed-hash v0.1.1 |
2151 | 2023-11-02T04:54:46.289Z | Compiling new_debug_unreachable v1.0.4 |
2152 | 2023-11-02T04:54:46.322Z | Compiling static_assertions v1.1.0 |
2153 | 2023-11-02T04:54:46.394Z | Compiling mime v0.3.17 |
2154 | 2023-11-02T04:54:46.510Z | Compiling difflib v0.4.0 |
2155 | 2023-11-02T04:54:46.515Z | Compiling regex-automata v0.3.8 |
2156 | 2023-11-02T04:54:46.689Z | Compiling unicode-segmentation v1.10.1 |
2157 | 2023-11-02T04:54:46.968Z | Compiling normalize-line-endings v0.3.0 |
2158 | 2023-11-02T04:54:47.145Z | Compiling data-encoding v2.4.0 |
2159 | 2023-11-02T04:54:47.270Z | Compiling nodrop v0.1.14 |
2160 | 2023-11-02T04:54:47.356Z | Compiling fixedbitset v0.4.2 |
2161 | 2023-11-02T04:54:47.826Z | Compiling crc-catalog v2.2.0 |
2162 | 2023-11-02T04:54:47.845Z | Compiling webpki-roots v0.25.2 |
2163 | 2023-11-02T04:54:47.936Z | Compiling crc v3.0.1 |
2164 | 2023-11-02T04:54:47.982Z | Compiling petgraph v0.6.4 |
2165 | 2023-11-02T04:54:52.179Z | Compiling trust-dns-proto v0.22.0 |
2166 | 2023-11-02T04:54:52.567Z | Compiling array-init v0.0.4 |
2167 | 2023-11-02T04:54:52.804Z | Compiling similar v2.2.1 |
2168 | 2023-11-02T04:54:53.531Z | Compiling bstr v1.6.0 |
2169 | 2023-11-02T04:54:54.866Z | Compiling predicates v3.0.4 |
2170 | 2023-11-02T04:54:58.550Z | Compiling string_cache v0.8.7 |
2171 | 2023-11-02T04:54:59.240Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2172 | 2023-11-02T04:55:02.541Z | Compiling console v0.15.7 |
2173 | 2023-11-02T04:55:04.750Z | Compiling tokio-postgres v0.7.10 |
2174 | 2023-11-02T04:55:10.144Z | Compiling futures v0.3.29 |
2175 | 2023-11-02T04:55:13.000Z | Compiling pkcs1 v0.7.5 |
2176 | 2023-11-02T04:55:14.271Z | Compiling smallvec v0.6.14 |
2177 | 2023-11-02T04:55:14.408Z | Compiling yasna v0.5.2 |
2178 | 2023-11-02T04:55:15.006Z | Compiling diesel v2.1.3 |
2179 | 2023-11-02T04:55:17.249Z | Compiling cipher v0.4.4 |
2180 | 2023-11-02T04:55:19.389Z | Compiling toml v0.7.8 |
2181 | 2023-11-02T04:55:19.566Z | Compiling bit-set v0.5.3 |
2182 | 2023-11-02T04:55:20.000Z | Compiling usdt v0.3.5 |
2183 | 2023-11-02T04:55:20.401Z | Compiling is-terminal v0.4.9 |
2184 | 2023-11-02T04:55:21.952Z | Compiling itertools v0.10.5 |
2185 | 2023-11-02T04:55:23.753Z | Compiling tokio-stream v0.1.14 |
2186 | 2023-11-02T04:55:24.127Z | Compiling openapiv3 v1.0.3 |
2187 | 2023-11-02T04:55:25.292Z | Compiling hex v0.4.3 |
2188 | 2023-11-02T04:55:27.960Z | Compiling hashbrown v0.13.2 |
2189 | 2023-11-02T04:55:33.102Z | Compiling bitfield v0.14.0 |
2190 | 2023-11-02T04:55:34.401Z | Compiling lalrpop-util v0.19.12 |
2191 | 2023-11-02T04:55:34.948Z | Compiling termcolor v1.2.0 |
2192 | 2023-11-02T04:55:37.469Z | Compiling env_logger v0.10.0 |
2193 | 2023-11-02T04:55:39.056Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2194 | 2023-11-02T04:56:02.701Z | Compiling rsa v0.9.2 |
2195 | 2023-11-02T04:56:03.501Z | Compiling serde-hex v0.1.0 |
2196 | 2023-11-02T04:56:11.626Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2197 | 2023-11-02T04:56:14.292Z | Compiling x509-cert v0.2.4 |
2198 | 2023-11-02T04:56:16.288Z | Compiling ron v0.8.1 |
2199 | 2023-11-02T04:56:27.277Z | Compiling crc-any v2.4.3 |
2200 | 2023-11-02T04:56:32.718Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2201 | 2023-11-02T04:56:45.716Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2202 | 2023-11-02T04:56:54.065Z | Compiling object v0.30.4 |
2203 | 2023-11-02T04:57:17.956Z | Compiling path-slash v0.1.5 |
2204 | 2023-11-02T04:57:18.035Z | Compiling bzip2 v0.4.4 |
2205 | 2023-11-02T04:57:18.091Z | Compiling zip v0.6.6 |
2206 | 2023-11-02T04:57:18.158Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2207 | 2023-11-02T04:57:33.208Z | Compiling rustls-webpki v0.101.7 |
2208 | 2023-11-02T04:57:39.700Z | Compiling tokio-rustls v0.24.1 |
2209 | 2023-11-02T04:57:40.206Z | Compiling hyper-rustls v0.24.2 |
2210 | 2023-11-02T04:57:40.769Z | Compiling reqwest v0.11.20 |
2211 | 2023-11-02T04:58:05.559Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2212 | 2023-11-02T04:58:07.613Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2213 | 2023-11-02T04:58:08.695Z | Finished release [optimized] target(s) in 5m 56s |
2214 | 2023-11-02T04:58:08.780Z | |
2215 | 2023-11-02T04:58:08.783Z | real 5:57.134773469 |
2216 | 2023-11-02T04:58:08.786Z | user 41:56.790849326 |
2217 | 2023-11-02T04:58:08.789Z | sys 3:52.413432141 |
2218 | 2023-11-02T04:58:08.791Z | trap 1.850430419 |
2219 | 2023-11-02T04:58:08.794Z | tflt 1.072834906 |
2220 | 2023-11-02T04:58:08.797Z | dflt 1.365485466 |
2221 | 2023-11-02T04:58:08.799Z | kflt 0.007203120 |
2222 | 2023-11-02T04:58:08.804Z | lock 1:35:12.493878619 |
2223 | 2023-11-02T04:58:08.806Z | slp 2:54:27.219844238 |
2224 | 2023-11-02T04:58:08.809Z | lat 1:43.660473893 |
2225 | 2023-11-02T04:58:08.812Z | stop 1:28.582189830 |
2226 | 2023-11-02T04:58:08.815Z | + ptime -m gzip |
2227 | 2023-11-02T04:58:09.446Z | |
2228 | 2023-11-02T04:58:09.452Z | real 0.659965682 |
2229 | 2023-11-02T04:58:09.456Z | user 0.650342512 |
2230 | 2023-11-02T04:58:09.459Z | sys 0.008814567 |
2231 | 2023-11-02T04:58:09.462Z | trap 0.000092795 |
2232 | 2023-11-02T04:58:09.466Z | tflt 0.000000000 |
2233 | 2023-11-02T04:58:09.468Z | dflt 0.000000000 |
2234 | 2023-11-02T04:58:09.471Z | kflt 0.000000000 |
2235 | 2023-11-02T04:58:09.474Z | lock 0.000000000 |
2236 | 2023-11-02T04:58:09.477Z | slp 0.000000000 |
2237 | 2023-11-02T04:58:09.479Z | lat 0.000274846 |
2238 | 2023-11-02T04:58:09.482Z | stop 0.000318151 |
2239 | 2023-11-02T04:58:09.485Z | + banner tufaceous |
2240 | 2023-11-02T04:58:09.488Z | |
2241 | 2023-11-02T04:58:09.491Z | ##### # # ###### ## #### ###### #### # # #### |
2242 | 2023-11-02T04:58:09.496Z | # # # # # # # # # # # # # # |
2243 | 2023-11-02T04:58:09.499Z | # # # ##### # # # ##### # # # # #### |
2244 | 2023-11-02T04:58:09.503Z | # # # # ###### # # # # # # # |
2245 | 2023-11-02T04:58:09.507Z | # # # # # # # # # # # # # # # |
2246 | 2023-11-02T04:58:09.519Z | # #### # # # #### ###### #### #### #### |
2247 | 2023-11-02T04:58:09.522Z | |
2248 | 2023-11-02T04:58:09.554Z | + ptime -m cargo build --locked -p tufaceous --release |
2249 | 2023-11-02T04:58:10.188Z | Downloading crates ... |
2250 | 2023-11-02T04:58:10.526Z | Downloaded doc-comment v0.3.3 |
2251 | 2023-11-02T04:58:10.529Z | Downloaded path-dedot v3.1.0 |
2252 | 2023-11-02T04:58:10.537Z | Downloaded globset v0.4.13 |
2253 | 2023-11-02T04:58:10.544Z | Downloaded fs-err v2.9.0 |
2254 | 2023-11-02T04:58:10.555Z | Downloaded serde_plain v1.0.2 |
2255 | 2023-11-02T04:58:10.602Z | Downloaded path-absolutize v3.1.0 |
2256 | 2023-11-02T04:58:10.624Z | Downloaded bytesize v1.3.0 |
2257 | 2023-11-02T04:58:10.628Z | Downloaded tough v0.12.5 |
2258 | 2023-11-02T04:58:10.632Z | Downloaded snafu-derive v0.7.5 |
2259 | 2023-11-02T04:58:10.637Z | Downloaded snafu v0.7.5 |
2260 | 2023-11-02T04:58:10.641Z | Downloaded olpc-cjson v0.1.3 |
2261 | 2023-11-02T04:58:10.645Z | Downloaded buf-list v1.0.3 |
2262 | 2023-11-02T04:58:10.738Z | Compiling serde_tokenstream v0.2.0 |
2263 | 2023-11-02T04:58:10.755Z | Compiling regress v0.7.1 |
2264 | 2023-11-02T04:58:10.768Z | Compiling dirs-sys-next v0.1.2 |
2265 | 2023-11-02T04:58:10.771Z | Compiling ident_case v1.0.1 |
2266 | 2023-11-02T04:58:10.792Z | Compiling thread_local v1.1.7 |
2267 | 2023-11-02T04:58:10.801Z | Compiling camino v1.1.6 |
2268 | 2023-11-02T04:58:10.804Z | Compiling heck v0.4.1 |
2269 | 2023-11-02T04:58:11.035Z | Compiling dirs-next v2.0.0 |
2270 | 2023-11-02T04:58:11.478Z | Compiling darling_core v0.20.3 |
2271 | 2023-11-02T04:58:11.546Z | Compiling slog-async v2.8.0 |
2272 | 2023-11-02T04:58:11.712Z | Compiling term v0.7.0 |
2273 | 2023-11-02T04:58:12.137Z | Compiling crossbeam-channel v0.5.8 |
2274 | 2023-11-02T04:58:12.316Z | Compiling getopts v0.2.21 |
2275 | 2023-11-02T04:58:12.652Z | Compiling structmeta-derive v0.1.6 |
2276 | 2023-11-02T04:58:12.914Z | Compiling atty v0.2.14 |
2277 | 2023-11-02T04:58:13.115Z | Compiling multer v2.1.0 |
2278 | 2023-11-02T04:58:13.509Z | Compiling take_mut v0.2.2 |
2279 | 2023-11-02T04:58:13.748Z | Compiling paste v1.0.14 |
2280 | 2023-11-02T04:58:13.787Z | Compiling unsafe-libyaml v0.2.9 |
2281 | 2023-11-02T04:58:14.413Z | Compiling doc-comment v0.3.3 |
2282 | 2023-11-02T04:58:14.998Z | Compiling match_cfg v0.1.0 |
2283 | 2023-11-02T04:58:15.134Z | Compiling hostname v0.3.1 |
2284 | 2023-11-02T04:58:15.618Z | Compiling slog-term v2.9.0 |
2285 | 2023-11-02T04:58:16.896Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2286 | 2023-11-02T04:58:19.177Z | Compiling structmeta v0.1.6 |
2287 | 2023-11-02T04:58:19.789Z | Compiling serde_yaml v0.9.25 |
2288 | 2023-11-02T04:58:20.714Z | Compiling darling_macro v0.20.3 |
2289 | 2023-11-02T04:58:21.408Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2290 | 2023-11-02T04:58:21.432Z | Compiling slog-json v2.6.1 |
2291 | 2023-11-02T04:58:22.242Z | Compiling darling v0.20.3 |
2292 | 2023-11-02T04:58:22.302Z | Compiling async-stream-impl v0.3.5 |
2293 | 2023-11-02T04:58:22.399Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2294 | 2023-11-02T04:58:22.818Z | Compiling atomic-waker v1.1.1 |
2295 | 2023-11-02T04:58:23.103Z | Compiling regex-syntax v0.6.29 |
2296 | 2023-11-02T04:58:23.163Z | Compiling fastrand v2.0.0 |
2297 | 2023-11-02T04:58:24.291Z | Compiling async-stream v0.3.5 |
2298 | 2023-11-02T04:58:24.360Z | Compiling tempfile v3.8.0 |
2299 | 2023-11-02T04:58:24.378Z | Compiling waitgroup v0.1.2 |
2300 | 2023-11-02T04:58:24.798Z | Compiling serde_with_macros v2.3.3 |
2301 | 2023-11-02T04:58:24.914Z | Compiling slog-bunyan v2.4.0 |
2302 | 2023-11-02T04:58:27.926Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2303 | 2023-11-02T04:58:28.050Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2304 | 2023-11-02T04:58:28.689Z | Compiling toml_edit v0.20.7 |
2305 | 2023-11-02T04:58:29.458Z | Compiling sha1 v0.10.5 |
2306 | 2023-11-02T04:58:30.417Z | Compiling snafu-derive v0.7.5 |
2307 | 2023-11-02T04:58:30.533Z | Compiling serde_path_to_error v0.1.14 |
2308 | 2023-11-02T04:58:30.938Z | Compiling path-dedot v3.1.0 |
2309 | 2023-11-02T04:58:31.180Z | Compiling instant v0.1.12 |
2310 | 2023-11-02T04:58:31.301Z | Compiling debug-ignore v1.0.5 |
2311 | 2023-11-02T04:58:31.486Z | Compiling base64 v0.13.1 |
2312 | 2023-11-02T04:58:31.516Z | Compiling buf-list v1.0.3 |
2313 | 2023-11-02T04:58:32.303Z | Compiling arc-swap v1.6.0 |
2314 | 2023-11-02T04:58:32.346Z | Compiling same-file v1.0.6 |
2315 | 2023-11-02T04:58:32.805Z | Compiling walkdir v2.4.0 |
2316 | 2023-11-02T04:58:32.912Z | Compiling parse-display-derive v0.7.0 |
2317 | 2023-11-02T04:58:33.007Z | Compiling pem v1.1.1 |
2318 | 2023-11-02T04:58:33.566Z | Compiling toml v0.8.6 |
2319 | 2023-11-02T04:58:35.502Z | Compiling slog-scope v4.4.0 |
2320 | 2023-11-02T04:58:35.816Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2321 | 2023-11-02T04:58:37.079Z | Compiling backoff v0.4.0 |
2322 | 2023-11-02T04:58:37.666Z | Compiling path-absolutize v3.1.0 |
2323 | 2023-11-02T04:58:38.375Z | Compiling serde_with v2.3.3 |
2324 | 2023-11-02T04:58:38.765Z | Compiling snafu v0.7.5 |
2325 | 2023-11-02T04:58:39.191Z | Compiling parse-display v0.7.0 |
2326 | 2023-11-02T04:58:39.500Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2327 | 2023-11-02T04:58:40.547Z | Compiling globset v0.4.13 |
2328 | 2023-11-02T04:58:40.822Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2329 | 2023-11-02T04:58:41.064Z | Compiling strum v0.25.0 |
2330 | 2023-11-02T04:58:41.332Z | Compiling olpc-cjson v0.1.3 |
2331 | 2023-11-02T04:58:42.251Z | Compiling serde_plain v1.0.2 |
2332 | 2023-11-02T04:58:43.133Z | Compiling macaddr v1.0.1 |
2333 | 2023-11-02T04:58:43.145Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2334 | 2023-11-02T04:58:43.333Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2335 | 2023-11-02T04:58:44.326Z | Compiling xattr v1.0.1 |
2336 | 2023-11-02T04:58:44.767Z | Compiling filetime v0.2.22 |
2337 | 2023-11-02T04:58:45.280Z | Compiling tar v0.4.40 |
2338 | 2023-11-02T04:58:45.790Z | Compiling tough v0.12.5 |
2339 | 2023-11-02T04:58:54.507Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2340 | 2023-11-02T04:58:55.300Z | Compiling slog-stdlog v4.1.1 |
2341 | 2023-11-02T04:58:56.882Z | Compiling camino-tempfile v1.0.2 |
2342 | 2023-11-02T04:58:57.507Z | Compiling bytesize v1.3.0 |
2343 | 2023-11-02T04:58:58.197Z | Compiling fs-err v2.9.0 |
2344 | 2023-11-02T04:58:58.462Z | Compiling slog-envlogger v2.2.0 |
2345 | 2023-11-02T04:58:59.596Z | Compiling humantime v2.1.0 |
2346 | 2023-11-02T04:59:23.687Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2347 | 2023-11-02T04:59:23.975Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2348 | 2023-11-02T04:59:35.894Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2349 | 2023-11-02T04:59:37.911Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2350 | 2023-11-02T05:00:07.305Z | Finished release [optimized] target(s) in 1m 54s |
2351 | 2023-11-02T05:00:07.361Z | |
2352 | 2023-11-02T05:00:07.424Z | real 1:54.298271123 |
2353 | 2023-11-02T05:00:07.457Z | user 12:29.258623363 |
2354 | 2023-11-02T05:00:07.540Z | sys 46.884460351 |
2355 | 2023-11-02T05:00:07.568Z | trap 0.495537653 |
2356 | 2023-11-02T05:00:07.594Z | tflt 0.387007931 |
2357 | 2023-11-02T05:00:07.617Z | dflt 0.888295601 |
2358 | 2023-11-02T05:00:07.659Z | kflt 0.000072181 |
2359 | 2023-11-02T05:00:07.667Z | lock 25:28.338594111 |
2360 | 2023-11-02T05:00:07.676Z | slp 28:08.614106321 |
2361 | 2023-11-02T05:00:07.702Z | lat 23.091000444 |
2362 | 2023-11-02T05:00:07.712Z | stop 10.810429636 |
2363 | 2023-11-02T05:00:07.722Z | + ptime -m gzip |
2364 | 2023-11-02T05:00:07.746Z | |
2365 | 2023-11-02T05:00:08.203Z | real 2.309493992 |
2366 | 2023-11-02T05:00:08.220Z | user 2.281437903 |
2367 | 2023-11-02T05:00:08.229Z | sys 0.027224275 |
2368 | 2023-11-02T05:00:08.235Z | trap 0.000244725 |
2369 | 2023-11-02T05:00:08.243Z | tflt 0.000000000 |
2370 | 2023-11-02T05:00:08.301Z | dflt 0.000000000 |
2371 | 2023-11-02T05:00:08.357Z | kflt 0.000000000 |
2372 | 2023-11-02T05:00:08.377Z | lock 0.000000000 |
2373 | 2023-11-02T05:00:08.420Z | slp 0.000000000 |
2374 | 2023-11-02T05:00:08.430Z | lat 0.000233793 |
2375 | 2023-11-02T05:00:08.474Z | stop 0.000245087 |
2376 | 2023-11-02T05:00:08.491Z | process exited: duration 1263745 ms, exit code 0 |
|
2377 | 2023-11-02T05:00:08.540Z | found 5 output files |
2378 | 2023-11-02T05:00:08.568Z | uploading: /work/end-to-end-tests/bootstrap-c43fba0fc8ca36e8.gz (6514633 bytes) |
2379 | 2023-11-02T05:00:11.747Z | uploaded: /work/end-to-end-tests/bootstrap-c43fba0fc8ca36e8.gz |
2380 | 2023-11-02T05:00:11.764Z | uploading: /work/end-to-end-tests/bootstrap.gz (100065056 bytes) |
2381 | 2023-11-02T05:01:07.318Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2382 | 2023-11-02T05:01:07.334Z | uploading: /work/end-to-end-tests/end_to_end_tests-db7e95353d866fe2.gz (114572958 bytes) |
2383 | 2023-11-02T05:02:18.486Z | uploaded: /work/end-to-end-tests/end_to_end_tests-db7e95353d866fe2.gz |
2384 | 2023-11-02T05:02:18.493Z | uploading: /work/caboose-util.gz (4113400 bytes) |
2385 | 2023-11-02T05:02:20.063Z | uploaded: /work/caboose-util.gz |
2386 | 2023-11-02T05:02:20.084Z | uploading: /work/tufaceous.gz (14764699 bytes) |
2387 | 2023-11-02T05:02:32.125Z | uploaded: /work/tufaceous.gz |