|
|
|
1 | 2023-10-25T21:59:24.331Z | job assigned to worker 01HDMDFZTGN0JJ5GP3DAF5EFJK (queued for 1 m 44 s) |
|
2 | 2023-10-25T21:59:25.227Z | starting task 0: "setup" |
3 | 2023-10-25T21:59:25.739Z | ++ uname -s |
4 | 2023-10-25T21:59:25.750Z | + kern=SunOS |
5 | 2023-10-25T21:59:25.761Z | + case "$kern" in |
6 | 2023-10-25T21:59:25.769Z | + groupadd -g 12345 build |
7 | 2023-10-25T21:59:25.777Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-25T21:59:27.758Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-25T21:59:27.852Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-25T21:59:27.861Z | + home_fs=zfs |
11 | 2023-10-25T21:59:27.874Z | + [[ zfs == autofs ]] |
12 | 2023-10-25T21:59:27.886Z | + mkdir -p /home/build |
13 | 2023-10-25T21:59:27.901Z | + chown build:build /home/build /work |
14 | 2023-10-25T21:59:28.859Z | + chmod 0700 /home/build /work |
15 | 2023-10-25T21:59:28.865Z | process exited: duration 3627 ms, exit code 0 |
|
16 | 2023-10-25T21:59:28.876Z | starting task 1: "rust-toolchain" |
17 | 2023-10-25T21:59:28.888Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-25T21:59:28.892Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-25T21:59:29.114Z | info: downloading installer |
20 | 2023-10-25T21:59:31.710Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-25T21:59:31.720Z | warning: /opt/ooce/bin |
22 | 2023-10-25T21:59:31.741Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-25T21:59:31.753Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-25T21:59:31.836Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-25T21:59:31.845Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-25T21:59:31.855Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-25T21:59:31.872Z | error: cannot install while Rust is installed |
28 | 2023-10-25T21:59:31.882Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-25T21:59:31.894Z | info: profile set to 'default' |
30 | 2023-10-25T21:59:32.316Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-25T21:59:32.325Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-25T21:59:33.334Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-25T21:59:33.346Z | info: downloading component 'cargo' |
34 | 2023-10-25T21:59:33.359Z | info: downloading component 'clippy' |
35 | 2023-10-25T21:59:33.372Z | info: downloading component 'rust-docs' |
36 | 2023-10-25T21:59:34.087Z | info: downloading component 'rust-std' |
37 | 2023-10-25T21:59:35.919Z | info: downloading component 'rustc' |
38 | 2023-10-25T21:59:40.318Z | info: downloading component 'rustfmt' |
39 | 2023-10-25T21:59:40.985Z | info: installing component 'cargo' |
40 | 2023-10-25T21:59:42.385Z | info: installing component 'clippy' |
41 | 2023-10-25T21:59:43.222Z | info: installing component 'rust-docs' |
42 | 2023-10-25T21:59:45.972Z | info: installing component 'rust-std' |
43 | 2023-10-25T21:59:49.670Z | info: installing component 'rustc' |
44 | 2023-10-25T21:59:56.760Z | info: installing component 'rustfmt' |
45 | 2023-10-25T21:59:57.766Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-25T21:59:57.770Z | |
47 | 2023-10-25T21:59:57.772Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-25T21:59:57.776Z | |
49 | 2023-10-25T21:59:57.783Z | |
50 | 2023-10-25T21:59:58.248Z | Rust is installed now. Great! |
51 | 2023-10-25T21:59:58.656Z | |
52 | 2023-10-25T21:59:58.660Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-25T21:59:58.664Z | environment variable. This has not been done automatically. |
54 | 2023-10-25T21:59:58.667Z | |
55 | 2023-10-25T21:59:58.670Z | To configure your current shell, run: |
56 | 2023-10-25T21:59:58.673Z | source "$HOME/.cargo/env" |
57 | 2023-10-25T21:59:58.678Z | + rustc --version |
58 | 2023-10-25T21:59:58.681Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-25T21:59:58.684Z | process exited: duration 28800 ms, exit code 0 |
|
60 | 2023-10-25T21:59:58.689Z | starting task 2: "authentication" |
61 | 2023-10-25T21:59:58.725Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-10-25T21:59:58.745Z | starting task 3: "clone repository" |
63 | 2023-10-25T21:59:58.765Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-25T21:59:58.780Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-25T21:59:58.850Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-25T22:00:05.905Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-25T22:00:05.921Z | + [[ -n '' ]] |
68 | 2023-10-25T22:00:06.343Z | + git fetch origin 9e9ded3f3a4b03193700404e284984f2d4c2c2d4 |
69 | 2023-10-25T22:00:06.640Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-25T22:00:06.647Z | * branch 9e9ded3f3a4b03193700404e284984f2d4c2c2d4 -> FETCH_HEAD |
71 | 2023-10-25T22:00:06.656Z | + git reset --hard 9e9ded3f3a4b03193700404e284984f2d4c2c2d4 |
72 | 2023-10-25T22:00:07.084Z | HEAD is now at 9e9ded3f Adapt new tests to new testing format and fix recent replicated sql bug |
73 | 2023-10-25T22:00:07.088Z | process exited: duration 7952 ms, exit code 0 |
|
74 | 2023-10-25T22:00:07.096Z | starting task 4: "build" |
75 | 2023-10-25T22:00:07.107Z | + cargo --version |
76 | 2023-10-25T22:00:07.198Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
77 | 2023-10-25T22:00:08.423Z | + rustc --version |
78 | 2023-10-25T22:00:08.432Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
79 | 2023-10-25T22:00:08.446Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
80 | 2023-10-25T22:00:22.853Z | Startup: Refreshing catalog 'helios-dev' ... Done |
81 | 2023-10-25T22:00:23.925Z | Startup: Caching catalogs ... Done |
82 | 2023-10-25T22:00:28.450Z | Planning: Solver setup ... Done (4.242s) |
83 | 2023-10-25T22:00:28.562Z | Planning: Running solver ... Done (0.112s) |
84 | 2023-10-25T22:00:28.613Z | Planning: Finding local manifests ... Done (0.004s) |
85 | 2023-10-25T22:00:28.627Z | Planning: Fetching manifests: 0/4 0% complete |
86 | 2023-10-25T22:00:28.864Z | Planning: Fetching manifests: 4/4 100% complete |
87 | 2023-10-25T22:00:28.939Z | Planning: Package planning ... Done (0.078s) |
88 | 2023-10-25T22:00:30.239Z | Planning: Merging actions ... Done (0.085s) |
89 | 2023-10-25T22:00:30.258Z | Planning: Checking for conflicting actions ... Done (0.855s) |
90 | 2023-10-25T22:00:30.292Z | Planning: Consolidating action changes ... Done (0.017s) |
91 | 2023-10-25T22:00:36.997Z | Planning: Evaluating mediators ... Done (7.098s) |
92 | 2023-10-25T22:00:37.016Z | Planning: Planning completed in 13.03 seconds |
93 | 2023-10-25T22:00:37.033Z | Packages to install: 4 |
94 | 2023-10-25T22:00:37.046Z | Mediators to change: 2 |
95 | 2023-10-25T22:00:37.061Z | Services to change: 1 |
96 | 2023-10-25T22:00:37.077Z | Estimated space available: 149.39 GB |
97 | 2023-10-25T22:00:37.108Z | Estimated space to be consumed: 1.37 GB |
98 | 2023-10-25T22:00:37.116Z | Create boot environment: No |
99 | 2023-10-25T22:00:37.139Z | Create backup boot environment: No |
100 | 2023-10-25T22:00:37.156Z | Rebuild boot archive: No |
101 | 2023-10-25T22:00:37.161Z | |
102 | 2023-10-25T22:00:37.187Z | Changed mediators: |
103 | 2023-10-25T22:00:37.199Z | mediator clang: |
104 | 2023-10-25T22:00:37.211Z | version: None -> 15 (system default) |
105 | 2023-10-25T22:00:37.216Z | |
106 | 2023-10-25T22:00:37.219Z | mediator llvm: |
107 | 2023-10-25T22:00:37.224Z | version: 14 (system default) -> 15 (system default) |
108 | 2023-10-25T22:00:37.640Z | |
109 | 2023-10-25T22:00:37.643Z | Changed packages: |
110 | 2023-10-25T22:00:37.646Z | helios-dev |
111 | 2023-10-25T22:00:37.649Z | developer/build-essential |
112 | 2023-10-25T22:00:37.652Z | None -> 11-2.0 |
113 | 2023-10-25T22:00:37.658Z | library/libxmlsec1 |
114 | 2023-10-25T22:00:37.662Z | None -> 1.2.35-2.0 |
115 | 2023-10-25T22:00:37.665Z | ooce/developer/clang-15 |
116 | 2023-10-25T22:00:37.669Z | None -> 15.0.7-2.0 |
117 | 2023-10-25T22:00:37.676Z | ooce/developer/llvm-15 |
118 | 2023-10-25T22:00:37.684Z | None -> 15.0.7-2.0 |
119 | 2023-10-25T22:00:37.694Z | |
120 | 2023-10-25T22:00:37.700Z | Services: |
121 | 2023-10-25T22:00:37.706Z | restart_fmri: |
122 | 2023-10-25T22:00:37.711Z | svc:/system/update-man-index:default |
123 | 2023-10-25T22:00:37.719Z | |
124 | 2023-10-25T22:00:37.727Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
125 | 2023-10-25T22:00:42.501Z | Download: 826/3290 items 18.6/212.6MB 8% complete (3.8M/s) |
126 | 2023-10-25T22:00:54.738Z | Download: 1542/3290 items 117.6/212.6MB 55% complete (11.9M/s) |
127 | 2023-10-25T22:00:55.224Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (10.2M/s) |
128 | 2023-10-25T22:01:12.781Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
129 | 2023-10-25T22:01:17.777Z | Download: 3245/3290 items 202.8/212.6MB 95% complete (16.6M/s) |
130 | 2023-10-25T22:01:21.431Z | Download: Completed 212.60 MB in 43.94 seconds (4.8M/s) |
131 | 2023-10-25T22:01:22.759Z | Actions: 1/3687 actions (Installing new actions) |
132 | 2023-10-25T22:01:27.763Z | Actions: 2729/3687 actions (Installing new actions) |
133 | 2023-10-25T22:01:31.019Z | Actions: Completed 3687 actions in 8.26 seconds. |
134 | 2023-10-25T22:01:31.105Z | Done (0.079s) |
135 | 2023-10-25T22:01:31.523Z | Done (0.000s) |
136 | 2023-10-25T22:01:31.990Z | Done (0.198s) |
137 | 2023-10-25T22:01:39.261Z | Done (7.845s) |
138 | 2023-10-25T22:01:39.516Z | Done (0.159s) |
139 | 2023-10-25T22:01:39.520Z | Done (0.000s) |
140 | 2023-10-25T22:01:40.249Z | Done (0.000s) |
141 | 2023-10-25T22:01:40.930Z | Planning: Evaluating mediator changes ... Done |
142 | 2023-10-25T22:01:41.208Z | Planning: Checking for conflicting actions ... Done |
143 | 2023-10-25T22:01:41.213Z | Planning: Consolidating action changes ... Done |
144 | 2023-10-25T22:01:41.646Z | Planning: Evaluating mediators ... Done |
145 | 2023-10-25T22:01:41.651Z | Planning: Planning completed in 0.72 seconds |
146 | 2023-10-25T22:01:41.701Z | Mediators to change: 2 |
147 | 2023-10-25T22:01:41.708Z | Create boot environment: No |
148 | 2023-10-25T22:01:41.718Z | Create backup boot environment: No |
149 | 2023-10-25T22:01:41.799Z | Done |
150 | 2023-10-25T22:01:41.803Z | Done |
151 | 2023-10-25T22:01:42.031Z | Done |
152 | 2023-10-25T22:01:47.690Z | Done |
153 | 2023-10-25T22:01:47.811Z | Done |
154 | 2023-10-25T22:01:47.817Z | Done |
155 | 2023-10-25T22:01:47.923Z | Done |
156 | 2023-10-25T22:01:48.913Z | Planning: Evaluating mediator changes ... Done |
157 | 2023-10-25T22:01:48.918Z | Planning: Merging actions ... Done |
158 | 2023-10-25T22:01:49.239Z | Planning: Checking for conflicting actions ... Done |
159 | 2023-10-25T22:01:49.242Z | Planning: Consolidating action changes ... Done |
160 | 2023-10-25T22:01:49.668Z | Planning: Evaluating mediators ... Done |
161 | 2023-10-25T22:01:49.758Z | Planning: Planning completed in 1.28 seconds |
162 | 2023-10-25T22:01:49.814Z | Packages to change: 1 |
163 | 2023-10-25T22:01:49.817Z | Mediators to change: 1 |
164 | 2023-10-25T22:01:49.820Z | Services to change: 1 |
165 | 2023-10-25T22:01:49.824Z | Create boot environment: No |
166 | 2023-10-25T22:01:49.829Z | Create backup boot environment: Yes |
167 | 2023-10-25T22:01:51.841Z | Actions: 1/6 actions (Updating modified actions) |
168 | 2023-10-25T22:01:51.845Z | Actions: Completed 6 actions in 0.00 seconds. |
169 | 2023-10-25T22:01:51.849Z | Done |
170 | 2023-10-25T22:01:51.852Z | Done |
171 | 2023-10-25T22:01:51.894Z | Done |
172 | 2023-10-25T22:01:57.582Z | Done |
173 | 2023-10-25T22:01:57.704Z | Done |
174 | 2023-10-25T22:01:57.707Z | Done |
175 | 2023-10-25T22:01:57.812Z | Done |
176 | 2023-10-25T22:01:58.489Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
177 | 2023-10-25T22:01:58.492Z | clang system 15 system |
178 | 2023-10-25T22:01:58.497Z | csh system system illumos |
179 | 2023-10-25T22:01:58.501Z | ctags system system illumos |
180 | 2023-10-25T22:01:58.504Z | gcc vendor 12 vendor |
181 | 2023-10-25T22:01:58.508Z | gcc system 10 system |
182 | 2023-10-25T22:01:58.511Z | gcc system 7 system |
183 | 2023-10-25T22:01:58.515Z | go system 1.20 system |
184 | 2023-10-25T22:01:58.518Z | go system 1.19 system |
185 | 2023-10-25T22:01:58.521Z | llvm system 15 system |
186 | 2023-10-25T22:01:58.525Z | llvm system 14 system |
187 | 2023-10-25T22:01:58.529Z | mariadb system 10.6 system |
188 | 2023-10-25T22:01:58.533Z | mta vendor vendor dma |
189 | 2023-10-25T22:01:58.536Z | openjdk system 17 system |
190 | 2023-10-25T22:01:58.540Z | openjdk system 11 system |
191 | 2023-10-25T22:01:58.544Z | openjdk system 1.8 system |
192 | 2023-10-25T22:01:58.547Z | openssl vendor 3 vendor |
193 | 2023-10-25T22:01:58.550Z | perl system 5.36 system |
194 | 2023-10-25T22:01:58.554Z | postgresql system 15 system |
195 | 2023-10-25T22:01:58.560Z | postgresql system 13 system |
196 | 2023-10-25T22:01:58.564Z | python vendor 3 vendor |
197 | 2023-10-25T22:01:58.567Z | python system 2 system |
198 | 2023-10-25T22:01:58.571Z | python3 system 3.11 system |
199 | 2023-10-25T22:01:58.574Z | ruby system 3.0 system |
200 | 2023-10-25T22:01:58.578Z | words vendor vendor american-english |
201 | 2023-10-25T22:01:58.581Z | words system system australian-english |
202 | 2023-10-25T22:01:58.588Z | words system system british-english |
203 | 2023-10-25T22:01:58.592Z | words system system canadian-english |
204 | 2023-10-25T22:01:58.595Z | words system system french |
205 | 2023-10-25T22:01:58.599Z | words system system italian |
206 | 2023-10-25T22:01:58.603Z | words system system ngerman |
207 | 2023-10-25T22:01:58.606Z | words system system ogerman |
208 | 2023-10-25T22:01:58.610Z | words system system spanish |
209 | 2023-10-25T22:01:59.020Z | FMRI IFO |
210 | 2023-10-25T22:01:59.024Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
211 | 2023-10-25T22:01:59.050Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
212 | 2023-10-25T22:01:59.053Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
213 | 2023-10-25T22:01:59.057Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
214 | 2023-10-25T22:01:59.061Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
215 | 2023-10-25T22:01:59.065Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
216 | 2023-10-25T22:01:59.094Z | + set -o errexit |
217 | 2023-10-25T22:01:59.099Z | +++ dirname ./tools/ci_download_cockroachdb |
218 | 2023-10-25T22:01:59.103Z | ++ cd ./tools |
219 | 2023-10-25T22:01:59.107Z | ++ pwd |
220 | 2023-10-25T22:01:59.111Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
221 | 2023-10-25T22:01:59.115Z | ++ basename ./tools/ci_download_cockroachdb |
222 | 2023-10-25T22:01:59.118Z | + ARG0=ci_download_cockroachdb |
223 | 2023-10-25T22:01:59.122Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
224 | 2023-10-25T22:01:59.125Z | + CIDL_VERSION=v22.1.9 |
225 | 2023-10-25T22:01:59.135Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
226 | 2023-10-25T22:01:59.138Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
227 | 2023-10-25T22:01:59.142Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
228 | 2023-10-25T22:01:59.147Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
229 | 2023-10-25T22:01:59.150Z | + TARGET_DIR=out |
230 | 2023-10-25T22:01:59.153Z | + DOWNLOAD_DIR=out/downloads |
231 | 2023-10-25T22:01:59.156Z | + DEST_DIR=./out/cockroachdb |
232 | 2023-10-25T22:01:59.160Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
233 | 2023-10-25T22:01:59.163Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
234 | 2023-10-25T22:01:59.167Z | + main |
235 | 2023-10-25T22:01:59.172Z | + [[ 0 != 0 ]] |
236 | 2023-10-25T22:01:59.176Z | + CIDL_OS=solaris2.11 |
237 | 2023-10-25T22:01:59.180Z | + [[ 0 != 0 ]] |
238 | 2023-10-25T22:01:59.183Z | + configure_os solaris2.11 |
239 | 2023-10-25T22:01:59.187Z | + echo 'current directory: /work/oxidecomputer/omicron' |
240 | 2023-10-25T22:01:59.191Z | current directory: /work/oxidecomputer/omicron |
241 | 2023-10-25T22:01:59.195Z | + echo 'configuring based on OS: "solaris2.11"' |
242 | 2023-10-25T22:01:59.198Z | configuring based on OS: "solaris2.11" |
243 | 2023-10-25T22:01:59.201Z | + case "$1" in |
244 | 2023-10-25T22:01:59.204Z | + CIDL_BUILD=illumos |
245 | 2023-10-25T22:01:59.207Z | + CIDL_SUFFIX=tar.gz |
246 | 2023-10-25T22:01:59.210Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
247 | 2023-10-25T22:01:59.214Z | + CIDL_MD5FUNC=do_md5sum |
248 | 2023-10-25T22:01:59.218Z | + CIDL_URL_BASE=https://illumos.org/downloads |
249 | 2023-10-25T22:01:59.222Z | + CIDL_ASSEMBLE=do_assemble_illumos |
250 | 2023-10-25T22:01:59.226Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
251 | 2023-10-25T22:01:59.230Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
252 | 2023-10-25T22:01:59.234Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
253 | 2023-10-25T22:01:59.237Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
254 | 2023-10-25T22:01:59.243Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
255 | 2023-10-25T22:01:59.247Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
256 | 2023-10-25T22:01:59.250Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
257 | 2023-10-25T22:01:59.254Z | + mkdir -p out/downloads |
258 | 2023-10-25T22:01:59.258Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-10-25T22:01:59.262Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-25T22:01:59.267Z | + mkdir -p ./out/cockroachdb |
261 | 2023-10-25T22:01:59.270Z | + local DO_DOWNLOAD=true |
262 | 2023-10-25T22:01:59.274Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
263 | 2023-10-25T22:01:59.278Z | + '[' true == true ']' |
264 | 2023-10-25T22:01:59.282Z | + echo Downloading... |
265 | 2023-10-25T22:01:59.288Z | Downloading... |
266 | 2023-10-25T22:01:59.292Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
267 | 2023-10-25T22:01:59.297Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-10-25T22:02:01.623Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-10-25T22:02:01.627Z | ++ md5sum |
270 | 2023-10-25T22:02:01.632Z | ++ awk '{print $1}' |
271 | 2023-10-25T22:02:02.210Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
272 | 2023-10-25T22:02:02.214Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
273 | 2023-10-25T22:02:02.218Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-10-25T22:02:02.221Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
275 | 2023-10-25T22:02:05.206Z | + do_assemble_illumos |
276 | 2023-10-25T22:02:05.211Z | + rm -r ./out/cockroachdb |
277 | 2023-10-25T22:02:05.214Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
278 | 2023-10-25T22:02:05.837Z | + ./out/cockroachdb/bin/cockroach version |
279 | 2023-10-25T22:02:06.051Z | Build Tag: v22.1.9-dirty |
280 | 2023-10-25T22:02:06.058Z | Build Time: 2022/10/26 21:17:46 |
281 | 2023-10-25T22:02:06.067Z | Distribution: OSS |
282 | 2023-10-25T22:02:06.074Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
283 | 2023-10-25T22:02:06.081Z | Go Version: go1.17.13 |
284 | 2023-10-25T22:02:06.088Z | C Compiler: gcc 10.3.0 |
285 | 2023-10-25T22:02:06.095Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
286 | 2023-10-25T22:02:06.103Z | Build Type: release |
287 | 2023-10-25T22:02:06.111Z | + set -o errexit |
288 | 2023-10-25T22:02:06.118Z | +++ dirname ./tools/ci_download_clickhouse |
289 | 2023-10-25T22:02:06.124Z | ++ cd ./tools |
290 | 2023-10-25T22:02:06.128Z | ++ pwd |
291 | 2023-10-25T22:02:06.132Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
292 | 2023-10-25T22:02:06.139Z | ++ basename ./tools/ci_download_clickhouse |
293 | 2023-10-25T22:02:06.142Z | + ARG0=ci_download_clickhouse |
294 | 2023-10-25T22:02:06.146Z | + TARGET_DIR=out |
295 | 2023-10-25T22:02:06.151Z | + DOWNLOAD_DIR=out/downloads |
296 | 2023-10-25T22:02:06.155Z | + DEST_DIR=./out/clickhouse |
297 | 2023-10-25T22:02:06.160Z | + CIDL_VERSION=v22.8.9.24 |
298 | 2023-10-25T22:02:06.163Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
299 | 2023-10-25T22:02:06.171Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
300 | 2023-10-25T22:02:06.176Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
301 | 2023-10-25T22:02:06.181Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
302 | 2023-10-25T22:02:06.186Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
303 | 2023-10-25T22:02:06.190Z | + main |
304 | 2023-10-25T22:02:06.194Z | + [[ 0 != 0 ]] |
305 | 2023-10-25T22:02:06.201Z | + CIDL_OS=solaris2.11 |
306 | 2023-10-25T22:02:06.205Z | + [[ 0 != 0 ]] |
307 | 2023-10-25T22:02:06.209Z | + configure_os solaris2.11 |
308 | 2023-10-25T22:02:06.218Z | + echo 'current directory: /work/oxidecomputer/omicron' |
309 | 2023-10-25T22:02:06.224Z | current directory: /work/oxidecomputer/omicron |
310 | 2023-10-25T22:02:06.229Z | + echo 'configuring based on OS: "solaris2.11"' |
311 | 2023-10-25T22:02:06.237Z | configuring based on OS: "solaris2.11" |
312 | 2023-10-25T22:02:06.247Z | + CIDL_DASHREV= |
313 | 2023-10-25T22:02:06.250Z | + case "$1" in |
314 | 2023-10-25T22:02:06.254Z | + CIDL_PLATFORM=illumos |
315 | 2023-10-25T22:02:06.258Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
316 | 2023-10-25T22:02:06.262Z | + CIDL_MD5FUNC=do_md5sum |
317 | 2023-10-25T22:02:06.266Z | + CIDL_DASHREV=-1 |
318 | 2023-10-25T22:02:06.270Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
319 | 2023-10-25T22:02:06.274Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
320 | 2023-10-25T22:02:06.278Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
321 | 2023-10-25T22:02:06.283Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
322 | 2023-10-25T22:02:06.287Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
323 | 2023-10-25T22:02:06.291Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
324 | 2023-10-25T22:02:06.295Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
325 | 2023-10-25T22:02:06.300Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-10-25T22:02:06.304Z | + mkdir -p out/downloads |
327 | 2023-10-25T22:02:06.308Z | + mkdir -p ./out/clickhouse |
328 | 2023-10-25T22:02:06.311Z | + local DO_DOWNLOAD=true |
329 | 2023-10-25T22:02:06.317Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
330 | 2023-10-25T22:02:06.320Z | + '[' true == true ']' |
331 | 2023-10-25T22:02:06.326Z | + echo Downloading... |
332 | 2023-10-25T22:02:06.334Z | Downloading... |
333 | 2023-10-25T22:02:06.339Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
334 | 2023-10-25T22:02:06.348Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-10-25T22:02:07.656Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-10-25T22:02:07.660Z | ++ md5sum |
337 | 2023-10-25T22:02:07.664Z | ++ awk '{print $1}' |
338 | 2023-10-25T22:02:07.920Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
339 | 2023-10-25T22:02:07.923Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
340 | 2023-10-25T22:02:07.927Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
341 | 2023-10-25T22:02:07.930Z | + mkdir -p ./out/clickhouse |
342 | 2023-10-25T22:02:07.935Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
343 | 2023-10-25T22:02:12.774Z | + ./out/clickhouse/clickhouse server --version |
344 | 2023-10-25T22:02:12.826Z | ClickHouse server version 22.8.9.1. |
345 | 2023-10-25T22:02:12.849Z | + set -o errexit |
346 | 2023-10-25T22:02:12.853Z | +++ dirname ./tools/ci_download_console |
347 | 2023-10-25T22:02:12.856Z | ++ cd ./tools |
348 | 2023-10-25T22:02:12.861Z | ++ pwd |
349 | 2023-10-25T22:02:12.872Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
350 | 2023-10-25T22:02:12.875Z | ++ basename ./tools/ci_download_console |
351 | 2023-10-25T22:02:12.879Z | + ARG0=ci_download_console |
352 | 2023-10-25T22:02:12.882Z | + TARGET_DIR=out |
353 | 2023-10-25T22:02:12.886Z | + DOWNLOAD_DIR=out/downloads |
354 | 2023-10-25T22:02:12.890Z | + DEST_DIR=./out/console-assets |
355 | 2023-10-25T22:02:12.898Z | + source /work/oxidecomputer/omicron/tools/console_version |
356 | 2023-10-25T22:02:12.902Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
357 | 2023-10-25T22:02:12.906Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
358 | 2023-10-25T22:02:12.912Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
359 | 2023-10-25T22:02:12.923Z | + TARBALL_FILE=out/downloads/console.tar.gz |
360 | 2023-10-25T22:02:12.940Z | + main |
361 | 2023-10-25T22:02:12.956Z | + [[ 0 != 0 ]] |
362 | 2023-10-25T22:02:13.010Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
363 | 2023-10-25T22:02:13.014Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
364 | 2023-10-25T22:02:13.018Z | + echo 'Local file: out/downloads/console.tar.gz' |
365 | 2023-10-25T22:02:13.023Z | Local file: out/downloads/console.tar.gz |
366 | 2023-10-25T22:02:13.027Z | + local DO_DOWNLOAD=true |
367 | 2023-10-25T22:02:13.031Z | + [[ -f out/downloads/console.tar.gz ]] |
368 | 2023-10-25T22:02:13.034Z | + mkdir -p out/downloads |
369 | 2023-10-25T22:02:13.038Z | + '[' true == true ']' |
370 | 2023-10-25T22:02:13.041Z | + echo Downloading... |
371 | 2023-10-25T22:02:13.045Z | Downloading... |
372 | 2023-10-25T22:02:13.049Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
373 | 2023-10-25T22:02:13.053Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
374 | 2023-10-25T22:02:13.465Z | ++ do_sha256sum out/downloads/console.tar.gz |
375 | 2023-10-25T22:02:13.474Z | ++ case "$OSTYPE" in |
376 | 2023-10-25T22:02:13.481Z | ++ SHA=sha256sum |
377 | 2023-10-25T22:02:13.484Z | ++ sha256sum |
378 | 2023-10-25T22:02:13.487Z | ++ awk '{print $1}' |
379 | 2023-10-25T22:02:13.490Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
380 | 2023-10-25T22:02:13.493Z | + [[ 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 ]] |
381 | 2023-10-25T22:02:13.496Z | + rm -rf ./out/console-assets |
382 | 2023-10-25T22:02:13.499Z | + mkdir -p ./out/console-assets |
383 | 2023-10-25T22:02:13.502Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
384 | 2023-10-25T22:02:13.505Z | + mkdir -p ./out/console-assets |
385 | 2023-10-25T22:02:13.508Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
386 | 2023-10-25T22:02:13.632Z | + set -o errexit |
387 | 2023-10-25T22:02:13.636Z | +++ dirname ./tools/ci_download_maghemite_openapi |
388 | 2023-10-25T22:02:13.641Z | ++ cd ./tools |
389 | 2023-10-25T22:02:13.647Z | ++ pwd |
390 | 2023-10-25T22:02:13.654Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
391 | 2023-10-25T22:02:13.659Z | ++ basename ./tools/ci_download_maghemite_openapi |
392 | 2023-10-25T22:02:13.670Z | + ARG0=ci_download_maghemite_openapi |
393 | 2023-10-25T22:02:13.676Z | + TARGET_DIR=out |
394 | 2023-10-25T22:02:13.686Z | + DOWNLOAD_DIR=out/downloads |
395 | 2023-10-25T22:02:13.702Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
396 | 2023-10-25T22:02:13.709Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
397 | 2023-10-25T22:02:13.717Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
398 | 2023-10-25T22:02:13.731Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
399 | 2023-10-25T22:02:13.748Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
400 | 2023-10-25T22:02:13.772Z | + main |
401 | 2023-10-25T22:02:14.189Z | + [[ 0 != 0 ]] |
402 | 2023-10-25T22:02:14.200Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
403 | 2023-10-25T22:02:14.207Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
404 | 2023-10-25T22:02:14.213Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
405 | 2023-10-25T22:02:14.218Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
406 | 2023-10-25T22:02:14.224Z | + local DO_DOWNLOAD=true |
407 | 2023-10-25T22:02:14.230Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
408 | 2023-10-25T22:02:14.236Z | + mkdir -p out/downloads |
409 | 2023-10-25T22:02:14.242Z | + '[' true == true ']' |
410 | 2023-10-25T22:02:14.250Z | + echo Downloading... |
411 | 2023-10-25T22:02:14.256Z | Downloading... |
412 | 2023-10-25T22:02:14.261Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
413 | 2023-10-25T22:02:14.272Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
414 | 2023-10-25T22:02:14.278Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
415 | 2023-10-25T22:02:14.282Z | ++ case "$OSTYPE" in |
416 | 2023-10-25T22:02:14.287Z | ++ SHA=sha256sum |
417 | 2023-10-25T22:02:14.293Z | ++ sha256sum |
418 | 2023-10-25T22:02:14.299Z | ++ awk '{print $1}' |
419 | 2023-10-25T22:02:14.306Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
420 | 2023-10-25T22:02:14.315Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
421 | 2023-10-25T22:02:14.321Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
422 | 2023-10-25T22:02:14.328Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
423 | 2023-10-25T22:02:14.355Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
424 | 2023-10-25T22:02:14.374Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
425 | 2023-10-25T22:02:14.385Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
426 | 2023-10-25T22:02:14.396Z | + main |
427 | 2023-10-25T22:02:14.415Z | + [[ 0 != 0 ]] |
428 | 2023-10-25T22:02:14.432Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
429 | 2023-10-25T22:02:14.845Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
430 | 2023-10-25T22:02:14.855Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
431 | 2023-10-25T22:02:14.865Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
432 | 2023-10-25T22:02:15.300Z | + local DO_DOWNLOAD=true |
433 | 2023-10-25T22:02:15.308Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
434 | 2023-10-25T22:02:15.326Z | + mkdir -p out/downloads |
435 | 2023-10-25T22:02:15.347Z | + '[' true == true ']' |
436 | 2023-10-25T22:02:15.770Z | + echo Downloading... |
437 | 2023-10-25T22:02:16.180Z | Downloading... |
438 | 2023-10-25T22:02:16.183Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
439 | 2023-10-25T22:02:16.187Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
440 | 2023-10-25T22:02:16.190Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
441 | 2023-10-25T22:02:16.194Z | ++ case "$OSTYPE" in |
442 | 2023-10-25T22:02:16.201Z | ++ SHA=sha256sum |
443 | 2023-10-25T22:02:16.206Z | ++ sha256sum |
444 | 2023-10-25T22:02:16.217Z | ++ awk '{print $1}' |
445 | 2023-10-25T22:02:16.236Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
446 | 2023-10-25T22:02:16.249Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
447 | 2023-10-25T22:02:16.267Z | + set -o errexit |
448 | 2023-10-25T22:02:16.286Z | +++ dirname ./tools/ci_download_dendrite_openapi |
449 | 2023-10-25T22:02:16.299Z | ++ cd ./tools |
450 | 2023-10-25T22:02:16.309Z | ++ pwd |
451 | 2023-10-25T22:02:16.314Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
452 | 2023-10-25T22:02:16.318Z | ++ basename ./tools/ci_download_dendrite_openapi |
453 | 2023-10-25T22:02:16.321Z | + ARG0=ci_download_dendrite_openapi |
454 | 2023-10-25T22:02:16.324Z | + TARGET_DIR=out |
455 | 2023-10-25T22:02:16.327Z | + DOWNLOAD_DIR=out/downloads |
456 | 2023-10-25T22:02:16.330Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
457 | 2023-10-25T22:02:16.334Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
458 | 2023-10-25T22:02:16.338Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
459 | 2023-10-25T22:02:16.342Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
460 | 2023-10-25T22:02:16.347Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
461 | 2023-10-25T22:02:16.350Z | + main |
462 | 2023-10-25T22:02:16.353Z | + [[ 0 != 0 ]] |
463 | 2023-10-25T22:02:16.357Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
464 | 2023-10-25T22:02:16.360Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
465 | 2023-10-25T22:02:16.364Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
466 | 2023-10-25T22:02:16.370Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
467 | 2023-10-25T22:02:16.373Z | + local DO_DOWNLOAD=true |
468 | 2023-10-25T22:02:16.377Z | Downloading... |
469 | 2023-10-25T22:02:16.382Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
470 | 2023-10-25T22:02:16.387Z | + mkdir -p out/downloads |
471 | 2023-10-25T22:02:16.393Z | + '[' true == true ']' |
472 | 2023-10-25T22:02:16.811Z | current directory: /work/oxidecomputer/omicron |
473 | 2023-10-25T22:02:16.819Z | + echo Downloading... |
474 | 2023-10-25T22:02:16.826Z | configuring based on OS: "solaris2.11" |
475 | 2023-10-25T22:02:16.833Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
476 | 2023-10-25T22:02:16.848Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
477 | 2023-10-25T22:02:16.858Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
478 | 2023-10-25T22:02:16.868Z | Local file: out/downloads/dendrite-stub.tar.gz |
479 | 2023-10-25T22:02:16.878Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
480 | 2023-10-25T22:02:16.882Z | Downloading... |
481 | 2023-10-25T22:02:16.885Z | ++ case "$OSTYPE" in |
482 | 2023-10-25T22:02:16.891Z | ++ SHA=sha256sum |
483 | 2023-10-25T22:02:16.899Z | ++ sha256sum |
484 | 2023-10-25T22:02:17.325Z | ++ awk '{print $1}' |
485 | 2023-10-25T22:02:17.337Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
486 | 2023-10-25T22:02:17.358Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
487 | 2023-10-25T22:02:17.368Z | + set -o errexit |
488 | 2023-10-25T22:02:17.380Z | +++ dirname ./tools/ci_download_dendrite_stub |
489 | 2023-10-25T22:02:17.393Z | ++ cd ./tools |
490 | 2023-10-25T22:02:17.401Z | ++ pwd |
491 | 2023-10-25T22:02:17.411Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
492 | 2023-10-25T22:02:17.421Z | ++ basename ./tools/ci_download_dendrite_stub |
493 | 2023-10-25T22:02:17.437Z | + ARG0=ci_download_dendrite_stub |
494 | 2023-10-25T22:02:17.449Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
495 | 2023-10-25T22:02:17.457Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
496 | 2023-10-25T22:02:17.468Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
497 | 2023-10-25T22:02:17.479Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
498 | 2023-10-25T22:02:17.497Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
499 | 2023-10-25T22:02:17.505Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
500 | 2023-10-25T22:02:17.526Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
501 | 2023-10-25T22:02:17.534Z | + TARGET_DIR=out |
502 | 2023-10-25T22:02:17.539Z | + DOWNLOAD_DIR=out/downloads |
503 | 2023-10-25T22:02:17.543Z | + DEST_DIR=./out/dendrite-stub |
504 | 2023-10-25T22:02:17.560Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
505 | 2023-10-25T22:02:17.569Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
506 | 2023-10-25T22:02:17.575Z | + REPO=oxidecomputer/dendrite |
507 | 2023-10-25T22:02:17.579Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
508 | 2023-10-25T22:02:17.582Z | + main |
509 | 2023-10-25T22:02:17.586Z | + [[ 0 != 0 ]] |
510 | 2023-10-25T22:02:17.590Z | + CIDL_OS=solaris2.11 |
511 | 2023-10-25T22:02:17.609Z | + [[ 0 != 0 ]] |
512 | 2023-10-25T22:02:17.623Z | + configure_os solaris2.11 |
513 | 2023-10-25T22:02:18.051Z | + echo 'current directory: /work/oxidecomputer/omicron' |
514 | 2023-10-25T22:02:18.866Z | + echo 'configuring based on OS: "solaris2.11"' |
515 | 2023-10-25T22:02:18.885Z | + case "$1" in |
516 | 2023-10-25T22:02:18.904Z | + SET_BINARIES= |
517 | 2023-10-25T22:02:18.915Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
518 | 2023-10-25T22:02:18.927Z | + CIDL_SHA256FUNC=do_sha256sum |
519 | 2023-10-25T22:02:18.945Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
520 | 2023-10-25T22:02:18.959Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
521 | 2023-10-25T22:02:18.977Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
522 | 2023-10-25T22:02:18.996Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
523 | 2023-10-25T22:02:19.012Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
524 | 2023-10-25T22:02:19.439Z | + mkdir -p out/downloads |
525 | 2023-10-25T22:02:19.448Z | + mkdir -p ./out/dendrite-stub |
526 | 2023-10-25T22:02:19.457Z | + fetch_and_verify |
527 | 2023-10-25T22:02:19.467Z | + local DO_DOWNLOAD=true |
528 | 2023-10-25T22:02:19.475Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
529 | 2023-10-25T22:02:19.895Z | + '[' true == true ']' |
530 | 2023-10-25T22:02:19.913Z | + echo Downloading... |
531 | 2023-10-25T22:02:19.929Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
532 | 2023-10-25T22:02:19.946Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
533 | 2023-10-25T22:02:23.156Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
534 | 2023-10-25T22:02:23.570Z | ++ sha256sum |
535 | 2023-10-25T22:02:23.574Z | ++ awk '{print $1}' |
536 | 2023-10-25T22:02:23.586Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
537 | 2023-10-25T22:02:23.592Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
538 | 2023-10-25T22:02:23.596Z | + do_untar out/downloads/dendrite-stub.tar.gz |
539 | 2023-10-25T22:02:23.603Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
540 | 2023-10-25T22:02:24.206Z | + do_assemble |
541 | 2023-10-25T22:02:24.229Z | + rm -r ./out/dendrite-stub |
542 | 2023-10-25T22:02:24.234Z | + mkdir ./out/dendrite-stub |
543 | 2023-10-25T22:02:24.238Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
544 | 2023-10-25T22:02:24.275Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
545 | 2023-10-25T22:02:24.283Z | + set -o errexit |
546 | 2023-10-25T22:02:24.299Z | +++ dirname ./tools/ci_download_maghemite_mgd |
547 | 2023-10-25T22:02:24.303Z | ++ cd ./tools |
548 | 2023-10-25T22:02:24.309Z | ++ pwd |
549 | 2023-10-25T22:02:24.313Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
550 | 2023-10-25T22:02:24.318Z | ++ basename ./tools/ci_download_maghemite_mgd |
551 | 2023-10-25T22:02:24.327Z | + ARG0=ci_download_maghemite_mgd |
552 | 2023-10-25T22:02:24.338Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
553 | 2023-10-25T22:02:24.346Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
554 | 2023-10-25T22:02:24.358Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
555 | 2023-10-25T22:02:24.370Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
556 | 2023-10-25T22:02:24.385Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
557 | 2023-10-25T22:02:24.807Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
558 | 2023-10-25T22:02:24.822Z | + TARGET_DIR=out |
559 | 2023-10-25T22:02:24.831Z | + DOWNLOAD_DIR=out/downloads |
560 | 2023-10-25T22:02:24.844Z | + DEST_DIR=./out/mgd |
561 | 2023-10-25T22:02:24.852Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
562 | 2023-10-25T22:02:24.864Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
563 | 2023-10-25T22:02:24.896Z | + REPO=oxidecomputer/maghemite |
564 | 2023-10-25T22:02:24.909Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
565 | 2023-10-25T22:02:24.932Z | + main |
566 | 2023-10-25T22:02:24.946Z | + [[ 0 != 0 ]] |
567 | 2023-10-25T22:02:24.966Z | + CIDL_OS=solaris2.11 |
568 | 2023-10-25T22:02:24.989Z | + [[ 0 != 0 ]] |
569 | 2023-10-25T22:02:25.008Z | + configure_os solaris2.11 |
570 | 2023-10-25T22:02:25.029Z | + echo 'current directory: /work/oxidecomputer/omicron' |
571 | 2023-10-25T22:02:25.044Z | current directory: /work/oxidecomputer/omicron |
572 | 2023-10-25T22:02:25.061Z | + echo 'configuring based on OS: "solaris2.11"' |
573 | 2023-10-25T22:02:25.074Z | configuring based on OS: "solaris2.11" |
574 | 2023-10-25T22:02:25.089Z | + case "$1" in |
575 | 2023-10-25T22:02:25.110Z | + SET_BINARIES= |
576 | 2023-10-25T22:02:25.130Z | + CIDL_SHA256FUNC=do_sha256sum |
577 | 2023-10-25T22:02:25.601Z | + TARBALL_FILENAME=mgd.tar.gz |
578 | 2023-10-25T22:02:25.608Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
579 | 2023-10-25T22:02:25.617Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
580 | 2023-10-25T22:02:26.029Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
581 | 2023-10-25T22:02:26.033Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
582 | 2023-10-25T22:02:26.036Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
583 | 2023-10-25T22:02:26.044Z | Local file: out/downloads/mgd.tar.gz |
584 | 2023-10-25T22:02:26.458Z | + mkdir -p out/downloads |
585 | 2023-10-25T22:02:26.470Z | + mkdir -p ./out/mgd |
586 | 2023-10-25T22:02:26.481Z | + fetch_and_verify |
587 | 2023-10-25T22:02:26.491Z | + local DO_DOWNLOAD=true |
588 | 2023-10-25T22:02:26.907Z | + [[ -f out/downloads/mgd.tar.gz ]] |
589 | 2023-10-25T22:02:26.911Z | + '[' true == true ']' |
590 | 2023-10-25T22:02:26.914Z | + echo Downloading... |
591 | 2023-10-25T22:02:26.918Z | Downloading... |
592 | 2023-10-25T22:02:26.936Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
593 | 2023-10-25T22:02:26.947Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
594 | 2023-10-25T22:02:37.594Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
595 | 2023-10-25T22:02:37.598Z | ++ sha256sum |
596 | 2023-10-25T22:02:37.601Z | ++ awk '{print $1}' |
597 | 2023-10-25T22:02:37.672Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
598 | 2023-10-25T22:02:37.675Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
599 | 2023-10-25T22:02:37.678Z | + do_untar out/downloads/mgd.tar.gz |
600 | 2023-10-25T22:02:37.682Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
601 | 2023-10-25T22:02:38.343Z | + do_assemble |
602 | 2023-10-25T22:02:38.349Z | + rm -r ./out/mgd |
603 | 2023-10-25T22:02:38.363Z | + mkdir ./out/mgd |
604 | 2023-10-25T22:02:38.369Z | + cp -r out/downloads/root ./out/mgd/root |
605 | 2023-10-25T22:02:38.554Z | + set -o errexit |
606 | 2023-10-25T22:02:39.054Z | +++ dirname ./tools/ci_download_transceiver_control |
607 | 2023-10-25T22:02:39.062Z | ++ cd ./tools |
608 | 2023-10-25T22:02:39.081Z | ++ pwd |
609 | 2023-10-25T22:02:39.112Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
610 | 2023-10-25T22:02:39.133Z | ++ basename ./tools/ci_download_transceiver_control |
611 | 2023-10-25T22:02:39.222Z | + ARG0=ci_download_transceiver_control |
612 | 2023-10-25T22:02:39.243Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
613 | 2023-10-25T22:02:39.269Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
614 | 2023-10-25T22:02:39.699Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
615 | 2023-10-25T22:02:39.715Z | + TARGET_DIR=out |
616 | 2023-10-25T22:02:39.728Z | + DOWNLOAD_DIR=out/downloads |
617 | 2023-10-25T22:02:39.742Z | + DEST_DIR=./out/transceiver-control |
618 | 2023-10-25T22:02:39.755Z | + BIN_DIR=/opt/oxide/bin |
619 | 2023-10-25T22:02:39.771Z | + BINARY=xcvradm |
620 | 2023-10-25T22:02:39.786Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
621 | 2023-10-25T22:02:39.796Z | + REPO=oxidecomputer/transceiver-control |
622 | 2023-10-25T22:02:39.800Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
623 | 2023-10-25T22:02:39.804Z | + main |
624 | 2023-10-25T22:02:39.808Z | + [[ 0 != 0 ]] |
625 | 2023-10-25T22:02:39.814Z | + CIDL_OS=solaris2.11 |
626 | 2023-10-25T22:02:39.817Z | + [[ 0 != 0 ]] |
627 | 2023-10-25T22:02:39.820Z | + configure_os solaris2.11 |
628 | 2023-10-25T22:02:39.824Z | + echo 'current directory: /work/oxidecomputer/omicron' |
629 | 2023-10-25T22:02:39.830Z | current directory: /work/oxidecomputer/omicron |
630 | 2023-10-25T22:02:39.850Z | + echo 'configuring based on OS: "solaris2.11"' |
631 | 2023-10-25T22:02:39.859Z | configuring based on OS: "solaris2.11" |
632 | 2023-10-25T22:02:39.866Z | + case "$1" in |
633 | 2023-10-25T22:02:39.869Z | + SET_BINARIES= |
634 | 2023-10-25T22:02:39.878Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
635 | 2023-10-25T22:02:39.885Z | + CIDL_SHA256FUNC=do_sha256sum |
636 | 2023-10-25T22:02:39.890Z | + ARCHIVE_FILENAME=xcvradm.gz |
637 | 2023-10-25T22:02:39.895Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
638 | 2023-10-25T22:02:39.898Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
639 | 2023-10-25T22:02:39.927Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
640 | 2023-10-25T22:02:39.931Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
641 | 2023-10-25T22:02:39.953Z | + echo 'Local file: out/downloads/xcvradm.gz' |
642 | 2023-10-25T22:02:39.971Z | Local file: out/downloads/xcvradm.gz |
643 | 2023-10-25T22:02:39.988Z | + mkdir -p out/downloads |
644 | 2023-10-25T22:02:40.009Z | + mkdir -p ./out/transceiver-control |
645 | 2023-10-25T22:02:40.016Z | + fetch_and_verify |
646 | 2023-10-25T22:02:40.023Z | + local DO_DOWNLOAD=true |
647 | 2023-10-25T22:02:40.050Z | + [[ -f out/downloads/xcvradm.gz ]] |
648 | 2023-10-25T22:02:40.066Z | + '[' true == true ']' |
649 | 2023-10-25T22:02:40.082Z | + echo Downloading... |
650 | 2023-10-25T22:02:40.102Z | Downloading... |
651 | 2023-10-25T22:02:40.124Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
652 | 2023-10-25T22:02:40.144Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
653 | 2023-10-25T22:02:41.071Z | ++ do_sha256sum out/downloads/xcvradm.gz |
654 | 2023-10-25T22:02:41.087Z | ++ sha256sum |
655 | 2023-10-25T22:02:41.092Z | ++ awk '{print $1}' |
656 | 2023-10-25T22:02:41.097Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
657 | 2023-10-25T22:02:41.101Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
658 | 2023-10-25T22:02:41.110Z | + do_unpack out/downloads/xcvradm.gz |
659 | 2023-10-25T22:02:41.114Z | + mkdir -p out/downloads/root//opt/oxide/bin |
660 | 2023-10-25T22:02:41.118Z | + gzip -dc out/downloads/xcvradm.gz |
661 | 2023-10-25T22:02:41.278Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
662 | 2023-10-25T22:02:41.282Z | + do_assemble |
663 | 2023-10-25T22:02:41.286Z | + rm -r ./out/transceiver-control |
664 | 2023-10-25T22:02:41.289Z | + mkdir ./out/transceiver-control |
665 | 2023-10-25T22:02:41.293Z | + cp -r out/downloads/root ./out/transceiver-control/root |
666 | 2023-10-25T22:02:41.518Z | All prerequisites installed successfully |
667 | 2023-10-25T22:02:41.525Z | |
668 | 2023-10-25T22:02:41.529Z | real 2:34.219411578 |
669 | 2023-10-25T22:02:41.534Z | user 51.437790543 |
670 | 2023-10-25T22:02:41.538Z | sys 9.814906812 |
671 | 2023-10-25T22:02:41.541Z | trap 0.022297075 |
672 | 2023-10-25T22:02:41.545Z | tflt 0.295780801 |
673 | 2023-10-25T22:02:41.549Z | dflt 1.139172799 |
674 | 2023-10-25T22:02:41.555Z | kflt 0.535640382 |
675 | 2023-10-25T22:02:41.559Z | lock 1.689487882 |
676 | 2023-10-25T22:02:41.563Z | slp 4:56.352681864 |
677 | 2023-10-25T22:02:41.566Z | lat 3.362615989 |
678 | 2023-10-25T22:02:41.599Z | stop 0.068388950 |
679 | 2023-10-25T22:02:41.619Z | + banner end-to-end-tests |
680 | 2023-10-25T22:02:41.669Z | |
681 | 2023-10-25T22:02:41.673Z | ###### # # ##### ##### #### ###### # # ##### |
682 | 2023-10-25T22:02:41.677Z | # ## # # # # # # # ## # # # |
683 | 2023-10-25T22:02:41.681Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
684 | 2023-10-25T22:02:41.685Z | # # # # # # # # # # # # # # # |
685 | 2023-10-25T22:02:41.689Z | # # ## # # # # # # # ## # # |
686 | 2023-10-25T22:02:41.693Z | ###### # # ##### # #### ###### # # ##### |
687 | 2023-10-25T22:02:41.698Z | |
688 | 2023-10-25T22:02:41.701Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
689 | 2023-10-25T22:02:41.705Z | + CARGO_PROFILE_DEV_DEBUG=1 |
690 | 2023-10-25T22:02:41.709Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
691 | 2023-10-25T22:02:41.713Z | + CARGO_PROFILE_TEST_DEBUG=1 |
692 | 2023-10-25T22:02:41.720Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
693 | 2023-10-25T22:02:42.098Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
694 | 2023-10-25T22:02:42.600Z | Updating crates.io index |
695 | 2023-10-25T22:02:42.608Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
696 | 2023-10-25T22:02:43.354Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
697 | 2023-10-25T22:02:45.143Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
698 | 2023-10-25T22:02:45.748Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
699 | 2023-10-25T22:02:46.081Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
700 | 2023-10-25T22:02:46.359Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
701 | 2023-10-25T22:02:46.672Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
702 | 2023-10-25T22:02:47.667Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
703 | 2023-10-25T22:02:49.268Z | Updating git repository `https://github.com/oxidecomputer/opte` |
704 | 2023-10-25T22:02:50.169Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
705 | 2023-10-25T22:02:50.632Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
706 | 2023-10-25T22:02:50.931Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
707 | 2023-10-25T22:02:51.751Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
708 | 2023-10-25T22:02:51.858Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
709 | 2023-10-25T22:02:57.885Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
710 | 2023-10-25T22:02:58.016Z | Updating git repository `https://github.com/njaremko/samael` |
711 | 2023-10-25T22:02:58.062Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
712 | 2023-10-25T22:02:58.097Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
713 | 2023-10-25T22:02:58.202Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
714 | 2023-10-25T22:02:58.292Z | Updating git repository `https://github.com/jgallagher/nix` |
715 | 2023-10-25T22:02:58.378Z | Updating git repository `https://github.com/cbiffle/hubpack` |
716 | 2023-10-25T22:02:58.454Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
717 | 2023-10-25T22:03:04.902Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
718 | 2023-10-25T22:03:05.375Z | Updating git repository `https://github.com/oxidecomputer/typify` |
719 | 2023-10-25T22:03:06.478Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
720 | 2023-10-25T22:03:06.854Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
721 | 2023-10-25T22:03:07.201Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
722 | 2023-10-25T22:03:08.607Z | Downloading crates ... |
723 | 2023-10-25T22:03:08.793Z | Downloaded bit-set v0.5.3 |
724 | 2023-10-25T22:03:08.798Z | Downloaded atomic-waker v1.1.1 |
725 | 2023-10-25T22:03:08.816Z | Downloaded bcrypt-pbkdf v0.10.0 |
726 | 2023-10-25T22:03:08.826Z | Downloaded bitstruct v0.1.1 |
727 | 2023-10-25T22:03:08.832Z | Downloaded linked-hash-map v0.5.6 |
728 | 2023-10-25T22:03:08.838Z | Downloaded lazy_static v1.4.0 |
729 | 2023-10-25T22:03:08.843Z | Downloaded normalize-line-endings v0.3.0 |
730 | 2023-10-25T22:03:08.853Z | Downloaded colorchoice v1.0.0 |
731 | 2023-10-25T22:03:08.859Z | Downloaded openssl-macros v0.1.1 |
732 | 2023-10-25T22:03:08.865Z | Downloaded bzip2 v0.4.4 |
733 | 2023-10-25T22:03:08.869Z | Downloaded blake2 v0.10.6 |
734 | 2023-10-25T22:03:08.873Z | Downloaded openssl-probe v0.1.5 |
735 | 2023-10-25T22:03:08.876Z | Downloaded crucible-workspace-hack v0.1.0 |
736 | 2023-10-25T22:03:08.879Z | Downloaded precomputed-hash v0.1.1 |
737 | 2023-10-25T22:03:08.883Z | Downloaded parse-display v0.7.0 |
738 | 2023-10-25T22:03:08.886Z | Downloaded cfg-if v0.1.10 |
739 | 2023-10-25T22:03:08.890Z | Downloaded phf v0.11.2 |
740 | 2023-10-25T22:03:08.892Z | Downloaded new_debug_unreachable v1.0.4 |
741 | 2023-10-25T22:03:08.897Z | Downloaded num_enum v0.5.11 |
742 | 2023-10-25T22:03:08.917Z | Downloaded pin-utils v0.1.0 |
743 | 2023-10-25T22:03:08.924Z | Downloaded time-core v0.1.1 |
744 | 2023-10-25T22:03:08.929Z | Downloaded bitflags v1.3.2 |
745 | 2023-10-25T22:03:08.934Z | Downloaded pretty-hex v0.2.1 |
746 | 2023-10-25T22:03:08.938Z | Downloaded paste v1.0.14 |
747 | 2023-10-25T22:03:08.945Z | Downloaded pin-project-lite v0.2.13 |
748 | 2023-10-25T22:03:08.955Z | Downloaded password-hash v0.5.0 |
749 | 2023-10-25T22:03:08.961Z | Downloaded const_format_proc_macros v0.2.31 |
750 | 2023-10-25T22:03:08.969Z | Downloaded ident_case v1.0.1 |
751 | 2023-10-25T22:03:08.972Z | Downloaded anstyle v1.0.2 |
752 | 2023-10-25T22:03:08.976Z | Downloaded debug-ignore v1.0.5 |
753 | 2023-10-25T22:03:08.982Z | Downloaded siphasher v0.3.11 |
754 | 2023-10-25T22:03:08.986Z | Downloaded md-5 v0.10.5 |
755 | 2023-10-25T22:03:08.991Z | Downloaded anstyle-parse v0.2.1 |
756 | 2023-10-25T22:03:08.997Z | Downloaded ansi_term v0.12.1 |
757 | 2023-10-25T22:03:09.003Z | Downloaded aes-gcm-siv v0.11.1 |
758 | 2023-10-25T22:03:09.007Z | Downloaded vec_map v0.8.2 |
759 | 2023-10-25T22:03:09.011Z | Downloaded itoa v1.0.9 |
760 | 2023-10-25T22:03:09.016Z | Downloaded ipnetwork v0.20.0 |
761 | 2023-10-25T22:03:09.024Z | Downloaded usdt v0.3.5 |
762 | 2023-10-25T22:03:09.027Z | Downloaded num-traits v0.2.16 |
763 | 2023-10-25T22:03:09.031Z | Downloaded once_cell v1.18.0 |
764 | 2023-10-25T22:03:09.034Z | Downloaded either v1.9.0 |
765 | 2023-10-25T22:03:09.038Z | Downloaded ed25519 v2.2.2 |
766 | 2023-10-25T22:03:09.041Z | Downloaded diesel_derives v2.1.1 |
767 | 2023-10-25T22:03:09.047Z | Downloaded russh-cryptovec v0.7.0 |
768 | 2023-10-25T22:03:09.050Z | Downloaded signal-hook-registry v1.4.1 |
769 | 2023-10-25T22:03:09.054Z | Downloaded sha1 v0.10.5 |
770 | 2023-10-25T22:03:09.057Z | Downloaded http-range v0.1.5 |
771 | 2023-10-25T22:03:09.060Z | Downloaded dof v0.1.5 |
772 | 2023-10-25T22:03:09.063Z | Downloaded dirs-sys-next v0.1.2 |
773 | 2023-10-25T22:03:09.066Z | Downloaded dirs-next v2.0.0 |
774 | 2023-10-25T22:03:09.071Z | Downloaded futures-io v0.3.28 |
775 | 2023-10-25T22:03:09.074Z | Downloaded hubpack v0.1.2 |
776 | 2023-10-25T22:03:09.078Z | Downloaded form_urlencoded v1.2.0 |
777 | 2023-10-25T22:03:09.081Z | Downloaded hyper-staticfile v0.9.5 |
778 | 2023-10-25T22:03:09.084Z | Downloaded io-lifetimes v1.0.11 |
779 | 2023-10-25T22:03:09.087Z | Downloaded tempfile v3.8.0 |
780 | 2023-10-25T22:03:09.090Z | Downloaded hubpack_derive v0.1.1 |
781 | 2023-10-25T22:03:09.094Z | Downloaded errno v0.3.2 |
782 | 2023-10-25T22:03:09.099Z | Downloaded fxhash v0.2.1 |
783 | 2023-10-25T22:03:09.102Z | Downloaded toolchain_find v0.2.0 |
784 | 2023-10-25T22:03:09.105Z | Downloaded rustfmt-wrapper v0.2.0 |
785 | 2023-10-25T22:03:09.108Z | Downloaded signature v2.1.0 |
786 | 2023-10-25T22:03:09.112Z | Downloaded take_mut v0.2.2 |
787 | 2023-10-25T22:03:09.115Z | Downloaded serde_arrays v0.1.0 |
788 | 2023-10-25T22:03:09.118Z | Downloaded typenum v1.16.0 |
789 | 2023-10-25T22:03:09.121Z | Downloaded tokio-tungstenite v0.20.1 |
790 | 2023-10-25T22:03:09.124Z | Downloaded env_logger v0.9.3 |
791 | 2023-10-25T22:03:09.127Z | Downloaded dirs-sys v0.4.1 |
792 | 2023-10-25T22:03:09.131Z | Downloaded enum-as-inner v0.5.1 |
793 | 2023-10-25T22:03:09.141Z | Downloaded unsafe-libyaml v0.2.9 |
794 | 2023-10-25T22:03:09.144Z | Downloaded equivalent v1.0.1 |
795 | 2023-10-25T22:03:09.147Z | Downloaded clap_derive v4.4.2 |
796 | 2023-10-25T22:03:09.150Z | Downloaded serde_derive_internals v0.26.0 |
797 | 2023-10-25T22:03:09.154Z | Downloaded rustls-native-certs v0.6.3 |
798 | 2023-10-25T22:03:09.157Z | Downloaded tinyvec_macros v0.1.1 |
799 | 2023-10-25T22:03:09.161Z | Downloaded heck v0.4.1 |
800 | 2023-10-25T22:03:09.165Z | Downloaded utf8parse v0.2.1 |
801 | 2023-10-25T22:03:09.168Z | Downloaded hex v0.4.3 |
802 | 2023-10-25T22:03:09.171Z | Downloaded rustc-demangle v0.1.23 |
803 | 2023-10-25T22:03:09.174Z | Downloaded backtrace v0.3.69 |
804 | 2023-10-25T22:03:09.180Z | Downloaded try-lock v0.2.4 |
805 | 2023-10-25T22:03:09.183Z | Downloaded headers-core v0.2.0 |
806 | 2023-10-25T22:03:09.186Z | Downloaded futures-task v0.3.28 |
807 | 2023-10-25T22:03:09.189Z | Downloaded zeroize_derive v1.4.2 |
808 | 2023-10-25T22:03:09.192Z | Downloaded unicode-ident v1.0.12 |
809 | 2023-10-25T22:03:09.196Z | Downloaded stable_deref_trait v1.2.0 |
810 | 2023-10-25T22:03:09.199Z | Downloaded structopt-derive v0.4.18 |
811 | 2023-10-25T22:03:09.202Z | Downloaded radium v0.7.0 |
812 | 2023-10-25T22:03:09.206Z | Downloaded elliptic-curve v0.13.5 |
813 | 2023-10-25T22:03:09.211Z | Downloaded foreign-types v0.3.2 |
814 | 2023-10-25T22:03:09.214Z | Downloaded russh-keys v0.38.0 |
815 | 2023-10-25T22:03:09.217Z | Downloaded percent-encoding v2.3.0 |
816 | 2023-10-25T22:03:09.221Z | Downloaded strum v0.25.0 |
817 | 2023-10-25T22:03:09.224Z | Downloaded humantime v2.1.0 |
818 | 2023-10-25T22:03:09.228Z | Downloaded subtle v2.5.0 |
819 | 2023-10-25T22:03:09.232Z | Downloaded futures-sink v0.3.28 |
820 | 2023-10-25T22:03:09.235Z | Downloaded heck v0.3.3 |
821 | 2023-10-25T22:03:09.238Z | Downloaded slog-envlogger v2.2.0 |
822 | 2023-10-25T22:03:09.242Z | Downloaded strsim v0.10.0 |
823 | 2023-10-25T22:03:09.246Z | Downloaded ryu v1.0.15 |
824 | 2023-10-25T22:03:09.249Z | Downloaded ghash v0.5.0 |
825 | 2023-10-25T22:03:09.253Z | Downloaded generic-array v0.14.7 |
826 | 2023-10-25T22:03:09.258Z | Downloaded trust-dns-resolver v0.22.0 |
827 | 2023-10-25T22:03:09.272Z | Downloaded filetime v0.2.22 |
828 | 2023-10-25T22:03:09.281Z | Downloaded erased-serde v0.3.30 |
829 | 2023-10-25T22:03:09.296Z | Downloaded textwrap v0.11.0 |
830 | 2023-10-25T22:03:09.308Z | Downloaded der v0.7.8 |
831 | 2023-10-25T22:03:09.311Z | Downloaded http-body v0.4.5 |
832 | 2023-10-25T22:03:09.314Z | Downloaded futures-executor v0.3.28 |
833 | 2023-10-25T22:03:09.319Z | Downloaded futures-channel v0.3.28 |
834 | 2023-10-25T22:03:09.323Z | Downloaded thiserror-impl-no-std v2.0.2 |
835 | 2023-10-25T22:03:09.329Z | Downloaded half v1.8.2 |
836 | 2023-10-25T22:03:09.359Z | Downloaded rustls-pemfile v1.0.3 |
837 | 2023-10-25T22:03:09.368Z | Downloaded chacha20poly1305 v0.10.1 |
838 | 2023-10-25T22:03:09.376Z | Downloaded zone_cfg_derive v0.2.0 |
839 | 2023-10-25T22:03:09.798Z | Downloaded slog-async v2.8.0 |
840 | 2023-10-25T22:03:09.822Z | Downloaded termcolor v1.2.0 |
841 | 2023-10-25T22:03:09.827Z | Downloaded fallible-streaming-iterator v0.1.9 |
842 | 2023-10-25T22:03:09.830Z | Downloaded slog-json v2.6.1 |
843 | 2023-10-25T22:03:09.835Z | Downloaded semver v0.11.0 |
844 | 2023-10-25T22:03:09.864Z | Downloaded same-file v1.0.6 |
845 | 2023-10-25T22:03:09.890Z | Downloaded unicode-linebreak v0.1.5 |
846 | 2023-10-25T22:03:09.899Z | Downloaded glob v0.3.1 |
847 | 2023-10-25T22:03:09.902Z | Downloaded slog v2.7.0 |
848 | 2023-10-25T22:03:09.906Z | Downloaded smallvec v1.11.0 |
849 | 2023-10-25T22:03:09.910Z | Downloaded tungstenite v0.20.1 |
850 | 2023-10-25T22:03:09.929Z | Downloaded async-recursion v1.0.5 |
851 | 2023-10-25T22:03:09.935Z | Downloaded serde_tokenstream v0.1.7 |
852 | 2023-10-25T22:03:09.942Z | Downloaded rand_core v0.5.1 |
853 | 2023-10-25T22:03:09.948Z | Downloaded socket2 v0.5.4 |
854 | 2023-10-25T22:03:09.951Z | Downloaded time v0.3.27 |
855 | 2023-10-25T22:03:09.968Z | Downloaded getrandom v0.2.10 |
856 | 2023-10-25T22:03:09.975Z | Downloaded semver-parser v0.10.2 |
857 | 2023-10-25T22:03:09.983Z | Downloaded heapless v0.7.16 |
858 | 2023-10-25T22:03:10.000Z | Downloaded unicode-bidi v0.3.13 |
859 | 2023-10-25T22:03:10.007Z | Downloaded slog-term v2.9.0 |
860 | 2023-10-25T22:03:10.017Z | Downloaded serde v1.0.188 |
861 | 2023-10-25T22:03:10.038Z | Downloaded unicase v2.7.0 |
862 | 2023-10-25T22:03:10.046Z | Downloaded semver v1.0.20 |
863 | 2023-10-25T22:03:10.051Z | Downloaded futures v0.3.28 |
864 | 2023-10-25T22:03:10.070Z | Downloaded aes-gcm v0.10.2 |
865 | 2023-10-25T22:03:10.073Z | Downloaded postgres-protocol v0.6.6 |
866 | 2023-10-25T22:03:10.076Z | Downloaded hashbrown v0.14.0 |
867 | 2023-10-25T22:03:10.080Z | Downloaded textwrap v0.16.0 |
868 | 2023-10-25T22:03:10.117Z | Downloaded hashbrown v0.13.2 |
869 | 2023-10-25T22:03:10.121Z | Downloaded itertools v0.11.0 |
870 | 2023-10-25T22:03:10.138Z | Downloaded clap v2.34.0 |
871 | 2023-10-25T22:03:10.142Z | Downloaded proc-macro2 v1.0.67 |
872 | 2023-10-25T22:03:10.179Z | Downloaded flate2 v1.0.28 |
873 | 2023-10-25T22:03:10.195Z | Downloaded rusqlite v0.29.0 |
874 | 2023-10-25T22:03:10.202Z | Downloaded rand v0.7.3 |
875 | 2023-10-25T22:03:10.208Z | Downloaded toml_edit v0.19.15 |
876 | 2023-10-25T22:03:10.215Z | Downloaded chrono v0.4.31 |
877 | 2023-10-25T22:03:10.229Z | Downloaded hyper v0.14.27 |
878 | 2023-10-25T22:03:10.233Z | Downloaded syn v1.0.109 |
879 | 2023-10-25T22:03:10.240Z | Downloaded rustls-webpki v0.101.4 |
880 | 2023-10-25T22:03:10.249Z | Downloaded unicode-segmentation v1.10.1 |
881 | 2023-10-25T22:03:10.253Z | Downloaded toml_edit v0.20.0 |
882 | 2023-10-25T22:03:10.296Z | Downloaded h2 v0.3.21 |
883 | 2023-10-25T22:03:10.305Z | Downloaded regex-syntax v0.6.29 |
884 | 2023-10-25T22:03:10.308Z | Downloaded gimli v0.28.0 |
885 | 2023-10-25T22:03:10.313Z | Downloaded trust-dns-proto v0.22.0 |
886 | 2023-10-25T22:03:10.316Z | Downloaded futures-util v0.3.28 |
887 | 2023-10-25T22:03:10.320Z | Downloaded hkdf v0.12.3 |
888 | 2023-10-25T22:03:10.325Z | Downloaded reqwest v0.11.20 |
889 | 2023-10-25T22:03:10.329Z | Downloaded serde_json v1.0.107 |
890 | 2023-10-25T22:03:10.333Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
891 | 2023-10-25T22:03:10.337Z | Downloaded git2 v0.17.2 |
892 | 2023-10-25T22:03:10.341Z | Downloaded openssl v0.10.57 |
893 | 2023-10-25T22:03:10.415Z | Downloaded smoltcp v0.8.2 |
894 | 2023-10-25T22:03:10.463Z | Downloaded idna v0.4.0 |
895 | 2023-10-25T22:03:10.470Z | Downloaded libc v0.2.149 |
896 | 2023-10-25T22:03:10.475Z | Downloaded syn v2.0.32 |
897 | 2023-10-25T22:03:10.478Z | Downloaded radix_trie v0.2.1 |
898 | 2023-10-25T22:03:10.482Z | Downloaded smoltcp v0.9.1 |
899 | 2023-10-25T22:03:10.487Z | Downloaded rustix v0.38.9 |
900 | 2023-10-25T22:03:10.490Z | Downloaded regex-syntax v0.7.5 |
901 | 2023-10-25T22:03:10.494Z | Downloaded rustix v0.37.23 |
902 | 2023-10-25T22:03:10.500Z | Downloaded regex v1.9.5 |
903 | 2023-10-25T22:03:10.506Z | Downloaded rustls v0.21.7 |
904 | 2023-10-25T22:03:10.543Z | Downloaded webpki-roots v0.25.2 |
905 | 2023-10-25T22:03:10.550Z | Downloaded vcpkg v0.2.15 |
906 | 2023-10-25T22:03:10.554Z | Downloaded openapiv3 v1.0.3 |
907 | 2023-10-25T22:03:10.558Z | Downloaded sled v0.34.7 |
908 | 2023-10-25T22:03:10.561Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
909 | 2023-10-25T22:03:10.565Z | Downloaded zerocopy-derive v0.2.0 |
910 | 2023-10-25T22:03:10.572Z | Downloaded zerocopy-derive v0.6.4 |
911 | 2023-10-25T22:03:10.578Z | Downloaded regex-automata v0.3.8 |
912 | 2023-10-25T22:03:10.583Z | Downloaded tokio v1.33.0 |
913 | 2023-10-25T22:03:10.616Z | Downloaded diesel v2.1.1 |
914 | 2023-10-25T22:03:10.620Z | Downloaded sha3 v0.10.8 |
915 | 2023-10-25T22:03:10.649Z | Downloaded object v0.32.1 |
916 | 2023-10-25T22:03:10.655Z | Downloaded curve25519-dalek v4.1.0 |
917 | 2023-10-25T22:03:10.682Z | Downloaded bstr v1.6.0 |
918 | 2023-10-25T22:03:10.687Z | Downloaded winapi v0.3.9 |
919 | 2023-10-25T22:03:10.700Z | Downloaded libz-sys v1.1.12 |
920 | 2023-10-25T22:03:10.821Z | Downloaded encoding_rs v0.8.33 |
921 | 2023-10-25T22:03:10.860Z | Downloaded russh v0.38.0 |
922 | 2023-10-25T22:03:10.900Z | Downloaded serde_with v2.3.3 |
923 | 2023-10-25T22:03:10.930Z | Downloaded http v0.2.9 |
924 | 2023-10-25T22:03:10.948Z | Downloaded idna v0.2.3 |
925 | 2023-10-25T22:03:10.968Z | Downloaded nix v0.26.2 |
926 | 2023-10-25T22:03:10.980Z | Downloaded bstr v0.2.17 |
927 | 2023-10-25T22:03:10.994Z | Downloaded libsqlite3-sys v0.26.0 |
928 | 2023-10-25T22:03:11.111Z | Downloaded regress v0.7.1 |
929 | 2023-10-25T22:03:11.162Z | Downloaded petgraph v0.6.4 |
930 | 2023-10-25T22:03:11.183Z | Downloaded itertools v0.10.5 |
931 | 2023-10-25T22:03:11.207Z | Downloaded trust-dns-client v0.22.0 |
932 | 2023-10-25T22:03:11.224Z | Downloaded winnow v0.5.15 |
933 | 2023-10-25T22:03:11.268Z | Downloaded tokio-util v0.7.9 |
934 | 2023-10-25T22:03:11.324Z | Downloaded bitvec v1.0.1 |
935 | 2023-10-25T22:03:11.422Z | Downloaded headers v0.3.9 |
936 | 2023-10-25T22:03:12.930Z | Downloaded rand v0.8.5 |
937 | 2023-10-25T22:03:13.044Z | Downloaded unicode-normalization v0.1.22 |
938 | 2023-10-25T22:03:14.081Z | Downloaded regex-automata v0.1.10 |
939 | 2023-10-25T22:03:14.910Z | Downloaded subprocess v0.2.9 |
940 | 2023-10-25T22:03:16.131Z | Downloaded tar v0.4.40 |
941 | 2023-10-25T22:03:17.686Z | Downloaded hashbrown v0.12.3 |
942 | 2023-10-25T22:03:18.222Z | Downloaded aho-corasick v1.0.4 |
943 | 2023-10-25T22:03:18.785Z | Downloaded clap_builder v4.4.2 |
944 | 2023-10-25T22:03:40.154Z | Downloaded structopt v0.3.26 |
945 | 2023-10-25T22:03:40.347Z | Downloaded stringprep v0.1.3 |
946 | 2023-10-25T22:03:40.413Z | Downloaded toml v0.5.11 |
947 | 2023-10-25T22:03:40.520Z | Downloaded string_cache v0.8.7 |
948 | 2023-10-25T22:03:40.982Z | Downloaded hmac v0.12.1 |
949 | 2023-10-25T22:03:41.446Z | Downloaded tracing-core v0.1.31 |
950 | 2023-10-25T22:03:41.969Z | Downloaded tokio-postgres v0.7.10 |
951 | 2023-10-25T22:03:42.327Z | Downloaded trust-dns-server v0.22.1 |
952 | 2023-10-25T22:03:42.656Z | Downloaded ring v0.16.20 |
953 | 2023-10-25T22:03:43.096Z | Downloaded mio v0.8.8 |
954 | 2023-10-25T22:03:43.276Z | Downloaded unicode-width v0.1.10 |
955 | 2023-10-25T22:03:43.414Z | Downloaded socket2 v0.4.9 |
956 | 2023-10-25T22:03:43.502Z | Downloaded tinyvec v1.6.0 |
957 | 2023-10-25T22:03:43.619Z | Downloaded yasna v0.5.2 |
958 | 2023-10-25T22:03:43.830Z | Downloaded aes v0.8.3 |
959 | 2023-10-25T22:03:43.953Z | Downloaded serde_tokenstream v0.2.0 |
960 | 2023-10-25T22:03:44.108Z | Downloaded ff v0.13.0 |
961 | 2023-10-25T22:03:44.135Z | Downloaded fixedbitset v0.4.2 |
962 | 2023-10-25T22:03:44.285Z | Downloaded secrecy v0.8.0 |
963 | 2023-10-25T22:03:44.380Z | Downloaded strum_macros v0.25.2 |
964 | 2023-10-25T22:03:44.469Z | Downloaded rcgen v0.10.0 |
965 | 2023-10-25T22:03:44.528Z | Downloaded zerocopy v0.6.4 |
966 | 2023-10-25T22:03:44.566Z | Downloaded tungstenite v0.18.0 |
967 | 2023-10-25T22:03:45.002Z | Downloaded zip v0.6.6 |
968 | 2023-10-25T22:03:45.089Z | Downloaded serde_derive v1.0.188 |
969 | 2023-10-25T22:03:45.111Z | Downloaded tap v1.0.1 |
970 | 2023-10-25T22:03:45.130Z | Downloaded httpdate v1.0.3 |
971 | 2023-10-25T22:03:45.211Z | Downloaded rand_chacha v0.3.1 |
972 | 2023-10-25T22:03:45.290Z | Downloaded keccak v0.1.4 |
973 | 2023-10-25T22:03:45.375Z | Downloaded is-terminal v0.4.9 |
974 | 2023-10-25T22:03:45.385Z | Downloaded toml_datetime v0.6.3 |
975 | 2023-10-25T22:03:45.393Z | Downloaded tokio-macros v2.1.0 |
976 | 2023-10-25T22:03:45.436Z | Downloaded smf v0.2.2 |
977 | 2023-10-25T22:03:45.472Z | Downloaded spki v0.7.2 |
978 | 2023-10-25T22:03:45.501Z | Downloaded wyz v0.5.1 |
979 | 2023-10-25T22:03:45.561Z | Downloaded ed25519-dalek v2.0.0 |
980 | 2023-10-25T22:03:45.653Z | Downloaded terminal_size v0.2.6 |
981 | 2023-10-25T22:03:45.673Z | Downloaded fallible-iterator v0.2.0 |
982 | 2023-10-25T22:03:45.694Z | Downloaded spin v0.9.8 |
983 | 2023-10-25T22:03:45.718Z | Downloaded getrandom v0.1.16 |
984 | 2023-10-25T22:03:45.748Z | Downloaded libm v0.2.7 |
985 | 2023-10-25T22:03:45.792Z | Downloaded tokio-tungstenite v0.18.0 |
986 | 2023-10-25T22:03:45.883Z | Downloaded thread_local v1.1.7 |
987 | 2023-10-25T22:03:45.901Z | Downloaded thread-id v4.2.0 |
988 | 2023-10-25T22:03:45.918Z | Downloaded static_assertions v1.1.0 |
989 | 2023-10-25T22:03:45.957Z | Downloaded xattr v1.0.1 |
990 | 2023-10-25T22:03:45.986Z | Downloaded getopts v0.2.21 |
991 | 2023-10-25T22:03:46.006Z | Downloaded rustversion v1.0.14 |
992 | 2023-10-25T22:03:46.012Z | Downloaded schemars v0.8.13 |
993 | 2023-10-25T22:03:46.105Z | Downloaded openssl-sys v0.9.93 |
994 | 2023-10-25T22:03:46.134Z | Downloaded strsim v0.8.0 |
995 | 2023-10-25T22:03:46.171Z | Downloaded slog-dtrace v0.2.3 |
996 | 2023-10-25T22:03:46.217Z | Downloaded hash32 v0.2.1 |
997 | 2023-10-25T22:03:46.248Z | Downloaded group v0.13.0 |
998 | 2023-10-25T22:03:46.256Z | Downloaded tracing v0.1.37 |
999 | 2023-10-25T22:03:46.304Z | Downloaded ron v0.7.1 |
1000 | 2023-10-25T22:03:46.377Z | Downloaded serde_yaml v0.9.25 |
1001 | 2023-10-25T22:03:46.429Z | Downloaded arc-swap v1.6.0 |
1002 | 2023-10-25T22:03:46.531Z | Downloaded tokio-stream v0.1.14 |
1003 | 2023-10-25T22:03:46.572Z | Downloaded memchr v2.6.3 |
1004 | 2023-10-25T22:03:46.617Z | Downloaded digest v0.10.7 |
1005 | 2023-10-25T22:03:46.708Z | Downloaded smawk v0.3.1 |
1006 | 2023-10-25T22:03:46.760Z | Downloaded spin v0.5.2 |
1007 | 2023-10-25T22:03:46.799Z | Downloaded rand_chacha v0.2.2 |
1008 | 2023-10-25T22:03:46.815Z | Downloaded crypto-bigint v0.5.2 |
1009 | 2023-10-25T22:03:46.822Z | Downloaded structmeta-derive v0.1.6 |
1010 | 2023-10-25T22:03:46.831Z | Downloaded slog-stdlog v4.1.1 |
1011 | 2023-10-25T22:03:46.841Z | Downloaded slog-scope v4.4.0 |
1012 | 2023-10-25T22:03:46.868Z | Downloaded hex-literal v0.4.1 |
1013 | 2023-10-25T22:03:46.892Z | Downloaded indexmap v2.0.0 |
1014 | 2023-10-25T22:03:46.928Z | Downloaded tracing-attributes v0.1.26 |
1015 | 2023-10-25T22:03:46.970Z | Downloaded url v2.4.1 |
1016 | 2023-10-25T22:03:47.062Z | Downloaded postcard v0.7.3 |
1017 | 2023-10-25T22:03:47.136Z | Downloaded structmeta v0.1.6 |
1018 | 2023-10-25T22:03:47.228Z | Downloaded zerocopy v0.3.0 |
1019 | 2023-10-25T22:03:47.271Z | Downloaded futures-macro v0.3.28 |
1020 | 2023-10-25T22:03:47.324Z | Downloaded indexmap v1.9.3 |
1021 | 2023-10-25T22:03:47.352Z | Downloaded toml v0.8.0 |
1022 | 2023-10-25T22:03:47.369Z | Downloaded crossbeam-channel v0.5.8 |
1023 | 2023-10-25T22:03:47.393Z | Downloaded twox-hash v1.6.3 |
1024 | 2023-10-25T22:03:47.437Z | Downloaded const_format v0.2.31 |
1025 | 2023-10-25T22:03:47.514Z | Downloaded pest v2.7.2 |
1026 | 2023-10-25T22:03:47.595Z | Downloaded similar v2.2.1 |
1027 | 2023-10-25T22:03:47.642Z | Downloaded uuid v1.4.1 |
1028 | 2023-10-25T22:03:47.669Z | Downloaded miniz_oxide v0.7.1 |
1029 | 2023-10-25T22:03:47.728Z | Downloaded zone v0.2.0 |
1030 | 2023-10-25T22:03:47.835Z | Downloaded slog-bunyan v2.4.0 |
1031 | 2023-10-25T22:03:47.887Z | Downloaded fnv v1.0.7 |
1032 | 2023-10-25T22:03:47.939Z | Downloaded schemars_derive v0.8.13 |
1033 | 2023-10-25T22:03:48.032Z | Downloaded num-bigint v0.4.4 |
1034 | 2023-10-25T22:03:48.081Z | Downloaded r2d2 v0.8.10 |
1035 | 2023-10-25T22:03:48.114Z | Downloaded pbkdf2 v0.12.2 |
1036 | 2023-10-25T22:03:48.158Z | Downloaded sha2 v0.10.8 |
1037 | 2023-10-25T22:03:48.252Z | Downloaded thiserror-no-std v2.0.2 |
1038 | 2023-10-25T22:03:48.280Z | Downloaded sct v0.7.0 |
1039 | 2023-10-25T22:03:48.289Z | Downloaded hashlink v0.8.3 |
1040 | 2023-10-25T22:03:48.315Z | Downloaded scopeguard v1.2.0 |
1041 | 2023-10-25T22:03:48.340Z | Downloaded scheduled-thread-pool v0.2.7 |
1042 | 2023-10-25T22:03:48.401Z | Downloaded difflib v0.4.0 |
1043 | 2023-10-25T22:03:48.427Z | Downloaded ucd-trie v0.1.6 |
1044 | 2023-10-25T22:03:48.521Z | Downloaded cancel-safe-futures v0.1.2 |
1045 | 2023-10-25T22:03:48.564Z | Downloaded camino v1.1.6 |
1046 | 2023-10-25T22:03:48.575Z | Downloaded rustc_version v0.4.0 |
1047 | 2023-10-25T22:03:49.011Z | Downloaded resolv-conf v0.7.0 |
1048 | 2023-10-25T22:03:49.050Z | Downloaded serde_with_macros v2.3.3 |
1049 | 2023-10-25T22:03:49.062Z | Downloaded bincode v1.3.3 |
1050 | 2023-10-25T22:03:49.079Z | Downloaded toml v0.7.8 |
1051 | 2023-10-25T22:03:49.097Z | Downloaded tokio-rustls v0.24.1 |
1052 | 2023-10-25T22:03:49.117Z | Downloaded endian-type v0.1.2 |
1053 | 2023-10-25T22:03:49.157Z | Downloaded futures-core v0.3.28 |
1054 | 2023-10-25T22:03:49.204Z | Downloaded ringbuffer v0.15.0 |
1055 | 2023-10-25T22:03:49.259Z | Downloaded predicates v3.0.4 |
1056 | 2023-10-25T22:03:49.313Z | Downloaded cc v1.0.83 |
1057 | 2023-10-25T22:03:49.351Z | Downloaded tokio-native-tls v0.3.1 |
1058 | 2023-10-25T22:03:49.377Z | Downloaded funty v2.0.0 |
1059 | 2023-10-25T22:03:49.406Z | Downloaded zeroize v1.6.0 |
1060 | 2023-10-25T22:03:49.411Z | Downloaded rand_core v0.6.4 |
1061 | 2023-10-25T22:03:49.480Z | Downloaded httparse v1.8.0 |
1062 | 2023-10-25T22:03:49.521Z | Downloaded hostname v0.3.1 |
1063 | 2023-10-25T22:03:49.618Z | Downloaded home v0.5.5 |
1064 | 2023-10-25T22:03:49.663Z | Downloaded float-cmp v0.9.0 |
1065 | 2023-10-25T22:03:49.745Z | Downloaded fastrand v2.0.0 |
1066 | 2023-10-25T22:03:50.091Z | Downloaded vsss-rs v3.3.1 |
1067 | 2023-10-25T22:03:52.643Z | Downloaded term v0.7.0 |
1068 | 2023-10-25T22:03:52.667Z | Downloaded derive_more v0.99.17 |
1069 | 2023-10-25T22:03:52.696Z | Downloaded walkdir v2.4.0 |
1070 | 2023-10-25T22:03:52.723Z | Downloaded vergen v8.2.4 |
1071 | 2023-10-25T22:03:52.739Z | Downloaded usdt-impl v0.3.5 |
1072 | 2023-10-25T22:03:52.749Z | Downloaded num-derive v0.4.0 |
1073 | 2023-10-25T22:03:52.761Z | Downloaded foreign-types-macros v0.2.3 |
1074 | 2023-10-25T22:03:52.774Z | Downloaded foreign-types v0.5.0 |
1075 | 2023-10-25T22:03:52.798Z | Downloaded foreign-types-shared v0.3.1 |
1076 | 2023-10-25T22:03:52.809Z | Downloaded foreign-types-shared v0.1.1 |
1077 | 2023-10-25T22:03:52.822Z | Downloaded dirs v5.0.1 |
1078 | 2023-10-25T22:03:52.842Z | Downloaded lalrpop-util v0.19.12 |
1079 | 2023-10-25T22:03:52.855Z | Downloaded jobserver v0.1.26 |
1080 | 2023-10-25T22:03:52.866Z | Downloaded serde_path_to_error v0.1.14 |
1081 | 2023-10-25T22:03:52.880Z | Downloaded dyn-clone v1.0.13 |
1082 | 2023-10-25T22:03:52.887Z | Downloaded proc-macro-crate v1.3.1 |
1083 | 2023-10-25T22:03:53.298Z | Downloaded darling_core v0.20.3 |
1084 | 2023-10-25T22:03:53.306Z | Downloaded serde_urlencoded v0.7.1 |
1085 | 2023-10-25T22:03:53.313Z | Downloaded anyhow v1.0.75 |
1086 | 2023-10-25T22:03:53.319Z | Downloaded ahash v0.8.3 |
1087 | 2023-10-25T22:03:53.325Z | Downloaded log v0.4.20 |
1088 | 2023-10-25T22:03:53.331Z | Downloaded addr2line v0.21.0 |
1089 | 2023-10-25T22:03:53.337Z | Downloaded slab v0.4.9 |
1090 | 2023-10-25T22:03:53.342Z | Downloaded ipnet v2.8.0 |
1091 | 2023-10-25T22:03:53.347Z | Downloaded inout v0.1.3 |
1092 | 2023-10-25T22:03:53.352Z | Downloaded iana-time-zone v0.1.57 |
1093 | 2023-10-25T22:03:53.358Z | Downloaded hyper-tls v0.5.0 |
1094 | 2023-10-25T22:03:53.362Z | Downloaded hyper-rustls v0.24.1 |
1095 | 2023-10-25T22:03:53.367Z | Downloaded whoami v1.4.1 |
1096 | 2023-10-25T22:03:53.371Z | Downloaded universal-hash v0.5.1 |
1097 | 2023-10-25T22:03:53.376Z | Downloaded dtrace-parser v0.1.14 |
1098 | 2023-10-25T22:03:53.381Z | Downloaded utf-8 v0.7.6 |
1099 | 2023-10-25T22:03:53.387Z | Downloaded const-oid v0.9.5 |
1100 | 2023-10-25T22:03:53.392Z | Downloaded usdt-attr-macro v0.3.5 |
1101 | 2023-10-25T22:03:53.397Z | Downloaded unicode-xid v0.2.4 |
1102 | 2023-10-25T22:03:53.402Z | Downloaded mime_guess v2.0.4 |
1103 | 2023-10-25T22:03:53.407Z | Downloaded crossbeam-epoch v0.9.15 |
1104 | 2023-10-25T22:03:53.424Z | Downloaded console v0.15.7 |
1105 | 2023-10-25T22:03:53.428Z | Downloaded clap v4.4.3 |
1106 | 2023-10-25T22:03:53.434Z | Downloaded lock_api v0.4.10 |
1107 | 2023-10-25T22:03:53.439Z | Downloaded darling v0.20.3 |
1108 | 2023-10-25T22:03:53.465Z | Downloaded crc32fast v1.3.2 |
1109 | 2023-10-25T22:03:53.473Z | Downloaded parking_lot_core v0.8.6 |
1110 | 2023-10-25T22:03:53.483Z | Downloaded serde_repr v0.1.16 |
1111 | 2023-10-25T22:03:53.488Z | Downloaded thiserror v1.0.49 |
1112 | 2023-10-25T22:03:53.497Z | Downloaded serde_spanned v0.6.3 |
1113 | 2023-10-25T22:03:53.504Z | Downloaded instant v0.1.12 |
1114 | 2023-10-25T22:03:53.511Z | Downloaded usdt-macro v0.3.5 |
1115 | 2023-10-25T22:03:53.517Z | Downloaded crossbeam-utils v0.8.16 |
1116 | 2023-10-25T22:03:53.522Z | Downloaded synstructure v0.12.6 |
1117 | 2023-10-25T22:03:53.529Z | Downloaded omicron-zone-package v0.8.3 |
1118 | 2023-10-25T22:03:53.534Z | Downloaded num-integer v0.1.45 |
1119 | 2023-10-25T22:03:53.538Z | Downloaded multer v2.1.0 |
1120 | 2023-10-25T22:03:53.544Z | Downloaded ctr v0.9.2 |
1121 | 2023-10-25T22:03:53.549Z | Downloaded base16ct v0.2.0 |
1122 | 2023-10-25T22:03:53.553Z | Downloaded want v0.3.1 |
1123 | 2023-10-25T22:03:53.559Z | Downloaded waitgroup v0.1.2 |
1124 | 2023-10-25T22:03:53.566Z | Downloaded version_check v0.9.4 |
1125 | 2023-10-25T22:03:53.572Z | Downloaded untrusted v0.7.1 |
1126 | 2023-10-25T22:03:53.577Z | Downloaded poly1305 v0.8.0 |
1127 | 2023-10-25T22:03:53.582Z | Downloaded native-tls v0.2.11 |
1128 | 2023-10-25T22:03:53.589Z | Downloaded mime v0.3.17 |
1129 | 2023-10-25T22:03:53.599Z | Downloaded lru-cache v0.1.2 |
1130 | 2023-10-25T22:03:53.606Z | Downloaded cipher v0.4.4 |
1131 | 2023-10-25T22:03:53.612Z | Downloaded crypto-common v0.1.6 |
1132 | 2023-10-25T22:03:53.616Z | Downloaded ciborium v0.2.1 |
1133 | 2023-10-25T22:03:53.643Z | Downloaded password-hash v0.4.2 |
1134 | 2023-10-25T22:03:53.654Z | Downloaded num_enum v0.7.0 |
1135 | 2023-10-25T22:03:53.660Z | Downloaded num-complex v0.4.4 |
1136 | 2023-10-25T22:03:53.666Z | Downloaded anstream v0.5.0 |
1137 | 2023-10-25T22:03:53.673Z | Downloaded tower-service v0.3.2 |
1138 | 2023-10-25T22:03:53.678Z | Downloaded time-macros v0.2.13 |
1139 | 2023-10-25T22:03:53.683Z | Downloaded quote v1.0.33 |
1140 | 2023-10-25T22:03:53.691Z | Downloaded quick-error v1.2.3 |
1141 | 2023-10-25T22:03:53.700Z | Downloaded proc-macro-error v1.0.4 |
1142 | 2023-10-25T22:03:53.705Z | Downloaded parking_lot v0.12.1 |
1143 | 2023-10-25T22:03:53.712Z | Downloaded num_cpus v1.16.0 |
1144 | 2023-10-25T22:03:54.128Z | Downloaded memoffset v0.9.0 |
1145 | 2023-10-25T22:03:54.137Z | Downloaded managed v0.8.0 |
1146 | 2023-10-25T22:03:54.149Z | Downloaded libefi-sys v0.1.0 |
1147 | 2023-10-25T22:03:54.793Z | Downloaded data-encoding v2.4.0 |
1148 | 2023-10-25T22:03:54.903Z | Downloaded deranged v0.3.8 |
1149 | 2023-10-25T22:03:54.928Z | Downloaded parking_lot_core v0.9.8 |
1150 | 2023-10-25T22:03:54.947Z | Downloaded num-rational v0.4.1 |
1151 | 2023-10-25T22:03:54.956Z | Downloaded async-stream v0.3.5 |
1152 | 2023-10-25T22:03:54.986Z | Downloaded aead v0.5.2 |
1153 | 2023-10-25T22:03:55.010Z | Downloaded thiserror-impl v1.0.49 |
1154 | 2023-10-25T22:03:55.034Z | Downloaded block-padding v0.3.3 |
1155 | 2023-10-25T22:03:55.052Z | Downloaded num_enum_derive v0.5.11 |
1156 | 2023-10-25T22:03:55.086Z | Downloaded nibble_vec v0.1.0 |
1157 | 2023-10-25T22:03:55.126Z | Downloaded adler v1.0.2 |
1158 | 2023-10-25T22:03:55.140Z | Downloaded proc-macro-error-attr v1.0.4 |
1159 | 2023-10-25T22:03:55.153Z | Downloaded ppv-lite86 v0.2.17 |
1160 | 2023-10-25T22:03:55.177Z | Downloaded postcard-cobs v0.1.5-pre |
1161 | 2023-10-25T22:03:55.189Z | Downloaded platforms v3.0.2 |
1162 | 2023-10-25T22:03:55.206Z | Downloaded predicates-core v1.0.6 |
1163 | 2023-10-25T22:03:55.653Z | Downloaded postgres-types v0.2.6 |
1164 | 2023-10-25T22:03:55.660Z | Downloaded pest_meta v2.7.2 |
1165 | 2023-10-25T22:03:55.665Z | Downloaded pest_generator v2.7.2 |
1166 | 2023-10-25T22:03:55.676Z | Downloaded pest_derive v2.7.2 |
1167 | 2023-10-25T22:03:55.684Z | Downloaded parking_lot v0.11.2 |
1168 | 2023-10-25T22:03:55.690Z | Downloaded num_threads v0.1.6 |
1169 | 2023-10-25T22:03:55.697Z | Downloaded matches v0.1.10 |
1170 | 2023-10-25T22:03:55.709Z | Downloaded cpufeatures v0.2.9 |
1171 | 2023-10-25T22:03:55.718Z | Downloaded atomicwrites v0.4.2 |
1172 | 2023-10-25T22:03:55.727Z | Downloaded phf_shared v0.11.2 |
1173 | 2023-10-25T22:03:55.743Z | Downloaded phf_shared v0.10.0 |
1174 | 2023-10-25T22:03:55.748Z | Downloaded pbkdf2 v0.11.0 |
1175 | 2023-10-25T22:03:55.761Z | Downloaded curve25519-dalek-derive v0.1.0 |
1176 | 2023-10-25T22:03:55.764Z | Downloaded bitstruct_derive v0.1.0 |
1177 | 2023-10-25T22:03:55.768Z | Downloaded anstyle-query v1.0.0 |
1178 | 2023-10-25T22:03:55.773Z | Downloaded pretty-hex v0.3.0 |
1179 | 2023-10-25T22:03:55.785Z | Downloaded pkcs8 v0.10.2 |
1180 | 2023-10-25T22:03:55.791Z | Downloaded opaque-debug v0.3.0 |
1181 | 2023-10-25T22:03:55.824Z | Downloaded memoffset v0.7.1 |
1182 | 2023-10-25T22:03:55.827Z | Downloaded macaddr v1.0.1 |
1183 | 2023-10-25T22:03:55.830Z | Downloaded ciborium-ll v0.2.1 |
1184 | 2023-10-25T22:03:55.847Z | Downloaded chacha20 v0.9.1 |
1185 | 2023-10-25T22:03:55.851Z | Downloaded cfg-if v1.0.0 |
1186 | 2023-10-25T22:03:55.855Z | Downloaded bytes v1.5.0 |
1187 | 2023-10-25T22:03:55.859Z | Downloaded byteorder v1.4.3 |
1188 | 2023-10-25T22:03:55.876Z | Downloaded base64 v0.21.4 |
1189 | 2023-10-25T22:03:55.882Z | Downloaded num-iter v0.1.43 |
1190 | 2023-10-25T22:03:55.891Z | Downloaded num v0.4.1 |
1191 | 2023-10-25T22:03:55.897Z | Downloaded option-ext v0.2.0 |
1192 | 2023-10-25T22:03:55.901Z | Downloaded num_enum_derive v0.7.0 |
1193 | 2023-10-25T22:03:55.906Z | Downloaded polyval v0.6.1 |
1194 | 2023-10-25T22:03:55.910Z | Downloaded parse-display-derive v0.7.0 |
1195 | 2023-10-25T22:03:55.914Z | Downloaded match_cfg v0.1.0 |
1196 | 2023-10-25T22:03:55.919Z | Downloaded convert_case v0.4.0 |
1197 | 2023-10-25T22:03:55.923Z | Downloaded pkg-config v0.3.27 |
1198 | 2023-10-25T22:03:55.926Z | Downloaded darling_macro v0.20.3 |
1199 | 2023-10-25T22:03:55.930Z | Downloaded cstr-argument v0.1.2 |
1200 | 2023-10-25T22:03:55.933Z | Downloaded ciborium-io v0.2.1 |
1201 | 2023-10-25T22:03:55.937Z | Downloaded pem v1.1.1 |
1202 | 2023-10-25T22:03:55.941Z | Downloaded md5 v0.7.0 |
1203 | 2023-10-25T22:03:55.944Z | Downloaded cbc v0.1.2 |
1204 | 2023-10-25T22:03:55.949Z | Downloaded colored v2.0.4 |
1205 | 2023-10-25T22:03:55.952Z | Downloaded base64 v0.13.1 |
1206 | 2023-10-25T22:03:55.956Z | Downloaded bitflags v2.4.0 |
1207 | 2023-10-25T22:03:55.960Z | Downloaded blowfish v0.9.1 |
1208 | 2023-10-25T22:03:55.963Z | Downloaded base64ct v1.6.0 |
1209 | 2023-10-25T22:03:55.967Z | Downloaded argon2 v0.5.2 |
1210 | 2023-10-25T22:03:55.970Z | Downloaded camino-tempfile v1.0.2 |
1211 | 2023-10-25T22:03:55.977Z | Downloaded clap_lex v0.5.1 |
1212 | 2023-10-25T22:03:55.981Z | Downloaded bit-vec v0.6.3 |
1213 | 2023-10-25T22:03:55.984Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1214 | 2023-10-25T22:03:55.988Z | Downloaded block-buffer v0.10.4 |
1215 | 2023-10-25T22:03:55.992Z | Downloaded bit_field v0.10.2 |
1216 | 2023-10-25T22:03:55.995Z | Downloaded backoff v0.4.0 |
1217 | 2023-10-25T22:03:56.000Z | Downloaded atty v0.2.14 |
1218 | 2023-10-25T22:03:56.004Z | Downloaded async-stream-impl v0.3.5 |
1219 | 2023-10-25T22:03:56.008Z | Downloaded allocator-api2 v0.2.16 |
1220 | 2023-10-25T22:03:56.011Z | Downloaded autocfg v1.1.0 |
1221 | 2023-10-25T22:03:56.015Z | Downloaded async-trait v0.1.73 |
1222 | 2023-10-25T22:03:56.018Z | Downloaded ascii v1.1.0 |
1223 | 2023-10-25T22:03:56.022Z | Compiling proc-macro2 v1.0.67 |
1224 | 2023-10-25T22:03:56.026Z | Compiling unicode-ident v1.0.12 |
1225 | 2023-10-25T22:03:56.029Z | Compiling libc v0.2.149 |
1226 | 2023-10-25T22:03:56.033Z | Compiling serde v1.0.188 |
1227 | 2023-10-25T22:03:56.040Z | Compiling version_check v0.9.4 |
1228 | 2023-10-25T22:03:56.055Z | Compiling autocfg v1.1.0 |
1229 | 2023-10-25T22:03:56.063Z | Compiling cfg-if v1.0.0 |
1230 | 2023-10-25T22:03:56.071Z | Compiling syn v1.0.109 |
1231 | 2023-10-25T22:03:56.080Z | Compiling typenum v1.16.0 |
1232 | 2023-10-25T22:03:56.084Z | Compiling once_cell v1.18.0 |
1233 | 2023-10-25T22:03:56.087Z | Compiling thiserror v1.0.49 |
1234 | 2023-10-25T22:03:56.090Z | Compiling generic-array v0.14.7 |
1235 | 2023-10-25T22:03:56.094Z | Compiling lock_api v0.4.10 |
1236 | 2023-10-25T22:03:56.098Z | Compiling libm v0.2.7 |
1237 | 2023-10-25T22:03:56.102Z | Compiling parking_lot_core v0.9.8 |
1238 | 2023-10-25T22:03:56.106Z | Compiling num-traits v0.2.16 |
1239 | 2023-10-25T22:03:56.110Z | Compiling itoa v1.0.9 |
1240 | 2023-10-25T22:03:56.113Z | Compiling memchr v2.6.3 |
1241 | 2023-10-25T22:03:56.117Z | Compiling futures-core v0.3.28 |
1242 | 2023-10-25T22:03:56.120Z | Compiling ahash v0.8.3 |
1243 | 2023-10-25T22:03:56.124Z | Compiling serde_json v1.0.107 |
1244 | 2023-10-25T22:03:56.128Z | Compiling log v0.4.20 |
1245 | 2023-10-25T22:03:56.131Z | Compiling slab v0.4.9 |
1246 | 2023-10-25T22:03:56.138Z | Compiling futures-task v0.3.28 |
1247 | 2023-10-25T22:03:56.142Z | Compiling quote v1.0.33 |
1248 | 2023-10-25T22:03:56.146Z | Compiling futures-channel v0.3.28 |
1249 | 2023-10-25T22:03:56.151Z | Compiling futures-util v0.3.28 |
1250 | 2023-10-25T22:03:56.154Z | Compiling pkg-config v0.3.27 |
1251 | 2023-10-25T22:03:56.160Z | Compiling getrandom v0.2.10 |
1252 | 2023-10-25T22:03:56.166Z | Compiling syn v2.0.32 |
1253 | 2023-10-25T22:03:56.172Z | Compiling jobserver v0.1.26 |
1254 | 2023-10-25T22:03:56.181Z | Compiling rand_core v0.6.4 |
1255 | 2023-10-25T22:03:56.192Z | Compiling ryu v1.0.15 |
1256 | 2023-10-25T22:03:56.202Z | Compiling cc v1.0.83 |
1257 | 2023-10-25T22:03:56.212Z | Compiling vcpkg v0.2.15 |
1258 | 2023-10-25T22:03:56.629Z | Compiling schemars v0.8.13 |
1259 | 2023-10-25T22:03:56.633Z | Compiling allocator-api2 v0.2.16 |
1260 | 2023-10-25T22:03:56.641Z | Compiling heck v0.4.1 |
1261 | 2023-10-25T22:03:56.653Z | Compiling equivalent v1.0.1 |
1262 | 2023-10-25T22:03:56.657Z | Compiling scopeguard v1.2.0 |
1263 | 2023-10-25T22:03:56.663Z | Compiling hashbrown v0.14.0 |
1264 | 2023-10-25T22:03:56.670Z | Compiling smallvec v1.11.0 |
1265 | 2023-10-25T22:03:56.675Z | Compiling byteorder v1.4.3 |
1266 | 2023-10-25T22:03:56.679Z | Compiling httparse v1.8.0 |
1267 | 2023-10-25T22:03:56.684Z | Compiling fnv v1.0.7 |
1268 | 2023-10-25T22:03:56.689Z | Compiling iana-time-zone v0.1.57 |
1269 | 2023-10-25T22:03:56.697Z | Compiling pin-project-lite v0.2.13 |
1270 | 2023-10-25T22:03:56.703Z | Compiling semver v1.0.20 |
1271 | 2023-10-25T22:03:56.709Z | Compiling subtle v2.5.0 |
1272 | 2023-10-25T22:03:56.713Z | Compiling parking_lot v0.12.1 |
1273 | 2023-10-25T22:03:56.719Z | Compiling indexmap v1.9.3 |
1274 | 2023-10-25T22:03:56.724Z | Compiling time-core v0.1.1 |
1275 | 2023-10-25T22:03:56.728Z | Compiling tinyvec_macros v0.1.1 |
1276 | 2023-10-25T22:03:56.735Z | Compiling dyn-clone v1.0.13 |
1277 | 2023-10-25T22:03:56.740Z | Compiling ring v0.16.20 |
1278 | 2023-10-25T22:03:56.751Z | Compiling tinyvec v1.6.0 |
1279 | 2023-10-25T22:03:56.757Z | Compiling time-macros v0.2.13 |
1280 | 2023-10-25T22:03:56.766Z | Compiling openssl-sys v0.9.93 |
1281 | 2023-10-25T22:03:56.770Z | Compiling num_cpus v1.16.0 |
1282 | 2023-10-25T22:03:56.773Z | Compiling socket2 v0.5.4 |
1283 | 2023-10-25T22:03:56.777Z | Compiling signal-hook-registry v1.4.1 |
1284 | 2023-10-25T22:03:56.780Z | Compiling mio v0.8.8 |
1285 | 2023-10-25T22:03:56.784Z | Compiling unicode-bidi v0.3.13 |
1286 | 2023-10-25T22:03:56.788Z | Compiling rustls v0.21.7 |
1287 | 2023-10-25T22:03:56.791Z | Compiling unicode-normalization v0.1.22 |
1288 | 2023-10-25T22:03:56.795Z | Compiling spin v0.5.2 |
1289 | 2023-10-25T22:03:56.798Z | Compiling slog v2.7.0 |
1290 | 2023-10-25T22:03:56.801Z | Compiling ucd-trie v0.1.6 |
1291 | 2023-10-25T22:03:56.805Z | Compiling percent-encoding v2.3.0 |
1292 | 2023-10-25T22:03:56.808Z | Compiling backtrace v0.3.69 |
1293 | 2023-10-25T22:03:56.811Z | Compiling async-trait v0.1.73 |
1294 | 2023-10-25T22:03:56.817Z | Compiling form_urlencoded v1.2.0 |
1295 | 2023-10-25T22:03:56.820Z | Compiling aho-corasick v1.0.4 |
1296 | 2023-10-25T22:03:56.823Z | Compiling regex-syntax v0.7.5 |
1297 | 2023-10-25T22:03:56.849Z | Compiling openssl v0.10.57 |
1298 | 2023-10-25T22:03:56.855Z | Compiling futures-sink v0.3.28 |
1299 | 2023-10-25T22:03:56.862Z | Compiling pin-utils v0.1.0 |
1300 | 2023-10-25T22:03:56.868Z | Compiling anyhow v1.0.75 |
1301 | 2023-10-25T22:03:56.872Z | Compiling winnow v0.5.15 |
1302 | 2023-10-25T22:03:56.877Z | Compiling serde_derive_internals v0.26.0 |
1303 | 2023-10-25T22:03:56.883Z | Compiling idna v0.4.0 |
1304 | 2023-10-25T22:03:56.888Z | Compiling native-tls v0.2.11 |
1305 | 2023-10-25T22:03:56.895Z | Compiling url v2.4.1 |
1306 | 2023-10-25T22:03:56.902Z | Compiling unicode-xid v0.2.4 |
1307 | 2023-10-25T22:03:56.907Z | Compiling rustversion v1.0.14 |
1308 | 2023-10-25T22:03:56.912Z | Compiling regex-automata v0.3.8 |
1309 | 2023-10-25T22:03:56.917Z | Compiling futures-io v0.3.28 |
1310 | 2023-10-25T22:03:56.923Z | Compiling const-oid v0.9.5 |
1311 | 2023-10-25T22:03:56.930Z | Compiling unicode-width v0.1.10 |
1312 | 2023-10-25T22:03:56.935Z | Compiling hashbrown v0.13.2 |
1313 | 2023-10-25T22:03:56.941Z | Compiling synstructure v0.12.6 |
1314 | 2023-10-25T22:03:56.947Z | Compiling cpufeatures v0.2.9 |
1315 | 2023-10-25T22:03:56.955Z | Compiling crossbeam-utils v0.8.16 |
1316 | 2023-10-25T22:03:56.960Z | Compiling tracing-core v0.1.31 |
1317 | 2023-10-25T22:03:56.963Z | Compiling adler v1.0.2 |
1318 | 2023-10-25T22:03:56.966Z | Compiling ppv-lite86 v0.2.17 |
1319 | 2023-10-25T22:03:56.969Z | Compiling miniz_oxide v0.7.1 |
1320 | 2023-10-25T22:03:56.972Z | Compiling rustix v0.38.9 |
1321 | 2023-10-25T22:03:56.975Z | Compiling rand_chacha v0.3.1 |
1322 | 2023-10-25T22:03:56.978Z | Compiling usdt-impl v0.3.5 |
1323 | 2023-10-25T22:03:56.982Z | Compiling bitflags v1.3.2 |
1324 | 2023-10-25T22:03:56.985Z | Compiling gimli v0.28.0 |
1325 | 2023-10-25T22:03:56.988Z | Compiling rand v0.8.5 |
1326 | 2023-10-25T22:03:56.992Z | Compiling object v0.32.1 |
1327 | 2023-10-25T22:03:56.996Z | Compiling deranged v0.3.8 |
1328 | 2023-10-25T22:03:56.999Z | Compiling num_threads v0.1.6 |
1329 | 2023-10-25T22:03:57.003Z | Compiling serde_derive v1.0.188 |
1330 | 2023-10-25T22:03:57.006Z | Compiling zeroize_derive v1.4.2 |
1331 | 2023-10-25T22:03:57.009Z | Compiling thiserror-impl v1.0.49 |
1332 | 2023-10-25T22:03:57.012Z | Compiling tokio-macros v2.1.0 |
1333 | 2023-10-25T22:03:57.016Z | Compiling futures-macro v0.3.28 |
1334 | 2023-10-25T22:03:57.019Z | Compiling tracing-attributes v0.1.26 |
1335 | 2023-10-25T22:03:57.022Z | Compiling schemars_derive v0.8.13 |
1336 | 2023-10-25T22:03:57.030Z | Compiling zeroize v1.6.0 |
1337 | 2023-10-25T22:03:57.035Z | Compiling pest v2.7.2 |
1338 | 2023-10-25T22:03:57.038Z | Compiling openssl-macros v0.1.1 |
1339 | 2023-10-25T22:03:57.042Z | Compiling crypto-common v0.1.6 |
1340 | 2023-10-25T22:03:57.045Z | Compiling regex v1.9.5 |
1341 | 2023-10-25T22:03:57.048Z | Compiling block-buffer v0.10.4 |
1342 | 2023-10-25T22:03:57.051Z | Compiling digest v0.10.7 |
1343 | 2023-10-25T22:03:57.054Z | Compiling pest_meta v2.7.2 |
1344 | 2023-10-25T22:03:57.058Z | Compiling zerocopy-derive v0.2.0 |
1345 | 2023-10-25T22:03:57.061Z | Compiling tracing v0.1.37 |
1346 | 2023-10-25T22:03:57.064Z | Compiling addr2line v0.21.0 |
1347 | 2023-10-25T22:03:57.074Z | Compiling rustc-demangle v0.1.23 |
1348 | 2023-10-25T22:03:57.078Z | Compiling time v0.3.27 |
1349 | 2023-10-25T22:03:57.084Z | Compiling thread-id v4.2.0 |
1350 | 2023-10-25T22:03:57.088Z | Compiling pest_generator v2.7.2 |
1351 | 2023-10-25T22:03:57.978Z | Compiling zerocopy v0.3.0 |
1352 | 2023-10-25T22:03:59.269Z | Compiling dof v0.1.5 |
1353 | 2023-10-25T22:04:00.523Z | Compiling pest_derive v2.7.2 |
1354 | 2023-10-25T22:04:00.918Z | Compiling base64 v0.21.4 |
1355 | 2023-10-25T22:04:01.472Z | Compiling lazy_static v1.4.0 |
1356 | 2023-10-25T22:04:01.687Z | Compiling dtrace-parser v0.1.14 |
1357 | 2023-10-25T22:04:01.995Z | Compiling untrusted v0.7.1 |
1358 | 2023-10-25T22:04:02.213Z | Compiling strum_macros v0.25.2 |
1359 | 2023-10-25T22:04:03.565Z | Compiling strsim v0.10.0 |
1360 | 2023-10-25T22:04:03.978Z | Compiling regress v0.7.1 |
1361 | 2023-10-25T22:04:04.931Z | Compiling socket2 v0.4.9 |
1362 | 2023-10-25T22:04:05.441Z | Compiling hashbrown v0.12.3 |
1363 | 2023-10-25T22:04:06.420Z | Compiling bytes v1.5.0 |
1364 | 2023-10-25T22:04:06.788Z | Compiling indexmap v2.0.0 |
1365 | 2023-10-25T22:04:07.261Z | Compiling chrono v0.4.31 |
1366 | 2023-10-25T22:04:07.433Z | Compiling uuid v1.4.1 |
1367 | 2023-10-25T22:04:08.496Z | Compiling http v0.2.9 |
1368 | 2023-10-25T22:04:08.577Z | Compiling tokio v1.33.0 |
1369 | 2023-10-25T22:04:08.752Z | Compiling toml_datetime v0.6.3 |
1370 | 2023-10-25T22:04:08.857Z | Compiling serde_spanned v0.6.3 |
1371 | 2023-10-25T22:04:09.235Z | Compiling toml_edit v0.19.15 |
1372 | 2023-10-25T22:04:09.491Z | Compiling bitflags v2.4.0 |
1373 | 2023-10-25T22:04:09.922Z | Compiling rustc_version v0.4.0 |
1374 | 2023-10-25T22:04:10.181Z | Compiling openapiv3 v1.0.3 |
1375 | 2023-10-25T22:04:13.093Z | Compiling serde_tokenstream v0.1.7 |
1376 | 2023-10-25T22:04:13.695Z | Compiling serde_tokenstream v0.2.0 |
1377 | 2023-10-25T22:04:14.163Z | Compiling sct v0.7.0 |
1378 | 2023-10-25T22:04:14.513Z | Compiling rustls-webpki v0.101.4 |
1379 | 2023-10-25T22:04:14.657Z | Compiling httpdate v1.0.3 |
1380 | 2023-10-25T22:04:15.407Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1381 | 2023-10-25T22:04:15.430Z | Compiling try-lock v0.2.4 |
1382 | 2023-10-25T22:04:15.637Z | Compiling want v0.3.1 |
1383 | 2023-10-25T22:04:15.977Z | Compiling usdt-macro v0.3.5 |
1384 | 2023-10-25T22:04:16.080Z | Compiling usdt-attr-macro v0.3.5 |
1385 | 2023-10-25T22:04:18.043Z | Compiling http-body v0.4.5 |
1386 | 2023-10-25T22:04:18.500Z | Compiling rustls-pemfile v1.0.3 |
1387 | 2023-10-25T22:04:18.517Z | Compiling foreign-types-shared v0.1.1 |
1388 | 2023-10-25T22:04:21.640Z | Compiling mime v0.3.17 |
1389 | 2023-10-25T22:04:21.856Z | Compiling openssl-probe v0.1.5 |
1390 | 2023-10-25T22:04:21.888Z | Compiling tower-service v0.3.2 |
1391 | 2023-10-25T22:04:21.910Z | Compiling foreign-types v0.3.2 |
1392 | 2023-10-25T22:04:21.929Z | Compiling errno v0.3.2 |
1393 | 2023-10-25T22:04:21.962Z | Compiling ipnet v2.8.0 |
1394 | 2023-10-25T22:04:21.984Z | Compiling getopts v0.2.21 |
1395 | 2023-10-25T22:04:22.010Z | Compiling encoding_rs v0.8.33 |
1396 | 2023-10-25T22:04:22.026Z | Compiling unsafe-libyaml v0.2.9 |
1397 | 2023-10-25T22:04:22.118Z | Compiling tokio-util v0.7.9 |
1398 | 2023-10-25T22:04:23.196Z | Compiling rustls-native-certs v0.6.3 |
1399 | 2023-10-25T22:04:23.888Z | Compiling h2 v0.3.21 |
1400 | 2023-10-25T22:04:24.246Z | Compiling tokio-rustls v0.24.1 |
1401 | 2023-10-25T22:04:24.882Z | Compiling serde_yaml v0.9.25 |
1402 | 2023-10-25T22:04:24.907Z | Compiling serde_urlencoded v0.7.1 |
1403 | 2023-10-25T22:04:26.443Z | Compiling webpki-roots v0.25.2 |
1404 | 2023-10-25T22:04:30.881Z | Compiling hmac v0.12.1 |
1405 | 2023-10-25T22:04:31.204Z | Compiling num-integer v0.1.45 |
1406 | 2023-10-25T22:04:31.670Z | Compiling sha2 v0.10.8 |
1407 | 2023-10-25T22:04:32.780Z | Compiling tokio-native-tls v0.3.1 |
1408 | 2023-10-25T22:04:33.012Z | Compiling block-padding v0.3.3 |
1409 | 2023-10-25T22:04:33.365Z | Compiling inout v0.1.3 |
1410 | 2023-10-25T22:04:33.682Z | Compiling futures-executor v0.3.28 |
1411 | 2023-10-25T22:04:33.750Z | Compiling cipher v0.4.4 |
1412 | 2023-10-25T22:04:34.486Z | Compiling toml v0.7.8 |
1413 | 2023-10-25T22:04:34.690Z | Compiling fallible-iterator v0.2.0 |
1414 | 2023-10-25T22:04:35.157Z | Compiling crc32fast v1.3.2 |
1415 | 2023-10-25T22:04:35.656Z | Compiling hyper v0.14.27 |
1416 | 2023-10-25T22:04:35.865Z | Compiling futures v0.3.28 |
1417 | 2023-10-25T22:04:35.903Z | Compiling ipnetwork v0.20.0 |
1418 | 2023-10-25T22:04:36.032Z | Compiling spin v0.9.8 |
1419 | 2023-10-25T22:04:36.684Z | Compiling siphasher v0.3.11 |
1420 | 2023-10-25T22:04:36.744Z | Compiling usdt v0.3.5 |
1421 | 2023-10-25T22:04:37.744Z | Compiling md-5 v0.10.5 |
1422 | 2023-10-25T22:04:38.112Z | Compiling stringprep v0.1.3 |
1423 | 2023-10-25T22:04:38.986Z | Compiling io-lifetimes v1.0.11 |
1424 | 2023-10-25T22:04:39.148Z | Compiling postgres-protocol v0.6.6 |
1425 | 2023-10-25T22:04:39.503Z | Compiling phf_shared v0.11.2 |
1426 | 2023-10-25T22:04:39.878Z | Compiling hex v0.4.3 |
1427 | 2023-10-25T22:04:40.097Z | Compiling enum-as-inner v0.5.1 |
1428 | 2023-10-25T22:04:40.511Z | Compiling slog-async v2.8.0 |
1429 | 2023-10-25T22:04:40.892Z | Compiling postgres-types v0.2.6 |
1430 | 2023-10-25T22:04:41.250Z | Compiling phf v0.11.2 |
1431 | 2023-10-25T22:04:41.379Z | Compiling num-bigint v0.4.4 |
1432 | 2023-10-25T22:04:42.086Z | Compiling rustix v0.37.23 |
1433 | 2023-10-25T22:04:42.109Z | Compiling whoami v1.4.1 |
1434 | 2023-10-25T22:04:42.248Z | Compiling data-encoding v2.4.0 |
1435 | 2023-10-25T22:04:42.661Z | Compiling tokio-postgres v0.7.10 |
1436 | 2023-10-25T22:04:43.538Z | Compiling zerocopy-derive v0.6.4 |
1437 | 2023-10-25T22:04:43.704Z | Compiling static_assertions v1.1.0 |
1438 | 2023-10-25T22:04:46.811Z | Compiling either v1.9.0 |
1439 | 2023-10-25T22:04:46.835Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1440 | 2023-10-25T22:04:47.107Z | Compiling hyper-rustls v0.24.1 |
1441 | 2023-10-25T22:04:47.330Z | Compiling hyper-tls v0.5.0 |
1442 | 2023-10-25T22:04:47.524Z | Compiling ident_case v1.0.1 |
1443 | 2023-10-25T22:04:47.789Z | Compiling reqwest v0.11.20 |
1444 | 2023-10-25T22:04:47.854Z | Compiling darling_core v0.20.3 |
1445 | 2023-10-25T22:04:49.053Z | Compiling camino v1.1.6 |
1446 | 2023-10-25T22:04:49.712Z | Compiling flate2 v1.0.28 |
1447 | 2023-10-25T22:04:49.945Z | Compiling heapless v0.7.16 |
1448 | 2023-10-25T22:04:50.519Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1449 | 2023-10-25T22:04:51.174Z | Compiling memoffset v0.9.0 |
1450 | 2023-10-25T22:04:51.372Z | Compiling matches v0.1.10 |
1451 | 2023-10-25T22:04:51.513Z | Compiling unicode-segmentation v1.10.1 |
1452 | 2023-10-25T22:04:51.648Z | Compiling radium v0.7.0 |
1453 | 2023-10-25T22:04:51.652Z | Compiling managed v0.8.0 |
1454 | 2023-10-25T22:04:52.637Z | Compiling idna v0.2.3 |
1455 | 2023-10-25T22:04:53.004Z | Compiling itertools v0.11.0 |
1456 | 2023-10-25T22:04:53.952Z | Compiling multer v2.1.0 |
1457 | 2023-10-25T22:04:54.380Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1458 | 2023-10-25T22:04:54.454Z | Compiling trust-dns-proto v0.22.0 |
1459 | 2023-10-25T22:04:54.579Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1460 | 2023-10-25T22:04:55.774Z | Compiling async-stream-impl v0.3.5 |
1461 | 2023-10-25T22:04:57.051Z | Compiling darling_macro v0.20.3 |
1462 | 2023-10-25T22:04:57.843Z | Compiling crossbeam-epoch v0.9.15 |
1463 | 2023-10-25T22:04:58.012Z | Compiling num-iter v0.1.43 |
1464 | 2023-10-25T22:04:58.414Z | Compiling paste v1.0.14 |
1465 | 2023-10-25T22:04:58.418Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1466 | 2023-10-25T22:04:58.505Z | Compiling darling v0.20.3 |
1467 | 2023-10-25T22:04:58.672Z | Compiling serde_with_macros v2.3.3 |
1468 | 2023-10-25T22:04:59.044Z | Compiling anstyle v1.0.2 |
1469 | 2023-10-25T22:04:59.426Z | Compiling utf8parse v0.2.1 |
1470 | 2023-10-25T22:04:59.674Z | Compiling smoltcp v0.9.1 |
1471 | 2023-10-25T22:05:00.184Z | Compiling bit-vec v0.6.3 |
1472 | 2023-10-25T22:05:00.629Z | Compiling anstyle-parse v0.2.1 |
1473 | 2023-10-25T22:05:02.699Z | Compiling zerocopy v0.6.4 |
1474 | 2023-10-25T22:05:03.025Z | Compiling signature v2.1.0 |
1475 | 2023-10-25T22:05:03.317Z | Compiling hubpack_derive v0.1.1 |
1476 | 2023-10-25T22:05:03.779Z | Compiling clap_derive v4.4.2 |
1477 | 2023-10-25T22:05:04.139Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1478 | 2023-10-25T22:05:04.649Z | Compiling colorchoice v1.0.0 |
1479 | 2023-10-25T22:05:04.888Z | Compiling anstyle-query v1.0.0 |
1480 | 2023-10-25T22:05:05.080Z | Compiling anstream v0.5.0 |
1481 | 2023-10-25T22:05:05.346Z | Compiling terminal_size v0.2.6 |
1482 | 2023-10-25T22:05:07.968Z | Compiling yasna v0.5.2 |
1483 | 2023-10-25T22:05:07.996Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1484 | 2023-10-25T22:05:08.227Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1485 | 2023-10-25T22:05:11.270Z | Compiling structmeta-derive v0.1.6 |
1486 | 2023-10-25T22:05:11.324Z | Compiling diesel_table_macro_syntax v0.1.0 |
1487 | 2023-10-25T22:05:11.337Z | Compiling hash32 v0.2.1 |
1488 | 2023-10-25T22:05:11.353Z | Compiling stable_deref_trait v1.2.0 |
1489 | 2023-10-25T22:05:11.359Z | Compiling tap v1.0.1 |
1490 | 2023-10-25T22:05:11.455Z | Compiling clap_lex v0.5.1 |
1491 | 2023-10-25T22:05:11.683Z | Compiling wyz v0.5.1 |
1492 | 2023-10-25T22:05:12.341Z | Compiling diesel_derives v2.1.1 |
1493 | 2023-10-25T22:05:12.344Z | Compiling clap_builder v4.4.2 |
1494 | 2023-10-25T22:05:13.312Z | Compiling tokio-stream v0.1.14 |
1495 | 2023-10-25T22:05:13.796Z | Compiling structmeta v0.1.6 |
1496 | 2023-10-25T22:05:13.815Z | Compiling serde_repr v0.1.16 |
1497 | 2023-10-25T22:05:14.253Z | Compiling scheduled-thread-pool v0.2.7 |
1498 | 2023-10-25T22:05:14.422Z | Compiling funty v2.0.0 |
1499 | 2023-10-25T22:05:14.878Z | Compiling regex-syntax v0.6.29 |
1500 | 2023-10-25T22:05:15.187Z | Compiling regex-automata v0.1.10 |
1501 | 2023-10-25T22:05:16.012Z | Compiling bstr v0.2.17 |
1502 | 2023-10-25T22:05:16.340Z | Compiling bitvec v1.0.1 |
1503 | 2023-10-25T22:05:16.656Z | Compiling r2d2 v0.8.10 |
1504 | 2023-10-25T22:05:19.183Z | Compiling clap v4.4.3 |
1505 | 2023-10-25T22:05:19.352Z | Compiling hubpack v0.1.2 |
1506 | 2023-10-25T22:05:20.163Z | Compiling itertools v0.10.5 |
1507 | 2023-10-25T22:05:20.677Z | Compiling phf_shared v0.10.0 |
1508 | 2023-10-25T22:05:21.536Z | Compiling float-cmp v0.9.0 |
1509 | 2023-10-25T22:05:21.902Z | Compiling unicode-linebreak v0.1.5 |
1510 | 2023-10-25T22:05:22.091Z | Compiling difflib v0.4.0 |
1511 | 2023-10-25T22:05:22.783Z | Compiling precomputed-hash v0.1.1 |
1512 | 2023-10-25T22:05:22.948Z | Compiling predicates-core v1.0.6 |
1513 | 2023-10-25T22:05:23.541Z | Compiling smawk v0.3.1 |
1514 | 2023-10-25T22:05:23.885Z | Compiling normalize-line-endings v0.3.0 |
1515 | 2023-10-25T22:05:24.062Z | Compiling fixedbitset v0.4.2 |
1516 | 2023-10-25T22:05:24.083Z | Compiling new_debug_unreachable v1.0.4 |
1517 | 2023-10-25T22:05:24.656Z | Compiling parse-display-derive v0.7.0 |
1518 | 2023-10-25T22:05:24.795Z | Compiling petgraph v0.6.4 |
1519 | 2023-10-25T22:05:24.910Z | Compiling string_cache v0.8.7 |
1520 | 2023-10-25T22:05:25.696Z | Compiling predicates v3.0.4 |
1521 | 2023-10-25T22:05:26.597Z | Compiling textwrap v0.16.0 |
1522 | 2023-10-25T22:05:28.645Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1523 | 2023-10-25T22:05:28.824Z | Compiling similar v2.2.1 |
1524 | 2023-10-25T22:05:29.203Z | Compiling bit-set v0.5.3 |
1525 | 2023-10-25T22:05:29.435Z | Compiling console v0.15.7 |
1526 | 2023-10-25T22:05:29.640Z | Compiling bstr v1.6.0 |
1527 | 2023-10-25T22:05:31.096Z | Compiling lalrpop-util v0.19.12 |
1528 | 2023-10-25T22:05:42.461Z | Compiling diesel v2.1.1 |
1529 | 2023-10-25T22:05:42.596Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1530 | 2023-10-25T22:05:42.606Z | Compiling proc-macro-crate v1.3.1 |
1531 | 2023-10-25T22:05:43.380Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1532 | 2023-10-25T22:05:51.235Z | Compiling crucible-workspace-hack v0.1.0 |
1533 | 2023-10-25T22:06:12.892Z | Compiling atty v0.2.14 |
1534 | 2023-10-25T22:06:15.445Z | Compiling sha1 v0.10.5 |
1535 | 2023-10-25T22:06:16.990Z | Compiling match_cfg v0.1.0 |
1536 | 2023-10-25T22:06:17.008Z | Compiling hostname v0.3.1 |
1537 | 2023-10-25T22:06:22.670Z | Compiling dirs-sys-next v0.1.2 |
1538 | 2023-10-25T22:06:26.884Z | Compiling dirs-next v2.0.0 |
1539 | 2023-10-25T22:06:27.808Z | Compiling thread_local v1.1.7 |
1540 | 2023-10-25T22:06:30.080Z | Compiling term v0.7.0 |
1541 | 2023-10-25T22:06:30.145Z | Compiling crossbeam-channel v0.5.8 |
1542 | 2023-10-25T22:06:32.125Z | Compiling take_mut v0.2.2 |
1543 | 2023-10-25T22:06:32.815Z | Compiling slog-term v2.9.0 |
1544 | 2023-10-25T22:06:34.361Z | Compiling slog-json v2.6.1 |
1545 | 2023-10-25T22:06:34.690Z | Compiling instant v0.1.12 |
1546 | 2023-10-25T22:06:34.997Z | Compiling slog-bunyan v2.4.0 |
1547 | 2023-10-25T22:06:36.020Z | Compiling strum v0.25.0 |
1548 | 2023-10-25T22:06:36.828Z | Compiling atomic-waker v1.1.1 |
1549 | 2023-10-25T22:06:37.002Z | Compiling waitgroup v0.1.2 |
1550 | 2023-10-25T22:06:37.106Z | Compiling num_enum_derive v0.5.11 |
1551 | 2023-10-25T22:06:37.332Z | Compiling serde_with v2.3.3 |
1552 | 2023-10-25T22:06:37.642Z | Compiling async-stream v0.3.5 |
1553 | 2023-10-25T22:06:39.744Z | Compiling serde_path_to_error v0.1.14 |
1554 | 2023-10-25T22:06:39.844Z | Compiling libz-sys v1.1.12 |
1555 | 2023-10-25T22:06:39.880Z | Compiling debug-ignore v1.0.5 |
1556 | 2023-10-25T22:06:40.092Z | Compiling fastrand v2.0.0 |
1557 | 2023-10-25T22:06:41.074Z | Compiling tempfile v3.8.0 |
1558 | 2023-10-25T22:06:42.822Z | Compiling proc-macro-error-attr v1.0.4 |
1559 | 2023-10-25T22:06:43.039Z | Compiling slog-dtrace v0.2.3 |
1560 | 2023-10-25T22:06:44.707Z | Compiling backoff v0.4.0 |
1561 | 2023-10-25T22:06:45.247Z | Compiling parse-display v0.7.0 |
1562 | 2023-10-25T22:06:45.872Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1563 | 2023-10-25T22:06:46.736Z | Compiling macaddr v1.0.1 |
1564 | 2023-10-25T22:06:46.748Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1565 | 2023-10-25T22:06:46.909Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1566 | 2023-10-25T22:06:47.469Z | Compiling proc-macro-error v1.0.4 |
1567 | 2023-10-25T22:06:47.975Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1568 | 2023-10-25T22:06:50.303Z | Compiling libsqlite3-sys v0.26.0 |
1569 | 2023-10-25T22:06:50.385Z | Compiling memoffset v0.7.1 |
1570 | 2023-10-25T22:06:51.074Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1571 | 2023-10-25T22:06:53.252Z | Compiling foreign-types-macros v0.2.3 |
1572 | 2023-10-25T22:06:53.742Z | Compiling vergen v8.2.4 |
1573 | 2023-10-25T22:06:54.042Z | Compiling base64ct v1.6.0 |
1574 | 2023-10-25T22:06:56.977Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1575 | 2023-10-25T22:06:58.692Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1576 | 2023-10-25T22:07:03.159Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1577 | 2023-10-25T22:07:04.332Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1578 | 2023-10-25T22:07:04.968Z | Compiling platforms v3.0.2 |
1579 | 2023-10-25T22:07:05.022Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1580 | 2023-10-25T22:07:05.070Z | Compiling num_enum_derive v0.7.0 |
1581 | 2023-10-25T22:07:05.521Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1582 | 2023-10-25T22:07:05.559Z | Compiling password-hash v0.5.0 |
1583 | 2023-10-25T22:07:06.375Z | Compiling curve25519-dalek v4.1.0 |
1584 | 2023-10-25T22:07:06.459Z | Compiling heck v0.3.3 |
1585 | 2023-10-25T22:07:06.700Z | Compiling blake2 v0.10.6 |
1586 | 2023-10-25T22:07:07.028Z | Compiling libefi-sys v0.1.0 |
1587 | 2023-10-25T22:07:07.105Z | Compiling structopt-derive v0.4.18 |
1588 | 2023-10-25T22:07:07.359Z | Compiling zone_cfg_derive v0.2.0 |
1589 | 2023-10-25T22:07:07.461Z | Compiling argon2 v0.5.2 |
1590 | 2023-10-25T22:07:09.051Z | Compiling curve25519-dalek-derive v0.1.0 |
1591 | 2023-10-25T22:07:10.124Z | Compiling num-derive v0.4.0 |
1592 | 2023-10-25T22:07:10.137Z | Compiling same-file v1.0.6 |
1593 | 2023-10-25T22:07:10.160Z | Compiling walkdir v2.4.0 |
1594 | 2023-10-25T22:07:10.166Z | Compiling toml v0.5.11 |
1595 | 2023-10-25T22:07:11.032Z | Compiling semver-parser v0.10.2 |
1596 | 2023-10-25T22:07:11.303Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1597 | 2023-10-25T22:07:11.625Z | Compiling filetime v0.2.22 |
1598 | 2023-10-25T22:07:11.956Z | Compiling xattr v1.0.1 |
1599 | 2023-10-25T22:07:12.153Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1600 | 2023-10-25T22:07:12.382Z | Compiling erased-serde v0.3.30 |
1601 | 2023-10-25T22:07:12.567Z | Compiling getrandom v0.1.16 |
1602 | 2023-10-25T22:07:13.086Z | Compiling semver v0.11.0 |
1603 | 2023-10-25T22:07:13.136Z | Compiling tar v0.4.40 |
1604 | 2023-10-25T22:07:13.224Z | Compiling universal-hash v0.5.1 |
1605 | 2023-10-25T22:07:13.320Z | Compiling bitstruct_derive v0.1.0 |
1606 | 2023-10-25T22:07:13.531Z | Compiling async-recursion v1.0.5 |
1607 | 2023-10-25T22:07:14.212Z | Compiling home v0.5.5 |
1608 | 2023-10-25T22:07:14.461Z | Compiling opaque-debug v0.3.0 |
1609 | 2023-10-25T22:07:14.569Z | Compiling toolchain_find v0.2.0 |
1610 | 2023-10-25T22:07:14.915Z | Compiling num-rational v0.4.1 |
1611 | 2023-10-25T22:07:15.032Z | Compiling unicase v2.7.0 |
1612 | 2023-10-25T22:07:15.445Z | Compiling parking_lot_core v0.8.6 |
1613 | 2023-10-25T22:07:15.453Z | Compiling rustfmt-wrapper v0.2.0 |
1614 | 2023-10-25T22:07:15.462Z | Compiling omicron-zone-package v0.8.3 |
1615 | 2023-10-25T22:07:15.736Z | Compiling num_enum v0.5.11 |
1616 | 2023-10-25T22:07:15.929Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1617 | 2023-10-25T22:07:15.973Z | Compiling aead v0.5.2 |
1618 | 2023-10-25T22:07:16.445Z | Compiling winapi v0.3.9 |
1619 | 2023-10-25T22:07:16.600Z | Compiling postcard-cobs v0.1.5-pre |
1620 | 2023-10-25T22:07:16.724Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1621 | 2023-10-25T22:07:16.890Z | Compiling polyval v0.6.1 |
1622 | 2023-10-25T22:07:17.120Z | Compiling postcard v0.7.3 |
1623 | 2023-10-25T22:07:17.367Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1624 | 2023-10-25T22:07:17.813Z | Compiling smoltcp v0.8.2 |
1625 | 2023-10-25T22:07:17.910Z | Compiling ctr v0.9.2 |
1626 | 2023-10-25T22:07:17.943Z | Compiling aes v0.8.3 |
1627 | 2023-10-25T22:07:18.395Z | Compiling thiserror-impl-no-std v2.0.2 |
1628 | 2023-10-25T22:07:18.522Z | Compiling cfg-if v0.1.10 |
1629 | 2023-10-25T22:07:18.666Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1630 | 2023-10-25T22:07:18.955Z | Compiling foreign-types-shared v0.3.1 |
1631 | 2023-10-25T22:07:19.130Z | Compiling foreign-types v0.5.0 |
1632 | 2023-10-25T22:07:19.932Z | Compiling mime_guess v2.0.4 |
1633 | 2023-10-25T22:07:22.875Z | Compiling is-terminal v0.4.9 |
1634 | 2023-10-25T22:07:23.038Z | Compiling toml_edit v0.20.0 |
1635 | 2023-10-25T22:07:23.067Z | Compiling hashlink v0.8.3 |
1636 | 2023-10-25T22:07:24.172Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1637 | 2023-10-25T22:07:24.208Z | Compiling cstr-argument v0.1.2 |
1638 | 2023-10-25T22:07:25.037Z | Compiling fallible-streaming-iterator v0.1.9 |
1639 | 2023-10-25T22:07:25.425Z | Compiling pretty-hex v0.2.1 |
1640 | 2023-10-25T22:07:26.068Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1641 | 2023-10-25T22:07:27.773Z | Compiling rusqlite v0.29.0 |
1642 | 2023-10-25T22:07:27.801Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1643 | 2023-10-25T22:07:28.752Z | Compiling toml v0.8.0 |
1644 | 2023-10-25T22:07:30.608Z | Compiling colored v2.0.4 |
1645 | 2023-10-25T22:07:31.106Z | Compiling nix v0.26.2 |
1646 | 2023-10-25T22:07:31.567Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1647 | 2023-10-25T22:07:33.510Z | Compiling twox-hash v1.6.3 |
1648 | 2023-10-25T22:07:33.801Z | Compiling hkdf v0.12.3 |
1649 | 2023-10-25T22:07:34.545Z | Compiling textwrap v0.11.0 |
1650 | 2023-10-25T22:07:34.682Z | Compiling const_format_proc_macros v0.2.31 |
1651 | 2023-10-25T22:07:35.424Z | Compiling linked-hash-map v0.5.6 |
1652 | 2023-10-25T22:07:35.989Z | Compiling quick-error v1.2.3 |
1653 | 2023-10-25T22:07:36.962Z | Compiling base64 v0.13.1 |
1654 | 2023-10-25T22:07:37.119Z | Compiling ansi_term v0.12.1 |
1655 | 2023-10-25T22:07:37.934Z | Compiling strsim v0.8.0 |
1656 | 2023-10-25T22:07:38.004Z | Compiling vec_map v0.8.2 |
1657 | 2023-10-25T22:07:38.450Z | Compiling clap v2.34.0 |
1658 | 2023-10-25T22:07:39.035Z | Compiling resolv-conf v0.7.0 |
1659 | 2023-10-25T22:07:39.564Z | Compiling lru-cache v0.1.2 |
1660 | 2023-10-25T22:07:40.664Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1661 | 2023-10-25T22:07:41.621Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1662 | 2023-10-25T22:07:43.779Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1663 | 2023-10-25T22:07:44.639Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1664 | 2023-10-25T22:07:46.837Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1665 | 2023-10-25T22:07:48.312Z | Compiling num_enum v0.7.0 |
1666 | 2023-10-25T22:07:48.579Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1667 | 2023-10-25T22:07:50.407Z | Compiling bincode v1.3.3 |
1668 | 2023-10-25T22:07:50.673Z | Compiling humantime v2.1.0 |
1669 | 2023-10-25T22:07:51.026Z | Compiling cancel-safe-futures v0.1.2 |
1670 | 2023-10-25T22:07:51.512Z | Compiling keccak v0.1.4 |
1671 | 2023-10-25T22:07:52.368Z | Compiling utf-8 v0.7.6 |
1672 | 2023-10-25T22:07:52.889Z | Compiling termcolor v1.2.0 |
1673 | 2023-10-25T22:07:53.001Z | Compiling convert_case v0.4.0 |
1674 | 2023-10-25T22:07:54.248Z | Compiling derive_more v0.99.17 |
1675 | 2023-10-25T22:07:54.421Z | Compiling env_logger v0.9.3 |
1676 | 2023-10-25T22:07:56.694Z | Compiling sha3 v0.10.8 |
1677 | 2023-10-25T22:07:56.719Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1678 | 2023-10-25T22:08:01.828Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1679 | 2023-10-25T22:08:03.352Z | Compiling structopt v0.3.26 |
1680 | 2023-10-25T22:08:03.892Z | Compiling trust-dns-resolver v0.22.0 |
1681 | 2023-10-25T22:08:06.695Z | Compiling aes-gcm-siv v0.11.1 |
1682 | 2023-10-25T22:08:07.148Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1683 | 2023-10-25T22:08:08.293Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1684 | 2023-10-25T22:08:08.768Z | Compiling zone v0.2.0 |
1685 | 2023-10-25T22:08:10.044Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1686 | 2023-10-25T22:08:10.706Z | Compiling secrecy v0.8.0 |
1687 | 2023-10-25T22:08:10.876Z | Compiling smf v0.2.2 |
1688 | 2023-10-25T22:08:11.061Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1689 | 2023-10-25T22:08:11.129Z | Compiling ringbuffer v0.15.0 |
1690 | 2023-10-25T22:08:12.940Z | Compiling ascii v1.1.0 |
1691 | 2023-10-25T22:08:13.965Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1692 | 2023-10-25T22:08:14.095Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1693 | 2023-10-25T22:08:14.134Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1694 | 2023-10-25T22:08:15.578Z | Compiling bitstruct v0.1.1 |
1695 | 2023-10-25T22:08:17.258Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1696 | 2023-10-25T22:08:17.562Z | Compiling serde_arrays v0.1.0 |
1697 | 2023-10-25T22:08:17.886Z | Compiling ff v0.13.0 |
1698 | 2023-10-25T22:08:18.218Z | Compiling nibble_vec v0.1.0 |
1699 | 2023-10-25T22:08:18.272Z | Compiling endian-type v0.1.2 |
1700 | 2023-10-25T22:08:18.547Z | Compiling arc-swap v1.6.0 |
1701 | 2023-10-25T22:08:18.603Z | Compiling radix_trie v0.2.1 |
1702 | 2023-10-25T22:08:19.400Z | Compiling group v0.13.0 |
1703 | 2023-10-25T22:08:19.449Z | Compiling slog-scope v4.4.0 |
1704 | 2023-10-25T22:08:19.639Z | Compiling rand_core v0.5.1 |
1705 | 2023-10-25T22:08:19.738Z | Compiling tungstenite v0.20.1 |
1706 | 2023-10-25T22:08:20.374Z | Compiling poly1305 v0.8.0 |
1707 | 2023-10-25T22:08:21.516Z | Compiling chacha20 v0.9.1 |
1708 | 2023-10-25T22:08:22.153Z | Compiling crypto-bigint v0.5.2 |
1709 | 2023-10-25T22:08:22.192Z | Compiling num-complex v0.4.4 |
1710 | 2023-10-25T22:08:22.216Z | Compiling ciborium-io v0.2.1 |
1711 | 2023-10-25T22:08:22.736Z | Compiling option-ext v0.2.0 |
1712 | 2023-10-25T22:08:22.926Z | Compiling half v1.8.2 |
1713 | 2023-10-25T22:08:23.460Z | Compiling base16ct v0.2.0 |
1714 | 2023-10-25T22:08:23.545Z | Compiling dirs-sys v0.4.1 |
1715 | 2023-10-25T22:08:23.870Z | Compiling num v0.4.1 |
1716 | 2023-10-25T22:08:23.984Z | Compiling ciborium-ll v0.2.1 |
1717 | 2023-10-25T22:08:24.039Z | Compiling tokio-tungstenite v0.20.1 |
1718 | 2023-10-25T22:08:24.258Z | Compiling parking_lot v0.11.2 |
1719 | 2023-10-25T22:08:24.317Z | Compiling rand_chacha v0.2.2 |
1720 | 2023-10-25T22:08:24.595Z | Compiling slog-stdlog v4.1.1 |
1721 | 2023-10-25T22:08:24.654Z | Compiling trust-dns-client v0.22.0 |
1722 | 2023-10-25T22:08:24.707Z | Compiling thiserror-no-std v2.0.2 |
1723 | 2023-10-25T22:08:25.179Z | Compiling elliptic-curve v0.13.5 |
1724 | 2023-10-25T22:08:25.950Z | Compiling password-hash v0.4.2 |
1725 | 2023-10-25T22:08:26.057Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1726 | 2023-10-25T22:08:26.070Z | Compiling ed25519 v2.2.2 |
1727 | 2023-10-25T22:08:26.647Z | Compiling blowfish v0.9.1 |
1728 | 2023-10-25T22:08:27.441Z | Compiling pbkdf2 v0.12.2 |
1729 | 2023-10-25T22:08:27.575Z | Compiling fxhash v0.2.1 |
1730 | 2023-10-25T22:08:27.974Z | Compiling sled v0.34.7 |
1731 | 2023-10-25T22:08:28.448Z | Compiling bcrypt-pbkdf v0.10.0 |
1732 | 2023-10-25T22:08:28.476Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1733 | 2023-10-25T22:08:28.709Z | Compiling trust-dns-server v0.22.1 |
1734 | 2023-10-25T22:08:29.009Z | Compiling pbkdf2 v0.11.0 |
1735 | 2023-10-25T22:08:29.051Z | Compiling ed25519-dalek v2.0.0 |
1736 | 2023-10-25T22:08:29.610Z | Compiling vsss-rs v3.3.1 |
1737 | 2023-10-25T22:08:29.963Z | Compiling russh-cryptovec v0.7.0 |
1738 | 2023-10-25T22:08:29.986Z | Compiling rand v0.7.3 |
1739 | 2023-10-25T22:08:30.803Z | Compiling slog-envlogger v2.2.0 |
1740 | 2023-10-25T22:08:31.232Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1741 | 2023-10-25T22:08:32.111Z | Compiling ciborium v0.2.1 |
1742 | 2023-10-25T22:08:33.776Z | Compiling dirs v5.0.1 |
1743 | 2023-10-25T22:08:33.780Z | Compiling chacha20poly1305 v0.10.1 |
1744 | 2023-10-25T22:08:34.002Z | Compiling tungstenite v0.18.0 |
1745 | 2023-10-25T22:08:34.230Z | Compiling const_format v0.2.31 |
1746 | 2023-10-25T22:08:34.674Z | Compiling ron v0.7.1 |
1747 | 2023-10-25T22:08:35.299Z | Compiling pem v1.1.1 |
1748 | 2023-10-25T22:08:37.242Z | Compiling ghash v0.5.0 |
1749 | 2023-10-25T22:08:37.990Z | Compiling camino-tempfile v1.0.2 |
1750 | 2023-10-25T22:08:38.931Z | Compiling cbc v0.1.2 |
1751 | 2023-10-25T22:08:38.958Z | Compiling headers-core v0.2.0 |
1752 | 2023-10-25T22:08:39.273Z | Compiling pretty-hex v0.3.0 |
1753 | 2023-10-25T22:08:39.487Z | Compiling http-range v0.1.5 |
1754 | 2023-10-25T22:08:39.555Z | Compiling bit_field v0.10.2 |
1755 | 2023-10-25T22:08:39.707Z | Compiling md5 v0.7.0 |
1756 | 2023-10-25T22:08:39.977Z | Compiling hyper-staticfile v0.9.5 |
1757 | 2023-10-25T22:08:40.242Z | Compiling russh-keys v0.38.0 |
1758 | 2023-10-25T22:08:40.906Z | Compiling headers v0.3.9 |
1759 | 2023-10-25T22:08:45.178Z | Compiling aes-gcm v0.10.2 |
1760 | 2023-10-25T22:08:45.730Z | Compiling tokio-tungstenite v0.18.0 |
1761 | 2023-10-25T22:08:45.859Z | Compiling rcgen v0.10.0 |
1762 | 2023-10-25T22:08:52.727Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1763 | 2023-10-25T22:08:53.047Z | Compiling atomicwrites v0.4.2 |
1764 | 2023-10-25T22:08:53.571Z | Compiling subprocess v0.2.9 |
1765 | 2023-10-25T22:08:53.597Z | Compiling hex-literal v0.4.1 |
1766 | 2023-10-25T22:08:53.740Z | Compiling glob v0.3.1 |
1767 | 2023-10-25T22:08:54.861Z | Compiling russh v0.38.0 |
1768 | 2023-10-25T22:09:01.151Z | Compiling bzip2 v0.4.4 |
1769 | 2023-10-25T22:09:01.607Z | Compiling zip v0.6.6 |
1770 | 2023-10-25T22:09:03.913Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1771 | 2023-10-25T22:09:04.517Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1772 | 2023-10-25T22:09:04.556Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1773 | 2023-10-25T22:09:04.590Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1774 | 2023-10-25T22:09:04.717Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1775 | 2023-10-25T22:09:04.888Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1776 | 2023-10-25T22:09:05.108Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1777 | 2023-10-25T22:09:05.513Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1778 | 2023-10-25T22:09:05.765Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1779 | 2023-10-25T22:09:07.738Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1780 | 2023-10-25T22:09:15.905Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1781 | 2023-10-25T22:09:23.918Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1782 | 2023-10-25T22:09:24.017Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1783 | 2023-10-25T22:09:33.018Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1784 | 2023-10-25T22:09:38.909Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1785 | 2023-10-25T22:09:45.693Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1786 | 2023-10-25T22:09:45.974Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1787 | 2023-10-25T22:09:52.750Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1788 | 2023-10-25T22:09:57.615Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1789 | 2023-10-25T22:10:00.759Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1790 | 2023-10-25T22:10:14.225Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1791 | 2023-10-25T22:10:39.289Z | Compiling git2 v0.17.2 |
1792 | 2023-10-25T22:10:45.593Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1793 | 2023-10-25T22:10:47.957Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1794 | 2023-10-25T22:10:59.545Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1795 | 2023-10-25T22:11:15.718Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1796 | 2023-10-25T22:11:16.005Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1797 | 2023-10-25T22:11:16.590Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1798 | 2023-10-25T22:11:20.167Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1799 | 2023-10-25T22:11:57.872Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1800 | 2023-10-25T22:13:37.754Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 55s |
1801 | 2023-10-25T22:13:38.087Z | |
1802 | 2023-10-25T22:13:38.090Z | real 10:56.378139709 |
1803 | 2023-10-25T22:13:38.093Z | user 59:28.484415388 |
1804 | 2023-10-25T22:13:38.097Z | sys 9:36.445388063 |
1805 | 2023-10-25T22:13:38.101Z | trap 2.318101136 |
1806 | 2023-10-25T22:13:38.104Z | tflt 4.543214699 |
1807 | 2023-10-25T22:13:38.107Z | dflt 9.309292656 |
1808 | 2023-10-25T22:13:38.110Z | kflt 0.020569527 |
1809 | 2023-10-25T22:13:38.113Z | lock 1:51:28.182805572 |
1810 | 2023-10-25T22:13:38.117Z | slp 3:07:58.787426780 |
1811 | 2023-10-25T22:13:38.120Z | lat 2:27.792689179 |
1812 | 2023-10-25T22:13:38.124Z | stop 6:13.709821474 |
1813 | 2023-10-25T22:13:38.127Z | + mkdir -p /work/end-to-end-tests |
1814 | 2023-10-25T22:13:38.130Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1815 | 2023-10-25T22:13:39.316Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1816 | 2023-10-25T22:13:39.323Z | + ptime -m gzip |
1817 | 2023-10-25T22:13:39.329Z | ++ basename target/debug/bootstrap |
1818 | 2023-10-25T22:13:56.324Z | |
1819 | 2023-10-25T22:13:56.328Z | real 17.003315746 |
1820 | 2023-10-25T22:13:56.335Z | user 16.833003557 |
1821 | 2023-10-25T22:13:56.339Z | sys 0.161856462 |
1822 | 2023-10-25T22:13:56.344Z | trap 0.005103197 |
1823 | 2023-10-25T22:13:56.376Z | tflt 0.000000000 |
1824 | 2023-10-25T22:13:56.379Z | dflt 0.000000000 |
1825 | 2023-10-25T22:13:56.382Z | kflt 0.000000000 |
1826 | 2023-10-25T22:13:56.385Z | lock 0.000000000 |
1827 | 2023-10-25T22:13:56.388Z | slp 0.000000000 |
1828 | 2023-10-25T22:13:56.391Z | lat 0.002986758 |
1829 | 2023-10-25T22:13:56.394Z | stop 0.000252612 |
1830 | 2023-10-25T22:13:56.397Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1831 | 2023-10-25T22:13:56.399Z | + ptime -m gzip |
1832 | 2023-10-25T22:13:56.402Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7505a19fa56a5ab1 |
1833 | 2023-10-25T22:13:57.434Z | |
1834 | 2023-10-25T22:13:57.438Z | real 1.100770095 |
1835 | 2023-10-25T22:13:57.441Z | user 1.089836933 |
1836 | 2023-10-25T22:13:57.444Z | sys 0.010256778 |
1837 | 2023-10-25T22:13:57.447Z | trap 0.000111719 |
1838 | 2023-10-25T22:13:57.450Z | tflt 0.000000000 |
1839 | 2023-10-25T22:13:57.453Z | dflt 0.000000000 |
1840 | 2023-10-25T22:13:57.456Z | kflt 0.000000000 |
1841 | 2023-10-25T22:13:57.459Z | lock 0.000000000 |
1842 | 2023-10-25T22:13:57.462Z | slp 0.000000000 |
1843 | 2023-10-25T22:13:57.469Z | lat 0.000188037 |
1844 | 2023-10-25T22:13:57.472Z | stop 0.000260375 |
1845 | 2023-10-25T22:13:57.479Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1846 | 2023-10-25T22:13:57.483Z | + ptime -m gzip |
1847 | 2023-10-25T22:13:57.486Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a486f79ff30d68c1 |
1848 | 2023-10-25T22:14:16.767Z | |
1849 | 2023-10-25T22:14:16.772Z | real 19.320990061 |
1850 | 2023-10-25T22:14:16.783Z | user 19.124929647 |
1851 | 2023-10-25T22:14:16.791Z | sys 0.190929060 |
1852 | 2023-10-25T22:14:16.797Z | trap 0.003462128 |
1853 | 2023-10-25T22:14:16.848Z | tflt 0.000000000 |
1854 | 2023-10-25T22:14:16.863Z | dflt 0.000000000 |
1855 | 2023-10-25T22:14:16.877Z | kflt 0.000000000 |
1856 | 2023-10-25T22:14:16.891Z | lock 0.000000000 |
1857 | 2023-10-25T22:14:16.897Z | slp 0.000000000 |
1858 | 2023-10-25T22:14:16.906Z | lat 0.001284062 |
1859 | 2023-10-25T22:14:16.913Z | stop 0.000228721 |
1860 | 2023-10-25T22:14:16.921Z | + banner caboose-util |
1861 | 2023-10-25T22:14:16.928Z | |
1862 | 2023-10-25T22:14:16.935Z | #### ## ##### #### #### #### ###### # # ##### |
1863 | 2023-10-25T22:14:16.943Z | # # # # # # # # # # # # # # # |
1864 | 2023-10-25T22:14:16.950Z | # # # ##### # # # # #### ##### ##### # # # |
1865 | 2023-10-25T22:14:16.957Z | # ###### # # # # # # # # # # # |
1866 | 2023-10-25T22:14:16.965Z | # # # # # # # # # # # # # # # # |
1867 | 2023-10-25T22:14:16.974Z | #### # # ##### #### #### #### ###### #### # |
1868 | 2023-10-25T22:14:16.983Z | |
1869 | 2023-10-25T22:14:16.992Z | + ptime -m cargo build --locked -p caboose-util --release |
1870 | 2023-10-25T22:14:17.466Z | Downloading crates ... |
1871 | 2023-10-25T22:14:17.823Z | Downloaded maybe-uninit v2.0.0 |
1872 | 2023-10-25T22:14:17.842Z | Downloaded array-init v0.0.4 |
1873 | 2023-10-25T22:14:17.910Z | Downloaded crc v3.0.1 |
1874 | 2023-10-25T22:14:17.932Z | Downloaded env_logger v0.10.0 |
1875 | 2023-10-25T22:14:17.948Z | Downloaded path-slash v0.1.5 |
1876 | 2023-10-25T22:14:17.952Z | Downloaded serde-hex v0.1.0 |
1877 | 2023-10-25T22:14:17.964Z | Downloaded crc-catalog v2.2.0 |
1878 | 2023-10-25T22:14:17.972Z | Downloaded der_derive v0.7.2 |
1879 | 2023-10-25T22:14:19.202Z | Downloaded pkcs1 v0.7.5 |
1880 | 2023-10-25T22:14:19.232Z | Downloaded packed_struct v0.10.1 |
1881 | 2023-10-25T22:14:19.238Z | Downloaded rsa v0.9.2 |
1882 | 2023-10-25T22:14:19.242Z | Downloaded smallvec v0.6.14 |
1883 | 2023-10-25T22:14:19.251Z | Downloaded crc-any v2.4.3 |
1884 | 2023-10-25T22:14:19.256Z | Downloaded ron v0.8.1 |
1885 | 2023-10-25T22:14:19.259Z | Downloaded x509-cert v0.2.4 |
1886 | 2023-10-25T22:14:19.262Z | Downloaded object v0.30.4 |
1887 | 2023-10-25T22:14:19.269Z | Downloaded num-bigint-dig v0.8.4 |
1888 | 2023-10-25T22:14:19.273Z | Downloaded packed_struct_codegen v0.10.1 |
1889 | 2023-10-25T22:14:19.280Z | Downloaded nodrop v0.1.14 |
1890 | 2023-10-25T22:14:19.284Z | Downloaded bitfield v0.14.0 |
1891 | 2023-10-25T22:14:19.292Z | Downloaded pem-rfc7468 v0.7.0 |
1892 | 2023-10-25T22:14:19.297Z | Downloaded flagset v0.4.3 |
1893 | 2023-10-25T22:14:19.711Z | Compiling proc-macro2 v1.0.67 |
1894 | 2023-10-25T22:14:19.715Z | Compiling unicode-ident v1.0.12 |
1895 | 2023-10-25T22:14:19.718Z | Compiling libc v0.2.149 |
1896 | 2023-10-25T22:14:19.721Z | Compiling autocfg v1.1.0 |
1897 | 2023-10-25T22:14:19.724Z | Compiling serde v1.0.188 |
1898 | 2023-10-25T22:14:19.727Z | Compiling version_check v0.9.4 |
1899 | 2023-10-25T22:14:19.739Z | Compiling cfg-if v1.0.0 |
1900 | 2023-10-25T22:14:19.750Z | Compiling once_cell v1.18.0 |
1901 | 2023-10-25T22:14:19.758Z | Compiling parking_lot_core v0.9.8 |
1902 | 2023-10-25T22:14:19.762Z | Compiling syn v1.0.109 |
1903 | 2023-10-25T22:14:19.765Z | Compiling typenum v1.16.0 |
1904 | 2023-10-25T22:14:19.768Z | Compiling libm v0.2.7 |
1905 | 2023-10-25T22:14:19.773Z | Compiling futures-core v0.3.28 |
1906 | 2023-10-25T22:14:19.779Z | Compiling lock_api v0.4.10 |
1907 | 2023-10-25T22:14:19.782Z | Compiling generic-array v0.14.7 |
1908 | 2023-10-25T22:14:19.785Z | Compiling num-traits v0.2.16 |
1909 | 2023-10-25T22:14:19.789Z | Compiling pkg-config v0.3.27 |
1910 | 2023-10-25T22:14:19.792Z | Compiling slab v0.4.9 |
1911 | 2023-10-25T22:14:19.797Z | Compiling futures-task v0.3.28 |
1912 | 2023-10-25T22:14:20.552Z | Compiling futures-channel v0.3.28 |
1913 | 2023-10-25T22:14:20.563Z | Compiling serde_json v1.0.107 |
1914 | 2023-10-25T22:14:20.586Z | Compiling quote v1.0.33 |
1915 | 2023-10-25T22:14:20.608Z | Compiling scopeguard v1.2.0 |
1916 | 2023-10-25T22:14:20.613Z | Compiling thiserror v1.0.49 |
1917 | 2023-10-25T22:14:20.620Z | Compiling memchr v2.6.3 |
1918 | 2023-10-25T22:14:20.782Z | Compiling futures-util v0.3.28 |
1919 | 2023-10-25T22:14:21.168Z | Compiling syn v2.0.32 |
1920 | 2023-10-25T22:14:21.206Z | Compiling jobserver v0.1.26 |
1921 | 2023-10-25T22:14:21.373Z | Compiling getrandom v0.2.10 |
1922 | 2023-10-25T22:14:21.626Z | Compiling cc v1.0.83 |
1923 | 2023-10-25T22:14:22.018Z | Compiling itoa v1.0.9 |
1924 | 2023-10-25T22:14:23.072Z | Compiling ahash v0.8.3 |
1925 | 2023-10-25T22:14:23.160Z | Compiling smallvec v1.11.0 |
1926 | 2023-10-25T22:14:23.540Z | Compiling log v0.4.20 |
1927 | 2023-10-25T22:14:24.344Z | Compiling vcpkg v0.2.15 |
1928 | 2023-10-25T22:14:24.353Z | Compiling byteorder v1.4.3 |
1929 | 2023-10-25T22:14:24.961Z | Compiling rand_core v0.6.4 |
1930 | 2023-10-25T22:14:25.837Z | Compiling pin-project-lite v0.2.13 |
1931 | 2023-10-25T22:14:26.015Z | Compiling parking_lot v0.12.1 |
1932 | 2023-10-25T22:14:26.087Z | Compiling indexmap v1.9.3 |
1933 | 2023-10-25T22:14:26.550Z | Compiling ring v0.16.20 |
1934 | 2023-10-25T22:14:27.032Z | Compiling openssl-sys v0.9.93 |
1935 | 2023-10-25T22:14:28.434Z | Compiling io-lifetimes v1.0.11 |
1936 | 2023-10-25T22:14:29.054Z | Compiling num-integer v0.1.45 |
1937 | 2023-10-25T22:14:29.612Z | Compiling semver v1.0.20 |
1938 | 2023-10-25T22:14:29.619Z | Compiling spin v0.5.2 |
1939 | 2023-10-25T22:14:29.822Z | Compiling ryu v1.0.15 |
1940 | 2023-10-25T22:14:29.825Z | Compiling const-oid v0.9.5 |
1941 | 2023-10-25T22:14:31.234Z | Compiling rustix v0.37.23 |
1942 | 2023-10-25T22:14:32.060Z | Compiling mio v0.8.8 |
1943 | 2023-10-25T22:14:32.342Z | Compiling num_cpus v1.16.0 |
1944 | 2023-10-25T22:14:32.482Z | Compiling socket2 v0.5.4 |
1945 | 2023-10-25T22:14:32.589Z | Compiling signal-hook-registry v1.4.1 |
1946 | 2023-10-25T22:14:33.475Z | Compiling unicode-xid v0.2.4 |
1947 | 2023-10-25T22:14:33.567Z | Compiling heck v0.4.1 |
1948 | 2023-10-25T22:14:33.623Z | Compiling ucd-trie v0.1.6 |
1949 | 2023-10-25T22:14:33.712Z | Compiling httparse v1.8.0 |
1950 | 2023-10-25T22:14:33.826Z | Compiling futures-sink v0.3.28 |
1951 | 2023-10-25T22:14:34.091Z | Compiling openssl v0.10.57 |
1952 | 2023-10-25T22:14:34.244Z | Compiling synstructure v0.12.6 |
1953 | 2023-10-25T22:14:34.489Z | Compiling tinyvec_macros v0.1.1 |
1954 | 2023-10-25T22:14:34.610Z | Compiling tinyvec v1.6.0 |
1955 | 2023-10-25T22:14:35.877Z | Compiling futures-io v0.3.28 |
1956 | 2023-10-25T22:14:36.276Z | Compiling pin-utils v0.1.0 |
1957 | 2023-10-25T22:14:36.400Z | Compiling radium v0.7.0 |
1958 | 2023-10-25T22:14:36.777Z | Compiling ppv-lite86 v0.2.17 |
1959 | 2023-10-25T22:14:36.994Z | Compiling native-tls v0.2.11 |
1960 | 2023-10-25T22:14:37.423Z | Compiling rustls v0.21.7 |
1961 | 2023-10-25T22:14:37.506Z | Compiling crc32fast v1.3.2 |
1962 | 2023-10-25T22:14:37.787Z | Compiling unicode-normalization v0.1.22 |
1963 | 2023-10-25T22:14:37.799Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1964 | 2023-10-25T22:14:38.111Z | Compiling rand_chacha v0.3.1 |
1965 | 2023-10-25T22:14:38.360Z | Compiling tracing-core v0.1.31 |
1966 | 2023-10-25T22:14:38.411Z | Compiling subtle v2.5.0 |
1967 | 2023-10-25T22:14:38.627Z | Compiling unicode-bidi v0.3.13 |
1968 | 2023-10-25T22:14:38.962Z | Compiling rand v0.8.5 |
1969 | 2023-10-25T22:14:40.981Z | Compiling errno v0.3.2 |
1970 | 2023-10-25T22:14:41.011Z | Compiling num-iter v0.1.43 |
1971 | 2023-10-25T22:14:41.296Z | Compiling usdt-impl v0.3.5 |
1972 | 2023-10-25T22:14:42.218Z | Compiling base64 v0.21.4 |
1973 | 2023-10-25T22:14:42.353Z | Compiling rustix v0.38.9 |
1974 | 2023-10-25T22:14:42.638Z | Compiling schemars v0.8.13 |
1975 | 2023-10-25T22:14:43.837Z | Compiling serde_derive v1.0.188 |
1976 | 2023-10-25T22:14:43.950Z | Compiling zeroize_derive v1.4.2 |
1977 | 2023-10-25T22:14:44.038Z | Compiling tokio-macros v2.1.0 |
1978 | 2023-10-25T22:14:44.215Z | Compiling thiserror-impl v1.0.49 |
1979 | 2023-10-25T22:14:44.328Z | Compiling futures-macro v0.3.28 |
1980 | 2023-10-25T22:14:44.343Z | Compiling tracing-attributes v0.1.26 |
1981 | 2023-10-25T22:14:44.470Z | Compiling zerocopy-derive v0.2.0 |
1982 | 2023-10-25T22:14:45.395Z | Compiling openssl-macros v0.1.1 |
1983 | 2023-10-25T22:14:46.246Z | Compiling zeroize v1.6.0 |
1984 | 2023-10-25T22:14:46.485Z | Compiling zerocopy-derive v0.6.4 |
1985 | 2023-10-25T22:14:49.040Z | Compiling pest v2.7.2 |
1986 | 2023-10-25T22:14:49.380Z | Compiling crypto-common v0.1.6 |
1987 | 2023-10-25T22:14:49.462Z | Compiling block-buffer v0.10.4 |
1988 | 2023-10-25T22:14:49.867Z | Compiling digest v0.10.7 |
1989 | 2023-10-25T22:14:49.968Z | Compiling serde_derive_internals v0.26.0 |
1990 | 2023-10-25T22:14:50.008Z | Compiling tracing v0.1.37 |
1991 | 2023-10-25T22:14:51.159Z | Compiling bitflags v1.3.2 |
1992 | 2023-10-25T22:14:51.299Z | Compiling untrusted v0.7.1 |
1993 | 2023-10-25T22:14:53.815Z | Compiling pest_meta v2.7.2 |
1994 | 2023-10-25T22:14:53.987Z | Compiling fnv v1.0.7 |
1995 | 2023-10-25T22:14:54.175Z | Compiling schemars_derive v0.8.13 |
1996 | 2023-10-25T22:14:57.821Z | Compiling pest_generator v2.7.2 |
1997 | 2023-10-25T22:14:59.195Z | Compiling zerocopy v0.3.0 |
1998 | 2023-10-25T22:14:59.611Z | Compiling lazy_static v1.4.0 |
1999 | 2023-10-25T22:15:00.240Z | Compiling backtrace v0.3.69 |
2000 | 2023-10-25T22:15:00.512Z | Compiling num-bigint v0.4.4 |
2001 | 2023-10-25T22:15:00.787Z | Compiling memoffset v0.9.0 |
2002 | 2023-10-25T22:15:00.829Z | Compiling hashbrown v0.12.3 |
2003 | 2023-10-25T22:15:00.927Z | Compiling pest_derive v2.7.2 |
2004 | 2023-10-25T22:15:01.146Z | Compiling async-trait v0.1.73 |
2005 | 2023-10-25T22:15:01.340Z | Compiling openssl-probe v0.1.5 |
2006 | 2023-10-25T22:15:01.540Z | Compiling foreign-types-shared v0.1.1 |
2007 | 2023-10-25T22:15:01.714Z | Compiling crossbeam-utils v0.8.16 |
2008 | 2023-10-25T22:15:01.810Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2009 | 2023-10-25T22:15:01.831Z | Compiling smoltcp v0.9.1 |
2010 | 2023-10-25T22:15:01.998Z | Compiling percent-encoding v2.3.0 |
2011 | 2023-10-25T22:15:02.345Z | Compiling allocator-api2 v0.2.16 |
2012 | 2023-10-25T22:15:02.514Z | Compiling iana-time-zone v0.1.57 |
2013 | 2023-10-25T22:15:02.735Z | Compiling base64ct v1.6.0 |
2014 | 2023-10-25T22:15:03.071Z | Compiling dtrace-parser v0.1.14 |
2015 | 2023-10-25T22:15:03.644Z | Compiling pem-rfc7468 v0.7.0 |
2016 | 2023-10-25T22:15:03.999Z | Compiling hashbrown v0.14.0 |
2017 | 2023-10-25T22:15:04.753Z | Compiling foreign-types v0.3.2 |
2018 | 2023-10-25T22:15:04.823Z | Compiling dof v0.1.5 |
2019 | 2023-10-25T22:15:05.934Z | Compiling clap_derive v4.4.2 |
2020 | 2023-10-25T22:15:05.999Z | Compiling der_derive v0.7.2 |
2021 | 2023-10-25T22:15:06.869Z | Compiling thread-id v4.2.0 |
2022 | 2023-10-25T22:15:07.016Z | Compiling try-lock v0.2.4 |
2023 | 2023-10-25T22:15:07.026Z | Compiling cpufeatures v0.2.9 |
2024 | 2023-10-25T22:15:07.150Z | Compiling bytes v1.5.0 |
2025 | 2023-10-25T22:15:08.324Z | Compiling bitflags v2.4.0 |
2026 | 2023-10-25T22:15:09.209Z | Compiling tokio v1.33.0 |
2027 | 2023-10-25T22:15:09.292Z | Compiling rustc_version v0.4.0 |
2028 | 2023-10-25T22:15:10.306Z | Compiling heapless v0.7.16 |
2029 | 2023-10-25T22:15:10.431Z | Compiling http v0.2.9 |
2030 | 2023-10-25T22:15:10.701Z | Compiling uuid v1.4.1 |
2031 | 2023-10-25T22:15:10.872Z | Compiling chrono v0.4.31 |
2032 | 2023-10-25T22:15:11.788Z | Compiling adler v1.0.2 |
2033 | 2023-10-25T22:15:12.064Z | Compiling rustversion v1.0.14 |
2034 | 2023-10-25T22:15:12.100Z | Compiling utf8parse v0.2.1 |
2035 | 2023-10-25T22:15:12.730Z | Compiling time-core v0.1.1 |
2036 | 2023-10-25T22:15:12.937Z | Compiling equivalent v1.0.1 |
2037 | 2023-10-25T22:15:12.984Z | Compiling siphasher v0.3.11 |
2038 | 2023-10-25T22:15:13.276Z | Compiling anstyle v1.0.2 |
2039 | 2023-10-25T22:15:13.606Z | Compiling flagset v0.4.3 |
2040 | 2023-10-25T22:15:13.998Z | Compiling der v0.7.8 |
2041 | 2023-10-25T22:15:14.271Z | Compiling indexmap v2.0.0 |
2042 | 2023-10-25T22:15:14.423Z | Compiling time-macros v0.2.13 |
2043 | 2023-10-25T22:15:16.342Z | Compiling http-body v0.4.5 |
2044 | 2023-10-25T22:15:16.997Z | Compiling anstyle-parse v0.2.1 |
2045 | 2023-10-25T22:15:17.607Z | Compiling miniz_oxide v0.7.1 |
2046 | 2023-10-25T22:15:22.352Z | Compiling tokio-util v0.7.9 |
2047 | 2023-10-25T22:15:24.068Z | Compiling want v0.3.1 |
2048 | 2023-10-25T22:15:24.484Z | Compiling h2 v0.3.21 |
2049 | 2023-10-25T22:15:24.751Z | Compiling sha2 v0.10.8 |
2050 | 2023-10-25T22:15:27.213Z | Compiling serde_tokenstream v0.1.7 |
2051 | 2023-10-25T22:15:31.366Z | Compiling form_urlencoded v1.2.0 |
2052 | 2023-10-25T22:15:31.789Z | Compiling sct v0.7.0 |
2053 | 2023-10-25T22:15:31.795Z | Compiling rustls-webpki v0.101.4 |
2054 | 2023-10-25T22:15:32.219Z | Compiling hubpack_derive v0.1.1 |
2055 | 2023-10-25T22:15:32.223Z | Compiling aho-corasick v1.0.4 |
2056 | 2023-10-25T22:15:32.325Z | Compiling socket2 v0.4.9 |
2057 | 2023-10-25T22:15:32.614Z | Compiling crossbeam-epoch v0.9.15 |
2058 | 2023-10-25T22:15:33.206Z | Compiling tower-service v0.3.2 |
2059 | 2023-10-25T22:15:33.863Z | Compiling regex-syntax v0.7.5 |
2060 | 2023-10-25T22:15:34.077Z | Compiling anstyle-query v1.0.0 |
2061 | 2023-10-25T22:15:34.499Z | Compiling tap v1.0.1 |
2062 | 2023-10-25T22:15:34.569Z | Compiling colorchoice v1.0.0 |
2063 | 2023-10-25T22:15:34.815Z | Compiling slog v2.7.0 |
2064 | 2023-10-25T22:15:34.828Z | Compiling anyhow v1.0.75 |
2065 | 2023-10-25T22:15:34.907Z | Compiling httpdate v1.0.3 |
2066 | 2023-10-25T22:15:35.512Z | Compiling wyz v0.5.1 |
2067 | 2023-10-25T22:15:35.548Z | Compiling anstream v0.5.0 |
2068 | 2023-10-25T22:15:36.256Z | Compiling hyper v0.14.27 |
2069 | 2023-10-25T22:15:41.800Z | Compiling regex-automata v0.3.8 |
2070 | 2023-10-25T22:15:46.270Z | Compiling terminal_size v0.2.6 |
2071 | 2023-10-25T22:15:46.367Z | Compiling spki v0.7.2 |
2072 | 2023-10-25T22:15:47.228Z | Compiling rustls-pemfile v1.0.3 |
2073 | 2023-10-25T22:15:47.739Z | Compiling md-5 v0.10.5 |
2074 | 2023-10-25T22:15:48.092Z | Compiling hmac v0.12.1 |
2075 | 2023-10-25T22:15:48.417Z | Compiling zerocopy v0.6.4 |
2076 | 2023-10-25T22:15:49.163Z | Compiling stringprep v0.1.3 |
2077 | 2023-10-25T22:15:49.593Z | Compiling idna v0.4.0 |
2078 | 2023-10-25T22:15:50.742Z | Compiling diesel_table_macro_syntax v0.1.0 |
2079 | 2023-10-25T22:15:51.375Z | Compiling hash32 v0.2.1 |
2080 | 2023-10-25T22:15:51.403Z | Compiling spin v0.9.8 |
2081 | 2023-10-25T22:15:51.993Z | Compiling clap_lex v0.5.1 |
2082 | 2023-10-25T22:15:52.010Z | Compiling gimli v0.28.0 |
2083 | 2023-10-25T22:15:52.380Z | Compiling strsim v0.10.0 |
2084 | 2023-10-25T22:15:52.954Z | Compiling stable_deref_trait v1.2.0 |
2085 | 2023-10-25T22:15:53.096Z | Compiling either v1.9.0 |
2086 | 2023-10-25T22:15:53.267Z | Compiling dyn-clone v1.0.13 |
2087 | 2023-10-25T22:15:53.380Z | Compiling funty v2.0.0 |
2088 | 2023-10-25T22:15:53.556Z | Compiling maybe-uninit v2.0.0 |
2089 | 2023-10-25T22:15:53.619Z | Compiling fallible-iterator v0.2.0 |
2090 | 2023-10-25T22:15:54.854Z | Compiling postgres-protocol v0.6.6 |
2091 | 2023-10-25T22:15:55.793Z | Compiling bitvec v1.0.1 |
2092 | 2023-10-25T22:15:57.160Z | Compiling clap_builder v4.4.2 |
2093 | 2023-10-25T22:15:57.566Z | Compiling diesel_derives v2.1.1 |
2094 | 2023-10-25T22:15:57.785Z | Compiling url v2.4.1 |
2095 | 2023-10-25T22:15:59.695Z | Compiling addr2line v0.21.0 |
2096 | 2023-10-25T22:16:00.512Z | Compiling strum_macros v0.25.2 |
2097 | 2023-10-25T22:16:00.631Z | Compiling rustls-native-certs v0.6.3 |
2098 | 2023-10-25T22:16:00.981Z | Compiling tokio-native-tls v0.3.1 |
2099 | 2023-10-25T22:16:01.182Z | Compiling tokio-rustls v0.24.1 |
2100 | 2023-10-25T22:16:02.776Z | Compiling usdt-macro v0.3.5 |
2101 | 2023-10-25T22:16:04.451Z | Compiling usdt-attr-macro v0.3.5 |
2102 | 2023-10-25T22:16:06.695Z | Compiling phf_shared v0.11.2 |
2103 | 2023-10-25T22:16:07.226Z | Compiling toml_datetime v0.6.3 |
2104 | 2023-10-25T22:16:07.305Z | Compiling serde_spanned v0.6.3 |
2105 | 2023-10-25T22:16:07.982Z | Compiling block-padding v0.3.3 |
2106 | 2023-10-25T22:16:08.325Z | Compiling enum-as-inner v0.5.1 |
2107 | 2023-10-25T22:16:08.453Z | Compiling serde_repr v0.1.16 |
2108 | 2023-10-25T22:16:09.578Z | Compiling scheduled-thread-pool v0.2.7 |
2109 | 2023-10-25T22:16:09.895Z | Compiling object v0.32.1 |
2110 | 2023-10-25T22:16:13.577Z | Compiling num_threads v0.1.6 |
2111 | 2023-10-25T22:16:13.756Z | Compiling packed_struct v0.10.1 |
2112 | 2023-10-25T22:16:14.377Z | Compiling ipnet v2.8.0 |
2113 | 2023-10-25T22:16:16.425Z | Compiling managed v0.8.0 |
2114 | 2023-10-25T22:16:17.186Z | Compiling deranged v0.3.8 |
2115 | 2023-10-25T22:16:20.622Z | Compiling rustc-demangle v0.1.23 |
2116 | 2023-10-25T22:16:22.063Z | Compiling matches v0.1.10 |
2117 | 2023-10-25T22:16:22.591Z | Compiling winnow v0.5.15 |
2118 | 2023-10-25T22:16:23.079Z | Compiling bit-vec v0.6.3 |
2119 | 2023-10-25T22:16:23.343Z | Compiling num-bigint-dig v0.8.4 |
2120 | 2023-10-25T22:16:23.765Z | Compiling unicode-width v0.1.10 |
2121 | 2023-10-25T22:16:23.983Z | Compiling regex-automata v0.1.10 |
2122 | 2023-10-25T22:16:24.781Z | Compiling bstr v0.2.17 |
2123 | 2023-10-25T22:16:29.043Z | Compiling toml_edit v0.19.15 |
2124 | 2023-10-25T22:16:32.258Z | Compiling idna v0.2.3 |
2125 | 2023-10-25T22:16:34.677Z | Compiling time v0.3.27 |
2126 | 2023-10-25T22:16:43.495Z | Compiling r2d2 v0.8.10 |
2127 | 2023-10-25T22:16:44.049Z | Compiling inout v0.1.3 |
2128 | 2023-10-25T22:16:44.594Z | Compiling phf v0.11.2 |
2129 | 2023-10-25T22:16:44.812Z | Compiling clap v4.4.3 |
2130 | 2023-10-25T22:16:44.971Z | Compiling hyper-rustls v0.24.1 |
2131 | 2023-10-25T22:16:45.043Z | Compiling hyper-tls v0.5.0 |
2132 | 2023-10-25T22:16:45.099Z | Compiling flate2 v1.0.28 |
2133 | 2023-10-25T22:16:45.554Z | Compiling ipnetwork v0.20.0 |
2134 | 2023-10-25T22:16:46.057Z | Compiling postgres-types v0.2.6 |
2135 | 2023-10-25T22:16:46.295Z | Compiling itertools v0.11.0 |
2136 | 2023-10-25T22:16:46.584Z | Compiling regex v1.9.5 |
2137 | 2023-10-25T22:16:46.818Z | Compiling pkcs8 v0.10.2 |
2138 | 2023-10-25T22:16:48.651Z | Compiling hubpack v0.1.2 |
2139 | 2023-10-25T22:16:48.898Z | Compiling serde_urlencoded v0.7.1 |
2140 | 2023-10-25T22:16:49.391Z | Compiling phf_shared v0.10.0 |
2141 | 2023-10-25T22:16:49.911Z | Compiling futures-executor v0.3.28 |
2142 | 2023-10-25T22:16:51.098Z | Compiling signature v2.1.0 |
2143 | 2023-10-25T22:16:51.451Z | Compiling packed_struct_codegen v0.10.1 |
2144 | 2023-10-25T22:16:53.054Z | Compiling float-cmp v0.9.0 |
2145 | 2023-10-25T22:16:54.169Z | Compiling encoding_rs v0.8.33 |
2146 | 2023-10-25T22:16:54.646Z | Compiling static_assertions v1.1.0 |
2147 | 2023-10-25T22:16:55.776Z | Compiling smawk v0.3.1 |
2148 | 2023-10-25T22:16:56.006Z | Compiling fixedbitset v0.4.2 |
2149 | 2023-10-25T22:16:56.099Z | Compiling unicode-segmentation v1.10.1 |
2150 | 2023-10-25T22:16:56.111Z | Compiling mime v0.3.17 |
2151 | 2023-10-25T22:16:56.665Z | Compiling crc-catalog v2.2.0 |
2152 | 2023-10-25T22:16:56.887Z | Compiling normalize-line-endings v0.3.0 |
2153 | 2023-10-25T22:16:56.924Z | Compiling predicates-core v1.0.6 |
2154 | 2023-10-25T22:16:57.421Z | Compiling difflib v0.4.0 |
2155 | 2023-10-25T22:16:57.533Z | Compiling precomputed-hash v0.1.1 |
2156 | 2023-10-25T22:16:57.686Z | Compiling webpki-roots v0.25.2 |
2157 | 2023-10-25T22:16:57.936Z | Compiling whoami v1.4.1 |
2158 | 2023-10-25T22:16:58.796Z | Compiling unicode-linebreak v0.1.5 |
2159 | 2023-10-25T22:16:59.616Z | Compiling nodrop v0.1.14 |
2160 | 2023-10-25T22:16:59.797Z | Compiling data-encoding v2.4.0 |
2161 | 2023-10-25T22:17:00.723Z | Compiling new_debug_unreachable v1.0.4 |
2162 | 2023-10-25T22:17:00.845Z | Compiling string_cache v0.8.7 |
2163 | 2023-10-25T22:17:01.496Z | Compiling trust-dns-proto v0.22.0 |
2164 | 2023-10-25T22:17:06.456Z | Compiling array-init v0.0.4 |
2165 | 2023-10-25T22:17:08.040Z | Compiling textwrap v0.16.0 |
2166 | 2023-10-25T22:17:08.680Z | Compiling reqwest v0.11.20 |
2167 | 2023-10-25T22:17:09.873Z | Compiling tokio-postgres v0.7.10 |
2168 | 2023-10-25T22:17:10.556Z | Compiling predicates v3.0.4 |
2169 | 2023-10-25T22:17:13.017Z | Compiling similar v2.2.1 |
2170 | 2023-10-25T22:17:14.814Z | Compiling crc v3.0.1 |
2171 | 2023-10-25T22:17:15.990Z | Compiling petgraph v0.6.4 |
2172 | 2023-10-25T22:17:19.354Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2173 | 2023-10-25T22:17:29.305Z | Compiling futures v0.3.28 |
2174 | 2023-10-25T22:17:30.908Z | Compiling yasna v0.5.2 |
2175 | 2023-10-25T22:17:30.912Z | Compiling pkcs1 v0.7.5 |
2176 | 2023-10-25T22:17:31.209Z | Compiling smallvec v0.6.14 |
2177 | 2023-10-25T22:17:31.947Z | Compiling diesel v2.1.1 |
2178 | 2023-10-25T22:17:32.462Z | Compiling cipher v0.4.4 |
2179 | 2023-10-25T22:17:33.748Z | Compiling toml v0.7.8 |
2180 | 2023-10-25T22:17:37.298Z | Compiling console v0.15.7 |
2181 | 2023-10-25T22:17:38.740Z | Compiling bit-set v0.5.3 |
2182 | 2023-10-25T22:17:39.189Z | Compiling usdt v0.3.5 |
2183 | 2023-10-25T22:17:39.509Z | Compiling is-terminal v0.4.9 |
2184 | 2023-10-25T22:17:39.680Z | Compiling itertools v0.10.5 |
2185 | 2023-10-25T22:17:42.670Z | Compiling bstr v1.6.0 |
2186 | 2023-10-25T22:17:42.801Z | Compiling tokio-stream v0.1.14 |
2187 | 2023-10-25T22:17:44.365Z | Compiling openapiv3 v1.0.3 |
2188 | 2023-10-25T22:17:44.584Z | Compiling hex v0.4.3 |
2189 | 2023-10-25T22:17:46.715Z | Compiling hashbrown v0.13.2 |
2190 | 2023-10-25T22:17:49.433Z | Compiling lalrpop-util v0.19.12 |
2191 | 2023-10-25T22:17:50.275Z | Compiling termcolor v1.2.0 |
2192 | 2023-10-25T22:17:52.369Z | Compiling bitfield v0.14.0 |
2193 | 2023-10-25T22:17:54.504Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2194 | 2023-10-25T22:17:57.488Z | Compiling env_logger v0.10.0 |
2195 | 2023-10-25T22:18:09.050Z | Compiling rsa v0.9.2 |
2196 | 2023-10-25T22:18:18.544Z | Compiling serde-hex v0.1.0 |
2197 | 2023-10-25T22:18:20.844Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2198 | 2023-10-25T22:18:29.302Z | Compiling x509-cert v0.2.4 |
2199 | 2023-10-25T22:18:30.885Z | Compiling ron v0.8.1 |
2200 | 2023-10-25T22:18:43.391Z | Compiling crc-any v2.4.3 |
2201 | 2023-10-25T22:18:44.617Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2202 | 2023-10-25T22:19:05.478Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2203 | 2023-10-25T22:19:15.498Z | Compiling object v0.30.4 |
2204 | 2023-10-25T22:19:23.794Z | Compiling path-slash v0.1.5 |
2205 | 2023-10-25T22:19:36.565Z | Compiling bzip2 v0.4.4 |
2206 | 2023-10-25T22:19:37.157Z | Compiling zip v0.6.6 |
2207 | 2023-10-25T22:19:39.353Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2208 | 2023-10-25T22:19:45.270Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2209 | 2023-10-25T22:20:14.184Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2210 | 2023-10-25T22:20:15.234Z | Finished release [optimized] target(s) in 5m 58s |
2211 | 2023-10-25T22:20:15.339Z | |
2212 | 2023-10-25T22:20:15.350Z | real 5:58.481463585 |
2213 | 2023-10-25T22:20:15.356Z | user 41:15.936083571 |
2214 | 2023-10-25T22:20:15.420Z | sys 3:38.311269876 |
2215 | 2023-10-25T22:20:15.427Z | trap 1.616975460 |
2216 | 2023-10-25T22:20:15.431Z | tflt 1.160518943 |
2217 | 2023-10-25T22:20:15.434Z | dflt 0.677347238 |
2218 | 2023-10-25T22:20:15.439Z | kflt 0.000185939 |
2219 | 2023-10-25T22:20:15.505Z | lock 1:35:23.239649249 |
2220 | 2023-10-25T22:20:15.522Z | slp 2:22:59.241714484 |
2221 | 2023-10-25T22:20:15.527Z | lat 1:43.798969548 |
2222 | 2023-10-25T22:20:15.533Z | stop 1:23.955795964 |
2223 | 2023-10-25T22:20:15.536Z | + ptime -m gzip |
2224 | 2023-10-25T22:20:15.926Z | |
2225 | 2023-10-25T22:20:15.931Z | real 0.657526712 |
2226 | 2023-10-25T22:20:15.935Z | user 0.650325275 |
2227 | 2023-10-25T22:20:15.944Z | sys 0.006604266 |
2228 | 2023-10-25T22:20:15.950Z | trap 0.000083434 |
2229 | 2023-10-25T22:20:16.036Z | tflt 0.000000000 |
2230 | 2023-10-25T22:20:16.044Z | dflt 0.000000000 |
2231 | 2023-10-25T22:20:16.054Z | kflt 0.000000000 |
2232 | 2023-10-25T22:20:16.151Z | lock 0.000000000 |
2233 | 2023-10-25T22:20:16.157Z | slp 0.000000000 |
2234 | 2023-10-25T22:20:16.165Z | lat 0.000172596 |
2235 | 2023-10-25T22:20:16.169Z | stop 0.000239283 |
2236 | 2023-10-25T22:20:16.172Z | + banner tufaceous |
2237 | 2023-10-25T22:20:16.176Z | |
2238 | 2023-10-25T22:20:16.180Z | ##### # # ###### ## #### ###### #### # # #### |
2239 | 2023-10-25T22:20:16.184Z | # # # # # # # # # # # # # # |
2240 | 2023-10-25T22:20:16.188Z | # # # ##### # # # ##### # # # # #### |
2241 | 2023-10-25T22:20:16.192Z | # # # # ###### # # # # # # # |
2242 | 2023-10-25T22:20:16.197Z | # # # # # # # # # # # # # # # |
2243 | 2023-10-25T22:20:16.201Z | # #### # # # #### ###### #### #### #### |
2244 | 2023-10-25T22:20:16.206Z | |
2245 | 2023-10-25T22:20:16.210Z | + ptime -m cargo build --locked -p tufaceous --release |
2246 | 2023-10-25T22:20:16.698Z | Downloading crates ... |
2247 | 2023-10-25T22:20:16.972Z | Downloaded bytesize v1.3.0 |
2248 | 2023-10-25T22:20:17.457Z | Downloaded globset v0.4.13 |
2249 | 2023-10-25T22:20:17.461Z | Downloaded doc-comment v0.3.3 |
2250 | 2023-10-25T22:20:17.464Z | Downloaded fs-err v2.9.0 |
2251 | 2023-10-25T22:20:17.467Z | Downloaded buf-list v1.0.3 |
2252 | 2023-10-25T22:20:17.471Z | Downloaded snafu-derive v0.7.5 |
2253 | 2023-10-25T22:20:17.474Z | Downloaded olpc-cjson v0.1.3 |
2254 | 2023-10-25T22:20:17.477Z | Downloaded snafu v0.7.5 |
2255 | 2023-10-25T22:20:17.480Z | Downloaded serde_plain v1.0.2 |
2256 | 2023-10-25T22:20:17.484Z | Downloaded tough v0.12.5 |
2257 | 2023-10-25T22:20:17.487Z | Downloaded path-dedot v3.1.0 |
2258 | 2023-10-25T22:20:17.491Z | Downloaded path-absolutize v3.1.0 |
2259 | 2023-10-25T22:20:17.494Z | Compiling serde_tokenstream v0.2.0 |
2260 | 2023-10-25T22:20:17.497Z | Compiling regress v0.7.1 |
2261 | 2023-10-25T22:20:17.500Z | Compiling dirs-sys-next v0.1.2 |
2262 | 2023-10-25T22:20:17.503Z | Compiling ident_case v1.0.1 |
2263 | 2023-10-25T22:20:17.506Z | Compiling thread_local v1.1.7 |
2264 | 2023-10-25T22:20:17.509Z | Compiling heck v0.4.1 |
2265 | 2023-10-25T22:20:17.512Z | Compiling camino v1.1.6 |
2266 | 2023-10-25T22:20:17.515Z | Compiling dirs-next v2.0.0 |
2267 | 2023-10-25T22:20:17.807Z | Compiling darling_core v0.20.3 |
2268 | 2023-10-25T22:20:17.977Z | Compiling slog-async v2.8.0 |
2269 | 2023-10-25T22:20:18.112Z | Compiling term v0.7.0 |
2270 | 2023-10-25T22:20:18.541Z | Compiling crossbeam-channel v0.5.8 |
2271 | 2023-10-25T22:20:18.701Z | Compiling getopts v0.2.21 |
2272 | 2023-10-25T22:20:19.042Z | Compiling structmeta-derive v0.1.6 |
2273 | 2023-10-25T22:20:19.246Z | Compiling atty v0.2.14 |
2274 | 2023-10-25T22:20:19.455Z | Compiling multer v2.1.0 |
2275 | 2023-10-25T22:20:19.856Z | Compiling take_mut v0.2.2 |
2276 | 2023-10-25T22:20:20.100Z | Compiling unsafe-libyaml v0.2.9 |
2277 | 2023-10-25T22:20:20.208Z | Compiling match_cfg v0.1.0 |
2278 | 2023-10-25T22:20:20.341Z | Compiling paste v1.0.14 |
2279 | 2023-10-25T22:20:20.977Z | Compiling doc-comment v0.3.3 |
2280 | 2023-10-25T22:20:21.464Z | Compiling hostname v0.3.1 |
2281 | 2023-10-25T22:20:21.988Z | Compiling slog-term v2.9.0 |
2282 | 2023-10-25T22:20:23.130Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2283 | 2023-10-25T22:20:25.441Z | Compiling structmeta v0.1.6 |
2284 | 2023-10-25T22:20:26.072Z | Compiling serde_yaml v0.9.25 |
2285 | 2023-10-25T22:20:26.988Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2286 | 2023-10-25T22:20:27.054Z | Compiling darling_macro v0.20.3 |
2287 | 2023-10-25T22:20:27.737Z | Compiling slog-json v2.6.1 |
2288 | 2023-10-25T22:20:28.464Z | Compiling darling v0.20.3 |
2289 | 2023-10-25T22:20:28.993Z | Compiling async-stream-impl v0.3.5 |
2290 | 2023-10-25T22:20:29.000Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2291 | 2023-10-25T22:20:29.065Z | Compiling fastrand v2.0.0 |
2292 | 2023-10-25T22:20:29.635Z | Compiling atomic-waker v1.1.1 |
2293 | 2023-10-25T22:20:29.914Z | Compiling regex-syntax v0.6.29 |
2294 | 2023-10-25T22:20:30.240Z | Compiling waitgroup v0.1.2 |
2295 | 2023-10-25T22:20:30.549Z | Compiling async-stream v0.3.5 |
2296 | 2023-10-25T22:20:30.600Z | Compiling tempfile v3.8.0 |
2297 | 2023-10-25T22:20:30.722Z | Compiling serde_with_macros v2.3.3 |
2298 | 2023-10-25T22:20:31.133Z | Compiling slog-bunyan v2.4.0 |
2299 | 2023-10-25T22:20:33.998Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2300 | 2023-10-25T22:20:34.414Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2301 | 2023-10-25T22:20:34.648Z | Compiling sha1 v0.10.5 |
2302 | 2023-10-25T22:20:36.005Z | Compiling snafu-derive v0.7.5 |
2303 | 2023-10-25T22:20:36.206Z | Compiling serde_path_to_error v0.1.14 |
2304 | 2023-10-25T22:20:36.672Z | Compiling path-dedot v3.1.0 |
2305 | 2023-10-25T22:20:36.758Z | Compiling instant v0.1.12 |
2306 | 2023-10-25T22:20:36.981Z | Compiling same-file v1.0.6 |
2307 | 2023-10-25T22:20:37.017Z | Compiling buf-list v1.0.3 |
2308 | 2023-10-25T22:20:37.308Z | Compiling base64 v0.13.1 |
2309 | 2023-10-25T22:20:37.428Z | Compiling arc-swap v1.6.0 |
2310 | 2023-10-25T22:20:37.798Z | Compiling debug-ignore v1.0.5 |
2311 | 2023-10-25T22:20:38.011Z | Compiling pem v1.1.1 |
2312 | 2023-10-25T22:20:38.748Z | Compiling slog-scope v4.4.0 |
2313 | 2023-10-25T22:20:38.751Z | Compiling walkdir v2.4.0 |
2314 | 2023-10-25T22:20:39.707Z | Compiling parse-display-derive v0.7.0 |
2315 | 2023-10-25T22:20:40.389Z | Compiling path-absolutize v3.1.0 |
2316 | 2023-10-25T22:20:40.542Z | Compiling backoff v0.4.0 |
2317 | 2023-10-25T22:20:40.687Z | Compiling serde_with v2.3.3 |
2318 | 2023-10-25T22:20:41.135Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2319 | 2023-10-25T22:20:41.754Z | Compiling globset v0.4.13 |
2320 | 2023-10-25T22:20:41.906Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2321 | 2023-10-25T22:20:42.217Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2322 | 2023-10-25T22:20:42.459Z | Compiling strum v0.25.0 |
2323 | 2023-10-25T22:20:42.711Z | Compiling olpc-cjson v0.1.3 |
2324 | 2023-10-25T22:20:43.646Z | Compiling macaddr v1.0.1 |
2325 | 2023-10-25T22:20:44.585Z | Compiling snafu v0.7.5 |
2326 | 2023-10-25T22:20:44.834Z | Compiling serde_plain v1.0.2 |
2327 | 2023-10-25T22:20:45.670Z | Compiling xattr v1.0.1 |
2328 | 2023-10-25T22:20:45.892Z | Compiling parse-display v0.7.0 |
2329 | 2023-10-25T22:20:46.130Z | Compiling filetime v0.2.22 |
2330 | 2023-10-25T22:20:46.218Z | Compiling tough v0.12.5 |
2331 | 2023-10-25T22:20:46.517Z | Compiling tar v0.4.40 |
2332 | 2023-10-25T22:20:46.645Z | Compiling slog-stdlog v4.1.1 |
2333 | 2023-10-25T22:20:48.497Z | Compiling camino-tempfile v1.0.2 |
2334 | 2023-10-25T22:20:49.270Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2335 | 2023-10-25T22:20:49.459Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2336 | 2023-10-25T22:20:49.959Z | Compiling bytesize v1.3.0 |
2337 | 2023-10-25T22:20:50.897Z | Compiling fs-err v2.9.0 |
2338 | 2023-10-25T22:20:52.292Z | Compiling slog-envlogger v2.2.0 |
2339 | 2023-10-25T22:20:56.563Z | Compiling humantime v2.1.0 |
2340 | 2023-10-25T22:20:59.589Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2341 | 2023-10-25T22:21:28.079Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2342 | 2023-10-25T22:21:28.376Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2343 | 2023-10-25T22:21:38.245Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2344 | 2023-10-25T22:21:40.763Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2345 | 2023-10-25T22:22:05.417Z | Finished release [optimized] target(s) in 1m 49s |
2346 | 2023-10-25T22:22:05.506Z | |
2347 | 2023-10-25T22:22:05.511Z | real 1:49.564921043 |
2348 | 2023-10-25T22:22:05.514Z | user 11:36.802715720 |
2349 | 2023-10-25T22:22:05.519Z | sys 45.229994954 |
2350 | 2023-10-25T22:22:05.524Z | trap 0.432176316 |
2351 | 2023-10-25T22:22:05.531Z | tflt 0.452083521 |
2352 | 2023-10-25T22:22:05.536Z | dflt 0.603980161 |
2353 | 2023-10-25T22:22:05.539Z | kflt 0.001290977 |
2354 | 2023-10-25T22:22:05.542Z | lock 22:34.538347470 |
2355 | 2023-10-25T22:22:05.545Z | slp 24:26.551062697 |
2356 | 2023-10-25T22:22:05.548Z | lat 20.296688730 |
2357 | 2023-10-25T22:22:05.553Z | stop 10.909538853 |
2358 | 2023-10-25T22:22:05.556Z | + ptime -m gzip |
2359 | 2023-10-25T22:22:07.636Z | |
2360 | 2023-10-25T22:22:07.641Z | real 2.116513600 |
2361 | 2023-10-25T22:22:07.644Z | user 2.092000812 |
2362 | 2023-10-25T22:22:07.647Z | sys 0.023623731 |
2363 | 2023-10-25T22:22:07.653Z | trap 0.000232168 |
2364 | 2023-10-25T22:22:07.656Z | tflt 0.000000000 |
2365 | 2023-10-25T22:22:07.659Z | dflt 0.000000000 |
2366 | 2023-10-25T22:22:07.662Z | kflt 0.000000000 |
2367 | 2023-10-25T22:22:07.666Z | lock 0.000000000 |
2368 | 2023-10-25T22:22:07.669Z | slp 0.000000000 |
2369 | 2023-10-25T22:22:07.672Z | lat 0.000200870 |
2370 | 2023-10-25T22:22:07.675Z | stop 0.000329959 |
2371 | 2023-10-25T22:22:07.678Z | process exited: duration 1320620 ms, exit code 0 |
|
2372 | 2023-10-25T22:22:07.688Z | found 5 output files |
2373 | 2023-10-25T22:22:07.708Z | uploading: /work/end-to-end-tests/bootstrap-7505a19fa56a5ab1.gz (6513667 bytes) |
2374 | 2023-10-25T22:22:10.626Z | uploaded: /work/end-to-end-tests/bootstrap-7505a19fa56a5ab1.gz |
2375 | 2023-10-25T22:22:10.638Z | uploading: /work/end-to-end-tests/bootstrap.gz (97846614 bytes) |
2376 | 2023-10-25T22:22:48.333Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2377 | 2023-10-25T22:22:48.405Z | uploading: /work/end-to-end-tests/end_to_end_tests-a486f79ff30d68c1.gz (111859111 bytes) |
2378 | 2023-10-25T22:23:32.267Z | uploaded: /work/end-to-end-tests/end_to_end_tests-a486f79ff30d68c1.gz |
2379 | 2023-10-25T22:23:32.283Z | uploading: /work/caboose-util.gz (4111237 bytes) |
2380 | 2023-10-25T22:23:34.248Z | uploaded: /work/caboose-util.gz |
2381 | 2023-10-25T22:23:34.286Z | uploading: /work/tufaceous.gz (13496893 bytes) |
2382 | 2023-10-25T22:23:40.975Z | uploaded: /work/tufaceous.gz |