|
|
|
1 | 2023-11-20T19:58:27.951Z | job assigned to worker 01HFQ4WT76E5KBN1FA77NA82ZW (queued for 1 m 53 s) |
|
2 | 2023-11-20T19:58:28.156Z | starting task 0: "setup" |
3 | 2023-11-20T19:58:28.359Z | ++ uname -s |
4 | 2023-11-20T19:58:28.362Z | + kern=SunOS |
5 | 2023-11-20T19:58:28.366Z | + case "$kern" in |
6 | 2023-11-20T19:58:28.369Z | + groupadd -g 12345 build |
7 | 2023-11-20T19:58:28.372Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-20T19:58:30.376Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-20T19:58:30.462Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-20T19:58:30.466Z | + home_fs=zfs |
11 | 2023-11-20T19:58:30.469Z | + [[ zfs == autofs ]] |
12 | 2023-11-20T19:58:30.472Z | + mkdir -p /home/build |
13 | 2023-11-20T19:58:30.475Z | + chown build:build /home/build /work |
14 | 2023-11-20T19:58:32.471Z | + chmod 0700 /home/build /work |
15 | 2023-11-20T19:58:32.475Z | process exited: duration 4314 ms, exit code 0 |
|
16 | 2023-11-20T19:58:32.481Z | starting task 1: "rust-toolchain" |
17 | 2023-11-20T19:58:32.494Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-20T19:58:32.498Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-20T19:58:32.651Z | info: downloading installer |
20 | 2023-11-20T19:58:35.165Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-20T19:58:35.169Z | warning: /opt/ooce/bin |
22 | 2023-11-20T19:58:35.172Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-20T19:58:35.175Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-20T19:58:35.178Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-20T19:58:35.181Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-20T19:58:35.185Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-20T19:58:35.188Z | error: cannot install while Rust is installed |
28 | 2023-11-20T19:58:35.191Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-20T19:58:35.589Z | info: profile set to 'default' |
30 | 2023-11-20T19:58:35.592Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-20T19:58:35.595Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-20T19:58:35.776Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-20T19:58:35.779Z | info: downloading component 'cargo' |
34 | 2023-11-20T19:58:36.593Z | info: downloading component 'clippy' |
35 | 2023-11-20T19:58:36.878Z | info: downloading component 'rust-docs' |
36 | 2023-11-20T19:58:37.878Z | info: downloading component 'rust-std' |
37 | 2023-11-20T19:58:39.676Z | info: downloading component 'rustc' |
38 | 2023-11-20T19:58:44.021Z | info: downloading component 'rustfmt' |
39 | 2023-11-20T19:58:44.341Z | info: installing component 'cargo' |
40 | 2023-11-20T19:58:46.251Z | info: installing component 'clippy' |
41 | 2023-11-20T19:58:47.119Z | info: installing component 'rust-docs' |
42 | 2023-11-20T19:58:49.848Z | info: installing component 'rust-std' |
43 | 2023-11-20T19:58:53.612Z | info: installing component 'rustc' |
44 | 2023-11-20T19:59:02.526Z | info: installing component 'rustfmt' |
45 | 2023-11-20T19:59:02.988Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-20T19:59:02.992Z | |
47 | 2023-11-20T19:59:03.125Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-20T19:59:03.129Z | |
49 | 2023-11-20T19:59:03.132Z | |
50 | 2023-11-20T19:59:03.136Z | Rust is installed now. Great! |
51 | 2023-11-20T19:59:03.140Z | |
52 | 2023-11-20T19:59:03.147Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-20T19:59:03.150Z | environment variable. This has not been done automatically. |
54 | 2023-11-20T19:59:03.154Z | |
55 | 2023-11-20T19:59:03.162Z | To configure your current shell, run: |
56 | 2023-11-20T19:59:03.165Z | source "$HOME/.cargo/env" |
57 | 2023-11-20T19:59:03.227Z | + rustc --version |
58 | 2023-11-20T19:59:03.347Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-20T19:59:03.353Z | process exited: duration 30869 ms, exit code 0 |
|
60 | 2023-11-20T19:59:03.360Z | starting task 2: "authentication" |
61 | 2023-11-20T19:59:03.396Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-11-20T19:59:03.403Z | starting task 3: "clone repository" |
63 | 2023-11-20T19:59:03.414Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-20T19:59:03.418Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-20T19:59:03.457Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-20T19:59:09.024Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-20T19:59:09.027Z | + [[ -n restore-schema-10.0.0 ]] |
68 | 2023-11-20T19:59:09.031Z | + git fetch origin restore-schema-10.0.0 |
69 | 2023-11-20T19:59:09.413Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-20T19:59:09.416Z | * branch restore-schema-10.0.0 -> FETCH_HEAD |
71 | 2023-11-20T19:59:09.424Z | + git checkout -B restore-schema-10.0.0 remotes/origin/restore-schema-10.0.0 |
72 | 2023-11-20T19:59:09.515Z | Switched to a new branch 'restore-schema-10.0.0' |
73 | 2023-11-20T19:59:09.518Z | branch 'restore-schema-10.0.0' set up to track 'origin/restore-schema-10.0.0'. |
74 | 2023-11-20T19:59:09.521Z | + git reset --hard 2795027a21fb42ef210ce0f35d3d671a594697c6 |
75 | 2023-11-20T19:59:09.530Z | HEAD is now at 2795027a restore schema 10.0.0 |
76 | 2023-11-20T19:59:09.533Z | process exited: duration 6125 ms, exit code 0 |
|
77 | 2023-11-20T19:59:09.538Z | starting task 4: "build" |
78 | 2023-11-20T19:59:09.549Z | + cargo --version |
79 | 2023-11-20T19:59:09.556Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-20T19:59:09.735Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-20T19:59:09.738Z | info: downloading component 'cargo' |
82 | 2023-11-20T19:59:10.388Z | info: downloading component 'clippy' |
83 | 2023-11-20T19:59:10.625Z | info: downloading component 'rust-docs' |
84 | 2023-11-20T19:59:11.470Z | info: downloading component 'rust-std' |
85 | 2023-11-20T19:59:12.811Z | info: downloading component 'rustc' |
86 | 2023-11-20T19:59:16.593Z | info: downloading component 'rustfmt' |
87 | 2023-11-20T19:59:16.861Z | info: installing component 'cargo' |
88 | 2023-11-20T19:59:18.057Z | info: installing component 'clippy' |
89 | 2023-11-20T19:59:18.557Z | info: installing component 'rust-docs' |
90 | 2023-11-20T19:59:21.235Z | info: installing component 'rust-std' |
91 | 2023-11-20T19:59:23.738Z | info: installing component 'rustc' |
92 | 2023-11-20T19:59:29.935Z | info: installing component 'rustfmt' |
93 | 2023-11-20T19:59:30.478Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-20T19:59:30.481Z | + rustc --version |
95 | 2023-11-20T19:59:30.601Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-20T19:59:30.609Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-11-20T19:59:38.561Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-11-20T19:59:39.564Z | Startup: Caching catalogs ... Done |
99 | 2023-11-20T19:59:45.049Z | Planning: Solver setup ... Done (5.127s) |
100 | 2023-11-20T19:59:45.175Z | Planning: Running solver ... Done (0.127s) |
101 | 2023-11-20T19:59:45.235Z | Planning: Finding local manifests ... Done (0.003s) |
102 | 2023-11-20T19:59:45.250Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2023-11-20T19:59:45.943Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2023-11-20T19:59:45.998Z | Planning: Package planning ... Done (0.084s) |
105 | 2023-11-20T19:59:46.087Z | Planning: Merging actions ... Done (0.089s) |
106 | 2023-11-20T19:59:46.686Z | Planning: Checking for conflicting actions ... Done (0.599s) |
107 | 2023-11-20T19:59:46.704Z | Planning: Consolidating action changes ... Done (0.017s) |
108 | 2023-11-20T19:59:50.660Z | Planning: Evaluating mediators ... Done (3.956s) |
109 | 2023-11-20T19:59:50.676Z | Planning: Planning completed in 11.05 seconds |
110 | 2023-11-20T19:59:52.472Z | Packages to install: 4 |
111 | 2023-11-20T19:59:52.476Z | Mediators to change: 2 |
112 | 2023-11-20T19:59:52.479Z | Services to change: 1 |
113 | 2023-11-20T19:59:52.482Z | Estimated space available: 148.90 GB |
114 | 2023-11-20T19:59:52.485Z | Estimated space to be consumed: 1.37 GB |
115 | 2023-11-20T19:59:52.488Z | Create boot environment: No |
116 | 2023-11-20T19:59:52.490Z | Create backup boot environment: No |
117 | 2023-11-20T19:59:52.493Z | Rebuild boot archive: No |
118 | 2023-11-20T19:59:52.496Z | |
119 | 2023-11-20T19:59:52.499Z | Changed mediators: |
120 | 2023-11-20T19:59:52.502Z | mediator clang: |
121 | 2023-11-20T19:59:52.506Z | version: None -> 15 (system default) |
122 | 2023-11-20T19:59:52.510Z | |
123 | 2023-11-20T19:59:52.513Z | mediator llvm: |
124 | 2023-11-20T19:59:52.516Z | version: 14 (system default) -> 15 (system default) |
125 | 2023-11-20T19:59:52.520Z | |
126 | 2023-11-20T19:59:52.523Z | Changed packages: |
127 | 2023-11-20T19:59:52.527Z | helios-dev |
128 | 2023-11-20T19:59:52.530Z | developer/build-essential |
129 | 2023-11-20T19:59:52.533Z | None -> 11-2.0 |
130 | 2023-11-20T19:59:52.536Z | library/libxmlsec1 |
131 | 2023-11-20T19:59:52.540Z | None -> 1.2.35-2.0 |
132 | 2023-11-20T19:59:52.543Z | ooce/developer/clang-15 |
133 | 2023-11-20T19:59:52.546Z | None -> 15.0.7-2.0 |
134 | 2023-11-20T19:59:52.549Z | ooce/developer/llvm-15 |
135 | 2023-11-20T19:59:52.552Z | None -> 15.0.7-2.0 |
136 | 2023-11-20T19:59:52.555Z | |
137 | 2023-11-20T19:59:52.557Z | Services: |
138 | 2023-11-20T19:59:52.560Z | restart_fmri: |
139 | 2023-11-20T19:59:52.563Z | svc:/system/update-man-index:default |
140 | 2023-11-20T19:59:52.635Z | |
141 | 2023-11-20T19:59:52.638Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2023-11-20T19:59:58.759Z | Download: 211/3290 items 1.3/212.6MB 0% complete (575k/s) |
143 | 2023-11-20T20:00:03.765Z | Download: 1073/3290 items 19.7/212.6MB 9% complete (1.9M/s) |
144 | 2023-11-20T20:00:09.110Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.6M/s) |
145 | 2023-11-20T20:00:14.379Z | Download: 2214/3290 items 119.2/212.6MB 56% complete (9.8M/s) |
146 | 2023-11-20T20:00:19.377Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (3.6M/s) |
147 | 2023-11-20T20:00:24.381Z | Download: 3241/3290 items 172.9/212.6MB 81% complete (5.3M/s) |
148 | 2023-11-20T20:00:27.704Z | Download: Completed 212.60 MB in 35.07 seconds (6.1M/s) |
149 | 2023-11-20T20:00:27.942Z | Actions: 1/3687 actions (Installing new actions) |
150 | 2023-11-20T20:00:33.822Z | Actions: 2335/3687 actions (Installing new actions) |
151 | 2023-11-20T20:00:36.325Z | Actions: Completed 3687 actions in 8.38 seconds. |
152 | 2023-11-20T20:00:36.427Z | Done (0.095s) |
153 | 2023-11-20T20:00:36.430Z | Done (0.000s) |
154 | 2023-11-20T20:00:36.660Z | Done (0.232s) |
155 | 2023-11-20T20:00:44.210Z | Done (7.435s) |
156 | 2023-11-20T20:00:44.547Z | Done (0.236s) |
157 | 2023-11-20T20:00:44.550Z | Done (0.000s) |
158 | 2023-11-20T20:00:44.774Z | Done (0.000s) |
159 | 2023-11-20T20:00:45.477Z | Planning: Evaluating mediator changes ... Done |
160 | 2023-11-20T20:00:45.761Z | Planning: Checking for conflicting actions ... Done |
161 | 2023-11-20T20:00:45.766Z | Planning: Consolidating action changes ... Done |
162 | 2023-11-20T20:00:46.196Z | Planning: Evaluating mediators ... Done |
163 | 2023-11-20T20:00:46.199Z | Planning: Planning completed in 0.72 seconds |
164 | 2023-11-20T20:00:46.252Z | Mediators to change: 2 |
165 | 2023-11-20T20:00:46.255Z | Create boot environment: No |
166 | 2023-11-20T20:00:46.259Z | Create backup boot environment: No |
167 | 2023-11-20T20:00:46.345Z | Done |
168 | 2023-11-20T20:00:46.348Z | Done |
169 | 2023-11-20T20:00:46.487Z | Done |
170 | 2023-11-20T20:00:52.428Z | Done |
171 | 2023-11-20T20:00:52.553Z | Done |
172 | 2023-11-20T20:00:52.556Z | Done |
173 | 2023-11-20T20:00:52.660Z | Done |
174 | 2023-11-20T20:00:53.673Z | Planning: Evaluating mediator changes ... Done |
175 | 2023-11-20T20:00:53.676Z | Planning: Merging actions ... Done |
176 | 2023-11-20T20:00:54.008Z | Planning: Checking for conflicting actions ... Done |
177 | 2023-11-20T20:00:54.012Z | Planning: Consolidating action changes ... Done |
178 | 2023-11-20T20:00:54.442Z | Planning: Evaluating mediators ... Done |
179 | 2023-11-20T20:00:54.532Z | Planning: Planning completed in 1.30 seconds |
180 | 2023-11-20T20:00:54.590Z | Packages to change: 1 |
181 | 2023-11-20T20:00:54.593Z | Mediators to change: 1 |
182 | 2023-11-20T20:00:54.596Z | Services to change: 1 |
183 | 2023-11-20T20:00:54.598Z | Create boot environment: No |
184 | 2023-11-20T20:00:54.601Z | Create backup boot environment: Yes |
185 | 2023-11-20T20:00:56.648Z | Actions: 1/6 actions (Updating modified actions) |
186 | 2023-11-20T20:00:56.650Z | Actions: Completed 6 actions in 0.00 seconds. |
187 | 2023-11-20T20:00:56.653Z | Done |
188 | 2023-11-20T20:00:56.656Z | Done |
189 | 2023-11-20T20:00:56.705Z | Done |
190 | 2023-11-20T20:01:02.809Z | Done |
191 | 2023-11-20T20:01:02.939Z | Done |
192 | 2023-11-20T20:01:02.942Z | Done |
193 | 2023-11-20T20:01:03.052Z | Done |
194 | 2023-11-20T20:01:03.730Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
195 | 2023-11-20T20:01:03.735Z | clang system 15 system |
196 | 2023-11-20T20:01:03.739Z | csh system system illumos |
197 | 2023-11-20T20:01:03.742Z | ctags system system illumos |
198 | 2023-11-20T20:01:03.745Z | gcc vendor 12 vendor |
199 | 2023-11-20T20:01:03.749Z | gcc system 10 system |
200 | 2023-11-20T20:01:03.752Z | gcc system 7 system |
201 | 2023-11-20T20:01:03.755Z | go system 1.20 system |
202 | 2023-11-20T20:01:03.758Z | go system 1.19 system |
203 | 2023-11-20T20:01:03.761Z | llvm system 15 system |
204 | 2023-11-20T20:01:03.766Z | llvm system 14 system |
205 | 2023-11-20T20:01:03.769Z | mariadb system 10.6 system |
206 | 2023-11-20T20:01:03.772Z | mta vendor vendor dma |
207 | 2023-11-20T20:01:03.775Z | openjdk system 17 system |
208 | 2023-11-20T20:01:03.780Z | openjdk system 11 system |
209 | 2023-11-20T20:01:03.784Z | openjdk system 1.8 system |
210 | 2023-11-20T20:01:03.787Z | openssl vendor 3 vendor |
211 | 2023-11-20T20:01:03.790Z | perl system 5.36 system |
212 | 2023-11-20T20:01:03.793Z | postgresql system 15 system |
213 | 2023-11-20T20:01:03.796Z | postgresql system 13 system |
214 | 2023-11-20T20:01:03.799Z | python vendor 3 vendor |
215 | 2023-11-20T20:01:03.805Z | python system 2 system |
216 | 2023-11-20T20:01:03.808Z | python3 system 3.11 system |
217 | 2023-11-20T20:01:03.811Z | ruby system 3.0 system |
218 | 2023-11-20T20:01:03.815Z | words vendor vendor american-english |
219 | 2023-11-20T20:01:03.818Z | words system system australian-english |
220 | 2023-11-20T20:01:03.823Z | words system system british-english |
221 | 2023-11-20T20:01:03.827Z | words system system canadian-english |
222 | 2023-11-20T20:01:03.830Z | words system system french |
223 | 2023-11-20T20:01:03.834Z | words system system italian |
224 | 2023-11-20T20:01:03.838Z | words system system ngerman |
225 | 2023-11-20T20:01:03.841Z | words system system ogerman |
226 | 2023-11-20T20:01:03.845Z | words system system spanish |
227 | 2023-11-20T20:01:04.265Z | FMRI IFO |
228 | 2023-11-20T20:01:04.269Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
229 | 2023-11-20T20:01:04.272Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
230 | 2023-11-20T20:01:04.276Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
231 | 2023-11-20T20:01:04.279Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
232 | 2023-11-20T20:01:04.312Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
233 | 2023-11-20T20:01:04.316Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
234 | 2023-11-20T20:01:04.341Z | + set -o errexit |
235 | 2023-11-20T20:01:04.345Z | +++ dirname ./tools/ci_download_cockroachdb |
236 | 2023-11-20T20:01:04.349Z | ++ cd ./tools |
237 | 2023-11-20T20:01:04.352Z | ++ pwd |
238 | 2023-11-20T20:01:04.355Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
239 | 2023-11-20T20:01:04.359Z | ++ basename ./tools/ci_download_cockroachdb |
240 | 2023-11-20T20:01:04.363Z | + ARG0=ci_download_cockroachdb |
241 | 2023-11-20T20:01:04.367Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
242 | 2023-11-20T20:01:04.370Z | + CIDL_VERSION=v22.1.9 |
243 | 2023-11-20T20:01:04.373Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
244 | 2023-11-20T20:01:04.376Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
245 | 2023-11-20T20:01:04.380Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
246 | 2023-11-20T20:01:04.383Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
247 | 2023-11-20T20:01:04.386Z | + TARGET_DIR=out |
248 | 2023-11-20T20:01:04.390Z | + DOWNLOAD_DIR=out/downloads |
249 | 2023-11-20T20:01:04.393Z | + DEST_DIR=./out/cockroachdb |
250 | 2023-11-20T20:01:04.396Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
251 | 2023-11-20T20:01:04.400Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
252 | 2023-11-20T20:01:04.404Z | + main |
253 | 2023-11-20T20:01:04.409Z | + [[ 0 != 0 ]] |
254 | 2023-11-20T20:01:04.412Z | + CIDL_OS=solaris2.11 |
255 | 2023-11-20T20:01:04.415Z | + [[ 0 != 0 ]] |
256 | 2023-11-20T20:01:04.418Z | + configure_os solaris2.11 |
257 | 2023-11-20T20:01:04.421Z | + echo 'current directory: /work/oxidecomputer/omicron' |
258 | 2023-11-20T20:01:04.424Z | current directory: /work/oxidecomputer/omicron |
259 | 2023-11-20T20:01:04.427Z | + echo 'configuring based on OS: "solaris2.11"' |
260 | 2023-11-20T20:01:04.431Z | configuring based on OS: "solaris2.11" |
261 | 2023-11-20T20:01:04.434Z | + case "$1" in |
262 | 2023-11-20T20:01:04.437Z | + CIDL_BUILD=illumos |
263 | 2023-11-20T20:01:04.440Z | + CIDL_SUFFIX=tar.gz |
264 | 2023-11-20T20:01:04.444Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
265 | 2023-11-20T20:01:04.448Z | + CIDL_MD5FUNC=do_md5sum |
266 | 2023-11-20T20:01:04.452Z | + CIDL_URL_BASE=https://illumos.org/downloads |
267 | 2023-11-20T20:01:04.456Z | + CIDL_ASSEMBLE=do_assemble_illumos |
268 | 2023-11-20T20:01:04.459Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
269 | 2023-11-20T20:01:04.464Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-11-20T20:01:04.469Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-11-20T20:01:04.472Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
272 | 2023-11-20T20:01:04.476Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-20T20:01:04.481Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
274 | 2023-11-20T20:01:04.485Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-11-20T20:01:04.488Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2023-11-20T20:01:04.491Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-11-20T20:01:04.496Z | + mkdir -p out/downloads |
278 | 2023-11-20T20:01:04.498Z | + mkdir -p ./out/cockroachdb |
279 | 2023-11-20T20:01:04.502Z | + local DO_DOWNLOAD=true |
280 | 2023-11-20T20:01:04.505Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
281 | 2023-11-20T20:01:04.508Z | + '[' true == true ']' |
282 | 2023-11-20T20:01:04.512Z | + echo Downloading... |
283 | 2023-11-20T20:01:04.516Z | Downloading... |
284 | 2023-11-20T20:01:04.519Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-11-20T20:01:04.522Z | + 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 |
286 | 2023-11-20T20:01:09.227Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-11-20T20:01:09.231Z | ++ md5sum |
288 | 2023-11-20T20:01:09.234Z | ++ awk '{print $1}' |
289 | 2023-11-20T20:01:09.412Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
290 | 2023-11-20T20:01:09.416Z | + [[ 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 ]] |
291 | 2023-11-20T20:01:09.419Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-11-20T20:01:09.422Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
293 | 2023-11-20T20:01:12.737Z | + do_assemble_illumos |
294 | 2023-11-20T20:01:12.740Z | + rm -r ./out/cockroachdb |
295 | 2023-11-20T20:01:12.744Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
296 | 2023-11-20T20:01:13.443Z | + ./out/cockroachdb/bin/cockroach version |
297 | 2023-11-20T20:01:13.700Z | Build Tag: v22.1.9-dirty |
298 | 2023-11-20T20:01:13.709Z | Build Time: 2022/10/26 21:17:46 |
299 | 2023-11-20T20:01:13.719Z | Distribution: OSS |
300 | 2023-11-20T20:01:13.726Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
301 | 2023-11-20T20:01:13.738Z | Go Version: go1.17.13 |
302 | 2023-11-20T20:01:13.747Z | C Compiler: gcc 10.3.0 |
303 | 2023-11-20T20:01:13.753Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
304 | 2023-11-20T20:01:14.177Z | Build Type: release |
305 | 2023-11-20T20:01:14.187Z | + set -o errexit |
306 | 2023-11-20T20:01:14.201Z | +++ dirname ./tools/ci_download_clickhouse |
307 | 2023-11-20T20:01:14.215Z | ++ cd ./tools |
308 | 2023-11-20T20:01:14.240Z | ++ pwd |
309 | 2023-11-20T20:01:14.258Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
310 | 2023-11-20T20:01:14.272Z | ++ basename ./tools/ci_download_clickhouse |
311 | 2023-11-20T20:01:14.284Z | + ARG0=ci_download_clickhouse |
312 | 2023-11-20T20:01:14.291Z | + TARGET_DIR=out |
313 | 2023-11-20T20:01:14.296Z | + DOWNLOAD_DIR=out/downloads |
314 | 2023-11-20T20:01:14.304Z | + DEST_DIR=./out/clickhouse |
315 | 2023-11-20T20:01:14.308Z | + CIDL_VERSION=v22.8.9.24 |
316 | 2023-11-20T20:01:14.312Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
317 | 2023-11-20T20:01:14.317Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
318 | 2023-11-20T20:01:14.322Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
319 | 2023-11-20T20:01:14.330Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
320 | 2023-11-20T20:01:14.335Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
321 | 2023-11-20T20:01:14.342Z | + main |
322 | 2023-11-20T20:01:14.349Z | + [[ 0 != 0 ]] |
323 | 2023-11-20T20:01:14.353Z | + CIDL_OS=solaris2.11 |
324 | 2023-11-20T20:01:14.361Z | + [[ 0 != 0 ]] |
325 | 2023-11-20T20:01:14.372Z | + configure_os solaris2.11 |
326 | 2023-11-20T20:01:14.376Z | + echo 'current directory: /work/oxidecomputer/omicron' |
327 | 2023-11-20T20:01:14.382Z | current directory: /work/oxidecomputer/omicron |
328 | 2023-11-20T20:01:14.388Z | + echo 'configuring based on OS: "solaris2.11"' |
329 | 2023-11-20T20:01:14.393Z | configuring based on OS: "solaris2.11" |
330 | 2023-11-20T20:01:14.398Z | + CIDL_DASHREV= |
331 | 2023-11-20T20:01:14.406Z | + case "$1" in |
332 | 2023-11-20T20:01:14.413Z | + CIDL_PLATFORM=illumos |
333 | 2023-11-20T20:01:14.420Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
334 | 2023-11-20T20:01:14.431Z | + CIDL_MD5FUNC=do_md5sum |
335 | 2023-11-20T20:01:14.436Z | + CIDL_DASHREV=-1 |
336 | 2023-11-20T20:01:14.445Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
337 | 2023-11-20T20:01:14.454Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-11-20T20:01:14.465Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-20T20:01:14.473Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-20T20:01:14.478Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
341 | 2023-11-20T20:01:14.483Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-20T20:01:14.489Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
343 | 2023-11-20T20:01:14.499Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-11-20T20:01:14.507Z | + mkdir -p out/downloads |
345 | 2023-11-20T20:01:14.518Z | + mkdir -p ./out/clickhouse |
346 | 2023-11-20T20:01:14.526Z | + local DO_DOWNLOAD=true |
347 | 2023-11-20T20:01:14.539Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
348 | 2023-11-20T20:01:14.549Z | + '[' true == true ']' |
349 | 2023-11-20T20:01:14.555Z | + echo Downloading... |
350 | 2023-11-20T20:01:14.561Z | Downloading... |
351 | 2023-11-20T20:01:14.569Z | + 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 |
352 | 2023-11-20T20:01:14.575Z | + 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 |
353 | 2023-11-20T20:01:15.116Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2023-11-20T20:01:15.124Z | ++ md5sum |
355 | 2023-11-20T20:01:15.132Z | ++ awk '{print $1}' |
356 | 2023-11-20T20:01:15.365Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
357 | 2023-11-20T20:01:15.372Z | + [[ 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 ]] |
358 | 2023-11-20T20:01:15.379Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
359 | 2023-11-20T20:01:15.385Z | + mkdir -p ./out/clickhouse |
360 | 2023-11-20T20:01:15.392Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
361 | 2023-11-20T20:01:20.275Z | + ./out/clickhouse/clickhouse server --version |
362 | 2023-11-20T20:01:20.329Z | ClickHouse server version 22.8.9.1. |
363 | 2023-11-20T20:01:20.352Z | + set -o errexit |
364 | 2023-11-20T20:01:20.355Z | +++ dirname ./tools/ci_download_console |
365 | 2023-11-20T20:01:20.358Z | ++ cd ./tools |
366 | 2023-11-20T20:01:20.361Z | ++ pwd |
367 | 2023-11-20T20:01:20.364Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
368 | 2023-11-20T20:01:20.367Z | ++ basename ./tools/ci_download_console |
369 | 2023-11-20T20:01:20.372Z | + ARG0=ci_download_console |
370 | 2023-11-20T20:01:20.374Z | + TARGET_DIR=out |
371 | 2023-11-20T20:01:20.377Z | + DOWNLOAD_DIR=out/downloads |
372 | 2023-11-20T20:01:20.380Z | + DEST_DIR=./out/console-assets |
373 | 2023-11-20T20:01:20.383Z | + source /work/oxidecomputer/omicron/tools/console_version |
374 | 2023-11-20T20:01:20.386Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
375 | 2023-11-20T20:01:20.390Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
376 | 2023-11-20T20:01:20.393Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
377 | 2023-11-20T20:01:20.396Z | + TARBALL_FILE=out/downloads/console.tar.gz |
378 | 2023-11-20T20:01:20.400Z | + main |
379 | 2023-11-20T20:01:20.403Z | + [[ 0 != 0 ]] |
380 | 2023-11-20T20:01:20.407Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
381 | 2023-11-20T20:01:20.410Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
382 | 2023-11-20T20:01:20.413Z | + echo 'Local file: out/downloads/console.tar.gz' |
383 | 2023-11-20T20:01:20.417Z | Local file: out/downloads/console.tar.gz |
384 | 2023-11-20T20:01:20.423Z | + local DO_DOWNLOAD=true |
385 | 2023-11-20T20:01:20.831Z | + [[ -f out/downloads/console.tar.gz ]] |
386 | 2023-11-20T20:01:20.835Z | + mkdir -p out/downloads |
387 | 2023-11-20T20:01:20.874Z | + '[' true == true ']' |
388 | 2023-11-20T20:01:20.885Z | + echo Downloading... |
389 | 2023-11-20T20:01:20.894Z | Downloading... |
390 | 2023-11-20T20:01:20.901Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
391 | 2023-11-20T20:01:20.907Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
392 | 2023-11-20T20:01:20.948Z | ++ do_sha256sum out/downloads/console.tar.gz |
393 | 2023-11-20T20:01:20.951Z | ++ case "$OSTYPE" in |
394 | 2023-11-20T20:01:20.954Z | ++ SHA=sha256sum |
395 | 2023-11-20T20:01:20.958Z | ++ sha256sum |
396 | 2023-11-20T20:01:20.962Z | ++ awk '{print $1}' |
397 | 2023-11-20T20:01:20.974Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
398 | 2023-11-20T20:01:20.977Z | + [[ 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 ]] |
399 | 2023-11-20T20:01:20.980Z | + rm -rf ./out/console-assets |
400 | 2023-11-20T20:01:20.984Z | + mkdir -p ./out/console-assets |
401 | 2023-11-20T20:01:20.988Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
402 | 2023-11-20T20:01:20.992Z | + mkdir -p ./out/console-assets |
403 | 2023-11-20T20:01:21.006Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
404 | 2023-11-20T20:01:21.115Z | + set -o errexit |
405 | 2023-11-20T20:01:21.118Z | +++ dirname ./tools/ci_download_maghemite_openapi |
406 | 2023-11-20T20:01:21.121Z | ++ cd ./tools |
407 | 2023-11-20T20:01:21.124Z | ++ pwd |
408 | 2023-11-20T20:01:21.127Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
409 | 2023-11-20T20:01:21.130Z | ++ basename ./tools/ci_download_maghemite_openapi |
410 | 2023-11-20T20:01:21.133Z | + ARG0=ci_download_maghemite_openapi |
411 | 2023-11-20T20:01:21.136Z | + TARGET_DIR=out |
412 | 2023-11-20T20:01:21.138Z | + DOWNLOAD_DIR=out/downloads |
413 | 2023-11-20T20:01:21.142Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
414 | 2023-11-20T20:01:21.144Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
415 | 2023-11-20T20:01:21.147Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
416 | 2023-11-20T20:01:21.152Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
417 | 2023-11-20T20:01:21.157Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
418 | 2023-11-20T20:01:21.164Z | + main |
419 | 2023-11-20T20:01:21.170Z | + [[ 0 != 0 ]] |
420 | 2023-11-20T20:01:21.174Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
421 | 2023-11-20T20:01:21.177Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
422 | 2023-11-20T20:01:21.181Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
423 | 2023-11-20T20:01:21.184Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
424 | 2023-11-20T20:01:21.187Z | + local DO_DOWNLOAD=true |
425 | 2023-11-20T20:01:21.190Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
426 | 2023-11-20T20:01:21.193Z | + mkdir -p out/downloads |
427 | 2023-11-20T20:01:21.195Z | + '[' true == true ']' |
428 | 2023-11-20T20:01:21.199Z | + echo Downloading... |
429 | 2023-11-20T20:01:21.202Z | Downloading... |
430 | 2023-11-20T20:01:21.206Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
431 | 2023-11-20T20:01:21.209Z | + 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 |
432 | 2023-11-20T20:01:21.270Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
433 | 2023-11-20T20:01:21.272Z | ++ case "$OSTYPE" in |
434 | 2023-11-20T20:01:21.276Z | ++ SHA=sha256sum |
435 | 2023-11-20T20:01:21.280Z | ++ sha256sum |
436 | 2023-11-20T20:01:21.283Z | ++ awk '{print $1}' |
437 | 2023-11-20T20:01:21.286Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
438 | 2023-11-20T20:01:21.289Z | + [[ 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 ]] |
439 | 2023-11-20T20:01:21.293Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
440 | 2023-11-20T20:01:21.296Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
441 | 2023-11-20T20:01:21.299Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
442 | 2023-11-20T20:01:21.302Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
443 | 2023-11-20T20:01:21.305Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
444 | 2023-11-20T20:01:21.308Z | + main |
445 | 2023-11-20T20:01:21.311Z | + [[ 0 != 0 ]] |
446 | 2023-11-20T20:01:21.315Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
447 | 2023-11-20T20:01:21.319Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
448 | 2023-11-20T20:01:21.322Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
449 | 2023-11-20T20:01:21.325Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
450 | 2023-11-20T20:01:21.329Z | + local DO_DOWNLOAD=true |
451 | 2023-11-20T20:01:21.331Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
452 | 2023-11-20T20:01:21.334Z | + mkdir -p out/downloads |
453 | 2023-11-20T20:01:21.337Z | + '[' true == true ']' |
454 | 2023-11-20T20:01:21.340Z | + echo Downloading... |
455 | 2023-11-20T20:01:21.343Z | Downloading... |
456 | 2023-11-20T20:01:21.347Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
457 | 2023-11-20T20:01:21.350Z | + 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 |
458 | 2023-11-20T20:01:21.460Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
459 | 2023-11-20T20:01:21.469Z | ++ case "$OSTYPE" in |
460 | 2023-11-20T20:01:21.479Z | ++ SHA=sha256sum |
461 | 2023-11-20T20:01:21.486Z | ++ sha256sum |
462 | 2023-11-20T20:01:21.492Z | ++ awk '{print $1}' |
463 | 2023-11-20T20:01:21.499Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
464 | 2023-11-20T20:01:21.508Z | + [[ 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 ]] |
465 | 2023-11-20T20:01:21.514Z | + set -o errexit |
466 | 2023-11-20T20:01:21.523Z | +++ dirname ./tools/ci_download_dendrite_openapi |
467 | 2023-11-20T20:01:21.530Z | ++ cd ./tools |
468 | 2023-11-20T20:01:21.536Z | ++ pwd |
469 | 2023-11-20T20:01:21.546Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
470 | 2023-11-20T20:01:21.556Z | ++ basename ./tools/ci_download_dendrite_openapi |
471 | 2023-11-20T20:01:21.564Z | + ARG0=ci_download_dendrite_openapi |
472 | 2023-11-20T20:01:21.571Z | + TARGET_DIR=out |
473 | 2023-11-20T20:01:21.577Z | + DOWNLOAD_DIR=out/downloads |
474 | 2023-11-20T20:01:21.586Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
475 | 2023-11-20T20:01:21.600Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
476 | 2023-11-20T20:01:21.614Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
477 | 2023-11-20T20:01:21.627Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
478 | 2023-11-20T20:01:21.637Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
479 | 2023-11-20T20:01:21.650Z | + main |
480 | 2023-11-20T20:01:21.659Z | + [[ 0 != 0 ]] |
481 | 2023-11-20T20:01:21.675Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
482 | 2023-11-20T20:01:21.695Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
483 | 2023-11-20T20:01:21.702Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
484 | 2023-11-20T20:01:21.710Z | + local DO_DOWNLOAD=true |
485 | 2023-11-20T20:01:21.718Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
486 | 2023-11-20T20:01:21.722Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
487 | 2023-11-20T20:01:21.731Z | + mkdir -p out/downloads |
488 | 2023-11-20T20:01:21.738Z | + '[' true == true ']' |
489 | 2023-11-20T20:01:21.742Z | + echo Downloading... |
490 | 2023-11-20T20:01:21.746Z | Downloading... |
491 | 2023-11-20T20:01:21.750Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
492 | 2023-11-20T20:01:21.755Z | + 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 |
493 | 2023-11-20T20:01:21.760Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
494 | 2023-11-20T20:01:21.769Z | ++ case "$OSTYPE" in |
495 | 2023-11-20T20:01:21.779Z | ++ SHA=sha256sum |
496 | 2023-11-20T20:01:21.787Z | ++ sha256sum |
497 | 2023-11-20T20:01:21.791Z | ++ awk '{print $1}' |
498 | 2023-11-20T20:01:21.795Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
499 | 2023-11-20T20:01:21.804Z | + [[ 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 ]] |
500 | 2023-11-20T20:01:21.813Z | + set -o errexit |
501 | 2023-11-20T20:01:21.825Z | +++ dirname ./tools/ci_download_dendrite_stub |
502 | 2023-11-20T20:01:21.837Z | ++ cd ./tools |
503 | 2023-11-20T20:01:21.848Z | ++ pwd |
504 | 2023-11-20T20:01:21.914Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
505 | 2023-11-20T20:01:21.918Z | ++ basename ./tools/ci_download_dendrite_stub |
506 | 2023-11-20T20:01:21.928Z | + ARG0=ci_download_dendrite_stub |
507 | 2023-11-20T20:01:21.932Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
508 | 2023-11-20T20:01:21.935Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
509 | 2023-11-20T20:01:21.938Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
510 | 2023-11-20T20:01:21.941Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
511 | 2023-11-20T20:01:21.945Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
512 | 2023-11-20T20:01:21.950Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
513 | 2023-11-20T20:01:21.955Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
514 | 2023-11-20T20:01:21.961Z | + TARGET_DIR=out |
515 | 2023-11-20T20:01:21.968Z | + DOWNLOAD_DIR=out/downloads |
516 | 2023-11-20T20:01:21.971Z | + DEST_DIR=./out/dendrite-stub |
517 | 2023-11-20T20:01:21.975Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
518 | 2023-11-20T20:01:21.979Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
519 | 2023-11-20T20:01:21.982Z | + REPO=oxidecomputer/dendrite |
520 | 2023-11-20T20:01:21.986Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
521 | 2023-11-20T20:01:21.990Z | + main |
522 | 2023-11-20T20:01:21.994Z | + [[ 0 != 0 ]] |
523 | 2023-11-20T20:01:21.998Z | + CIDL_OS=solaris2.11 |
524 | 2023-11-20T20:01:22.004Z | + [[ 0 != 0 ]] |
525 | 2023-11-20T20:01:22.008Z | + configure_os solaris2.11 |
526 | 2023-11-20T20:01:22.011Z | + echo 'current directory: /work/oxidecomputer/omicron' |
527 | 2023-11-20T20:01:22.015Z | current directory: /work/oxidecomputer/omicron |
528 | 2023-11-20T20:01:22.020Z | + echo 'configuring based on OS: "solaris2.11"' |
529 | 2023-11-20T20:01:22.024Z | configuring based on OS: "solaris2.11" |
530 | 2023-11-20T20:01:22.028Z | + case "$1" in |
531 | 2023-11-20T20:01:22.033Z | + SET_BINARIES= |
532 | 2023-11-20T20:01:22.038Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
533 | 2023-11-20T20:01:22.042Z | + CIDL_SHA256FUNC=do_sha256sum |
534 | 2023-11-20T20:01:22.046Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
535 | 2023-11-20T20:01:22.050Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
536 | 2023-11-20T20:01:22.068Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
537 | 2023-11-20T20:01:22.074Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
538 | 2023-11-20T20:01:22.080Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
539 | 2023-11-20T20:01:22.083Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
540 | 2023-11-20T20:01:22.088Z | Local file: out/downloads/dendrite-stub.tar.gz |
541 | 2023-11-20T20:01:22.091Z | + mkdir -p out/downloads |
542 | 2023-11-20T20:01:22.094Z | + mkdir -p ./out/dendrite-stub |
543 | 2023-11-20T20:01:22.097Z | + fetch_and_verify |
544 | 2023-11-20T20:01:22.101Z | + local DO_DOWNLOAD=true |
545 | 2023-11-20T20:01:22.106Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
546 | 2023-11-20T20:01:22.109Z | + '[' true == true ']' |
547 | 2023-11-20T20:01:22.117Z | + echo Downloading... |
548 | 2023-11-20T20:01:22.120Z | Downloading... |
549 | 2023-11-20T20:01:22.123Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
550 | 2023-11-20T20:01:22.128Z | + 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 |
551 | 2023-11-20T20:01:33.461Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
552 | 2023-11-20T20:01:33.464Z | ++ sha256sum |
553 | 2023-11-20T20:01:33.467Z | ++ awk '{print $1}' |
554 | 2023-11-20T20:01:33.578Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
555 | 2023-11-20T20:01:33.998Z | + [[ 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 ]] |
556 | 2023-11-20T20:01:34.002Z | + do_untar out/downloads/dendrite-stub.tar.gz |
557 | 2023-11-20T20:01:34.008Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
558 | 2023-11-20T20:01:34.617Z | + do_assemble |
559 | 2023-11-20T20:01:34.623Z | + rm -r ./out/dendrite-stub |
560 | 2023-11-20T20:01:34.629Z | + mkdir ./out/dendrite-stub |
561 | 2023-11-20T20:01:34.648Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
562 | 2023-11-20T20:01:34.752Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
563 | 2023-11-20T20:01:34.767Z | + set -o errexit |
564 | 2023-11-20T20:01:34.777Z | +++ dirname ./tools/ci_download_maghemite_mgd |
565 | 2023-11-20T20:01:34.783Z | ++ cd ./tools |
566 | 2023-11-20T20:01:34.789Z | ++ pwd |
567 | 2023-11-20T20:01:34.797Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
568 | 2023-11-20T20:01:34.811Z | ++ basename ./tools/ci_download_maghemite_mgd |
569 | 2023-11-20T20:01:34.816Z | + ARG0=ci_download_maghemite_mgd |
570 | 2023-11-20T20:01:34.820Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
571 | 2023-11-20T20:01:34.825Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
572 | 2023-11-20T20:01:34.838Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
573 | 2023-11-20T20:01:34.852Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
574 | 2023-11-20T20:01:34.867Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
575 | 2023-11-20T20:01:34.874Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
576 | 2023-11-20T20:01:34.878Z | + TARGET_DIR=out |
577 | 2023-11-20T20:01:34.882Z | + DOWNLOAD_DIR=out/downloads |
578 | 2023-11-20T20:01:34.885Z | + DEST_DIR=./out/mgd |
579 | 2023-11-20T20:01:34.889Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
580 | 2023-11-20T20:01:34.893Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
581 | 2023-11-20T20:01:34.897Z | + REPO=oxidecomputer/maghemite |
582 | 2023-11-20T20:01:34.901Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
583 | 2023-11-20T20:01:34.904Z | + main |
584 | 2023-11-20T20:01:34.910Z | + [[ 0 != 0 ]] |
585 | 2023-11-20T20:01:34.913Z | + CIDL_OS=solaris2.11 |
586 | 2023-11-20T20:01:34.917Z | + [[ 0 != 0 ]] |
587 | 2023-11-20T20:01:34.921Z | + configure_os solaris2.11 |
588 | 2023-11-20T20:01:35.330Z | + echo 'current directory: /work/oxidecomputer/omicron' |
589 | 2023-11-20T20:01:35.335Z | current directory: /work/oxidecomputer/omicron |
590 | 2023-11-20T20:01:35.343Z | + echo 'configuring based on OS: "solaris2.11"' |
591 | 2023-11-20T20:01:35.788Z | configuring based on OS: "solaris2.11" |
592 | 2023-11-20T20:01:35.799Z | + case "$1" in |
593 | 2023-11-20T20:01:35.804Z | + SET_BINARIES= |
594 | 2023-11-20T20:01:35.807Z | + CIDL_SHA256FUNC=do_sha256sum |
595 | 2023-11-20T20:01:35.811Z | + TARBALL_FILENAME=mgd.tar.gz |
596 | 2023-11-20T20:01:35.814Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
597 | 2023-11-20T20:01:35.822Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
598 | 2023-11-20T20:01:35.826Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
599 | 2023-11-20T20:01:35.830Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
600 | 2023-11-20T20:01:35.834Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
601 | 2023-11-20T20:01:35.838Z | Local file: out/downloads/mgd.tar.gz |
602 | 2023-11-20T20:01:35.842Z | + mkdir -p out/downloads |
603 | 2023-11-20T20:01:35.846Z | + mkdir -p ./out/mgd |
604 | 2023-11-20T20:01:35.851Z | + fetch_and_verify |
605 | 2023-11-20T20:01:35.855Z | + local DO_DOWNLOAD=true |
606 | 2023-11-20T20:01:35.859Z | + [[ -f out/downloads/mgd.tar.gz ]] |
607 | 2023-11-20T20:01:35.863Z | + '[' true == true ']' |
608 | 2023-11-20T20:01:35.868Z | + echo Downloading... |
609 | 2023-11-20T20:01:35.872Z | Downloading... |
610 | 2023-11-20T20:01:35.876Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
611 | 2023-11-20T20:01:35.880Z | + 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 |
612 | 2023-11-20T20:01:39.771Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
613 | 2023-11-20T20:01:39.774Z | ++ sha256sum |
614 | 2023-11-20T20:01:39.778Z | ++ awk '{print $1}' |
615 | 2023-11-20T20:01:39.848Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
616 | 2023-11-20T20:01:39.851Z | + [[ 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 ]] |
617 | 2023-11-20T20:01:39.854Z | + do_untar out/downloads/mgd.tar.gz |
618 | 2023-11-20T20:01:39.859Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
619 | 2023-11-20T20:01:40.507Z | + do_assemble |
620 | 2023-11-20T20:01:40.521Z | + rm -r ./out/mgd |
621 | 2023-11-20T20:01:40.529Z | + mkdir ./out/mgd |
622 | 2023-11-20T20:01:40.536Z | + cp -r out/downloads/root ./out/mgd/root |
623 | 2023-11-20T20:01:40.778Z | + set -o errexit |
624 | 2023-11-20T20:01:40.796Z | +++ dirname ./tools/ci_download_transceiver_control |
625 | 2023-11-20T20:01:40.808Z | ++ cd ./tools |
626 | 2023-11-20T20:01:40.814Z | ++ pwd |
627 | 2023-11-20T20:01:40.822Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
628 | 2023-11-20T20:01:40.830Z | ++ basename ./tools/ci_download_transceiver_control |
629 | 2023-11-20T20:01:40.835Z | + ARG0=ci_download_transceiver_control |
630 | 2023-11-20T20:01:40.872Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
631 | 2023-11-20T20:01:40.876Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
632 | 2023-11-20T20:01:40.884Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
633 | 2023-11-20T20:01:40.887Z | + TARGET_DIR=out |
634 | 2023-11-20T20:01:40.891Z | + DOWNLOAD_DIR=out/downloads |
635 | 2023-11-20T20:01:40.896Z | + DEST_DIR=./out/transceiver-control |
636 | 2023-11-20T20:01:40.900Z | + BIN_DIR=/opt/oxide/bin |
637 | 2023-11-20T20:01:40.904Z | + BINARY=xcvradm |
638 | 2023-11-20T20:01:40.910Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
639 | 2023-11-20T20:01:40.914Z | + REPO=oxidecomputer/transceiver-control |
640 | 2023-11-20T20:01:40.917Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
641 | 2023-11-20T20:01:40.921Z | + main |
642 | 2023-11-20T20:01:40.927Z | + [[ 0 != 0 ]] |
643 | 2023-11-20T20:01:40.954Z | + CIDL_OS=solaris2.11 |
644 | 2023-11-20T20:01:40.971Z | + [[ 0 != 0 ]] |
645 | 2023-11-20T20:01:41.391Z | + configure_os solaris2.11 |
646 | 2023-11-20T20:01:41.810Z | + echo 'current directory: /work/oxidecomputer/omicron' |
647 | 2023-11-20T20:01:41.815Z | current directory: /work/oxidecomputer/omicron |
648 | 2023-11-20T20:01:41.823Z | + echo 'configuring based on OS: "solaris2.11"' |
649 | 2023-11-20T20:01:41.833Z | configuring based on OS: "solaris2.11" |
650 | 2023-11-20T20:01:42.257Z | + case "$1" in |
651 | 2023-11-20T20:01:42.260Z | + SET_BINARIES= |
652 | 2023-11-20T20:01:42.263Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
653 | 2023-11-20T20:01:42.265Z | + CIDL_SHA256FUNC=do_sha256sum |
654 | 2023-11-20T20:01:42.268Z | + ARCHIVE_FILENAME=xcvradm.gz |
655 | 2023-11-20T20:01:42.271Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
656 | 2023-11-20T20:01:42.273Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
657 | 2023-11-20T20:01:42.278Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
658 | 2023-11-20T20:01:42.281Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
659 | 2023-11-20T20:01:42.284Z | + echo 'Local file: out/downloads/xcvradm.gz' |
660 | 2023-11-20T20:01:42.286Z | Local file: out/downloads/xcvradm.gz |
661 | 2023-11-20T20:01:42.289Z | + mkdir -p out/downloads |
662 | 2023-11-20T20:01:42.292Z | + mkdir -p ./out/transceiver-control |
663 | 2023-11-20T20:01:42.295Z | + fetch_and_verify |
664 | 2023-11-20T20:01:42.298Z | + local DO_DOWNLOAD=true |
665 | 2023-11-20T20:01:42.301Z | + [[ -f out/downloads/xcvradm.gz ]] |
666 | 2023-11-20T20:01:42.304Z | + '[' true == true ']' |
667 | 2023-11-20T20:01:42.306Z | + echo Downloading... |
668 | 2023-11-20T20:01:42.309Z | Downloading... |
669 | 2023-11-20T20:01:42.315Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
670 | 2023-11-20T20:01:42.318Z | + 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 |
671 | 2023-11-20T20:01:43.227Z | ++ do_sha256sum out/downloads/xcvradm.gz |
672 | 2023-11-20T20:01:43.230Z | ++ sha256sum |
673 | 2023-11-20T20:01:43.233Z | ++ awk '{print $1}' |
674 | 2023-11-20T20:01:43.255Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
675 | 2023-11-20T20:01:43.258Z | + [[ 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 ]] |
676 | 2023-11-20T20:01:43.261Z | + do_unpack out/downloads/xcvradm.gz |
677 | 2023-11-20T20:01:43.264Z | + mkdir -p out/downloads/root//opt/oxide/bin |
678 | 2023-11-20T20:01:43.267Z | + gzip -dc out/downloads/xcvradm.gz |
679 | 2023-11-20T20:01:43.440Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
680 | 2023-11-20T20:01:43.446Z | + do_assemble |
681 | 2023-11-20T20:01:43.451Z | + rm -r ./out/transceiver-control |
682 | 2023-11-20T20:01:43.455Z | + mkdir ./out/transceiver-control |
683 | 2023-11-20T20:01:43.458Z | + cp -r out/downloads/root ./out/transceiver-control/root |
684 | 2023-11-20T20:01:43.643Z | All prerequisites installed successfully |
685 | 2023-11-20T20:01:43.646Z | |
686 | 2023-11-20T20:01:43.649Z | real 2:13.031693941 |
687 | 2023-11-20T20:01:43.661Z | user 53.901246391 |
688 | 2023-11-20T20:01:43.675Z | sys 10.097737041 |
689 | 2023-11-20T20:01:43.686Z | trap 0.029171005 |
690 | 2023-11-20T20:01:43.693Z | tflt 0.140737119 |
691 | 2023-11-20T20:01:43.696Z | dflt 0.474210791 |
692 | 2023-11-20T20:01:43.699Z | kflt 0.117321589 |
693 | 2023-11-20T20:01:43.701Z | lock 1.907719646 |
694 | 2023-11-20T20:01:43.704Z | slp 4:09.527230980 |
695 | 2023-11-20T20:01:43.706Z | lat 3.334432889 |
696 | 2023-11-20T20:01:43.709Z | stop 0.073955825 |
697 | 2023-11-20T20:01:43.712Z | + banner end-to-end-tests |
698 | 2023-11-20T20:01:43.917Z | |
699 | 2023-11-20T20:01:44.337Z | ###### # # ##### ##### #### ###### # # ##### |
700 | 2023-11-20T20:01:44.340Z | # ## # # # # # # # ## # # # |
701 | 2023-11-20T20:01:44.343Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
702 | 2023-11-20T20:01:44.346Z | # # # # # # # # # # # # # # # |
703 | 2023-11-20T20:01:44.349Z | # # ## # # # # # # # ## # # |
704 | 2023-11-20T20:01:44.352Z | ###### # # ##### # #### ###### # # ##### |
705 | 2023-11-20T20:01:44.374Z | |
706 | 2023-11-20T20:01:44.788Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
707 | 2023-11-20T20:01:44.791Z | + CARGO_PROFILE_DEV_DEBUG=1 |
708 | 2023-11-20T20:01:44.794Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
709 | 2023-11-20T20:01:44.797Z | + CARGO_PROFILE_TEST_DEBUG=1 |
710 | 2023-11-20T20:01:44.800Z | + export CARGO_INCREMENTAL=0 |
711 | 2023-11-20T20:01:44.804Z | + CARGO_INCREMENTAL=0 |
712 | 2023-11-20T20:01:44.807Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
713 | 2023-11-20T20:01:44.810Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
714 | 2023-11-20T20:01:44.813Z | Updating crates.io index |
715 | 2023-11-20T20:01:44.816Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
716 | 2023-11-20T20:01:45.428Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
717 | 2023-11-20T20:01:47.285Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
718 | 2023-11-20T20:01:48.031Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
719 | 2023-11-20T20:01:48.562Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
720 | 2023-11-20T20:01:48.678Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
721 | 2023-11-20T20:01:49.210Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
722 | 2023-11-20T20:01:50.240Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
723 | 2023-11-20T20:01:52.074Z | Updating git repository `https://github.com/oxidecomputer/opte` |
724 | 2023-11-20T20:01:53.201Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
725 | 2023-11-20T20:01:53.539Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
726 | 2023-11-20T20:01:54.114Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
727 | 2023-11-20T20:01:54.523Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
728 | 2023-11-20T20:01:54.880Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
729 | 2023-11-20T20:01:55.285Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
730 | 2023-11-20T20:01:55.729Z | Updating git repository `https://github.com/njaremko/samael` |
731 | 2023-11-20T20:01:56.175Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
732 | 2023-11-20T20:01:56.825Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
733 | 2023-11-20T20:01:57.241Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
734 | 2023-11-20T20:01:57.596Z | Updating git repository `https://github.com/jgallagher/nix` |
735 | 2023-11-20T20:01:58.942Z | Updating git repository `https://github.com/cbiffle/hubpack` |
736 | 2023-11-20T20:01:59.408Z | Updating git repository `https://github.com/oxidecomputer/typify` |
737 | 2023-11-20T20:02:00.400Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
738 | 2023-11-20T20:02:00.855Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
739 | 2023-11-20T20:02:01.210Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
740 | 2023-11-20T20:02:03.982Z | Downloading crates ... |
741 | 2023-11-20T20:02:04.071Z | Downloaded cfg-if v1.0.0 |
742 | 2023-11-20T20:02:04.088Z | Downloaded colorchoice v1.0.0 |
743 | 2023-11-20T20:02:04.098Z | Downloaded atty v0.2.14 |
744 | 2023-11-20T20:02:04.102Z | Downloaded opaque-debug v0.3.0 |
745 | 2023-11-20T20:02:04.105Z | Downloaded rand_core v0.5.1 |
746 | 2023-11-20T20:02:04.120Z | Downloaded parse-display v0.8.2 |
747 | 2023-11-20T20:02:04.132Z | Downloaded polyval v0.6.1 |
748 | 2023-11-20T20:02:04.187Z | Downloaded pbkdf2 v0.11.0 |
749 | 2023-11-20T20:02:04.212Z | Downloaded dirs-sys-next v0.1.2 |
750 | 2023-11-20T20:02:04.232Z | Downloaded quick-error v1.2.3 |
751 | 2023-11-20T20:02:04.237Z | Downloaded parse-display-derive v0.8.2 |
752 | 2023-11-20T20:02:04.261Z | Downloaded parking_lot v0.11.2 |
753 | 2023-11-20T20:02:04.266Z | Downloaded diesel_derives v2.1.1 |
754 | 2023-11-20T20:02:04.282Z | Downloaded dof v0.1.5 |
755 | 2023-11-20T20:02:04.293Z | Downloaded dtrace-parser v0.1.14 |
756 | 2023-11-20T20:02:04.298Z | Downloaded option-ext v0.2.0 |
757 | 2023-11-20T20:02:04.306Z | Downloaded pretty-hex v0.2.1 |
758 | 2023-11-20T20:02:04.315Z | Downloaded anstream v0.5.0 |
759 | 2023-11-20T20:02:04.328Z | Downloaded mime v0.3.17 |
760 | 2023-11-20T20:02:04.342Z | Downloaded diesel_table_macro_syntax v0.1.0 |
761 | 2023-11-20T20:02:04.347Z | Downloaded difflib v0.4.0 |
762 | 2023-11-20T20:02:04.353Z | Downloaded convert_case v0.4.0 |
763 | 2023-11-20T20:02:04.360Z | Downloaded predicates v3.0.4 |
764 | 2023-11-20T20:02:04.366Z | Downloaded cbc v0.1.2 |
765 | 2023-11-20T20:02:04.373Z | Downloaded backoff v0.4.0 |
766 | 2023-11-20T20:02:04.395Z | Downloaded bitflags v1.3.2 |
767 | 2023-11-20T20:02:04.423Z | Downloaded digest v0.10.7 |
768 | 2023-11-20T20:02:04.450Z | Downloaded block-padding v0.3.3 |
769 | 2023-11-20T20:02:04.477Z | Downloaded foreign-types-shared v0.3.1 |
770 | 2023-11-20T20:02:04.512Z | Downloaded headers-core v0.2.0 |
771 | 2023-11-20T20:02:04.574Z | Downloaded r2d2 v0.8.10 |
772 | 2023-11-20T20:02:04.603Z | Downloaded native-tls v0.2.11 |
773 | 2023-11-20T20:02:04.623Z | Downloaded num-derive v0.4.0 |
774 | 2023-11-20T20:02:05.046Z | Downloaded untrusted v0.9.0 |
775 | 2023-11-20T20:02:05.074Z | Downloaded ppv-lite86 v0.2.17 |
776 | 2023-11-20T20:02:05.081Z | Downloaded zeroize_derive v1.4.2 |
777 | 2023-11-20T20:02:05.089Z | Downloaded addr2line v0.21.0 |
778 | 2023-11-20T20:02:05.098Z | Downloaded endian-type v0.1.2 |
779 | 2023-11-20T20:02:05.107Z | Downloaded heck v0.3.3 |
780 | 2023-11-20T20:02:05.113Z | Downloaded fastrand v2.0.0 |
781 | 2023-11-20T20:02:05.119Z | Downloaded quote v1.0.33 |
782 | 2023-11-20T20:02:05.126Z | Downloaded match_cfg v0.1.0 |
783 | 2023-11-20T20:02:05.132Z | Downloaded ipnet v2.8.0 |
784 | 2023-11-20T20:02:05.140Z | Downloaded foreign-types v0.3.2 |
785 | 2023-11-20T20:02:05.154Z | Downloaded blake2 v0.10.6 |
786 | 2023-11-20T20:02:05.164Z | Downloaded version_check v0.9.4 |
787 | 2023-11-20T20:02:05.169Z | Downloaded rustc_version v0.4.0 |
788 | 2023-11-20T20:02:05.177Z | Downloaded semver v0.11.0 |
789 | 2023-11-20T20:02:05.186Z | Downloaded fnv v1.0.7 |
790 | 2023-11-20T20:02:05.197Z | Downloaded keccak v0.1.4 |
791 | 2023-11-20T20:02:05.202Z | Downloaded rustfmt-wrapper v0.2.0 |
792 | 2023-11-20T20:02:05.208Z | Downloaded scheduled-thread-pool v0.2.7 |
793 | 2023-11-20T20:02:05.213Z | Downloaded proc-macro2 v1.0.69 |
794 | 2023-11-20T20:02:05.218Z | Downloaded filetime v0.2.22 |
795 | 2023-11-20T20:02:05.228Z | Downloaded generic-array v0.14.7 |
796 | 2023-11-20T20:02:05.236Z | Downloaded hex v0.4.3 |
797 | 2023-11-20T20:02:05.240Z | Downloaded tinyvec_macros v0.1.1 |
798 | 2023-11-20T20:02:05.248Z | Downloaded arc-swap v1.6.0 |
799 | 2023-11-20T20:02:05.270Z | Downloaded darling_core v0.20.3 |
800 | 2023-11-20T20:02:05.275Z | Downloaded toml_datetime v0.6.5 |
801 | 2023-11-20T20:02:05.280Z | Downloaded zeroize v1.6.0 |
802 | 2023-11-20T20:02:05.298Z | Downloaded strum v0.25.0 |
803 | 2023-11-20T20:02:05.311Z | Downloaded futures-core v0.3.29 |
804 | 2023-11-20T20:02:05.318Z | Downloaded try-lock v0.2.4 |
805 | 2023-11-20T20:02:05.330Z | Downloaded num-traits v0.2.16 |
806 | 2023-11-20T20:02:05.347Z | Downloaded schemars_derive v0.8.13 |
807 | 2023-11-20T20:02:05.359Z | Downloaded siphasher v0.3.11 |
808 | 2023-11-20T20:02:05.371Z | Downloaded walkdir v2.4.0 |
809 | 2023-11-20T20:02:05.380Z | Downloaded hyper-rustls v0.24.2 |
810 | 2023-11-20T20:02:05.397Z | Downloaded hubpack_derive v0.1.1 |
811 | 2023-11-20T20:02:05.410Z | Downloaded hex-literal v0.4.1 |
812 | 2023-11-20T20:02:05.437Z | Downloaded rustc-demangle v0.1.23 |
813 | 2023-11-20T20:02:05.455Z | Downloaded openssl-sys v0.9.93 |
814 | 2023-11-20T20:02:05.465Z | Downloaded thread_local v1.1.7 |
815 | 2023-11-20T20:02:05.469Z | Downloaded form_urlencoded v1.2.0 |
816 | 2023-11-20T20:02:05.479Z | Downloaded matches v0.1.10 |
817 | 2023-11-20T20:02:05.490Z | Downloaded take_mut v0.2.2 |
818 | 2023-11-20T20:02:05.537Z | Downloaded smf v0.2.2 |
819 | 2023-11-20T20:02:05.583Z | Downloaded slog-json v2.6.1 |
820 | 2023-11-20T20:02:05.653Z | Downloaded md5 v0.7.0 |
821 | 2023-11-20T20:02:05.727Z | Downloaded fxhash v0.2.1 |
822 | 2023-11-20T20:02:05.763Z | Downloaded unicase v2.7.0 |
823 | 2023-11-20T20:02:05.778Z | Downloaded slog-async v2.8.0 |
824 | 2023-11-20T20:02:05.785Z | Downloaded signal-hook-mio v0.2.3 |
825 | 2023-11-20T20:02:05.793Z | Downloaded thiserror-impl-no-std v2.0.2 |
826 | 2023-11-20T20:02:05.801Z | Downloaded vsss-rs v3.3.1 |
827 | 2023-11-20T20:02:05.808Z | Downloaded tokio-native-tls v0.3.1 |
828 | 2023-11-20T20:02:05.815Z | Downloaded hmac v0.12.1 |
829 | 2023-11-20T20:02:05.823Z | Downloaded ident_case v1.0.1 |
830 | 2023-11-20T20:02:05.830Z | Downloaded structmeta-derive v0.2.0 |
831 | 2023-11-20T20:02:05.837Z | Downloaded home v0.5.5 |
832 | 2023-11-20T20:02:05.842Z | Downloaded futures-macro v0.3.29 |
833 | 2023-11-20T20:02:05.913Z | Downloaded zone v0.3.0 |
834 | 2023-11-20T20:02:05.918Z | Downloaded unicode-bidi v0.3.13 |
835 | 2023-11-20T20:02:05.923Z | Downloaded rustversion v1.0.14 |
836 | 2023-11-20T20:02:05.928Z | Downloaded num-bigint v0.4.4 |
837 | 2023-11-20T20:02:05.934Z | Downloaded serde_urlencoded v0.7.1 |
838 | 2023-11-20T20:02:05.939Z | Downloaded synstructure v0.12.6 |
839 | 2023-11-20T20:02:05.944Z | Downloaded zone_cfg_derive v0.3.0 |
840 | 2023-11-20T20:02:05.949Z | Downloaded thiserror-impl v1.0.49 |
841 | 2023-11-20T20:02:05.991Z | Downloaded stable_deref_trait v1.2.0 |
842 | 2023-11-20T20:02:06.001Z | Downloaded stringprep v0.1.3 |
843 | 2023-11-20T20:02:06.011Z | Downloaded slog-bunyan v2.4.0 |
844 | 2023-11-20T20:02:06.021Z | Downloaded group v0.13.0 |
845 | 2023-11-20T20:02:06.067Z | Downloaded trust-dns-client v0.22.0 |
846 | 2023-11-20T20:02:06.096Z | Downloaded equivalent v1.0.1 |
847 | 2023-11-20T20:02:06.104Z | Downloaded futures-io v0.3.29 |
848 | 2023-11-20T20:02:06.111Z | Downloaded tar v0.4.40 |
849 | 2023-11-20T20:02:06.131Z | Downloaded untrusted v0.7.1 |
850 | 2023-11-20T20:02:06.143Z | Downloaded smallvec v1.11.0 |
851 | 2023-11-20T20:02:06.184Z | Downloaded http-range v0.1.5 |
852 | 2023-11-20T20:02:06.197Z | Downloaded inout v0.1.3 |
853 | 2023-11-20T20:02:06.204Z | Downloaded structmeta v0.2.0 |
854 | 2023-11-20T20:02:06.216Z | Downloaded iana-time-zone v0.1.57 |
855 | 2023-11-20T20:02:06.222Z | Downloaded memoffset v0.9.0 |
856 | 2023-11-20T20:02:06.234Z | Downloaded unsafe-libyaml v0.2.9 |
857 | 2023-11-20T20:02:06.255Z | Downloaded serde_spanned v0.6.4 |
858 | 2023-11-20T20:02:06.258Z | Downloaded strum_macros v0.25.2 |
859 | 2023-11-20T20:02:06.261Z | Downloaded lazy_static v1.4.0 |
860 | 2023-11-20T20:02:06.265Z | Downloaded unicode-ident v1.0.12 |
861 | 2023-11-20T20:02:06.268Z | Downloaded toml_edit v0.21.0 |
862 | 2023-11-20T20:02:06.271Z | Downloaded glob v0.3.1 |
863 | 2023-11-20T20:02:06.274Z | Downloaded either v1.9.0 |
864 | 2023-11-20T20:02:06.277Z | Downloaded futures-sink v0.3.29 |
865 | 2023-11-20T20:02:06.280Z | Downloaded scopeguard v1.2.0 |
866 | 2023-11-20T20:02:06.283Z | Downloaded serde_repr v0.1.16 |
867 | 2023-11-20T20:02:06.287Z | Downloaded slog-dtrace v0.2.3 |
868 | 2023-11-20T20:02:06.291Z | Downloaded textwrap v0.11.0 |
869 | 2023-11-20T20:02:06.294Z | Downloaded httpdate v1.0.3 |
870 | 2023-11-20T20:02:06.298Z | Downloaded serde_tokenstream v0.1.7 |
871 | 2023-11-20T20:02:06.301Z | Downloaded getrandom v0.1.16 |
872 | 2023-11-20T20:02:06.307Z | Downloaded log v0.4.20 |
873 | 2023-11-20T20:02:06.311Z | Downloaded slog-term v2.9.0 |
874 | 2023-11-20T20:02:06.314Z | Downloaded futures-channel v0.3.29 |
875 | 2023-11-20T20:02:06.317Z | Downloaded secrecy v0.8.0 |
876 | 2023-11-20T20:02:06.320Z | Downloaded toml v0.7.8 |
877 | 2023-11-20T20:02:06.323Z | Downloaded indexmap v2.1.0 |
878 | 2023-11-20T20:02:06.328Z | Downloaded subprocess v0.2.9 |
879 | 2023-11-20T20:02:06.331Z | Downloaded serde_yaml v0.9.25 |
880 | 2023-11-20T20:02:06.334Z | Downloaded rand v0.7.3 |
881 | 2023-11-20T20:02:06.337Z | Downloaded getopts v0.2.21 |
882 | 2023-11-20T20:02:06.340Z | Downloaded toml v0.5.11 |
883 | 2023-11-20T20:02:06.343Z | Downloaded itertools v0.10.5 |
884 | 2023-11-20T20:02:06.346Z | Downloaded flate2 v1.0.28 |
885 | 2023-11-20T20:02:06.350Z | Downloaded tokio-util v0.7.10 |
886 | 2023-11-20T20:02:06.353Z | Downloaded memchr v2.6.3 |
887 | 2023-11-20T20:02:06.357Z | Downloaded ed25519-dalek v2.0.0 |
888 | 2023-11-20T20:02:06.360Z | Downloaded winnow v0.5.15 |
889 | 2023-11-20T20:02:06.363Z | Downloaded serde v1.0.192 |
890 | 2023-11-20T20:02:06.366Z | Downloaded hashbrown v0.14.2 |
891 | 2023-11-20T20:02:06.370Z | Downloaded serde_json v1.0.108 |
892 | 2023-11-20T20:02:06.373Z | Downloaded unicode-normalization v0.1.22 |
893 | 2023-11-20T20:02:06.377Z | Downloaded hkdf v0.12.3 |
894 | 2023-11-20T20:02:06.380Z | Downloaded time v0.3.27 |
895 | 2023-11-20T20:02:06.384Z | Downloaded h2 v0.3.21 |
896 | 2023-11-20T20:02:06.387Z | Downloaded clap v2.34.0 |
897 | 2023-11-20T20:02:06.390Z | Downloaded serde_with v2.3.3 |
898 | 2023-11-20T20:02:06.393Z | Downloaded hyper v0.14.27 |
899 | 2023-11-20T20:02:06.399Z | Downloaded openssl v0.10.57 |
900 | 2023-11-20T20:02:06.402Z | Downloaded regex-syntax v0.7.5 |
901 | 2023-11-20T20:02:06.406Z | Downloaded smoltcp v0.8.2 |
902 | 2023-11-20T20:02:06.409Z | Downloaded smoltcp v0.9.1 |
903 | 2023-11-20T20:02:06.413Z | Downloaded idna v0.4.0 |
904 | 2023-11-20T20:02:06.415Z | Downloaded syn v1.0.109 |
905 | 2023-11-20T20:02:06.418Z | Downloaded syn v2.0.32 |
906 | 2023-11-20T20:02:06.421Z | Downloaded bstr v0.2.17 |
907 | 2023-11-20T20:02:06.425Z | Downloaded gimli v0.28.0 |
908 | 2023-11-20T20:02:06.428Z | Downloaded trust-dns-proto v0.22.0 |
909 | 2023-11-20T20:02:06.431Z | Downloaded openapiv3 v2.0.0-rc.1 |
910 | 2023-11-20T20:02:06.434Z | Downloaded rustix v0.37.23 |
911 | 2023-11-20T20:02:06.437Z | Downloaded zerocopy-derive v0.2.0 |
912 | 2023-11-20T20:02:06.440Z | Downloaded sled v0.34.7 |
913 | 2023-11-20T20:02:06.443Z | Downloaded zerocopy-derive v0.6.4 |
914 | 2023-11-20T20:02:06.446Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
915 | 2023-11-20T20:02:06.450Z | Downloaded tokio v1.33.0 |
916 | 2023-11-20T20:02:06.454Z | Downloaded libc v0.2.150 |
917 | 2023-11-20T20:02:06.457Z | Downloaded sha3 v0.10.8 |
918 | 2023-11-20T20:02:06.460Z | Downloaded encoding_rs v0.8.33 |
919 | 2023-11-20T20:02:06.462Z | Downloaded regex-automata v0.4.3 |
920 | 2023-11-20T20:02:06.465Z | Downloaded regex-automata v0.3.8 |
921 | 2023-11-20T20:02:06.468Z | Downloaded winapi v0.3.9 |
922 | 2023-11-20T20:02:06.471Z | Downloaded rustix v0.38.9 |
923 | 2023-11-20T20:02:06.474Z | Downloaded bstr v1.6.0 |
924 | 2023-11-20T20:02:06.477Z | Downloaded diesel v2.1.4 |
925 | 2023-11-20T20:02:06.479Z | Downloaded idna v0.2.3 |
926 | 2023-11-20T20:02:06.482Z | Downloaded rustls v0.21.9 |
927 | 2023-11-20T20:02:06.485Z | Downloaded regex-syntax v0.8.2 |
928 | 2023-11-20T20:02:06.489Z | Downloaded webpki-roots v0.25.2 |
929 | 2023-11-20T20:02:06.491Z | Downloaded object v0.32.1 |
930 | 2023-11-20T20:02:06.494Z | Downloaded curve25519-dalek v4.1.0 |
931 | 2023-11-20T20:02:06.497Z | Downloaded regex v1.10.2 |
932 | 2023-11-20T20:02:06.500Z | Downloaded regress v0.7.1 |
933 | 2023-11-20T20:02:06.503Z | Downloaded chrono v0.4.31 |
934 | 2023-11-20T20:02:06.509Z | Downloaded rustls-webpki v0.101.7 |
935 | 2023-11-20T20:02:06.516Z | Downloaded vcpkg v0.2.15 |
936 | 2023-11-20T20:02:06.521Z | Downloaded radix_trie v0.2.1 |
937 | 2023-11-20T20:02:06.526Z | Downloaded futures-util v0.3.29 |
938 | 2023-11-20T20:02:06.531Z | Downloaded reqwest v0.11.22 |
939 | 2023-11-20T20:02:06.534Z | Downloaded hashbrown v0.12.3 |
940 | 2023-11-20T20:02:06.537Z | Downloaded itertools v0.12.0 |
941 | 2023-11-20T20:02:06.540Z | Downloaded aho-corasick v1.0.4 |
942 | 2023-11-20T20:02:06.543Z | Downloaded heapless v0.7.16 |
943 | 2023-11-20T20:02:06.545Z | Downloaded itertools v0.11.0 |
944 | 2023-11-20T20:02:06.548Z | Downloaded aes-gcm v0.10.3 |
945 | 2023-11-20T20:02:06.551Z | Downloaded regex-automata v0.1.10 |
946 | 2023-11-20T20:02:06.554Z | Downloaded structopt v0.3.26 |
947 | 2023-11-20T20:02:06.557Z | Downloaded yasna v0.5.2 |
948 | 2023-11-20T20:02:06.560Z | Downloaded trust-dns-resolver v0.22.0 |
949 | 2023-11-20T20:02:06.563Z | Downloaded libm v0.2.7 |
950 | 2023-11-20T20:02:06.566Z | Downloaded tracing v0.1.37 |
951 | 2023-11-20T20:02:06.576Z | Downloaded toml_edit v0.19.15 |
952 | 2023-11-20T20:02:06.579Z | Downloaded petgraph v0.6.4 |
953 | 2023-11-20T20:02:06.581Z | Downloaded hashbrown v0.13.2 |
954 | 2023-11-20T20:02:06.584Z | Downloaded tokio-postgres v0.7.10 |
955 | 2023-11-20T20:02:06.587Z | Downloaded ring v0.17.5 |
956 | 2023-11-20T20:02:06.590Z | Downloaded tracing-core v0.1.31 |
957 | 2023-11-20T20:02:06.594Z | Downloaded pest v2.7.2 |
958 | 2023-11-20T20:02:06.599Z | Downloaded unicode-segmentation v1.10.1 |
959 | 2023-11-20T20:02:06.607Z | Downloaded lock_api v0.4.10 |
960 | 2023-11-20T20:02:06.619Z | Downloaded linked-hash-map v0.5.6 |
961 | 2023-11-20T20:02:06.624Z | Downloaded socket2 v0.4.9 |
962 | 2023-11-20T20:02:06.628Z | Downloaded tungstenite v0.20.1 |
963 | 2023-11-20T20:02:06.632Z | Downloaded rand v0.8.5 |
964 | 2023-11-20T20:02:06.635Z | Downloaded serde_tokenstream v0.2.0 |
965 | 2023-11-20T20:02:06.639Z | Downloaded ring v0.16.20 |
966 | 2023-11-20T20:02:06.642Z | Downloaded lru-cache v0.1.2 |
967 | 2023-11-20T20:02:06.645Z | Downloaded subtle v2.5.0 |
968 | 2023-11-20T20:02:06.647Z | Downloaded tokio-macros v2.1.0 |
969 | 2023-11-20T20:02:06.650Z | Downloaded tracing-attributes v0.1.26 |
970 | 2023-11-20T20:02:06.653Z | Downloaded spin v0.9.8 |
971 | 2023-11-20T20:02:06.656Z | Downloaded http v0.2.11 |
972 | 2023-11-20T20:02:06.659Z | Downloaded clap_builder v4.4.2 |
973 | 2023-11-20T20:02:06.661Z | Downloaded enum-as-inner v0.5.1 |
974 | 2023-11-20T20:02:06.664Z | Downloaded ff v0.13.0 |
975 | 2023-11-20T20:02:06.689Z | Downloaded lalrpop-util v0.19.12 |
976 | 2023-11-20T20:02:06.692Z | Downloaded serde_path_to_error v0.1.14 |
977 | 2023-11-20T20:02:06.695Z | Downloaded zerocopy v0.6.4 |
978 | 2023-11-20T20:02:06.698Z | Downloaded signal-hook v0.3.17 |
979 | 2023-11-20T20:02:06.701Z | Downloaded url v2.4.1 |
980 | 2023-11-20T20:02:06.707Z | Downloaded russh v0.39.0 |
981 | 2023-11-20T20:02:06.710Z | Downloaded rustls-native-certs v0.6.3 |
982 | 2023-11-20T20:02:06.713Z | Downloaded term v0.7.0 |
983 | 2023-11-20T20:02:06.717Z | Downloaded similar v2.2.1 |
984 | 2023-11-20T20:02:06.720Z | Downloaded socket2 v0.5.4 |
985 | 2023-11-20T20:02:06.723Z | Downloaded serde_with_macros v2.3.3 |
986 | 2023-11-20T20:02:06.728Z | Downloaded semver-parser v0.10.2 |
987 | 2023-11-20T20:02:06.731Z | Downloaded trust-dns-server v0.22.1 |
988 | 2023-11-20T20:02:06.736Z | Downloaded uuid v1.5.0 |
989 | 2023-11-20T20:02:06.739Z | Downloaded hyper-tls v0.5.0 |
990 | 2023-11-20T20:02:06.742Z | Downloaded fixedbitset v0.4.2 |
991 | 2023-11-20T20:02:06.745Z | Downloaded aes v0.8.3 |
992 | 2023-11-20T20:02:06.749Z | Downloaded instant v0.1.12 |
993 | 2023-11-20T20:02:06.753Z | Downloaded tinyvec v1.6.0 |
994 | 2023-11-20T20:02:06.756Z | Downloaded tokio-rustls v0.24.1 |
995 | 2023-11-20T20:02:06.759Z | Downloaded signature v2.1.0 |
996 | 2023-11-20T20:02:06.762Z | Downloaded signal-hook-registry v1.4.1 |
997 | 2023-11-20T20:02:06.767Z | Downloaded terminal_size v0.2.6 |
998 | 2023-11-20T20:02:06.770Z | Downloaded der v0.7.8 |
999 | 2023-11-20T20:02:06.773Z | Downloaded slog v2.7.0 |
1000 | 2023-11-20T20:02:06.778Z | Downloaded is-terminal v0.4.9 |
1001 | 2023-11-20T20:02:06.781Z | Downloaded string_cache v0.8.7 |
1002 | 2023-11-20T20:02:06.784Z | Downloaded static_assertions v1.1.0 |
1003 | 2023-11-20T20:02:06.791Z | Downloaded strsim v0.10.0 |
1004 | 2023-11-20T20:02:06.794Z | Downloaded serde_derive v1.0.192 |
1005 | 2023-11-20T20:02:06.797Z | Downloaded headers v0.3.9 |
1006 | 2023-11-20T20:02:06.800Z | Downloaded mio v0.8.8 |
1007 | 2023-11-20T20:02:06.804Z | Downloaded unicode-xid v0.2.4 |
1008 | 2023-11-20T20:02:06.807Z | Downloaded thiserror v1.0.49 |
1009 | 2023-11-20T20:02:06.810Z | Downloaded foreign-types v0.5.0 |
1010 | 2023-11-20T20:02:06.815Z | Downloaded md-5 v0.10.5 |
1011 | 2023-11-20T20:02:06.818Z | Downloaded schemars v0.8.13 |
1012 | 2023-11-20T20:02:06.821Z | Downloaded crypto-bigint v0.5.2 |
1013 | 2023-11-20T20:02:06.825Z | Downloaded rustls-pemfile v1.0.3 |
1014 | 2023-11-20T20:02:06.829Z | Downloaded whoami v1.4.1 |
1015 | 2023-11-20T20:02:06.832Z | Downloaded utf8parse v0.2.1 |
1016 | 2023-11-20T20:02:06.835Z | Downloaded utf-8 v0.7.6 |
1017 | 2023-11-20T20:02:06.840Z | Downloaded usdt-macro v0.3.5 |
1018 | 2023-11-20T20:02:06.843Z | Downloaded foreign-types-macros v0.2.3 |
1019 | 2023-11-20T20:02:06.847Z | Downloaded httparse v1.8.0 |
1020 | 2023-11-20T20:02:06.852Z | Downloaded zip v0.6.6 |
1021 | 2023-11-20T20:02:06.855Z | Downloaded spin v0.5.2 |
1022 | 2023-11-20T20:02:06.859Z | Downloaded slog-stdlog v4.1.1 |
1023 | 2023-11-20T20:02:06.862Z | Downloaded io-lifetimes v1.0.11 |
1024 | 2023-11-20T20:02:06.877Z | Downloaded base64 v0.21.5 |
1025 | 2023-11-20T20:02:06.880Z | Downloaded elliptic-curve v0.13.5 |
1026 | 2023-11-20T20:02:06.883Z | Downloaded structopt-derive v0.4.18 |
1027 | 2023-11-20T20:02:06.888Z | Downloaded ryu v1.0.15 |
1028 | 2023-11-20T20:02:06.891Z | Downloaded tokio-stream v0.1.14 |
1029 | 2023-11-20T20:02:06.895Z | Downloaded futures-executor v0.3.29 |
1030 | 2023-11-20T20:02:06.899Z | Downloaded postgres-types v0.2.6 |
1031 | 2023-11-20T20:02:06.904Z | Downloaded slog-envlogger v2.2.0 |
1032 | 2023-11-20T20:02:06.913Z | Downloaded slog-scope v4.4.0 |
1033 | 2023-11-20T20:02:06.920Z | Downloaded backtrace v0.3.69 |
1034 | 2023-11-20T20:02:06.925Z | Downloaded sct v0.7.0 |
1035 | 2023-11-20T20:02:06.928Z | Downloaded spki v0.7.2 |
1036 | 2023-11-20T20:02:06.933Z | Downloaded universal-hash v0.5.1 |
1037 | 2023-11-20T20:02:06.936Z | Downloaded usdt-attr-macro v0.3.5 |
1038 | 2023-11-20T20:02:06.939Z | Downloaded strsim v0.8.0 |
1039 | 2023-11-20T20:02:06.942Z | Downloaded hubpack v0.1.2 |
1040 | 2023-11-20T20:02:06.947Z | Downloaded time-macros v0.2.13 |
1041 | 2023-11-20T20:02:06.951Z | Downloaded thiserror-no-std v2.0.2 |
1042 | 2023-11-20T20:02:06.959Z | Downloaded half v1.8.2 |
1043 | 2023-11-20T20:02:06.962Z | Downloaded thread-id v4.2.0 |
1044 | 2023-11-20T20:02:06.965Z | Downloaded slab v0.4.9 |
1045 | 2023-11-20T20:02:06.969Z | Downloaded indexmap v1.9.3 |
1046 | 2023-11-20T20:02:06.972Z | Downloaded futures v0.3.29 |
1047 | 2023-11-20T20:02:06.978Z | Downloaded tempfile v3.8.0 |
1048 | 2023-11-20T20:02:06.981Z | Downloaded ucd-trie v0.1.6 |
1049 | 2023-11-20T20:02:06.985Z | Downloaded typenum v1.16.0 |
1050 | 2023-11-20T20:02:07.033Z | Downloaded managed v0.8.0 |
1051 | 2023-11-20T20:02:07.037Z | Downloaded sha2 v0.10.8 |
1052 | 2023-11-20T20:02:07.041Z | Downloaded toml v0.8.8 |
1053 | 2023-11-20T20:02:07.044Z | Downloaded postcard v0.7.3 |
1054 | 2023-11-20T20:02:07.052Z | Downloaded crossbeam-channel v0.5.8 |
1055 | 2023-11-20T20:02:07.056Z | Downloaded zerocopy v0.3.0 |
1056 | 2023-11-20T20:02:07.059Z | Downloaded usdt-impl v0.3.5 |
1057 | 2023-11-20T20:02:07.063Z | Downloaded bytes v1.5.0 |
1058 | 2023-11-20T20:02:07.067Z | Downloaded miniz_oxide v0.7.1 |
1059 | 2023-11-20T20:02:07.070Z | Downloaded serde_derive_internals v0.26.0 |
1060 | 2023-11-20T20:02:07.074Z | Downloaded semver v1.0.20 |
1061 | 2023-11-20T20:02:07.077Z | Downloaded waitgroup v0.1.2 |
1062 | 2023-11-20T20:02:07.081Z | Downloaded errno v0.3.2 |
1063 | 2023-11-20T20:02:07.085Z | Downloaded crossterm v0.27.0 |
1064 | 2023-11-20T20:02:07.088Z | Downloaded itoa v1.0.9 |
1065 | 2023-11-20T20:02:07.091Z | Downloaded sha1 v0.10.6 |
1066 | 2023-11-20T20:02:07.094Z | Downloaded proc-macro-error v1.0.4 |
1067 | 2023-11-20T20:02:07.097Z | Downloaded getrandom v0.2.10 |
1068 | 2023-11-20T20:02:07.100Z | Downloaded derive_more v0.99.17 |
1069 | 2023-11-20T20:02:07.103Z | Downloaded clap v4.4.3 |
1070 | 2023-11-20T20:02:07.106Z | Downloaded pin-project-lite v0.2.13 |
1071 | 2023-11-20T20:02:07.109Z | Downloaded pest_derive v2.7.2 |
1072 | 2023-11-20T20:02:07.112Z | Downloaded time-core v0.1.1 |
1073 | 2023-11-20T20:02:07.116Z | Downloaded heck v0.4.1 |
1074 | 2023-11-20T20:02:07.119Z | Downloaded kstat-rs v0.2.3 |
1075 | 2023-11-20T20:02:07.122Z | Downloaded base64 v0.13.1 |
1076 | 2023-11-20T20:02:07.126Z | Downloaded same-file v1.0.6 |
1077 | 2023-11-20T20:02:07.129Z | Downloaded pkcs8 v0.10.2 |
1078 | 2023-11-20T20:02:07.132Z | Downloaded want v0.3.1 |
1079 | 2023-11-20T20:02:07.135Z | Downloaded foreign-types-shared v0.1.1 |
1080 | 2023-11-20T20:02:07.139Z | Downloaded parking_lot_core v0.9.8 |
1081 | 2023-11-20T20:02:07.143Z | Downloaded tokio-tungstenite v0.20.1 |
1082 | 2023-11-20T20:02:07.146Z | Downloaded platforms v3.0.2 |
1083 | 2023-11-20T20:02:07.149Z | Downloaded parking_lot v0.12.1 |
1084 | 2023-11-20T20:02:07.153Z | Downloaded crossbeam-epoch v0.9.15 |
1085 | 2023-11-20T20:02:07.156Z | Downloaded macaddr v1.0.1 |
1086 | 2023-11-20T20:02:07.159Z | Downloaded libefi-sys v0.1.0 |
1087 | 2023-11-20T20:02:07.162Z | Downloaded ipnetwork v0.20.0 |
1088 | 2023-11-20T20:02:07.165Z | Downloaded tower-service v0.3.2 |
1089 | 2023-11-20T20:02:07.168Z | Downloaded ciborium v0.2.1 |
1090 | 2023-11-20T20:02:07.171Z | Downloaded hostname v0.3.1 |
1091 | 2023-11-20T20:02:07.174Z | Downloaded ghash v0.5.0 |
1092 | 2023-11-20T20:02:07.178Z | Downloaded usdt v0.3.5 |
1093 | 2023-11-20T20:02:07.181Z | Downloaded cpufeatures v0.2.9 |
1094 | 2023-11-20T20:02:07.184Z | Downloaded float-cmp v0.9.0 |
1095 | 2023-11-20T20:02:07.187Z | Downloaded hyper-staticfile v0.9.5 |
1096 | 2023-11-20T20:02:07.190Z | Downloaded http-body v0.4.5 |
1097 | 2023-11-20T20:02:07.193Z | Downloaded hash32 v0.2.1 |
1098 | 2023-11-20T20:02:07.196Z | Downloaded futures-task v0.3.29 |
1099 | 2023-11-20T20:02:07.199Z | Downloaded vec_map v0.8.2 |
1100 | 2023-11-20T20:02:07.202Z | Downloaded pest_meta v2.7.2 |
1101 | 2023-11-20T20:02:07.205Z | Downloaded fallible-iterator v0.2.0 |
1102 | 2023-11-20T20:02:07.208Z | Downloaded pem v3.0.2 |
1103 | 2023-11-20T20:02:07.212Z | Downloaded anyhow v1.0.75 |
1104 | 2023-11-20T20:02:07.216Z | Downloaded unicode-width v0.1.11 |
1105 | 2023-11-20T20:02:07.220Z | Downloaded resolv-conf v0.7.0 |
1106 | 2023-11-20T20:02:07.222Z | Downloaded postgres-protocol v0.6.6 |
1107 | 2023-11-20T20:02:07.226Z | Downloaded proc-macro-crate v1.3.1 |
1108 | 2023-11-20T20:02:07.229Z | Downloaded password-hash v0.4.2 |
1109 | 2023-11-20T20:02:07.233Z | Downloaded password-hash v0.5.0 |
1110 | 2023-11-20T20:02:07.236Z | Downloaded rand_core v0.6.4 |
1111 | 2023-11-20T20:02:07.239Z | Downloaded pbkdf2 v0.12.2 |
1112 | 2023-11-20T20:02:07.242Z | Downloaded dirs-sys v0.4.1 |
1113 | 2023-11-20T20:02:07.245Z | Downloaded num_enum_derive v0.5.11 |
1114 | 2023-11-20T20:02:07.247Z | Downloaded camino v1.1.6 |
1115 | 2023-11-20T20:02:07.250Z | Downloaded block-buffer v0.10.4 |
1116 | 2023-11-20T20:02:07.253Z | Downloaded anstyle-parse v0.2.1 |
1117 | 2023-11-20T20:02:07.256Z | Downloaded base64ct v1.6.0 |
1118 | 2023-11-20T20:02:07.259Z | Downloaded darling_macro v0.20.3 |
1119 | 2023-11-20T20:02:07.262Z | Downloaded pin-utils v0.1.0 |
1120 | 2023-11-20T20:02:07.265Z | Downloaded num-complex v0.4.4 |
1121 | 2023-11-20T20:02:07.268Z | Downloaded pkg-config v0.3.27 |
1122 | 2023-11-20T20:02:07.271Z | Downloaded dirs v5.0.1 |
1123 | 2023-11-20T20:02:07.274Z | Downloaded debug-ignore v1.0.5 |
1124 | 2023-11-20T20:02:07.277Z | Downloaded bitflags v2.4.0 |
1125 | 2023-11-20T20:02:07.280Z | Downloaded argon2 v0.5.2 |
1126 | 2023-11-20T20:02:07.282Z | Downloaded xattr v1.0.1 |
1127 | 2023-11-20T20:02:07.285Z | Downloaded blowfish v0.9.1 |
1128 | 2023-11-20T20:02:07.288Z | Downloaded byteorder v1.5.0 |
1129 | 2023-11-20T20:02:07.291Z | Downloaded base16ct v0.2.0 |
1130 | 2023-11-20T20:02:07.295Z | Downloaded rand_chacha v0.2.2 |
1131 | 2023-11-20T20:02:07.297Z | Downloaded pest_generator v2.7.2 |
1132 | 2023-11-20T20:02:07.300Z | Downloaded phf_shared v0.11.2 |
1133 | 2023-11-20T20:02:07.303Z | Downloaded phf v0.11.2 |
1134 | 2023-11-20T20:02:07.306Z | Downloaded pem v1.1.1 |
1135 | 2023-11-20T20:02:07.309Z | Downloaded num_cpus v1.16.0 |
1136 | 2023-11-20T20:02:07.312Z | Downloaded ciborium-ll v0.2.1 |
1137 | 2023-11-20T20:02:07.315Z | Downloaded atomic-waker v1.1.1 |
1138 | 2023-11-20T20:02:07.319Z | Downloaded toolchain_find v0.2.0 |
1139 | 2023-11-20T20:02:07.322Z | Downloaded pretty-hex v0.3.0 |
1140 | 2023-11-20T20:02:07.326Z | Downloaded camino-tempfile v1.0.2 |
1141 | 2023-11-20T20:02:07.331Z | Downloaded crucible-workspace-hack v0.1.0 |
1142 | 2023-11-20T20:02:07.336Z | Downloaded phf_shared v0.10.0 |
1143 | 2023-11-20T20:02:07.341Z | Downloaded ed25519 v2.2.2 |
1144 | 2023-11-20T20:02:07.345Z | Downloaded cipher v0.4.4 |
1145 | 2023-11-20T20:02:07.349Z | Downloaded russh-keys v0.38.0 |
1146 | 2023-11-20T20:02:07.353Z | Downloaded openssl-macros v0.1.1 |
1147 | 2023-11-20T20:02:07.356Z | Downloaded num_threads v0.1.6 |
1148 | 2023-11-20T20:02:07.359Z | Downloaded crypto-common v0.1.6 |
1149 | 2023-11-20T20:02:07.363Z | Downloaded chacha20poly1305 v0.10.1 |
1150 | 2023-11-20T20:02:07.366Z | Downloaded bit-vec v0.6.3 |
1151 | 2023-11-20T20:02:07.371Z | Downloaded precomputed-hash v0.1.1 |
1152 | 2023-11-20T20:02:07.374Z | Downloaded cc v1.0.83 |
1153 | 2023-11-20T20:02:07.378Z | Downloaded bcrypt-pbkdf v0.10.0 |
1154 | 2023-11-20T20:02:07.384Z | Downloaded bit-set v0.5.3 |
1155 | 2023-11-20T20:02:07.390Z | Downloaded aead v0.5.2 |
1156 | 2023-11-20T20:02:07.396Z | Downloaded autocfg v1.1.0 |
1157 | 2023-11-20T20:02:07.404Z | Downloaded normalize-line-endings v0.3.0 |
1158 | 2023-11-20T20:02:07.409Z | Downloaded russh-cryptovec v0.7.0 |
1159 | 2023-11-20T20:02:07.419Z | Downloaded curve25519-dalek-derive v0.1.0 |
1160 | 2023-11-20T20:02:07.426Z | Downloaded cstr-argument v0.1.2 |
1161 | 2023-11-20T20:02:07.431Z | Downloaded crossbeam-utils v0.8.16 |
1162 | 2023-11-20T20:02:07.433Z | Downloaded data-encoding v2.4.0 |
1163 | 2023-11-20T20:02:07.437Z | Downloaded ahash v0.8.3 |
1164 | 2023-11-20T20:02:07.443Z | Downloaded async-stream-impl v0.3.5 |
1165 | 2023-11-20T20:02:07.446Z | Downloaded async-stream v0.3.5 |
1166 | 2023-11-20T20:02:07.452Z | Downloaded rcgen v0.11.3 |
1167 | 2023-11-20T20:02:07.455Z | Downloaded openssl-probe v0.1.5 |
1168 | 2023-11-20T20:02:07.458Z | Downloaded postcard-cobs v0.1.5-pre |
1169 | 2023-11-20T20:02:07.461Z | Downloaded deranged v0.3.8 |
1170 | 2023-11-20T20:02:07.465Z | Downloaded ciborium-io v0.2.1 |
1171 | 2023-11-20T20:02:07.468Z | Downloaded bzip2 v0.4.4 |
1172 | 2023-11-20T20:02:07.471Z | Downloaded cfg-if v0.1.10 |
1173 | 2023-11-20T20:02:07.474Z | Downloaded rand_chacha v0.3.1 |
1174 | 2023-11-20T20:02:07.476Z | Downloaded dyn-clone v1.0.13 |
1175 | 2023-11-20T20:02:07.480Z | Downloaded crc32fast v1.3.2 |
1176 | 2023-11-20T20:02:07.484Z | Downloaded paste v1.0.14 |
1177 | 2023-11-20T20:02:07.487Z | Downloaded new_debug_unreachable v1.0.4 |
1178 | 2023-11-20T20:02:07.491Z | Downloaded async-trait v0.1.74 |
1179 | 2023-11-20T20:02:07.493Z | Downloaded mime_guess v2.0.4 |
1180 | 2023-11-20T20:02:07.496Z | Downloaded const-oid v0.9.5 |
1181 | 2023-11-20T20:02:07.499Z | Downloaded dirs-next v2.0.0 |
1182 | 2023-11-20T20:02:07.502Z | Downloaded ctr v0.9.2 |
1183 | 2023-11-20T20:02:07.505Z | Downloaded predicates-core v1.0.6 |
1184 | 2023-11-20T20:02:07.509Z | Downloaded proc-macro-error-attr v1.0.4 |
1185 | 2023-11-20T20:02:07.512Z | Downloaded once_cell v1.18.0 |
1186 | 2023-11-20T20:02:07.516Z | Downloaded omicron-zone-package v0.9.1 |
1187 | 2023-11-20T20:02:07.519Z | Downloaded num-rational v0.4.1 |
1188 | 2023-11-20T20:02:07.522Z | Downloaded darling v0.20.3 |
1189 | 2023-11-20T20:02:07.525Z | Downloaded console v0.15.7 |
1190 | 2023-11-20T20:02:07.528Z | Downloaded atomicwrites v0.4.2 |
1191 | 2023-11-20T20:02:07.531Z | Downloaded anstyle-query v1.0.0 |
1192 | 2023-11-20T20:02:07.534Z | Downloaded anstyle v1.0.2 |
1193 | 2023-11-20T20:02:07.537Z | Downloaded poly1305 v0.8.0 |
1194 | 2023-11-20T20:02:07.540Z | Downloaded num-iter v0.1.43 |
1195 | 2023-11-20T20:02:07.543Z | Downloaded multer v2.1.0 |
1196 | 2023-11-20T20:02:07.546Z | Downloaded adler v1.0.2 |
1197 | 2023-11-20T20:02:07.549Z | Downloaded num-integer v0.1.45 |
1198 | 2023-11-20T20:02:07.552Z | Downloaded colored v2.0.4 |
1199 | 2023-11-20T20:02:07.555Z | Downloaded parking_lot_core v0.8.6 |
1200 | 2023-11-20T20:02:07.560Z | Downloaded num_enum v0.5.11 |
1201 | 2023-11-20T20:02:07.563Z | Downloaded num v0.4.1 |
1202 | 2023-11-20T20:02:07.566Z | Downloaded nibble_vec v0.1.0 |
1203 | 2023-11-20T20:02:07.569Z | Downloaded clap_lex v0.5.1 |
1204 | 2023-11-20T20:02:07.576Z | Downloaded percent-encoding v2.3.0 |
1205 | 2023-11-20T20:02:07.579Z | Downloaded clap_derive v4.4.2 |
1206 | 2023-11-20T20:02:07.582Z | Downloaded chacha20 v0.9.1 |
1207 | 2023-11-20T20:02:07.586Z | Downloaded cancel-safe-futures v0.1.5 |
1208 | 2023-11-20T20:02:07.589Z | Downloaded ansi_term v0.12.1 |
1209 | 2023-11-20T20:02:07.592Z | Compiling proc-macro2 v1.0.69 |
1210 | 2023-11-20T20:02:07.596Z | Compiling unicode-ident v1.0.12 |
1211 | 2023-11-20T20:02:07.601Z | Compiling libc v0.2.150 |
1212 | 2023-11-20T20:02:07.604Z | Compiling serde v1.0.192 |
1213 | 2023-11-20T20:02:07.608Z | Compiling autocfg v1.1.0 |
1214 | 2023-11-20T20:02:07.614Z | Compiling version_check v0.9.4 |
1215 | 2023-11-20T20:02:07.617Z | Compiling cfg-if v1.0.0 |
1216 | 2023-11-20T20:02:07.620Z | Compiling syn v1.0.109 |
1217 | 2023-11-20T20:02:07.623Z | Compiling typenum v1.16.0 |
1218 | 2023-11-20T20:02:07.628Z | Compiling once_cell v1.18.0 |
1219 | 2023-11-20T20:02:07.631Z | Compiling parking_lot_core v0.9.8 |
1220 | 2023-11-20T20:02:07.682Z | Compiling generic-array v0.14.7 |
1221 | 2023-11-20T20:02:07.798Z | Compiling lock_api v0.4.10 |
1222 | 2023-11-20T20:02:09.109Z | Compiling libm v0.2.7 |
1223 | 2023-11-20T20:02:09.127Z | Compiling thiserror v1.0.49 |
1224 | 2023-11-20T20:02:09.226Z | Compiling num-traits v0.2.16 |
1225 | 2023-11-20T20:02:09.244Z | Compiling futures-core v0.3.29 |
1226 | 2023-11-20T20:02:09.410Z | Compiling itoa v1.0.9 |
1227 | 2023-11-20T20:02:09.616Z | Compiling memchr v2.6.3 |
1228 | 2023-11-20T20:02:09.749Z | Compiling serde_json v1.0.108 |
1229 | 2023-11-20T20:02:09.779Z | Compiling log v0.4.20 |
1230 | 2023-11-20T20:02:09.986Z | Compiling slab v0.4.9 |
1231 | 2023-11-20T20:02:10.439Z | Compiling quote v1.0.33 |
1232 | 2023-11-20T20:02:10.498Z | Compiling futures-channel v0.3.29 |
1233 | 2023-11-20T20:02:10.699Z | Compiling futures-task v0.3.29 |
1234 | 2023-11-20T20:02:11.095Z | Compiling syn v2.0.32 |
1235 | 2023-11-20T20:02:11.614Z | Compiling getrandom v0.2.10 |
1236 | 2023-11-20T20:02:11.624Z | Compiling cc v1.0.83 |
1237 | 2023-11-20T20:02:11.762Z | Compiling rand_core v0.6.4 |
1238 | 2023-11-20T20:02:11.874Z | Compiling futures-util v0.3.29 |
1239 | 2023-11-20T20:02:11.897Z | Compiling scopeguard v1.2.0 |
1240 | 2023-11-20T20:02:12.395Z | Compiling smallvec v1.11.0 |
1241 | 2023-11-20T20:02:12.801Z | Compiling ryu v1.0.15 |
1242 | 2023-11-20T20:02:13.100Z | Compiling heck v0.4.1 |
1243 | 2023-11-20T20:02:13.124Z | Compiling pin-project-lite v0.2.13 |
1244 | 2023-11-20T20:02:13.477Z | Compiling signal-hook-registry v1.4.1 |
1245 | 2023-11-20T20:02:14.382Z | Compiling parking_lot v0.12.1 |
1246 | 2023-11-20T20:02:14.405Z | Compiling pkg-config v0.3.27 |
1247 | 2023-11-20T20:02:14.749Z | Compiling schemars v0.8.13 |
1248 | 2023-11-20T20:02:15.269Z | Compiling mio v0.8.8 |
1249 | 2023-11-20T20:02:15.448Z | Compiling hashbrown v0.14.2 |
1250 | 2023-11-20T20:02:15.790Z | Compiling subtle v2.5.0 |
1251 | 2023-11-20T20:02:16.043Z | Compiling equivalent v1.0.1 |
1252 | 2023-11-20T20:02:16.136Z | Compiling socket2 v0.5.4 |
1253 | 2023-11-20T20:02:16.185Z | Compiling num_cpus v1.16.0 |
1254 | 2023-11-20T20:02:16.349Z | Compiling fnv v1.0.7 |
1255 | 2023-11-20T20:02:16.520Z | Compiling spin v0.5.2 |
1256 | 2023-11-20T20:02:16.595Z | Compiling httparse v1.8.0 |
1257 | 2023-11-20T20:02:16.854Z | Compiling byteorder v1.5.0 |
1258 | 2023-11-20T20:02:17.151Z | Compiling iana-time-zone v0.1.57 |
1259 | 2023-11-20T20:02:17.211Z | Compiling ring v0.16.20 |
1260 | 2023-11-20T20:02:17.340Z | Compiling indexmap v1.9.3 |
1261 | 2023-11-20T20:02:17.482Z | Compiling futures-sink v0.3.29 |
1262 | 2023-11-20T20:02:17.555Z | Compiling ring v0.17.5 |
1263 | 2023-11-20T20:02:17.692Z | Compiling vcpkg v0.2.15 |
1264 | 2023-11-20T20:02:18.285Z | Compiling futures-io v0.3.29 |
1265 | 2023-11-20T20:02:18.372Z | Compiling pin-utils v0.1.0 |
1266 | 2023-11-20T20:02:18.408Z | Compiling semver v1.0.20 |
1267 | 2023-11-20T20:02:18.441Z | Compiling dyn-clone v1.0.13 |
1268 | 2023-11-20T20:02:18.732Z | Compiling ahash v0.8.3 |
1269 | 2023-11-20T20:02:18.763Z | Compiling tracing-core v0.1.31 |
1270 | 2023-11-20T20:02:19.171Z | Compiling tinyvec_macros v0.1.1 |
1271 | 2023-11-20T20:02:19.605Z | Compiling async-trait v0.1.74 |
1272 | 2023-11-20T20:02:19.608Z | Compiling const-oid v0.9.5 |
1273 | 2023-11-20T20:02:19.914Z | Compiling tinyvec v1.6.0 |
1274 | 2023-11-20T20:02:20.183Z | Compiling openssl-sys v0.9.93 |
1275 | 2023-11-20T20:02:21.157Z | Compiling rustls v0.21.9 |
1276 | 2023-11-20T20:02:21.499Z | Compiling openssl v0.10.57 |
1277 | 2023-11-20T20:02:21.707Z | Compiling ucd-trie v0.1.6 |
1278 | 2023-11-20T20:02:21.954Z | Compiling unicode-normalization v0.1.22 |
1279 | 2023-11-20T20:02:22.071Z | Compiling winnow v0.5.15 |
1280 | 2023-11-20T20:02:22.094Z | Compiling unicode-bidi v0.3.13 |
1281 | 2023-11-20T20:02:22.678Z | Compiling serde_derive_internals v0.26.0 |
1282 | 2023-11-20T20:02:23.897Z | Compiling time-core v0.1.1 |
1283 | 2023-11-20T20:02:24.149Z | Compiling time-macros v0.2.13 |
1284 | 2023-11-20T20:02:24.660Z | Compiling native-tls v0.2.11 |
1285 | 2023-11-20T20:02:25.087Z | Compiling cpufeatures v0.2.9 |
1286 | 2023-11-20T20:02:25.224Z | Compiling aho-corasick v1.0.4 |
1287 | 2023-11-20T20:02:25.812Z | Compiling percent-encoding v2.3.0 |
1288 | 2023-11-20T20:02:26.384Z | Compiling regex-syntax v0.8.2 |
1289 | 2023-11-20T20:02:26.543Z | Compiling slog v2.7.0 |
1290 | 2023-11-20T20:02:27.201Z | Compiling rustix v0.38.9 |
1291 | 2023-11-20T20:02:27.666Z | Compiling backtrace v0.3.69 |
1292 | 2023-11-20T20:02:28.238Z | Compiling form_urlencoded v1.2.0 |
1293 | 2023-11-20T20:02:28.352Z | Compiling lazy_static v1.4.0 |
1294 | 2023-11-20T20:02:28.502Z | Compiling spin v0.9.8 |
1295 | 2023-11-20T20:02:28.715Z | Compiling base64 v0.21.5 |
1296 | 2023-11-20T20:02:29.006Z | Compiling ppv-lite86 v0.2.17 |
1297 | 2023-11-20T20:02:29.046Z | Compiling hashbrown v0.13.2 |
1298 | 2023-11-20T20:02:29.086Z | Compiling anyhow v1.0.75 |
1299 | 2023-11-20T20:02:29.787Z | Compiling unicode-width v0.1.11 |
1300 | 2023-11-20T20:02:30.577Z | Compiling idna v0.4.0 |
1301 | 2023-11-20T20:02:30.582Z | Compiling errno v0.3.2 |
1302 | 2023-11-20T20:02:30.586Z | Compiling rand_chacha v0.3.1 |
1303 | 2023-11-20T20:02:30.882Z | Compiling socket2 v0.4.9 |
1304 | 2023-11-20T20:02:31.316Z | Compiling hashbrown v0.12.3 |
1305 | 2023-11-20T20:02:32.299Z | Compiling regex-automata v0.4.3 |
1306 | 2023-11-20T20:02:32.353Z | Compiling url v2.4.1 |
1307 | 2023-11-20T20:02:32.787Z | Compiling untrusted v0.7.1 |
1308 | 2023-11-20T20:02:32.913Z | Compiling rand v0.8.5 |
1309 | 2023-11-20T20:02:34.580Z | Compiling num-integer v0.1.45 |
1310 | 2023-11-20T20:02:34.966Z | Compiling serde_derive v1.0.192 |
1311 | 2023-11-20T20:02:35.411Z | Compiling zeroize_derive v1.4.2 |
1312 | 2023-11-20T20:02:35.636Z | Compiling thiserror-impl v1.0.49 |
1313 | 2023-11-20T20:02:35.739Z | Compiling tokio-macros v2.1.0 |
1314 | 2023-11-20T20:02:35.779Z | Compiling futures-macro v0.3.29 |
1315 | 2023-11-20T20:02:37.402Z | Compiling tracing-attributes v0.1.26 |
1316 | 2023-11-20T20:02:38.671Z | Compiling zeroize v1.6.0 |
1317 | 2023-11-20T20:02:38.683Z | Compiling schemars_derive v0.8.13 |
1318 | 2023-11-20T20:02:39.555Z | Compiling openssl-macros v0.1.1 |
1319 | 2023-11-20T20:02:40.390Z | Compiling pest v2.7.2 |
1320 | 2023-11-20T20:02:40.997Z | Compiling crypto-common v0.1.6 |
1321 | 2023-11-20T20:02:41.294Z | Compiling block-buffer v0.10.4 |
1322 | 2023-11-20T20:02:41.628Z | Compiling digest v0.10.7 |
1323 | 2023-11-20T20:02:42.276Z | Compiling regex v1.10.2 |
1324 | 2023-11-20T20:02:42.801Z | Compiling tracing v0.1.37 |
1325 | 2023-11-20T20:02:43.124Z | Compiling httpdate v1.0.3 |
1326 | 2023-11-20T20:02:43.689Z | Compiling try-lock v0.2.4 |
1327 | 2023-11-20T20:02:43.868Z | Compiling untrusted v0.9.0 |
1328 | 2023-11-20T20:02:43.890Z | Compiling adler v1.0.2 |
1329 | 2023-11-20T20:02:44.127Z | Compiling miniz_oxide v0.7.1 |
1330 | 2023-11-20T20:02:44.248Z | Compiling want v0.3.1 |
1331 | 2023-11-20T20:02:44.680Z | Compiling foreign-types-shared v0.1.1 |
1332 | 2023-11-20T20:02:44.709Z | Compiling unicode-xid v0.2.4 |
1333 | 2023-11-20T20:02:44.825Z | Compiling mime v0.3.17 |
1334 | 2023-11-20T20:02:44.945Z | Compiling openssl-probe v0.1.5 |
1335 | 2023-11-20T20:02:45.431Z | Compiling tower-service v0.3.2 |
1336 | 2023-11-20T20:02:45.461Z | Compiling crc32fast v1.3.2 |
1337 | 2023-11-20T20:02:45.601Z | Compiling synstructure v0.12.6 |
1338 | 2023-11-20T20:02:45.759Z | Compiling foreign-types v0.3.2 |
1339 | 2023-11-20T20:02:45.886Z | Compiling sct v0.7.0 |
1340 | 2023-11-20T20:02:46.358Z | Compiling crossbeam-utils v0.8.16 |
1341 | 2023-11-20T20:02:46.778Z | Compiling ipnet v2.8.0 |
1342 | 2023-11-20T20:02:47.056Z | Compiling pest_meta v2.7.2 |
1343 | 2023-11-20T20:02:48.540Z | Compiling rustls-webpki v0.101.7 |
1344 | 2023-11-20T20:02:48.806Z | Compiling zerocopy-derive v0.2.0 |
1345 | 2023-11-20T20:02:48.860Z | Compiling rustls-pemfile v1.0.3 |
1346 | 2023-11-20T20:02:49.424Z | Compiling gimli v0.28.0 |
1347 | 2023-11-20T20:02:49.580Z | Compiling pest_generator v2.7.2 |
1348 | 2023-11-20T20:02:51.883Z | Compiling object v0.32.1 |
1349 | 2023-11-20T20:02:52.165Z | Compiling encoding_rs v0.8.33 |
1350 | 2023-11-20T20:02:52.808Z | Compiling rustc-demangle v0.1.23 |
1351 | 2023-11-20T20:02:54.337Z | Compiling bitflags v1.3.2 |
1352 | 2023-11-20T20:02:54.515Z | Compiling pest_derive v2.7.2 |
1353 | 2023-11-20T20:02:55.651Z | Compiling rustls-native-certs v0.6.3 |
1354 | 2023-11-20T20:02:56.323Z | Compiling addr2line v0.21.0 |
1355 | 2023-11-20T20:02:57.748Z | Compiling usdt-impl v0.3.5 |
1356 | 2023-11-20T20:02:58.082Z | Compiling bytes v1.5.0 |
1357 | 2023-11-20T20:02:58.336Z | Compiling indexmap v2.1.0 |
1358 | 2023-11-20T20:02:58.370Z | Compiling chrono v0.4.31 |
1359 | 2023-11-20T20:02:59.711Z | Compiling tokio v1.33.0 |
1360 | 2023-11-20T20:03:00.217Z | Compiling uuid v1.5.0 |
1361 | 2023-11-20T20:03:00.357Z | Compiling http v0.2.11 |
1362 | 2023-11-20T20:03:00.388Z | Compiling bitflags v2.4.0 |
1363 | 2023-11-20T20:03:01.760Z | Compiling serde_spanned v0.6.4 |
1364 | 2023-11-20T20:03:01.768Z | Compiling toml_datetime v0.6.5 |
1365 | 2023-11-20T20:03:02.476Z | Compiling toml_edit v0.19.15 |
1366 | 2023-11-20T20:03:03.394Z | Compiling rustc_version v0.4.0 |
1367 | 2023-11-20T20:03:03.541Z | Compiling http-body v0.4.5 |
1368 | 2023-11-20T20:03:04.170Z | Compiling openapiv3 v2.0.0-rc.1 |
1369 | 2023-11-20T20:03:07.030Z | Compiling serde_urlencoded v0.7.1 |
1370 | 2023-11-20T20:03:09.524Z | Compiling deranged v0.3.8 |
1371 | 2023-11-20T20:03:10.310Z | Compiling webpki-roots v0.25.2 |
1372 | 2023-11-20T20:03:10.540Z | Compiling io-lifetimes v1.0.11 |
1373 | 2023-11-20T20:03:10.747Z | Compiling num_threads v0.1.6 |
1374 | 2023-11-20T20:03:11.149Z | Compiling serde_tokenstream v0.2.0 |
1375 | 2023-11-20T20:03:12.078Z | Compiling zerocopy v0.3.0 |
1376 | 2023-11-20T20:03:12.081Z | Compiling block-padding v0.3.3 |
1377 | 2023-11-20T20:03:12.275Z | Compiling tokio-util v0.7.10 |
1378 | 2023-11-20T20:03:12.475Z | Compiling tokio-rustls v0.24.1 |
1379 | 2023-11-20T20:03:12.531Z | Compiling time v0.3.27 |
1380 | 2023-11-20T20:03:12.889Z | Compiling dof v0.1.5 |
1381 | 2023-11-20T20:03:12.912Z | Compiling inout v0.1.3 |
1382 | 2023-11-20T20:03:13.134Z | Compiling dtrace-parser v0.1.14 |
1383 | 2023-11-20T20:03:14.445Z | Compiling h2 v0.3.21 |
1384 | 2023-11-20T20:03:15.175Z | Compiling thread-id v4.2.0 |
1385 | 2023-11-20T20:03:15.327Z | Compiling tokio-native-tls v0.3.1 |
1386 | 2023-11-20T20:03:15.738Z | Compiling num-bigint v0.4.4 |
1387 | 2023-11-20T20:03:15.742Z | Compiling rustversion v1.0.14 |
1388 | 2023-11-20T20:03:16.118Z | Compiling rustix v0.37.23 |
1389 | 2023-11-20T20:03:16.708Z | Compiling cipher v0.4.4 |
1390 | 2023-11-20T20:03:16.946Z | Compiling serde_tokenstream v0.1.7 |
1391 | 2023-11-20T20:03:17.113Z | Compiling zerocopy-derive v0.6.4 |
1392 | 2023-11-20T20:03:17.404Z | Compiling regress v0.7.1 |
1393 | 2023-11-20T20:03:17.738Z | Compiling data-encoding v2.4.0 |
1394 | 2023-11-20T20:03:19.556Z | Compiling flate2 v1.0.28 |
1395 | 2023-11-20T20:03:20.321Z | Compiling toml_edit v0.21.0 |
1396 | 2023-11-20T20:03:21.248Z | Compiling hex v0.4.3 |
1397 | 2023-11-20T20:03:21.331Z | Compiling hmac v0.12.1 |
1398 | 2023-11-20T20:03:21.633Z | Compiling strsim v0.10.0 |
1399 | 2023-11-20T20:03:22.209Z | Compiling strum_macros v0.25.2 |
1400 | 2023-11-20T20:03:22.430Z | Compiling usdt-attr-macro v0.3.5 |
1401 | 2023-11-20T20:03:22.574Z | Compiling usdt-macro v0.3.5 |
1402 | 2023-11-20T20:03:23.275Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1403 | 2023-11-20T20:03:24.654Z | Compiling sha2 v0.10.8 |
1404 | 2023-11-20T20:03:25.045Z | Compiling enum-as-inner v0.5.1 |
1405 | 2023-11-20T20:03:25.835Z | Compiling hyper v0.14.27 |
1406 | 2023-11-20T20:03:26.426Z | Compiling toml v0.7.8 |
1407 | 2023-11-20T20:03:26.589Z | Compiling heapless v0.7.16 |
1408 | 2023-11-20T20:03:26.841Z | Compiling futures-executor v0.3.29 |
1409 | 2023-11-20T20:03:27.769Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1410 | 2023-11-20T20:03:28.166Z | Compiling memoffset v0.9.0 |
1411 | 2023-11-20T20:03:28.464Z | Compiling unicode-segmentation v1.10.1 |
1412 | 2023-11-20T20:03:28.614Z | Compiling managed v0.8.0 |
1413 | 2023-11-20T20:03:28.973Z | Compiling signal-hook v0.3.17 |
1414 | 2023-11-20T20:03:29.447Z | Compiling futures v0.3.29 |
1415 | 2023-11-20T20:03:29.868Z | Compiling ipnetwork v0.20.0 |
1416 | 2023-11-20T20:03:29.890Z | Compiling getopts v0.2.21 |
1417 | 2023-11-20T20:03:29.935Z | Compiling crossbeam-epoch v0.9.15 |
1418 | 2023-11-20T20:03:30.432Z | Compiling num-iter v0.1.43 |
1419 | 2023-11-20T20:03:30.549Z | Compiling anstyle v1.0.2 |
1420 | 2023-11-20T20:03:30.883Z | Compiling unsafe-libyaml v0.2.9 |
1421 | 2023-11-20T20:03:31.262Z | Compiling siphasher v0.3.11 |
1422 | 2023-11-20T20:03:31.299Z | Compiling either v1.9.0 |
1423 | 2023-11-20T20:03:31.606Z | Compiling bit-vec v0.6.3 |
1424 | 2023-11-20T20:03:31.816Z | Compiling smoltcp v0.9.1 |
1425 | 2023-11-20T20:03:31.907Z | Compiling utf8parse v0.2.1 |
1426 | 2023-11-20T20:03:32.160Z | Compiling matches v0.1.10 |
1427 | 2023-11-20T20:03:32.287Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1428 | 2023-11-20T20:03:32.310Z | Compiling idna v0.2.3 |
1429 | 2023-11-20T20:03:32.579Z | Compiling anstyle-parse v0.2.1 |
1430 | 2023-11-20T20:03:33.165Z | Compiling serde_yaml v0.9.25 |
1431 | 2023-11-20T20:03:34.050Z | Compiling zerocopy v0.6.4 |
1432 | 2023-11-20T20:03:34.076Z | Compiling signature v2.1.0 |
1433 | 2023-11-20T20:03:34.393Z | Compiling hubpack_derive v0.1.1 |
1434 | 2023-11-20T20:03:35.102Z | Compiling clap_derive v4.4.2 |
1435 | 2023-11-20T20:03:35.413Z | Compiling colorchoice v1.0.0 |
1436 | 2023-11-20T20:03:35.531Z | Compiling anstyle-query v1.0.0 |
1437 | 2023-11-20T20:03:35.720Z | Compiling anstream v0.5.0 |
1438 | 2023-11-20T20:03:35.744Z | Compiling terminal_size v0.2.6 |
1439 | 2023-11-20T20:03:35.815Z | Compiling trust-dns-proto v0.22.0 |
1440 | 2023-11-20T20:03:36.003Z | Compiling usdt v0.3.5 |
1441 | 2023-11-20T20:03:36.829Z | Compiling md-5 v0.10.5 |
1442 | 2023-11-20T20:03:37.179Z | Compiling hyper-rustls v0.24.2 |
1443 | 2023-11-20T20:03:37.453Z | Compiling hyper-tls v0.5.0 |
1444 | 2023-11-20T20:03:37.970Z | Compiling reqwest v0.11.22 |
1445 | 2023-11-20T20:03:38.069Z | Compiling yasna v0.5.2 |
1446 | 2023-11-20T20:03:39.372Z | Compiling stringprep v0.1.3 |
1447 | 2023-11-20T20:03:39.949Z | Compiling diesel_table_macro_syntax v0.1.0 |
1448 | 2023-11-20T20:03:40.515Z | Compiling hash32 v0.2.1 |
1449 | 2023-11-20T20:03:41.086Z | Compiling clap_lex v0.5.1 |
1450 | 2023-11-20T20:03:41.110Z | Compiling fallible-iterator v0.2.0 |
1451 | 2023-11-20T20:03:41.216Z | Compiling stable_deref_trait v1.2.0 |
1452 | 2023-11-20T20:03:41.887Z | Compiling clap_builder v4.4.2 |
1453 | 2023-11-20T20:03:42.258Z | Compiling postgres-protocol v0.6.6 |
1454 | 2023-11-20T20:03:42.771Z | Compiling diesel_derives v2.1.1 |
1455 | 2023-11-20T20:03:43.348Z | Compiling phf_shared v0.11.2 |
1456 | 2023-11-20T20:03:44.384Z | Compiling tokio-stream v0.1.14 |
1457 | 2023-11-20T20:03:44.499Z | Compiling serde_repr v0.1.16 |
1458 | 2023-11-20T20:03:45.745Z | Compiling scheduled-thread-pool v0.2.7 |
1459 | 2023-11-20T20:03:45.913Z | Compiling regex-automata v0.1.10 |
1460 | 2023-11-20T20:03:46.186Z | Compiling r2d2 v0.8.10 |
1461 | 2023-11-20T20:03:46.698Z | Compiling bstr v0.2.17 |
1462 | 2023-11-20T20:03:46.721Z | Compiling signal-hook-mio v0.2.3 |
1463 | 2023-11-20T20:03:46.940Z | Compiling bzip2 v0.4.4 |
1464 | 2023-11-20T20:03:47.598Z | Compiling phf v0.11.2 |
1465 | 2023-11-20T20:03:48.031Z | Compiling postgres-types v0.2.6 |
1466 | 2023-11-20T20:03:48.142Z | Compiling clap v4.4.3 |
1467 | 2023-11-20T20:03:49.121Z | Compiling hubpack v0.1.2 |
1468 | 2023-11-20T20:03:50.232Z | Compiling itertools v0.10.5 |
1469 | 2023-11-20T20:03:50.358Z | Compiling itertools v0.11.0 |
1470 | 2023-11-20T20:03:50.527Z | Compiling phf_shared v0.10.0 |
1471 | 2023-11-20T20:03:51.125Z | Compiling float-cmp v0.9.0 |
1472 | 2023-11-20T20:03:52.039Z | Compiling whoami v1.4.1 |
1473 | 2023-11-20T20:03:53.060Z | Compiling new_debug_unreachable v1.0.4 |
1474 | 2023-11-20T20:03:53.200Z | Compiling predicates-core v1.0.6 |
1475 | 2023-11-20T20:03:53.767Z | Compiling static_assertions v1.1.0 |
1476 | 2023-11-20T20:03:53.875Z | Compiling precomputed-hash v0.1.1 |
1477 | 2023-11-20T20:03:53.899Z | Compiling fixedbitset v0.4.2 |
1478 | 2023-11-20T20:03:54.002Z | Compiling difflib v0.4.0 |
1479 | 2023-11-20T20:03:54.613Z | Compiling normalize-line-endings v0.3.0 |
1480 | 2023-11-20T20:03:54.642Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1481 | 2023-11-20T20:03:54.775Z | Compiling regex-automata v0.3.8 |
1482 | 2023-11-20T20:03:54.798Z | Compiling predicates v3.0.4 |
1483 | 2023-11-20T20:03:55.135Z | Compiling petgraph v0.6.4 |
1484 | 2023-11-20T20:03:56.750Z | Compiling string_cache v0.8.7 |
1485 | 2023-11-20T20:03:57.483Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1486 | 2023-11-20T20:03:57.589Z | Compiling bstr v1.6.0 |
1487 | 2023-11-20T20:03:58.927Z | Compiling tokio-postgres v0.7.10 |
1488 | 2023-11-20T20:04:00.236Z | Compiling similar v2.2.1 |
1489 | 2023-11-20T20:04:02.032Z | Compiling zip v0.6.6 |
1490 | 2023-11-20T20:04:02.132Z | Compiling crossterm v0.27.0 |
1491 | 2023-11-20T20:04:02.136Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1492 | 2023-11-20T20:04:02.300Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1493 | 2023-11-20T20:04:02.766Z | Compiling bit-set v0.5.3 |
1494 | 2023-11-20T20:04:03.268Z | Compiling console v0.15.7 |
1495 | 2023-11-20T20:04:04.589Z | Compiling lalrpop-util v0.19.12 |
1496 | 2023-11-20T20:04:06.330Z | Compiling diesel v2.1.4 |
1497 | 2023-11-20T20:04:08.680Z | Compiling slog-async v2.8.0 |
1498 | 2023-11-20T20:04:08.828Z | Compiling camino v1.1.6 |
1499 | 2023-11-20T20:04:10.737Z | Compiling multer v2.1.0 |
1500 | 2023-11-20T20:04:12.087Z | Compiling async-stream-impl v0.3.5 |
1501 | 2023-11-20T20:04:12.715Z | Compiling ident_case v1.0.1 |
1502 | 2023-11-20T20:04:13.019Z | Compiling paste v1.0.14 |
1503 | 2023-11-20T20:04:13.881Z | Compiling darling_core v0.20.3 |
1504 | 2023-11-20T20:04:15.498Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1505 | 2023-11-20T20:04:15.702Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1506 | 2023-11-20T20:04:20.022Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1507 | 2023-11-20T20:04:20.900Z | Compiling structmeta-derive v0.2.0 |
1508 | 2023-11-20T20:04:21.983Z | Compiling regex-syntax v0.7.5 |
1509 | 2023-11-20T20:04:22.954Z | Compiling darling_macro v0.20.3 |
1510 | 2023-11-20T20:04:23.524Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1511 | 2023-11-20T20:04:24.478Z | Compiling darling v0.20.3 |
1512 | 2023-11-20T20:04:24.641Z | Compiling serde_with_macros v2.3.3 |
1513 | 2023-11-20T20:04:25.243Z | Compiling structmeta v0.2.0 |
1514 | 2023-11-20T20:04:32.271Z | Compiling parse-display-derive v0.8.2 |
1515 | 2023-11-20T20:04:39.423Z | Compiling toml v0.8.8 |
1516 | 2023-11-20T20:04:39.535Z | Compiling proc-macro-crate v1.3.1 |
1517 | 2023-11-20T20:04:41.674Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1518 | 2023-11-20T20:04:42.317Z | Compiling num_enum_derive v0.5.11 |
1519 | 2023-11-20T20:04:55.442Z | Compiling proc-macro-error-attr v1.0.4 |
1520 | 2023-11-20T20:05:01.827Z | Compiling proc-macro-error v1.0.4 |
1521 | 2023-11-20T20:05:03.059Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1522 | 2023-11-20T20:05:06.254Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1523 | 2023-11-20T20:05:12.431Z | Compiling foreign-types-macros v0.2.3 |
1524 | 2023-11-20T20:05:14.759Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1525 | 2023-11-20T20:05:15.377Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1526 | 2023-11-20T20:05:16.867Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1527 | 2023-11-20T20:05:17.340Z | Compiling crucible-workspace-hack v0.1.0 |
1528 | 2023-11-20T20:05:17.767Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1529 | 2023-11-20T20:05:21.740Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1530 | 2023-11-20T20:05:22.335Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1531 | 2023-11-20T20:05:29.555Z | Compiling sha1 v0.10.6 |
1532 | 2023-11-20T20:05:29.583Z | Compiling atty v0.2.14 |
1533 | 2023-11-20T20:05:30.187Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1534 | 2023-11-20T20:05:30.237Z | Compiling match_cfg v0.1.0 |
1535 | 2023-11-20T20:05:30.364Z | Compiling hostname v0.3.1 |
1536 | 2023-11-20T20:05:35.892Z | Compiling dirs-sys-next v0.1.2 |
1537 | 2023-11-20T20:05:42.301Z | Compiling dirs-next v2.0.0 |
1538 | 2023-11-20T20:05:45.367Z | Compiling heck v0.3.3 |
1539 | 2023-11-20T20:05:46.079Z | Compiling thread_local v1.1.7 |
1540 | 2023-11-20T20:05:46.840Z | Compiling libefi-sys v0.1.0 |
1541 | 2023-11-20T20:05:46.983Z | Compiling fastrand v2.0.0 |
1542 | 2023-11-20T20:05:47.325Z | Compiling structopt-derive v0.4.18 |
1543 | 2023-11-20T20:05:47.441Z | Compiling term v0.7.0 |
1544 | 2023-11-20T20:05:47.530Z | Compiling tempfile v3.8.0 |
1545 | 2023-11-20T20:05:47.855Z | Compiling zone_cfg_derive v0.3.0 |
1546 | 2023-11-20T20:05:49.391Z | Compiling crossbeam-channel v0.5.8 |
1547 | 2023-11-20T20:05:49.640Z | Compiling num-derive v0.4.0 |
1548 | 2023-11-20T20:05:49.793Z | Compiling instant v0.1.12 |
1549 | 2023-11-20T20:05:49.917Z | Compiling take_mut v0.2.2 |
1550 | 2023-11-20T20:05:49.997Z | Compiling slog-term v2.9.0 |
1551 | 2023-11-20T20:05:51.699Z | Compiling slog-json v2.6.1 |
1552 | 2023-11-20T20:05:51.828Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1553 | 2023-11-20T20:05:52.471Z | Compiling atomic-waker v1.1.1 |
1554 | 2023-11-20T20:05:52.478Z | Compiling waitgroup v0.1.2 |
1555 | 2023-11-20T20:05:52.485Z | Compiling slog-bunyan v2.4.0 |
1556 | 2023-11-20T20:05:52.628Z | Compiling async-stream v0.3.5 |
1557 | 2023-11-20T20:05:53.201Z | Compiling serde_path_to_error v0.1.14 |
1558 | 2023-11-20T20:05:53.239Z | Compiling debug-ignore v1.0.5 |
1559 | 2023-11-20T20:05:53.325Z | Compiling same-file v1.0.6 |
1560 | 2023-11-20T20:05:53.450Z | Compiling platforms v3.0.2 |
1561 | 2023-11-20T20:05:53.988Z | Compiling walkdir v2.4.0 |
1562 | 2023-11-20T20:05:54.604Z | Compiling strum v0.25.0 |
1563 | 2023-11-20T20:05:54.832Z | Compiling toml v0.5.11 |
1564 | 2023-11-20T20:05:54.973Z | Compiling semver-parser v0.10.2 |
1565 | 2023-11-20T20:05:55.051Z | Compiling xattr v1.0.1 |
1566 | 2023-11-20T20:05:55.445Z | Compiling filetime v0.2.22 |
1567 | 2023-11-20T20:05:55.930Z | Compiling tar v0.4.40 |
1568 | 2023-11-20T20:05:56.699Z | Compiling semver v0.11.0 |
1569 | 2023-11-20T20:05:56.827Z | Compiling serde_with v2.3.3 |
1570 | 2023-11-20T20:05:58.082Z | Compiling home v0.5.5 |
1571 | 2023-11-20T20:05:58.226Z | Compiling curve25519-dalek v4.1.0 |
1572 | 2023-11-20T20:05:58.437Z | Compiling toolchain_find v0.2.0 |
1573 | 2023-11-20T20:05:58.810Z | Compiling backoff v0.4.0 |
1574 | 2023-11-20T20:05:59.254Z | Compiling parse-display v0.8.2 |
1575 | 2023-11-20T20:05:59.528Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1576 | 2023-11-20T20:05:59.566Z | Compiling macaddr v1.0.1 |
1577 | 2023-11-20T20:05:59.907Z | Compiling rustfmt-wrapper v0.2.0 |
1578 | 2023-11-20T20:06:00.307Z | Compiling omicron-zone-package v0.9.1 |
1579 | 2023-11-20T20:06:01.725Z | Compiling curve25519-dalek-derive v0.1.0 |
1580 | 2023-11-20T20:06:02.264Z | Compiling num-rational v0.4.1 |
1581 | 2023-11-20T20:06:02.737Z | Compiling getrandom v0.1.16 |
1582 | 2023-11-20T20:06:03.386Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1583 | 2023-11-20T20:06:03.947Z | Compiling num_enum v0.5.11 |
1584 | 2023-11-20T20:06:04.147Z | Compiling postcard-cobs v0.1.5-pre |
1585 | 2023-11-20T20:06:04.406Z | Compiling postcard v0.7.3 |
1586 | 2023-11-20T20:06:04.593Z | Compiling smoltcp v0.8.2 |
1587 | 2023-11-20T20:06:05.236Z | Compiling unicase v2.7.0 |
1588 | 2023-11-20T20:06:06.073Z | Compiling parking_lot_core v0.8.6 |
1589 | 2023-11-20T20:06:06.277Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1590 | 2023-11-20T20:06:06.293Z | Compiling cfg-if v0.1.10 |
1591 | 2023-11-20T20:06:06.433Z | Compiling foreign-types-shared v0.3.1 |
1592 | 2023-11-20T20:06:06.576Z | Compiling foreign-types v0.5.0 |
1593 | 2023-11-20T20:06:07.149Z | Compiling is-terminal v0.4.9 |
1594 | 2023-11-20T20:06:07.332Z | Compiling cstr-argument v0.1.2 |
1595 | 2023-11-20T20:06:07.741Z | Compiling pretty-hex v0.2.1 |
1596 | 2023-11-20T20:06:07.965Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1597 | 2023-11-20T20:06:08.029Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1598 | 2023-11-20T20:06:08.588Z | Compiling colored v2.0.4 |
1599 | 2023-11-20T20:06:09.165Z | Compiling textwrap v0.11.0 |
1600 | 2023-11-20T20:06:09.251Z | Compiling slog-dtrace v0.2.3 |
1601 | 2023-11-20T20:06:09.514Z | Compiling winapi v0.3.9 |
1602 | 2023-11-20T20:06:09.537Z | Compiling strsim v0.8.0 |
1603 | 2023-11-20T20:06:09.699Z | Compiling convert_case v0.4.0 |
1604 | 2023-11-20T20:06:10.013Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1605 | 2023-11-20T20:06:10.578Z | Compiling vec_map v0.8.2 |
1606 | 2023-11-20T20:06:10.983Z | Compiling ansi_term v0.12.1 |
1607 | 2023-11-20T20:06:11.017Z | Compiling derive_more v0.99.17 |
1608 | 2023-11-20T20:06:11.668Z | Compiling clap v2.34.0 |
1609 | 2023-11-20T20:06:13.579Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1610 | 2023-11-20T20:06:16.549Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1611 | 2023-11-20T20:06:17.392Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1612 | 2023-11-20T20:06:17.401Z | Compiling thiserror-impl-no-std v2.0.2 |
1613 | 2023-11-20T20:06:17.805Z | Compiling base64ct v1.6.0 |
1614 | 2023-11-20T20:06:19.512Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1615 | 2023-11-20T20:06:20.944Z | Compiling structopt v0.3.26 |
1616 | 2023-11-20T20:06:21.178Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1617 | 2023-11-20T20:06:21.721Z | Compiling mime_guess v2.0.4 |
1618 | 2023-11-20T20:06:23.175Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1619 | 2023-11-20T20:06:23.636Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1620 | 2023-11-20T20:06:24.746Z | Compiling zone v0.3.0 |
1621 | 2023-11-20T20:06:25.416Z | Compiling smf v0.2.2 |
1622 | 2023-11-20T20:06:26.508Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1623 | 2023-11-20T20:06:26.677Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1624 | 2023-11-20T20:06:28.448Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1625 | 2023-11-20T20:06:28.835Z | Compiling universal-hash v0.5.1 |
1626 | 2023-11-20T20:06:28.956Z | Compiling opaque-debug v0.3.0 |
1627 | 2023-11-20T20:06:29.091Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1628 | 2023-11-20T20:06:29.560Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1629 | 2023-11-20T20:06:29.641Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1630 | 2023-11-20T20:06:29.899Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1631 | 2023-11-20T20:06:30.439Z | Compiling hkdf v0.12.3 |
1632 | 2023-11-20T20:06:30.660Z | Compiling cancel-safe-futures v0.1.5 |
1633 | 2023-11-20T20:06:31.962Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1634 | 2023-11-20T20:06:33.937Z | Compiling quick-error v1.2.3 |
1635 | 2023-11-20T20:06:33.942Z | Compiling keccak v0.1.4 |
1636 | 2023-11-20T20:06:35.135Z | Compiling linked-hash-map v0.5.6 |
1637 | 2023-11-20T20:06:35.702Z | Compiling lru-cache v0.1.2 |
1638 | 2023-11-20T20:06:36.000Z | Compiling sha3 v0.10.8 |
1639 | 2023-11-20T20:06:36.070Z | Compiling resolv-conf v0.7.0 |
1640 | 2023-11-20T20:06:37.080Z | Compiling password-hash v0.5.0 |
1641 | 2023-11-20T20:06:38.845Z | Compiling blake2 v0.10.6 |
1642 | 2023-11-20T20:06:39.076Z | Compiling aead v0.5.2 |
1643 | 2023-11-20T20:06:39.506Z | Compiling secrecy v0.8.0 |
1644 | 2023-11-20T20:06:39.912Z | Compiling num-complex v0.4.4 |
1645 | 2023-11-20T20:06:40.365Z | Compiling ff v0.13.0 |
1646 | 2023-11-20T20:06:40.451Z | Compiling nibble_vec v0.1.0 |
1647 | 2023-11-20T20:06:40.694Z | Compiling utf-8 v0.7.6 |
1648 | 2023-11-20T20:06:41.207Z | Compiling arc-swap v1.6.0 |
1649 | 2023-11-20T20:06:41.286Z | Compiling endian-type v0.1.2 |
1650 | 2023-11-20T20:06:43.079Z | Compiling slog-scope v4.4.0 |
1651 | 2023-11-20T20:06:43.612Z | Compiling radix_trie v0.2.1 |
1652 | 2023-11-20T20:06:43.730Z | Compiling num v0.4.1 |
1653 | 2023-11-20T20:06:43.877Z | Compiling tungstenite v0.20.1 |
1654 | 2023-11-20T20:06:43.925Z | Compiling group v0.13.0 |
1655 | 2023-11-20T20:06:44.035Z | Compiling argon2 v0.5.2 |
1656 | 2023-11-20T20:06:44.159Z | Compiling rand_core v0.5.1 |
1657 | 2023-11-20T20:06:44.721Z | Compiling trust-dns-resolver v0.22.0 |
1658 | 2023-11-20T20:06:44.793Z | Compiling poly1305 v0.8.0 |
1659 | 2023-11-20T20:06:52.130Z | Compiling chacha20 v0.9.1 |
1660 | 2023-11-20T20:06:52.171Z | Compiling crypto-bigint v0.5.2 |
1661 | 2023-11-20T20:06:52.594Z | Compiling ciborium-io v0.2.1 |
1662 | 2023-11-20T20:06:52.746Z | Compiling option-ext v0.2.0 |
1663 | 2023-11-20T20:06:52.958Z | Compiling half v1.8.2 |
1664 | 2023-11-20T20:06:53.544Z | Compiling base16ct v0.2.0 |
1665 | 2023-11-20T20:06:54.019Z | Compiling ciborium-ll v0.2.1 |
1666 | 2023-11-20T20:06:54.521Z | Compiling dirs-sys v0.4.1 |
1667 | 2023-11-20T20:06:55.573Z | Compiling parking_lot v0.11.2 |
1668 | 2023-11-20T20:06:55.578Z | Compiling elliptic-curve v0.13.5 |
1669 | 2023-11-20T20:06:55.581Z | Compiling tokio-tungstenite v0.20.1 |
1670 | 2023-11-20T20:06:55.704Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1671 | 2023-11-20T20:06:56.091Z | Compiling rand_chacha v0.2.2 |
1672 | 2023-11-20T20:06:56.300Z | Compiling trust-dns-client v0.22.0 |
1673 | 2023-11-20T20:06:56.364Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1674 | 2023-11-20T20:06:56.816Z | Compiling slog-stdlog v4.1.1 |
1675 | 2023-11-20T20:06:57.317Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1676 | 2023-11-20T20:06:57.766Z | Compiling polyval v0.6.1 |
1677 | 2023-11-20T20:06:58.853Z | Compiling thiserror-no-std v2.0.2 |
1678 | 2023-11-20T20:06:58.868Z | Compiling password-hash v0.4.2 |
1679 | 2023-11-20T20:06:59.482Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1680 | 2023-11-20T20:07:00.136Z | Compiling ed25519 v2.2.2 |
1681 | 2023-11-20T20:07:00.649Z | Compiling ctr v0.9.2 |
1682 | 2023-11-20T20:07:00.713Z | Compiling aes v0.8.3 |
1683 | 2023-11-20T20:07:01.112Z | Compiling blowfish v0.9.1 |
1684 | 2023-11-20T20:07:01.240Z | Compiling pbkdf2 v0.12.2 |
1685 | 2023-11-20T20:07:01.488Z | Compiling fxhash v0.2.1 |
1686 | 2023-11-20T20:07:01.757Z | Compiling glob v0.3.1 |
1687 | 2023-11-20T20:07:02.967Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1688 | 2023-11-20T20:07:03.875Z | Compiling sled v0.34.7 |
1689 | 2023-11-20T20:07:04.844Z | Compiling bcrypt-pbkdf v0.10.0 |
1690 | 2023-11-20T20:07:05.006Z | Compiling ed25519-dalek v2.0.0 |
1691 | 2023-11-20T20:07:05.883Z | Compiling pbkdf2 v0.11.0 |
1692 | 2023-11-20T20:07:06.472Z | Compiling russh-cryptovec v0.7.0 |
1693 | 2023-11-20T20:07:06.918Z | Compiling vsss-rs v3.3.1 |
1694 | 2023-11-20T20:07:06.982Z | Compiling trust-dns-server v0.22.1 |
1695 | 2023-11-20T20:07:07.592Z | Compiling ghash v0.5.0 |
1696 | 2023-11-20T20:07:07.623Z | Compiling slog-envlogger v2.2.0 |
1697 | 2023-11-20T20:07:07.931Z | Compiling rand v0.7.3 |
1698 | 2023-11-20T20:07:08.154Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1699 | 2023-11-20T20:07:14.253Z | Compiling dirs v5.0.1 |
1700 | 2023-11-20T20:07:16.704Z | Compiling ciborium v0.2.1 |
1701 | 2023-11-20T20:07:37.654Z | Compiling chacha20poly1305 v0.10.1 |
1702 | 2023-11-20T20:07:37.991Z | Compiling camino-tempfile v1.0.2 |
1703 | 2023-11-20T20:07:38.237Z | Compiling cbc v0.1.2 |
1704 | 2023-11-20T20:07:38.564Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1705 | 2023-11-20T20:07:38.808Z | Compiling headers-core v0.2.0 |
1706 | 2023-11-20T20:07:38.958Z | Compiling kstat-rs v0.2.3 |
1707 | 2023-11-20T20:07:38.965Z | Compiling pem v3.0.2 |
1708 | 2023-11-20T20:07:39.049Z | Compiling pretty-hex v0.3.0 |
1709 | 2023-11-20T20:07:39.177Z | Compiling md5 v0.7.0 |
1710 | 2023-11-20T20:07:39.214Z | Compiling http-range v0.1.5 |
1711 | 2023-11-20T20:07:39.314Z | Compiling base64 v0.13.1 |
1712 | 2023-11-20T20:07:39.431Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1713 | 2023-11-20T20:07:39.472Z | Compiling hyper-staticfile v0.9.5 |
1714 | 2023-11-20T20:07:39.531Z | Compiling pem v1.1.1 |
1715 | 2023-11-20T20:07:40.073Z | Compiling russh-keys v0.38.0 |
1716 | 2023-11-20T20:07:40.174Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1717 | 2023-11-20T20:07:40.215Z | Compiling rcgen v0.11.3 |
1718 | 2023-11-20T20:07:40.261Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1719 | 2023-11-20T20:07:40.341Z | Compiling headers v0.3.9 |
1720 | 2023-11-20T20:07:40.386Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1721 | 2023-11-20T20:07:40.452Z | Compiling aes-gcm v0.10.3 |
1722 | 2023-11-20T20:07:40.578Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1723 | 2023-11-20T20:07:40.596Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1724 | 2023-11-20T20:07:40.614Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1725 | 2023-11-20T20:07:47.127Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1726 | 2023-11-20T20:07:48.020Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1727 | 2023-11-20T20:07:48.148Z | Compiling atomicwrites v0.4.2 |
1728 | 2023-11-20T20:07:48.681Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1729 | 2023-11-20T20:07:52.681Z | Compiling itertools v0.12.0 |
1730 | 2023-11-20T20:07:53.530Z | Compiling subprocess v0.2.9 |
1731 | 2023-11-20T20:07:55.706Z | Compiling hex-literal v0.4.1 |
1732 | 2023-11-20T20:07:56.670Z | Compiling russh v0.39.0 |
1733 | 2023-11-20T20:07:57.872Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1734 | 2023-11-20T20:08:00.588Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1735 | 2023-11-20T20:08:19.702Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1736 | 2023-11-20T20:08:56.086Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1737 | 2023-11-20T20:10:14.727Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 30s |
1738 | 2023-11-20T20:10:15.059Z | |
1739 | 2023-11-20T20:10:15.065Z | real 8:31.137732354 |
1740 | 2023-11-20T20:10:15.071Z | user 50:36.099517169 |
1741 | 2023-11-20T20:10:15.079Z | sys 8:06.394580918 |
1742 | 2023-11-20T20:10:15.085Z | trap 1.856051420 |
1743 | 2023-11-20T20:10:15.093Z | tflt 5.656706380 |
1744 | 2023-11-20T20:10:15.098Z | dflt 6.626446687 |
1745 | 2023-11-20T20:10:15.105Z | kflt 0.025407872 |
1746 | 2023-11-20T20:10:15.112Z | lock 1:32:59.976063197 |
1747 | 2023-11-20T20:10:15.118Z | slp 2:18:55.985757065 |
1748 | 2023-11-20T20:10:15.126Z | lat 2:06.128781196 |
1749 | 2023-11-20T20:10:15.132Z | stop 4:54.615441042 |
1750 | 2023-11-20T20:10:15.139Z | + mkdir -p /work/end-to-end-tests |
1751 | 2023-11-20T20:10:15.146Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1752 | 2023-11-20T20:10:15.837Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1753 | 2023-11-20T20:10:15.840Z | + ptime -m gzip |
1754 | 2023-11-20T20:10:15.842Z | ++ basename target/debug/bootstrap |
1755 | 2023-11-20T20:10:31.041Z | |
1756 | 2023-11-20T20:10:31.044Z | real 15.196615089 |
1757 | 2023-11-20T20:10:31.047Z | user 15.017660139 |
1758 | 2023-11-20T20:10:31.050Z | sys 0.160792965 |
1759 | 2023-11-20T20:10:31.053Z | trap 0.010440584 |
1760 | 2023-11-20T20:10:31.055Z | tflt 0.000000000 |
1761 | 2023-11-20T20:10:31.058Z | dflt 0.000000000 |
1762 | 2023-11-20T20:10:31.061Z | kflt 0.000000000 |
1763 | 2023-11-20T20:10:31.063Z | lock 0.000000000 |
1764 | 2023-11-20T20:10:31.067Z | slp 0.000000000 |
1765 | 2023-11-20T20:10:31.070Z | lat 0.007383235 |
1766 | 2023-11-20T20:10:31.073Z | stop 0.000215818 |
1767 | 2023-11-20T20:10:31.076Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1768 | 2023-11-20T20:10:31.086Z | + ptime -m gzip |
1769 | 2023-11-20T20:10:31.093Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4172957c237fed9a |
1770 | 2023-11-20T20:10:32.144Z | |
1771 | 2023-11-20T20:10:32.147Z | real 1.094264478 |
1772 | 2023-11-20T20:10:32.150Z | user 1.081429991 |
1773 | 2023-11-20T20:10:32.153Z | sys 0.012183930 |
1774 | 2023-11-20T20:10:32.155Z | trap 0.000105006 |
1775 | 2023-11-20T20:10:32.158Z | tflt 0.000000000 |
1776 | 2023-11-20T20:10:32.161Z | dflt 0.000000000 |
1777 | 2023-11-20T20:10:32.164Z | kflt 0.000000000 |
1778 | 2023-11-20T20:10:32.167Z | lock 0.000000000 |
1779 | 2023-11-20T20:10:32.169Z | slp 0.000000000 |
1780 | 2023-11-20T20:10:32.173Z | lat 0.000178468 |
1781 | 2023-11-20T20:10:32.176Z | stop 0.000247171 |
1782 | 2023-11-20T20:10:32.179Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1783 | 2023-11-20T20:10:32.182Z | + ptime -m gzip |
1784 | 2023-11-20T20:10:32.185Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8b2150e0e5683f6a |
1785 | 2023-11-20T20:10:49.430Z | |
1786 | 2023-11-20T20:10:49.434Z | real 17.277269436 |
1787 | 2023-11-20T20:10:49.437Z | user 17.091992068 |
1788 | 2023-11-20T20:10:49.440Z | sys 0.180672836 |
1789 | 2023-11-20T20:10:49.443Z | trap 0.003313716 |
1790 | 2023-11-20T20:10:49.445Z | tflt 0.000000000 |
1791 | 2023-11-20T20:10:49.450Z | dflt 0.000000000 |
1792 | 2023-11-20T20:10:49.453Z | kflt 0.000000000 |
1793 | 2023-11-20T20:10:49.455Z | lock 0.000000000 |
1794 | 2023-11-20T20:10:49.459Z | slp 0.000000000 |
1795 | 2023-11-20T20:10:49.464Z | lat 0.000870127 |
1796 | 2023-11-20T20:10:49.467Z | stop 0.000301589 |
1797 | 2023-11-20T20:10:49.470Z | + banner caboose-util |
1798 | 2023-11-20T20:10:49.476Z | |
1799 | 2023-11-20T20:10:49.480Z | #### ## ##### #### #### #### ###### # # ##### |
1800 | 2023-11-20T20:10:49.483Z | # # # # # # # # # # # # # # # |
1801 | 2023-11-20T20:10:49.485Z | # # # ##### # # # # #### ##### ##### # # # |
1802 | 2023-11-20T20:10:49.488Z | # ###### # # # # # # # # # # # |
1803 | 2023-11-20T20:10:49.491Z | # # # # # # # # # # # # # # # # |
1804 | 2023-11-20T20:10:49.494Z | #### # # ##### #### #### #### ###### #### # |
1805 | 2023-11-20T20:10:49.497Z | |
1806 | 2023-11-20T20:10:49.500Z | + ptime -m cargo build --locked -p caboose-util --release |
1807 | 2023-11-20T20:10:50.069Z | Downloading crates ... |
1808 | 2023-11-20T20:10:50.393Z | Downloaded nodrop v0.1.14 |
1809 | 2023-11-20T20:10:50.396Z | Downloaded tap v1.0.1 |
1810 | 2023-11-20T20:10:50.401Z | Downloaded wyz v0.5.1 |
1811 | 2023-11-20T20:10:50.405Z | Downloaded crc v3.0.1 |
1812 | 2023-11-20T20:10:50.408Z | Downloaded pkcs1 v0.7.5 |
1813 | 2023-11-20T20:10:50.411Z | Downloaded packed_struct_codegen v0.10.1 |
1814 | 2023-11-20T20:10:50.416Z | Downloaded path-slash v0.1.5 |
1815 | 2023-11-20T20:10:50.420Z | Downloaded crc-catalog v2.2.0 |
1816 | 2023-11-20T20:10:50.423Z | Downloaded radium v0.7.0 |
1817 | 2023-11-20T20:10:50.426Z | Downloaded termcolor v1.2.0 |
1818 | 2023-11-20T20:10:50.429Z | Downloaded smallvec v0.6.14 |
1819 | 2023-11-20T20:10:50.432Z | Downloaded funty v2.0.0 |
1820 | 2023-11-20T20:10:50.435Z | Downloaded der_derive v0.7.2 |
1821 | 2023-11-20T20:10:50.438Z | Downloaded flagset v0.4.3 |
1822 | 2023-11-20T20:10:50.441Z | Downloaded env_logger v0.10.0 |
1823 | 2023-11-20T20:10:50.444Z | Downloaded serde-hex v0.1.0 |
1824 | 2023-11-20T20:10:50.448Z | Downloaded maybe-uninit v2.0.0 |
1825 | 2023-11-20T20:10:50.451Z | Downloaded array-init v0.0.4 |
1826 | 2023-11-20T20:10:50.454Z | Downloaded crc-any v2.4.3 |
1827 | 2023-11-20T20:10:50.457Z | Downloaded packed_struct v0.10.1 |
1828 | 2023-11-20T20:10:50.460Z | Downloaded pem-rfc7468 v0.7.0 |
1829 | 2023-11-20T20:10:50.463Z | Downloaded rsa v0.9.2 |
1830 | 2023-11-20T20:10:50.466Z | Downloaded num-bigint-dig v0.8.4 |
1831 | 2023-11-20T20:10:50.472Z | Downloaded ron v0.8.1 |
1832 | 2023-11-20T20:10:50.482Z | Downloaded bitvec v1.0.1 |
1833 | 2023-11-20T20:10:50.508Z | Downloaded object v0.30.4 |
1834 | 2023-11-20T20:10:50.531Z | Downloaded x509-cert v0.2.4 |
1835 | 2023-11-20T20:10:50.535Z | Downloaded bitfield v0.14.0 |
1836 | 2023-11-20T20:10:50.704Z | Compiling proc-macro2 v1.0.69 |
1837 | 2023-11-20T20:10:50.708Z | Compiling unicode-ident v1.0.12 |
1838 | 2023-11-20T20:10:50.711Z | Compiling libc v0.2.150 |
1839 | 2023-11-20T20:10:50.714Z | Compiling autocfg v1.1.0 |
1840 | 2023-11-20T20:10:50.717Z | Compiling serde v1.0.192 |
1841 | 2023-11-20T20:10:50.721Z | Compiling cfg-if v1.0.0 |
1842 | 2023-11-20T20:10:50.726Z | Compiling version_check v0.9.4 |
1843 | 2023-11-20T20:10:50.823Z | Compiling parking_lot_core v0.9.8 |
1844 | 2023-11-20T20:10:50.865Z | Compiling syn v1.0.109 |
1845 | 2023-11-20T20:10:50.996Z | Compiling typenum v1.16.0 |
1846 | 2023-11-20T20:10:51.381Z | Compiling libm v0.2.7 |
1847 | 2023-11-20T20:10:51.592Z | Compiling futures-core v0.3.29 |
1848 | 2023-11-20T20:10:51.726Z | Compiling generic-array v0.14.7 |
1849 | 2023-11-20T20:10:51.775Z | Compiling lock_api v0.4.10 |
1850 | 2023-11-20T20:10:51.982Z | Compiling num-traits v0.2.16 |
1851 | 2023-11-20T20:10:52.074Z | Compiling once_cell v1.18.0 |
1852 | 2023-11-20T20:10:52.144Z | Compiling pkg-config v0.3.27 |
1853 | 2023-11-20T20:10:52.202Z | Compiling scopeguard v1.2.0 |
1854 | 2023-11-20T20:10:52.566Z | Compiling slab v0.4.9 |
1855 | 2023-11-20T20:10:52.636Z | Compiling futures-task v0.3.29 |
1856 | 2023-11-20T20:10:52.652Z | Compiling serde_json v1.0.108 |
1857 | 2023-11-20T20:10:53.128Z | Compiling quote v1.0.33 |
1858 | 2023-11-20T20:10:53.174Z | Compiling futures-channel v0.3.29 |
1859 | 2023-11-20T20:10:53.209Z | Compiling thiserror v1.0.49 |
1860 | 2023-11-20T20:10:53.642Z | Compiling itoa v1.0.9 |
1861 | 2023-11-20T20:10:53.890Z | Compiling syn v2.0.32 |
1862 | 2023-11-20T20:10:53.945Z | Compiling cc v1.0.83 |
1863 | 2023-11-20T20:10:53.955Z | Compiling getrandom v0.2.10 |
1864 | 2023-11-20T20:10:54.089Z | Compiling memchr v2.6.3 |
1865 | 2023-11-20T20:10:54.490Z | Compiling futures-util v0.3.29 |
1866 | 2023-11-20T20:10:54.568Z | Compiling log v0.4.20 |
1867 | 2023-11-20T20:10:54.958Z | Compiling smallvec v1.11.0 |
1868 | 2023-11-20T20:10:55.795Z | Compiling vcpkg v0.2.15 |
1869 | 2023-11-20T20:10:56.392Z | Compiling byteorder v1.5.0 |
1870 | 2023-11-20T20:10:56.631Z | Compiling rand_core v0.6.4 |
1871 | 2023-11-20T20:10:57.214Z | Compiling pin-project-lite v0.2.13 |
1872 | 2023-11-20T20:10:58.128Z | Compiling parking_lot v0.12.1 |
1873 | 2023-11-20T20:10:58.131Z | Compiling ring v0.17.5 |
1874 | 2023-11-20T20:10:58.474Z | Compiling indexmap v1.9.3 |
1875 | 2023-11-20T20:10:58.684Z | Compiling openssl-sys v0.9.93 |
1876 | 2023-11-20T20:11:00.034Z | Compiling signal-hook-registry v1.4.1 |
1877 | 2023-11-20T20:11:00.785Z | Compiling io-lifetimes v1.0.11 |
1878 | 2023-11-20T20:11:01.551Z | Compiling ring v0.16.20 |
1879 | 2023-11-20T20:11:01.631Z | Compiling mio v0.8.8 |
1880 | 2023-11-20T20:11:03.273Z | Compiling num-integer v0.1.45 |
1881 | 2023-11-20T20:11:03.367Z | Compiling ryu v1.0.15 |
1882 | 2023-11-20T20:11:03.406Z | Compiling const-oid v0.9.5 |
1883 | 2023-11-20T20:11:03.643Z | Compiling semver v1.0.20 |
1884 | 2023-11-20T20:11:04.300Z | Compiling spin v0.5.2 |
1885 | 2023-11-20T20:11:04.659Z | Compiling rustix v0.37.23 |
1886 | 2023-11-20T20:11:05.644Z | Compiling num_cpus v1.16.0 |
1887 | 2023-11-20T20:11:05.712Z | Compiling socket2 v0.5.4 |
1888 | 2023-11-20T20:11:05.802Z | Compiling heck v0.4.1 |
1889 | 2023-11-20T20:11:06.332Z | Compiling ucd-trie v0.1.6 |
1890 | 2023-11-20T20:11:06.450Z | Compiling httparse v1.8.0 |
1891 | 2023-11-20T20:11:07.027Z | Compiling unicode-xid v0.2.4 |
1892 | 2023-11-20T20:11:07.517Z | Compiling futures-sink v0.3.29 |
1893 | 2023-11-20T20:11:07.533Z | Compiling openssl v0.10.57 |
1894 | 2023-11-20T20:11:07.544Z | Compiling synstructure v0.12.6 |
1895 | 2023-11-20T20:11:07.554Z | Compiling tinyvec_macros v0.1.1 |
1896 | 2023-11-20T20:11:07.615Z | Compiling tinyvec v1.6.0 |
1897 | 2023-11-20T20:11:08.746Z | Compiling ppv-lite86 v0.2.17 |
1898 | 2023-11-20T20:11:08.759Z | Compiling rustls v0.21.9 |
1899 | 2023-11-20T20:11:09.021Z | Compiling futures-io v0.3.29 |
1900 | 2023-11-20T20:11:09.143Z | Compiling native-tls v0.2.11 |
1901 | 2023-11-20T20:11:09.427Z | Compiling crc32fast v1.3.2 |
1902 | 2023-11-20T20:11:09.616Z | Compiling pin-utils v0.1.0 |
1903 | 2023-11-20T20:11:09.732Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1904 | 2023-11-20T20:11:09.749Z | Compiling spin v0.9.8 |
1905 | 2023-11-20T20:11:10.059Z | Compiling rand_chacha v0.3.1 |
1906 | 2023-11-20T20:11:10.291Z | Compiling unicode-normalization v0.1.22 |
1907 | 2023-11-20T20:11:10.334Z | Compiling tracing-core v0.1.31 |
1908 | 2023-11-20T20:11:10.357Z | Compiling subtle v2.5.0 |
1909 | 2023-11-20T20:11:10.828Z | Compiling unicode-bidi v0.3.13 |
1910 | 2023-11-20T20:11:11.428Z | Compiling rand v0.8.5 |
1911 | 2023-11-20T20:11:12.835Z | Compiling errno v0.3.2 |
1912 | 2023-11-20T20:11:12.922Z | Compiling num-iter v0.1.43 |
1913 | 2023-11-20T20:11:12.970Z | Compiling usdt-impl v0.3.5 |
1914 | 2023-11-20T20:11:13.219Z | Compiling ahash v0.8.3 |
1915 | 2023-11-20T20:11:13.826Z | Compiling base64 v0.21.5 |
1916 | 2023-11-20T20:11:13.906Z | Compiling schemars v0.8.13 |
1917 | 2023-11-20T20:11:14.392Z | Compiling signal-hook v0.3.17 |
1918 | 2023-11-20T20:11:14.674Z | Compiling rustix v0.38.9 |
1919 | 2023-11-20T20:11:14.927Z | Compiling serde_derive_internals v0.26.0 |
1920 | 2023-11-20T20:11:15.856Z | Compiling serde_derive v1.0.192 |
1921 | 2023-11-20T20:11:16.124Z | Compiling zeroize_derive v1.4.2 |
1922 | 2023-11-20T20:11:16.395Z | Compiling tokio-macros v2.1.0 |
1923 | 2023-11-20T20:11:16.411Z | Compiling thiserror-impl v1.0.49 |
1924 | 2023-11-20T20:11:17.092Z | Compiling futures-macro v0.3.29 |
1925 | 2023-11-20T20:11:18.443Z | Compiling zeroize v1.6.0 |
1926 | 2023-11-20T20:11:18.674Z | Compiling tracing-attributes v0.1.26 |
1927 | 2023-11-20T20:11:20.277Z | Compiling zerocopy-derive v0.2.0 |
1928 | 2023-11-20T20:11:20.293Z | Compiling openssl-macros v0.1.1 |
1929 | 2023-11-20T20:11:21.162Z | Compiling crypto-common v0.1.6 |
1930 | 2023-11-20T20:11:21.197Z | Compiling pest v2.7.2 |
1931 | 2023-11-20T20:11:21.351Z | Compiling block-buffer v0.10.4 |
1932 | 2023-11-20T20:11:21.457Z | Compiling zerocopy-derive v0.6.4 |
1933 | 2023-11-20T20:11:21.997Z | Compiling digest v0.10.7 |
1934 | 2023-11-20T20:11:24.084Z | Compiling tracing v0.1.37 |
1935 | 2023-11-20T20:11:24.198Z | Compiling bitflags v1.3.2 |
1936 | 2023-11-20T20:11:24.303Z | Compiling fnv v1.0.7 |
1937 | 2023-11-20T20:11:24.473Z | Compiling zerocopy v0.3.0 |
1938 | 2023-11-20T20:11:25.020Z | Compiling schemars_derive v0.8.13 |
1939 | 2023-11-20T20:11:25.673Z | Compiling pest_meta v2.7.2 |
1940 | 2023-11-20T20:11:26.017Z | Compiling lazy_static v1.4.0 |
1941 | 2023-11-20T20:11:28.481Z | Compiling pest_generator v2.7.2 |
1942 | 2023-11-20T20:11:29.914Z | Compiling backtrace v0.3.69 |
1943 | 2023-11-20T20:11:29.925Z | Compiling num-bigint v0.4.4 |
1944 | 2023-11-20T20:11:30.333Z | Compiling memoffset v0.9.0 |
1945 | 2023-11-20T20:11:30.504Z | Compiling hashbrown v0.14.2 |
1946 | 2023-11-20T20:11:30.594Z | Compiling percent-encoding v2.3.0 |
1947 | 2023-11-20T20:11:30.779Z | Compiling foreign-types-shared v0.1.1 |
1948 | 2023-11-20T20:11:30.921Z | Compiling openssl-probe v0.1.5 |
1949 | 2023-11-20T20:11:31.097Z | Compiling crossbeam-utils v0.8.16 |
1950 | 2023-11-20T20:11:31.459Z | Compiling equivalent v1.0.1 |
1951 | 2023-11-20T20:11:31.497Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1952 | 2023-11-20T20:11:31.600Z | Compiling base64ct v1.6.0 |
1953 | 2023-11-20T20:11:31.774Z | Compiling iana-time-zone v0.1.57 |
1954 | 2023-11-20T20:11:32.311Z | Compiling smoltcp v0.9.1 |
1955 | 2023-11-20T20:11:32.484Z | Compiling pest_derive v2.7.2 |
1956 | 2023-11-20T20:11:32.542Z | Compiling hashbrown v0.12.3 |
1957 | 2023-11-20T20:11:32.547Z | Compiling untrusted v0.7.1 |
1958 | 2023-11-20T20:11:32.816Z | Compiling async-trait v0.1.74 |
1959 | 2023-11-20T20:11:33.284Z | Compiling untrusted v0.9.0 |
1960 | 2023-11-20T20:11:33.612Z | Compiling dtrace-parser v0.1.14 |
1961 | 2023-11-20T20:11:34.210Z | Compiling pem-rfc7468 v0.7.0 |
1962 | 2023-11-20T20:11:36.050Z | Compiling foreign-types v0.3.2 |
1963 | 2023-11-20T20:11:36.341Z | Compiling dof v0.1.5 |
1964 | 2023-11-20T20:11:36.441Z | Compiling clap_derive v4.4.2 |
1965 | 2023-11-20T20:11:37.109Z | Compiling der_derive v0.7.2 |
1966 | 2023-11-20T20:11:38.922Z | Compiling bytes v1.5.0 |
1967 | 2023-11-20T20:11:40.376Z | Compiling bitflags v2.4.0 |
1968 | 2023-11-20T20:11:40.681Z | Compiling tokio v1.33.0 |
1969 | 2023-11-20T20:11:40.823Z | Compiling rustc_version v0.4.0 |
1970 | 2023-11-20T20:11:41.533Z | Compiling http v0.2.11 |
1971 | 2023-11-20T20:11:43.333Z | Compiling heapless v0.7.16 |
1972 | 2023-11-20T20:11:43.924Z | Compiling uuid v1.5.0 |
1973 | 2023-11-20T20:11:43.938Z | Compiling chrono v0.4.31 |
1974 | 2023-11-20T20:11:44.102Z | Compiling indexmap v2.1.0 |
1975 | 2023-11-20T20:11:45.895Z | Compiling thread-id v4.2.0 |
1976 | 2023-11-20T20:11:45.905Z | Compiling try-lock v0.2.4 |
1977 | 2023-11-20T20:11:46.061Z | Compiling adler v1.0.2 |
1978 | 2023-11-20T20:11:46.312Z | Compiling flagset v0.4.3 |
1979 | 2023-11-20T20:11:46.332Z | Compiling utf8parse v0.2.1 |
1980 | 2023-11-20T20:11:46.588Z | Compiling cpufeatures v0.2.9 |
1981 | 2023-11-20T20:11:46.718Z | Compiling siphasher v0.3.11 |
1982 | 2023-11-20T20:11:46.768Z | Compiling time-core v0.1.1 |
1983 | 2023-11-20T20:11:47.029Z | Compiling rustversion v1.0.14 |
1984 | 2023-11-20T20:11:47.524Z | Compiling anstyle v1.0.2 |
1985 | 2023-11-20T20:11:47.991Z | Compiling time-macros v0.2.13 |
1986 | 2023-11-20T20:11:48.298Z | Compiling sha2 v0.10.8 |
1987 | 2023-11-20T20:11:49.798Z | Compiling der v0.7.8 |
1988 | 2023-11-20T20:11:51.739Z | Compiling anstyle-parse v0.2.1 |
1989 | 2023-11-20T20:11:53.110Z | Compiling miniz_oxide v0.7.1 |
1990 | 2023-11-20T20:11:53.237Z | Compiling tokio-util v0.7.10 |
1991 | 2023-11-20T20:11:54.430Z | Compiling want v0.3.1 |
1992 | 2023-11-20T20:11:55.285Z | Compiling h2 v0.3.21 |
1993 | 2023-11-20T20:11:58.554Z | Compiling http-body v0.4.5 |
1994 | 2023-11-20T20:12:00.837Z | Compiling serde_tokenstream v0.1.7 |
1995 | 2023-11-20T20:12:01.990Z | Compiling sct v0.7.0 |
1996 | 2023-11-20T20:12:02.413Z | Compiling rustls-webpki v0.101.7 |
1997 | 2023-11-20T20:12:02.734Z | Compiling form_urlencoded v1.2.0 |
1998 | 2023-11-20T20:12:03.243Z | Compiling hubpack_derive v0.1.1 |
1999 | 2023-11-20T20:12:03.987Z | Compiling socket2 v0.4.9 |
2000 | 2023-11-20T20:12:04.089Z | Compiling crossbeam-epoch v0.9.15 |
2001 | 2023-11-20T20:12:04.734Z | Compiling httpdate v1.0.3 |
2002 | 2023-11-20T20:12:05.591Z | Compiling anyhow v1.0.75 |
2003 | 2023-11-20T20:12:05.697Z | Compiling tower-service v0.3.2 |
2004 | 2023-11-20T20:12:05.870Z | Compiling slog v2.7.0 |
2005 | 2023-11-20T20:12:06.309Z | Compiling colorchoice v1.0.0 |
2006 | 2023-11-20T20:12:06.534Z | Compiling anstyle-query v1.0.0 |
2007 | 2023-11-20T20:12:06.550Z | Compiling radium v0.7.0 |
2008 | 2023-11-20T20:12:06.723Z | Compiling anstream v0.5.0 |
2009 | 2023-11-20T20:12:07.191Z | Compiling hyper v0.14.27 |
2010 | 2023-11-20T20:12:16.241Z | Compiling terminal_size v0.2.6 |
2011 | 2023-11-20T20:12:16.409Z | Compiling spki v0.7.2 |
2012 | 2023-11-20T20:12:17.289Z | Compiling serde_spanned v0.6.4 |
2013 | 2023-11-20T20:12:17.623Z | Compiling toml_datetime v0.6.5 |
2014 | 2023-11-20T20:12:18.740Z | Compiling zerocopy v0.6.4 |
2015 | 2023-11-20T20:12:20.584Z | Compiling rustls-pemfile v1.0.3 |
2016 | 2023-11-20T20:12:20.607Z | Compiling md-5 v0.10.5 |
2017 | 2023-11-20T20:12:20.684Z | Compiling hmac v0.12.1 |
2018 | 2023-11-20T20:12:20.885Z | Compiling stringprep v0.1.3 |
2019 | 2023-11-20T20:12:20.921Z | Compiling idna v0.4.0 |
2020 | 2023-11-20T20:12:21.188Z | Compiling diesel_table_macro_syntax v0.1.0 |
2021 | 2023-11-20T20:12:21.759Z | Compiling hash32 v0.2.1 |
2022 | 2023-11-20T20:12:22.098Z | Compiling aho-corasick v1.0.4 |
2023 | 2023-11-20T20:12:22.324Z | Compiling regex-syntax v0.8.2 |
2024 | 2023-11-20T20:12:23.001Z | Compiling clap_lex v0.5.1 |
2025 | 2023-11-20T20:12:23.201Z | Compiling maybe-uninit v2.0.0 |
2026 | 2023-11-20T20:12:23.327Z | Compiling tap v1.0.1 |
2027 | 2023-11-20T20:12:23.598Z | Compiling winnow v0.5.15 |
2028 | 2023-11-20T20:12:24.079Z | Compiling stable_deref_trait v1.2.0 |
2029 | 2023-11-20T20:12:24.172Z | Compiling gimli v0.28.0 |
2030 | 2023-11-20T20:12:24.210Z | Compiling fallible-iterator v0.2.0 |
2031 | 2023-11-20T20:12:25.526Z | Compiling strsim v0.10.0 |
2032 | 2023-11-20T20:12:28.326Z | Compiling dyn-clone v1.0.13 |
2033 | 2023-11-20T20:12:28.521Z | Compiling either v1.9.0 |
2034 | 2023-11-20T20:12:28.888Z | Compiling regex-automata v0.4.3 |
2035 | 2023-11-20T20:12:29.023Z | Compiling clap_builder v4.4.2 |
2036 | 2023-11-20T20:12:29.585Z | Compiling postgres-protocol v0.6.6 |
2037 | 2023-11-20T20:12:31.573Z | Compiling addr2line v0.21.0 |
2038 | 2023-11-20T20:12:32.236Z | Compiling wyz v0.5.1 |
2039 | 2023-11-20T20:12:32.256Z | Compiling url v2.4.1 |
2040 | 2023-11-20T20:12:32.455Z | Compiling tokio-rustls v0.24.1 |
2041 | 2023-11-20T20:12:32.555Z | Compiling diesel_derives v2.1.1 |
2042 | 2023-11-20T20:12:33.823Z | Compiling rustls-native-certs v0.6.3 |
2043 | 2023-11-20T20:12:34.582Z | Compiling strum_macros v0.25.2 |
2044 | 2023-11-20T20:12:35.108Z | Compiling tokio-native-tls v0.3.1 |
2045 | 2023-11-20T20:12:41.029Z | Compiling usdt-macro v0.3.5 |
2046 | 2023-11-20T20:12:41.961Z | Compiling usdt-attr-macro v0.3.5 |
2047 | 2023-11-20T20:12:42.863Z | Compiling phf_shared v0.11.2 |
2048 | 2023-11-20T20:12:43.675Z | Compiling block-padding v0.3.3 |
2049 | 2023-11-20T20:12:43.715Z | Compiling enum-as-inner v0.5.1 |
2050 | 2023-11-20T20:12:44.034Z | Compiling serde_repr v0.1.16 |
2051 | 2023-11-20T20:12:44.486Z | Compiling scheduled-thread-pool v0.2.7 |
2052 | 2023-11-20T20:12:45.165Z | Compiling object v0.32.1 |
2053 | 2023-11-20T20:12:45.673Z | Compiling packed_struct v0.10.1 |
2054 | 2023-11-20T20:12:46.274Z | Compiling matches v0.1.10 |
2055 | 2023-11-20T20:12:46.399Z | Compiling num-bigint-dig v0.8.4 |
2056 | 2023-11-20T20:12:46.825Z | Compiling bit-vec v0.6.3 |
2057 | 2023-11-20T20:12:47.467Z | Compiling deranged v0.3.8 |
2058 | 2023-11-20T20:12:48.082Z | Compiling regex-automata v0.1.10 |
2059 | 2023-11-20T20:12:51.170Z | Compiling managed v0.8.0 |
2060 | 2023-11-20T20:12:51.883Z | Compiling num_threads v0.1.6 |
2061 | 2023-11-20T20:12:52.228Z | Compiling rustc-demangle v0.1.23 |
2062 | 2023-11-20T20:12:53.721Z | Compiling ipnet v2.8.0 |
2063 | 2023-11-20T20:12:54.240Z | Compiling funty v2.0.0 |
2064 | 2023-11-20T20:12:56.216Z | Compiling bitvec v1.0.1 |
2065 | 2023-11-20T20:12:59.249Z | Compiling time v0.3.27 |
2066 | 2023-11-20T20:13:03.109Z | Compiling bstr v0.2.17 |
2067 | 2023-11-20T20:13:03.808Z | Compiling idna v0.2.3 |
2068 | 2023-11-20T20:13:06.252Z | Compiling r2d2 v0.8.10 |
2069 | 2023-11-20T20:13:07.574Z | Compiling inout v0.1.3 |
2070 | 2023-11-20T20:13:08.448Z | Compiling phf v0.11.2 |
2071 | 2023-11-20T20:13:09.135Z | Compiling regex v1.10.2 |
2072 | 2023-11-20T20:13:09.505Z | Compiling hyper-tls v0.5.0 |
2073 | 2023-11-20T20:13:10.022Z | Compiling clap v4.4.3 |
2074 | 2023-11-20T20:13:10.182Z | Compiling signal-hook-mio v0.2.3 |
2075 | 2023-11-20T20:13:10.408Z | Compiling hyper-rustls v0.24.2 |
2076 | 2023-11-20T20:13:10.825Z | Compiling flate2 v1.0.28 |
2077 | 2023-11-20T20:13:11.172Z | Compiling bzip2 v0.4.4 |
2078 | 2023-11-20T20:13:12.273Z | Compiling ipnetwork v0.20.0 |
2079 | 2023-11-20T20:13:12.349Z | Compiling postgres-types v0.2.6 |
2080 | 2023-11-20T20:13:13.105Z | Compiling toml_edit v0.19.15 |
2081 | 2023-11-20T20:13:13.143Z | Compiling itertools v0.11.0 |
2082 | 2023-11-20T20:13:13.197Z | Compiling pkcs8 v0.10.2 |
2083 | 2023-11-20T20:13:14.853Z | Compiling hubpack v0.1.2 |
2084 | 2023-11-20T20:13:14.861Z | Compiling serde_urlencoded v0.7.1 |
2085 | 2023-11-20T20:13:15.449Z | Compiling phf_shared v0.10.0 |
2086 | 2023-11-20T20:13:15.737Z | Compiling futures-executor v0.3.29 |
2087 | 2023-11-20T20:13:18.642Z | Compiling signature v2.1.0 |
2088 | 2023-11-20T20:13:18.987Z | Compiling packed_struct_codegen v0.10.1 |
2089 | 2023-11-20T20:13:20.560Z | Compiling float-cmp v0.9.0 |
2090 | 2023-11-20T20:13:21.354Z | Compiling encoding_rs v0.8.33 |
2091 | 2023-11-20T20:13:21.652Z | Compiling crc-catalog v2.2.0 |
2092 | 2023-11-20T20:13:21.861Z | Compiling nodrop v0.1.14 |
2093 | 2023-11-20T20:13:22.032Z | Compiling data-encoding v2.4.0 |
2094 | 2023-11-20T20:13:22.548Z | Compiling precomputed-hash v0.1.1 |
2095 | 2023-11-20T20:13:22.700Z | Compiling normalize-line-endings v0.3.0 |
2096 | 2023-11-20T20:13:22.864Z | Compiling difflib v0.4.0 |
2097 | 2023-11-20T20:13:23.285Z | Compiling predicates-core v1.0.6 |
2098 | 2023-11-20T20:13:23.766Z | Compiling regex-automata v0.3.8 |
2099 | 2023-11-20T20:13:24.715Z | Compiling unicode-width v0.1.11 |
2100 | 2023-11-20T20:13:24.918Z | Compiling webpki-roots v0.25.2 |
2101 | 2023-11-20T20:13:24.950Z | Compiling mime v0.3.17 |
2102 | 2023-11-20T20:13:25.768Z | Compiling unicode-segmentation v1.10.1 |
2103 | 2023-11-20T20:13:26.211Z | Compiling new_debug_unreachable v1.0.4 |
2104 | 2023-11-20T20:13:26.334Z | Compiling static_assertions v1.1.0 |
2105 | 2023-11-20T20:13:26.467Z | Compiling fixedbitset v0.4.2 |
2106 | 2023-11-20T20:13:27.430Z | Compiling whoami v1.4.1 |
2107 | 2023-11-20T20:13:28.243Z | Compiling tokio-postgres v0.7.10 |
2108 | 2023-11-20T20:13:29.843Z | Compiling similar v2.2.1 |
2109 | 2023-11-20T20:13:30.555Z | Compiling petgraph v0.6.4 |
2110 | 2023-11-20T20:13:36.296Z | Compiling bstr v1.6.0 |
2111 | 2023-11-20T20:13:37.048Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2112 | 2023-11-20T20:13:37.411Z | Compiling string_cache v0.8.7 |
2113 | 2023-11-20T20:13:39.080Z | Compiling reqwest v0.11.22 |
2114 | 2023-11-20T20:13:42.338Z | Compiling console v0.15.7 |
2115 | 2023-11-20T20:13:43.149Z | Compiling predicates v3.0.4 |
2116 | 2023-11-20T20:13:45.928Z | Compiling trust-dns-proto v0.22.0 |
2117 | 2023-11-20T20:13:45.933Z | Compiling array-init v0.0.4 |
2118 | 2023-11-20T20:13:46.856Z | Compiling crc v3.0.1 |
2119 | 2023-11-20T20:13:55.721Z | Compiling toml v0.7.8 |
2120 | 2023-11-20T20:13:57.011Z | Compiling futures v0.3.29 |
2121 | 2023-11-20T20:13:58.398Z | Compiling pkcs1 v0.7.5 |
2122 | 2023-11-20T20:13:58.990Z | Compiling diesel v2.1.4 |
2123 | 2023-11-20T20:13:59.311Z | Compiling zip v0.6.6 |
2124 | 2023-11-20T20:13:59.340Z | Compiling smallvec v0.6.14 |
2125 | 2023-11-20T20:13:59.495Z | Compiling yasna v0.5.2 |
2126 | 2023-11-20T20:14:00.036Z | Compiling crossterm v0.27.0 |
2127 | 2023-11-20T20:14:01.359Z | Compiling cipher v0.4.4 |
2128 | 2023-11-20T20:14:02.131Z | Compiling hashbrown v0.13.2 |
2129 | 2023-11-20T20:14:05.679Z | Compiling bit-set v0.5.3 |
2130 | 2023-11-20T20:14:06.078Z | Compiling usdt v0.3.5 |
2131 | 2023-11-20T20:14:06.330Z | Compiling is-terminal v0.4.9 |
2132 | 2023-11-20T20:14:06.490Z | Compiling toml_edit v0.21.0 |
2133 | 2023-11-20T20:14:08.920Z | Compiling itertools v0.10.5 |
2134 | 2023-11-20T20:14:13.514Z | Compiling tokio-stream v0.1.14 |
2135 | 2023-11-20T20:14:13.600Z | Compiling openapiv3 v2.0.0-rc.1 |
2136 | 2023-11-20T20:14:15.034Z | Compiling hex v0.4.3 |
2137 | 2023-11-20T20:14:21.962Z | Compiling lalrpop-util v0.19.12 |
2138 | 2023-11-20T20:14:22.468Z | Compiling bitfield v0.14.0 |
2139 | 2023-11-20T20:14:22.482Z | Compiling termcolor v1.2.0 |
2140 | 2023-11-20T20:14:33.532Z | Compiling env_logger v0.10.0 |
2141 | 2023-11-20T20:14:37.985Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2142 | 2023-11-20T20:14:50.560Z | Compiling rsa v0.9.2 |
2143 | 2023-11-20T20:14:58.559Z | Compiling serde-hex v0.1.0 |
2144 | 2023-11-20T20:14:59.706Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2145 | 2023-11-20T20:15:07.024Z | Compiling x509-cert v0.2.4 |
2146 | 2023-11-20T20:15:08.172Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2147 | 2023-11-20T20:15:08.591Z | Compiling ron v0.8.1 |
2148 | 2023-11-20T20:15:12.817Z | Compiling crc-any v2.4.3 |
2149 | 2023-11-20T20:15:22.712Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2150 | 2023-11-20T20:15:30.489Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2151 | 2023-11-20T20:15:52.878Z | Compiling object v0.30.4 |
2152 | 2023-11-20T20:16:17.015Z | Compiling path-slash v0.1.5 |
2153 | 2023-11-20T20:16:18.129Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2154 | 2023-11-20T20:16:48.260Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2155 | 2023-11-20T20:16:49.445Z | Finished release [optimized] target(s) in 5m 59s |
2156 | 2023-11-20T20:16:49.529Z | |
2157 | 2023-11-20T20:16:49.532Z | real 6:00.075069861 |
2158 | 2023-11-20T20:16:49.535Z | user 41:41.851376358 |
2159 | 2023-11-20T20:16:49.538Z | sys 3:37.736298682 |
2160 | 2023-11-20T20:16:49.541Z | trap 1.660648904 |
2161 | 2023-11-20T20:16:49.544Z | tflt 1.098794029 |
2162 | 2023-11-20T20:16:49.551Z | dflt 0.368928970 |
2163 | 2023-11-20T20:16:49.554Z | kflt 0.006935165 |
2164 | 2023-11-20T20:16:49.557Z | lock 1:33:37.755044149 |
2165 | 2023-11-20T20:16:49.560Z | slp 1:57:33.269137318 |
2166 | 2023-11-20T20:16:49.563Z | lat 1:48.854254350 |
2167 | 2023-11-20T20:16:49.566Z | stop 1:18.975476482 |
2168 | 2023-11-20T20:16:49.569Z | + ptime -m gzip |
2169 | 2023-11-20T20:16:50.193Z | |
2170 | 2023-11-20T20:16:50.196Z | real 0.657479106 |
2171 | 2023-11-20T20:16:50.199Z | user 0.649998181 |
2172 | 2023-11-20T20:16:50.202Z | sys 0.006766999 |
2173 | 2023-11-20T20:16:50.205Z | trap 0.000071371 |
2174 | 2023-11-20T20:16:50.207Z | tflt 0.000000000 |
2175 | 2023-11-20T20:16:50.210Z | dflt 0.000000000 |
2176 | 2023-11-20T20:16:50.214Z | kflt 0.000000000 |
2177 | 2023-11-20T20:16:50.217Z | lock 0.000000000 |
2178 | 2023-11-20T20:16:50.220Z | slp 0.000024074 |
2179 | 2023-11-20T20:16:50.223Z | lat 0.000182194 |
2180 | 2023-11-20T20:16:50.225Z | stop 0.000317426 |
2181 | 2023-11-20T20:16:50.228Z | + banner tufaceous |
2182 | 2023-11-20T20:16:50.232Z | |
2183 | 2023-11-20T20:16:50.234Z | ##### # # ###### ## #### ###### #### # # #### |
2184 | 2023-11-20T20:16:50.237Z | # # # # # # # # # # # # # # |
2185 | 2023-11-20T20:16:50.239Z | # # # ##### # # # ##### # # # # #### |
2186 | 2023-11-20T20:16:50.243Z | # # # # ###### # # # # # # # |
2187 | 2023-11-20T20:16:50.246Z | # # # # # # # # # # # # # # # |
2188 | 2023-11-20T20:16:50.248Z | # #### # # # #### ###### #### #### #### |
2189 | 2023-11-20T20:16:50.251Z | |
2190 | 2023-11-20T20:16:50.254Z | + ptime -m cargo build --locked -p tufaceous --release |
2191 | 2023-11-20T20:16:50.840Z | Downloading crates ... |
2192 | 2023-11-20T20:16:51.177Z | Downloaded bytesize v1.3.0 |
2193 | 2023-11-20T20:16:51.180Z | Downloaded fs-err v2.10.0 |
2194 | 2023-11-20T20:16:51.189Z | Downloaded snafu-derive v0.7.5 |
2195 | 2023-11-20T20:16:51.192Z | Downloaded humantime v2.1.0 |
2196 | 2023-11-20T20:16:51.194Z | Downloaded doc-comment v0.3.3 |
2197 | 2023-11-20T20:16:51.201Z | Downloaded path-dedot v3.1.0 |
2198 | 2023-11-20T20:16:51.205Z | Downloaded path-absolutize v3.1.0 |
2199 | 2023-11-20T20:16:51.208Z | Downloaded globset v0.4.13 |
2200 | 2023-11-20T20:16:51.213Z | Downloaded buf-list v1.0.3 |
2201 | 2023-11-20T20:16:51.216Z | Downloaded snafu v0.7.5 |
2202 | 2023-11-20T20:16:51.224Z | Downloaded tough v0.14.0 |
2203 | 2023-11-20T20:16:51.239Z | Downloaded serde_plain v1.0.2 |
2204 | 2023-11-20T20:16:51.242Z | Downloaded olpc-cjson v0.1.3 |
2205 | 2023-11-20T20:16:51.407Z | Compiling serde_tokenstream v0.2.0 |
2206 | 2023-11-20T20:16:51.416Z | Compiling regress v0.7.1 |
2207 | 2023-11-20T20:16:51.430Z | Compiling dirs-sys-next v0.1.2 |
2208 | 2023-11-20T20:16:51.435Z | Compiling ident_case v1.0.1 |
2209 | 2023-11-20T20:16:51.459Z | Compiling thread_local v1.1.7 |
2210 | 2023-11-20T20:16:51.466Z | Compiling heck v0.4.1 |
2211 | 2023-11-20T20:16:51.475Z | Compiling slog-async v2.8.0 |
2212 | 2023-11-20T20:16:51.660Z | Compiling dirs-next v2.0.0 |
2213 | 2023-11-20T20:16:52.037Z | Compiling darling_core v0.20.3 |
2214 | 2023-11-20T20:16:52.125Z | Compiling camino v1.1.6 |
2215 | 2023-11-20T20:16:52.263Z | Compiling term v0.7.0 |
2216 | 2023-11-20T20:16:52.745Z | Compiling crossbeam-channel v0.5.8 |
2217 | 2023-11-20T20:16:53.038Z | Compiling getopts v0.2.21 |
2218 | 2023-11-20T20:16:53.244Z | Compiling structmeta-derive v0.2.0 |
2219 | 2023-11-20T20:16:53.477Z | Compiling atty v0.2.14 |
2220 | 2023-11-20T20:16:53.648Z | Compiling multer v2.1.0 |
2221 | 2023-11-20T20:16:54.088Z | Compiling paste v1.0.14 |
2222 | 2023-11-20T20:16:54.438Z | Compiling doc-comment v0.3.3 |
2223 | 2023-11-20T20:16:58.261Z | Compiling match_cfg v0.1.0 |
2224 | 2023-11-20T20:16:58.380Z | Compiling unsafe-libyaml v0.2.9 |
2225 | 2023-11-20T20:16:58.506Z | Compiling take_mut v0.2.2 |
2226 | 2023-11-20T20:16:58.549Z | Compiling hostname v0.3.1 |
2227 | 2023-11-20T20:16:58.608Z | Compiling slog-term v2.9.0 |
2228 | 2023-11-20T20:16:58.625Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2229 | 2023-11-20T20:16:59.454Z | Compiling structmeta v0.2.0 |
2230 | 2023-11-20T20:17:00.073Z | Compiling serde_yaml v0.9.25 |
2231 | 2023-11-20T20:17:01.013Z | Compiling darling_macro v0.20.3 |
2232 | 2023-11-20T20:17:01.239Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2233 | 2023-11-20T20:17:01.265Z | Compiling slog-json v2.6.1 |
2234 | 2023-11-20T20:17:02.060Z | Compiling async-stream-impl v0.3.5 |
2235 | 2023-11-20T20:17:02.517Z | Compiling darling v0.20.3 |
2236 | 2023-11-20T20:17:02.683Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2237 | 2023-11-20T20:17:03.157Z | Compiling atomic-waker v1.1.1 |
2238 | 2023-11-20T20:17:03.414Z | Compiling regex-syntax v0.7.5 |
2239 | 2023-11-20T20:17:03.437Z | Compiling fastrand v2.0.0 |
2240 | 2023-11-20T20:17:04.508Z | Compiling async-stream v0.3.5 |
2241 | 2023-11-20T20:17:04.517Z | Compiling tempfile v3.8.0 |
2242 | 2023-11-20T20:17:05.004Z | Compiling waitgroup v0.1.2 |
2243 | 2023-11-20T20:17:05.010Z | Compiling serde_with_macros v2.3.3 |
2244 | 2023-11-20T20:17:05.016Z | Compiling slog-bunyan v2.4.0 |
2245 | 2023-11-20T20:17:07.702Z | Compiling toml v0.8.8 |
2246 | 2023-11-20T20:17:08.090Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2247 | 2023-11-20T20:17:08.520Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2248 | 2023-11-20T20:17:09.814Z | Compiling sha1 v0.10.6 |
2249 | 2023-11-20T20:17:10.338Z | Compiling snafu-derive v0.7.5 |
2250 | 2023-11-20T20:17:10.938Z | Compiling serde_path_to_error v0.1.14 |
2251 | 2023-11-20T20:17:11.313Z | Compiling path-dedot v3.1.0 |
2252 | 2023-11-20T20:17:11.338Z | Compiling instant v0.1.12 |
2253 | 2023-11-20T20:17:11.557Z | Compiling fs-err v2.10.0 |
2254 | 2023-11-20T20:17:11.664Z | Compiling debug-ignore v1.0.5 |
2255 | 2023-11-20T20:17:11.877Z | Compiling arc-swap v1.6.0 |
2256 | 2023-11-20T20:17:12.002Z | Compiling same-file v1.0.6 |
2257 | 2023-11-20T20:17:12.462Z | Compiling buf-list v1.0.3 |
2258 | 2023-11-20T20:17:12.581Z | Compiling base64 v0.13.1 |
2259 | 2023-11-20T20:17:13.230Z | Compiling slog-scope v4.4.0 |
2260 | 2023-11-20T20:17:13.384Z | Compiling pem v1.1.1 |
2261 | 2023-11-20T20:17:13.853Z | Compiling parse-display-derive v0.8.2 |
2262 | 2023-11-20T20:17:14.031Z | Compiling walkdir v2.4.0 |
2263 | 2023-11-20T20:17:16.035Z | Compiling path-absolutize v3.1.0 |
2264 | 2023-11-20T20:17:16.328Z | Compiling backoff v0.4.0 |
2265 | 2023-11-20T20:17:16.484Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2266 | 2023-11-20T20:17:16.904Z | Compiling serde_with v2.3.3 |
2267 | 2023-11-20T20:17:16.910Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2268 | 2023-11-20T20:17:17.057Z | Compiling globset v0.4.13 |
2269 | 2023-11-20T20:17:17.957Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2270 | 2023-11-20T20:17:18.223Z | Compiling strum v0.25.0 |
2271 | 2023-11-20T20:17:18.478Z | Compiling olpc-cjson v0.1.3 |
2272 | 2023-11-20T20:17:18.530Z | Compiling snafu v0.7.5 |
2273 | 2023-11-20T20:17:19.352Z | Compiling macaddr v1.0.1 |
2274 | 2023-11-20T20:17:20.019Z | Compiling parse-display v0.8.2 |
2275 | 2023-11-20T20:17:20.508Z | Compiling serde_plain v1.0.2 |
2276 | 2023-11-20T20:17:20.517Z | Compiling filetime v0.2.22 |
2277 | 2023-11-20T20:17:20.549Z | Compiling xattr v1.0.1 |
2278 | 2023-11-20T20:17:21.001Z | Compiling tar v0.4.40 |
2279 | 2023-11-20T20:17:21.006Z | Compiling tough v0.14.0 |
2280 | 2023-11-20T20:17:22.482Z | Compiling slog-stdlog v4.1.1 |
2281 | 2023-11-20T20:17:23.626Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2282 | 2023-11-20T20:17:23.818Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2283 | 2023-11-20T20:17:26.257Z | Compiling camino-tempfile v1.0.2 |
2284 | 2023-11-20T20:17:27.539Z | Compiling itertools v0.12.0 |
2285 | 2023-11-20T20:17:30.652Z | Compiling bytesize v1.3.0 |
2286 | 2023-11-20T20:17:31.615Z | Compiling slog-envlogger v2.2.0 |
2287 | 2023-11-20T20:17:31.973Z | Compiling humantime v2.1.0 |
2288 | 2023-11-20T20:17:34.837Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2289 | 2023-11-20T20:17:56.802Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2290 | 2023-11-20T20:17:57.101Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2291 | 2023-11-20T20:18:10.195Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2292 | 2023-11-20T20:18:12.379Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2293 | 2023-11-20T20:18:36.653Z | Finished release [optimized] target(s) in 1m 46s |
2294 | 2023-11-20T20:18:36.740Z | |
2295 | 2023-11-20T20:18:36.743Z | real 1:46.516663346 |
2296 | 2023-11-20T20:18:36.746Z | user 11:36.181043758 |
2297 | 2023-11-20T20:18:36.759Z | sys 43.483841320 |
2298 | 2023-11-20T20:18:36.763Z | trap 0.424395851 |
2299 | 2023-11-20T20:18:36.766Z | tflt 0.346338504 |
2300 | 2023-11-20T20:18:36.769Z | dflt 0.545463545 |
2301 | 2023-11-20T20:18:36.773Z | kflt 0.011599358 |
2302 | 2023-11-20T20:18:36.775Z | lock 21:42.628014041 |
2303 | 2023-11-20T20:18:36.778Z | slp 25:03.997420332 |
2304 | 2023-11-20T20:18:36.781Z | lat 21.240290853 |
2305 | 2023-11-20T20:18:36.784Z | stop 10.859165955 |
2306 | 2023-11-20T20:18:36.787Z | + ptime -m gzip |
2307 | 2023-11-20T20:18:39.051Z | |
2308 | 2023-11-20T20:18:39.054Z | real 2.304581953 |
2309 | 2023-11-20T20:18:39.057Z | user 2.278532221 |
2310 | 2023-11-20T20:18:39.060Z | sys 0.023178141 |
2311 | 2023-11-20T20:18:39.072Z | trap 0.001149858 |
2312 | 2023-11-20T20:18:39.075Z | tflt 0.000000000 |
2313 | 2023-11-20T20:18:39.081Z | dflt 0.000000000 |
2314 | 2023-11-20T20:18:39.084Z | kflt 0.000000000 |
2315 | 2023-11-20T20:18:39.092Z | lock 0.000000000 |
2316 | 2023-11-20T20:18:39.104Z | slp 0.000000000 |
2317 | 2023-11-20T20:18:39.108Z | lat 0.001312517 |
2318 | 2023-11-20T20:18:39.114Z | stop 0.000290279 |
2319 | 2023-11-20T20:18:39.123Z | process exited: duration 1169544 ms, exit code 0 |
|
2320 | 2023-11-20T20:18:39.290Z | found 5 output files |
2321 | 2023-11-20T20:18:39.306Z | uploading: /work/end-to-end-tests/bootstrap-4172957c237fed9a.gz (6360060 bytes) |
2322 | 2023-11-20T20:18:41.807Z | uploaded: /work/end-to-end-tests/bootstrap-4172957c237fed9a.gz |
2323 | 2023-11-20T20:18:41.820Z | uploading: /work/end-to-end-tests/bootstrap.gz (86886685 bytes) |
2324 | 2023-11-20T20:19:09.788Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2325 | 2023-11-20T20:19:09.843Z | uploading: /work/end-to-end-tests/end_to_end_tests-8b2150e0e5683f6a.gz (99499795 bytes) |
2326 | 2023-11-20T20:19:43.354Z | uploaded: /work/end-to-end-tests/end_to_end_tests-8b2150e0e5683f6a.gz |
2327 | 2023-11-20T20:19:43.378Z | uploading: /work/caboose-util.gz (4110127 bytes) |
2328 | 2023-11-20T20:19:45.254Z | uploaded: /work/caboose-util.gz |
2329 | 2023-11-20T20:19:45.308Z | uploading: /work/tufaceous.gz (14679240 bytes) |
2330 | 2023-11-20T20:19:52.161Z | uploaded: /work/tufaceous.gz |