|
|
|
1 | 2023-11-18T00:17:36.999Z | job assigned to worker 01HFFWJNAS4DRW42C8C6Y2BH2R (queued for 1 m 6 s) |
|
2 | 2023-11-18T00:17:37.690Z | starting task 0: "setup" |
3 | 2023-11-18T00:17:37.757Z | ++ uname -s |
4 | 2023-11-18T00:17:37.761Z | + kern=SunOS |
5 | 2023-11-18T00:17:37.763Z | + case "$kern" in |
6 | 2023-11-18T00:17:37.766Z | + groupadd -g 12345 build |
7 | 2023-11-18T00:17:37.769Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-18T00:17:39.777Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-18T00:17:39.886Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-18T00:17:39.895Z | + home_fs=zfs |
11 | 2023-11-18T00:17:39.910Z | + [[ zfs == autofs ]] |
12 | 2023-11-18T00:17:39.919Z | + mkdir -p /home/build |
13 | 2023-11-18T00:17:39.922Z | + chown build:build /home/build /work |
14 | 2023-11-18T00:17:42.297Z | + chmod 0700 /home/build /work |
15 | 2023-11-18T00:17:42.303Z | process exited: duration 4201 ms, exit code 0 |
|
16 | 2023-11-18T00:17:42.308Z | starting task 1: "rust-toolchain" |
17 | 2023-11-18T00:17:42.321Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-18T00:17:42.325Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-18T00:17:42.535Z | info: downloading installer |
20 | 2023-11-18T00:17:44.560Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-18T00:17:44.568Z | warning: /opt/ooce/bin |
22 | 2023-11-18T00:17:44.572Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-18T00:17:44.576Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-18T00:17:44.590Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-18T00:17:44.602Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-18T00:17:44.607Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-18T00:17:44.610Z | error: cannot install while Rust is installed |
28 | 2023-11-18T00:17:44.615Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-18T00:17:44.721Z | info: profile set to 'default' |
30 | 2023-11-18T00:17:44.726Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-18T00:17:44.732Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-18T00:17:44.906Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-18T00:17:44.915Z | info: downloading component 'cargo' |
34 | 2023-11-18T00:17:45.720Z | info: downloading component 'clippy' |
35 | 2023-11-18T00:17:46.009Z | info: downloading component 'rust-docs' |
36 | 2023-11-18T00:17:47.026Z | info: downloading component 'rust-std' |
37 | 2023-11-18T00:17:48.876Z | info: downloading component 'rustc' |
38 | 2023-11-18T00:17:53.328Z | info: downloading component 'rustfmt' |
39 | 2023-11-18T00:17:53.584Z | info: installing component 'cargo' |
40 | 2023-11-18T00:17:55.110Z | info: installing component 'clippy' |
41 | 2023-11-18T00:17:55.788Z | info: installing component 'rust-docs' |
42 | 2023-11-18T00:17:58.524Z | info: installing component 'rust-std' |
43 | 2023-11-18T00:18:13.566Z | info: installing component 'rustc' |
44 | 2023-11-18T00:18:14.175Z | info: installing component 'rustfmt' |
45 | 2023-11-18T00:18:14.734Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-18T00:18:14.871Z | |
47 | 2023-11-18T00:18:14.967Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-18T00:18:15.095Z | |
49 | 2023-11-18T00:18:15.326Z | |
50 | 2023-11-18T00:18:15.351Z | Rust is installed now. Great! |
51 | 2023-11-18T00:18:15.380Z | |
52 | 2023-11-18T00:18:15.416Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-18T00:18:15.435Z | environment variable. This has not been done automatically. |
54 | 2023-11-18T00:18:15.453Z | |
55 | 2023-11-18T00:18:15.477Z | To configure your current shell, run: |
56 | 2023-11-18T00:18:15.491Z | source "$HOME/.cargo/env" |
57 | 2023-11-18T00:18:15.503Z | + rustc --version |
58 | 2023-11-18T00:18:15.526Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-18T00:18:15.551Z | process exited: duration 30850 ms, exit code 0 |
|
60 | 2023-11-18T00:18:15.607Z | starting task 2: "authentication" |
61 | 2023-11-18T00:18:15.687Z | process exited: duration 60 ms, exit code 0 |
|
62 | 2023-11-18T00:18:15.718Z | starting task 3: "clone repository" |
63 | 2023-11-18T00:18:15.741Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-18T00:18:15.756Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-18T00:18:15.790Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-18T00:18:22.035Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-18T00:18:22.037Z | + [[ -n nat_rpw ]] |
68 | 2023-11-18T00:18:22.041Z | + git fetch origin nat_rpw |
69 | 2023-11-18T00:18:22.396Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-18T00:18:22.400Z | * branch nat_rpw -> FETCH_HEAD |
71 | 2023-11-18T00:18:22.406Z | + git checkout -B nat_rpw remotes/origin/nat_rpw |
72 | 2023-11-18T00:18:22.510Z | Switched to a new branch 'nat_rpw' |
73 | 2023-11-18T00:18:22.513Z | branch 'nat_rpw' set up to track 'origin/nat_rpw'. |
74 | 2023-11-18T00:18:22.516Z | + git reset --hard eff1828a3aab6f320227c2f822231217790733c5 |
75 | 2023-11-18T00:18:22.669Z | HEAD is now at eff1828a bump dendrite and schema |
76 | 2023-11-18T00:18:22.675Z | process exited: duration 6938 ms, exit code 0 |
|
77 | 2023-11-18T00:18:22.702Z | starting task 4: "build" |
78 | 2023-11-18T00:18:22.720Z | + cargo --version |
79 | 2023-11-18T00:18:22.737Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-18T00:18:22.913Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-18T00:18:22.916Z | info: downloading component 'cargo' |
82 | 2023-11-18T00:18:23.615Z | info: downloading component 'clippy' |
83 | 2023-11-18T00:18:23.866Z | info: downloading component 'rust-docs' |
84 | 2023-11-18T00:18:24.763Z | info: downloading component 'rust-std' |
85 | 2023-11-18T00:18:26.200Z | info: downloading component 'rustc' |
86 | 2023-11-18T00:18:30.233Z | info: downloading component 'rustfmt' |
87 | 2023-11-18T00:18:30.458Z | info: installing component 'cargo' |
88 | 2023-11-18T00:18:31.725Z | info: installing component 'clippy' |
89 | 2023-11-18T00:18:32.249Z | info: installing component 'rust-docs' |
90 | 2023-11-18T00:18:35.002Z | info: installing component 'rust-std' |
91 | 2023-11-18T00:18:37.551Z | info: installing component 'rustc' |
92 | 2023-11-18T00:18:43.896Z | info: installing component 'rustfmt' |
93 | 2023-11-18T00:18:44.449Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-18T00:18:44.453Z | + rustc --version |
95 | 2023-11-18T00:18:44.582Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-18T00:18:44.595Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-11-18T00:19:00.366Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-11-18T00:19:01.409Z | Startup: Caching catalogs ... Done |
99 | 2023-11-18T00:19:06.873Z | Planning: Solver setup ... Done (5.076s) |
100 | 2023-11-18T00:19:06.972Z | Planning: Running solver ... Done (0.123s) |
101 | 2023-11-18T00:19:07.057Z | Planning: Finding local manifests ... Done (0.005s) |
102 | 2023-11-18T00:19:07.089Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2023-11-18T00:19:07.282Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2023-11-18T00:19:07.363Z | Planning: Package planning ... Done (0.080s) |
105 | 2023-11-18T00:19:07.459Z | Planning: Merging actions ... Done (0.085s) |
106 | 2023-11-18T00:19:08.639Z | Planning: Checking for conflicting actions ... Done (1.186s) |
107 | 2023-11-18T00:19:08.652Z | Planning: Consolidating action changes ... Done (0.017s) |
108 | 2023-11-18T00:19:18.484Z | Planning: Evaluating mediators ... Done (9.833s) |
109 | 2023-11-18T00:19:18.501Z | Planning: Planning completed in 17.03 seconds |
110 | 2023-11-18T00:19:20.506Z | Packages to install: 4 |
111 | 2023-11-18T00:19:20.510Z | Mediators to change: 2 |
112 | 2023-11-18T00:19:20.514Z | Services to change: 1 |
113 | 2023-11-18T00:19:20.518Z | Estimated space available: 148.90 GB |
114 | 2023-11-18T00:19:20.522Z | Estimated space to be consumed: 1.37 GB |
115 | 2023-11-18T00:19:20.525Z | Create boot environment: No |
116 | 2023-11-18T00:19:20.529Z | Create backup boot environment: No |
117 | 2023-11-18T00:19:20.532Z | Rebuild boot archive: No |
118 | 2023-11-18T00:19:20.540Z | |
119 | 2023-11-18T00:19:20.553Z | Changed mediators: |
120 | 2023-11-18T00:19:20.559Z | mediator clang: |
121 | 2023-11-18T00:19:20.574Z | version: None -> 15 (system default) |
122 | 2023-11-18T00:19:20.579Z | |
123 | 2023-11-18T00:19:20.596Z | mediator llvm: |
124 | 2023-11-18T00:19:20.605Z | version: 14 (system default) -> 15 (system default) |
125 | 2023-11-18T00:19:20.610Z | |
126 | 2023-11-18T00:19:20.614Z | Changed packages: |
127 | 2023-11-18T00:19:20.618Z | helios-dev |
128 | 2023-11-18T00:19:20.624Z | developer/build-essential |
129 | 2023-11-18T00:19:20.628Z | None -> 11-2.0 |
130 | 2023-11-18T00:19:20.631Z | library/libxmlsec1 |
131 | 2023-11-18T00:19:20.635Z | None -> 1.2.35-2.0 |
132 | 2023-11-18T00:19:20.639Z | ooce/developer/clang-15 |
133 | 2023-11-18T00:19:20.643Z | None -> 15.0.7-2.0 |
134 | 2023-11-18T00:19:20.647Z | ooce/developer/llvm-15 |
135 | 2023-11-18T00:19:20.651Z | None -> 15.0.7-2.0 |
136 | 2023-11-18T00:19:20.654Z | |
137 | 2023-11-18T00:19:20.658Z | Services: |
138 | 2023-11-18T00:19:20.662Z | restart_fmri: |
139 | 2023-11-18T00:19:20.666Z | svc:/system/update-man-index:default |
140 | 2023-11-18T00:19:20.998Z | |
141 | 2023-11-18T00:19:21.002Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2023-11-18T00:19:25.998Z | Download: 1410/3290 items 114.8/212.6MB 54% complete (23.2M/s) |
143 | 2023-11-18T00:19:31.006Z | Download: 3207/3290 items 161.2/212.6MB 75% complete (16.2M/s) |
144 | 2023-11-18T00:19:33.499Z | Download: Completed 212.60 MB in 12.50 seconds (17.0M/s) |
145 | 2023-11-18T00:19:34.339Z | Actions: 1/3687 actions (Installing new actions) |
146 | 2023-11-18T00:19:39.334Z | Actions: 3084/3687 actions (Installing new actions) |
147 | 2023-11-18T00:19:43.476Z | Actions: Completed 3687 actions in 9.14 seconds. |
148 | 2023-11-18T00:19:43.734Z | Done (0.250s) |
149 | 2023-11-18T00:19:43.737Z | Done (0.000s) |
150 | 2023-11-18T00:19:43.978Z | Done (0.240s) |
151 | 2023-11-18T00:19:53.799Z | Done (9.703s) |
152 | 2023-11-18T00:19:54.263Z | Done (0.364s) |
153 | 2023-11-18T00:19:54.266Z | Done (0.000s) |
154 | 2023-11-18T00:19:54.488Z | Done (0.000s) |
155 | 2023-11-18T00:19:55.194Z | Planning: Evaluating mediator changes ... Done |
156 | 2023-11-18T00:19:55.479Z | Planning: Checking for conflicting actions ... Done |
157 | 2023-11-18T00:19:55.483Z | Planning: Consolidating action changes ... Done |
158 | 2023-11-18T00:19:55.922Z | Planning: Evaluating mediators ... Done |
159 | 2023-11-18T00:19:55.924Z | Planning: Planning completed in 0.73 seconds |
160 | 2023-11-18T00:19:55.977Z | Mediators to change: 2 |
161 | 2023-11-18T00:19:55.980Z | Create boot environment: No |
162 | 2023-11-18T00:19:55.983Z | Create backup boot environment: No |
163 | 2023-11-18T00:19:56.104Z | Done |
164 | 2023-11-18T00:19:56.107Z | Done |
165 | 2023-11-18T00:19:56.223Z | Done |
166 | 2023-11-18T00:20:02.057Z | Done |
167 | 2023-11-18T00:20:02.183Z | Done |
168 | 2023-11-18T00:20:02.186Z | Done |
169 | 2023-11-18T00:20:02.323Z | Done |
170 | 2023-11-18T00:20:03.354Z | Planning: Evaluating mediator changes ... Done |
171 | 2023-11-18T00:20:03.358Z | Planning: Merging actions ... Done |
172 | 2023-11-18T00:20:03.689Z | Planning: Checking for conflicting actions ... Done |
173 | 2023-11-18T00:20:03.692Z | Planning: Consolidating action changes ... Done |
174 | 2023-11-18T00:20:04.122Z | Planning: Evaluating mediators ... Done |
175 | 2023-11-18T00:20:04.213Z | Planning: Planning completed in 1.31 seconds |
176 | 2023-11-18T00:20:04.270Z | Packages to change: 1 |
177 | 2023-11-18T00:20:04.275Z | Mediators to change: 1 |
178 | 2023-11-18T00:20:04.278Z | Services to change: 1 |
179 | 2023-11-18T00:20:04.285Z | Create boot environment: No |
180 | 2023-11-18T00:20:04.288Z | Create backup boot environment: Yes |
181 | 2023-11-18T00:20:06.399Z | Actions: 1/6 actions (Updating modified actions) |
182 | 2023-11-18T00:20:06.403Z | Actions: Completed 6 actions in 0.00 seconds. |
183 | 2023-11-18T00:20:06.406Z | Done |
184 | 2023-11-18T00:20:06.412Z | Done |
185 | 2023-11-18T00:20:06.455Z | Done |
186 | 2023-11-18T00:20:12.274Z | Done |
187 | 2023-11-18T00:20:12.398Z | Done |
188 | 2023-11-18T00:20:12.401Z | Done |
189 | 2023-11-18T00:20:12.547Z | Done |
190 | 2023-11-18T00:20:13.226Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
191 | 2023-11-18T00:20:13.230Z | clang system 15 system |
192 | 2023-11-18T00:20:13.232Z | csh system system illumos |
193 | 2023-11-18T00:20:13.235Z | ctags system system illumos |
194 | 2023-11-18T00:20:13.237Z | gcc vendor 12 vendor |
195 | 2023-11-18T00:20:13.240Z | gcc system 10 system |
196 | 2023-11-18T00:20:13.243Z | gcc system 7 system |
197 | 2023-11-18T00:20:13.245Z | go system 1.20 system |
198 | 2023-11-18T00:20:13.248Z | go system 1.19 system |
199 | 2023-11-18T00:20:13.250Z | llvm system 15 system |
200 | 2023-11-18T00:20:13.253Z | llvm system 14 system |
201 | 2023-11-18T00:20:13.256Z | mariadb system 10.6 system |
202 | 2023-11-18T00:20:13.259Z | mta vendor vendor dma |
203 | 2023-11-18T00:20:13.261Z | openjdk system 17 system |
204 | 2023-11-18T00:20:13.264Z | openjdk system 11 system |
205 | 2023-11-18T00:20:13.267Z | openjdk system 1.8 system |
206 | 2023-11-18T00:20:13.270Z | openssl vendor 3 vendor |
207 | 2023-11-18T00:20:13.273Z | perl system 5.36 system |
208 | 2023-11-18T00:20:13.276Z | postgresql system 15 system |
209 | 2023-11-18T00:20:13.280Z | postgresql system 13 system |
210 | 2023-11-18T00:20:13.284Z | python vendor 3 vendor |
211 | 2023-11-18T00:20:13.287Z | python system 2 system |
212 | 2023-11-18T00:20:13.289Z | python3 system 3.11 system |
213 | 2023-11-18T00:20:13.292Z | ruby system 3.0 system |
214 | 2023-11-18T00:20:13.295Z | words vendor vendor american-english |
215 | 2023-11-18T00:20:13.298Z | words system system australian-english |
216 | 2023-11-18T00:20:13.301Z | words system system british-english |
217 | 2023-11-18T00:20:13.303Z | words system system canadian-english |
218 | 2023-11-18T00:20:13.306Z | words system system french |
219 | 2023-11-18T00:20:13.309Z | words system system italian |
220 | 2023-11-18T00:20:13.312Z | words system system ngerman |
221 | 2023-11-18T00:20:13.315Z | words system system ogerman |
222 | 2023-11-18T00:20:13.317Z | words system system spanish |
223 | 2023-11-18T00:20:13.768Z | FMRI IFO |
224 | 2023-11-18T00:20:13.774Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
225 | 2023-11-18T00:20:13.778Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
226 | 2023-11-18T00:20:13.782Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
227 | 2023-11-18T00:20:13.786Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
228 | 2023-11-18T00:20:13.789Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
229 | 2023-11-18T00:20:13.792Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
230 | 2023-11-18T00:20:13.844Z | + set -o errexit |
231 | 2023-11-18T00:20:13.847Z | +++ dirname ./tools/ci_download_cockroachdb |
232 | 2023-11-18T00:20:13.849Z | ++ cd ./tools |
233 | 2023-11-18T00:20:13.852Z | ++ pwd |
234 | 2023-11-18T00:20:13.855Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
235 | 2023-11-18T00:20:13.857Z | ++ basename ./tools/ci_download_cockroachdb |
236 | 2023-11-18T00:20:13.860Z | + ARG0=ci_download_cockroachdb |
237 | 2023-11-18T00:20:13.863Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
238 | 2023-11-18T00:20:13.865Z | + CIDL_VERSION=v22.1.9 |
239 | 2023-11-18T00:20:13.868Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
240 | 2023-11-18T00:20:13.871Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
241 | 2023-11-18T00:20:13.873Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
242 | 2023-11-18T00:20:13.877Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
243 | 2023-11-18T00:20:13.880Z | + TARGET_DIR=out |
244 | 2023-11-18T00:20:13.883Z | + DOWNLOAD_DIR=out/downloads |
245 | 2023-11-18T00:20:13.886Z | + DEST_DIR=./out/cockroachdb |
246 | 2023-11-18T00:20:13.889Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
247 | 2023-11-18T00:20:13.893Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
248 | 2023-11-18T00:20:13.905Z | + main |
249 | 2023-11-18T00:20:13.916Z | + [[ 0 != 0 ]] |
250 | 2023-11-18T00:20:13.919Z | + CIDL_OS=solaris2.11 |
251 | 2023-11-18T00:20:13.922Z | + [[ 0 != 0 ]] |
252 | 2023-11-18T00:20:13.926Z | + configure_os solaris2.11 |
253 | 2023-11-18T00:20:13.929Z | + echo 'current directory: /work/oxidecomputer/omicron' |
254 | 2023-11-18T00:20:13.931Z | current directory: /work/oxidecomputer/omicron |
255 | 2023-11-18T00:20:13.934Z | + echo 'configuring based on OS: "solaris2.11"' |
256 | 2023-11-18T00:20:13.937Z | configuring based on OS: "solaris2.11" |
257 | 2023-11-18T00:20:13.939Z | + case "$1" in |
258 | 2023-11-18T00:20:13.942Z | + CIDL_BUILD=illumos |
259 | 2023-11-18T00:20:13.945Z | + CIDL_SUFFIX=tar.gz |
260 | 2023-11-18T00:20:13.947Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
261 | 2023-11-18T00:20:13.956Z | + CIDL_MD5FUNC=do_md5sum |
262 | 2023-11-18T00:20:13.959Z | + CIDL_URL_BASE=https://illumos.org/downloads |
263 | 2023-11-18T00:20:13.962Z | + CIDL_ASSEMBLE=do_assemble_illumos |
264 | 2023-11-18T00:20:13.964Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
265 | 2023-11-18T00:20:13.967Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-11-18T00:20:13.970Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
267 | 2023-11-18T00:20:13.972Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
268 | 2023-11-18T00:20:13.975Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-11-18T00:20:13.978Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
270 | 2023-11-18T00:20:13.981Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-11-18T00:20:13.983Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
272 | 2023-11-18T00:20:13.986Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-18T00:20:13.989Z | + mkdir -p out/downloads |
274 | 2023-11-18T00:20:13.991Z | + mkdir -p ./out/cockroachdb |
275 | 2023-11-18T00:20:13.994Z | + local DO_DOWNLOAD=true |
276 | 2023-11-18T00:20:13.997Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
277 | 2023-11-18T00:20:14.000Z | + '[' true == true ']' |
278 | 2023-11-18T00:20:14.003Z | + echo Downloading... |
279 | 2023-11-18T00:20:14.006Z | Downloading... |
280 | 2023-11-18T00:20:14.009Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-11-18T00:20:14.012Z | + 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 |
282 | 2023-11-18T00:20:16.960Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-11-18T00:20:16.963Z | ++ md5sum |
284 | 2023-11-18T00:20:16.966Z | ++ awk '{print $1}' |
285 | 2023-11-18T00:20:17.146Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
286 | 2023-11-18T00:20:17.151Z | + [[ 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 ]] |
287 | 2023-11-18T00:20:17.154Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-11-18T00:20:17.157Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
289 | 2023-11-18T00:20:20.658Z | + do_assemble_illumos |
290 | 2023-11-18T00:20:20.667Z | + rm -r ./out/cockroachdb |
291 | 2023-11-18T00:20:20.673Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
292 | 2023-11-18T00:20:21.346Z | + ./out/cockroachdb/bin/cockroach version |
293 | 2023-11-18T00:20:21.699Z | Build Tag: v22.1.9-dirty |
294 | 2023-11-18T00:20:21.702Z | Build Time: 2022/10/26 21:17:46 |
295 | 2023-11-18T00:20:21.704Z | Distribution: OSS |
296 | 2023-11-18T00:20:21.707Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
297 | 2023-11-18T00:20:21.711Z | Go Version: go1.17.13 |
298 | 2023-11-18T00:20:21.715Z | C Compiler: gcc 10.3.0 |
299 | 2023-11-18T00:20:21.725Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
300 | 2023-11-18T00:20:21.729Z | Build Type: release |
301 | 2023-11-18T00:20:21.733Z | + set -o errexit |
302 | 2023-11-18T00:20:21.737Z | +++ dirname ./tools/ci_download_clickhouse |
303 | 2023-11-18T00:20:21.740Z | ++ cd ./tools |
304 | 2023-11-18T00:20:21.743Z | ++ pwd |
305 | 2023-11-18T00:20:21.746Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
306 | 2023-11-18T00:20:21.749Z | ++ basename ./tools/ci_download_clickhouse |
307 | 2023-11-18T00:20:21.752Z | + ARG0=ci_download_clickhouse |
308 | 2023-11-18T00:20:21.755Z | + TARGET_DIR=out |
309 | 2023-11-18T00:20:21.758Z | + DOWNLOAD_DIR=out/downloads |
310 | 2023-11-18T00:20:21.761Z | + DEST_DIR=./out/clickhouse |
311 | 2023-11-18T00:20:21.764Z | + CIDL_VERSION=v22.8.9.24 |
312 | 2023-11-18T00:20:21.766Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
313 | 2023-11-18T00:20:21.769Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
314 | 2023-11-18T00:20:21.772Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
315 | 2023-11-18T00:20:21.775Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
316 | 2023-11-18T00:20:21.778Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
317 | 2023-11-18T00:20:21.781Z | + main |
318 | 2023-11-18T00:20:21.784Z | + [[ 0 != 0 ]] |
319 | 2023-11-18T00:20:21.787Z | + CIDL_OS=solaris2.11 |
320 | 2023-11-18T00:20:21.789Z | + [[ 0 != 0 ]] |
321 | 2023-11-18T00:20:21.793Z | + configure_os solaris2.11 |
322 | 2023-11-18T00:20:21.796Z | + echo 'current directory: /work/oxidecomputer/omicron' |
323 | 2023-11-18T00:20:21.799Z | current directory: /work/oxidecomputer/omicron |
324 | 2023-11-18T00:20:21.802Z | + echo 'configuring based on OS: "solaris2.11"' |
325 | 2023-11-18T00:20:21.804Z | configuring based on OS: "solaris2.11" |
326 | 2023-11-18T00:20:21.807Z | + CIDL_DASHREV= |
327 | 2023-11-18T00:20:21.810Z | + case "$1" in |
328 | 2023-11-18T00:20:21.844Z | + CIDL_PLATFORM=illumos |
329 | 2023-11-18T00:20:21.847Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
330 | 2023-11-18T00:20:21.851Z | + CIDL_MD5FUNC=do_md5sum |
331 | 2023-11-18T00:20:21.855Z | + CIDL_DASHREV=-1 |
332 | 2023-11-18T00:20:21.860Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
333 | 2023-11-18T00:20:21.863Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
334 | 2023-11-18T00:20:21.866Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-11-18T00:20:21.871Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-11-18T00:20:21.874Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
337 | 2023-11-18T00:20:21.877Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-11-18T00:20:21.880Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
339 | 2023-11-18T00:20:21.883Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-18T00:20:21.886Z | + mkdir -p out/downloads |
341 | 2023-11-18T00:20:21.889Z | + mkdir -p ./out/clickhouse |
342 | 2023-11-18T00:20:21.891Z | + local DO_DOWNLOAD=true |
343 | 2023-11-18T00:20:21.894Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
344 | 2023-11-18T00:20:21.897Z | + '[' true == true ']' |
345 | 2023-11-18T00:20:21.900Z | + echo Downloading... |
346 | 2023-11-18T00:20:21.903Z | Downloading... |
347 | 2023-11-18T00:20:21.906Z | + 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 |
348 | 2023-11-18T00:20:21.909Z | + 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 |
349 | 2023-11-18T00:20:25.230Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-11-18T00:20:25.242Z | ++ md5sum |
351 | 2023-11-18T00:20:25.253Z | ++ awk '{print $1}' |
352 | 2023-11-18T00:20:25.494Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
353 | 2023-11-18T00:20:25.505Z | + [[ 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 ]] |
354 | 2023-11-18T00:20:25.511Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
355 | 2023-11-18T00:20:25.514Z | + mkdir -p ./out/clickhouse |
356 | 2023-11-18T00:20:25.517Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
357 | 2023-11-18T00:20:30.316Z | + ./out/clickhouse/clickhouse server --version |
358 | 2023-11-18T00:20:30.383Z | ClickHouse server version 22.8.9.1. |
359 | 2023-11-18T00:20:30.394Z | + set -o errexit |
360 | 2023-11-18T00:20:30.400Z | +++ dirname ./tools/ci_download_console |
361 | 2023-11-18T00:20:30.403Z | ++ cd ./tools |
362 | 2023-11-18T00:20:30.405Z | ++ pwd |
363 | 2023-11-18T00:20:30.408Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
364 | 2023-11-18T00:20:30.411Z | ++ basename ./tools/ci_download_console |
365 | 2023-11-18T00:20:30.414Z | + ARG0=ci_download_console |
366 | 2023-11-18T00:20:30.418Z | + TARGET_DIR=out |
367 | 2023-11-18T00:20:30.421Z | + DOWNLOAD_DIR=out/downloads |
368 | 2023-11-18T00:20:30.424Z | + DEST_DIR=./out/console-assets |
369 | 2023-11-18T00:20:30.427Z | + source /work/oxidecomputer/omicron/tools/console_version |
370 | 2023-11-18T00:20:30.430Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
371 | 2023-11-18T00:20:30.433Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
372 | 2023-11-18T00:20:30.436Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
373 | 2023-11-18T00:20:30.439Z | + TARBALL_FILE=out/downloads/console.tar.gz |
374 | 2023-11-18T00:20:30.442Z | + main |
375 | 2023-11-18T00:20:30.445Z | + [[ 0 != 0 ]] |
376 | 2023-11-18T00:20:30.447Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
377 | 2023-11-18T00:20:30.450Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
378 | 2023-11-18T00:20:30.453Z | + echo 'Local file: out/downloads/console.tar.gz' |
379 | 2023-11-18T00:20:30.456Z | Local file: out/downloads/console.tar.gz |
380 | 2023-11-18T00:20:30.458Z | + local DO_DOWNLOAD=true |
381 | 2023-11-18T00:20:30.461Z | + [[ -f out/downloads/console.tar.gz ]] |
382 | 2023-11-18T00:20:30.464Z | + mkdir -p out/downloads |
383 | 2023-11-18T00:20:30.467Z | + '[' true == true ']' |
384 | 2023-11-18T00:20:30.470Z | + echo Downloading... |
385 | 2023-11-18T00:20:30.472Z | Downloading... |
386 | 2023-11-18T00:20:30.475Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
387 | 2023-11-18T00:20:30.478Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
388 | 2023-11-18T00:20:31.032Z | ++ do_sha256sum out/downloads/console.tar.gz |
389 | 2023-11-18T00:20:31.035Z | ++ case "$OSTYPE" in |
390 | 2023-11-18T00:20:31.038Z | ++ SHA=sha256sum |
391 | 2023-11-18T00:20:31.041Z | ++ sha256sum |
392 | 2023-11-18T00:20:31.044Z | ++ awk '{print $1}' |
393 | 2023-11-18T00:20:31.057Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
394 | 2023-11-18T00:20:31.060Z | + [[ 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 ]] |
395 | 2023-11-18T00:20:31.063Z | + rm -rf ./out/console-assets |
396 | 2023-11-18T00:20:31.066Z | + mkdir -p ./out/console-assets |
397 | 2023-11-18T00:20:31.069Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
398 | 2023-11-18T00:20:31.072Z | + mkdir -p ./out/console-assets |
399 | 2023-11-18T00:20:31.075Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
400 | 2023-11-18T00:20:31.229Z | + set -o errexit |
401 | 2023-11-18T00:20:31.244Z | +++ dirname ./tools/ci_download_maghemite_openapi |
402 | 2023-11-18T00:20:31.253Z | ++ cd ./tools |
403 | 2023-11-18T00:20:31.272Z | ++ pwd |
404 | 2023-11-18T00:20:31.276Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
405 | 2023-11-18T00:20:31.280Z | ++ basename ./tools/ci_download_maghemite_openapi |
406 | 2023-11-18T00:20:31.283Z | + ARG0=ci_download_maghemite_openapi |
407 | 2023-11-18T00:20:31.286Z | + TARGET_DIR=out |
408 | 2023-11-18T00:20:31.290Z | + DOWNLOAD_DIR=out/downloads |
409 | 2023-11-18T00:20:31.294Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
410 | 2023-11-18T00:20:31.297Z | ++ COMMIT=aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b |
411 | 2023-11-18T00:20:31.301Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
412 | 2023-11-18T00:20:31.304Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json |
413 | 2023-11-18T00:20:31.307Z | + LOCAL_FILE=out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
414 | 2023-11-18T00:20:31.310Z | + main |
415 | 2023-11-18T00:20:31.313Z | + [[ 0 != 0 ]] |
416 | 2023-11-18T00:20:31.316Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json' |
417 | 2023-11-18T00:20:31.319Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json |
418 | 2023-11-18T00:20:31.322Z | + echo 'Local file: out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json' |
419 | 2023-11-18T00:20:31.325Z | Local file: out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
420 | 2023-11-18T00:20:31.329Z | + local DO_DOWNLOAD=true |
421 | 2023-11-18T00:20:31.334Z | + [[ -f out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json ]] |
422 | 2023-11-18T00:20:31.339Z | + mkdir -p out/downloads |
423 | 2023-11-18T00:20:31.343Z | + '[' true == true ']' |
424 | 2023-11-18T00:20:31.347Z | + echo Downloading... |
425 | 2023-11-18T00:20:31.351Z | Downloading... |
426 | 2023-11-18T00:20:31.354Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
427 | 2023-11-18T00:20:31.358Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json |
428 | 2023-11-18T00:20:31.523Z | ++ do_sha256sum out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
429 | 2023-11-18T00:20:31.527Z | ++ case "$OSTYPE" in |
430 | 2023-11-18T00:20:31.532Z | ++ SHA=sha256sum |
431 | 2023-11-18T00:20:31.536Z | ++ sha256sum |
432 | 2023-11-18T00:20:31.539Z | ++ awk '{print $1}' |
433 | 2023-11-18T00:20:31.543Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
434 | 2023-11-18T00:20:31.546Z | + [[ 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 ]] |
435 | 2023-11-18T00:20:31.553Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
436 | 2023-11-18T00:20:31.556Z | ++ COMMIT=aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b |
437 | 2023-11-18T00:20:31.560Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
438 | 2023-11-18T00:20:31.564Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json |
439 | 2023-11-18T00:20:31.567Z | + LOCAL_FILE=out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
440 | 2023-11-18T00:20:31.569Z | + main |
441 | 2023-11-18T00:20:31.572Z | + [[ 0 != 0 ]] |
442 | 2023-11-18T00:20:31.578Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json' |
443 | 2023-11-18T00:20:31.580Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json |
444 | 2023-11-18T00:20:31.584Z | + echo 'Local file: out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json' |
445 | 2023-11-18T00:20:31.588Z | + local DO_DOWNLOAD=true |
446 | 2023-11-18T00:20:31.591Z | Local file: out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
447 | 2023-11-18T00:20:31.595Z | + [[ -f out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json ]] |
448 | 2023-11-18T00:20:31.598Z | + mkdir -p out/downloads |
449 | 2023-11-18T00:20:31.602Z | + '[' true == true ']' |
450 | 2023-11-18T00:20:31.605Z | + echo Downloading... |
451 | 2023-11-18T00:20:31.609Z | Downloading... |
452 | 2023-11-18T00:20:31.613Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
453 | 2023-11-18T00:20:31.616Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json |
454 | 2023-11-18T00:20:31.694Z | ++ do_sha256sum out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
455 | 2023-11-18T00:20:31.698Z | ++ case "$OSTYPE" in |
456 | 2023-11-18T00:20:31.703Z | ++ SHA=sha256sum |
457 | 2023-11-18T00:20:31.706Z | ++ sha256sum |
458 | 2023-11-18T00:20:31.709Z | ++ awk '{print $1}' |
459 | 2023-11-18T00:20:31.713Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
460 | 2023-11-18T00:20:31.716Z | + [[ 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 ]] |
461 | 2023-11-18T00:20:31.719Z | + set -o errexit |
462 | 2023-11-18T00:20:31.725Z | +++ dirname ./tools/ci_download_dendrite_openapi |
463 | 2023-11-18T00:20:31.727Z | ++ cd ./tools |
464 | 2023-11-18T00:20:31.739Z | ++ pwd |
465 | 2023-11-18T00:20:31.741Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
466 | 2023-11-18T00:20:31.745Z | ++ basename ./tools/ci_download_dendrite_openapi |
467 | 2023-11-18T00:20:31.748Z | + ARG0=ci_download_dendrite_openapi |
468 | 2023-11-18T00:20:31.750Z | + TARGET_DIR=out |
469 | 2023-11-18T00:20:31.753Z | + DOWNLOAD_DIR=out/downloads |
470 | 2023-11-18T00:20:31.757Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
471 | 2023-11-18T00:20:31.761Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
472 | 2023-11-18T00:20:31.764Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
473 | 2023-11-18T00:20:31.767Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
474 | 2023-11-18T00:20:31.769Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
475 | 2023-11-18T00:20:31.772Z | + main |
476 | 2023-11-18T00:20:31.775Z | + [[ 0 != 0 ]] |
477 | 2023-11-18T00:20:31.778Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
478 | 2023-11-18T00:20:31.781Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
479 | 2023-11-18T00:20:31.784Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
480 | 2023-11-18T00:20:31.787Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
481 | 2023-11-18T00:20:31.790Z | + local DO_DOWNLOAD=true |
482 | 2023-11-18T00:20:31.793Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
483 | 2023-11-18T00:20:31.796Z | + mkdir -p out/downloads |
484 | 2023-11-18T00:20:31.798Z | + '[' true == true ']' |
485 | 2023-11-18T00:20:31.801Z | + echo Downloading... |
486 | 2023-11-18T00:20:31.804Z | Downloading... |
487 | 2023-11-18T00:20:31.807Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
488 | 2023-11-18T00:20:31.810Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
489 | 2023-11-18T00:20:31.899Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
490 | 2023-11-18T00:20:31.902Z | ++ case "$OSTYPE" in |
491 | 2023-11-18T00:20:31.905Z | ++ SHA=sha256sum |
492 | 2023-11-18T00:20:31.908Z | ++ sha256sum |
493 | 2023-11-18T00:20:31.911Z | ++ awk '{print $1}' |
494 | 2023-11-18T00:20:31.913Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
495 | 2023-11-18T00:20:31.916Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
496 | 2023-11-18T00:20:31.919Z | + set -o errexit |
497 | 2023-11-18T00:20:31.922Z | +++ dirname ./tools/ci_download_dendrite_stub |
498 | 2023-11-18T00:20:31.926Z | ++ cd ./tools |
499 | 2023-11-18T00:20:31.928Z | ++ pwd |
500 | 2023-11-18T00:20:31.931Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
501 | 2023-11-18T00:20:31.934Z | ++ basename ./tools/ci_download_dendrite_stub |
502 | 2023-11-18T00:20:31.938Z | + ARG0=ci_download_dendrite_stub |
503 | 2023-11-18T00:20:31.941Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
504 | 2023-11-18T00:20:31.944Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
505 | 2023-11-18T00:20:31.947Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
506 | 2023-11-18T00:20:31.951Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
507 | 2023-11-18T00:20:31.954Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
508 | 2023-11-18T00:20:31.957Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
509 | 2023-11-18T00:20:31.960Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
510 | 2023-11-18T00:20:31.963Z | + TARGET_DIR=out |
511 | 2023-11-18T00:20:31.966Z | + DOWNLOAD_DIR=out/downloads |
512 | 2023-11-18T00:20:31.980Z | + DEST_DIR=./out/dendrite-stub |
513 | 2023-11-18T00:20:31.989Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
514 | 2023-11-18T00:20:32.421Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
515 | 2023-11-18T00:20:32.433Z | + REPO=oxidecomputer/dendrite |
516 | 2023-11-18T00:20:32.437Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
517 | 2023-11-18T00:20:32.853Z | + main |
518 | 2023-11-18T00:20:32.856Z | + [[ 0 != 0 ]] |
519 | 2023-11-18T00:20:32.859Z | + CIDL_OS=solaris2.11 |
520 | 2023-11-18T00:20:32.861Z | + [[ 0 != 0 ]] |
521 | 2023-11-18T00:20:32.864Z | + configure_os solaris2.11 |
522 | 2023-11-18T00:20:32.867Z | + echo 'current directory: /work/oxidecomputer/omicron' |
523 | 2023-11-18T00:20:32.871Z | current directory: /work/oxidecomputer/omicron |
524 | 2023-11-18T00:20:32.876Z | + echo 'configuring based on OS: "solaris2.11"' |
525 | 2023-11-18T00:20:32.879Z | configuring based on OS: "solaris2.11" |
526 | 2023-11-18T00:20:32.882Z | + case "$1" in |
527 | 2023-11-18T00:20:32.885Z | + SET_BINARIES= |
528 | 2023-11-18T00:20:32.888Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
529 | 2023-11-18T00:20:32.891Z | + CIDL_SHA256FUNC=do_sha256sum |
530 | 2023-11-18T00:20:32.894Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
531 | 2023-11-18T00:20:32.897Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
532 | 2023-11-18T00:20:32.900Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
533 | 2023-11-18T00:20:32.903Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
534 | 2023-11-18T00:20:32.906Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
535 | 2023-11-18T00:20:32.910Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
536 | 2023-11-18T00:20:32.913Z | Local file: out/downloads/dendrite-stub.tar.gz |
537 | 2023-11-18T00:20:32.916Z | + mkdir -p out/downloads |
538 | 2023-11-18T00:20:32.919Z | + mkdir -p ./out/dendrite-stub |
539 | 2023-11-18T00:20:32.921Z | + fetch_and_verify |
540 | 2023-11-18T00:20:32.924Z | + local DO_DOWNLOAD=true |
541 | 2023-11-18T00:20:32.927Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
542 | 2023-11-18T00:20:32.929Z | + '[' true == true ']' |
543 | 2023-11-18T00:20:32.932Z | + echo Downloading... |
544 | 2023-11-18T00:20:32.936Z | Downloading... |
545 | 2023-11-18T00:20:32.941Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
546 | 2023-11-18T00:20:32.944Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
547 | 2023-11-18T00:20:38.898Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
548 | 2023-11-18T00:20:38.907Z | ++ sha256sum |
549 | 2023-11-18T00:20:38.914Z | ++ awk '{print $1}' |
550 | 2023-11-18T00:20:39.010Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
551 | 2023-11-18T00:20:39.016Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
552 | 2023-11-18T00:20:39.020Z | + do_untar out/downloads/dendrite-stub.tar.gz |
553 | 2023-11-18T00:20:39.025Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
554 | 2023-11-18T00:20:40.060Z | + do_assemble |
555 | 2023-11-18T00:20:40.072Z | + rm -r ./out/dendrite-stub |
556 | 2023-11-18T00:20:40.082Z | + mkdir ./out/dendrite-stub |
557 | 2023-11-18T00:20:40.093Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
558 | 2023-11-18T00:20:40.187Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
559 | 2023-11-18T00:20:40.199Z | + set -o errexit |
560 | 2023-11-18T00:20:40.203Z | +++ dirname ./tools/ci_download_maghemite_mgd |
561 | 2023-11-18T00:20:40.207Z | ++ cd ./tools |
562 | 2023-11-18T00:20:40.212Z | ++ pwd |
563 | 2023-11-18T00:20:40.216Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
564 | 2023-11-18T00:20:40.219Z | ++ basename ./tools/ci_download_maghemite_mgd |
565 | 2023-11-18T00:20:40.223Z | + ARG0=ci_download_maghemite_mgd |
566 | 2023-11-18T00:20:40.226Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
567 | 2023-11-18T00:20:40.229Z | ++ CIDL_SHA256=aa7241cd35976f28f25aaf3ce2ce2af14dae1da9d67585c7de3b724dbcc55e60 |
568 | 2023-11-18T00:20:40.234Z | ++ MGD_LINUX_SHA256=a39387c361ff2c2d0701d66c00b10e43c72fb5ddd1a5900b59ecccb832c80731 |
569 | 2023-11-18T00:20:40.237Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
570 | 2023-11-18T00:20:40.241Z | ++ COMMIT=aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b |
571 | 2023-11-18T00:20:40.244Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
572 | 2023-11-18T00:20:40.247Z | + TARGET_DIR=out |
573 | 2023-11-18T00:20:40.250Z | + DOWNLOAD_DIR=out/downloads |
574 | 2023-11-18T00:20:40.254Z | + DEST_DIR=./out/mgd |
575 | 2023-11-18T00:20:40.258Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
576 | 2023-11-18T00:20:40.260Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
577 | 2023-11-18T00:20:40.263Z | + REPO=oxidecomputer/maghemite |
578 | 2023-11-18T00:20:40.267Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b |
579 | 2023-11-18T00:20:40.271Z | + main |
580 | 2023-11-18T00:20:40.274Z | + [[ 0 != 0 ]] |
581 | 2023-11-18T00:20:40.279Z | + CIDL_OS=solaris2.11 |
582 | 2023-11-18T00:20:40.282Z | + [[ 0 != 0 ]] |
583 | 2023-11-18T00:20:40.285Z | + configure_os solaris2.11 |
584 | 2023-11-18T00:20:40.289Z | + echo 'current directory: /work/oxidecomputer/omicron' |
585 | 2023-11-18T00:20:40.293Z | current directory: /work/oxidecomputer/omicron |
586 | 2023-11-18T00:20:40.296Z | + echo 'configuring based on OS: "solaris2.11"' |
587 | 2023-11-18T00:20:40.300Z | configuring based on OS: "solaris2.11" |
588 | 2023-11-18T00:20:40.304Z | + case "$1" in |
589 | 2023-11-18T00:20:40.310Z | + SET_BINARIES= |
590 | 2023-11-18T00:20:40.313Z | + CIDL_SHA256FUNC=do_sha256sum |
591 | 2023-11-18T00:20:40.316Z | + TARBALL_FILENAME=mgd.tar.gz |
592 | 2023-11-18T00:20:40.319Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz |
593 | 2023-11-18T00:20:40.322Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
594 | 2023-11-18T00:20:40.326Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz' |
595 | 2023-11-18T00:20:40.331Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz |
596 | 2023-11-18T00:20:40.334Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
597 | 2023-11-18T00:20:40.336Z | Local file: out/downloads/mgd.tar.gz |
598 | 2023-11-18T00:20:40.339Z | + mkdir -p out/downloads |
599 | 2023-11-18T00:20:40.342Z | + mkdir -p ./out/mgd |
600 | 2023-11-18T00:20:40.345Z | + fetch_and_verify |
601 | 2023-11-18T00:20:40.349Z | + local DO_DOWNLOAD=true |
602 | 2023-11-18T00:20:40.359Z | + [[ -f out/downloads/mgd.tar.gz ]] |
603 | 2023-11-18T00:20:40.367Z | + '[' true == true ']' |
604 | 2023-11-18T00:20:40.386Z | + echo Downloading... |
605 | 2023-11-18T00:20:40.406Z | Downloading... |
606 | 2023-11-18T00:20:40.414Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz out/downloads/mgd.tar.gz |
607 | 2023-11-18T00:20:40.423Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz |
608 | 2023-11-18T00:20:51.732Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
609 | 2023-11-18T00:20:51.746Z | ++ sha256sum |
610 | 2023-11-18T00:20:51.771Z | ++ awk '{print $1}' |
611 | 2023-11-18T00:20:51.829Z | + calculated_sha256=aa7241cd35976f28f25aaf3ce2ce2af14dae1da9d67585c7de3b724dbcc55e60 |
612 | 2023-11-18T00:20:51.838Z | + [[ aa7241cd35976f28f25aaf3ce2ce2af14dae1da9d67585c7de3b724dbcc55e60 != \a\a\7\2\4\1\c\d\3\5\9\7\6\f\2\8\f\2\5\a\a\f\3\c\e\2\c\e\2\a\f\1\4\d\a\e\1\d\a\9\d\6\7\5\8\5\c\7\d\e\3\b\7\2\4\d\b\c\c\5\5\e\6\0 ]] |
613 | 2023-11-18T00:20:51.849Z | + do_untar out/downloads/mgd.tar.gz |
614 | 2023-11-18T00:20:51.856Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
615 | 2023-11-18T00:20:52.472Z | + do_assemble |
616 | 2023-11-18T00:20:52.484Z | + rm -r ./out/mgd |
617 | 2023-11-18T00:20:52.498Z | + mkdir ./out/mgd |
618 | 2023-11-18T00:20:52.513Z | + cp -r out/downloads/root ./out/mgd/root |
619 | 2023-11-18T00:20:52.669Z | + set -o errexit |
620 | 2023-11-18T00:20:52.672Z | +++ dirname ./tools/ci_download_transceiver_control |
621 | 2023-11-18T00:20:52.675Z | ++ cd ./tools |
622 | 2023-11-18T00:20:52.678Z | ++ pwd |
623 | 2023-11-18T00:20:52.685Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
624 | 2023-11-18T00:20:52.688Z | ++ basename ./tools/ci_download_transceiver_control |
625 | 2023-11-18T00:20:52.692Z | + ARG0=ci_download_transceiver_control |
626 | 2023-11-18T00:20:52.694Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
627 | 2023-11-18T00:20:52.697Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
628 | 2023-11-18T00:20:52.699Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
629 | 2023-11-18T00:20:52.705Z | + TARGET_DIR=out |
630 | 2023-11-18T00:20:52.716Z | + DOWNLOAD_DIR=out/downloads |
631 | 2023-11-18T00:20:52.727Z | + DEST_DIR=./out/transceiver-control |
632 | 2023-11-18T00:20:53.149Z | + BIN_DIR=/opt/oxide/bin |
633 | 2023-11-18T00:20:53.157Z | + BINARY=xcvradm |
634 | 2023-11-18T00:20:53.172Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
635 | 2023-11-18T00:20:53.183Z | + REPO=oxidecomputer/transceiver-control |
636 | 2023-11-18T00:20:53.194Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
637 | 2023-11-18T00:20:53.197Z | + main |
638 | 2023-11-18T00:20:53.201Z | + [[ 0 != 0 ]] |
639 | 2023-11-18T00:20:53.204Z | + CIDL_OS=solaris2.11 |
640 | 2023-11-18T00:20:53.207Z | + [[ 0 != 0 ]] |
641 | 2023-11-18T00:20:53.209Z | + configure_os solaris2.11 |
642 | 2023-11-18T00:20:53.212Z | + echo 'current directory: /work/oxidecomputer/omicron' |
643 | 2023-11-18T00:20:53.215Z | current directory: /work/oxidecomputer/omicron |
644 | 2023-11-18T00:20:53.218Z | + echo 'configuring based on OS: "solaris2.11"' |
645 | 2023-11-18T00:20:53.221Z | configuring based on OS: "solaris2.11" |
646 | 2023-11-18T00:20:53.224Z | + case "$1" in |
647 | 2023-11-18T00:20:53.227Z | + SET_BINARIES= |
648 | 2023-11-18T00:20:53.230Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
649 | 2023-11-18T00:20:53.232Z | + CIDL_SHA256FUNC=do_sha256sum |
650 | 2023-11-18T00:20:53.235Z | + ARCHIVE_FILENAME=xcvradm.gz |
651 | 2023-11-18T00:20:53.238Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
652 | 2023-11-18T00:20:53.241Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
653 | 2023-11-18T00:20:53.244Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
654 | 2023-11-18T00:20:53.247Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
655 | 2023-11-18T00:20:53.250Z | + echo 'Local file: out/downloads/xcvradm.gz' |
656 | 2023-11-18T00:20:53.253Z | Local file: out/downloads/xcvradm.gz |
657 | 2023-11-18T00:20:53.256Z | + mkdir -p out/downloads |
658 | 2023-11-18T00:20:53.259Z | + mkdir -p ./out/transceiver-control |
659 | 2023-11-18T00:20:53.262Z | + fetch_and_verify |
660 | 2023-11-18T00:20:53.265Z | + local DO_DOWNLOAD=true |
661 | 2023-11-18T00:20:53.268Z | + [[ -f out/downloads/xcvradm.gz ]] |
662 | 2023-11-18T00:20:53.272Z | + '[' true == true ']' |
663 | 2023-11-18T00:20:53.275Z | + echo Downloading... |
664 | 2023-11-18T00:20:53.278Z | Downloading... |
665 | 2023-11-18T00:20:53.280Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
666 | 2023-11-18T00:20:53.284Z | + 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 |
667 | 2023-11-18T00:20:55.421Z | ++ do_sha256sum out/downloads/xcvradm.gz |
668 | 2023-11-18T00:20:55.434Z | ++ sha256sum |
669 | 2023-11-18T00:20:55.445Z | ++ awk '{print $1}' |
670 | 2023-11-18T00:20:55.456Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
671 | 2023-11-18T00:20:55.468Z | + [[ 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 ]] |
672 | 2023-11-18T00:20:55.481Z | + do_unpack out/downloads/xcvradm.gz |
673 | 2023-11-18T00:20:55.491Z | + mkdir -p out/downloads/root//opt/oxide/bin |
674 | 2023-11-18T00:20:55.496Z | + gzip -dc out/downloads/xcvradm.gz |
675 | 2023-11-18T00:20:55.636Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
676 | 2023-11-18T00:20:55.644Z | + do_assemble |
677 | 2023-11-18T00:20:55.651Z | + rm -r ./out/transceiver-control |
678 | 2023-11-18T00:20:55.661Z | + mkdir ./out/transceiver-control |
679 | 2023-11-18T00:20:55.672Z | + cp -r out/downloads/root ./out/transceiver-control/root |
680 | 2023-11-18T00:20:55.890Z | All prerequisites installed successfully |
681 | 2023-11-18T00:20:55.896Z | |
682 | 2023-11-18T00:20:55.907Z | real 2:11.307526164 |
683 | 2023-11-18T00:20:55.915Z | user 53.092854033 |
684 | 2023-11-18T00:20:55.922Z | sys 10.172255030 |
685 | 2023-11-18T00:20:55.938Z | trap 0.021115515 |
686 | 2023-11-18T00:20:55.943Z | tflt 0.437046118 |
687 | 2023-11-18T00:20:55.949Z | dflt 1.116749018 |
688 | 2023-11-18T00:20:55.954Z | kflt 0.470087203 |
689 | 2023-11-18T00:20:55.959Z | lock 2.278955067 |
690 | 2023-11-18T00:20:55.968Z | slp 4:08.407603735 |
691 | 2023-11-18T00:20:55.974Z | lat 3.425090250 |
692 | 2023-11-18T00:20:55.978Z | stop 0.054736467 |
693 | 2023-11-18T00:20:56.027Z | + banner end-to-end-tests |
694 | 2023-11-18T00:20:56.031Z | |
695 | 2023-11-18T00:20:56.035Z | ###### # # ##### ##### #### ###### # # ##### |
696 | 2023-11-18T00:20:56.040Z | # ## # # # # # # # ## # # # |
697 | 2023-11-18T00:20:56.044Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
698 | 2023-11-18T00:20:56.048Z | # # # # # # # # # # # # # # # |
699 | 2023-11-18T00:20:56.052Z | # # ## # # # # # # # ## # # |
700 | 2023-11-18T00:20:56.059Z | ###### # # ##### # #### ###### # # ##### |
701 | 2023-11-18T00:20:56.063Z | |
702 | 2023-11-18T00:20:56.067Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
703 | 2023-11-18T00:20:56.071Z | + CARGO_PROFILE_DEV_DEBUG=1 |
704 | 2023-11-18T00:20:56.075Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
705 | 2023-11-18T00:20:56.079Z | + CARGO_PROFILE_TEST_DEBUG=1 |
706 | 2023-11-18T00:20:56.083Z | + export CARGO_INCREMENTAL=0 |
707 | 2023-11-18T00:20:56.087Z | + CARGO_INCREMENTAL=0 |
708 | 2023-11-18T00:20:56.090Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
709 | 2023-11-18T00:20:56.362Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
710 | 2023-11-18T00:20:56.749Z | Updating crates.io index |
711 | 2023-11-18T00:20:56.754Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
712 | 2023-11-18T00:20:57.630Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
713 | 2023-11-18T00:20:59.499Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
714 | 2023-11-18T00:21:00.133Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
715 | 2023-11-18T00:21:00.522Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
716 | 2023-11-18T00:21:00.875Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
717 | 2023-11-18T00:21:01.318Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
718 | 2023-11-18T00:21:02.336Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
719 | 2023-11-18T00:21:04.227Z | Updating git repository `https://github.com/oxidecomputer/opte` |
720 | 2023-11-18T00:21:05.241Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
721 | 2023-11-18T00:21:05.618Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
722 | 2023-11-18T00:21:06.222Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
723 | 2023-11-18T00:21:06.640Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
724 | 2023-11-18T00:21:06.978Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
725 | 2023-11-18T00:21:07.401Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
726 | 2023-11-18T00:21:07.733Z | Updating git repository `https://github.com/njaremko/samael` |
727 | 2023-11-18T00:21:08.176Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
728 | 2023-11-18T00:21:08.901Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
729 | 2023-11-18T00:21:09.317Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
730 | 2023-11-18T00:21:09.641Z | Updating git repository `https://github.com/jgallagher/nix` |
731 | 2023-11-18T00:21:10.901Z | Updating git repository `https://github.com/cbiffle/hubpack` |
732 | 2023-11-18T00:21:11.394Z | Updating git repository `https://github.com/oxidecomputer/typify` |
733 | 2023-11-18T00:21:12.461Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
734 | 2023-11-18T00:21:12.896Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
735 | 2023-11-18T00:21:13.207Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
736 | 2023-11-18T00:21:14.664Z | Downloading crates ... |
737 | 2023-11-18T00:21:14.895Z | Downloaded bcrypt-pbkdf v0.10.0 |
738 | 2023-11-18T00:21:14.903Z | Downloaded normalize-line-endings v0.3.0 |
739 | 2023-11-18T00:21:14.910Z | Downloaded blowfish v0.9.1 |
740 | 2023-11-18T00:21:14.916Z | Downloaded miniz_oxide v0.7.1 |
741 | 2023-11-18T00:21:14.923Z | Downloaded atty v0.2.14 |
742 | 2023-11-18T00:21:14.929Z | Downloaded new_debug_unreachable v1.0.4 |
743 | 2023-11-18T00:21:14.933Z | Downloaded rustc-demangle v0.1.23 |
744 | 2023-11-18T00:21:14.938Z | Downloaded precomputed-hash v0.1.1 |
745 | 2023-11-18T00:21:14.944Z | Downloaded predicates-core v1.0.6 |
746 | 2023-11-18T00:21:14.948Z | Downloaded openssl-macros v0.1.1 |
747 | 2023-11-18T00:21:14.952Z | Downloaded r2d2 v0.8.10 |
748 | 2023-11-18T00:21:14.959Z | Downloaded proc-macro-crate v1.3.1 |
749 | 2023-11-18T00:21:14.963Z | Downloaded rand_core v0.6.4 |
750 | 2023-11-18T00:21:14.968Z | Downloaded num-derive v0.4.0 |
751 | 2023-11-18T00:21:14.974Z | Downloaded russh-cryptovec v0.7.0 |
752 | 2023-11-18T00:21:14.979Z | Downloaded anstream v0.5.0 |
753 | 2023-11-18T00:21:14.986Z | Downloaded crucible-workspace-hack v0.1.0 |
754 | 2023-11-18T00:21:14.990Z | Downloaded pin-project-lite v0.2.13 |
755 | 2023-11-18T00:21:15.000Z | Downloaded dtrace-parser v0.1.14 |
756 | 2023-11-18T00:21:15.003Z | Downloaded pkcs8 v0.10.2 |
757 | 2023-11-18T00:21:15.010Z | Downloaded pkg-config v0.3.27 |
758 | 2023-11-18T00:21:15.017Z | Downloaded console v0.15.7 |
759 | 2023-11-18T00:21:15.022Z | Downloaded waitgroup v0.1.2 |
760 | 2023-11-18T00:21:15.031Z | Downloaded cbc v0.1.2 |
761 | 2023-11-18T00:21:15.046Z | Downloaded block-buffer v0.10.4 |
762 | 2023-11-18T00:21:15.082Z | Downloaded ident_case v1.0.1 |
763 | 2023-11-18T00:21:15.099Z | Downloaded is-terminal v0.4.9 |
764 | 2023-11-18T00:21:15.113Z | Downloaded pbkdf2 v0.12.2 |
765 | 2023-11-18T00:21:15.119Z | Downloaded pbkdf2 v0.11.0 |
766 | 2023-11-18T00:21:15.127Z | Downloaded aead v0.5.2 |
767 | 2023-11-18T00:21:15.132Z | Downloaded hubpack_derive v0.1.1 |
768 | 2023-11-18T00:21:15.138Z | Downloaded postgres-protocol v0.6.6 |
769 | 2023-11-18T00:21:15.142Z | Downloaded camino-tempfile v1.0.2 |
770 | 2023-11-18T00:21:15.146Z | Downloaded atomic-waker v1.1.1 |
771 | 2023-11-18T00:21:15.151Z | Downloaded ctr v0.9.2 |
772 | 2023-11-18T00:21:16.159Z | Downloaded cipher v0.4.4 |
773 | 2023-11-18T00:21:16.171Z | Downloaded quick-error v1.2.3 |
774 | 2023-11-18T00:21:16.189Z | Downloaded utf8parse v0.2.1 |
775 | 2023-11-18T00:21:16.201Z | Downloaded anstyle-parse v0.2.1 |
776 | 2023-11-18T00:21:16.212Z | Downloaded bitflags v2.4.0 |
777 | 2023-11-18T00:21:16.221Z | Downloaded proc-macro2 v1.0.69 |
778 | 2023-11-18T00:21:16.647Z | Downloaded diesel_derives v2.1.1 |
779 | 2023-11-18T00:21:16.664Z | Downloaded native-tls v0.2.11 |
780 | 2023-11-18T00:21:16.672Z | Downloaded num-traits v0.2.16 |
781 | 2023-11-18T00:21:16.681Z | Downloaded hyper-tls v0.5.0 |
782 | 2023-11-18T00:21:16.687Z | Downloaded terminal_size v0.2.6 |
783 | 2023-11-18T00:21:16.693Z | Downloaded slog-envlogger v2.2.0 |
784 | 2023-11-18T00:21:16.701Z | Downloaded cancel-safe-futures v0.1.5 |
785 | 2023-11-18T00:21:16.709Z | Downloaded postcard v0.7.3 |
786 | 2023-11-18T00:21:16.717Z | Downloaded base64 v0.13.1 |
787 | 2023-11-18T00:21:16.730Z | Downloaded hubpack v0.1.2 |
788 | 2023-11-18T00:21:16.743Z | Downloaded foreign-types-shared v0.1.1 |
789 | 2023-11-18T00:21:16.751Z | Downloaded universal-hash v0.5.1 |
790 | 2023-11-18T00:21:16.761Z | Downloaded darling_core v0.20.3 |
791 | 2023-11-18T00:21:16.769Z | Downloaded fxhash v0.2.1 |
792 | 2023-11-18T00:21:16.781Z | Downloaded pest_derive v2.7.2 |
793 | 2023-11-18T00:21:16.791Z | Downloaded serde_tokenstream v0.2.0 |
794 | 2023-11-18T00:21:16.808Z | Downloaded pest_meta v2.7.2 |
795 | 2023-11-18T00:21:17.226Z | Downloaded zone_cfg_derive v0.3.0 |
796 | 2023-11-18T00:21:17.235Z | Downloaded hyper-staticfile v0.9.5 |
797 | 2023-11-18T00:21:17.242Z | Downloaded zeroize_derive v1.4.2 |
798 | 2023-11-18T00:21:17.251Z | Downloaded hyper-rustls v0.24.2 |
799 | 2023-11-18T00:21:17.262Z | Downloaded spin v0.9.8 |
800 | 2023-11-18T00:21:17.677Z | Downloaded want v0.3.1 |
801 | 2023-11-18T00:21:17.683Z | Downloaded md5 v0.7.0 |
802 | 2023-11-18T00:21:17.699Z | Downloaded take_mut v0.2.2 |
803 | 2023-11-18T00:21:17.727Z | Downloaded home v0.5.5 |
804 | 2023-11-18T00:21:17.731Z | Downloaded instant v0.1.12 |
805 | 2023-11-18T00:21:17.738Z | Downloaded tempfile v3.8.0 |
806 | 2023-11-18T00:21:17.745Z | Downloaded colored v2.0.4 |
807 | 2023-11-18T00:21:17.764Z | Downloaded tinyvec_macros v0.1.1 |
808 | 2023-11-18T00:21:17.772Z | Downloaded headers-core v0.2.0 |
809 | 2023-11-18T00:21:17.778Z | Downloaded lalrpop-util v0.19.12 |
810 | 2023-11-18T00:21:17.784Z | Downloaded thiserror-impl v1.0.49 |
811 | 2023-11-18T00:21:17.794Z | Downloaded tracing-attributes v0.1.26 |
812 | 2023-11-18T00:21:17.802Z | Downloaded synstructure v0.12.6 |
813 | 2023-11-18T00:21:17.811Z | Downloaded foreign-types v0.3.2 |
814 | 2023-11-18T00:21:17.820Z | Downloaded group v0.13.0 |
815 | 2023-11-18T00:21:18.248Z | Downloaded polyval v0.6.1 |
816 | 2023-11-18T00:21:18.261Z | Downloaded signature v2.1.0 |
817 | 2023-11-18T00:21:18.683Z | Downloaded enum-as-inner v0.5.1 |
818 | 2023-11-18T00:21:19.124Z | Downloaded socket2 v0.5.4 |
819 | 2023-11-18T00:21:19.158Z | Downloaded libefi-sys v0.1.0 |
820 | 2023-11-18T00:21:19.580Z | Downloaded bytes v1.5.0 |
821 | 2023-11-18T00:21:19.589Z | Downloaded matches v0.1.10 |
822 | 2023-11-18T00:21:19.603Z | Downloaded sct v0.7.0 |
823 | 2023-11-18T00:21:19.609Z | Downloaded thread_local v1.1.7 |
824 | 2023-11-18T00:21:19.612Z | Downloaded tokio-rustls v0.24.1 |
825 | 2023-11-18T00:21:19.615Z | Downloaded base64 v0.21.5 |
826 | 2023-11-18T00:21:19.618Z | Downloaded match_cfg v0.1.0 |
827 | 2023-11-18T00:21:19.621Z | Downloaded hostname v0.3.1 |
828 | 2023-11-18T00:21:19.624Z | Downloaded filetime v0.2.22 |
829 | 2023-11-18T00:21:19.627Z | Downloaded futures-sink v0.3.29 |
830 | 2023-11-18T00:21:19.630Z | Downloaded kstat-rs v0.2.3 |
831 | 2023-11-18T00:21:19.634Z | Downloaded time-core v0.1.1 |
832 | 2023-11-18T00:21:19.655Z | Downloaded usdt-impl v0.3.5 |
833 | 2023-11-18T00:21:19.658Z | Downloaded scheduled-thread-pool v0.2.7 |
834 | 2023-11-18T00:21:19.661Z | Downloaded tokio-tungstenite v0.20.1 |
835 | 2023-11-18T00:21:19.664Z | Downloaded pretty-hex v0.3.0 |
836 | 2023-11-18T00:21:19.667Z | Downloaded strum v0.25.0 |
837 | 2023-11-18T00:21:19.670Z | Downloaded crypto-bigint v0.5.2 |
838 | 2023-11-18T00:21:19.673Z | Downloaded serde_spanned v0.6.4 |
839 | 2023-11-18T00:21:19.676Z | Downloaded slog-json v2.6.1 |
840 | 2023-11-18T00:21:19.678Z | Downloaded num-rational v0.4.1 |
841 | 2023-11-18T00:21:19.681Z | Downloaded semver v0.11.0 |
842 | 2023-11-18T00:21:19.684Z | Downloaded num v0.4.1 |
843 | 2023-11-18T00:21:19.687Z | Downloaded slab v0.4.9 |
844 | 2023-11-18T00:21:19.690Z | Downloaded thiserror-no-std v2.0.2 |
845 | 2023-11-18T00:21:19.693Z | Downloaded password-hash v0.4.2 |
846 | 2023-11-18T00:21:19.696Z | Downloaded tower-service v0.3.2 |
847 | 2023-11-18T00:21:19.698Z | Downloaded slog-async v2.8.0 |
848 | 2023-11-18T00:21:19.701Z | Downloaded futures-channel v0.3.29 |
849 | 2023-11-18T00:21:19.704Z | Downloaded try-lock v0.2.4 |
850 | 2023-11-18T00:21:19.707Z | Downloaded zerocopy v0.3.0 |
851 | 2023-11-18T00:21:19.710Z | Downloaded usdt-macro v0.3.5 |
852 | 2023-11-18T00:21:19.713Z | Downloaded toml_datetime v0.6.5 |
853 | 2023-11-18T00:21:19.715Z | Downloaded proc-macro-error-attr v1.0.4 |
854 | 2023-11-18T00:21:19.718Z | Downloaded version_check v0.9.4 |
855 | 2023-11-18T00:21:19.722Z | Downloaded either v1.9.0 |
856 | 2023-11-18T00:21:19.725Z | Downloaded unicode-ident v1.0.12 |
857 | 2023-11-18T00:21:19.727Z | Downloaded managed v0.8.0 |
858 | 2023-11-18T00:21:19.730Z | Downloaded signal-hook v0.3.17 |
859 | 2023-11-18T00:21:19.733Z | Downloaded flate2 v1.0.28 |
860 | 2023-11-18T00:21:19.736Z | Downloaded serde_urlencoded v0.7.1 |
861 | 2023-11-18T00:21:19.739Z | Downloaded serde_tokenstream v0.1.7 |
862 | 2023-11-18T00:21:19.742Z | Downloaded foreign-types-macros v0.2.3 |
863 | 2023-11-18T00:21:19.745Z | Downloaded endian-type v0.1.2 |
864 | 2023-11-18T00:21:19.748Z | Downloaded zone v0.3.0 |
865 | 2023-11-18T00:21:19.751Z | Downloaded strum_macros v0.25.2 |
866 | 2023-11-18T00:21:19.753Z | Downloaded serde_repr v0.1.16 |
867 | 2023-11-18T00:21:19.756Z | Downloaded ghash v0.5.0 |
868 | 2023-11-18T00:21:19.759Z | Downloaded untrusted v0.7.1 |
869 | 2023-11-18T00:21:19.762Z | Downloaded stringprep v0.1.3 |
870 | 2023-11-18T00:21:19.765Z | Downloaded subprocess v0.2.9 |
871 | 2023-11-18T00:21:19.768Z | Downloaded subtle v2.5.0 |
872 | 2023-11-18T00:21:19.771Z | Downloaded http-body v0.4.5 |
873 | 2023-11-18T00:21:19.774Z | Downloaded glob v0.3.1 |
874 | 2023-11-18T00:21:19.777Z | Downloaded md-5 v0.10.5 |
875 | 2023-11-18T00:21:19.780Z | Downloaded signal-hook-mio v0.2.3 |
876 | 2023-11-18T00:21:19.782Z | Downloaded tracing v0.1.37 |
877 | 2023-11-18T00:21:19.786Z | Downloaded itoa v1.0.9 |
878 | 2023-11-18T00:21:19.789Z | Downloaded serde_with_macros v2.3.3 |
879 | 2023-11-18T00:21:19.792Z | Downloaded secrecy v0.8.0 |
880 | 2023-11-18T00:21:19.795Z | Downloaded hmac v0.12.1 |
881 | 2023-11-18T00:21:19.798Z | Downloaded slog-term v2.9.0 |
882 | 2023-11-18T00:21:19.801Z | Downloaded structopt-derive v0.4.18 |
883 | 2023-11-18T00:21:19.804Z | Downloaded term v0.7.0 |
884 | 2023-11-18T00:21:19.807Z | Downloaded unicode-bidi v0.3.13 |
885 | 2023-11-18T00:21:19.810Z | Downloaded tokio-native-tls v0.3.1 |
886 | 2023-11-18T00:21:19.813Z | Downloaded schemars v0.8.13 |
887 | 2023-11-18T00:21:19.816Z | Downloaded crossterm v0.27.0 |
888 | 2023-11-18T00:21:19.819Z | Downloaded semver v1.0.20 |
889 | 2023-11-18T00:21:19.822Z | Downloaded socket2 v0.4.9 |
890 | 2023-11-18T00:21:19.824Z | Downloaded tungstenite v0.20.1 |
891 | 2023-11-18T00:21:19.827Z | Downloaded similar v2.2.1 |
892 | 2023-11-18T00:21:19.830Z | Downloaded tinyvec v1.6.0 |
893 | 2023-11-18T00:21:19.833Z | Downloaded serde_derive v1.0.192 |
894 | 2023-11-18T00:21:19.836Z | Downloaded memchr v2.6.3 |
895 | 2023-11-18T00:21:19.839Z | Downloaded serde_yaml v0.9.25 |
896 | 2023-11-18T00:21:19.841Z | Downloaded getrandom v0.2.10 |
897 | 2023-11-18T00:21:19.844Z | Downloaded tokio-postgres v0.7.10 |
898 | 2023-11-18T00:21:19.847Z | Downloaded heapless v0.7.16 |
899 | 2023-11-18T00:21:19.850Z | Downloaded trust-dns-server v0.22.1 |
900 | 2023-11-18T00:21:19.853Z | Downloaded headers v0.3.9 |
901 | 2023-11-18T00:21:19.856Z | Downloaded unicode-normalization v0.1.22 |
902 | 2023-11-18T00:21:19.859Z | Downloaded hashbrown v0.12.3 |
903 | 2023-11-18T00:21:19.862Z | Downloaded winnow v0.5.15 |
904 | 2023-11-18T00:21:19.865Z | Downloaded time v0.3.27 |
905 | 2023-11-18T00:21:19.868Z | Downloaded serde_with v2.3.3 |
906 | 2023-11-18T00:21:19.870Z | Downloaded libm v0.2.7 |
907 | 2023-11-18T00:21:19.873Z | Downloaded itertools v0.10.5 |
908 | 2023-11-18T00:21:19.876Z | Downloaded hyper v0.14.27 |
909 | 2023-11-18T00:21:19.879Z | Downloaded hashbrown v0.14.2 |
910 | 2023-11-18T00:21:19.882Z | Downloaded chrono v0.4.31 |
911 | 2023-11-18T00:21:19.885Z | Downloaded serde_json v1.0.108 |
912 | 2023-11-18T00:21:19.888Z | Downloaded rustls-webpki v0.101.7 |
913 | 2023-11-18T00:21:19.891Z | Downloaded futures-util v0.3.29 |
914 | 2023-11-18T00:21:19.894Z | Downloaded vcpkg v0.2.15 |
915 | 2023-11-18T00:21:19.897Z | Downloaded syn v2.0.32 |
916 | 2023-11-18T00:21:19.900Z | Downloaded syn v1.0.109 |
917 | 2023-11-18T00:21:19.903Z | Downloaded smoltcp v0.9.1 |
918 | 2023-11-18T00:21:19.906Z | Downloaded smoltcp v0.8.2 |
919 | 2023-11-18T00:21:19.909Z | Downloaded rustix v0.37.23 |
920 | 2023-11-18T00:21:19.912Z | Downloaded rustls v0.21.8 |
921 | 2023-11-18T00:21:19.915Z | Downloaded sled v0.34.7 |
922 | 2023-11-18T00:21:19.918Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
923 | 2023-11-18T00:21:19.921Z | Downloaded regex-syntax v0.7.5 |
924 | 2023-11-18T00:21:19.924Z | Downloaded rustix v0.38.9 |
925 | 2023-11-18T00:21:19.927Z | Downloaded sha3 v0.10.8 |
926 | 2023-11-18T00:21:19.930Z | Downloaded bstr v1.6.0 |
927 | 2023-11-18T00:21:19.933Z | Downloaded zerocopy-derive v0.6.4 |
928 | 2023-11-18T00:21:19.936Z | Downloaded regex-automata v0.4.3 |
929 | 2023-11-18T00:21:19.939Z | Downloaded zerocopy-derive v0.2.0 |
930 | 2023-11-18T00:21:19.941Z | Downloaded regex-automata v0.3.8 |
931 | 2023-11-18T00:21:19.944Z | Downloaded idna v0.4.0 |
932 | 2023-11-18T00:21:19.949Z | Downloaded libc v0.2.150 |
933 | 2023-11-18T00:21:19.951Z | Downloaded tokio v1.33.0 |
934 | 2023-11-18T00:21:19.956Z | Downloaded trust-dns-proto v0.22.0 |
935 | 2023-11-18T00:21:19.959Z | Downloaded openapiv3 v2.0.0-rc.1 |
936 | 2023-11-18T00:21:19.962Z | Downloaded regex v1.10.2 |
937 | 2023-11-18T00:21:19.966Z | Downloaded winapi v0.3.9 |
938 | 2023-11-18T00:21:19.970Z | Downloaded bstr v0.2.17 |
939 | 2023-11-18T00:21:19.974Z | Downloaded encoding_rs v0.8.33 |
940 | 2023-11-18T00:21:19.977Z | Downloaded ring v0.17.5 |
941 | 2023-11-18T00:21:19.982Z | Downloaded diesel v2.1.3 |
942 | 2023-11-18T00:21:19.986Z | Downloaded webpki-roots v0.25.2 |
943 | 2023-11-18T00:21:19.989Z | Downloaded gimli v0.28.0 |
944 | 2023-11-18T00:21:19.993Z | Downloaded curve25519-dalek v4.1.0 |
945 | 2023-11-18T00:21:19.996Z | Downloaded idna v0.2.3 |
946 | 2023-11-18T00:21:20.000Z | Downloaded regex-syntax v0.8.2 |
947 | 2023-11-18T00:21:20.043Z | Downloaded object v0.32.1 |
948 | 2023-11-18T00:21:20.049Z | Downloaded radix_trie v0.2.1 |
949 | 2023-11-18T00:21:20.067Z | Downloaded h2 v0.3.21 |
950 | 2023-11-18T00:21:20.079Z | Downloaded regress v0.7.1 |
951 | 2023-11-18T00:21:20.101Z | Downloaded openssl v0.10.57 |
952 | 2023-11-18T00:21:20.120Z | Downloaded clap v2.34.0 |
953 | 2023-11-18T00:21:20.127Z | Downloaded hkdf v0.12.3 |
954 | 2023-11-18T00:21:20.135Z | Downloaded petgraph v0.6.4 |
955 | 2023-11-18T00:21:20.141Z | Downloaded clap_builder v4.4.2 |
956 | 2023-11-18T00:21:20.148Z | Downloaded aes-gcm v0.10.3 |
957 | 2023-11-18T00:21:20.154Z | Downloaded aho-corasick v1.0.4 |
958 | 2023-11-18T00:21:20.158Z | Downloaded rand v0.7.3 |
959 | 2023-11-18T00:21:20.161Z | Downloaded structopt v0.3.26 |
960 | 2023-11-18T00:21:20.165Z | Downloaded ring v0.16.20 |
961 | 2023-11-18T00:21:20.168Z | Downloaded ed25519-dalek v2.0.0 |
962 | 2023-11-18T00:21:20.171Z | Downloaded itertools v0.11.0 |
963 | 2023-11-18T00:21:20.176Z | Downloaded http v0.2.9 |
964 | 2023-11-18T00:21:20.179Z | Downloaded tracing-core v0.1.31 |
965 | 2023-11-18T00:21:20.183Z | Downloaded zip v0.6.6 |
966 | 2023-11-18T00:21:20.186Z | Downloaded num-bigint v0.4.4 |
967 | 2023-11-18T00:21:20.191Z | Downloaded futures v0.3.29 |
968 | 2023-11-18T00:21:20.194Z | Downloaded toml_edit v0.19.15 |
969 | 2023-11-18T00:21:20.197Z | Downloaded aes v0.8.3 |
970 | 2023-11-18T00:21:20.202Z | Downloaded unsafe-libyaml v0.2.9 |
971 | 2023-11-18T00:21:20.205Z | Downloaded rand v0.8.5 |
972 | 2023-11-18T00:21:20.210Z | Downloaded hashbrown v0.13.2 |
973 | 2023-11-18T00:21:20.217Z | Downloaded russh v0.39.0 |
974 | 2023-11-18T00:21:20.220Z | Downloaded reqwest v0.11.22 |
975 | 2023-11-18T00:21:20.223Z | Downloaded regex-automata v0.1.10 |
976 | 2023-11-18T00:21:20.226Z | Downloaded trust-dns-resolver v0.22.0 |
977 | 2023-11-18T00:21:20.229Z | Downloaded zerocopy v0.6.4 |
978 | 2023-11-18T00:21:20.232Z | Downloaded pest v2.7.2 |
979 | 2023-11-18T00:21:20.236Z | Downloaded slog v2.7.0 |
980 | 2023-11-18T00:21:20.239Z | Downloaded serde_path_to_error v0.1.14 |
981 | 2023-11-18T00:21:20.242Z | Downloaded spin v0.5.2 |
982 | 2023-11-18T00:21:20.245Z | Downloaded proc-macro-error v1.0.4 |
983 | 2023-11-18T00:21:20.248Z | Downloaded strsim v0.10.0 |
984 | 2023-11-18T00:21:20.252Z | Downloaded unicode-segmentation v1.10.1 |
985 | 2023-11-18T00:21:20.255Z | Downloaded tokio-util v0.7.10 |
986 | 2023-11-18T00:21:20.259Z | Downloaded whoami v1.4.1 |
987 | 2023-11-18T00:21:20.263Z | Downloaded tokio-stream v0.1.14 |
988 | 2023-11-18T00:21:20.266Z | Downloaded quote v1.0.33 |
989 | 2023-11-18T00:21:20.271Z | Downloaded smallvec v1.11.0 |
990 | 2023-11-18T00:21:20.275Z | Downloaded crossbeam-utils v0.8.16 |
991 | 2023-11-18T00:21:20.278Z | Downloaded tar v0.4.40 |
992 | 2023-11-18T00:21:20.281Z | Downloaded structmeta v0.2.0 |
993 | 2023-11-18T00:21:20.284Z | Downloaded ff v0.13.0 |
994 | 2023-11-18T00:21:20.287Z | Downloaded xattr v1.0.1 |
995 | 2023-11-18T00:21:20.290Z | Downloaded keccak v0.1.4 |
996 | 2023-11-18T00:21:20.293Z | Downloaded errno v0.3.2 |
997 | 2023-11-18T00:21:20.297Z | Downloaded sha2 v0.10.8 |
998 | 2023-11-18T00:21:20.302Z | Downloaded lock_api v0.4.10 |
999 | 2023-11-18T00:21:20.306Z | Downloaded smf v0.2.2 |
1000 | 2023-11-18T00:21:20.310Z | Downloaded rustls-native-certs v0.6.3 |
1001 | 2023-11-18T00:21:20.313Z | Downloaded rustversion v1.0.14 |
1002 | 2023-11-18T00:21:20.316Z | Downloaded macaddr v1.0.1 |
1003 | 2023-11-18T00:21:20.320Z | Downloaded unicase v2.7.0 |
1004 | 2023-11-18T00:21:20.323Z | Downloaded data-encoding v2.4.0 |
1005 | 2023-11-18T00:21:20.326Z | Downloaded serde v1.0.192 |
1006 | 2023-11-18T00:21:20.329Z | Downloaded toml_edit v0.21.0 |
1007 | 2023-11-18T00:21:20.332Z | Downloaded crossbeam-channel v0.5.8 |
1008 | 2023-11-18T00:21:20.335Z | Downloaded walkdir v2.4.0 |
1009 | 2023-11-18T00:21:20.338Z | Downloaded rustls-pemfile v1.0.3 |
1010 | 2023-11-18T00:21:20.341Z | Downloaded slog-stdlog v4.1.1 |
1011 | 2023-11-18T00:21:20.344Z | Downloaded scopeguard v1.2.0 |
1012 | 2023-11-18T00:21:20.347Z | Downloaded same-file v1.0.6 |
1013 | 2023-11-18T00:21:20.350Z | Downloaded textwrap v0.11.0 |
1014 | 2023-11-18T00:21:20.353Z | Downloaded lru-cache v0.1.2 |
1015 | 2023-11-18T00:21:20.356Z | Downloaded schemars_derive v0.8.13 |
1016 | 2023-11-18T00:21:20.359Z | Downloaded log v0.4.20 |
1017 | 2023-11-18T00:21:20.362Z | Downloaded spki v0.7.2 |
1018 | 2023-11-18T00:21:20.368Z | Downloaded toml v0.7.8 |
1019 | 2023-11-18T00:21:20.373Z | Downloaded toml v0.5.11 |
1020 | 2023-11-18T00:21:20.376Z | Downloaded slog-scope v4.4.0 |
1021 | 2023-11-18T00:21:20.393Z | Downloaded derive_more v0.99.17 |
1022 | 2023-11-18T00:21:20.808Z | Downloaded uuid v1.5.0 |
1023 | 2023-11-18T00:21:20.811Z | Downloaded url v2.4.1 |
1024 | 2023-11-18T00:21:20.815Z | Downloaded trust-dns-client v0.22.0 |
1025 | 2023-11-18T00:21:20.830Z | Downloaded time-macros v0.2.13 |
1026 | 2023-11-18T00:21:20.852Z | Downloaded sha1 v0.10.6 |
1027 | 2023-11-18T00:21:20.871Z | Downloaded rustc_version v0.4.0 |
1028 | 2023-11-18T00:21:21.304Z | Downloaded mime v0.3.17 |
1029 | 2023-11-18T00:21:21.317Z | Downloaded indexmap v2.1.0 |
1030 | 2023-11-18T00:21:21.330Z | Downloaded thiserror-impl-no-std v2.0.2 |
1031 | 2023-11-18T00:21:21.348Z | Downloaded fixedbitset v0.4.2 |
1032 | 2023-11-18T00:21:21.370Z | Downloaded io-lifetimes v1.0.11 |
1033 | 2023-11-18T00:21:21.381Z | Downloaded postgres-types v0.2.6 |
1034 | 2023-11-18T00:21:21.393Z | Downloaded elliptic-curve v0.13.5 |
1035 | 2023-11-18T00:21:21.398Z | Downloaded futures-executor v0.3.29 |
1036 | 2023-11-18T00:21:21.401Z | Downloaded futures-core v0.3.29 |
1037 | 2023-11-18T00:21:21.409Z | Downloaded ryu v1.0.15 |
1038 | 2023-11-18T00:21:21.414Z | Downloaded yasna v0.5.2 |
1039 | 2023-11-18T00:21:21.421Z | Downloaded fallible-iterator v0.2.0 |
1040 | 2023-11-18T00:21:21.425Z | Downloaded memoffset v0.9.0 |
1041 | 2023-11-18T00:21:21.431Z | Downloaded linked-hash-map v0.5.6 |
1042 | 2023-11-18T00:21:21.436Z | Downloaded lazy_static v1.4.0 |
1043 | 2023-11-18T00:21:21.444Z | Downloaded arc-swap v1.6.0 |
1044 | 2023-11-18T00:21:21.452Z | Downloaded ucd-trie v0.1.6 |
1045 | 2023-11-18T00:21:21.458Z | Downloaded futures-task v0.3.29 |
1046 | 2023-11-18T00:21:21.462Z | Downloaded tokio-macros v2.1.0 |
1047 | 2023-11-18T00:21:21.468Z | Downloaded indexmap v1.9.3 |
1048 | 2023-11-18T00:21:21.473Z | Downloaded cc v1.0.83 |
1049 | 2023-11-18T00:21:21.480Z | Downloaded stable_deref_trait v1.2.0 |
1050 | 2023-11-18T00:21:21.485Z | Downloaded usdt v0.3.5 |
1051 | 2023-11-18T00:21:21.490Z | Downloaded backtrace v0.3.69 |
1052 | 2023-11-18T00:21:21.501Z | Downloaded half v1.8.2 |
1053 | 2023-11-18T00:21:21.506Z | Downloaded chacha20poly1305 v0.10.1 |
1054 | 2023-11-18T00:21:21.514Z | Downloaded heck v0.3.3 |
1055 | 2023-11-18T00:21:21.521Z | Downloaded thiserror v1.0.49 |
1056 | 2023-11-18T00:21:21.527Z | Downloaded mio v0.8.8 |
1057 | 2023-11-18T00:21:21.535Z | Downloaded parking_lot v0.12.1 |
1058 | 2023-11-18T00:21:21.541Z | Downloaded vec_map v0.8.2 |
1059 | 2023-11-18T00:21:21.549Z | Downloaded resolv-conf v0.7.0 |
1060 | 2023-11-18T00:21:21.552Z | Downloaded opaque-debug v0.3.0 |
1061 | 2023-11-18T00:21:21.557Z | Downloaded clap v4.4.3 |
1062 | 2023-11-18T00:21:21.562Z | Downloaded openssl-sys v0.9.93 |
1063 | 2023-11-18T00:21:21.568Z | Downloaded toml v0.8.8 |
1064 | 2023-11-18T00:21:21.572Z | Downloaded rcgen v0.11.3 |
1065 | 2023-11-18T00:21:21.579Z | Downloaded typenum v1.16.0 |
1066 | 2023-11-18T00:21:21.586Z | Downloaded parking_lot_core v0.9.8 |
1067 | 2023-11-18T00:21:21.600Z | Downloaded siphasher v0.3.11 |
1068 | 2023-11-18T00:21:21.604Z | Downloaded signal-hook-registry v1.4.1 |
1069 | 2023-11-18T00:21:21.608Z | Downloaded httparse v1.8.0 |
1070 | 2023-11-18T00:21:21.611Z | Downloaded usdt-attr-macro v0.3.5 |
1071 | 2023-11-18T00:21:21.614Z | Downloaded thread-id v4.2.0 |
1072 | 2023-11-18T00:21:21.617Z | Downloaded equivalent v1.0.1 |
1073 | 2023-11-18T00:21:21.621Z | Downloaded const-oid v0.9.5 |
1074 | 2023-11-18T00:21:21.624Z | Downloaded serde_derive_internals v0.26.0 |
1075 | 2023-11-18T00:21:21.629Z | Downloaded ahash v0.8.3 |
1076 | 2023-11-18T00:21:21.633Z | Downloaded getrandom v0.1.16 |
1077 | 2023-11-18T00:21:21.636Z | Downloaded getopts v0.2.21 |
1078 | 2023-11-18T00:21:21.639Z | Downloaded foreign-types v0.5.0 |
1079 | 2023-11-18T00:21:21.642Z | Downloaded structmeta-derive v0.2.0 |
1080 | 2023-11-18T00:21:21.645Z | Downloaded strsim v0.8.0 |
1081 | 2023-11-18T00:21:21.649Z | Downloaded string_cache v0.8.7 |
1082 | 2023-11-18T00:21:21.652Z | Downloaded static_assertions v1.1.0 |
1083 | 2023-11-18T00:21:21.655Z | Downloaded rustfmt-wrapper v0.2.0 |
1084 | 2023-11-18T00:21:21.658Z | Downloaded ipnetwork v0.20.0 |
1085 | 2023-11-18T00:21:21.661Z | Downloaded ipnet v2.8.0 |
1086 | 2023-11-18T00:21:21.664Z | Downloaded unicode-xid v0.2.4 |
1087 | 2023-11-18T00:21:21.667Z | Downloaded iana-time-zone v0.1.57 |
1088 | 2023-11-18T00:21:21.670Z | Downloaded hash32 v0.2.1 |
1089 | 2023-11-18T00:21:21.673Z | Downloaded anyhow v1.0.75 |
1090 | 2023-11-18T00:21:21.677Z | Downloaded vsss-rs v3.3.1 |
1091 | 2023-11-18T00:21:21.680Z | Downloaded toolchain_find v0.2.0 |
1092 | 2023-11-18T00:21:21.683Z | Downloaded semver-parser v0.10.2 |
1093 | 2023-11-18T00:21:21.689Z | Downloaded blake2 v0.10.6 |
1094 | 2023-11-18T00:21:21.697Z | Downloaded crossbeam-epoch v0.9.15 |
1095 | 2023-11-18T00:21:21.701Z | Downloaded async-trait v0.1.74 |
1096 | 2023-11-18T00:21:21.704Z | Downloaded ansi_term v0.12.1 |
1097 | 2023-11-18T00:21:21.707Z | Downloaded slog-dtrace v0.2.3 |
1098 | 2023-11-18T00:21:21.710Z | Downloaded slog-bunyan v2.4.0 |
1099 | 2023-11-18T00:21:21.713Z | Downloaded inout v0.1.3 |
1100 | 2023-11-18T00:21:21.716Z | Downloaded once_cell v1.18.0 |
1101 | 2023-11-18T00:21:21.719Z | Downloaded bitflags v1.3.2 |
1102 | 2023-11-18T00:21:21.722Z | Downloaded base64ct v1.6.0 |
1103 | 2023-11-18T00:21:21.725Z | Downloaded hex-literal v0.4.1 |
1104 | 2023-11-18T00:21:21.728Z | Downloaded futures-io v0.3.29 |
1105 | 2023-11-18T00:21:21.731Z | Downloaded fnv v1.0.7 |
1106 | 2023-11-18T00:21:21.734Z | Downloaded untrusted v0.9.0 |
1107 | 2023-11-18T00:21:21.740Z | Downloaded unicode-width v0.1.11 |
1108 | 2023-11-18T00:21:21.755Z | Downloaded password-hash v0.5.0 |
1109 | 2023-11-18T00:21:22.174Z | Downloaded mime_guess v2.0.4 |
1110 | 2023-11-18T00:21:22.179Z | Downloaded clap_derive v4.4.2 |
1111 | 2023-11-18T00:21:22.185Z | Downloaded hex v0.4.3 |
1112 | 2023-11-18T00:21:22.189Z | Downloaded heck v0.4.1 |
1113 | 2023-11-18T00:21:22.193Z | Downloaded generic-array v0.14.7 |
1114 | 2023-11-18T00:21:22.196Z | Downloaded parking_lot v0.11.2 |
1115 | 2023-11-18T00:21:22.203Z | Downloaded omicron-zone-package v0.8.3 |
1116 | 2023-11-18T00:21:22.206Z | Downloaded futures-macro v0.3.29 |
1117 | 2023-11-18T00:21:22.211Z | Downloaded form_urlencoded v1.2.0 |
1118 | 2023-11-18T00:21:22.216Z | Downloaded float-cmp v0.9.0 |
1119 | 2023-11-18T00:21:22.223Z | Downloaded fastrand v2.0.0 |
1120 | 2023-11-18T00:21:22.229Z | Downloaded zeroize v1.6.0 |
1121 | 2023-11-18T00:21:22.235Z | Downloaded phf v0.11.2 |
1122 | 2023-11-18T00:21:22.244Z | Downloaded num_enum v0.5.11 |
1123 | 2023-11-18T00:21:22.257Z | Downloaded ed25519 v2.2.2 |
1124 | 2023-11-18T00:21:22.285Z | Downloaded dirs-sys-next v0.1.2 |
1125 | 2023-11-18T00:21:22.302Z | Downloaded utf-8 v0.7.6 |
1126 | 2023-11-18T00:21:22.322Z | Downloaded digest v0.10.7 |
1127 | 2023-11-18T00:21:22.329Z | Downloaded deranged v0.3.8 |
1128 | 2023-11-18T00:21:22.426Z | Downloaded camino v1.1.6 |
1129 | 2023-11-18T00:21:22.440Z | Downloaded rand_chacha v0.3.1 |
1130 | 2023-11-18T00:21:22.444Z | Downloaded platforms v3.0.2 |
1131 | 2023-11-18T00:21:22.447Z | Downloaded paste v1.0.14 |
1132 | 2023-11-18T00:21:22.451Z | Downloaded ciborium-ll v0.2.1 |
1133 | 2023-11-18T00:21:22.457Z | Downloaded num-complex v0.4.4 |
1134 | 2023-11-18T00:21:22.460Z | Downloaded httpdate v1.0.3 |
1135 | 2023-11-18T00:21:22.464Z | Downloaded http-range v0.1.5 |
1136 | 2023-11-18T00:21:22.472Z | Downloaded dirs-sys v0.4.1 |
1137 | 2023-11-18T00:21:22.475Z | Downloaded debug-ignore v1.0.5 |
1138 | 2023-11-18T00:21:22.478Z | Downloaded chacha20 v0.9.1 |
1139 | 2023-11-18T00:21:22.481Z | Downloaded autocfg v1.1.0 |
1140 | 2023-11-18T00:21:22.484Z | Downloaded anstyle v1.0.2 |
1141 | 2023-11-18T00:21:22.488Z | Downloaded rand_core v0.5.1 |
1142 | 2023-11-18T00:21:22.493Z | Downloaded predicates v3.0.4 |
1143 | 2023-11-18T00:21:22.496Z | Downloaded phf_shared v0.11.2 |
1144 | 2023-11-18T00:21:22.503Z | Downloaded cfg-if v1.0.0 |
1145 | 2023-11-18T00:21:22.506Z | Downloaded foreign-types-shared v0.3.1 |
1146 | 2023-11-18T00:21:22.509Z | Downloaded anstyle-query v1.0.0 |
1147 | 2023-11-18T00:21:22.512Z | Downloaded base16ct v0.2.0 |
1148 | 2023-11-18T00:21:22.515Z | Downloaded num_cpus v1.16.0 |
1149 | 2023-11-18T00:21:22.518Z | Downloaded cfg-if v0.1.10 |
1150 | 2023-11-18T00:21:22.521Z | Downloaded byteorder v1.5.0 |
1151 | 2023-11-18T00:21:22.524Z | Downloaded bit-set v0.5.3 |
1152 | 2023-11-18T00:21:22.527Z | Downloaded darling v0.20.3 |
1153 | 2023-11-18T00:21:22.530Z | Downloaded bzip2 v0.4.4 |
1154 | 2023-11-18T00:21:22.532Z | Downloaded argon2 v0.5.2 |
1155 | 2023-11-18T00:21:22.535Z | Downloaded multer v2.1.0 |
1156 | 2023-11-18T00:21:22.539Z | Downloaded pin-utils v0.1.0 |
1157 | 2023-11-18T00:21:22.541Z | Downloaded difflib v0.4.0 |
1158 | 2023-11-18T00:21:22.545Z | Downloaded dof v0.1.5 |
1159 | 2023-11-18T00:21:22.550Z | Downloaded bit-vec v0.6.3 |
1160 | 2023-11-18T00:21:22.560Z | Downloaded adler v1.0.2 |
1161 | 2023-11-18T00:21:22.573Z | Downloaded dyn-clone v1.0.13 |
1162 | 2023-11-18T00:21:22.586Z | Downloaded openssl-probe v0.1.5 |
1163 | 2023-11-18T00:21:22.605Z | Downloaded num-integer v0.1.45 |
1164 | 2023-11-18T00:21:22.611Z | Downloaded cpufeatures v0.2.9 |
1165 | 2023-11-18T00:21:22.617Z | Downloaded async-stream v0.3.5 |
1166 | 2023-11-18T00:21:22.622Z | Downloaded num_enum_derive v0.5.11 |
1167 | 2023-11-18T00:21:22.625Z | Downloaded num-iter v0.1.43 |
1168 | 2023-11-18T00:21:22.628Z | Downloaded poly1305 v0.8.0 |
1169 | 2023-11-18T00:21:22.635Z | Downloaded crc32fast v1.3.2 |
1170 | 2023-11-18T00:21:22.638Z | Downloaded block-padding v0.3.3 |
1171 | 2023-11-18T00:21:22.641Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1172 | 2023-11-18T00:21:22.644Z | Downloaded num_threads v0.1.6 |
1173 | 2023-11-18T00:21:22.647Z | Downloaded async-stream-impl v0.3.5 |
1174 | 2023-11-18T00:21:22.650Z | Downloaded dirs-next v2.0.0 |
1175 | 2023-11-18T00:21:22.653Z | Downloaded parse-display-derive v0.8.2 |
1176 | 2023-11-18T00:21:22.656Z | Downloaded ppv-lite86 v0.2.17 |
1177 | 2023-11-18T00:21:22.659Z | Downloaded pem v3.0.2 |
1178 | 2023-11-18T00:21:22.669Z | Downloaded atomicwrites v0.4.2 |
1179 | 2023-11-18T00:21:22.676Z | Downloaded curve25519-dalek-derive v0.1.0 |
1180 | 2023-11-18T00:21:22.680Z | Downloaded pretty-hex v0.2.1 |
1181 | 2023-11-18T00:21:22.688Z | Downloaded clap_lex v0.5.1 |
1182 | 2023-11-18T00:21:22.691Z | Downloaded dirs v5.0.1 |
1183 | 2023-11-18T00:21:22.694Z | Downloaded convert_case v0.4.0 |
1184 | 2023-11-18T00:21:22.697Z | Downloaded option-ext v0.2.0 |
1185 | 2023-11-18T00:21:22.700Z | Downloaded pem v1.1.1 |
1186 | 2023-11-18T00:21:22.703Z | Downloaded rand_chacha v0.2.2 |
1187 | 2023-11-18T00:21:22.709Z | Downloaded phf_shared v0.10.0 |
1188 | 2023-11-18T00:21:22.720Z | Downloaded percent-encoding v2.3.0 |
1189 | 2023-11-18T00:21:22.729Z | Downloaded parse-display v0.8.2 |
1190 | 2023-11-18T00:21:22.732Z | Downloaded ciborium-io v0.2.1 |
1191 | 2023-11-18T00:21:22.737Z | Downloaded nibble_vec v0.1.0 |
1192 | 2023-11-18T00:21:22.740Z | Downloaded russh-keys v0.38.0 |
1193 | 2023-11-18T00:21:22.744Z | Downloaded cstr-argument v0.1.2 |
1194 | 2023-11-18T00:21:22.747Z | Downloaded colorchoice v1.0.0 |
1195 | 2023-11-18T00:21:22.750Z | Downloaded parking_lot_core v0.8.6 |
1196 | 2023-11-18T00:21:22.753Z | Downloaded postcard-cobs v0.1.5-pre |
1197 | 2023-11-18T00:21:22.756Z | Downloaded pest_generator v2.7.2 |
1198 | 2023-11-18T00:21:22.760Z | Downloaded ciborium v0.2.1 |
1199 | 2023-11-18T00:21:22.763Z | Downloaded backoff v0.4.0 |
1200 | 2023-11-18T00:21:22.766Z | Downloaded der v0.7.8 |
1201 | 2023-11-18T00:21:22.769Z | Downloaded crypto-common v0.1.6 |
1202 | 2023-11-18T00:21:22.772Z | Downloaded darling_macro v0.20.3 |
1203 | 2023-11-18T00:21:22.775Z | Downloaded addr2line v0.21.0 |
1204 | 2023-11-18T00:21:22.778Z | Compiling proc-macro2 v1.0.69 |
1205 | 2023-11-18T00:21:22.781Z | Compiling unicode-ident v1.0.12 |
1206 | 2023-11-18T00:21:22.785Z | Compiling libc v0.2.150 |
1207 | 2023-11-18T00:21:22.788Z | Compiling serde v1.0.192 |
1208 | 2023-11-18T00:21:22.791Z | Compiling autocfg v1.1.0 |
1209 | 2023-11-18T00:21:22.796Z | Compiling version_check v0.9.4 |
1210 | 2023-11-18T00:21:22.806Z | Compiling cfg-if v1.0.0 |
1211 | 2023-11-18T00:21:22.811Z | Compiling syn v1.0.109 |
1212 | 2023-11-18T00:21:22.815Z | Compiling typenum v1.16.0 |
1213 | 2023-11-18T00:21:22.819Z | Compiling once_cell v1.18.0 |
1214 | 2023-11-18T00:21:22.823Z | Compiling parking_lot_core v0.9.8 |
1215 | 2023-11-18T00:21:22.826Z | Compiling generic-array v0.14.7 |
1216 | 2023-11-18T00:21:22.830Z | Compiling lock_api v0.4.10 |
1217 | 2023-11-18T00:21:22.833Z | Compiling libm v0.2.7 |
1218 | 2023-11-18T00:21:22.836Z | Compiling thiserror v1.0.49 |
1219 | 2023-11-18T00:21:22.839Z | Compiling num-traits v0.2.16 |
1220 | 2023-11-18T00:21:22.933Z | Compiling futures-core v0.3.29 |
1221 | 2023-11-18T00:21:23.059Z | Compiling itoa v1.0.9 |
1222 | 2023-11-18T00:21:23.109Z | Compiling memchr v2.6.3 |
1223 | 2023-11-18T00:21:23.364Z | Compiling serde_json v1.0.108 |
1224 | 2023-11-18T00:21:23.396Z | Compiling log v0.4.20 |
1225 | 2023-11-18T00:21:23.510Z | Compiling slab v0.4.9 |
1226 | 2023-11-18T00:21:23.873Z | Compiling quote v1.0.33 |
1227 | 2023-11-18T00:21:24.300Z | Compiling futures-channel v0.3.29 |
1228 | 2023-11-18T00:21:24.312Z | Compiling futures-task v0.3.29 |
1229 | 2023-11-18T00:21:24.348Z | Compiling futures-util v0.3.29 |
1230 | 2023-11-18T00:21:24.432Z | Compiling syn v2.0.32 |
1231 | 2023-11-18T00:21:24.826Z | Compiling getrandom v0.2.10 |
1232 | 2023-11-18T00:21:25.014Z | Compiling cc v1.0.83 |
1233 | 2023-11-18T00:21:25.298Z | Compiling rand_core v0.6.4 |
1234 | 2023-11-18T00:21:25.402Z | Compiling scopeguard v1.2.0 |
1235 | 2023-11-18T00:21:25.473Z | Compiling smallvec v1.11.0 |
1236 | 2023-11-18T00:21:26.118Z | Compiling ryu v1.0.15 |
1237 | 2023-11-18T00:21:26.440Z | Compiling pin-project-lite v0.2.13 |
1238 | 2023-11-18T00:21:26.581Z | Compiling heck v0.4.1 |
1239 | 2023-11-18T00:21:26.747Z | Compiling signal-hook-registry v1.4.1 |
1240 | 2023-11-18T00:21:27.754Z | Compiling parking_lot v0.12.1 |
1241 | 2023-11-18T00:21:27.974Z | Compiling pkg-config v0.3.27 |
1242 | 2023-11-18T00:21:28.105Z | Compiling schemars v0.8.13 |
1243 | 2023-11-18T00:21:28.608Z | Compiling mio v0.8.8 |
1244 | 2023-11-18T00:21:28.719Z | Compiling equivalent v1.0.1 |
1245 | 2023-11-18T00:21:28.870Z | Compiling hashbrown v0.14.2 |
1246 | 2023-11-18T00:21:29.206Z | Compiling subtle v2.5.0 |
1247 | 2023-11-18T00:21:29.474Z | Compiling num_cpus v1.16.0 |
1248 | 2023-11-18T00:21:29.633Z | Compiling socket2 v0.5.4 |
1249 | 2023-11-18T00:21:29.761Z | Compiling spin v0.5.2 |
1250 | 2023-11-18T00:21:30.300Z | Compiling httparse v1.8.0 |
1251 | 2023-11-18T00:21:30.321Z | Compiling fnv v1.0.7 |
1252 | 2023-11-18T00:21:30.841Z | Compiling byteorder v1.5.0 |
1253 | 2023-11-18T00:21:30.868Z | Compiling iana-time-zone v0.1.57 |
1254 | 2023-11-18T00:21:30.886Z | Compiling ring v0.16.20 |
1255 | 2023-11-18T00:21:30.896Z | Compiling indexmap v1.9.3 |
1256 | 2023-11-18T00:21:31.005Z | Compiling futures-sink v0.3.29 |
1257 | 2023-11-18T00:21:31.029Z | Compiling ring v0.17.5 |
1258 | 2023-11-18T00:21:31.210Z | Compiling vcpkg v0.2.15 |
1259 | 2023-11-18T00:21:31.767Z | Compiling futures-io v0.3.29 |
1260 | 2023-11-18T00:21:31.796Z | Compiling pin-utils v0.1.0 |
1261 | 2023-11-18T00:21:31.911Z | Compiling semver v1.0.20 |
1262 | 2023-11-18T00:21:32.395Z | Compiling dyn-clone v1.0.13 |
1263 | 2023-11-18T00:21:32.400Z | Compiling ahash v0.8.3 |
1264 | 2023-11-18T00:21:32.405Z | Compiling tracing-core v0.1.31 |
1265 | 2023-11-18T00:21:32.646Z | Compiling const-oid v0.9.5 |
1266 | 2023-11-18T00:21:32.717Z | Compiling tinyvec_macros v0.1.1 |
1267 | 2023-11-18T00:21:32.843Z | Compiling async-trait v0.1.74 |
1268 | 2023-11-18T00:21:33.510Z | Compiling tinyvec v1.6.0 |
1269 | 2023-11-18T00:21:33.894Z | Compiling openssl-sys v0.9.93 |
1270 | 2023-11-18T00:21:34.755Z | Compiling openssl v0.10.57 |
1271 | 2023-11-18T00:21:35.256Z | Compiling rustls v0.21.8 |
1272 | 2023-11-18T00:21:35.276Z | Compiling ucd-trie v0.1.6 |
1273 | 2023-11-18T00:21:35.623Z | Compiling winnow v0.5.15 |
1274 | 2023-11-18T00:21:35.718Z | Compiling unicode-normalization v0.1.22 |
1275 | 2023-11-18T00:21:36.008Z | Compiling serde_derive_internals v0.26.0 |
1276 | 2023-11-18T00:21:37.283Z | Compiling time-core v0.1.1 |
1277 | 2023-11-18T00:21:37.519Z | Compiling unicode-bidi v0.3.13 |
1278 | 2023-11-18T00:21:37.614Z | Compiling time-macros v0.2.13 |
1279 | 2023-11-18T00:21:39.486Z | Compiling cpufeatures v0.2.9 |
1280 | 2023-11-18T00:21:39.621Z | Compiling native-tls v0.2.11 |
1281 | 2023-11-18T00:21:40.133Z | Compiling aho-corasick v1.0.4 |
1282 | 2023-11-18T00:21:40.627Z | Compiling slog v2.7.0 |
1283 | 2023-11-18T00:21:41.106Z | Compiling rustix v0.38.9 |
1284 | 2023-11-18T00:21:41.262Z | Compiling percent-encoding v2.3.0 |
1285 | 2023-11-18T00:21:41.756Z | Compiling regex-syntax v0.8.2 |
1286 | 2023-11-18T00:21:42.283Z | Compiling backtrace v0.3.69 |
1287 | 2023-11-18T00:21:42.287Z | Compiling form_urlencoded v1.2.0 |
1288 | 2023-11-18T00:21:42.657Z | Compiling lazy_static v1.4.0 |
1289 | 2023-11-18T00:21:42.751Z | Compiling spin v0.9.8 |
1290 | 2023-11-18T00:21:42.800Z | Compiling base64 v0.21.5 |
1291 | 2023-11-18T00:21:43.282Z | Compiling ppv-lite86 v0.2.17 |
1292 | 2023-11-18T00:21:43.323Z | Compiling hashbrown v0.13.2 |
1293 | 2023-11-18T00:21:44.012Z | Compiling anyhow v1.0.75 |
1294 | 2023-11-18T00:21:44.505Z | Compiling unicode-width v0.1.11 |
1295 | 2023-11-18T00:21:44.520Z | Compiling idna v0.4.0 |
1296 | 2023-11-18T00:21:44.968Z | Compiling errno v0.3.2 |
1297 | 2023-11-18T00:21:45.198Z | Compiling rand_chacha v0.3.1 |
1298 | 2023-11-18T00:21:45.247Z | Compiling socket2 v0.4.9 |
1299 | 2023-11-18T00:21:45.678Z | Compiling hashbrown v0.12.3 |
1300 | 2023-11-18T00:21:46.787Z | Compiling url v2.4.1 |
1301 | 2023-11-18T00:21:47.089Z | Compiling untrusted v0.7.1 |
1302 | 2023-11-18T00:21:47.127Z | Compiling rand v0.8.5 |
1303 | 2023-11-18T00:21:48.018Z | Compiling regex-automata v0.4.3 |
1304 | 2023-11-18T00:21:48.332Z | Compiling serde_derive v1.0.192 |
1305 | 2023-11-18T00:21:48.703Z | Compiling zeroize_derive v1.4.2 |
1306 | 2023-11-18T00:21:49.066Z | Compiling thiserror-impl v1.0.49 |
1307 | 2023-11-18T00:21:49.863Z | Compiling tokio-macros v2.1.0 |
1308 | 2023-11-18T00:21:50.053Z | Compiling futures-macro v0.3.29 |
1309 | 2023-11-18T00:21:51.111Z | Compiling tracing-attributes v0.1.26 |
1310 | 2023-11-18T00:21:52.355Z | Compiling zeroize v1.6.0 |
1311 | 2023-11-18T00:21:53.358Z | Compiling schemars_derive v0.8.13 |
1312 | 2023-11-18T00:21:53.978Z | Compiling pest v2.7.2 |
1313 | 2023-11-18T00:21:54.035Z | Compiling openssl-macros v0.1.1 |
1314 | 2023-11-18T00:21:57.699Z | Compiling crypto-common v0.1.6 |
1315 | 2023-11-18T00:21:57.770Z | Compiling block-buffer v0.10.4 |
1316 | 2023-11-18T00:21:57.905Z | Compiling digest v0.10.7 |
1317 | 2023-11-18T00:21:57.916Z | Compiling regex v1.10.2 |
1318 | 2023-11-18T00:21:58.011Z | Compiling tracing v0.1.37 |
1319 | 2023-11-18T00:21:58.045Z | Compiling num-integer v0.1.45 |
1320 | 2023-11-18T00:21:58.051Z | Compiling httpdate v1.0.3 |
1321 | 2023-11-18T00:21:58.270Z | Compiling adler v1.0.2 |
1322 | 2023-11-18T00:21:58.375Z | Compiling untrusted v0.9.0 |
1323 | 2023-11-18T00:21:58.610Z | Compiling try-lock v0.2.4 |
1324 | 2023-11-18T00:21:58.765Z | Compiling miniz_oxide v0.7.1 |
1325 | 2023-11-18T00:21:58.816Z | Compiling want v0.3.1 |
1326 | 2023-11-18T00:21:59.194Z | Compiling foreign-types-shared v0.1.1 |
1327 | 2023-11-18T00:21:59.245Z | Compiling mime v0.3.17 |
1328 | 2023-11-18T00:21:59.340Z | Compiling openssl-probe v0.1.5 |
1329 | 2023-11-18T00:21:59.583Z | Compiling unicode-xid v0.2.4 |
1330 | 2023-11-18T00:21:59.821Z | Compiling crc32fast v1.3.2 |
1331 | 2023-11-18T00:21:59.866Z | Compiling tower-service v0.3.2 |
1332 | 2023-11-18T00:22:00.043Z | Compiling synstructure v0.12.6 |
1333 | 2023-11-18T00:22:00.236Z | Compiling foreign-types v0.3.2 |
1334 | 2023-11-18T00:22:00.371Z | Compiling sct v0.7.0 |
1335 | 2023-11-18T00:22:00.855Z | Compiling crossbeam-utils v0.8.16 |
1336 | 2023-11-18T00:22:01.625Z | Compiling ipnet v2.8.0 |
1337 | 2023-11-18T00:22:02.684Z | Compiling rustls-webpki v0.101.7 |
1338 | 2023-11-18T00:22:03.012Z | Compiling zerocopy-derive v0.2.0 |
1339 | 2023-11-18T00:22:03.835Z | Compiling pest_meta v2.7.2 |
1340 | 2023-11-18T00:22:04.830Z | Compiling rustls-pemfile v1.0.3 |
1341 | 2023-11-18T00:22:05.434Z | Compiling gimli v0.28.0 |
1342 | 2023-11-18T00:22:05.958Z | Compiling object v0.32.1 |
1343 | 2023-11-18T00:22:06.047Z | Compiling pest_generator v2.7.2 |
1344 | 2023-11-18T00:22:06.393Z | Compiling encoding_rs v0.8.33 |
1345 | 2023-11-18T00:22:09.252Z | Compiling bitflags v1.3.2 |
1346 | 2023-11-18T00:22:09.597Z | Compiling rustc-demangle v0.1.23 |
1347 | 2023-11-18T00:22:11.282Z | Compiling pest_derive v2.7.2 |
1348 | 2023-11-18T00:22:12.032Z | Compiling bytes v1.5.0 |
1349 | 2023-11-18T00:22:12.461Z | Compiling indexmap v2.1.0 |
1350 | 2023-11-18T00:22:14.168Z | Compiling tokio v1.33.0 |
1351 | 2023-11-18T00:22:14.224Z | Compiling chrono v0.4.31 |
1352 | 2023-11-18T00:22:14.279Z | Compiling uuid v1.5.0 |
1353 | 2023-11-18T00:22:14.707Z | Compiling http v0.2.9 |
1354 | 2023-11-18T00:22:15.140Z | Compiling bitflags v2.4.0 |
1355 | 2023-11-18T00:22:15.500Z | Compiling toml_datetime v0.6.5 |
1356 | 2023-11-18T00:22:16.233Z | Compiling serde_spanned v0.6.4 |
1357 | 2023-11-18T00:22:16.647Z | Compiling toml_edit v0.19.15 |
1358 | 2023-11-18T00:22:16.732Z | Compiling rustc_version v0.4.0 |
1359 | 2023-11-18T00:22:17.550Z | Compiling http-body v0.4.5 |
1360 | 2023-11-18T00:22:17.771Z | Compiling openapiv3 v2.0.0-rc.1 |
1361 | 2023-11-18T00:22:20.298Z | Compiling addr2line v0.21.0 |
1362 | 2023-11-18T00:22:23.220Z | Compiling serde_urlencoded v0.7.1 |
1363 | 2023-11-18T00:22:24.540Z | Compiling rustls-native-certs v0.6.3 |
1364 | 2023-11-18T00:22:25.515Z | Compiling usdt-impl v0.3.5 |
1365 | 2023-11-18T00:22:26.013Z | Compiling deranged v0.3.8 |
1366 | 2023-11-18T00:22:26.243Z | Compiling io-lifetimes v1.0.11 |
1367 | 2023-11-18T00:22:27.069Z | Compiling num_threads v0.1.6 |
1368 | 2023-11-18T00:22:27.660Z | Compiling tokio-util v0.7.10 |
1369 | 2023-11-18T00:22:27.671Z | Compiling tokio-rustls v0.24.1 |
1370 | 2023-11-18T00:22:27.775Z | Compiling webpki-roots v0.25.2 |
1371 | 2023-11-18T00:22:28.384Z | Compiling serde_tokenstream v0.2.0 |
1372 | 2023-11-18T00:22:28.991Z | Compiling tokio-native-tls v0.3.1 |
1373 | 2023-11-18T00:22:29.109Z | Compiling h2 v0.3.21 |
1374 | 2023-11-18T00:22:29.182Z | Compiling time v0.3.27 |
1375 | 2023-11-18T00:22:29.327Z | Compiling zerocopy v0.3.0 |
1376 | 2023-11-18T00:22:29.393Z | Compiling block-padding v0.3.3 |
1377 | 2023-11-18T00:22:29.755Z | Compiling inout v0.1.3 |
1378 | 2023-11-18T00:22:29.776Z | Compiling dtrace-parser v0.1.14 |
1379 | 2023-11-18T00:22:30.600Z | Compiling dof v0.1.5 |
1380 | 2023-11-18T00:22:30.750Z | Compiling thread-id v4.2.0 |
1381 | 2023-11-18T00:22:30.905Z | Compiling num-bigint v0.4.4 |
1382 | 2023-11-18T00:22:31.603Z | Compiling rustix v0.37.23 |
1383 | 2023-11-18T00:22:32.168Z | Compiling rustversion v1.0.14 |
1384 | 2023-11-18T00:22:32.747Z | Compiling cipher v0.4.4 |
1385 | 2023-11-18T00:22:33.516Z | Compiling serde_tokenstream v0.1.7 |
1386 | 2023-11-18T00:22:33.573Z | Compiling zerocopy-derive v0.6.4 |
1387 | 2023-11-18T00:22:33.589Z | Compiling regress v0.7.1 |
1388 | 2023-11-18T00:22:33.606Z | Compiling data-encoding v2.4.0 |
1389 | 2023-11-18T00:22:35.715Z | Compiling flate2 v1.0.28 |
1390 | 2023-11-18T00:22:36.079Z | Compiling toml_edit v0.21.0 |
1391 | 2023-11-18T00:22:36.423Z | Compiling hmac v0.12.1 |
1392 | 2023-11-18T00:22:37.480Z | Compiling strsim v0.10.0 |
1393 | 2023-11-18T00:22:38.095Z | Compiling strum_macros v0.25.2 |
1394 | 2023-11-18T00:22:38.101Z | Compiling usdt-macro v0.3.5 |
1395 | 2023-11-18T00:22:38.784Z | Compiling usdt-attr-macro v0.3.5 |
1396 | 2023-11-18T00:22:40.106Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1397 | 2023-11-18T00:22:40.149Z | Compiling sha2 v0.10.8 |
1398 | 2023-11-18T00:22:40.485Z | Compiling enum-as-inner v0.5.1 |
1399 | 2023-11-18T00:22:41.053Z | Compiling hyper v0.14.27 |
1400 | 2023-11-18T00:22:41.640Z | Compiling toml v0.7.8 |
1401 | 2023-11-18T00:22:42.143Z | Compiling heapless v0.7.16 |
1402 | 2023-11-18T00:22:43.028Z | Compiling futures-executor v0.3.29 |
1403 | 2023-11-18T00:22:43.876Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1404 | 2023-11-18T00:22:44.003Z | Compiling memoffset v0.9.0 |
1405 | 2023-11-18T00:22:44.462Z | Compiling unicode-segmentation v1.10.1 |
1406 | 2023-11-18T00:22:44.520Z | Compiling signal-hook v0.3.17 |
1407 | 2023-11-18T00:22:44.552Z | Compiling managed v0.8.0 |
1408 | 2023-11-18T00:22:45.292Z | Compiling futures v0.3.29 |
1409 | 2023-11-18T00:22:45.728Z | Compiling ipnetwork v0.20.0 |
1410 | 2023-11-18T00:22:45.764Z | Compiling getopts v0.2.21 |
1411 | 2023-11-18T00:22:46.244Z | Compiling crossbeam-epoch v0.9.15 |
1412 | 2023-11-18T00:22:46.664Z | Compiling num-iter v0.1.43 |
1413 | 2023-11-18T00:22:46.668Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1414 | 2023-11-18T00:22:46.671Z | Compiling unsafe-libyaml v0.2.9 |
1415 | 2023-11-18T00:22:47.295Z | Compiling siphasher v0.3.11 |
1416 | 2023-11-18T00:22:47.555Z | Compiling matches v0.1.10 |
1417 | 2023-11-18T00:22:47.579Z | Compiling bit-vec v0.6.3 |
1418 | 2023-11-18T00:22:47.690Z | Compiling smoltcp v0.9.1 |
1419 | 2023-11-18T00:22:47.949Z | Compiling anstyle v1.0.2 |
1420 | 2023-11-18T00:22:47.983Z | Compiling utf8parse v0.2.1 |
1421 | 2023-11-18T00:22:48.241Z | Compiling anstyle-parse v0.2.1 |
1422 | 2023-11-18T00:22:48.274Z | Compiling idna v0.2.3 |
1423 | 2023-11-18T00:22:48.762Z | Compiling serde_yaml v0.9.25 |
1424 | 2023-11-18T00:22:49.698Z | Compiling zerocopy v0.6.4 |
1425 | 2023-11-18T00:22:50.290Z | Compiling signature v2.1.0 |
1426 | 2023-11-18T00:22:50.626Z | Compiling hubpack_derive v0.1.1 |
1427 | 2023-11-18T00:22:51.127Z | Compiling clap_derive v4.4.2 |
1428 | 2023-11-18T00:22:51.135Z | Compiling either v1.9.0 |
1429 | 2023-11-18T00:22:51.579Z | Compiling colorchoice v1.0.0 |
1430 | 2023-11-18T00:22:51.677Z | Compiling anstyle-query v1.0.0 |
1431 | 2023-11-18T00:22:51.864Z | Compiling anstream v0.5.0 |
1432 | 2023-11-18T00:22:52.395Z | Compiling terminal_size v0.2.6 |
1433 | 2023-11-18T00:22:52.810Z | Compiling trust-dns-proto v0.22.0 |
1434 | 2023-11-18T00:22:52.817Z | Compiling usdt v0.3.5 |
1435 | 2023-11-18T00:22:52.982Z | Compiling hyper-rustls v0.24.2 |
1436 | 2023-11-18T00:22:53.751Z | Compiling hyper-tls v0.5.0 |
1437 | 2023-11-18T00:22:53.845Z | Compiling yasna v0.5.2 |
1438 | 2023-11-18T00:22:54.294Z | Compiling reqwest v0.11.22 |
1439 | 2023-11-18T00:22:55.144Z | Compiling md-5 v0.10.5 |
1440 | 2023-11-18T00:22:55.378Z | Compiling stringprep v0.1.3 |
1441 | 2023-11-18T00:22:55.511Z | Compiling diesel_table_macro_syntax v0.1.0 |
1442 | 2023-11-18T00:22:56.114Z | Compiling hash32 v0.2.1 |
1443 | 2023-11-18T00:22:56.743Z | Compiling clap_lex v0.5.1 |
1444 | 2023-11-18T00:22:57.140Z | Compiling fallible-iterator v0.2.0 |
1445 | 2023-11-18T00:22:57.144Z | Compiling stable_deref_trait v1.2.0 |
1446 | 2023-11-18T00:22:57.550Z | Compiling clap_builder v4.4.2 |
1447 | 2023-11-18T00:22:58.341Z | Compiling postgres-protocol v0.6.6 |
1448 | 2023-11-18T00:22:58.466Z | Compiling diesel_derives v2.1.1 |
1449 | 2023-11-18T00:22:59.323Z | Compiling phf_shared v0.11.2 |
1450 | 2023-11-18T00:23:00.480Z | Compiling tokio-stream v0.1.14 |
1451 | 2023-11-18T00:23:00.604Z | Compiling hex v0.4.3 |
1452 | 2023-11-18T00:23:01.657Z | Compiling serde_repr v0.1.16 |
1453 | 2023-11-18T00:23:02.105Z | Compiling scheduled-thread-pool v0.2.7 |
1454 | 2023-11-18T00:23:02.111Z | Compiling regex-automata v0.1.10 |
1455 | 2023-11-18T00:23:02.957Z | Compiling bstr v0.2.17 |
1456 | 2023-11-18T00:23:03.116Z | Compiling r2d2 v0.8.10 |
1457 | 2023-11-18T00:23:03.382Z | Compiling signal-hook-mio v0.2.3 |
1458 | 2023-11-18T00:23:03.754Z | Compiling bzip2 v0.4.4 |
1459 | 2023-11-18T00:23:04.340Z | Compiling clap v4.4.3 |
1460 | 2023-11-18T00:23:04.505Z | Compiling phf v0.11.2 |
1461 | 2023-11-18T00:23:04.970Z | Compiling postgres-types v0.2.6 |
1462 | 2023-11-18T00:23:05.447Z | Compiling hubpack v0.1.2 |
1463 | 2023-11-18T00:23:06.194Z | Compiling itertools v0.11.0 |
1464 | 2023-11-18T00:23:06.604Z | Compiling itertools v0.10.5 |
1465 | 2023-11-18T00:23:08.902Z | Compiling phf_shared v0.10.0 |
1466 | 2023-11-18T00:23:08.919Z | Compiling float-cmp v0.9.0 |
1467 | 2023-11-18T00:23:09.170Z | Compiling precomputed-hash v0.1.1 |
1468 | 2023-11-18T00:23:09.325Z | Compiling whoami v1.4.1 |
1469 | 2023-11-18T00:23:10.365Z | Compiling new_debug_unreachable v1.0.4 |
1470 | 2023-11-18T00:23:10.499Z | Compiling predicates-core v1.0.6 |
1471 | 2023-11-18T00:23:11.079Z | Compiling normalize-line-endings v0.3.0 |
1472 | 2023-11-18T00:23:11.207Z | Compiling regex-automata v0.3.8 |
1473 | 2023-11-18T00:23:11.253Z | Compiling static_assertions v1.1.0 |
1474 | 2023-11-18T00:23:11.427Z | Compiling fixedbitset v0.4.2 |
1475 | 2023-11-18T00:23:11.431Z | Compiling difflib v0.4.0 |
1476 | 2023-11-18T00:23:11.656Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1477 | 2023-11-18T00:23:12.214Z | Compiling predicates v3.0.4 |
1478 | 2023-11-18T00:23:12.252Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1479 | 2023-11-18T00:23:14.248Z | Compiling bstr v1.6.0 |
1480 | 2023-11-18T00:23:14.707Z | Compiling petgraph v0.6.4 |
1481 | 2023-11-18T00:23:15.463Z | Compiling string_cache v0.8.7 |
1482 | 2023-11-18T00:23:16.230Z | Compiling tokio-postgres v0.7.10 |
1483 | 2023-11-18T00:23:17.042Z | Compiling similar v2.2.1 |
1484 | 2023-11-18T00:23:19.178Z | Compiling zip v0.6.6 |
1485 | 2023-11-18T00:23:19.800Z | Compiling crossterm v0.27.0 |
1486 | 2023-11-18T00:23:19.990Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1487 | 2023-11-18T00:23:20.181Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1488 | 2023-11-18T00:23:21.036Z | Compiling bit-set v0.5.3 |
1489 | 2023-11-18T00:23:21.450Z | Compiling console v0.15.7 |
1490 | 2023-11-18T00:23:21.867Z | Compiling lalrpop-util v0.19.12 |
1491 | 2023-11-18T00:23:22.688Z | Compiling diesel v2.1.3 |
1492 | 2023-11-18T00:23:26.284Z | Compiling camino v1.1.6 |
1493 | 2023-11-18T00:23:26.492Z | Compiling slog-async v2.8.0 |
1494 | 2023-11-18T00:23:27.961Z | Compiling multer v2.1.0 |
1495 | 2023-11-18T00:23:29.840Z | Compiling async-stream-impl v0.3.5 |
1496 | 2023-11-18T00:23:30.130Z | Compiling ident_case v1.0.1 |
1497 | 2023-11-18T00:23:30.406Z | Compiling paste v1.0.14 |
1498 | 2023-11-18T00:23:30.635Z | Compiling darling_core v0.20.3 |
1499 | 2023-11-18T00:23:33.593Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1500 | 2023-11-18T00:23:33.747Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1501 | 2023-11-18T00:23:37.886Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1502 | 2023-11-18T00:23:38.526Z | Compiling structmeta-derive v0.2.0 |
1503 | 2023-11-18T00:23:39.526Z | Compiling regex-syntax v0.7.5 |
1504 | 2023-11-18T00:23:39.903Z | Compiling darling_macro v0.20.3 |
1505 | 2023-11-18T00:23:41.463Z | Compiling darling v0.20.3 |
1506 | 2023-11-18T00:23:41.880Z | Compiling serde_with_macros v2.3.3 |
1507 | 2023-11-18T00:23:41.891Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1508 | 2023-11-18T00:23:42.884Z | Compiling structmeta v0.2.0 |
1509 | 2023-11-18T00:23:50.098Z | Compiling parse-display-derive v0.8.2 |
1510 | 2023-11-18T00:23:57.594Z | Compiling toml v0.8.8 |
1511 | 2023-11-18T00:23:57.639Z | Compiling proc-macro-crate v1.3.1 |
1512 | 2023-11-18T00:24:01.076Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1513 | 2023-11-18T00:24:01.510Z | Compiling num_enum_derive v0.5.11 |
1514 | 2023-11-18T00:24:13.092Z | Compiling proc-macro-error-attr v1.0.4 |
1515 | 2023-11-18T00:24:20.423Z | Compiling proc-macro-error v1.0.4 |
1516 | 2023-11-18T00:24:21.681Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1517 | 2023-11-18T00:24:25.111Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1518 | 2023-11-18T00:24:31.227Z | Compiling foreign-types-macros v0.2.3 |
1519 | 2023-11-18T00:24:34.077Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1520 | 2023-11-18T00:24:34.698Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1521 | 2023-11-18T00:24:35.828Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1522 | 2023-11-18T00:24:36.302Z | Compiling crucible-workspace-hack v0.1.0 |
1523 | 2023-11-18T00:24:36.394Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1524 | 2023-11-18T00:24:41.082Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1525 | 2023-11-18T00:24:41.317Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1526 | 2023-11-18T00:24:49.582Z | Compiling sha1 v0.10.6 |
1527 | 2023-11-18T00:24:50.003Z | Compiling atty v0.2.14 |
1528 | 2023-11-18T00:24:50.017Z | Compiling match_cfg v0.1.0 |
1529 | 2023-11-18T00:24:50.035Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1530 | 2023-11-18T00:24:50.493Z | Compiling hostname v0.3.1 |
1531 | 2023-11-18T00:24:56.297Z | Compiling dirs-sys-next v0.1.2 |
1532 | 2023-11-18T00:25:02.600Z | Compiling dirs-next v2.0.0 |
1533 | 2023-11-18T00:25:06.407Z | Compiling heck v0.3.3 |
1534 | 2023-11-18T00:25:07.113Z | Compiling thread_local v1.1.7 |
1535 | 2023-11-18T00:25:07.739Z | Compiling libefi-sys v0.1.0 |
1536 | 2023-11-18T00:25:08.033Z | Compiling fastrand v2.0.0 |
1537 | 2023-11-18T00:25:08.462Z | Compiling structopt-derive v0.4.18 |
1538 | 2023-11-18T00:25:08.486Z | Compiling term v0.7.0 |
1539 | 2023-11-18T00:25:08.810Z | Compiling tempfile v3.8.0 |
1540 | 2023-11-18T00:25:09.341Z | Compiling zone_cfg_derive v0.3.0 |
1541 | 2023-11-18T00:25:09.822Z | Compiling crossbeam-channel v0.5.8 |
1542 | 2023-11-18T00:25:10.269Z | Compiling num-derive v0.4.0 |
1543 | 2023-11-18T00:25:10.442Z | Compiling instant v0.1.12 |
1544 | 2023-11-18T00:25:10.654Z | Compiling take_mut v0.2.2 |
1545 | 2023-11-18T00:25:11.283Z | Compiling slog-term v2.9.0 |
1546 | 2023-11-18T00:25:12.981Z | Compiling slog-json v2.6.1 |
1547 | 2023-11-18T00:25:13.007Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1548 | 2023-11-18T00:25:13.055Z | Compiling atomic-waker v1.1.1 |
1549 | 2023-11-18T00:25:13.234Z | Compiling waitgroup v0.1.2 |
1550 | 2023-11-18T00:25:13.540Z | Compiling slog-bunyan v2.4.0 |
1551 | 2023-11-18T00:25:13.612Z | Compiling async-stream v0.3.5 |
1552 | 2023-11-18T00:25:13.940Z | Compiling serde_path_to_error v0.1.14 |
1553 | 2023-11-18T00:25:14.104Z | Compiling same-file v1.0.6 |
1554 | 2023-11-18T00:25:14.425Z | Compiling debug-ignore v1.0.5 |
1555 | 2023-11-18T00:25:14.448Z | Compiling platforms v3.0.2 |
1556 | 2023-11-18T00:25:14.626Z | Compiling walkdir v2.4.0 |
1557 | 2023-11-18T00:25:15.611Z | Compiling strum v0.25.0 |
1558 | 2023-11-18T00:25:15.644Z | Compiling toml v0.5.11 |
1559 | 2023-11-18T00:25:15.875Z | Compiling semver-parser v0.10.2 |
1560 | 2023-11-18T00:25:15.964Z | Compiling xattr v1.0.1 |
1561 | 2023-11-18T00:25:16.389Z | Compiling filetime v0.2.22 |
1562 | 2023-11-18T00:25:17.098Z | Compiling tar v0.4.40 |
1563 | 2023-11-18T00:25:17.163Z | Compiling semver v0.11.0 |
1564 | 2023-11-18T00:25:18.299Z | Compiling serde_with v2.3.3 |
1565 | 2023-11-18T00:25:19.076Z | Compiling home v0.5.5 |
1566 | 2023-11-18T00:25:19.273Z | Compiling curve25519-dalek v4.1.0 |
1567 | 2023-11-18T00:25:19.777Z | Compiling toolchain_find v0.2.0 |
1568 | 2023-11-18T00:25:19.865Z | Compiling backoff v0.4.0 |
1569 | 2023-11-18T00:25:20.288Z | Compiling parse-display v0.8.2 |
1570 | 2023-11-18T00:25:20.569Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1571 | 2023-11-18T00:25:20.800Z | Compiling macaddr v1.0.1 |
1572 | 2023-11-18T00:25:20.970Z | Compiling rustfmt-wrapper v0.2.0 |
1573 | 2023-11-18T00:25:21.606Z | Compiling omicron-zone-package v0.8.3 |
1574 | 2023-11-18T00:25:22.818Z | Compiling curve25519-dalek-derive v0.1.0 |
1575 | 2023-11-18T00:25:23.331Z | Compiling num-rational v0.4.1 |
1576 | 2023-11-18T00:25:23.789Z | Compiling getrandom v0.1.16 |
1577 | 2023-11-18T00:25:24.844Z | Compiling num_enum v0.5.11 |
1578 | 2023-11-18T00:25:25.501Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1579 | 2023-11-18T00:25:25.516Z | Compiling postcard-cobs v0.1.5-pre |
1580 | 2023-11-18T00:25:25.576Z | Compiling postcard v0.7.3 |
1581 | 2023-11-18T00:25:25.632Z | Compiling smoltcp v0.8.2 |
1582 | 2023-11-18T00:25:26.445Z | Compiling unicase v2.7.0 |
1583 | 2023-11-18T00:25:26.918Z | Compiling foreign-types-shared v0.3.1 |
1584 | 2023-11-18T00:25:27.098Z | Compiling parking_lot_core v0.8.6 |
1585 | 2023-11-18T00:25:27.291Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1586 | 2023-11-18T00:25:27.577Z | Compiling cfg-if v0.1.10 |
1587 | 2023-11-18T00:25:27.717Z | Compiling foreign-types v0.5.0 |
1588 | 2023-11-18T00:25:28.448Z | Compiling is-terminal v0.4.9 |
1589 | 2023-11-18T00:25:28.569Z | Compiling cstr-argument v0.1.2 |
1590 | 2023-11-18T00:25:28.758Z | Compiling pretty-hex v0.2.1 |
1591 | 2023-11-18T00:25:29.246Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1592 | 2023-11-18T00:25:29.788Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1593 | 2023-11-18T00:25:29.801Z | Compiling colored v2.0.4 |
1594 | 2023-11-18T00:25:30.512Z | Compiling textwrap v0.11.0 |
1595 | 2023-11-18T00:25:30.531Z | Compiling slog-dtrace v0.2.3 |
1596 | 2023-11-18T00:25:30.673Z | Compiling ansi_term v0.12.1 |
1597 | 2023-11-18T00:25:33.960Z | Compiling strsim v0.8.0 |
1598 | 2023-11-18T00:25:34.092Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1599 | 2023-11-18T00:25:34.160Z | Compiling convert_case v0.4.0 |
1600 | 2023-11-18T00:25:34.180Z | Compiling winapi v0.3.9 |
1601 | 2023-11-18T00:25:34.224Z | Compiling vec_map v0.8.2 |
1602 | 2023-11-18T00:25:34.260Z | Compiling clap v2.34.0 |
1603 | 2023-11-18T00:25:34.295Z | Compiling derive_more v0.99.17 |
1604 | 2023-11-18T00:25:35.245Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1605 | 2023-11-18T00:25:37.813Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1606 | 2023-11-18T00:25:38.432Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1607 | 2023-11-18T00:25:38.532Z | Compiling thiserror-impl-no-std v2.0.2 |
1608 | 2023-11-18T00:25:39.707Z | Compiling base64ct v1.6.0 |
1609 | 2023-11-18T00:25:41.350Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1610 | 2023-11-18T00:25:43.155Z | Compiling structopt v0.3.26 |
1611 | 2023-11-18T00:25:43.381Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1612 | 2023-11-18T00:25:44.020Z | Compiling mime_guess v2.0.4 |
1613 | 2023-11-18T00:25:45.193Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1614 | 2023-11-18T00:25:45.904Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1615 | 2023-11-18T00:25:47.094Z | Compiling zone v0.3.0 |
1616 | 2023-11-18T00:25:47.586Z | Compiling smf v0.2.2 |
1617 | 2023-11-18T00:25:48.592Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1618 | 2023-11-18T00:25:48.745Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1619 | 2023-11-18T00:25:50.493Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1620 | 2023-11-18T00:25:50.907Z | Compiling universal-hash v0.5.1 |
1621 | 2023-11-18T00:25:51.043Z | Compiling opaque-debug v0.3.0 |
1622 | 2023-11-18T00:25:51.183Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1623 | 2023-11-18T00:25:51.720Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1624 | 2023-11-18T00:25:51.782Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1625 | 2023-11-18T00:25:52.139Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1626 | 2023-11-18T00:25:52.617Z | Compiling hkdf v0.12.3 |
1627 | 2023-11-18T00:25:52.993Z | Compiling cancel-safe-futures v0.1.5 |
1628 | 2023-11-18T00:25:53.881Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1629 | 2023-11-18T00:25:55.824Z | Compiling quick-error v1.2.3 |
1630 | 2023-11-18T00:25:55.833Z | Compiling keccak v0.1.4 |
1631 | 2023-11-18T00:25:57.028Z | Compiling linked-hash-map v0.5.6 |
1632 | 2023-11-18T00:25:57.606Z | Compiling lru-cache v0.1.2 |
1633 | 2023-11-18T00:25:57.911Z | Compiling sha3 v0.10.8 |
1634 | 2023-11-18T00:25:58.398Z | Compiling resolv-conf v0.7.0 |
1635 | 2023-11-18T00:25:59.040Z | Compiling password-hash v0.5.0 |
1636 | 2023-11-18T00:26:00.865Z | Compiling blake2 v0.10.6 |
1637 | 2023-11-18T00:26:01.056Z | Compiling aead v0.5.2 |
1638 | 2023-11-18T00:26:01.953Z | Compiling secrecy v0.8.0 |
1639 | 2023-11-18T00:26:02.384Z | Compiling num-complex v0.4.4 |
1640 | 2023-11-18T00:26:02.511Z | Compiling ff v0.13.0 |
1641 | 2023-11-18T00:26:02.842Z | Compiling nibble_vec v0.1.0 |
1642 | 2023-11-18T00:26:02.984Z | Compiling endian-type v0.1.2 |
1643 | 2023-11-18T00:26:03.345Z | Compiling arc-swap v1.6.0 |
1644 | 2023-11-18T00:26:03.788Z | Compiling utf-8 v0.7.6 |
1645 | 2023-11-18T00:26:05.736Z | Compiling tungstenite v0.20.1 |
1646 | 2023-11-18T00:26:05.941Z | Compiling slog-scope v4.4.0 |
1647 | 2023-11-18T00:26:06.061Z | Compiling num v0.4.1 |
1648 | 2023-11-18T00:26:06.221Z | Compiling radix_trie v0.2.1 |
1649 | 2023-11-18T00:26:06.341Z | Compiling group v0.13.0 |
1650 | 2023-11-18T00:26:06.592Z | Compiling argon2 v0.5.2 |
1651 | 2023-11-18T00:26:06.867Z | Compiling rand_core v0.5.1 |
1652 | 2023-11-18T00:26:07.410Z | Compiling trust-dns-resolver v0.22.0 |
1653 | 2023-11-18T00:26:07.570Z | Compiling poly1305 v0.8.0 |
1654 | 2023-11-18T00:26:14.384Z | Compiling chacha20 v0.9.1 |
1655 | 2023-11-18T00:26:14.947Z | Compiling crypto-bigint v0.5.2 |
1656 | 2023-11-18T00:26:15.045Z | Compiling ciborium-io v0.2.1 |
1657 | 2023-11-18T00:26:15.175Z | Compiling option-ext v0.2.0 |
1658 | 2023-11-18T00:26:15.222Z | Compiling half v1.8.2 |
1659 | 2023-11-18T00:26:15.832Z | Compiling base16ct v0.2.0 |
1660 | 2023-11-18T00:26:16.231Z | Compiling ciborium-ll v0.2.1 |
1661 | 2023-11-18T00:26:16.953Z | Compiling dirs-sys v0.4.1 |
1662 | 2023-11-18T00:26:18.900Z | Compiling parking_lot v0.11.2 |
1663 | 2023-11-18T00:26:18.918Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1664 | 2023-11-18T00:26:18.927Z | Compiling elliptic-curve v0.13.5 |
1665 | 2023-11-18T00:26:18.935Z | Compiling tokio-tungstenite v0.20.1 |
1666 | 2023-11-18T00:26:18.939Z | Compiling rand_chacha v0.2.2 |
1667 | 2023-11-18T00:26:18.943Z | Compiling trust-dns-client v0.22.0 |
1668 | 2023-11-18T00:26:19.338Z | Compiling slog-stdlog v4.1.1 |
1669 | 2023-11-18T00:26:19.730Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1670 | 2023-11-18T00:26:19.931Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1671 | 2023-11-18T00:26:20.684Z | Compiling polyval v0.6.1 |
1672 | 2023-11-18T00:26:21.166Z | Compiling thiserror-no-std v2.0.2 |
1673 | 2023-11-18T00:26:21.373Z | Compiling password-hash v0.4.2 |
1674 | 2023-11-18T00:26:22.334Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1675 | 2023-11-18T00:26:22.961Z | Compiling ed25519 v2.2.2 |
1676 | 2023-11-18T00:26:23.342Z | Compiling ctr v0.9.2 |
1677 | 2023-11-18T00:26:23.484Z | Compiling blowfish v0.9.1 |
1678 | 2023-11-18T00:26:23.835Z | Compiling aes v0.8.3 |
1679 | 2023-11-18T00:26:23.914Z | Compiling pbkdf2 v0.12.2 |
1680 | 2023-11-18T00:26:24.143Z | Compiling fxhash v0.2.1 |
1681 | 2023-11-18T00:26:24.697Z | Compiling glob v0.3.1 |
1682 | 2023-11-18T00:26:25.397Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1683 | 2023-11-18T00:26:26.467Z | Compiling sled v0.34.7 |
1684 | 2023-11-18T00:26:26.741Z | Compiling bcrypt-pbkdf v0.10.0 |
1685 | 2023-11-18T00:26:26.818Z | Compiling ed25519-dalek v2.0.0 |
1686 | 2023-11-18T00:26:28.757Z | Compiling pbkdf2 v0.11.0 |
1687 | 2023-11-18T00:26:28.927Z | Compiling russh-cryptovec v0.7.0 |
1688 | 2023-11-18T00:26:29.348Z | Compiling vsss-rs v3.3.1 |
1689 | 2023-11-18T00:26:29.408Z | Compiling trust-dns-server v0.22.1 |
1690 | 2023-11-18T00:26:30.116Z | Compiling ghash v0.5.0 |
1691 | 2023-11-18T00:26:30.392Z | Compiling slog-envlogger v2.2.0 |
1692 | 2023-11-18T00:26:31.601Z | Compiling rand v0.7.3 |
1693 | 2023-11-18T00:26:31.864Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1694 | 2023-11-18T00:26:36.293Z | Compiling dirs v5.0.1 |
1695 | 2023-11-18T00:26:36.695Z | Compiling ciborium v0.2.1 |
1696 | 2023-11-18T00:26:37.486Z | Compiling chacha20poly1305 v0.10.1 |
1697 | 2023-11-18T00:26:40.402Z | Compiling camino-tempfile v1.0.2 |
1698 | 2023-11-18T00:26:41.569Z | Compiling cbc v0.1.2 |
1699 | 2023-11-18T00:26:41.572Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1700 | 2023-11-18T00:26:41.576Z | Compiling headers-core v0.2.0 |
1701 | 2023-11-18T00:26:41.579Z | Compiling kstat-rs v0.2.3 |
1702 | 2023-11-18T00:26:41.597Z | Compiling pem v3.0.2 |
1703 | 2023-11-18T00:26:42.181Z | Compiling pretty-hex v0.3.0 |
1704 | 2023-11-18T00:26:42.302Z | Compiling base64 v0.13.1 |
1705 | 2023-11-18T00:26:42.663Z | Compiling http-range v0.1.5 |
1706 | 2023-11-18T00:26:42.942Z | Compiling md5 v0.7.0 |
1707 | 2023-11-18T00:26:43.303Z | Compiling pem v1.1.1 |
1708 | 2023-11-18T00:26:43.327Z | Compiling hyper-staticfile v0.9.5 |
1709 | 2023-11-18T00:26:43.495Z | Compiling russh-keys v0.38.0 |
1710 | 2023-11-18T00:26:44.123Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1711 | 2023-11-18T00:26:47.210Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1712 | 2023-11-18T00:26:47.391Z | Compiling rcgen v0.11.3 |
1713 | 2023-11-18T00:26:47.675Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1714 | 2023-11-18T00:26:48.324Z | Compiling headers v0.3.9 |
1715 | 2023-11-18T00:26:51.924Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1716 | 2023-11-18T00:27:00.476Z | Compiling aes-gcm v0.10.3 |
1717 | 2023-11-18T00:27:00.915Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1718 | 2023-11-18T00:27:03.010Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1719 | 2023-11-18T00:27:05.905Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1720 | 2023-11-18T00:27:12.176Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1721 | 2023-11-18T00:27:13.264Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1722 | 2023-11-18T00:27:13.888Z | Compiling atomicwrites v0.4.2 |
1723 | 2023-11-18T00:27:14.457Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1724 | 2023-11-18T00:27:18.355Z | Compiling subprocess v0.2.9 |
1725 | 2023-11-18T00:27:19.414Z | Compiling hex-literal v0.4.1 |
1726 | 2023-11-18T00:27:22.051Z | Compiling russh v0.39.0 |
1727 | 2023-11-18T00:27:22.378Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1728 | 2023-11-18T00:27:25.166Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1729 | 2023-11-18T00:27:46.185Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1730 | 2023-11-18T00:28:23.676Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1731 | 2023-11-18T00:29:48.450Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 52s |
1732 | 2023-11-18T00:29:48.453Z | |
1733 | 2023-11-18T00:29:48.457Z | real 8:52.359721626 |
1734 | 2023-11-18T00:29:48.460Z | user 52:06.578942544 |
1735 | 2023-11-18T00:29:48.463Z | sys 8:23.935574100 |
1736 | 2023-11-18T00:29:48.466Z | trap 1.958237769 |
1737 | 2023-11-18T00:29:48.470Z | tflt 10.687185682 |
1738 | 2023-11-18T00:29:48.473Z | dflt 12.058853377 |
1739 | 2023-11-18T00:29:48.478Z | kflt 0.037954457 |
1740 | 2023-11-18T00:29:48.481Z | lock 1:36:24.458286094 |
1741 | 2023-11-18T00:29:48.484Z | slp 2:24:30.038113260 |
1742 | 2023-11-18T00:29:48.490Z | lat 2:07.883315233 |
1743 | 2023-11-18T00:29:48.493Z | stop 5:03.671118738 |
1744 | 2023-11-18T00:29:48.496Z | + mkdir -p /work/end-to-end-tests |
1745 | 2023-11-18T00:29:48.499Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1746 | 2023-11-18T00:29:49.304Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1747 | 2023-11-18T00:29:49.309Z | + ptime -m gzip |
1748 | 2023-11-18T00:29:49.311Z | ++ basename target/debug/bootstrap |
1749 | 2023-11-18T00:30:04.477Z | |
1750 | 2023-11-18T00:30:04.499Z | real 15.146754224 |
1751 | 2023-11-18T00:30:04.509Z | user 14.977090627 |
1752 | 2023-11-18T00:30:04.521Z | sys 0.148872513 |
1753 | 2023-11-18T00:30:04.531Z | trap 0.006712935 |
1754 | 2023-11-18T00:30:04.542Z | tflt 0.000000000 |
1755 | 2023-11-18T00:30:04.564Z | dflt 0.000000000 |
1756 | 2023-11-18T00:30:04.586Z | kflt 0.000000000 |
1757 | 2023-11-18T00:30:04.603Z | lock 0.000000000 |
1758 | 2023-11-18T00:30:04.612Z | slp 0.000000000 |
1759 | 2023-11-18T00:30:04.622Z | lat 0.013725525 |
1760 | 2023-11-18T00:30:04.632Z | stop 0.000239917 |
1761 | 2023-11-18T00:30:04.638Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1762 | 2023-11-18T00:30:04.647Z | + ptime -m gzip |
1763 | 2023-11-18T00:30:04.656Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-cd1d99075975e5dc |
1764 | 2023-11-18T00:30:05.553Z | |
1765 | 2023-11-18T00:30:05.560Z | real 1.081232812 |
1766 | 2023-11-18T00:30:05.569Z | user 1.068695131 |
1767 | 2023-11-18T00:30:05.577Z | sys 0.011888521 |
1768 | 2023-11-18T00:30:05.674Z | trap 0.000113619 |
1769 | 2023-11-18T00:30:05.686Z | tflt 0.000000000 |
1770 | 2023-11-18T00:30:05.696Z | dflt 0.000000000 |
1771 | 2023-11-18T00:30:05.703Z | kflt 0.000000000 |
1772 | 2023-11-18T00:30:05.711Z | lock 0.000000000 |
1773 | 2023-11-18T00:30:05.734Z | slp 0.000000000 |
1774 | 2023-11-18T00:30:05.750Z | lat 0.000171096 |
1775 | 2023-11-18T00:30:05.757Z | stop 0.000239340 |
1776 | 2023-11-18T00:30:05.764Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1777 | 2023-11-18T00:30:05.771Z | + ptime -m gzip |
1778 | 2023-11-18T00:30:05.792Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d1c7f350d876f572 |
1779 | 2023-11-18T00:30:22.768Z | |
1780 | 2023-11-18T00:30:22.775Z | real 17.208094927 |
1781 | 2023-11-18T00:30:22.785Z | user 17.022816186 |
1782 | 2023-11-18T00:30:22.794Z | sys 0.179009984 |
1783 | 2023-11-18T00:30:22.805Z | trap 0.003726630 |
1784 | 2023-11-18T00:30:22.814Z | tflt 0.000000000 |
1785 | 2023-11-18T00:30:22.826Z | dflt 0.000000000 |
1786 | 2023-11-18T00:30:22.835Z | kflt 0.000000000 |
1787 | 2023-11-18T00:30:22.844Z | lock 0.000000000 |
1788 | 2023-11-18T00:30:22.857Z | slp 0.000000000 |
1789 | 2023-11-18T00:30:22.869Z | lat 0.002158318 |
1790 | 2023-11-18T00:30:22.878Z | stop 0.000258854 |
1791 | 2023-11-18T00:30:22.886Z | + banner caboose-util |
1792 | 2023-11-18T00:30:22.896Z | |
1793 | 2023-11-18T00:30:22.911Z | #### ## ##### #### #### #### ###### # # ##### |
1794 | 2023-11-18T00:30:22.925Z | # # # # # # # # # # # # # # # |
1795 | 2023-11-18T00:30:22.940Z | # # # ##### # # # # #### ##### ##### # # # |
1796 | 2023-11-18T00:30:22.944Z | # ###### # # # # # # # # # # # |
1797 | 2023-11-18T00:30:22.949Z | # # # # # # # # # # # # # # # # |
1798 | 2023-11-18T00:30:22.952Z | #### # # ##### #### #### #### ###### #### # |
1799 | 2023-11-18T00:30:22.957Z | |
1800 | 2023-11-18T00:30:22.960Z | + ptime -m cargo build --locked -p caboose-util --release |
1801 | 2023-11-18T00:30:23.409Z | Downloading crates ... |
1802 | 2023-11-18T00:30:23.699Z | Downloaded crc v3.0.1 |
1803 | 2023-11-18T00:30:23.702Z | Downloaded nodrop v0.1.14 |
1804 | 2023-11-18T00:30:23.706Z | Downloaded env_logger v0.10.0 |
1805 | 2023-11-18T00:30:23.710Z | Downloaded array-init v0.0.4 |
1806 | 2023-11-18T00:30:23.722Z | Downloaded termcolor v1.2.0 |
1807 | 2023-11-18T00:30:23.729Z | Downloaded funty v2.0.0 |
1808 | 2023-11-18T00:30:23.744Z | Downloaded object v0.30.4 |
1809 | 2023-11-18T00:30:23.752Z | Downloaded packed_struct_codegen v0.10.1 |
1810 | 2023-11-18T00:30:23.758Z | Downloaded crc-any v2.4.3 |
1811 | 2023-11-18T00:30:23.761Z | Downloaded ron v0.8.1 |
1812 | 2023-11-18T00:30:23.766Z | Downloaded tap v1.0.1 |
1813 | 2023-11-18T00:30:23.770Z | Downloaded rsa v0.9.2 |
1814 | 2023-11-18T00:30:23.773Z | Downloaded smallvec v0.6.14 |
1815 | 2023-11-18T00:30:23.776Z | Downloaded bitfield v0.14.0 |
1816 | 2023-11-18T00:30:23.779Z | Downloaded serde-hex v0.1.0 |
1817 | 2023-11-18T00:30:23.787Z | Downloaded radium v0.7.0 |
1818 | 2023-11-18T00:30:23.790Z | Downloaded maybe-uninit v2.0.0 |
1819 | 2023-11-18T00:30:23.793Z | Downloaded pem-rfc7468 v0.7.0 |
1820 | 2023-11-18T00:30:23.798Z | Downloaded packed_struct v0.10.1 |
1821 | 2023-11-18T00:30:23.801Z | Downloaded bitvec v1.0.1 |
1822 | 2023-11-18T00:30:23.815Z | Downloaded der_derive v0.7.2 |
1823 | 2023-11-18T00:30:23.820Z | Downloaded x509-cert v0.2.4 |
1824 | 2023-11-18T00:30:23.826Z | Downloaded flagset v0.4.3 |
1825 | 2023-11-18T00:30:23.829Z | Downloaded wyz v0.5.1 |
1826 | 2023-11-18T00:30:23.834Z | Downloaded path-slash v0.1.5 |
1827 | 2023-11-18T00:30:23.837Z | Downloaded crc-catalog v2.2.0 |
1828 | 2023-11-18T00:30:23.840Z | Downloaded pkcs1 v0.7.5 |
1829 | 2023-11-18T00:30:23.844Z | Downloaded num-bigint-dig v0.8.4 |
1830 | 2023-11-18T00:30:24.017Z | Compiling proc-macro2 v1.0.69 |
1831 | 2023-11-18T00:30:24.022Z | Compiling unicode-ident v1.0.12 |
1832 | 2023-11-18T00:30:24.036Z | Compiling libc v0.2.150 |
1833 | 2023-11-18T00:30:24.049Z | Compiling autocfg v1.1.0 |
1834 | 2023-11-18T00:30:24.055Z | Compiling serde v1.0.192 |
1835 | 2023-11-18T00:30:24.059Z | Compiling cfg-if v1.0.0 |
1836 | 2023-11-18T00:30:24.063Z | Compiling version_check v0.9.4 |
1837 | 2023-11-18T00:30:24.190Z | Compiling parking_lot_core v0.9.8 |
1838 | 2023-11-18T00:30:24.194Z | Compiling syn v1.0.109 |
1839 | 2023-11-18T00:30:24.270Z | Compiling typenum v1.16.0 |
1840 | 2023-11-18T00:30:24.734Z | Compiling libm v0.2.7 |
1841 | 2023-11-18T00:30:24.906Z | Compiling futures-core v0.3.29 |
1842 | 2023-11-18T00:30:25.115Z | Compiling generic-array v0.14.7 |
1843 | 2023-11-18T00:30:25.189Z | Compiling lock_api v0.4.10 |
1844 | 2023-11-18T00:30:25.216Z | Compiling num-traits v0.2.16 |
1845 | 2023-11-18T00:30:25.786Z | Compiling once_cell v1.18.0 |
1846 | 2023-11-18T00:30:26.205Z | Compiling pkg-config v0.3.27 |
1847 | 2023-11-18T00:30:26.213Z | Compiling scopeguard v1.2.0 |
1848 | 2023-11-18T00:30:26.251Z | Compiling slab v0.4.9 |
1849 | 2023-11-18T00:30:26.259Z | Compiling serde_json v1.0.108 |
1850 | 2023-11-18T00:30:26.262Z | Compiling futures-channel v0.3.29 |
1851 | 2023-11-18T00:30:26.424Z | Compiling quote v1.0.33 |
1852 | 2023-11-18T00:30:26.496Z | Compiling futures-task v0.3.29 |
1853 | 2023-11-18T00:30:26.591Z | Compiling thiserror v1.0.49 |
1854 | 2023-11-18T00:30:26.998Z | Compiling memchr v2.6.3 |
1855 | 2023-11-18T00:30:27.298Z | Compiling syn v2.0.32 |
1856 | 2023-11-18T00:30:27.329Z | Compiling cc v1.0.83 |
1857 | 2023-11-18T00:30:27.746Z | Compiling getrandom v0.2.10 |
1858 | 2023-11-18T00:30:27.752Z | Compiling itoa v1.0.9 |
1859 | 2023-11-18T00:30:27.995Z | Compiling futures-util v0.3.29 |
1860 | 2023-11-18T00:30:28.020Z | Compiling smallvec v1.11.0 |
1861 | 2023-11-18T00:30:28.482Z | Compiling log v0.4.20 |
1862 | 2023-11-18T00:30:29.490Z | Compiling vcpkg v0.2.15 |
1863 | 2023-11-18T00:30:29.873Z | Compiling byteorder v1.5.0 |
1864 | 2023-11-18T00:30:30.687Z | Compiling rand_core v0.6.4 |
1865 | 2023-11-18T00:30:30.703Z | Compiling parking_lot v0.12.1 |
1866 | 2023-11-18T00:30:31.549Z | Compiling pin-project-lite v0.2.13 |
1867 | 2023-11-18T00:30:31.692Z | Compiling ring v0.17.5 |
1868 | 2023-11-18T00:30:32.245Z | Compiling indexmap v1.9.3 |
1869 | 2023-11-18T00:30:32.493Z | Compiling openssl-sys v0.9.93 |
1870 | 2023-11-18T00:30:33.533Z | Compiling signal-hook-registry v1.4.1 |
1871 | 2023-11-18T00:30:34.451Z | Compiling io-lifetimes v1.0.11 |
1872 | 2023-11-18T00:30:35.043Z | Compiling ring v0.16.20 |
1873 | 2023-11-18T00:30:35.240Z | Compiling mio v0.8.8 |
1874 | 2023-11-18T00:30:36.776Z | Compiling num-integer v0.1.45 |
1875 | 2023-11-18T00:30:36.785Z | Compiling ryu v1.0.15 |
1876 | 2023-11-18T00:30:37.098Z | Compiling const-oid v0.9.5 |
1877 | 2023-11-18T00:30:37.205Z | Compiling semver v1.0.20 |
1878 | 2023-11-18T00:30:37.929Z | Compiling spin v0.5.2 |
1879 | 2023-11-18T00:30:38.280Z | Compiling rustix v0.37.23 |
1880 | 2023-11-18T00:30:39.243Z | Compiling socket2 v0.5.4 |
1881 | 2023-11-18T00:30:39.525Z | Compiling num_cpus v1.16.0 |
1882 | 2023-11-18T00:30:39.688Z | Compiling openssl v0.10.57 |
1883 | 2023-11-18T00:30:40.004Z | Compiling unicode-xid v0.2.4 |
1884 | 2023-11-18T00:30:40.246Z | Compiling ucd-trie v0.1.6 |
1885 | 2023-11-18T00:30:40.298Z | Compiling futures-sink v0.3.29 |
1886 | 2023-11-18T00:30:40.515Z | Compiling httparse v1.8.0 |
1887 | 2023-11-18T00:30:40.627Z | Compiling heck v0.4.1 |
1888 | 2023-11-18T00:30:40.949Z | Compiling synstructure v0.12.6 |
1889 | 2023-11-18T00:30:41.137Z | Compiling tinyvec_macros v0.1.1 |
1890 | 2023-11-18T00:30:41.281Z | Compiling tinyvec v1.6.0 |
1891 | 2023-11-18T00:30:42.325Z | Compiling pin-utils v0.1.0 |
1892 | 2023-11-18T00:30:42.444Z | Compiling native-tls v0.2.11 |
1893 | 2023-11-18T00:30:42.487Z | Compiling ppv-lite86 v0.2.17 |
1894 | 2023-11-18T00:30:42.590Z | Compiling rustls v0.21.8 |
1895 | 2023-11-18T00:30:42.921Z | Compiling crc32fast v1.3.2 |
1896 | 2023-11-18T00:30:43.219Z | Compiling futures-io v0.3.29 |
1897 | 2023-11-18T00:30:43.589Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1898 | 2023-11-18T00:30:43.622Z | Compiling spin v0.9.8 |
1899 | 2023-11-18T00:30:43.800Z | Compiling rand_chacha v0.3.1 |
1900 | 2023-11-18T00:30:43.842Z | Compiling tracing-core v0.1.31 |
1901 | 2023-11-18T00:30:43.971Z | Compiling unicode-normalization v0.1.22 |
1902 | 2023-11-18T00:30:44.226Z | Compiling subtle v2.5.0 |
1903 | 2023-11-18T00:30:44.247Z | Compiling unicode-bidi v0.3.13 |
1904 | 2023-11-18T00:30:45.776Z | Compiling rand v0.8.5 |
1905 | 2023-11-18T00:30:46.524Z | Compiling errno v0.3.2 |
1906 | 2023-11-18T00:30:46.632Z | Compiling num-iter v0.1.43 |
1907 | 2023-11-18T00:30:46.838Z | Compiling usdt-impl v0.3.5 |
1908 | 2023-11-18T00:30:46.851Z | Compiling ahash v0.8.3 |
1909 | 2023-11-18T00:30:46.923Z | Compiling base64 v0.21.5 |
1910 | 2023-11-18T00:30:47.081Z | Compiling rustix v0.38.9 |
1911 | 2023-11-18T00:30:47.334Z | Compiling schemars v0.8.13 |
1912 | 2023-11-18T00:30:48.949Z | Compiling signal-hook v0.3.17 |
1913 | 2023-11-18T00:30:48.959Z | Compiling serde_derive_internals v0.26.0 |
1914 | 2023-11-18T00:30:50.675Z | Compiling serde_derive v1.0.192 |
1915 | 2023-11-18T00:30:50.696Z | Compiling zeroize_derive v1.4.2 |
1916 | 2023-11-18T00:30:50.718Z | Compiling tokio-macros v2.1.0 |
1917 | 2023-11-18T00:30:50.763Z | Compiling thiserror-impl v1.0.49 |
1918 | 2023-11-18T00:30:51.402Z | Compiling futures-macro v0.3.29 |
1919 | 2023-11-18T00:30:52.821Z | Compiling tracing-attributes v0.1.26 |
1920 | 2023-11-18T00:30:52.922Z | Compiling zeroize v1.6.0 |
1921 | 2023-11-18T00:30:53.744Z | Compiling zerocopy-derive v0.2.0 |
1922 | 2023-11-18T00:30:54.025Z | Compiling openssl-macros v0.1.1 |
1923 | 2023-11-18T00:30:55.121Z | Compiling zerocopy-derive v0.6.4 |
1924 | 2023-11-18T00:30:55.592Z | Compiling pest v2.7.2 |
1925 | 2023-11-18T00:30:55.918Z | Compiling crypto-common v0.1.6 |
1926 | 2023-11-18T00:30:59.946Z | Compiling block-buffer v0.10.4 |
1927 | 2023-11-18T00:31:00.108Z | Compiling digest v0.10.7 |
1928 | 2023-11-18T00:31:00.312Z | Compiling bitflags v1.3.2 |
1929 | 2023-11-18T00:31:00.367Z | Compiling fnv v1.0.7 |
1930 | 2023-11-18T00:31:00.387Z | Compiling tracing v0.1.37 |
1931 | 2023-11-18T00:31:00.827Z | Compiling zerocopy v0.3.0 |
1932 | 2023-11-18T00:31:00.878Z | Compiling schemars_derive v0.8.13 |
1933 | 2023-11-18T00:31:00.922Z | Compiling pest_meta v2.7.2 |
1934 | 2023-11-18T00:31:00.938Z | Compiling lazy_static v1.4.0 |
1935 | 2023-11-18T00:31:02.716Z | Compiling pest_generator v2.7.2 |
1936 | 2023-11-18T00:31:04.285Z | Compiling backtrace v0.3.69 |
1937 | 2023-11-18T00:31:04.912Z | Compiling memoffset v0.9.0 |
1938 | 2023-11-18T00:31:04.933Z | Compiling num-bigint v0.4.4 |
1939 | 2023-11-18T00:31:04.959Z | Compiling equivalent v1.0.1 |
1940 | 2023-11-18T00:31:05.105Z | Compiling iana-time-zone v0.1.57 |
1941 | 2023-11-18T00:31:05.112Z | Compiling smoltcp v0.9.1 |
1942 | 2023-11-18T00:31:05.601Z | Compiling foreign-types-shared v0.1.1 |
1943 | 2023-11-18T00:31:05.638Z | Compiling base64ct v1.6.0 |
1944 | 2023-11-18T00:31:05.696Z | Compiling hashbrown v0.14.2 |
1945 | 2023-11-18T00:31:05.735Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1946 | 2023-11-18T00:31:06.093Z | Compiling async-trait v0.1.74 |
1947 | 2023-11-18T00:31:06.729Z | Compiling openssl-probe v0.1.5 |
1948 | 2023-11-18T00:31:06.972Z | Compiling untrusted v0.9.0 |
1949 | 2023-11-18T00:31:06.979Z | Compiling hashbrown v0.12.3 |
1950 | 2023-11-18T00:31:06.983Z | Compiling pest_derive v2.7.2 |
1951 | 2023-11-18T00:31:07.151Z | Compiling untrusted v0.7.1 |
1952 | 2023-11-18T00:31:07.446Z | Compiling percent-encoding v2.3.0 |
1953 | 2023-11-18T00:31:07.880Z | Compiling crossbeam-utils v0.8.16 |
1954 | 2023-11-18T00:31:08.093Z | Compiling dtrace-parser v0.1.14 |
1955 | 2023-11-18T00:31:08.712Z | Compiling pem-rfc7468 v0.7.0 |
1956 | 2023-11-18T00:31:10.381Z | Compiling foreign-types v0.3.2 |
1957 | 2023-11-18T00:31:10.882Z | Compiling dof v0.1.5 |
1958 | 2023-11-18T00:31:11.073Z | Compiling der_derive v0.7.2 |
1959 | 2023-11-18T00:31:11.763Z | Compiling clap_derive v4.4.2 |
1960 | 2023-11-18T00:31:13.820Z | Compiling bytes v1.5.0 |
1961 | 2023-11-18T00:31:14.804Z | Compiling bitflags v2.4.0 |
1962 | 2023-11-18T00:31:15.648Z | Compiling tokio v1.33.0 |
1963 | 2023-11-18T00:31:15.810Z | Compiling rustc_version v0.4.0 |
1964 | 2023-11-18T00:31:16.487Z | Compiling http v0.2.9 |
1965 | 2023-11-18T00:31:18.237Z | Compiling heapless v0.7.16 |
1966 | 2023-11-18T00:31:18.829Z | Compiling uuid v1.5.0 |
1967 | 2023-11-18T00:31:19.083Z | Compiling indexmap v2.1.0 |
1968 | 2023-11-18T00:31:19.476Z | Compiling chrono v0.4.31 |
1969 | 2023-11-18T00:31:20.657Z | Compiling thread-id v4.2.0 |
1970 | 2023-11-18T00:31:20.785Z | Compiling flagset v0.4.3 |
1971 | 2023-11-18T00:31:21.118Z | Compiling try-lock v0.2.4 |
1972 | 2023-11-18T00:31:21.320Z | Compiling cpufeatures v0.2.9 |
1973 | 2023-11-18T00:31:21.461Z | Compiling adler v1.0.2 |
1974 | 2023-11-18T00:31:21.759Z | Compiling rustversion v1.0.14 |
1975 | 2023-11-18T00:31:21.878Z | Compiling utf8parse v0.2.1 |
1976 | 2023-11-18T00:31:22.147Z | Compiling anstyle v1.0.2 |
1977 | 2023-11-18T00:31:23.067Z | Compiling time-core v0.1.1 |
1978 | 2023-11-18T00:31:23.091Z | Compiling siphasher v0.3.11 |
1979 | 2023-11-18T00:31:23.124Z | Compiling time-macros v0.2.13 |
1980 | 2023-11-18T00:31:23.820Z | Compiling anstyle-parse v0.2.1 |
1981 | 2023-11-18T00:31:27.656Z | Compiling miniz_oxide v0.7.1 |
1982 | 2023-11-18T00:31:27.818Z | Compiling sha2 v0.10.8 |
1983 | 2023-11-18T00:31:27.954Z | Compiling want v0.3.1 |
1984 | 2023-11-18T00:31:28.190Z | Compiling der v0.7.8 |
1985 | 2023-11-18T00:31:28.648Z | Compiling http-body v0.4.5 |
1986 | 2023-11-18T00:31:29.244Z | Compiling tokio-util v0.7.10 |
1987 | 2023-11-18T00:31:31.988Z | Compiling h2 v0.3.21 |
1988 | 2023-11-18T00:31:34.901Z | Compiling serde_tokenstream v0.1.7 |
1989 | 2023-11-18T00:31:36.770Z | Compiling rustls-webpki v0.101.7 |
1990 | 2023-11-18T00:31:37.224Z | Compiling sct v0.7.0 |
1991 | 2023-11-18T00:31:38.566Z | Compiling form_urlencoded v1.2.0 |
1992 | 2023-11-18T00:31:38.850Z | Compiling hubpack_derive v0.1.1 |
1993 | 2023-11-18T00:31:39.351Z | Compiling socket2 v0.4.9 |
1994 | 2023-11-18T00:31:39.690Z | Compiling crossbeam-epoch v0.9.15 |
1995 | 2023-11-18T00:31:40.335Z | Compiling colorchoice v1.0.0 |
1996 | 2023-11-18T00:31:40.510Z | Compiling slog v2.7.0 |
1997 | 2023-11-18T00:31:40.587Z | Compiling httpdate v1.0.3 |
1998 | 2023-11-18T00:31:41.267Z | Compiling tower-service v0.3.2 |
1999 | 2023-11-18T00:31:41.396Z | Compiling anyhow v1.0.75 |
2000 | 2023-11-18T00:31:42.149Z | Compiling anstyle-query v1.0.0 |
2001 | 2023-11-18T00:31:42.380Z | Compiling radium v0.7.0 |
2002 | 2023-11-18T00:31:42.655Z | Compiling anstream v0.5.0 |
2003 | 2023-11-18T00:31:43.898Z | Compiling hyper v0.14.27 |
2004 | 2023-11-18T00:31:52.002Z | Compiling terminal_size v0.2.6 |
2005 | 2023-11-18T00:31:52.314Z | Compiling spki v0.7.2 |
2006 | 2023-11-18T00:31:55.408Z | Compiling serde_spanned v0.6.4 |
2007 | 2023-11-18T00:31:55.737Z | Compiling toml_datetime v0.6.5 |
2008 | 2023-11-18T00:31:56.628Z | Compiling rustls-pemfile v1.0.3 |
2009 | 2023-11-18T00:31:57.112Z | Compiling zerocopy v0.6.4 |
2010 | 2023-11-18T00:31:57.408Z | Compiling hmac v0.12.1 |
2011 | 2023-11-18T00:32:01.834Z | Compiling md-5 v0.10.5 |
2012 | 2023-11-18T00:32:01.922Z | Compiling stringprep v0.1.3 |
2013 | 2023-11-18T00:32:01.996Z | Compiling idna v0.4.0 |
2014 | 2023-11-18T00:32:02.068Z | Compiling diesel_table_macro_syntax v0.1.0 |
2015 | 2023-11-18T00:32:02.170Z | Compiling hash32 v0.2.1 |
2016 | 2023-11-18T00:32:02.266Z | Compiling aho-corasick v1.0.4 |
2017 | 2023-11-18T00:32:02.316Z | Compiling fallible-iterator v0.2.0 |
2018 | 2023-11-18T00:32:02.368Z | Compiling tap v1.0.1 |
2019 | 2023-11-18T00:32:02.410Z | Compiling clap_lex v0.5.1 |
2020 | 2023-11-18T00:32:02.421Z | Compiling dyn-clone v1.0.13 |
2021 | 2023-11-18T00:32:02.437Z | Compiling stable_deref_trait v1.2.0 |
2022 | 2023-11-18T00:32:02.625Z | Compiling either v1.9.0 |
2023 | 2023-11-18T00:32:02.637Z | Compiling maybe-uninit v2.0.0 |
2024 | 2023-11-18T00:32:02.663Z | Compiling winnow v0.5.15 |
2025 | 2023-11-18T00:32:02.669Z | Compiling strsim v0.10.0 |
2026 | 2023-11-18T00:32:02.692Z | Compiling gimli v0.28.0 |
2027 | 2023-11-18T00:32:02.698Z | Compiling regex-syntax v0.8.2 |
2028 | 2023-11-18T00:32:02.702Z | Compiling clap_builder v4.4.2 |
2029 | 2023-11-18T00:32:04.617Z | Compiling postgres-protocol v0.6.6 |
2030 | 2023-11-18T00:32:06.577Z | Compiling url v2.4.1 |
2031 | 2023-11-18T00:32:06.950Z | Compiling wyz v0.5.1 |
2032 | 2023-11-18T00:32:07.540Z | Compiling diesel_derives v2.1.1 |
2033 | 2023-11-18T00:32:07.667Z | Compiling regex-automata v0.4.3 |
2034 | 2023-11-18T00:32:09.419Z | Compiling addr2line v0.21.0 |
2035 | 2023-11-18T00:32:11.789Z | Compiling rustls-native-certs v0.6.3 |
2036 | 2023-11-18T00:32:12.278Z | Compiling tokio-rustls v0.24.1 |
2037 | 2023-11-18T00:32:12.428Z | Compiling strum_macros v0.25.2 |
2038 | 2023-11-18T00:32:19.470Z | Compiling tokio-native-tls v0.3.1 |
2039 | 2023-11-18T00:32:20.119Z | Compiling usdt-attr-macro v0.3.5 |
2040 | 2023-11-18T00:32:20.242Z | Compiling usdt-macro v0.3.5 |
2041 | 2023-11-18T00:32:21.397Z | Compiling phf_shared v0.11.2 |
2042 | 2023-11-18T00:32:22.360Z | Compiling block-padding v0.3.3 |
2043 | 2023-11-18T00:32:22.374Z | Compiling enum-as-inner v0.5.1 |
2044 | 2023-11-18T00:32:22.615Z | Compiling serde_repr v0.1.16 |
2045 | 2023-11-18T00:32:22.968Z | Compiling scheduled-thread-pool v0.2.7 |
2046 | 2023-11-18T00:32:23.833Z | Compiling object v0.32.1 |
2047 | 2023-11-18T00:32:25.592Z | Compiling regex-automata v0.1.10 |
2048 | 2023-11-18T00:32:26.599Z | Compiling num_threads v0.1.6 |
2049 | 2023-11-18T00:32:27.226Z | Compiling bit-vec v0.6.3 |
2050 | 2023-11-18T00:32:27.429Z | Compiling managed v0.8.0 |
2051 | 2023-11-18T00:32:28.203Z | Compiling num-bigint-dig v0.8.4 |
2052 | 2023-11-18T00:32:28.627Z | Compiling funty v2.0.0 |
2053 | 2023-11-18T00:32:29.173Z | Compiling ipnet v2.8.0 |
2054 | 2023-11-18T00:32:30.979Z | Compiling packed_struct v0.10.1 |
2055 | 2023-11-18T00:32:31.799Z | Compiling matches v0.1.10 |
2056 | 2023-11-18T00:32:31.927Z | Compiling rustc-demangle v0.1.23 |
2057 | 2023-11-18T00:32:32.694Z | Compiling deranged v0.3.8 |
2058 | 2023-11-18T00:32:35.915Z | Compiling time v0.3.27 |
2059 | 2023-11-18T00:32:40.264Z | Compiling idna v0.2.3 |
2060 | 2023-11-18T00:32:40.642Z | Compiling bitvec v1.0.1 |
2061 | 2023-11-18T00:32:44.542Z | Compiling bstr v0.2.17 |
2062 | 2023-11-18T00:32:44.657Z | Compiling r2d2 v0.8.10 |
2063 | 2023-11-18T00:32:46.679Z | Compiling inout v0.1.3 |
2064 | 2023-11-18T00:32:48.291Z | Compiling phf v0.11.2 |
2065 | 2023-11-18T00:32:48.887Z | Compiling hyper-tls v0.5.0 |
2066 | 2023-11-18T00:32:49.204Z | Compiling regex v1.10.2 |
2067 | 2023-11-18T00:32:49.257Z | Compiling hyper-rustls v0.24.2 |
2068 | 2023-11-18T00:32:49.389Z | Compiling signal-hook-mio v0.2.3 |
2069 | 2023-11-18T00:32:49.602Z | Compiling flate2 v1.0.28 |
2070 | 2023-11-18T00:32:49.770Z | Compiling ipnetwork v0.20.0 |
2071 | 2023-11-18T00:32:50.041Z | Compiling clap v4.4.3 |
2072 | 2023-11-18T00:32:50.195Z | Compiling bzip2 v0.4.4 |
2073 | 2023-11-18T00:32:50.872Z | Compiling toml_edit v0.19.15 |
2074 | 2023-11-18T00:32:50.901Z | Compiling postgres-types v0.2.6 |
2075 | 2023-11-18T00:32:51.091Z | Compiling itertools v0.11.0 |
2076 | 2023-11-18T00:32:51.115Z | Compiling pkcs8 v0.10.2 |
2077 | 2023-11-18T00:32:53.749Z | Compiling hubpack v0.1.2 |
2078 | 2023-11-18T00:32:53.757Z | Compiling serde_urlencoded v0.7.1 |
2079 | 2023-11-18T00:32:54.016Z | Compiling phf_shared v0.10.0 |
2080 | 2023-11-18T00:32:54.325Z | Compiling futures-executor v0.3.29 |
2081 | 2023-11-18T00:32:56.510Z | Compiling signature v2.1.0 |
2082 | 2023-11-18T00:32:56.909Z | Compiling packed_struct_codegen v0.10.1 |
2083 | 2023-11-18T00:32:59.712Z | Compiling float-cmp v0.9.0 |
2084 | 2023-11-18T00:33:00.272Z | Compiling encoding_rs v0.8.33 |
2085 | 2023-11-18T00:33:00.323Z | Compiling predicates-core v1.0.6 |
2086 | 2023-11-18T00:33:01.929Z | Compiling precomputed-hash v0.1.1 |
2087 | 2023-11-18T00:33:01.962Z | Compiling whoami v1.4.1 |
2088 | 2023-11-18T00:33:01.969Z | Compiling fixedbitset v0.4.2 |
2089 | 2023-11-18T00:33:01.980Z | Compiling nodrop v0.1.14 |
2090 | 2023-11-18T00:33:01.987Z | Compiling new_debug_unreachable v1.0.4 |
2091 | 2023-11-18T00:33:02.003Z | Compiling data-encoding v2.4.0 |
2092 | 2023-11-18T00:33:02.460Z | Compiling normalize-line-endings v0.3.0 |
2093 | 2023-11-18T00:33:02.464Z | Compiling webpki-roots v0.25.2 |
2094 | 2023-11-18T00:33:03.009Z | Compiling static_assertions v1.1.0 |
2095 | 2023-11-18T00:33:03.138Z | Compiling difflib v0.4.0 |
2096 | 2023-11-18T00:33:04.715Z | Compiling regex-automata v0.3.8 |
2097 | 2023-11-18T00:33:05.235Z | Compiling mime v0.3.17 |
2098 | 2023-11-18T00:33:06.105Z | Compiling crc-catalog v2.2.0 |
2099 | 2023-11-18T00:33:06.319Z | Compiling unicode-segmentation v1.10.1 |
2100 | 2023-11-18T00:33:08.058Z | Compiling unicode-width v0.1.11 |
2101 | 2023-11-18T00:33:08.061Z | Compiling console v0.15.7 |
2102 | 2023-11-18T00:33:08.661Z | Compiling bstr v1.6.0 |
2103 | 2023-11-18T00:33:11.170Z | Compiling similar v2.2.1 |
2104 | 2023-11-18T00:33:16.344Z | Compiling crc v3.0.1 |
2105 | 2023-11-18T00:33:16.362Z | Compiling reqwest v0.11.22 |
2106 | 2023-11-18T00:33:16.404Z | Compiling predicates v3.0.4 |
2107 | 2023-11-18T00:33:16.438Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2108 | 2023-11-18T00:33:18.384Z | Compiling trust-dns-proto v0.22.0 |
2109 | 2023-11-18T00:33:22.287Z | Compiling string_cache v0.8.7 |
2110 | 2023-11-18T00:33:22.964Z | Compiling array-init v0.0.4 |
2111 | 2023-11-18T00:33:26.424Z | Compiling tokio-postgres v0.7.10 |
2112 | 2023-11-18T00:33:30.426Z | Compiling petgraph v0.6.4 |
2113 | 2023-11-18T00:33:37.448Z | Compiling toml v0.7.8 |
2114 | 2023-11-18T00:33:37.899Z | Compiling futures v0.3.29 |
2115 | 2023-11-18T00:33:38.895Z | Compiling pkcs1 v0.7.5 |
2116 | 2023-11-18T00:33:39.271Z | Compiling yasna v0.5.2 |
2117 | 2023-11-18T00:33:39.473Z | Compiling smallvec v0.6.14 |
2118 | 2023-11-18T00:33:39.820Z | Compiling zip v0.6.6 |
2119 | 2023-11-18T00:33:40.056Z | Compiling diesel v2.1.3 |
2120 | 2023-11-18T00:33:40.181Z | Compiling crossterm v0.27.0 |
2121 | 2023-11-18T00:33:42.425Z | Compiling cipher v0.4.4 |
2122 | 2023-11-18T00:33:43.148Z | Compiling hashbrown v0.13.2 |
2123 | 2023-11-18T00:33:46.790Z | Compiling bit-set v0.5.3 |
2124 | 2023-11-18T00:33:47.218Z | Compiling usdt v0.3.5 |
2125 | 2023-11-18T00:33:47.251Z | Compiling is-terminal v0.4.9 |
2126 | 2023-11-18T00:33:47.616Z | Compiling toml_edit v0.21.0 |
2127 | 2023-11-18T00:33:50.949Z | Compiling itertools v0.10.5 |
2128 | 2023-11-18T00:33:51.723Z | Compiling tokio-stream v0.1.14 |
2129 | 2023-11-18T00:33:53.277Z | Compiling openapiv3 v2.0.0-rc.1 |
2130 | 2023-11-18T00:33:54.749Z | Compiling hex v0.4.3 |
2131 | 2023-11-18T00:34:01.858Z | Compiling bitfield v0.14.0 |
2132 | 2023-11-18T00:34:05.858Z | Compiling termcolor v1.2.0 |
2133 | 2023-11-18T00:34:08.201Z | Compiling lalrpop-util v0.19.12 |
2134 | 2023-11-18T00:34:15.811Z | Compiling env_logger v0.10.0 |
2135 | 2023-11-18T00:34:20.795Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2136 | 2023-11-18T00:34:33.099Z | Compiling rsa v0.9.2 |
2137 | 2023-11-18T00:34:39.025Z | Compiling serde-hex v0.1.0 |
2138 | 2023-11-18T00:34:41.645Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2139 | 2023-11-18T00:34:48.002Z | Compiling x509-cert v0.2.4 |
2140 | 2023-11-18T00:34:48.768Z | Compiling ron v0.8.1 |
2141 | 2023-11-18T00:34:51.214Z | Compiling crc-any v2.4.3 |
2142 | 2023-11-18T00:34:51.294Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2143 | 2023-11-18T00:35:10.833Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2144 | 2023-11-18T00:35:14.631Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2145 | 2023-11-18T00:35:31.437Z | Compiling object v0.30.4 |
2146 | 2023-11-18T00:35:45.142Z | Compiling path-slash v0.1.5 |
2147 | 2023-11-18T00:35:45.475Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2148 | 2023-11-18T00:36:33.805Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2149 | 2023-11-18T00:36:34.954Z | Finished release [optimized] target(s) in 6m 12s |
2150 | 2023-11-18T00:36:35.040Z | |
2151 | 2023-11-18T00:36:35.055Z | real 6:12.265604894 |
2152 | 2023-11-18T00:36:35.070Z | user 43:19.325527364 |
2153 | 2023-11-18T00:36:35.077Z | sys 3:45.465294491 |
2154 | 2023-11-18T00:36:35.085Z | trap 1.757789377 |
2155 | 2023-11-18T00:36:35.092Z | tflt 1.067688520 |
2156 | 2023-11-18T00:36:35.106Z | dflt 0.436747299 |
2157 | 2023-11-18T00:36:35.535Z | kflt 0.000448278 |
2158 | 2023-11-18T00:36:35.554Z | lock 1:36:40.008210639 |
2159 | 2023-11-18T00:36:35.567Z | slp 2:02:34.881073523 |
2160 | 2023-11-18T00:36:35.573Z | lat 1:46.631369424 |
2161 | 2023-11-18T00:36:35.587Z | stop 1:18.436844046 |
2162 | 2023-11-18T00:36:35.611Z | + ptime -m gzip |
2163 | 2023-11-18T00:36:35.706Z | |
2164 | 2023-11-18T00:36:35.712Z | real 0.660438968 |
2165 | 2023-11-18T00:36:35.730Z | user 0.650657358 |
2166 | 2023-11-18T00:36:35.737Z | sys 0.009159403 |
2167 | 2023-11-18T00:36:35.753Z | trap 0.000083393 |
2168 | 2023-11-18T00:36:35.757Z | tflt 0.000000000 |
2169 | 2023-11-18T00:36:35.760Z | dflt 0.000000000 |
2170 | 2023-11-18T00:36:35.768Z | kflt 0.000000000 |
2171 | 2023-11-18T00:36:35.772Z | lock 0.000000000 |
2172 | 2023-11-18T00:36:35.777Z | slp 0.000000000 |
2173 | 2023-11-18T00:36:35.787Z | lat 0.000169712 |
2174 | 2023-11-18T00:36:35.790Z | stop 0.000239529 |
2175 | 2023-11-18T00:36:35.794Z | + banner tufaceous |
2176 | 2023-11-18T00:36:35.797Z | |
2177 | 2023-11-18T00:36:35.799Z | ##### # # ###### ## #### ###### #### # # #### |
2178 | 2023-11-18T00:36:35.802Z | # # # # # # # # # # # # # # |
2179 | 2023-11-18T00:36:35.805Z | # # # ##### # # # ##### # # # # #### |
2180 | 2023-11-18T00:36:35.811Z | # # # # ###### # # # # # # # |
2181 | 2023-11-18T00:36:35.860Z | # # # # # # # # # # # # # # # |
2182 | 2023-11-18T00:36:35.865Z | # #### # # # #### ###### #### #### #### |
2183 | 2023-11-18T00:36:35.868Z | |
2184 | 2023-11-18T00:36:35.871Z | + ptime -m cargo build --locked -p tufaceous --release |
2185 | 2023-11-18T00:36:36.377Z | Downloading crates ... |
2186 | 2023-11-18T00:36:36.748Z | Downloaded buf-list v1.0.3 |
2187 | 2023-11-18T00:36:36.752Z | Downloaded humantime v2.1.0 |
2188 | 2023-11-18T00:36:36.755Z | Downloaded serde_plain v1.0.2 |
2189 | 2023-11-18T00:36:36.758Z | Downloaded path-dedot v3.1.0 |
2190 | 2023-11-18T00:36:36.762Z | Downloaded globset v0.4.13 |
2191 | 2023-11-18T00:36:36.766Z | Downloaded bytesize v1.3.0 |
2192 | 2023-11-18T00:36:36.772Z | Downloaded doc-comment v0.3.3 |
2193 | 2023-11-18T00:36:36.785Z | Downloaded path-absolutize v3.1.0 |
2194 | 2023-11-18T00:36:36.789Z | Downloaded fs-err v2.9.0 |
2195 | 2023-11-18T00:36:36.794Z | Downloaded snafu-derive v0.7.5 |
2196 | 2023-11-18T00:36:36.797Z | Downloaded tough v0.14.0 |
2197 | 2023-11-18T00:36:36.800Z | Downloaded olpc-cjson v0.1.3 |
2198 | 2023-11-18T00:36:36.803Z | Downloaded snafu v0.7.5 |
2199 | 2023-11-18T00:36:36.954Z | Compiling serde_tokenstream v0.2.0 |
2200 | 2023-11-18T00:36:36.976Z | Compiling regress v0.7.1 |
2201 | 2023-11-18T00:36:36.988Z | Compiling dirs-sys-next v0.1.2 |
2202 | 2023-11-18T00:36:36.991Z | Compiling ident_case v1.0.1 |
2203 | 2023-11-18T00:36:37.009Z | Compiling thread_local v1.1.7 |
2204 | 2023-11-18T00:36:37.012Z | Compiling heck v0.4.1 |
2205 | 2023-11-18T00:36:37.027Z | Compiling slog-async v2.8.0 |
2206 | 2023-11-18T00:36:37.218Z | Compiling dirs-next v2.0.0 |
2207 | 2023-11-18T00:36:37.579Z | Compiling darling_core v0.20.3 |
2208 | 2023-11-18T00:36:37.700Z | Compiling camino v1.1.6 |
2209 | 2023-11-18T00:36:37.839Z | Compiling term v0.7.0 |
2210 | 2023-11-18T00:36:38.322Z | Compiling crossbeam-channel v0.5.8 |
2211 | 2023-11-18T00:36:38.609Z | Compiling getopts v0.2.21 |
2212 | 2023-11-18T00:36:38.825Z | Compiling structmeta-derive v0.2.0 |
2213 | 2023-11-18T00:36:39.027Z | Compiling atty v0.2.14 |
2214 | 2023-11-18T00:36:39.229Z | Compiling multer v2.1.0 |
2215 | 2023-11-18T00:36:39.665Z | Compiling paste v1.0.14 |
2216 | 2023-11-18T00:36:40.049Z | Compiling unsafe-libyaml v0.2.9 |
2217 | 2023-11-18T00:36:40.333Z | Compiling take_mut v0.2.2 |
2218 | 2023-11-18T00:36:40.577Z | Compiling match_cfg v0.1.0 |
2219 | 2023-11-18T00:36:40.710Z | Compiling doc-comment v0.3.3 |
2220 | 2023-11-18T00:36:41.236Z | Compiling hostname v0.3.1 |
2221 | 2023-11-18T00:36:41.823Z | Compiling slog-term v2.9.0 |
2222 | 2023-11-18T00:36:43.080Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2223 | 2023-11-18T00:36:45.159Z | Compiling structmeta v0.2.0 |
2224 | 2023-11-18T00:36:45.772Z | Compiling serde_yaml v0.9.25 |
2225 | 2023-11-18T00:36:46.989Z | Compiling darling_macro v0.20.3 |
2226 | 2023-11-18T00:36:47.037Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2227 | 2023-11-18T00:36:47.060Z | Compiling slog-json v2.6.1 |
2228 | 2023-11-18T00:36:47.882Z | Compiling async-stream-impl v0.3.5 |
2229 | 2023-11-18T00:36:48.453Z | Compiling darling v0.20.3 |
2230 | 2023-11-18T00:36:48.609Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2231 | 2023-11-18T00:36:49.484Z | Compiling regex-syntax v0.7.5 |
2232 | 2023-11-18T00:36:49.489Z | Compiling fastrand v2.0.0 |
2233 | 2023-11-18T00:36:49.867Z | Compiling atomic-waker v1.1.1 |
2234 | 2023-11-18T00:36:50.136Z | Compiling waitgroup v0.1.2 |
2235 | 2023-11-18T00:36:50.393Z | Compiling async-stream v0.3.5 |
2236 | 2023-11-18T00:36:50.492Z | Compiling tempfile v3.8.0 |
2237 | 2023-11-18T00:36:50.752Z | Compiling serde_with_macros v2.3.3 |
2238 | 2023-11-18T00:36:50.863Z | Compiling slog-bunyan v2.4.0 |
2239 | 2023-11-18T00:36:54.038Z | Compiling toml v0.8.8 |
2240 | 2023-11-18T00:36:54.075Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2241 | 2023-11-18T00:36:54.760Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2242 | 2023-11-18T00:36:55.862Z | Compiling sha1 v0.10.6 |
2243 | 2023-11-18T00:36:56.594Z | Compiling snafu-derive v0.7.5 |
2244 | 2023-11-18T00:36:57.253Z | Compiling serde_path_to_error v0.1.14 |
2245 | 2023-11-18T00:36:57.456Z | Compiling path-dedot v3.1.0 |
2246 | 2023-11-18T00:36:57.476Z | Compiling instant v0.1.12 |
2247 | 2023-11-18T00:36:57.698Z | Compiling buf-list v1.0.3 |
2248 | 2023-11-18T00:36:57.792Z | Compiling arc-swap v1.6.0 |
2249 | 2023-11-18T00:36:58.548Z | Compiling same-file v1.0.6 |
2250 | 2023-11-18T00:36:59.005Z | Compiling base64 v0.13.1 |
2251 | 2023-11-18T00:36:59.017Z | Compiling debug-ignore v1.0.5 |
2252 | 2023-11-18T00:36:59.070Z | Compiling walkdir v2.4.0 |
2253 | 2023-11-18T00:36:59.833Z | Compiling parse-display-derive v0.8.2 |
2254 | 2023-11-18T00:37:00.455Z | Compiling pem v1.1.1 |
2255 | 2023-11-18T00:37:02.070Z | Compiling slog-scope v4.4.0 |
2256 | 2023-11-18T00:37:03.433Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2257 | 2023-11-18T00:37:03.437Z | Compiling path-absolutize v3.1.0 |
2258 | 2023-11-18T00:37:03.446Z | Compiling backoff v0.4.0 |
2259 | 2023-11-18T00:37:03.559Z | Compiling serde_with v2.3.3 |
2260 | 2023-11-18T00:37:03.673Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2261 | 2023-11-18T00:37:04.004Z | Compiling globset v0.4.13 |
2262 | 2023-11-18T00:37:04.742Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2263 | 2023-11-18T00:37:04.997Z | Compiling strum v0.25.0 |
2264 | 2023-11-18T00:37:10.181Z | Compiling snafu v0.7.5 |
2265 | 2023-11-18T00:37:10.251Z | Compiling olpc-cjson v0.1.3 |
2266 | 2023-11-18T00:37:10.259Z | Compiling macaddr v1.0.1 |
2267 | 2023-11-18T00:37:10.316Z | Compiling parse-display v0.8.2 |
2268 | 2023-11-18T00:37:10.343Z | Compiling serde_plain v1.0.2 |
2269 | 2023-11-18T00:37:10.349Z | Compiling xattr v1.0.1 |
2270 | 2023-11-18T00:37:10.365Z | Compiling filetime v0.2.22 |
2271 | 2023-11-18T00:37:10.420Z | Compiling tough v0.14.0 |
2272 | 2023-11-18T00:37:10.447Z | Compiling tar v0.4.40 |
2273 | 2023-11-18T00:37:10.484Z | Compiling slog-stdlog v4.1.1 |
2274 | 2023-11-18T00:37:10.490Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2275 | 2023-11-18T00:37:10.499Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2276 | 2023-11-18T00:37:11.588Z | Compiling camino-tempfile v1.0.2 |
2277 | 2023-11-18T00:37:12.903Z | Compiling bytesize v1.3.0 |
2278 | 2023-11-18T00:37:13.845Z | Compiling fs-err v2.9.0 |
2279 | 2023-11-18T00:37:15.215Z | Compiling slog-envlogger v2.2.0 |
2280 | 2023-11-18T00:37:17.852Z | Compiling humantime v2.1.0 |
2281 | 2023-11-18T00:37:20.940Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2282 | 2023-11-18T00:37:41.492Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2283 | 2023-11-18T00:37:41.779Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2284 | 2023-11-18T00:38:00.434Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2285 | 2023-11-18T00:38:00.475Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2286 | 2023-11-18T00:38:23.942Z | Finished release [optimized] target(s) in 1m 48s |
2287 | 2023-11-18T00:38:24.031Z | |
2288 | 2023-11-18T00:38:24.035Z | real 1:48.297452323 |
2289 | 2023-11-18T00:38:24.038Z | user 11:56.587365210 |
2290 | 2023-11-18T00:38:24.041Z | sys 43.873168836 |
2291 | 2023-11-18T00:38:24.051Z | trap 0.445370068 |
2292 | 2023-11-18T00:38:24.054Z | tflt 0.392781189 |
2293 | 2023-11-18T00:38:24.058Z | dflt 0.657980957 |
2294 | 2023-11-18T00:38:24.063Z | kflt 0.005012272 |
2295 | 2023-11-18T00:38:24.070Z | lock 22:08.696018123 |
2296 | 2023-11-18T00:38:24.074Z | slp 25:11.194533459 |
2297 | 2023-11-18T00:38:24.077Z | lat 21.675586643 |
2298 | 2023-11-18T00:38:24.082Z | stop 11.547934289 |
2299 | 2023-11-18T00:38:24.086Z | + ptime -m gzip |
2300 | 2023-11-18T00:38:26.407Z | |
2301 | 2023-11-18T00:38:26.411Z | real 2.314222576 |
2302 | 2023-11-18T00:38:26.415Z | user 2.284048123 |
2303 | 2023-11-18T00:38:26.418Z | sys 0.027870736 |
2304 | 2023-11-18T00:38:26.422Z | trap 0.000771891 |
2305 | 2023-11-18T00:38:26.425Z | tflt 0.000000000 |
2306 | 2023-11-18T00:38:26.428Z | dflt 0.000000000 |
2307 | 2023-11-18T00:38:26.431Z | kflt 0.000000000 |
2308 | 2023-11-18T00:38:26.434Z | lock 0.000000000 |
2309 | 2023-11-18T00:38:26.438Z | slp 0.000000000 |
2310 | 2023-11-18T00:38:26.441Z | lat 0.001178097 |
2311 | 2023-11-18T00:38:26.444Z | stop 0.000242387 |
2312 | 2023-11-18T00:38:26.447Z | process exited: duration 1203731 ms, exit code 0 |
|
2313 | 2023-11-18T00:38:26.454Z | found 5 output files |
2314 | 2023-11-18T00:38:26.470Z | uploading: /work/end-to-end-tests/bootstrap-cd1d99075975e5dc.gz (6360007 bytes) |
2315 | 2023-11-18T00:38:28.947Z | uploaded: /work/end-to-end-tests/bootstrap-cd1d99075975e5dc.gz |
2316 | 2023-11-18T00:38:28.964Z | uploading: /work/end-to-end-tests/bootstrap.gz (86883088 bytes) |
2317 | 2023-11-18T00:39:13.515Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2318 | 2023-11-18T00:39:13.527Z | uploading: /work/end-to-end-tests/end_to_end_tests-d1c7f350d876f572.gz (99499524 bytes) |
2319 | 2023-11-18T00:39:43.667Z | uploaded: /work/end-to-end-tests/end_to_end_tests-d1c7f350d876f572.gz |
2320 | 2023-11-18T00:39:43.701Z | uploading: /work/caboose-util.gz (4110311 bytes) |
2321 | 2023-11-18T00:39:46.065Z | uploaded: /work/caboose-util.gz |
2322 | 2023-11-18T00:39:46.069Z | uploading: /work/tufaceous.gz (14680348 bytes) |
2323 | 2023-11-18T00:39:52.466Z | uploaded: /work/tufaceous.gz |