|
|
|
1 | 2023-11-06T20:47:24.300Z | job assigned to worker 01HEK652EPE7K9ND5K312VD84Y (queued for 1 m 30 s) |
|
2 | 2023-11-06T20:47:24.671Z | starting task 0: "setup" |
3 | 2023-11-06T20:47:24.781Z | ++ uname -s |
4 | 2023-11-06T20:47:24.858Z | + kern=SunOS |
5 | 2023-11-06T20:47:25.268Z | + case "$kern" in |
6 | 2023-11-06T20:47:25.272Z | + groupadd -g 12345 build |
7 | 2023-11-06T20:47:25.276Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-06T20:47:26.752Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-06T20:47:26.846Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-06T20:47:26.858Z | + home_fs=zfs |
11 | 2023-11-06T20:47:26.867Z | + [[ zfs == autofs ]] |
12 | 2023-11-06T20:47:26.882Z | + mkdir -p /home/build |
13 | 2023-11-06T20:47:26.927Z | + chown build:build /home/build /work |
14 | 2023-11-06T20:47:28.782Z | + chmod 0700 /home/build /work |
15 | 2023-11-06T20:47:28.797Z | process exited: duration 4108 ms, exit code 0 |
|
16 | 2023-11-06T20:47:28.811Z | starting task 1: "rust-toolchain" |
17 | 2023-11-06T20:47:29.232Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-06T20:47:29.242Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-06T20:47:29.256Z | info: downloading installer |
20 | 2023-11-06T20:47:31.775Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-06T20:47:31.781Z | warning: /opt/ooce/bin |
22 | 2023-11-06T20:47:31.788Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-06T20:47:31.793Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-06T20:47:31.797Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-06T20:47:31.802Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-06T20:47:31.808Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-06T20:47:31.813Z | error: cannot install while Rust is installed |
28 | 2023-11-06T20:47:31.819Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-06T20:47:31.858Z | info: profile set to 'default' |
30 | 2023-11-06T20:47:32.288Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-06T20:47:32.295Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-06T20:47:32.301Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-06T20:47:32.311Z | info: downloading component 'cargo' |
34 | 2023-11-06T20:47:32.837Z | info: downloading component 'clippy' |
35 | 2023-11-06T20:47:33.119Z | info: downloading component 'rust-docs' |
36 | 2023-11-06T20:47:34.124Z | info: downloading component 'rust-std' |
37 | 2023-11-06T20:47:35.921Z | info: downloading component 'rustc' |
38 | 2023-11-06T20:47:40.251Z | info: downloading component 'rustfmt' |
39 | 2023-11-06T20:47:40.712Z | info: installing component 'cargo' |
40 | 2023-11-06T20:47:42.790Z | info: installing component 'clippy' |
41 | 2023-11-06T20:47:43.827Z | info: installing component 'rust-docs' |
42 | 2023-11-06T20:47:46.719Z | info: installing component 'rust-std' |
43 | 2023-11-06T20:47:50.633Z | info: installing component 'rustc' |
44 | 2023-11-06T20:48:01.135Z | info: installing component 'rustfmt' |
45 | 2023-11-06T20:48:01.658Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-06T20:48:01.664Z | |
47 | 2023-11-06T20:48:01.906Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-06T20:48:01.936Z | |
49 | 2023-11-06T20:48:01.962Z | |
50 | 2023-11-06T20:48:01.977Z | Rust is installed now. Great! |
51 | 2023-11-06T20:48:01.990Z | |
52 | 2023-11-06T20:48:01.996Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-06T20:48:02.007Z | environment variable. This has not been done automatically. |
54 | 2023-11-06T20:48:02.011Z | |
55 | 2023-11-06T20:48:02.016Z | To configure your current shell, run: |
56 | 2023-11-06T20:48:02.019Z | source "$HOME/.cargo/env" |
57 | 2023-11-06T20:48:02.022Z | + rustc --version |
58 | 2023-11-06T20:48:02.061Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-06T20:48:02.071Z | process exited: duration 33255 ms, exit code 0 |
|
60 | 2023-11-06T20:48:02.085Z | starting task 2: "authentication" |
61 | 2023-11-06T20:48:02.131Z | process exited: duration 39 ms, exit code 0 |
|
62 | 2023-11-06T20:48:02.148Z | starting task 3: "clone repository" |
63 | 2023-11-06T20:48:02.168Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-06T20:48:02.172Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-06T20:48:02.357Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-06T20:48:10.706Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-06T20:48:10.709Z | + [[ -n iliana/four ]] |
68 | 2023-11-06T20:48:10.712Z | + git fetch origin iliana/four |
69 | 2023-11-06T20:48:11.076Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-06T20:48:11.079Z | * branch iliana/four -> FETCH_HEAD |
71 | 2023-11-06T20:48:11.088Z | + git checkout -B iliana/four remotes/origin/iliana/four |
72 | 2023-11-06T20:48:11.180Z | Switched to a new branch 'iliana/four' |
73 | 2023-11-06T20:48:11.183Z | branch 'iliana/four' set up to track 'origin/iliana/four'. |
74 | 2023-11-06T20:48:11.186Z | + git reset --hard 82e543019da81c3ed161b44144ee87f45047c6d9 |
75 | 2023-11-06T20:48:11.199Z | HEAD is now at 82e54301 Bump system version to 1.0.4 |
76 | 2023-11-06T20:48:11.202Z | process exited: duration 9050 ms, exit code 0 |
|
77 | 2023-11-06T20:48:11.208Z | starting task 4: "build" |
78 | 2023-11-06T20:48:11.245Z | + cargo --version |
79 | 2023-11-06T20:48:11.331Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-11-06T20:48:11.335Z | + rustc --version |
81 | 2023-11-06T20:48:11.462Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-11-06T20:48:11.469Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-11-06T20:48:20.689Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-11-06T20:48:21.629Z | Startup: Caching catalogs ... Done |
85 | 2023-11-06T20:48:26.546Z | Planning: Solver setup ... Done (4.629s) |
86 | 2023-11-06T20:48:26.663Z | Planning: Running solver ... Done (0.117s) |
87 | 2023-11-06T20:48:26.719Z | Planning: Finding local manifests ... Done (0.003s) |
88 | 2023-11-06T20:48:26.738Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-11-06T20:48:27.054Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-11-06T20:48:27.218Z | Planning: Package planning ... Done (0.084s) |
91 | 2023-11-06T20:48:27.304Z | Planning: Merging actions ... Done (0.161s) |
92 | 2023-11-06T20:48:28.160Z | Planning: Checking for conflicting actions ... Done (0.862s) |
93 | 2023-11-06T20:48:28.180Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-11-06T20:48:32.856Z | Planning: Evaluating mediators ... Done (4.678s) |
95 | 2023-11-06T20:48:32.872Z | Planning: Planning completed in 11.18 seconds |
96 | 2023-11-06T20:48:33.081Z | Packages to install: 4 |
97 | 2023-11-06T20:48:33.084Z | Mediators to change: 2 |
98 | 2023-11-06T20:48:33.087Z | Services to change: 1 |
99 | 2023-11-06T20:48:33.090Z | Estimated space available: 149.39 GB |
100 | 2023-11-06T20:48:33.092Z | Estimated space to be consumed: 1.37 GB |
101 | 2023-11-06T20:48:33.095Z | Create boot environment: No |
102 | 2023-11-06T20:48:33.098Z | Create backup boot environment: No |
103 | 2023-11-06T20:48:33.100Z | Rebuild boot archive: No |
104 | 2023-11-06T20:48:33.103Z | |
105 | 2023-11-06T20:48:33.108Z | Changed mediators: |
106 | 2023-11-06T20:48:33.110Z | mediator clang: |
107 | 2023-11-06T20:48:33.113Z | version: None -> 15 (system default) |
108 | 2023-11-06T20:48:33.116Z | |
109 | 2023-11-06T20:48:33.118Z | mediator llvm: |
110 | 2023-11-06T20:48:33.121Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-11-06T20:48:33.124Z | |
112 | 2023-11-06T20:48:33.127Z | Changed packages: |
113 | 2023-11-06T20:48:33.130Z | helios-dev |
114 | 2023-11-06T20:48:33.133Z | developer/build-essential |
115 | 2023-11-06T20:48:33.135Z | None -> 11-2.0 |
116 | 2023-11-06T20:48:33.138Z | library/libxmlsec1 |
117 | 2023-11-06T20:48:33.141Z | None -> 1.2.35-2.0 |
118 | 2023-11-06T20:48:33.143Z | ooce/developer/clang-15 |
119 | 2023-11-06T20:48:33.146Z | None -> 15.0.7-2.0 |
120 | 2023-11-06T20:48:33.150Z | ooce/developer/llvm-15 |
121 | 2023-11-06T20:48:33.156Z | None -> 15.0.7-2.0 |
122 | 2023-11-06T20:48:33.158Z | |
123 | 2023-11-06T20:48:33.161Z | Services: |
124 | 2023-11-06T20:48:33.164Z | restart_fmri: |
125 | 2023-11-06T20:48:33.166Z | svc:/system/update-man-index:default |
126 | 2023-11-06T20:48:33.280Z | |
127 | 2023-11-06T20:48:33.283Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-11-06T20:48:38.281Z | Download: 1193/3290 items 64.6/212.6MB 30% complete (13.0M/s) |
129 | 2023-11-06T20:48:44.349Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (13.3M/s) |
130 | 2023-11-06T20:48:49.333Z | Download: 2756/3290 items 120.9/212.6MB 56% complete (4.1M/s) |
131 | 2023-11-06T20:48:54.346Z | Download: 3245/3290 items 198.6/212.6MB 93% complete (8.4M/s) |
132 | 2023-11-06T20:48:59.409Z | Download: 3289/3290 items 212.6/212.6MB 99% complete (9.1M/s) |
133 | 2023-11-06T20:48:59.457Z | Download: Completed 212.60 MB in 26.17 seconds (8.1M/s) |
134 | 2023-11-06T20:48:59.679Z | Actions: 1/3687 actions (Installing new actions) |
135 | 2023-11-06T20:49:12.104Z | Actions: 2555/3687 actions (Installing new actions) |
136 | 2023-11-06T20:49:12.509Z | Actions: Completed 3687 actions in 8.10 seconds. |
137 | 2023-11-06T20:49:12.732Z | Done (0.162s) |
138 | 2023-11-06T20:49:12.754Z | Done (0.000s) |
139 | 2023-11-06T20:49:12.804Z | Done (0.210s) |
140 | 2023-11-06T20:49:16.129Z | Done (7.338s) |
141 | 2023-11-06T20:49:16.329Z | Done (0.181s) |
142 | 2023-11-06T20:49:16.515Z | Done (0.000s) |
143 | 2023-11-06T20:49:25.936Z | Done (0.000s) |
144 | 2023-11-06T20:49:26.218Z | Planning: Evaluating mediator changes ... Done |
145 | 2023-11-06T20:49:28.637Z | Planning: Checking for conflicting actions ... Done |
146 | 2023-11-06T20:49:29.374Z | Planning: Consolidating action changes ... Done |
147 | 2023-11-06T20:49:29.828Z | Planning: Evaluating mediators ... Done |
148 | 2023-11-06T20:49:30.186Z | Planning: Planning completed in 0.73 seconds |
149 | 2023-11-06T20:49:30.524Z | Mediators to change: 2 |
150 | 2023-11-06T20:49:30.931Z | Create boot environment: No |
151 | 2023-11-06T20:49:31.135Z | Create backup boot environment: No |
152 | 2023-11-06T20:49:31.346Z | Done |
153 | 2023-11-06T20:49:31.576Z | Done |
154 | 2023-11-06T20:49:31.729Z | Done |
155 | 2023-11-06T20:49:31.801Z | Done |
156 | 2023-11-06T20:49:31.822Z | Done |
157 | 2023-11-06T20:49:31.847Z | Done |
158 | 2023-11-06T20:49:32.265Z | Done |
159 | 2023-11-06T20:49:32.405Z | Planning: Evaluating mediator changes ... Done |
160 | 2023-11-06T20:49:32.475Z | Planning: Merging actions ... Done |
161 | 2023-11-06T20:49:32.589Z | Planning: Checking for conflicting actions ... Done |
162 | 2023-11-06T20:49:32.668Z | Planning: Consolidating action changes ... Done |
163 | 2023-11-06T20:49:32.721Z | Planning: Evaluating mediators ... Done |
164 | 2023-11-06T20:49:32.754Z | Planning: Planning completed in 1.29 seconds |
165 | 2023-11-06T20:49:32.784Z | Packages to change: 1 |
166 | 2023-11-06T20:49:32.794Z | Mediators to change: 1 |
167 | 2023-11-06T20:49:32.816Z | Services to change: 1 |
168 | 2023-11-06T20:49:32.824Z | Create boot environment: No |
169 | 2023-11-06T20:49:32.863Z | Create backup boot environment: Yes |
170 | 2023-11-06T20:49:32.901Z | Actions: 1/6 actions (Updating modified actions) |
171 | 2023-11-06T20:49:32.968Z | Actions: Completed 6 actions in 0.00 seconds. |
172 | 2023-11-06T20:49:33.005Z | Done |
173 | 2023-11-06T20:49:33.051Z | Done |
174 | 2023-11-06T20:49:33.475Z | Done |
175 | 2023-11-06T20:49:33.948Z | Done |
176 | 2023-11-06T20:49:34.047Z | Done |
177 | 2023-11-06T20:49:34.085Z | Done |
178 | 2023-11-06T20:49:34.123Z | Done |
179 | 2023-11-06T20:49:34.803Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
180 | 2023-11-06T20:49:34.816Z | clang system 15 system |
181 | 2023-11-06T20:49:34.829Z | csh system system illumos |
182 | 2023-11-06T20:49:34.844Z | ctags system system illumos |
183 | 2023-11-06T20:49:34.864Z | gcc vendor 12 vendor |
184 | 2023-11-06T20:49:34.876Z | gcc system 10 system |
185 | 2023-11-06T20:49:34.881Z | gcc system 7 system |
186 | 2023-11-06T20:49:34.894Z | go system 1.20 system |
187 | 2023-11-06T20:49:34.905Z | go system 1.19 system |
188 | 2023-11-06T20:49:35.349Z | llvm system 15 system |
189 | 2023-11-06T20:49:35.360Z | llvm system 14 system |
190 | 2023-11-06T20:49:35.370Z | mariadb system 10.6 system |
191 | 2023-11-06T20:49:35.374Z | mta vendor vendor dma |
192 | 2023-11-06T20:49:35.377Z | openjdk system 17 system |
193 | 2023-11-06T20:49:35.381Z | openjdk system 11 system |
194 | 2023-11-06T20:49:35.383Z | openjdk system 1.8 system |
195 | 2023-11-06T20:49:35.387Z | openssl vendor 3 vendor |
196 | 2023-11-06T20:49:35.390Z | perl system 5.36 system |
197 | 2023-11-06T20:49:35.395Z | postgresql system 15 system |
198 | 2023-11-06T20:49:35.407Z | postgresql system 13 system |
199 | 2023-11-06T20:49:35.412Z | python vendor 3 vendor |
200 | 2023-11-06T20:49:35.417Z | python system 2 system |
201 | 2023-11-06T20:49:35.419Z | python3 system 3.11 system |
202 | 2023-11-06T20:49:35.422Z | ruby system 3.0 system |
203 | 2023-11-06T20:49:35.425Z | words vendor vendor american-english |
204 | 2023-11-06T20:49:35.428Z | words system system australian-english |
205 | 2023-11-06T20:49:35.430Z | words system system british-english |
206 | 2023-11-06T20:49:35.433Z | words system system canadian-english |
207 | 2023-11-06T20:49:35.436Z | words system system french |
208 | 2023-11-06T20:49:35.438Z | words system system italian |
209 | 2023-11-06T20:49:35.441Z | words system system ngerman |
210 | 2023-11-06T20:49:35.445Z | words system system ogerman |
211 | 2023-11-06T20:49:35.448Z | words system system spanish |
212 | 2023-11-06T20:49:35.451Z | FMRI IFO |
213 | 2023-11-06T20:49:35.453Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
214 | 2023-11-06T20:49:35.456Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
215 | 2023-11-06T20:49:35.460Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
216 | 2023-11-06T20:49:35.463Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
217 | 2023-11-06T20:49:35.465Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
218 | 2023-11-06T20:49:35.468Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
219 | 2023-11-06T20:49:35.471Z | + set -o errexit |
220 | 2023-11-06T20:49:35.473Z | +++ dirname ./tools/ci_download_cockroachdb |
221 | 2023-11-06T20:49:35.476Z | ++ cd ./tools |
222 | 2023-11-06T20:49:35.478Z | ++ pwd |
223 | 2023-11-06T20:49:35.481Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
224 | 2023-11-06T20:49:35.483Z | ++ basename ./tools/ci_download_cockroachdb |
225 | 2023-11-06T20:49:35.486Z | + ARG0=ci_download_cockroachdb |
226 | 2023-11-06T20:49:35.491Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
227 | 2023-11-06T20:49:35.501Z | + CIDL_VERSION=v22.1.9 |
228 | 2023-11-06T20:49:35.506Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
229 | 2023-11-06T20:49:35.511Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
230 | 2023-11-06T20:49:35.577Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
231 | 2023-11-06T20:49:35.601Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
232 | 2023-11-06T20:49:35.615Z | + TARGET_DIR=out |
233 | 2023-11-06T20:49:35.622Z | + DOWNLOAD_DIR=out/downloads |
234 | 2023-11-06T20:49:35.630Z | + DEST_DIR=./out/cockroachdb |
235 | 2023-11-06T20:49:35.637Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
236 | 2023-11-06T20:49:35.645Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
237 | 2023-11-06T20:49:35.654Z | + main |
238 | 2023-11-06T20:49:35.666Z | + [[ 0 != 0 ]] |
239 | 2023-11-06T20:49:35.678Z | + CIDL_OS=solaris2.11 |
240 | 2023-11-06T20:49:35.692Z | + [[ 0 != 0 ]] |
241 | 2023-11-06T20:49:35.704Z | + configure_os solaris2.11 |
242 | 2023-11-06T20:49:35.711Z | + echo 'current directory: /work/oxidecomputer/omicron' |
243 | 2023-11-06T20:49:35.723Z | current directory: /work/oxidecomputer/omicron |
244 | 2023-11-06T20:49:35.747Z | + echo 'configuring based on OS: "solaris2.11"' |
245 | 2023-11-06T20:49:35.758Z | configuring based on OS: "solaris2.11" |
246 | 2023-11-06T20:49:35.775Z | + case "$1" in |
247 | 2023-11-06T20:49:35.789Z | + CIDL_BUILD=illumos |
248 | 2023-11-06T20:49:35.803Z | + CIDL_SUFFIX=tar.gz |
249 | 2023-11-06T20:49:35.817Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
250 | 2023-11-06T20:49:36.245Z | + CIDL_MD5FUNC=do_md5sum |
251 | 2023-11-06T20:49:36.266Z | + CIDL_URL_BASE=https://illumos.org/downloads |
252 | 2023-11-06T20:49:36.287Z | + CIDL_ASSEMBLE=do_assemble_illumos |
253 | 2023-11-06T20:49:36.299Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
254 | 2023-11-06T20:49:36.312Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
255 | 2023-11-06T20:49:36.320Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-11-06T20:49:36.330Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
257 | 2023-11-06T20:49:36.342Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-11-06T20:49:36.355Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
259 | 2023-11-06T20:49:36.364Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-11-06T20:49:36.384Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
261 | 2023-11-06T20:49:36.390Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-11-06T20:49:36.397Z | + mkdir -p out/downloads |
263 | 2023-11-06T20:49:36.415Z | + mkdir -p ./out/cockroachdb |
264 | 2023-11-06T20:49:36.421Z | + local DO_DOWNLOAD=true |
265 | 2023-11-06T20:49:36.435Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
266 | 2023-11-06T20:49:36.442Z | Downloading... |
267 | 2023-11-06T20:49:36.467Z | + '[' true == true ']' |
268 | 2023-11-06T20:49:36.488Z | + echo Downloading... |
269 | 2023-11-06T20:49:36.511Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-11-06T20:49:36.519Z | + 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 |
271 | 2023-11-06T20:49:38.064Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-06T20:49:38.077Z | ++ md5sum |
273 | 2023-11-06T20:49:38.091Z | ++ awk '{print $1}' |
274 | 2023-11-06T20:49:38.249Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
275 | 2023-11-06T20:49:38.256Z | + [[ 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 ]] |
276 | 2023-11-06T20:49:38.262Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-11-06T20:49:38.270Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
278 | 2023-11-06T20:49:41.863Z | + do_assemble_illumos |
279 | 2023-11-06T20:49:41.888Z | + rm -r ./out/cockroachdb |
280 | 2023-11-06T20:49:41.900Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
281 | 2023-11-06T20:49:42.473Z | + ./out/cockroachdb/bin/cockroach version |
282 | 2023-11-06T20:49:42.682Z | Build Tag: v22.1.9-dirty |
283 | 2023-11-06T20:49:42.688Z | Build Time: 2022/10/26 21:17:46 |
284 | 2023-11-06T20:49:42.693Z | Distribution: OSS |
285 | 2023-11-06T20:49:42.697Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
286 | 2023-11-06T20:49:42.703Z | Go Version: go1.17.13 |
287 | 2023-11-06T20:49:42.708Z | C Compiler: gcc 10.3.0 |
288 | 2023-11-06T20:49:42.712Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
289 | 2023-11-06T20:49:42.717Z | Build Type: release |
290 | 2023-11-06T20:49:42.725Z | + set -o errexit |
291 | 2023-11-06T20:49:42.737Z | +++ dirname ./tools/ci_download_clickhouse |
292 | 2023-11-06T20:49:42.747Z | ++ cd ./tools |
293 | 2023-11-06T20:49:42.754Z | ++ pwd |
294 | 2023-11-06T20:49:42.768Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
295 | 2023-11-06T20:49:42.779Z | ++ basename ./tools/ci_download_clickhouse |
296 | 2023-11-06T20:49:42.790Z | + ARG0=ci_download_clickhouse |
297 | 2023-11-06T20:49:42.806Z | + TARGET_DIR=out |
298 | 2023-11-06T20:49:42.819Z | + DOWNLOAD_DIR=out/downloads |
299 | 2023-11-06T20:49:42.842Z | + DEST_DIR=./out/clickhouse |
300 | 2023-11-06T20:49:42.851Z | + CIDL_VERSION=v22.8.9.24 |
301 | 2023-11-06T20:49:42.857Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
302 | 2023-11-06T20:49:42.863Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
303 | 2023-11-06T20:49:42.870Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
304 | 2023-11-06T20:49:42.878Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
305 | 2023-11-06T20:49:42.888Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
306 | 2023-11-06T20:49:42.901Z | + main |
307 | 2023-11-06T20:49:43.315Z | + [[ 0 != 0 ]] |
308 | 2023-11-06T20:49:43.321Z | + CIDL_OS=solaris2.11 |
309 | 2023-11-06T20:49:43.337Z | + [[ 0 != 0 ]] |
310 | 2023-11-06T20:49:43.351Z | + configure_os solaris2.11 |
311 | 2023-11-06T20:49:43.373Z | + echo 'current directory: /work/oxidecomputer/omicron' |
312 | 2023-11-06T20:49:43.383Z | current directory: /work/oxidecomputer/omicron |
313 | 2023-11-06T20:49:43.387Z | + echo 'configuring based on OS: "solaris2.11"' |
314 | 2023-11-06T20:49:43.391Z | configuring based on OS: "solaris2.11" |
315 | 2023-11-06T20:49:43.396Z | + CIDL_DASHREV= |
316 | 2023-11-06T20:49:43.399Z | + case "$1" in |
317 | 2023-11-06T20:49:43.403Z | + CIDL_PLATFORM=illumos |
318 | 2023-11-06T20:49:43.406Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
319 | 2023-11-06T20:49:43.410Z | + CIDL_MD5FUNC=do_md5sum |
320 | 2023-11-06T20:49:43.414Z | + CIDL_DASHREV=-1 |
321 | 2023-11-06T20:49:43.418Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
322 | 2023-11-06T20:49:43.425Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
323 | 2023-11-06T20:49:43.432Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
324 | 2023-11-06T20:49:43.441Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-11-06T20:49:43.451Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-11-06T20:49:43.460Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-11-06T20:49:43.473Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
328 | 2023-11-06T20:49:43.485Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
329 | 2023-11-06T20:49:43.495Z | + mkdir -p out/downloads |
330 | 2023-11-06T20:49:43.522Z | + mkdir -p ./out/clickhouse |
331 | 2023-11-06T20:49:43.546Z | + local DO_DOWNLOAD=true |
332 | 2023-11-06T20:49:43.560Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
333 | 2023-11-06T20:49:43.577Z | + '[' true == true ']' |
334 | 2023-11-06T20:49:43.587Z | Downloading... |
335 | 2023-11-06T20:49:43.614Z | + echo Downloading... |
336 | 2023-11-06T20:49:43.617Z | + 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 |
337 | 2023-11-06T20:49:43.623Z | + 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 |
338 | 2023-11-06T20:49:44.393Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-06T20:49:44.410Z | ++ md5sum |
340 | 2023-11-06T20:49:44.426Z | ++ awk '{print $1}' |
341 | 2023-11-06T20:49:44.644Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
342 | 2023-11-06T20:49:45.069Z | + [[ 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 ]] |
343 | 2023-11-06T20:49:45.075Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
344 | 2023-11-06T20:49:45.092Z | + mkdir -p ./out/clickhouse |
345 | 2023-11-06T20:49:45.098Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
346 | 2023-11-06T20:49:49.778Z | + ./out/clickhouse/clickhouse server --version |
347 | 2023-11-06T20:49:49.839Z | ClickHouse server version 22.8.9.1. |
348 | 2023-11-06T20:49:49.865Z | + set -o errexit |
349 | 2023-11-06T20:49:49.892Z | +++ dirname ./tools/ci_download_console |
350 | 2023-11-06T20:49:49.907Z | ++ cd ./tools |
351 | 2023-11-06T20:49:49.928Z | ++ pwd |
352 | 2023-11-06T20:49:50.365Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
353 | 2023-11-06T20:49:50.439Z | ++ basename ./tools/ci_download_console |
354 | 2023-11-06T20:49:50.461Z | + ARG0=ci_download_console |
355 | 2023-11-06T20:49:50.475Z | + TARGET_DIR=out |
356 | 2023-11-06T20:49:50.484Z | + DOWNLOAD_DIR=out/downloads |
357 | 2023-11-06T20:49:50.493Z | + DEST_DIR=./out/console-assets |
358 | 2023-11-06T20:49:50.502Z | + source /work/oxidecomputer/omicron/tools/console_version |
359 | 2023-11-06T20:49:50.507Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
360 | 2023-11-06T20:49:50.513Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
361 | 2023-11-06T20:49:50.521Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
362 | 2023-11-06T20:49:50.526Z | + TARBALL_FILE=out/downloads/console.tar.gz |
363 | 2023-11-06T20:49:50.532Z | + main |
364 | 2023-11-06T20:49:50.536Z | + [[ 0 != 0 ]] |
365 | 2023-11-06T20:49:50.544Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
366 | 2023-11-06T20:49:50.549Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
367 | 2023-11-06T20:49:50.555Z | + echo 'Local file: out/downloads/console.tar.gz' |
368 | 2023-11-06T20:49:50.564Z | Local file: out/downloads/console.tar.gz |
369 | 2023-11-06T20:49:50.571Z | + local DO_DOWNLOAD=true |
370 | 2023-11-06T20:49:50.581Z | + [[ -f out/downloads/console.tar.gz ]] |
371 | 2023-11-06T20:49:50.595Z | + mkdir -p out/downloads |
372 | 2023-11-06T20:49:51.017Z | + '[' true == true ']' |
373 | 2023-11-06T20:49:51.432Z | + echo Downloading... |
374 | 2023-11-06T20:49:51.446Z | Downloading... |
375 | 2023-11-06T20:49:51.547Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
376 | 2023-11-06T20:49:51.623Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
377 | 2023-11-06T20:49:51.635Z | ++ do_sha256sum out/downloads/console.tar.gz |
378 | 2023-11-06T20:49:51.644Z | ++ case "$OSTYPE" in |
379 | 2023-11-06T20:49:51.743Z | ++ SHA=sha256sum |
380 | 2023-11-06T20:49:51.754Z | ++ sha256sum |
381 | 2023-11-06T20:49:51.761Z | ++ awk '{print $1}' |
382 | 2023-11-06T20:49:51.844Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
383 | 2023-11-06T20:49:51.861Z | + [[ 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 ]] |
384 | 2023-11-06T20:49:51.883Z | + rm -rf ./out/console-assets |
385 | 2023-11-06T20:49:52.026Z | + mkdir -p ./out/console-assets |
386 | 2023-11-06T20:49:52.437Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
387 | 2023-11-06T20:49:52.459Z | + mkdir -p ./out/console-assets |
388 | 2023-11-06T20:49:52.470Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
389 | 2023-11-06T20:49:52.902Z | + set -o errexit |
390 | 2023-11-06T20:49:52.924Z | +++ dirname ./tools/ci_download_maghemite_openapi |
391 | 2023-11-06T20:49:52.937Z | ++ cd ./tools |
392 | 2023-11-06T20:49:52.985Z | ++ pwd |
393 | 2023-11-06T20:49:52.995Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
394 | 2023-11-06T20:49:53.012Z | ++ basename ./tools/ci_download_maghemite_openapi |
395 | 2023-11-06T20:49:53.017Z | + ARG0=ci_download_maghemite_openapi |
396 | 2023-11-06T20:49:53.027Z | + TARGET_DIR=out |
397 | 2023-11-06T20:49:53.038Z | + DOWNLOAD_DIR=out/downloads |
398 | 2023-11-06T20:49:53.060Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
399 | 2023-11-06T20:49:53.085Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
400 | 2023-11-06T20:49:53.522Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
401 | 2023-11-06T20:49:53.980Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
402 | 2023-11-06T20:49:53.997Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
403 | 2023-11-06T20:49:54.007Z | + main |
404 | 2023-11-06T20:49:54.023Z | + [[ 0 != 0 ]] |
405 | 2023-11-06T20:49:54.033Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
406 | 2023-11-06T20:49:54.464Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
407 | 2023-11-06T20:49:54.478Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
408 | 2023-11-06T20:49:54.490Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
409 | 2023-11-06T20:49:54.504Z | + local DO_DOWNLOAD=true |
410 | 2023-11-06T20:49:54.514Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
411 | 2023-11-06T20:49:54.526Z | + mkdir -p out/downloads |
412 | 2023-11-06T20:49:54.536Z | + '[' true == true ']' |
413 | 2023-11-06T20:49:54.564Z | + echo Downloading... |
414 | 2023-11-06T20:49:54.572Z | Downloading... |
415 | 2023-11-06T20:49:54.580Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
416 | 2023-11-06T20:49:54.595Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
417 | 2023-11-06T20:49:54.610Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
418 | 2023-11-06T20:49:54.628Z | ++ case "$OSTYPE" in |
419 | 2023-11-06T20:49:54.637Z | ++ SHA=sha256sum |
420 | 2023-11-06T20:49:54.643Z | ++ sha256sum |
421 | 2023-11-06T20:49:54.653Z | ++ awk '{print $1}' |
422 | 2023-11-06T20:49:54.671Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
423 | 2023-11-06T20:49:54.682Z | + [[ 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 ]] |
424 | 2023-11-06T20:49:54.696Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
425 | 2023-11-06T20:49:54.710Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
426 | 2023-11-06T20:49:54.731Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
427 | 2023-11-06T20:49:54.757Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
428 | 2023-11-06T20:49:56.145Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
429 | 2023-11-06T20:49:56.149Z | + main |
430 | 2023-11-06T20:49:56.157Z | + [[ 0 != 0 ]] |
431 | 2023-11-06T20:49:56.163Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
432 | 2023-11-06T20:49:56.169Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
433 | 2023-11-06T20:49:56.181Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
434 | 2023-11-06T20:49:56.389Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
435 | 2023-11-06T20:49:56.513Z | + local DO_DOWNLOAD=true |
436 | 2023-11-06T20:49:56.617Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
437 | 2023-11-06T20:49:57.041Z | + mkdir -p out/downloads |
438 | 2023-11-06T20:49:57.045Z | Downloading... |
439 | 2023-11-06T20:49:57.068Z | + '[' true == true ']' |
440 | 2023-11-06T20:49:57.079Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json |
441 | 2023-11-06T20:49:57.098Z | + echo Downloading... |
442 | 2023-11-06T20:49:57.108Z | Local file: out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
443 | 2023-11-06T20:49:57.115Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
444 | 2023-11-06T20:49:57.121Z | Downloading... |
445 | 2023-11-06T20:49:57.129Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
446 | 2023-11-06T20:49:57.148Z | current directory: /work/oxidecomputer/omicron |
447 | 2023-11-06T20:49:57.164Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
448 | 2023-11-06T20:49:57.181Z | configuring based on OS: "solaris2.11" |
449 | 2023-11-06T20:49:57.198Z | ++ case "$OSTYPE" in |
450 | 2023-11-06T20:49:57.202Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz |
451 | 2023-11-06T20:49:57.205Z | ++ SHA=sha256sum |
452 | 2023-11-06T20:49:57.210Z | Local file: out/downloads/dendrite-stub.tar.gz |
453 | 2023-11-06T20:49:57.219Z | ++ sha256sum |
454 | 2023-11-06T20:49:57.225Z | Downloading... |
455 | 2023-11-06T20:49:57.229Z | ++ awk '{print $1}' |
456 | 2023-11-06T20:49:57.236Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
457 | 2023-11-06T20:49:57.239Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
458 | 2023-11-06T20:49:57.243Z | + set -o errexit |
459 | 2023-11-06T20:49:57.249Z | +++ dirname ./tools/ci_download_dendrite_openapi |
460 | 2023-11-06T20:49:57.255Z | ++ cd ./tools |
461 | 2023-11-06T20:49:57.272Z | ++ pwd |
462 | 2023-11-06T20:49:57.298Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
463 | 2023-11-06T20:49:57.310Z | ++ basename ./tools/ci_download_dendrite_openapi |
464 | 2023-11-06T20:49:57.320Z | + ARG0=ci_download_dendrite_openapi |
465 | 2023-11-06T20:49:57.328Z | + TARGET_DIR=out |
466 | 2023-11-06T20:49:57.335Z | + DOWNLOAD_DIR=out/downloads |
467 | 2023-11-06T20:49:57.365Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
468 | 2023-11-06T20:49:57.375Z | ++ COMMIT=559fad2f379900a05ced410944353c1d19100390 |
469 | 2023-11-06T20:49:57.794Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
470 | 2023-11-06T20:49:57.805Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json |
471 | 2023-11-06T20:49:57.814Z | + LOCAL_FILE=out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
472 | 2023-11-06T20:49:58.234Z | + main |
473 | 2023-11-06T20:49:58.239Z | + [[ 0 != 0 ]] |
474 | 2023-11-06T20:49:58.244Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json' |
475 | 2023-11-06T20:49:58.250Z | + echo 'Local file: out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json' |
476 | 2023-11-06T20:49:58.258Z | + local DO_DOWNLOAD=true |
477 | 2023-11-06T20:49:58.266Z | + [[ -f out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json ]] |
478 | 2023-11-06T20:49:58.272Z | + mkdir -p out/downloads |
479 | 2023-11-06T20:49:58.277Z | + '[' true == true ']' |
480 | 2023-11-06T20:49:58.282Z | + echo Downloading... |
481 | 2023-11-06T20:49:58.290Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
482 | 2023-11-06T20:49:58.294Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json |
483 | 2023-11-06T20:49:58.299Z | ++ do_sha256sum out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
484 | 2023-11-06T20:49:58.304Z | ++ case "$OSTYPE" in |
485 | 2023-11-06T20:49:58.309Z | ++ SHA=sha256sum |
486 | 2023-11-06T20:49:58.312Z | ++ sha256sum |
487 | 2023-11-06T20:49:58.315Z | ++ awk '{print $1}' |
488 | 2023-11-06T20:49:58.319Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
489 | 2023-11-06T20:49:58.322Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
490 | 2023-11-06T20:49:58.326Z | + set -o errexit |
491 | 2023-11-06T20:49:58.330Z | +++ dirname ./tools/ci_download_dendrite_stub |
492 | 2023-11-06T20:49:58.333Z | ++ cd ./tools |
493 | 2023-11-06T20:49:58.338Z | ++ pwd |
494 | 2023-11-06T20:49:58.341Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
495 | 2023-11-06T20:49:58.345Z | ++ basename ./tools/ci_download_dendrite_stub |
496 | 2023-11-06T20:49:58.349Z | + ARG0=ci_download_dendrite_stub |
497 | 2023-11-06T20:49:58.353Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
498 | 2023-11-06T20:49:58.358Z | ++ CIDL_SHA256_ILLUMOS=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa |
499 | 2023-11-06T20:49:58.362Z | ++ CIDL_SHA256_LINUX_DPD=d7da0aaed4e824a8e98b1a39e9ee41ad934ce38b0faa140ab4e7e2ca8c194e4e |
500 | 2023-11-06T20:49:58.366Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
501 | 2023-11-06T20:49:58.370Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
502 | 2023-11-06T20:49:58.377Z | ++ COMMIT=559fad2f379900a05ced410944353c1d19100390 |
503 | 2023-11-06T20:49:58.384Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
504 | 2023-11-06T20:49:58.397Z | + TARGET_DIR=out |
505 | 2023-11-06T20:49:58.417Z | + DOWNLOAD_DIR=out/downloads |
506 | 2023-11-06T20:49:58.424Z | + DEST_DIR=./out/dendrite-stub |
507 | 2023-11-06T20:49:58.431Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
508 | 2023-11-06T20:49:58.435Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
509 | 2023-11-06T20:49:58.441Z | + REPO=oxidecomputer/dendrite |
510 | 2023-11-06T20:49:58.445Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390 |
511 | 2023-11-06T20:49:58.448Z | + main |
512 | 2023-11-06T20:49:58.453Z | + [[ 0 != 0 ]] |
513 | 2023-11-06T20:49:58.457Z | + CIDL_OS=solaris2.11 |
514 | 2023-11-06T20:49:58.460Z | + [[ 0 != 0 ]] |
515 | 2023-11-06T20:49:58.463Z | + configure_os solaris2.11 |
516 | 2023-11-06T20:49:58.466Z | + echo 'current directory: /work/oxidecomputer/omicron' |
517 | 2023-11-06T20:49:58.468Z | + echo 'configuring based on OS: "solaris2.11"' |
518 | 2023-11-06T20:49:58.471Z | + case "$1" in |
519 | 2023-11-06T20:49:58.473Z | + SET_BINARIES= |
520 | 2023-11-06T20:49:58.476Z | + CIDL_SHA256=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa |
521 | 2023-11-06T20:49:58.478Z | + CIDL_SHA256FUNC=do_sha256sum |
522 | 2023-11-06T20:49:58.481Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
523 | 2023-11-06T20:49:58.483Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz |
524 | 2023-11-06T20:49:58.487Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
525 | 2023-11-06T20:49:58.495Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz' |
526 | 2023-11-06T20:49:58.511Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
527 | 2023-11-06T20:49:58.531Z | + mkdir -p out/downloads |
528 | 2023-11-06T20:49:58.956Z | + mkdir -p ./out/dendrite-stub |
529 | 2023-11-06T20:49:58.972Z | + fetch_and_verify |
530 | 2023-11-06T20:49:58.989Z | + local DO_DOWNLOAD=true |
531 | 2023-11-06T20:49:59.006Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
532 | 2023-11-06T20:49:59.028Z | + '[' true == true ']' |
533 | 2023-11-06T20:49:59.043Z | + echo Downloading... |
534 | 2023-11-06T20:49:59.068Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
535 | 2023-11-06T20:49:59.140Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz |
536 | 2023-11-06T20:50:10.033Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
537 | 2023-11-06T20:50:10.040Z | ++ sha256sum |
538 | 2023-11-06T20:50:10.046Z | ++ awk '{print $1}' |
539 | 2023-11-06T20:50:10.126Z | + calculated_sha256=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa |
540 | 2023-11-06T20:50:10.543Z | + [[ ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa != \c\e\1\4\c\1\f\0\4\8\1\b\1\3\c\e\4\7\a\2\5\3\8\6\a\3\b\1\e\4\9\d\9\5\7\0\f\4\c\1\c\3\1\c\a\d\3\f\1\3\c\1\4\f\7\5\b\1\3\0\d\a\f\a ]] |
541 | 2023-11-06T20:50:10.553Z | + do_untar out/downloads/dendrite-stub.tar.gz |
542 | 2023-11-06T20:50:10.561Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
543 | 2023-11-06T20:50:11.084Z | + do_assemble |
544 | 2023-11-06T20:50:11.088Z | + rm -r ./out/dendrite-stub |
545 | 2023-11-06T20:50:11.092Z | + mkdir ./out/dendrite-stub |
546 | 2023-11-06T20:50:11.095Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
547 | 2023-11-06T20:50:11.225Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
548 | 2023-11-06T20:50:11.235Z | + set -o errexit |
549 | 2023-11-06T20:50:11.239Z | +++ dirname ./tools/ci_download_maghemite_mgd |
550 | 2023-11-06T20:50:11.242Z | ++ cd ./tools |
551 | 2023-11-06T20:50:11.246Z | ++ pwd |
552 | 2023-11-06T20:50:11.251Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
553 | 2023-11-06T20:50:11.256Z | ++ basename ./tools/ci_download_maghemite_mgd |
554 | 2023-11-06T20:50:11.260Z | + ARG0=ci_download_maghemite_mgd |
555 | 2023-11-06T20:50:11.265Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
556 | 2023-11-06T20:50:11.302Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
557 | 2023-11-06T20:50:11.307Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
558 | 2023-11-06T20:50:11.320Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
559 | 2023-11-06T20:50:11.326Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
560 | 2023-11-06T20:50:11.330Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
561 | 2023-11-06T20:50:11.335Z | + TARGET_DIR=out |
562 | 2023-11-06T20:50:11.353Z | + DOWNLOAD_DIR=out/downloads |
563 | 2023-11-06T20:50:11.386Z | + DEST_DIR=./out/mgd |
564 | 2023-11-06T20:50:11.394Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
565 | 2023-11-06T20:50:11.409Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
566 | 2023-11-06T20:50:11.419Z | + REPO=oxidecomputer/maghemite |
567 | 2023-11-06T20:50:11.435Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
568 | 2023-11-06T20:50:11.850Z | + main |
569 | 2023-11-06T20:50:11.859Z | + [[ 0 != 0 ]] |
570 | 2023-11-06T20:50:11.882Z | + CIDL_OS=solaris2.11 |
571 | 2023-11-06T20:50:11.898Z | + [[ 0 != 0 ]] |
572 | 2023-11-06T20:50:11.911Z | + configure_os solaris2.11 |
573 | 2023-11-06T20:50:11.932Z | + echo 'current directory: /work/oxidecomputer/omicron' |
574 | 2023-11-06T20:50:12.352Z | current directory: /work/oxidecomputer/omicron |
575 | 2023-11-06T20:50:12.360Z | + echo 'configuring based on OS: "solaris2.11"' |
576 | 2023-11-06T20:50:12.373Z | configuring based on OS: "solaris2.11" |
577 | 2023-11-06T20:50:12.383Z | + case "$1" in |
578 | 2023-11-06T20:50:12.401Z | + SET_BINARIES= |
579 | 2023-11-06T20:50:12.412Z | + CIDL_SHA256FUNC=do_sha256sum |
580 | 2023-11-06T20:50:12.418Z | + TARBALL_FILENAME=mgd.tar.gz |
581 | 2023-11-06T20:50:12.463Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
582 | 2023-11-06T20:50:12.474Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
583 | 2023-11-06T20:50:12.483Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
584 | 2023-11-06T20:50:12.492Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
585 | 2023-11-06T20:50:12.909Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
586 | 2023-11-06T20:50:12.917Z | Local file: out/downloads/mgd.tar.gz |
587 | 2023-11-06T20:50:12.927Z | + mkdir -p out/downloads |
588 | 2023-11-06T20:50:13.342Z | + mkdir -p ./out/mgd |
589 | 2023-11-06T20:50:13.346Z | + fetch_and_verify |
590 | 2023-11-06T20:50:13.352Z | + local DO_DOWNLOAD=true |
591 | 2023-11-06T20:50:13.361Z | + [[ -f out/downloads/mgd.tar.gz ]] |
592 | 2023-11-06T20:50:13.383Z | + '[' true == true ']' |
593 | 2023-11-06T20:50:13.393Z | + echo Downloading... |
594 | 2023-11-06T20:50:13.402Z | Downloading... |
595 | 2023-11-06T20:50:13.412Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
596 | 2023-11-06T20:50:13.419Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
597 | 2023-11-06T20:50:17.979Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
598 | 2023-11-06T20:50:17.984Z | ++ sha256sum |
599 | 2023-11-06T20:50:17.991Z | ++ awk '{print $1}' |
600 | 2023-11-06T20:50:18.058Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
601 | 2023-11-06T20:50:18.066Z | + [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]] |
602 | 2023-11-06T20:50:18.482Z | + do_untar out/downloads/mgd.tar.gz |
603 | 2023-11-06T20:50:18.488Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
604 | 2023-11-06T20:50:18.773Z | + do_assemble |
605 | 2023-11-06T20:50:18.779Z | + rm -r ./out/mgd |
606 | 2023-11-06T20:50:18.788Z | + mkdir ./out/mgd |
607 | 2023-11-06T20:50:18.794Z | + cp -r out/downloads/root ./out/mgd/root |
608 | 2023-11-06T20:50:18.959Z | + set -o errexit |
609 | 2023-11-06T20:50:18.962Z | +++ dirname ./tools/ci_download_transceiver_control |
610 | 2023-11-06T20:50:18.966Z | ++ cd ./tools |
611 | 2023-11-06T20:50:18.970Z | ++ pwd |
612 | 2023-11-06T20:50:18.973Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
613 | 2023-11-06T20:50:18.977Z | ++ basename ./tools/ci_download_transceiver_control |
614 | 2023-11-06T20:50:18.981Z | + ARG0=ci_download_transceiver_control |
615 | 2023-11-06T20:50:18.984Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
616 | 2023-11-06T20:50:18.988Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
617 | 2023-11-06T20:50:18.995Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
618 | 2023-11-06T20:50:18.999Z | + TARGET_DIR=out |
619 | 2023-11-06T20:50:19.004Z | + DOWNLOAD_DIR=out/downloads |
620 | 2023-11-06T20:50:19.013Z | + DEST_DIR=./out/transceiver-control |
621 | 2023-11-06T20:50:19.020Z | + BIN_DIR=/opt/oxide/bin |
622 | 2023-11-06T20:50:19.025Z | + BINARY=xcvradm |
623 | 2023-11-06T20:50:19.029Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
624 | 2023-11-06T20:50:19.033Z | + REPO=oxidecomputer/transceiver-control |
625 | 2023-11-06T20:50:19.039Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
626 | 2023-11-06T20:50:19.046Z | + main |
627 | 2023-11-06T20:50:19.050Z | + [[ 0 != 0 ]] |
628 | 2023-11-06T20:50:19.054Z | + CIDL_OS=solaris2.11 |
629 | 2023-11-06T20:50:19.057Z | + [[ 0 != 0 ]] |
630 | 2023-11-06T20:50:19.061Z | + configure_os solaris2.11 |
631 | 2023-11-06T20:50:19.064Z | + echo 'current directory: /work/oxidecomputer/omicron' |
632 | 2023-11-06T20:50:19.080Z | current directory: /work/oxidecomputer/omicron |
633 | 2023-11-06T20:50:19.084Z | + echo 'configuring based on OS: "solaris2.11"' |
634 | 2023-11-06T20:50:19.089Z | configuring based on OS: "solaris2.11" |
635 | 2023-11-06T20:50:19.093Z | + case "$1" in |
636 | 2023-11-06T20:50:19.097Z | + SET_BINARIES= |
637 | 2023-11-06T20:50:19.101Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
638 | 2023-11-06T20:50:19.105Z | + CIDL_SHA256FUNC=do_sha256sum |
639 | 2023-11-06T20:50:19.196Z | + ARCHIVE_FILENAME=xcvradm.gz |
640 | 2023-11-06T20:50:19.209Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
641 | 2023-11-06T20:50:19.226Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
642 | 2023-11-06T20:50:19.235Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
643 | 2023-11-06T20:50:19.262Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
644 | 2023-11-06T20:50:19.276Z | + echo 'Local file: out/downloads/xcvradm.gz' |
645 | 2023-11-06T20:50:19.286Z | Local file: out/downloads/xcvradm.gz |
646 | 2023-11-06T20:50:19.294Z | + mkdir -p out/downloads |
647 | 2023-11-06T20:50:19.725Z | + mkdir -p ./out/transceiver-control |
648 | 2023-11-06T20:50:20.385Z | + fetch_and_verify |
649 | 2023-11-06T20:50:20.410Z | + local DO_DOWNLOAD=true |
650 | 2023-11-06T20:50:20.428Z | + [[ -f out/downloads/xcvradm.gz ]] |
651 | 2023-11-06T20:50:20.446Z | + '[' true == true ']' |
652 | 2023-11-06T20:50:20.464Z | + echo Downloading... |
653 | 2023-11-06T20:50:20.476Z | Downloading... |
654 | 2023-11-06T20:50:20.490Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
655 | 2023-11-06T20:50:20.502Z | + 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 |
656 | 2023-11-06T20:50:21.933Z | ++ do_sha256sum out/downloads/xcvradm.gz |
657 | 2023-11-06T20:50:21.954Z | ++ sha256sum |
658 | 2023-11-06T20:50:21.972Z | ++ awk '{print $1}' |
659 | 2023-11-06T20:50:21.992Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
660 | 2023-11-06T20:50:21.999Z | + [[ 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 ]] |
661 | 2023-11-06T20:50:22.016Z | + do_unpack out/downloads/xcvradm.gz |
662 | 2023-11-06T20:50:22.049Z | + mkdir -p out/downloads/root//opt/oxide/bin |
663 | 2023-11-06T20:50:22.063Z | + gzip -dc out/downloads/xcvradm.gz |
664 | 2023-11-06T20:50:22.137Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
665 | 2023-11-06T20:50:22.142Z | + do_assemble |
666 | 2023-11-06T20:50:22.146Z | + rm -r ./out/transceiver-control |
667 | 2023-11-06T20:50:22.150Z | + mkdir ./out/transceiver-control |
668 | 2023-11-06T20:50:22.154Z | + cp -r out/downloads/root ./out/transceiver-control/root |
669 | 2023-11-06T20:50:22.771Z | All prerequisites installed successfully |
670 | 2023-11-06T20:50:22.785Z | |
671 | 2023-11-06T20:50:22.792Z | real 2:10.916408495 |
672 | 2023-11-06T20:50:22.810Z | user 52.902878600 |
673 | 2023-11-06T20:50:22.829Z | sys 10.601615902 |
674 | 2023-11-06T20:50:23.252Z | trap 0.025079627 |
675 | 2023-11-06T20:50:23.275Z | tflt 0.225857790 |
676 | 2023-11-06T20:50:23.286Z | dflt 0.743420533 |
677 | 2023-11-06T20:50:23.296Z | kflt 0.142209312 |
678 | 2023-11-06T20:50:23.711Z | lock 1.549706324 |
679 | 2023-11-06T20:50:24.129Z | slp 4:12.591178119 |
680 | 2023-11-06T20:50:24.965Z | lat 4.169816376 |
681 | 2023-11-06T20:50:24.976Z | stop 0.070748447 |
682 | 2023-11-06T20:50:25.010Z | + banner end-to-end-tests |
683 | 2023-11-06T20:50:25.025Z | |
684 | 2023-11-06T20:50:25.039Z | ###### # # ##### ##### #### ###### # # ##### |
685 | 2023-11-06T20:50:25.061Z | # ## # # # # # # # ## # # # |
686 | 2023-11-06T20:50:25.089Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
687 | 2023-11-06T20:50:25.104Z | # # # # # # # # # # # # # # # |
688 | 2023-11-06T20:50:25.129Z | # # ## # # # # # # # ## # # |
689 | 2023-11-06T20:50:25.136Z | ###### # # ##### # #### ###### # # ##### |
690 | 2023-11-06T20:50:25.143Z | |
691 | 2023-11-06T20:50:25.146Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
692 | 2023-11-06T20:50:25.152Z | + CARGO_PROFILE_DEV_DEBUG=1 |
693 | 2023-11-06T20:50:25.166Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
694 | 2023-11-06T20:50:25.186Z | + CARGO_PROFILE_TEST_DEBUG=1 |
695 | 2023-11-06T20:50:25.605Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
696 | 2023-11-06T20:50:25.619Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
697 | 2023-11-06T20:50:25.626Z | Updating crates.io index |
698 | 2023-11-06T20:50:25.634Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
699 | 2023-11-06T20:50:25.640Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
700 | 2023-11-06T20:50:25.702Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
701 | 2023-11-06T20:50:26.059Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
702 | 2023-11-06T20:50:26.890Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
703 | 2023-11-06T20:50:26.908Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
704 | 2023-11-06T20:50:27.052Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
705 | 2023-11-06T20:50:27.886Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
706 | 2023-11-06T20:50:29.538Z | Updating git repository `https://github.com/oxidecomputer/opte` |
707 | 2023-11-06T20:50:30.911Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
708 | 2023-11-06T20:50:31.729Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
709 | 2023-11-06T20:50:31.732Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
710 | 2023-11-06T20:50:31.812Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
711 | 2023-11-06T20:50:32.169Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
712 | 2023-11-06T20:50:32.694Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
713 | 2023-11-06T20:50:33.006Z | Updating git repository `https://github.com/njaremko/samael` |
714 | 2023-11-06T20:50:33.595Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
715 | 2023-11-06T20:50:35.140Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
716 | 2023-11-06T20:50:35.591Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
717 | 2023-11-06T20:50:35.925Z | Updating git repository `https://github.com/jgallagher/nix` |
718 | 2023-11-06T20:50:37.196Z | Updating git repository `https://github.com/cbiffle/hubpack` |
719 | 2023-11-06T20:50:37.553Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
720 | 2023-11-06T20:50:47.577Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
721 | 2023-11-06T20:50:47.639Z | Updating git repository `https://github.com/oxidecomputer/typify` |
722 | 2023-11-06T20:50:48.631Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
723 | 2023-11-06T20:50:49.011Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
724 | 2023-11-06T20:50:49.345Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
725 | 2023-11-06T20:50:50.970Z | Downloading crates ... |
726 | 2023-11-06T20:50:51.171Z | Downloaded block-padding v0.3.3 |
727 | 2023-11-06T20:50:51.201Z | Downloaded cfg-if v0.1.10 |
728 | 2023-11-06T20:50:51.209Z | Downloaded ciborium-io v0.2.1 |
729 | 2023-11-06T20:50:51.216Z | Downloaded bzip2 v0.4.4 |
730 | 2023-11-06T20:50:51.222Z | Downloaded colorchoice v1.0.0 |
731 | 2023-11-06T20:50:51.227Z | Downloaded omicron-zone-package v0.8.3 |
732 | 2023-11-06T20:50:51.236Z | Downloaded atomicwrites v0.4.2 |
733 | 2023-11-06T20:50:51.242Z | Downloaded proc-macro-error-attr v1.0.4 |
734 | 2023-11-06T20:50:51.246Z | Downloaded pretty-hex v0.3.0 |
735 | 2023-11-06T20:50:51.251Z | Downloaded convert_case v0.4.0 |
736 | 2023-11-06T20:50:51.255Z | Downloaded async-stream-impl v0.3.5 |
737 | 2023-11-06T20:50:51.259Z | Downloaded pest_generator v2.7.2 |
738 | 2023-11-06T20:50:51.267Z | Downloaded cstr-argument v0.1.2 |
739 | 2023-11-06T20:50:51.271Z | Downloaded bitstruct_derive v0.1.0 |
740 | 2023-11-06T20:50:51.275Z | Downloaded openssl-probe v0.1.5 |
741 | 2023-11-06T20:50:51.278Z | Downloaded match_cfg v0.1.0 |
742 | 2023-11-06T20:50:51.281Z | Downloaded diesel_table_macro_syntax v0.1.0 |
743 | 2023-11-06T20:50:51.285Z | Downloaded anstyle-query v1.0.0 |
744 | 2023-11-06T20:50:51.289Z | Downloaded num-derive v0.4.0 |
745 | 2023-11-06T20:50:51.296Z | Downloaded precomputed-hash v0.1.1 |
746 | 2023-11-06T20:50:51.300Z | Downloaded num_enum v0.7.0 |
747 | 2023-11-06T20:50:51.317Z | Downloaded num-integer v0.1.45 |
748 | 2023-11-06T20:50:51.323Z | Downloaded pem v1.1.1 |
749 | 2023-11-06T20:50:51.326Z | Downloaded cbc v0.1.2 |
750 | 2023-11-06T20:50:51.331Z | Downloaded postgres-types v0.2.6 |
751 | 2023-11-06T20:50:51.340Z | Downloaded colored v2.0.4 |
752 | 2023-11-06T20:50:51.343Z | Downloaded const_format_proc_macros v0.2.31 |
753 | 2023-11-06T20:50:51.354Z | Downloaded num_enum_derive v0.5.11 |
754 | 2023-11-06T20:50:51.370Z | Downloaded subtle v2.5.0 |
755 | 2023-11-06T20:50:51.392Z | Downloaded lazy_static v1.4.0 |
756 | 2023-11-06T20:50:51.406Z | Downloaded foreign-types-shared v0.3.1 |
757 | 2023-11-06T20:50:51.414Z | Downloaded anstyle-parse v0.2.1 |
758 | 2023-11-06T20:50:51.423Z | Downloaded dtrace-parser v0.1.14 |
759 | 2023-11-06T20:50:51.444Z | Downloaded managed v0.8.0 |
760 | 2023-11-06T20:50:51.464Z | Downloaded once_cell v1.18.0 |
761 | 2023-11-06T20:50:51.477Z | Downloaded http-range v0.1.5 |
762 | 2023-11-06T20:50:51.485Z | Downloaded headers-core v0.2.0 |
763 | 2023-11-06T20:50:51.491Z | Downloaded const-oid v0.9.5 |
764 | 2023-11-06T20:50:51.499Z | Downloaded pin-project-lite v0.2.13 |
765 | 2023-11-06T20:50:51.505Z | Downloaded platforms v3.0.2 |
766 | 2023-11-06T20:50:51.511Z | Downloaded filetime v0.2.22 |
767 | 2023-11-06T20:50:51.517Z | Downloaded hubpack_derive v0.1.1 |
768 | 2023-11-06T20:50:51.521Z | Downloaded fxhash v0.2.1 |
769 | 2023-11-06T20:50:51.524Z | Downloaded foreign-types-shared v0.1.1 |
770 | 2023-11-06T20:50:51.528Z | Downloaded addr2line v0.21.0 |
771 | 2023-11-06T20:50:51.532Z | Downloaded spin v0.5.2 |
772 | 2023-11-06T20:50:51.538Z | Downloaded zerocopy v0.3.0 |
773 | 2023-11-06T20:50:51.543Z | Downloaded clap v4.4.3 |
774 | 2023-11-06T20:50:51.551Z | Downloaded http-body v0.4.5 |
775 | 2023-11-06T20:50:51.558Z | Downloaded quick-error v1.2.3 |
776 | 2023-11-06T20:50:51.567Z | Downloaded lalrpop-util v0.19.12 |
777 | 2023-11-06T20:50:51.572Z | Downloaded diesel_derives v2.1.1 |
778 | 2023-11-06T20:50:51.577Z | Downloaded glob v0.3.1 |
779 | 2023-11-06T20:50:51.650Z | Downloaded erased-serde v0.3.30 |
780 | 2023-11-06T20:50:51.655Z | Downloaded float-cmp v0.9.0 |
781 | 2023-11-06T20:50:51.660Z | Downloaded rustfmt-wrapper v0.2.0 |
782 | 2023-11-06T20:50:51.663Z | Downloaded ident_case v1.0.1 |
783 | 2023-11-06T20:50:51.667Z | Downloaded slog-async v2.8.0 |
784 | 2023-11-06T20:50:51.671Z | Downloaded tap v1.0.1 |
785 | 2023-11-06T20:50:51.674Z | Downloaded want v0.3.1 |
786 | 2023-11-06T20:50:51.678Z | Downloaded time-core v0.1.1 |
787 | 2023-11-06T20:50:51.681Z | Downloaded slog-json v2.6.1 |
788 | 2023-11-06T20:50:51.685Z | Downloaded group v0.13.0 |
789 | 2023-11-06T20:50:51.688Z | Downloaded tempfile v3.8.0 |
790 | 2023-11-06T20:50:51.691Z | Downloaded endian-type v0.1.2 |
791 | 2023-11-06T20:50:51.694Z | Downloaded equivalent v1.0.1 |
792 | 2023-11-06T20:50:51.697Z | Downloaded inout v0.1.3 |
793 | 2023-11-06T20:50:51.701Z | Downloaded serde_derive_internals v0.26.0 |
794 | 2023-11-06T20:50:51.705Z | Downloaded tokio-postgres v0.7.10 |
795 | 2023-11-06T20:50:51.708Z | Downloaded opaque-debug v0.3.0 |
796 | 2023-11-06T20:50:51.711Z | Downloaded dirs-sys-next v0.1.2 |
797 | 2023-11-06T20:50:51.714Z | Downloaded foreign-types-macros v0.2.3 |
798 | 2023-11-06T20:50:51.718Z | Downloaded ed25519 v2.2.2 |
799 | 2023-11-06T20:50:51.721Z | Downloaded unicode-xid v0.2.4 |
800 | 2023-11-06T20:50:51.725Z | Downloaded usdt-macro v0.3.5 |
801 | 2023-11-06T20:50:51.728Z | Downloaded hyper-tls v0.5.0 |
802 | 2023-11-06T20:50:51.731Z | Downloaded dyn-clone v1.0.13 |
803 | 2023-11-06T20:50:51.734Z | Downloaded dirs-sys v0.4.1 |
804 | 2023-11-06T20:50:51.739Z | Downloaded tinyvec_macros v0.1.1 |
805 | 2023-11-06T20:50:51.743Z | Downloaded fallible-iterator v0.2.0 |
806 | 2023-11-06T20:50:51.747Z | Downloaded socket2 v0.4.9 |
807 | 2023-11-06T20:50:51.754Z | Downloaded hex-literal v0.4.1 |
808 | 2023-11-06T20:50:51.757Z | Downloaded predicates v3.0.4 |
809 | 2023-11-06T20:50:51.763Z | Downloaded time-macros v0.2.13 |
810 | 2023-11-06T20:50:51.767Z | Downloaded fallible-streaming-iterator v0.1.9 |
811 | 2023-11-06T20:50:51.770Z | Downloaded is-terminal v0.4.9 |
812 | 2023-11-06T20:50:51.773Z | Downloaded try-lock v0.2.4 |
813 | 2023-11-06T20:50:51.777Z | Downloaded spki v0.7.2 |
814 | 2023-11-06T20:50:51.780Z | Downloaded russh-keys v0.38.0 |
815 | 2023-11-06T20:50:51.783Z | Downloaded siphasher v0.3.11 |
816 | 2023-11-06T20:50:51.787Z | Downloaded polyval v0.6.1 |
817 | 2023-11-06T20:50:51.790Z | Downloaded digest v0.10.7 |
818 | 2023-11-06T20:50:51.794Z | Downloaded sha1 v0.10.5 |
819 | 2023-11-06T20:50:51.797Z | Downloaded yasna v0.5.2 |
820 | 2023-11-06T20:50:51.804Z | Downloaded waitgroup v0.1.2 |
821 | 2023-11-06T20:50:51.811Z | Downloaded foreign-types v0.3.2 |
822 | 2023-11-06T20:50:51.818Z | Downloaded utf-8 v0.7.6 |
823 | 2023-11-06T20:50:51.822Z | Downloaded fastrand v2.0.0 |
824 | 2023-11-06T20:50:51.829Z | Downloaded sha2 v0.10.8 |
825 | 2023-11-06T20:50:51.833Z | Downloaded utf8parse v0.2.1 |
826 | 2023-11-06T20:50:51.838Z | Downloaded env_logger v0.9.3 |
827 | 2023-11-06T20:50:51.848Z | Downloaded scopeguard v1.2.0 |
828 | 2023-11-06T20:50:51.856Z | Downloaded signature v2.1.0 |
829 | 2023-11-06T20:50:51.868Z | Downloaded unicode-bidi v0.3.13 |
830 | 2023-11-06T20:50:51.879Z | Downloaded jobserver v0.1.26 |
831 | 2023-11-06T20:50:52.311Z | Downloaded futures-task v0.3.29 |
832 | 2023-11-06T20:50:52.319Z | Downloaded strsim v0.10.0 |
833 | 2023-11-06T20:50:52.327Z | Downloaded home v0.5.5 |
834 | 2023-11-06T20:50:52.337Z | Downloaded tower-service v0.3.2 |
835 | 2023-11-06T20:50:52.763Z | Downloaded unicode-width v0.1.11 |
836 | 2023-11-06T20:50:52.771Z | Downloaded textwrap v0.11.0 |
837 | 2023-11-06T20:50:52.773Z | Downloaded thiserror-impl v1.0.49 |
838 | 2023-11-06T20:50:52.776Z | Downloaded usdt v0.3.5 |
839 | 2023-11-06T20:50:52.779Z | Downloaded tracing-core v0.1.31 |
840 | 2023-11-06T20:50:52.781Z | Downloaded unsafe-libyaml v0.2.9 |
841 | 2023-11-06T20:50:52.784Z | Downloaded take_mut v0.2.2 |
842 | 2023-11-06T20:50:52.787Z | Downloaded fixedbitset v0.4.2 |
843 | 2023-11-06T20:50:52.790Z | Downloaded serde_urlencoded v0.7.1 |
844 | 2023-11-06T20:50:52.793Z | Downloaded twox-hash v1.6.3 |
845 | 2023-11-06T20:50:52.796Z | Downloaded indexmap v1.9.3 |
846 | 2023-11-06T20:50:52.803Z | Downloaded wyz v0.5.1 |
847 | 2023-11-06T20:50:52.813Z | Downloaded version_check v0.9.4 |
848 | 2023-11-06T20:50:52.829Z | Downloaded toolchain_find v0.2.0 |
849 | 2023-11-06T20:50:52.841Z | Downloaded instant v0.1.12 |
850 | 2023-11-06T20:50:52.849Z | Downloaded russh-cryptovec v0.7.0 |
851 | 2023-11-06T20:50:52.853Z | Downloaded stable_deref_trait v1.2.0 |
852 | 2023-11-06T20:50:52.856Z | Downloaded smf v0.2.2 |
853 | 2023-11-06T20:50:52.859Z | Downloaded string_cache v0.8.7 |
854 | 2023-11-06T20:50:52.861Z | Downloaded static_assertions v1.1.0 |
855 | 2023-11-06T20:50:52.864Z | Downloaded radium v0.7.0 |
856 | 2023-11-06T20:50:52.866Z | Downloaded structopt v0.3.26 |
857 | 2023-11-06T20:50:52.869Z | Downloaded thread-id v4.2.0 |
858 | 2023-11-06T20:50:52.872Z | Downloaded thiserror-impl-no-std v2.0.2 |
859 | 2023-11-06T20:50:52.874Z | Downloaded funty v2.0.0 |
860 | 2023-11-06T20:50:52.877Z | Downloaded hashlink v0.8.3 |
861 | 2023-11-06T20:50:52.890Z | Downloaded rustc_version v0.4.0 |
862 | 2023-11-06T20:50:52.898Z | Downloaded zone_cfg_derive v0.2.0 |
863 | 2023-11-06T20:50:52.906Z | Downloaded scheduled-thread-pool v0.2.7 |
864 | 2023-11-06T20:50:52.908Z | Downloaded vergen v8.2.4 |
865 | 2023-11-06T20:50:52.911Z | Downloaded serde_derive v1.0.188 |
866 | 2023-11-06T20:50:52.914Z | Downloaded hubpack v0.1.2 |
867 | 2023-11-06T20:50:52.920Z | Downloaded slog-dtrace v0.2.3 |
868 | 2023-11-06T20:50:52.922Z | Downloaded futures-io v0.3.29 |
869 | 2023-11-06T20:50:52.925Z | Downloaded rand_core v0.5.1 |
870 | 2023-11-06T20:50:52.928Z | Downloaded dirs-next v2.0.0 |
871 | 2023-11-06T20:50:52.936Z | Downloaded elliptic-curve v0.13.5 |
872 | 2023-11-06T20:50:53.347Z | Downloaded keccak v0.1.4 |
873 | 2023-11-06T20:50:53.353Z | Downloaded usdt-impl v0.3.5 |
874 | 2023-11-06T20:50:53.363Z | Downloaded iana-time-zone v0.1.57 |
875 | 2023-11-06T20:50:53.373Z | Downloaded postcard v0.7.3 |
876 | 2023-11-06T20:50:53.391Z | Downloaded time v0.3.27 |
877 | 2023-11-06T20:50:53.401Z | Downloaded spin v0.9.8 |
878 | 2023-11-06T20:50:53.408Z | Downloaded heck v0.3.3 |
879 | 2023-11-06T20:50:53.416Z | Downloaded russh v0.38.0 |
880 | 2023-11-06T20:50:53.424Z | Downloaded tracing v0.1.37 |
881 | 2023-11-06T20:50:53.430Z | Downloaded futures-macro v0.3.29 |
882 | 2023-11-06T20:50:53.436Z | Downloaded io-lifetimes v1.0.11 |
883 | 2023-11-06T20:50:53.862Z | Downloaded headers v0.3.9 |
884 | 2023-11-06T20:50:53.875Z | Downloaded futures-core v0.3.29 |
885 | 2023-11-06T20:50:54.286Z | Downloaded unicode-normalization v0.1.22 |
886 | 2023-11-06T20:50:54.289Z | Downloaded postgres-protocol v0.6.6 |
887 | 2023-11-06T20:50:54.291Z | Downloaded slog-bunyan v2.4.0 |
888 | 2023-11-06T20:50:54.295Z | Downloaded tungstenite v0.18.0 |
889 | 2023-11-06T20:50:54.298Z | Downloaded pest v2.7.2 |
890 | 2023-11-06T20:50:54.301Z | Downloaded humantime v2.1.0 |
891 | 2023-11-06T20:50:54.304Z | Downloaded slog v2.7.0 |
892 | 2023-11-06T20:50:54.308Z | Downloaded socket2 v0.5.4 |
893 | 2023-11-06T20:50:54.312Z | Downloaded aho-corasick v1.0.4 |
894 | 2023-11-06T20:50:54.316Z | Downloaded itertools v0.11.0 |
895 | 2023-11-06T20:50:54.320Z | Downloaded heapless v0.7.16 |
896 | 2023-11-06T20:50:54.324Z | Downloaded flate2 v1.0.28 |
897 | 2023-11-06T20:50:54.331Z | Downloaded http v0.2.9 |
898 | 2023-11-06T20:50:54.335Z | Downloaded hashbrown v0.14.2 |
899 | 2023-11-06T20:50:54.360Z | Downloaded hashbrown v0.13.2 |
900 | 2023-11-06T20:50:54.364Z | Downloaded serde_with v2.3.3 |
901 | 2023-11-06T20:50:54.368Z | Downloaded petgraph v0.6.4 |
902 | 2023-11-06T20:50:54.380Z | Downloaded rand v0.8.5 |
903 | 2023-11-06T20:50:54.385Z | Downloaded rustls-webpki v0.101.7 |
904 | 2023-11-06T20:50:54.392Z | Downloaded ed25519-dalek v2.0.0 |
905 | 2023-11-06T20:50:54.399Z | Downloaded git2 v0.17.2 |
906 | 2023-11-06T20:50:54.417Z | Downloaded hashbrown v0.12.3 |
907 | 2023-11-06T20:50:54.423Z | Downloaded serde_json v1.0.108 |
908 | 2023-11-06T20:50:54.436Z | Downloaded tokio-util v0.7.10 |
909 | 2023-11-06T20:50:54.452Z | Downloaded openssl v0.10.57 |
910 | 2023-11-06T20:50:54.870Z | Downloaded reqwest v0.11.20 |
911 | 2023-11-06T20:50:54.876Z | Downloaded idna v0.2.3 |
912 | 2023-11-06T20:50:54.886Z | Downloaded idna v0.4.0 |
913 | 2023-11-06T20:50:54.890Z | Downloaded regex-automata v0.1.10 |
914 | 2023-11-06T20:50:54.896Z | Downloaded diesel v2.1.3 |
915 | 2023-11-06T20:50:54.901Z | Downloaded webpki-roots v0.25.2 |
916 | 2023-11-06T20:50:54.905Z | Downloaded rustls v0.21.8 |
917 | 2023-11-06T20:50:54.910Z | Downloaded hyper v0.14.27 |
918 | 2023-11-06T20:50:54.916Z | Downloaded futures-util v0.3.29 |
919 | 2023-11-06T20:50:54.921Z | Downloaded rustix v0.37.23 |
920 | 2023-11-06T20:50:54.926Z | Downloaded sled v0.34.7 |
921 | 2023-11-06T20:50:54.931Z | Downloaded radix_trie v0.2.1 |
922 | 2023-11-06T20:50:54.946Z | Downloaded zerocopy-derive v0.2.0 |
923 | 2023-11-06T20:50:54.958Z | Downloaded regex-automata v0.4.3 |
924 | 2023-11-06T20:50:54.968Z | Downloaded vcpkg v0.2.15 |
925 | 2023-11-06T20:50:54.976Z | Downloaded smoltcp v0.8.2 |
926 | 2023-11-06T20:50:54.984Z | Downloaded bstr v0.2.17 |
927 | 2023-11-06T20:50:54.987Z | Downloaded regress v0.7.1 |
928 | 2023-11-06T20:50:54.989Z | Downloaded winapi v0.3.9 |
929 | 2023-11-06T20:50:54.992Z | Downloaded bstr v1.6.0 |
930 | 2023-11-06T20:50:54.995Z | Downloaded trust-dns-proto v0.22.0 |
931 | 2023-11-06T20:50:54.998Z | Downloaded regex-syntax v0.7.5 |
932 | 2023-11-06T20:50:55.011Z | Downloaded regex-syntax v0.8.2 |
933 | 2023-11-06T20:50:55.013Z | Downloaded encoding_rs v0.8.33 |
934 | 2023-11-06T20:50:55.016Z | Downloaded openapiv3 v1.0.3 |
935 | 2023-11-06T20:50:55.019Z | Downloaded regex v1.10.2 |
936 | 2023-11-06T20:50:55.022Z | Downloaded rustix v0.38.9 |
937 | 2023-11-06T20:50:55.025Z | Downloaded regex-syntax v0.6.29 |
938 | 2023-11-06T20:50:55.027Z | Downloaded zerocopy-derive v0.6.4 |
939 | 2023-11-06T20:50:55.031Z | Downloaded clap v2.34.0 |
940 | 2023-11-06T20:50:55.034Z | Downloaded h2 v0.3.21 |
941 | 2023-11-06T20:50:55.037Z | Downloaded hkdf v0.12.3 |
942 | 2023-11-06T20:50:55.041Z | Downloaded smoltcp v0.9.1 |
943 | 2023-11-06T20:50:55.044Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
944 | 2023-11-06T20:50:55.050Z | Downloaded syn v2.0.32 |
945 | 2023-11-06T20:50:55.053Z | Downloaded gimli v0.28.0 |
946 | 2023-11-06T20:50:55.056Z | Downloaded curve25519-dalek v4.1.0 |
947 | 2023-11-06T20:50:55.060Z | Downloaded object v0.32.1 |
948 | 2023-11-06T20:50:55.062Z | Downloaded regex-automata v0.3.8 |
949 | 2023-11-06T20:50:55.066Z | Downloaded libc v0.2.149 |
950 | 2023-11-06T20:50:55.080Z | Downloaded chrono v0.4.31 |
951 | 2023-11-06T20:50:55.089Z | Downloaded tokio v1.33.0 |
952 | 2023-11-06T20:50:55.096Z | Downloaded winnow v0.5.15 |
953 | 2023-11-06T20:50:55.141Z | Downloaded nix v0.26.2 |
954 | 2023-11-06T20:50:55.154Z | Downloaded rand v0.7.3 |
955 | 2023-11-06T20:50:55.187Z | Downloaded sha3 v0.10.8 |
956 | 2023-11-06T20:50:55.202Z | Downloaded syn v1.0.109 |
957 | 2023-11-06T20:50:55.207Z | Downloaded bitvec v1.0.1 |
958 | 2023-11-06T20:50:55.213Z | Downloaded clap_builder v4.4.2 |
959 | 2023-11-06T20:50:55.217Z | Downloaded tungstenite v0.20.1 |
960 | 2023-11-06T20:50:55.225Z | Downloaded trust-dns-resolver v0.22.0 |
961 | 2023-11-06T20:50:55.246Z | Downloaded itertools v0.10.5 |
962 | 2023-11-06T20:50:55.251Z | Downloaded aes-gcm v0.10.3 |
963 | 2023-11-06T20:50:55.256Z | Downloaded zerocopy v0.6.4 |
964 | 2023-11-06T20:50:55.264Z | Downloaded libm v0.2.7 |
965 | 2023-11-06T20:50:55.271Z | Downloaded rusqlite v0.29.0 |
966 | 2023-11-06T20:50:55.282Z | Downloaded semver v1.0.20 |
967 | 2023-11-06T20:50:55.291Z | Downloaded typenum v1.16.0 |
968 | 2023-11-06T20:50:55.298Z | Downloaded schemars v0.8.13 |
969 | 2023-11-06T20:50:55.303Z | Downloaded unicode-segmentation v1.10.1 |
970 | 2023-11-06T20:50:55.317Z | Downloaded toml_edit v0.20.7 |
971 | 2023-11-06T20:50:55.324Z | Downloaded structmeta-derive v0.1.6 |
972 | 2023-11-06T20:50:55.332Z | Downloaded toml_edit v0.19.15 |
973 | 2023-11-06T20:50:55.344Z | Downloaded trust-dns-server v0.22.1 |
974 | 2023-11-06T20:50:55.352Z | Downloaded uuid v1.4.1 |
975 | 2023-11-06T20:50:55.362Z | Downloaded ron v0.7.1 |
976 | 2023-11-06T20:50:55.371Z | Downloaded toml v0.7.8 |
977 | 2023-11-06T20:50:55.380Z | Downloaded toml v0.5.11 |
978 | 2023-11-06T20:50:55.400Z | Downloaded similar v2.2.1 |
979 | 2023-11-06T20:50:55.412Z | Downloaded toml v0.8.6 |
980 | 2023-11-06T20:50:55.426Z | Downloaded sct v0.7.0 |
981 | 2023-11-06T20:50:55.434Z | Downloaded ryu v1.0.15 |
982 | 2023-11-06T20:50:55.440Z | Downloaded serde v1.0.188 |
983 | 2023-11-06T20:50:55.449Z | Downloaded httpdate v1.0.3 |
984 | 2023-11-06T20:50:55.455Z | Downloaded heck v0.4.1 |
985 | 2023-11-06T20:50:55.461Z | Downloaded signal-hook-registry v1.4.1 |
986 | 2023-11-06T20:50:55.477Z | Downloaded untrusted v0.7.1 |
987 | 2023-11-06T20:50:55.484Z | Downloaded unicase v2.7.0 |
988 | 2023-11-06T20:50:55.491Z | Downloaded stringprep v0.1.3 |
989 | 2023-11-06T20:50:55.501Z | Downloaded rustls-native-certs v0.6.3 |
990 | 2023-11-06T20:50:55.513Z | Downloaded futures-channel v0.3.29 |
991 | 2023-11-06T20:50:55.523Z | Downloaded getrandom v0.2.10 |
992 | 2023-11-06T20:50:55.528Z | Downloaded aes v0.8.3 |
993 | 2023-11-06T20:50:55.532Z | Downloaded slab v0.4.9 |
994 | 2023-11-06T20:50:55.538Z | Downloaded schemars_derive v0.8.13 |
995 | 2023-11-06T20:50:55.557Z | Downloaded thread_local v1.1.7 |
996 | 2023-11-06T20:50:55.565Z | Downloaded slog-envlogger v2.2.0 |
997 | 2023-11-06T20:50:55.573Z | Downloaded slog-term v2.9.0 |
998 | 2023-11-06T20:50:55.588Z | Downloaded term v0.7.0 |
999 | 2023-11-06T20:50:55.592Z | Downloaded serde_yaml v0.9.25 |
1000 | 2023-11-06T20:50:55.598Z | Downloaded trust-dns-client v0.22.0 |
1001 | 2023-11-06T20:50:55.603Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1002 | 2023-11-06T20:50:55.611Z | Downloaded mio v0.8.8 |
1003 | 2023-11-06T20:50:55.617Z | Downloaded serde_spanned v0.6.4 |
1004 | 2023-11-06T20:50:55.624Z | Downloaded semver v0.11.0 |
1005 | 2023-11-06T20:50:55.631Z | Downloaded secrecy v0.8.0 |
1006 | 2023-11-06T20:50:55.637Z | Downloaded tokio-tungstenite v0.18.0 |
1007 | 2023-11-06T20:50:55.643Z | Downloaded tokio-stream v0.1.14 |
1008 | 2023-11-06T20:50:55.647Z | Downloaded ucd-trie v0.1.6 |
1009 | 2023-11-06T20:50:55.658Z | Downloaded slog-stdlog v4.1.1 |
1010 | 2023-11-06T20:50:55.668Z | Downloaded same-file v1.0.6 |
1011 | 2023-11-06T20:50:55.682Z | Downloaded strsim v0.8.0 |
1012 | 2023-11-06T20:50:55.694Z | Downloaded rand_chacha v0.2.2 |
1013 | 2023-11-06T20:50:55.707Z | Downloaded httparse v1.8.0 |
1014 | 2023-11-06T20:50:55.721Z | Downloaded serde_path_to_error v0.1.14 |
1015 | 2023-11-06T20:50:55.732Z | Downloaded indexmap v2.1.0 |
1016 | 2023-11-06T20:50:55.739Z | Downloaded getrandom v0.1.16 |
1017 | 2023-11-06T20:50:55.743Z | Downloaded tinyvec v1.6.0 |
1018 | 2023-11-06T20:50:55.746Z | Downloaded serde_tokenstream v0.2.0 |
1019 | 2023-11-06T20:50:55.753Z | Downloaded fnv v1.0.7 |
1020 | 2023-11-06T20:50:55.757Z | Downloaded thiserror v1.0.49 |
1021 | 2023-11-06T20:50:55.793Z | Downloaded crypto-bigint v0.5.2 |
1022 | 2023-11-06T20:50:55.799Z | Downloaded memchr v2.6.3 |
1023 | 2023-11-06T20:50:55.802Z | Downloaded rustversion v1.0.14 |
1024 | 2023-11-06T20:50:55.807Z | Downloaded hex v0.4.3 |
1025 | 2023-11-06T20:50:55.815Z | Downloaded serde_with_macros v2.3.3 |
1026 | 2023-11-06T20:50:55.839Z | Downloaded hmac v0.12.1 |
1027 | 2023-11-06T20:50:55.852Z | Downloaded url v2.4.1 |
1028 | 2023-11-06T20:50:55.858Z | Downloaded toml_datetime v0.6.5 |
1029 | 2023-11-06T20:50:55.869Z | Downloaded tokio-rustls v0.24.1 |
1030 | 2023-11-06T20:50:55.877Z | Downloaded ipnet v2.8.0 |
1031 | 2023-11-06T20:50:55.881Z | Downloaded unicode-ident v1.0.12 |
1032 | 2023-11-06T20:50:55.885Z | Downloaded subprocess v0.2.9 |
1033 | 2023-11-06T20:50:55.890Z | Downloaded cc v1.0.83 |
1034 | 2023-11-06T20:50:55.906Z | Downloaded const_format v0.2.31 |
1035 | 2023-11-06T20:50:55.910Z | Downloaded rustls-pemfile v1.0.3 |
1036 | 2023-11-06T20:50:55.916Z | Downloaded tokio-tungstenite v0.20.1 |
1037 | 2023-11-06T20:50:55.926Z | Downloaded half v1.8.2 |
1038 | 2023-11-06T20:50:55.938Z | Downloaded backtrace v0.3.69 |
1039 | 2023-11-06T20:50:56.354Z | Downloaded der v0.7.8 |
1040 | 2023-11-06T20:50:56.376Z | Downloaded itoa v1.0.9 |
1041 | 2023-11-06T20:50:56.385Z | Downloaded structmeta-derive v0.2.0 |
1042 | 2023-11-06T20:50:56.398Z | Downloaded slog-scope v4.4.0 |
1043 | 2023-11-06T20:50:56.422Z | Downloaded enum-as-inner v0.5.1 |
1044 | 2023-11-06T20:50:56.428Z | Downloaded either v1.9.0 |
1045 | 2023-11-06T20:50:56.434Z | Downloaded structmeta v0.2.0 |
1046 | 2023-11-06T20:50:56.442Z | Downloaded vsss-rs v3.3.1 |
1047 | 2023-11-06T20:50:56.451Z | Downloaded crossbeam-channel v0.5.8 |
1048 | 2023-11-06T20:50:56.460Z | Downloaded serde_arrays v0.1.0 |
1049 | 2023-11-06T20:50:56.473Z | Downloaded ppv-lite86 v0.2.17 |
1050 | 2023-11-06T20:50:56.488Z | Downloaded bytes v1.5.0 |
1051 | 2023-11-06T20:50:56.498Z | Downloaded base64 v0.21.5 |
1052 | 2023-11-06T20:50:56.505Z | Downloaded rcgen v0.11.3 |
1053 | 2023-11-06T20:50:56.522Z | Downloaded futures v0.3.29 |
1054 | 2023-11-06T20:50:56.528Z | Downloaded serde_tokenstream v0.1.7 |
1055 | 2023-11-06T20:50:56.534Z | Downloaded generic-array v0.14.7 |
1056 | 2023-11-06T20:50:56.543Z | Downloaded zip v0.6.6 |
1057 | 2023-11-06T20:50:56.550Z | Downloaded synstructure v0.12.6 |
1058 | 2023-11-06T20:50:56.555Z | Downloaded smallvec v1.11.0 |
1059 | 2023-11-06T20:50:56.564Z | Downloaded derive_more v0.99.17 |
1060 | 2023-11-06T20:50:56.586Z | Downloaded hyper-staticfile v0.9.5 |
1061 | 2023-11-06T20:50:56.594Z | Downloaded base64 v0.13.1 |
1062 | 2023-11-06T20:50:56.597Z | Downloaded semver-parser v0.10.2 |
1063 | 2023-11-06T20:50:56.600Z | Downloaded rustc-demangle v0.1.23 |
1064 | 2023-11-06T20:50:56.603Z | Downloaded ff v0.13.0 |
1065 | 2023-11-06T20:50:56.606Z | Downloaded xattr v1.0.1 |
1066 | 2023-11-06T20:50:56.610Z | Downloaded walkdir v2.4.0 |
1067 | 2023-11-06T20:50:56.613Z | Downloaded serde_repr v0.1.16 |
1068 | 2023-11-06T20:50:56.616Z | Downloaded ipnetwork v0.20.0 |
1069 | 2023-11-06T20:50:56.619Z | Downloaded quote v1.0.33 |
1070 | 2023-11-06T20:50:56.622Z | Downloaded num-traits v0.2.16 |
1071 | 2023-11-06T20:50:56.625Z | Downloaded darling_core v0.20.3 |
1072 | 2023-11-06T20:50:56.628Z | Downloaded miniz_oxide v0.7.1 |
1073 | 2023-11-06T20:50:56.631Z | Downloaded ghash v0.5.0 |
1074 | 2023-11-06T20:50:56.633Z | Downloaded getopts v0.2.21 |
1075 | 2023-11-06T20:50:56.637Z | Downloaded zeroize_derive v1.4.2 |
1076 | 2023-11-06T20:50:56.640Z | Downloaded zeroize v1.6.0 |
1077 | 2023-11-06T20:50:56.643Z | Downloaded lock_api v0.4.10 |
1078 | 2023-11-06T20:50:56.645Z | Downloaded arc-swap v1.6.0 |
1079 | 2023-11-06T20:50:56.648Z | Downloaded difflib v0.4.0 |
1080 | 2023-11-06T20:50:56.651Z | Downloaded usdt-attr-macro v0.3.5 |
1081 | 2023-11-06T20:50:56.654Z | Downloaded universal-hash v0.5.1 |
1082 | 2023-11-06T20:50:56.657Z | Downloaded tracing-attributes v0.1.26 |
1083 | 2023-11-06T20:50:56.660Z | Downloaded allocator-api2 v0.2.16 |
1084 | 2023-11-06T20:50:56.662Z | Downloaded cancel-safe-futures v0.1.5 |
1085 | 2023-11-06T20:50:56.665Z | Downloaded blake2 v0.10.6 |
1086 | 2023-11-06T20:50:56.669Z | Downloaded camino v1.1.6 |
1087 | 2023-11-06T20:50:56.672Z | Downloaded strum_macros v0.25.2 |
1088 | 2023-11-06T20:50:56.675Z | Downloaded structmeta v0.1.6 |
1089 | 2023-11-06T20:50:56.678Z | Downloaded pest_meta v2.7.2 |
1090 | 2023-11-06T20:50:56.681Z | Downloaded dof v0.1.5 |
1091 | 2023-11-06T20:50:56.684Z | Downloaded zone v0.2.0 |
1092 | 2023-11-06T20:50:56.688Z | Downloaded futures-executor v0.3.29 |
1093 | 2023-11-06T20:50:56.697Z | Downloaded form_urlencoded v1.2.0 |
1094 | 2023-11-06T20:50:56.717Z | Downloaded dirs v5.0.1 |
1095 | 2023-11-06T20:50:56.723Z | Downloaded argon2 v0.5.2 |
1096 | 2023-11-06T20:50:56.727Z | Downloaded rand_chacha v0.3.1 |
1097 | 2023-11-06T20:50:56.731Z | Downloaded hyper-rustls v0.24.2 |
1098 | 2023-11-06T20:50:56.734Z | Downloaded hash32 v0.2.1 |
1099 | 2023-11-06T20:50:56.738Z | Downloaded errno v0.3.2 |
1100 | 2023-11-06T20:50:56.742Z | Downloaded mime_guess v2.0.4 |
1101 | 2023-11-06T20:50:56.746Z | Downloaded ciborium v0.2.1 |
1102 | 2023-11-06T20:50:56.751Z | Downloaded whoami v1.4.1 |
1103 | 2023-11-06T20:50:56.754Z | Downloaded vec_map v0.8.2 |
1104 | 2023-11-06T20:50:56.758Z | Downloaded foreign-types v0.5.0 |
1105 | 2023-11-06T20:50:56.762Z | Downloaded thiserror-no-std v2.0.2 |
1106 | 2023-11-06T20:50:56.766Z | Downloaded memoffset v0.7.1 |
1107 | 2023-11-06T20:50:56.770Z | Downloaded backoff v0.4.0 |
1108 | 2023-11-06T20:50:56.773Z | Downloaded bcrypt-pbkdf v0.10.0 |
1109 | 2023-11-06T20:50:56.777Z | Downloaded anyhow v1.0.75 |
1110 | 2023-11-06T20:50:56.781Z | Downloaded ahash v0.8.3 |
1111 | 2023-11-06T20:50:56.785Z | Downloaded ringbuffer v0.15.0 |
1112 | 2023-11-06T20:50:56.790Z | Downloaded resolv-conf v0.7.0 |
1113 | 2023-11-06T20:50:56.824Z | Downloaded termcolor v1.2.0 |
1114 | 2023-11-06T20:50:56.846Z | Downloaded darling_macro v0.20.3 |
1115 | 2023-11-06T20:50:56.860Z | Downloaded chacha20poly1305 v0.10.1 |
1116 | 2023-11-06T20:50:56.873Z | Downloaded num-complex v0.4.4 |
1117 | 2023-11-06T20:50:56.930Z | Downloaded password-hash v0.4.2 |
1118 | 2023-11-06T20:50:56.945Z | Downloaded bitflags v2.4.0 |
1119 | 2023-11-06T20:50:56.955Z | Downloaded base64ct v1.6.0 |
1120 | 2023-11-06T20:50:56.967Z | Downloaded rand_core v0.6.4 |
1121 | 2023-11-06T20:50:56.979Z | Downloaded poly1305 v0.8.0 |
1122 | 2023-11-06T20:50:56.987Z | Downloaded phf_shared v0.11.2 |
1123 | 2023-11-06T20:50:56.998Z | Downloaded multer v2.1.0 |
1124 | 2023-11-06T20:50:57.025Z | Downloaded crossbeam-utils v0.8.16 |
1125 | 2023-11-06T20:50:57.041Z | Downloaded r2d2 v0.8.10 |
1126 | 2023-11-06T20:50:57.051Z | Downloaded tar v0.4.40 |
1127 | 2023-11-06T20:50:57.063Z | Downloaded proc-macro-error v1.0.4 |
1128 | 2023-11-06T20:50:57.074Z | Downloaded log v0.4.20 |
1129 | 2023-11-06T20:50:57.081Z | Downloaded crossbeam-epoch v0.9.15 |
1130 | 2023-11-06T20:50:57.087Z | Downloaded untrusted v0.9.0 |
1131 | 2023-11-06T20:50:57.092Z | Downloaded terminal_size v0.2.6 |
1132 | 2023-11-06T20:50:57.097Z | Downloaded blowfish v0.9.1 |
1133 | 2023-11-06T20:50:57.099Z | Downloaded ascii v1.1.0 |
1134 | 2023-11-06T20:50:57.102Z | Downloaded bincode v1.3.3 |
1135 | 2023-11-06T20:50:57.105Z | Downloaded hostname v0.3.1 |
1136 | 2023-11-06T20:50:57.108Z | Downloaded proc-macro2 v1.0.67 |
1137 | 2023-11-06T20:50:57.111Z | Downloaded darling v0.20.3 |
1138 | 2023-11-06T20:50:57.114Z | Downloaded strum v0.25.0 |
1139 | 2023-11-06T20:50:57.117Z | Downloaded libz-sys v1.1.12 |
1140 | 2023-11-06T20:50:57.120Z | Downloaded tokio-native-tls v0.3.1 |
1141 | 2023-11-06T20:50:57.123Z | Downloaded tokio-macros v2.1.0 |
1142 | 2023-11-06T20:50:57.133Z | Downloaded async-trait v0.1.74 |
1143 | 2023-11-06T20:50:57.147Z | Downloaded camino-tempfile v1.0.2 |
1144 | 2023-11-06T20:50:57.150Z | Downloaded libefi-sys v0.1.0 |
1145 | 2023-11-06T20:50:57.153Z | Downloaded proc-macro-crate v1.3.1 |
1146 | 2023-11-06T20:50:57.157Z | Downloaded phf v0.11.2 |
1147 | 2023-11-06T20:50:57.161Z | Downloaded parking_lot_core v0.9.8 |
1148 | 2023-11-06T20:50:57.165Z | Downloaded md-5 v0.10.5 |
1149 | 2023-11-06T20:50:57.169Z | Downloaded macaddr v1.0.1 |
1150 | 2023-11-06T20:50:57.173Z | Downloaded parse-display-derive v0.8.2 |
1151 | 2023-11-06T20:50:57.177Z | Downloaded openssl-sys v0.9.93 |
1152 | 2023-11-06T20:50:57.181Z | Downloaded clap_lex v0.5.1 |
1153 | 2023-11-06T20:50:57.185Z | Downloaded async-stream v0.3.5 |
1154 | 2023-11-06T20:50:57.197Z | Downloaded bit-set v0.5.3 |
1155 | 2023-11-06T20:50:57.203Z | Downloaded ansi_term v0.12.1 |
1156 | 2023-11-06T20:50:57.207Z | Downloaded num-rational v0.4.1 |
1157 | 2023-11-06T20:50:57.211Z | Downloaded password-hash v0.5.0 |
1158 | 2023-11-06T20:50:57.214Z | Downloaded chacha20 v0.9.1 |
1159 | 2023-11-06T20:50:57.216Z | Downloaded futures-sink v0.3.29 |
1160 | 2023-11-06T20:50:57.219Z | Downloaded pbkdf2 v0.12.2 |
1161 | 2023-11-06T20:50:57.222Z | Downloaded num_enum_derive v0.7.0 |
1162 | 2023-11-06T20:50:57.226Z | Downloaded deranged v0.3.8 |
1163 | 2023-11-06T20:50:57.228Z | Downloaded ctr v0.9.2 |
1164 | 2023-11-06T20:50:57.231Z | Downloaded crypto-common v0.1.6 |
1165 | 2023-11-06T20:50:57.234Z | Downloaded base16ct v0.2.0 |
1166 | 2023-11-06T20:50:57.237Z | Downloaded mime v0.3.17 |
1167 | 2023-11-06T20:50:57.243Z | Downloaded cipher v0.4.4 |
1168 | 2023-11-06T20:50:57.248Z | Downloaded bitflags v1.3.2 |
1169 | 2023-11-06T20:50:57.251Z | Downloaded percent-encoding v2.3.0 |
1170 | 2023-11-06T20:50:57.256Z | Downloaded num_enum v0.5.11 |
1171 | 2023-11-06T20:50:57.259Z | Downloaded autocfg v1.1.0 |
1172 | 2023-11-06T20:50:57.262Z | Downloaded aes-gcm-siv v0.11.1 |
1173 | 2023-11-06T20:50:57.264Z | Downloaded pkcs8 v0.10.2 |
1174 | 2023-11-06T20:50:57.267Z | Downloaded normalize-line-endings v0.3.0 |
1175 | 2023-11-06T20:50:57.270Z | Downloaded native-tls v0.2.11 |
1176 | 2023-11-06T20:50:57.273Z | Downloaded crc32fast v1.3.2 |
1177 | 2023-11-06T20:50:57.276Z | Downloaded cpufeatures v0.2.9 |
1178 | 2023-11-06T20:50:57.282Z | Downloaded atomic-waker v1.1.1 |
1179 | 2023-11-06T20:50:57.286Z | Downloaded bit_field v0.10.2 |
1180 | 2023-11-06T20:50:57.289Z | Downloaded bit-vec v0.6.3 |
1181 | 2023-11-06T20:50:57.296Z | Downloaded pest_derive v2.7.2 |
1182 | 2023-11-06T20:50:57.305Z | Downloaded parking_lot_core v0.8.6 |
1183 | 2023-11-06T20:50:57.310Z | Downloaded parking_lot v0.12.1 |
1184 | 2023-11-06T20:50:57.315Z | Downloaded openssl-macros v0.1.1 |
1185 | 2023-11-06T20:50:57.319Z | Downloaded aead v0.5.2 |
1186 | 2023-11-06T20:50:57.325Z | Downloaded new_debug_unreachable v1.0.4 |
1187 | 2023-11-06T20:50:57.337Z | Downloaded structopt-derive v0.4.18 |
1188 | 2023-11-06T20:50:57.347Z | Downloaded predicates-core v1.0.6 |
1189 | 2023-11-06T20:50:57.365Z | Downloaded pem v3.0.2 |
1190 | 2023-11-06T20:50:57.789Z | Downloaded parse-display-derive v0.7.0 |
1191 | 2023-11-06T20:50:58.207Z | Downloaded postcard-cobs v0.1.5-pre |
1192 | 2023-11-06T20:50:58.214Z | Downloaded md5 v0.7.0 |
1193 | 2023-11-06T20:50:58.218Z | Downloaded pretty-hex v0.2.1 |
1194 | 2023-11-06T20:50:58.221Z | Downloaded curve25519-dalek-derive v0.1.0 |
1195 | 2023-11-06T20:50:58.224Z | Downloaded console v0.15.7 |
1196 | 2023-11-06T20:50:58.246Z | Downloaded bitstruct v0.1.1 |
1197 | 2023-11-06T20:50:58.249Z | Downloaded anstream v0.5.0 |
1198 | 2023-11-06T20:50:58.251Z | Downloaded anstyle v1.0.2 |
1199 | 2023-11-06T20:50:58.254Z | Downloaded num-iter v0.1.43 |
1200 | 2023-11-06T20:50:58.259Z | Downloaded nibble_vec v0.1.0 |
1201 | 2023-11-06T20:50:58.279Z | Downloaded num_threads v0.1.6 |
1202 | 2023-11-06T20:50:58.283Z | Downloaded matches v0.1.10 |
1203 | 2023-11-06T20:50:58.288Z | Downloaded linked-hash-map v0.5.6 |
1204 | 2023-11-06T20:50:58.291Z | Downloaded crucible-workspace-hack v0.1.0 |
1205 | 2023-11-06T20:50:58.297Z | Downloaded adler v1.0.2 |
1206 | 2023-11-06T20:50:58.301Z | Downloaded pkg-config v0.3.27 |
1207 | 2023-11-06T20:50:58.305Z | Downloaded pin-utils v0.1.0 |
1208 | 2023-11-06T20:50:58.309Z | Downloaded pbkdf2 v0.11.0 |
1209 | 2023-11-06T20:50:58.318Z | Downloaded lru-cache v0.1.2 |
1210 | 2023-11-06T20:50:58.322Z | Downloaded clap_derive v4.4.2 |
1211 | 2023-11-06T20:50:58.332Z | Downloaded paste v1.0.14 |
1212 | 2023-11-06T20:50:58.349Z | Downloaded parking_lot v0.11.2 |
1213 | 2023-11-06T20:50:58.368Z | Downloaded num v0.4.1 |
1214 | 2023-11-06T20:50:58.383Z | Downloaded phf_shared v0.10.0 |
1215 | 2023-11-06T20:50:58.397Z | Downloaded num_cpus v1.16.0 |
1216 | 2023-11-06T20:50:58.414Z | Downloaded memoffset v0.9.0 |
1217 | 2023-11-06T20:50:58.421Z | Downloaded debug-ignore v1.0.5 |
1218 | 2023-11-06T20:50:58.441Z | Downloaded atty v0.2.14 |
1219 | 2023-11-06T20:50:58.459Z | Downloaded async-recursion v1.0.5 |
1220 | 2023-11-06T20:50:58.469Z | Downloaded parse-display v0.8.2 |
1221 | 2023-11-06T20:50:58.478Z | Downloaded parse-display v0.7.0 |
1222 | 2023-11-06T20:50:58.492Z | Downloaded option-ext v0.2.0 |
1223 | 2023-11-06T20:50:58.523Z | Downloaded num-bigint v0.4.4 |
1224 | 2023-11-06T20:50:58.544Z | Downloaded data-encoding v2.4.0 |
1225 | 2023-11-06T20:50:58.563Z | Downloaded ciborium-ll v0.2.1 |
1226 | 2023-11-06T20:50:58.586Z | Downloaded cfg-if v1.0.0 |
1227 | 2023-11-06T20:50:58.596Z | Downloaded byteorder v1.5.0 |
1228 | 2023-11-06T20:50:58.614Z | Downloaded block-buffer v0.10.4 |
1229 | 2023-11-06T20:50:58.626Z | Downloaded ring v0.17.5 |
1230 | 2023-11-06T20:50:58.642Z | Downloaded libsqlite3-sys v0.26.0 |
1231 | 2023-11-06T20:50:58.656Z | Downloaded ring v0.16.20 |
1232 | 2023-11-06T20:50:58.671Z | Compiling proc-macro2 v1.0.67 |
1233 | 2023-11-06T20:50:58.678Z | Compiling unicode-ident v1.0.12 |
1234 | 2023-11-06T20:50:59.118Z | Compiling libc v0.2.149 |
1235 | 2023-11-06T20:50:59.163Z | Compiling serde v1.0.188 |
1236 | 2023-11-06T20:50:59.184Z | Compiling version_check v0.9.4 |
1237 | 2023-11-06T20:50:59.197Z | Compiling autocfg v1.1.0 |
1238 | 2023-11-06T20:50:59.201Z | Compiling cfg-if v1.0.0 |
1239 | 2023-11-06T20:50:59.204Z | Compiling syn v1.0.109 |
1240 | 2023-11-06T20:50:59.208Z | Compiling typenum v1.16.0 |
1241 | 2023-11-06T20:50:59.217Z | Compiling once_cell v1.18.0 |
1242 | 2023-11-06T20:50:59.226Z | Compiling lock_api v0.4.10 |
1243 | 2023-11-06T20:50:59.234Z | Compiling generic-array v0.14.7 |
1244 | 2023-11-06T20:50:59.259Z | Compiling thiserror v1.0.49 |
1245 | 2023-11-06T20:50:59.279Z | Compiling parking_lot_core v0.9.8 |
1246 | 2023-11-06T20:50:59.300Z | Compiling libm v0.2.7 |
1247 | 2023-11-06T20:50:59.725Z | Compiling num-traits v0.2.16 |
1248 | 2023-11-06T20:50:59.748Z | Compiling itoa v1.0.9 |
1249 | 2023-11-06T20:51:00.844Z | Compiling memchr v2.6.3 |
1250 | 2023-11-06T20:51:00.866Z | Compiling futures-core v0.3.29 |
1251 | 2023-11-06T20:51:00.879Z | Compiling ahash v0.8.3 |
1252 | 2023-11-06T20:51:00.888Z | Compiling serde_json v1.0.108 |
1253 | 2023-11-06T20:51:00.899Z | Compiling log v0.4.20 |
1254 | 2023-11-06T20:51:00.918Z | Compiling slab v0.4.9 |
1255 | 2023-11-06T20:51:00.938Z | Compiling quote v1.0.33 |
1256 | 2023-11-06T20:51:00.952Z | Compiling futures-channel v0.3.29 |
1257 | 2023-11-06T20:51:00.972Z | Compiling futures-task v0.3.29 |
1258 | 2023-11-06T20:51:00.994Z | Compiling syn v2.0.32 |
1259 | 2023-11-06T20:51:01.021Z | Compiling getrandom v0.2.10 |
1260 | 2023-11-06T20:51:01.035Z | Compiling jobserver v0.1.26 |
1261 | 2023-11-06T20:51:01.047Z | Compiling futures-util v0.3.29 |
1262 | 2023-11-06T20:51:01.056Z | Compiling pkg-config v0.3.27 |
1263 | 2023-11-06T20:51:01.062Z | Compiling rand_core v0.6.4 |
1264 | 2023-11-06T20:51:01.484Z | Compiling cc v1.0.83 |
1265 | 2023-11-06T20:51:02.187Z | Compiling ryu v1.0.15 |
1266 | 2023-11-06T20:51:02.200Z | Compiling vcpkg v0.2.15 |
1267 | 2023-11-06T20:51:02.348Z | Compiling schemars v0.8.13 |
1268 | 2023-11-06T20:51:02.559Z | Compiling allocator-api2 v0.2.16 |
1269 | 2023-11-06T20:51:02.831Z | Compiling scopeguard v1.2.0 |
1270 | 2023-11-06T20:51:02.886Z | Compiling heck v0.4.1 |
1271 | 2023-11-06T20:51:03.916Z | Compiling hashbrown v0.14.2 |
1272 | 2023-11-06T20:51:03.948Z | Compiling equivalent v1.0.1 |
1273 | 2023-11-06T20:51:04.428Z | Compiling smallvec v1.11.0 |
1274 | 2023-11-06T20:51:04.761Z | Compiling byteorder v1.5.0 |
1275 | 2023-11-06T20:51:05.114Z | Compiling fnv v1.0.7 |
1276 | 2023-11-06T20:51:05.299Z | Compiling httparse v1.8.0 |
1277 | 2023-11-06T20:51:05.513Z | Compiling iana-time-zone v0.1.57 |
1278 | 2023-11-06T20:51:05.896Z | Compiling pin-project-lite v0.2.13 |
1279 | 2023-11-06T20:51:06.050Z | Compiling semver v1.0.20 |
1280 | 2023-11-06T20:51:06.226Z | Compiling subtle v2.5.0 |
1281 | 2023-11-06T20:51:06.408Z | Compiling ring v0.16.20 |
1282 | 2023-11-06T20:51:06.698Z | Compiling ring v0.17.5 |
1283 | 2023-11-06T20:51:06.771Z | Compiling parking_lot v0.12.1 |
1284 | 2023-11-06T20:51:06.882Z | Compiling indexmap v1.9.3 |
1285 | 2023-11-06T20:51:07.225Z | Compiling dyn-clone v1.0.13 |
1286 | 2023-11-06T20:51:07.263Z | Compiling tinyvec_macros v0.1.1 |
1287 | 2023-11-06T20:51:07.317Z | Compiling time-core v0.1.1 |
1288 | 2023-11-06T20:51:07.399Z | Compiling tinyvec v1.6.0 |
1289 | 2023-11-06T20:51:07.553Z | Compiling time-macros v0.2.13 |
1290 | 2023-11-06T20:51:07.600Z | Compiling openssl-sys v0.9.93 |
1291 | 2023-11-06T20:51:08.441Z | Compiling num_cpus v1.16.0 |
1292 | 2023-11-06T20:51:08.512Z | Compiling socket2 v0.5.4 |
1293 | 2023-11-06T20:51:08.585Z | Compiling signal-hook-registry v1.4.1 |
1294 | 2023-11-06T20:51:08.924Z | Compiling mio v0.8.8 |
1295 | 2023-11-06T20:51:09.939Z | Compiling unicode-normalization v0.1.22 |
1296 | 2023-11-06T20:51:09.982Z | Compiling unicode-bidi v0.3.13 |
1297 | 2023-11-06T20:51:10.092Z | Compiling rustls v0.21.8 |
1298 | 2023-11-06T20:51:10.766Z | Compiling slog v2.7.0 |
1299 | 2023-11-06T20:51:10.936Z | Compiling aho-corasick v1.0.4 |
1300 | 2023-11-06T20:51:11.725Z | Compiling regex-syntax v0.8.2 |
1301 | 2023-11-06T20:51:11.843Z | Compiling percent-encoding v2.3.0 |
1302 | 2023-11-06T20:51:12.299Z | Compiling serde_derive_internals v0.26.0 |
1303 | 2023-11-06T20:51:12.442Z | Compiling ucd-trie v0.1.6 |
1304 | 2023-11-06T20:51:12.472Z | Compiling spin v0.5.2 |
1305 | 2023-11-06T20:51:12.817Z | Compiling backtrace v0.3.69 |
1306 | 2023-11-06T20:51:13.455Z | Compiling async-trait v0.1.74 |
1307 | 2023-11-06T20:51:13.582Z | Compiling form_urlencoded v1.2.0 |
1308 | 2023-11-06T20:51:14.086Z | Compiling openssl v0.10.57 |
1309 | 2023-11-06T20:51:14.210Z | Compiling futures-sink v0.3.29 |
1310 | 2023-11-06T20:51:14.454Z | Compiling pin-utils v0.1.0 |
1311 | 2023-11-06T20:51:14.574Z | Compiling anyhow v1.0.75 |
1312 | 2023-11-06T20:51:14.631Z | Compiling winnow v0.5.15 |
1313 | 2023-11-06T20:51:14.659Z | Compiling idna v0.4.0 |
1314 | 2023-11-06T20:51:16.361Z | Compiling native-tls v0.2.11 |
1315 | 2023-11-06T20:51:16.608Z | Compiling url v2.4.1 |
1316 | 2023-11-06T20:51:16.861Z | Compiling unicode-xid v0.2.4 |
1317 | 2023-11-06T20:51:18.044Z | Compiling regex-automata v0.4.3 |
1318 | 2023-11-06T20:51:18.325Z | Compiling rustversion v1.0.14 |
1319 | 2023-11-06T20:51:18.950Z | Compiling futures-io v0.3.29 |
1320 | 2023-11-06T20:51:19.311Z | Compiling const-oid v0.9.5 |
1321 | 2023-11-06T20:51:20.017Z | Compiling hashbrown v0.13.2 |
1322 | 2023-11-06T20:51:21.104Z | Compiling unicode-width v0.1.11 |
1323 | 2023-11-06T20:51:21.350Z | Compiling synstructure v0.12.6 |
1324 | 2023-11-06T20:51:21.665Z | Compiling cpufeatures v0.2.9 |
1325 | 2023-11-06T20:51:21.808Z | Compiling crossbeam-utils v0.8.16 |
1326 | 2023-11-06T20:51:21.949Z | Compiling tracing-core v0.1.31 |
1327 | 2023-11-06T20:51:22.547Z | Compiling adler v1.0.2 |
1328 | 2023-11-06T20:51:22.582Z | Compiling ppv-lite86 v0.2.17 |
1329 | 2023-11-06T20:51:22.909Z | Compiling miniz_oxide v0.7.1 |
1330 | 2023-11-06T20:51:24.000Z | Compiling rustix v0.38.9 |
1331 | 2023-11-06T20:51:24.059Z | Compiling rand_chacha v0.3.1 |
1332 | 2023-11-06T20:51:24.491Z | Compiling usdt-impl v0.3.5 |
1333 | 2023-11-06T20:51:24.993Z | Compiling gimli v0.28.0 |
1334 | 2023-11-06T20:51:25.137Z | Compiling regex v1.10.2 |
1335 | 2023-11-06T20:51:25.605Z | Compiling bitflags v1.3.2 |
1336 | 2023-11-06T20:51:25.746Z | Compiling rand v0.8.5 |
1337 | 2023-11-06T20:51:25.926Z | Compiling object v0.32.1 |
1338 | 2023-11-06T20:51:26.286Z | Compiling serde_derive v1.0.188 |
1339 | 2023-11-06T20:51:26.403Z | Compiling zeroize_derive v1.4.2 |
1340 | 2023-11-06T20:51:27.044Z | Compiling thiserror-impl v1.0.49 |
1341 | 2023-11-06T20:51:28.084Z | Compiling tokio-macros v2.1.0 |
1342 | 2023-11-06T20:51:28.826Z | Compiling futures-macro v0.3.29 |
1343 | 2023-11-06T20:51:29.026Z | Compiling tracing-attributes v0.1.26 |
1344 | 2023-11-06T20:51:30.634Z | Compiling schemars_derive v0.8.13 |
1345 | 2023-11-06T20:51:32.096Z | Compiling zeroize v1.6.0 |
1346 | 2023-11-06T20:51:32.148Z | Compiling pest v2.7.2 |
1347 | 2023-11-06T20:51:33.829Z | Compiling openssl-macros v0.1.1 |
1348 | 2023-11-06T20:51:35.334Z | Compiling crypto-common v0.1.6 |
1349 | 2023-11-06T20:51:35.661Z | Compiling block-buffer v0.10.4 |
1350 | 2023-11-06T20:51:36.293Z | Compiling zerocopy-derive v0.2.0 |
1351 | 2023-11-06T20:51:51.833Z | Compiling digest v0.10.7 |
1352 | 2023-11-06T20:51:52.026Z | Compiling tracing v0.1.37 |
1353 | 2023-11-06T20:51:52.159Z | Compiling pest_meta v2.7.2 |
1354 | 2023-11-06T20:51:52.280Z | Compiling addr2line v0.21.0 |
1355 | 2023-11-06T20:51:52.366Z | Compiling num_threads v0.1.6 |
1356 | 2023-11-06T20:51:52.395Z | Compiling base64 v0.21.5 |
1357 | 2023-11-06T20:51:52.878Z | Compiling deranged v0.3.8 |
1358 | 2023-11-06T20:51:53.134Z | Compiling rustc-demangle v0.1.23 |
1359 | 2023-11-06T20:51:53.215Z | Compiling zerocopy v0.3.0 |
1360 | 2023-11-06T20:51:53.301Z | Compiling pest_generator v2.7.2 |
1361 | 2023-11-06T20:51:53.381Z | Compiling spin v0.9.8 |
1362 | 2023-11-06T20:51:53.499Z | Compiling dof v0.1.5 |
1363 | 2023-11-06T20:51:53.614Z | Compiling time v0.3.27 |
1364 | 2023-11-06T20:51:53.662Z | Compiling thread-id v4.2.0 |
1365 | 2023-11-06T20:51:53.816Z | Compiling lazy_static v1.4.0 |
1366 | 2023-11-06T20:51:53.850Z | Compiling strum_macros v0.25.2 |
1367 | 2023-11-06T20:51:53.906Z | Compiling pest_derive v2.7.2 |
1368 | 2023-11-06T20:51:53.916Z | Compiling dtrace-parser v0.1.14 |
1369 | 2023-11-06T20:51:54.021Z | Compiling strsim v0.10.0 |
1370 | 2023-11-06T20:51:54.110Z | Compiling untrusted v0.7.1 |
1371 | 2023-11-06T20:51:54.309Z | Compiling untrusted v0.9.0 |
1372 | 2023-11-06T20:51:54.349Z | Compiling regress v0.7.1 |
1373 | 2023-11-06T20:51:54.376Z | Compiling socket2 v0.4.9 |
1374 | 2023-11-06T20:51:54.405Z | Compiling hashbrown v0.12.3 |
1375 | 2023-11-06T20:51:54.424Z | Compiling bytes v1.5.0 |
1376 | 2023-11-06T20:51:54.435Z | Compiling indexmap v2.1.0 |
1377 | 2023-11-06T20:51:54.473Z | Compiling chrono v0.4.31 |
1378 | 2023-11-06T20:51:54.514Z | Compiling uuid v1.4.1 |
1379 | 2023-11-06T20:51:54.541Z | Compiling http v0.2.9 |
1380 | 2023-11-06T20:51:54.569Z | Compiling tokio v1.33.0 |
1381 | 2023-11-06T20:51:55.008Z | Compiling toml_datetime v0.6.5 |
1382 | 2023-11-06T20:51:55.045Z | Compiling serde_spanned v0.6.4 |
1383 | 2023-11-06T20:51:55.110Z | Compiling toml_edit v0.19.15 |
1384 | 2023-11-06T20:51:55.145Z | Compiling bitflags v2.4.0 |
1385 | 2023-11-06T20:51:55.153Z | Compiling rustc_version v0.4.0 |
1386 | 2023-11-06T20:51:55.162Z | Compiling openapiv3 v1.0.3 |
1387 | 2023-11-06T20:51:57.499Z | Compiling serde_tokenstream v0.1.7 |
1388 | 2023-11-06T20:51:57.604Z | Compiling serde_tokenstream v0.2.0 |
1389 | 2023-11-06T20:51:57.899Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1390 | 2023-11-06T20:51:58.479Z | Compiling sct v0.7.0 |
1391 | 2023-11-06T20:51:58.946Z | Compiling httpdate v1.0.3 |
1392 | 2023-11-06T20:51:59.508Z | Compiling usdt-attr-macro v0.3.5 |
1393 | 2023-11-06T20:51:59.731Z | Compiling usdt-macro v0.3.5 |
1394 | 2023-11-06T20:51:59.780Z | Compiling try-lock v0.2.4 |
1395 | 2023-11-06T20:51:59.984Z | Compiling want v0.3.1 |
1396 | 2023-11-06T20:52:00.457Z | Compiling http-body v0.4.5 |
1397 | 2023-11-06T20:52:01.128Z | Compiling rustls-pemfile v1.0.3 |
1398 | 2023-11-06T20:52:01.156Z | Compiling foreign-types-shared v0.1.1 |
1399 | 2023-11-06T20:52:01.331Z | Compiling openssl-probe v0.1.5 |
1400 | 2023-11-06T20:52:01.755Z | Compiling tower-service v0.3.2 |
1401 | 2023-11-06T20:52:01.805Z | Compiling mime v0.3.17 |
1402 | 2023-11-06T20:52:01.841Z | Compiling foreign-types v0.3.2 |
1403 | 2023-11-06T20:52:01.988Z | Compiling errno v0.3.2 |
1404 | 2023-11-06T20:52:02.172Z | Compiling ipnet v2.8.0 |
1405 | 2023-11-06T20:52:02.476Z | Compiling getopts v0.2.21 |
1406 | 2023-11-06T20:52:02.790Z | Compiling encoding_rs v0.8.33 |
1407 | 2023-11-06T20:52:04.063Z | Compiling unsafe-libyaml v0.2.9 |
1408 | 2023-11-06T20:52:04.358Z | Compiling regex-syntax v0.6.29 |
1409 | 2023-11-06T20:52:04.454Z | Compiling rustls-native-certs v0.6.3 |
1410 | 2023-11-06T20:52:06.386Z | Compiling serde_urlencoded v0.7.1 |
1411 | 2023-11-06T20:52:06.507Z | Compiling tokio-util v0.7.10 |
1412 | 2023-11-06T20:52:07.344Z | Compiling serde_yaml v0.9.25 |
1413 | 2023-11-06T20:52:07.823Z | Compiling h2 v0.3.21 |
1414 | 2023-11-06T20:52:08.581Z | Compiling webpki-roots v0.25.2 |
1415 | 2023-11-06T20:52:12.647Z | Compiling hmac v0.12.1 |
1416 | 2023-11-06T20:52:12.999Z | Compiling num-integer v0.1.45 |
1417 | 2023-11-06T20:52:13.894Z | Compiling sha2 v0.10.8 |
1418 | 2023-11-06T20:52:14.226Z | Compiling block-padding v0.3.3 |
1419 | 2023-11-06T20:52:15.343Z | Compiling inout v0.1.3 |
1420 | 2023-11-06T20:52:15.803Z | Compiling tokio-native-tls v0.3.1 |
1421 | 2023-11-06T20:52:16.065Z | Compiling futures-executor v0.3.29 |
1422 | 2023-11-06T20:52:16.203Z | Compiling cipher v0.4.4 |
1423 | 2023-11-06T20:52:16.951Z | Compiling toml v0.7.8 |
1424 | 2023-11-06T20:52:17.042Z | Compiling crc32fast v1.3.2 |
1425 | 2023-11-06T20:52:17.066Z | Compiling fallible-iterator v0.2.0 |
1426 | 2023-11-06T20:52:17.787Z | Compiling futures v0.3.29 |
1427 | 2023-11-06T20:52:17.956Z | Compiling ipnetwork v0.20.0 |
1428 | 2023-11-06T20:52:18.305Z | Compiling siphasher v0.3.11 |
1429 | 2023-11-06T20:52:18.993Z | Compiling usdt v0.3.5 |
1430 | 2023-11-06T20:52:19.800Z | Compiling md-5 v0.10.5 |
1431 | 2023-11-06T20:52:19.884Z | Compiling hyper v0.14.27 |
1432 | 2023-11-06T20:52:20.158Z | Compiling stringprep v0.1.3 |
1433 | 2023-11-06T20:52:20.253Z | Compiling io-lifetimes v1.0.11 |
1434 | 2023-11-06T20:52:21.351Z | Compiling postgres-protocol v0.6.6 |
1435 | 2023-11-06T20:52:21.726Z | Compiling phf_shared v0.11.2 |
1436 | 2023-11-06T20:52:21.771Z | Compiling hex v0.4.3 |
1437 | 2023-11-06T20:52:21.899Z | Compiling enum-as-inner v0.5.1 |
1438 | 2023-11-06T20:52:22.751Z | Compiling slog-async v2.8.0 |
1439 | 2023-11-06T20:52:22.813Z | Compiling postgres-types v0.2.6 |
1440 | 2023-11-06T20:52:23.493Z | Compiling phf v0.11.2 |
1441 | 2023-11-06T20:52:23.544Z | Compiling num-bigint v0.4.4 |
1442 | 2023-11-06T20:52:23.613Z | Compiling rustix v0.37.23 |
1443 | 2023-11-06T20:52:23.968Z | Compiling whoami v1.4.1 |
1444 | 2023-11-06T20:52:24.487Z | Compiling data-encoding v2.4.0 |
1445 | 2023-11-06T20:52:24.916Z | Compiling tokio-postgres v0.7.10 |
1446 | 2023-11-06T20:52:25.597Z | Compiling zerocopy-derive v0.6.4 |
1447 | 2023-11-06T20:52:25.809Z | Compiling static_assertions v1.1.0 |
1448 | 2023-11-06T20:52:29.146Z | Compiling ident_case v1.0.1 |
1449 | 2023-11-06T20:52:29.513Z | Compiling either v1.9.0 |
1450 | 2023-11-06T20:52:29.947Z | Compiling darling_core v0.20.3 |
1451 | 2023-11-06T20:52:30.065Z | Compiling camino v1.1.6 |
1452 | 2023-11-06T20:52:30.418Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1453 | 2023-11-06T20:52:31.102Z | Compiling flate2 v1.0.28 |
1454 | 2023-11-06T20:52:31.318Z | Compiling heapless v0.7.16 |
1455 | 2023-11-06T20:52:31.889Z | Compiling hyper-tls v0.5.0 |
1456 | 2023-11-06T20:52:32.185Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1457 | 2023-11-06T20:52:32.428Z | Compiling memoffset v0.9.0 |
1458 | 2023-11-06T20:52:32.763Z | Compiling matches v0.1.10 |
1459 | 2023-11-06T20:52:32.858Z | Compiling unicode-segmentation v1.10.1 |
1460 | 2023-11-06T20:52:32.900Z | Compiling radium v0.7.0 |
1461 | 2023-11-06T20:52:33.624Z | Compiling managed v0.8.0 |
1462 | 2023-11-06T20:52:33.910Z | Compiling idna v0.2.3 |
1463 | 2023-11-06T20:52:34.514Z | Compiling itertools v0.11.0 |
1464 | 2023-11-06T20:52:36.208Z | Compiling multer v2.1.0 |
1465 | 2023-11-06T20:52:36.908Z | Compiling trust-dns-proto v0.22.0 |
1466 | 2023-11-06T20:52:37.415Z | Compiling async-stream-impl v0.3.5 |
1467 | 2023-11-06T20:52:37.758Z | Compiling crossbeam-epoch v0.9.15 |
1468 | 2023-11-06T20:52:38.526Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1469 | 2023-11-06T20:52:38.530Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1470 | 2023-11-06T20:52:38.535Z | Compiling num-iter v0.1.43 |
1471 | 2023-11-06T20:52:38.836Z | Compiling smoltcp v0.9.1 |
1472 | 2023-11-06T20:52:38.895Z | Compiling darling_macro v0.20.3 |
1473 | 2023-11-06T20:52:39.441Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1474 | 2023-11-06T20:52:39.570Z | Compiling utf8parse v0.2.1 |
1475 | 2023-11-06T20:52:39.762Z | Compiling paste v1.0.14 |
1476 | 2023-11-06T20:52:39.822Z | Compiling bit-vec v0.6.3 |
1477 | 2023-11-06T20:52:40.375Z | Compiling darling v0.20.3 |
1478 | 2023-11-06T20:52:40.412Z | Compiling anstyle v1.0.2 |
1479 | 2023-11-06T20:52:40.543Z | Compiling serde_with_macros v2.3.3 |
1480 | 2023-11-06T20:52:40.724Z | Compiling anstyle-parse v0.2.1 |
1481 | 2023-11-06T20:52:42.783Z | Compiling zerocopy v0.6.4 |
1482 | 2023-11-06T20:52:43.273Z | Compiling signature v2.1.0 |
1483 | 2023-11-06T20:52:43.615Z | Compiling hubpack_derive v0.1.1 |
1484 | 2023-11-06T20:52:43.651Z | Compiling clap_derive v4.4.2 |
1485 | 2023-11-06T20:52:44.320Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1486 | 2023-11-06T20:52:44.765Z | Compiling colorchoice v1.0.0 |
1487 | 2023-11-06T20:52:44.901Z | Compiling anstyle-query v1.0.0 |
1488 | 2023-11-06T20:52:45.088Z | Compiling anstream v0.5.0 |
1489 | 2023-11-06T20:52:45.427Z | Compiling terminal_size v0.2.6 |
1490 | 2023-11-06T20:52:45.644Z | Compiling yasna v0.5.2 |
1491 | 2023-11-06T20:52:47.690Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1492 | 2023-11-06T20:52:48.951Z | Compiling diesel_table_macro_syntax v0.1.0 |
1493 | 2023-11-06T20:52:49.304Z | Compiling hash32 v0.2.1 |
1494 | 2023-11-06T20:52:49.565Z | Compiling stable_deref_trait v1.2.0 |
1495 | 2023-11-06T20:52:49.731Z | Compiling clap_lex v0.5.1 |
1496 | 2023-11-06T20:52:49.935Z | Compiling tap v1.0.1 |
1497 | 2023-11-06T20:52:50.234Z | Compiling wyz v0.5.1 |
1498 | 2023-11-06T20:52:50.592Z | Compiling clap_builder v4.4.2 |
1499 | 2023-11-06T20:52:51.067Z | Compiling diesel_derives v2.1.1 |
1500 | 2023-11-06T20:52:51.850Z | Compiling tokio-stream v0.1.14 |
1501 | 2023-11-06T20:52:51.882Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1502 | 2023-11-06T20:52:52.540Z | Compiling serde_repr v0.1.16 |
1503 | 2023-11-06T20:52:52.688Z | Compiling scheduled-thread-pool v0.2.7 |
1504 | 2023-11-06T20:52:52.926Z | Compiling regex-automata v0.1.10 |
1505 | 2023-11-06T20:52:53.516Z | Compiling funty v2.0.0 |
1506 | 2023-11-06T20:52:53.720Z | Compiling bstr v0.2.17 |
1507 | 2023-11-06T20:52:53.809Z | Compiling r2d2 v0.8.10 |
1508 | 2023-11-06T20:52:56.257Z | Compiling bitvec v1.0.1 |
1509 | 2023-11-06T20:52:56.441Z | Compiling hubpack v0.1.2 |
1510 | 2023-11-06T20:52:57.345Z | Compiling clap v4.4.3 |
1511 | 2023-11-06T20:52:57.352Z | Compiling itertools v0.10.5 |
1512 | 2023-11-06T20:52:57.387Z | Compiling phf_shared v0.10.0 |
1513 | 2023-11-06T20:52:58.019Z | Compiling float-cmp v0.9.0 |
1514 | 2023-11-06T20:52:58.378Z | Compiling normalize-line-endings v0.3.0 |
1515 | 2023-11-06T20:52:58.426Z | Compiling precomputed-hash v0.1.1 |
1516 | 2023-11-06T20:52:58.557Z | Compiling predicates-core v1.0.6 |
1517 | 2023-11-06T20:52:58.588Z | Compiling difflib v0.4.0 |
1518 | 2023-11-06T20:52:59.117Z | Compiling fixedbitset v0.4.2 |
1519 | 2023-11-06T20:52:59.859Z | Compiling new_debug_unreachable v1.0.4 |
1520 | 2023-11-06T20:53:00.004Z | Compiling regex-automata v0.3.8 |
1521 | 2023-11-06T20:53:01.447Z | Compiling string_cache v0.8.7 |
1522 | 2023-11-06T20:53:02.632Z | Compiling petgraph v0.6.4 |
1523 | 2023-11-06T20:53:02.650Z | Compiling predicates v3.0.4 |
1524 | 2023-11-06T20:53:04.237Z | Compiling bstr v1.6.0 |
1525 | 2023-11-06T20:53:04.325Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1526 | 2023-11-06T20:53:05.141Z | Compiling similar v2.2.1 |
1527 | 2023-11-06T20:53:05.297Z | Compiling bit-set v0.5.3 |
1528 | 2023-11-06T20:53:05.728Z | Compiling console v0.15.7 |
1529 | 2023-11-06T20:53:06.915Z | Compiling lalrpop-util v0.19.12 |
1530 | 2023-11-06T20:53:15.725Z | Compiling diesel v2.1.3 |
1531 | 2023-11-06T20:53:19.127Z | Compiling proc-macro-crate v1.3.1 |
1532 | 2023-11-06T20:53:29.902Z | Compiling crucible-workspace-hack v0.1.0 |
1533 | 2023-11-06T20:53:46.504Z | Compiling atty v0.2.14 |
1534 | 2023-11-06T20:53:46.868Z | Compiling structmeta-derive v0.2.0 |
1535 | 2023-11-06T20:53:50.083Z | Compiling toml_edit v0.20.7 |
1536 | 2023-11-06T20:53:51.020Z | Compiling sha1 v0.10.5 |
1537 | 2023-11-06T20:53:51.440Z | Compiling structmeta v0.2.0 |
1538 | 2023-11-06T20:53:51.464Z | Compiling regex-syntax v0.7.5 |
1539 | 2023-11-06T20:53:52.073Z | Compiling match_cfg v0.1.0 |
1540 | 2023-11-06T20:53:52.223Z | Compiling hostname v0.3.1 |
1541 | 2023-11-06T20:53:57.946Z | Compiling toml v0.8.6 |
1542 | 2023-11-06T20:54:02.256Z | Compiling parse-display-derive v0.8.2 |
1543 | 2023-11-06T20:54:02.597Z | Compiling dirs-sys-next v0.1.2 |
1544 | 2023-11-06T20:54:03.720Z | Compiling dirs-next v2.0.0 |
1545 | 2023-11-06T20:54:05.610Z | Compiling thread_local v1.1.7 |
1546 | 2023-11-06T20:54:06.868Z | Compiling term v0.7.0 |
1547 | 2023-11-06T20:54:06.891Z | Compiling crossbeam-channel v0.5.8 |
1548 | 2023-11-06T20:54:09.573Z | Compiling take_mut v0.2.2 |
1549 | 2023-11-06T20:54:09.912Z | Compiling slog-term v2.9.0 |
1550 | 2023-11-06T20:54:11.935Z | Compiling slog-json v2.6.1 |
1551 | 2023-11-06T20:54:12.075Z | Compiling instant v0.1.12 |
1552 | 2023-11-06T20:54:12.547Z | Compiling slog-bunyan v2.4.0 |
1553 | 2023-11-06T20:54:13.498Z | Compiling structmeta-derive v0.1.6 |
1554 | 2023-11-06T20:54:14.518Z | Compiling strum v0.25.0 |
1555 | 2023-11-06T20:54:15.019Z | Compiling atomic-waker v1.1.1 |
1556 | 2023-11-06T20:54:15.036Z | Compiling waitgroup v0.1.2 |
1557 | 2023-11-06T20:54:15.499Z | Compiling num_enum_derive v0.5.11 |
1558 | 2023-11-06T20:54:16.028Z | Compiling serde_with v2.3.3 |
1559 | 2023-11-06T20:54:16.313Z | Compiling async-stream v0.3.5 |
1560 | 2023-11-06T20:54:17.930Z | Compiling serde_path_to_error v0.1.14 |
1561 | 2023-11-06T20:54:17.979Z | Compiling structmeta v0.1.6 |
1562 | 2023-11-06T20:54:26.555Z | Compiling parse-display-derive v0.7.0 |
1563 | 2023-11-06T20:54:27.077Z | Compiling libz-sys v1.1.12 |
1564 | 2023-11-06T20:54:27.401Z | Compiling debug-ignore v1.0.5 |
1565 | 2023-11-06T20:54:27.553Z | Compiling fastrand v2.0.0 |
1566 | 2023-11-06T20:54:27.822Z | Compiling tempfile v3.8.0 |
1567 | 2023-11-06T20:54:27.961Z | Compiling proc-macro-error-attr v1.0.4 |
1568 | 2023-11-06T20:54:28.093Z | Compiling slog-dtrace v0.2.3 |
1569 | 2023-11-06T20:54:28.192Z | Compiling backoff v0.4.0 |
1570 | 2023-11-06T20:54:28.265Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1571 | 2023-11-06T20:54:28.286Z | Compiling macaddr v1.0.1 |
1572 | 2023-11-06T20:54:28.339Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1573 | 2023-11-06T20:54:28.416Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1574 | 2023-11-06T20:54:28.475Z | Compiling proc-macro-error v1.0.4 |
1575 | 2023-11-06T20:54:28.578Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1576 | 2023-11-06T20:54:28.617Z | Compiling libsqlite3-sys v0.26.0 |
1577 | 2023-11-06T20:54:28.763Z | Compiling memoffset v0.7.1 |
1578 | 2023-11-06T20:54:28.905Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1579 | 2023-11-06T20:54:30.183Z | Compiling foreign-types-macros v0.2.3 |
1580 | 2023-11-06T20:54:30.320Z | Compiling vergen v8.2.4 |
1581 | 2023-11-06T20:54:30.971Z | Compiling base64ct v1.6.0 |
1582 | 2023-11-06T20:54:35.078Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1583 | 2023-11-06T20:54:37.528Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1584 | 2023-11-06T20:54:41.434Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1585 | 2023-11-06T20:54:41.513Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1586 | 2023-11-06T20:54:42.566Z | Compiling platforms v3.0.2 |
1587 | 2023-11-06T20:54:42.808Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1588 | 2023-11-06T20:54:42.841Z | Compiling num_enum_derive v0.7.0 |
1589 | 2023-11-06T20:54:43.321Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1590 | 2023-11-06T20:54:43.557Z | Compiling password-hash v0.5.0 |
1591 | 2023-11-06T20:54:43.955Z | Compiling heck v0.3.3 |
1592 | 2023-11-06T20:54:44.036Z | Compiling curve25519-dalek v4.1.0 |
1593 | 2023-11-06T20:54:44.563Z | Compiling blake2 v0.10.6 |
1594 | 2023-11-06T20:54:44.588Z | Compiling libefi-sys v0.1.0 |
1595 | 2023-11-06T20:54:46.318Z | Compiling structopt-derive v0.4.18 |
1596 | 2023-11-06T20:54:46.453Z | Compiling argon2 v0.5.2 |
1597 | 2023-11-06T20:54:46.863Z | Compiling zone_cfg_derive v0.2.0 |
1598 | 2023-11-06T20:54:46.984Z | Compiling num-derive v0.4.0 |
1599 | 2023-11-06T20:54:47.122Z | Compiling curve25519-dalek-derive v0.1.0 |
1600 | 2023-11-06T20:54:48.058Z | Compiling same-file v1.0.6 |
1601 | 2023-11-06T20:54:48.455Z | Compiling walkdir v2.4.0 |
1602 | 2023-11-06T20:54:49.388Z | Compiling toml v0.5.11 |
1603 | 2023-11-06T20:54:49.560Z | Compiling semver-parser v0.10.2 |
1604 | 2023-11-06T20:54:49.710Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1605 | 2023-11-06T20:54:49.827Z | Compiling xattr v1.0.1 |
1606 | 2023-11-06T20:54:50.233Z | Compiling filetime v0.2.22 |
1607 | 2023-11-06T20:54:50.261Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1608 | 2023-11-06T20:54:50.702Z | Compiling erased-serde v0.3.30 |
1609 | 2023-11-06T20:54:50.769Z | Compiling getrandom v0.1.16 |
1610 | 2023-11-06T20:54:50.793Z | Compiling semver v0.11.0 |
1611 | 2023-11-06T20:54:51.100Z | Compiling tar v0.4.40 |
1612 | 2023-11-06T20:54:51.479Z | Compiling parse-display v0.8.2 |
1613 | 2023-11-06T20:54:51.656Z | Compiling universal-hash v0.5.1 |
1614 | 2023-11-06T20:54:51.824Z | Compiling bitstruct_derive v0.1.0 |
1615 | 2023-11-06T20:54:51.922Z | Compiling async-recursion v1.0.5 |
1616 | 2023-11-06T20:54:51.971Z | Compiling home v0.5.5 |
1617 | 2023-11-06T20:54:52.336Z | Compiling opaque-debug v0.3.0 |
1618 | 2023-11-06T20:54:52.486Z | Compiling toolchain_find v0.2.0 |
1619 | 2023-11-06T20:54:53.416Z | Compiling num-rational v0.4.1 |
1620 | 2023-11-06T20:54:53.548Z | Compiling unicase v2.7.0 |
1621 | 2023-11-06T20:54:53.696Z | Compiling parking_lot_core v0.8.6 |
1622 | 2023-11-06T20:54:53.730Z | Compiling rustfmt-wrapper v0.2.0 |
1623 | 2023-11-06T20:54:54.219Z | Compiling parse-display v0.7.0 |
1624 | 2023-11-06T20:54:54.271Z | Compiling num_enum v0.5.11 |
1625 | 2023-11-06T20:54:54.336Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1626 | 2023-11-06T20:54:54.554Z | Compiling aead v0.5.2 |
1627 | 2023-11-06T20:54:54.805Z | Compiling postcard-cobs v0.1.5-pre |
1628 | 2023-11-06T20:54:54.822Z | Compiling winapi v0.3.9 |
1629 | 2023-11-06T20:54:54.909Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1630 | 2023-11-06T20:54:55.079Z | Compiling postcard v0.7.3 |
1631 | 2023-11-06T20:54:55.243Z | Compiling polyval v0.6.1 |
1632 | 2023-11-06T20:54:55.889Z | Compiling smoltcp v0.8.2 |
1633 | 2023-11-06T20:54:55.936Z | Compiling aes v0.8.3 |
1634 | 2023-11-06T20:54:56.017Z | Compiling ctr v0.9.2 |
1635 | 2023-11-06T20:54:56.217Z | Compiling thiserror-impl-no-std v2.0.2 |
1636 | 2023-11-06T20:54:56.519Z | Compiling cfg-if v0.1.10 |
1637 | 2023-11-06T20:54:56.546Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1638 | 2023-11-06T20:54:56.609Z | Compiling foreign-types-shared v0.3.1 |
1639 | 2023-11-06T20:54:56.788Z | Compiling foreign-types v0.5.0 |
1640 | 2023-11-06T20:54:56.957Z | Compiling mime_guess v2.0.4 |
1641 | 2023-11-06T20:54:58.796Z | Compiling is-terminal v0.4.9 |
1642 | 2023-11-06T20:54:58.860Z | Compiling hashlink v0.8.3 |
1643 | 2023-11-06T20:54:58.884Z | Compiling cstr-argument v0.1.2 |
1644 | 2023-11-06T20:54:59.154Z | Compiling fallible-streaming-iterator v0.1.9 |
1645 | 2023-11-06T20:54:59.545Z | Compiling pretty-hex v0.2.1 |
1646 | 2023-11-06T20:54:59.711Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1647 | 2023-11-06T20:54:59.826Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1648 | 2023-11-06T20:54:59.917Z | Compiling rusqlite v0.29.0 |
1649 | 2023-11-06T20:55:00.585Z | Compiling colored v2.0.4 |
1650 | 2023-11-06T20:55:00.701Z | Compiling nix v0.26.2 |
1651 | 2023-11-06T20:55:00.911Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1652 | 2023-11-06T20:55:01.555Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1653 | 2023-11-06T20:55:02.838Z | Compiling twox-hash v1.6.3 |
1654 | 2023-11-06T20:55:04.125Z | Compiling hkdf v0.12.3 |
1655 | 2023-11-06T20:55:04.722Z | Compiling textwrap v0.11.0 |
1656 | 2023-11-06T20:55:04.843Z | Compiling const_format_proc_macros v0.2.31 |
1657 | 2023-11-06T20:55:05.184Z | Compiling quick-error v1.2.3 |
1658 | 2023-11-06T20:55:05.416Z | Compiling linked-hash-map v0.5.6 |
1659 | 2023-11-06T20:55:05.639Z | Compiling vec_map v0.8.2 |
1660 | 2023-11-06T20:55:05.877Z | Compiling strsim v0.8.0 |
1661 | 2023-11-06T20:55:06.399Z | Compiling ansi_term v0.12.1 |
1662 | 2023-11-06T20:55:06.977Z | Compiling clap v2.34.0 |
1663 | 2023-11-06T20:55:07.644Z | Compiling lru-cache v0.1.2 |
1664 | 2023-11-06T20:55:07.827Z | Compiling resolv-conf v0.7.0 |
1665 | 2023-11-06T20:55:07.952Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1666 | 2023-11-06T20:55:13.784Z | Compiling num_enum v0.7.0 |
1667 | 2023-11-06T20:55:13.814Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1668 | 2023-11-06T20:55:13.895Z | Compiling bincode v1.3.3 |
1669 | 2023-11-06T20:55:13.975Z | Compiling humantime v2.1.0 |
1670 | 2023-11-06T20:55:14.043Z | Compiling convert_case v0.4.0 |
1671 | 2023-11-06T20:55:14.082Z | Compiling base64 v0.13.1 |
1672 | 2023-11-06T20:55:14.089Z | Compiling cancel-safe-futures v0.1.5 |
1673 | 2023-11-06T20:55:14.112Z | Compiling keccak v0.1.4 |
1674 | 2023-11-06T20:55:14.154Z | Compiling termcolor v1.2.0 |
1675 | 2023-11-06T20:55:14.169Z | Compiling utf-8 v0.7.6 |
1676 | 2023-11-06T20:55:14.637Z | Compiling env_logger v0.9.3 |
1677 | 2023-11-06T20:55:15.236Z | Compiling sha3 v0.10.8 |
1678 | 2023-11-06T20:55:15.782Z | Compiling derive_more v0.99.17 |
1679 | 2023-11-06T20:55:16.306Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1680 | 2023-11-06T20:55:16.399Z | Compiling structopt v0.3.26 |
1681 | 2023-11-06T20:55:16.949Z | Compiling trust-dns-resolver v0.22.0 |
1682 | 2023-11-06T20:55:18.364Z | Compiling aes-gcm-siv v0.11.1 |
1683 | 2023-11-06T20:55:18.803Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1684 | 2023-11-06T20:55:20.000Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1685 | 2023-11-06T20:55:21.679Z | Compiling zone v0.2.0 |
1686 | 2023-11-06T20:55:24.045Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1687 | 2023-11-06T20:55:24.388Z | Compiling secrecy v0.8.0 |
1688 | 2023-11-06T20:55:24.635Z | Compiling smf v0.2.2 |
1689 | 2023-11-06T20:55:24.823Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1690 | 2023-11-06T20:55:25.040Z | Compiling ascii v1.1.0 |
1691 | 2023-11-06T20:55:27.302Z | Compiling ringbuffer v0.15.0 |
1692 | 2023-11-06T20:55:27.992Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1693 | 2023-11-06T20:55:28.206Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1694 | 2023-11-06T20:55:28.358Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1695 | 2023-11-06T20:55:29.519Z | Compiling bitstruct v0.1.1 |
1696 | 2023-11-06T20:55:30.473Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1697 | 2023-11-06T20:55:31.651Z | Compiling serde_arrays v0.1.0 |
1698 | 2023-11-06T20:55:31.892Z | Compiling ff v0.13.0 |
1699 | 2023-11-06T20:55:32.114Z | Compiling nibble_vec v0.1.0 |
1700 | 2023-11-06T20:55:32.358Z | Compiling endian-type v0.1.2 |
1701 | 2023-11-06T20:55:32.436Z | Compiling arc-swap v1.6.0 |
1702 | 2023-11-06T20:55:32.708Z | Compiling radix_trie v0.2.1 |
1703 | 2023-11-06T20:55:33.545Z | Compiling slog-scope v4.4.0 |
1704 | 2023-11-06T20:55:33.672Z | Compiling group v0.13.0 |
1705 | 2023-11-06T20:55:34.357Z | Compiling rand_core v0.5.1 |
1706 | 2023-11-06T20:55:34.441Z | Compiling tungstenite v0.20.1 |
1707 | 2023-11-06T20:55:35.021Z | Compiling poly1305 v0.8.0 |
1708 | 2023-11-06T20:55:36.296Z | Compiling chacha20 v0.9.1 |
1709 | 2023-11-06T20:55:36.950Z | Compiling crypto-bigint v0.5.2 |
1710 | 2023-11-06T20:55:37.123Z | Compiling num-complex v0.4.4 |
1711 | 2023-11-06T20:55:37.146Z | Compiling half v1.8.2 |
1712 | 2023-11-06T20:55:37.754Z | Compiling base16ct v0.2.0 |
1713 | 2023-11-06T20:55:38.143Z | Compiling option-ext v0.2.0 |
1714 | 2023-11-06T20:55:38.192Z | Compiling ciborium-io v0.2.1 |
1715 | 2023-11-06T20:55:38.342Z | Compiling dirs-sys v0.4.1 |
1716 | 2023-11-06T20:55:38.399Z | Compiling ciborium-ll v0.2.1 |
1717 | 2023-11-06T20:55:38.895Z | Compiling num v0.4.1 |
1718 | 2023-11-06T20:55:38.956Z | Compiling tokio-tungstenite v0.20.1 |
1719 | 2023-11-06T20:55:39.108Z | Compiling parking_lot v0.11.2 |
1720 | 2023-11-06T20:55:39.348Z | Compiling rand_chacha v0.2.2 |
1721 | 2023-11-06T20:55:39.372Z | Compiling slog-stdlog v4.1.1 |
1722 | 2023-11-06T20:55:39.432Z | Compiling trust-dns-client v0.22.0 |
1723 | 2023-11-06T20:55:39.796Z | Compiling thiserror-no-std v2.0.2 |
1724 | 2023-11-06T20:55:40.135Z | Compiling elliptic-curve v0.13.5 |
1725 | 2023-11-06T20:55:41.016Z | Compiling password-hash v0.4.2 |
1726 | 2023-11-06T20:55:41.117Z | Compiling ed25519 v2.2.2 |
1727 | 2023-11-06T20:55:41.752Z | Compiling blowfish v0.9.1 |
1728 | 2023-11-06T20:55:42.350Z | Compiling pbkdf2 v0.12.2 |
1729 | 2023-11-06T20:55:42.622Z | Compiling fxhash v0.2.1 |
1730 | 2023-11-06T20:55:43.303Z | Compiling sled v0.34.7 |
1731 | 2023-11-06T20:55:43.517Z | Compiling bcrypt-pbkdf v0.10.0 |
1732 | 2023-11-06T20:55:43.643Z | Compiling trust-dns-server v0.22.1 |
1733 | 2023-11-06T20:55:44.241Z | Compiling pbkdf2 v0.11.0 |
1734 | 2023-11-06T20:55:44.316Z | Compiling ed25519-dalek v2.0.0 |
1735 | 2023-11-06T20:55:44.829Z | Compiling vsss-rs v3.3.1 |
1736 | 2023-11-06T20:55:45.270Z | Compiling russh-cryptovec v0.7.0 |
1737 | 2023-11-06T20:55:45.763Z | Compiling rand v0.7.3 |
1738 | 2023-11-06T20:55:46.076Z | Compiling slog-envlogger v2.2.0 |
1739 | 2023-11-06T20:55:47.408Z | Compiling ciborium v0.2.1 |
1740 | 2023-11-06T20:55:48.468Z | Compiling dirs v5.0.1 |
1741 | 2023-11-06T20:55:48.797Z | Compiling chacha20poly1305 v0.10.1 |
1742 | 2023-11-06T20:55:49.110Z | Compiling tungstenite v0.18.0 |
1743 | 2023-11-06T20:55:49.192Z | Compiling ron v0.7.1 |
1744 | 2023-11-06T20:55:50.040Z | Compiling const_format v0.2.31 |
1745 | 2023-11-06T20:55:51.212Z | Compiling ghash v0.5.0 |
1746 | 2023-11-06T20:55:52.113Z | Compiling camino-tempfile v1.0.2 |
1747 | 2023-11-06T20:55:52.871Z | Compiling cbc v0.1.2 |
1748 | 2023-11-06T20:55:52.912Z | Compiling headers-core v0.2.0 |
1749 | 2023-11-06T20:55:53.456Z | Compiling pem v3.0.2 |
1750 | 2023-11-06T20:55:53.501Z | Compiling bit_field v0.10.2 |
1751 | 2023-11-06T20:55:53.512Z | Compiling pretty-hex v0.3.0 |
1752 | 2023-11-06T20:55:53.634Z | Compiling md5 v0.7.0 |
1753 | 2023-11-06T20:55:53.720Z | Compiling http-range v0.1.5 |
1754 | 2023-11-06T20:55:53.868Z | Compiling rcgen v0.11.3 |
1755 | 2023-11-06T20:55:54.205Z | Compiling russh-keys v0.38.0 |
1756 | 2023-11-06T20:55:54.337Z | Compiling hyper-staticfile v0.9.5 |
1757 | 2023-11-06T20:55:54.472Z | Compiling headers v0.3.9 |
1758 | 2023-11-06T20:55:58.534Z | Compiling aes-gcm v0.10.3 |
1759 | 2023-11-06T20:55:59.116Z | Compiling tokio-tungstenite v0.18.0 |
1760 | 2023-11-06T20:56:03.014Z | Compiling pem v1.1.1 |
1761 | 2023-11-06T20:56:04.330Z | Compiling atomicwrites v0.4.2 |
1762 | 2023-11-06T20:56:04.909Z | Compiling subprocess v0.2.9 |
1763 | 2023-11-06T20:56:04.930Z | Compiling hex-literal v0.4.1 |
1764 | 2023-11-06T20:56:04.959Z | Compiling glob v0.3.1 |
1765 | 2023-11-06T20:56:06.361Z | Compiling russh v0.38.0 |
1766 | 2023-11-06T20:56:18.894Z | Compiling bzip2 v0.4.4 |
1767 | 2023-11-06T20:56:19.286Z | Compiling zip v0.6.6 |
1768 | 2023-11-06T20:56:23.603Z | Compiling rustls-webpki v0.101.7 |
1769 | 2023-11-06T20:56:26.008Z | Compiling tokio-rustls v0.24.1 |
1770 | 2023-11-06T20:56:26.253Z | Compiling git2 v0.17.2 |
1771 | 2023-11-06T20:56:26.541Z | Compiling hyper-rustls v0.24.2 |
1772 | 2023-11-06T20:56:27.335Z | Compiling reqwest v0.11.20 |
1773 | 2023-11-06T20:56:31.566Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1774 | 2023-11-06T20:56:32.234Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1775 | 2023-11-06T20:56:32.469Z | Compiling omicron-zone-package v0.8.3 |
1776 | 2023-11-06T20:56:32.675Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1777 | 2023-11-06T20:56:35.080Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1778 | 2023-11-06T20:56:38.310Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1779 | 2023-11-06T20:56:39.095Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1780 | 2023-11-06T20:56:50.117Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1781 | 2023-11-06T20:56:50.371Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1782 | 2023-11-06T20:56:50.794Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1783 | 2023-11-06T20:56:53.541Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1784 | 2023-11-06T20:56:53.558Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1785 | 2023-11-06T20:56:54.204Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1786 | 2023-11-06T20:56:54.534Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1787 | 2023-11-06T20:56:55.538Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1788 | 2023-11-06T20:56:56.600Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1789 | 2023-11-06T20:56:57.146Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1790 | 2023-11-06T20:56:57.169Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1791 | 2023-11-06T20:56:57.675Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1792 | 2023-11-06T20:56:58.017Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1793 | 2023-11-06T20:57:05.966Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1794 | 2023-11-06T20:57:06.194Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1795 | 2023-11-06T20:57:14.929Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1796 | 2023-11-06T20:57:15.574Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1797 | 2023-11-06T20:57:16.223Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1798 | 2023-11-06T20:57:24.254Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1799 | 2023-11-06T20:57:25.410Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1800 | 2023-11-06T20:57:31.425Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1801 | 2023-11-06T20:57:36.799Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1802 | 2023-11-06T20:57:44.878Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1803 | 2023-11-06T20:57:45.629Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1804 | 2023-11-06T20:57:46.313Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1805 | 2023-11-06T20:57:47.723Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1806 | 2023-11-06T20:58:04.882Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1807 | 2023-11-06T20:58:05.571Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1808 | 2023-11-06T20:58:05.613Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1809 | 2023-11-06T20:58:12.568Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1810 | 2023-11-06T20:58:15.590Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1811 | 2023-11-06T20:58:26.268Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1812 | 2023-11-06T20:58:34.032Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1813 | 2023-11-06T20:58:41.598Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1814 | 2023-11-06T20:59:29.863Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1815 | 2023-11-06T21:01:04.981Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 42s |
1816 | 2023-11-06T21:01:05.325Z | |
1817 | 2023-11-06T21:01:05.336Z | real 10:42.863469708 |
1818 | 2023-11-06T21:01:05.340Z | user 1:01:44.608947622 |
1819 | 2023-11-06T21:01:05.344Z | sys 9:44.855414687 |
1820 | 2023-11-06T21:01:05.349Z | trap 2.656982160 |
1821 | 2023-11-06T21:01:05.353Z | tflt 2.997630095 |
1822 | 2023-11-06T21:01:05.359Z | dflt 7.574838689 |
1823 | 2023-11-06T21:01:05.363Z | kflt 0.018409091 |
1824 | 2023-11-06T21:01:05.367Z | lock 1:58:35.123154658 |
1825 | 2023-11-06T21:01:05.371Z | slp 3:30:54.309281884 |
1826 | 2023-11-06T21:01:05.375Z | lat 2:33.936455626 |
1827 | 2023-11-06T21:01:05.379Z | stop 6:26.692893191 |
1828 | 2023-11-06T21:01:05.403Z | + mkdir -p /work/end-to-end-tests |
1829 | 2023-11-06T21:01:05.411Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1830 | 2023-11-06T21:01:06.245Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1831 | 2023-11-06T21:01:06.673Z | + ptime -m gzip |
1832 | 2023-11-06T21:01:06.700Z | ++ basename target/debug/bootstrap |
1833 | 2023-11-06T21:01:23.687Z | |
1834 | 2023-11-06T21:01:24.303Z | real 17.438767938 |
1835 | 2023-11-06T21:01:24.351Z | user 17.234658879 |
1836 | 2023-11-06T21:01:24.363Z | sys 0.186176697 |
1837 | 2023-11-06T21:01:24.370Z | trap 0.006699252 |
1838 | 2023-11-06T21:01:24.374Z | tflt 0.000000000 |
1839 | 2023-11-06T21:01:24.382Z | dflt 0.000000000 |
1840 | 2023-11-06T21:01:24.386Z | kflt 0.000000000 |
1841 | 2023-11-06T21:01:24.463Z | lock 0.000000000 |
1842 | 2023-11-06T21:01:27.113Z | slp 0.000000000 |
1843 | 2023-11-06T21:01:27.292Z | lat 0.010897362 |
1844 | 2023-11-06T21:01:27.457Z | stop 0.000222444 |
1845 | 2023-11-06T21:01:27.502Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1846 | 2023-11-06T21:01:27.587Z | + ptime -m gzip |
1847 | 2023-11-06T21:01:27.636Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-346a6c0cadffef35 |
1848 | 2023-11-06T21:01:28.050Z | |
1849 | 2023-11-06T21:01:28.066Z | real 1.103545522 |
1850 | 2023-11-06T21:01:28.095Z | user 1.090203576 |
1851 | 2023-11-06T21:01:28.118Z | sys 0.012373118 |
1852 | 2023-11-06T21:01:28.263Z | trap 0.000130020 |
1853 | 2023-11-06T21:01:28.379Z | tflt 0.000000000 |
1854 | 2023-11-06T21:01:28.433Z | dflt 0.000000000 |
1855 | 2023-11-06T21:01:28.474Z | kflt 0.000000000 |
1856 | 2023-11-06T21:01:28.498Z | lock 0.000000000 |
1857 | 2023-11-06T21:01:28.523Z | slp 0.000000000 |
1858 | 2023-11-06T21:01:28.553Z | lat 0.000212950 |
1859 | 2023-11-06T21:01:28.584Z | stop 0.000511759 |
1860 | 2023-11-06T21:01:28.613Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1861 | 2023-11-06T21:01:28.625Z | + ptime -m gzip |
1862 | 2023-11-06T21:01:28.629Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ad8d578e5459ec9d |
1863 | 2023-11-06T21:01:44.573Z | |
1864 | 2023-11-06T21:01:44.606Z | real 19.737550792 |
1865 | 2023-11-06T21:01:44.664Z | user 19.533268103 |
1866 | 2023-11-06T21:01:45.124Z | sys 0.197945686 |
1867 | 2023-11-06T21:01:45.139Z | trap 0.004497659 |
1868 | 2023-11-06T21:01:45.153Z | tflt 0.000000000 |
1869 | 2023-11-06T21:01:45.165Z | dflt 0.000000000 |
1870 | 2023-11-06T21:01:45.242Z | kflt 0.000000000 |
1871 | 2023-11-06T21:01:45.316Z | lock 0.000000000 |
1872 | 2023-11-06T21:01:45.341Z | slp 0.000000000 |
1873 | 2023-11-06T21:01:45.356Z | lat 0.001494034 |
1874 | 2023-11-06T21:01:45.382Z | stop 0.000225651 |
1875 | 2023-11-06T21:01:45.419Z | + banner caboose-util |
1876 | 2023-11-06T21:01:45.440Z | |
1877 | 2023-11-06T21:01:45.449Z | #### ## ##### #### #### #### ###### # # ##### |
1878 | 2023-11-06T21:01:45.454Z | # # # # # # # # # # # # # # # |
1879 | 2023-11-06T21:01:45.470Z | # # # ##### # # # # #### ##### ##### # # # |
1880 | 2023-11-06T21:01:45.479Z | # ###### # # # # # # # # # # # |
1881 | 2023-11-06T21:01:45.489Z | # # # # # # # # # # # # # # # # |
1882 | 2023-11-06T21:01:45.499Z | #### # # ##### #### #### #### ###### #### # |
1883 | 2023-11-06T21:01:45.514Z | |
1884 | 2023-11-06T21:01:45.935Z | + ptime -m cargo build --locked -p caboose-util --release |
1885 | 2023-11-06T21:01:45.949Z | Downloading crates ... |
1886 | 2023-11-06T21:01:45.973Z | Downloaded env_logger v0.10.0 |
1887 | 2023-11-06T21:01:46.008Z | Downloaded crc-catalog v2.2.0 |
1888 | 2023-11-06T21:01:46.454Z | Downloaded packed_struct_codegen v0.10.1 |
1889 | 2023-11-06T21:01:46.471Z | Downloaded nodrop v0.1.14 |
1890 | 2023-11-06T21:01:46.479Z | Downloaded path-slash v0.1.5 |
1891 | 2023-11-06T21:01:46.486Z | Downloaded maybe-uninit v2.0.0 |
1892 | 2023-11-06T21:01:46.501Z | Downloaded array-init v0.0.4 |
1893 | 2023-11-06T21:01:46.516Z | Downloaded flagset v0.4.3 |
1894 | 2023-11-06T21:01:46.547Z | Downloaded crc v3.0.1 |
1895 | 2023-11-06T21:01:46.569Z | Downloaded der_derive v0.7.2 |
1896 | 2023-11-06T21:01:46.578Z | Downloaded pkcs1 v0.7.5 |
1897 | 2023-11-06T21:01:46.589Z | Downloaded serde-hex v0.1.0 |
1898 | 2023-11-06T21:01:46.605Z | Downloaded ron v0.8.1 |
1899 | 2023-11-06T21:01:46.625Z | Downloaded crc-any v2.4.3 |
1900 | 2023-11-06T21:01:46.638Z | Downloaded rsa v0.9.2 |
1901 | 2023-11-06T21:01:46.646Z | Downloaded x509-cert v0.2.4 |
1902 | 2023-11-06T21:01:46.653Z | Downloaded num-bigint-dig v0.8.4 |
1903 | 2023-11-06T21:01:46.665Z | Downloaded object v0.30.4 |
1904 | 2023-11-06T21:01:47.499Z | Downloaded smallvec v0.6.14 |
1905 | 2023-11-06T21:01:47.509Z | Downloaded pem-rfc7468 v0.7.0 |
1906 | 2023-11-06T21:01:47.514Z | Downloaded bitfield v0.14.0 |
1907 | 2023-11-06T21:01:47.522Z | Downloaded packed_struct v0.10.1 |
1908 | 2023-11-06T21:01:47.539Z | Compiling proc-macro2 v1.0.67 |
1909 | 2023-11-06T21:01:47.562Z | Compiling unicode-ident v1.0.12 |
1910 | 2023-11-06T21:01:47.573Z | Compiling libc v0.2.149 |
1911 | 2023-11-06T21:01:47.584Z | Compiling autocfg v1.1.0 |
1912 | 2023-11-06T21:01:47.600Z | Compiling serde v1.0.188 |
1913 | 2023-11-06T21:01:47.611Z | Compiling version_check v0.9.4 |
1914 | 2023-11-06T21:01:47.620Z | Compiling cfg-if v1.0.0 |
1915 | 2023-11-06T21:01:47.638Z | Compiling syn v1.0.109 |
1916 | 2023-11-06T21:01:47.650Z | Compiling parking_lot_core v0.9.8 |
1917 | 2023-11-06T21:01:47.660Z | Compiling once_cell v1.18.0 |
1918 | 2023-11-06T21:01:47.670Z | Compiling typenum v1.16.0 |
1919 | 2023-11-06T21:01:47.682Z | Compiling libm v0.2.7 |
1920 | 2023-11-06T21:01:47.697Z | Compiling futures-core v0.3.29 |
1921 | 2023-11-06T21:01:47.711Z | Compiling generic-array v0.14.7 |
1922 | 2023-11-06T21:01:47.721Z | Compiling lock_api v0.4.10 |
1923 | 2023-11-06T21:01:47.741Z | Compiling num-traits v0.2.16 |
1924 | 2023-11-06T21:01:47.758Z | Compiling pkg-config v0.3.27 |
1925 | 2023-11-06T21:01:47.771Z | Compiling scopeguard v1.2.0 |
1926 | 2023-11-06T21:01:47.792Z | Compiling slab v0.4.9 |
1927 | 2023-11-06T21:01:48.243Z | Compiling quote v1.0.33 |
1928 | 2023-11-06T21:01:48.279Z | Compiling futures-channel v0.3.29 |
1929 | 2023-11-06T21:01:48.288Z | Compiling futures-task v0.3.29 |
1930 | 2023-11-06T21:01:48.586Z | Compiling serde_json v1.0.108 |
1931 | 2023-11-06T21:01:48.756Z | Compiling thiserror v1.0.49 |
1932 | 2023-11-06T21:01:48.962Z | Compiling syn v2.0.32 |
1933 | 2023-11-06T21:01:49.090Z | Compiling jobserver v0.1.26 |
1934 | 2023-11-06T21:01:49.291Z | Compiling getrandom v0.2.10 |
1935 | 2023-11-06T21:01:49.621Z | Compiling cc v1.0.83 |
1936 | 2023-11-06T21:01:49.844Z | Compiling futures-util v0.3.29 |
1937 | 2023-11-06T21:01:49.951Z | Compiling memchr v2.6.3 |
1938 | 2023-11-06T21:01:50.685Z | Compiling itoa v1.0.9 |
1939 | 2023-11-06T21:01:50.705Z | Compiling ahash v0.8.3 |
1940 | 2023-11-06T21:01:50.727Z | Compiling smallvec v1.11.0 |
1941 | 2023-11-06T21:01:50.788Z | Compiling vcpkg v0.2.15 |
1942 | 2023-11-06T21:01:51.103Z | Compiling log v0.4.20 |
1943 | 2023-11-06T21:01:52.046Z | Compiling byteorder v1.5.0 |
1944 | 2023-11-06T21:01:52.867Z | Compiling rand_core v0.6.4 |
1945 | 2023-11-06T21:01:53.702Z | Compiling pin-project-lite v0.2.13 |
1946 | 2023-11-06T21:01:53.820Z | Compiling parking_lot v0.12.1 |
1947 | 2023-11-06T21:01:53.900Z | Compiling indexmap v1.9.3 |
1948 | 2023-11-06T21:01:54.421Z | Compiling openssl-sys v0.9.93 |
1949 | 2023-11-06T21:01:55.210Z | Compiling ring v0.17.5 |
1950 | 2023-11-06T21:01:56.316Z | Compiling io-lifetimes v1.0.11 |
1951 | 2023-11-06T21:01:56.926Z | Compiling ring v0.16.20 |
1952 | 2023-11-06T21:01:57.160Z | Compiling num-integer v0.1.45 |
1953 | 2023-11-06T21:01:57.559Z | Compiling ryu v1.0.15 |
1954 | 2023-11-06T21:01:58.026Z | Compiling const-oid v0.9.5 |
1955 | 2023-11-06T21:01:58.500Z | Compiling semver v1.0.20 |
1956 | 2023-11-06T21:01:59.448Z | Compiling spin v0.5.2 |
1957 | 2023-11-06T21:01:59.817Z | Compiling rustix v0.37.23 |
1958 | 2023-11-06T21:02:00.436Z | Compiling mio v0.8.8 |
1959 | 2023-11-06T21:02:00.702Z | Compiling num_cpus v1.16.0 |
1960 | 2023-11-06T21:02:00.871Z | Compiling signal-hook-registry v1.4.1 |
1961 | 2023-11-06T21:02:00.997Z | Compiling socket2 v0.5.4 |
1962 | 2023-11-06T21:02:01.606Z | Compiling ucd-trie v0.1.6 |
1963 | 2023-11-06T21:02:01.709Z | Compiling openssl v0.10.57 |
1964 | 2023-11-06T21:02:01.956Z | Compiling unicode-xid v0.2.4 |
1965 | 2023-11-06T21:02:02.222Z | Compiling httparse v1.8.0 |
1966 | 2023-11-06T21:02:02.234Z | Compiling futures-sink v0.3.29 |
1967 | 2023-11-06T21:02:02.267Z | Compiling heck v0.4.1 |
1968 | 2023-11-06T21:02:02.415Z | Compiling synstructure v0.12.6 |
1969 | 2023-11-06T21:02:02.781Z | Compiling tinyvec_macros v0.1.1 |
1970 | 2023-11-06T21:02:02.906Z | Compiling tinyvec v1.6.0 |
1971 | 2023-11-06T21:02:04.487Z | Compiling radium v0.7.0 |
1972 | 2023-11-06T21:02:05.024Z | Compiling ppv-lite86 v0.2.17 |
1973 | 2023-11-06T21:02:05.189Z | Compiling crc32fast v1.3.2 |
1974 | 2023-11-06T21:02:12.010Z | Compiling futures-io v0.3.29 |
1975 | 2023-11-06T21:02:12.131Z | Compiling pin-utils v0.1.0 |
1976 | 2023-11-06T21:02:12.205Z | Compiling native-tls v0.2.11 |
1977 | 2023-11-06T21:02:12.233Z | Compiling rustls v0.21.8 |
1978 | 2023-11-06T21:02:12.303Z | Compiling rand_chacha v0.3.1 |
1979 | 2023-11-06T21:02:12.364Z | Compiling unicode-normalization v0.1.22 |
1980 | 2023-11-06T21:02:12.401Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1981 | 2023-11-06T21:02:12.435Z | Compiling spin v0.9.8 |
1982 | 2023-11-06T21:02:12.461Z | Compiling tracing-core v0.1.31 |
1983 | 2023-11-06T21:02:12.523Z | Compiling unicode-bidi v0.3.13 |
1984 | 2023-11-06T21:02:12.582Z | Compiling subtle v2.5.0 |
1985 | 2023-11-06T21:02:12.630Z | Compiling rand v0.8.5 |
1986 | 2023-11-06T21:02:12.642Z | Compiling errno v0.3.2 |
1987 | 2023-11-06T21:02:12.706Z | Compiling num-iter v0.1.43 |
1988 | 2023-11-06T21:02:12.760Z | Compiling usdt-impl v0.3.5 |
1989 | 2023-11-06T21:02:12.813Z | Compiling rustix v0.38.9 |
1990 | 2023-11-06T21:02:12.828Z | Compiling schemars v0.8.13 |
1991 | 2023-11-06T21:02:12.855Z | Compiling base64 v0.21.5 |
1992 | 2023-11-06T21:02:12.906Z | Compiling serde_derive v1.0.188 |
1993 | 2023-11-06T21:02:12.930Z | Compiling zeroize_derive v1.4.2 |
1994 | 2023-11-06T21:02:12.953Z | Compiling tokio-macros v2.1.0 |
1995 | 2023-11-06T21:02:12.971Z | Compiling thiserror-impl v1.0.49 |
1996 | 2023-11-06T21:02:12.990Z | Compiling futures-macro v0.3.29 |
1997 | 2023-11-06T21:02:13.006Z | Compiling tracing-attributes v0.1.26 |
1998 | 2023-11-06T21:02:13.013Z | Compiling zerocopy-derive v0.2.0 |
1999 | 2023-11-06T21:02:13.392Z | Compiling openssl-macros v0.1.1 |
2000 | 2023-11-06T21:02:14.233Z | Compiling zeroize v1.6.0 |
2001 | 2023-11-06T21:02:14.524Z | Compiling zerocopy-derive v0.6.4 |
2002 | 2023-11-06T21:02:17.491Z | Compiling crypto-common v0.1.6 |
2003 | 2023-11-06T21:02:17.523Z | Compiling pest v2.7.2 |
2004 | 2023-11-06T21:02:17.579Z | Compiling block-buffer v0.10.4 |
2005 | 2023-11-06T21:02:17.813Z | Compiling serde_derive_internals v0.26.0 |
2006 | 2023-11-06T21:02:17.972Z | Compiling digest v0.10.7 |
2007 | 2023-11-06T21:02:18.437Z | Compiling tracing v0.1.37 |
2008 | 2023-11-06T21:02:20.062Z | Compiling bitflags v1.3.2 |
2009 | 2023-11-06T21:02:20.997Z | Compiling fnv v1.0.7 |
2010 | 2023-11-06T21:02:21.951Z | Compiling pest_meta v2.7.2 |
2011 | 2023-11-06T21:02:22.326Z | Compiling schemars_derive v0.8.13 |
2012 | 2023-11-06T21:02:23.245Z | Compiling zerocopy v0.3.0 |
2013 | 2023-11-06T21:02:24.236Z | Compiling pest_generator v2.7.2 |
2014 | 2023-11-06T21:02:26.254Z | Compiling lazy_static v1.4.0 |
2015 | 2023-11-06T21:02:26.960Z | Compiling backtrace v0.3.69 |
2016 | 2023-11-06T21:02:27.392Z | Compiling memoffset v0.9.0 |
2017 | 2023-11-06T21:02:27.457Z | Compiling num-bigint v0.4.4 |
2018 | 2023-11-06T21:02:27.578Z | Compiling untrusted v0.9.0 |
2019 | 2023-11-06T21:02:27.790Z | Compiling openssl-probe v0.1.5 |
2020 | 2023-11-06T21:02:27.831Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2021 | 2023-11-06T21:02:27.977Z | Compiling hashbrown v0.12.3 |
2022 | 2023-11-06T21:02:28.321Z | Compiling untrusted v0.7.1 |
2023 | 2023-11-06T21:02:28.625Z | Compiling base64ct v1.6.0 |
2024 | 2023-11-06T21:02:28.996Z | Compiling allocator-api2 v0.2.16 |
2025 | 2023-11-06T21:02:29.225Z | Compiling pest_derive v2.7.2 |
2026 | 2023-11-06T21:02:29.913Z | Compiling async-trait v0.1.74 |
2027 | 2023-11-06T21:02:29.921Z | Compiling iana-time-zone v0.1.57 |
2028 | 2023-11-06T21:02:30.059Z | Compiling smoltcp v0.9.1 |
2029 | 2023-11-06T21:02:30.151Z | Compiling foreign-types-shared v0.1.1 |
2030 | 2023-11-06T21:02:30.294Z | Compiling crossbeam-utils v0.8.16 |
2031 | 2023-11-06T21:02:30.340Z | Compiling percent-encoding v2.3.0 |
2032 | 2023-11-06T21:02:30.872Z | Compiling dtrace-parser v0.1.14 |
2033 | 2023-11-06T21:02:30.894Z | Compiling foreign-types v0.3.2 |
2034 | 2023-11-06T21:02:30.905Z | Compiling hashbrown v0.14.2 |
2035 | 2023-11-06T21:02:30.960Z | Compiling pem-rfc7468 v0.7.0 |
2036 | 2023-11-06T21:02:32.626Z | Compiling dof v0.1.5 |
2037 | 2023-11-06T21:02:32.864Z | Compiling der_derive v0.7.2 |
2038 | 2023-11-06T21:02:33.344Z | Compiling clap_derive v4.4.2 |
2039 | 2023-11-06T21:02:35.830Z | Compiling bytes v1.5.0 |
2040 | 2023-11-06T21:02:36.888Z | Compiling bitflags v2.4.0 |
2041 | 2023-11-06T21:02:37.417Z | Compiling tokio v1.33.0 |
2042 | 2023-11-06T21:02:37.486Z | Compiling rustc_version v0.4.0 |
2043 | 2023-11-06T21:02:38.614Z | Compiling heapless v0.7.16 |
2044 | 2023-11-06T21:02:39.214Z | Compiling http v0.2.9 |
2045 | 2023-11-06T21:02:39.838Z | Compiling uuid v1.4.1 |
2046 | 2023-11-06T21:02:40.902Z | Compiling chrono v0.4.31 |
2047 | 2023-11-06T21:02:41.267Z | Compiling thread-id v4.2.0 |
2048 | 2023-11-06T21:02:41.764Z | Compiling rustversion v1.0.14 |
2049 | 2023-11-06T21:02:41.770Z | Compiling flagset v0.4.3 |
2050 | 2023-11-06T21:02:41.786Z | Compiling try-lock v0.2.4 |
2051 | 2023-11-06T21:02:42.274Z | Compiling utf8parse v0.2.1 |
2052 | 2023-11-06T21:02:42.290Z | Compiling equivalent v1.0.1 |
2053 | 2023-11-06T21:02:42.303Z | Compiling cpufeatures v0.2.9 |
2054 | 2023-11-06T21:02:42.802Z | Compiling time-core v0.1.1 |
2055 | 2023-11-06T21:02:42.806Z | Compiling anstyle v1.0.2 |
2056 | 2023-11-06T21:02:42.814Z | Compiling adler v1.0.2 |
2057 | 2023-11-06T21:02:42.969Z | Compiling siphasher v0.3.11 |
2058 | 2023-11-06T21:02:43.230Z | Compiling miniz_oxide v0.7.1 |
2059 | 2023-11-06T21:02:43.596Z | Compiling time-macros v0.2.13 |
2060 | 2023-11-06T21:02:45.540Z | Compiling indexmap v2.1.0 |
2061 | 2023-11-06T21:02:47.083Z | Compiling sha2 v0.10.8 |
2062 | 2023-11-06T21:02:47.324Z | Compiling anstyle-parse v0.2.1 |
2063 | 2023-11-06T21:02:47.664Z | Compiling want v0.3.1 |
2064 | 2023-11-06T21:02:47.917Z | Compiling http-body v0.4.5 |
2065 | 2023-11-06T21:02:48.075Z | Compiling der v0.7.8 |
2066 | 2023-11-06T21:02:51.169Z | Compiling tokio-util v0.7.10 |
2067 | 2023-11-06T21:02:52.287Z | Compiling serde_tokenstream v0.1.7 |
2068 | 2023-11-06T21:02:53.084Z | Compiling h2 v0.3.21 |
2069 | 2023-11-06T21:02:53.469Z | Compiling sct v0.7.0 |
2070 | 2023-11-06T21:02:55.406Z | Compiling form_urlencoded v1.2.0 |
2071 | 2023-11-06T21:02:56.387Z | Compiling hubpack_derive v0.1.1 |
2072 | 2023-11-06T21:02:57.080Z | Compiling socket2 v0.4.9 |
2073 | 2023-11-06T21:02:57.646Z | Compiling crossbeam-epoch v0.9.15 |
2074 | 2023-11-06T21:02:58.352Z | Compiling tower-service v0.3.2 |
2075 | 2023-11-06T21:02:59.456Z | Compiling colorchoice v1.0.0 |
2076 | 2023-11-06T21:02:59.734Z | Compiling slog v2.7.0 |
2077 | 2023-11-06T21:02:59.841Z | Compiling anstyle-query v1.0.0 |
2078 | 2023-11-06T21:02:59.918Z | Compiling anyhow v1.0.75 |
2079 | 2023-11-06T21:03:00.056Z | Compiling tap v1.0.1 |
2080 | 2023-11-06T21:03:00.708Z | Compiling httpdate v1.0.3 |
2081 | 2023-11-06T21:03:01.859Z | Compiling wyz v0.5.1 |
2082 | 2023-11-06T21:03:02.130Z | Compiling anstream v0.5.0 |
2083 | 2023-11-06T21:03:05.590Z | Compiling hyper v0.14.27 |
2084 | 2023-11-06T21:03:07.608Z | Compiling terminal_size v0.2.6 |
2085 | 2023-11-06T21:03:07.929Z | Compiling spki v0.7.2 |
2086 | 2023-11-06T21:03:10.312Z | Compiling rustls-pemfile v1.0.3 |
2087 | 2023-11-06T21:03:10.731Z | Compiling md-5 v0.10.5 |
2088 | 2023-11-06T21:03:10.910Z | Compiling hmac v0.12.1 |
2089 | 2023-11-06T21:03:11.085Z | Compiling zerocopy v0.6.4 |
2090 | 2023-11-06T21:03:11.442Z | Compiling idna v0.4.0 |
2091 | 2023-11-06T21:03:11.585Z | Compiling stringprep v0.1.3 |
2092 | 2023-11-06T21:03:12.726Z | Compiling diesel_table_macro_syntax v0.1.0 |
2093 | 2023-11-06T21:03:13.030Z | Compiling hash32 v0.2.1 |
2094 | 2023-11-06T21:03:13.398Z | Compiling aho-corasick v1.0.4 |
2095 | 2023-11-06T21:03:13.677Z | Compiling strsim v0.10.0 |
2096 | 2023-11-06T21:03:13.980Z | Compiling dyn-clone v1.0.13 |
2097 | 2023-11-06T21:03:15.264Z | Compiling gimli v0.28.0 |
2098 | 2023-11-06T21:03:15.530Z | Compiling clap_lex v0.5.1 |
2099 | 2023-11-06T21:03:16.706Z | Compiling funty v2.0.0 |
2100 | 2023-11-06T21:03:17.094Z | Compiling stable_deref_trait v1.2.0 |
2101 | 2023-11-06T21:03:17.232Z | Compiling fallible-iterator v0.2.0 |
2102 | 2023-11-06T21:03:18.505Z | Compiling either v1.9.0 |
2103 | 2023-11-06T21:03:19.565Z | Compiling maybe-uninit v2.0.0 |
2104 | 2023-11-06T21:03:19.651Z | Compiling regex-syntax v0.8.2 |
2105 | 2023-11-06T21:03:20.636Z | Compiling bitvec v1.0.1 |
2106 | 2023-11-06T21:03:20.852Z | Compiling postgres-protocol v0.6.6 |
2107 | 2023-11-06T21:03:22.072Z | Compiling clap_builder v4.4.2 |
2108 | 2023-11-06T21:03:26.504Z | Compiling addr2line v0.21.0 |
2109 | 2023-11-06T21:03:29.428Z | Compiling diesel_derives v2.1.1 |
2110 | 2023-11-06T21:03:50.697Z | Compiling url v2.4.1 |
2111 | 2023-11-06T21:03:51.049Z | Compiling regex-automata v0.4.3 |
2112 | 2023-11-06T21:03:52.069Z | Compiling rustls-native-certs v0.6.3 |
2113 | 2023-11-06T21:03:52.649Z | Compiling strum_macros v0.25.2 |
2114 | 2023-11-06T21:03:52.715Z | Compiling tokio-native-tls v0.3.1 |
2115 | 2023-11-06T21:03:52.765Z | Compiling usdt-attr-macro v0.3.5 |
2116 | 2023-11-06T21:03:52.828Z | Compiling usdt-macro v0.3.5 |
2117 | 2023-11-06T21:03:52.910Z | Compiling phf_shared v0.11.2 |
2118 | 2023-11-06T21:03:52.985Z | Compiling toml_datetime v0.6.5 |
2119 | 2023-11-06T21:03:53.067Z | Compiling serde_spanned v0.6.4 |
2120 | 2023-11-06T21:03:53.184Z | Compiling block-padding v0.3.3 |
2121 | 2023-11-06T21:03:53.781Z | Compiling enum-as-inner v0.5.1 |
2122 | 2023-11-06T21:03:54.219Z | Compiling serde_repr v0.1.16 |
2123 | 2023-11-06T21:03:54.245Z | Compiling scheduled-thread-pool v0.2.7 |
2124 | 2023-11-06T21:03:54.263Z | Compiling object v0.32.1 |
2125 | 2023-11-06T21:03:54.282Z | Compiling deranged v0.3.8 |
2126 | 2023-11-06T21:03:54.304Z | Compiling rustc-demangle v0.1.23 |
2127 | 2023-11-06T21:03:54.316Z | Compiling winnow v0.5.15 |
2128 | 2023-11-06T21:03:54.335Z | Compiling ipnet v2.8.0 |
2129 | 2023-11-06T21:03:54.787Z | Compiling num_threads v0.1.6 |
2130 | 2023-11-06T21:03:54.892Z | Compiling bit-vec v0.6.3 |
2131 | 2023-11-06T21:03:54.987Z | Compiling managed v0.8.0 |
2132 | 2023-11-06T21:03:55.048Z | Compiling num-bigint-dig v0.8.4 |
2133 | 2023-11-06T21:03:55.081Z | Compiling regex-automata v0.1.10 |
2134 | 2023-11-06T21:03:55.521Z | Compiling packed_struct v0.10.1 |
2135 | 2023-11-06T21:03:55.552Z | Compiling matches v0.1.10 |
2136 | 2023-11-06T21:03:55.590Z | Compiling idna v0.2.3 |
2137 | 2023-11-06T21:03:55.628Z | Compiling toml_edit v0.19.15 |
2138 | 2023-11-06T21:03:55.672Z | Compiling bstr v0.2.17 |
2139 | 2023-11-06T21:03:56.597Z | Compiling time v0.3.27 |
2140 | 2023-11-06T21:03:58.135Z | Compiling r2d2 v0.8.10 |
2141 | 2023-11-06T21:04:01.566Z | Compiling inout v0.1.3 |
2142 | 2023-11-06T21:04:02.699Z | Compiling phf v0.11.2 |
2143 | 2023-11-06T21:04:03.200Z | Compiling regex v1.10.2 |
2144 | 2023-11-06T21:04:03.657Z | Compiling hyper-tls v0.5.0 |
2145 | 2023-11-06T21:04:04.012Z | Compiling clap v4.4.3 |
2146 | 2023-11-06T21:04:04.177Z | Compiling flate2 v1.0.28 |
2147 | 2023-11-06T21:04:04.198Z | Compiling ipnetwork v0.20.0 |
2148 | 2023-11-06T21:04:04.574Z | Compiling postgres-types v0.2.6 |
2149 | 2023-11-06T21:04:05.055Z | Compiling itertools v0.11.0 |
2150 | 2023-11-06T21:04:05.128Z | Compiling pkcs8 v0.10.2 |
2151 | 2023-11-06T21:04:06.011Z | Compiling hubpack v0.1.2 |
2152 | 2023-11-06T21:04:06.023Z | Compiling serde_urlencoded v0.7.1 |
2153 | 2023-11-06T21:04:06.065Z | Compiling phf_shared v0.10.0 |
2154 | 2023-11-06T21:04:06.873Z | Compiling futures-executor v0.3.29 |
2155 | 2023-11-06T21:04:07.688Z | Compiling signature v2.1.0 |
2156 | 2023-11-06T21:04:08.491Z | Compiling packed_struct_codegen v0.10.1 |
2157 | 2023-11-06T21:04:09.996Z | Compiling float-cmp v0.9.0 |
2158 | 2023-11-06T21:04:10.824Z | Compiling encoding_rs v0.8.33 |
2159 | 2023-11-06T21:04:10.839Z | Compiling whoami v1.4.1 |
2160 | 2023-11-06T21:04:12.130Z | Compiling nodrop v0.1.14 |
2161 | 2023-11-06T21:04:12.144Z | Compiling difflib v0.4.0 |
2162 | 2023-11-06T21:04:13.228Z | Compiling crc-catalog v2.2.0 |
2163 | 2023-11-06T21:04:13.240Z | Compiling webpki-roots v0.25.2 |
2164 | 2023-11-06T21:04:13.274Z | Compiling static_assertions v1.1.0 |
2165 | 2023-11-06T21:04:13.304Z | Compiling mime v0.3.17 |
2166 | 2023-11-06T21:04:14.159Z | Compiling fixedbitset v0.4.2 |
2167 | 2023-11-06T21:04:16.116Z | Compiling normalize-line-endings v0.3.0 |
2168 | 2023-11-06T21:04:16.589Z | Compiling precomputed-hash v0.1.1 |
2169 | 2023-11-06T21:04:16.600Z | Compiling unicode-width v0.1.11 |
2170 | 2023-11-06T21:04:16.610Z | Compiling regex-automata v0.3.8 |
2171 | 2023-11-06T21:04:16.685Z | Compiling predicates-core v1.0.6 |
2172 | 2023-11-06T21:04:17.188Z | Compiling data-encoding v2.4.0 |
2173 | 2023-11-06T21:04:17.311Z | Compiling new_debug_unreachable v1.0.4 |
2174 | 2023-11-06T21:04:18.453Z | Compiling unicode-segmentation v1.10.1 |
2175 | 2023-11-06T21:04:19.483Z | Compiling bstr v1.6.0 |
2176 | 2023-11-06T21:04:20.413Z | Compiling similar v2.2.1 |
2177 | 2023-11-06T21:04:22.771Z | Compiling trust-dns-proto v0.22.0 |
2178 | 2023-11-06T21:04:24.028Z | Compiling string_cache v0.8.7 |
2179 | 2023-11-06T21:04:25.055Z | Compiling predicates v3.0.4 |
2180 | 2023-11-06T21:04:25.119Z | Compiling console v0.15.7 |
2181 | 2023-11-06T21:04:32.470Z | Compiling petgraph v0.6.4 |
2182 | 2023-11-06T21:04:32.511Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2183 | 2023-11-06T21:04:36.678Z | Compiling crc v3.0.1 |
2184 | 2023-11-06T21:04:38.904Z | Compiling array-init v0.0.4 |
2185 | 2023-11-06T21:04:39.561Z | Compiling tokio-postgres v0.7.10 |
2186 | 2023-11-06T21:04:46.561Z | Compiling futures v0.3.29 |
2187 | 2023-11-06T21:04:47.947Z | Compiling pkcs1 v0.7.5 |
2188 | 2023-11-06T21:04:47.985Z | Compiling smallvec v0.6.14 |
2189 | 2023-11-06T21:04:48.741Z | Compiling diesel v2.1.3 |
2190 | 2023-11-06T21:04:49.225Z | Compiling yasna v0.5.2 |
2191 | 2023-11-06T21:04:49.488Z | Compiling cipher v0.4.4 |
2192 | 2023-11-06T21:04:52.702Z | Compiling toml v0.7.8 |
2193 | 2023-11-06T21:04:55.468Z | Compiling bit-set v0.5.3 |
2194 | 2023-11-06T21:04:55.794Z | Compiling usdt v0.3.5 |
2195 | 2023-11-06T21:04:56.315Z | Compiling is-terminal v0.4.9 |
2196 | 2023-11-06T21:04:56.322Z | Compiling itertools v0.10.5 |
2197 | 2023-11-06T21:04:59.163Z | Compiling tokio-stream v0.1.14 |
2198 | 2023-11-06T21:04:59.213Z | Compiling openapiv3 v1.0.3 |
2199 | 2023-11-06T21:05:00.746Z | Compiling hex v0.4.3 |
2200 | 2023-11-06T21:05:02.620Z | Compiling hashbrown v0.13.2 |
2201 | 2023-11-06T21:05:07.254Z | Compiling lalrpop-util v0.19.12 |
2202 | 2023-11-06T21:05:07.791Z | Compiling regex-syntax v0.6.29 |
2203 | 2023-11-06T21:05:08.151Z | Compiling termcolor v1.2.0 |
2204 | 2023-11-06T21:05:10.661Z | Compiling bitfield v0.14.0 |
2205 | 2023-11-06T21:05:15.662Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2206 | 2023-11-06T21:05:20.553Z | Compiling env_logger v0.10.0 |
2207 | 2023-11-06T21:05:37.914Z | Compiling rsa v0.9.2 |
2208 | 2023-11-06T21:05:39.440Z | Compiling serde-hex v0.1.0 |
2209 | 2023-11-06T21:05:39.700Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2210 | 2023-11-06T21:05:51.565Z | Compiling x509-cert v0.2.4 |
2211 | 2023-11-06T21:05:52.842Z | Compiling ron v0.8.1 |
2212 | 2023-11-06T21:06:04.236Z | Compiling crc-any v2.4.3 |
2213 | 2023-11-06T21:06:05.620Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2214 | 2023-11-06T21:06:24.944Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2215 | 2023-11-06T21:06:33.226Z | Compiling object v0.30.4 |
2216 | 2023-11-06T21:06:41.490Z | Compiling path-slash v0.1.5 |
2217 | 2023-11-06T21:06:51.485Z | Compiling bzip2 v0.4.4 |
2218 | 2023-11-06T21:06:51.966Z | Compiling zip v0.6.6 |
2219 | 2023-11-06T21:06:54.243Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2220 | 2023-11-06T21:06:58.981Z | Compiling rustls-webpki v0.101.7 |
2221 | 2023-11-06T21:07:07.881Z | Compiling tokio-rustls v0.24.1 |
2222 | 2023-11-06T21:07:08.477Z | Compiling hyper-rustls v0.24.2 |
2223 | 2023-11-06T21:07:08.898Z | Compiling reqwest v0.11.20 |
2224 | 2023-11-06T21:07:25.428Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2225 | 2023-11-06T21:07:45.029Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2226 | 2023-11-06T21:07:46.147Z | Finished release [optimized] target(s) in 6m 01s |
2227 | 2023-11-06T21:07:46.236Z | |
2228 | 2023-11-06T21:07:46.241Z | real 6:01.675891932 |
2229 | 2023-11-06T21:07:46.245Z | user 42:29.499460495 |
2230 | 2023-11-06T21:07:46.249Z | sys 3:56.717100573 |
2231 | 2023-11-06T21:07:46.252Z | trap 1.833716404 |
2232 | 2023-11-06T21:07:46.258Z | tflt 1.145613822 |
2233 | 2023-11-06T21:07:46.261Z | dflt 1.388433229 |
2234 | 2023-11-06T21:07:46.264Z | kflt 0.006470370 |
2235 | 2023-11-06T21:07:46.267Z | lock 1:32:48.626253534 |
2236 | 2023-11-06T21:07:46.270Z | slp 2:56:01.785691863 |
2237 | 2023-11-06T21:07:46.275Z | lat 1:42.846056906 |
2238 | 2023-11-06T21:07:46.278Z | stop 1:33.290724645 |
2239 | 2023-11-06T21:07:46.281Z | + ptime -m gzip |
2240 | 2023-11-06T21:07:47.011Z | |
2241 | 2023-11-06T21:07:47.169Z | real 0.658622147 |
2242 | 2023-11-06T21:07:47.207Z | user 0.648334666 |
2243 | 2023-11-06T21:07:47.217Z | sys 0.009595714 |
2244 | 2023-11-06T21:07:47.648Z | trap 0.000087706 |
2245 | 2023-11-06T21:07:47.651Z | tflt 0.000000000 |
2246 | 2023-11-06T21:07:47.654Z | dflt 0.000000000 |
2247 | 2023-11-06T21:07:47.657Z | kflt 0.000000000 |
2248 | 2023-11-06T21:07:47.660Z | lock 0.000000000 |
2249 | 2023-11-06T21:07:47.662Z | slp 0.000000000 |
2250 | 2023-11-06T21:07:47.665Z | lat 0.000269699 |
2251 | 2023-11-06T21:07:47.668Z | stop 0.000229897 |
2252 | 2023-11-06T21:07:47.671Z | + banner tufaceous |
2253 | 2023-11-06T21:07:47.674Z | |
2254 | 2023-11-06T21:07:47.677Z | ##### # # ###### ## #### ###### #### # # #### |
2255 | 2023-11-06T21:07:47.681Z | # # # # # # # # # # # # # # |
2256 | 2023-11-06T21:07:47.684Z | # # # ##### # # # ##### # # # # #### |
2257 | 2023-11-06T21:07:47.687Z | # # # # ###### # # # # # # # |
2258 | 2023-11-06T21:07:47.690Z | # # # # # # # # # # # # # # # |
2259 | 2023-11-06T21:07:47.693Z | # #### # # # #### ###### #### #### #### |
2260 | 2023-11-06T21:07:47.696Z | |
2261 | 2023-11-06T21:07:47.706Z | + ptime -m cargo build --locked -p tufaceous --release |
2262 | 2023-11-06T21:07:47.709Z | Downloading crates ... |
2263 | 2023-11-06T21:07:47.937Z | Downloaded path-absolutize v3.1.0 |
2264 | 2023-11-06T21:07:47.957Z | Downloaded fs-err v2.9.0 |
2265 | 2023-11-06T21:07:47.974Z | Downloaded bytesize v1.3.0 |
2266 | 2023-11-06T21:07:47.991Z | Downloaded path-dedot v3.1.0 |
2267 | 2023-11-06T21:07:48.000Z | Downloaded globset v0.4.13 |
2268 | 2023-11-06T21:07:48.005Z | Downloaded doc-comment v0.3.3 |
2269 | 2023-11-06T21:07:48.012Z | Downloaded snafu-derive v0.7.5 |
2270 | 2023-11-06T21:07:48.018Z | Downloaded serde_plain v1.0.2 |
2271 | 2023-11-06T21:07:48.022Z | Downloaded olpc-cjson v0.1.3 |
2272 | 2023-11-06T21:07:48.030Z | Downloaded buf-list v1.0.3 |
2273 | 2023-11-06T21:07:48.038Z | Downloaded snafu v0.7.5 |
2274 | 2023-11-06T21:07:48.046Z | Downloaded tough v0.12.5 |
2275 | 2023-11-06T21:07:48.162Z | Compiling serde_tokenstream v0.2.0 |
2276 | 2023-11-06T21:07:48.181Z | Compiling regress v0.7.1 |
2277 | 2023-11-06T21:07:48.197Z | Compiling dirs-sys-next v0.1.2 |
2278 | 2023-11-06T21:07:48.200Z | Compiling ident_case v1.0.1 |
2279 | 2023-11-06T21:07:48.228Z | Compiling thread_local v1.1.7 |
2280 | 2023-11-06T21:07:48.237Z | Compiling slog-async v2.8.0 |
2281 | 2023-11-06T21:07:48.241Z | Compiling heck v0.4.1 |
2282 | 2023-11-06T21:07:48.444Z | Compiling dirs-next v2.0.0 |
2283 | 2023-11-06T21:07:48.824Z | Compiling darling_core v0.20.3 |
2284 | 2023-11-06T21:07:48.884Z | Compiling camino v1.1.6 |
2285 | 2023-11-06T21:07:49.050Z | Compiling term v0.7.0 |
2286 | 2023-11-06T21:07:49.502Z | Compiling crossbeam-channel v0.5.8 |
2287 | 2023-11-06T21:07:49.795Z | Compiling getopts v0.2.21 |
2288 | 2023-11-06T21:07:50.032Z | Compiling structmeta-derive v0.2.0 |
2289 | 2023-11-06T21:07:50.263Z | Compiling atty v0.2.14 |
2290 | 2023-11-06T21:07:50.494Z | Compiling multer v2.1.0 |
2291 | 2023-11-06T21:07:50.906Z | Compiling take_mut v0.2.2 |
2292 | 2023-11-06T21:07:51.156Z | Compiling doc-comment v0.3.3 |
2293 | 2023-11-06T21:07:51.579Z | Compiling match_cfg v0.1.0 |
2294 | 2023-11-06T21:07:51.594Z | Compiling paste v1.0.14 |
2295 | 2023-11-06T21:07:51.884Z | Compiling unsafe-libyaml v0.2.9 |
2296 | 2023-11-06T21:07:52.335Z | Compiling hostname v0.3.1 |
2297 | 2023-11-06T21:07:52.828Z | Compiling slog-term v2.9.0 |
2298 | 2023-11-06T21:07:54.499Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2299 | 2023-11-06T21:07:56.602Z | Compiling structmeta v0.2.0 |
2300 | 2023-11-06T21:07:57.246Z | Compiling serde_yaml v0.9.25 |
2301 | 2023-11-06T21:07:58.111Z | Compiling darling_macro v0.20.3 |
2302 | 2023-11-06T21:07:58.402Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2303 | 2023-11-06T21:07:58.429Z | Compiling slog-json v2.6.1 |
2304 | 2023-11-06T21:07:59.671Z | Compiling async-stream-impl v0.3.5 |
2305 | 2023-11-06T21:07:59.709Z | Compiling darling v0.20.3 |
2306 | 2023-11-06T21:07:59.792Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2307 | 2023-11-06T21:08:00.316Z | Compiling fastrand v2.0.0 |
2308 | 2023-11-06T21:08:00.605Z | Compiling atomic-waker v1.1.1 |
2309 | 2023-11-06T21:08:09.157Z | Compiling regex-syntax v0.7.5 |
2310 | 2023-11-06T21:08:10.349Z | Compiling async-stream v0.3.5 |
2311 | 2023-11-06T21:08:10.616Z | Compiling tempfile v3.8.0 |
2312 | 2023-11-06T21:08:10.736Z | Compiling waitgroup v0.1.2 |
2313 | 2023-11-06T21:08:11.344Z | Compiling serde_with_macros v2.3.3 |
2314 | 2023-11-06T21:08:11.476Z | Compiling slog-bunyan v2.4.0 |
2315 | 2023-11-06T21:08:12.061Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2316 | 2023-11-06T21:08:12.539Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2317 | 2023-11-06T21:08:12.739Z | Compiling toml_edit v0.20.7 |
2318 | 2023-11-06T21:08:12.756Z | Compiling sha1 v0.10.5 |
2319 | 2023-11-06T21:08:12.923Z | Compiling snafu-derive v0.7.5 |
2320 | 2023-11-06T21:08:13.553Z | Compiling serde_path_to_error v0.1.14 |
2321 | 2023-11-06T21:08:13.714Z | Compiling path-dedot v3.1.0 |
2322 | 2023-11-06T21:08:13.913Z | Compiling instant v0.1.12 |
2323 | 2023-11-06T21:08:14.016Z | Compiling arc-swap v1.6.0 |
2324 | 2023-11-06T21:08:14.473Z | Compiling buf-list v1.0.3 |
2325 | 2023-11-06T21:08:14.541Z | Compiling debug-ignore v1.0.5 |
2326 | 2023-11-06T21:08:14.578Z | Compiling same-file v1.0.6 |
2327 | 2023-11-06T21:08:14.616Z | Compiling base64 v0.13.1 |
2328 | 2023-11-06T21:08:14.645Z | Compiling walkdir v2.4.0 |
2329 | 2023-11-06T21:08:14.674Z | Compiling toml v0.8.6 |
2330 | 2023-11-06T21:08:14.748Z | Compiling parse-display-derive v0.8.2 |
2331 | 2023-11-06T21:08:14.807Z | Compiling pem v1.1.1 |
2332 | 2023-11-06T21:08:14.872Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2333 | 2023-11-06T21:08:15.844Z | Compiling slog-scope v4.4.0 |
2334 | 2023-11-06T21:08:16.175Z | Compiling snafu v0.7.5 |
2335 | 2023-11-06T21:08:17.417Z | Compiling backoff v0.4.0 |
2336 | 2023-11-06T21:08:18.008Z | Compiling path-absolutize v3.1.0 |
2337 | 2023-11-06T21:08:18.216Z | Compiling serde_with v2.3.3 |
2338 | 2023-11-06T21:08:18.288Z | Compiling parse-display v0.8.2 |
2339 | 2023-11-06T21:08:18.321Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2340 | 2023-11-06T21:08:18.608Z | Compiling globset v0.4.13 |
2341 | 2023-11-06T21:08:19.373Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2342 | 2023-11-06T21:08:19.659Z | Compiling strum v0.25.0 |
2343 | 2023-11-06T21:08:19.916Z | Compiling olpc-cjson v0.1.3 |
2344 | 2023-11-06T21:08:20.626Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2345 | 2023-11-06T21:08:20.813Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2346 | 2023-11-06T21:08:21.235Z | Compiling serde_plain v1.0.2 |
2347 | 2023-11-06T21:08:21.818Z | Compiling macaddr v1.0.1 |
2348 | 2023-11-06T21:08:23.041Z | Compiling filetime v0.2.22 |
2349 | 2023-11-06T21:08:23.580Z | Compiling xattr v1.0.1 |
2350 | 2023-11-06T21:08:24.069Z | Compiling tar v0.4.40 |
2351 | 2023-11-06T21:08:26.166Z | Compiling tough v0.12.5 |
2352 | 2023-11-06T21:08:32.787Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2353 | 2023-11-06T21:08:33.865Z | Compiling slog-stdlog v4.1.1 |
2354 | 2023-11-06T21:08:35.437Z | Compiling camino-tempfile v1.0.2 |
2355 | 2023-11-06T21:08:35.865Z | Compiling bytesize v1.3.0 |
2356 | 2023-11-06T21:08:36.780Z | Compiling fs-err v2.9.0 |
2357 | 2023-11-06T21:08:36.854Z | Compiling slog-envlogger v2.2.0 |
2358 | 2023-11-06T21:08:38.183Z | Compiling humantime v2.1.0 |
2359 | 2023-11-06T21:09:01.124Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2360 | 2023-11-06T21:09:01.447Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2361 | 2023-11-06T21:09:22.867Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2362 | 2023-11-06T21:09:23.650Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2363 | 2023-11-06T21:09:42.758Z | Finished release [optimized] target(s) in 1m 55s |
2364 | 2023-11-06T21:09:42.885Z | |
2365 | 2023-11-06T21:09:42.985Z | real 1:55.434233614 |
2366 | 2023-11-06T21:09:43.005Z | user 12:43.463790692 |
2367 | 2023-11-06T21:09:43.083Z | sys 46.421486871 |
2368 | 2023-11-06T21:09:43.735Z | trap 0.493163902 |
2369 | 2023-11-06T21:09:43.942Z | tflt 0.427605517 |
2370 | 2023-11-06T21:09:44.552Z | dflt 0.824981343 |
2371 | 2023-11-06T21:09:44.775Z | kflt 0.000122250 |
2372 | 2023-11-06T21:09:45.010Z | lock 26:36.337899048 |
2373 | 2023-11-06T21:09:45.149Z | slp 28:22.096145335 |
2374 | 2023-11-06T21:09:45.723Z | lat 22.846521783 |
2375 | 2023-11-06T21:09:45.855Z | stop 11.941270152 |
2376 | 2023-11-06T21:09:45.973Z | + ptime -m gzip |
2377 | 2023-11-06T21:09:46.051Z | |
2378 | 2023-11-06T21:09:46.090Z | real 2.316121230 |
2379 | 2023-11-06T21:09:46.118Z | user 2.292038987 |
2380 | 2023-11-06T21:09:46.142Z | sys 0.022809083 |
2381 | 2023-11-06T21:09:46.151Z | trap 0.000436174 |
2382 | 2023-11-06T21:09:46.171Z | tflt 0.000000000 |
2383 | 2023-11-06T21:09:46.185Z | dflt 0.000000000 |
2384 | 2023-11-06T21:09:46.272Z | kflt 0.000000000 |
2385 | 2023-11-06T21:09:46.378Z | lock 0.000000000 |
2386 | 2023-11-06T21:09:46.549Z | slp 0.000000000 |
2387 | 2023-11-06T21:09:46.583Z | lat 0.000505005 |
2388 | 2023-11-06T21:09:46.631Z | stop 0.000226986 |
2389 | 2023-11-06T21:09:46.746Z | process exited: duration 1293522 ms, exit code 0 |
|
2390 | 2023-11-06T21:09:46.885Z | found 5 output files |
2391 | 2023-11-06T21:09:47.057Z | uploading: /work/end-to-end-tests/bootstrap-346a6c0cadffef35.gz (6514605 bytes) |
2392 | 2023-11-06T21:09:52.524Z | uploaded: /work/end-to-end-tests/bootstrap-346a6c0cadffef35.gz |
2393 | 2023-11-06T21:09:52.536Z | uploading: /work/end-to-end-tests/bootstrap.gz (100093776 bytes) |
2394 | 2023-11-06T21:10:50.684Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2395 | 2023-11-06T21:10:50.737Z | uploading: /work/end-to-end-tests/end_to_end_tests-ad8d578e5459ec9d.gz (114573122 bytes) |
2396 | 2023-11-06T21:11:58.741Z | uploaded: /work/end-to-end-tests/end_to_end_tests-ad8d578e5459ec9d.gz |
2397 | 2023-11-06T21:12:02.037Z | uploading: /work/caboose-util.gz (4111190 bytes) |
2398 | 2023-11-06T21:12:06.210Z | uploaded: /work/caboose-util.gz |
2399 | 2023-11-06T21:12:07.197Z | uploading: /work/tufaceous.gz (14762097 bytes) |
2400 | 2023-11-06T21:12:28.628Z | uploaded: /work/tufaceous.gz |