|
|
|
1 | 2023-11-14T21:10:14.771Z | job assigned to worker 01HF7TM08MTRQSFR6GEJV58QZH (queued for 1 m 48 s) |
|
2 | 2023-11-14T21:10:15.747Z | starting task 0: "setup" |
3 | 2023-11-14T21:10:16.092Z | ++ uname -s |
4 | 2023-11-14T21:10:16.095Z | + kern=SunOS |
5 | 2023-11-14T21:10:16.099Z | + case "$kern" in |
6 | 2023-11-14T21:10:16.102Z | + groupadd -g 12345 build |
7 | 2023-11-14T21:10:16.104Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-14T21:10:18.109Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-14T21:10:18.205Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-14T21:10:18.221Z | + home_fs=zfs |
11 | 2023-11-14T21:10:18.229Z | + [[ zfs == autofs ]] |
12 | 2023-11-14T21:10:18.242Z | + mkdir -p /home/build |
13 | 2023-11-14T21:10:18.252Z | + chown build:build /home/build /work |
14 | 2023-11-14T21:10:20.227Z | + chmod 0700 /home/build /work |
15 | 2023-11-14T21:10:20.641Z | process exited: duration 4467 ms, exit code 0 |
|
16 | 2023-11-14T21:10:20.675Z | starting task 1: "rust-toolchain" |
17 | 2023-11-14T21:10:20.695Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-14T21:10:20.703Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-14T21:10:20.875Z | info: downloading installer |
20 | 2023-11-14T21:10:22.461Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-14T21:10:22.465Z | warning: /opt/ooce/bin |
22 | 2023-11-14T21:10:22.467Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-14T21:10:22.470Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-14T21:10:22.473Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-14T21:10:22.476Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-14T21:10:22.478Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-14T21:10:22.484Z | error: cannot install while Rust is installed |
28 | 2023-11-14T21:10:22.487Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-14T21:10:22.744Z | info: profile set to 'default' |
30 | 2023-11-14T21:10:22.747Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-14T21:10:22.750Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-14T21:10:22.914Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-14T21:10:22.918Z | info: downloading component 'cargo' |
34 | 2023-11-14T21:10:23.496Z | info: downloading component 'clippy' |
35 | 2023-11-14T21:10:23.704Z | info: downloading component 'rust-docs' |
36 | 2023-11-14T21:10:24.441Z | info: downloading component 'rust-std' |
37 | 2023-11-14T21:10:25.737Z | info: downloading component 'rustc' |
38 | 2023-11-14T21:10:29.014Z | info: downloading component 'rustfmt' |
39 | 2023-11-14T21:10:29.235Z | info: installing component 'cargo' |
40 | 2023-11-14T21:10:31.591Z | info: installing component 'clippy' |
41 | 2023-11-14T21:10:32.864Z | info: installing component 'rust-docs' |
42 | 2023-11-14T21:10:35.811Z | info: installing component 'rust-std' |
43 | 2023-11-14T21:10:40.968Z | info: installing component 'rustc' |
44 | 2023-11-14T21:10:50.359Z | info: installing component 'rustfmt' |
45 | 2023-11-14T21:10:50.900Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-14T21:10:50.902Z | |
47 | 2023-11-14T21:10:51.114Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-14T21:10:51.117Z | |
49 | 2023-11-14T21:10:51.120Z | |
50 | 2023-11-14T21:10:51.122Z | Rust is installed now. Great! |
51 | 2023-11-14T21:10:51.125Z | |
52 | 2023-11-14T21:10:51.128Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-14T21:10:51.131Z | environment variable. This has not been done automatically. |
54 | 2023-11-14T21:10:51.134Z | |
55 | 2023-11-14T21:10:51.137Z | To configure your current shell, run: |
56 | 2023-11-14T21:10:51.139Z | source "$HOME/.cargo/env" |
57 | 2023-11-14T21:10:51.208Z | + rustc --version |
58 | 2023-11-14T21:10:51.326Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-14T21:10:51.330Z | process exited: duration 30649 ms, exit code 0 |
|
60 | 2023-11-14T21:10:51.337Z | starting task 2: "authentication" |
61 | 2023-11-14T21:10:51.381Z | process exited: duration 39 ms, exit code 0 |
|
62 | 2023-11-14T21:10:51.398Z | starting task 3: "clone repository" |
63 | 2023-11-14T21:10:51.412Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-14T21:10:51.419Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-14T21:10:51.449Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-14T21:10:56.828Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-14T21:10:56.831Z | + [[ -n unregister-instance-metrics-on-stop ]] |
68 | 2023-11-14T21:10:56.834Z | + git fetch origin unregister-instance-metrics-on-stop |
69 | 2023-11-14T21:10:57.203Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-14T21:10:57.207Z | * branch unregister-instance-metrics-on-stop -> FETCH_HEAD |
71 | 2023-11-14T21:10:57.225Z | + git checkout -B unregister-instance-metrics-on-stop remotes/origin/unregister-instance-metrics-on-stop |
72 | 2023-11-14T21:10:57.345Z | Switched to a new branch 'unregister-instance-metrics-on-stop' |
73 | 2023-11-14T21:10:57.355Z | branch 'unregister-instance-metrics-on-stop' set up to track 'origin/unregister-instance-metrics-on-stop'. |
74 | 2023-11-14T21:10:57.358Z | + git reset --hard b866993c0511e1a05769dd34178b6eb524b00277 |
75 | 2023-11-14T21:10:57.388Z | HEAD is now at b866993c Add note about possible race and tracking issue |
76 | 2023-11-14T21:10:57.391Z | process exited: duration 5987 ms, exit code 0 |
|
77 | 2023-11-14T21:10:57.397Z | starting task 4: "build" |
78 | 2023-11-14T21:10:57.407Z | + cargo --version |
79 | 2023-11-14T21:10:57.435Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-14T21:10:57.590Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-14T21:10:57.593Z | info: downloading component 'cargo' |
82 | 2023-11-14T21:10:58.182Z | info: downloading component 'clippy' |
83 | 2023-11-14T21:10:58.399Z | info: downloading component 'rust-docs' |
84 | 2023-11-14T21:10:59.178Z | info: downloading component 'rust-std' |
85 | 2023-11-14T21:11:00.391Z | info: downloading component 'rustc' |
86 | 2023-11-14T21:11:03.788Z | info: downloading component 'rustfmt' |
87 | 2023-11-14T21:11:03.974Z | info: installing component 'cargo' |
88 | 2023-11-14T21:11:05.193Z | info: installing component 'clippy' |
89 | 2023-11-14T21:11:05.699Z | info: installing component 'rust-docs' |
90 | 2023-11-14T21:11:08.447Z | info: installing component 'rust-std' |
91 | 2023-11-14T21:11:10.988Z | info: installing component 'rustc' |
92 | 2023-11-14T21:11:17.222Z | info: installing component 'rustfmt' |
93 | 2023-11-14T21:11:17.772Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-14T21:11:17.775Z | + rustc --version |
95 | 2023-11-14T21:11:17.903Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-14T21:11:17.910Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-11-14T21:11:27.058Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-11-14T21:11:28.119Z | Startup: Caching catalogs ... Done |
99 | 2023-11-14T21:11:33.331Z | Planning: Solver setup ... Done (4.920s) |
100 | 2023-11-14T21:11:33.607Z | Planning: Running solver ... Done (0.121s) |
101 | 2023-11-14T21:11:33.621Z | Planning: Finding local manifests ... Done (0.003s) |
102 | 2023-11-14T21:11:33.629Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2023-11-14T21:11:33.757Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2023-11-14T21:11:33.840Z | Planning: Package planning ... Done (0.083s) |
105 | 2023-11-14T21:11:33.926Z | Planning: Merging actions ... Done (0.085s) |
106 | 2023-11-14T21:11:34.594Z | Planning: Checking for conflicting actions ... Done (0.668s) |
107 | 2023-11-14T21:11:34.612Z | Planning: Consolidating action changes ... Done (0.017s) |
108 | 2023-11-14T21:11:39.792Z | Planning: Evaluating mediators ... Done (5.180s) |
109 | 2023-11-14T21:11:39.809Z | Planning: Planning completed in 11.63 seconds |
110 | 2023-11-14T21:11:41.777Z | Packages to install: 4 |
111 | 2023-11-14T21:11:41.780Z | Mediators to change: 2 |
112 | 2023-11-14T21:11:41.783Z | Services to change: 1 |
113 | 2023-11-14T21:11:41.785Z | Estimated space available: 148.90 GB |
114 | 2023-11-14T21:11:41.788Z | Estimated space to be consumed: 1.37 GB |
115 | 2023-11-14T21:11:41.791Z | Create boot environment: No |
116 | 2023-11-14T21:11:41.794Z | Create backup boot environment: No |
117 | 2023-11-14T21:11:41.796Z | Rebuild boot archive: No |
118 | 2023-11-14T21:11:41.799Z | |
119 | 2023-11-14T21:11:41.802Z | Changed mediators: |
120 | 2023-11-14T21:11:41.805Z | mediator clang: |
121 | 2023-11-14T21:11:41.807Z | version: None -> 15 (system default) |
122 | 2023-11-14T21:11:41.811Z | |
123 | 2023-11-14T21:11:41.814Z | mediator llvm: |
124 | 2023-11-14T21:11:41.817Z | version: 14 (system default) -> 15 (system default) |
125 | 2023-11-14T21:11:41.820Z | |
126 | 2023-11-14T21:11:41.823Z | Changed packages: |
127 | 2023-11-14T21:11:41.826Z | helios-dev |
128 | 2023-11-14T21:11:41.828Z | developer/build-essential |
129 | 2023-11-14T21:11:41.831Z | None -> 11-2.0 |
130 | 2023-11-14T21:11:41.834Z | library/libxmlsec1 |
131 | 2023-11-14T21:11:41.851Z | None -> 1.2.35-2.0 |
132 | 2023-11-14T21:11:41.853Z | ooce/developer/clang-15 |
133 | 2023-11-14T21:11:41.856Z | None -> 15.0.7-2.0 |
134 | 2023-11-14T21:11:41.859Z | ooce/developer/llvm-15 |
135 | 2023-11-14T21:11:41.862Z | None -> 15.0.7-2.0 |
136 | 2023-11-14T21:11:41.865Z | |
137 | 2023-11-14T21:11:41.868Z | Services: |
138 | 2023-11-14T21:11:41.871Z | restart_fmri: |
139 | 2023-11-14T21:11:41.874Z | svc:/system/update-man-index:default |
140 | 2023-11-14T21:11:42.078Z | |
141 | 2023-11-14T21:11:42.081Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2023-11-14T21:11:47.122Z | Download: 1201/3290 items 83.5/212.6MB 39% complete (17.2M/s) |
143 | 2023-11-14T21:11:52.122Z | Download: 2535/3290 items 120.3/212.6MB 56% complete (12.1M/s) |
144 | 2023-11-14T21:11:57.125Z | Download: 3267/3290 items 208.7/212.6MB 98% complete (12.4M/s) |
145 | 2023-11-14T21:11:59.866Z | Download: Completed 212.60 MB in 17.79 seconds (11.9M/s) |
146 | 2023-11-14T21:12:00.112Z | Actions: 1/3687 actions (Installing new actions) |
147 | 2023-11-14T21:12:05.497Z | Actions: 2668/3687 actions (Installing new actions) |
148 | 2023-11-14T21:12:08.508Z | Actions: Completed 3687 actions in 8.41 seconds. |
149 | 2023-11-14T21:12:08.600Z | Done (0.085s) |
150 | 2023-11-14T21:12:08.603Z | Done (0.000s) |
151 | 2023-11-14T21:12:08.816Z | Done (0.215s) |
152 | 2023-11-14T21:12:16.513Z | Done (7.581s) |
153 | 2023-11-14T21:12:16.679Z | Done (0.067s) |
154 | 2023-11-14T21:12:16.682Z | Done (0.000s) |
155 | 2023-11-14T21:12:16.917Z | Done (0.000s) |
156 | 2023-11-14T21:12:17.664Z | Planning: Evaluating mediator changes ... Done |
157 | 2023-11-14T21:12:17.928Z | Planning: Checking for conflicting actions ... Done |
158 | 2023-11-14T21:12:17.931Z | Planning: Consolidating action changes ... Done |
159 | 2023-11-14T21:12:18.374Z | Planning: Evaluating mediators ... Done |
160 | 2023-11-14T21:12:18.377Z | Planning: Planning completed in 0.74 seconds |
161 | 2023-11-14T21:12:18.430Z | Mediators to change: 2 |
162 | 2023-11-14T21:12:18.432Z | Create boot environment: No |
163 | 2023-11-14T21:12:18.437Z | Create backup boot environment: No |
164 | 2023-11-14T21:12:18.547Z | Done |
165 | 2023-11-14T21:12:19.016Z | Done |
166 | 2023-11-14T21:12:19.019Z | Done |
167 | 2023-11-14T21:12:24.704Z | Done |
168 | 2023-11-14T21:12:24.852Z | Done |
169 | 2023-11-14T21:12:24.856Z | Done |
170 | 2023-11-14T21:12:24.940Z | Done |
171 | 2023-11-14T21:12:25.983Z | Planning: Evaluating mediator changes ... Done |
172 | 2023-11-14T21:12:25.986Z | Planning: Merging actions ... Done |
173 | 2023-11-14T21:12:26.324Z | Planning: Checking for conflicting actions ... Done |
174 | 2023-11-14T21:12:26.328Z | Planning: Consolidating action changes ... Done |
175 | 2023-11-14T21:12:26.773Z | Planning: Evaluating mediators ... Done |
176 | 2023-11-14T21:12:26.868Z | Planning: Planning completed in 1.33 seconds |
177 | 2023-11-14T21:12:26.925Z | Packages to change: 1 |
178 | 2023-11-14T21:12:26.928Z | Mediators to change: 1 |
179 | 2023-11-14T21:12:26.931Z | Services to change: 1 |
180 | 2023-11-14T21:12:26.935Z | Create boot environment: No |
181 | 2023-11-14T21:12:26.938Z | Create backup boot environment: Yes |
182 | 2023-11-14T21:12:28.888Z | Actions: 1/6 actions (Updating modified actions) |
183 | 2023-11-14T21:12:28.896Z | Actions: Completed 6 actions in 0.00 seconds. |
184 | 2023-11-14T21:12:28.903Z | Done |
185 | 2023-11-14T21:12:28.909Z | Done |
186 | 2023-11-14T21:12:28.971Z | Done |
187 | 2023-11-14T21:12:35.057Z | Done |
188 | 2023-11-14T21:12:35.187Z | Done |
189 | 2023-11-14T21:12:35.191Z | Done |
190 | 2023-11-14T21:12:35.281Z | Done |
191 | 2023-11-14T21:12:35.976Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
192 | 2023-11-14T21:12:35.979Z | clang system 15 system |
193 | 2023-11-14T21:12:35.982Z | csh system system illumos |
194 | 2023-11-14T21:12:35.985Z | ctags system system illumos |
195 | 2023-11-14T21:12:35.988Z | gcc vendor 12 vendor |
196 | 2023-11-14T21:12:35.991Z | gcc system 10 system |
197 | 2023-11-14T21:12:35.994Z | gcc system 7 system |
198 | 2023-11-14T21:12:35.997Z | go system 1.20 system |
199 | 2023-11-14T21:12:36.000Z | go system 1.19 system |
200 | 2023-11-14T21:12:36.003Z | llvm system 15 system |
201 | 2023-11-14T21:12:36.006Z | llvm system 14 system |
202 | 2023-11-14T21:12:36.010Z | mariadb system 10.6 system |
203 | 2023-11-14T21:12:36.013Z | mta vendor vendor dma |
204 | 2023-11-14T21:12:36.018Z | openjdk system 17 system |
205 | 2023-11-14T21:12:36.021Z | openjdk system 11 system |
206 | 2023-11-14T21:12:36.023Z | openjdk system 1.8 system |
207 | 2023-11-14T21:12:36.026Z | openssl vendor 3 vendor |
208 | 2023-11-14T21:12:36.029Z | perl system 5.36 system |
209 | 2023-11-14T21:12:36.031Z | postgresql system 15 system |
210 | 2023-11-14T21:12:36.034Z | postgresql system 13 system |
211 | 2023-11-14T21:12:36.037Z | python vendor 3 vendor |
212 | 2023-11-14T21:12:36.040Z | python system 2 system |
213 | 2023-11-14T21:12:36.043Z | python3 system 3.11 system |
214 | 2023-11-14T21:12:36.046Z | ruby system 3.0 system |
215 | 2023-11-14T21:12:36.048Z | words vendor vendor american-english |
216 | 2023-11-14T21:12:36.051Z | words system system australian-english |
217 | 2023-11-14T21:12:36.054Z | words system system british-english |
218 | 2023-11-14T21:12:36.057Z | words system system canadian-english |
219 | 2023-11-14T21:12:36.060Z | words system system french |
220 | 2023-11-14T21:12:36.062Z | words system system italian |
221 | 2023-11-14T21:12:36.065Z | words system system ngerman |
222 | 2023-11-14T21:12:36.068Z | words system system ogerman |
223 | 2023-11-14T21:12:36.072Z | words system system spanish |
224 | 2023-11-14T21:12:36.528Z | FMRI IFO |
225 | 2023-11-14T21:12:36.531Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
226 | 2023-11-14T21:12:36.534Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
227 | 2023-11-14T21:12:36.536Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
228 | 2023-11-14T21:12:36.539Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
229 | 2023-11-14T21:12:36.542Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
230 | 2023-11-14T21:12:36.544Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
231 | 2023-11-14T21:12:36.617Z | + set -o errexit |
232 | 2023-11-14T21:12:36.630Z | +++ dirname ./tools/ci_download_cockroachdb |
233 | 2023-11-14T21:12:36.640Z | ++ cd ./tools |
234 | 2023-11-14T21:12:36.649Z | ++ pwd |
235 | 2023-11-14T21:12:36.655Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
236 | 2023-11-14T21:12:36.662Z | ++ basename ./tools/ci_download_cockroachdb |
237 | 2023-11-14T21:12:36.669Z | + ARG0=ci_download_cockroachdb |
238 | 2023-11-14T21:12:36.674Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
239 | 2023-11-14T21:12:36.678Z | + CIDL_VERSION=v22.1.9 |
240 | 2023-11-14T21:12:36.682Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
241 | 2023-11-14T21:12:36.686Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
242 | 2023-11-14T21:12:36.690Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
243 | 2023-11-14T21:12:36.693Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
244 | 2023-11-14T21:12:36.698Z | + TARGET_DIR=out |
245 | 2023-11-14T21:12:36.701Z | + DOWNLOAD_DIR=out/downloads |
246 | 2023-11-14T21:12:36.704Z | + DEST_DIR=./out/cockroachdb |
247 | 2023-11-14T21:12:36.707Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
248 | 2023-11-14T21:12:36.710Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
249 | 2023-11-14T21:12:36.713Z | + main |
250 | 2023-11-14T21:12:36.716Z | + [[ 0 != 0 ]] |
251 | 2023-11-14T21:12:36.719Z | + CIDL_OS=solaris2.11 |
252 | 2023-11-14T21:12:36.722Z | + [[ 0 != 0 ]] |
253 | 2023-11-14T21:12:36.725Z | + configure_os solaris2.11 |
254 | 2023-11-14T21:12:36.727Z | + echo 'current directory: /work/oxidecomputer/omicron' |
255 | 2023-11-14T21:12:36.730Z | current directory: /work/oxidecomputer/omicron |
256 | 2023-11-14T21:12:36.733Z | + echo 'configuring based on OS: "solaris2.11"' |
257 | 2023-11-14T21:12:36.736Z | configuring based on OS: "solaris2.11" |
258 | 2023-11-14T21:12:36.738Z | + case "$1" in |
259 | 2023-11-14T21:12:36.741Z | + CIDL_BUILD=illumos |
260 | 2023-11-14T21:12:36.744Z | + CIDL_SUFFIX=tar.gz |
261 | 2023-11-14T21:12:36.747Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
262 | 2023-11-14T21:12:36.750Z | + CIDL_MD5FUNC=do_md5sum |
263 | 2023-11-14T21:12:36.753Z | + CIDL_URL_BASE=https://illumos.org/downloads |
264 | 2023-11-14T21:12:36.755Z | + CIDL_ASSEMBLE=do_assemble_illumos |
265 | 2023-11-14T21:12:36.758Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
266 | 2023-11-14T21:12:36.761Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
267 | 2023-11-14T21:12:36.764Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-11-14T21:12:36.767Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
269 | 2023-11-14T21:12:36.770Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-11-14T21:12:36.773Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
271 | 2023-11-14T21:12:36.776Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-14T21:12:36.779Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
273 | 2023-11-14T21:12:36.781Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-14T21:12:36.784Z | + mkdir -p out/downloads |
275 | 2023-11-14T21:12:36.787Z | + mkdir -p ./out/cockroachdb |
276 | 2023-11-14T21:12:36.790Z | + local DO_DOWNLOAD=true |
277 | 2023-11-14T21:12:36.793Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
278 | 2023-11-14T21:12:36.796Z | + '[' true == true ']' |
279 | 2023-11-14T21:12:36.799Z | + echo Downloading... |
280 | 2023-11-14T21:12:36.801Z | Downloading... |
281 | 2023-11-14T21:12:36.804Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-11-14T21:12:36.807Z | + 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 |
283 | 2023-11-14T21:12:41.243Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-11-14T21:12:41.245Z | ++ md5sum |
285 | 2023-11-14T21:12:41.248Z | ++ awk '{print $1}' |
286 | 2023-11-14T21:12:41.428Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
287 | 2023-11-14T21:12:41.431Z | + [[ 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 ]] |
288 | 2023-11-14T21:12:41.436Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-11-14T21:12:41.439Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
290 | 2023-11-14T21:12:44.797Z | + do_assemble_illumos |
291 | 2023-11-14T21:12:44.803Z | + rm -r ./out/cockroachdb |
292 | 2023-11-14T21:12:44.806Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
293 | 2023-11-14T21:12:45.464Z | + ./out/cockroachdb/bin/cockroach version |
294 | 2023-11-14T21:12:45.754Z | Build Tag: v22.1.9-dirty |
295 | 2023-11-14T21:12:45.757Z | Build Time: 2022/10/26 21:17:46 |
296 | 2023-11-14T21:12:45.761Z | Distribution: OSS |
297 | 2023-11-14T21:12:45.764Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
298 | 2023-11-14T21:12:45.767Z | Go Version: go1.17.13 |
299 | 2023-11-14T21:12:45.770Z | C Compiler: gcc 10.3.0 |
300 | 2023-11-14T21:12:45.773Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
301 | 2023-11-14T21:12:45.776Z | Build Type: release |
302 | 2023-11-14T21:12:45.780Z | + set -o errexit |
303 | 2023-11-14T21:12:45.783Z | +++ dirname ./tools/ci_download_clickhouse |
304 | 2023-11-14T21:12:45.785Z | ++ cd ./tools |
305 | 2023-11-14T21:12:45.788Z | ++ pwd |
306 | 2023-11-14T21:12:45.791Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
307 | 2023-11-14T21:12:45.795Z | ++ basename ./tools/ci_download_clickhouse |
308 | 2023-11-14T21:12:45.798Z | + ARG0=ci_download_clickhouse |
309 | 2023-11-14T21:12:45.800Z | + TARGET_DIR=out |
310 | 2023-11-14T21:12:45.803Z | + DOWNLOAD_DIR=out/downloads |
311 | 2023-11-14T21:12:45.806Z | + DEST_DIR=./out/clickhouse |
312 | 2023-11-14T21:12:45.809Z | + CIDL_VERSION=v22.8.9.24 |
313 | 2023-11-14T21:12:45.812Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
314 | 2023-11-14T21:12:45.815Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
315 | 2023-11-14T21:12:45.818Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
316 | 2023-11-14T21:12:45.821Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
317 | 2023-11-14T21:12:45.824Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
318 | 2023-11-14T21:12:45.827Z | + main |
319 | 2023-11-14T21:12:45.830Z | + [[ 0 != 0 ]] |
320 | 2023-11-14T21:12:45.833Z | + CIDL_OS=solaris2.11 |
321 | 2023-11-14T21:12:45.836Z | + [[ 0 != 0 ]] |
322 | 2023-11-14T21:12:45.840Z | + configure_os solaris2.11 |
323 | 2023-11-14T21:12:45.842Z | + echo 'current directory: /work/oxidecomputer/omicron' |
324 | 2023-11-14T21:12:45.845Z | current directory: /work/oxidecomputer/omicron |
325 | 2023-11-14T21:12:45.848Z | + echo 'configuring based on OS: "solaris2.11"' |
326 | 2023-11-14T21:12:45.852Z | configuring based on OS: "solaris2.11" |
327 | 2023-11-14T21:12:45.855Z | + CIDL_DASHREV= |
328 | 2023-11-14T21:12:45.860Z | + case "$1" in |
329 | 2023-11-14T21:12:45.863Z | + CIDL_PLATFORM=illumos |
330 | 2023-11-14T21:12:45.866Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
331 | 2023-11-14T21:12:45.869Z | + CIDL_MD5FUNC=do_md5sum |
332 | 2023-11-14T21:12:45.872Z | + CIDL_DASHREV=-1 |
333 | 2023-11-14T21:12:45.875Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
334 | 2023-11-14T21:12:45.878Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-11-14T21:12:45.881Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-11-14T21:12:45.885Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-11-14T21:12:45.889Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
338 | 2023-11-14T21:12:45.892Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-14T21:12:45.895Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-14T21:12:45.898Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
341 | 2023-11-14T21:12:45.902Z | + mkdir -p out/downloads |
342 | 2023-11-14T21:12:45.906Z | + mkdir -p ./out/clickhouse |
343 | 2023-11-14T21:12:45.911Z | + local DO_DOWNLOAD=true |
344 | 2023-11-14T21:12:45.914Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
345 | 2023-11-14T21:12:45.917Z | + '[' true == true ']' |
346 | 2023-11-14T21:12:45.920Z | + echo Downloading... |
347 | 2023-11-14T21:12:45.923Z | Downloading... |
348 | 2023-11-14T21:12:45.926Z | + 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 |
349 | 2023-11-14T21:12:45.929Z | + 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 |
350 | 2023-11-14T21:12:48.028Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-11-14T21:12:48.031Z | ++ md5sum |
352 | 2023-11-14T21:12:48.034Z | ++ awk '{print $1}' |
353 | 2023-11-14T21:12:48.290Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
354 | 2023-11-14T21:12:48.293Z | + [[ 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 ]] |
355 | 2023-11-14T21:12:48.296Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
356 | 2023-11-14T21:12:48.298Z | + mkdir -p ./out/clickhouse |
357 | 2023-11-14T21:12:48.301Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
358 | 2023-11-14T21:12:53.188Z | + ./out/clickhouse/clickhouse server --version |
359 | 2023-11-14T21:12:53.260Z | ClickHouse server version 22.8.9.1. |
360 | 2023-11-14T21:12:53.281Z | + set -o errexit |
361 | 2023-11-14T21:12:53.290Z | +++ dirname ./tools/ci_download_console |
362 | 2023-11-14T21:12:53.298Z | ++ cd ./tools |
363 | 2023-11-14T21:12:53.307Z | ++ pwd |
364 | 2023-11-14T21:12:53.315Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
365 | 2023-11-14T21:12:53.321Z | ++ basename ./tools/ci_download_console |
366 | 2023-11-14T21:12:53.330Z | + ARG0=ci_download_console |
367 | 2023-11-14T21:12:53.339Z | + TARGET_DIR=out |
368 | 2023-11-14T21:12:53.347Z | + DOWNLOAD_DIR=out/downloads |
369 | 2023-11-14T21:12:53.357Z | + DEST_DIR=./out/console-assets |
370 | 2023-11-14T21:12:53.367Z | + source /work/oxidecomputer/omicron/tools/console_version |
371 | 2023-11-14T21:12:53.375Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
372 | 2023-11-14T21:12:53.384Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
373 | 2023-11-14T21:12:53.391Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
374 | 2023-11-14T21:12:53.398Z | + TARBALL_FILE=out/downloads/console.tar.gz |
375 | 2023-11-14T21:12:53.407Z | + main |
376 | 2023-11-14T21:12:53.414Z | + [[ 0 != 0 ]] |
377 | 2023-11-14T21:12:53.419Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
378 | 2023-11-14T21:12:53.427Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
379 | 2023-11-14T21:12:53.437Z | + echo 'Local file: out/downloads/console.tar.gz' |
380 | 2023-11-14T21:12:53.448Z | Local file: out/downloads/console.tar.gz |
381 | 2023-11-14T21:12:53.455Z | + local DO_DOWNLOAD=true |
382 | 2023-11-14T21:12:53.463Z | + [[ -f out/downloads/console.tar.gz ]] |
383 | 2023-11-14T21:12:53.471Z | + mkdir -p out/downloads |
384 | 2023-11-14T21:12:53.480Z | + '[' true == true ']' |
385 | 2023-11-14T21:12:53.490Z | + echo Downloading... |
386 | 2023-11-14T21:12:53.500Z | Downloading... |
387 | 2023-11-14T21:12:53.505Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
388 | 2023-11-14T21:12:53.514Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
389 | 2023-11-14T21:12:54.034Z | ++ do_sha256sum out/downloads/console.tar.gz |
390 | 2023-11-14T21:12:54.036Z | ++ case "$OSTYPE" in |
391 | 2023-11-14T21:12:54.039Z | ++ SHA=sha256sum |
392 | 2023-11-14T21:12:54.044Z | ++ sha256sum |
393 | 2023-11-14T21:12:54.046Z | ++ awk '{print $1}' |
394 | 2023-11-14T21:12:54.059Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
395 | 2023-11-14T21:12:54.061Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
396 | 2023-11-14T21:12:54.064Z | + rm -rf ./out/console-assets |
397 | 2023-11-14T21:12:54.067Z | + mkdir -p ./out/console-assets |
398 | 2023-11-14T21:12:54.070Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
399 | 2023-11-14T21:12:54.073Z | + mkdir -p ./out/console-assets |
400 | 2023-11-14T21:12:54.075Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
401 | 2023-11-14T21:12:54.205Z | + set -o errexit |
402 | 2023-11-14T21:12:54.212Z | +++ dirname ./tools/ci_download_maghemite_openapi |
403 | 2023-11-14T21:12:54.215Z | ++ cd ./tools |
404 | 2023-11-14T21:12:54.220Z | ++ pwd |
405 | 2023-11-14T21:12:54.225Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
406 | 2023-11-14T21:12:54.231Z | ++ basename ./tools/ci_download_maghemite_openapi |
407 | 2023-11-14T21:12:54.236Z | + ARG0=ci_download_maghemite_openapi |
408 | 2023-11-14T21:12:54.239Z | + TARGET_DIR=out |
409 | 2023-11-14T21:12:54.242Z | + DOWNLOAD_DIR=out/downloads |
410 | 2023-11-14T21:12:54.245Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
411 | 2023-11-14T21:12:54.248Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
412 | 2023-11-14T21:12:54.251Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
413 | 2023-11-14T21:12:54.254Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
414 | 2023-11-14T21:12:54.256Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
415 | 2023-11-14T21:12:54.259Z | + main |
416 | 2023-11-14T21:12:54.262Z | + [[ 0 != 0 ]] |
417 | 2023-11-14T21:12:54.265Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
418 | 2023-11-14T21:12:54.268Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
419 | 2023-11-14T21:12:54.271Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
420 | 2023-11-14T21:12:54.273Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
421 | 2023-11-14T21:12:54.276Z | + local DO_DOWNLOAD=true |
422 | 2023-11-14T21:12:54.279Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
423 | 2023-11-14T21:12:54.282Z | + mkdir -p out/downloads |
424 | 2023-11-14T21:12:54.284Z | + '[' true == true ']' |
425 | 2023-11-14T21:12:54.288Z | + echo Downloading... |
426 | 2023-11-14T21:12:54.291Z | Downloading... |
427 | 2023-11-14T21:12:54.294Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
428 | 2023-11-14T21:12:54.297Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
429 | 2023-11-14T21:12:54.375Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
430 | 2023-11-14T21:12:54.378Z | ++ case "$OSTYPE" in |
431 | 2023-11-14T21:12:54.381Z | ++ SHA=sha256sum |
432 | 2023-11-14T21:12:54.384Z | ++ sha256sum |
433 | 2023-11-14T21:12:54.387Z | ++ awk '{print $1}' |
434 | 2023-11-14T21:12:54.390Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
435 | 2023-11-14T21:12:54.393Z | + [[ 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 ]] |
436 | 2023-11-14T21:12:54.398Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
437 | 2023-11-14T21:12:54.400Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
438 | 2023-11-14T21:12:54.405Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
439 | 2023-11-14T21:12:54.408Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
440 | 2023-11-14T21:12:54.410Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
441 | 2023-11-14T21:12:54.414Z | + main |
442 | 2023-11-14T21:12:54.418Z | + [[ 0 != 0 ]] |
443 | 2023-11-14T21:12:54.421Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
444 | 2023-11-14T21:12:54.426Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
445 | 2023-11-14T21:12:54.429Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
446 | 2023-11-14T21:12:54.432Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
447 | 2023-11-14T21:12:54.435Z | + local DO_DOWNLOAD=true |
448 | 2023-11-14T21:12:54.440Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
449 | 2023-11-14T21:12:54.443Z | + mkdir -p out/downloads |
450 | 2023-11-14T21:12:54.446Z | + '[' true == true ']' |
451 | 2023-11-14T21:12:54.449Z | + echo Downloading... |
452 | 2023-11-14T21:12:54.452Z | Downloading... |
453 | 2023-11-14T21:12:54.455Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
454 | 2023-11-14T21:12:54.459Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
455 | 2023-11-14T21:12:54.540Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
456 | 2023-11-14T21:12:54.544Z | ++ case "$OSTYPE" in |
457 | 2023-11-14T21:12:54.548Z | ++ SHA=sha256sum |
458 | 2023-11-14T21:12:54.551Z | ++ sha256sum |
459 | 2023-11-14T21:12:54.554Z | ++ awk '{print $1}' |
460 | 2023-11-14T21:12:54.557Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
461 | 2023-11-14T21:12:54.560Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
462 | 2023-11-14T21:12:54.563Z | + set -o errexit |
463 | 2023-11-14T21:12:54.565Z | +++ dirname ./tools/ci_download_dendrite_openapi |
464 | 2023-11-14T21:12:54.568Z | ++ cd ./tools |
465 | 2023-11-14T21:12:54.571Z | ++ pwd |
466 | 2023-11-14T21:12:54.573Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
467 | 2023-11-14T21:12:54.576Z | ++ basename ./tools/ci_download_dendrite_openapi |
468 | 2023-11-14T21:12:54.579Z | + ARG0=ci_download_dendrite_openapi |
469 | 2023-11-14T21:12:54.581Z | + TARGET_DIR=out |
470 | 2023-11-14T21:12:54.585Z | + DOWNLOAD_DIR=out/downloads |
471 | 2023-11-14T21:12:54.589Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
472 | 2023-11-14T21:12:54.601Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
473 | 2023-11-14T21:12:54.611Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
474 | 2023-11-14T21:12:54.617Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
475 | 2023-11-14T21:12:54.621Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
476 | 2023-11-14T21:12:54.624Z | + main |
477 | 2023-11-14T21:12:54.627Z | + [[ 0 != 0 ]] |
478 | 2023-11-14T21:12:54.630Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
479 | 2023-11-14T21:12:54.633Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
480 | 2023-11-14T21:12:54.636Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
481 | 2023-11-14T21:12:54.638Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
482 | 2023-11-14T21:12:54.642Z | + local DO_DOWNLOAD=true |
483 | 2023-11-14T21:12:54.644Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
484 | 2023-11-14T21:12:54.647Z | + mkdir -p out/downloads |
485 | 2023-11-14T21:12:54.650Z | + '[' true == true ']' |
486 | 2023-11-14T21:12:54.653Z | + echo Downloading... |
487 | 2023-11-14T21:12:54.655Z | Downloading... |
488 | 2023-11-14T21:12:54.658Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
489 | 2023-11-14T21:12:54.661Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
490 | 2023-11-14T21:12:54.727Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
491 | 2023-11-14T21:12:54.730Z | ++ case "$OSTYPE" in |
492 | 2023-11-14T21:12:54.733Z | ++ SHA=sha256sum |
493 | 2023-11-14T21:12:54.736Z | ++ sha256sum |
494 | 2023-11-14T21:12:54.739Z | ++ awk '{print $1}' |
495 | 2023-11-14T21:12:54.742Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
496 | 2023-11-14T21:12:54.744Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
497 | 2023-11-14T21:12:54.747Z | + set -o errexit |
498 | 2023-11-14T21:12:54.750Z | +++ dirname ./tools/ci_download_dendrite_stub |
499 | 2023-11-14T21:12:54.753Z | ++ cd ./tools |
500 | 2023-11-14T21:12:54.756Z | ++ pwd |
501 | 2023-11-14T21:12:54.758Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
502 | 2023-11-14T21:12:54.761Z | ++ basename ./tools/ci_download_dendrite_stub |
503 | 2023-11-14T21:12:54.764Z | + ARG0=ci_download_dendrite_stub |
504 | 2023-11-14T21:12:54.767Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
505 | 2023-11-14T21:12:54.770Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
506 | 2023-11-14T21:12:54.773Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
507 | 2023-11-14T21:12:54.775Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
508 | 2023-11-14T21:12:54.778Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
509 | 2023-11-14T21:12:54.782Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
510 | 2023-11-14T21:12:54.813Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
511 | 2023-11-14T21:12:54.816Z | + TARGET_DIR=out |
512 | 2023-11-14T21:12:54.819Z | + DOWNLOAD_DIR=out/downloads |
513 | 2023-11-14T21:12:54.821Z | + DEST_DIR=./out/dendrite-stub |
514 | 2023-11-14T21:12:54.824Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
515 | 2023-11-14T21:12:54.827Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
516 | 2023-11-14T21:12:54.830Z | + REPO=oxidecomputer/dendrite |
517 | 2023-11-14T21:12:54.833Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
518 | 2023-11-14T21:12:54.836Z | + main |
519 | 2023-11-14T21:12:54.838Z | + [[ 0 != 0 ]] |
520 | 2023-11-14T21:12:54.841Z | + CIDL_OS=solaris2.11 |
521 | 2023-11-14T21:12:54.844Z | + [[ 0 != 0 ]] |
522 | 2023-11-14T21:12:54.847Z | + configure_os solaris2.11 |
523 | 2023-11-14T21:12:54.850Z | + echo 'current directory: /work/oxidecomputer/omicron' |
524 | 2023-11-14T21:12:54.853Z | current directory: /work/oxidecomputer/omicron |
525 | 2023-11-14T21:12:54.856Z | + echo 'configuring based on OS: "solaris2.11"' |
526 | 2023-11-14T21:12:54.859Z | configuring based on OS: "solaris2.11" |
527 | 2023-11-14T21:12:54.863Z | + case "$1" in |
528 | 2023-11-14T21:12:54.867Z | + SET_BINARIES= |
529 | 2023-11-14T21:12:54.869Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
530 | 2023-11-14T21:12:54.874Z | + CIDL_SHA256FUNC=do_sha256sum |
531 | 2023-11-14T21:12:54.877Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
532 | 2023-11-14T21:12:54.880Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
533 | 2023-11-14T21:12:54.883Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
534 | 2023-11-14T21:12:54.886Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
535 | 2023-11-14T21:12:54.888Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
536 | 2023-11-14T21:12:54.891Z | Local file: out/downloads/dendrite-stub.tar.gz |
537 | 2023-11-14T21:12:54.894Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
538 | 2023-11-14T21:12:54.897Z | + mkdir -p out/downloads |
539 | 2023-11-14T21:12:54.900Z | + mkdir -p ./out/dendrite-stub |
540 | 2023-11-14T21:12:54.902Z | + fetch_and_verify |
541 | 2023-11-14T21:12:54.905Z | + local DO_DOWNLOAD=true |
542 | 2023-11-14T21:12:54.908Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
543 | 2023-11-14T21:12:54.911Z | + '[' true == true ']' |
544 | 2023-11-14T21:12:54.914Z | + echo Downloading... |
545 | 2023-11-14T21:12:54.916Z | Downloading... |
546 | 2023-11-14T21:12:54.919Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
547 | 2023-11-14T21:12:54.922Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
548 | 2023-11-14T21:12:58.685Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
549 | 2023-11-14T21:12:58.688Z | ++ sha256sum |
550 | 2023-11-14T21:12:58.692Z | ++ awk '{print $1}' |
551 | 2023-11-14T21:12:58.779Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
552 | 2023-11-14T21:12:58.788Z | + [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]] |
553 | 2023-11-14T21:12:58.799Z | + do_untar out/downloads/dendrite-stub.tar.gz |
554 | 2023-11-14T21:12:58.806Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
555 | 2023-11-14T21:12:59.690Z | + do_assemble |
556 | 2023-11-14T21:12:59.698Z | + rm -r ./out/dendrite-stub |
557 | 2023-11-14T21:12:59.701Z | + mkdir ./out/dendrite-stub |
558 | 2023-11-14T21:12:59.705Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
559 | 2023-11-14T21:12:59.802Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
560 | 2023-11-14T21:12:59.816Z | + set -o errexit |
561 | 2023-11-14T21:12:59.818Z | +++ dirname ./tools/ci_download_maghemite_mgd |
562 | 2023-11-14T21:12:59.822Z | ++ cd ./tools |
563 | 2023-11-14T21:12:59.824Z | ++ pwd |
564 | 2023-11-14T21:12:59.827Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
565 | 2023-11-14T21:12:59.831Z | ++ basename ./tools/ci_download_maghemite_mgd |
566 | 2023-11-14T21:12:59.833Z | + ARG0=ci_download_maghemite_mgd |
567 | 2023-11-14T21:12:59.837Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
568 | 2023-11-14T21:12:59.840Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
569 | 2023-11-14T21:12:59.843Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
570 | 2023-11-14T21:12:59.846Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
571 | 2023-11-14T21:12:59.851Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
572 | 2023-11-14T21:12:59.854Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
573 | 2023-11-14T21:12:59.858Z | + TARGET_DIR=out |
574 | 2023-11-14T21:12:59.861Z | + DOWNLOAD_DIR=out/downloads |
575 | 2023-11-14T21:12:59.864Z | + DEST_DIR=./out/mgd |
576 | 2023-11-14T21:12:59.867Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
577 | 2023-11-14T21:12:59.870Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
578 | 2023-11-14T21:12:59.873Z | + REPO=oxidecomputer/maghemite |
579 | 2023-11-14T21:12:59.876Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
580 | 2023-11-14T21:12:59.880Z | + main |
581 | 2023-11-14T21:12:59.883Z | + [[ 0 != 0 ]] |
582 | 2023-11-14T21:12:59.886Z | + CIDL_OS=solaris2.11 |
583 | 2023-11-14T21:12:59.889Z | + [[ 0 != 0 ]] |
584 | 2023-11-14T21:12:59.892Z | + configure_os solaris2.11 |
585 | 2023-11-14T21:12:59.895Z | + echo 'current directory: /work/oxidecomputer/omicron' |
586 | 2023-11-14T21:12:59.897Z | current directory: /work/oxidecomputer/omicron |
587 | 2023-11-14T21:12:59.901Z | + echo 'configuring based on OS: "solaris2.11"' |
588 | 2023-11-14T21:12:59.904Z | configuring based on OS: "solaris2.11" |
589 | 2023-11-14T21:12:59.907Z | + case "$1" in |
590 | 2023-11-14T21:12:59.910Z | + SET_BINARIES= |
591 | 2023-11-14T21:12:59.913Z | + CIDL_SHA256FUNC=do_sha256sum |
592 | 2023-11-14T21:12:59.917Z | + TARBALL_FILENAME=mgd.tar.gz |
593 | 2023-11-14T21:12:59.920Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
594 | 2023-11-14T21:12:59.922Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
595 | 2023-11-14T21:12:59.925Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
596 | 2023-11-14T21:12:59.929Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
597 | 2023-11-14T21:12:59.934Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
598 | 2023-11-14T21:12:59.949Z | Local file: out/downloads/mgd.tar.gz |
599 | 2023-11-14T21:12:59.952Z | + mkdir -p out/downloads |
600 | 2023-11-14T21:12:59.996Z | + mkdir -p ./out/mgd |
601 | 2023-11-14T21:13:00.420Z | + fetch_and_verify |
602 | 2023-11-14T21:13:00.424Z | + local DO_DOWNLOAD=true |
603 | 2023-11-14T21:13:00.427Z | + [[ -f out/downloads/mgd.tar.gz ]] |
604 | 2023-11-14T21:13:00.430Z | + '[' true == true ']' |
605 | 2023-11-14T21:13:00.434Z | + echo Downloading... |
606 | 2023-11-14T21:13:00.438Z | Downloading... |
607 | 2023-11-14T21:13:00.448Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
608 | 2023-11-14T21:13:00.461Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
609 | 2023-11-14T21:13:05.286Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
610 | 2023-11-14T21:13:05.296Z | ++ sha256sum |
611 | 2023-11-14T21:13:05.316Z | ++ awk '{print $1}' |
612 | 2023-11-14T21:13:05.365Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
613 | 2023-11-14T21:13:05.368Z | + [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]] |
614 | 2023-11-14T21:13:05.371Z | + do_untar out/downloads/mgd.tar.gz |
615 | 2023-11-14T21:13:05.377Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
616 | 2023-11-14T21:13:06.031Z | + do_assemble |
617 | 2023-11-14T21:13:06.034Z | + rm -r ./out/mgd |
618 | 2023-11-14T21:13:06.036Z | + mkdir ./out/mgd |
619 | 2023-11-14T21:13:06.040Z | + cp -r out/downloads/root ./out/mgd/root |
620 | 2023-11-14T21:13:06.244Z | + set -o errexit |
621 | 2023-11-14T21:13:06.248Z | +++ dirname ./tools/ci_download_transceiver_control |
622 | 2023-11-14T21:13:06.251Z | ++ cd ./tools |
623 | 2023-11-14T21:13:06.254Z | ++ pwd |
624 | 2023-11-14T21:13:06.257Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
625 | 2023-11-14T21:13:06.260Z | ++ basename ./tools/ci_download_transceiver_control |
626 | 2023-11-14T21:13:06.263Z | + ARG0=ci_download_transceiver_control |
627 | 2023-11-14T21:13:06.266Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
628 | 2023-11-14T21:13:06.268Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
629 | 2023-11-14T21:13:06.271Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
630 | 2023-11-14T21:13:06.274Z | + TARGET_DIR=out |
631 | 2023-11-14T21:13:06.277Z | + DOWNLOAD_DIR=out/downloads |
632 | 2023-11-14T21:13:06.280Z | + DEST_DIR=./out/transceiver-control |
633 | 2023-11-14T21:13:06.283Z | + BIN_DIR=/opt/oxide/bin |
634 | 2023-11-14T21:13:06.286Z | + BINARY=xcvradm |
635 | 2023-11-14T21:13:06.289Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
636 | 2023-11-14T21:13:06.292Z | + REPO=oxidecomputer/transceiver-control |
637 | 2023-11-14T21:13:06.294Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2023-11-14T21:13:06.297Z | + main |
639 | 2023-11-14T21:13:06.300Z | + [[ 0 != 0 ]] |
640 | 2023-11-14T21:13:06.303Z | + CIDL_OS=solaris2.11 |
641 | 2023-11-14T21:13:06.305Z | + [[ 0 != 0 ]] |
642 | 2023-11-14T21:13:06.308Z | + configure_os solaris2.11 |
643 | 2023-11-14T21:13:06.310Z | + echo 'current directory: /work/oxidecomputer/omicron' |
644 | 2023-11-14T21:13:06.314Z | current directory: /work/oxidecomputer/omicron |
645 | 2023-11-14T21:13:06.316Z | + echo 'configuring based on OS: "solaris2.11"' |
646 | 2023-11-14T21:13:06.319Z | configuring based on OS: "solaris2.11" |
647 | 2023-11-14T21:13:06.322Z | + case "$1" in |
648 | 2023-11-14T21:13:06.325Z | + SET_BINARIES= |
649 | 2023-11-14T21:13:06.328Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
650 | 2023-11-14T21:13:06.331Z | + CIDL_SHA256FUNC=do_sha256sum |
651 | 2023-11-14T21:13:06.334Z | + ARCHIVE_FILENAME=xcvradm.gz |
652 | 2023-11-14T21:13:06.336Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
653 | 2023-11-14T21:13:06.340Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
654 | 2023-11-14T21:13:06.342Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
655 | 2023-11-14T21:13:06.345Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
656 | 2023-11-14T21:13:06.348Z | + echo 'Local file: out/downloads/xcvradm.gz' |
657 | 2023-11-14T21:13:06.351Z | Local file: out/downloads/xcvradm.gz |
658 | 2023-11-14T21:13:06.354Z | + mkdir -p out/downloads |
659 | 2023-11-14T21:13:06.357Z | + mkdir -p ./out/transceiver-control |
660 | 2023-11-14T21:13:06.360Z | + fetch_and_verify |
661 | 2023-11-14T21:13:06.363Z | + local DO_DOWNLOAD=true |
662 | 2023-11-14T21:13:06.366Z | + [[ -f out/downloads/xcvradm.gz ]] |
663 | 2023-11-14T21:13:06.371Z | + '[' true == true ']' |
664 | 2023-11-14T21:13:06.374Z | + echo Downloading... |
665 | 2023-11-14T21:13:06.377Z | Downloading... |
666 | 2023-11-14T21:13:06.380Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
667 | 2023-11-14T21:13:06.383Z | + 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 |
668 | 2023-11-14T21:13:07.400Z | ++ do_sha256sum out/downloads/xcvradm.gz |
669 | 2023-11-14T21:13:07.403Z | ++ sha256sum |
670 | 2023-11-14T21:13:07.406Z | ++ awk '{print $1}' |
671 | 2023-11-14T21:13:07.426Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
672 | 2023-11-14T21:13:07.428Z | + [[ 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 ]] |
673 | 2023-11-14T21:13:07.432Z | + do_unpack out/downloads/xcvradm.gz |
674 | 2023-11-14T21:13:07.435Z | + mkdir -p out/downloads/root//opt/oxide/bin |
675 | 2023-11-14T21:13:07.439Z | + gzip -dc out/downloads/xcvradm.gz |
676 | 2023-11-14T21:13:07.612Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
677 | 2023-11-14T21:13:07.614Z | + do_assemble |
678 | 2023-11-14T21:13:07.617Z | + rm -r ./out/transceiver-control |
679 | 2023-11-14T21:13:07.620Z | + mkdir ./out/transceiver-control |
680 | 2023-11-14T21:13:07.622Z | + cp -r out/downloads/root ./out/transceiver-control/root |
681 | 2023-11-14T21:13:07.841Z | All prerequisites installed successfully |
682 | 2023-11-14T21:13:07.847Z | |
683 | 2023-11-14T21:13:07.855Z | real 1:49.927616996 |
684 | 2023-11-14T21:13:07.863Z | user 53.490319205 |
685 | 2023-11-14T21:13:07.869Z | sys 10.147521147 |
686 | 2023-11-14T21:13:07.879Z | trap 0.023594776 |
687 | 2023-11-14T21:13:07.887Z | tflt 0.230653021 |
688 | 2023-11-14T21:13:07.895Z | dflt 0.802343278 |
689 | 2023-11-14T21:13:07.900Z | kflt 0.202950639 |
690 | 2023-11-14T21:13:08.320Z | lock 1.936731939 |
691 | 2023-11-14T21:13:08.323Z | slp 3:14.904879527 |
692 | 2023-11-14T21:13:08.326Z | lat 3.539819373 |
693 | 2023-11-14T21:13:08.329Z | stop 0.072041946 |
694 | 2023-11-14T21:13:08.332Z | + banner end-to-end-tests |
695 | 2023-11-14T21:13:08.335Z | |
696 | 2023-11-14T21:13:08.338Z | ###### # # ##### ##### #### ###### # # ##### |
697 | 2023-11-14T21:13:08.341Z | # ## # # # # # # # ## # # # |
698 | 2023-11-14T21:13:08.343Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
699 | 2023-11-14T21:13:08.347Z | # # # # # # # # # # # # # # # |
700 | 2023-11-14T21:13:08.350Z | # # ## # # # # # # # ## # # |
701 | 2023-11-14T21:13:08.353Z | ###### # # ##### # #### ###### # # ##### |
702 | 2023-11-14T21:13:08.357Z | |
703 | 2023-11-14T21:13:08.360Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
704 | 2023-11-14T21:13:08.362Z | + CARGO_PROFILE_DEV_DEBUG=1 |
705 | 2023-11-14T21:13:08.365Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
706 | 2023-11-14T21:13:08.369Z | + CARGO_PROFILE_TEST_DEBUG=1 |
707 | 2023-11-14T21:13:08.372Z | + export CARGO_INCREMENTAL=0 |
708 | 2023-11-14T21:13:08.374Z | + CARGO_INCREMENTAL=0 |
709 | 2023-11-14T21:13:08.378Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
710 | 2023-11-14T21:13:08.380Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
711 | 2023-11-14T21:13:08.662Z | Updating crates.io index |
712 | 2023-11-14T21:13:08.667Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
713 | 2023-11-14T21:13:09.542Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
714 | 2023-11-14T21:13:11.410Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
715 | 2023-11-14T21:13:12.025Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
716 | 2023-11-14T21:13:12.347Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
717 | 2023-11-14T21:13:12.650Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
718 | 2023-11-14T21:13:12.951Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
719 | 2023-11-14T21:13:13.907Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
720 | 2023-11-14T21:13:15.868Z | Updating git repository `https://github.com/oxidecomputer/opte` |
721 | 2023-11-14T21:13:16.881Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
722 | 2023-11-14T21:13:17.300Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
723 | 2023-11-14T21:13:17.872Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
724 | 2023-11-14T21:13:18.286Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
725 | 2023-11-14T21:13:18.603Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
726 | 2023-11-14T21:13:19.028Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
727 | 2023-11-14T21:13:19.344Z | Updating git repository `https://github.com/njaremko/samael` |
728 | 2023-11-14T21:13:19.908Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
729 | 2023-11-14T21:13:20.473Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
730 | 2023-11-14T21:13:20.881Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
731 | 2023-11-14T21:13:21.231Z | Updating git repository `https://github.com/jgallagher/nix` |
732 | 2023-11-14T21:13:22.539Z | Updating git repository `https://github.com/cbiffle/hubpack` |
733 | 2023-11-14T21:13:23.016Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
734 | 2023-11-14T21:13:31.680Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
735 | 2023-11-14T21:13:32.190Z | Updating git repository `https://github.com/oxidecomputer/typify` |
736 | 2023-11-14T21:13:33.181Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
737 | 2023-11-14T21:13:33.564Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
738 | 2023-11-14T21:13:34.137Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
739 | 2023-11-14T21:13:35.694Z | Downloading crates ... |
740 | 2023-11-14T21:13:35.957Z | Downloaded camino v1.1.6 |
741 | 2023-11-14T21:13:35.977Z | Downloaded matches v0.1.10 |
742 | 2023-11-14T21:13:35.988Z | Downloaded addr2line v0.21.0 |
743 | 2023-11-14T21:13:36.001Z | Downloaded new_debug_unreachable v1.0.4 |
744 | 2023-11-14T21:13:36.010Z | Downloaded memoffset v0.7.1 |
745 | 2023-11-14T21:13:36.017Z | Downloaded bitstruct v0.1.1 |
746 | 2023-11-14T21:13:36.024Z | Downloaded pretty-hex v0.3.0 |
747 | 2023-11-14T21:13:36.031Z | Downloaded precomputed-hash v0.1.1 |
748 | 2023-11-14T21:13:36.034Z | Downloaded crucible-workspace-hack v0.1.0 |
749 | 2023-11-14T21:13:36.038Z | Downloaded postcard-cobs v0.1.5-pre |
750 | 2023-11-14T21:13:36.042Z | Downloaded ciborium-ll v0.2.1 |
751 | 2023-11-14T21:13:36.049Z | Downloaded colorchoice v1.0.0 |
752 | 2023-11-14T21:13:36.055Z | Downloaded num-derive v0.4.0 |
753 | 2023-11-14T21:13:36.060Z | Downloaded const_format_proc_macros v0.2.31 |
754 | 2023-11-14T21:13:36.067Z | Downloaded atomic-waker v1.1.1 |
755 | 2023-11-14T21:13:36.073Z | Downloaded autocfg v1.1.0 |
756 | 2023-11-14T21:13:36.078Z | Downloaded num_threads v0.1.6 |
757 | 2023-11-14T21:13:36.083Z | Downloaded md5 v0.7.0 |
758 | 2023-11-14T21:13:36.086Z | Downloaded base16ct v0.2.0 |
759 | 2023-11-14T21:13:36.090Z | Downloaded block-buffer v0.10.4 |
760 | 2023-11-14T21:13:36.095Z | Downloaded bitflags v1.3.2 |
761 | 2023-11-14T21:13:36.107Z | Downloaded bit_field v0.10.2 |
762 | 2023-11-14T21:13:36.111Z | Downloaded clap_derive v4.4.2 |
763 | 2023-11-14T21:13:36.118Z | Downloaded tap v1.0.1 |
764 | 2023-11-14T21:13:36.121Z | Downloaded strum_macros v0.25.2 |
765 | 2023-11-14T21:13:36.126Z | Downloaded hubpack_derive v0.1.1 |
766 | 2023-11-14T21:13:36.129Z | Downloaded lock_api v0.4.10 |
767 | 2023-11-14T21:13:36.133Z | Downloaded num-integer v0.1.45 |
768 | 2023-11-14T21:13:36.138Z | Downloaded num-iter v0.1.43 |
769 | 2023-11-14T21:13:36.143Z | Downloaded num-rational v0.4.1 |
770 | 2023-11-14T21:13:36.147Z | Downloaded phf_shared v0.11.2 |
771 | 2023-11-14T21:13:36.151Z | Downloaded base64ct v1.6.0 |
772 | 2023-11-14T21:13:36.158Z | Downloaded polyval v0.6.1 |
773 | 2023-11-14T21:13:36.163Z | Downloaded tokio-native-tls v0.3.1 |
774 | 2023-11-14T21:13:36.168Z | Downloaded ascii v1.1.0 |
775 | 2023-11-14T21:13:36.173Z | Downloaded pest_meta v2.7.2 |
776 | 2023-11-14T21:13:36.178Z | Downloaded anyhow v1.0.75 |
777 | 2023-11-14T21:13:36.187Z | Downloaded either v1.9.0 |
778 | 2023-11-14T21:13:36.192Z | Downloaded time-core v0.1.1 |
779 | 2023-11-14T21:13:36.195Z | Downloaded rand_chacha v0.2.2 |
780 | 2023-11-14T21:13:36.199Z | Downloaded fallible-iterator v0.2.0 |
781 | 2023-11-14T21:13:36.202Z | Downloaded crypto-bigint v0.5.2 |
782 | 2023-11-14T21:13:36.214Z | Downloaded equivalent v1.0.1 |
783 | 2023-11-14T21:13:36.244Z | Downloaded endian-type v0.1.2 |
784 | 2023-11-14T21:13:36.248Z | Downloaded usdt-attr-macro v0.3.5 |
785 | 2023-11-14T21:13:36.251Z | Downloaded difflib v0.4.0 |
786 | 2023-11-14T21:13:36.254Z | Downloaded dof v0.1.5 |
787 | 2023-11-14T21:13:36.257Z | Downloaded same-file v1.0.6 |
788 | 2023-11-14T21:13:36.260Z | Downloaded hash32 v0.2.1 |
789 | 2023-11-14T21:13:36.263Z | Downloaded hex-literal v0.4.1 |
790 | 2023-11-14T21:13:36.267Z | Downloaded serde_arrays v0.1.0 |
791 | 2023-11-14T21:13:36.269Z | Downloaded foreign-types-shared v0.3.1 |
792 | 2023-11-14T21:13:36.272Z | Downloaded heck v0.4.1 |
793 | 2023-11-14T21:13:36.276Z | Downloaded ident_case v1.0.1 |
794 | 2023-11-14T21:13:36.279Z | Downloaded whoami v1.4.1 |
795 | 2023-11-14T21:13:36.288Z | Downloaded fallible-streaming-iterator v0.1.9 |
796 | 2023-11-14T21:13:36.291Z | Downloaded errno v0.3.2 |
797 | 2023-11-14T21:13:36.294Z | Downloaded spin v0.9.8 |
798 | 2023-11-14T21:13:36.297Z | Downloaded instant v0.1.12 |
799 | 2023-11-14T21:13:36.300Z | Downloaded fxhash v0.2.1 |
800 | 2023-11-14T21:13:36.303Z | Downloaded const_format v0.2.31 |
801 | 2023-11-14T21:13:36.306Z | Downloaded tower-service v0.3.2 |
802 | 2023-11-14T21:13:36.309Z | Downloaded want v0.3.1 |
803 | 2023-11-14T21:13:36.312Z | Downloaded waitgroup v0.1.2 |
804 | 2023-11-14T21:13:36.315Z | Downloaded serde_with_macros v2.3.3 |
805 | 2023-11-14T21:13:36.318Z | Downloaded ed25519 v2.2.2 |
806 | 2023-11-14T21:13:36.322Z | Downloaded synstructure v0.12.6 |
807 | 2023-11-14T21:13:36.324Z | Downloaded slog-stdlog v4.1.1 |
808 | 2023-11-14T21:13:36.327Z | Downloaded serde_repr v0.1.16 |
809 | 2023-11-14T21:13:36.330Z | Downloaded diesel_table_macro_syntax v0.1.0 |
810 | 2023-11-14T21:13:36.332Z | Downloaded usdt-macro v0.3.5 |
811 | 2023-11-14T21:13:36.336Z | Downloaded dirs-sys-next v0.1.2 |
812 | 2023-11-14T21:13:36.340Z | Downloaded getopts v0.2.21 |
813 | 2023-11-14T21:13:36.343Z | Downloaded dtrace-parser v0.1.14 |
814 | 2023-11-14T21:13:36.345Z | Downloaded thiserror-impl-no-std v2.0.2 |
815 | 2023-11-14T21:13:36.348Z | Downloaded iana-time-zone v0.1.57 |
816 | 2023-11-14T21:13:36.351Z | Downloaded generic-array v0.14.7 |
817 | 2023-11-14T21:13:36.354Z | Downloaded rustc_version v0.4.0 |
818 | 2023-11-14T21:13:36.356Z | Downloaded signal-hook-registry v1.4.1 |
819 | 2023-11-14T21:13:36.359Z | Downloaded ryu v1.0.15 |
820 | 2023-11-14T21:13:36.362Z | Downloaded tokio-macros v2.1.0 |
821 | 2023-11-14T21:13:36.365Z | Downloaded glob v0.3.1 |
822 | 2023-11-14T21:13:36.368Z | Downloaded vec_map v0.8.2 |
823 | 2023-11-14T21:13:36.371Z | Downloaded walkdir v2.4.0 |
824 | 2023-11-14T21:13:36.373Z | Downloaded parking_lot v0.12.1 |
825 | 2023-11-14T21:13:36.376Z | Downloaded slab v0.4.9 |
826 | 2023-11-14T21:13:36.379Z | Downloaded siphasher v0.3.11 |
827 | 2023-11-14T21:13:36.382Z | Downloaded thiserror-no-std v2.0.2 |
828 | 2023-11-14T21:13:36.385Z | Downloaded foreign-types v0.3.2 |
829 | 2023-11-14T21:13:36.388Z | Downloaded scopeguard v1.2.0 |
830 | 2023-11-14T21:13:36.391Z | Downloaded rand_chacha v0.3.1 |
831 | 2023-11-14T21:13:36.394Z | Downloaded quick-error v1.2.3 |
832 | 2023-11-14T21:13:36.397Z | Downloaded dyn-clone v1.0.13 |
833 | 2023-11-14T21:13:36.400Z | Downloaded russh-keys v0.38.0 |
834 | 2023-11-14T21:13:36.404Z | Downloaded toolchain_find v0.2.0 |
835 | 2023-11-14T21:13:36.408Z | Downloaded slog-scope v4.4.0 |
836 | 2023-11-14T21:13:36.411Z | Downloaded float-cmp v0.9.0 |
837 | 2023-11-14T21:13:36.414Z | Downloaded schemars_derive v0.8.13 |
838 | 2023-11-14T21:13:36.417Z | Downloaded digest v0.10.7 |
839 | 2023-11-14T21:13:36.420Z | Downloaded tokio-rustls v0.24.1 |
840 | 2023-11-14T21:13:36.423Z | Downloaded zip v0.6.6 |
841 | 2023-11-14T21:13:36.426Z | Downloaded rustls-pemfile v1.0.3 |
842 | 2023-11-14T21:13:36.429Z | Downloaded jobserver v0.1.26 |
843 | 2023-11-14T21:13:36.433Z | Downloaded itoa v1.0.9 |
844 | 2023-11-14T21:13:36.436Z | Downloaded signature v2.1.0 |
845 | 2023-11-14T21:13:36.438Z | Downloaded static_assertions v1.1.0 |
846 | 2023-11-14T21:13:36.441Z | Downloaded serde_spanned v0.6.4 |
847 | 2023-11-14T21:13:36.444Z | Downloaded futures-task v0.3.29 |
848 | 2023-11-14T21:13:36.447Z | Downloaded io-lifetimes v1.0.11 |
849 | 2023-11-14T21:13:36.450Z | Downloaded http-range v0.1.5 |
850 | 2023-11-14T21:13:36.456Z | Downloaded rand v0.8.5 |
851 | 2023-11-14T21:13:36.460Z | Downloaded futures-core v0.3.29 |
852 | 2023-11-14T21:13:36.462Z | Downloaded slog-bunyan v2.4.0 |
853 | 2023-11-14T21:13:36.465Z | Downloaded serde_tokenstream v0.1.7 |
854 | 2023-11-14T21:13:36.470Z | Downloaded time-macros v0.2.13 |
855 | 2023-11-14T21:13:36.475Z | Downloaded rustfmt-wrapper v0.2.0 |
856 | 2023-11-14T21:13:36.478Z | Downloaded headers-core v0.2.0 |
857 | 2023-11-14T21:13:36.482Z | Downloaded httpdate v1.0.3 |
858 | 2023-11-14T21:13:36.485Z | Downloaded uuid v1.5.0 |
859 | 2023-11-14T21:13:36.490Z | Downloaded futures-sink v0.3.29 |
860 | 2023-11-14T21:13:36.493Z | Downloaded serde_derive v1.0.188 |
861 | 2023-11-14T21:13:36.499Z | Downloaded serde_tokenstream v0.2.0 |
862 | 2023-11-14T21:13:36.504Z | Downloaded hubpack v0.1.2 |
863 | 2023-11-14T21:13:36.507Z | Downloaded ron v0.7.1 |
864 | 2023-11-14T21:13:36.518Z | Downloaded twox-hash v1.6.3 |
865 | 2023-11-14T21:13:36.521Z | Downloaded group v0.13.0 |
866 | 2023-11-14T21:13:36.524Z | Downloaded schemars v0.8.13 |
867 | 2023-11-14T21:13:36.547Z | Downloaded zeroize v1.6.0 |
868 | 2023-11-14T21:13:36.550Z | Downloaded rand_core v0.6.4 |
869 | 2023-11-14T21:13:36.553Z | Downloaded keccak v0.1.4 |
870 | 2023-11-14T21:13:36.557Z | Downloaded heck v0.3.3 |
871 | 2023-11-14T21:13:36.560Z | Downloaded rcgen v0.11.3 |
872 | 2023-11-14T21:13:36.563Z | Downloaded trust-dns-resolver v0.22.0 |
873 | 2023-11-14T21:13:36.570Z | Downloaded xattr v1.0.1 |
874 | 2023-11-14T21:13:36.574Z | Downloaded sha2 v0.10.8 |
875 | 2023-11-14T21:13:36.578Z | Downloaded similar v2.2.1 |
876 | 2023-11-14T21:13:36.588Z | Downloaded hyper-rustls v0.24.2 |
877 | 2023-11-14T21:13:36.593Z | Downloaded yasna v0.5.2 |
878 | 2023-11-14T21:13:36.597Z | Downloaded semver v1.0.20 |
879 | 2023-11-14T21:13:36.602Z | Downloaded clap_builder v4.4.2 |
880 | 2023-11-14T21:13:36.616Z | Downloaded toml v0.7.8 |
881 | 2023-11-14T21:13:36.623Z | Downloaded russh v0.39.0 |
882 | 2023-11-14T21:13:36.632Z | Downloaded indexmap v1.9.3 |
883 | 2023-11-14T21:13:36.639Z | Downloaded aes-gcm v0.10.3 |
884 | 2023-11-14T21:13:36.648Z | Downloaded socket2 v0.5.4 |
885 | 2023-11-14T21:13:36.651Z | Downloaded slog v2.7.0 |
886 | 2023-11-14T21:13:36.657Z | Downloaded tungstenite v0.20.1 |
887 | 2023-11-14T21:13:36.663Z | Downloaded trust-dns-server v0.22.1 |
888 | 2023-11-14T21:13:36.674Z | Downloaded itertools v0.10.5 |
889 | 2023-11-14T21:13:36.689Z | Downloaded trust-dns-client v0.22.0 |
890 | 2023-11-14T21:13:36.700Z | Downloaded serde_yaml v0.9.25 |
891 | 2023-11-14T21:13:36.707Z | Downloaded heapless v0.7.16 |
892 | 2023-11-14T21:13:36.714Z | Downloaded petgraph v0.6.4 |
893 | 2023-11-14T21:13:36.741Z | Downloaded hashbrown v0.12.3 |
894 | 2023-11-14T21:13:36.749Z | Downloaded clap v2.34.0 |
895 | 2023-11-14T21:13:36.763Z | Downloaded rusqlite v0.29.0 |
896 | 2023-11-14T21:13:36.776Z | Downloaded regex-automata v0.1.10 |
897 | 2023-11-14T21:13:36.786Z | Downloaded reqwest v0.11.20 |
898 | 2023-11-14T21:13:36.804Z | Downloaded itertools v0.11.0 |
899 | 2023-11-14T21:13:36.816Z | Downloaded serde_with v2.3.3 |
900 | 2023-11-14T21:13:36.829Z | Downloaded hkdf v0.12.3 |
901 | 2023-11-14T21:13:36.834Z | Downloaded nix v0.26.2 |
902 | 2023-11-14T21:13:36.855Z | Downloaded serde_json v1.0.108 |
903 | 2023-11-14T21:13:36.869Z | Downloaded winnow v0.5.15 |
904 | 2023-11-14T21:13:36.886Z | Downloaded hashbrown v0.14.2 |
905 | 2023-11-14T21:13:36.896Z | Downloaded futures-util v0.3.29 |
906 | 2023-11-14T21:13:36.919Z | Downloaded h2 v0.3.21 |
907 | 2023-11-14T21:13:36.932Z | Downloaded webpki-roots v0.25.2 |
908 | 2023-11-14T21:13:36.940Z | Downloaded syn v1.0.109 |
909 | 2023-11-14T21:13:36.962Z | Downloaded syn v2.0.32 |
910 | 2023-11-14T21:13:36.983Z | Downloaded smoltcp v0.8.2 |
911 | 2023-11-14T21:13:37.001Z | Downloaded smoltcp v0.9.1 |
912 | 2023-11-14T21:13:37.023Z | Downloaded rustls v0.21.8 |
913 | 2023-11-14T21:13:37.046Z | Downloaded idna v0.4.0 |
914 | 2023-11-14T21:13:37.059Z | Downloaded rustix v0.38.9 |
915 | 2023-11-14T21:13:37.101Z | Downloaded rustix v0.37.23 |
916 | 2023-11-14T21:13:37.138Z | Downloaded gimli v0.28.0 |
917 | 2023-11-14T21:13:37.155Z | Downloaded trust-dns-proto v0.22.0 |
918 | 2023-11-14T21:13:37.179Z | Downloaded sled v0.34.7 |
919 | 2023-11-14T21:13:37.270Z | Downloaded regex-syntax v0.7.5 |
920 | 2023-11-14T21:13:37.276Z | Downloaded bstr v1.6.0 |
921 | 2023-11-14T21:13:37.280Z | Downloaded regex-automata v0.3.8 |
922 | 2023-11-14T21:13:37.283Z | Downloaded tokio v1.33.0 |
923 | 2023-11-14T21:13:37.340Z | Downloaded regex-syntax v0.6.29 |
924 | 2023-11-14T21:13:37.354Z | Downloaded zerocopy-derive v0.2.0 |
925 | 2023-11-14T21:13:37.373Z | Downloaded zerocopy-derive v0.6.4 |
926 | 2023-11-14T21:13:37.394Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
927 | 2023-11-14T21:13:37.422Z | Downloaded regex-automata v0.4.3 |
928 | 2023-11-14T21:13:37.456Z | Downloaded libc v0.2.150 |
929 | 2023-11-14T21:13:37.506Z | Downloaded winapi v0.3.9 |
930 | 2023-11-14T21:13:37.583Z | Downloaded encoding_rs v0.8.33 |
931 | 2023-11-14T21:13:37.631Z | Downloaded regex v1.10.2 |
932 | 2023-11-14T21:13:37.660Z | Downloaded regex-syntax v0.8.2 |
933 | 2023-11-14T21:13:37.677Z | Downloaded sha3 v0.10.8 |
934 | 2023-11-14T21:13:37.692Z | Downloaded openapiv3 v1.0.3 |
935 | 2023-11-14T21:13:37.717Z | Downloaded bstr v0.2.17 |
936 | 2023-11-14T21:13:37.738Z | Downloaded idna v0.2.3 |
937 | 2023-11-14T21:13:37.752Z | Downloaded vcpkg v0.2.15 |
938 | 2023-11-14T21:13:37.830Z | Downloaded regress v0.7.1 |
939 | 2023-11-14T21:13:37.845Z | Downloaded radix_trie v0.2.1 |
940 | 2023-11-14T21:13:37.857Z | Downloaded diesel v2.1.3 |
941 | 2023-11-14T21:13:37.893Z | Downloaded object v0.32.1 |
942 | 2023-11-14T21:13:37.915Z | Downloaded curve25519-dalek v4.1.0 |
943 | 2023-11-14T21:13:37.939Z | Downloaded openssl v0.10.57 |
944 | 2023-11-14T21:13:37.960Z | Downloaded rustls-webpki v0.101.7 |
945 | 2023-11-14T21:13:37.992Z | Downloaded git2 v0.17.2 |
946 | 2023-11-14T21:13:38.010Z | Downloaded bitvec v1.0.1 |
947 | 2023-11-14T21:13:38.039Z | Downloaded ring v0.16.20 |
948 | 2023-11-14T21:13:38.206Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
949 | 2023-11-14T21:13:38.316Z | Downloaded hyper v0.14.27 |
950 | 2023-11-14T21:13:38.332Z | Downloaded serde v1.0.188 |
951 | 2023-11-14T21:13:38.338Z | Downloaded tokio-util v0.7.10 |
952 | 2023-11-14T21:13:38.351Z | Downloaded toml_edit v0.21.0 |
953 | 2023-11-14T21:13:38.392Z | Downloaded http v0.2.9 |
954 | 2023-11-14T21:13:38.398Z | Downloaded tracing v0.1.37 |
955 | 2023-11-14T21:13:38.408Z | Downloaded chrono v0.4.31 |
956 | 2023-11-14T21:13:38.421Z | Downloaded unicode-normalization v0.1.22 |
957 | 2023-11-14T21:13:38.428Z | Downloaded rand v0.7.3 |
958 | 2023-11-14T21:13:38.438Z | Downloaded crossterm v0.27.0 |
959 | 2023-11-14T21:13:38.450Z | Downloaded time v0.3.27 |
960 | 2023-11-14T21:13:38.462Z | Downloaded aho-corasick v1.0.4 |
961 | 2023-11-14T21:13:38.473Z | Downloaded pest v2.7.2 |
962 | 2023-11-14T21:13:38.483Z | Downloaded ed25519-dalek v2.0.0 |
963 | 2023-11-14T21:13:38.489Z | Downloaded tokio-postgres v0.7.10 |
964 | 2023-11-14T21:13:38.499Z | Downloaded hashbrown v0.13.2 |
965 | 2023-11-14T21:13:38.506Z | Downloaded inout v0.1.3 |
966 | 2023-11-14T21:13:38.509Z | Downloaded hyper-staticfile v0.9.5 |
967 | 2023-11-14T21:13:38.512Z | Downloaded unicode-segmentation v1.10.1 |
968 | 2023-11-14T21:13:38.518Z | Downloaded toml_edit v0.19.15 |
969 | 2023-11-14T21:13:38.549Z | Downloaded secrecy v0.8.0 |
970 | 2023-11-14T21:13:38.552Z | Downloaded futures-channel v0.3.29 |
971 | 2023-11-14T21:13:38.555Z | Downloaded hmac v0.12.1 |
972 | 2023-11-14T21:13:38.558Z | Downloaded socket2 v0.4.9 |
973 | 2023-11-14T21:13:38.561Z | Downloaded url v2.4.1 |
974 | 2023-11-14T21:13:38.567Z | Downloaded hex v0.4.3 |
975 | 2023-11-14T21:13:38.570Z | Downloaded serde_urlencoded v0.7.1 |
976 | 2023-11-14T21:13:38.573Z | Downloaded serde_derive_internals v0.26.0 |
977 | 2023-11-14T21:13:38.576Z | Downloaded stringprep v0.1.3 |
978 | 2023-11-14T21:13:38.578Z | Downloaded tinyvec v1.6.0 |
979 | 2023-11-14T21:13:38.584Z | Downloaded wyz v0.5.1 |
980 | 2023-11-14T21:13:38.587Z | Downloaded term v0.7.0 |
981 | 2023-11-14T21:13:38.592Z | Downloaded proc-macro2 v1.0.67 |
982 | 2023-11-14T21:13:38.597Z | Downloaded flate2 v1.0.28 |
983 | 2023-11-14T21:13:38.606Z | Downloaded libz-sys v1.1.12 |
984 | 2023-11-14T21:13:38.733Z | Downloaded indexmap v2.1.0 |
985 | 2023-11-14T21:13:38.739Z | Downloaded aes v0.8.3 |
986 | 2023-11-14T21:13:38.748Z | Downloaded unicode-bidi v0.3.13 |
987 | 2023-11-14T21:13:38.752Z | Downloaded signal-hook v0.3.17 |
988 | 2023-11-14T21:13:38.758Z | Downloaded semver-parser v0.10.2 |
989 | 2023-11-14T21:13:38.761Z | Downloaded http-body v0.4.5 |
990 | 2023-11-14T21:13:38.764Z | Downloaded form_urlencoded v1.2.0 |
991 | 2023-11-14T21:13:38.768Z | Downloaded spin v0.5.2 |
992 | 2023-11-14T21:13:38.771Z | Downloaded toml v0.8.8 |
993 | 2023-11-14T21:13:38.774Z | Downloaded toml v0.5.11 |
994 | 2023-11-14T21:13:38.777Z | Downloaded slog-async v2.8.0 |
995 | 2023-11-14T21:13:38.780Z | Downloaded rustls-native-certs v0.6.3 |
996 | 2023-11-14T21:13:38.784Z | Downloaded libm v0.2.7 |
997 | 2023-11-14T21:13:38.801Z | Downloaded sha1 v0.10.5 |
998 | 2023-11-14T21:13:38.804Z | Downloaded fnv v1.0.7 |
999 | 2023-11-14T21:13:38.807Z | Downloaded scheduled-thread-pool v0.2.7 |
1000 | 2023-11-14T21:13:38.810Z | Downloaded slog-json v2.6.1 |
1001 | 2023-11-14T21:13:38.813Z | Downloaded unsafe-libyaml v0.2.9 |
1002 | 2023-11-14T21:13:38.817Z | Downloaded futures-macro v0.3.29 |
1003 | 2023-11-14T21:13:38.819Z | Downloaded fixedbitset v0.4.2 |
1004 | 2023-11-14T21:13:38.822Z | Downloaded is-terminal v0.4.9 |
1005 | 2023-11-14T21:13:38.825Z | Downloaded signal-hook-mio v0.2.3 |
1006 | 2023-11-14T21:13:38.828Z | Downloaded tempfile v3.8.0 |
1007 | 2023-11-14T21:13:38.832Z | Downloaded tar v0.4.40 |
1008 | 2023-11-14T21:13:38.834Z | Downloaded futures v0.3.29 |
1009 | 2023-11-14T21:13:38.843Z | Downloaded hostname v0.3.1 |
1010 | 2023-11-14T21:13:38.845Z | Downloaded home v0.5.5 |
1011 | 2023-11-14T21:13:38.848Z | Downloaded slog-dtrace v0.2.3 |
1012 | 2023-11-14T21:13:38.851Z | Downloaded smf v0.2.2 |
1013 | 2023-11-14T21:13:38.854Z | Downloaded semver v0.11.0 |
1014 | 2023-11-14T21:13:38.857Z | Downloaded termcolor v1.2.0 |
1015 | 2023-11-14T21:13:38.859Z | Downloaded usdt v0.3.5 |
1016 | 2023-11-14T21:13:38.862Z | Downloaded getrandom v0.2.10 |
1017 | 2023-11-14T21:13:38.865Z | Downloaded vergen v8.2.4 |
1018 | 2023-11-14T21:13:38.868Z | Downloaded env_logger v0.9.3 |
1019 | 2023-11-14T21:13:38.873Z | Downloaded unicode-ident v1.0.12 |
1020 | 2023-11-14T21:13:38.877Z | Downloaded mio v0.8.8 |
1021 | 2023-11-14T21:13:38.888Z | Downloaded strsim v0.8.0 |
1022 | 2023-11-14T21:13:38.890Z | Downloaded string_cache v0.8.7 |
1023 | 2023-11-14T21:13:38.893Z | Downloaded stable_deref_trait v1.2.0 |
1024 | 2023-11-14T21:13:38.896Z | Downloaded enum-as-inner v0.5.1 |
1025 | 2023-11-14T21:13:38.898Z | Downloaded num-bigint v0.4.4 |
1026 | 2023-11-14T21:13:38.906Z | Downloaded half v1.8.2 |
1027 | 2023-11-14T21:13:38.910Z | Downloaded typenum v1.16.0 |
1028 | 2023-11-14T21:13:38.914Z | Downloaded der v0.7.8 |
1029 | 2023-11-14T21:13:38.924Z | Downloaded rand_core v0.5.1 |
1030 | 2023-11-14T21:13:38.927Z | Downloaded structopt-derive v0.4.18 |
1031 | 2023-11-14T21:13:38.930Z | Downloaded spki v0.7.2 |
1032 | 2023-11-14T21:13:38.933Z | Downloaded foreign-types-shared v0.1.1 |
1033 | 2023-11-14T21:13:38.935Z | Downloaded ring v0.17.5 |
1034 | 2023-11-14T21:13:39.075Z | Downloaded strum v0.25.0 |
1035 | 2023-11-14T21:13:39.079Z | Downloaded slog-envlogger v2.2.0 |
1036 | 2023-11-14T21:13:39.081Z | Downloaded thiserror-impl v1.0.49 |
1037 | 2023-11-14T21:13:39.084Z | Downloaded httparse v1.8.0 |
1038 | 2023-11-14T21:13:39.087Z | Downloaded resolv-conf v0.7.0 |
1039 | 2023-11-14T21:13:39.090Z | Downloaded elliptic-curve v0.13.5 |
1040 | 2023-11-14T21:13:39.094Z | Downloaded headers v0.3.9 |
1041 | 2023-11-14T21:13:39.104Z | Downloaded sct v0.7.0 |
1042 | 2023-11-14T21:13:39.111Z | Downloaded slog-term v2.9.0 |
1043 | 2023-11-14T21:13:39.115Z | Downloaded libsqlite3-sys v0.26.0 |
1044 | 2023-11-14T21:13:39.275Z | Downloaded getrandom v0.1.16 |
1045 | 2023-11-14T21:13:39.279Z | Downloaded rustc-demangle v0.1.23 |
1046 | 2023-11-14T21:13:39.282Z | Downloaded ringbuffer v0.15.0 |
1047 | 2023-11-14T21:13:39.285Z | Downloaded memchr v2.6.3 |
1048 | 2023-11-14T21:13:39.320Z | Downloaded usdt-impl v0.3.5 |
1049 | 2023-11-14T21:13:39.323Z | Downloaded ipnet v2.8.0 |
1050 | 2023-11-14T21:13:39.326Z | Downloaded smallvec v1.11.0 |
1051 | 2023-11-14T21:13:39.329Z | Downloaded cc v1.0.83 |
1052 | 2023-11-14T21:13:39.331Z | Downloaded tracing-core v0.1.31 |
1053 | 2023-11-14T21:13:39.334Z | Downloaded proc-macro-error-attr v1.0.4 |
1054 | 2023-11-14T21:13:39.337Z | Downloaded crossbeam-channel v0.5.8 |
1055 | 2023-11-14T21:13:39.340Z | Downloaded hyper-tls v0.5.0 |
1056 | 2023-11-14T21:13:39.342Z | Downloaded erased-serde v0.3.30 |
1057 | 2023-11-14T21:13:39.345Z | Downloaded quote v1.0.33 |
1058 | 2023-11-14T21:13:39.348Z | Downloaded subprocess v0.2.9 |
1059 | 2023-11-14T21:13:39.351Z | Downloaded serde_path_to_error v0.1.14 |
1060 | 2023-11-14T21:13:39.354Z | Downloaded subtle v2.5.0 |
1061 | 2023-11-14T21:13:39.357Z | Downloaded funty v2.0.0 |
1062 | 2023-11-14T21:13:39.360Z | Downloaded ipnetwork v0.20.0 |
1063 | 2023-11-14T21:13:39.363Z | Downloaded r2d2 v0.8.10 |
1064 | 2023-11-14T21:13:39.367Z | Downloaded backtrace v0.3.69 |
1065 | 2023-11-14T21:13:39.370Z | Downloaded base64 v0.21.5 |
1066 | 2023-11-14T21:13:39.373Z | Downloaded hashlink v0.8.3 |
1067 | 2023-11-14T21:13:39.376Z | Downloaded crossbeam-utils v0.8.16 |
1068 | 2023-11-14T21:13:39.381Z | Downloaded russh-cryptovec v0.7.0 |
1069 | 2023-11-14T21:13:39.385Z | Downloaded zerocopy v0.6.4 |
1070 | 2023-11-14T21:13:39.388Z | Downloaded foreign-types-macros v0.2.3 |
1071 | 2023-11-14T21:13:39.392Z | Downloaded foreign-types v0.5.0 |
1072 | 2023-11-14T21:13:39.398Z | Downloaded zeroize_derive v1.4.2 |
1073 | 2023-11-14T21:13:39.401Z | Downloaded structmeta-derive v0.2.0 |
1074 | 2023-11-14T21:13:39.405Z | Downloaded structmeta-derive v0.1.6 |
1075 | 2023-11-14T21:13:39.408Z | Downloaded structmeta v0.1.6 |
1076 | 2023-11-14T21:13:39.412Z | Downloaded strsim v0.10.0 |
1077 | 2023-11-14T21:13:39.415Z | Downloaded diesel_derives v2.1.1 |
1078 | 2023-11-14T21:13:39.418Z | Downloaded arc-swap v1.6.0 |
1079 | 2023-11-14T21:13:39.426Z | Downloaded base64 v0.13.1 |
1080 | 2023-11-14T21:13:39.435Z | Downloaded ucd-trie v0.1.6 |
1081 | 2023-11-14T21:13:39.448Z | Downloaded pkcs8 v0.10.2 |
1082 | 2023-11-14T21:13:39.453Z | Downloaded num-traits v0.2.16 |
1083 | 2023-11-14T21:13:39.458Z | Downloaded data-encoding v2.4.0 |
1084 | 2023-11-14T21:13:39.464Z | Downloaded bytes v1.5.0 |
1085 | 2023-11-14T21:13:39.468Z | Downloaded vsss-rs v3.3.1 |
1086 | 2023-11-14T21:13:39.474Z | Downloaded tokio-tungstenite v0.20.1 |
1087 | 2023-11-14T21:13:39.479Z | Downloaded structopt v0.3.26 |
1088 | 2023-11-14T21:13:39.483Z | Downloaded untrusted v0.9.0 |
1089 | 2023-11-14T21:13:39.486Z | Downloaded unicode-xid v0.2.4 |
1090 | 2023-11-14T21:13:39.490Z | Downloaded unicode-width v0.1.11 |
1091 | 2023-11-14T21:13:39.495Z | Downloaded thiserror v1.0.49 |
1092 | 2023-11-14T21:13:39.500Z | Downloaded rustversion v1.0.14 |
1093 | 2023-11-14T21:13:39.502Z | Downloaded radium v0.7.0 |
1094 | 2023-11-14T21:13:39.505Z | Downloaded allocator-api2 v0.2.16 |
1095 | 2023-11-14T21:13:39.513Z | Downloaded dirs-next v2.0.0 |
1096 | 2023-11-14T21:13:39.515Z | Downloaded once_cell v1.18.0 |
1097 | 2023-11-14T21:13:39.518Z | Downloaded blake2 v0.10.6 |
1098 | 2023-11-14T21:13:39.521Z | Downloaded parking_lot_core v0.9.8 |
1099 | 2023-11-14T21:13:39.525Z | Downloaded ghash v0.5.0 |
1100 | 2023-11-14T21:13:39.528Z | Downloaded futures-io v0.3.29 |
1101 | 2023-11-14T21:13:39.532Z | Downloaded dirs-sys v0.4.1 |
1102 | 2023-11-14T21:13:39.535Z | Downloaded tracing-attributes v0.1.26 |
1103 | 2023-11-14T21:13:39.541Z | Downloaded toml_datetime v0.6.5 |
1104 | 2023-11-14T21:13:39.544Z | Downloaded tokio-stream v0.1.14 |
1105 | 2023-11-14T21:13:39.549Z | Downloaded postgres-protocol v0.6.6 |
1106 | 2023-11-14T21:13:39.554Z | Downloaded password-hash v0.5.0 |
1107 | 2023-11-14T21:13:39.558Z | Downloaded parking_lot_core v0.8.6 |
1108 | 2023-11-14T21:13:39.561Z | Downloaded ff v0.13.0 |
1109 | 2023-11-14T21:13:39.565Z | Downloaded utf-8 v0.7.6 |
1110 | 2023-11-14T21:13:39.569Z | Downloaded postcard v0.7.3 |
1111 | 2023-11-14T21:13:39.572Z | Downloaded humantime v2.1.0 |
1112 | 2023-11-14T21:13:39.576Z | Downloaded futures-executor v0.3.29 |
1113 | 2023-11-14T21:13:39.579Z | Downloaded fastrand v2.0.0 |
1114 | 2023-11-14T21:13:39.582Z | Downloaded version_check v0.9.4 |
1115 | 2023-11-14T21:13:39.585Z | Downloaded utf8parse v0.2.1 |
1116 | 2023-11-14T21:13:39.589Z | Downloaded untrusted v0.7.1 |
1117 | 2023-11-14T21:13:39.595Z | Downloaded universal-hash v0.5.1 |
1118 | 2023-11-14T21:13:39.598Z | Downloaded unicase v2.7.0 |
1119 | 2023-11-14T21:13:39.601Z | Downloaded terminal_size v0.2.6 |
1120 | 2023-11-14T21:13:39.606Z | Downloaded poly1305 v0.8.0 |
1121 | 2023-11-14T21:13:39.609Z | Downloaded openssl-sys v0.9.93 |
1122 | 2023-11-14T21:13:39.612Z | Downloaded filetime v0.2.22 |
1123 | 2023-11-14T21:13:39.615Z | Downloaded dirs v5.0.1 |
1124 | 2023-11-14T21:13:39.623Z | Downloaded zone v0.3.0 |
1125 | 2023-11-14T21:13:39.626Z | Downloaded zerocopy v0.3.0 |
1126 | 2023-11-14T21:13:39.630Z | Downloaded chacha20poly1305 v0.10.1 |
1127 | 2023-11-14T21:13:39.633Z | Downloaded ahash v0.8.3 |
1128 | 2023-11-14T21:13:39.637Z | Downloaded proc-macro-error v1.0.4 |
1129 | 2023-11-14T21:13:39.640Z | Downloaded pest_derive v2.7.2 |
1130 | 2023-11-14T21:13:39.643Z | Downloaded password-hash v0.4.2 |
1131 | 2023-11-14T21:13:39.646Z | Downloaded num-complex v0.4.4 |
1132 | 2023-11-14T21:13:39.649Z | Downloaded miniz_oxide v0.7.1 |
1133 | 2023-11-14T21:13:39.652Z | Downloaded darling_core v0.20.3 |
1134 | 2023-11-14T21:13:39.655Z | Downloaded thread_local v1.1.7 |
1135 | 2023-11-14T21:13:39.659Z | Downloaded thread-id v4.2.0 |
1136 | 2023-11-14T21:13:39.664Z | Downloaded textwrap v0.11.0 |
1137 | 2023-11-14T21:13:39.667Z | Downloaded proc-macro-crate v1.3.1 |
1138 | 2023-11-14T21:13:39.670Z | Downloaded num_enum_derive v0.5.11 |
1139 | 2023-11-14T21:13:39.673Z | Downloaded num_enum v0.5.11 |
1140 | 2023-11-14T21:13:39.676Z | Downloaded colored v2.0.4 |
1141 | 2023-11-14T21:13:39.679Z | Downloaded pest_generator v2.7.2 |
1142 | 2023-11-14T21:13:39.682Z | Downloaded percent-encoding v2.3.0 |
1143 | 2023-11-14T21:13:39.685Z | Downloaded pem v3.0.2 |
1144 | 2023-11-14T21:13:39.688Z | Downloaded parse-display-derive v0.8.2 |
1145 | 2023-11-14T21:13:39.691Z | Downloaded bzip2 v0.4.4 |
1146 | 2023-11-14T21:13:39.694Z | Downloaded backoff v0.4.0 |
1147 | 2023-11-14T21:13:39.696Z | Downloaded structmeta v0.2.0 |
1148 | 2023-11-14T21:13:39.699Z | Downloaded pbkdf2 v0.12.2 |
1149 | 2023-11-14T21:13:39.702Z | Downloaded pbkdf2 v0.11.0 |
1150 | 2023-11-14T21:13:39.704Z | Downloaded paste v1.0.14 |
1151 | 2023-11-14T21:13:39.708Z | Downloaded num_enum v0.7.0 |
1152 | 2023-11-14T21:13:39.711Z | Downloaded crypto-common v0.1.6 |
1153 | 2023-11-14T21:13:39.713Z | Downloaded crossbeam-epoch v0.9.15 |
1154 | 2023-11-14T21:13:39.717Z | Downloaded crc32fast v1.3.2 |
1155 | 2023-11-14T21:13:39.720Z | Downloaded const-oid v0.9.5 |
1156 | 2023-11-14T21:13:39.723Z | Downloaded bincode v1.3.3 |
1157 | 2023-11-14T21:13:39.726Z | Downloaded bitflags v2.4.0 |
1158 | 2023-11-14T21:13:39.728Z | Downloaded bit-set v0.5.3 |
1159 | 2023-11-14T21:13:39.733Z | Downloaded anstream v0.5.0 |
1160 | 2023-11-14T21:13:39.736Z | Downloaded async-trait v0.1.74 |
1161 | 2023-11-14T21:13:39.739Z | Downloaded convert_case v0.4.0 |
1162 | 2023-11-14T21:13:39.742Z | Downloaded console v0.15.7 |
1163 | 2023-11-14T21:13:39.746Z | Downloaded num v0.4.1 |
1164 | 2023-11-14T21:13:39.748Z | Downloaded zone_cfg_derive v0.3.0 |
1165 | 2023-11-14T21:13:39.751Z | Downloaded anstyle-parse v0.2.1 |
1166 | 2023-11-14T21:13:39.753Z | Downloaded aes-gcm-siv v0.11.1 |
1167 | 2023-11-14T21:13:39.756Z | Downloaded argon2 v0.5.2 |
1168 | 2023-11-14T21:13:39.758Z | Downloaded omicron-zone-package v0.8.3 |
1169 | 2023-11-14T21:13:39.761Z | Downloaded cfg-if v1.0.0 |
1170 | 2023-11-14T21:13:39.763Z | Downloaded ppv-lite86 v0.2.17 |
1171 | 2023-11-14T21:13:39.766Z | Downloaded pkg-config v0.3.27 |
1172 | 2023-11-14T21:13:39.769Z | Downloaded parse-display-derive v0.7.0 |
1173 | 2023-11-14T21:13:39.773Z | Downloaded clap v4.4.3 |
1174 | 2023-11-14T21:13:39.776Z | Downloaded cbc v0.1.2 |
1175 | 2023-11-14T21:13:39.779Z | Downloaded blowfish v0.9.1 |
1176 | 2023-11-14T21:13:39.782Z | Downloaded try-lock v0.2.4 |
1177 | 2023-11-14T21:13:39.784Z | Downloaded postgres-types v0.2.6 |
1178 | 2023-11-14T21:13:39.788Z | Downloaded phf_shared v0.10.0 |
1179 | 2023-11-14T21:13:39.791Z | Downloaded lalrpop-util v0.19.12 |
1180 | 2023-11-14T21:13:39.794Z | Downloaded kstat-rs v0.2.3 |
1181 | 2023-11-14T21:13:39.798Z | Downloaded bcrypt-pbkdf v0.10.0 |
1182 | 2023-11-14T21:13:39.800Z | Downloaded async-recursion v1.0.5 |
1183 | 2023-11-14T21:13:39.803Z | Downloaded ansi_term v0.12.1 |
1184 | 2023-11-14T21:13:39.806Z | Downloaded tinyvec_macros v0.1.1 |
1185 | 2023-11-14T21:13:39.809Z | Downloaded pretty-hex v0.2.1 |
1186 | 2023-11-14T21:13:39.812Z | Downloaded parse-display v0.8.2 |
1187 | 2023-11-14T21:13:39.815Z | Downloaded parse-display v0.7.0 |
1188 | 2023-11-14T21:13:39.818Z | Downloaded openssl-macros v0.1.1 |
1189 | 2023-11-14T21:13:39.822Z | Downloaded curve25519-dalek-derive v0.1.0 |
1190 | 2023-11-14T21:13:39.826Z | Downloaded cpufeatures v0.2.9 |
1191 | 2023-11-14T21:13:39.829Z | Downloaded predicates v3.0.4 |
1192 | 2023-11-14T21:13:39.832Z | Downloaded native-tls v0.2.11 |
1193 | 2023-11-14T21:13:39.835Z | Downloaded mime_guess v2.0.4 |
1194 | 2023-11-14T21:13:39.838Z | Downloaded parking_lot v0.11.2 |
1195 | 2023-11-14T21:13:39.841Z | Downloaded normalize-line-endings v0.3.0 |
1196 | 2023-11-14T21:13:39.844Z | Downloaded adler v1.0.2 |
1197 | 2023-11-14T21:13:39.847Z | Downloaded take_mut v0.2.2 |
1198 | 2023-11-14T21:13:39.849Z | Downloaded platforms v3.0.2 |
1199 | 2023-11-14T21:13:39.852Z | Downloaded pin-project-lite v0.2.13 |
1200 | 2023-11-14T21:13:39.858Z | Downloaded multer v2.1.0 |
1201 | 2023-11-14T21:13:39.861Z | Downloaded log v0.4.20 |
1202 | 2023-11-14T21:13:39.864Z | Downloaded ciborium v0.2.1 |
1203 | 2023-11-14T21:13:39.867Z | Downloaded cancel-safe-futures v0.1.5 |
1204 | 2023-11-14T21:13:39.870Z | Downloaded num_cpus v1.16.0 |
1205 | 2023-11-14T21:13:39.872Z | Downloaded memoffset v0.9.0 |
1206 | 2023-11-14T21:13:39.875Z | Downloaded bit-vec v0.6.3 |
1207 | 2023-11-14T21:13:39.878Z | Downloaded async-stream v0.3.5 |
1208 | 2023-11-14T21:13:39.882Z | Downloaded aead v0.5.2 |
1209 | 2023-11-14T21:13:39.885Z | Downloaded predicates-core v1.0.6 |
1210 | 2023-11-14T21:13:39.888Z | Downloaded pem v1.1.1 |
1211 | 2023-11-14T21:13:39.890Z | Downloaded num_enum_derive v0.7.0 |
1212 | 2023-11-14T21:13:39.893Z | Downloaded deranged v0.3.8 |
1213 | 2023-11-14T21:13:39.896Z | Downloaded cfg-if v0.1.10 |
1214 | 2023-11-14T21:13:39.899Z | Downloaded phf v0.11.2 |
1215 | 2023-11-14T21:13:39.902Z | Downloaded debug-ignore v1.0.5 |
1216 | 2023-11-14T21:13:39.905Z | Downloaded ciborium-io v0.2.1 |
1217 | 2023-11-14T21:13:39.908Z | Downloaded openssl-probe v0.1.5 |
1218 | 2023-11-14T21:13:39.911Z | Downloaded opaque-debug v0.3.0 |
1219 | 2023-11-14T21:13:39.913Z | Downloaded darling_macro v0.20.3 |
1220 | 2023-11-14T21:13:39.917Z | Downloaded bitstruct_derive v0.1.0 |
1221 | 2023-11-14T21:13:39.920Z | Downloaded option-ext v0.2.0 |
1222 | 2023-11-14T21:13:39.926Z | Downloaded nibble_vec v0.1.0 |
1223 | 2023-11-14T21:13:39.929Z | Downloaded mime v0.3.17 |
1224 | 2023-11-14T21:13:39.933Z | Downloaded managed v0.8.0 |
1225 | 2023-11-14T21:13:39.936Z | Downloaded lru-cache v0.1.2 |
1226 | 2023-11-14T21:13:39.938Z | Downloaded linked-hash-map v0.5.6 |
1227 | 2023-11-14T21:13:39.942Z | Downloaded async-stream-impl v0.3.5 |
1228 | 2023-11-14T21:13:39.944Z | Downloaded anstyle-query v1.0.0 |
1229 | 2023-11-14T21:13:39.947Z | Downloaded atty v0.2.14 |
1230 | 2023-11-14T21:13:39.950Z | Downloaded atomicwrites v0.4.2 |
1231 | 2023-11-14T21:13:39.953Z | Downloaded anstyle v1.0.2 |
1232 | 2023-11-14T21:13:39.955Z | Downloaded pin-utils v0.1.0 |
1233 | 2023-11-14T21:13:39.958Z | Downloaded libefi-sys v0.1.0 |
1234 | 2023-11-14T21:13:39.961Z | Downloaded derive_more v0.99.17 |
1235 | 2023-11-14T21:13:39.963Z | Downloaded darling v0.20.3 |
1236 | 2023-11-14T21:13:39.966Z | Downloaded md-5 v0.10.5 |
1237 | 2023-11-14T21:13:39.969Z | Downloaded lazy_static v1.4.0 |
1238 | 2023-11-14T21:13:39.972Z | Downloaded ctr v0.9.2 |
1239 | 2023-11-14T21:13:39.978Z | Downloaded cstr-argument v0.1.2 |
1240 | 2023-11-14T21:13:39.981Z | Downloaded cipher v0.4.4 |
1241 | 2023-11-14T21:13:39.984Z | Downloaded chacha20 v0.9.1 |
1242 | 2023-11-14T21:13:39.988Z | Downloaded match_cfg v0.1.0 |
1243 | 2023-11-14T21:13:39.991Z | Downloaded macaddr v1.0.1 |
1244 | 2023-11-14T21:13:39.994Z | Downloaded clap_lex v0.5.1 |
1245 | 2023-11-14T21:13:39.996Z | Downloaded camino-tempfile v1.0.2 |
1246 | 2023-11-14T21:13:39.999Z | Downloaded byteorder v1.5.0 |
1247 | 2023-11-14T21:13:40.002Z | Downloaded block-padding v0.3.3 |
1248 | 2023-11-14T21:13:40.464Z | Compiling proc-macro2 v1.0.67 |
1249 | 2023-11-14T21:13:40.475Z | Compiling unicode-ident v1.0.12 |
1250 | 2023-11-14T21:13:40.486Z | Compiling libc v0.2.150 |
1251 | 2023-11-14T21:13:40.497Z | Compiling serde v1.0.188 |
1252 | 2023-11-14T21:13:40.508Z | Compiling version_check v0.9.4 |
1253 | 2023-11-14T21:13:40.518Z | Compiling autocfg v1.1.0 |
1254 | 2023-11-14T21:13:40.529Z | Compiling cfg-if v1.0.0 |
1255 | 2023-11-14T21:13:40.540Z | Compiling syn v1.0.109 |
1256 | 2023-11-14T21:13:40.829Z | Compiling once_cell v1.18.0 |
1257 | 2023-11-14T21:13:40.981Z | Compiling typenum v1.16.0 |
1258 | 2023-11-14T21:13:41.567Z | Compiling libm v0.2.7 |
1259 | 2023-11-14T21:13:41.654Z | Compiling generic-array v0.14.7 |
1260 | 2023-11-14T21:13:41.815Z | Compiling lock_api v0.4.10 |
1261 | 2023-11-14T21:13:42.981Z | Compiling parking_lot_core v0.9.8 |
1262 | 2023-11-14T21:13:43.139Z | Compiling thiserror v1.0.49 |
1263 | 2023-11-14T21:13:43.164Z | Compiling num-traits v0.2.16 |
1264 | 2023-11-14T21:13:43.253Z | Compiling itoa v1.0.9 |
1265 | 2023-11-14T21:13:43.349Z | Compiling memchr v2.6.3 |
1266 | 2023-11-14T21:13:43.573Z | Compiling futures-core v0.3.29 |
1267 | 2023-11-14T21:13:43.686Z | Compiling ahash v0.8.3 |
1268 | 2023-11-14T21:13:43.966Z | Compiling serde_json v1.0.108 |
1269 | 2023-11-14T21:13:44.071Z | Compiling log v0.4.20 |
1270 | 2023-11-14T21:13:44.326Z | Compiling slab v0.4.9 |
1271 | 2023-11-14T21:13:44.462Z | Compiling quote v1.0.33 |
1272 | 2023-11-14T21:13:44.741Z | Compiling futures-channel v0.3.29 |
1273 | 2023-11-14T21:13:44.791Z | Compiling futures-task v0.3.29 |
1274 | 2023-11-14T21:13:45.041Z | Compiling syn v2.0.32 |
1275 | 2023-11-14T21:13:45.339Z | Compiling getrandom v0.2.10 |
1276 | 2023-11-14T21:13:45.713Z | Compiling jobserver v0.1.26 |
1277 | 2023-11-14T21:13:45.939Z | Compiling pkg-config v0.3.27 |
1278 | 2023-11-14T21:13:45.961Z | Compiling futures-util v0.3.29 |
1279 | 2023-11-14T21:13:46.121Z | Compiling ryu v1.0.15 |
1280 | 2023-11-14T21:13:46.436Z | Compiling cc v1.0.83 |
1281 | 2023-11-14T21:13:46.626Z | Compiling rand_core v0.6.4 |
1282 | 2023-11-14T21:13:46.662Z | Compiling vcpkg v0.2.15 |
1283 | 2023-11-14T21:13:46.788Z | Compiling schemars v0.8.13 |
1284 | 2023-11-14T21:13:47.276Z | Compiling scopeguard v1.2.0 |
1285 | 2023-11-14T21:13:47.287Z | Compiling allocator-api2 v0.2.16 |
1286 | 2023-11-14T21:13:47.670Z | Compiling heck v0.4.1 |
1287 | 2023-11-14T21:13:48.440Z | Compiling hashbrown v0.14.2 |
1288 | 2023-11-14T21:13:48.934Z | Compiling equivalent v1.0.1 |
1289 | 2023-11-14T21:13:49.088Z | Compiling smallvec v1.11.0 |
1290 | 2023-11-14T21:13:49.200Z | Compiling fnv v1.0.7 |
1291 | 2023-11-14T21:13:49.371Z | Compiling iana-time-zone v0.1.57 |
1292 | 2023-11-14T21:13:49.795Z | Compiling byteorder v1.5.0 |
1293 | 2023-11-14T21:13:50.050Z | Compiling semver v1.0.20 |
1294 | 2023-11-14T21:13:50.543Z | Compiling pin-project-lite v0.2.13 |
1295 | 2023-11-14T21:13:50.631Z | Compiling httparse v1.8.0 |
1296 | 2023-11-14T21:13:50.842Z | Compiling signal-hook-registry v1.4.1 |
1297 | 2023-11-14T21:13:51.047Z | Compiling ring v0.16.20 |
1298 | 2023-11-14T21:13:51.249Z | Compiling ring v0.17.5 |
1299 | 2023-11-14T21:13:51.736Z | Compiling parking_lot v0.12.1 |
1300 | 2023-11-14T21:13:51.836Z | Compiling indexmap v1.9.3 |
1301 | 2023-11-14T21:13:51.998Z | Compiling dyn-clone v1.0.13 |
1302 | 2023-11-14T21:13:52.203Z | Compiling mio v0.8.8 |
1303 | 2023-11-14T21:13:52.298Z | Compiling openssl-sys v0.9.93 |
1304 | 2023-11-14T21:13:52.323Z | Compiling tinyvec_macros v0.1.1 |
1305 | 2023-11-14T21:13:52.454Z | Compiling rustls v0.21.8 |
1306 | 2023-11-14T21:13:52.873Z | Compiling time-core v0.1.1 |
1307 | 2023-11-14T21:13:53.084Z | Compiling tinyvec v1.6.0 |
1308 | 2023-11-14T21:13:53.130Z | Compiling time-macros v0.2.13 |
1309 | 2023-11-14T21:13:53.196Z | Compiling num_cpus v1.16.0 |
1310 | 2023-11-14T21:13:53.368Z | Compiling socket2 v0.5.4 |
1311 | 2023-11-14T21:13:54.258Z | Compiling subtle v2.5.0 |
1312 | 2023-11-14T21:13:54.656Z | Compiling aho-corasick v1.0.4 |
1313 | 2023-11-14T21:13:55.037Z | Compiling ucd-trie v0.1.6 |
1314 | 2023-11-14T21:13:55.214Z | Compiling spin v0.5.2 |
1315 | 2023-11-14T21:13:55.600Z | Compiling unicode-normalization v0.1.22 |
1316 | 2023-11-14T21:13:55.676Z | Compiling unicode-bidi v0.3.13 |
1317 | 2023-11-14T21:13:56.085Z | Compiling regex-syntax v0.8.2 |
1318 | 2023-11-14T21:13:57.366Z | Compiling serde_derive_internals v0.26.0 |
1319 | 2023-11-14T21:13:57.433Z | Compiling backtrace v0.3.69 |
1320 | 2023-11-14T21:13:58.042Z | Compiling slog v2.7.0 |
1321 | 2023-11-14T21:13:58.261Z | Compiling async-trait v0.1.74 |
1322 | 2023-11-14T21:13:58.854Z | Compiling openssl v0.10.57 |
1323 | 2023-11-14T21:13:59.025Z | Compiling percent-encoding v2.3.0 |
1324 | 2023-11-14T21:13:59.465Z | Compiling winnow v0.5.15 |
1325 | 2023-11-14T21:13:59.547Z | Compiling anyhow v1.0.75 |
1326 | 2023-11-14T21:13:59.611Z | Compiling form_urlencoded v1.2.0 |
1327 | 2023-11-14T21:14:00.092Z | Compiling pin-utils v0.1.0 |
1328 | 2023-11-14T21:14:00.227Z | Compiling futures-sink v0.3.29 |
1329 | 2023-11-14T21:14:00.477Z | Compiling native-tls v0.2.11 |
1330 | 2023-11-14T21:14:00.563Z | Compiling idna v0.4.0 |
1331 | 2023-11-14T21:14:01.777Z | Compiling unicode-xid v0.2.4 |
1332 | 2023-11-14T21:14:02.034Z | Compiling regex-automata v0.4.3 |
1333 | 2023-11-14T21:14:02.136Z | Compiling url v2.4.1 |
1334 | 2023-11-14T21:14:02.342Z | Compiling futures-io v0.3.29 |
1335 | 2023-11-14T21:14:02.827Z | Compiling hashbrown v0.13.2 |
1336 | 2023-11-14T21:14:03.271Z | Compiling rustversion v1.0.14 |
1337 | 2023-11-14T21:14:04.152Z | Compiling unicode-width v0.1.11 |
1338 | 2023-11-14T21:14:05.371Z | Compiling tracing-core v0.1.31 |
1339 | 2023-11-14T21:14:05.439Z | Compiling adler v1.0.2 |
1340 | 2023-11-14T21:14:05.759Z | Compiling miniz_oxide v0.7.1 |
1341 | 2023-11-14T21:14:05.797Z | Compiling synstructure v0.12.6 |
1342 | 2023-11-14T21:14:06.685Z | Compiling const-oid v0.9.5 |
1343 | 2023-11-14T21:14:07.850Z | Compiling crossbeam-utils v0.8.16 |
1344 | 2023-11-14T21:14:08.007Z | Compiling rustix v0.38.9 |
1345 | 2023-11-14T21:14:08.350Z | Compiling cpufeatures v0.2.9 |
1346 | 2023-11-14T21:14:08.438Z | Compiling gimli v0.28.0 |
1347 | 2023-11-14T21:14:08.493Z | Compiling object v0.32.1 |
1348 | 2023-11-14T21:14:08.567Z | Compiling ppv-lite86 v0.2.17 |
1349 | 2023-11-14T21:14:08.942Z | Compiling regex v1.10.2 |
1350 | 2023-11-14T21:14:09.902Z | Compiling base64 v0.21.5 |
1351 | 2023-11-14T21:14:10.045Z | Compiling rustc-demangle v0.1.23 |
1352 | 2023-11-14T21:14:10.133Z | Compiling serde_derive v1.0.188 |
1353 | 2023-11-14T21:14:10.335Z | Compiling zeroize_derive v1.4.2 |
1354 | 2023-11-14T21:14:10.877Z | Compiling thiserror-impl v1.0.49 |
1355 | 2023-11-14T21:14:11.242Z | Compiling tokio-macros v2.1.0 |
1356 | 2023-11-14T21:14:11.750Z | Compiling futures-macro v0.3.29 |
1357 | 2023-11-14T21:14:12.763Z | Compiling tracing-attributes v0.1.26 |
1358 | 2023-11-14T21:14:13.758Z | Compiling schemars_derive v0.8.13 |
1359 | 2023-11-14T21:14:14.963Z | Compiling zeroize v1.6.0 |
1360 | 2023-11-14T21:14:15.721Z | Compiling pest v2.7.2 |
1361 | 2023-11-14T21:14:17.842Z | Compiling crypto-common v0.1.6 |
1362 | 2023-11-14T21:14:18.146Z | Compiling openssl-macros v0.1.1 |
1363 | 2023-11-14T21:14:18.434Z | Compiling tracing v0.1.37 |
1364 | 2023-11-14T21:14:18.737Z | Compiling block-buffer v0.10.4 |
1365 | 2023-11-14T21:14:19.113Z | Compiling digest v0.10.7 |
1366 | 2023-11-14T21:14:19.267Z | Compiling zerocopy-derive v0.2.0 |
1367 | 2023-11-14T21:14:19.292Z | Compiling addr2line v0.21.0 |
1368 | 2023-11-14T21:14:19.749Z | Compiling pest_meta v2.7.2 |
1369 | 2023-11-14T21:14:20.116Z | Compiling spin v0.9.8 |
1370 | 2023-11-14T21:14:20.717Z | Compiling usdt-impl v0.3.5 |
1371 | 2023-11-14T21:14:20.838Z | Compiling bitflags v1.3.2 |
1372 | 2023-11-14T21:14:20.983Z | Compiling num_threads v0.1.6 |
1373 | 2023-11-14T21:14:21.086Z | Compiling deranged v0.3.8 |
1374 | 2023-11-14T21:14:21.164Z | Compiling rand_chacha v0.3.1 |
1375 | 2023-11-14T21:14:21.425Z | Compiling lazy_static v1.4.0 |
1376 | 2023-11-14T21:14:21.585Z | Compiling thread-id v4.2.0 |
1377 | 2023-11-14T21:14:22.212Z | Compiling pest_generator v2.7.2 |
1378 | 2023-11-14T21:14:23.433Z | Compiling zerocopy v0.3.0 |
1379 | 2023-11-14T21:14:24.120Z | Compiling time v0.3.27 |
1380 | 2023-11-14T21:14:24.673Z | Compiling dof v0.1.5 |
1381 | 2023-11-14T21:14:25.954Z | Compiling rand v0.8.5 |
1382 | 2023-11-14T21:14:26.375Z | Compiling untrusted v0.7.1 |
1383 | 2023-11-14T21:14:27.092Z | Compiling pest_derive v2.7.2 |
1384 | 2023-11-14T21:14:28.219Z | Compiling untrusted v0.9.0 |
1385 | 2023-11-14T21:14:28.280Z | Compiling dtrace-parser v0.1.14 |
1386 | 2023-11-14T21:14:28.478Z | Compiling strum_macros v0.25.2 |
1387 | 2023-11-14T21:14:28.688Z | Compiling regress v0.7.1 |
1388 | 2023-11-14T21:14:31.142Z | Compiling socket2 v0.4.9 |
1389 | 2023-11-14T21:14:31.806Z | Compiling hashbrown v0.12.3 |
1390 | 2023-11-14T21:14:32.603Z | Compiling strsim v0.10.0 |
1391 | 2023-11-14T21:14:33.079Z | Compiling bytes v1.5.0 |
1392 | 2023-11-14T21:14:33.597Z | Compiling indexmap v2.1.0 |
1393 | 2023-11-14T21:14:33.680Z | Compiling chrono v0.4.31 |
1394 | 2023-11-14T21:14:33.868Z | Compiling uuid v1.5.0 |
1395 | 2023-11-14T21:14:34.685Z | Compiling http v0.2.9 |
1396 | 2023-11-14T21:14:35.097Z | Compiling tokio v1.33.0 |
1397 | 2023-11-14T21:14:35.459Z | Compiling toml_datetime v0.6.5 |
1398 | 2023-11-14T21:14:35.730Z | Compiling serde_spanned v0.6.4 |
1399 | 2023-11-14T21:14:36.077Z | Compiling toml_edit v0.19.15 |
1400 | 2023-11-14T21:14:36.206Z | Compiling bitflags v2.4.0 |
1401 | 2023-11-14T21:14:36.422Z | Compiling rustc_version v0.4.0 |
1402 | 2023-11-14T21:14:36.919Z | Compiling openapiv3 v1.0.3 |
1403 | 2023-11-14T21:14:38.829Z | Compiling serde_tokenstream v0.1.7 |
1404 | 2023-11-14T21:14:38.891Z | Compiling serde_tokenstream v0.2.0 |
1405 | 2023-11-14T21:14:39.684Z | Compiling sct v0.7.0 |
1406 | 2023-11-14T21:14:40.367Z | Compiling httpdate v1.0.3 |
1407 | 2023-11-14T21:14:40.421Z | Compiling try-lock v0.2.4 |
1408 | 2023-11-14T21:14:40.580Z | Compiling usdt-attr-macro v0.3.5 |
1409 | 2023-11-14T21:14:40.628Z | Compiling usdt-macro v0.3.5 |
1410 | 2023-11-14T21:14:41.110Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1411 | 2023-11-14T21:14:41.142Z | Compiling want v0.3.1 |
1412 | 2023-11-14T21:14:41.576Z | Compiling http-body v0.4.5 |
1413 | 2023-11-14T21:14:42.225Z | Compiling rustls-pemfile v1.0.3 |
1414 | 2023-11-14T21:14:42.782Z | Compiling tower-service v0.3.2 |
1415 | 2023-11-14T21:14:42.826Z | Compiling openssl-probe v0.1.5 |
1416 | 2023-11-14T21:14:42.958Z | Compiling mime v0.3.17 |
1417 | 2023-11-14T21:14:43.359Z | Compiling foreign-types-shared v0.1.1 |
1418 | 2023-11-14T21:14:43.504Z | Compiling foreign-types v0.3.2 |
1419 | 2023-11-14T21:14:44.122Z | Compiling errno v0.3.2 |
1420 | 2023-11-14T21:14:44.209Z | Compiling ipnet v2.8.0 |
1421 | 2023-11-14T21:14:44.395Z | Compiling getopts v0.2.21 |
1422 | 2023-11-14T21:14:45.235Z | Compiling encoding_rs v0.8.33 |
1423 | 2023-11-14T21:14:46.360Z | Compiling unsafe-libyaml v0.2.9 |
1424 | 2023-11-14T21:14:46.388Z | Compiling rustls-native-certs v0.6.3 |
1425 | 2023-11-14T21:14:47.041Z | Compiling serde_urlencoded v0.7.1 |
1426 | 2023-11-14T21:14:47.859Z | Compiling tokio-util v0.7.10 |
1427 | 2023-11-14T21:14:48.966Z | Compiling serde_yaml v0.9.25 |
1428 | 2023-11-14T21:14:49.844Z | Compiling h2 v0.3.21 |
1429 | 2023-11-14T21:14:50.436Z | Compiling regex-syntax v0.6.29 |
1430 | 2023-11-14T21:14:51.522Z | Compiling webpki-roots v0.25.2 |
1431 | 2023-11-14T21:14:53.785Z | Compiling hmac v0.12.1 |
1432 | 2023-11-14T21:14:54.096Z | Compiling num-integer v0.1.45 |
1433 | 2023-11-14T21:14:54.596Z | Compiling toml v0.7.8 |
1434 | 2023-11-14T21:14:55.194Z | Compiling sha2 v0.10.8 |
1435 | 2023-11-14T21:14:56.875Z | Compiling block-padding v0.3.3 |
1436 | 2023-11-14T21:14:57.224Z | Compiling tokio-native-tls v0.3.1 |
1437 | 2023-11-14T21:14:57.831Z | Compiling crc32fast v1.3.2 |
1438 | 2023-11-14T21:14:58.059Z | Compiling inout v0.1.3 |
1439 | 2023-11-14T21:14:58.599Z | Compiling futures-executor v0.3.29 |
1440 | 2023-11-14T21:14:59.548Z | Compiling cipher v0.4.4 |
1441 | 2023-11-14T21:14:59.890Z | Compiling fallible-iterator v0.2.0 |
1442 | 2023-11-14T21:15:00.277Z | Compiling futures v0.3.29 |
1443 | 2023-11-14T21:15:00.456Z | Compiling ipnetwork v0.20.0 |
1444 | 2023-11-14T21:15:00.609Z | Compiling siphasher v0.3.11 |
1445 | 2023-11-14T21:15:01.038Z | Compiling usdt v0.3.5 |
1446 | 2023-11-14T21:15:01.131Z | Compiling toml_edit v0.21.0 |
1447 | 2023-11-14T21:15:01.428Z | Compiling hyper v0.14.27 |
1448 | 2023-11-14T21:15:01.973Z | Compiling md-5 v0.10.5 |
1449 | 2023-11-14T21:15:02.323Z | Compiling stringprep v0.1.3 |
1450 | 2023-11-14T21:15:02.462Z | Compiling io-lifetimes v1.0.11 |
1451 | 2023-11-14T21:15:03.645Z | Compiling postgres-protocol v0.6.6 |
1452 | 2023-11-14T21:15:03.909Z | Compiling phf_shared v0.11.2 |
1453 | 2023-11-14T21:15:03.993Z | Compiling hex v0.4.3 |
1454 | 2023-11-14T21:15:04.494Z | Compiling enum-as-inner v0.5.1 |
1455 | 2023-11-14T21:15:04.638Z | Compiling slog-async v2.8.0 |
1456 | 2023-11-14T21:15:04.991Z | Compiling postgres-types v0.2.6 |
1457 | 2023-11-14T21:15:05.442Z | Compiling phf v0.11.2 |
1458 | 2023-11-14T21:15:06.289Z | Compiling num-bigint v0.4.4 |
1459 | 2023-11-14T21:15:06.421Z | Compiling rustix v0.37.23 |
1460 | 2023-11-14T21:15:06.988Z | Compiling whoami v1.4.1 |
1461 | 2023-11-14T21:15:07.290Z | Compiling data-encoding v2.4.0 |
1462 | 2023-11-14T21:15:07.595Z | Compiling tokio-postgres v0.7.10 |
1463 | 2023-11-14T21:15:08.300Z | Compiling zerocopy-derive v0.6.4 |
1464 | 2023-11-14T21:15:08.779Z | Compiling static_assertions v1.1.0 |
1465 | 2023-11-14T21:15:08.928Z | Compiling flate2 v1.0.28 |
1466 | 2023-11-14T21:15:10.614Z | Compiling either v1.9.0 |
1467 | 2023-11-14T21:15:11.360Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1468 | 2023-11-14T21:15:11.468Z | Compiling ident_case v1.0.1 |
1469 | 2023-11-14T21:15:11.703Z | Compiling darling_core v0.20.3 |
1470 | 2023-11-14T21:15:12.080Z | Compiling camino v1.1.6 |
1471 | 2023-11-14T21:15:13.093Z | Compiling hyper-tls v0.5.0 |
1472 | 2023-11-14T21:15:13.629Z | Compiling heapless v0.7.16 |
1473 | 2023-11-14T21:15:14.242Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1474 | 2023-11-14T21:15:14.943Z | Compiling memoffset v0.9.0 |
1475 | 2023-11-14T21:15:14.989Z | Compiling managed v0.8.0 |
1476 | 2023-11-14T21:15:15.450Z | Compiling matches v0.1.10 |
1477 | 2023-11-14T21:15:15.589Z | Compiling unicode-segmentation v1.10.1 |
1478 | 2023-11-14T21:15:15.815Z | Compiling signal-hook v0.3.17 |
1479 | 2023-11-14T21:15:16.241Z | Compiling radium v0.7.0 |
1480 | 2023-11-14T21:15:16.464Z | Compiling idna v0.2.3 |
1481 | 2023-11-14T21:15:17.223Z | Compiling itertools v0.11.0 |
1482 | 2023-11-14T21:15:18.614Z | Compiling multer v2.1.0 |
1483 | 2023-11-14T21:15:18.807Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1484 | 2023-11-14T21:15:18.964Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1485 | 2023-11-14T21:15:19.125Z | Compiling trust-dns-proto v0.22.0 |
1486 | 2023-11-14T21:15:19.253Z | Compiling async-stream-impl v0.3.5 |
1487 | 2023-11-14T21:15:19.462Z | Compiling crossbeam-epoch v0.9.15 |
1488 | 2023-11-14T21:15:20.111Z | Compiling num-iter v0.1.43 |
1489 | 2023-11-14T21:15:20.654Z | Compiling anstyle v1.0.2 |
1490 | 2023-11-14T21:15:20.726Z | Compiling darling_macro v0.20.3 |
1491 | 2023-11-14T21:15:21.374Z | Compiling paste v1.0.14 |
1492 | 2023-11-14T21:15:21.448Z | Compiling bit-vec v0.6.3 |
1493 | 2023-11-14T21:15:22.049Z | Compiling utf8parse v0.2.1 |
1494 | 2023-11-14T21:15:22.078Z | Compiling smoltcp v0.9.1 |
1495 | 2023-11-14T21:15:22.130Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1496 | 2023-11-14T21:15:22.223Z | Compiling darling v0.20.3 |
1497 | 2023-11-14T21:15:22.292Z | Compiling anstyle-parse v0.2.1 |
1498 | 2023-11-14T21:15:22.383Z | Compiling serde_with_macros v2.3.3 |
1499 | 2023-11-14T21:15:23.078Z | Compiling zerocopy v0.6.4 |
1500 | 2023-11-14T21:15:23.347Z | Compiling signature v2.1.0 |
1501 | 2023-11-14T21:15:23.672Z | Compiling hubpack_derive v0.1.1 |
1502 | 2023-11-14T21:15:24.380Z | Compiling clap_derive v4.4.2 |
1503 | 2023-11-14T21:15:25.051Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1504 | 2023-11-14T21:15:25.445Z | Compiling anstyle-query v1.0.0 |
1505 | 2023-11-14T21:15:25.598Z | Compiling colorchoice v1.0.0 |
1506 | 2023-11-14T21:15:25.781Z | Compiling anstream v0.5.0 |
1507 | 2023-11-14T21:15:25.938Z | Compiling terminal_size v0.2.6 |
1508 | 2023-11-14T21:15:26.871Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1509 | 2023-11-14T21:15:26.924Z | Compiling diesel_table_macro_syntax v0.1.0 |
1510 | 2023-11-14T21:15:27.487Z | Compiling yasna v0.5.2 |
1511 | 2023-11-14T21:15:27.894Z | Compiling hash32 v0.2.1 |
1512 | 2023-11-14T21:15:29.425Z | Compiling tap v1.0.1 |
1513 | 2023-11-14T21:15:29.708Z | Compiling clap_lex v0.5.1 |
1514 | 2023-11-14T21:15:30.161Z | Compiling stable_deref_trait v1.2.0 |
1515 | 2023-11-14T21:15:30.566Z | Compiling clap_builder v4.4.2 |
1516 | 2023-11-14T21:15:30.704Z | Compiling wyz v0.5.1 |
1517 | 2023-11-14T21:15:31.134Z | Compiling diesel_derives v2.1.1 |
1518 | 2023-11-14T21:15:32.087Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1519 | 2023-11-14T21:15:32.309Z | Compiling tokio-stream v0.1.14 |
1520 | 2023-11-14T21:15:32.337Z | Compiling serde_repr v0.1.16 |
1521 | 2023-11-14T21:15:33.466Z | Compiling scheduled-thread-pool v0.2.7 |
1522 | 2023-11-14T21:15:33.819Z | Compiling regex-automata v0.1.10 |
1523 | 2023-11-14T21:15:34.111Z | Compiling funty v2.0.0 |
1524 | 2023-11-14T21:15:34.622Z | Compiling bstr v0.2.17 |
1525 | 2023-11-14T21:15:34.642Z | Compiling r2d2 v0.8.10 |
1526 | 2023-11-14T21:15:35.222Z | Compiling signal-hook-mio v0.2.3 |
1527 | 2023-11-14T21:15:37.154Z | Compiling clap v4.4.3 |
1528 | 2023-11-14T21:15:37.320Z | Compiling bitvec v1.0.1 |
1529 | 2023-11-14T21:15:38.791Z | Compiling hubpack v0.1.2 |
1530 | 2023-11-14T21:15:39.788Z | Compiling itertools v0.10.5 |
1531 | 2023-11-14T21:15:39.812Z | Compiling phf_shared v0.10.0 |
1532 | 2023-11-14T21:15:41.219Z | Compiling float-cmp v0.9.0 |
1533 | 2023-11-14T21:15:41.575Z | Compiling new_debug_unreachable v1.0.4 |
1534 | 2023-11-14T21:15:41.598Z | Compiling fixedbitset v0.4.2 |
1535 | 2023-11-14T21:15:41.698Z | Compiling regex-automata v0.3.8 |
1536 | 2023-11-14T21:15:41.724Z | Compiling difflib v0.4.0 |
1537 | 2023-11-14T21:15:42.317Z | Compiling precomputed-hash v0.1.1 |
1538 | 2023-11-14T21:15:42.479Z | Compiling normalize-line-endings v0.3.0 |
1539 | 2023-11-14T21:15:42.652Z | Compiling predicates-core v1.0.6 |
1540 | 2023-11-14T21:15:43.235Z | Compiling predicates v3.0.4 |
1541 | 2023-11-14T21:15:44.528Z | Compiling bstr v1.6.0 |
1542 | 2023-11-14T21:15:44.530Z | Compiling string_cache v0.8.7 |
1543 | 2023-11-14T21:15:44.790Z | Compiling petgraph v0.6.4 |
1544 | 2023-11-14T21:15:45.332Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1545 | 2023-11-14T21:15:45.887Z | Compiling similar v2.2.1 |
1546 | 2023-11-14T21:15:46.022Z | Compiling crossterm v0.27.0 |
1547 | 2023-11-14T21:15:47.306Z | Compiling bit-set v0.5.3 |
1548 | 2023-11-14T21:15:48.880Z | Compiling console v0.15.7 |
1549 | 2023-11-14T21:15:50.176Z | Compiling lalrpop-util v0.19.12 |
1550 | 2023-11-14T21:15:54.695Z | Compiling diesel v2.1.3 |
1551 | 2023-11-14T21:16:03.127Z | Compiling proc-macro-crate v1.3.1 |
1552 | 2023-11-14T21:16:10.712Z | Compiling crucible-workspace-hack v0.1.0 |
1553 | 2023-11-14T21:16:26.118Z | Compiling structmeta-derive v0.2.0 |
1554 | 2023-11-14T21:16:30.567Z | Compiling structmeta v0.2.0 |
1555 | 2023-11-14T21:16:31.208Z | Compiling toml v0.8.8 |
1556 | 2023-11-14T21:16:31.544Z | Compiling atty v0.2.14 |
1557 | 2023-11-14T21:16:32.110Z | Compiling regex-syntax v0.7.5 |
1558 | 2023-11-14T21:16:34.458Z | Compiling match_cfg v0.1.0 |
1559 | 2023-11-14T21:16:34.570Z | Compiling hostname v0.3.1 |
1560 | 2023-11-14T21:16:40.166Z | Compiling dirs-sys-next v0.1.2 |
1561 | 2023-11-14T21:16:41.164Z | Compiling dirs-next v2.0.0 |
1562 | 2023-11-14T21:16:42.450Z | Compiling parse-display-derive v0.8.2 |
1563 | 2023-11-14T21:16:44.728Z | Compiling sha1 v0.10.5 |
1564 | 2023-11-14T21:16:46.361Z | Compiling thread_local v1.1.7 |
1565 | 2023-11-14T21:16:47.610Z | Compiling term v0.7.0 |
1566 | 2023-11-14T21:16:49.413Z | Compiling crossbeam-channel v0.5.8 |
1567 | 2023-11-14T21:16:50.807Z | Compiling take_mut v0.2.2 |
1568 | 2023-11-14T21:16:51.135Z | Compiling slog-term v2.9.0 |
1569 | 2023-11-14T21:16:51.545Z | Compiling slog-json v2.6.1 |
1570 | 2023-11-14T21:16:52.158Z | Compiling instant v0.1.12 |
1571 | 2023-11-14T21:16:53.169Z | Compiling slog-bunyan v2.4.0 |
1572 | 2023-11-14T21:16:54.255Z | Compiling fastrand v2.0.0 |
1573 | 2023-11-14T21:16:54.820Z | Compiling tempfile v3.8.0 |
1574 | 2023-11-14T21:16:55.133Z | Compiling strum v0.25.0 |
1575 | 2023-11-14T21:16:55.182Z | Compiling atomic-waker v1.1.1 |
1576 | 2023-11-14T21:16:56.152Z | Compiling waitgroup v0.1.2 |
1577 | 2023-11-14T21:16:56.291Z | Compiling num_enum_derive v0.5.11 |
1578 | 2023-11-14T21:16:56.461Z | Compiling serde_with v2.3.3 |
1579 | 2023-11-14T21:16:56.686Z | Compiling async-stream v0.3.5 |
1580 | 2023-11-14T21:16:59.095Z | Compiling serde_path_to_error v0.1.14 |
1581 | 2023-11-14T21:16:59.210Z | Compiling structmeta-derive v0.1.6 |
1582 | 2023-11-14T21:17:00.296Z | Compiling debug-ignore v1.0.5 |
1583 | 2023-11-14T21:17:02.284Z | Compiling proc-macro-error-attr v1.0.4 |
1584 | 2023-11-14T21:17:03.628Z | Compiling structmeta v0.1.6 |
1585 | 2023-11-14T21:17:04.082Z | Compiling backoff v0.4.0 |
1586 | 2023-11-14T21:17:04.231Z | Compiling parse-display-derive v0.7.0 |
1587 | 2023-11-14T21:17:04.616Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1588 | 2023-11-14T21:17:05.256Z | Compiling macaddr v1.0.1 |
1589 | 2023-11-14T21:17:05.405Z | Compiling libz-sys v1.1.12 |
1590 | 2023-11-14T21:17:05.886Z | Compiling proc-macro-error v1.0.4 |
1591 | 2023-11-14T21:17:06.036Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1592 | 2023-11-14T21:17:07.438Z | Compiling slog-dtrace v0.2.3 |
1593 | 2023-11-14T21:17:07.509Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1594 | 2023-11-14T21:17:10.559Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1595 | 2023-11-14T21:17:10.866Z | Compiling foreign-types-macros v0.2.3 |
1596 | 2023-11-14T21:17:10.996Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1597 | 2023-11-14T21:17:15.151Z | Compiling libsqlite3-sys v0.26.0 |
1598 | 2023-11-14T21:17:15.382Z | Compiling memoffset v0.7.1 |
1599 | 2023-11-14T21:17:15.462Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1600 | 2023-11-14T21:17:15.556Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1601 | 2023-11-14T21:17:15.845Z | Compiling base64ct v1.6.0 |
1602 | 2023-11-14T21:17:21.647Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1603 | 2023-11-14T21:17:21.689Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1604 | 2023-11-14T21:17:22.875Z | Compiling vergen v8.2.4 |
1605 | 2023-11-14T21:17:23.405Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1606 | 2023-11-14T21:17:23.478Z | Compiling platforms v3.0.2 |
1607 | 2023-11-14T21:17:23.485Z | Compiling same-file v1.0.6 |
1608 | 2023-11-14T21:17:23.753Z | Compiling heck v0.3.3 |
1609 | 2023-11-14T21:17:23.850Z | Compiling walkdir v2.4.0 |
1610 | 2023-11-14T21:17:23.936Z | Compiling toml v0.5.11 |
1611 | 2023-11-14T21:17:24.013Z | Compiling semver-parser v0.10.2 |
1612 | 2023-11-14T21:17:24.041Z | Compiling xattr v1.0.1 |
1613 | 2023-11-14T21:17:24.321Z | Compiling filetime v0.2.22 |
1614 | 2023-11-14T21:17:24.425Z | Compiling libefi-sys v0.1.0 |
1615 | 2023-11-14T21:17:24.737Z | Compiling tar v0.4.40 |
1616 | 2023-11-14T21:17:24.948Z | Compiling structopt-derive v0.4.18 |
1617 | 2023-11-14T21:17:25.857Z | Compiling semver v0.11.0 |
1618 | 2023-11-14T21:17:26.172Z | Compiling password-hash v0.5.0 |
1619 | 2023-11-14T21:17:26.951Z | Compiling zone_cfg_derive v0.3.0 |
1620 | 2023-11-14T21:17:27.472Z | Compiling num_enum_derive v0.7.0 |
1621 | 2023-11-14T21:17:27.948Z | Compiling blake2 v0.10.6 |
1622 | 2023-11-14T21:17:28.433Z | Compiling num-derive v0.4.0 |
1623 | 2023-11-14T21:17:29.250Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1624 | 2023-11-14T21:17:29.505Z | Compiling home v0.5.5 |
1625 | 2023-11-14T21:17:29.511Z | Compiling argon2 v0.5.2 |
1626 | 2023-11-14T21:17:29.799Z | Compiling toolchain_find v0.2.0 |
1627 | 2023-11-14T21:17:29.825Z | Compiling curve25519-dalek v4.1.0 |
1628 | 2023-11-14T21:17:30.723Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1629 | 2023-11-14T21:17:31.165Z | Compiling rustfmt-wrapper v0.2.0 |
1630 | 2023-11-14T21:17:31.697Z | Compiling parse-display v0.8.2 |
1631 | 2023-11-14T21:17:32.005Z | Compiling curve25519-dalek-derive v0.1.0 |
1632 | 2023-11-14T21:17:32.080Z | Compiling num-rational v0.4.1 |
1633 | 2023-11-14T21:17:32.135Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1634 | 2023-11-14T21:17:32.226Z | Compiling erased-serde v0.3.30 |
1635 | 2023-11-14T21:17:32.339Z | Compiling getrandom v0.1.16 |
1636 | 2023-11-14T21:17:32.747Z | Compiling universal-hash v0.5.1 |
1637 | 2023-11-14T21:17:32.893Z | Compiling bitstruct_derive v0.1.0 |
1638 | 2023-11-14T21:17:32.958Z | Compiling async-recursion v1.0.5 |
1639 | 2023-11-14T21:17:33.056Z | Compiling opaque-debug v0.3.0 |
1640 | 2023-11-14T21:17:33.154Z | Compiling unicase v2.7.0 |
1641 | 2023-11-14T21:17:33.336Z | Compiling parking_lot_core v0.8.6 |
1642 | 2023-11-14T21:17:33.986Z | Compiling num_enum v0.5.11 |
1643 | 2023-11-14T21:17:34.032Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1644 | 2023-11-14T21:17:34.220Z | Compiling postcard-cobs v0.1.5-pre |
1645 | 2023-11-14T21:17:34.599Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1646 | 2023-11-14T21:17:34.716Z | Compiling postcard v0.7.3 |
1647 | 2023-11-14T21:17:34.752Z | Compiling parse-display v0.7.0 |
1648 | 2023-11-14T21:17:35.095Z | Compiling smoltcp v0.8.2 |
1649 | 2023-11-14T21:17:35.130Z | Compiling aead v0.5.2 |
1650 | 2023-11-14T21:17:35.260Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1651 | 2023-11-14T21:17:35.578Z | Compiling winapi v0.3.9 |
1652 | 2023-11-14T21:17:35.611Z | Compiling cfg-if v0.1.10 |
1653 | 2023-11-14T21:17:35.679Z | Compiling foreign-types-shared v0.3.1 |
1654 | 2023-11-14T21:17:35.850Z | Compiling foreign-types v0.5.0 |
1655 | 2023-11-14T21:17:36.216Z | Compiling polyval v0.6.1 |
1656 | 2023-11-14T21:17:36.884Z | Compiling ctr v0.9.2 |
1657 | 2023-11-14T21:17:37.006Z | Compiling aes v0.8.3 |
1658 | 2023-11-14T21:17:37.033Z | Compiling is-terminal v0.4.9 |
1659 | 2023-11-14T21:17:37.211Z | Compiling thiserror-impl-no-std v2.0.2 |
1660 | 2023-11-14T21:17:37.358Z | Compiling cstr-argument v0.1.2 |
1661 | 2023-11-14T21:17:37.515Z | Compiling pretty-hex v0.2.1 |
1662 | 2023-11-14T21:17:37.796Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1663 | 2023-11-14T21:17:38.035Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1664 | 2023-11-14T21:17:38.062Z | Compiling colored v2.0.4 |
1665 | 2023-11-14T21:17:38.336Z | Compiling mime_guess v2.0.4 |
1666 | 2023-11-14T21:17:40.382Z | Compiling hkdf v0.12.3 |
1667 | 2023-11-14T21:17:40.766Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1668 | 2023-11-14T21:17:40.859Z | Compiling textwrap v0.11.0 |
1669 | 2023-11-14T21:17:41.158Z | Compiling hashlink v0.8.3 |
1670 | 2023-11-14T21:17:41.635Z | Compiling strsim v0.8.0 |
1671 | 2023-11-14T21:17:41.697Z | Compiling vec_map v0.8.2 |
1672 | 2023-11-14T21:17:42.200Z | Compiling fallible-streaming-iterator v0.1.9 |
1673 | 2023-11-14T21:17:42.586Z | Compiling ansi_term v0.12.1 |
1674 | 2023-11-14T21:17:42.726Z | Compiling rusqlite v0.29.0 |
1675 | 2023-11-14T21:17:43.471Z | Compiling clap v2.34.0 |
1676 | 2023-11-14T21:17:43.572Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1677 | 2023-11-14T21:17:45.658Z | Compiling nix v0.26.2 |
1678 | 2023-11-14T21:17:45.854Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1679 | 2023-11-14T21:17:47.384Z | Compiling twox-hash v1.6.3 |
1680 | 2023-11-14T21:17:47.473Z | Compiling const_format_proc_macros v0.2.31 |
1681 | 2023-11-14T21:17:47.905Z | Compiling quick-error v1.2.3 |
1682 | 2023-11-14T21:17:48.115Z | Compiling linked-hash-map v0.5.6 |
1683 | 2023-11-14T21:17:48.435Z | Compiling keccak v0.1.4 |
1684 | 2023-11-14T21:17:49.384Z | Compiling structopt v0.3.26 |
1685 | 2023-11-14T21:17:49.653Z | Compiling sha3 v0.10.8 |
1686 | 2023-11-14T21:17:49.796Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1687 | 2023-11-14T21:17:50.743Z | Compiling lru-cache v0.1.2 |
1688 | 2023-11-14T21:17:50.800Z | Compiling resolv-conf v0.7.0 |
1689 | 2023-11-14T21:17:54.983Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1690 | 2023-11-14T21:17:55.570Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1691 | 2023-11-14T21:17:55.887Z | Compiling num_enum v0.7.0 |
1692 | 2023-11-14T21:17:56.096Z | Compiling zone v0.3.0 |
1693 | 2023-11-14T21:17:56.137Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1694 | 2023-11-14T21:17:58.096Z | Compiling bincode v1.3.3 |
1695 | 2023-11-14T21:17:58.205Z | Compiling smf v0.2.2 |
1696 | 2023-11-14T21:17:58.673Z | Compiling secrecy v0.8.0 |
1697 | 2023-11-14T21:17:58.990Z | Compiling cancel-safe-futures v0.1.5 |
1698 | 2023-11-14T21:17:59.064Z | Compiling termcolor v1.2.0 |
1699 | 2023-11-14T21:17:59.496Z | Compiling humantime v2.1.0 |
1700 | 2023-11-14T21:17:59.635Z | Compiling convert_case v0.4.0 |
1701 | 2023-11-14T21:18:00.551Z | Compiling env_logger v0.9.3 |
1702 | 2023-11-14T21:18:00.875Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1703 | 2023-11-14T21:18:00.982Z | Compiling derive_more v0.99.17 |
1704 | 2023-11-14T21:18:01.663Z | Compiling trust-dns-resolver v0.22.0 |
1705 | 2023-11-14T21:18:01.973Z | Compiling aes-gcm-siv v0.11.1 |
1706 | 2023-11-14T21:18:04.277Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1707 | 2023-11-14T21:18:04.845Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1708 | 2023-11-14T21:18:05.037Z | Compiling ascii v1.1.0 |
1709 | 2023-11-14T21:18:06.028Z | Compiling ringbuffer v0.15.0 |
1710 | 2023-11-14T21:18:06.108Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1711 | 2023-11-14T21:18:06.334Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1712 | 2023-11-14T21:18:08.009Z | Compiling bitstruct v0.1.1 |
1713 | 2023-11-14T21:18:08.918Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1714 | 2023-11-14T21:18:10.669Z | Compiling serde_arrays v0.1.0 |
1715 | 2023-11-14T21:18:10.905Z | Compiling ff v0.13.0 |
1716 | 2023-11-14T21:18:11.153Z | Compiling num-complex v0.4.4 |
1717 | 2023-11-14T21:18:11.244Z | Compiling nibble_vec v0.1.0 |
1718 | 2023-11-14T21:18:12.383Z | Compiling arc-swap v1.6.0 |
1719 | 2023-11-14T21:18:12.713Z | Compiling base64 v0.13.1 |
1720 | 2023-11-14T21:18:12.740Z | Compiling endian-type v0.1.2 |
1721 | 2023-11-14T21:18:12.888Z | Compiling utf-8 v0.7.6 |
1722 | 2023-11-14T21:18:13.092Z | Compiling radix_trie v0.2.1 |
1723 | 2023-11-14T21:18:13.126Z | Compiling slog-scope v4.4.0 |
1724 | 2023-11-14T21:18:13.193Z | Compiling tungstenite v0.20.1 |
1725 | 2023-11-14T21:18:13.376Z | Compiling num v0.4.1 |
1726 | 2023-11-14T21:18:13.705Z | Compiling group v0.13.0 |
1727 | 2023-11-14T21:18:13.889Z | Compiling rand_core v0.5.1 |
1728 | 2023-11-14T21:18:14.142Z | Compiling poly1305 v0.8.0 |
1729 | 2023-11-14T21:18:15.897Z | Compiling chacha20 v0.9.1 |
1730 | 2023-11-14T21:18:16.596Z | Compiling crypto-bigint v0.5.2 |
1731 | 2023-11-14T21:18:16.674Z | Compiling base16ct v0.2.0 |
1732 | 2023-11-14T21:18:16.789Z | Compiling half v1.8.2 |
1733 | 2023-11-14T21:18:16.873Z | Compiling option-ext v0.2.0 |
1734 | 2023-11-14T21:18:17.305Z | Compiling ciborium-io v0.2.1 |
1735 | 2023-11-14T21:18:17.496Z | Compiling ciborium-ll v0.2.1 |
1736 | 2023-11-14T21:18:18.145Z | Compiling dirs-sys v0.4.1 |
1737 | 2023-11-14T21:18:18.336Z | Compiling tokio-tungstenite v0.20.1 |
1738 | 2023-11-14T21:18:18.438Z | Compiling parking_lot v0.11.2 |
1739 | 2023-11-14T21:18:18.775Z | Compiling rand_chacha v0.2.2 |
1740 | 2023-11-14T21:18:19.170Z | Compiling trust-dns-client v0.22.0 |
1741 | 2023-11-14T21:18:19.199Z | Compiling slog-stdlog v4.1.1 |
1742 | 2023-11-14T21:18:19.203Z | Compiling thiserror-no-std v2.0.2 |
1743 | 2023-11-14T21:18:19.510Z | Compiling elliptic-curve v0.13.5 |
1744 | 2023-11-14T21:18:20.273Z | Compiling password-hash v0.4.2 |
1745 | 2023-11-14T21:18:20.548Z | Compiling ed25519 v2.2.2 |
1746 | 2023-11-14T21:18:20.749Z | Compiling blowfish v0.9.1 |
1747 | 2023-11-14T21:18:21.021Z | Compiling pbkdf2 v0.12.2 |
1748 | 2023-11-14T21:18:21.070Z | Compiling fxhash v0.2.1 |
1749 | 2023-11-14T21:18:21.446Z | Compiling trust-dns-server v0.22.1 |
1750 | 2023-11-14T21:18:21.817Z | Compiling sled v0.34.7 |
1751 | 2023-11-14T21:18:21.842Z | Compiling bcrypt-pbkdf v0.10.0 |
1752 | 2023-11-14T21:18:22.481Z | Compiling pbkdf2 v0.11.0 |
1753 | 2023-11-14T21:18:22.512Z | Compiling ed25519-dalek v2.0.0 |
1754 | 2023-11-14T21:18:23.092Z | Compiling vsss-rs v3.3.1 |
1755 | 2023-11-14T21:18:23.393Z | Compiling russh-cryptovec v0.7.0 |
1756 | 2023-11-14T21:18:24.154Z | Compiling slog-envlogger v2.2.0 |
1757 | 2023-11-14T21:18:24.516Z | Compiling rand v0.7.3 |
1758 | 2023-11-14T21:18:25.387Z | Compiling dirs v5.0.1 |
1759 | 2023-11-14T21:18:25.925Z | Compiling ciborium v0.2.1 |
1760 | 2023-11-14T21:18:26.180Z | Compiling chacha20poly1305 v0.10.1 |
1761 | 2023-11-14T21:18:26.483Z | Compiling ron v0.7.1 |
1762 | 2023-11-14T21:18:26.598Z | Compiling const_format v0.2.31 |
1763 | 2023-11-14T21:18:28.081Z | Compiling ghash v0.5.0 |
1764 | 2023-11-14T21:18:29.206Z | Compiling camino-tempfile v1.0.2 |
1765 | 2023-11-14T21:18:29.968Z | Compiling cbc v0.1.2 |
1766 | 2023-11-14T21:18:30.047Z | Compiling headers-core v0.2.0 |
1767 | 2023-11-14T21:18:30.281Z | Compiling kstat-rs v0.2.3 |
1768 | 2023-11-14T21:18:30.311Z | Compiling pem v3.0.2 |
1769 | 2023-11-14T21:18:30.623Z | Compiling pretty-hex v0.3.0 |
1770 | 2023-11-14T21:18:30.772Z | Compiling http-range v0.1.5 |
1771 | 2023-11-14T21:18:30.828Z | Compiling bit_field v0.10.2 |
1772 | 2023-11-14T21:18:30.927Z | Compiling md5 v0.7.0 |
1773 | 2023-11-14T21:18:31.245Z | Compiling hyper-staticfile v0.9.5 |
1774 | 2023-11-14T21:18:31.344Z | Compiling russh-keys v0.38.0 |
1775 | 2023-11-14T21:18:31.391Z | Compiling rcgen v0.11.3 |
1776 | 2023-11-14T21:18:31.648Z | Compiling headers v0.3.9 |
1777 | 2023-11-14T21:18:35.960Z | Compiling aes-gcm v0.10.3 |
1778 | 2023-11-14T21:18:37.729Z | Compiling pem v1.1.1 |
1779 | 2023-11-14T21:18:39.916Z | Compiling atomicwrites v0.4.2 |
1780 | 2023-11-14T21:18:40.543Z | Compiling subprocess v0.2.9 |
1781 | 2023-11-14T21:18:41.523Z | Compiling hex-literal v0.4.1 |
1782 | 2023-11-14T21:18:41.755Z | Compiling glob v0.3.1 |
1783 | 2023-11-14T21:18:42.510Z | Compiling russh v0.39.0 |
1784 | 2023-11-14T21:18:48.041Z | Compiling bzip2 v0.4.4 |
1785 | 2023-11-14T21:18:48.641Z | Compiling zip v0.6.6 |
1786 | 2023-11-14T21:18:54.433Z | Compiling rustls-webpki v0.101.7 |
1787 | 2023-11-14T21:19:01.362Z | Compiling tokio-rustls v0.24.1 |
1788 | 2023-11-14T21:19:01.877Z | Compiling hyper-rustls v0.24.2 |
1789 | 2023-11-14T21:19:02.398Z | Compiling git2 v0.17.2 |
1790 | 2023-11-14T21:19:02.668Z | Compiling reqwest v0.11.20 |
1791 | 2023-11-14T21:19:07.147Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1792 | 2023-11-14T21:19:07.456Z | Compiling omicron-zone-package v0.8.3 |
1793 | 2023-11-14T21:19:07.850Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1794 | 2023-11-14T21:19:08.179Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1795 | 2023-11-14T21:19:10.486Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1796 | 2023-11-14T21:19:12.981Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1797 | 2023-11-14T21:19:14.780Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1798 | 2023-11-14T21:19:15.600Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1799 | 2023-11-14T21:19:18.135Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1800 | 2023-11-14T21:19:25.133Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1801 | 2023-11-14T21:19:25.612Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1802 | 2023-11-14T21:19:27.520Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1803 | 2023-11-14T21:19:28.184Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1804 | 2023-11-14T21:19:29.528Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1805 | 2023-11-14T21:19:31.865Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1806 | 2023-11-14T21:19:32.647Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1807 | 2023-11-14T21:19:32.798Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1808 | 2023-11-14T21:19:33.041Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1809 | 2023-11-14T21:19:33.413Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1810 | 2023-11-14T21:19:33.441Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1811 | 2023-11-14T21:19:33.492Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1812 | 2023-11-14T21:19:39.776Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1813 | 2023-11-14T21:19:45.993Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1814 | 2023-11-14T21:19:50.303Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1815 | 2023-11-14T21:19:53.673Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1816 | 2023-11-14T21:19:59.083Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1817 | 2023-11-14T21:19:59.744Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1818 | 2023-11-14T21:20:02.926Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1819 | 2023-11-14T21:20:09.079Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1820 | 2023-11-14T21:20:11.970Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1821 | 2023-11-14T21:20:12.098Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1822 | 2023-11-14T21:20:13.952Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1823 | 2023-11-14T21:20:16.153Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1824 | 2023-11-14T21:20:20.186Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1825 | 2023-11-14T21:20:20.894Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1826 | 2023-11-14T21:20:22.927Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1827 | 2023-11-14T21:20:24.696Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1828 | 2023-11-14T21:20:25.095Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1829 | 2023-11-14T21:20:36.258Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1830 | 2023-11-14T21:20:39.704Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1831 | 2023-11-14T21:20:54.938Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1832 | 2023-11-14T21:21:09.512Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1833 | 2023-11-14T21:21:10.438Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1834 | 2023-11-14T21:21:50.058Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1835 | 2023-11-14T21:23:19.783Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 11s |
1836 | 2023-11-14T21:23:20.153Z | |
1837 | 2023-11-14T21:23:20.156Z | real 10:12.179117521 |
1838 | 2023-11-14T21:23:20.175Z | user 59:06.358664865 |
1839 | 2023-11-14T21:23:20.178Z | sys 9:41.573069991 |
1840 | 2023-11-14T21:23:20.181Z | trap 2.274019264 |
1841 | 2023-11-14T21:23:20.185Z | tflt 4.221735305 |
1842 | 2023-11-14T21:23:20.188Z | dflt 8.601038641 |
1843 | 2023-11-14T21:23:20.191Z | kflt 0.039159847 |
1844 | 2023-11-14T21:23:20.195Z | lock 1:55:15.250398065 |
1845 | 2023-11-14T21:23:20.198Z | slp 3:23:10.534287909 |
1846 | 2023-11-14T21:23:20.201Z | lat 2:27.620467441 |
1847 | 2023-11-14T21:23:20.204Z | stop 7:09.612799210 |
1848 | 2023-11-14T21:23:20.206Z | + mkdir -p /work/end-to-end-tests |
1849 | 2023-11-14T21:23:20.210Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1850 | 2023-11-14T21:23:21.144Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1851 | 2023-11-14T21:23:21.150Z | + ptime -m gzip |
1852 | 2023-11-14T21:23:21.153Z | ++ basename target/debug/bootstrap |
1853 | 2023-11-14T21:23:38.694Z | |
1854 | 2023-11-14T21:23:38.697Z | real 17.540228225 |
1855 | 2023-11-14T21:23:38.700Z | user 17.351275811 |
1856 | 2023-11-14T21:23:38.703Z | sys 0.183792184 |
1857 | 2023-11-14T21:23:38.706Z | trap 0.003437501 |
1858 | 2023-11-14T21:23:38.710Z | tflt 0.000000000 |
1859 | 2023-11-14T21:23:38.714Z | dflt 0.000000000 |
1860 | 2023-11-14T21:23:38.721Z | kflt 0.000000000 |
1861 | 2023-11-14T21:23:38.724Z | lock 0.000000000 |
1862 | 2023-11-14T21:23:38.727Z | slp 0.000024049 |
1863 | 2023-11-14T21:23:38.730Z | lat 0.001352731 |
1864 | 2023-11-14T21:23:38.733Z | stop 0.000229585 |
1865 | 2023-11-14T21:23:38.736Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1866 | 2023-11-14T21:23:38.739Z | + ptime -m gzip |
1867 | 2023-11-14T21:23:38.742Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-54b36ccac73b662d |
1868 | 2023-11-14T21:23:39.778Z | |
1869 | 2023-11-14T21:23:39.781Z | real 1.076453286 |
1870 | 2023-11-14T21:23:39.784Z | user 1.064307870 |
1871 | 2023-11-14T21:23:39.787Z | sys 0.011505263 |
1872 | 2023-11-14T21:23:39.790Z | trap 0.000121900 |
1873 | 2023-11-14T21:23:39.793Z | tflt 0.000000000 |
1874 | 2023-11-14T21:23:39.796Z | dflt 0.000000000 |
1875 | 2023-11-14T21:23:39.798Z | kflt 0.000000000 |
1876 | 2023-11-14T21:23:39.801Z | lock 0.000000000 |
1877 | 2023-11-14T21:23:39.804Z | slp 0.000000000 |
1878 | 2023-11-14T21:23:39.809Z | lat 0.000170412 |
1879 | 2023-11-14T21:23:39.812Z | stop 0.000227912 |
1880 | 2023-11-14T21:23:39.815Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1881 | 2023-11-14T21:23:39.818Z | + ptime -m gzip |
1882 | 2023-11-14T21:23:39.821Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-183be15994d1779e |
1883 | 2023-11-14T21:23:59.762Z | |
1884 | 2023-11-14T21:23:59.767Z | real 19.944795513 |
1885 | 2023-11-14T21:23:59.770Z | user 19.729587856 |
1886 | 2023-11-14T21:23:59.773Z | sys 0.210231436 |
1887 | 2023-11-14T21:23:59.776Z | trap 0.003609406 |
1888 | 2023-11-14T21:23:59.778Z | tflt 0.000000000 |
1889 | 2023-11-14T21:23:59.781Z | dflt 0.000000000 |
1890 | 2023-11-14T21:23:59.783Z | kflt 0.000000000 |
1891 | 2023-11-14T21:23:59.786Z | lock 0.000000000 |
1892 | 2023-11-14T21:23:59.789Z | slp 0.000000000 |
1893 | 2023-11-14T21:23:59.791Z | lat 0.001005788 |
1894 | 2023-11-14T21:23:59.794Z | stop 0.000246710 |
1895 | 2023-11-14T21:23:59.796Z | + banner caboose-util |
1896 | 2023-11-14T21:23:59.799Z | |
1897 | 2023-11-14T21:23:59.802Z | #### ## ##### #### #### #### ###### # # ##### |
1898 | 2023-11-14T21:23:59.804Z | # # # # # # # # # # # # # # # |
1899 | 2023-11-14T21:23:59.807Z | # # # ##### # # # # #### ##### ##### # # # |
1900 | 2023-11-14T21:23:59.809Z | # ###### # # # # # # # # # # # |
1901 | 2023-11-14T21:23:59.812Z | # # # # # # # # # # # # # # # # |
1902 | 2023-11-14T21:23:59.815Z | #### # # ##### #### #### #### ###### #### # |
1903 | 2023-11-14T21:23:59.818Z | |
1904 | 2023-11-14T21:23:59.820Z | + ptime -m cargo build --locked -p caboose-util --release |
1905 | 2023-11-14T21:24:00.472Z | Downloading crates ... |
1906 | 2023-11-14T21:24:00.813Z | Downloaded env_logger v0.10.0 |
1907 | 2023-11-14T21:24:00.823Z | Downloaded path-slash v0.1.5 |
1908 | 2023-11-14T21:24:00.826Z | Downloaded pkcs1 v0.7.5 |
1909 | 2023-11-14T21:24:00.829Z | Downloaded nodrop v0.1.14 |
1910 | 2023-11-14T21:24:00.832Z | Downloaded flagset v0.4.3 |
1911 | 2023-11-14T21:24:00.835Z | Downloaded maybe-uninit v2.0.0 |
1912 | 2023-11-14T21:24:00.838Z | Downloaded crc-catalog v2.2.0 |
1913 | 2023-11-14T21:24:00.841Z | Downloaded crc v3.0.1 |
1914 | 2023-11-14T21:24:00.844Z | Downloaded packed_struct v0.10.1 |
1915 | 2023-11-14T21:24:00.848Z | Downloaded der_derive v0.7.2 |
1916 | 2023-11-14T21:24:00.851Z | Downloaded crc-any v2.4.3 |
1917 | 2023-11-14T21:24:00.854Z | Downloaded ron v0.8.1 |
1918 | 2023-11-14T21:24:00.860Z | Downloaded x509-cert v0.2.4 |
1919 | 2023-11-14T21:24:00.871Z | Downloaded rsa v0.9.2 |
1920 | 2023-11-14T21:24:00.879Z | Downloaded packed_struct_codegen v0.10.1 |
1921 | 2023-11-14T21:24:00.882Z | Downloaded object v0.30.4 |
1922 | 2023-11-14T21:24:00.898Z | Downloaded num-bigint-dig v0.8.4 |
1923 | 2023-11-14T21:24:00.907Z | Downloaded bitfield v0.14.0 |
1924 | 2023-11-14T21:24:00.909Z | Downloaded pem-rfc7468 v0.7.0 |
1925 | 2023-11-14T21:24:00.912Z | Downloaded array-init v0.0.4 |
1926 | 2023-11-14T21:24:00.915Z | Downloaded smallvec v0.6.14 |
1927 | 2023-11-14T21:24:00.918Z | Downloaded serde-hex v0.1.0 |
1928 | 2023-11-14T21:24:01.091Z | Compiling proc-macro2 v1.0.67 |
1929 | 2023-11-14T21:24:01.094Z | Compiling unicode-ident v1.0.12 |
1930 | 2023-11-14T21:24:01.097Z | Compiling libc v0.2.150 |
1931 | 2023-11-14T21:24:01.100Z | Compiling autocfg v1.1.0 |
1932 | 2023-11-14T21:24:01.104Z | Compiling serde v1.0.188 |
1933 | 2023-11-14T21:24:01.108Z | Compiling version_check v0.9.4 |
1934 | 2023-11-14T21:24:01.113Z | Compiling cfg-if v1.0.0 |
1935 | 2023-11-14T21:24:01.233Z | Compiling parking_lot_core v0.9.8 |
1936 | 2023-11-14T21:24:01.245Z | Compiling syn v1.0.109 |
1937 | 2023-11-14T21:24:01.360Z | Compiling once_cell v1.18.0 |
1938 | 2023-11-14T21:24:01.815Z | Compiling typenum v1.16.0 |
1939 | 2023-11-14T21:24:02.380Z | Compiling libm v0.2.7 |
1940 | 2023-11-14T21:24:02.393Z | Compiling futures-core v0.3.29 |
1941 | 2023-11-14T21:24:02.400Z | Compiling generic-array v0.14.7 |
1942 | 2023-11-14T21:24:02.409Z | Compiling lock_api v0.4.10 |
1943 | 2023-11-14T21:24:02.426Z | Compiling num-traits v0.2.16 |
1944 | 2023-11-14T21:24:02.457Z | Compiling pkg-config v0.3.27 |
1945 | 2023-11-14T21:24:02.641Z | Compiling scopeguard v1.2.0 |
1946 | 2023-11-14T21:24:03.340Z | Compiling quote v1.0.33 |
1947 | 2023-11-14T21:24:03.344Z | Compiling slab v0.4.9 |
1948 | 2023-11-14T21:24:03.348Z | Compiling futures-task v0.3.29 |
1949 | 2023-11-14T21:24:03.712Z | Compiling futures-channel v0.3.29 |
1950 | 2023-11-14T21:24:03.739Z | Compiling serde_json v1.0.108 |
1951 | 2023-11-14T21:24:04.178Z | Compiling syn v2.0.32 |
1952 | 2023-11-14T21:24:04.203Z | Compiling jobserver v0.1.26 |
1953 | 2023-11-14T21:24:04.241Z | Compiling getrandom v0.2.10 |
1954 | 2023-11-14T21:24:04.512Z | Compiling thiserror v1.0.49 |
1955 | 2023-11-14T21:24:04.537Z | Compiling ahash v0.8.3 |
1956 | 2023-11-14T21:24:04.872Z | Compiling cc v1.0.83 |
1957 | 2023-11-14T21:24:04.917Z | Compiling itoa v1.0.9 |
1958 | 2023-11-14T21:24:05.016Z | Compiling memchr v2.6.3 |
1959 | 2023-11-14T21:24:05.325Z | Compiling futures-util v0.3.29 |
1960 | 2023-11-14T21:24:05.338Z | Compiling log v0.4.20 |
1961 | 2023-11-14T21:24:05.853Z | Compiling smallvec v1.11.0 |
1962 | 2023-11-14T21:24:06.669Z | Compiling vcpkg v0.2.15 |
1963 | 2023-11-14T21:24:06.962Z | Compiling byteorder v1.5.0 |
1964 | 2023-11-14T21:24:07.701Z | Compiling parking_lot v0.12.1 |
1965 | 2023-11-14T21:24:07.771Z | Compiling rand_core v0.6.4 |
1966 | 2023-11-14T21:24:08.506Z | Compiling pin-project-lite v0.2.13 |
1967 | 2023-11-14T21:24:09.174Z | Compiling indexmap v1.9.3 |
1968 | 2023-11-14T21:24:10.118Z | Compiling openssl-sys v0.9.93 |
1969 | 2023-11-14T21:24:10.232Z | Compiling ring v0.17.5 |
1970 | 2023-11-14T21:24:11.342Z | Compiling signal-hook-registry v1.4.1 |
1971 | 2023-11-14T21:24:12.093Z | Compiling io-lifetimes v1.0.11 |
1972 | 2023-11-14T21:24:12.731Z | Compiling ring v0.16.20 |
1973 | 2023-11-14T21:24:12.878Z | Compiling mio v0.8.8 |
1974 | 2023-11-14T21:24:13.745Z | Compiling num-integer v0.1.45 |
1975 | 2023-11-14T21:24:14.191Z | Compiling semver v1.0.20 |
1976 | 2023-11-14T21:24:14.306Z | Compiling ryu v1.0.15 |
1977 | 2023-11-14T21:24:14.331Z | Compiling const-oid v0.9.5 |
1978 | 2023-11-14T21:24:14.863Z | Compiling spin v0.5.2 |
1979 | 2023-11-14T21:24:15.236Z | Compiling rustix v0.37.23 |
1980 | 2023-11-14T21:24:16.674Z | Compiling socket2 v0.5.4 |
1981 | 2023-11-14T21:24:17.269Z | Compiling num_cpus v1.16.0 |
1982 | 2023-11-14T21:24:17.374Z | Compiling httparse v1.8.0 |
1983 | 2023-11-14T21:24:17.432Z | Compiling openssl v0.10.57 |
1984 | 2023-11-14T21:24:17.955Z | Compiling ucd-trie v0.1.6 |
1985 | 2023-11-14T21:24:18.046Z | Compiling futures-sink v0.3.29 |
1986 | 2023-11-14T21:24:18.070Z | Compiling heck v0.4.1 |
1987 | 2023-11-14T21:24:18.175Z | Compiling unicode-xid v0.2.4 |
1988 | 2023-11-14T21:24:18.371Z | Compiling synstructure v0.12.6 |
1989 | 2023-11-14T21:24:18.707Z | Compiling tinyvec_macros v0.1.1 |
1990 | 2023-11-14T21:24:18.828Z | Compiling tinyvec v1.6.0 |
1991 | 2023-11-14T21:24:19.622Z | Compiling futures-io v0.3.29 |
1992 | 2023-11-14T21:24:19.750Z | Compiling pin-utils v0.1.0 |
1993 | 2023-11-14T21:24:19.870Z | Compiling radium v0.7.0 |
1994 | 2023-11-14T21:24:20.016Z | Compiling crc32fast v1.3.2 |
1995 | 2023-11-14T21:24:20.031Z | Compiling rustls v0.21.8 |
1996 | 2023-11-14T21:24:20.472Z | Compiling ppv-lite86 v0.2.17 |
1997 | 2023-11-14T21:24:20.560Z | Compiling native-tls v0.2.11 |
1998 | 2023-11-14T21:24:20.726Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1999 | 2023-11-14T21:24:21.142Z | Compiling spin v0.9.8 |
2000 | 2023-11-14T21:24:21.279Z | Compiling tracing-core v0.1.31 |
2001 | 2023-11-14T21:24:21.412Z | Compiling unicode-normalization v0.1.22 |
2002 | 2023-11-14T21:24:21.730Z | Compiling unicode-bidi v0.3.13 |
2003 | 2023-11-14T21:24:21.799Z | Compiling rand_chacha v0.3.1 |
2004 | 2023-11-14T21:24:22.547Z | Compiling subtle v2.5.0 |
2005 | 2023-11-14T21:24:23.040Z | Compiling rand v0.8.5 |
2006 | 2023-11-14T21:24:24.378Z | Compiling errno v0.3.2 |
2007 | 2023-11-14T21:24:24.417Z | Compiling num-iter v0.1.43 |
2008 | 2023-11-14T21:24:24.552Z | Compiling usdt-impl v0.3.5 |
2009 | 2023-11-14T21:24:24.720Z | Compiling base64 v0.21.5 |
2010 | 2023-11-14T21:24:24.866Z | Compiling rustix v0.38.9 |
2011 | 2023-11-14T21:24:25.059Z | Compiling schemars v0.8.13 |
2012 | 2023-11-14T21:24:25.510Z | Compiling signal-hook v0.3.17 |
2013 | 2023-11-14T21:24:26.100Z | Compiling serde_derive_internals v0.26.0 |
2014 | 2023-11-14T21:24:26.444Z | Compiling serde_derive v1.0.188 |
2015 | 2023-11-14T21:24:26.787Z | Compiling zeroize_derive v1.4.2 |
2016 | 2023-11-14T21:24:26.838Z | Compiling tokio-macros v2.1.0 |
2017 | 2023-11-14T21:24:26.890Z | Compiling thiserror-impl v1.0.49 |
2018 | 2023-11-14T21:24:27.048Z | Compiling futures-macro v0.3.29 |
2019 | 2023-11-14T21:24:28.201Z | Compiling tracing-attributes v0.1.26 |
2020 | 2023-11-14T21:24:29.040Z | Compiling zerocopy-derive v0.2.0 |
2021 | 2023-11-14T21:24:29.062Z | Compiling zeroize v1.6.0 |
2022 | 2023-11-14T21:24:30.012Z | Compiling openssl-macros v0.1.1 |
2023 | 2023-11-14T21:24:31.173Z | Compiling zerocopy-derive v0.6.4 |
2024 | 2023-11-14T21:24:31.595Z | Compiling pest v2.7.2 |
2025 | 2023-11-14T21:24:32.086Z | Compiling crypto-common v0.1.6 |
2026 | 2023-11-14T21:24:32.160Z | Compiling block-buffer v0.10.4 |
2027 | 2023-11-14T21:24:32.550Z | Compiling digest v0.10.7 |
2028 | 2023-11-14T21:24:33.666Z | Compiling tracing v0.1.37 |
2029 | 2023-11-14T21:24:34.264Z | Compiling fnv v1.0.7 |
2030 | 2023-11-14T21:24:34.456Z | Compiling bitflags v1.3.2 |
2031 | 2023-11-14T21:24:34.778Z | Compiling allocator-api2 v0.2.16 |
2032 | 2023-11-14T21:24:36.011Z | Compiling pest_meta v2.7.2 |
2033 | 2023-11-14T21:24:36.501Z | Compiling hashbrown v0.14.2 |
2034 | 2023-11-14T21:24:38.184Z | Compiling pest_generator v2.7.2 |
2035 | 2023-11-14T21:24:38.706Z | Compiling zerocopy v0.3.0 |
2036 | 2023-11-14T21:24:39.949Z | Compiling schemars_derive v0.8.13 |
2037 | 2023-11-14T21:24:40.311Z | Compiling lazy_static v1.4.0 |
2038 | 2023-11-14T21:24:40.948Z | Compiling backtrace v0.3.69 |
2039 | 2023-11-14T21:24:41.278Z | Compiling memoffset v0.9.0 |
2040 | 2023-11-14T21:24:41.555Z | Compiling num-bigint v0.4.4 |
2041 | 2023-11-14T21:24:41.721Z | Compiling openssl-probe v0.1.5 |
2042 | 2023-11-14T21:24:42.144Z | Compiling foreign-types-shared v0.1.1 |
2043 | 2023-11-14T21:24:42.228Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2044 | 2023-11-14T21:24:42.289Z | Compiling untrusted v0.7.1 |
2045 | 2023-11-14T21:24:42.582Z | Compiling hashbrown v0.12.3 |
2046 | 2023-11-14T21:24:42.848Z | Compiling pest_derive v2.7.2 |
2047 | 2023-11-14T21:24:43.267Z | Compiling smoltcp v0.9.1 |
2048 | 2023-11-14T21:24:43.281Z | Compiling percent-encoding v2.3.0 |
2049 | 2023-11-14T21:24:43.791Z | Compiling async-trait v0.1.74 |
2050 | 2023-11-14T21:24:43.975Z | Compiling crossbeam-utils v0.8.16 |
2051 | 2023-11-14T21:24:44.475Z | Compiling untrusted v0.9.0 |
2052 | 2023-11-14T21:24:44.654Z | Compiling equivalent v1.0.1 |
2053 | 2023-11-14T21:24:44.658Z | Compiling iana-time-zone v0.1.57 |
2054 | 2023-11-14T21:24:44.728Z | Compiling base64ct v1.6.0 |
2055 | 2023-11-14T21:24:44.964Z | Compiling dtrace-parser v0.1.14 |
2056 | 2023-11-14T21:24:45.718Z | Compiling pem-rfc7468 v0.7.0 |
2057 | 2023-11-14T21:24:46.610Z | Compiling foreign-types v0.3.2 |
2058 | 2023-11-14T21:24:47.063Z | Compiling dof v0.1.5 |
2059 | 2023-11-14T21:24:47.783Z | Compiling clap_derive v4.4.2 |
2060 | 2023-11-14T21:24:48.424Z | Compiling der_derive v0.7.2 |
2061 | 2023-11-14T21:24:49.733Z | Compiling bytes v1.5.0 |
2062 | 2023-11-14T21:24:50.794Z | Compiling bitflags v2.4.0 |
2063 | 2023-11-14T21:24:51.706Z | Compiling tokio v1.33.0 |
2064 | 2023-11-14T21:24:51.755Z | Compiling rustc_version v0.4.0 |
2065 | 2023-11-14T21:24:52.712Z | Compiling heapless v0.7.16 |
2066 | 2023-11-14T21:24:53.319Z | Compiling http v0.2.9 |
2067 | 2023-11-14T21:24:53.379Z | Compiling uuid v1.5.0 |
2068 | 2023-11-14T21:24:54.499Z | Compiling chrono v0.4.31 |
2069 | 2023-11-14T21:24:55.571Z | Compiling indexmap v2.1.0 |
2070 | 2023-11-14T21:24:55.924Z | Compiling thread-id v4.2.0 |
2071 | 2023-11-14T21:24:56.076Z | Compiling flagset v0.4.3 |
2072 | 2023-11-14T21:24:56.406Z | Compiling cpufeatures v0.2.9 |
2073 | 2023-11-14T21:24:56.539Z | Compiling anstyle v1.0.2 |
2074 | 2023-11-14T21:24:56.994Z | Compiling time-core v0.1.1 |
2075 | 2023-11-14T21:24:57.238Z | Compiling utf8parse v0.2.1 |
2076 | 2023-11-14T21:24:57.500Z | Compiling try-lock v0.2.4 |
2077 | 2023-11-14T21:24:57.513Z | Compiling adler v1.0.2 |
2078 | 2023-11-14T21:24:57.676Z | Compiling siphasher v0.3.11 |
2079 | 2023-11-14T21:24:57.697Z | Compiling rustversion v1.0.14 |
2080 | 2023-11-14T21:24:57.800Z | Compiling miniz_oxide v0.7.1 |
2081 | 2023-11-14T21:24:58.663Z | Compiling want v0.3.1 |
2082 | 2023-11-14T21:24:59.054Z | Compiling anstyle-parse v0.2.1 |
2083 | 2023-11-14T21:24:59.685Z | Compiling time-macros v0.2.13 |
2084 | 2023-11-14T21:25:00.011Z | Compiling sha2 v0.10.8 |
2085 | 2023-11-14T21:25:00.448Z | Compiling der v0.7.8 |
2086 | 2023-11-14T21:25:02.983Z | Compiling http-body v0.4.5 |
2087 | 2023-11-14T21:25:04.791Z | Compiling tokio-util v0.7.10 |
2088 | 2023-11-14T21:25:06.848Z | Compiling h2 v0.3.21 |
2089 | 2023-11-14T21:25:07.133Z | Compiling serde_tokenstream v0.1.7 |
2090 | 2023-11-14T21:25:09.006Z | Compiling sct v0.7.0 |
2091 | 2023-11-14T21:25:10.192Z | Compiling form_urlencoded v1.2.0 |
2092 | 2023-11-14T21:25:10.491Z | Compiling hubpack_derive v0.1.1 |
2093 | 2023-11-14T21:25:11.022Z | Compiling socket2 v0.4.9 |
2094 | 2023-11-14T21:25:11.780Z | Compiling crossbeam-epoch v0.9.15 |
2095 | 2023-11-14T21:25:12.759Z | Compiling anyhow v1.0.75 |
2096 | 2023-11-14T21:25:13.541Z | Compiling tap v1.0.1 |
2097 | 2023-11-14T21:25:13.680Z | Compiling anstyle-query v1.0.0 |
2098 | 2023-11-14T21:25:13.931Z | Compiling tower-service v0.3.2 |
2099 | 2023-11-14T21:25:13.944Z | Compiling slog v2.7.0 |
2100 | 2023-11-14T21:25:14.097Z | Compiling colorchoice v1.0.0 |
2101 | 2023-11-14T21:25:14.456Z | Compiling httpdate v1.0.3 |
2102 | 2023-11-14T21:25:14.905Z | Compiling anstream v0.5.0 |
2103 | 2023-11-14T21:25:15.078Z | Compiling wyz v0.5.1 |
2104 | 2023-11-14T21:25:19.186Z | Compiling hyper v0.14.27 |
2105 | 2023-11-14T21:25:19.996Z | Compiling terminal_size v0.2.6 |
2106 | 2023-11-14T21:25:20.308Z | Compiling spki v0.7.2 |
2107 | 2023-11-14T21:25:21.632Z | Compiling toml_datetime v0.6.5 |
2108 | 2023-11-14T21:25:22.293Z | Compiling serde_spanned v0.6.4 |
2109 | 2023-11-14T21:25:23.311Z | Compiling rustls-pemfile v1.0.3 |
2110 | 2023-11-14T21:25:23.839Z | Compiling zerocopy v0.6.4 |
2111 | 2023-11-14T21:25:24.003Z | Compiling hmac v0.12.1 |
2112 | 2023-11-14T21:25:24.322Z | Compiling md-5 v0.10.5 |
2113 | 2023-11-14T21:25:25.043Z | Compiling stringprep v0.1.3 |
2114 | 2023-11-14T21:25:25.081Z | Compiling idna v0.4.0 |
2115 | 2023-11-14T21:25:25.546Z | Compiling diesel_table_macro_syntax v0.1.0 |
2116 | 2023-11-14T21:25:26.121Z | Compiling hash32 v0.2.1 |
2117 | 2023-11-14T21:25:26.446Z | Compiling aho-corasick v1.0.4 |
2118 | 2023-11-14T21:25:26.661Z | Compiling regex-syntax v0.8.2 |
2119 | 2023-11-14T21:25:27.424Z | Compiling maybe-uninit v2.0.0 |
2120 | 2023-11-14T21:25:28.106Z | Compiling dyn-clone v1.0.13 |
2121 | 2023-11-14T21:25:28.393Z | Compiling clap_lex v0.5.1 |
2122 | 2023-11-14T21:25:29.539Z | Compiling stable_deref_trait v1.2.0 |
2123 | 2023-11-14T21:25:29.862Z | Compiling strsim v0.10.0 |
2124 | 2023-11-14T21:25:29.912Z | Compiling fallible-iterator v0.2.0 |
2125 | 2023-11-14T21:25:29.928Z | Compiling gimli v0.28.0 |
2126 | 2023-11-14T21:25:31.287Z | Compiling either v1.9.0 |
2127 | 2023-11-14T21:25:31.779Z | Compiling winnow v0.5.15 |
2128 | 2023-11-14T21:25:33.229Z | Compiling funty v2.0.0 |
2129 | 2023-11-14T21:25:33.502Z | Compiling regex-automata v0.4.3 |
2130 | 2023-11-14T21:25:35.089Z | Compiling bitvec v1.0.1 |
2131 | 2023-11-14T21:25:35.296Z | Compiling postgres-protocol v0.6.6 |
2132 | 2023-11-14T21:25:37.067Z | Compiling addr2line v0.21.0 |
2133 | 2023-11-14T21:25:37.327Z | Compiling clap_builder v4.4.2 |
2134 | 2023-11-14T21:25:38.196Z | Compiling url v2.4.1 |
2135 | 2023-11-14T21:25:38.354Z | Compiling diesel_derives v2.1.1 |
2136 | 2023-11-14T21:25:43.454Z | Compiling rustls-native-certs v0.6.3 |
2137 | 2023-11-14T21:25:43.862Z | Compiling strum_macros v0.25.2 |
2138 | 2023-11-14T21:25:44.975Z | Compiling tokio-native-tls v0.3.1 |
2139 | 2023-11-14T21:25:47.269Z | Compiling usdt-macro v0.3.5 |
2140 | 2023-11-14T21:25:48.946Z | Compiling usdt-attr-macro v0.3.5 |
2141 | 2023-11-14T21:25:49.875Z | Compiling phf_shared v0.11.2 |
2142 | 2023-11-14T21:25:50.869Z | Compiling block-padding v0.3.3 |
2143 | 2023-11-14T21:25:51.068Z | Compiling enum-as-inner v0.5.1 |
2144 | 2023-11-14T21:25:51.097Z | Compiling serde_repr v0.1.16 |
2145 | 2023-11-14T21:25:51.243Z | Compiling scheduled-thread-pool v0.2.7 |
2146 | 2023-11-14T21:25:52.053Z | Compiling object v0.32.1 |
2147 | 2023-11-14T21:25:52.689Z | Compiling managed v0.8.0 |
2148 | 2023-11-14T21:25:53.349Z | Compiling ipnet v2.8.0 |
2149 | 2023-11-14T21:25:55.047Z | Compiling bit-vec v0.6.3 |
2150 | 2023-11-14T21:25:55.904Z | Compiling matches v0.1.10 |
2151 | 2023-11-14T21:25:58.295Z | Compiling rustc-demangle v0.1.23 |
2152 | 2023-11-14T21:25:58.977Z | Compiling regex-automata v0.1.10 |
2153 | 2023-11-14T21:25:59.766Z | Compiling num_threads v0.1.6 |
2154 | 2023-11-14T21:25:59.937Z | Compiling packed_struct v0.10.1 |
2155 | 2023-11-14T21:26:00.566Z | Compiling deranged v0.3.8 |
2156 | 2023-11-14T21:26:01.131Z | Compiling num-bigint-dig v0.8.4 |
2157 | 2023-11-14T21:26:02.181Z | Compiling bstr v0.2.17 |
2158 | 2023-11-14T21:26:03.654Z | Compiling time v0.3.27 |
2159 | 2023-11-14T21:26:07.993Z | Compiling idna v0.2.3 |
2160 | 2023-11-14T21:26:10.763Z | Compiling r2d2 v0.8.10 |
2161 | 2023-11-14T21:26:12.052Z | Compiling inout v0.1.3 |
2162 | 2023-11-14T21:26:12.877Z | Compiling phf v0.11.2 |
2163 | 2023-11-14T21:26:13.323Z | Compiling hyper-tls v0.5.0 |
2164 | 2023-11-14T21:26:13.838Z | Compiling signal-hook-mio v0.2.3 |
2165 | 2023-11-14T21:26:13.853Z | Compiling clap v4.4.3 |
2166 | 2023-11-14T21:26:14.002Z | Compiling flate2 v1.0.28 |
2167 | 2023-11-14T21:26:14.058Z | Compiling ipnetwork v0.20.0 |
2168 | 2023-11-14T21:26:14.074Z | Compiling regex v1.10.2 |
2169 | 2023-11-14T21:26:15.431Z | Compiling toml_edit v0.19.15 |
2170 | 2023-11-14T21:26:15.479Z | Compiling postgres-types v0.2.6 |
2171 | 2023-11-14T21:26:15.840Z | Compiling itertools v0.11.0 |
2172 | 2023-11-14T21:26:16.826Z | Compiling pkcs8 v0.10.2 |
2173 | 2023-11-14T21:26:18.079Z | Compiling hubpack v0.1.2 |
2174 | 2023-11-14T21:26:18.097Z | Compiling serde_urlencoded v0.7.1 |
2175 | 2023-11-14T21:26:18.785Z | Compiling phf_shared v0.10.0 |
2176 | 2023-11-14T21:26:19.018Z | Compiling futures-executor v0.3.29 |
2177 | 2023-11-14T21:26:21.097Z | Compiling signature v2.1.0 |
2178 | 2023-11-14T21:26:21.561Z | Compiling packed_struct_codegen v0.10.1 |
2179 | 2023-11-14T21:26:23.360Z | Compiling float-cmp v0.9.0 |
2180 | 2023-11-14T21:26:24.426Z | Compiling encoding_rs v0.8.33 |
2181 | 2023-11-14T21:26:25.005Z | Compiling mime v0.3.17 |
2182 | 2023-11-14T21:26:25.758Z | Compiling regex-automata v0.3.8 |
2183 | 2023-11-14T21:26:25.913Z | Compiling whoami v1.4.1 |
2184 | 2023-11-14T21:26:25.927Z | Compiling new_debug_unreachable v1.0.4 |
2185 | 2023-11-14T21:26:26.049Z | Compiling normalize-line-endings v0.3.0 |
2186 | 2023-11-14T21:26:26.214Z | Compiling webpki-roots v0.25.2 |
2187 | 2023-11-14T21:26:26.453Z | Compiling data-encoding v2.4.0 |
2188 | 2023-11-14T21:26:26.743Z | Compiling predicates-core v1.0.6 |
2189 | 2023-11-14T21:26:27.206Z | Compiling crc-catalog v2.2.0 |
2190 | 2023-11-14T21:26:28.719Z | Compiling difflib v0.4.0 |
2191 | 2023-11-14T21:26:29.359Z | Compiling nodrop v0.1.14 |
2192 | 2023-11-14T21:26:29.532Z | Compiling static_assertions v1.1.0 |
2193 | 2023-11-14T21:26:29.548Z | Compiling precomputed-hash v0.1.1 |
2194 | 2023-11-14T21:26:29.706Z | Compiling fixedbitset v0.4.2 |
2195 | 2023-11-14T21:26:29.986Z | Compiling unicode-segmentation v1.10.1 |
2196 | 2023-11-14T21:26:30.380Z | Compiling unicode-width v0.1.11 |
2197 | 2023-11-14T21:26:30.773Z | Compiling console v0.15.7 |
2198 | 2023-11-14T21:26:30.822Z | Compiling petgraph v0.6.4 |
2199 | 2023-11-14T21:26:31.461Z | Compiling similar v2.2.1 |
2200 | 2023-11-14T21:26:32.956Z | Compiling string_cache v0.8.7 |
2201 | 2023-11-14T21:26:34.873Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2202 | 2023-11-14T21:26:48.686Z | Compiling array-init v0.0.4 |
2203 | 2023-11-14T21:26:49.114Z | Compiling predicates v3.0.4 |
2204 | 2023-11-14T21:26:49.243Z | Compiling bstr v1.6.0 |
2205 | 2023-11-14T21:26:49.486Z | Compiling trust-dns-proto v0.22.0 |
2206 | 2023-11-14T21:26:49.548Z | Compiling crc v3.0.1 |
2207 | 2023-11-14T21:26:49.618Z | Compiling tokio-postgres v0.7.10 |
2208 | 2023-11-14T21:26:53.224Z | Compiling toml v0.7.8 |
2209 | 2023-11-14T21:26:55.053Z | Compiling futures v0.3.29 |
2210 | 2023-11-14T21:26:55.761Z | Compiling pkcs1 v0.7.5 |
2211 | 2023-11-14T21:26:56.408Z | Compiling yasna v0.5.2 |
2212 | 2023-11-14T21:26:56.930Z | Compiling smallvec v0.6.14 |
2213 | 2023-11-14T21:26:56.933Z | Compiling diesel v2.1.3 |
2214 | 2023-11-14T21:26:57.674Z | Compiling crossterm v0.27.0 |
2215 | 2023-11-14T21:26:58.681Z | Compiling cipher v0.4.4 |
2216 | 2023-11-14T21:27:02.786Z | Compiling bit-set v0.5.3 |
2217 | 2023-11-14T21:27:03.198Z | Compiling usdt v0.3.5 |
2218 | 2023-11-14T21:27:03.317Z | Compiling is-terminal v0.4.9 |
2219 | 2023-11-14T21:27:03.575Z | Compiling toml_edit v0.21.0 |
2220 | 2023-11-14T21:27:06.589Z | Compiling itertools v0.10.5 |
2221 | 2023-11-14T21:27:08.193Z | Compiling tokio-stream v0.1.14 |
2222 | 2023-11-14T21:27:09.687Z | Compiling openapiv3 v1.0.3 |
2223 | 2023-11-14T21:27:11.306Z | Compiling hex v0.4.3 |
2224 | 2023-11-14T21:27:15.258Z | Compiling hashbrown v0.13.2 |
2225 | 2023-11-14T21:27:19.819Z | Compiling termcolor v1.2.0 |
2226 | 2023-11-14T21:27:21.281Z | Compiling regex-syntax v0.6.29 |
2227 | 2023-11-14T21:27:23.533Z | Compiling bitfield v0.14.0 |
2228 | 2023-11-14T21:27:28.074Z | Compiling lalrpop-util v0.19.12 |
2229 | 2023-11-14T21:27:32.689Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2230 | 2023-11-14T21:27:38.594Z | Compiling env_logger v0.10.0 |
2231 | 2023-11-14T21:27:49.058Z | Compiling rsa v0.9.2 |
2232 | 2023-11-14T21:27:56.354Z | Compiling serde-hex v0.1.0 |
2233 | 2023-11-14T21:27:58.209Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2234 | 2023-11-14T21:28:06.098Z | Compiling x509-cert v0.2.4 |
2235 | 2023-11-14T21:28:06.659Z | Compiling ron v0.8.1 |
2236 | 2023-11-14T21:28:09.087Z | Compiling crc-any v2.4.3 |
2237 | 2023-11-14T21:28:28.628Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2238 | 2023-11-14T21:28:29.565Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2239 | 2023-11-14T21:28:45.391Z | Compiling object v0.30.4 |
2240 | 2023-11-14T21:28:55.372Z | Compiling path-slash v0.1.5 |
2241 | 2023-11-14T21:29:07.444Z | Compiling bzip2 v0.4.4 |
2242 | 2023-11-14T21:29:07.914Z | Compiling zip v0.6.6 |
2243 | 2023-11-14T21:29:10.025Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2244 | 2023-11-14T21:29:28.229Z | Compiling rustls-webpki v0.101.7 |
2245 | 2023-11-14T21:29:34.582Z | Compiling tokio-rustls v0.24.1 |
2246 | 2023-11-14T21:29:35.065Z | Compiling hyper-rustls v0.24.2 |
2247 | 2023-11-14T21:29:35.868Z | Compiling reqwest v0.11.20 |
2248 | 2023-11-14T21:29:50.127Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2249 | 2023-11-14T21:30:00.671Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2250 | 2023-11-14T21:30:01.934Z | Finished release [optimized] target(s) in 6m 02s |
2251 | 2023-11-14T21:30:01.969Z | |
2252 | 2023-11-14T21:30:02.049Z | real 6:02.206990169 |
2253 | 2023-11-14T21:30:02.089Z | user 42:20.360607742 |
2254 | 2023-11-14T21:30:02.102Z | sys 3:54.383435167 |
2255 | 2023-11-14T21:30:02.113Z | trap 1.757802471 |
2256 | 2023-11-14T21:30:02.123Z | tflt 1.064307975 |
2257 | 2023-11-14T21:30:02.133Z | dflt 0.820818160 |
2258 | 2023-11-14T21:30:02.598Z | kflt 0.007253917 |
2259 | 2023-11-14T21:30:02.613Z | lock 1:36:16.866879576 |
2260 | 2023-11-14T21:30:02.625Z | slp 2:58:22.116568739 |
2261 | 2023-11-14T21:30:02.634Z | lat 1:43.638503644 |
2262 | 2023-11-14T21:30:02.642Z | stop 1:39.157321295 |
2263 | 2023-11-14T21:30:02.647Z | + ptime -m gzip |
2264 | 2023-11-14T21:30:02.651Z | |
2265 | 2023-11-14T21:30:02.655Z | real 0.656220798 |
2266 | 2023-11-14T21:30:02.658Z | user 0.648708193 |
2267 | 2023-11-14T21:30:02.661Z | sys 0.006914098 |
2268 | 2023-11-14T21:30:02.664Z | trap 0.000081414 |
2269 | 2023-11-14T21:30:02.669Z | tflt 0.000000000 |
2270 | 2023-11-14T21:30:02.672Z | dflt 0.000000000 |
2271 | 2023-11-14T21:30:02.675Z | kflt 0.000000000 |
2272 | 2023-11-14T21:30:02.678Z | lock 0.000000000 |
2273 | 2023-11-14T21:30:02.684Z | slp 0.000000000 |
2274 | 2023-11-14T21:30:02.687Z | lat 0.000175827 |
2275 | 2023-11-14T21:30:02.690Z | stop 0.000238614 |
2276 | 2023-11-14T21:30:02.693Z | + banner tufaceous |
2277 | 2023-11-14T21:30:02.696Z | |
2278 | 2023-11-14T21:30:02.699Z | ##### # # ###### ## #### ###### #### # # #### |
2279 | 2023-11-14T21:30:02.702Z | # # # # # # # # # # # # # # |
2280 | 2023-11-14T21:30:02.705Z | # # # ##### # # # ##### # # # # #### |
2281 | 2023-11-14T21:30:02.710Z | # # # # ###### # # # # # # # |
2282 | 2023-11-14T21:30:02.714Z | # # # # # # # # # # # # # # # |
2283 | 2023-11-14T21:30:02.717Z | # #### # # # #### ###### #### #### #### |
2284 | 2023-11-14T21:30:02.720Z | |
2285 | 2023-11-14T21:30:02.723Z | + ptime -m cargo build --locked -p tufaceous --release |
2286 | 2023-11-14T21:30:03.397Z | Downloading crates ... |
2287 | 2023-11-14T21:30:03.659Z | Downloaded snafu-derive v0.7.5 |
2288 | 2023-11-14T21:30:03.668Z | Downloaded doc-comment v0.3.3 |
2289 | 2023-11-14T21:30:03.685Z | Downloaded buf-list v1.0.3 |
2290 | 2023-11-14T21:30:03.701Z | Downloaded snafu v0.7.5 |
2291 | 2023-11-14T21:30:03.721Z | Downloaded olpc-cjson v0.1.3 |
2292 | 2023-11-14T21:30:03.746Z | Downloaded path-dedot v3.1.0 |
2293 | 2023-11-14T21:30:04.413Z | Downloaded path-absolutize v3.1.0 |
2294 | 2023-11-14T21:30:04.425Z | Downloaded tough v0.14.0 |
2295 | 2023-11-14T21:30:04.458Z | Downloaded globset v0.4.13 |
2296 | 2023-11-14T21:30:04.469Z | Downloaded fs-err v2.9.0 |
2297 | 2023-11-14T21:30:04.556Z | Downloaded serde_plain v1.0.2 |
2298 | 2023-11-14T21:30:04.562Z | Downloaded bytesize v1.3.0 |
2299 | 2023-11-14T21:30:04.572Z | Compiling serde_tokenstream v0.2.0 |
2300 | 2023-11-14T21:30:05.008Z | Compiling regress v0.7.1 |
2301 | 2023-11-14T21:30:05.029Z | Compiling dirs-sys-next v0.1.2 |
2302 | 2023-11-14T21:30:05.046Z | Compiling ident_case v1.0.1 |
2303 | 2023-11-14T21:30:05.060Z | Compiling thread_local v1.1.7 |
2304 | 2023-11-14T21:30:05.069Z | Compiling camino v1.1.6 |
2305 | 2023-11-14T21:30:05.076Z | Compiling heck v0.4.1 |
2306 | 2023-11-14T21:30:05.082Z | Compiling dirs-next v2.0.0 |
2307 | 2023-11-14T21:30:05.090Z | Compiling darling_core v0.20.3 |
2308 | 2023-11-14T21:30:05.099Z | Compiling slog-async v2.8.0 |
2309 | 2023-11-14T21:30:05.207Z | Compiling term v0.7.0 |
2310 | 2023-11-14T21:30:05.597Z | Compiling crossbeam-channel v0.5.8 |
2311 | 2023-11-14T21:30:06.092Z | Compiling getopts v0.2.21 |
2312 | 2023-11-14T21:30:06.133Z | Compiling structmeta-derive v0.2.0 |
2313 | 2023-11-14T21:30:06.166Z | Compiling atty v0.2.14 |
2314 | 2023-11-14T21:30:06.184Z | Compiling multer v2.1.0 |
2315 | 2023-11-14T21:30:06.485Z | Compiling match_cfg v0.1.0 |
2316 | 2023-11-14T21:30:06.788Z | Compiling paste v1.0.14 |
2317 | 2023-11-14T21:30:06.965Z | Compiling take_mut v0.2.2 |
2318 | 2023-11-14T21:30:07.207Z | Compiling unsafe-libyaml v0.2.9 |
2319 | 2023-11-14T21:30:07.303Z | Compiling doc-comment v0.3.3 |
2320 | 2023-11-14T21:30:08.411Z | Compiling hostname v0.3.1 |
2321 | 2023-11-14T21:30:08.890Z | Compiling slog-term v2.9.0 |
2322 | 2023-11-14T21:30:10.006Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2323 | 2023-11-14T21:30:11.991Z | Compiling structmeta v0.2.0 |
2324 | 2023-11-14T21:30:12.606Z | Compiling serde_yaml v0.9.25 |
2325 | 2023-11-14T21:30:13.909Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2326 | 2023-11-14T21:30:13.916Z | Compiling darling_macro v0.20.3 |
2327 | 2023-11-14T21:30:13.929Z | Compiling slog-json v2.6.1 |
2328 | 2023-11-14T21:30:14.768Z | Compiling async-stream-impl v0.3.5 |
2329 | 2023-11-14T21:30:15.451Z | Compiling darling v0.20.3 |
2330 | 2023-11-14T21:30:15.565Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2331 | 2023-11-14T21:30:16.431Z | Compiling regex-syntax v0.7.5 |
2332 | 2023-11-14T21:30:16.507Z | Compiling fastrand v2.0.0 |
2333 | 2023-11-14T21:30:16.778Z | Compiling atomic-waker v1.1.1 |
2334 | 2023-11-14T21:30:17.203Z | Compiling waitgroup v0.1.2 |
2335 | 2023-11-14T21:30:17.230Z | Compiling tempfile v3.8.0 |
2336 | 2023-11-14T21:30:17.404Z | Compiling async-stream v0.3.5 |
2337 | 2023-11-14T21:30:17.698Z | Compiling serde_with_macros v2.3.3 |
2338 | 2023-11-14T21:30:17.877Z | Compiling slog-bunyan v2.4.0 |
2339 | 2023-11-14T21:30:21.081Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2340 | 2023-11-14T21:30:21.109Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2341 | 2023-11-14T21:30:21.617Z | Compiling sha1 v0.10.5 |
2342 | 2023-11-14T21:30:22.404Z | Compiling snafu-derive v0.7.5 |
2343 | 2023-11-14T21:30:23.182Z | Compiling serde_path_to_error v0.1.14 |
2344 | 2023-11-14T21:30:23.264Z | Compiling path-dedot v3.1.0 |
2345 | 2023-11-14T21:30:23.614Z | Compiling instant v0.1.12 |
2346 | 2023-11-14T21:30:23.624Z | Compiling buf-list v1.0.3 |
2347 | 2023-11-14T21:30:23.629Z | Compiling debug-ignore v1.0.5 |
2348 | 2023-11-14T21:30:23.842Z | Compiling same-file v1.0.6 |
2349 | 2023-11-14T21:30:24.023Z | Compiling arc-swap v1.6.0 |
2350 | 2023-11-14T21:30:24.403Z | Compiling base64 v0.13.1 |
2351 | 2023-11-14T21:30:24.908Z | Compiling slog-scope v4.4.0 |
2352 | 2023-11-14T21:30:25.197Z | Compiling pem v1.1.1 |
2353 | 2023-11-14T21:30:25.829Z | Compiling walkdir v2.4.0 |
2354 | 2023-11-14T21:30:26.305Z | Compiling backoff v0.4.0 |
2355 | 2023-11-14T21:30:26.491Z | Compiling parse-display-derive v0.8.2 |
2356 | 2023-11-14T21:30:26.886Z | Compiling path-absolutize v3.1.0 |
2357 | 2023-11-14T21:30:27.196Z | Compiling serde_with v2.3.3 |
2358 | 2023-11-14T21:30:27.754Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2359 | 2023-11-14T21:30:28.054Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2360 | 2023-11-14T21:30:28.823Z | Compiling toml v0.8.8 |
2361 | 2023-11-14T21:30:29.311Z | Compiling globset v0.4.13 |
2362 | 2023-11-14T21:30:30.650Z | Compiling snafu v0.7.5 |
2363 | 2023-11-14T21:30:32.698Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2364 | 2023-11-14T21:30:32.800Z | Compiling parse-display v0.8.2 |
2365 | 2023-11-14T21:30:33.409Z | Compiling strum v0.25.0 |
2366 | 2023-11-14T21:30:33.423Z | Compiling olpc-cjson v0.1.3 |
2367 | 2023-11-14T21:30:33.433Z | Compiling macaddr v1.0.1 |
2368 | 2023-11-14T21:30:34.026Z | Compiling serde_plain v1.0.2 |
2369 | 2023-11-14T21:30:34.360Z | Compiling filetime v0.2.22 |
2370 | 2023-11-14T21:30:34.854Z | Compiling xattr v1.0.1 |
2371 | 2023-11-14T21:30:34.878Z | Compiling tough v0.14.0 |
2372 | 2023-11-14T21:30:35.314Z | Compiling slog-stdlog v4.1.1 |
2373 | 2023-11-14T21:30:35.370Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2374 | 2023-11-14T21:30:35.624Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2375 | 2023-11-14T21:30:36.704Z | Compiling tar v0.4.40 |
2376 | 2023-11-14T21:30:39.474Z | Compiling camino-tempfile v1.0.2 |
2377 | 2023-11-14T21:30:40.818Z | Compiling bytesize v1.3.0 |
2378 | 2023-11-14T21:30:41.949Z | Compiling fs-err v2.9.0 |
2379 | 2023-11-14T21:30:43.109Z | Compiling slog-envlogger v2.2.0 |
2380 | 2023-11-14T21:30:43.878Z | Compiling humantime v2.1.0 |
2381 | 2023-11-14T21:30:46.147Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2382 | 2023-11-14T21:31:11.780Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2383 | 2023-11-14T21:31:12.137Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2384 | 2023-11-14T21:31:24.441Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2385 | 2023-11-14T21:31:26.681Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2386 | 2023-11-14T21:31:50.565Z | Finished release [optimized] target(s) in 1m 47s |
2387 | 2023-11-14T21:31:50.645Z | |
2388 | 2023-11-14T21:31:50.650Z | real 1:47.988292901 |
2389 | 2023-11-14T21:31:50.654Z | user 11:36.512489755 |
2390 | 2023-11-14T21:31:50.658Z | sys 43.430760978 |
2391 | 2023-11-14T21:31:50.661Z | trap 0.439935711 |
2392 | 2023-11-14T21:31:50.665Z | tflt 0.459172111 |
2393 | 2023-11-14T21:31:50.668Z | dflt 0.379412385 |
2394 | 2023-11-14T21:31:50.671Z | kflt 0.000088964 |
2395 | 2023-11-14T21:31:50.674Z | lock 22:15.362150474 |
2396 | 2023-11-14T21:31:50.677Z | slp 25:05.732932768 |
2397 | 2023-11-14T21:31:50.679Z | lat 19.999918418 |
2398 | 2023-11-14T21:31:50.682Z | stop 11.321656407 |
2399 | 2023-11-14T21:31:50.685Z | + ptime -m gzip |
2400 | 2023-11-14T21:31:53.145Z | |
2401 | 2023-11-14T21:31:53.152Z | real 2.298178482 |
2402 | 2023-11-14T21:31:53.176Z | user 2.269696131 |
2403 | 2023-11-14T21:31:53.181Z | sys 0.027690003 |
2404 | 2023-11-14T21:31:53.249Z | trap 0.000282155 |
2405 | 2023-11-14T21:31:53.252Z | tflt 0.000000000 |
2406 | 2023-11-14T21:31:53.256Z | dflt 0.000000000 |
2407 | 2023-11-14T21:31:53.260Z | kflt 0.000000000 |
2408 | 2023-11-14T21:31:53.264Z | lock 0.000000000 |
2409 | 2023-11-14T21:31:53.275Z | slp 0.000000000 |
2410 | 2023-11-14T21:31:53.282Z | lat 0.000171919 |
2411 | 2023-11-14T21:31:53.294Z | stop 0.000237033 |
2412 | 2023-11-14T21:31:53.307Z | process exited: duration 1255592 ms, exit code 0 |
|
2413 | 2023-11-14T21:31:53.355Z | found 5 output files |
2414 | 2023-11-14T21:31:53.497Z | uploading: /work/end-to-end-tests/bootstrap-54b36ccac73b662d.gz (6359726 bytes) |
2415 | 2023-11-14T21:31:57.337Z | uploaded: /work/end-to-end-tests/bootstrap-54b36ccac73b662d.gz |
2416 | 2023-11-14T21:31:57.355Z | uploading: /work/end-to-end-tests/bootstrap.gz (100612708 bytes) |
2417 | 2023-11-14T21:32:34.676Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2418 | 2023-11-14T21:32:34.693Z | uploading: /work/end-to-end-tests/end_to_end_tests-183be15994d1779e.gz (115422694 bytes) |
2419 | 2023-11-14T21:33:13.332Z | uploaded: /work/end-to-end-tests/end_to_end_tests-183be15994d1779e.gz |
2420 | 2023-11-14T21:33:13.347Z | uploading: /work/caboose-util.gz (4106801 bytes) |
2421 | 2023-11-14T21:33:15.955Z | uploaded: /work/caboose-util.gz |
2422 | 2023-11-14T21:33:15.959Z | uploading: /work/tufaceous.gz (14676290 bytes) |
2423 | 2023-11-14T21:33:23.451Z | uploaded: /work/tufaceous.gz |