|
|
|
1 | 2023-11-19T05:09:23.121Z | job assigned to worker 01HFJZNGQPVKZZQEJ9XY4T1MXJ (queued for 1 m 11 s) |
|
2 | 2023-11-19T05:09:23.607Z | starting task 0: "setup" |
3 | 2023-11-19T05:09:23.676Z | ++ uname -s |
4 | 2023-11-19T05:09:23.685Z | + kern=SunOS |
5 | 2023-11-19T05:09:23.689Z | + case "$kern" in |
6 | 2023-11-19T05:09:23.698Z | + groupadd -g 12345 build |
7 | 2023-11-19T05:09:23.703Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-19T05:09:26.099Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-19T05:09:26.108Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-19T05:09:26.115Z | + home_fs=zfs |
11 | 2023-11-19T05:09:26.121Z | + [[ zfs == autofs ]] |
12 | 2023-11-19T05:09:26.128Z | + mkdir -p /home/build |
13 | 2023-11-19T05:09:26.135Z | + chown build:build /home/build /work |
14 | 2023-11-19T05:09:27.834Z | + chmod 0700 /home/build /work |
15 | 2023-11-19T05:09:27.837Z | process exited: duration 4224 ms, exit code 0 |
|
16 | 2023-11-19T05:09:27.843Z | starting task 1: "rust-toolchain" |
17 | 2023-11-19T05:09:27.855Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-19T05:09:27.858Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-19T05:09:28.035Z | info: downloading installer |
20 | 2023-11-19T05:09:29.302Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-19T05:09:29.305Z | warning: /opt/ooce/bin |
22 | 2023-11-19T05:09:29.308Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-19T05:09:29.311Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-19T05:09:29.340Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-19T05:09:29.346Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-19T05:09:29.349Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-19T05:09:29.352Z | error: cannot install while Rust is installed |
28 | 2023-11-19T05:09:29.355Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-19T05:09:29.450Z | info: profile set to 'default' |
30 | 2023-11-19T05:09:29.862Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-19T05:09:29.875Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-19T05:09:29.890Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-19T05:09:29.903Z | info: downloading component 'cargo' |
34 | 2023-11-19T05:09:30.238Z | info: downloading component 'clippy' |
35 | 2023-11-19T05:09:30.465Z | info: downloading component 'rust-docs' |
36 | 2023-11-19T05:09:31.238Z | info: downloading component 'rust-std' |
37 | 2023-11-19T05:09:32.639Z | info: downloading component 'rustc' |
38 | 2023-11-19T05:09:35.906Z | info: downloading component 'rustfmt' |
39 | 2023-11-19T05:09:36.126Z | info: installing component 'cargo' |
40 | 2023-11-19T05:09:37.557Z | info: installing component 'clippy' |
41 | 2023-11-19T05:09:38.159Z | info: installing component 'rust-docs' |
42 | 2023-11-19T05:09:41.080Z | info: installing component 'rust-std' |
43 | 2023-11-19T05:09:44.110Z | info: installing component 'rustc' |
44 | 2023-11-19T05:09:53.073Z | info: installing component 'rustfmt' |
45 | 2023-11-19T05:09:53.531Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-19T05:09:53.534Z | |
47 | 2023-11-19T05:09:53.701Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-19T05:09:53.705Z | |
49 | 2023-11-19T05:09:53.709Z | |
50 | 2023-11-19T05:09:53.712Z | Rust is installed now. Great! |
51 | 2023-11-19T05:09:53.715Z | |
52 | 2023-11-19T05:09:53.718Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-19T05:09:53.721Z | environment variable. This has not been done automatically. |
54 | 2023-11-19T05:09:53.724Z | |
55 | 2023-11-19T05:09:53.727Z | To configure your current shell, run: |
56 | 2023-11-19T05:09:53.731Z | source "$HOME/.cargo/env" |
57 | 2023-11-19T05:09:53.792Z | + rustc --version |
58 | 2023-11-19T05:09:53.905Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-19T05:09:53.910Z | process exited: duration 26065 ms, exit code 0 |
|
60 | 2023-11-19T05:09:53.916Z | starting task 2: "authentication" |
61 | 2023-11-19T05:09:53.951Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-11-19T05:09:53.957Z | starting task 3: "clone repository" |
63 | 2023-11-19T05:09:53.967Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-19T05:09:53.972Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-19T05:09:54.015Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-19T05:10:00.480Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-19T05:10:00.495Z | + [[ -n renovate/rustls-0.x ]] |
68 | 2023-11-19T05:10:00.505Z | + git fetch origin renovate/rustls-0.x |
69 | 2023-11-19T05:10:00.840Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-19T05:10:00.845Z | * branch renovate/rustls-0.x -> FETCH_HEAD |
71 | 2023-11-19T05:10:00.856Z | + git checkout -B renovate/rustls-0.x remotes/origin/renovate/rustls-0.x |
72 | 2023-11-19T05:10:00.949Z | Switched to a new branch 'renovate/rustls-0.x' |
73 | 2023-11-19T05:10:00.967Z | branch 'renovate/rustls-0.x' set up to track 'origin/renovate/rustls-0.x'. |
74 | 2023-11-19T05:10:00.982Z | + git reset --hard b9edcebc55ea93931821ced0d4b7842f149c2c91 |
75 | 2023-11-19T05:10:00.988Z | HEAD is now at b9edcebc Update Rust crate rustls to 0.21.9 |
76 | 2023-11-19T05:10:00.997Z | process exited: duration 7003 ms, exit code 0 |
|
77 | 2023-11-19T05:10:01.004Z | starting task 4: "build" |
78 | 2023-11-19T05:10:01.017Z | + cargo --version |
79 | 2023-11-19T05:10:01.025Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-19T05:10:01.193Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-19T05:10:01.197Z | info: downloading component 'cargo' |
82 | 2023-11-19T05:10:02.083Z | info: downloading component 'clippy' |
83 | 2023-11-19T05:10:02.587Z | info: downloading component 'rust-docs' |
84 | 2023-11-19T05:10:03.381Z | info: downloading component 'rust-std' |
85 | 2023-11-19T05:10:04.950Z | info: downloading component 'rustc' |
86 | 2023-11-19T05:10:08.787Z | info: downloading component 'rustfmt' |
87 | 2023-11-19T05:10:09.296Z | info: installing component 'cargo' |
88 | 2023-11-19T05:10:10.518Z | info: installing component 'clippy' |
89 | 2023-11-19T05:10:11.034Z | info: installing component 'rust-docs' |
90 | 2023-11-19T05:10:13.898Z | info: installing component 'rust-std' |
91 | 2023-11-19T05:10:16.454Z | info: installing component 'rustc' |
92 | 2023-11-19T05:10:22.918Z | info: installing component 'rustfmt' |
93 | 2023-11-19T05:10:23.476Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-19T05:10:23.487Z | + rustc --version |
95 | 2023-11-19T05:10:23.598Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-19T05:10:23.606Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-11-19T05:10:32.275Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-11-19T05:10:33.297Z | Startup: Caching catalogs ... Done |
99 | 2023-11-19T05:10:38.689Z | Planning: Solver setup ... Done (5.051s) |
100 | 2023-11-19T05:10:38.816Z | Planning: Running solver ... Done (0.127s) |
101 | 2023-11-19T05:10:38.876Z | Planning: Finding local manifests ... Done (0.004s) |
102 | 2023-11-19T05:10:38.889Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2023-11-19T05:10:39.192Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2023-11-19T05:10:39.273Z | Planning: Package planning ... Done (0.081s) |
105 | 2023-11-19T05:10:39.360Z | Planning: Merging actions ... Done (0.086s) |
106 | 2023-11-19T05:10:40.224Z | Planning: Checking for conflicting actions ... Done (0.864s) |
107 | 2023-11-19T05:10:40.246Z | Planning: Consolidating action changes ... Done (0.019s) |
108 | 2023-11-19T05:10:46.887Z | Planning: Evaluating mediators ... Done (6.643s) |
109 | 2023-11-19T05:10:46.903Z | Planning: Planning completed in 13.58 seconds |
110 | 2023-11-19T05:10:46.927Z | Packages to install: 4 |
111 | 2023-11-19T05:10:46.930Z | Mediators to change: 2 |
112 | 2023-11-19T05:10:46.933Z | Services to change: 1 |
113 | 2023-11-19T05:10:46.938Z | Estimated space available: 148.90 GB |
114 | 2023-11-19T05:10:46.940Z | Estimated space to be consumed: 1.37 GB |
115 | 2023-11-19T05:10:46.943Z | Create boot environment: No |
116 | 2023-11-19T05:10:46.946Z | Create backup boot environment: No |
117 | 2023-11-19T05:10:46.949Z | Rebuild boot archive: No |
118 | 2023-11-19T05:10:46.952Z | |
119 | 2023-11-19T05:10:46.955Z | Changed mediators: |
120 | 2023-11-19T05:10:46.958Z | mediator clang: |
121 | 2023-11-19T05:10:46.961Z | version: None -> 15 (system default) |
122 | 2023-11-19T05:10:46.964Z | |
123 | 2023-11-19T05:10:46.967Z | mediator llvm: |
124 | 2023-11-19T05:10:46.970Z | version: 14 (system default) -> 15 (system default) |
125 | 2023-11-19T05:10:46.973Z | |
126 | 2023-11-19T05:10:46.978Z | Changed packages: |
127 | 2023-11-19T05:10:46.981Z | helios-dev |
128 | 2023-11-19T05:10:46.984Z | developer/build-essential |
129 | 2023-11-19T05:10:46.987Z | None -> 11-2.0 |
130 | 2023-11-19T05:10:46.990Z | library/libxmlsec1 |
131 | 2023-11-19T05:10:46.993Z | None -> 1.2.35-2.0 |
132 | 2023-11-19T05:10:46.996Z | ooce/developer/clang-15 |
133 | 2023-11-19T05:10:47.003Z | None -> 15.0.7-2.0 |
134 | 2023-11-19T05:10:47.007Z | ooce/developer/llvm-15 |
135 | 2023-11-19T05:10:47.010Z | None -> 15.0.7-2.0 |
136 | 2023-11-19T05:10:47.013Z | |
137 | 2023-11-19T05:10:47.016Z | Services: |
138 | 2023-11-19T05:10:47.020Z | restart_fmri: |
139 | 2023-11-19T05:10:47.023Z | svc:/system/update-man-index:default |
140 | 2023-11-19T05:10:47.172Z | |
141 | 2023-11-19T05:10:47.184Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2023-11-19T05:10:52.175Z | Download: 332/3290 items 16.6/212.6MB 7% complete (3.4M/s) |
143 | 2023-11-19T05:10:57.175Z | Download: 763/3290 items 18.4/212.6MB 8% complete (1.9M/s) |
144 | 2023-11-19T05:11:22.057Z | Download: 1197/3290 items 83.5/212.6MB 39% complete |
145 | 2023-11-19T05:11:27.104Z | Download: 1466/3290 items 117.3/212.6MB 55% complete (7.6M/s) |
146 | 2023-11-19T05:11:32.104Z | Download: 2086/3290 items 118.9/212.6MB 55% complete (3.6M/s) |
147 | 2023-11-19T05:11:37.331Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (2.7M/s) |
148 | 2023-11-19T05:11:42.338Z | Download: 3245/3290 items 169.8/212.6MB 79% complete (5.0M/s) |
149 | 2023-11-19T05:11:45.826Z | Download: Completed 212.60 MB in 58.65 seconds (3.6M/s) |
150 | 2023-11-19T05:11:46.253Z | Actions: 1/3687 actions (Installing new actions) |
151 | 2023-11-19T05:11:51.261Z | Actions: 2632/3687 actions (Installing new actions) |
152 | 2023-11-19T05:11:54.647Z | Actions: Completed 3687 actions in 8.39 seconds. |
153 | 2023-11-19T05:11:54.829Z | Done (0.169s) |
154 | 2023-11-19T05:11:54.850Z | Done (0.000s) |
155 | 2023-11-19T05:11:55.041Z | Done (0.218s) |
156 | 2023-11-19T05:12:02.597Z | Done (7.438s) |
157 | 2023-11-19T05:12:02.842Z | Done (0.142s) |
158 | 2023-11-19T05:12:02.846Z | Done (0.000s) |
159 | 2023-11-19T05:12:03.170Z | Done (0.000s) |
160 | 2023-11-19T05:12:03.876Z | Planning: Evaluating mediator changes ... Done |
161 | 2023-11-19T05:12:04.165Z | Planning: Checking for conflicting actions ... Done |
162 | 2023-11-19T05:12:04.180Z | Planning: Consolidating action changes ... Done |
163 | 2023-11-19T05:12:04.608Z | Planning: Evaluating mediators ... Done |
164 | 2023-11-19T05:12:04.629Z | Planning: Planning completed in 0.73 seconds |
165 | 2023-11-19T05:12:04.656Z | Mediators to change: 2 |
166 | 2023-11-19T05:12:04.680Z | Create boot environment: No |
167 | 2023-11-19T05:12:04.689Z | Create backup boot environment: No |
168 | 2023-11-19T05:12:04.773Z | Done |
169 | 2023-11-19T05:12:04.784Z | Done |
170 | 2023-11-19T05:12:04.918Z | Done |
171 | 2023-11-19T05:12:10.778Z | Done |
172 | 2023-11-19T05:12:10.900Z | Done |
173 | 2023-11-19T05:12:10.903Z | Done |
174 | 2023-11-19T05:12:11.039Z | Done |
175 | 2023-11-19T05:12:12.070Z | Planning: Evaluating mediator changes ... Done |
176 | 2023-11-19T05:12:12.490Z | Planning: Merging actions ... Done |
177 | 2023-11-19T05:12:12.497Z | Planning: Checking for conflicting actions ... Done |
178 | 2023-11-19T05:12:12.516Z | Planning: Consolidating action changes ... Done |
179 | 2023-11-19T05:12:12.850Z | Planning: Evaluating mediators ... Done |
180 | 2023-11-19T05:12:12.950Z | Planning: Planning completed in 1.33 seconds |
181 | 2023-11-19T05:12:13.010Z | Packages to change: 1 |
182 | 2023-11-19T05:12:13.015Z | Mediators to change: 1 |
183 | 2023-11-19T05:12:13.018Z | Services to change: 1 |
184 | 2023-11-19T05:12:13.021Z | Create boot environment: No |
185 | 2023-11-19T05:12:13.024Z | Create backup boot environment: Yes |
186 | 2023-11-19T05:12:15.095Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2023-11-19T05:12:15.098Z | Actions: Completed 6 actions in 0.00 seconds. |
188 | 2023-11-19T05:12:15.101Z | Done |
189 | 2023-11-19T05:12:15.104Z | Done |
190 | 2023-11-19T05:12:15.153Z | Done |
191 | 2023-11-19T05:12:21.527Z | Done |
192 | 2023-11-19T05:12:21.660Z | Done |
193 | 2023-11-19T05:12:21.671Z | Done |
194 | 2023-11-19T05:12:21.808Z | Done |
195 | 2023-11-19T05:12:22.512Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2023-11-19T05:12:22.515Z | clang system 15 system |
197 | 2023-11-19T05:12:22.518Z | csh system system illumos |
198 | 2023-11-19T05:12:22.521Z | ctags system system illumos |
199 | 2023-11-19T05:12:22.524Z | gcc vendor 12 vendor |
200 | 2023-11-19T05:12:22.527Z | gcc system 10 system |
201 | 2023-11-19T05:12:22.530Z | gcc system 7 system |
202 | 2023-11-19T05:12:22.533Z | go system 1.20 system |
203 | 2023-11-19T05:12:22.536Z | go system 1.19 system |
204 | 2023-11-19T05:12:22.541Z | llvm system 15 system |
205 | 2023-11-19T05:12:22.544Z | llvm system 14 system |
206 | 2023-11-19T05:12:22.547Z | mariadb system 10.6 system |
207 | 2023-11-19T05:12:22.549Z | mta vendor vendor dma |
208 | 2023-11-19T05:12:22.552Z | openjdk system 17 system |
209 | 2023-11-19T05:12:22.555Z | openjdk system 11 system |
210 | 2023-11-19T05:12:22.558Z | openjdk system 1.8 system |
211 | 2023-11-19T05:12:22.561Z | openssl vendor 3 vendor |
212 | 2023-11-19T05:12:22.564Z | perl system 5.36 system |
213 | 2023-11-19T05:12:22.567Z | postgresql system 15 system |
214 | 2023-11-19T05:12:22.571Z | postgresql system 13 system |
215 | 2023-11-19T05:12:22.574Z | python vendor 3 vendor |
216 | 2023-11-19T05:12:22.577Z | python system 2 system |
217 | 2023-11-19T05:12:22.580Z | python3 system 3.11 system |
218 | 2023-11-19T05:12:22.584Z | ruby system 3.0 system |
219 | 2023-11-19T05:12:22.587Z | words vendor vendor american-english |
220 | 2023-11-19T05:12:22.590Z | words system system australian-english |
221 | 2023-11-19T05:12:22.592Z | words system system british-english |
222 | 2023-11-19T05:12:22.595Z | words system system canadian-english |
223 | 2023-11-19T05:12:22.598Z | words system system french |
224 | 2023-11-19T05:12:22.614Z | words system system italian |
225 | 2023-11-19T05:12:23.024Z | words system system ngerman |
226 | 2023-11-19T05:12:23.032Z | words system system ogerman |
227 | 2023-11-19T05:12:23.040Z | words system system spanish |
228 | 2023-11-19T05:12:23.069Z | FMRI IFO |
229 | 2023-11-19T05:12:23.073Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
230 | 2023-11-19T05:12:23.077Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
231 | 2023-11-19T05:12:23.081Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
232 | 2023-11-19T05:12:23.084Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
233 | 2023-11-19T05:12:23.087Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
234 | 2023-11-19T05:12:23.091Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
235 | 2023-11-19T05:12:23.148Z | + set -o errexit |
236 | 2023-11-19T05:12:23.151Z | +++ dirname ./tools/ci_download_cockroachdb |
237 | 2023-11-19T05:12:23.154Z | ++ cd ./tools |
238 | 2023-11-19T05:12:23.157Z | ++ pwd |
239 | 2023-11-19T05:12:23.160Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
240 | 2023-11-19T05:12:23.163Z | ++ basename ./tools/ci_download_cockroachdb |
241 | 2023-11-19T05:12:23.166Z | + ARG0=ci_download_cockroachdb |
242 | 2023-11-19T05:12:23.169Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
243 | 2023-11-19T05:12:23.171Z | + CIDL_VERSION=v22.1.9 |
244 | 2023-11-19T05:12:23.174Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
245 | 2023-11-19T05:12:23.177Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
246 | 2023-11-19T05:12:23.180Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
247 | 2023-11-19T05:12:23.183Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
248 | 2023-11-19T05:12:23.187Z | + TARGET_DIR=out |
249 | 2023-11-19T05:12:23.190Z | + DOWNLOAD_DIR=out/downloads |
250 | 2023-11-19T05:12:23.192Z | + DEST_DIR=./out/cockroachdb |
251 | 2023-11-19T05:12:23.195Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
252 | 2023-11-19T05:12:23.198Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
253 | 2023-11-19T05:12:23.201Z | + main |
254 | 2023-11-19T05:12:23.205Z | + [[ 0 != 0 ]] |
255 | 2023-11-19T05:12:23.208Z | + CIDL_OS=solaris2.11 |
256 | 2023-11-19T05:12:23.211Z | + [[ 0 != 0 ]] |
257 | 2023-11-19T05:12:23.214Z | + configure_os solaris2.11 |
258 | 2023-11-19T05:12:23.216Z | + echo 'current directory: /work/oxidecomputer/omicron' |
259 | 2023-11-19T05:12:23.219Z | current directory: /work/oxidecomputer/omicron |
260 | 2023-11-19T05:12:23.222Z | + echo 'configuring based on OS: "solaris2.11"' |
261 | 2023-11-19T05:12:23.225Z | configuring based on OS: "solaris2.11" |
262 | 2023-11-19T05:12:23.228Z | + case "$1" in |
263 | 2023-11-19T05:12:23.230Z | + CIDL_BUILD=illumos |
264 | 2023-11-19T05:12:23.233Z | + CIDL_SUFFIX=tar.gz |
265 | 2023-11-19T05:12:23.238Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
266 | 2023-11-19T05:12:23.241Z | + CIDL_MD5FUNC=do_md5sum |
267 | 2023-11-19T05:12:23.245Z | + CIDL_URL_BASE=https://illumos.org/downloads |
268 | 2023-11-19T05:12:23.247Z | + CIDL_ASSEMBLE=do_assemble_illumos |
269 | 2023-11-19T05:12:23.250Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
270 | 2023-11-19T05:12:23.253Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-11-19T05:12:23.257Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-19T05:12:23.260Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
273 | 2023-11-19T05:12:23.263Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-19T05:12:23.266Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2023-11-19T05:12:23.269Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-11-19T05:12:23.272Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2023-11-19T05:12:23.275Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-11-19T05:12:23.278Z | + mkdir -p out/downloads |
279 | 2023-11-19T05:12:23.280Z | + mkdir -p ./out/cockroachdb |
280 | 2023-11-19T05:12:23.283Z | + local DO_DOWNLOAD=true |
281 | 2023-11-19T05:12:23.286Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
282 | 2023-11-19T05:12:23.288Z | + '[' true == true ']' |
283 | 2023-11-19T05:12:23.292Z | + echo Downloading... |
284 | 2023-11-19T05:12:23.295Z | Downloading... |
285 | 2023-11-19T05:12:23.297Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-11-19T05:12:23.301Z | + 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 |
287 | 2023-11-19T05:12:34.393Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-11-19T05:12:34.397Z | ++ md5sum |
289 | 2023-11-19T05:12:34.400Z | ++ awk '{print $1}' |
290 | 2023-11-19T05:12:34.578Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
291 | 2023-11-19T05:12:34.581Z | + [[ 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 ]] |
292 | 2023-11-19T05:12:34.585Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-19T05:12:34.589Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
294 | 2023-11-19T05:12:38.221Z | + do_assemble_illumos |
295 | 2023-11-19T05:12:38.225Z | + rm -r ./out/cockroachdb |
296 | 2023-11-19T05:12:38.227Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
297 | 2023-11-19T05:12:38.812Z | + ./out/cockroachdb/bin/cockroach version |
298 | 2023-11-19T05:12:39.030Z | Build Tag: v22.1.9-dirty |
299 | 2023-11-19T05:12:39.034Z | Build Time: 2022/10/26 21:17:46 |
300 | 2023-11-19T05:12:39.037Z | Distribution: OSS |
301 | 2023-11-19T05:12:39.040Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
302 | 2023-11-19T05:12:39.044Z | Go Version: go1.17.13 |
303 | 2023-11-19T05:12:39.047Z | C Compiler: gcc 10.3.0 |
304 | 2023-11-19T05:12:39.050Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
305 | 2023-11-19T05:12:39.053Z | Build Type: release |
306 | 2023-11-19T05:12:39.056Z | + set -o errexit |
307 | 2023-11-19T05:12:39.060Z | +++ dirname ./tools/ci_download_clickhouse |
308 | 2023-11-19T05:12:39.064Z | ++ cd ./tools |
309 | 2023-11-19T05:12:39.068Z | ++ pwd |
310 | 2023-11-19T05:12:39.072Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
311 | 2023-11-19T05:12:39.075Z | ++ basename ./tools/ci_download_clickhouse |
312 | 2023-11-19T05:12:39.078Z | + ARG0=ci_download_clickhouse |
313 | 2023-11-19T05:12:39.083Z | + TARGET_DIR=out |
314 | 2023-11-19T05:12:39.086Z | + DOWNLOAD_DIR=out/downloads |
315 | 2023-11-19T05:12:39.089Z | + DEST_DIR=./out/clickhouse |
316 | 2023-11-19T05:12:39.095Z | + CIDL_VERSION=v22.8.9.24 |
317 | 2023-11-19T05:12:39.098Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
318 | 2023-11-19T05:12:39.101Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
319 | 2023-11-19T05:12:39.106Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
320 | 2023-11-19T05:12:39.110Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
321 | 2023-11-19T05:12:39.117Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
322 | 2023-11-19T05:12:39.124Z | + main |
323 | 2023-11-19T05:12:39.131Z | + [[ 0 != 0 ]] |
324 | 2023-11-19T05:12:39.134Z | + CIDL_OS=solaris2.11 |
325 | 2023-11-19T05:12:39.137Z | + [[ 0 != 0 ]] |
326 | 2023-11-19T05:12:39.139Z | + configure_os solaris2.11 |
327 | 2023-11-19T05:12:39.142Z | + echo 'current directory: /work/oxidecomputer/omicron' |
328 | 2023-11-19T05:12:39.146Z | current directory: /work/oxidecomputer/omicron |
329 | 2023-11-19T05:12:39.149Z | + echo 'configuring based on OS: "solaris2.11"' |
330 | 2023-11-19T05:12:39.153Z | configuring based on OS: "solaris2.11" |
331 | 2023-11-19T05:12:39.156Z | + CIDL_DASHREV= |
332 | 2023-11-19T05:12:39.159Z | + case "$1" in |
333 | 2023-11-19T05:12:39.162Z | + CIDL_PLATFORM=illumos |
334 | 2023-11-19T05:12:39.166Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
335 | 2023-11-19T05:12:39.169Z | + CIDL_MD5FUNC=do_md5sum |
336 | 2023-11-19T05:12:39.172Z | + CIDL_DASHREV=-1 |
337 | 2023-11-19T05:12:39.177Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
338 | 2023-11-19T05:12:39.180Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-19T05:12:39.183Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-19T05:12:39.186Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-19T05:12:39.189Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-19T05:12:39.193Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
343 | 2023-11-19T05:12:39.196Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2023-11-19T05:12:39.200Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-11-19T05:12:39.208Z | + mkdir -p out/downloads |
346 | 2023-11-19T05:12:39.618Z | + mkdir -p ./out/clickhouse |
347 | 2023-11-19T05:12:39.622Z | + local DO_DOWNLOAD=true |
348 | 2023-11-19T05:12:39.625Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
349 | 2023-11-19T05:12:39.628Z | + '[' true == true ']' |
350 | 2023-11-19T05:12:39.632Z | + echo Downloading... |
351 | 2023-11-19T05:12:39.635Z | Downloading... |
352 | 2023-11-19T05:12:39.641Z | + 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 |
353 | 2023-11-19T05:12:39.644Z | + 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 |
354 | 2023-11-19T05:12:40.408Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-11-19T05:12:40.411Z | ++ md5sum |
356 | 2023-11-19T05:12:40.414Z | ++ awk '{print $1}' |
357 | 2023-11-19T05:12:40.673Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2023-11-19T05:12:40.677Z | + [[ 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 ]] |
359 | 2023-11-19T05:12:40.682Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
360 | 2023-11-19T05:12:40.686Z | + mkdir -p ./out/clickhouse |
361 | 2023-11-19T05:12:40.690Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
362 | 2023-11-19T05:12:45.973Z | + ./out/clickhouse/clickhouse server --version |
363 | 2023-11-19T05:12:46.076Z | ClickHouse server version 22.8.9.1. |
364 | 2023-11-19T05:12:46.112Z | + set -o errexit |
365 | 2023-11-19T05:12:46.125Z | +++ dirname ./tools/ci_download_console |
366 | 2023-11-19T05:12:46.133Z | ++ cd ./tools |
367 | 2023-11-19T05:12:46.150Z | ++ pwd |
368 | 2023-11-19T05:12:46.587Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
369 | 2023-11-19T05:12:46.601Z | ++ basename ./tools/ci_download_console |
370 | 2023-11-19T05:12:46.612Z | + ARG0=ci_download_console |
371 | 2023-11-19T05:12:46.628Z | + TARGET_DIR=out |
372 | 2023-11-19T05:12:46.645Z | + DOWNLOAD_DIR=out/downloads |
373 | 2023-11-19T05:12:46.658Z | + DEST_DIR=./out/console-assets |
374 | 2023-11-19T05:12:46.667Z | + source /work/oxidecomputer/omicron/tools/console_version |
375 | 2023-11-19T05:12:46.675Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
376 | 2023-11-19T05:12:46.685Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
377 | 2023-11-19T05:12:46.703Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
378 | 2023-11-19T05:12:46.717Z | + TARBALL_FILE=out/downloads/console.tar.gz |
379 | 2023-11-19T05:12:46.725Z | + main |
380 | 2023-11-19T05:12:46.732Z | + [[ 0 != 0 ]] |
381 | 2023-11-19T05:12:46.745Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
382 | 2023-11-19T05:12:46.759Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
383 | 2023-11-19T05:12:46.774Z | + echo 'Local file: out/downloads/console.tar.gz' |
384 | 2023-11-19T05:12:46.800Z | Local file: out/downloads/console.tar.gz |
385 | 2023-11-19T05:12:46.812Z | + local DO_DOWNLOAD=true |
386 | 2023-11-19T05:12:46.827Z | + [[ -f out/downloads/console.tar.gz ]] |
387 | 2023-11-19T05:12:46.837Z | + mkdir -p out/downloads |
388 | 2023-11-19T05:12:46.900Z | + '[' true == true ']' |
389 | 2023-11-19T05:12:46.911Z | + echo Downloading... |
390 | 2023-11-19T05:12:46.915Z | Downloading... |
391 | 2023-11-19T05:12:46.920Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
392 | 2023-11-19T05:12:46.940Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
393 | 2023-11-19T05:12:46.958Z | ++ do_sha256sum out/downloads/console.tar.gz |
394 | 2023-11-19T05:12:46.977Z | ++ case "$OSTYPE" in |
395 | 2023-11-19T05:12:46.999Z | ++ SHA=sha256sum |
396 | 2023-11-19T05:12:47.007Z | ++ sha256sum |
397 | 2023-11-19T05:12:47.012Z | ++ awk '{print $1}' |
398 | 2023-11-19T05:12:47.017Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
399 | 2023-11-19T05:12:47.027Z | + [[ 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 ]] |
400 | 2023-11-19T05:12:47.501Z | + rm -rf ./out/console-assets |
401 | 2023-11-19T05:12:47.993Z | + mkdir -p ./out/console-assets |
402 | 2023-11-19T05:12:48.006Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
403 | 2023-11-19T05:12:48.016Z | + mkdir -p ./out/console-assets |
404 | 2023-11-19T05:12:48.439Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
405 | 2023-11-19T05:12:48.454Z | + set -o errexit |
406 | 2023-11-19T05:12:48.474Z | +++ dirname ./tools/ci_download_maghemite_openapi |
407 | 2023-11-19T05:12:48.486Z | ++ cd ./tools |
408 | 2023-11-19T05:12:48.503Z | ++ pwd |
409 | 2023-11-19T05:12:48.512Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
410 | 2023-11-19T05:12:48.523Z | ++ basename ./tools/ci_download_maghemite_openapi |
411 | 2023-11-19T05:12:48.533Z | + ARG0=ci_download_maghemite_openapi |
412 | 2023-11-19T05:12:48.544Z | + TARGET_DIR=out |
413 | 2023-11-19T05:12:48.559Z | + DOWNLOAD_DIR=out/downloads |
414 | 2023-11-19T05:12:48.566Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
415 | 2023-11-19T05:12:48.577Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
416 | 2023-11-19T05:12:48.605Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
417 | 2023-11-19T05:12:49.053Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
418 | 2023-11-19T05:12:49.066Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
419 | 2023-11-19T05:12:49.512Z | + main |
420 | 2023-11-19T05:12:49.523Z | + [[ 0 != 0 ]] |
421 | 2023-11-19T05:12:49.948Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
422 | 2023-11-19T05:12:50.370Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
423 | 2023-11-19T05:12:50.523Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
424 | 2023-11-19T05:12:50.542Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
425 | 2023-11-19T05:12:50.560Z | + local DO_DOWNLOAD=true |
426 | 2023-11-19T05:12:50.571Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
427 | 2023-11-19T05:12:50.578Z | + mkdir -p out/downloads |
428 | 2023-11-19T05:12:50.594Z | + '[' true == true ']' |
429 | 2023-11-19T05:12:50.605Z | + echo Downloading... |
430 | 2023-11-19T05:12:50.613Z | Downloading... |
431 | 2023-11-19T05:12:50.621Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
432 | 2023-11-19T05:12:50.631Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
433 | 2023-11-19T05:12:50.640Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
434 | 2023-11-19T05:12:50.647Z | ++ case "$OSTYPE" in |
435 | 2023-11-19T05:12:50.653Z | ++ SHA=sha256sum |
436 | 2023-11-19T05:12:50.663Z | ++ sha256sum |
437 | 2023-11-19T05:12:50.675Z | ++ awk '{print $1}' |
438 | 2023-11-19T05:12:50.689Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
439 | 2023-11-19T05:12:50.705Z | + [[ 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 ]] |
440 | 2023-11-19T05:12:50.724Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
441 | 2023-11-19T05:12:50.741Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
442 | 2023-11-19T05:12:50.761Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
443 | 2023-11-19T05:12:50.787Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
444 | 2023-11-19T05:12:50.812Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
445 | 2023-11-19T05:12:50.831Z | + main |
446 | 2023-11-19T05:12:50.848Z | + [[ 0 != 0 ]] |
447 | 2023-11-19T05:12:50.865Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
448 | 2023-11-19T05:12:50.886Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
449 | 2023-11-19T05:12:50.897Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
450 | 2023-11-19T05:12:51.313Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
451 | 2023-11-19T05:12:51.324Z | + local DO_DOWNLOAD=true |
452 | 2023-11-19T05:12:51.340Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
453 | 2023-11-19T05:12:51.361Z | + mkdir -p out/downloads |
454 | 2023-11-19T05:12:51.372Z | + '[' true == true ']' |
455 | 2023-11-19T05:12:51.391Z | + echo Downloading... |
456 | 2023-11-19T05:12:51.413Z | Downloading... |
457 | 2023-11-19T05:12:51.423Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
458 | 2023-11-19T05:12:51.433Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
459 | 2023-11-19T05:12:51.442Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
460 | 2023-11-19T05:12:51.449Z | ++ case "$OSTYPE" in |
461 | 2023-11-19T05:12:51.464Z | ++ SHA=sha256sum |
462 | 2023-11-19T05:12:51.486Z | ++ sha256sum |
463 | 2023-11-19T05:12:51.498Z | ++ awk '{print $1}' |
464 | 2023-11-19T05:12:51.509Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
465 | 2023-11-19T05:12:51.926Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
466 | 2023-11-19T05:12:51.941Z | + set -o errexit |
467 | 2023-11-19T05:12:52.774Z | +++ dirname ./tools/ci_download_dendrite_openapi |
468 | 2023-11-19T05:12:52.790Z | ++ cd ./tools |
469 | 2023-11-19T05:12:52.805Z | ++ pwd |
470 | 2023-11-19T05:12:52.832Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
471 | 2023-11-19T05:12:52.855Z | ++ basename ./tools/ci_download_dendrite_openapi |
472 | 2023-11-19T05:12:52.864Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
473 | 2023-11-19T05:12:52.874Z | + ARG0=ci_download_dendrite_openapi |
474 | 2023-11-19T05:12:52.897Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
475 | 2023-11-19T05:12:52.912Z | + TARGET_DIR=out |
476 | 2023-11-19T05:12:52.922Z | Downloading... |
477 | 2023-11-19T05:12:52.936Z | + DOWNLOAD_DIR=out/downloads |
478 | 2023-11-19T05:12:52.954Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
479 | 2023-11-19T05:12:52.967Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
480 | 2023-11-19T05:12:52.985Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
481 | 2023-11-19T05:12:53.004Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
482 | 2023-11-19T05:12:53.023Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
483 | 2023-11-19T05:12:53.033Z | + main |
484 | 2023-11-19T05:12:53.462Z | current directory: /work/oxidecomputer/omicron |
485 | 2023-11-19T05:12:53.474Z | + [[ 0 != 0 ]] |
486 | 2023-11-19T05:12:53.480Z | configuring based on OS: "solaris2.11" |
487 | 2023-11-19T05:12:53.484Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
488 | 2023-11-19T05:12:53.487Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
489 | 2023-11-19T05:12:53.490Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
490 | 2023-11-19T05:12:53.493Z | Local file: out/downloads/dendrite-stub.tar.gz |
491 | 2023-11-19T05:12:53.496Z | + local DO_DOWNLOAD=true |
492 | 2023-11-19T05:12:53.499Z | Downloading... |
493 | 2023-11-19T05:12:53.505Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
494 | 2023-11-19T05:12:53.929Z | + mkdir -p out/downloads |
495 | 2023-11-19T05:12:53.943Z | + '[' true == true ']' |
496 | 2023-11-19T05:12:53.958Z | + echo Downloading... |
497 | 2023-11-19T05:12:53.971Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
498 | 2023-11-19T05:12:53.983Z | + 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 |
499 | 2023-11-19T05:12:54.010Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
500 | 2023-11-19T05:12:54.033Z | ++ case "$OSTYPE" in |
501 | 2023-11-19T05:12:54.041Z | ++ SHA=sha256sum |
502 | 2023-11-19T05:12:54.065Z | ++ sha256sum |
503 | 2023-11-19T05:12:54.074Z | ++ awk '{print $1}' |
504 | 2023-11-19T05:12:54.078Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
505 | 2023-11-19T05:12:54.083Z | + [[ 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 ]] |
506 | 2023-11-19T05:12:54.087Z | + set -o errexit |
507 | 2023-11-19T05:12:54.092Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2023-11-19T05:12:54.097Z | ++ cd ./tools |
509 | 2023-11-19T05:12:54.101Z | ++ pwd |
510 | 2023-11-19T05:12:54.105Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2023-11-19T05:12:54.108Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2023-11-19T05:12:54.112Z | + ARG0=ci_download_dendrite_stub |
513 | 2023-11-19T05:12:54.115Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2023-11-19T05:12:54.119Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
515 | 2023-11-19T05:12:54.122Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
516 | 2023-11-19T05:12:54.125Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
517 | 2023-11-19T05:12:54.128Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2023-11-19T05:12:54.132Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
519 | 2023-11-19T05:12:54.136Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
520 | 2023-11-19T05:12:54.138Z | + TARGET_DIR=out |
521 | 2023-11-19T05:12:54.141Z | + DOWNLOAD_DIR=out/downloads |
522 | 2023-11-19T05:12:54.144Z | + DEST_DIR=./out/dendrite-stub |
523 | 2023-11-19T05:12:54.147Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
524 | 2023-11-19T05:12:54.150Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2023-11-19T05:12:54.153Z | + REPO=oxidecomputer/dendrite |
526 | 2023-11-19T05:12:54.156Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
527 | 2023-11-19T05:12:54.159Z | + main |
528 | 2023-11-19T05:12:54.162Z | + [[ 0 != 0 ]] |
529 | 2023-11-19T05:12:54.165Z | + CIDL_OS=solaris2.11 |
530 | 2023-11-19T05:12:54.168Z | + [[ 0 != 0 ]] |
531 | 2023-11-19T05:12:54.171Z | + configure_os solaris2.11 |
532 | 2023-11-19T05:12:54.174Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2023-11-19T05:12:54.178Z | + echo 'configuring based on OS: "solaris2.11"' |
534 | 2023-11-19T05:12:54.181Z | + case "$1" in |
535 | 2023-11-19T05:12:54.184Z | + SET_BINARIES= |
536 | 2023-11-19T05:12:54.187Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
537 | 2023-11-19T05:12:54.190Z | + CIDL_SHA256FUNC=do_sha256sum |
538 | 2023-11-19T05:12:54.193Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
539 | 2023-11-19T05:12:54.196Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
540 | 2023-11-19T05:12:54.199Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
541 | 2023-11-19T05:12:54.202Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
542 | 2023-11-19T05:12:54.207Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
543 | 2023-11-19T05:12:54.210Z | + mkdir -p out/downloads |
544 | 2023-11-19T05:12:54.215Z | + mkdir -p ./out/dendrite-stub |
545 | 2023-11-19T05:12:54.219Z | + fetch_and_verify |
546 | 2023-11-19T05:12:54.222Z | + local DO_DOWNLOAD=true |
547 | 2023-11-19T05:12:54.225Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
548 | 2023-11-19T05:12:54.228Z | + '[' true == true ']' |
549 | 2023-11-19T05:12:54.232Z | + echo Downloading... |
550 | 2023-11-19T05:12:54.235Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
551 | 2023-11-19T05:12:54.239Z | + 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 |
552 | 2023-11-19T05:13:08.931Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
553 | 2023-11-19T05:13:08.940Z | ++ sha256sum |
554 | 2023-11-19T05:13:08.947Z | ++ awk '{print $1}' |
555 | 2023-11-19T05:13:09.083Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
556 | 2023-11-19T05:13:09.100Z | + [[ 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 ]] |
557 | 2023-11-19T05:13:09.116Z | + do_untar out/downloads/dendrite-stub.tar.gz |
558 | 2023-11-19T05:13:09.129Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
559 | 2023-11-19T05:13:10.171Z | + do_assemble |
560 | 2023-11-19T05:13:10.191Z | + rm -r ./out/dendrite-stub |
561 | 2023-11-19T05:13:10.207Z | + mkdir ./out/dendrite-stub |
562 | 2023-11-19T05:13:10.222Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
563 | 2023-11-19T05:13:10.300Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
564 | 2023-11-19T05:13:10.312Z | + set -o errexit |
565 | 2023-11-19T05:13:10.325Z | +++ dirname ./tools/ci_download_maghemite_mgd |
566 | 2023-11-19T05:13:10.339Z | ++ cd ./tools |
567 | 2023-11-19T05:13:10.356Z | ++ pwd |
568 | 2023-11-19T05:13:10.371Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
569 | 2023-11-19T05:13:10.386Z | ++ basename ./tools/ci_download_maghemite_mgd |
570 | 2023-11-19T05:13:10.410Z | + ARG0=ci_download_maghemite_mgd |
571 | 2023-11-19T05:13:10.435Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
572 | 2023-11-19T05:13:10.456Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
573 | 2023-11-19T05:13:10.478Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
574 | 2023-11-19T05:13:10.499Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
575 | 2023-11-19T05:13:10.512Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
576 | 2023-11-19T05:13:10.529Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
577 | 2023-11-19T05:13:10.548Z | + TARGET_DIR=out |
578 | 2023-11-19T05:13:10.569Z | + DOWNLOAD_DIR=out/downloads |
579 | 2023-11-19T05:13:10.584Z | + DEST_DIR=./out/mgd |
580 | 2023-11-19T05:13:10.599Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
581 | 2023-11-19T05:13:10.609Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
582 | 2023-11-19T05:13:10.629Z | + REPO=oxidecomputer/maghemite |
583 | 2023-11-19T05:13:10.644Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
584 | 2023-11-19T05:13:10.659Z | + main |
585 | 2023-11-19T05:13:10.687Z | + [[ 0 != 0 ]] |
586 | 2023-11-19T05:13:10.719Z | + CIDL_OS=solaris2.11 |
587 | 2023-11-19T05:13:11.193Z | + [[ 0 != 0 ]] |
588 | 2023-11-19T05:13:11.210Z | + configure_os solaris2.11 |
589 | 2023-11-19T05:13:11.230Z | + echo 'current directory: /work/oxidecomputer/omicron' |
590 | 2023-11-19T05:13:11.245Z | current directory: /work/oxidecomputer/omicron |
591 | 2023-11-19T05:13:11.261Z | + echo 'configuring based on OS: "solaris2.11"' |
592 | 2023-11-19T05:13:11.274Z | configuring based on OS: "solaris2.11" |
593 | 2023-11-19T05:13:11.288Z | + case "$1" in |
594 | 2023-11-19T05:13:11.306Z | + SET_BINARIES= |
595 | 2023-11-19T05:13:11.323Z | + CIDL_SHA256FUNC=do_sha256sum |
596 | 2023-11-19T05:13:11.750Z | + TARBALL_FILENAME=mgd.tar.gz |
597 | 2023-11-19T05:13:11.757Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
598 | 2023-11-19T05:13:11.762Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
599 | 2023-11-19T05:13:11.773Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
600 | 2023-11-19T05:13:11.778Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
601 | 2023-11-19T05:13:11.785Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
602 | 2023-11-19T05:13:11.792Z | Local file: out/downloads/mgd.tar.gz |
603 | 2023-11-19T05:13:11.802Z | + mkdir -p out/downloads |
604 | 2023-11-19T05:13:11.809Z | + mkdir -p ./out/mgd |
605 | 2023-11-19T05:13:11.817Z | + fetch_and_verify |
606 | 2023-11-19T05:13:11.822Z | + local DO_DOWNLOAD=true |
607 | 2023-11-19T05:13:11.827Z | + [[ -f out/downloads/mgd.tar.gz ]] |
608 | 2023-11-19T05:13:11.832Z | + '[' true == true ']' |
609 | 2023-11-19T05:13:11.843Z | + echo Downloading... |
610 | 2023-11-19T05:13:11.848Z | Downloading... |
611 | 2023-11-19T05:13:11.854Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
612 | 2023-11-19T05:13:11.863Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
613 | 2023-11-19T05:13:21.977Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
614 | 2023-11-19T05:13:21.993Z | ++ sha256sum |
615 | 2023-11-19T05:13:21.997Z | ++ awk '{print $1}' |
616 | 2023-11-19T05:13:22.055Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
617 | 2023-11-19T05:13:22.059Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
618 | 2023-11-19T05:13:22.893Z | + do_untar out/downloads/mgd.tar.gz |
619 | 2023-11-19T05:13:22.898Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
620 | 2023-11-19T05:13:22.903Z | + do_assemble |
621 | 2023-11-19T05:13:22.909Z | + rm -r ./out/mgd |
622 | 2023-11-19T05:13:22.912Z | + mkdir ./out/mgd |
623 | 2023-11-19T05:13:22.915Z | + cp -r out/downloads/root ./out/mgd/root |
624 | 2023-11-19T05:13:22.954Z | + set -o errexit |
625 | 2023-11-19T05:13:22.957Z | +++ dirname ./tools/ci_download_transceiver_control |
626 | 2023-11-19T05:13:22.960Z | ++ cd ./tools |
627 | 2023-11-19T05:13:22.963Z | ++ pwd |
628 | 2023-11-19T05:13:22.966Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
629 | 2023-11-19T05:13:22.970Z | ++ basename ./tools/ci_download_transceiver_control |
630 | 2023-11-19T05:13:22.976Z | + ARG0=ci_download_transceiver_control |
631 | 2023-11-19T05:13:22.979Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
632 | 2023-11-19T05:13:22.985Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
633 | 2023-11-19T05:13:22.991Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
634 | 2023-11-19T05:13:22.994Z | + TARGET_DIR=out |
635 | 2023-11-19T05:13:22.998Z | + DOWNLOAD_DIR=out/downloads |
636 | 2023-11-19T05:13:23.002Z | + DEST_DIR=./out/transceiver-control |
637 | 2023-11-19T05:13:23.005Z | + BIN_DIR=/opt/oxide/bin |
638 | 2023-11-19T05:13:23.008Z | + BINARY=xcvradm |
639 | 2023-11-19T05:13:23.012Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
640 | 2023-11-19T05:13:23.016Z | + REPO=oxidecomputer/transceiver-control |
641 | 2023-11-19T05:13:23.025Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2023-11-19T05:13:23.032Z | + main |
643 | 2023-11-19T05:13:23.037Z | + [[ 0 != 0 ]] |
644 | 2023-11-19T05:13:23.040Z | + CIDL_OS=solaris2.11 |
645 | 2023-11-19T05:13:23.045Z | + [[ 0 != 0 ]] |
646 | 2023-11-19T05:13:23.047Z | + configure_os solaris2.11 |
647 | 2023-11-19T05:13:23.050Z | + echo 'current directory: /work/oxidecomputer/omicron' |
648 | 2023-11-19T05:13:23.053Z | current directory: /work/oxidecomputer/omicron |
649 | 2023-11-19T05:13:23.057Z | + echo 'configuring based on OS: "solaris2.11"' |
650 | 2023-11-19T05:13:23.063Z | configuring based on OS: "solaris2.11" |
651 | 2023-11-19T05:13:23.067Z | + case "$1" in |
652 | 2023-11-19T05:13:23.071Z | + SET_BINARIES= |
653 | 2023-11-19T05:13:23.075Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2023-11-19T05:13:23.079Z | + CIDL_SHA256FUNC=do_sha256sum |
655 | 2023-11-19T05:13:23.083Z | + ARCHIVE_FILENAME=xcvradm.gz |
656 | 2023-11-19T05:13:23.086Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
657 | 2023-11-19T05:13:23.089Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
658 | 2023-11-19T05:13:23.092Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
659 | 2023-11-19T05:13:23.096Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
660 | 2023-11-19T05:13:23.099Z | + echo 'Local file: out/downloads/xcvradm.gz' |
661 | 2023-11-19T05:13:23.103Z | Local file: out/downloads/xcvradm.gz |
662 | 2023-11-19T05:13:23.138Z | + mkdir -p out/downloads |
663 | 2023-11-19T05:13:23.150Z | + mkdir -p ./out/transceiver-control |
664 | 2023-11-19T05:13:23.158Z | + fetch_and_verify |
665 | 2023-11-19T05:13:23.162Z | + local DO_DOWNLOAD=true |
666 | 2023-11-19T05:13:23.166Z | + [[ -f out/downloads/xcvradm.gz ]] |
667 | 2023-11-19T05:13:23.171Z | + '[' true == true ']' |
668 | 2023-11-19T05:13:23.174Z | + echo Downloading... |
669 | 2023-11-19T05:13:23.177Z | Downloading... |
670 | 2023-11-19T05:13:23.181Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
671 | 2023-11-19T05:13:23.185Z | + 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 |
672 | 2023-11-19T05:13:26.467Z | ++ do_sha256sum out/downloads/xcvradm.gz |
673 | 2023-11-19T05:13:26.470Z | ++ sha256sum |
674 | 2023-11-19T05:13:26.474Z | ++ awk '{print $1}' |
675 | 2023-11-19T05:13:26.493Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
676 | 2023-11-19T05:13:26.496Z | + [[ 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 ]] |
677 | 2023-11-19T05:13:26.499Z | + do_unpack out/downloads/xcvradm.gz |
678 | 2023-11-19T05:13:26.501Z | + mkdir -p out/downloads/root//opt/oxide/bin |
679 | 2023-11-19T05:13:26.506Z | + gzip -dc out/downloads/xcvradm.gz |
680 | 2023-11-19T05:13:26.669Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
681 | 2023-11-19T05:13:26.673Z | + do_assemble |
682 | 2023-11-19T05:13:26.682Z | + rm -r ./out/transceiver-control |
683 | 2023-11-19T05:13:26.692Z | + mkdir ./out/transceiver-control |
684 | 2023-11-19T05:13:26.699Z | + cp -r out/downloads/root ./out/transceiver-control/root |
685 | 2023-11-19T05:13:26.895Z | All prerequisites installed successfully |
686 | 2023-11-19T05:13:26.898Z | |
687 | 2023-11-19T05:13:26.903Z | real 3:03.291577570 |
688 | 2023-11-19T05:13:26.906Z | user 54.056348598 |
689 | 2023-11-19T05:13:26.909Z | sys 10.966530300 |
690 | 2023-11-19T05:13:26.912Z | trap 0.025045372 |
691 | 2023-11-19T05:13:26.915Z | tflt 0.195060569 |
692 | 2023-11-19T05:13:26.918Z | dflt 0.399080821 |
693 | 2023-11-19T05:13:26.921Z | kflt 0.139814851 |
694 | 2023-11-19T05:13:26.923Z | lock 1.755008678 |
695 | 2023-11-19T05:13:26.926Z | slp 6:13.437525999 |
696 | 2023-11-19T05:13:26.929Z | lat 4.377819376 |
697 | 2023-11-19T05:13:26.935Z | stop 0.074586589 |
698 | 2023-11-19T05:13:26.939Z | + banner end-to-end-tests |
699 | 2023-11-19T05:13:26.944Z | |
700 | 2023-11-19T05:13:26.950Z | ###### # # ##### ##### #### ###### # # ##### |
701 | 2023-11-19T05:13:26.955Z | # ## # # # # # # # ## # # # |
702 | 2023-11-19T05:13:26.958Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
703 | 2023-11-19T05:13:26.961Z | # # # # # # # # # # # # # # # |
704 | 2023-11-19T05:13:26.965Z | # # ## # # # # # # # ## # # |
705 | 2023-11-19T05:13:26.969Z | ###### # # ##### # #### ###### # # ##### |
706 | 2023-11-19T05:13:26.971Z | |
707 | 2023-11-19T05:13:26.978Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
708 | 2023-11-19T05:13:26.982Z | + CARGO_PROFILE_DEV_DEBUG=1 |
709 | 2023-11-19T05:13:26.985Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
710 | 2023-11-19T05:13:26.988Z | + CARGO_PROFILE_TEST_DEBUG=1 |
711 | 2023-11-19T05:13:26.991Z | + export CARGO_INCREMENTAL=0 |
712 | 2023-11-19T05:13:26.994Z | + CARGO_INCREMENTAL=0 |
713 | 2023-11-19T05:13:26.997Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
714 | 2023-11-19T05:13:27.283Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
715 | 2023-11-19T05:13:27.675Z | Updating crates.io index |
716 | 2023-11-19T05:13:27.678Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
717 | 2023-11-19T05:13:28.572Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
718 | 2023-11-19T05:13:30.392Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
719 | 2023-11-19T05:13:30.968Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
720 | 2023-11-19T05:13:31.311Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
721 | 2023-11-19T05:13:31.600Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
722 | 2023-11-19T05:13:31.869Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
723 | 2023-11-19T05:13:32.751Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
724 | 2023-11-19T05:13:34.628Z | Updating git repository `https://github.com/oxidecomputer/opte` |
725 | 2023-11-19T05:13:35.744Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
726 | 2023-11-19T05:13:36.055Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
727 | 2023-11-19T05:13:36.625Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
728 | 2023-11-19T05:13:36.964Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
729 | 2023-11-19T05:13:37.335Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
730 | 2023-11-19T05:13:37.701Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
731 | 2023-11-19T05:13:38.044Z | Updating git repository `https://github.com/njaremko/samael` |
732 | 2023-11-19T05:13:38.490Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
733 | 2023-11-19T05:13:39.141Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
734 | 2023-11-19T05:13:39.921Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
735 | 2023-11-19T05:13:39.925Z | Updating git repository `https://github.com/jgallagher/nix` |
736 | 2023-11-19T05:13:41.159Z | Updating git repository `https://github.com/cbiffle/hubpack` |
737 | 2023-11-19T05:13:41.607Z | Updating git repository `https://github.com/oxidecomputer/typify` |
738 | 2023-11-19T05:13:42.580Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
739 | 2023-11-19T05:13:42.958Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
740 | 2023-11-19T05:13:43.249Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
741 | 2023-11-19T05:13:44.841Z | Downloading crates ... |
742 | 2023-11-19T05:13:45.093Z | Downloaded bitflags v1.3.2 |
743 | 2023-11-19T05:13:45.104Z | Downloaded ciborium-io v0.2.1 |
744 | 2023-11-19T05:13:45.109Z | Downloaded blake2 v0.10.6 |
745 | 2023-11-19T05:13:45.122Z | Downloaded normalize-line-endings v0.3.0 |
746 | 2023-11-19T05:13:45.134Z | Downloaded cbc v0.1.2 |
747 | 2023-11-19T05:13:45.142Z | Downloaded byteorder v1.5.0 |
748 | 2023-11-19T05:13:45.150Z | Downloaded ppv-lite86 v0.2.17 |
749 | 2023-11-19T05:13:45.159Z | Downloaded openssl-sys v0.9.93 |
750 | 2023-11-19T05:13:45.164Z | Downloaded resolv-conf v0.7.0 |
751 | 2023-11-19T05:13:45.173Z | Downloaded darling v0.20.3 |
752 | 2023-11-19T05:13:45.181Z | Downloaded pbkdf2 v0.11.0 |
753 | 2023-11-19T05:13:45.188Z | Downloaded curve25519-dalek-derive v0.1.0 |
754 | 2023-11-19T05:13:45.193Z | Downloaded difflib v0.4.0 |
755 | 2023-11-19T05:13:45.198Z | Downloaded openssl-probe v0.1.5 |
756 | 2023-11-19T05:13:45.206Z | Downloaded dof v0.1.5 |
757 | 2023-11-19T05:13:45.214Z | Downloaded atomicwrites v0.4.2 |
758 | 2023-11-19T05:13:45.225Z | Downloaded parking_lot v0.12.1 |
759 | 2023-11-19T05:13:45.232Z | Downloaded dtrace-parser v0.1.14 |
760 | 2023-11-19T05:13:45.238Z | Downloaded option-ext v0.2.0 |
761 | 2023-11-19T05:13:45.242Z | Downloaded dirs-sys v0.4.1 |
762 | 2023-11-19T05:13:45.248Z | Downloaded aead v0.5.2 |
763 | 2023-11-19T05:13:45.255Z | Downloaded tower-service v0.3.2 |
764 | 2023-11-19T05:13:45.263Z | Downloaded pkg-config v0.3.27 |
765 | 2023-11-19T05:13:45.271Z | Downloaded pbkdf2 v0.12.2 |
766 | 2023-11-19T05:13:45.279Z | Downloaded ctr v0.9.2 |
767 | 2023-11-19T05:13:45.284Z | Downloaded cfg-if v0.1.10 |
768 | 2023-11-19T05:13:45.290Z | Downloaded anstyle v1.0.2 |
769 | 2023-11-19T05:13:45.297Z | Downloaded equivalent v1.0.1 |
770 | 2023-11-19T05:13:45.308Z | Downloaded dirs-sys-next v0.1.2 |
771 | 2023-11-19T05:13:45.314Z | Downloaded adler v1.0.2 |
772 | 2023-11-19T05:13:45.319Z | Downloaded num-iter v0.1.43 |
773 | 2023-11-19T05:13:45.325Z | Downloaded dirs-next v2.0.0 |
774 | 2023-11-19T05:13:45.334Z | Downloaded atomic-waker v1.1.1 |
775 | 2023-11-19T05:13:45.339Z | Downloaded parking_lot_core v0.8.6 |
776 | 2023-11-19T05:13:45.348Z | Downloaded console v0.15.7 |
777 | 2023-11-19T05:13:45.357Z | Downloaded paste v1.0.14 |
778 | 2023-11-19T05:13:45.368Z | Downloaded pest_derive v2.7.2 |
779 | 2023-11-19T05:13:45.378Z | Downloaded http-range v0.1.5 |
780 | 2023-11-19T05:13:45.386Z | Downloaded backoff v0.4.0 |
781 | 2023-11-19T05:13:45.395Z | Downloaded rand_chacha v0.2.2 |
782 | 2023-11-19T05:13:45.405Z | Downloaded fxhash v0.2.1 |
783 | 2023-11-19T05:13:45.410Z | Downloaded tinyvec_macros v0.1.1 |
784 | 2023-11-19T05:13:45.422Z | Downloaded anstyle-query v1.0.0 |
785 | 2023-11-19T05:13:45.427Z | Downloaded clap_derive v4.4.2 |
786 | 2023-11-19T05:13:45.436Z | Downloaded postgres-protocol v0.6.6 |
787 | 2023-11-19T05:13:45.843Z | Downloaded httpdate v1.0.3 |
788 | 2023-11-19T05:13:45.847Z | Downloaded omicron-zone-package v0.9.1 |
789 | 2023-11-19T05:13:45.852Z | Downloaded pkcs8 v0.10.2 |
790 | 2023-11-19T05:13:45.863Z | Downloaded home v0.5.5 |
791 | 2023-11-19T05:13:45.868Z | Downloaded whoami v1.4.1 |
792 | 2023-11-19T05:13:45.872Z | Downloaded const-oid v0.9.5 |
793 | 2023-11-19T05:13:45.886Z | Downloaded matches v0.1.10 |
794 | 2023-11-19T05:13:45.892Z | Downloaded rustc-demangle v0.1.23 |
795 | 2023-11-19T05:13:45.900Z | Downloaded heck v0.3.3 |
796 | 2023-11-19T05:13:45.907Z | Downloaded hex v0.4.3 |
797 | 2023-11-19T05:13:45.917Z | Downloaded hash32 v0.2.1 |
798 | 2023-11-19T05:13:45.925Z | Downloaded zone_cfg_derive v0.3.0 |
799 | 2023-11-19T05:13:45.931Z | Downloaded russh-keys v0.38.0 |
800 | 2023-11-19T05:13:45.937Z | Downloaded getopts v0.2.21 |
801 | 2023-11-19T05:13:45.943Z | Downloaded time-macros v0.2.13 |
802 | 2023-11-19T05:13:45.951Z | Downloaded semver v0.11.0 |
803 | 2023-11-19T05:13:45.957Z | Downloaded thread_local v1.1.7 |
804 | 2023-11-19T05:13:45.965Z | Downloaded anyhow v1.0.75 |
805 | 2023-11-19T05:13:45.982Z | Downloaded time-core v0.1.1 |
806 | 2023-11-19T05:13:45.988Z | Downloaded utf-8 v0.7.6 |
807 | 2023-11-19T05:13:46.002Z | Downloaded crossbeam-utils v0.8.16 |
808 | 2023-11-19T05:13:46.006Z | Downloaded crossbeam-epoch v0.9.15 |
809 | 2023-11-19T05:13:46.009Z | Downloaded want v0.3.1 |
810 | 2023-11-19T05:13:46.013Z | Downloaded rustls-pemfile v1.0.3 |
811 | 2023-11-19T05:13:46.017Z | Downloaded instant v0.1.12 |
812 | 2023-11-19T05:13:46.021Z | Downloaded siphasher v0.3.11 |
813 | 2023-11-19T05:13:46.029Z | Downloaded semver v1.0.20 |
814 | 2023-11-19T05:13:46.035Z | Downloaded md5 v0.7.0 |
815 | 2023-11-19T05:13:46.039Z | Downloaded thread-id v4.2.0 |
816 | 2023-11-19T05:13:46.050Z | Downloaded fastrand v2.0.0 |
817 | 2023-11-19T05:13:46.062Z | Downloaded unicase v2.7.0 |
818 | 2023-11-19T05:13:46.072Z | Downloaded getrandom v0.2.10 |
819 | 2023-11-19T05:13:46.481Z | Downloaded cc v1.0.83 |
820 | 2023-11-19T05:13:46.523Z | Downloaded tokio-tungstenite v0.20.1 |
821 | 2023-11-19T05:13:46.527Z | Downloaded match_cfg v0.1.0 |
822 | 2023-11-19T05:13:46.533Z | Downloaded serde_spanned v0.6.4 |
823 | 2023-11-19T05:13:46.539Z | Downloaded unicode-xid v0.2.4 |
824 | 2023-11-19T05:13:46.544Z | Downloaded fixedbitset v0.4.2 |
825 | 2023-11-19T05:13:46.550Z | Downloaded ff v0.13.0 |
826 | 2023-11-19T05:13:46.555Z | Downloaded hmac v0.12.1 |
827 | 2023-11-19T05:13:46.561Z | Downloaded xattr v1.0.1 |
828 | 2023-11-19T05:13:46.570Z | Downloaded sct v0.7.0 |
829 | 2023-11-19T05:13:46.574Z | Downloaded thiserror-impl-no-std v2.0.2 |
830 | 2023-11-19T05:13:46.579Z | Downloaded serde_urlencoded v0.7.1 |
831 | 2023-11-19T05:13:46.589Z | Downloaded rustc_version v0.4.0 |
832 | 2023-11-19T05:13:46.594Z | Downloaded take_mut v0.2.2 |
833 | 2023-11-19T05:13:46.600Z | Downloaded strum v0.25.0 |
834 | 2023-11-19T05:13:46.608Z | Downloaded memoffset v0.9.0 |
835 | 2023-11-19T05:13:46.613Z | Downloaded httparse v1.8.0 |
836 | 2023-11-19T05:13:46.620Z | Downloaded walkdir v2.4.0 |
837 | 2023-11-19T05:13:46.630Z | Downloaded ryu v1.0.15 |
838 | 2023-11-19T05:13:46.636Z | Downloaded phf_shared v0.10.0 |
839 | 2023-11-19T05:13:46.643Z | Downloaded base64 v0.21.5 |
840 | 2023-11-19T05:13:46.648Z | Downloaded rustfmt-wrapper v0.2.0 |
841 | 2023-11-19T05:13:46.654Z | Downloaded md-5 v0.10.5 |
842 | 2023-11-19T05:13:46.659Z | Downloaded errno v0.3.2 |
843 | 2023-11-19T05:13:46.665Z | Downloaded num-bigint v0.4.4 |
844 | 2023-11-19T05:13:46.670Z | Downloaded slog-envlogger v2.2.0 |
845 | 2023-11-19T05:13:46.676Z | Downloaded tokio-stream v0.1.14 |
846 | 2023-11-19T05:13:46.683Z | Downloaded ident_case v1.0.1 |
847 | 2023-11-19T05:13:46.691Z | Downloaded hyper-staticfile v0.9.5 |
848 | 2023-11-19T05:13:46.696Z | Downloaded foreign-types-shared v0.3.1 |
849 | 2023-11-19T05:13:46.702Z | Downloaded foreign-types-macros v0.2.3 |
850 | 2023-11-19T05:13:46.707Z | Downloaded strum_macros v0.25.2 |
851 | 2023-11-19T05:13:46.712Z | Downloaded slog-dtrace v0.2.3 |
852 | 2023-11-19T05:13:46.717Z | Downloaded universal-hash v0.5.1 |
853 | 2023-11-19T05:13:46.723Z | Downloaded trust-dns-server v0.22.1 |
854 | 2023-11-19T05:13:46.728Z | Downloaded tungstenite v0.20.1 |
855 | 2023-11-19T05:13:46.734Z | Downloaded stable_deref_trait v1.2.0 |
856 | 2023-11-19T05:13:46.738Z | Downloaded usdt-attr-macro v0.3.5 |
857 | 2023-11-19T05:13:46.742Z | Downloaded thiserror-no-std v2.0.2 |
858 | 2023-11-19T05:13:46.746Z | Downloaded tinyvec v1.6.0 |
859 | 2023-11-19T05:13:46.750Z | Downloaded rand v0.8.5 |
860 | 2023-11-19T05:13:46.755Z | Downloaded managed v0.8.0 |
861 | 2023-11-19T05:13:46.759Z | Downloaded kstat-rs v0.2.3 |
862 | 2023-11-19T05:13:46.763Z | Downloaded foreign-types v0.5.0 |
863 | 2023-11-19T05:13:46.767Z | Downloaded socket2 v0.4.9 |
864 | 2023-11-19T05:13:46.771Z | Downloaded is-terminal v0.4.9 |
865 | 2023-11-19T05:13:46.777Z | Downloaded rustls-native-certs v0.6.3 |
866 | 2023-11-19T05:13:46.780Z | Downloaded fallible-iterator v0.2.0 |
867 | 2023-11-19T05:13:46.784Z | Downloaded usdt v0.3.5 |
868 | 2023-11-19T05:13:46.789Z | Downloaded unicode-width v0.1.11 |
869 | 2023-11-19T05:13:46.795Z | Downloaded pest_meta v2.7.2 |
870 | 2023-11-19T05:13:46.799Z | Downloaded linked-hash-map v0.5.6 |
871 | 2023-11-19T05:13:46.804Z | Downloaded usdt-impl v0.3.5 |
872 | 2023-11-19T05:13:46.808Z | Downloaded vsss-rs v3.3.1 |
873 | 2023-11-19T05:13:46.813Z | Downloaded slog-term v2.9.0 |
874 | 2023-11-19T05:13:46.818Z | Downloaded slog-json v2.6.1 |
875 | 2023-11-19T05:13:46.822Z | Downloaded terminal_size v0.2.6 |
876 | 2023-11-19T05:13:46.826Z | Downloaded thiserror-impl v1.0.49 |
877 | 2023-11-19T05:13:46.831Z | Downloaded futures-io v0.3.29 |
878 | 2023-11-19T05:13:46.835Z | Downloaded scopeguard v1.2.0 |
879 | 2023-11-19T05:13:46.840Z | Downloaded lazy_static v1.4.0 |
880 | 2023-11-19T05:13:46.845Z | Downloaded serde_tokenstream v0.2.0 |
881 | 2023-11-19T05:13:46.849Z | Downloaded zerocopy v0.3.0 |
882 | 2023-11-19T05:13:46.853Z | Downloaded smf v0.2.2 |
883 | 2023-11-19T05:13:46.857Z | Downloaded log v0.4.20 |
884 | 2023-11-19T05:13:46.861Z | Downloaded scheduled-thread-pool v0.2.7 |
885 | 2023-11-19T05:13:46.864Z | Downloaded keccak v0.1.4 |
886 | 2023-11-19T05:13:46.868Z | Downloaded sha2 v0.10.8 |
887 | 2023-11-19T05:13:46.874Z | Downloaded slog-async v2.8.0 |
888 | 2023-11-19T05:13:46.878Z | Downloaded hashbrown v0.13.2 |
889 | 2023-11-19T05:13:46.882Z | Downloaded iana-time-zone v0.1.57 |
890 | 2023-11-19T05:13:46.886Z | Downloaded hyper-rustls v0.24.2 |
891 | 2023-11-19T05:13:46.891Z | Downloaded toml_edit v0.19.15 |
892 | 2023-11-19T05:13:46.895Z | Downloaded sha1 v0.10.6 |
893 | 2023-11-19T05:13:46.900Z | Downloaded spin v0.9.8 |
894 | 2023-11-19T05:13:46.909Z | Downloaded postcard v0.7.3 |
895 | 2023-11-19T05:13:46.914Z | Downloaded hashbrown v0.12.3 |
896 | 2023-11-19T05:13:46.917Z | Downloaded signal-hook v0.3.17 |
897 | 2023-11-19T05:13:46.921Z | Downloaded tokio-postgres v0.7.10 |
898 | 2023-11-19T05:13:46.926Z | Downloaded tar v0.4.40 |
899 | 2023-11-19T05:13:46.931Z | Downloaded tempfile v3.8.0 |
900 | 2023-11-19T05:13:46.935Z | Downloaded serde_yaml v0.9.25 |
901 | 2023-11-19T05:13:46.940Z | Downloaded libm v0.2.7 |
902 | 2023-11-19T05:13:46.949Z | Downloaded socket2 v0.5.4 |
903 | 2023-11-19T05:13:46.953Z | Downloaded flate2 v1.0.28 |
904 | 2023-11-19T05:13:46.957Z | Downloaded serde v1.0.192 |
905 | 2023-11-19T05:13:46.960Z | Downloaded reqwest v0.11.22 |
906 | 2023-11-19T05:13:46.965Z | Downloaded serde_with v2.3.3 |
907 | 2023-11-19T05:13:46.969Z | Downloaded toml_edit v0.21.0 |
908 | 2023-11-19T05:13:46.973Z | Downloaded unicode-segmentation v1.10.1 |
909 | 2023-11-19T05:13:46.978Z | Downloaded petgraph v0.6.4 |
910 | 2023-11-19T05:13:46.982Z | Downloaded time v0.3.27 |
911 | 2023-11-19T05:13:46.986Z | Downloaded hkdf v0.12.3 |
912 | 2023-11-19T05:13:46.990Z | Downloaded itertools v0.11.0 |
913 | 2023-11-19T05:13:46.994Z | Downloaded winnow v0.5.15 |
914 | 2023-11-19T05:13:46.998Z | Downloaded itertools v0.10.5 |
915 | 2023-11-19T05:13:47.002Z | Downloaded h2 v0.3.21 |
916 | 2023-11-19T05:13:47.006Z | Downloaded object v0.32.1 |
917 | 2023-11-19T05:13:47.011Z | Downloaded vcpkg v0.2.15 |
918 | 2023-11-19T05:13:47.016Z | Downloaded smoltcp v0.8.2 |
919 | 2023-11-19T05:13:47.020Z | Downloaded idna v0.2.3 |
920 | 2023-11-19T05:13:47.024Z | Downloaded smoltcp v0.9.1 |
921 | 2023-11-19T05:13:47.028Z | Downloaded openapiv3 v2.0.0-rc.1 |
922 | 2023-11-19T05:13:47.031Z | Downloaded rustix v0.37.23 |
923 | 2023-11-19T05:13:47.035Z | Downloaded syn v1.0.109 |
924 | 2023-11-19T05:13:47.039Z | Downloaded regex-syntax v0.8.2 |
925 | 2023-11-19T05:13:47.043Z | Downloaded zerocopy-derive v0.2.0 |
926 | 2023-11-19T05:13:47.047Z | Downloaded rustix v0.38.9 |
927 | 2023-11-19T05:13:47.051Z | Downloaded zerocopy-derive v0.6.4 |
928 | 2023-11-19T05:13:47.055Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
929 | 2023-11-19T05:13:47.061Z | Downloaded regex-syntax v0.7.5 |
930 | 2023-11-19T05:13:47.066Z | Downloaded sled v0.34.7 |
931 | 2023-11-19T05:13:47.069Z | Downloaded encoding_rs v0.8.33 |
932 | 2023-11-19T05:13:47.073Z | Downloaded winapi v0.3.9 |
933 | 2023-11-19T05:13:47.076Z | Downloaded regex-automata v0.4.3 |
934 | 2023-11-19T05:13:47.079Z | Downloaded regex-automata v0.3.8 |
935 | 2023-11-19T05:13:47.082Z | Downloaded libc v0.2.150 |
936 | 2023-11-19T05:13:47.086Z | Downloaded tokio v1.33.0 |
937 | 2023-11-19T05:13:47.089Z | Downloaded idna v0.4.0 |
938 | 2023-11-19T05:13:47.092Z | Downloaded diesel v2.1.3 |
939 | 2023-11-19T05:13:47.095Z | Downloaded sha3 v0.10.8 |
940 | 2023-11-19T05:13:47.098Z | Downloaded rustls v0.21.9 |
941 | 2023-11-19T05:13:47.101Z | Downloaded gimli v0.28.0 |
942 | 2023-11-19T05:13:47.115Z | Downloaded webpki-roots v0.25.2 |
943 | 2023-11-19T05:13:47.119Z | Downloaded trust-dns-proto v0.22.0 |
944 | 2023-11-19T05:13:47.122Z | Downloaded regex v1.10.2 |
945 | 2023-11-19T05:13:47.126Z | Downloaded radix_trie v0.2.1 |
946 | 2023-11-19T05:13:47.129Z | Downloaded curve25519-dalek v4.1.0 |
947 | 2023-11-19T05:13:47.132Z | Downloaded bstr v1.6.0 |
948 | 2023-11-19T05:13:47.137Z | Downloaded hyper v0.14.27 |
949 | 2023-11-19T05:13:47.141Z | Downloaded regress v0.7.1 |
950 | 2023-11-19T05:13:47.144Z | Downloaded syn v2.0.32 |
951 | 2023-11-19T05:13:47.149Z | Downloaded rustls-webpki v0.101.7 |
952 | 2023-11-19T05:13:47.151Z | Downloaded openssl v0.10.57 |
953 | 2023-11-19T05:13:47.155Z | Downloaded bstr v0.2.17 |
954 | 2023-11-19T05:13:47.159Z | Downloaded serde_json v1.0.108 |
955 | 2023-11-19T05:13:47.163Z | Downloaded futures-util v0.3.29 |
956 | 2023-11-19T05:13:47.166Z | Downloaded chrono v0.4.31 |
957 | 2023-11-19T05:13:47.169Z | Downloaded regex-automata v0.1.10 |
958 | 2023-11-19T05:13:47.172Z | Downloaded hashbrown v0.14.2 |
959 | 2023-11-19T05:13:47.176Z | Downloaded aho-corasick v1.0.4 |
960 | 2023-11-19T05:13:47.179Z | Downloaded clap_builder v4.4.2 |
961 | 2023-11-19T05:13:47.182Z | Downloaded tracing v0.1.37 |
962 | 2023-11-19T05:13:47.186Z | Downloaded unicode-normalization v0.1.22 |
963 | 2023-11-19T05:13:47.189Z | Downloaded elliptic-curve v0.13.5 |
964 | 2023-11-19T05:13:47.193Z | Downloaded memchr v2.6.3 |
965 | 2023-11-19T05:13:47.196Z | Downloaded russh v0.39.0 |
966 | 2023-11-19T05:13:47.199Z | Downloaded aes-gcm v0.10.3 |
967 | 2023-11-19T05:13:47.202Z | Downloaded ed25519-dalek v2.0.0 |
968 | 2023-11-19T05:13:47.205Z | Downloaded aes v0.8.3 |
969 | 2023-11-19T05:13:47.208Z | Downloaded http v0.2.9 |
970 | 2023-11-19T05:13:47.212Z | Downloaded indexmap v1.9.3 |
971 | 2023-11-19T05:13:47.215Z | Downloaded smallvec v1.11.0 |
972 | 2023-11-19T05:13:47.218Z | Downloaded crossterm v0.27.0 |
973 | 2023-11-19T05:13:47.221Z | Downloaded slab v0.4.9 |
974 | 2023-11-19T05:13:47.224Z | Downloaded indexmap v2.1.0 |
975 | 2023-11-19T05:13:47.227Z | Downloaded zone v0.3.0 |
976 | 2023-11-19T05:13:47.231Z | Downloaded zip v0.6.6 |
977 | 2023-11-19T05:13:47.234Z | Downloaded pest v2.7.2 |
978 | 2023-11-19T05:13:47.237Z | Downloaded structopt-derive v0.4.18 |
979 | 2023-11-19T05:13:47.240Z | Downloaded spin v0.5.2 |
980 | 2023-11-19T05:13:47.244Z | Downloaded structopt v0.3.26 |
981 | 2023-11-19T05:13:47.247Z | Downloaded toml v0.8.8 |
982 | 2023-11-19T05:13:47.250Z | Downloaded serde_repr v0.1.16 |
983 | 2023-11-19T05:13:47.253Z | Downloaded synstructure v0.12.6 |
984 | 2023-11-19T05:13:47.256Z | Downloaded serde_path_to_error v0.1.14 |
985 | 2023-11-19T05:13:47.259Z | Downloaded schemars v0.8.13 |
986 | 2023-11-19T05:13:47.262Z | Downloaded ring v0.17.5 |
987 | 2023-11-19T05:13:47.353Z | Downloaded slog v2.7.0 |
988 | 2023-11-19T05:13:47.365Z | Downloaded url v2.4.1 |
989 | 2023-11-19T05:13:47.369Z | Downloaded tokio-util v0.7.10 |
990 | 2023-11-19T05:13:47.373Z | Downloaded yasna v0.5.2 |
991 | 2023-11-19T05:13:47.379Z | Downloaded trust-dns-client v0.22.0 |
992 | 2023-11-19T05:13:47.385Z | Downloaded ring v0.16.20 |
993 | 2023-11-19T05:13:47.546Z | Downloaded signal-hook-registry v1.4.1 |
994 | 2023-11-19T05:13:47.549Z | Downloaded term v0.7.0 |
995 | 2023-11-19T05:13:47.553Z | Downloaded waitgroup v0.1.2 |
996 | 2023-11-19T05:13:47.556Z | Downloaded lock_api v0.4.10 |
997 | 2023-11-19T05:13:47.559Z | Downloaded uuid v1.5.0 |
998 | 2023-11-19T05:13:47.565Z | Downloaded similar v2.2.1 |
999 | 2023-11-19T05:13:47.572Z | Downloaded serde_with_macros v2.3.3 |
1000 | 2023-11-19T05:13:47.575Z | Downloaded io-lifetimes v1.0.11 |
1001 | 2023-11-19T05:13:47.579Z | Downloaded rustversion v1.0.14 |
1002 | 2023-11-19T05:13:47.583Z | Downloaded serde_derive v1.0.192 |
1003 | 2023-11-19T05:13:47.587Z | Downloaded subprocess v0.2.9 |
1004 | 2023-11-19T05:13:47.591Z | Downloaded macaddr v1.0.1 |
1005 | 2023-11-19T05:13:47.594Z | Downloaded lru-cache v0.1.2 |
1006 | 2023-11-19T05:13:47.599Z | Downloaded ipnetwork v0.20.0 |
1007 | 2023-11-19T05:13:47.602Z | Downloaded spki v0.7.2 |
1008 | 2023-11-19T05:13:47.605Z | Downloaded toml v0.5.11 |
1009 | 2023-11-19T05:13:47.608Z | Downloaded heapless v0.7.16 |
1010 | 2023-11-19T05:13:47.611Z | Downloaded der v0.7.8 |
1011 | 2023-11-19T05:13:47.620Z | Downloaded tracing-core v0.1.31 |
1012 | 2023-11-19T05:13:47.625Z | Downloaded trust-dns-resolver v0.22.0 |
1013 | 2023-11-19T05:13:47.632Z | Downloaded crossbeam-channel v0.5.8 |
1014 | 2023-11-19T05:13:47.639Z | Downloaded libefi-sys v0.1.0 |
1015 | 2023-11-19T05:13:47.643Z | Downloaded hubpack v0.1.2 |
1016 | 2023-11-19T05:13:47.647Z | Downloaded structmeta-derive v0.2.0 |
1017 | 2023-11-19T05:13:47.649Z | Downloaded subtle v2.5.0 |
1018 | 2023-11-19T05:13:47.652Z | Downloaded schemars_derive v0.8.13 |
1019 | 2023-11-19T05:13:47.655Z | Downloaded same-file v1.0.6 |
1020 | 2023-11-19T05:13:47.657Z | Downloaded lalrpop-util v0.19.12 |
1021 | 2023-11-19T05:13:47.660Z | Downloaded slog-bunyan v2.4.0 |
1022 | 2023-11-19T05:13:47.664Z | Downloaded postcard-cobs v0.1.5-pre |
1023 | 2023-11-19T05:13:47.667Z | Downloaded zerocopy v0.6.4 |
1024 | 2023-11-19T05:13:47.670Z | Downloaded mime v0.3.17 |
1025 | 2023-11-19T05:13:47.673Z | Downloaded hubpack_derive v0.1.1 |
1026 | 2023-11-19T05:13:47.676Z | Downloaded foreign-types-shared v0.1.1 |
1027 | 2023-11-19T05:13:47.679Z | Downloaded ipnet v2.8.0 |
1028 | 2023-11-19T05:13:47.682Z | Downloaded headers v0.3.9 |
1029 | 2023-11-19T05:13:47.685Z | Downloaded signal-hook-mio v0.2.3 |
1030 | 2023-11-19T05:13:47.688Z | Downloaded secrecy v0.8.0 |
1031 | 2023-11-19T05:13:47.693Z | Downloaded r2d2 v0.8.10 |
1032 | 2023-11-19T05:13:47.696Z | Downloaded serde_tokenstream v0.1.7 |
1033 | 2023-11-19T05:13:47.699Z | Downloaded tokio-rustls v0.24.1 |
1034 | 2023-11-19T05:13:47.704Z | Downloaded filetime v0.2.22 |
1035 | 2023-11-19T05:13:47.707Z | Downloaded tokio-native-tls v0.3.1 |
1036 | 2023-11-19T05:13:47.710Z | Downloaded futures v0.3.29 |
1037 | 2023-11-19T05:13:47.713Z | Downloaded unicode-bidi v0.3.13 |
1038 | 2023-11-19T05:13:47.719Z | Downloaded backtrace v0.3.69 |
1039 | 2023-11-19T05:13:47.724Z | Downloaded arc-swap v1.6.0 |
1040 | 2023-11-19T05:13:47.728Z | Downloaded ucd-trie v0.1.6 |
1041 | 2023-11-19T05:13:47.731Z | Downloaded typenum v1.16.0 |
1042 | 2023-11-19T05:13:47.735Z | Downloaded toml v0.7.8 |
1043 | 2023-11-19T05:13:47.738Z | Downloaded half v1.8.2 |
1044 | 2023-11-19T05:13:47.742Z | Downloaded unsafe-libyaml v0.2.9 |
1045 | 2023-11-19T05:13:47.746Z | Downloaded inout v0.1.3 |
1046 | 2023-11-19T05:13:47.749Z | Downloaded string_cache v0.8.7 |
1047 | 2023-11-19T05:13:47.752Z | Downloaded unicode-ident v1.0.12 |
1048 | 2023-11-19T05:13:47.757Z | Downloaded rcgen v0.11.3 |
1049 | 2023-11-19T05:13:47.761Z | Downloaded slog-scope v4.4.0 |
1050 | 2023-11-19T05:13:47.764Z | Downloaded textwrap v0.11.0 |
1051 | 2023-11-19T05:13:47.767Z | Downloaded stringprep v0.1.3 |
1052 | 2023-11-19T05:13:47.771Z | Downloaded itoa v1.0.9 |
1053 | 2023-11-19T05:13:47.774Z | Downloaded signature v2.1.0 |
1054 | 2023-11-19T05:13:47.777Z | Downloaded futures-channel v0.3.29 |
1055 | 2023-11-19T05:13:47.780Z | Downloaded thiserror v1.0.49 |
1056 | 2023-11-19T05:13:47.783Z | Downloaded try-lock v0.2.4 |
1057 | 2023-11-19T05:13:47.790Z | Downloaded tokio-macros v2.1.0 |
1058 | 2023-11-19T05:13:47.793Z | Downloaded serde_derive_internals v0.26.0 |
1059 | 2023-11-19T05:13:47.799Z | Downloaded tracing-attributes v0.1.26 |
1060 | 2023-11-19T05:13:47.802Z | Downloaded pem v3.0.2 |
1061 | 2023-11-19T05:13:47.805Z | Downloaded getrandom v0.1.16 |
1062 | 2023-11-19T05:13:47.808Z | Downloaded float-cmp v0.9.0 |
1063 | 2023-11-19T05:13:47.811Z | Downloaded static_assertions v1.1.0 |
1064 | 2023-11-19T05:13:47.815Z | Downloaded futures-executor v0.3.29 |
1065 | 2023-11-19T05:13:47.818Z | Downloaded either v1.9.0 |
1066 | 2023-11-19T05:13:47.821Z | Downloaded hyper-tls v0.5.0 |
1067 | 2023-11-19T05:13:47.826Z | Downloaded structmeta v0.2.0 |
1068 | 2023-11-19T05:13:47.829Z | Downloaded strsim v0.10.0 |
1069 | 2023-11-19T05:13:47.832Z | Downloaded strsim v0.8.0 |
1070 | 2023-11-19T05:13:47.836Z | Downloaded form_urlencoded v1.2.0 |
1071 | 2023-11-19T05:13:47.839Z | Downloaded slog-stdlog v4.1.1 |
1072 | 2023-11-19T05:13:47.842Z | Downloaded utf8parse v0.2.1 |
1073 | 2023-11-19T05:13:47.845Z | Downloaded crypto-bigint v0.5.2 |
1074 | 2023-11-19T05:13:47.850Z | Downloaded futures-core v0.3.29 |
1075 | 2023-11-19T05:13:47.855Z | Downloaded proc-macro2 v1.0.69 |
1076 | 2023-11-19T05:13:47.858Z | Downloaded mio v0.8.8 |
1077 | 2023-11-19T05:13:47.863Z | Downloaded bytes v1.5.0 |
1078 | 2023-11-19T05:13:47.866Z | Downloaded diesel_derives v2.1.1 |
1079 | 2023-11-19T05:13:47.869Z | Downloaded parking_lot_core v0.9.8 |
1080 | 2023-11-19T05:13:47.873Z | Downloaded addr2line v0.21.0 |
1081 | 2023-11-19T05:13:47.876Z | Downloaded zeroize v1.6.0 |
1082 | 2023-11-19T05:13:47.879Z | Downloaded clap v4.4.3 |
1083 | 2023-11-19T05:13:47.882Z | Downloaded semver-parser v0.10.2 |
1084 | 2023-11-19T05:13:47.888Z | Downloaded base64 v0.13.1 |
1085 | 2023-11-19T05:13:47.891Z | Downloaded glob v0.3.1 |
1086 | 2023-11-19T05:13:47.894Z | Downloaded futures-sink v0.3.29 |
1087 | 2023-11-19T05:13:47.897Z | Downloaded cancel-safe-futures v0.1.5 |
1088 | 2023-11-19T05:13:47.900Z | Downloaded futures-task v0.3.29 |
1089 | 2023-11-19T05:13:47.919Z | Downloaded group v0.13.0 |
1090 | 2023-11-19T05:13:47.923Z | Downloaded ghash v0.5.0 |
1091 | 2023-11-19T05:13:47.928Z | Downloaded futures-macro v0.3.29 |
1092 | 2023-11-19T05:13:47.931Z | Downloaded fnv v1.0.7 |
1093 | 2023-11-19T05:13:47.934Z | Downloaded enum-as-inner v0.5.1 |
1094 | 2023-11-19T05:13:47.937Z | Downloaded toml_datetime v0.6.5 |
1095 | 2023-11-19T05:13:47.940Z | Downloaded untrusted v0.9.0 |
1096 | 2023-11-19T05:13:47.943Z | Downloaded derive_more v0.99.17 |
1097 | 2023-11-19T05:13:47.948Z | Downloaded clap v2.34.0 |
1098 | 2023-11-19T05:13:47.951Z | Downloaded version_check v0.9.4 |
1099 | 2023-11-19T05:13:47.954Z | Downloaded crc32fast v1.3.2 |
1100 | 2023-11-19T05:13:47.957Z | Downloaded proc-macro-error v1.0.4 |
1101 | 2023-11-19T05:13:47.960Z | Downloaded colored v2.0.4 |
1102 | 2023-11-19T05:13:47.963Z | Downloaded http-body v0.4.5 |
1103 | 2023-11-19T05:13:47.966Z | Downloaded hostname v0.3.1 |
1104 | 2023-11-19T05:13:47.970Z | Downloaded hex-literal v0.4.1 |
1105 | 2023-11-19T05:13:47.973Z | Downloaded zeroize_derive v1.4.2 |
1106 | 2023-11-19T05:13:47.976Z | Downloaded vec_map v0.8.2 |
1107 | 2023-11-19T05:13:47.980Z | Downloaded quote v1.0.33 |
1108 | 2023-11-19T05:13:47.983Z | Downloaded postgres-types v0.2.6 |
1109 | 2023-11-19T05:13:47.986Z | Downloaded clap_lex v0.5.1 |
1110 | 2023-11-19T05:13:47.989Z | Downloaded password-hash v0.5.0 |
1111 | 2023-11-19T05:13:47.992Z | Downloaded async-trait v0.1.74 |
1112 | 2023-11-19T05:13:47.995Z | Downloaded parking_lot v0.11.2 |
1113 | 2023-11-19T05:13:47.998Z | Downloaded bitflags v2.4.0 |
1114 | 2023-11-19T05:13:48.001Z | Downloaded argon2 v0.5.2 |
1115 | 2023-11-19T05:13:48.005Z | Downloaded rand_core v0.5.1 |
1116 | 2023-11-19T05:13:48.008Z | Downloaded num_enum_derive v0.5.11 |
1117 | 2023-11-19T05:13:48.010Z | Downloaded dyn-clone v1.0.13 |
1118 | 2023-11-19T05:13:48.014Z | Downloaded cipher v0.4.4 |
1119 | 2023-11-19T05:13:48.017Z | Downloaded phf v0.11.2 |
1120 | 2023-11-19T05:13:48.020Z | Downloaded headers-core v0.2.0 |
1121 | 2023-11-19T05:13:48.023Z | Downloaded generic-array v0.14.7 |
1122 | 2023-11-19T05:13:48.026Z | Downloaded foreign-types v0.3.2 |
1123 | 2023-11-19T05:13:48.029Z | Downloaded endian-type v0.1.2 |
1124 | 2023-11-19T05:13:48.032Z | Downloaded ed25519 v2.2.2 |
1125 | 2023-11-19T05:13:48.034Z | Downloaded heck v0.4.1 |
1126 | 2023-11-19T05:13:48.037Z | Downloaded dirs v5.0.1 |
1127 | 2023-11-19T05:13:48.040Z | Downloaded ansi_term v0.12.1 |
1128 | 2023-11-19T05:13:48.045Z | Downloaded rand_core v0.6.4 |
1129 | 2023-11-19T05:13:48.048Z | Downloaded rand_chacha v0.3.1 |
1130 | 2023-11-19T05:13:48.052Z | Downloaded quick-error v1.2.3 |
1131 | 2023-11-19T05:13:48.054Z | Downloaded percent-encoding v2.3.0 |
1132 | 2023-11-19T05:13:48.057Z | Downloaded ciborium-ll v0.2.1 |
1133 | 2023-11-19T05:13:48.060Z | Downloaded bit-set v0.5.3 |
1134 | 2023-11-19T05:13:48.063Z | Downloaded anstream v0.5.0 |
1135 | 2023-11-19T05:13:48.065Z | Downloaded usdt-macro v0.3.5 |
1136 | 2023-11-19T05:13:48.068Z | Downloaded untrusted v0.7.1 |
1137 | 2023-11-19T05:13:48.071Z | Downloaded cpufeatures v0.2.9 |
1138 | 2023-11-19T05:13:48.074Z | Downloaded num-integer v0.1.45 |
1139 | 2023-11-19T05:13:48.077Z | Downloaded deranged v0.3.8 |
1140 | 2023-11-19T05:13:48.080Z | Downloaded block-buffer v0.10.4 |
1141 | 2023-11-19T05:13:48.084Z | Downloaded autocfg v1.1.0 |
1142 | 2023-11-19T05:13:48.087Z | Downloaded debug-ignore v1.0.5 |
1143 | 2023-11-19T05:13:48.089Z | Downloaded base16ct v0.2.0 |
1144 | 2023-11-19T05:13:48.093Z | Downloaded toolchain_find v0.2.0 |
1145 | 2023-11-19T05:13:48.096Z | Downloaded proc-macro-error-attr v1.0.4 |
1146 | 2023-11-19T05:13:48.099Z | Downloaded convert_case v0.4.0 |
1147 | 2023-11-19T05:13:48.102Z | Downloaded russh-cryptovec v0.7.0 |
1148 | 2023-11-19T05:13:48.105Z | Downloaded num-traits v0.2.16 |
1149 | 2023-11-19T05:13:48.108Z | Downloaded chacha20poly1305 v0.10.1 |
1150 | 2023-11-19T05:13:48.112Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1151 | 2023-11-19T05:13:48.115Z | Downloaded darling_macro v0.20.3 |
1152 | 2023-11-19T05:13:48.118Z | Downloaded colorchoice v1.0.0 |
1153 | 2023-11-19T05:13:48.121Z | Downloaded digest v0.10.7 |
1154 | 2023-11-19T05:13:48.124Z | Downloaded parse-display-derive v0.8.2 |
1155 | 2023-11-19T05:13:48.127Z | Downloaded darling_core v0.20.3 |
1156 | 2023-11-19T05:13:48.130Z | Downloaded crypto-common v0.1.6 |
1157 | 2023-11-19T05:13:48.133Z | Downloaded pem v1.1.1 |
1158 | 2023-11-19T05:13:48.136Z | Downloaded password-hash v0.4.2 |
1159 | 2023-11-19T05:13:48.140Z | Downloaded proc-macro-crate v1.3.1 |
1160 | 2023-11-19T05:13:48.143Z | Downloaded num-derive v0.4.0 |
1161 | 2023-11-19T05:13:48.146Z | Downloaded crucible-workspace-hack v0.1.0 |
1162 | 2023-11-19T05:13:48.150Z | Downloaded cstr-argument v0.1.2 |
1163 | 2023-11-19T05:13:48.153Z | Downloaded data-encoding v2.4.0 |
1164 | 2023-11-19T05:13:48.156Z | Downloaded parse-display v0.8.2 |
1165 | 2023-11-19T05:13:48.159Z | Downloaded atty v0.2.14 |
1166 | 2023-11-19T05:13:48.162Z | Downloaded openssl-macros v0.1.1 |
1167 | 2023-11-19T05:13:48.166Z | Downloaded num-rational v0.4.1 |
1168 | 2023-11-19T05:13:48.169Z | Downloaded new_debug_unreachable v1.0.4 |
1169 | 2023-11-19T05:13:48.173Z | Downloaded ciborium v0.2.1 |
1170 | 2023-11-19T05:13:48.177Z | Downloaded ahash v0.8.3 |
1171 | 2023-11-19T05:13:48.180Z | Downloaded poly1305 v0.8.0 |
1172 | 2023-11-19T05:13:48.183Z | Downloaded num_enum v0.5.11 |
1173 | 2023-11-19T05:13:48.186Z | Downloaded num_cpus v1.16.0 |
1174 | 2023-11-19T05:13:48.189Z | Downloaded num v0.4.1 |
1175 | 2023-11-19T05:13:48.192Z | Downloaded multer v2.1.0 |
1176 | 2023-11-19T05:13:48.195Z | Downloaded chacha20 v0.9.1 |
1177 | 2023-11-19T05:13:48.198Z | Downloaded camino-tempfile v1.0.2 |
1178 | 2023-11-19T05:13:48.201Z | Downloaded block-padding v0.3.3 |
1179 | 2023-11-19T05:13:48.204Z | Downloaded async-stream-impl v0.3.5 |
1180 | 2023-11-19T05:13:48.207Z | Downloaded rand v0.7.3 |
1181 | 2023-11-19T05:13:48.210Z | Downloaded opaque-debug v0.3.0 |
1182 | 2023-11-19T05:13:48.213Z | Downloaded num_threads v0.1.6 |
1183 | 2023-11-19T05:13:48.216Z | Downloaded miniz_oxide v0.7.1 |
1184 | 2023-11-19T05:13:48.219Z | Downloaded pin-project-lite v0.2.13 |
1185 | 2023-11-19T05:13:48.222Z | Downloaded predicates v3.0.4 |
1186 | 2023-11-19T05:13:48.225Z | Downloaded polyval v0.6.1 |
1187 | 2023-11-19T05:13:48.229Z | Downloaded pin-utils v0.1.0 |
1188 | 2023-11-19T05:13:48.231Z | Downloaded once_cell v1.18.0 |
1189 | 2023-11-19T05:13:48.235Z | Downloaded num-complex v0.4.4 |
1190 | 2023-11-19T05:13:48.237Z | Downloaded native-tls v0.2.11 |
1191 | 2023-11-19T05:13:48.240Z | Downloaded mime_guess v2.0.4 |
1192 | 2023-11-19T05:13:48.243Z | Downloaded bzip2 v0.4.4 |
1193 | 2023-11-19T05:13:48.245Z | Downloaded pretty-hex v0.3.0 |
1194 | 2023-11-19T05:13:48.248Z | Downloaded pretty-hex v0.2.1 |
1195 | 2023-11-19T05:13:48.251Z | Downloaded predicates-core v1.0.6 |
1196 | 2023-11-19T05:13:48.254Z | Downloaded precomputed-hash v0.1.1 |
1197 | 2023-11-19T05:13:48.257Z | Downloaded platforms v3.0.2 |
1198 | 2023-11-19T05:13:48.260Z | Downloaded phf_shared v0.11.2 |
1199 | 2023-11-19T05:13:48.263Z | Downloaded pest_generator v2.7.2 |
1200 | 2023-11-19T05:13:48.266Z | Downloaded nibble_vec v0.1.0 |
1201 | 2023-11-19T05:13:48.269Z | Downloaded camino v1.1.6 |
1202 | 2023-11-19T05:13:48.272Z | Downloaded blowfish v0.9.1 |
1203 | 2023-11-19T05:13:48.275Z | Downloaded cfg-if v1.0.0 |
1204 | 2023-11-19T05:13:48.278Z | Downloaded async-stream v0.3.5 |
1205 | 2023-11-19T05:13:48.280Z | Downloaded base64ct v1.6.0 |
1206 | 2023-11-19T05:13:48.284Z | Downloaded bit-vec v0.6.3 |
1207 | 2023-11-19T05:13:48.287Z | Downloaded anstyle-parse v0.2.1 |
1208 | 2023-11-19T05:13:48.290Z | Downloaded bcrypt-pbkdf v0.10.0 |
1209 | 2023-11-19T05:13:48.617Z | Compiling proc-macro2 v1.0.69 |
1210 | 2023-11-19T05:13:48.620Z | Compiling unicode-ident v1.0.12 |
1211 | 2023-11-19T05:13:48.624Z | Compiling libc v0.2.150 |
1212 | 2023-11-19T05:13:48.626Z | Compiling serde v1.0.192 |
1213 | 2023-11-19T05:13:48.639Z | Compiling autocfg v1.1.0 |
1214 | 2023-11-19T05:13:48.642Z | Compiling version_check v0.9.4 |
1215 | 2023-11-19T05:13:48.645Z | Compiling cfg-if v1.0.0 |
1216 | 2023-11-19T05:13:48.805Z | Compiling syn v1.0.109 |
1217 | 2023-11-19T05:13:49.241Z | Compiling typenum v1.16.0 |
1218 | 2023-11-19T05:13:49.244Z | Compiling once_cell v1.18.0 |
1219 | 2023-11-19T05:13:49.526Z | Compiling parking_lot_core v0.9.8 |
1220 | 2023-11-19T05:13:49.620Z | Compiling generic-array v0.14.7 |
1221 | 2023-11-19T05:13:49.708Z | Compiling lock_api v0.4.10 |
1222 | 2023-11-19T05:13:50.824Z | Compiling libm v0.2.7 |
1223 | 2023-11-19T05:13:50.836Z | Compiling thiserror v1.0.49 |
1224 | 2023-11-19T05:13:50.908Z | Compiling num-traits v0.2.16 |
1225 | 2023-11-19T05:13:51.374Z | Compiling futures-core v0.3.29 |
1226 | 2023-11-19T05:13:51.386Z | Compiling itoa v1.0.9 |
1227 | 2023-11-19T05:13:51.546Z | Compiling memchr v2.6.3 |
1228 | 2023-11-19T05:13:51.591Z | Compiling serde_json v1.0.108 |
1229 | 2023-11-19T05:13:51.624Z | Compiling log v0.4.20 |
1230 | 2023-11-19T05:13:51.860Z | Compiling slab v0.4.9 |
1231 | 2023-11-19T05:13:52.148Z | Compiling futures-task v0.3.29 |
1232 | 2023-11-19T05:13:52.375Z | Compiling futures-channel v0.3.29 |
1233 | 2023-11-19T05:13:52.708Z | Compiling quote v1.0.33 |
1234 | 2023-11-19T05:13:52.739Z | Compiling futures-util v0.3.29 |
1235 | 2023-11-19T05:13:52.771Z | Compiling scopeguard v1.2.0 |
1236 | 2023-11-19T05:13:53.245Z | Compiling syn v2.0.32 |
1237 | 2023-11-19T05:13:53.833Z | Compiling getrandom v0.2.10 |
1238 | 2023-11-19T05:13:53.989Z | Compiling cc v1.0.83 |
1239 | 2023-11-19T05:13:54.009Z | Compiling smallvec v1.11.0 |
1240 | 2023-11-19T05:13:54.394Z | Compiling rand_core v0.6.4 |
1241 | 2023-11-19T05:13:54.683Z | Compiling ryu v1.0.15 |
1242 | 2023-11-19T05:13:55.028Z | Compiling heck v0.4.1 |
1243 | 2023-11-19T05:13:55.239Z | Compiling pin-project-lite v0.2.13 |
1244 | 2023-11-19T05:13:55.406Z | Compiling signal-hook-registry v1.4.1 |
1245 | 2023-11-19T05:13:55.732Z | Compiling schemars v0.8.13 |
1246 | 2023-11-19T05:13:56.288Z | Compiling parking_lot v0.12.1 |
1247 | 2023-11-19T05:13:56.523Z | Compiling pkg-config v0.3.27 |
1248 | 2023-11-19T05:13:56.861Z | Compiling mio v0.8.8 |
1249 | 2023-11-19T05:13:57.246Z | Compiling subtle v2.5.0 |
1250 | 2023-11-19T05:13:57.695Z | Compiling hashbrown v0.14.2 |
1251 | 2023-11-19T05:13:57.932Z | Compiling equivalent v1.0.1 |
1252 | 2023-11-19T05:13:58.079Z | Compiling socket2 v0.5.4 |
1253 | 2023-11-19T05:13:58.212Z | Compiling num_cpus v1.16.0 |
1254 | 2023-11-19T05:13:58.274Z | Compiling spin v0.5.2 |
1255 | 2023-11-19T05:13:58.374Z | Compiling httparse v1.8.0 |
1256 | 2023-11-19T05:13:58.605Z | Compiling fnv v1.0.7 |
1257 | 2023-11-19T05:13:58.630Z | Compiling byteorder v1.5.0 |
1258 | 2023-11-19T05:13:58.786Z | Compiling iana-time-zone v0.1.57 |
1259 | 2023-11-19T05:13:58.947Z | Compiling ring v0.16.20 |
1260 | 2023-11-19T05:13:59.005Z | Compiling indexmap v1.9.3 |
1261 | 2023-11-19T05:13:59.376Z | Compiling futures-sink v0.3.29 |
1262 | 2023-11-19T05:13:59.469Z | Compiling ring v0.17.5 |
1263 | 2023-11-19T05:13:59.495Z | Compiling vcpkg v0.2.15 |
1264 | 2023-11-19T05:14:00.099Z | Compiling pin-utils v0.1.0 |
1265 | 2023-11-19T05:14:00.123Z | Compiling futures-io v0.3.29 |
1266 | 2023-11-19T05:14:00.206Z | Compiling semver v1.0.20 |
1267 | 2023-11-19T05:14:00.230Z | Compiling dyn-clone v1.0.13 |
1268 | 2023-11-19T05:14:00.545Z | Compiling ahash v0.8.3 |
1269 | 2023-11-19T05:14:00.581Z | Compiling tracing-core v0.1.31 |
1270 | 2023-11-19T05:14:00.903Z | Compiling const-oid v0.9.5 |
1271 | 2023-11-19T05:14:01.057Z | Compiling tinyvec_macros v0.1.1 |
1272 | 2023-11-19T05:14:01.183Z | Compiling async-trait v0.1.74 |
1273 | 2023-11-19T05:14:01.890Z | Compiling tinyvec v1.6.0 |
1274 | 2023-11-19T05:14:02.220Z | Compiling openssl-sys v0.9.93 |
1275 | 2023-11-19T05:14:02.949Z | Compiling rustls v0.21.9 |
1276 | 2023-11-19T05:14:03.340Z | Compiling openssl v0.10.57 |
1277 | 2023-11-19T05:14:03.739Z | Compiling ucd-trie v0.1.6 |
1278 | 2023-11-19T05:14:03.856Z | Compiling time-core v0.1.1 |
1279 | 2023-11-19T05:14:03.931Z | Compiling unicode-bidi v0.3.13 |
1280 | 2023-11-19T05:14:04.100Z | Compiling winnow v0.5.15 |
1281 | 2023-11-19T05:14:04.318Z | Compiling unicode-normalization v0.1.22 |
1282 | 2023-11-19T05:14:04.708Z | Compiling time-macros v0.2.13 |
1283 | 2023-11-19T05:14:05.797Z | Compiling serde_derive_internals v0.26.0 |
1284 | 2023-11-19T05:14:06.239Z | Compiling native-tls v0.2.11 |
1285 | 2023-11-19T05:14:06.592Z | Compiling cpufeatures v0.2.9 |
1286 | 2023-11-19T05:14:06.765Z | Compiling aho-corasick v1.0.4 |
1287 | 2023-11-19T05:14:07.404Z | Compiling rustix v0.38.9 |
1288 | 2023-11-19T05:14:07.950Z | Compiling percent-encoding v2.3.0 |
1289 | 2023-11-19T05:14:08.350Z | Compiling regex-syntax v0.8.2 |
1290 | 2023-11-19T05:14:08.544Z | Compiling slog v2.7.0 |
1291 | 2023-11-19T05:14:09.457Z | Compiling backtrace v0.3.69 |
1292 | 2023-11-19T05:14:09.753Z | Compiling form_urlencoded v1.2.0 |
1293 | 2023-11-19T05:14:10.110Z | Compiling lazy_static v1.4.0 |
1294 | 2023-11-19T05:14:10.333Z | Compiling spin v0.9.8 |
1295 | 2023-11-19T05:14:10.346Z | Compiling base64 v0.21.5 |
1296 | 2023-11-19T05:14:10.357Z | Compiling ppv-lite86 v0.2.17 |
1297 | 2023-11-19T05:14:10.462Z | Compiling hashbrown v0.13.2 |
1298 | 2023-11-19T05:14:10.828Z | Compiling unicode-width v0.1.11 |
1299 | 2023-11-19T05:14:11.115Z | Compiling anyhow v1.0.75 |
1300 | 2023-11-19T05:14:11.595Z | Compiling idna v0.4.0 |
1301 | 2023-11-19T05:14:12.093Z | Compiling errno v0.3.2 |
1302 | 2023-11-19T05:14:12.377Z | Compiling rand_chacha v0.3.1 |
1303 | 2023-11-19T05:14:12.382Z | Compiling socket2 v0.4.9 |
1304 | 2023-11-19T05:14:12.789Z | Compiling untrusted v0.7.1 |
1305 | 2023-11-19T05:14:13.101Z | Compiling url v2.4.1 |
1306 | 2023-11-19T05:14:13.806Z | Compiling hashbrown v0.12.3 |
1307 | 2023-11-19T05:14:14.366Z | Compiling rand v0.8.5 |
1308 | 2023-11-19T05:14:14.572Z | Compiling regex-automata v0.4.3 |
1309 | 2023-11-19T05:14:16.572Z | Compiling num-integer v0.1.45 |
1310 | 2023-11-19T05:14:17.004Z | Compiling untrusted v0.9.0 |
1311 | 2023-11-19T05:14:17.183Z | Compiling adler v1.0.2 |
1312 | 2023-11-19T05:14:17.273Z | Compiling httpdate v1.0.3 |
1313 | 2023-11-19T05:14:17.303Z | Compiling try-lock v0.2.4 |
1314 | 2023-11-19T05:14:17.507Z | Compiling want v0.3.1 |
1315 | 2023-11-19T05:14:17.536Z | Compiling miniz_oxide v0.7.1 |
1316 | 2023-11-19T05:14:18.100Z | Compiling unicode-xid v0.2.4 |
1317 | 2023-11-19T05:14:18.331Z | Compiling serde_derive v1.0.192 |
1318 | 2023-11-19T05:14:18.350Z | Compiling zeroize_derive v1.4.2 |
1319 | 2023-11-19T05:14:19.301Z | Compiling thiserror-impl v1.0.49 |
1320 | 2023-11-19T05:14:20.333Z | Compiling tokio-macros v2.1.0 |
1321 | 2023-11-19T05:14:20.658Z | Compiling futures-macro v0.3.29 |
1322 | 2023-11-19T05:14:20.782Z | Compiling tracing-attributes v0.1.26 |
1323 | 2023-11-19T05:14:20.908Z | Compiling zeroize v1.6.0 |
1324 | 2023-11-19T05:14:22.902Z | Compiling schemars_derive v0.8.13 |
1325 | 2023-11-19T05:14:23.843Z | Compiling crypto-common v0.1.6 |
1326 | 2023-11-19T05:14:24.116Z | Compiling block-buffer v0.10.4 |
1327 | 2023-11-19T05:14:24.225Z | Compiling pest v2.7.2 |
1328 | 2023-11-19T05:14:24.490Z | Compiling digest v0.10.7 |
1329 | 2023-11-19T05:14:24.754Z | Compiling openssl-macros v0.1.1 |
1330 | 2023-11-19T05:14:25.899Z | Compiling regex v1.10.2 |
1331 | 2023-11-19T05:14:26.908Z | Compiling tracing v0.1.37 |
1332 | 2023-11-19T05:14:27.347Z | Compiling openssl-probe v0.1.5 |
1333 | 2023-11-19T05:14:27.828Z | Compiling mime v0.3.17 |
1334 | 2023-11-19T05:14:27.858Z | Compiling tower-service v0.3.2 |
1335 | 2023-11-19T05:14:27.966Z | Compiling foreign-types-shared v0.1.1 |
1336 | 2023-11-19T05:14:28.037Z | Compiling crc32fast v1.3.2 |
1337 | 2023-11-19T05:14:28.113Z | Compiling foreign-types v0.3.2 |
1338 | 2023-11-19T05:14:28.237Z | Compiling rustls-webpki v0.101.7 |
1339 | 2023-11-19T05:14:28.770Z | Compiling synstructure v0.12.6 |
1340 | 2023-11-19T05:14:28.795Z | Compiling sct v0.7.0 |
1341 | 2023-11-19T05:14:29.274Z | Compiling crossbeam-utils v0.8.16 |
1342 | 2023-11-19T05:14:29.301Z | Compiling ipnet v2.8.0 |
1343 | 2023-11-19T05:14:31.326Z | Compiling pest_meta v2.7.2 |
1344 | 2023-11-19T05:14:31.350Z | Compiling zerocopy-derive v0.2.0 |
1345 | 2023-11-19T05:14:31.594Z | Compiling rustls-pemfile v1.0.3 |
1346 | 2023-11-19T05:14:31.962Z | Compiling gimli v0.28.0 |
1347 | 2023-11-19T05:14:32.747Z | Compiling object v0.32.1 |
1348 | 2023-11-19T05:14:34.217Z | Compiling pest_generator v2.7.2 |
1349 | 2023-11-19T05:14:34.496Z | Compiling encoding_rs v0.8.33 |
1350 | 2023-11-19T05:14:38.564Z | Compiling bitflags v1.3.2 |
1351 | 2023-11-19T05:14:38.892Z | Compiling rustc-demangle v0.1.23 |
1352 | 2023-11-19T05:14:40.267Z | Compiling addr2line v0.21.0 |
1353 | 2023-11-19T05:14:40.371Z | Compiling pest_derive v2.7.2 |
1354 | 2023-11-19T05:14:40.535Z | Compiling rustls-native-certs v0.6.3 |
1355 | 2023-11-19T05:14:41.254Z | Compiling bytes v1.5.0 |
1356 | 2023-11-19T05:14:41.656Z | Compiling indexmap v2.1.0 |
1357 | 2023-11-19T05:14:41.795Z | Compiling chrono v0.4.31 |
1358 | 2023-11-19T05:14:42.823Z | Compiling tokio v1.33.0 |
1359 | 2023-11-19T05:14:43.353Z | Compiling uuid v1.5.0 |
1360 | 2023-11-19T05:14:43.437Z | Compiling http v0.2.9 |
1361 | 2023-11-19T05:14:43.762Z | Compiling bitflags v2.4.0 |
1362 | 2023-11-19T05:14:44.415Z | Compiling toml_datetime v0.6.5 |
1363 | 2023-11-19T05:14:44.620Z | Compiling serde_spanned v0.6.4 |
1364 | 2023-11-19T05:14:44.965Z | Compiling toml_edit v0.19.15 |
1365 | 2023-11-19T05:14:45.135Z | Compiling rustc_version v0.4.0 |
1366 | 2023-11-19T05:14:45.500Z | Compiling openapiv3 v2.0.0-rc.1 |
1367 | 2023-11-19T05:14:46.166Z | Compiling http-body v0.4.5 |
1368 | 2023-11-19T05:14:48.461Z | Compiling serde_urlencoded v0.7.1 |
1369 | 2023-11-19T05:14:52.698Z | Compiling usdt-impl v0.3.5 |
1370 | 2023-11-19T05:14:53.874Z | Compiling webpki-roots v0.25.2 |
1371 | 2023-11-19T05:14:53.879Z | Compiling num_threads v0.1.6 |
1372 | 2023-11-19T05:14:53.891Z | Compiling io-lifetimes v1.0.11 |
1373 | 2023-11-19T05:14:53.906Z | Compiling deranged v0.3.8 |
1374 | 2023-11-19T05:14:54.021Z | Compiling serde_tokenstream v0.2.0 |
1375 | 2023-11-19T05:14:54.200Z | Compiling zerocopy v0.3.0 |
1376 | 2023-11-19T05:14:54.618Z | Compiling block-padding v0.3.3 |
1377 | 2023-11-19T05:14:54.689Z | Compiling inout v0.1.3 |
1378 | 2023-11-19T05:14:54.765Z | Compiling dtrace-parser v0.1.14 |
1379 | 2023-11-19T05:14:55.431Z | Compiling dof v0.1.5 |
1380 | 2023-11-19T05:14:55.539Z | Compiling thread-id v4.2.0 |
1381 | 2023-11-19T05:14:55.681Z | Compiling tokio-util v0.7.10 |
1382 | 2023-11-19T05:14:56.445Z | Compiling tokio-rustls v0.24.1 |
1383 | 2023-11-19T05:14:57.024Z | Compiling time v0.3.27 |
1384 | 2023-11-19T05:14:57.073Z | Compiling num-bigint v0.4.4 |
1385 | 2023-11-19T05:14:57.741Z | Compiling h2 v0.3.21 |
1386 | 2023-11-19T05:14:58.011Z | Compiling tokio-native-tls v0.3.1 |
1387 | 2023-11-19T05:14:58.195Z | Compiling rustversion v1.0.14 |
1388 | 2023-11-19T05:14:58.262Z | Compiling rustix v0.37.23 |
1389 | 2023-11-19T05:14:58.952Z | Compiling cipher v0.4.4 |
1390 | 2023-11-19T05:14:59.161Z | Compiling serde_tokenstream v0.1.7 |
1391 | 2023-11-19T05:14:59.244Z | Compiling zerocopy-derive v0.6.4 |
1392 | 2023-11-19T05:14:59.650Z | Compiling regress v0.7.1 |
1393 | 2023-11-19T05:14:59.947Z | Compiling data-encoding v2.4.0 |
1394 | 2023-11-19T05:15:01.870Z | Compiling flate2 v1.0.28 |
1395 | 2023-11-19T05:15:02.499Z | Compiling toml_edit v0.21.0 |
1396 | 2023-11-19T05:15:03.536Z | Compiling hex v0.4.3 |
1397 | 2023-11-19T05:15:03.930Z | Compiling hmac v0.12.1 |
1398 | 2023-11-19T05:15:04.521Z | Compiling strsim v0.10.0 |
1399 | 2023-11-19T05:15:04.655Z | Compiling strum_macros v0.25.2 |
1400 | 2023-11-19T05:15:04.886Z | Compiling usdt-attr-macro v0.3.5 |
1401 | 2023-11-19T05:15:05.815Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1402 | 2023-11-19T05:15:06.556Z | Compiling usdt-macro v0.3.5 |
1403 | 2023-11-19T05:15:07.452Z | Compiling sha2 v0.10.8 |
1404 | 2023-11-19T05:15:08.518Z | Compiling enum-as-inner v0.5.1 |
1405 | 2023-11-19T05:15:08.939Z | Compiling toml v0.7.8 |
1406 | 2023-11-19T05:15:09.249Z | Compiling heapless v0.7.16 |
1407 | 2023-11-19T05:15:10.262Z | Compiling hyper v0.14.27 |
1408 | 2023-11-19T05:15:10.266Z | Compiling futures-executor v0.3.29 |
1409 | 2023-11-19T05:15:10.731Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1410 | 2023-11-19T05:15:10.918Z | Compiling memoffset v0.9.0 |
1411 | 2023-11-19T05:15:11.437Z | Compiling signal-hook v0.3.17 |
1412 | 2023-11-19T05:15:11.471Z | Compiling managed v0.8.0 |
1413 | 2023-11-19T05:15:11.762Z | Compiling unicode-segmentation v1.10.1 |
1414 | 2023-11-19T05:15:12.290Z | Compiling futures v0.3.29 |
1415 | 2023-11-19T05:15:12.699Z | Compiling ipnetwork v0.20.0 |
1416 | 2023-11-19T05:15:12.732Z | Compiling getopts v0.2.21 |
1417 | 2023-11-19T05:15:13.055Z | Compiling num-iter v0.1.43 |
1418 | 2023-11-19T05:15:13.271Z | Compiling crossbeam-epoch v0.9.15 |
1419 | 2023-11-19T05:15:13.505Z | Compiling unsafe-libyaml v0.2.9 |
1420 | 2023-11-19T05:15:13.927Z | Compiling bit-vec v0.6.3 |
1421 | 2023-11-19T05:15:14.206Z | Compiling utf8parse v0.2.1 |
1422 | 2023-11-19T05:15:14.433Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1423 | 2023-11-19T05:15:14.547Z | Compiling siphasher v0.3.11 |
1424 | 2023-11-19T05:15:14.689Z | Compiling matches v0.1.10 |
1425 | 2023-11-19T05:15:14.824Z | Compiling smoltcp v0.9.1 |
1426 | 2023-11-19T05:15:15.253Z | Compiling anstyle v1.0.2 |
1427 | 2023-11-19T05:15:15.658Z | Compiling idna v0.2.3 |
1428 | 2023-11-19T05:15:15.822Z | Compiling serde_yaml v0.9.25 |
1429 | 2023-11-19T05:15:15.948Z | Compiling anstyle-parse v0.2.1 |
1430 | 2023-11-19T05:15:16.731Z | Compiling zerocopy v0.6.4 |
1431 | 2023-11-19T05:15:17.182Z | Compiling signature v2.1.0 |
1432 | 2023-11-19T05:15:17.191Z | Compiling hubpack_derive v0.1.1 |
1433 | 2023-11-19T05:15:18.097Z | Compiling clap_derive v4.4.2 |
1434 | 2023-11-19T05:15:18.522Z | Compiling either v1.9.0 |
1435 | 2023-11-19T05:15:18.830Z | Compiling anstyle-query v1.0.0 |
1436 | 2023-11-19T05:15:18.987Z | Compiling colorchoice v1.0.0 |
1437 | 2023-11-19T05:15:19.017Z | Compiling terminal_size v0.2.6 |
1438 | 2023-11-19T05:15:19.066Z | Compiling trust-dns-proto v0.22.0 |
1439 | 2023-11-19T05:15:19.220Z | Compiling anstream v0.5.0 |
1440 | 2023-11-19T05:15:19.297Z | Compiling usdt v0.3.5 |
1441 | 2023-11-19T05:15:20.762Z | Compiling md-5 v0.10.5 |
1442 | 2023-11-19T05:15:20.774Z | Compiling stringprep v0.1.3 |
1443 | 2023-11-19T05:15:20.793Z | Compiling diesel_table_macro_syntax v0.1.0 |
1444 | 2023-11-19T05:15:21.405Z | Compiling yasna v0.5.2 |
1445 | 2023-11-19T05:15:22.412Z | Compiling hyper-tls v0.5.0 |
1446 | 2023-11-19T05:15:22.524Z | Compiling hyper-rustls v0.24.2 |
1447 | 2023-11-19T05:15:22.921Z | Compiling hash32 v0.2.1 |
1448 | 2023-11-19T05:15:23.164Z | Compiling reqwest v0.11.22 |
1449 | 2023-11-19T05:15:23.324Z | Compiling stable_deref_trait v1.2.0 |
1450 | 2023-11-19T05:15:23.469Z | Compiling clap_lex v0.5.1 |
1451 | 2023-11-19T05:15:23.544Z | Compiling fallible-iterator v0.2.0 |
1452 | 2023-11-19T05:15:24.316Z | Compiling clap_builder v4.4.2 |
1453 | 2023-11-19T05:15:24.743Z | Compiling postgres-protocol v0.6.6 |
1454 | 2023-11-19T05:15:26.096Z | Compiling diesel_derives v2.1.1 |
1455 | 2023-11-19T05:15:27.006Z | Compiling phf_shared v0.11.2 |
1456 | 2023-11-19T05:15:27.834Z | Compiling tokio-stream v0.1.14 |
1457 | 2023-11-19T05:15:28.204Z | Compiling serde_repr v0.1.16 |
1458 | 2023-11-19T05:15:29.416Z | Compiling scheduled-thread-pool v0.2.7 |
1459 | 2023-11-19T05:15:29.526Z | Compiling regex-automata v0.1.10 |
1460 | 2023-11-19T05:15:29.922Z | Compiling r2d2 v0.8.10 |
1461 | 2023-11-19T05:15:30.358Z | Compiling bstr v0.2.17 |
1462 | 2023-11-19T05:15:30.380Z | Compiling signal-hook-mio v0.2.3 |
1463 | 2023-11-19T05:15:30.598Z | Compiling clap v4.4.3 |
1464 | 2023-11-19T05:15:30.861Z | Compiling bzip2 v0.4.4 |
1465 | 2023-11-19T05:15:31.428Z | Compiling phf v0.11.2 |
1466 | 2023-11-19T05:15:31.908Z | Compiling postgres-types v0.2.6 |
1467 | 2023-11-19T05:15:32.857Z | Compiling itertools v0.10.5 |
1468 | 2023-11-19T05:15:33.667Z | Compiling itertools v0.11.0 |
1469 | 2023-11-19T05:15:34.435Z | Compiling hubpack v0.1.2 |
1470 | 2023-11-19T05:15:35.721Z | Compiling phf_shared v0.10.0 |
1471 | 2023-11-19T05:15:36.064Z | Compiling float-cmp v0.9.0 |
1472 | 2023-11-19T05:15:36.409Z | Compiling precomputed-hash v0.1.1 |
1473 | 2023-11-19T05:15:36.563Z | Compiling regex-automata v0.3.8 |
1474 | 2023-11-19T05:15:37.680Z | Compiling difflib v0.4.0 |
1475 | 2023-11-19T05:15:38.104Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1476 | 2023-11-19T05:15:38.486Z | Compiling fixedbitset v0.4.2 |
1477 | 2023-11-19T05:15:38.773Z | Compiling normalize-line-endings v0.3.0 |
1478 | 2023-11-19T05:15:38.945Z | Compiling predicates-core v1.0.6 |
1479 | 2023-11-19T05:15:39.208Z | Compiling static_assertions v1.1.0 |
1480 | 2023-11-19T05:15:39.347Z | Compiling new_debug_unreachable v1.0.4 |
1481 | 2023-11-19T05:15:39.472Z | Compiling whoami v1.4.1 |
1482 | 2023-11-19T05:15:39.526Z | Compiling string_cache v0.8.7 |
1483 | 2023-11-19T05:15:40.273Z | Compiling tokio-postgres v0.7.10 |
1484 | 2023-11-19T05:15:40.409Z | Compiling bstr v1.6.0 |
1485 | 2023-11-19T05:15:40.470Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1486 | 2023-11-19T05:15:40.710Z | Compiling predicates v3.0.4 |
1487 | 2023-11-19T05:15:41.143Z | Compiling petgraph v0.6.4 |
1488 | 2023-11-19T05:15:43.525Z | Compiling similar v2.2.1 |
1489 | 2023-11-19T05:15:45.623Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1490 | 2023-11-19T05:15:45.818Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1491 | 2023-11-19T05:15:46.641Z | Compiling zip v0.6.6 |
1492 | 2023-11-19T05:15:47.838Z | Compiling crossterm v0.27.0 |
1493 | 2023-11-19T05:15:48.116Z | Compiling bit-set v0.5.3 |
1494 | 2023-11-19T05:15:48.320Z | Compiling console v0.15.7 |
1495 | 2023-11-19T05:15:49.020Z | Compiling lalrpop-util v0.19.12 |
1496 | 2023-11-19T05:15:50.075Z | Compiling diesel v2.1.3 |
1497 | 2023-11-19T05:15:52.786Z | Compiling slog-async v2.8.0 |
1498 | 2023-11-19T05:15:53.465Z | Compiling camino v1.1.6 |
1499 | 2023-11-19T05:15:54.880Z | Compiling multer v2.1.0 |
1500 | 2023-11-19T05:15:56.685Z | Compiling async-stream-impl v0.3.5 |
1501 | 2023-11-19T05:15:56.872Z | Compiling paste v1.0.14 |
1502 | 2023-11-19T05:15:57.540Z | Compiling ident_case v1.0.1 |
1503 | 2023-11-19T05:15:57.795Z | Compiling darling_core v0.20.3 |
1504 | 2023-11-19T05:15:59.246Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1505 | 2023-11-19T05:16:00.281Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1506 | 2023-11-19T05:16:04.649Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1507 | 2023-11-19T05:16:05.392Z | Compiling structmeta-derive v0.2.0 |
1508 | 2023-11-19T05:16:05.882Z | Compiling regex-syntax v0.7.5 |
1509 | 2023-11-19T05:16:06.874Z | Compiling darling_macro v0.20.3 |
1510 | 2023-11-19T05:16:08.198Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1511 | 2023-11-19T05:16:08.352Z | Compiling darling v0.20.3 |
1512 | 2023-11-19T05:16:08.511Z | Compiling serde_with_macros v2.3.3 |
1513 | 2023-11-19T05:16:21.565Z | Compiling structmeta v0.2.0 |
1514 | 2023-11-19T05:16:22.090Z | Compiling parse-display-derive v0.8.2 |
1515 | 2023-11-19T05:16:23.918Z | Compiling toml v0.8.8 |
1516 | 2023-11-19T05:16:24.666Z | Compiling proc-macro-crate v1.3.1 |
1517 | 2023-11-19T05:16:26.392Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1518 | 2023-11-19T05:16:26.897Z | Compiling num_enum_derive v0.5.11 |
1519 | 2023-11-19T05:16:40.134Z | Compiling proc-macro-error-attr v1.0.4 |
1520 | 2023-11-19T05:16:47.231Z | Compiling proc-macro-error v1.0.4 |
1521 | 2023-11-19T05:16:47.670Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1522 | 2023-11-19T05:16:50.453Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1523 | 2023-11-19T05:16:56.828Z | Compiling foreign-types-macros v0.2.3 |
1524 | 2023-11-19T05:16:59.718Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1525 | 2023-11-19T05:17:00.332Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1526 | 2023-11-19T05:17:01.523Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1527 | 2023-11-19T05:17:01.810Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1528 | 2023-11-19T05:17:02.639Z | Compiling crucible-workspace-hack v0.1.0 |
1529 | 2023-11-19T05:17:06.921Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1530 | 2023-11-19T05:17:06.958Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1531 | 2023-11-19T05:17:15.187Z | Compiling sha1 v0.10.6 |
1532 | 2023-11-19T05:17:15.620Z | Compiling atty v0.2.14 |
1533 | 2023-11-19T05:17:15.702Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1534 | 2023-11-19T05:17:15.892Z | Compiling match_cfg v0.1.0 |
1535 | 2023-11-19T05:17:16.050Z | Compiling hostname v0.3.1 |
1536 | 2023-11-19T05:17:21.919Z | Compiling dirs-sys-next v0.1.2 |
1537 | 2023-11-19T05:17:28.940Z | Compiling dirs-next v2.0.0 |
1538 | 2023-11-19T05:17:31.254Z | Compiling heck v0.3.3 |
1539 | 2023-11-19T05:17:32.240Z | Compiling thread_local v1.1.7 |
1540 | 2023-11-19T05:17:32.754Z | Compiling libefi-sys v0.1.0 |
1541 | 2023-11-19T05:17:32.958Z | Compiling fastrand v2.0.0 |
1542 | 2023-11-19T05:17:33.211Z | Compiling structopt-derive v0.4.18 |
1543 | 2023-11-19T05:17:33.325Z | Compiling term v0.7.0 |
1544 | 2023-11-19T05:17:33.426Z | Compiling zone_cfg_derive v0.3.0 |
1545 | 2023-11-19T05:17:33.802Z | Compiling tempfile v3.8.0 |
1546 | 2023-11-19T05:17:34.079Z | Compiling crossbeam-channel v0.5.8 |
1547 | 2023-11-19T05:17:35.664Z | Compiling num-derive v0.4.0 |
1548 | 2023-11-19T05:17:35.843Z | Compiling instant v0.1.12 |
1549 | 2023-11-19T05:17:35.887Z | Compiling take_mut v0.2.2 |
1550 | 2023-11-19T05:17:35.917Z | Compiling slog-term v2.9.0 |
1551 | 2023-11-19T05:17:37.761Z | Compiling slog-json v2.6.1 |
1552 | 2023-11-19T05:17:37.971Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1553 | 2023-11-19T05:17:38.217Z | Compiling atomic-waker v1.1.1 |
1554 | 2023-11-19T05:17:38.270Z | Compiling slog-bunyan v2.4.0 |
1555 | 2023-11-19T05:17:38.506Z | Compiling waitgroup v0.1.2 |
1556 | 2023-11-19T05:17:38.571Z | Compiling async-stream v0.3.5 |
1557 | 2023-11-19T05:17:38.948Z | Compiling serde_path_to_error v0.1.14 |
1558 | 2023-11-19T05:17:39.310Z | Compiling same-file v1.0.6 |
1559 | 2023-11-19T05:17:39.354Z | Compiling debug-ignore v1.0.5 |
1560 | 2023-11-19T05:17:39.559Z | Compiling platforms v3.0.2 |
1561 | 2023-11-19T05:17:39.647Z | Compiling walkdir v2.4.0 |
1562 | 2023-11-19T05:17:40.470Z | Compiling strum v0.25.0 |
1563 | 2023-11-19T05:17:40.515Z | Compiling toml v0.5.11 |
1564 | 2023-11-19T05:17:40.729Z | Compiling semver-parser v0.10.2 |
1565 | 2023-11-19T05:17:40.938Z | Compiling filetime v0.2.22 |
1566 | 2023-11-19T05:17:41.493Z | Compiling xattr v1.0.1 |
1567 | 2023-11-19T05:17:42.084Z | Compiling semver v0.11.0 |
1568 | 2023-11-19T05:17:42.139Z | Compiling tar v0.4.40 |
1569 | 2023-11-19T05:17:43.912Z | Compiling serde_with v2.3.3 |
1570 | 2023-11-19T05:17:44.310Z | Compiling home v0.5.5 |
1571 | 2023-11-19T05:17:44.653Z | Compiling toolchain_find v0.2.0 |
1572 | 2023-11-19T05:17:45.338Z | Compiling curve25519-dalek v4.1.0 |
1573 | 2023-11-19T05:17:45.697Z | Compiling backoff v0.4.0 |
1574 | 2023-11-19T05:17:45.889Z | Compiling parse-display v0.8.2 |
1575 | 2023-11-19T05:17:46.190Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1576 | 2023-11-19T05:17:46.408Z | Compiling macaddr v1.0.1 |
1577 | 2023-11-19T05:17:46.961Z | Compiling rustfmt-wrapper v0.2.0 |
1578 | 2023-11-19T05:17:46.982Z | Compiling omicron-zone-package v0.9.1 |
1579 | 2023-11-19T05:17:49.596Z | Compiling curve25519-dalek-derive v0.1.0 |
1580 | 2023-11-19T05:17:50.541Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1581 | 2023-11-19T05:17:51.619Z | Compiling num-rational v0.4.1 |
1582 | 2023-11-19T05:17:52.054Z | Compiling getrandom v0.1.16 |
1583 | 2023-11-19T05:17:52.529Z | Compiling num_enum v0.5.11 |
1584 | 2023-11-19T05:17:52.656Z | Compiling postcard-cobs v0.1.5-pre |
1585 | 2023-11-19T05:17:52.826Z | Compiling smoltcp v0.8.2 |
1586 | 2023-11-19T05:17:52.945Z | Compiling postcard v0.7.3 |
1587 | 2023-11-19T05:17:53.085Z | Compiling unicase v2.7.0 |
1588 | 2023-11-19T05:17:53.427Z | Compiling foreign-types-shared v0.3.1 |
1589 | 2023-11-19T05:17:53.568Z | Compiling parking_lot_core v0.8.6 |
1590 | 2023-11-19T05:17:53.708Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1591 | 2023-11-19T05:17:53.738Z | Compiling cfg-if v0.1.10 |
1592 | 2023-11-19T05:17:53.883Z | Compiling foreign-types v0.5.0 |
1593 | 2023-11-19T05:17:54.386Z | Compiling is-terminal v0.4.9 |
1594 | 2023-11-19T05:17:54.388Z | Compiling cstr-argument v0.1.2 |
1595 | 2023-11-19T05:17:54.545Z | Compiling pretty-hex v0.2.1 |
1596 | 2023-11-19T05:17:54.611Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1597 | 2023-11-19T05:17:54.712Z | Compiling colored v2.0.4 |
1598 | 2023-11-19T05:17:54.761Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1599 | 2023-11-19T05:17:55.599Z | Compiling textwrap v0.11.0 |
1600 | 2023-11-19T05:17:55.632Z | Compiling slog-dtrace v0.2.3 |
1601 | 2023-11-19T05:17:55.853Z | Compiling convert_case v0.4.0 |
1602 | 2023-11-19T05:17:56.119Z | Compiling ansi_term v0.12.1 |
1603 | 2023-11-19T05:17:56.288Z | Compiling strsim v0.8.0 |
1604 | 2023-11-19T05:17:56.526Z | Compiling winapi v0.3.9 |
1605 | 2023-11-19T05:17:57.029Z | Compiling vec_map v0.8.2 |
1606 | 2023-11-19T05:17:57.145Z | Compiling derive_more v0.99.17 |
1607 | 2023-11-19T05:17:57.471Z | Compiling clap v2.34.0 |
1608 | 2023-11-19T05:17:57.903Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1609 | 2023-11-19T05:18:01.900Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1610 | 2023-11-19T05:18:03.433Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1611 | 2023-11-19T05:18:04.230Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1612 | 2023-11-19T05:18:04.880Z | Compiling thiserror-impl-no-std v2.0.2 |
1613 | 2023-11-19T05:18:05.084Z | Compiling base64ct v1.6.0 |
1614 | 2023-11-19T05:18:07.281Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1615 | 2023-11-19T05:18:09.257Z | Compiling mime_guess v2.0.4 |
1616 | 2023-11-19T05:18:09.440Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1617 | 2023-11-19T05:18:09.471Z | Compiling structopt v0.3.26 |
1618 | 2023-11-19T05:18:10.064Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1619 | 2023-11-19T05:18:11.144Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1620 | 2023-11-19T05:18:12.678Z | Compiling zone v0.3.0 |
1621 | 2023-11-19T05:18:13.194Z | Compiling smf v0.2.2 |
1622 | 2023-11-19T05:18:13.433Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1623 | 2023-11-19T05:18:13.729Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1624 | 2023-11-19T05:18:15.492Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1625 | 2023-11-19T05:18:15.961Z | Compiling universal-hash v0.5.1 |
1626 | 2023-11-19T05:18:16.252Z | Compiling opaque-debug v0.3.0 |
1627 | 2023-11-19T05:18:16.413Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1628 | 2023-11-19T05:18:16.924Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1629 | 2023-11-19T05:18:16.953Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1630 | 2023-11-19T05:18:17.282Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1631 | 2023-11-19T05:18:17.748Z | Compiling hkdf v0.12.3 |
1632 | 2023-11-19T05:18:18.113Z | Compiling cancel-safe-futures v0.1.5 |
1633 | 2023-11-19T05:18:19.006Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1634 | 2023-11-19T05:18:20.727Z | Compiling keccak v0.1.4 |
1635 | 2023-11-19T05:18:22.196Z | Compiling quick-error v1.2.3 |
1636 | 2023-11-19T05:18:22.413Z | Compiling linked-hash-map v0.5.6 |
1637 | 2023-11-19T05:18:23.010Z | Compiling lru-cache v0.1.2 |
1638 | 2023-11-19T05:18:23.314Z | Compiling resolv-conf v0.7.0 |
1639 | 2023-11-19T05:18:23.750Z | Compiling sha3 v0.10.8 |
1640 | 2023-11-19T05:18:24.729Z | Compiling password-hash v0.5.0 |
1641 | 2023-11-19T05:18:26.071Z | Compiling blake2 v0.10.6 |
1642 | 2023-11-19T05:18:26.548Z | Compiling aead v0.5.2 |
1643 | 2023-11-19T05:18:27.003Z | Compiling secrecy v0.8.0 |
1644 | 2023-11-19T05:18:27.296Z | Compiling num-complex v0.4.4 |
1645 | 2023-11-19T05:18:27.405Z | Compiling ff v0.13.0 |
1646 | 2023-11-19T05:18:27.760Z | Compiling nibble_vec v0.1.0 |
1647 | 2023-11-19T05:18:28.043Z | Compiling arc-swap v1.6.0 |
1648 | 2023-11-19T05:18:29.123Z | Compiling utf-8 v0.7.6 |
1649 | 2023-11-19T05:18:29.647Z | Compiling endian-type v0.1.2 |
1650 | 2023-11-19T05:18:29.981Z | Compiling radix_trie v0.2.1 |
1651 | 2023-11-19T05:18:30.770Z | Compiling tungstenite v0.20.1 |
1652 | 2023-11-19T05:18:31.129Z | Compiling num v0.4.1 |
1653 | 2023-11-19T05:18:31.282Z | Compiling slog-scope v4.4.0 |
1654 | 2023-11-19T05:18:32.260Z | Compiling group v0.13.0 |
1655 | 2023-11-19T05:18:32.273Z | Compiling argon2 v0.5.2 |
1656 | 2023-11-19T05:18:32.282Z | Compiling rand_core v0.5.1 |
1657 | 2023-11-19T05:18:32.343Z | Compiling trust-dns-resolver v0.22.0 |
1658 | 2023-11-19T05:18:32.802Z | Compiling poly1305 v0.8.0 |
1659 | 2023-11-19T05:18:39.980Z | Compiling chacha20 v0.9.1 |
1660 | 2023-11-19T05:18:40.255Z | Compiling crypto-bigint v0.5.2 |
1661 | 2023-11-19T05:18:40.476Z | Compiling base16ct v0.2.0 |
1662 | 2023-11-19T05:18:41.386Z | Compiling ciborium-io v0.2.1 |
1663 | 2023-11-19T05:18:41.575Z | Compiling option-ext v0.2.0 |
1664 | 2023-11-19T05:18:41.715Z | Compiling half v1.8.2 |
1665 | 2023-11-19T05:18:41.781Z | Compiling dirs-sys v0.4.1 |
1666 | 2023-11-19T05:18:42.450Z | Compiling ciborium-ll v0.2.1 |
1667 | 2023-11-19T05:18:43.249Z | Compiling parking_lot v0.11.2 |
1668 | 2023-11-19T05:18:43.507Z | Compiling elliptic-curve v0.13.5 |
1669 | 2023-11-19T05:18:43.751Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1670 | 2023-11-19T05:18:43.823Z | Compiling rand_chacha v0.2.2 |
1671 | 2023-11-19T05:18:44.314Z | Compiling tokio-tungstenite v0.20.1 |
1672 | 2023-11-19T05:18:44.346Z | Compiling slog-stdlog v4.1.1 |
1673 | 2023-11-19T05:18:44.871Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1674 | 2023-11-19T05:18:44.926Z | Compiling trust-dns-client v0.22.0 |
1675 | 2023-11-19T05:18:45.107Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1676 | 2023-11-19T05:18:45.602Z | Compiling polyval v0.6.1 |
1677 | 2023-11-19T05:18:46.300Z | Compiling thiserror-no-std v2.0.2 |
1678 | 2023-11-19T05:18:46.335Z | Compiling password-hash v0.4.2 |
1679 | 2023-11-19T05:18:47.494Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1680 | 2023-11-19T05:18:48.144Z | Compiling ed25519 v2.2.2 |
1681 | 2023-11-19T05:18:48.583Z | Compiling ctr v0.9.2 |
1682 | 2023-11-19T05:18:48.652Z | Compiling blowfish v0.9.1 |
1683 | 2023-11-19T05:18:49.067Z | Compiling aes v0.8.3 |
1684 | 2023-11-19T05:18:49.089Z | Compiling pbkdf2 v0.12.2 |
1685 | 2023-11-19T05:18:49.319Z | Compiling fxhash v0.2.1 |
1686 | 2023-11-19T05:18:49.994Z | Compiling glob v0.3.1 |
1687 | 2023-11-19T05:18:52.081Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1688 | 2023-11-19T05:18:52.164Z | Compiling sled v0.34.7 |
1689 | 2023-11-19T05:18:53.091Z | Compiling bcrypt-pbkdf v0.10.0 |
1690 | 2023-11-19T05:18:53.115Z | Compiling ed25519-dalek v2.0.0 |
1691 | 2023-11-19T05:18:54.060Z | Compiling trust-dns-server v0.22.1 |
1692 | 2023-11-19T05:18:55.020Z | Compiling pbkdf2 v0.11.0 |
1693 | 2023-11-19T05:18:55.247Z | Compiling russh-cryptovec v0.7.0 |
1694 | 2023-11-19T05:18:55.587Z | Compiling vsss-rs v3.3.1 |
1695 | 2023-11-19T05:18:55.699Z | Compiling ghash v0.5.0 |
1696 | 2023-11-19T05:18:55.983Z | Compiling slog-envlogger v2.2.0 |
1697 | 2023-11-19T05:18:56.679Z | Compiling rand v0.7.3 |
1698 | 2023-11-19T05:18:57.246Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1699 | 2023-11-19T05:19:01.382Z | Compiling ciborium v0.2.1 |
1700 | 2023-11-19T05:19:01.975Z | Compiling dirs v5.0.1 |
1701 | 2023-11-19T05:19:02.252Z | Compiling chacha20poly1305 v0.10.1 |
1702 | 2023-11-19T05:19:04.410Z | Compiling camino-tempfile v1.0.2 |
1703 | 2023-11-19T05:19:05.488Z | Compiling cbc v0.1.2 |
1704 | 2023-11-19T05:19:05.537Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1705 | 2023-11-19T05:19:05.594Z | Compiling headers-core v0.2.0 |
1706 | 2023-11-19T05:19:05.813Z | Compiling kstat-rs v0.2.3 |
1707 | 2023-11-19T05:19:05.844Z | Compiling pem v3.0.2 |
1708 | 2023-11-19T05:19:06.596Z | Compiling md5 v0.7.0 |
1709 | 2023-11-19T05:19:06.727Z | Compiling http-range v0.1.5 |
1710 | 2023-11-19T05:19:07.138Z | Compiling base64 v0.13.1 |
1711 | 2023-11-19T05:19:07.223Z | Compiling pretty-hex v0.3.0 |
1712 | 2023-11-19T05:19:07.293Z | Compiling hyper-staticfile v0.9.5 |
1713 | 2023-11-19T05:19:07.341Z | Compiling russh-keys v0.38.0 |
1714 | 2023-11-19T05:19:07.501Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1715 | 2023-11-19T05:19:08.134Z | Compiling pem v1.1.1 |
1716 | 2023-11-19T05:19:11.711Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1717 | 2023-11-19T05:19:12.318Z | Compiling rcgen v0.11.3 |
1718 | 2023-11-19T05:19:12.338Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1719 | 2023-11-19T05:19:12.567Z | Compiling headers v0.3.9 |
1720 | 2023-11-19T05:19:16.238Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1721 | 2023-11-19T05:19:34.219Z | Compiling aes-gcm v0.10.3 |
1722 | 2023-11-19T05:19:34.935Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1723 | 2023-11-19T05:19:35.232Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1724 | 2023-11-19T05:19:35.521Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1725 | 2023-11-19T05:19:36.707Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1726 | 2023-11-19T05:19:37.790Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1727 | 2023-11-19T05:19:38.341Z | Compiling atomicwrites v0.4.2 |
1728 | 2023-11-19T05:19:38.837Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1729 | 2023-11-19T05:19:42.419Z | Compiling subprocess v0.2.9 |
1730 | 2023-11-19T05:19:42.711Z | Compiling hex-literal v0.4.1 |
1731 | 2023-11-19T05:19:45.884Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1732 | 2023-11-19T05:19:45.933Z | Compiling russh v0.39.0 |
1733 | 2023-11-19T05:19:48.692Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1734 | 2023-11-19T05:20:09.418Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1735 | 2023-11-19T05:20:44.829Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1736 | 2023-11-19T05:22:10.213Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 43s |
1737 | 2023-11-19T05:22:10.543Z | |
1738 | 2023-11-19T05:22:10.546Z | real 8:43.556479231 |
1739 | 2023-11-19T05:22:10.549Z | user 51:13.635840600 |
1740 | 2023-11-19T05:22:10.552Z | sys 8:21.872819067 |
1741 | 2023-11-19T05:22:10.554Z | trap 2.079976836 |
1742 | 2023-11-19T05:22:10.561Z | tflt 4.545364777 |
1743 | 2023-11-19T05:22:10.565Z | dflt 7.695532543 |
1744 | 2023-11-19T05:22:10.568Z | kflt 0.027757657 |
1745 | 2023-11-19T05:22:10.571Z | lock 1:35:23.178450426 |
1746 | 2023-11-19T05:22:10.574Z | slp 2:21:14.589393592 |
1747 | 2023-11-19T05:22:10.576Z | lat 2:10.552358030 |
1748 | 2023-11-19T05:22:10.579Z | stop 4:58.140466601 |
1749 | 2023-11-19T05:22:10.582Z | + mkdir -p /work/end-to-end-tests |
1750 | 2023-11-19T05:22:10.585Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1751 | 2023-11-19T05:22:11.089Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1752 | 2023-11-19T05:22:11.093Z | + ptime -m gzip |
1753 | 2023-11-19T05:22:11.096Z | ++ basename target/debug/bootstrap |
1754 | 2023-11-19T05:22:26.348Z | |
1755 | 2023-11-19T05:22:26.359Z | real 15.238457625 |
1756 | 2023-11-19T05:22:26.771Z | user 15.054562883 |
1757 | 2023-11-19T05:22:26.774Z | sys 0.163766088 |
1758 | 2023-11-19T05:22:26.776Z | trap 0.007447049 |
1759 | 2023-11-19T05:22:26.779Z | tflt 0.000000000 |
1760 | 2023-11-19T05:22:26.786Z | dflt 0.000000000 |
1761 | 2023-11-19T05:22:26.795Z | kflt 0.000000000 |
1762 | 2023-11-19T05:22:27.215Z | lock 0.000000000 |
1763 | 2023-11-19T05:22:27.218Z | slp 0.000000000 |
1764 | 2023-11-19T05:22:27.221Z | lat 0.010651098 |
1765 | 2023-11-19T05:22:27.230Z | stop 0.001869142 |
1766 | 2023-11-19T05:22:27.243Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1767 | 2023-11-19T05:22:27.270Z | + ptime -m gzip |
1768 | 2023-11-19T05:22:27.279Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-714f127c345e1afe |
1769 | 2023-11-19T05:22:27.429Z | |
1770 | 2023-11-19T05:22:27.433Z | real 1.080650124 |
1771 | 2023-11-19T05:22:27.465Z | user 1.068014917 |
1772 | 2023-11-19T05:22:27.468Z | sys 0.011927010 |
1773 | 2023-11-19T05:22:27.471Z | trap 0.000132347 |
1774 | 2023-11-19T05:22:27.474Z | tflt 0.000000000 |
1775 | 2023-11-19T05:22:27.477Z | dflt 0.000000000 |
1776 | 2023-11-19T05:22:27.480Z | kflt 0.000000000 |
1777 | 2023-11-19T05:22:27.483Z | lock 0.000000000 |
1778 | 2023-11-19T05:22:27.486Z | slp 0.000000000 |
1779 | 2023-11-19T05:22:27.489Z | lat 0.000221347 |
1780 | 2023-11-19T05:22:27.492Z | stop 0.000228507 |
1781 | 2023-11-19T05:22:27.495Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1782 | 2023-11-19T05:22:27.497Z | + ptime -m gzip |
1783 | 2023-11-19T05:22:27.500Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2a5f0f6021ab3ba7 |
1784 | 2023-11-19T05:22:44.594Z | |
1785 | 2023-11-19T05:22:44.597Z | real 17.156935865 |
1786 | 2023-11-19T05:22:44.600Z | user 16.979975125 |
1787 | 2023-11-19T05:22:44.603Z | sys 0.171374034 |
1788 | 2023-11-19T05:22:44.606Z | trap 0.003436390 |
1789 | 2023-11-19T05:22:44.609Z | tflt 0.000000000 |
1790 | 2023-11-19T05:22:44.612Z | dflt 0.000000000 |
1791 | 2023-11-19T05:22:44.615Z | kflt 0.000000000 |
1792 | 2023-11-19T05:22:44.618Z | lock 0.000000000 |
1793 | 2023-11-19T05:22:44.621Z | slp 0.000000000 |
1794 | 2023-11-19T05:22:44.624Z | lat 0.001803075 |
1795 | 2023-11-19T05:22:44.626Z | stop 0.000228734 |
1796 | 2023-11-19T05:22:44.629Z | + banner caboose-util |
1797 | 2023-11-19T05:22:44.633Z | |
1798 | 2023-11-19T05:22:44.636Z | #### ## ##### #### #### #### ###### # # ##### |
1799 | 2023-11-19T05:22:44.640Z | # # # # # # # # # # # # # # # |
1800 | 2023-11-19T05:22:44.643Z | # # # ##### # # # # #### ##### ##### # # # |
1801 | 2023-11-19T05:22:44.647Z | # ###### # # # # # # # # # # # |
1802 | 2023-11-19T05:22:44.650Z | # # # # # # # # # # # # # # # # |
1803 | 2023-11-19T05:22:44.653Z | #### # # ##### #### #### #### ###### #### # |
1804 | 2023-11-19T05:22:44.657Z | |
1805 | 2023-11-19T05:22:44.661Z | + ptime -m cargo build --locked -p caboose-util --release |
1806 | 2023-11-19T05:22:45.233Z | Downloading crates ... |
1807 | 2023-11-19T05:22:45.539Z | Downloaded path-slash v0.1.5 |
1808 | 2023-11-19T05:22:45.542Z | Downloaded maybe-uninit v2.0.0 |
1809 | 2023-11-19T05:22:45.548Z | Downloaded der_derive v0.7.2 |
1810 | 2023-11-19T05:22:45.553Z | Downloaded termcolor v1.2.0 |
1811 | 2023-11-19T05:22:45.580Z | Downloaded smallvec v0.6.14 |
1812 | 2023-11-19T05:22:45.583Z | Downloaded flagset v0.4.3 |
1813 | 2023-11-19T05:22:45.586Z | Downloaded crc v3.0.1 |
1814 | 2023-11-19T05:22:45.588Z | Downloaded wyz v0.5.1 |
1815 | 2023-11-19T05:22:45.592Z | Downloaded packed_struct v0.10.1 |
1816 | 2023-11-19T05:22:45.595Z | Downloaded packed_struct_codegen v0.10.1 |
1817 | 2023-11-19T05:22:45.598Z | Downloaded funty v2.0.0 |
1818 | 2023-11-19T05:22:45.601Z | Downloaded tap v1.0.1 |
1819 | 2023-11-19T05:22:45.604Z | Downloaded bitfield v0.14.0 |
1820 | 2023-11-19T05:22:45.607Z | Downloaded serde-hex v0.1.0 |
1821 | 2023-11-19T05:22:45.610Z | Downloaded pkcs1 v0.7.5 |
1822 | 2023-11-19T05:22:45.613Z | Downloaded pem-rfc7468 v0.7.0 |
1823 | 2023-11-19T05:22:45.619Z | Downloaded env_logger v0.10.0 |
1824 | 2023-11-19T05:22:45.627Z | Downloaded crc-any v2.4.3 |
1825 | 2023-11-19T05:22:45.630Z | Downloaded ron v0.8.1 |
1826 | 2023-11-19T05:22:45.633Z | Downloaded rsa v0.9.2 |
1827 | 2023-11-19T05:22:45.639Z | Downloaded num-bigint-dig v0.8.4 |
1828 | 2023-11-19T05:22:45.648Z | Downloaded x509-cert v0.2.4 |
1829 | 2023-11-19T05:22:45.658Z | Downloaded object v0.30.4 |
1830 | 2023-11-19T05:22:45.676Z | Downloaded bitvec v1.0.1 |
1831 | 2023-11-19T05:22:45.701Z | Downloaded radium v0.7.0 |
1832 | 2023-11-19T05:22:45.704Z | Downloaded nodrop v0.1.14 |
1833 | 2023-11-19T05:22:45.707Z | Downloaded crc-catalog v2.2.0 |
1834 | 2023-11-19T05:22:45.710Z | Downloaded array-init v0.0.4 |
1835 | 2023-11-19T05:22:45.915Z | Compiling proc-macro2 v1.0.69 |
1836 | 2023-11-19T05:22:45.921Z | Compiling unicode-ident v1.0.12 |
1837 | 2023-11-19T05:22:45.924Z | Compiling libc v0.2.150 |
1838 | 2023-11-19T05:22:45.927Z | Compiling autocfg v1.1.0 |
1839 | 2023-11-19T05:22:45.930Z | Compiling serde v1.0.192 |
1840 | 2023-11-19T05:22:45.935Z | Compiling cfg-if v1.0.0 |
1841 | 2023-11-19T05:22:45.946Z | Compiling version_check v0.9.4 |
1842 | 2023-11-19T05:22:46.007Z | Compiling parking_lot_core v0.9.8 |
1843 | 2023-11-19T05:22:46.026Z | Compiling syn v1.0.109 |
1844 | 2023-11-19T05:22:46.145Z | Compiling typenum v1.16.0 |
1845 | 2023-11-19T05:22:46.609Z | Compiling libm v0.2.7 |
1846 | 2023-11-19T05:22:46.798Z | Compiling futures-core v0.3.29 |
1847 | 2023-11-19T05:22:46.889Z | Compiling once_cell v1.18.0 |
1848 | 2023-11-19T05:22:47.078Z | Compiling generic-array v0.14.7 |
1849 | 2023-11-19T05:22:47.090Z | Compiling lock_api v0.4.10 |
1850 | 2023-11-19T05:22:47.286Z | Compiling num-traits v0.2.16 |
1851 | 2023-11-19T05:22:47.475Z | Compiling pkg-config v0.3.27 |
1852 | 2023-11-19T05:22:47.491Z | Compiling scopeguard v1.2.0 |
1853 | 2023-11-19T05:22:47.705Z | Compiling slab v0.4.9 |
1854 | 2023-11-19T05:22:47.796Z | Compiling futures-channel v0.3.29 |
1855 | 2023-11-19T05:22:47.818Z | Compiling serde_json v1.0.108 |
1856 | 2023-11-19T05:22:48.142Z | Compiling quote v1.0.33 |
1857 | 2023-11-19T05:22:48.277Z | Compiling futures-task v0.3.29 |
1858 | 2023-11-19T05:22:48.370Z | Compiling thiserror v1.0.49 |
1859 | 2023-11-19T05:22:48.733Z | Compiling syn v2.0.32 |
1860 | 2023-11-19T05:22:49.032Z | Compiling cc v1.0.83 |
1861 | 2023-11-19T05:22:49.152Z | Compiling getrandom v0.2.10 |
1862 | 2023-11-19T05:22:49.178Z | Compiling memchr v2.6.3 |
1863 | 2023-11-19T05:22:49.423Z | Compiling futures-util v0.3.29 |
1864 | 2023-11-19T05:22:49.774Z | Compiling itoa v1.0.9 |
1865 | 2023-11-19T05:22:49.897Z | Compiling log v0.4.20 |
1866 | 2023-11-19T05:22:50.122Z | Compiling smallvec v1.11.0 |
1867 | 2023-11-19T05:22:51.548Z | Compiling vcpkg v0.2.15 |
1868 | 2023-11-19T05:22:51.681Z | Compiling byteorder v1.5.0 |
1869 | 2023-11-19T05:22:52.366Z | Compiling rand_core v0.6.4 |
1870 | 2023-11-19T05:22:52.480Z | Compiling parking_lot v0.12.1 |
1871 | 2023-11-19T05:22:53.148Z | Compiling pin-project-lite v0.2.13 |
1872 | 2023-11-19T05:22:53.326Z | Compiling ring v0.17.5 |
1873 | 2023-11-19T05:22:53.893Z | Compiling indexmap v1.9.3 |
1874 | 2023-11-19T05:22:54.462Z | Compiling openssl-sys v0.9.93 |
1875 | 2023-11-19T05:22:55.129Z | Compiling signal-hook-registry v1.4.1 |
1876 | 2023-11-19T05:22:56.251Z | Compiling io-lifetimes v1.0.11 |
1877 | 2023-11-19T05:22:56.853Z | Compiling ring v0.16.20 |
1878 | 2023-11-19T05:22:57.002Z | Compiling mio v0.8.8 |
1879 | 2023-11-19T05:22:58.511Z | Compiling num-integer v0.1.45 |
1880 | 2023-11-19T05:22:59.049Z | Compiling ryu v1.0.15 |
1881 | 2023-11-19T05:22:59.054Z | Compiling const-oid v0.9.5 |
1882 | 2023-11-19T05:22:59.057Z | Compiling semver v1.0.20 |
1883 | 2023-11-19T05:22:59.567Z | Compiling spin v0.5.2 |
1884 | 2023-11-19T05:22:59.918Z | Compiling rustix v0.37.23 |
1885 | 2023-11-19T05:23:00.880Z | Compiling socket2 v0.5.4 |
1886 | 2023-11-19T05:23:01.054Z | Compiling num_cpus v1.16.0 |
1887 | 2023-11-19T05:23:01.222Z | Compiling httparse v1.8.0 |
1888 | 2023-11-19T05:23:01.732Z | Compiling futures-sink v0.3.29 |
1889 | 2023-11-19T05:23:01.787Z | Compiling heck v0.4.1 |
1890 | 2023-11-19T05:23:01.942Z | Compiling ucd-trie v0.1.6 |
1891 | 2023-11-19T05:23:02.331Z | Compiling openssl v0.10.57 |
1892 | 2023-11-19T05:23:02.412Z | Compiling unicode-xid v0.2.4 |
1893 | 2023-11-19T05:23:02.620Z | Compiling synstructure v0.12.6 |
1894 | 2023-11-19T05:23:02.905Z | Compiling tinyvec_macros v0.1.1 |
1895 | 2023-11-19T05:23:03.024Z | Compiling tinyvec v1.6.0 |
1896 | 2023-11-19T05:23:03.920Z | Compiling ppv-lite86 v0.2.17 |
1897 | 2023-11-19T05:23:04.104Z | Compiling native-tls v0.2.11 |
1898 | 2023-11-19T05:23:04.154Z | Compiling crc32fast v1.3.2 |
1899 | 2023-11-19T05:23:04.794Z | Compiling pin-utils v0.1.0 |
1900 | 2023-11-19T05:23:04.806Z | Compiling rustls v0.21.9 |
1901 | 2023-11-19T05:23:04.906Z | Compiling futures-io v0.3.29 |
1902 | 2023-11-19T05:23:05.095Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1903 | 2023-11-19T05:23:05.215Z | Compiling rand_chacha v0.3.1 |
1904 | 2023-11-19T05:23:05.290Z | Compiling spin v0.9.8 |
1905 | 2023-11-19T05:23:05.501Z | Compiling tracing-core v0.1.31 |
1906 | 2023-11-19T05:23:05.691Z | Compiling unicode-normalization v0.1.22 |
1907 | 2023-11-19T05:23:06.017Z | Compiling subtle v2.5.0 |
1908 | 2023-11-19T05:23:06.491Z | Compiling unicode-bidi v0.3.13 |
1909 | 2023-11-19T05:23:06.930Z | Compiling rand v0.8.5 |
1910 | 2023-11-19T05:23:08.436Z | Compiling errno v0.3.2 |
1911 | 2023-11-19T05:23:08.445Z | Compiling num-iter v0.1.43 |
1912 | 2023-11-19T05:23:08.450Z | Compiling usdt-impl v0.3.5 |
1913 | 2023-11-19T05:23:08.483Z | Compiling ahash v0.8.3 |
1914 | 2023-11-19T05:23:08.955Z | Compiling schemars v0.8.13 |
1915 | 2023-11-19T05:23:08.970Z | Compiling base64 v0.21.5 |
1916 | 2023-11-19T05:23:08.986Z | Compiling rustix v0.38.9 |
1917 | 2023-11-19T05:23:09.445Z | Compiling signal-hook v0.3.17 |
1918 | 2023-11-19T05:23:09.991Z | Compiling serde_derive_internals v0.26.0 |
1919 | 2023-11-19T05:23:11.069Z | Compiling serde_derive v1.0.192 |
1920 | 2023-11-19T05:23:12.093Z | Compiling zeroize_derive v1.4.2 |
1921 | 2023-11-19T05:23:12.541Z | Compiling tokio-macros v2.1.0 |
1922 | 2023-11-19T05:23:12.549Z | Compiling thiserror-impl v1.0.49 |
1923 | 2023-11-19T05:23:12.867Z | Compiling futures-macro v0.3.29 |
1924 | 2023-11-19T05:23:13.914Z | Compiling tracing-attributes v0.1.26 |
1925 | 2023-11-19T05:23:13.984Z | Compiling zeroize v1.6.0 |
1926 | 2023-11-19T05:23:15.273Z | Compiling zerocopy-derive v0.2.0 |
1927 | 2023-11-19T05:23:15.614Z | Compiling openssl-macros v0.1.1 |
1928 | 2023-11-19T05:23:16.790Z | Compiling zerocopy-derive v0.6.4 |
1929 | 2023-11-19T05:23:17.105Z | Compiling pest v2.7.2 |
1930 | 2023-11-19T05:23:17.125Z | Compiling crypto-common v0.1.6 |
1931 | 2023-11-19T05:23:17.470Z | Compiling block-buffer v0.10.4 |
1932 | 2023-11-19T05:23:17.867Z | Compiling digest v0.10.7 |
1933 | 2023-11-19T05:23:19.467Z | Compiling tracing v0.1.37 |
1934 | 2023-11-19T05:23:19.926Z | Compiling bitflags v1.3.2 |
1935 | 2023-11-19T05:23:20.055Z | Compiling fnv v1.0.7 |
1936 | 2023-11-19T05:23:20.442Z | Compiling zerocopy v0.3.0 |
1937 | 2023-11-19T05:23:20.487Z | Compiling schemars_derive v0.8.13 |
1938 | 2023-11-19T05:23:21.688Z | Compiling pest_meta v2.7.2 |
1939 | 2023-11-19T05:23:22.096Z | Compiling lazy_static v1.4.0 |
1940 | 2023-11-19T05:23:24.846Z | Compiling pest_generator v2.7.2 |
1941 | 2023-11-19T05:23:25.625Z | Compiling backtrace v0.3.69 |
1942 | 2023-11-19T05:23:25.854Z | Compiling num-bigint v0.4.4 |
1943 | 2023-11-19T05:23:26.251Z | Compiling memoffset v0.9.0 |
1944 | 2023-11-19T05:23:26.598Z | Compiling hashbrown v0.12.3 |
1945 | 2023-11-19T05:23:26.655Z | Compiling smoltcp v0.9.1 |
1946 | 2023-11-19T05:23:26.680Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1947 | 2023-11-19T05:23:27.589Z | Compiling foreign-types-shared v0.1.1 |
1948 | 2023-11-19T05:23:27.729Z | Compiling percent-encoding v2.3.0 |
1949 | 2023-11-19T05:23:27.740Z | Compiling base64ct v1.6.0 |
1950 | 2023-11-19T05:23:27.944Z | Compiling iana-time-zone v0.1.57 |
1951 | 2023-11-19T05:23:28.205Z | Compiling untrusted v0.9.0 |
1952 | 2023-11-19T05:23:28.449Z | Compiling async-trait v0.1.74 |
1953 | 2023-11-19T05:23:28.468Z | Compiling hashbrown v0.14.2 |
1954 | 2023-11-19T05:23:28.540Z | Compiling pest_derive v2.7.2 |
1955 | 2023-11-19T05:23:28.715Z | Compiling untrusted v0.7.1 |
1956 | 2023-11-19T05:23:28.966Z | Compiling equivalent v1.0.1 |
1957 | 2023-11-19T05:23:28.994Z | Compiling openssl-probe v0.1.5 |
1958 | 2023-11-19T05:23:29.119Z | Compiling crossbeam-utils v0.8.16 |
1959 | 2023-11-19T05:23:29.666Z | Compiling dtrace-parser v0.1.14 |
1960 | 2023-11-19T05:23:30.015Z | Compiling pem-rfc7468 v0.7.0 |
1961 | 2023-11-19T05:23:31.617Z | Compiling foreign-types v0.3.2 |
1962 | 2023-11-19T05:23:32.403Z | Compiling dof v0.1.5 |
1963 | 2023-11-19T05:23:32.523Z | Compiling der_derive v0.7.2 |
1964 | 2023-11-19T05:23:33.048Z | Compiling clap_derive v4.4.2 |
1965 | 2023-11-19T05:23:34.856Z | Compiling bytes v1.5.0 |
1966 | 2023-11-19T05:23:35.964Z | Compiling bitflags v2.4.0 |
1967 | 2023-11-19T05:23:36.372Z | Compiling tokio v1.33.0 |
1968 | 2023-11-19T05:23:37.500Z | Compiling rustc_version v0.4.0 |
1969 | 2023-11-19T05:23:38.266Z | Compiling http v0.2.9 |
1970 | 2023-11-19T05:23:38.524Z | Compiling heapless v0.7.16 |
1971 | 2023-11-19T05:23:39.127Z | Compiling uuid v1.5.0 |
1972 | 2023-11-19T05:23:40.247Z | Compiling chrono v0.4.31 |
1973 | 2023-11-19T05:23:40.837Z | Compiling indexmap v2.1.0 |
1974 | 2023-11-19T05:23:42.518Z | Compiling thread-id v4.2.0 |
1975 | 2023-11-19T05:23:42.531Z | Compiling anstyle v1.0.2 |
1976 | 2023-11-19T05:23:42.935Z | Compiling adler v1.0.2 |
1977 | 2023-11-19T05:23:43.371Z | Compiling try-lock v0.2.4 |
1978 | 2023-11-19T05:23:43.421Z | Compiling utf8parse v0.2.1 |
1979 | 2023-11-19T05:23:43.551Z | Compiling cpufeatures v0.2.9 |
1980 | 2023-11-19T05:23:43.677Z | Compiling flagset v0.4.3 |
1981 | 2023-11-19T05:23:43.690Z | Compiling rustversion v1.0.14 |
1982 | 2023-11-19T05:23:44.173Z | Compiling siphasher v0.3.11 |
1983 | 2023-11-19T05:23:44.560Z | Compiling time-core v0.1.1 |
1984 | 2023-11-19T05:23:44.798Z | Compiling time-macros v0.2.13 |
1985 | 2023-11-19T05:23:46.250Z | Compiling der v0.7.8 |
1986 | 2023-11-19T05:23:48.016Z | Compiling sha2 v0.10.8 |
1987 | 2023-11-19T05:23:49.774Z | Compiling tokio-util v0.7.10 |
1988 | 2023-11-19T05:23:52.618Z | Compiling h2 v0.3.21 |
1989 | 2023-11-19T05:23:53.964Z | Compiling anstyle-parse v0.2.1 |
1990 | 2023-11-19T05:23:54.277Z | Compiling want v0.3.1 |
1991 | 2023-11-19T05:23:54.372Z | Compiling miniz_oxide v0.7.1 |
1992 | 2023-11-19T05:23:54.904Z | Compiling http-body v0.4.5 |
1993 | 2023-11-19T05:23:57.158Z | Compiling serde_tokenstream v0.1.7 |
1994 | 2023-11-19T05:23:58.705Z | Compiling rustls-webpki v0.101.7 |
1995 | 2023-11-19T05:23:59.499Z | Compiling sct v0.7.0 |
1996 | 2023-11-19T05:23:59.956Z | Compiling form_urlencoded v1.2.0 |
1997 | 2023-11-19T05:24:00.412Z | Compiling hubpack_derive v0.1.1 |
1998 | 2023-11-19T05:24:00.816Z | Compiling socket2 v0.4.9 |
1999 | 2023-11-19T05:24:00.913Z | Compiling crossbeam-epoch v0.9.15 |
2000 | 2023-11-19T05:24:02.136Z | Compiling httpdate v1.0.3 |
2001 | 2023-11-19T05:24:02.470Z | Compiling slog v2.7.0 |
2002 | 2023-11-19T05:24:02.527Z | Compiling anstyle-query v1.0.0 |
2003 | 2023-11-19T05:24:02.761Z | Compiling anyhow v1.0.75 |
2004 | 2023-11-19T05:24:03.114Z | Compiling tower-service v0.3.2 |
2005 | 2023-11-19T05:24:03.175Z | Compiling colorchoice v1.0.0 |
2006 | 2023-11-19T05:24:03.265Z | Compiling radium v0.7.0 |
2007 | 2023-11-19T05:24:03.520Z | Compiling anstream v0.5.0 |
2008 | 2023-11-19T05:24:04.373Z | Compiling hyper v0.14.27 |
2009 | 2023-11-19T05:24:12.989Z | Compiling terminal_size v0.2.6 |
2010 | 2023-11-19T05:24:13.299Z | Compiling spki v0.7.2 |
2011 | 2023-11-19T05:24:14.335Z | Compiling toml_datetime v0.6.5 |
2012 | 2023-11-19T05:24:15.006Z | Compiling serde_spanned v0.6.4 |
2013 | 2023-11-19T05:24:16.414Z | Compiling rustls-pemfile v1.0.3 |
2014 | 2023-11-19T05:24:16.973Z | Compiling zerocopy v0.6.4 |
2015 | 2023-11-19T05:24:17.662Z | Compiling hmac v0.12.1 |
2016 | 2023-11-19T05:24:17.973Z | Compiling md-5 v0.10.5 |
2017 | 2023-11-19T05:24:18.225Z | Compiling stringprep v0.1.3 |
2018 | 2023-11-19T05:24:18.330Z | Compiling idna v0.4.0 |
2019 | 2023-11-19T05:24:18.703Z | Compiling diesel_table_macro_syntax v0.1.0 |
2020 | 2023-11-19T05:24:19.304Z | Compiling hash32 v0.2.1 |
2021 | 2023-11-19T05:24:19.502Z | Compiling aho-corasick v1.0.4 |
2022 | 2023-11-19T05:24:19.651Z | Compiling tap v1.0.1 |
2023 | 2023-11-19T05:24:19.868Z | Compiling dyn-clone v1.0.13 |
2024 | 2023-11-19T05:24:20.150Z | Compiling either v1.9.0 |
2025 | 2023-11-19T05:24:20.729Z | Compiling regex-syntax v0.8.2 |
2026 | 2023-11-19T05:24:20.802Z | Compiling clap_lex v0.5.1 |
2027 | 2023-11-19T05:24:20.888Z | Compiling maybe-uninit v2.0.0 |
2028 | 2023-11-19T05:24:20.901Z | Compiling strsim v0.10.0 |
2029 | 2023-11-19T05:24:21.586Z | Compiling winnow v0.5.15 |
2030 | 2023-11-19T05:24:22.036Z | Compiling fallible-iterator v0.2.0 |
2031 | 2023-11-19T05:24:23.376Z | Compiling gimli v0.28.0 |
2032 | 2023-11-19T05:24:24.549Z | Compiling stable_deref_trait v1.2.0 |
2033 | 2023-11-19T05:24:25.942Z | Compiling postgres-protocol v0.6.6 |
2034 | 2023-11-19T05:24:26.348Z | Compiling clap_builder v4.4.2 |
2035 | 2023-11-19T05:24:26.704Z | Compiling wyz v0.5.1 |
2036 | 2023-11-19T05:24:27.440Z | Compiling regex-automata v0.4.3 |
2037 | 2023-11-19T05:24:27.904Z | Compiling url v2.4.1 |
2038 | 2023-11-19T05:24:28.109Z | Compiling diesel_derives v2.1.1 |
2039 | 2023-11-19T05:24:29.182Z | Compiling tokio-rustls v0.24.1 |
2040 | 2023-11-19T05:24:30.624Z | Compiling addr2line v0.21.0 |
2041 | 2023-11-19T05:24:31.972Z | Compiling rustls-native-certs v0.6.3 |
2042 | 2023-11-19T05:24:32.482Z | Compiling strum_macros v0.25.2 |
2043 | 2023-11-19T05:24:32.743Z | Compiling tokio-native-tls v0.3.1 |
2044 | 2023-11-19T05:24:39.095Z | Compiling usdt-attr-macro v0.3.5 |
2045 | 2023-11-19T05:24:39.433Z | Compiling usdt-macro v0.3.5 |
2046 | 2023-11-19T05:24:41.255Z | Compiling phf_shared v0.11.2 |
2047 | 2023-11-19T05:24:41.861Z | Compiling block-padding v0.3.3 |
2048 | 2023-11-19T05:24:41.974Z | Compiling enum-as-inner v0.5.1 |
2049 | 2023-11-19T05:24:42.172Z | Compiling serde_repr v0.1.16 |
2050 | 2023-11-19T05:24:42.747Z | Compiling scheduled-thread-pool v0.2.7 |
2051 | 2023-11-19T05:24:43.381Z | Compiling object v0.32.1 |
2052 | 2023-11-19T05:24:43.811Z | Compiling funty v2.0.0 |
2053 | 2023-11-19T05:24:46.367Z | Compiling deranged v0.3.8 |
2054 | 2023-11-19T05:24:48.683Z | Compiling matches v0.1.10 |
2055 | 2023-11-19T05:24:48.864Z | Compiling num-bigint-dig v0.8.4 |
2056 | 2023-11-19T05:24:50.432Z | Compiling regex-automata v0.1.10 |
2057 | 2023-11-19T05:24:51.245Z | Compiling managed v0.8.0 |
2058 | 2023-11-19T05:24:51.567Z | Compiling bit-vec v0.6.3 |
2059 | 2023-11-19T05:24:52.158Z | Compiling ipnet v2.8.0 |
2060 | 2023-11-19T05:24:52.228Z | Compiling packed_struct v0.10.1 |
2061 | 2023-11-19T05:24:52.608Z | Compiling rustc-demangle v0.1.23 |
2062 | 2023-11-19T05:24:53.925Z | Compiling num_threads v0.1.6 |
2063 | 2023-11-19T05:24:54.044Z | Compiling time v0.3.27 |
2064 | 2023-11-19T05:24:59.304Z | Compiling bstr v0.2.17 |
2065 | 2023-11-19T05:25:01.587Z | Compiling idna v0.2.3 |
2066 | 2023-11-19T05:25:02.187Z | Compiling bitvec v1.0.1 |
2067 | 2023-11-19T05:25:02.200Z | Compiling r2d2 v0.8.10 |
2068 | 2023-11-19T05:25:05.128Z | Compiling inout v0.1.3 |
2069 | 2023-11-19T05:25:07.620Z | Compiling phf v0.11.2 |
2070 | 2023-11-19T05:25:08.090Z | Compiling regex v1.10.2 |
2071 | 2023-11-19T05:25:08.253Z | Compiling hyper-tls v0.5.0 |
2072 | 2023-11-19T05:25:08.741Z | Compiling signal-hook-mio v0.2.3 |
2073 | 2023-11-19T05:25:08.949Z | Compiling clap v4.4.3 |
2074 | 2023-11-19T05:25:09.102Z | Compiling hyper-rustls v0.24.2 |
2075 | 2023-11-19T05:25:09.696Z | Compiling flate2 v1.0.28 |
2076 | 2023-11-19T05:25:09.844Z | Compiling ipnetwork v0.20.0 |
2077 | 2023-11-19T05:25:09.898Z | Compiling bzip2 v0.4.4 |
2078 | 2023-11-19T05:25:10.477Z | Compiling toml_edit v0.19.15 |
2079 | 2023-11-19T05:25:10.690Z | Compiling postgres-types v0.2.6 |
2080 | 2023-11-19T05:25:11.217Z | Compiling itertools v0.11.0 |
2081 | 2023-11-19T05:25:11.303Z | Compiling pkcs8 v0.10.2 |
2082 | 2023-11-19T05:25:12.589Z | Compiling hubpack v0.1.2 |
2083 | 2023-11-19T05:25:13.225Z | Compiling serde_urlencoded v0.7.1 |
2084 | 2023-11-19T05:25:13.268Z | Compiling phf_shared v0.10.0 |
2085 | 2023-11-19T05:25:13.970Z | Compiling futures-executor v0.3.29 |
2086 | 2023-11-19T05:25:15.874Z | Compiling signature v2.1.0 |
2087 | 2023-11-19T05:25:16.541Z | Compiling packed_struct_codegen v0.10.1 |
2088 | 2023-11-19T05:25:19.025Z | Compiling float-cmp v0.9.0 |
2089 | 2023-11-19T05:25:19.867Z | Compiling encoding_rs v0.8.33 |
2090 | 2023-11-19T05:25:20.569Z | Compiling unicode-width v0.1.11 |
2091 | 2023-11-19T05:25:20.808Z | Compiling data-encoding v2.4.0 |
2092 | 2023-11-19T05:25:21.051Z | Compiling new_debug_unreachable v1.0.4 |
2093 | 2023-11-19T05:25:21.174Z | Compiling crc-catalog v2.2.0 |
2094 | 2023-11-19T05:25:21.369Z | Compiling whoami v1.4.1 |
2095 | 2023-11-19T05:25:22.221Z | Compiling fixedbitset v0.4.2 |
2096 | 2023-11-19T05:25:22.881Z | Compiling unicode-segmentation v1.10.1 |
2097 | 2023-11-19T05:25:23.277Z | Compiling mime v0.3.17 |
2098 | 2023-11-19T05:25:23.841Z | Compiling predicates-core v1.0.6 |
2099 | 2023-11-19T05:25:24.070Z | Compiling webpki-roots v0.25.2 |
2100 | 2023-11-19T05:25:24.250Z | Compiling precomputed-hash v0.1.1 |
2101 | 2023-11-19T05:25:24.387Z | Compiling nodrop v0.1.14 |
2102 | 2023-11-19T05:25:25.000Z | Compiling regex-automata v0.3.8 |
2103 | 2023-11-19T05:25:25.620Z | Compiling difflib v0.4.0 |
2104 | 2023-11-19T05:25:26.263Z | Compiling static_assertions v1.1.0 |
2105 | 2023-11-19T05:25:26.377Z | Compiling normalize-line-endings v0.3.0 |
2106 | 2023-11-19T05:25:26.532Z | Compiling predicates v3.0.4 |
2107 | 2023-11-19T05:25:27.778Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2108 | 2023-11-19T05:25:28.914Z | Compiling bstr v1.6.0 |
2109 | 2023-11-19T05:25:34.159Z | Compiling array-init v0.0.4 |
2110 | 2023-11-19T05:25:35.184Z | Compiling string_cache v0.8.7 |
2111 | 2023-11-19T05:25:35.815Z | Compiling reqwest v0.11.22 |
2112 | 2023-11-19T05:25:36.341Z | Compiling similar v2.2.1 |
2113 | 2023-11-19T05:25:37.738Z | Compiling petgraph v0.6.4 |
2114 | 2023-11-19T05:25:39.771Z | Compiling tokio-postgres v0.7.10 |
2115 | 2023-11-19T05:25:41.198Z | Compiling trust-dns-proto v0.22.0 |
2116 | 2023-11-19T05:25:44.581Z | Compiling crc v3.0.1 |
2117 | 2023-11-19T05:25:47.953Z | Compiling console v0.15.7 |
2118 | 2023-11-19T05:25:55.853Z | Compiling toml v0.7.8 |
2119 | 2023-11-19T05:25:56.067Z | Compiling futures v0.3.29 |
2120 | 2023-11-19T05:25:57.587Z | Compiling pkcs1 v0.7.5 |
2121 | 2023-11-19T05:25:57.878Z | Compiling smallvec v0.6.14 |
2122 | 2023-11-19T05:25:58.334Z | Compiling zip v0.6.6 |
2123 | 2023-11-19T05:25:58.438Z | Compiling diesel v2.1.3 |
2124 | 2023-11-19T05:25:58.444Z | Compiling yasna v0.5.2 |
2125 | 2023-11-19T05:25:58.598Z | Compiling crossterm v0.27.0 |
2126 | 2023-11-19T05:26:01.151Z | Compiling cipher v0.4.4 |
2127 | 2023-11-19T05:26:01.878Z | Compiling hashbrown v0.13.2 |
2128 | 2023-11-19T05:26:05.301Z | Compiling bit-set v0.5.3 |
2129 | 2023-11-19T05:26:05.685Z | Compiling usdt v0.3.5 |
2130 | 2023-11-19T05:26:05.958Z | Compiling is-terminal v0.4.9 |
2131 | 2023-11-19T05:26:06.124Z | Compiling toml_edit v0.21.0 |
2132 | 2023-11-19T05:26:08.479Z | Compiling itertools v0.10.5 |
2133 | 2023-11-19T05:26:09.949Z | Compiling tokio-stream v0.1.14 |
2134 | 2023-11-19T05:26:11.430Z | Compiling openapiv3 v2.0.0-rc.1 |
2135 | 2023-11-19T05:26:13.199Z | Compiling hex v0.4.3 |
2136 | 2023-11-19T05:26:19.617Z | Compiling bitfield v0.14.0 |
2137 | 2023-11-19T05:26:21.406Z | Compiling lalrpop-util v0.19.12 |
2138 | 2023-11-19T05:26:25.417Z | Compiling termcolor v1.2.0 |
2139 | 2023-11-19T05:26:28.364Z | Compiling env_logger v0.10.0 |
2140 | 2023-11-19T05:26:34.116Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2141 | 2023-11-19T05:26:52.043Z | Compiling rsa v0.9.2 |
2142 | 2023-11-19T05:26:58.642Z | Compiling serde-hex v0.1.0 |
2143 | 2023-11-19T05:27:01.096Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2144 | 2023-11-19T05:27:07.482Z | Compiling x509-cert v0.2.4 |
2145 | 2023-11-19T05:27:08.041Z | Compiling ron v0.8.1 |
2146 | 2023-11-19T05:27:08.260Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2147 | 2023-11-19T05:27:08.965Z | Compiling crc-any v2.4.3 |
2148 | 2023-11-19T05:27:30.030Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2149 | 2023-11-19T05:27:35.859Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2150 | 2023-11-19T05:27:48.885Z | Compiling object v0.30.4 |
2151 | 2023-11-19T05:28:03.717Z | Compiling path-slash v0.1.5 |
2152 | 2023-11-19T05:28:04.043Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2153 | 2023-11-19T05:28:50.494Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2154 | 2023-11-19T05:28:51.719Z | Finished release [optimized] target(s) in 6m 07s |
2155 | 2023-11-19T05:28:51.809Z | |
2156 | 2023-11-19T05:28:51.812Z | real 6:07.189621804 |
2157 | 2023-11-19T05:28:51.815Z | user 42:33.082404410 |
2158 | 2023-11-19T05:28:51.818Z | sys 3:40.754874139 |
2159 | 2023-11-19T05:28:51.821Z | trap 1.848141127 |
2160 | 2023-11-19T05:28:51.825Z | tflt 1.135947662 |
2161 | 2023-11-19T05:28:51.835Z | dflt 0.530288950 |
2162 | 2023-11-19T05:28:51.840Z | kflt 0.001029753 |
2163 | 2023-11-19T05:28:51.843Z | lock 1:35:02.233665183 |
2164 | 2023-11-19T05:28:51.846Z | slp 2:00:30.887821741 |
2165 | 2023-11-19T05:28:51.849Z | lat 1:49.748793969 |
2166 | 2023-11-19T05:28:51.852Z | stop 1:16.975877580 |
2167 | 2023-11-19T05:28:51.855Z | + ptime -m gzip |
2168 | 2023-11-19T05:28:52.467Z | |
2169 | 2023-11-19T05:28:52.473Z | real 0.657320410 |
2170 | 2023-11-19T05:28:52.476Z | user 0.650043042 |
2171 | 2023-11-19T05:28:52.480Z | sys 0.006633984 |
2172 | 2023-11-19T05:28:52.483Z | trap 0.000067780 |
2173 | 2023-11-19T05:28:52.490Z | tflt 0.000000000 |
2174 | 2023-11-19T05:28:52.496Z | dflt 0.000000000 |
2175 | 2023-11-19T05:28:52.499Z | kflt 0.000000000 |
2176 | 2023-11-19T05:28:52.502Z | lock 0.000000000 |
2177 | 2023-11-19T05:28:52.505Z | slp 0.000000000 |
2178 | 2023-11-19T05:28:52.508Z | lat 0.000229055 |
2179 | 2023-11-19T05:28:52.511Z | stop 0.000238783 |
2180 | 2023-11-19T05:28:52.516Z | + banner tufaceous |
2181 | 2023-11-19T05:28:52.529Z | |
2182 | 2023-11-19T05:28:52.532Z | ##### # # ###### ## #### ###### #### # # #### |
2183 | 2023-11-19T05:28:52.535Z | # # # # # # # # # # # # # # |
2184 | 2023-11-19T05:28:52.538Z | # # # ##### # # # ##### # # # # #### |
2185 | 2023-11-19T05:28:52.542Z | # # # # ###### # # # # # # # |
2186 | 2023-11-19T05:28:52.545Z | # # # # # # # # # # # # # # # |
2187 | 2023-11-19T05:28:52.549Z | # #### # # # #### ###### #### #### #### |
2188 | 2023-11-19T05:28:52.552Z | |
2189 | 2023-11-19T05:28:52.558Z | + ptime -m cargo build --locked -p tufaceous --release |
2190 | 2023-11-19T05:28:53.115Z | Downloading crates ... |
2191 | 2023-11-19T05:28:53.508Z | Downloaded path-absolutize v3.1.0 |
2192 | 2023-11-19T05:28:53.511Z | Downloaded snafu-derive v0.7.5 |
2193 | 2023-11-19T05:28:53.514Z | Downloaded path-dedot v3.1.0 |
2194 | 2023-11-19T05:28:53.517Z | Downloaded olpc-cjson v0.1.3 |
2195 | 2023-11-19T05:28:53.520Z | Downloaded globset v0.4.13 |
2196 | 2023-11-19T05:28:53.523Z | Downloaded humantime v2.1.0 |
2197 | 2023-11-19T05:28:53.526Z | Downloaded buf-list v1.0.3 |
2198 | 2023-11-19T05:28:53.529Z | Downloaded fs-err v2.9.0 |
2199 | 2023-11-19T05:28:53.532Z | Downloaded tough v0.14.0 |
2200 | 2023-11-19T05:28:53.538Z | Downloaded doc-comment v0.3.3 |
2201 | 2023-11-19T05:28:53.541Z | Downloaded snafu v0.7.5 |
2202 | 2023-11-19T05:28:53.549Z | Downloaded serde_plain v1.0.2 |
2203 | 2023-11-19T05:28:53.556Z | Downloaded bytesize v1.3.0 |
2204 | 2023-11-19T05:28:53.711Z | Compiling serde_tokenstream v0.2.0 |
2205 | 2023-11-19T05:28:54.144Z | Compiling regress v0.7.1 |
2206 | 2023-11-19T05:28:54.152Z | Compiling dirs-sys-next v0.1.2 |
2207 | 2023-11-19T05:28:54.165Z | Compiling ident_case v1.0.1 |
2208 | 2023-11-19T05:28:54.176Z | Compiling thread_local v1.1.7 |
2209 | 2023-11-19T05:28:54.185Z | Compiling slog-async v2.8.0 |
2210 | 2023-11-19T05:28:54.195Z | Compiling heck v0.4.1 |
2211 | 2023-11-19T05:28:54.202Z | Compiling dirs-next v2.0.0 |
2212 | 2023-11-19T05:28:54.314Z | Compiling darling_core v0.20.3 |
2213 | 2023-11-19T05:28:54.427Z | Compiling camino v1.1.6 |
2214 | 2023-11-19T05:28:54.595Z | Compiling term v0.7.0 |
2215 | 2023-11-19T05:28:55.060Z | Compiling crossbeam-channel v0.5.8 |
2216 | 2023-11-19T05:28:55.311Z | Compiling getopts v0.2.21 |
2217 | 2023-11-19T05:28:55.528Z | Compiling structmeta-derive v0.2.0 |
2218 | 2023-11-19T05:28:55.757Z | Compiling atty v0.2.14 |
2219 | 2023-11-19T05:28:55.986Z | Compiling multer v2.1.0 |
2220 | 2023-11-19T05:28:56.448Z | Compiling paste v1.0.14 |
2221 | 2023-11-19T05:28:56.795Z | Compiling unsafe-libyaml v0.2.9 |
2222 | 2023-11-19T05:28:57.107Z | Compiling match_cfg v0.1.0 |
2223 | 2023-11-19T05:28:57.234Z | Compiling take_mut v0.2.2 |
2224 | 2023-11-19T05:28:57.471Z | Compiling doc-comment v0.3.3 |
2225 | 2023-11-19T05:28:58.412Z | Compiling hostname v0.3.1 |
2226 | 2023-11-19T05:28:58.927Z | Compiling slog-term v2.9.0 |
2227 | 2023-11-19T05:28:59.760Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2228 | 2023-11-19T05:29:01.849Z | Compiling structmeta v0.2.0 |
2229 | 2023-11-19T05:29:02.465Z | Compiling serde_yaml v0.9.25 |
2230 | 2023-11-19T05:29:03.511Z | Compiling darling_macro v0.20.3 |
2231 | 2023-11-19T05:29:03.941Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2232 | 2023-11-19T05:29:03.964Z | Compiling slog-json v2.6.1 |
2233 | 2023-11-19T05:29:04.924Z | Compiling async-stream-impl v0.3.5 |
2234 | 2023-11-19T05:29:05.066Z | Compiling darling v0.20.3 |
2235 | 2023-11-19T05:29:05.206Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2236 | 2023-11-19T05:29:18.255Z | Compiling atomic-waker v1.1.1 |
2237 | 2023-11-19T05:29:19.287Z | Compiling regex-syntax v0.7.5 |
2238 | 2023-11-19T05:29:20.052Z | Compiling fastrand v2.0.0 |
2239 | 2023-11-19T05:29:20.715Z | Compiling async-stream v0.3.5 |
2240 | 2023-11-19T05:29:20.908Z | Compiling tempfile v3.8.0 |
2241 | 2023-11-19T05:29:20.947Z | Compiling waitgroup v0.1.2 |
2242 | 2023-11-19T05:29:21.039Z | Compiling serde_with_macros v2.3.3 |
2243 | 2023-11-19T05:29:21.596Z | Compiling slog-bunyan v2.4.0 |
2244 | 2023-11-19T05:29:21.769Z | Compiling toml v0.8.8 |
2245 | 2023-11-19T05:29:21.963Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2246 | 2023-11-19T05:29:22.109Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2247 | 2023-11-19T05:29:22.207Z | Compiling sha1 v0.10.6 |
2248 | 2023-11-19T05:29:22.371Z | Compiling snafu-derive v0.7.5 |
2249 | 2023-11-19T05:29:22.430Z | Compiling serde_path_to_error v0.1.14 |
2250 | 2023-11-19T05:29:22.450Z | Compiling path-dedot v3.1.0 |
2251 | 2023-11-19T05:29:22.517Z | Compiling instant v0.1.12 |
2252 | 2023-11-19T05:29:22.563Z | Compiling same-file v1.0.6 |
2253 | 2023-11-19T05:29:22.643Z | Compiling debug-ignore v1.0.5 |
2254 | 2023-11-19T05:29:22.700Z | Compiling arc-swap v1.6.0 |
2255 | 2023-11-19T05:29:22.789Z | Compiling base64 v0.13.1 |
2256 | 2023-11-19T05:29:22.838Z | Compiling buf-list v1.0.3 |
2257 | 2023-11-19T05:29:22.850Z | Compiling pem v1.1.1 |
2258 | 2023-11-19T05:29:22.893Z | Compiling slog-scope v4.4.0 |
2259 | 2023-11-19T05:29:22.921Z | Compiling parse-display-derive v0.8.2 |
2260 | 2023-11-19T05:29:22.950Z | Compiling walkdir v2.4.0 |
2261 | 2023-11-19T05:29:23.006Z | Compiling path-absolutize v3.1.0 |
2262 | 2023-11-19T05:29:23.029Z | Compiling backoff v0.4.0 |
2263 | 2023-11-19T05:29:23.058Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2264 | 2023-11-19T05:29:23.101Z | Compiling serde_with v2.3.3 |
2265 | 2023-11-19T05:29:23.142Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2266 | 2023-11-19T05:29:23.181Z | Compiling globset v0.4.13 |
2267 | 2023-11-19T05:29:23.228Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2268 | 2023-11-19T05:29:23.287Z | Compiling snafu v0.7.5 |
2269 | 2023-11-19T05:29:23.339Z | Compiling strum v0.25.0 |
2270 | 2023-11-19T05:29:23.360Z | Compiling olpc-cjson v0.1.3 |
2271 | 2023-11-19T05:29:23.412Z | Compiling macaddr v1.0.1 |
2272 | 2023-11-19T05:29:23.453Z | Compiling parse-display v0.8.2 |
2273 | 2023-11-19T05:29:23.531Z | Compiling serde_plain v1.0.2 |
2274 | 2023-11-19T05:29:23.564Z | Compiling filetime v0.2.22 |
2275 | 2023-11-19T05:29:23.821Z | Compiling xattr v1.0.1 |
2276 | 2023-11-19T05:29:23.917Z | Compiling tough v0.14.0 |
2277 | 2023-11-19T05:29:24.183Z | Compiling tar v0.4.40 |
2278 | 2023-11-19T05:29:24.283Z | Compiling slog-stdlog v4.1.1 |
2279 | 2023-11-19T05:29:26.478Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2280 | 2023-11-19T05:29:26.695Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2281 | 2023-11-19T05:29:27.464Z | Compiling camino-tempfile v1.0.2 |
2282 | 2023-11-19T05:29:28.795Z | Compiling bytesize v1.3.0 |
2283 | 2023-11-19T05:29:29.723Z | Compiling fs-err v2.9.0 |
2284 | 2023-11-19T05:29:31.073Z | Compiling slog-envlogger v2.2.0 |
2285 | 2023-11-19T05:29:34.008Z | Compiling humantime v2.1.0 |
2286 | 2023-11-19T05:29:37.790Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2287 | 2023-11-19T05:29:59.786Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2288 | 2023-11-19T05:30:00.077Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2289 | 2023-11-19T05:30:29.001Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2290 | 2023-11-19T05:30:29.350Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2291 | 2023-11-19T05:30:40.814Z | Finished release [optimized] target(s) in 1m 48s |
2292 | 2023-11-19T05:30:40.900Z | |
2293 | 2023-11-19T05:30:40.906Z | real 1:48.404859501 |
2294 | 2023-11-19T05:30:40.911Z | user 11:43.569137798 |
2295 | 2023-11-19T05:30:40.918Z | sys 45.276135826 |
2296 | 2023-11-19T05:30:40.924Z | trap 0.462377242 |
2297 | 2023-11-19T05:30:40.928Z | tflt 0.309241892 |
2298 | 2023-11-19T05:30:40.933Z | dflt 0.758698674 |
2299 | 2023-11-19T05:30:40.943Z | kflt 0.000000000 |
2300 | 2023-11-19T05:30:40.967Z | lock 21:41.036539756 |
2301 | 2023-11-19T05:30:40.972Z | slp 25:00.923834547 |
2302 | 2023-11-19T05:30:40.976Z | lat 20.725010559 |
2303 | 2023-11-19T05:30:40.979Z | stop 11.525952169 |
2304 | 2023-11-19T05:30:40.983Z | + ptime -m gzip |
2305 | 2023-11-19T05:30:43.217Z | |
2306 | 2023-11-19T05:30:43.222Z | real 2.307997480 |
2307 | 2023-11-19T05:30:43.227Z | user 2.285428428 |
2308 | 2023-11-19T05:30:44.452Z | sys 0.019812154 |
2309 | 2023-11-19T05:30:44.456Z | trap 0.000603567 |
2310 | 2023-11-19T05:30:44.460Z | tflt 0.000000000 |
2311 | 2023-11-19T05:30:44.464Z | dflt 0.000000000 |
2312 | 2023-11-19T05:30:44.468Z | kflt 0.000000000 |
2313 | 2023-11-19T05:30:44.476Z | lock 0.000000000 |
2314 | 2023-11-19T05:30:44.482Z | slp 0.000000000 |
2315 | 2023-11-19T05:30:44.486Z | lat 0.001760735 |
2316 | 2023-11-19T05:30:44.490Z | stop 0.000283432 |
2317 | 2023-11-19T05:30:44.495Z | process exited: duration 1242262 ms, exit code 0 |
|
2318 | 2023-11-19T05:30:44.504Z | found 5 output files |
2319 | 2023-11-19T05:30:44.521Z | uploading: /work/end-to-end-tests/bootstrap-714f127c345e1afe.gz (6360006 bytes) |
2320 | 2023-11-19T05:30:46.643Z | uploaded: /work/end-to-end-tests/bootstrap-714f127c345e1afe.gz |
2321 | 2023-11-19T05:30:46.655Z | uploading: /work/end-to-end-tests/bootstrap.gz (86894160 bytes) |
2322 | 2023-11-19T05:31:13.725Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2323 | 2023-11-19T05:31:13.766Z | uploading: /work/end-to-end-tests/end_to_end_tests-2a5f0f6021ab3ba7.gz (99509066 bytes) |
2324 | 2023-11-19T05:31:52.740Z | uploaded: /work/end-to-end-tests/end_to_end_tests-2a5f0f6021ab3ba7.gz |
2325 | 2023-11-19T05:31:52.774Z | uploading: /work/caboose-util.gz (4110256 bytes) |
2326 | 2023-11-19T05:31:55.286Z | uploaded: /work/caboose-util.gz |
2327 | 2023-11-19T05:31:55.294Z | uploading: /work/tufaceous.gz (14675600 bytes) |
2328 | 2023-11-19T05:32:00.631Z | uploaded: /work/tufaceous.gz |