|
|
|
1 | 2023-12-07T01:58:22.300Z | job assigned to worker 01HH0ZW2P1R7JTT9X366V2PAX0 (queued for 1 m 31 s) |
|
2 | 2023-12-07T01:58:22.759Z | starting task 0: "setup" |
3 | 2023-12-07T01:58:22.867Z | ++ uname -s |
4 | 2023-12-07T01:58:22.887Z | + kern=SunOS |
5 | 2023-12-07T01:58:22.887Z | + case "$kern" in |
6 | 2023-12-07T01:58:22.887Z | + groupadd -g 12345 build |
7 | 2023-12-07T01:58:22.887Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-07T01:58:25.249Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-07T01:58:25.272Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-07T01:58:25.274Z | + home_fs=zfs |
11 | 2023-12-07T01:58:25.274Z | + [[ zfs == autofs ]] |
12 | 2023-12-07T01:58:25.275Z | + mkdir -p /home/build |
13 | 2023-12-07T01:58:25.275Z | + chown build:build /home/build /work |
14 | 2023-12-07T01:58:25.961Z | + chmod 0700 /home/build /work |
15 | 2023-12-07T01:58:25.967Z | process exited: duration 3204 ms, exit code 0 |
|
16 | 2023-12-07T01:58:25.992Z | starting task 1: "rust-toolchain" |
17 | 2023-12-07T01:58:26.009Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-07T01:58:26.009Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-07T01:58:26.165Z | info: downloading installer |
20 | 2023-12-07T01:58:28.146Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-07T01:58:28.147Z | warning: /opt/ooce/bin |
22 | 2023-12-07T01:58:28.147Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-07T01:58:28.147Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-07T01:58:28.152Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-07T01:58:28.152Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-07T01:58:28.152Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-07T01:58:28.152Z | error: cannot install while Rust is installed |
28 | 2023-12-07T01:58:28.152Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-07T01:58:28.336Z | info: profile set to 'default' |
30 | 2023-12-07T01:58:28.337Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-07T01:58:28.350Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-07T01:58:28.464Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-07T01:58:28.469Z | info: downloading component 'cargo' |
34 | 2023-12-07T01:58:29.380Z | info: downloading component 'clippy' |
35 | 2023-12-07T01:58:29.705Z | info: downloading component 'rust-docs' |
36 | 2023-12-07T01:58:30.857Z | info: downloading component 'rust-std' |
37 | 2023-12-07T01:58:32.921Z | info: downloading component 'rustc' |
38 | 2023-12-07T01:58:37.882Z | info: downloading component 'rustfmt' |
39 | 2023-12-07T01:58:38.168Z | info: installing component 'cargo' |
40 | 2023-12-07T01:58:40.082Z | info: installing component 'clippy' |
41 | 2023-12-07T01:58:40.942Z | info: installing component 'rust-docs' |
42 | 2023-12-07T01:58:43.674Z | info: installing component 'rust-std' |
43 | 2023-12-07T01:58:47.551Z | info: installing component 'rustc' |
44 | 2023-12-07T01:58:57.551Z | info: installing component 'rustfmt' |
45 | 2023-12-07T01:58:58.005Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-07T01:58:58.005Z | |
47 | 2023-12-07T01:58:58.138Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-07T01:58:58.139Z | |
49 | 2023-12-07T01:58:58.192Z | |
50 | 2023-12-07T01:58:58.192Z | Rust is installed now. Great! |
51 | 2023-12-07T01:58:58.192Z | |
52 | 2023-12-07T01:58:58.192Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-07T01:58:58.192Z | environment variable. This has not been done automatically. |
54 | 2023-12-07T01:58:58.193Z | |
55 | 2023-12-07T01:58:58.193Z | To configure your current shell, run: |
56 | 2023-12-07T01:58:58.193Z | source "$HOME/.cargo/env" |
57 | 2023-12-07T01:58:58.252Z | + rustc --version |
58 | 2023-12-07T01:58:58.789Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-07T01:58:58.797Z | process exited: duration 32350 ms, exit code 0 |
|
60 | 2023-12-07T01:58:58.846Z | starting task 2: "authentication" |
61 | 2023-12-07T01:58:58.864Z | process exited: duration 52 ms, exit code 0 |
|
62 | 2023-12-07T01:58:58.877Z | starting task 3: "clone repository" |
63 | 2023-12-07T01:58:58.882Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-07T01:58:58.898Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-07T01:58:58.954Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-07T01:59:05.270Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-07T01:59:05.283Z | + [[ -n renovate/pem-3.x ]] |
68 | 2023-12-07T01:59:05.284Z | + git fetch origin renovate/pem-3.x |
69 | 2023-12-07T01:59:05.622Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-07T01:59:05.622Z | * branch renovate/pem-3.x -> FETCH_HEAD |
71 | 2023-12-07T01:59:05.632Z | + git checkout -B renovate/pem-3.x remotes/origin/renovate/pem-3.x |
72 | 2023-12-07T01:59:05.733Z | Switched to a new branch 'renovate/pem-3.x' |
73 | 2023-12-07T01:59:05.741Z | branch 'renovate/pem-3.x' set up to track 'origin/renovate/pem-3.x'. |
74 | 2023-12-07T01:59:05.741Z | + git reset --hard 5c9fe8d8af0095dd2b930ab68d2a8dc0e6f89f33 |
75 | 2023-12-07T01:59:05.905Z | HEAD is now at 5c9fe8d8 update API use |
76 | 2023-12-07T01:59:05.913Z | process exited: duration 7027 ms, exit code 0 |
|
77 | 2023-12-07T01:59:06.340Z | starting task 4: "build" |
78 | 2023-12-07T01:59:06.347Z | + cargo --version |
79 | 2023-12-07T01:59:06.347Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-07T01:59:06.348Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-07T01:59:06.348Z | info: downloading component 'cargo' |
82 | 2023-12-07T01:59:07.011Z | info: downloading component 'clippy' |
83 | 2023-12-07T01:59:07.279Z | info: downloading component 'rust-docs' |
84 | 2023-12-07T01:59:08.334Z | info: downloading component 'rust-std' |
85 | 2023-12-07T01:59:10.079Z | info: downloading component 'rustc' |
86 | 2023-12-07T01:59:14.461Z | info: downloading component 'rustfmt' |
87 | 2023-12-07T01:59:14.707Z | info: installing component 'cargo' |
88 | 2023-12-07T01:59:16.023Z | info: installing component 'clippy' |
89 | 2023-12-07T01:59:16.487Z | info: installing component 'rust-docs' |
90 | 2023-12-07T01:59:19.335Z | info: installing component 'rust-std' |
91 | 2023-12-07T01:59:21.992Z | info: installing component 'rustc' |
92 | 2023-12-07T01:59:28.258Z | info: installing component 'rustfmt' |
93 | 2023-12-07T01:59:28.796Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-07T01:59:28.801Z | + rustc --version |
95 | 2023-12-07T01:59:28.945Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-07T01:59:28.951Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-12-07T01:59:38.462Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-12-07T01:59:39.694Z | Startup: Caching catalogs ... Done |
99 | 2023-12-07T01:59:46.103Z | Planning: Solver setup ... Done (6.034s) |
100 | 2023-12-07T01:59:46.256Z | Planning: Running solver ... Done (0.144s) |
101 | 2023-12-07T01:59:46.319Z | Planning: Finding local manifests ... Done (0.004s) |
102 | 2023-12-07T01:59:46.331Z | Planning: Fetching manifests: 0/6 0% complete |
103 | 2023-12-07T01:59:46.637Z | Planning: Fetching manifests: 6/6 100% complete |
104 | 2023-12-07T01:59:46.733Z | Planning: Package planning ... Done (0.089s) |
105 | 2023-12-07T01:59:46.814Z | Planning: Merging actions ... Done (0.085s) |
106 | 2023-12-07T01:59:47.784Z | Planning: Checking for conflicting actions ... Done (0.952s) |
107 | 2023-12-07T01:59:47.797Z | Planning: Consolidating action changes ... Done (0.018s) |
108 | 2023-12-07T01:59:52.531Z | Planning: Evaluating mediators ... Done (4.746s) |
109 | 2023-12-07T01:59:52.641Z | Planning: Planning completed in 12.91 seconds |
110 | 2023-12-07T01:59:52.672Z | Packages to install: 4 |
111 | 2023-12-07T01:59:52.672Z | Packages to update: 2 |
112 | 2023-12-07T01:59:52.679Z | Mediators to change: 2 |
113 | 2023-12-07T01:59:52.679Z | Services to change: 1 |
114 | 2023-12-07T01:59:52.680Z | Estimated space available: 148.88 GB |
115 | 2023-12-07T01:59:52.680Z | Estimated space to be consumed: 1.43 GB |
116 | 2023-12-07T01:59:52.680Z | Create boot environment: No |
117 | 2023-12-07T01:59:52.680Z | Create backup boot environment: Yes |
118 | 2023-12-07T01:59:52.680Z | Rebuild boot archive: No |
119 | 2023-12-07T01:59:52.680Z | |
120 | 2023-12-07T01:59:52.680Z | Changed mediators: |
121 | 2023-12-07T01:59:52.680Z | mediator clang: |
122 | 2023-12-07T01:59:52.680Z | version: None -> 15 (system default) |
123 | 2023-12-07T01:59:52.681Z | |
124 | 2023-12-07T01:59:52.681Z | mediator llvm: |
125 | 2023-12-07T01:59:52.681Z | version: 14 (system default) -> 15 (system default) |
126 | 2023-12-07T01:59:52.681Z | |
127 | 2023-12-07T01:59:52.681Z | Changed packages: |
128 | 2023-12-07T01:59:52.682Z | helios-dev |
129 | 2023-12-07T01:59:52.682Z | developer/build-essential |
130 | 2023-12-07T01:59:52.682Z | None -> 11-2.0 |
131 | 2023-12-07T01:59:52.682Z | library/libxmlsec1 |
132 | 2023-12-07T01:59:52.682Z | None -> 1.2.35-2.0 |
133 | 2023-12-07T01:59:52.682Z | ooce/developer/clang-15 |
134 | 2023-12-07T01:59:52.682Z | None -> 15.0.7-2.0 |
135 | 2023-12-07T01:59:52.683Z | ooce/developer/llvm-15 |
136 | 2023-12-07T01:59:52.683Z | None -> 15.0.7-2.0 |
137 | 2023-12-07T01:59:52.683Z | system/library/g++-runtime |
138 | 2023-12-07T01:59:52.683Z | 12-2.0 -> 13-2.0 |
139 | 2023-12-07T01:59:52.683Z | system/library/gcc-runtime |
140 | 2023-12-07T01:59:52.683Z | 12-2.0 -> 13-2.0 |
141 | 2023-12-07T01:59:52.685Z | |
142 | 2023-12-07T01:59:52.685Z | Services: |
143 | 2023-12-07T01:59:52.685Z | restart_fmri: |
144 | 2023-12-07T01:59:52.686Z | svc:/system/update-man-index:default |
145 | 2023-12-07T01:59:52.880Z | |
146 | 2023-12-07T01:59:52.880Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
147 | 2023-12-07T01:59:57.880Z | Download: 1198/3330 items 73.6/221.1MB 33% complete (15.3M/s) |
148 | 2023-12-07T02:00:02.939Z | Download: 2216/3330 items 119.2/221.1MB 53% complete (12.1M/s) |
149 | 2023-12-07T02:00:07.939Z | Download: 3125/3330 items 137.8/221.1MB 62% complete (6.2M/s) |
150 | 2023-12-07T02:00:13.578Z | Download: 3293/3330 items 216.5/221.1MB 97% complete (9.7M/s) |
151 | 2023-12-07T02:00:14.528Z | Download: Completed 221.11 MB in 21.65 seconds (10.2M/s) |
152 | 2023-12-07T02:00:16.736Z | Actions: 1/3766 actions (Removing old actions) |
153 | 2023-12-07T02:00:16.736Z | Actions: 5/3766 actions (Installing new actions) |
154 | 2023-12-07T02:00:21.781Z | Actions: 2603/3766 actions (Installing new actions) |
155 | 2023-12-07T02:00:25.382Z | Actions: 3729/3766 actions (Updating modified actions) |
156 | 2023-12-07T02:00:25.976Z | Actions: Completed 3766 actions in 9.23 seconds. |
157 | 2023-12-07T02:00:26.209Z | Done (0.195s) |
158 | 2023-12-07T02:00:26.240Z | Done (0.000s) |
159 | 2023-12-07T02:00:26.434Z | Done (0.265s) |
160 | 2023-12-07T02:00:34.341Z | Done (7.760s) |
161 | 2023-12-07T02:00:34.720Z | Done (0.255s) |
162 | 2023-12-07T02:00:34.729Z | Done (0.000s) |
163 | 2023-12-07T02:00:34.956Z | Done (0.000s) |
164 | 2023-12-07T02:00:35.706Z | Planning: Evaluating mediator changes ... Done |
165 | 2023-12-07T02:00:36.393Z | Planning: Checking for conflicting actions ... Done |
166 | 2023-12-07T02:00:36.399Z | Planning: Consolidating action changes ... Done |
167 | 2023-12-07T02:00:36.427Z | Planning: Evaluating mediators ... Done |
168 | 2023-12-07T02:00:36.437Z | Planning: Planning completed in 0.72 seconds |
169 | 2023-12-07T02:00:36.486Z | Mediators to change: 2 |
170 | 2023-12-07T02:00:36.491Z | Create boot environment: No |
171 | 2023-12-07T02:00:36.491Z | Create backup boot environment: No |
172 | 2023-12-07T02:00:36.590Z | Done |
173 | 2023-12-07T02:00:36.590Z | Done |
174 | 2023-12-07T02:00:36.751Z | Done |
175 | 2023-12-07T02:00:42.562Z | Done |
176 | 2023-12-07T02:00:42.680Z | Done |
177 | 2023-12-07T02:00:42.697Z | Done |
178 | 2023-12-07T02:00:42.792Z | Done |
179 | 2023-12-07T02:00:43.806Z | Planning: Evaluating mediator changes ... Done |
180 | 2023-12-07T02:00:43.811Z | Planning: Merging actions ... Done |
181 | 2023-12-07T02:00:44.140Z | Planning: Checking for conflicting actions ... Done |
182 | 2023-12-07T02:00:44.145Z | Planning: Consolidating action changes ... Done |
183 | 2023-12-07T02:00:44.572Z | Planning: Evaluating mediators ... Done |
184 | 2023-12-07T02:00:44.662Z | Planning: Planning completed in 1.29 seconds |
185 | 2023-12-07T02:00:44.730Z | Packages to change: 1 |
186 | 2023-12-07T02:00:44.752Z | Mediators to change: 1 |
187 | 2023-12-07T02:00:44.752Z | Services to change: 1 |
188 | 2023-12-07T02:00:44.752Z | Create boot environment: No |
189 | 2023-12-07T02:00:44.752Z | Create backup boot environment: Yes |
190 | 2023-12-07T02:00:45.799Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2023-12-07T02:00:45.805Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2023-12-07T02:00:45.806Z | Done |
193 | 2023-12-07T02:00:45.806Z | Done |
194 | 2023-12-07T02:00:45.862Z | Done |
195 | 2023-12-07T02:00:51.569Z | Done |
196 | 2023-12-07T02:00:51.694Z | Done |
197 | 2023-12-07T02:00:51.703Z | Done |
198 | 2023-12-07T02:00:51.816Z | Done |
199 | 2023-12-07T02:00:52.539Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2023-12-07T02:00:52.539Z | clang system 15 system |
201 | 2023-12-07T02:00:52.540Z | csh system system illumos |
202 | 2023-12-07T02:00:52.540Z | ctags system system illumos |
203 | 2023-12-07T02:00:52.540Z | gcc vendor 12 vendor |
204 | 2023-12-07T02:00:52.540Z | gcc system 10 system |
205 | 2023-12-07T02:00:52.540Z | gcc system 7 system |
206 | 2023-12-07T02:00:52.540Z | go system 1.20 system |
207 | 2023-12-07T02:00:52.540Z | go system 1.19 system |
208 | 2023-12-07T02:00:52.540Z | llvm system 15 system |
209 | 2023-12-07T02:00:52.540Z | llvm system 14 system |
210 | 2023-12-07T02:00:52.540Z | mariadb system 10.6 system |
211 | 2023-12-07T02:00:52.540Z | mta vendor vendor dma |
212 | 2023-12-07T02:00:52.541Z | openjdk system 17 system |
213 | 2023-12-07T02:00:52.541Z | openjdk system 11 system |
214 | 2023-12-07T02:00:52.541Z | openjdk system 1.8 system |
215 | 2023-12-07T02:00:52.541Z | openssl vendor 3 vendor |
216 | 2023-12-07T02:00:52.541Z | perl system 5.36 system |
217 | 2023-12-07T02:00:52.541Z | postgresql system 15 system |
218 | 2023-12-07T02:00:52.541Z | postgresql system 13 system |
219 | 2023-12-07T02:00:52.541Z | python vendor 3 vendor |
220 | 2023-12-07T02:00:52.542Z | python system 2 system |
221 | 2023-12-07T02:00:52.542Z | python3 system 3.11 system |
222 | 2023-12-07T02:00:52.542Z | ruby system 3.0 system |
223 | 2023-12-07T02:00:52.542Z | words vendor vendor american-english |
224 | 2023-12-07T02:00:52.542Z | words system system australian-english |
225 | 2023-12-07T02:00:52.548Z | words system system british-english |
226 | 2023-12-07T02:00:52.548Z | words system system canadian-english |
227 | 2023-12-07T02:00:52.548Z | words system system french |
228 | 2023-12-07T02:00:52.548Z | words system system italian |
229 | 2023-12-07T02:00:52.548Z | words system system ngerman |
230 | 2023-12-07T02:00:52.548Z | words system system ogerman |
231 | 2023-12-07T02:00:52.548Z | words system system spanish |
232 | 2023-12-07T02:00:53.035Z | FMRI IFO |
233 | 2023-12-07T02:00:53.036Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2023-12-07T02:00:53.036Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2023-12-07T02:00:53.036Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2023-12-07T02:00:53.037Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
237 | 2023-12-07T02:00:53.037Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2023-12-07T02:00:53.037Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
239 | 2023-12-07T02:00:53.037Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
240 | 2023-12-07T02:00:53.037Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
241 | 2023-12-07T02:00:53.107Z | + set -o errexit |
242 | 2023-12-07T02:00:53.122Z | +++ dirname ./tools/ci_download_cockroachdb |
243 | 2023-12-07T02:00:53.124Z | ++ cd ./tools |
244 | 2023-12-07T02:00:53.125Z | ++ pwd |
245 | 2023-12-07T02:00:53.125Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
246 | 2023-12-07T02:00:53.125Z | ++ basename ./tools/ci_download_cockroachdb |
247 | 2023-12-07T02:00:53.125Z | + ARG0=ci_download_cockroachdb |
248 | 2023-12-07T02:00:53.125Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
249 | 2023-12-07T02:00:53.125Z | + CIDL_VERSION=v22.1.9 |
250 | 2023-12-07T02:00:53.125Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
251 | 2023-12-07T02:00:53.125Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
252 | 2023-12-07T02:00:53.125Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
253 | 2023-12-07T02:00:53.126Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
254 | 2023-12-07T02:00:53.126Z | + TARGET_DIR=out |
255 | 2023-12-07T02:00:53.126Z | + DOWNLOAD_DIR=out/downloads |
256 | 2023-12-07T02:00:53.126Z | + DEST_DIR=./out/cockroachdb |
257 | 2023-12-07T02:00:53.126Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
258 | 2023-12-07T02:00:53.126Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
259 | 2023-12-07T02:00:53.126Z | + main |
260 | 2023-12-07T02:00:53.126Z | + [[ 0 != 0 ]] |
261 | 2023-12-07T02:00:53.126Z | + CIDL_OS=solaris2.11 |
262 | 2023-12-07T02:00:53.127Z | + [[ 0 != 0 ]] |
263 | 2023-12-07T02:00:53.127Z | + configure_os solaris2.11 |
264 | 2023-12-07T02:00:53.127Z | + echo 'current directory: /work/oxidecomputer/omicron' |
265 | 2023-12-07T02:00:53.127Z | current directory: /work/oxidecomputer/omicron |
266 | 2023-12-07T02:00:53.127Z | + echo 'configuring based on OS: "solaris2.11"' |
267 | 2023-12-07T02:00:53.127Z | + case "$1" in |
268 | 2023-12-07T02:00:53.127Z | configuring based on OS: "solaris2.11" |
269 | 2023-12-07T02:00:53.127Z | + CIDL_BUILD=illumos |
270 | 2023-12-07T02:00:53.127Z | + CIDL_SUFFIX=tar.gz |
271 | 2023-12-07T02:00:53.128Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
272 | 2023-12-07T02:00:53.128Z | + CIDL_MD5FUNC=do_md5sum |
273 | 2023-12-07T02:00:53.128Z | + CIDL_URL_BASE=https://illumos.org/downloads |
274 | 2023-12-07T02:00:53.128Z | + CIDL_ASSEMBLE=do_assemble_illumos |
275 | 2023-12-07T02:00:53.128Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
276 | 2023-12-07T02:00:53.128Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-12-07T02:00:53.128Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-12-07T02:00:53.128Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
279 | 2023-12-07T02:00:53.128Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-12-07T02:00:53.129Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2023-12-07T02:00:53.130Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2023-12-07T02:00:53.130Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-12-07T02:00:53.130Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-12-07T02:00:53.130Z | + mkdir -p out/downloads |
285 | 2023-12-07T02:00:53.135Z | + mkdir -p ./out/cockroachdb |
286 | 2023-12-07T02:00:53.135Z | + local DO_DOWNLOAD=true |
287 | 2023-12-07T02:00:53.135Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
288 | 2023-12-07T02:00:53.136Z | + '[' true == true ']' |
289 | 2023-12-07T02:00:53.136Z | + echo Downloading... |
290 | 2023-12-07T02:00:53.136Z | Downloading... |
291 | 2023-12-07T02:00:53.136Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-12-07T02:00:53.136Z | + 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 |
293 | 2023-12-07T02:00:55.657Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-12-07T02:00:55.664Z | ++ md5sum |
295 | 2023-12-07T02:00:55.664Z | ++ awk '{print $1}' |
296 | 2023-12-07T02:00:55.810Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
297 | 2023-12-07T02:00:55.810Z | + [[ 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 ]] |
298 | 2023-12-07T02:00:55.810Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-12-07T02:00:55.814Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
300 | 2023-12-07T02:00:59.220Z | + do_assemble_illumos |
301 | 2023-12-07T02:00:59.220Z | + rm -r ./out/cockroachdb |
302 | 2023-12-07T02:00:59.225Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
303 | 2023-12-07T02:00:59.856Z | + ./out/cockroachdb/bin/cockroach version |
304 | 2023-12-07T02:01:00.079Z | Build Tag: v22.1.9-dirty |
305 | 2023-12-07T02:01:00.081Z | Build Time: 2022/10/26 21:17:46 |
306 | 2023-12-07T02:01:00.081Z | Distribution: OSS |
307 | 2023-12-07T02:01:00.081Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
308 | 2023-12-07T02:01:00.082Z | Go Version: go1.17.13 |
309 | 2023-12-07T02:01:00.082Z | C Compiler: gcc 10.3.0 |
310 | 2023-12-07T02:01:00.082Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
311 | 2023-12-07T02:01:00.082Z | Build Type: release |
312 | 2023-12-07T02:01:00.136Z | + set -o errexit |
313 | 2023-12-07T02:01:00.136Z | +++ dirname ./tools/ci_download_clickhouse |
314 | 2023-12-07T02:01:00.137Z | ++ cd ./tools |
315 | 2023-12-07T02:01:00.137Z | ++ pwd |
316 | 2023-12-07T02:01:00.137Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
317 | 2023-12-07T02:01:00.137Z | ++ basename ./tools/ci_download_clickhouse |
318 | 2023-12-07T02:01:00.137Z | + ARG0=ci_download_clickhouse |
319 | 2023-12-07T02:01:00.137Z | + TARGET_DIR=out |
320 | 2023-12-07T02:01:00.138Z | + DOWNLOAD_DIR=out/downloads |
321 | 2023-12-07T02:01:00.138Z | + DEST_DIR=./out/clickhouse |
322 | 2023-12-07T02:01:00.138Z | + CIDL_VERSION=v22.8.9.24 |
323 | 2023-12-07T02:01:00.138Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
324 | 2023-12-07T02:01:00.138Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
325 | 2023-12-07T02:01:00.138Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
326 | 2023-12-07T02:01:00.138Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
327 | 2023-12-07T02:01:00.139Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
328 | 2023-12-07T02:01:00.139Z | + main |
329 | 2023-12-07T02:01:00.139Z | + [[ 0 != 0 ]] |
330 | 2023-12-07T02:01:00.139Z | + CIDL_OS=solaris2.11 |
331 | 2023-12-07T02:01:00.140Z | + [[ 0 != 0 ]] |
332 | 2023-12-07T02:01:00.140Z | + configure_os solaris2.11 |
333 | 2023-12-07T02:01:00.141Z | + echo 'current directory: /work/oxidecomputer/omicron' |
334 | 2023-12-07T02:01:00.142Z | current directory: /work/oxidecomputer/omicron |
335 | 2023-12-07T02:01:00.142Z | + echo 'configuring based on OS: "solaris2.11"' |
336 | 2023-12-07T02:01:00.142Z | + CIDL_DASHREV= |
337 | 2023-12-07T02:01:00.142Z | configuring based on OS: "solaris2.11" |
338 | 2023-12-07T02:01:00.142Z | + case "$1" in |
339 | 2023-12-07T02:01:00.145Z | + CIDL_PLATFORM=illumos |
340 | 2023-12-07T02:01:00.145Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
341 | 2023-12-07T02:01:00.145Z | + CIDL_MD5FUNC=do_md5sum |
342 | 2023-12-07T02:01:00.145Z | + CIDL_DASHREV=-1 |
343 | 2023-12-07T02:01:00.145Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
344 | 2023-12-07T02:01:00.146Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-12-07T02:01:00.146Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-12-07T02:01:00.146Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-12-07T02:01:00.146Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2023-12-07T02:01:00.146Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-12-07T02:01:00.147Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2023-12-07T02:01:00.147Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-12-07T02:01:00.147Z | + mkdir -p out/downloads |
352 | 2023-12-07T02:01:00.169Z | + mkdir -p ./out/clickhouse |
353 | 2023-12-07T02:01:00.169Z | + local DO_DOWNLOAD=true |
354 | 2023-12-07T02:01:00.170Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
355 | 2023-12-07T02:01:00.171Z | + '[' true == true ']' |
356 | 2023-12-07T02:01:00.171Z | + echo Downloading... |
357 | 2023-12-07T02:01:00.171Z | Downloading... |
358 | 2023-12-07T02:01:00.171Z | + 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 |
359 | 2023-12-07T02:01:00.172Z | + 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 |
360 | 2023-12-07T02:01:01.731Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-12-07T02:01:01.742Z | ++ md5sum |
362 | 2023-12-07T02:01:01.743Z | ++ awk '{print $1}' |
363 | 2023-12-07T02:01:01.991Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
364 | 2023-12-07T02:01:01.992Z | + [[ 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 ]] |
365 | 2023-12-07T02:01:02.003Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
366 | 2023-12-07T02:01:02.004Z | + mkdir -p ./out/clickhouse |
367 | 2023-12-07T02:01:02.004Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
368 | 2023-12-07T02:01:06.856Z | + ./out/clickhouse/clickhouse server --version |
369 | 2023-12-07T02:01:06.907Z | ClickHouse server version 22.8.9.1. |
370 | 2023-12-07T02:01:06.932Z | + set -o errexit |
371 | 2023-12-07T02:01:06.937Z | +++ dirname ./tools/ci_download_console |
372 | 2023-12-07T02:01:06.937Z | ++ cd ./tools |
373 | 2023-12-07T02:01:06.937Z | ++ pwd |
374 | 2023-12-07T02:01:06.937Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
375 | 2023-12-07T02:01:06.937Z | ++ basename ./tools/ci_download_console |
376 | 2023-12-07T02:01:06.938Z | + ARG0=ci_download_console |
377 | 2023-12-07T02:01:06.938Z | + TARGET_DIR=out |
378 | 2023-12-07T02:01:06.938Z | + DOWNLOAD_DIR=out/downloads |
379 | 2023-12-07T02:01:06.938Z | + DEST_DIR=./out/console-assets |
380 | 2023-12-07T02:01:06.938Z | + source /work/oxidecomputer/omicron/tools/console_version |
381 | 2023-12-07T02:01:06.938Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
382 | 2023-12-07T02:01:06.938Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
383 | 2023-12-07T02:01:06.938Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
384 | 2023-12-07T02:01:06.938Z | + TARBALL_FILE=out/downloads/console.tar.gz |
385 | 2023-12-07T02:01:06.938Z | + main |
386 | 2023-12-07T02:01:06.943Z | + [[ 0 != 0 ]] |
387 | 2023-12-07T02:01:06.943Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
388 | 2023-12-07T02:01:06.943Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
389 | 2023-12-07T02:01:06.944Z | + echo 'Local file: out/downloads/console.tar.gz' |
390 | 2023-12-07T02:01:06.944Z | Local file: out/downloads/console.tar.gz |
391 | 2023-12-07T02:01:06.944Z | + local DO_DOWNLOAD=true |
392 | 2023-12-07T02:01:06.953Z | + [[ -f out/downloads/console.tar.gz ]] |
393 | 2023-12-07T02:01:06.953Z | + mkdir -p out/downloads |
394 | 2023-12-07T02:01:06.953Z | + '[' true == true ']' |
395 | 2023-12-07T02:01:06.954Z | + echo Downloading... |
396 | 2023-12-07T02:01:06.954Z | Downloading... |
397 | 2023-12-07T02:01:06.954Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
398 | 2023-12-07T02:01:06.954Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
399 | 2023-12-07T02:01:07.507Z | ++ do_sha256sum out/downloads/console.tar.gz |
400 | 2023-12-07T02:01:07.515Z | ++ case "$OSTYPE" in |
401 | 2023-12-07T02:01:07.515Z | ++ SHA=sha256sum |
402 | 2023-12-07T02:01:07.515Z | ++ sha256sum |
403 | 2023-12-07T02:01:07.515Z | ++ awk '{print $1}' |
404 | 2023-12-07T02:01:07.515Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
405 | 2023-12-07T02:01:07.515Z | + [[ 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 ]] |
406 | 2023-12-07T02:01:07.516Z | + rm -rf ./out/console-assets |
407 | 2023-12-07T02:01:07.516Z | + mkdir -p ./out/console-assets |
408 | 2023-12-07T02:01:07.516Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
409 | 2023-12-07T02:01:07.516Z | + mkdir -p ./out/console-assets |
410 | 2023-12-07T02:01:07.525Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
411 | 2023-12-07T02:01:08.065Z | + set -o errexit |
412 | 2023-12-07T02:01:08.070Z | +++ dirname ./tools/ci_download_maghemite_openapi |
413 | 2023-12-07T02:01:08.070Z | ++ cd ./tools |
414 | 2023-12-07T02:01:08.070Z | ++ pwd |
415 | 2023-12-07T02:01:08.074Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
416 | 2023-12-07T02:01:08.074Z | ++ basename ./tools/ci_download_maghemite_openapi |
417 | 2023-12-07T02:01:08.075Z | + ARG0=ci_download_maghemite_openapi |
418 | 2023-12-07T02:01:08.075Z | + TARGET_DIR=out |
419 | 2023-12-07T02:01:08.075Z | + DOWNLOAD_DIR=out/downloads |
420 | 2023-12-07T02:01:08.075Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
421 | 2023-12-07T02:01:08.075Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
422 | 2023-12-07T02:01:08.075Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
423 | 2023-12-07T02:01:08.075Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
424 | 2023-12-07T02:01:08.075Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
425 | 2023-12-07T02:01:08.075Z | + main |
426 | 2023-12-07T02:01:08.075Z | + [[ 0 != 0 ]] |
427 | 2023-12-07T02:01:08.076Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
428 | 2023-12-07T02:01:08.076Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
429 | 2023-12-07T02:01:08.076Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
430 | 2023-12-07T02:01:08.076Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
431 | 2023-12-07T02:01:08.076Z | + local DO_DOWNLOAD=true |
432 | 2023-12-07T02:01:08.076Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
433 | 2023-12-07T02:01:08.076Z | + mkdir -p out/downloads |
434 | 2023-12-07T02:01:08.077Z | + '[' true == true ']' |
435 | 2023-12-07T02:01:08.077Z | + echo Downloading... |
436 | 2023-12-07T02:01:08.077Z | Downloading... |
437 | 2023-12-07T02:01:08.077Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
438 | 2023-12-07T02:01:08.080Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
439 | 2023-12-07T02:01:08.080Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
440 | 2023-12-07T02:01:08.080Z | ++ case "$OSTYPE" in |
441 | 2023-12-07T02:01:08.081Z | ++ SHA=sha256sum |
442 | 2023-12-07T02:01:08.081Z | ++ sha256sum |
443 | 2023-12-07T02:01:08.081Z | ++ awk '{print $1}' |
444 | 2023-12-07T02:01:08.081Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
445 | 2023-12-07T02:01:08.082Z | + [[ 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 ]] |
446 | 2023-12-07T02:01:08.082Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
447 | 2023-12-07T02:01:08.082Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
448 | 2023-12-07T02:01:08.082Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
449 | 2023-12-07T02:01:08.082Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
450 | 2023-12-07T02:01:08.082Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
451 | 2023-12-07T02:01:08.082Z | + main |
452 | 2023-12-07T02:01:08.082Z | + [[ 0 != 0 ]] |
453 | 2023-12-07T02:01:08.082Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
454 | 2023-12-07T02:01:08.082Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
455 | 2023-12-07T02:01:08.083Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
456 | 2023-12-07T02:01:08.083Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
457 | 2023-12-07T02:01:08.083Z | + local DO_DOWNLOAD=true |
458 | 2023-12-07T02:01:08.085Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
459 | 2023-12-07T02:01:08.086Z | + mkdir -p out/downloads |
460 | 2023-12-07T02:01:08.086Z | + '[' true == true ']' |
461 | 2023-12-07T02:01:08.086Z | + echo Downloading... |
462 | 2023-12-07T02:01:08.086Z | Downloading... |
463 | 2023-12-07T02:01:08.086Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
464 | 2023-12-07T02:01:08.086Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
465 | 2023-12-07T02:01:08.113Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
466 | 2023-12-07T02:01:08.562Z | ++ case "$OSTYPE" in |
467 | 2023-12-07T02:01:08.563Z | ++ SHA=sha256sum |
468 | 2023-12-07T02:01:08.563Z | ++ sha256sum |
469 | 2023-12-07T02:01:08.563Z | ++ awk '{print $1}' |
470 | 2023-12-07T02:01:08.564Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
471 | 2023-12-07T02:01:08.564Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
472 | 2023-12-07T02:01:08.584Z | + set -o errexit |
473 | 2023-12-07T02:01:08.584Z | +++ dirname ./tools/ci_download_dendrite_openapi |
474 | 2023-12-07T02:01:08.584Z | ++ cd ./tools |
475 | 2023-12-07T02:01:08.584Z | ++ pwd |
476 | 2023-12-07T02:01:08.584Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
477 | 2023-12-07T02:01:08.584Z | ++ basename ./tools/ci_download_dendrite_openapi |
478 | 2023-12-07T02:01:08.584Z | + ARG0=ci_download_dendrite_openapi |
479 | 2023-12-07T02:01:08.585Z | + TARGET_DIR=out |
480 | 2023-12-07T02:01:08.585Z | + DOWNLOAD_DIR=out/downloads |
481 | 2023-12-07T02:01:08.589Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
482 | 2023-12-07T02:01:08.589Z | ++ COMMIT=1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8 |
483 | 2023-12-07T02:01:08.590Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
484 | 2023-12-07T02:01:08.590Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json |
485 | 2023-12-07T02:01:08.590Z | + LOCAL_FILE=out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
486 | 2023-12-07T02:01:08.590Z | + main |
487 | 2023-12-07T02:01:08.590Z | + [[ 0 != 0 ]] |
488 | 2023-12-07T02:01:08.590Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json' |
489 | 2023-12-07T02:01:08.591Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json |
490 | 2023-12-07T02:01:08.591Z | Local file: out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
491 | 2023-12-07T02:01:08.591Z | + echo 'Local file: out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json' |
492 | 2023-12-07T02:01:08.591Z | + local DO_DOWNLOAD=true |
493 | 2023-12-07T02:01:08.591Z | + [[ -f out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json ]] |
494 | 2023-12-07T02:01:08.591Z | + mkdir -p out/downloads |
495 | 2023-12-07T02:01:08.592Z | + '[' true == true ']' |
496 | 2023-12-07T02:01:08.592Z | + echo Downloading... |
497 | 2023-12-07T02:01:08.592Z | Downloading... |
498 | 2023-12-07T02:01:08.592Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
499 | 2023-12-07T02:01:08.592Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json |
500 | 2023-12-07T02:01:08.592Z | ++ do_sha256sum out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json |
501 | 2023-12-07T02:01:08.592Z | ++ case "$OSTYPE" in |
502 | 2023-12-07T02:01:08.597Z | ++ SHA=sha256sum |
503 | 2023-12-07T02:01:08.597Z | ++ sha256sum |
504 | 2023-12-07T02:01:08.597Z | ++ awk '{print $1}' |
505 | 2023-12-07T02:01:08.597Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
506 | 2023-12-07T02:01:08.597Z | + [[ 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 ]] |
507 | 2023-12-07T02:01:08.597Z | + set -o errexit |
508 | 2023-12-07T02:01:08.598Z | +++ dirname ./tools/ci_download_dendrite_stub |
509 | 2023-12-07T02:01:08.598Z | ++ cd ./tools |
510 | 2023-12-07T02:01:08.598Z | ++ pwd |
511 | 2023-12-07T02:01:08.598Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
512 | 2023-12-07T02:01:08.598Z | ++ basename ./tools/ci_download_dendrite_stub |
513 | 2023-12-07T02:01:08.598Z | + ARG0=ci_download_dendrite_stub |
514 | 2023-12-07T02:01:08.598Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
515 | 2023-12-07T02:01:08.598Z | ++ CIDL_SHA256_ILLUMOS=06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 |
516 | 2023-12-07T02:01:08.598Z | ++ CIDL_SHA256_LINUX_DPD=99a800cbd5739245154831004892d47be5a871e37c536ec3009911ddb02fdb16 |
517 | 2023-12-07T02:01:08.599Z | ++ CIDL_SHA256_LINUX_SWADM=e92bfc071f3944523a2e69b13ee877a4fd87cb8a9a78011b4aa8f40218347e25 |
518 | 2023-12-07T02:01:08.599Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
519 | 2023-12-07T02:01:08.599Z | ++ COMMIT=1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8 |
520 | 2023-12-07T02:01:08.599Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
521 | 2023-12-07T02:01:08.599Z | + TARGET_DIR=out |
522 | 2023-12-07T02:01:08.599Z | + DOWNLOAD_DIR=out/downloads |
523 | 2023-12-07T02:01:08.599Z | + DEST_DIR=./out/dendrite-stub |
524 | 2023-12-07T02:01:08.599Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
525 | 2023-12-07T02:01:08.600Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
526 | 2023-12-07T02:01:08.600Z | + REPO=oxidecomputer/dendrite |
527 | 2023-12-07T02:01:08.602Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8 |
528 | 2023-12-07T02:01:08.602Z | + main |
529 | 2023-12-07T02:01:08.602Z | + [[ 0 != 0 ]] |
530 | 2023-12-07T02:01:08.602Z | + CIDL_OS=solaris2.11 |
531 | 2023-12-07T02:01:08.602Z | + [[ 0 != 0 ]] |
532 | 2023-12-07T02:01:08.602Z | + configure_os solaris2.11 |
533 | 2023-12-07T02:01:08.602Z | + echo 'current directory: /work/oxidecomputer/omicron' |
534 | 2023-12-07T02:01:08.602Z | current directory: /work/oxidecomputer/omicron |
535 | 2023-12-07T02:01:08.603Z | + echo 'configuring based on OS: "solaris2.11"' |
536 | 2023-12-07T02:01:08.603Z | configuring based on OS: "solaris2.11" |
537 | 2023-12-07T02:01:08.603Z | + case "$1" in |
538 | 2023-12-07T02:01:08.603Z | + SET_BINARIES= |
539 | 2023-12-07T02:01:08.603Z | + CIDL_SHA256=06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 |
540 | 2023-12-07T02:01:08.603Z | + CIDL_SHA256FUNC=do_sha256sum |
541 | 2023-12-07T02:01:08.603Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
542 | 2023-12-07T02:01:08.604Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz |
543 | 2023-12-07T02:01:08.604Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
544 | 2023-12-07T02:01:08.604Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz' |
545 | 2023-12-07T02:01:08.604Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz |
546 | 2023-12-07T02:01:08.604Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
547 | 2023-12-07T02:01:08.604Z | Local file: out/downloads/dendrite-stub.tar.gz |
548 | 2023-12-07T02:01:08.604Z | + mkdir -p out/downloads |
549 | 2023-12-07T02:01:08.605Z | + mkdir -p ./out/dendrite-stub |
550 | 2023-12-07T02:01:08.606Z | + fetch_and_verify |
551 | 2023-12-07T02:01:08.606Z | + local DO_DOWNLOAD=true |
552 | 2023-12-07T02:01:08.608Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
553 | 2023-12-07T02:01:08.608Z | + '[' true == true ']' |
554 | 2023-12-07T02:01:08.608Z | + echo Downloading... |
555 | 2023-12-07T02:01:08.608Z | Downloading... |
556 | 2023-12-07T02:01:08.608Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
557 | 2023-12-07T02:01:08.608Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz |
558 | 2023-12-07T02:01:17.377Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
559 | 2023-12-07T02:01:17.389Z | ++ sha256sum |
560 | 2023-12-07T02:01:17.389Z | ++ awk '{print $1}' |
561 | 2023-12-07T02:01:17.471Z | + calculated_sha256=06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 |
562 | 2023-12-07T02:01:17.472Z | + [[ 06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 != \0\6\b\5\e\e\e\d\a\e\b\f\3\0\e\9\6\a\5\c\5\e\9\3\2\e\0\8\0\3\4\c\9\0\9\4\7\a\f\7\a\5\4\e\9\b\c\0\4\d\5\7\d\6\8\0\7\0\1\3\a\d\e\9 ]] |
563 | 2023-12-07T02:01:17.495Z | + do_untar out/downloads/dendrite-stub.tar.gz |
564 | 2023-12-07T02:01:17.495Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
565 | 2023-12-07T02:01:18.453Z | + do_assemble |
566 | 2023-12-07T02:01:18.454Z | + rm -r ./out/dendrite-stub |
567 | 2023-12-07T02:01:18.458Z | + mkdir ./out/dendrite-stub |
568 | 2023-12-07T02:01:18.462Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
569 | 2023-12-07T02:01:18.595Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
570 | 2023-12-07T02:01:18.608Z | + set -o errexit |
571 | 2023-12-07T02:01:18.612Z | +++ dirname ./tools/ci_download_maghemite_mgd |
572 | 2023-12-07T02:01:18.612Z | ++ cd ./tools |
573 | 2023-12-07T02:01:18.617Z | ++ pwd |
574 | 2023-12-07T02:01:18.617Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
575 | 2023-12-07T02:01:18.617Z | ++ basename ./tools/ci_download_maghemite_mgd |
576 | 2023-12-07T02:01:18.619Z | + ARG0=ci_download_maghemite_mgd |
577 | 2023-12-07T02:01:18.619Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
578 | 2023-12-07T02:01:18.619Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
579 | 2023-12-07T02:01:18.619Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
580 | 2023-12-07T02:01:18.619Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
581 | 2023-12-07T02:01:18.619Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
582 | 2023-12-07T02:01:18.619Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
583 | 2023-12-07T02:01:18.619Z | + TARGET_DIR=out |
584 | 2023-12-07T02:01:18.620Z | + DOWNLOAD_DIR=out/downloads |
585 | 2023-12-07T02:01:18.620Z | + DEST_DIR=./out/mgd |
586 | 2023-12-07T02:01:18.620Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
587 | 2023-12-07T02:01:18.620Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
588 | 2023-12-07T02:01:18.620Z | + REPO=oxidecomputer/maghemite |
589 | 2023-12-07T02:01:18.620Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
590 | 2023-12-07T02:01:18.627Z | + main |
591 | 2023-12-07T02:01:18.627Z | + [[ 0 != 0 ]] |
592 | 2023-12-07T02:01:18.627Z | + CIDL_OS=solaris2.11 |
593 | 2023-12-07T02:01:18.627Z | + [[ 0 != 0 ]] |
594 | 2023-12-07T02:01:18.627Z | + configure_os solaris2.11 |
595 | 2023-12-07T02:01:18.628Z | + echo 'current directory: /work/oxidecomputer/omicron' |
596 | 2023-12-07T02:01:18.628Z | current directory: /work/oxidecomputer/omicron |
597 | 2023-12-07T02:01:18.628Z | + echo 'configuring based on OS: "solaris2.11"' |
598 | 2023-12-07T02:01:18.628Z | + case "$1" in |
599 | 2023-12-07T02:01:18.628Z | configuring based on OS: "solaris2.11" |
600 | 2023-12-07T02:01:18.628Z | + SET_BINARIES= |
601 | 2023-12-07T02:01:18.628Z | + CIDL_SHA256FUNC=do_sha256sum |
602 | 2023-12-07T02:01:18.629Z | + TARBALL_FILENAME=mgd.tar.gz |
603 | 2023-12-07T02:01:18.629Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
604 | 2023-12-07T02:01:18.629Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
605 | 2023-12-07T02:01:18.629Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
606 | 2023-12-07T02:01:18.629Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
607 | 2023-12-07T02:01:18.629Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
608 | 2023-12-07T02:01:18.630Z | Local file: out/downloads/mgd.tar.gz |
609 | 2023-12-07T02:01:18.630Z | + mkdir -p out/downloads |
610 | 2023-12-07T02:01:18.630Z | + mkdir -p ./out/mgd |
611 | 2023-12-07T02:01:18.630Z | + fetch_and_verify |
612 | 2023-12-07T02:01:18.630Z | + local DO_DOWNLOAD=true |
613 | 2023-12-07T02:01:18.630Z | + [[ -f out/downloads/mgd.tar.gz ]] |
614 | 2023-12-07T02:01:18.630Z | + '[' true == true ']' |
615 | 2023-12-07T02:01:18.630Z | + echo Downloading... |
616 | 2023-12-07T02:01:18.630Z | Downloading... |
617 | 2023-12-07T02:01:18.631Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
618 | 2023-12-07T02:01:18.631Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
619 | 2023-12-07T02:01:24.761Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
620 | 2023-12-07T02:01:24.767Z | ++ sha256sum |
621 | 2023-12-07T02:01:24.767Z | ++ awk '{print $1}' |
622 | 2023-12-07T02:01:24.839Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
623 | 2023-12-07T02:01:24.839Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
624 | 2023-12-07T02:01:24.889Z | + do_untar out/downloads/mgd.tar.gz |
625 | 2023-12-07T02:01:24.889Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
626 | 2023-12-07T02:01:25.500Z | + do_assemble |
627 | 2023-12-07T02:01:25.500Z | + rm -r ./out/mgd |
628 | 2023-12-07T02:01:25.504Z | + mkdir ./out/mgd |
629 | 2023-12-07T02:01:25.507Z | + cp -r out/downloads/root ./out/mgd/root |
630 | 2023-12-07T02:01:25.723Z | + set -o errexit |
631 | 2023-12-07T02:01:25.751Z | +++ dirname ./tools/ci_download_transceiver_control |
632 | 2023-12-07T02:01:25.752Z | ++ cd ./tools |
633 | 2023-12-07T02:01:25.752Z | ++ pwd |
634 | 2023-12-07T02:01:25.752Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
635 | 2023-12-07T02:01:25.752Z | ++ basename ./tools/ci_download_transceiver_control |
636 | 2023-12-07T02:01:25.752Z | + ARG0=ci_download_transceiver_control |
637 | 2023-12-07T02:01:25.752Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
638 | 2023-12-07T02:01:25.752Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
639 | 2023-12-07T02:01:25.752Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
640 | 2023-12-07T02:01:25.753Z | + TARGET_DIR=out |
641 | 2023-12-07T02:01:25.753Z | + DOWNLOAD_DIR=out/downloads |
642 | 2023-12-07T02:01:25.753Z | + DEST_DIR=./out/transceiver-control |
643 | 2023-12-07T02:01:25.753Z | + BIN_DIR=/opt/oxide/bin |
644 | 2023-12-07T02:01:25.753Z | + BINARY=xcvradm |
645 | 2023-12-07T02:01:25.753Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
646 | 2023-12-07T02:01:25.754Z | + REPO=oxidecomputer/transceiver-control |
647 | 2023-12-07T02:01:25.754Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
648 | 2023-12-07T02:01:25.754Z | + main |
649 | 2023-12-07T02:01:25.754Z | + [[ 0 != 0 ]] |
650 | 2023-12-07T02:01:25.754Z | + CIDL_OS=solaris2.11 |
651 | 2023-12-07T02:01:25.757Z | current directory: /work/oxidecomputer/omicron |
652 | 2023-12-07T02:01:25.757Z | configuring based on OS: "solaris2.11" |
653 | 2023-12-07T02:01:25.757Z | + [[ 0 != 0 ]] |
654 | 2023-12-07T02:01:25.758Z | + configure_os solaris2.11 |
655 | 2023-12-07T02:01:25.758Z | + echo 'current directory: /work/oxidecomputer/omicron' |
656 | 2023-12-07T02:01:25.759Z | + echo 'configuring based on OS: "solaris2.11"' |
657 | 2023-12-07T02:01:25.759Z | + case "$1" in |
658 | 2023-12-07T02:01:25.759Z | + SET_BINARIES= |
659 | 2023-12-07T02:01:25.759Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
660 | 2023-12-07T02:01:25.759Z | + CIDL_SHA256FUNC=do_sha256sum |
661 | 2023-12-07T02:01:25.760Z | + ARCHIVE_FILENAME=xcvradm.gz |
662 | 2023-12-07T02:01:25.760Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
663 | 2023-12-07T02:01:25.760Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
664 | 2023-12-07T02:01:25.761Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
665 | 2023-12-07T02:01:25.761Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2023-12-07T02:01:25.761Z | + echo 'Local file: out/downloads/xcvradm.gz' |
667 | 2023-12-07T02:01:25.762Z | + mkdir -p out/downloads |
668 | 2023-12-07T02:01:25.762Z | Local file: out/downloads/xcvradm.gz |
669 | 2023-12-07T02:01:25.763Z | + mkdir -p ./out/transceiver-control |
670 | 2023-12-07T02:01:25.763Z | + fetch_and_verify |
671 | 2023-12-07T02:01:25.763Z | + local DO_DOWNLOAD=true |
672 | 2023-12-07T02:01:25.764Z | + [[ -f out/downloads/xcvradm.gz ]] |
673 | 2023-12-07T02:01:25.764Z | + '[' true == true ']' |
674 | 2023-12-07T02:01:25.764Z | + echo Downloading... |
675 | 2023-12-07T02:01:25.765Z | Downloading... |
676 | 2023-12-07T02:01:25.765Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
677 | 2023-12-07T02:01:25.774Z | + 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 |
678 | 2023-12-07T02:01:27.501Z | ++ do_sha256sum out/downloads/xcvradm.gz |
679 | 2023-12-07T02:01:27.506Z | ++ sha256sum |
680 | 2023-12-07T02:01:27.506Z | ++ awk '{print $1}' |
681 | 2023-12-07T02:01:27.526Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
682 | 2023-12-07T02:01:27.527Z | + [[ 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 ]] |
683 | 2023-12-07T02:01:27.531Z | + do_unpack out/downloads/xcvradm.gz |
684 | 2023-12-07T02:01:27.531Z | + mkdir -p out/downloads/root//opt/oxide/bin |
685 | 2023-12-07T02:01:27.531Z | + gzip -dc out/downloads/xcvradm.gz |
686 | 2023-12-07T02:01:27.808Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
687 | 2023-12-07T02:01:27.837Z | + do_assemble |
688 | 2023-12-07T02:01:27.838Z | + rm -r ./out/transceiver-control |
689 | 2023-12-07T02:01:27.839Z | + mkdir ./out/transceiver-control |
690 | 2023-12-07T02:01:27.839Z | + cp -r out/downloads/root ./out/transceiver-control/root |
691 | 2023-12-07T02:01:27.951Z | All prerequisites installed successfully |
692 | 2023-12-07T02:01:27.963Z | |
693 | 2023-12-07T02:01:27.964Z | real 1:58.919177977 |
694 | 2023-12-07T02:01:27.964Z | user 55.241137407 |
695 | 2023-12-07T02:01:27.964Z | sys 10.337264310 |
696 | 2023-12-07T02:01:27.966Z | trap 0.021525681 |
697 | 2023-12-07T02:01:27.966Z | tflt 0.223269402 |
698 | 2023-12-07T02:01:27.967Z | dflt 0.762540464 |
699 | 2023-12-07T02:01:27.967Z | kflt 0.194998888 |
700 | 2023-12-07T02:01:27.968Z | lock 1.702855488 |
701 | 2023-12-07T02:01:27.968Z | slp 3:34.645158761 |
702 | 2023-12-07T02:01:27.968Z | lat 3.555957297 |
703 | 2023-12-07T02:01:27.969Z | stop 0.071944852 |
704 | 2023-12-07T02:01:27.969Z | + banner end-to-end-tests |
705 | 2023-12-07T02:01:28.068Z | |
706 | 2023-12-07T02:01:28.068Z | ###### # # ##### ##### #### ###### # # ##### |
707 | 2023-12-07T02:01:28.068Z | # ## # # # # # # # ## # # # |
708 | 2023-12-07T02:01:28.074Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
709 | 2023-12-07T02:01:28.074Z | # # # # # # # # # # # # # # # |
710 | 2023-12-07T02:01:28.075Z | # # ## # # # # # # # ## # # |
711 | 2023-12-07T02:01:28.075Z | ###### # # ##### # #### ###### # # ##### |
712 | 2023-12-07T02:01:28.075Z | |
713 | 2023-12-07T02:01:28.082Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
714 | 2023-12-07T02:01:28.082Z | + CARGO_PROFILE_DEV_DEBUG=1 |
715 | 2023-12-07T02:01:28.082Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
716 | 2023-12-07T02:01:28.083Z | + CARGO_PROFILE_TEST_DEBUG=1 |
717 | 2023-12-07T02:01:28.083Z | + export CARGO_INCREMENTAL=0 |
718 | 2023-12-07T02:01:28.083Z | + CARGO_INCREMENTAL=0 |
719 | 2023-12-07T02:01:28.083Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
720 | 2023-12-07T02:01:28.399Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
721 | 2023-12-07T02:01:28.768Z | Updating crates.io index |
722 | 2023-12-07T02:01:28.792Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2023-12-07T02:01:29.668Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2023-12-07T02:01:31.406Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2023-12-07T02:01:32.014Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
726 | 2023-12-07T02:01:32.367Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
727 | 2023-12-07T02:01:32.641Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
728 | 2023-12-07T02:01:33.503Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2023-12-07T02:01:33.810Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2023-12-07T02:01:36.067Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2023-12-07T02:01:37.932Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
732 | 2023-12-07T02:01:38.155Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2023-12-07T02:01:38.202Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
734 | 2023-12-07T02:01:38.486Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
735 | 2023-12-07T02:01:38.824Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
736 | 2023-12-07T02:01:39.209Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
737 | 2023-12-07T02:01:39.567Z | Updating git repository `https://github.com/njaremko/samael` |
738 | 2023-12-07T02:01:40.006Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
739 | 2023-12-07T02:01:40.679Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
740 | 2023-12-07T02:01:41.065Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
741 | 2023-12-07T02:01:41.397Z | Updating git repository `https://github.com/jgallagher/nix` |
742 | 2023-12-07T02:01:42.624Z | Updating git repository `https://github.com/cbiffle/hubpack` |
743 | 2023-12-07T02:01:43.114Z | Updating git repository `https://github.com/oxidecomputer/typify` |
744 | 2023-12-07T02:01:44.108Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
745 | 2023-12-07T02:01:44.486Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
746 | 2023-12-07T02:01:44.810Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
747 | 2023-12-07T02:01:46.462Z | Downloading crates ... |
748 | 2023-12-07T02:01:46.698Z | Downloaded adler v1.0.2 |
749 | 2023-12-07T02:01:46.703Z | Downloaded cfg-if v1.0.0 |
750 | 2023-12-07T02:01:46.703Z | Downloaded num_threads v0.1.6 |
751 | 2023-12-07T02:01:46.704Z | Downloaded num v0.4.1 |
752 | 2023-12-07T02:01:46.716Z | Downloaded normalize-line-endings v0.3.0 |
753 | 2023-12-07T02:01:46.724Z | Downloaded miniz_oxide v0.7.1 |
754 | 2023-12-07T02:01:46.729Z | Downloaded chrono v0.4.31 |
755 | 2023-12-07T02:01:46.749Z | Downloaded anstream v0.5.0 |
756 | 2023-12-07T02:01:46.756Z | Downloaded atty v0.2.14 |
757 | 2023-12-07T02:01:46.766Z | Downloaded async-stream-impl v0.3.5 |
758 | 2023-12-07T02:01:46.766Z | Downloaded aead v0.5.2 |
759 | 2023-12-07T02:01:46.770Z | Downloaded ahash v0.8.3 |
760 | 2023-12-07T02:01:46.770Z | Downloaded num_enum v0.5.11 |
761 | 2023-12-07T02:01:46.784Z | Downloaded darling_macro v0.20.3 |
762 | 2023-12-07T02:01:46.791Z | Downloaded proc-macro-error v1.0.4 |
763 | 2023-12-07T02:01:46.809Z | Downloaded diesel_derives v2.1.2 |
764 | 2023-12-07T02:01:46.813Z | Downloaded dirs-sys v0.4.1 |
765 | 2023-12-07T02:01:46.817Z | Downloaded defmt v0.3.5 |
766 | 2023-12-07T02:01:46.826Z | Downloaded deranged v0.3.8 |
767 | 2023-12-07T02:01:46.834Z | Downloaded anstyle v1.0.2 |
768 | 2023-12-07T02:01:46.838Z | Downloaded pretty-hex v0.4.0 |
769 | 2023-12-07T02:01:46.841Z | Downloaded proc-macro2 v1.0.69 |
770 | 2023-12-07T02:01:46.849Z | Downloaded pem v3.0.2 |
771 | 2023-12-07T02:01:46.854Z | Downloaded paste v1.0.14 |
772 | 2023-12-07T02:01:46.862Z | Downloaded pbkdf2 v0.12.2 |
773 | 2023-12-07T02:01:46.865Z | Downloaded addr2line v0.21.0 |
774 | 2023-12-07T02:01:46.871Z | Downloaded rand_core v0.5.1 |
775 | 2023-12-07T02:01:46.875Z | Downloaded pretty-hex v0.2.1 |
776 | 2023-12-07T02:01:46.880Z | Downloaded quote v1.0.33 |
777 | 2023-12-07T02:01:46.885Z | Downloaded debug-ignore v1.0.5 |
778 | 2023-12-07T02:01:46.890Z | Downloaded bzip2 v0.4.4 |
779 | 2023-12-07T02:01:46.895Z | Downloaded difflib v0.4.0 |
780 | 2023-12-07T02:01:46.899Z | Downloaded pest_generator v2.7.2 |
781 | 2023-12-07T02:01:46.903Z | Downloaded cancel-safe-futures v0.1.5 |
782 | 2023-12-07T02:01:46.910Z | Downloaded parking_lot_core v0.9.8 |
783 | 2023-12-07T02:01:46.915Z | Downloaded managed v0.8.0 |
784 | 2023-12-07T02:01:46.927Z | Downloaded time-core v0.1.1 |
785 | 2023-12-07T02:01:46.928Z | Downloaded predicates v3.0.4 |
786 | 2023-12-07T02:01:46.933Z | Downloaded foreign-types v0.5.0 |
787 | 2023-12-07T02:01:46.934Z | Downloaded crypto-bigint v0.5.2 |
788 | 2023-12-07T02:01:46.946Z | Downloaded postgres-protocol v0.6.6 |
789 | 2023-12-07T02:01:46.950Z | Downloaded parking_lot v0.12.1 |
790 | 2023-12-07T02:01:46.955Z | Downloaded schemars_derive v0.8.13 |
791 | 2023-12-07T02:01:46.959Z | Downloaded is-terminal v0.4.9 |
792 | 2023-12-07T02:01:46.963Z | Downloaded ipnetwork v0.20.0 |
793 | 2023-12-07T02:01:46.967Z | Downloaded terminal_size v0.2.6 |
794 | 2023-12-07T02:01:46.971Z | Downloaded slog-scope v4.4.0 |
795 | 2023-12-07T02:01:46.971Z | Downloaded rfc6979 v0.4.0 |
796 | 2023-12-07T02:01:46.974Z | Downloaded hex v0.4.3 |
797 | 2023-12-07T02:01:46.981Z | Downloaded darling v0.20.3 |
798 | 2023-12-07T02:01:46.985Z | Downloaded semver v0.11.0 |
799 | 2023-12-07T02:01:46.989Z | Downloaded semver-parser v0.10.2 |
800 | 2023-12-07T02:01:46.994Z | Downloaded serde_repr v0.1.16 |
801 | 2023-12-07T02:01:46.998Z | Downloaded toolchain_find v0.2.0 |
802 | 2023-12-07T02:01:47.003Z | Downloaded structopt-derive v0.4.18 |
803 | 2023-12-07T02:01:47.007Z | Downloaded rcgen v0.11.3 |
804 | 2023-12-07T02:01:47.013Z | Downloaded rustls-pemfile v1.0.3 |
805 | 2023-12-07T02:01:47.016Z | Downloaded usdt-attr-macro v0.3.5 |
806 | 2023-12-07T02:01:47.017Z | Downloaded rand v0.8.5 |
807 | 2023-12-07T02:01:47.023Z | Downloaded slog-async v2.8.0 |
808 | 2023-12-07T02:01:47.027Z | Downloaded instant v0.1.12 |
809 | 2023-12-07T02:01:47.031Z | Downloaded foreign-types-shared v0.3.1 |
810 | 2023-12-07T02:01:47.036Z | Downloaded endian-type v0.1.2 |
811 | 2023-12-07T02:01:47.036Z | Downloaded same-file v1.0.6 |
812 | 2023-12-07T02:01:47.040Z | Downloaded vsss-rs v3.3.1 |
813 | 2023-12-07T02:01:47.044Z | Downloaded foreign-types-shared v0.1.1 |
814 | 2023-12-07T02:01:47.044Z | Downloaded cc v1.0.83 |
815 | 2023-12-07T02:01:47.051Z | Downloaded want v0.3.1 |
816 | 2023-12-07T02:01:47.055Z | Downloaded xattr v1.0.1 |
817 | 2023-12-07T02:01:47.059Z | Downloaded keccak v0.1.4 |
818 | 2023-12-07T02:01:47.063Z | Downloaded backtrace v0.3.69 |
819 | 2023-12-07T02:01:47.070Z | Downloaded structmeta-derive v0.2.0 |
820 | 2023-12-07T02:01:47.077Z | Downloaded enum-as-inner v0.5.1 |
821 | 2023-12-07T02:01:47.087Z | Downloaded russh-cryptovec v0.7.0 |
822 | 2023-12-07T02:01:47.088Z | Downloaded universal-hash v0.5.1 |
823 | 2023-12-07T02:01:47.088Z | Downloaded schemars v0.8.13 |
824 | 2023-12-07T02:01:47.101Z | Downloaded lalrpop-util v0.19.12 |
825 | 2023-12-07T02:01:47.104Z | Downloaded futures-sink v0.3.29 |
826 | 2023-12-07T02:01:47.105Z | Downloaded synstructure v0.12.6 |
827 | 2023-12-07T02:01:47.108Z | Downloaded embedded-io v0.4.0 |
828 | 2023-12-07T02:01:47.113Z | Downloaded http-range v0.1.5 |
829 | 2023-12-07T02:01:47.116Z | Downloaded version_check v0.9.4 |
830 | 2023-12-07T02:01:47.116Z | Downloaded slab v0.4.9 |
831 | 2023-12-07T02:01:47.123Z | Downloaded tinyvec v1.6.0 |
832 | 2023-12-07T02:01:47.128Z | Downloaded signal-hook-registry v1.4.1 |
833 | 2023-12-07T02:01:47.129Z | Downloaded rustc-demangle v0.1.23 |
834 | 2023-12-07T02:01:47.132Z | Downloaded tinyvec_macros v0.1.1 |
835 | 2023-12-07T02:01:47.132Z | Downloaded slog-json v2.6.1 |
836 | 2023-12-07T02:01:47.136Z | Downloaded rustfmt-wrapper v0.2.0 |
837 | 2023-12-07T02:01:47.139Z | Downloaded lock_api v0.4.10 |
838 | 2023-12-07T02:01:47.142Z | Downloaded httparse v1.8.0 |
839 | 2023-12-07T02:01:47.147Z | Downloaded take_mut v0.2.2 |
840 | 2023-12-07T02:01:47.148Z | Downloaded usdt v0.3.5 |
841 | 2023-12-07T02:01:47.151Z | Downloaded untrusted v0.7.1 |
842 | 2023-12-07T02:01:47.151Z | Downloaded kstat-rs v0.2.3 |
843 | 2023-12-07T02:01:47.155Z | Downloaded getrandom v0.1.16 |
844 | 2023-12-07T02:01:47.158Z | Downloaded ryu v1.0.15 |
845 | 2023-12-07T02:01:47.162Z | Downloaded try-lock v0.2.4 |
846 | 2023-12-07T02:01:47.166Z | Downloaded unicode-segmentation v1.10.1 |
847 | 2023-12-07T02:01:47.172Z | Downloaded spin v0.5.2 |
848 | 2023-12-07T02:01:47.176Z | Downloaded textwrap v0.11.0 |
849 | 2023-12-07T02:01:47.180Z | Downloaded strsim v0.8.0 |
850 | 2023-12-07T02:01:47.180Z | Downloaded ghash v0.5.0 |
851 | 2023-12-07T02:01:47.184Z | Downloaded flagset v0.4.3 |
852 | 2023-12-07T02:01:47.184Z | Downloaded russh-keys v0.40.0 |
853 | 2023-12-07T02:01:47.188Z | Downloaded usdt-impl v0.3.5 |
854 | 2023-12-07T02:01:47.192Z | Downloaded uuid v1.6.1 |
855 | 2023-12-07T02:01:47.198Z | Downloaded futures-macro v0.3.29 |
856 | 2023-12-07T02:01:47.202Z | Downloaded futures-core v0.3.29 |
857 | 2023-12-07T02:01:47.206Z | Downloaded filetime v0.2.23 |
858 | 2023-12-07T02:01:47.210Z | Downloaded unicase v2.7.0 |
859 | 2023-12-07T02:01:47.211Z | Downloaded unicode-xid v0.2.4 |
860 | 2023-12-07T02:01:47.215Z | Downloaded futures v0.3.29 |
861 | 2023-12-07T02:01:47.256Z | Downloaded libefi-sys v0.1.0 |
862 | 2023-12-07T02:01:47.260Z | Downloaded inout v0.1.3 |
863 | 2023-12-07T02:01:47.260Z | Downloaded form_urlencoded v1.2.1 |
864 | 2023-12-07T02:01:47.260Z | Downloaded heck v0.3.3 |
865 | 2023-12-07T02:01:47.260Z | Downloaded ff v0.13.0 |
866 | 2023-12-07T02:01:47.261Z | Downloaded term v0.7.0 |
867 | 2023-12-07T02:01:47.261Z | Downloaded time-macros v0.2.13 |
868 | 2023-12-07T02:01:47.261Z | Downloaded tar v0.4.40 |
869 | 2023-12-07T02:01:47.261Z | Downloaded fixedbitset v0.4.2 |
870 | 2023-12-07T02:01:47.261Z | Downloaded crossterm v0.27.0 |
871 | 2023-12-07T02:01:47.265Z | Downloaded hashbrown v0.12.3 |
872 | 2023-12-07T02:01:47.272Z | Downloaded serde_spanned v0.6.4 |
873 | 2023-12-07T02:01:47.276Z | Downloaded sha2 v0.10.8 |
874 | 2023-12-07T02:01:47.286Z | Downloaded aho-corasick v1.0.4 |
875 | 2023-12-07T02:01:47.290Z | Downloaded tempfile v3.8.1 |
876 | 2023-12-07T02:01:47.294Z | Downloaded heck v0.4.1 |
877 | 2023-12-07T02:01:47.298Z | Downloaded futures-channel v0.3.29 |
878 | 2023-12-07T02:01:47.301Z | Downloaded toml v0.7.8 |
879 | 2023-12-07T02:01:47.307Z | Downloaded similar v2.2.1 |
880 | 2023-12-07T02:01:47.317Z | Downloaded hmac v0.12.1 |
881 | 2023-12-07T02:01:47.321Z | Downloaded subprocess v0.2.9 |
882 | 2023-12-07T02:01:47.326Z | Downloaded tungstenite v0.20.1 |
883 | 2023-12-07T02:01:47.331Z | Downloaded reqwest v0.11.22 |
884 | 2023-12-07T02:01:47.346Z | Downloaded socket2 v0.5.5 |
885 | 2023-12-07T02:01:47.353Z | Downloaded itertools v0.11.0 |
886 | 2023-12-07T02:01:47.364Z | Downloaded libm v0.2.7 |
887 | 2023-12-07T02:01:47.381Z | Downloaded trust-dns-resolver v0.22.0 |
888 | 2023-12-07T02:01:47.388Z | Downloaded russh v0.40.0 |
889 | 2023-12-07T02:01:47.398Z | Downloaded serde_json v1.0.108 |
890 | 2023-12-07T02:01:47.413Z | Downloaded petgraph v0.6.4 |
891 | 2023-12-07T02:01:47.437Z | Downloaded trust-dns-server v0.22.1 |
892 | 2023-12-07T02:01:47.447Z | Downloaded hashbrown v0.13.2 |
893 | 2023-12-07T02:01:47.455Z | Downloaded ed25519-dalek v2.0.0 |
894 | 2023-12-07T02:01:47.463Z | Downloaded object v0.32.1 |
895 | 2023-12-07T02:01:47.481Z | Downloaded rustls-webpki v0.101.7 |
896 | 2023-12-07T02:01:47.509Z | Downloaded hyper v0.14.27 |
897 | 2023-12-07T02:01:47.524Z | Downloaded itertools v0.10.5 |
898 | 2023-12-07T02:01:47.537Z | Downloaded h2 v0.3.21 |
899 | 2023-12-07T02:01:47.549Z | Downloaded regress v0.7.1 |
900 | 2023-12-07T02:01:47.562Z | Downloaded rustls v0.21.9 |
901 | 2023-12-07T02:01:47.584Z | Downloaded hkdf v0.12.3 |
902 | 2023-12-07T02:01:47.589Z | Downloaded radix_trie v0.2.1 |
903 | 2023-12-07T02:01:47.600Z | Downloaded openapiv3 v2.0.0-rc.1 |
904 | 2023-12-07T02:01:47.626Z | Downloaded smoltcp v0.10.0 |
905 | 2023-12-07T02:01:47.644Z | Downloaded syn v2.0.32 |
906 | 2023-12-07T02:01:47.666Z | Downloaded regex-syntax v0.8.2 |
907 | 2023-12-07T02:01:47.683Z | Downloaded idna v0.2.3 |
908 | 2023-12-07T02:01:47.695Z | Downloaded idna v0.5.0 |
909 | 2023-12-07T02:01:47.708Z | Downloaded regex-syntax v0.7.5 |
910 | 2023-12-07T02:01:47.725Z | Downloaded sled v0.34.7 |
911 | 2023-12-07T02:01:48.155Z | Downloaded rustix v0.38.25 |
912 | 2023-12-07T02:01:48.168Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
913 | 2023-12-07T02:01:48.168Z | Downloaded regex-automata v0.3.8 |
914 | 2023-12-07T02:01:48.169Z | Downloaded tokio v1.34.0 |
915 | 2023-12-07T02:01:48.169Z | Downloaded regex-automata v0.4.3 |
916 | 2023-12-07T02:01:48.169Z | Downloaded libc v0.2.150 |
917 | 2023-12-07T02:01:48.169Z | Downloaded sha3 v0.10.8 |
918 | 2023-12-07T02:01:48.169Z | Downloaded encoding_rs v0.8.33 |
919 | 2023-12-07T02:01:48.170Z | Downloaded zerocopy-derive v0.7.26 |
920 | 2023-12-07T02:01:48.170Z | Downloaded zerocopy-derive v0.6.4 |
921 | 2023-12-07T02:01:48.170Z | Downloaded zerocopy-derive v0.2.0 |
922 | 2023-12-07T02:01:48.170Z | Downloaded syn v1.0.109 |
923 | 2023-12-07T02:01:48.171Z | Downloaded winapi v0.3.9 |
924 | 2023-12-07T02:01:48.193Z | Downloaded webpki-roots v0.25.2 |
925 | 2023-12-07T02:01:48.200Z | Downloaded trust-dns-proto v0.22.0 |
926 | 2023-12-07T02:01:48.222Z | Downloaded smoltcp v0.9.1 |
927 | 2023-12-07T02:01:48.242Z | Downloaded rustix v0.37.23 |
928 | 2023-12-07T02:01:48.288Z | Downloaded vcpkg v0.2.15 |
929 | 2023-12-07T02:01:48.352Z | Downloaded bstr v1.6.0 |
930 | 2023-12-07T02:01:48.372Z | Downloaded gimli v0.28.0 |
931 | 2023-12-07T02:01:48.387Z | Downloaded regex v1.10.2 |
932 | 2023-12-07T02:01:48.411Z | Downloaded bstr v0.2.17 |
933 | 2023-12-07T02:01:48.428Z | Downloaded diesel v2.1.4 |
934 | 2023-12-07T02:01:48.468Z | Downloaded futures-util v0.3.29 |
935 | 2023-12-07T02:01:48.482Z | Downloaded curve25519-dalek v4.1.0 |
936 | 2023-12-07T02:01:48.498Z | Downloaded openssl v0.10.60 |
937 | 2023-12-07T02:01:48.515Z | Downloaded toml_edit v0.21.0 |
938 | 2023-12-07T02:01:48.552Z | Downloaded serde_with v2.3.3 |
939 | 2023-12-07T02:01:48.564Z | Downloaded regex-automata v0.1.10 |
940 | 2023-12-07T02:01:48.572Z | Downloaded itertools v0.12.0 |
941 | 2023-12-07T02:01:48.584Z | Downloaded zerocopy v0.7.26 |
942 | 2023-12-07T02:01:48.622Z | Downloaded rand v0.7.3 |
943 | 2023-12-07T02:01:48.625Z | Downloaded clap v2.34.0 |
944 | 2023-12-07T02:01:48.632Z | Downloaded indexmap v2.1.0 |
945 | 2023-12-07T02:01:48.643Z | Downloaded winnow v0.5.15 |
946 | 2023-12-07T02:01:48.657Z | Downloaded zerocopy v0.6.4 |
947 | 2023-12-07T02:01:48.661Z | Downloaded unicode-normalization v0.1.22 |
948 | 2023-12-07T02:01:48.668Z | Downloaded tokio-util v0.7.10 |
949 | 2023-12-07T02:01:48.682Z | Downloaded pest v2.7.2 |
950 | 2023-12-07T02:01:48.687Z | Downloaded hashbrown v0.14.2 |
951 | 2023-12-07T02:01:48.697Z | Downloaded clap_builder v4.4.2 |
952 | 2023-12-07T02:01:48.709Z | Downloaded elliptic-curve v0.13.8 |
953 | 2023-12-07T02:01:48.715Z | Downloaded unsafe-libyaml v0.2.9 |
954 | 2023-12-07T02:01:48.721Z | Downloaded snafu v0.7.5 |
955 | 2023-12-07T02:01:48.735Z | Downloaded http v0.2.11 |
956 | 2023-12-07T02:01:48.741Z | Downloaded signal-hook v0.3.17 |
957 | 2023-12-07T02:01:48.745Z | Downloaded socket2 v0.4.9 |
958 | 2023-12-07T02:01:48.749Z | Downloaded slog-term v2.9.0 |
959 | 2023-12-07T02:01:48.753Z | Downloaded ecdsa v0.16.9 |
960 | 2023-12-07T02:01:48.753Z | Downloaded tokio-stream v0.1.14 |
961 | 2023-12-07T02:01:48.759Z | Downloaded tracing-core v0.1.31 |
962 | 2023-12-07T02:01:48.764Z | Downloaded yasna v0.5.2 |
963 | 2023-12-07T02:01:48.768Z | Downloaded half v1.8.2 |
964 | 2023-12-07T02:01:48.771Z | Downloaded time v0.3.27 |
965 | 2023-12-07T02:01:48.782Z | Downloaded linked-hash-map v0.5.6 |
966 | 2023-12-07T02:01:48.786Z | Downloaded signature v2.1.0 |
967 | 2023-12-07T02:01:48.791Z | Downloaded snafu-derive v0.7.5 |
968 | 2023-12-07T02:01:48.791Z | Downloaded ring v0.17.5 |
969 | 2023-12-07T02:01:48.924Z | Downloaded tokio-tungstenite v0.20.1 |
970 | 2023-12-07T02:01:48.928Z | Downloaded http-body v0.4.5 |
971 | 2023-12-07T02:01:48.932Z | Downloaded sct v0.7.0 |
972 | 2023-12-07T02:01:48.940Z | Downloaded smallvec v1.11.0 |
973 | 2023-12-07T02:01:48.953Z | Downloaded indexmap v1.9.3 |
974 | 2023-12-07T02:01:48.953Z | Downloaded toml v0.5.11 |
975 | 2023-12-07T02:01:48.961Z | Downloaded structopt v0.3.26 |
976 | 2023-12-07T02:01:48.968Z | Downloaded tokio-postgres v0.7.10 |
977 | 2023-12-07T02:01:48.976Z | Downloaded serde_yaml v0.9.25 |
978 | 2023-12-07T02:01:48.982Z | Downloaded aes-gcm v0.10.3 |
979 | 2023-12-07T02:01:48.987Z | Downloaded ring v0.16.20 |
980 | 2023-12-07T02:01:49.143Z | Downloaded tracing v0.1.37 |
981 | 2023-12-07T02:01:49.149Z | Downloaded itoa v1.0.9 |
982 | 2023-12-07T02:01:49.153Z | Downloaded smf v0.2.2 |
983 | 2023-12-07T02:01:49.153Z | Downloaded getopts v0.2.21 |
984 | 2023-12-07T02:01:49.157Z | Downloaded slog-bunyan v2.4.0 |
985 | 2023-12-07T02:01:49.157Z | Downloaded serde_with_macros v2.3.3 |
986 | 2023-12-07T02:01:49.161Z | Downloaded heapless v0.7.16 |
987 | 2023-12-07T02:01:49.166Z | Downloaded headers v0.3.9 |
988 | 2023-12-07T02:01:49.175Z | Downloaded url v2.5.0 |
989 | 2023-12-07T02:01:49.180Z | Downloaded trust-dns-client v0.22.0 |
990 | 2023-12-07T02:01:49.189Z | Downloaded crossbeam-channel v0.5.8 |
991 | 2023-12-07T02:01:49.196Z | Downloaded serde v1.0.192 |
992 | 2023-12-07T02:01:49.201Z | Downloaded stringprep v0.1.3 |
993 | 2023-12-07T02:01:49.205Z | Downloaded subtle v2.5.0 |
994 | 2023-12-07T02:01:49.205Z | Downloaded toml_edit v0.19.15 |
995 | 2023-12-07T02:01:49.234Z | Downloaded thiserror-impl v1.0.49 |
996 | 2023-12-07T02:01:49.238Z | Downloaded hex-literal v0.4.1 |
997 | 2023-12-07T02:01:49.238Z | Downloaded strum_macros v0.25.2 |
998 | 2023-12-07T02:01:49.243Z | Downloaded tracing-attributes v0.1.26 |
999 | 2023-12-07T02:01:49.249Z | Downloaded spin v0.9.8 |
1000 | 2023-12-07T02:01:49.250Z | Downloaded unicode-ident v1.0.12 |
1001 | 2023-12-07T02:01:49.255Z | Downloaded structmeta v0.2.0 |
1002 | 2023-12-07T02:01:49.255Z | Downloaded strsim v0.10.0 |
1003 | 2023-12-07T02:01:49.260Z | Downloaded fastrand v2.0.0 |
1004 | 2023-12-07T02:01:49.261Z | Downloaded whoami v1.4.1 |
1005 | 2023-12-07T02:01:49.266Z | Downloaded thiserror v1.0.49 |
1006 | 2023-12-07T02:01:49.441Z | Downloaded log v0.4.20 |
1007 | 2023-12-07T02:01:49.442Z | Downloaded serde_derive v1.0.192 |
1008 | 2023-12-07T02:01:50.212Z | Downloaded unicode-bidi v0.3.13 |
1009 | 2023-12-07T02:01:50.212Z | Downloaded slog v2.7.0 |
1010 | 2023-12-07T02:01:50.212Z | Downloaded hubpack v0.1.2 |
1011 | 2023-12-07T02:01:50.212Z | Downloaded futures-task v0.3.29 |
1012 | 2023-12-07T02:01:50.212Z | Downloaded ed25519 v2.2.2 |
1013 | 2023-12-07T02:01:50.212Z | Downloaded zerocopy v0.3.0 |
1014 | 2023-12-07T02:01:50.212Z | Downloaded lazy_static v1.4.0 |
1015 | 2023-12-07T02:01:50.212Z | Downloaded fallible-iterator v0.2.0 |
1016 | 2023-12-07T02:01:50.213Z | Downloaded sha1 v0.10.6 |
1017 | 2023-12-07T02:01:50.213Z | Downloaded darling_core v0.20.3 |
1018 | 2023-12-07T02:01:50.213Z | Downloaded mio v0.8.9 |
1019 | 2023-12-07T02:01:50.213Z | Downloaded either v1.9.0 |
1020 | 2023-12-07T02:01:50.213Z | Downloaded walkdir v2.4.0 |
1021 | 2023-12-07T02:01:50.213Z | Downloaded vec_map v0.8.2 |
1022 | 2023-12-07T02:01:50.214Z | Downloaded der v0.7.8 |
1023 | 2023-12-07T02:01:50.214Z | Downloaded flate2 v1.0.28 |
1024 | 2023-12-07T02:01:50.214Z | Downloaded scopeguard v1.2.0 |
1025 | 2023-12-07T02:01:50.214Z | Downloaded usdt-macro v0.3.5 |
1026 | 2023-12-07T02:01:50.214Z | Downloaded errno v0.3.2 |
1027 | 2023-12-07T02:01:50.214Z | Downloaded io-lifetimes v1.0.11 |
1028 | 2023-12-07T02:01:50.214Z | Downloaded rustls-native-certs v0.6.3 |
1029 | 2023-12-07T02:01:50.214Z | Downloaded zip v0.6.6 |
1030 | 2023-12-07T02:01:50.214Z | Downloaded toml v0.8.8 |
1031 | 2023-12-07T02:01:50.214Z | Downloaded serde_tokenstream v0.2.0 |
1032 | 2023-12-07T02:01:50.214Z | Downloaded serde_path_to_error v0.1.14 |
1033 | 2023-12-07T02:01:50.214Z | Downloaded getrandom v0.2.10 |
1034 | 2023-12-07T02:01:50.214Z | Downloaded semver v1.0.20 |
1035 | 2023-12-07T02:01:50.214Z | Downloaded rustc_version v0.4.0 |
1036 | 2023-12-07T02:01:50.214Z | Downloaded signal-hook-mio v0.2.3 |
1037 | 2023-12-07T02:01:50.214Z | Downloaded typenum v1.16.0 |
1038 | 2023-12-07T02:01:50.215Z | Downloaded rustversion v1.0.14 |
1039 | 2023-12-07T02:01:50.215Z | Downloaded derive_more v0.99.17 |
1040 | 2023-12-07T02:01:50.215Z | Downloaded lru-cache v0.1.2 |
1041 | 2023-12-07T02:01:50.215Z | Downloaded zeroize v1.7.0 |
1042 | 2023-12-07T02:01:50.215Z | Downloaded equivalent v1.0.1 |
1043 | 2023-12-07T02:01:50.215Z | Downloaded ucd-trie v0.1.6 |
1044 | 2023-12-07T02:01:50.215Z | Downloaded tokio-rustls v0.24.1 |
1045 | 2023-12-07T02:01:50.215Z | Downloaded string_cache v0.8.7 |
1046 | 2023-12-07T02:01:50.215Z | Downloaded serde_urlencoded v0.7.1 |
1047 | 2023-12-07T02:01:50.215Z | Downloaded serde_tokenstream v0.1.7 |
1048 | 2023-12-07T02:01:50.215Z | Downloaded polyval v0.6.1 |
1049 | 2023-12-07T02:01:50.215Z | Downloaded thread_local v1.1.7 |
1050 | 2023-12-07T02:01:50.215Z | Downloaded serde_derive_internals v0.26.0 |
1051 | 2023-12-07T02:01:50.216Z | Downloaded stable_deref_trait v1.2.0 |
1052 | 2023-12-07T02:01:50.216Z | Downloaded hyper-rustls v0.24.2 |
1053 | 2023-12-07T02:01:50.216Z | Downloaded p256 v0.13.2 |
1054 | 2023-12-07T02:01:50.216Z | Downloaded openssl-sys v0.9.96 |
1055 | 2023-12-07T02:01:50.216Z | Downloaded base64 v0.21.5 |
1056 | 2023-12-07T02:01:50.216Z | Downloaded hyper-staticfile v0.9.5 |
1057 | 2023-12-07T02:01:50.217Z | Downloaded r2d2 v0.8.10 |
1058 | 2023-12-07T02:01:50.217Z | Downloaded spki v0.7.2 |
1059 | 2023-12-07T02:01:50.217Z | Downloaded bitflags v2.4.0 |
1060 | 2023-12-07T02:01:50.217Z | Downloaded ipnet v2.8.0 |
1061 | 2023-12-07T02:01:50.217Z | Downloaded const-oid v0.9.5 |
1062 | 2023-12-07T02:01:50.217Z | Downloaded slog-stdlog v4.1.1 |
1063 | 2023-12-07T02:01:50.217Z | Downloaded siphasher v0.3.11 |
1064 | 2023-12-07T02:01:50.217Z | Downloaded der_derive v0.7.2 |
1065 | 2023-12-07T02:01:50.217Z | Downloaded postgres-types v0.2.6 |
1066 | 2023-12-07T02:01:50.217Z | Downloaded pkcs8 v0.10.2 |
1067 | 2023-12-07T02:01:50.217Z | Downloaded slog-envlogger v2.2.0 |
1068 | 2023-12-07T02:01:50.217Z | Downloaded slog-dtrace v0.2.3 |
1069 | 2023-12-07T02:01:50.218Z | Downloaded iana-time-zone v0.1.57 |
1070 | 2023-12-07T02:01:50.218Z | Downloaded hubpack_derive v0.1.1 |
1071 | 2023-12-07T02:01:50.218Z | Downloaded thiserror-no-std v2.0.2 |
1072 | 2023-12-07T02:01:50.218Z | Downloaded bytes v1.5.0 |
1073 | 2023-12-07T02:01:50.218Z | Downloaded dirs-next v2.0.0 |
1074 | 2023-12-07T02:01:50.218Z | Downloaded thread-id v4.2.0 |
1075 | 2023-12-07T02:01:50.218Z | Downloaded tower-service v0.3.2 |
1076 | 2023-12-07T02:01:50.218Z | Downloaded hash32 v0.2.1 |
1077 | 2023-12-07T02:01:50.218Z | Downloaded static_assertions v1.1.0 |
1078 | 2023-12-07T02:01:50.218Z | Downloaded chacha20poly1305 v0.10.1 |
1079 | 2023-12-07T02:01:50.222Z | Downloaded arc-swap v1.6.0 |
1080 | 2023-12-07T02:01:50.222Z | Downloaded hostname v0.3.1 |
1081 | 2023-12-07T02:01:50.222Z | Downloaded group v0.13.0 |
1082 | 2023-12-07T02:01:50.222Z | Downloaded glob v0.3.1 |
1083 | 2023-12-07T02:01:50.222Z | Downloaded generic-array v0.14.7 |
1084 | 2023-12-07T02:01:50.222Z | Downloaded futures-executor v0.3.29 |
1085 | 2023-12-07T02:01:50.222Z | Downloaded fnv v1.0.7 |
1086 | 2023-12-07T02:01:50.222Z | Downloaded postcard v1.0.8 |
1087 | 2023-12-07T02:01:50.222Z | Downloaded crc32fast v1.3.2 |
1088 | 2023-12-07T02:01:50.222Z | Downloaded mime_guess v2.0.4 |
1089 | 2023-12-07T02:01:50.222Z | Downloaded foreign-types-macros v0.2.3 |
1090 | 2023-12-07T02:01:50.222Z | Downloaded httpdate v1.0.3 |
1091 | 2023-12-07T02:01:50.222Z | Downloaded secrecy v0.8.0 |
1092 | 2023-12-07T02:01:50.223Z | Downloaded sec1 v0.7.3 |
1093 | 2023-12-07T02:01:50.223Z | Downloaded crossbeam-epoch v0.9.15 |
1094 | 2023-12-07T02:01:50.223Z | Downloaded dyn-clone v1.0.13 |
1095 | 2023-12-07T02:01:50.223Z | Downloaded dof v0.1.5 |
1096 | 2023-12-07T02:01:50.223Z | Downloaded blake2 v0.10.6 |
1097 | 2023-12-07T02:01:50.223Z | Downloaded scheduled-thread-pool v0.2.7 |
1098 | 2023-12-07T02:01:50.223Z | Downloaded resolv-conf v0.7.0 |
1099 | 2023-12-07T02:01:50.223Z | Downloaded toml_datetime v0.6.5 |
1100 | 2023-12-07T02:01:50.223Z | Downloaded pin-project v1.1.3 |
1101 | 2023-12-07T02:01:50.223Z | Downloaded pest_meta v2.7.2 |
1102 | 2023-12-07T02:01:50.223Z | Downloaded num-traits v0.2.16 |
1103 | 2023-12-07T02:01:50.223Z | Downloaded pest_derive v2.7.2 |
1104 | 2023-12-07T02:01:50.223Z | Downloaded utf8parse v0.2.1 |
1105 | 2023-12-07T02:01:50.223Z | Downloaded rand_core v0.6.4 |
1106 | 2023-12-07T02:01:50.223Z | Downloaded rand_chacha v0.3.1 |
1107 | 2023-12-07T02:01:50.224Z | Downloaded rand_chacha v0.2.2 |
1108 | 2023-12-07T02:01:50.274Z | Downloaded password-hash v0.5.0 |
1109 | 2023-12-07T02:01:50.274Z | Downloaded parking_lot v0.11.2 |
1110 | 2023-12-07T02:01:50.274Z | Downloaded omicron-zone-package v0.9.1 |
1111 | 2023-12-07T02:01:50.274Z | Downloaded strum v0.25.0 |
1112 | 2023-12-07T02:01:50.274Z | Downloaded ident_case v1.0.1 |
1113 | 2023-12-07T02:01:50.274Z | Downloaded futures-io v0.3.29 |
1114 | 2023-12-07T02:01:50.275Z | Downloaded zeroize_derive v1.4.2 |
1115 | 2023-12-07T02:01:50.275Z | Downloaded once_cell v1.18.0 |
1116 | 2023-12-07T02:01:50.275Z | Downloaded pem-rfc7468 v0.7.0 |
1117 | 2023-12-07T02:01:50.275Z | Downloaded hyper-tls v0.5.0 |
1118 | 2023-12-07T02:01:50.275Z | Downloaded home v0.5.5 |
1119 | 2023-12-07T02:01:50.275Z | Downloaded float-cmp v0.9.0 |
1120 | 2023-12-07T02:01:50.275Z | Downloaded unicode-width v0.1.11 |
1121 | 2023-12-07T02:01:50.275Z | Downloaded tokio-macros v2.2.0 |
1122 | 2023-12-07T02:01:50.275Z | Downloaded base64 v0.13.1 |
1123 | 2023-12-07T02:01:50.275Z | Downloaded utf-8 v0.7.6 |
1124 | 2023-12-07T02:01:50.276Z | Downloaded tokio-native-tls v0.3.1 |
1125 | 2023-12-07T02:01:50.277Z | Downloaded parking_lot_core v0.8.6 |
1126 | 2023-12-07T02:01:50.277Z | Downloaded colored v2.0.4 |
1127 | 2023-12-07T02:01:50.277Z | Downloaded dtrace-parser v0.1.14 |
1128 | 2023-12-07T02:01:50.277Z | Downloaded headers-core v0.2.0 |
1129 | 2023-12-07T02:01:50.277Z | Downloaded foreign-types v0.3.2 |
1130 | 2023-12-07T02:01:50.277Z | Downloaded num_enum_derive v0.5.11 |
1131 | 2023-12-07T02:01:50.277Z | Downloaded cbc v0.1.2 |
1132 | 2023-12-07T02:01:50.277Z | Downloaded ansi_term v0.12.1 |
1133 | 2023-12-07T02:01:50.278Z | Downloaded fxhash v0.2.1 |
1134 | 2023-12-07T02:01:50.278Z | Downloaded percent-encoding v2.3.1 |
1135 | 2023-12-07T02:01:50.278Z | Downloaded doc-comment v0.3.3 |
1136 | 2023-12-07T02:01:50.278Z | Downloaded zone_cfg_derive v0.3.0 |
1137 | 2023-12-07T02:01:50.278Z | Downloaded zone v0.3.0 |
1138 | 2023-12-07T02:01:50.278Z | Downloaded waitgroup v0.1.2 |
1139 | 2023-12-07T02:01:50.278Z | Downloaded thiserror-impl-no-std v2.0.2 |
1140 | 2023-12-07T02:01:50.278Z | Downloaded quick-error v1.2.3 |
1141 | 2023-12-07T02:01:50.279Z | Downloaded async-trait v0.1.74 |
1142 | 2023-12-07T02:01:50.279Z | Downloaded pbkdf2 v0.11.0 |
1143 | 2023-12-07T02:01:50.279Z | Downloaded primeorder v0.13.6 |
1144 | 2023-12-07T02:01:50.279Z | Downloaded base64ct v1.6.0 |
1145 | 2023-12-07T02:01:50.279Z | Downloaded untrusted v0.9.0 |
1146 | 2023-12-07T02:01:50.279Z | Downloaded parse-display-derive v0.8.2 |
1147 | 2023-12-07T02:01:50.279Z | Downloaded parse-display v0.8.2 |
1148 | 2023-12-07T02:01:50.279Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1149 | 2023-12-07T02:01:50.279Z | Downloaded dirs-sys-next v0.1.2 |
1150 | 2023-12-07T02:01:50.279Z | Downloaded mime v0.3.17 |
1151 | 2023-12-07T02:01:50.280Z | Downloaded memoffset v0.9.0 |
1152 | 2023-12-07T02:01:50.280Z | Downloaded byteorder v1.5.0 |
1153 | 2023-12-07T02:01:50.282Z | Downloaded bit-vec v0.6.3 |
1154 | 2023-12-07T02:01:50.282Z | Downloaded pkg-config v0.3.27 |
1155 | 2023-12-07T02:01:50.282Z | Downloaded num-integer v0.1.45 |
1156 | 2023-12-07T02:01:50.282Z | Downloaded num-derive v0.4.0 |
1157 | 2023-12-07T02:01:50.282Z | Downloaded digest v0.10.7 |
1158 | 2023-12-07T02:01:50.282Z | Downloaded defmt-parser v0.3.3 |
1159 | 2023-12-07T02:01:50.282Z | Downloaded clap_lex v0.5.1 |
1160 | 2023-12-07T02:01:50.282Z | Downloaded chacha20 v0.9.1 |
1161 | 2023-12-07T02:01:50.282Z | Downloaded cstr-argument v0.1.2 |
1162 | 2023-12-07T02:01:50.282Z | Downloaded precomputed-hash v0.1.1 |
1163 | 2023-12-07T02:01:50.282Z | Downloaded num-iter v0.1.43 |
1164 | 2023-12-07T02:01:50.282Z | Downloaded cobs v0.2.3 |
1165 | 2023-12-07T02:01:50.283Z | Downloaded cipher v0.4.4 |
1166 | 2023-12-07T02:01:50.283Z | Downloaded bcrypt-pbkdf v0.10.0 |
1167 | 2023-12-07T02:01:50.283Z | Downloaded async-stream v0.3.5 |
1168 | 2023-12-07T02:01:50.283Z | Downloaded blowfish v0.9.1 |
1169 | 2023-12-07T02:01:50.283Z | Downloaded ctr v0.9.2 |
1170 | 2023-12-07T02:01:50.283Z | Downloaded data-encoding v2.4.0 |
1171 | 2023-12-07T02:01:50.283Z | Downloaded crucible-workspace-hack v0.1.0 |
1172 | 2023-12-07T02:01:50.283Z | Downloaded phf_shared v0.11.2 |
1173 | 2023-12-07T02:01:50.283Z | Downloaded poly1305 v0.8.0 |
1174 | 2023-12-07T02:01:50.283Z | Downloaded pin-project-internal v1.1.3 |
1175 | 2023-12-07T02:01:50.284Z | Downloaded backoff v0.4.0 |
1176 | 2023-12-07T02:01:50.284Z | Downloaded argon2 v0.5.2 |
1177 | 2023-12-07T02:01:50.284Z | Downloaded defmt-macros v0.3.6 |
1178 | 2023-12-07T02:01:50.284Z | Downloaded console v0.15.7 |
1179 | 2023-12-07T02:01:50.284Z | Downloaded dirs v5.0.1 |
1180 | 2023-12-07T02:01:50.284Z | Downloaded camino-tempfile v1.1.1 |
1181 | 2023-12-07T02:01:50.284Z | Downloaded proc-macro-error-attr v1.0.4 |
1182 | 2023-12-07T02:01:50.284Z | Downloaded predicates-core v1.0.6 |
1183 | 2023-12-07T02:01:50.284Z | Downloaded pin-utils v0.1.0 |
1184 | 2023-12-07T02:01:50.284Z | Downloaded phf_shared v0.10.0 |
1185 | 2023-12-07T02:01:50.284Z | Downloaded phf v0.11.2 |
1186 | 2023-12-07T02:01:50.284Z | Downloaded block-buffer v0.10.4 |
1187 | 2023-12-07T02:01:50.284Z | Downloaded bitflags v1.3.2 |
1188 | 2023-12-07T02:01:50.284Z | Downloaded anyhow v1.0.75 |
1189 | 2023-12-07T02:01:50.284Z | Downloaded option-ext v0.2.0 |
1190 | 2023-12-07T02:01:50.284Z | Downloaded openssl-probe v0.1.5 |
1191 | 2023-12-07T02:01:50.284Z | Downloaded openssl-macros v0.1.1 |
1192 | 2023-12-07T02:01:50.284Z | Downloaded platforms v3.0.2 |
1193 | 2023-12-07T02:01:50.285Z | Downloaded pin-project-lite v0.2.13 |
1194 | 2023-12-07T02:01:50.285Z | Downloaded match_cfg v0.1.0 |
1195 | 2023-12-07T02:01:50.285Z | Downloaded opaque-debug v0.3.0 |
1196 | 2023-12-07T02:01:50.285Z | Downloaded new_debug_unreachable v1.0.4 |
1197 | 2023-12-07T02:01:50.285Z | Downloaded password-hash v0.4.2 |
1198 | 2023-12-07T02:01:50.285Z | Downloaded proc-macro-crate v1.3.1 |
1199 | 2023-12-07T02:01:50.285Z | Downloaded ppv-lite86 v0.2.17 |
1200 | 2023-12-07T02:01:50.285Z | Downloaded block-padding v0.3.3 |
1201 | 2023-12-07T02:01:50.285Z | Downloaded atomicwrites v0.4.2 |
1202 | 2023-12-07T02:01:50.285Z | Downloaded atomic-waker v1.1.1 |
1203 | 2023-12-07T02:01:50.285Z | Downloaded autocfg v1.1.0 |
1204 | 2023-12-07T02:01:50.285Z | Downloaded anstyle-query v1.0.0 |
1205 | 2023-12-07T02:01:50.285Z | Downloaded md5 v0.7.0 |
1206 | 2023-12-07T02:01:50.285Z | Downloaded ciborium v0.2.1 |
1207 | 2023-12-07T02:01:50.285Z | Downloaded base16ct v0.2.0 |
1208 | 2023-12-07T02:01:50.339Z | Downloaded anstyle-parse v0.2.1 |
1209 | 2023-12-07T02:01:50.339Z | Downloaded colorchoice v1.0.0 |
1210 | 2023-12-07T02:01:50.339Z | Downloaded aes v0.8.3 |
1211 | 2023-12-07T02:01:50.339Z | Downloaded matches v0.1.10 |
1212 | 2023-12-07T02:01:50.339Z | Downloaded crypto-common v0.1.6 |
1213 | 2023-12-07T02:01:50.339Z | Downloaded cpufeatures v0.2.9 |
1214 | 2023-12-07T02:01:50.340Z | Downloaded num_cpus v1.16.0 |
1215 | 2023-12-07T02:01:50.340Z | Downloaded num-rational v0.4.1 |
1216 | 2023-12-07T02:01:50.340Z | Downloaded num-bigint v0.4.4 |
1217 | 2023-12-07T02:01:50.340Z | Downloaded multer v2.1.0 |
1218 | 2023-12-07T02:01:50.340Z | Downloaded macaddr v1.0.1 |
1219 | 2023-12-07T02:01:50.340Z | Downloaded curve25519-dalek-derive v0.1.0 |
1220 | 2023-12-07T02:01:50.340Z | Downloaded crossbeam-utils v0.8.16 |
1221 | 2023-12-07T02:01:50.340Z | Downloaded convert_case v0.4.0 |
1222 | 2023-12-07T02:01:50.340Z | Downloaded clap_derive v4.4.2 |
1223 | 2023-12-07T02:01:50.340Z | Downloaded clap v4.4.3 |
1224 | 2023-12-07T02:01:50.340Z | Downloaded memchr v2.6.3 |
1225 | 2023-12-07T02:01:50.340Z | Downloaded camino v1.1.6 |
1226 | 2023-12-07T02:01:50.340Z | Downloaded nibble_vec v0.1.0 |
1227 | 2023-12-07T02:01:50.341Z | Downloaded md-5 v0.10.5 |
1228 | 2023-12-07T02:01:50.341Z | Downloaded ciborium-ll v0.2.1 |
1229 | 2023-12-07T02:01:50.341Z | Downloaded num-complex v0.4.4 |
1230 | 2023-12-07T02:01:50.341Z | Downloaded native-tls v0.2.11 |
1231 | 2023-12-07T02:01:50.341Z | Downloaded ciborium-io v0.2.1 |
1232 | 2023-12-07T02:01:50.342Z | Downloaded bit-set v0.5.3 |
1233 | 2023-12-07T02:01:50.343Z | Compiling proc-macro2 v1.0.69 |
1234 | 2023-12-07T02:01:50.343Z | Compiling unicode-ident v1.0.12 |
1235 | 2023-12-07T02:01:50.343Z | Compiling libc v0.2.150 |
1236 | 2023-12-07T02:01:50.343Z | Compiling serde v1.0.192 |
1237 | 2023-12-07T02:01:50.343Z | Compiling autocfg v1.1.0 |
1238 | 2023-12-07T02:01:50.452Z | Compiling version_check v0.9.4 |
1239 | 2023-12-07T02:01:50.452Z | Compiling cfg-if v1.0.0 |
1240 | 2023-12-07T02:01:51.342Z | Compiling syn v1.0.109 |
1241 | 2023-12-07T02:01:51.376Z | Compiling typenum v1.16.0 |
1242 | 2023-12-07T02:01:51.376Z | Compiling parking_lot_core v0.9.8 |
1243 | 2023-12-07T02:01:51.762Z | Compiling generic-array v0.14.7 |
1244 | 2023-12-07T02:01:51.855Z | Compiling lock_api v0.4.10 |
1245 | 2023-12-07T02:01:52.777Z | Compiling libm v0.2.7 |
1246 | 2023-12-07T02:01:52.808Z | Compiling once_cell v1.18.0 |
1247 | 2023-12-07T02:01:52.898Z | Compiling num-traits v0.2.16 |
1248 | 2023-12-07T02:01:52.917Z | Compiling thiserror v1.0.49 |
1249 | 2023-12-07T02:01:52.999Z | Compiling futures-core v0.3.29 |
1250 | 2023-12-07T02:01:53.186Z | Compiling serde_json v1.0.108 |
1251 | 2023-12-07T02:01:53.303Z | Compiling slab v0.4.9 |
1252 | 2023-12-07T02:01:53.461Z | Compiling futures-task v0.3.29 |
1253 | 2023-12-07T02:01:53.486Z | Compiling futures-channel v0.3.29 |
1254 | 2023-12-07T02:01:53.640Z | Compiling memchr v2.6.3 |
1255 | 2023-12-07T02:01:53.666Z | Compiling futures-util v0.3.29 |
1256 | 2023-12-07T02:01:53.980Z | Compiling itoa v1.0.9 |
1257 | 2023-12-07T02:01:54.110Z | Compiling quote v1.0.33 |
1258 | 2023-12-07T02:01:54.198Z | Compiling scopeguard v1.2.0 |
1259 | 2023-12-07T02:01:54.382Z | Compiling pkg-config v0.3.27 |
1260 | 2023-12-07T02:01:55.213Z | Compiling syn v2.0.32 |
1261 | 2023-12-07T02:01:55.239Z | Compiling cc v1.0.83 |
1262 | 2023-12-07T02:01:55.480Z | Compiling getrandom v0.2.10 |
1263 | 2023-12-07T02:01:56.344Z | Compiling rand_core v0.6.4 |
1264 | 2023-12-07T02:01:56.634Z | Compiling log v0.4.20 |
1265 | 2023-12-07T02:01:56.811Z | Compiling heck v0.4.1 |
1266 | 2023-12-07T02:01:57.107Z | Compiling ryu v1.0.15 |
1267 | 2023-12-07T02:01:57.513Z | Compiling subtle v2.5.0 |
1268 | 2023-12-07T02:01:57.650Z | Compiling smallvec v1.11.0 |
1269 | 2023-12-07T02:01:58.463Z | Compiling schemars v0.8.13 |
1270 | 2023-12-07T02:01:58.467Z | Compiling vcpkg v0.2.15 |
1271 | 2023-12-07T02:01:58.467Z | Compiling semver v1.0.20 |
1272 | 2023-12-07T02:01:59.030Z | Compiling httparse v1.8.0 |
1273 | 2023-12-07T02:01:59.650Z | Compiling indexmap v1.9.3 |
1274 | 2023-12-07T02:01:59.922Z | Compiling hashbrown v0.14.2 |
1275 | 2023-12-07T02:01:59.929Z | Compiling equivalent v1.0.1 |
1276 | 2023-12-07T02:01:59.975Z | Compiling pin-project-lite v0.2.13 |
1277 | 2023-12-07T02:02:00.260Z | Compiling ring v0.17.5 |
1278 | 2023-12-07T02:02:00.858Z | Compiling ring v0.16.20 |
1279 | 2023-12-07T02:02:01.295Z | Compiling const-oid v0.9.5 |
1280 | 2023-12-07T02:02:01.946Z | Compiling openssl-sys v0.9.96 |
1281 | 2023-12-07T02:02:02.154Z | Compiling parking_lot v0.12.1 |
1282 | 2023-12-07T02:02:02.704Z | Compiling ahash v0.8.3 |
1283 | 2023-12-07T02:02:03.198Z | Compiling fnv v1.0.7 |
1284 | 2023-12-07T02:02:03.601Z | Compiling openssl v0.10.60 |
1285 | 2023-12-07T02:02:03.954Z | Compiling signal-hook-registry v1.4.1 |
1286 | 2023-12-07T02:02:04.226Z | Compiling iana-time-zone v0.1.57 |
1287 | 2023-12-07T02:02:04.541Z | Compiling rustls v0.21.9 |
1288 | 2023-12-07T02:02:04.640Z | Compiling ucd-trie v0.1.6 |
1289 | 2023-12-07T02:02:04.933Z | Compiling mio v0.8.9 |
1290 | 2023-12-07T02:02:05.435Z | Compiling native-tls v0.2.11 |
1291 | 2023-12-07T02:02:05.894Z | Compiling byteorder v1.5.0 |
1292 | 2023-12-07T02:02:06.000Z | Compiling num_cpus v1.16.0 |
1293 | 2023-12-07T02:02:06.165Z | Compiling socket2 v0.5.5 |
1294 | 2023-12-07T02:02:06.517Z | Compiling spin v0.5.2 |
1295 | 2023-12-07T02:02:06.914Z | Compiling futures-sink v0.3.29 |
1296 | 2023-12-07T02:02:07.023Z | Compiling async-trait v0.1.74 |
1297 | 2023-12-07T02:02:07.117Z | Compiling dyn-clone v1.0.13 |
1298 | 2023-12-07T02:02:07.422Z | Compiling serde_derive_internals v0.26.0 |
1299 | 2023-12-07T02:02:07.771Z | Compiling aho-corasick v1.0.4 |
1300 | 2023-12-07T02:02:08.349Z | Compiling tinyvec_macros v0.1.1 |
1301 | 2023-12-07T02:02:08.397Z | Compiling rustix v0.38.25 |
1302 | 2023-12-07T02:02:08.469Z | Compiling regex-syntax v0.8.2 |
1303 | 2023-12-07T02:02:08.725Z | Compiling tinyvec v1.6.0 |
1304 | 2023-12-07T02:02:09.266Z | Compiling hashbrown v0.13.2 |
1305 | 2023-12-07T02:02:11.118Z | Compiling backtrace v0.3.69 |
1306 | 2023-12-07T02:02:11.412Z | Compiling pin-utils v0.1.0 |
1307 | 2023-12-07T02:02:11.763Z | Compiling futures-io v0.3.29 |
1308 | 2023-12-07T02:02:11.978Z | Compiling winnow v0.5.15 |
1309 | 2023-12-07T02:02:12.482Z | Compiling unicode-normalization v0.1.22 |
1310 | 2023-12-07T02:02:12.486Z | Compiling spin v0.9.8 |
1311 | 2023-12-07T02:02:12.486Z | Compiling tracing-core v0.1.31 |
1312 | 2023-12-07T02:02:13.043Z | Compiling cpufeatures v0.2.9 |
1313 | 2023-12-07T02:02:13.188Z | Compiling unicode-bidi v0.3.13 |
1314 | 2023-12-07T02:02:14.726Z | Compiling regex-automata v0.4.3 |
1315 | 2023-12-07T02:02:16.088Z | Compiling anyhow v1.0.75 |
1316 | 2023-12-07T02:02:16.467Z | Compiling crc32fast v1.3.2 |
1317 | 2023-12-07T02:02:17.982Z | Compiling base64 v0.21.5 |
1318 | 2023-12-07T02:02:18.305Z | Compiling time-core v0.1.1 |
1319 | 2023-12-07T02:02:18.550Z | Compiling time-macros v0.2.13 |
1320 | 2023-12-07T02:02:18.856Z | Compiling serde_derive v1.0.192 |
1321 | 2023-12-07T02:02:19.112Z | Compiling zeroize_derive v1.4.2 |
1322 | 2023-12-07T02:02:19.863Z | Compiling thiserror-impl v1.0.49 |
1323 | 2023-12-07T02:02:19.985Z | Compiling tokio-macros v2.2.0 |
1324 | 2023-12-07T02:02:21.817Z | Compiling futures-macro v0.3.29 |
1325 | 2023-12-07T02:02:21.926Z | Compiling zeroize v1.7.0 |
1326 | 2023-12-07T02:02:23.536Z | Compiling tracing-attributes v0.1.26 |
1327 | 2023-12-07T02:02:24.093Z | Compiling schemars_derive v0.8.13 |
1328 | 2023-12-07T02:02:24.291Z | Compiling openssl-macros v0.1.1 |
1329 | 2023-12-07T02:02:24.914Z | Compiling crypto-common v0.1.6 |
1330 | 2023-12-07T02:02:25.245Z | Compiling block-buffer v0.10.4 |
1331 | 2023-12-07T02:02:25.571Z | Compiling pest v2.7.2 |
1332 | 2023-12-07T02:02:25.609Z | Compiling digest v0.10.7 |
1333 | 2023-12-07T02:02:26.384Z | Compiling regex v1.10.2 |
1334 | 2023-12-07T02:02:29.363Z | Compiling tracing v0.1.37 |
1335 | 2023-12-07T02:02:29.764Z | Compiling der_derive v0.7.2 |
1336 | 2023-12-07T02:02:30.453Z | Compiling num-integer v0.1.45 |
1337 | 2023-12-07T02:02:30.480Z | Compiling hashbrown v0.12.3 |
1338 | 2023-12-07T02:02:30.528Z | Compiling untrusted v0.7.1 |
1339 | 2023-12-07T02:02:31.107Z | Compiling percent-encoding v2.3.1 |
1340 | 2023-12-07T02:02:31.122Z | Compiling untrusted v0.9.0 |
1341 | 2023-12-07T02:02:31.122Z | Compiling unicode-width v0.1.11 |
1342 | 2023-12-07T02:02:31.177Z | Compiling openssl-probe v0.1.5 |
1343 | 2023-12-07T02:02:31.231Z | Compiling unicode-xid v0.2.4 |
1344 | 2023-12-07T02:02:31.267Z | Compiling foreign-types-shared v0.1.1 |
1345 | 2023-12-07T02:02:31.411Z | Compiling slog v2.7.0 |
1346 | 2023-12-07T02:02:31.473Z | Compiling synstructure v0.12.6 |
1347 | 2023-12-07T02:02:31.651Z | Compiling foreign-types v0.3.2 |
1348 | 2023-12-07T02:02:34.636Z | Compiling errno v0.3.2 |
1349 | 2023-12-07T02:02:34.968Z | Compiling try-lock v0.2.4 |
1350 | 2023-12-07T02:02:35.170Z | Compiling ppv-lite86 v0.2.17 |
1351 | 2023-12-07T02:02:36.174Z | Compiling sct v0.7.0 |
1352 | 2023-12-07T02:02:36.457Z | Compiling want v0.3.1 |
1353 | 2023-12-07T02:02:36.611Z | Compiling rustls-webpki v0.101.7 |
1354 | 2023-12-07T02:02:36.900Z | Compiling zerocopy-derive v0.2.0 |
1355 | 2023-12-07T02:02:37.776Z | Compiling form_urlencoded v1.2.1 |
1356 | 2023-12-07T02:02:38.254Z | Compiling pest_meta v2.7.2 |
1357 | 2023-12-07T02:02:38.454Z | Compiling socket2 v0.4.9 |
1358 | 2023-12-07T02:02:39.821Z | Compiling httpdate v1.0.3 |
1359 | 2023-12-07T02:02:40.341Z | Compiling tower-service v0.3.2 |
1360 | 2023-12-07T02:02:40.401Z | Compiling io-lifetimes v1.0.11 |
1361 | 2023-12-07T02:02:40.510Z | Compiling pest_generator v2.7.2 |
1362 | 2023-12-07T02:02:41.616Z | Compiling rustls-pemfile v1.0.3 |
1363 | 2023-12-07T02:02:42.177Z | Compiling idna v0.5.0 |
1364 | 2023-12-07T02:02:43.265Z | Compiling bytes v1.5.0 |
1365 | 2023-12-07T02:02:44.052Z | Compiling indexmap v2.1.0 |
1366 | 2023-12-07T02:02:44.899Z | Compiling chrono v0.4.31 |
1367 | 2023-12-07T02:02:45.147Z | Compiling uuid v1.6.1 |
1368 | 2023-12-07T02:02:45.371Z | Compiling tokio v1.34.0 |
1369 | 2023-12-07T02:02:45.875Z | Compiling http v0.2.11 |
1370 | 2023-12-07T02:02:46.115Z | Compiling rustc_version v0.4.0 |
1371 | 2023-12-07T02:02:47.350Z | Compiling toml_datetime v0.6.5 |
1372 | 2023-12-07T02:02:51.039Z | Compiling bitflags v2.4.0 |
1373 | 2023-12-07T02:02:51.222Z | Compiling serde_spanned v0.6.4 |
1374 | 2023-12-07T02:02:51.222Z | Compiling toml_edit v0.19.15 |
1375 | 2023-12-07T02:02:51.222Z | Compiling http-body v0.4.5 |
1376 | 2023-12-07T02:02:51.502Z | Compiling heapless v0.7.16 |
1377 | 2023-12-07T02:02:52.109Z | Compiling openapiv3 v2.0.0-rc.1 |
1378 | 2023-12-07T02:02:54.237Z | Compiling lazy_static v1.4.0 |
1379 | 2023-12-07T02:02:55.331Z | Compiling adler v1.0.2 |
1380 | 2023-12-07T02:02:55.660Z | Compiling crossbeam-utils v0.8.16 |
1381 | 2023-12-07T02:02:55.685Z | Compiling miniz_oxide v0.7.1 |
1382 | 2023-12-07T02:02:56.544Z | Compiling pest_derive v2.7.2 |
1383 | 2023-12-07T02:02:57.701Z | Compiling url v2.5.0 |
1384 | 2023-12-07T02:03:00.654Z | Compiling tokio-util v0.7.10 |
1385 | 2023-12-07T02:03:00.927Z | Compiling tokio-rustls v0.24.1 |
1386 | 2023-12-07T02:03:01.553Z | Compiling tokio-native-tls v0.3.1 |
1387 | 2023-12-07T02:03:01.973Z | Compiling rustls-native-certs v0.6.3 |
1388 | 2023-12-07T02:03:02.006Z | Compiling rand_chacha v0.3.1 |
1389 | 2023-12-07T02:03:02.616Z | Compiling h2 v0.3.21 |
1390 | 2023-12-07T02:03:03.114Z | Compiling usdt-impl v0.3.5 |
1391 | 2023-12-07T02:03:03.206Z | Compiling ipnet v2.8.0 |
1392 | 2023-12-07T02:03:03.681Z | Compiling rustix v0.37.23 |
1393 | 2023-12-07T02:03:04.708Z | Compiling rand v0.8.5 |
1394 | 2023-12-07T02:03:04.933Z | Compiling serde_urlencoded v0.7.1 |
1395 | 2023-12-07T02:03:05.803Z | Compiling encoding_rs v0.8.33 |
1396 | 2023-12-07T02:03:05.873Z | Compiling gimli v0.28.0 |
1397 | 2023-12-07T02:03:06.343Z | Compiling mime v0.3.17 |
1398 | 2023-12-07T02:03:07.281Z | Compiling webpki-roots v0.25.2 |
1399 | 2023-12-07T02:03:08.924Z | Compiling zerocopy v0.3.0 |
1400 | 2023-12-07T02:03:09.436Z | Compiling object v0.32.1 |
1401 | 2023-12-07T02:03:10.260Z | Compiling num-bigint v0.4.4 |
1402 | 2023-12-07T02:03:11.027Z | Compiling rustc-demangle v0.1.23 |
1403 | 2023-12-07T02:03:11.896Z | Compiling dof v0.1.5 |
1404 | 2023-12-07T02:03:12.509Z | Compiling flate2 v1.0.28 |
1405 | 2023-12-07T02:03:12.780Z | Compiling addr2line v0.21.0 |
1406 | 2023-12-07T02:03:12.873Z | Compiling dtrace-parser v0.1.14 |
1407 | 2023-12-07T02:03:13.432Z | Compiling serde_tokenstream v0.2.0 |
1408 | 2023-12-07T02:03:13.820Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1409 | 2023-12-07T02:03:13.902Z | Compiling thread-id v4.2.0 |
1410 | 2023-12-07T02:03:14.058Z | Compiling hyper v0.14.27 |
1411 | 2023-12-07T02:03:14.181Z | Compiling rustversion v1.0.14 |
1412 | 2023-12-07T02:03:14.268Z | Compiling signal-hook v0.3.17 |
1413 | 2023-12-07T02:03:15.181Z | Compiling toml v0.7.8 |
1414 | 2023-12-07T02:03:15.331Z | Compiling toml_edit v0.21.0 |
1415 | 2023-12-07T02:03:16.230Z | Compiling serde_tokenstream v0.1.7 |
1416 | 2023-12-07T02:03:17.064Z | Compiling hex v0.4.3 |
1417 | 2023-12-07T02:03:17.525Z | Compiling regress v0.7.1 |
1418 | 2023-12-07T02:03:18.040Z | Compiling memoffset v0.9.0 |
1419 | 2023-12-07T02:03:18.074Z | Compiling strsim v0.10.0 |
1420 | 2023-12-07T02:03:18.294Z | Compiling base64ct v1.6.0 |
1421 | 2023-12-07T02:03:22.555Z | Compiling bitflags v1.3.2 |
1422 | 2023-12-07T02:03:22.986Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1423 | 2023-12-07T02:03:23.396Z | Compiling doc-comment v0.3.3 |
1424 | 2023-12-07T02:03:24.718Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1425 | 2023-12-07T02:03:24.729Z | Compiling smoltcp v0.9.1 |
1426 | 2023-12-07T02:03:25.395Z | Compiling pem-rfc7468 v0.7.0 |
1427 | 2023-12-07T02:03:25.472Z | Compiling hyper-rustls v0.24.2 |
1428 | 2023-12-07T02:03:25.524Z | Compiling hyper-tls v0.5.0 |
1429 | 2023-12-07T02:03:25.805Z | Compiling strum_macros v0.25.2 |
1430 | 2023-12-07T02:03:26.389Z | Compiling reqwest v0.11.22 |
1431 | 2023-12-07T02:03:26.713Z | Compiling usdt-attr-macro v0.3.5 |
1432 | 2023-12-07T02:03:27.757Z | Compiling usdt-macro v0.3.5 |
1433 | 2023-12-07T02:03:28.827Z | Compiling hmac v0.12.1 |
1434 | 2023-12-07T02:03:29.544Z | Compiling enum-as-inner v0.5.1 |
1435 | 2023-12-07T02:03:30.969Z | Compiling num-iter v0.1.43 |
1436 | 2023-12-07T02:03:31.183Z | Compiling crossbeam-epoch v0.9.15 |
1437 | 2023-12-07T02:03:31.796Z | Compiling flagset v0.4.3 |
1438 | 2023-12-07T02:03:31.805Z | Compiling unicode-segmentation v1.10.1 |
1439 | 2023-12-07T02:03:31.805Z | Compiling siphasher v0.3.11 |
1440 | 2023-12-07T02:03:31.805Z | Compiling der v0.7.8 |
1441 | 2023-12-07T02:03:33.170Z | Compiling hubpack_derive v0.1.1 |
1442 | 2023-12-07T02:03:33.170Z | Compiling pin-project-internal v1.1.3 |
1443 | 2023-12-07T02:03:33.286Z | Compiling zerocopy-derive v0.6.4 |
1444 | 2023-12-07T02:03:36.249Z | Compiling anstyle v1.0.2 |
1445 | 2023-12-07T02:03:37.407Z | Compiling utf8parse v0.2.1 |
1446 | 2023-12-07T02:03:37.416Z | Compiling num_threads v0.1.6 |
1447 | 2023-12-07T02:03:37.416Z | Compiling deranged v0.3.8 |
1448 | 2023-12-07T02:03:37.555Z | Compiling anstyle-parse v0.2.1 |
1449 | 2023-12-07T02:03:38.090Z | Compiling sha2 v0.10.8 |
1450 | 2023-12-07T02:03:38.582Z | Compiling spki v0.7.2 |
1451 | 2023-12-07T02:03:40.110Z | Compiling time v0.3.27 |
1452 | 2023-12-07T02:03:41.496Z | Compiling md-5 v0.10.5 |
1453 | 2023-12-07T02:03:41.775Z | Compiling block-padding v0.3.3 |
1454 | 2023-12-07T02:03:41.819Z | Compiling clap_derive v4.4.2 |
1455 | 2023-12-07T02:03:41.831Z | Compiling stringprep v0.1.3 |
1456 | 2023-12-07T02:03:41.984Z | Compiling hash32 v0.2.1 |
1457 | 2023-12-07T02:03:43.438Z | Compiling diesel_table_macro_syntax v0.1.0 |
1458 | 2023-12-07T02:03:46.448Z | Compiling stable_deref_trait v1.2.0 |
1459 | 2023-12-07T02:03:46.449Z | Compiling colorchoice v1.0.0 |
1460 | 2023-12-07T02:03:46.449Z | Compiling either v1.9.0 |
1461 | 2023-12-07T02:03:46.449Z | Compiling anstyle-query v1.0.0 |
1462 | 2023-12-07T02:03:46.449Z | Compiling fallible-iterator v0.2.0 |
1463 | 2023-12-07T02:04:06.563Z | Compiling anstream v0.5.0 |
1464 | 2023-12-07T02:04:06.563Z | Compiling postgres-protocol v0.6.6 |
1465 | 2023-12-07T02:04:07.619Z | Compiling diesel_derives v2.1.2 |
1466 | 2023-12-07T02:04:07.619Z | Compiling inout v0.1.3 |
1467 | 2023-12-07T02:04:07.619Z | Compiling terminal_size v0.2.6 |
1468 | 2023-12-07T02:04:07.619Z | Compiling pkcs8 v0.10.2 |
1469 | 2023-12-07T02:04:07.619Z | Compiling phf_shared v0.11.2 |
1470 | 2023-12-07T02:04:07.620Z | Compiling ff v0.13.0 |
1471 | 2023-12-07T02:04:07.620Z | Compiling getopts v0.2.21 |
1472 | 2023-12-07T02:04:07.620Z | Compiling snafu-derive v0.7.5 |
1473 | 2023-12-07T02:04:07.620Z | Compiling serde_repr v0.1.16 |
1474 | 2023-12-07T02:04:07.621Z | Compiling scheduled-thread-pool v0.2.7 |
1475 | 2023-12-07T02:04:08.300Z | Compiling clap_lex v0.5.1 |
1476 | 2023-12-07T02:04:08.300Z | Compiling bit-vec v0.6.3 |
1477 | 2023-12-07T02:04:08.300Z | Compiling unsafe-libyaml v0.2.9 |
1478 | 2023-12-07T02:04:08.461Z | Compiling base16ct v0.2.0 |
1479 | 2023-12-07T02:04:08.462Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1480 | 2023-12-07T02:04:08.462Z | Compiling managed v0.8.0 |
1481 | 2023-12-07T02:04:08.462Z | Compiling regex-automata v0.1.10 |
1482 | 2023-12-07T02:04:08.462Z | Compiling matches v0.1.10 |
1483 | 2023-12-07T02:04:08.462Z | Compiling bstr v0.2.17 |
1484 | 2023-12-07T02:04:08.462Z | Compiling serde_yaml v0.9.25 |
1485 | 2023-12-07T02:04:08.463Z | Compiling idna v0.2.3 |
1486 | 2023-12-07T02:04:08.463Z | Compiling sec1 v0.7.3 |
1487 | 2023-12-07T02:04:08.463Z | Compiling clap_builder v4.4.2 |
1488 | 2023-12-07T02:04:08.463Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1489 | 2023-12-07T02:04:08.463Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1490 | 2023-12-07T02:04:08.463Z | Compiling r2d2 v0.8.10 |
1491 | 2023-12-07T02:04:08.463Z | Compiling group v0.13.0 |
1492 | 2023-12-07T02:04:08.463Z | Compiling phf v0.11.2 |
1493 | 2023-12-07T02:04:08.463Z | Compiling signal-hook-mio v0.2.3 |
1494 | 2023-12-07T02:04:08.464Z | Compiling bzip2 v0.4.4 |
1495 | 2023-12-07T02:04:08.464Z | Compiling cipher v0.4.4 |
1496 | 2023-12-07T02:04:08.464Z | Compiling postgres-types v0.2.6 |
1497 | 2023-12-07T02:04:08.464Z | Compiling itertools v0.11.0 |
1498 | 2023-12-07T02:04:10.179Z | Compiling pin-project v1.1.3 |
1499 | 2023-12-07T02:04:10.351Z | Compiling zerocopy v0.6.4 |
1500 | 2023-12-07T02:04:10.449Z | Compiling hubpack v0.1.2 |
1501 | 2023-12-07T02:04:11.758Z | Compiling phf_shared v0.10.0 |
1502 | 2023-12-07T02:04:12.708Z | Compiling hkdf v0.12.3 |
1503 | 2023-12-07T02:04:12.732Z | Compiling ipnetwork v0.20.0 |
1504 | 2023-12-07T02:04:13.087Z | Compiling crypto-bigint v0.5.2 |
1505 | 2023-12-07T02:04:13.586Z | Compiling futures-executor v0.3.29 |
1506 | 2023-12-07T02:04:13.844Z | Compiling float-cmp v0.9.0 |
1507 | 2023-12-07T02:04:14.328Z | Compiling static_assertions v1.1.0 |
1508 | 2023-12-07T02:04:14.546Z | Compiling fixedbitset v0.4.2 |
1509 | 2023-12-07T02:04:15.290Z | Compiling regex-automata v0.3.8 |
1510 | 2023-12-07T02:04:15.967Z | Compiling predicates-core v1.0.6 |
1511 | 2023-12-07T02:04:16.929Z | Compiling precomputed-hash v0.1.1 |
1512 | 2023-12-07T02:04:16.934Z | Compiling data-encoding v2.4.0 |
1513 | 2023-12-07T02:04:17.506Z | Compiling difflib v0.4.0 |
1514 | 2023-12-07T02:04:18.797Z | Compiling whoami v1.4.1 |
1515 | 2023-12-07T02:04:19.357Z | Compiling normalize-line-endings v0.3.0 |
1516 | 2023-12-07T02:04:19.763Z | Compiling new_debug_unreachable v1.0.4 |
1517 | 2023-12-07T02:04:20.304Z | Compiling string_cache v0.8.7 |
1518 | 2023-12-07T02:04:20.315Z | Compiling predicates v3.0.4 |
1519 | 2023-12-07T02:04:20.636Z | Compiling trust-dns-proto v0.22.0 |
1520 | 2023-12-07T02:04:21.029Z | Compiling tokio-postgres v0.7.10 |
1521 | 2023-12-07T02:04:22.034Z | Compiling bstr v1.6.0 |
1522 | 2023-12-07T02:04:22.969Z | Compiling elliptic-curve v0.13.8 |
1523 | 2023-12-07T02:04:23.082Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1524 | 2023-12-07T02:04:23.616Z | Compiling petgraph v0.6.4 |
1525 | 2023-12-07T02:04:24.186Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1526 | 2023-12-07T02:04:25.238Z | Compiling futures v0.3.29 |
1527 | 2023-12-07T02:04:26.490Z | Compiling diesel v2.1.4 |
1528 | 2023-12-07T02:04:33.380Z | Compiling snafu v0.7.5 |
1529 | 2023-12-07T02:04:33.598Z | Compiling yasna v0.5.2 |
1530 | 2023-12-07T02:04:34.110Z | Compiling clap v4.4.3 |
1531 | 2023-12-07T02:04:34.283Z | Compiling zip v0.6.6 |
1532 | 2023-12-07T02:04:34.736Z | Compiling crossterm v0.27.0 |
1533 | 2023-12-07T02:04:36.540Z | Compiling similar v2.2.1 |
1534 | 2023-12-07T02:04:36.573Z | Compiling bit-set v0.5.3 |
1535 | 2023-12-07T02:04:37.011Z | Compiling itertools v0.10.5 |
1536 | 2023-12-07T02:04:37.074Z | Compiling usdt v0.3.5 |
1537 | 2023-12-07T02:04:38.061Z | Compiling tokio-stream v0.1.14 |
1538 | 2023-12-07T02:04:39.602Z | Compiling console v0.15.7 |
1539 | 2023-12-07T02:04:41.031Z | Compiling lalrpop-util v0.19.12 |
1540 | 2023-12-07T02:05:25.134Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1541 | 2023-12-07T02:05:26.664Z | Compiling sha1 v0.10.6 |
1542 | 2023-12-07T02:05:33.990Z | Compiling atty v0.2.14 |
1543 | 2023-12-07T02:05:35.568Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1544 | 2023-12-07T02:05:36.375Z | Compiling match_cfg v0.1.0 |
1545 | 2023-12-07T02:05:36.508Z | Compiling hostname v0.3.1 |
1546 | 2023-12-07T02:05:41.619Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1547 | 2023-12-07T02:05:44.692Z | Compiling dirs-sys-next v0.1.2 |
1548 | 2023-12-07T02:05:45.358Z | Compiling dirs-next v2.0.0 |
1549 | 2023-12-07T02:05:45.526Z | Compiling thread_local v1.1.7 |
1550 | 2023-12-07T02:05:45.627Z | Compiling camino v1.1.6 |
1551 | 2023-12-07T02:05:45.716Z | Compiling slog-async v2.8.0 |
1552 | 2023-12-07T02:05:46.240Z | Compiling ident_case v1.0.1 |
1553 | 2023-12-07T02:05:46.460Z | Compiling darling_core v0.20.3 |
1554 | 2023-12-07T02:05:46.571Z | Compiling term v0.7.0 |
1555 | 2023-12-07T02:05:46.649Z | Compiling crossbeam-channel v0.5.8 |
1556 | 2023-12-07T02:05:46.689Z | Compiling multer v2.1.0 |
1557 | 2023-12-07T02:05:46.826Z | Compiling instant v0.1.12 |
1558 | 2023-12-07T02:05:47.034Z | Compiling take_mut v0.2.2 |
1559 | 2023-12-07T02:05:47.119Z | Compiling paste v1.0.14 |
1560 | 2023-12-07T02:05:47.351Z | Compiling slog-term v2.9.0 |
1561 | 2023-12-07T02:05:48.741Z | Compiling slog-json v2.6.1 |
1562 | 2023-12-07T02:05:48.995Z | Compiling async-stream-impl v0.3.5 |
1563 | 2023-12-07T02:05:49.066Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1564 | 2023-12-07T02:05:49.330Z | Compiling atomic-waker v1.1.1 |
1565 | 2023-12-07T02:05:49.393Z | Compiling slog-bunyan v2.4.0 |
1566 | 2023-12-07T02:05:49.593Z | Compiling waitgroup v0.1.2 |
1567 | 2023-12-07T02:05:49.911Z | Compiling toml v0.8.8 |
1568 | 2023-12-07T02:05:50.035Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1569 | 2023-12-07T02:05:50.191Z | Compiling serde_path_to_error v0.1.14 |
1570 | 2023-12-07T02:05:51.312Z | Compiling async-stream v0.3.5 |
1571 | 2023-12-07T02:05:51.483Z | Compiling structmeta-derive v0.2.0 |
1572 | 2023-12-07T02:05:51.617Z | Compiling debug-ignore v1.0.5 |
1573 | 2023-12-07T02:05:51.623Z | Compiling strum v0.25.0 |
1574 | 2023-12-07T02:05:51.774Z | Compiling regex-syntax v0.7.5 |
1575 | 2023-12-07T02:05:51.841Z | Compiling backoff v0.4.0 |
1576 | 2023-12-07T02:05:51.880Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1577 | 2023-12-07T02:05:52.342Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1578 | 2023-12-07T02:05:52.581Z | Compiling macaddr v1.0.1 |
1579 | 2023-12-07T02:05:52.901Z | Compiling proc-macro-error-attr v1.0.4 |
1580 | 2023-12-07T02:05:53.114Z | Compiling proc-macro-crate v1.3.1 |
1581 | 2023-12-07T02:05:53.314Z | Compiling proc-macro-error v1.0.4 |
1582 | 2023-12-07T02:05:53.963Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1583 | 2023-12-07T02:05:54.477Z | Compiling smoltcp v0.10.0 |
1584 | 2023-12-07T02:05:54.878Z | Compiling num_enum_derive v0.5.11 |
1585 | 2023-12-07T02:05:55.742Z | Compiling fastrand v2.0.0 |
1586 | 2023-12-07T02:05:55.918Z | Compiling embedded-io v0.4.0 |
1587 | 2023-12-07T02:05:56.290Z | Compiling cobs v0.2.3 |
1588 | 2023-12-07T02:05:56.597Z | Compiling structmeta v0.2.0 |
1589 | 2023-12-07T02:05:56.610Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1590 | 2023-12-07T02:05:56.757Z | Compiling same-file v1.0.6 |
1591 | 2023-12-07T02:05:56.781Z | Compiling darling_macro v0.20.3 |
1592 | 2023-12-07T02:05:57.045Z | Compiling walkdir v2.4.0 |
1593 | 2023-12-07T02:05:57.124Z | Compiling postcard v1.0.8 |
1594 | 2023-12-07T02:05:57.634Z | Compiling tempfile v3.8.1 |
1595 | 2023-12-07T02:05:58.392Z | Compiling darling v0.20.3 |
1596 | 2023-12-07T02:05:58.468Z | Compiling semver-parser v0.10.2 |
1597 | 2023-12-07T02:05:58.549Z | Compiling serde_with_macros v2.3.3 |
1598 | 2023-12-07T02:05:58.577Z | Compiling foreign-types-macros v0.2.3 |
1599 | 2023-12-07T02:05:59.396Z | Compiling num_enum v0.5.11 |
1600 | 2023-12-07T02:05:59.614Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1601 | 2023-12-07T02:06:00.060Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1602 | 2023-12-07T02:06:00.665Z | Compiling foreign-types-shared v0.3.1 |
1603 | 2023-12-07T02:06:00.843Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1604 | 2023-12-07T02:06:01.272Z | Compiling crucible-workspace-hack v0.1.0 |
1605 | 2023-12-07T02:06:01.718Z | Compiling foreign-types v0.5.0 |
1606 | 2023-12-07T02:06:01.975Z | Compiling semver v0.11.0 |
1607 | 2023-12-07T02:06:02.701Z | Compiling is-terminal v0.4.9 |
1608 | 2023-12-07T02:06:02.819Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1609 | 2023-12-07T02:06:02.884Z | Compiling zerocopy-derive v0.7.26 |
1610 | 2023-12-07T02:06:03.039Z | Compiling serde_with v2.3.3 |
1611 | 2023-12-07T02:06:03.323Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1612 | 2023-12-07T02:06:03.437Z | Compiling parse-display-derive v0.8.2 |
1613 | 2023-12-07T02:06:04.180Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1614 | 2023-12-07T02:06:04.735Z | Compiling cstr-argument v0.1.2 |
1615 | 2023-12-07T02:06:05.100Z | Compiling xattr v1.0.1 |
1616 | 2023-12-07T02:06:05.510Z | Compiling filetime v0.2.23 |
1617 | 2023-12-07T02:06:06.080Z | Compiling home v0.5.5 |
1618 | 2023-12-07T02:06:06.465Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1619 | 2023-12-07T02:06:06.655Z | Compiling pretty-hex v0.2.1 |
1620 | 2023-12-07T02:06:07.240Z | Compiling zerocopy v0.7.26 |
1621 | 2023-12-07T02:06:07.257Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1622 | 2023-12-07T02:06:07.257Z | Compiling toolchain_find v0.2.0 |
1623 | 2023-12-07T02:06:07.437Z | Compiling tar v0.4.40 |
1624 | 2023-12-07T02:06:07.837Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1625 | 2023-12-07T02:06:08.206Z | Compiling colored v2.0.4 |
1626 | 2023-12-07T02:06:08.367Z | Compiling textwrap v0.11.0 |
1627 | 2023-12-07T02:06:08.720Z | Compiling heck v0.3.3 |
1628 | 2023-12-07T02:06:09.198Z | Compiling toml v0.5.11 |
1629 | 2023-12-07T02:06:09.293Z | Compiling strsim v0.8.0 |
1630 | 2023-12-07T02:06:09.368Z | Compiling libefi-sys v0.1.0 |
1631 | 2023-12-07T02:06:09.738Z | Compiling vec_map v0.8.2 |
1632 | 2023-12-07T02:06:09.788Z | Compiling ansi_term v0.12.1 |
1633 | 2023-12-07T02:06:09.840Z | Compiling platforms v3.0.2 |
1634 | 2023-12-07T02:06:10.312Z | Compiling clap v2.34.0 |
1635 | 2023-12-07T02:06:10.372Z | Compiling structopt-derive v0.4.18 |
1636 | 2023-12-07T02:06:10.504Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1637 | 2023-12-07T02:06:10.642Z | Compiling omicron-zone-package v0.9.1 |
1638 | 2023-12-07T02:06:19.949Z | Compiling parse-display v0.8.2 |
1639 | 2023-12-07T02:06:20.463Z | Compiling camino-tempfile v1.1.1 |
1640 | 2023-12-07T02:06:20.464Z | Compiling rustfmt-wrapper v0.2.0 |
1641 | 2023-12-07T02:06:20.863Z | Compiling zone_cfg_derive v0.3.0 |
1642 | 2023-12-07T02:06:20.863Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1643 | 2023-12-07T02:06:20.863Z | Compiling num-derive v0.4.0 |
1644 | 2023-12-07T02:06:20.863Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1645 | 2023-12-07T02:06:20.863Z | Compiling zone v0.3.0 |
1646 | 2023-12-07T02:06:20.863Z | Compiling structopt v0.3.26 |
1647 | 2023-12-07T02:06:20.863Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1648 | 2023-12-07T02:06:20.864Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1649 | 2023-12-07T02:06:20.864Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1650 | 2023-12-07T02:06:20.864Z | Compiling smf v0.2.2 |
1651 | 2023-12-07T02:06:20.864Z | Compiling unicase v2.7.0 |
1652 | 2023-12-07T02:06:20.864Z | Compiling curve25519-dalek v4.1.0 |
1653 | 2023-12-07T02:06:20.864Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1654 | 2023-12-07T02:06:20.864Z | Compiling universal-hash v0.5.1 |
1655 | 2023-12-07T02:06:20.875Z | Compiling opaque-debug v0.3.0 |
1656 | 2023-12-07T02:06:20.875Z | Compiling curve25519-dalek-derive v0.1.0 |
1657 | 2023-12-07T02:06:20.875Z | Compiling num-rational v0.4.1 |
1658 | 2023-12-07T02:06:20.875Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1659 | 2023-12-07T02:06:20.875Z | Compiling getrandom v0.1.16 |
1660 | 2023-12-07T02:06:20.875Z | Compiling signature v2.1.0 |
1661 | 2023-12-07T02:06:20.875Z | Compiling linked-hash-map v0.5.6 |
1662 | 2023-12-07T02:06:20.875Z | Compiling quick-error v1.2.3 |
1663 | 2023-12-07T02:06:20.875Z | Compiling parking_lot_core v0.8.6 |
1664 | 2023-12-07T02:06:20.875Z | Compiling keccak v0.1.4 |
1665 | 2023-12-07T02:06:20.876Z | Compiling lru-cache v0.1.2 |
1666 | 2023-12-07T02:06:20.944Z | Compiling resolv-conf v0.7.0 |
1667 | 2023-12-07T02:06:23.487Z | Compiling sha3 v0.10.8 |
1668 | 2023-12-07T02:06:23.589Z | Compiling password-hash v0.5.0 |
1669 | 2023-12-07T02:06:23.590Z | Compiling blake2 v0.10.6 |
1670 | 2023-12-07T02:06:23.590Z | Compiling aead v0.5.2 |
1671 | 2023-12-07T02:06:23.590Z | Compiling secrecy v0.8.0 |
1672 | 2023-12-07T02:06:23.590Z | Compiling num-complex v0.4.4 |
1673 | 2023-12-07T02:06:23.590Z | Compiling nibble_vec v0.1.0 |
1674 | 2023-12-07T02:06:23.590Z | Compiling slog-dtrace v0.2.3 |
1675 | 2023-12-07T02:06:23.732Z | Compiling arc-swap v1.6.0 |
1676 | 2023-12-07T02:06:23.773Z | Compiling convert_case v0.4.0 |
1677 | 2023-12-07T02:06:23.885Z | Compiling utf-8 v0.7.6 |
1678 | 2023-12-07T02:06:24.399Z | Compiling endian-type v0.1.2 |
1679 | 2023-12-07T02:06:24.607Z | Compiling winapi v0.3.9 |
1680 | 2023-12-07T02:06:24.633Z | Compiling slog-scope v4.4.0 |
1681 | 2023-12-07T02:06:24.693Z | Compiling radix_trie v0.2.1 |
1682 | 2023-12-07T02:06:24.808Z | Compiling num v0.4.1 |
1683 | 2023-12-07T02:06:24.966Z | Compiling tungstenite v0.20.1 |
1684 | 2023-12-07T02:06:25.312Z | Compiling derive_more v0.99.17 |
1685 | 2023-12-07T02:06:25.539Z | Compiling argon2 v0.5.2 |
1686 | 2023-12-07T02:06:25.592Z | Compiling mime_guess v2.0.4 |
1687 | 2023-12-07T02:06:25.794Z | Compiling trust-dns-resolver v0.22.0 |
1688 | 2023-12-07T02:06:27.388Z | Compiling rand_core v0.5.1 |
1689 | 2023-12-07T02:06:27.778Z | Compiling poly1305 v0.8.0 |
1690 | 2023-12-07T02:06:28.453Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1691 | 2023-12-07T02:06:28.608Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1692 | 2023-12-07T02:06:29.098Z | Compiling chacha20 v0.9.1 |
1693 | 2023-12-07T02:06:30.473Z | Compiling rfc6979 v0.4.0 |
1694 | 2023-12-07T02:06:30.532Z | Compiling thiserror-impl-no-std v2.0.2 |
1695 | 2023-12-07T02:06:30.532Z | Compiling half v1.8.2 |
1696 | 2023-12-07T02:06:30.668Z | Compiling ciborium-io v0.2.1 |
1697 | 2023-12-07T02:06:30.757Z | Compiling option-ext v0.2.0 |
1698 | 2023-12-07T02:06:30.832Z | Compiling ecdsa v0.16.9 |
1699 | 2023-12-07T02:06:30.938Z | Compiling dirs-sys v0.4.1 |
1700 | 2023-12-07T02:06:31.309Z | Compiling ciborium-ll v0.2.1 |
1701 | 2023-12-07T02:06:31.951Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1702 | 2023-12-07T02:06:32.232Z | Compiling rand_chacha v0.2.2 |
1703 | 2023-12-07T02:06:32.445Z | Compiling parking_lot v0.11.2 |
1704 | 2023-12-07T02:06:32.587Z | Compiling tokio-tungstenite v0.20.1 |
1705 | 2023-12-07T02:06:34.071Z | Compiling trust-dns-client v0.22.0 |
1706 | 2023-12-07T02:06:34.423Z | Compiling slog-stdlog v4.1.1 |
1707 | 2023-12-07T02:06:34.571Z | Compiling ed25519 v2.2.2 |
1708 | 2023-12-07T02:06:35.001Z | Compiling polyval v0.6.1 |
1709 | 2023-12-07T02:06:35.283Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1710 | 2023-12-07T02:06:35.628Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1711 | 2023-12-07T02:06:35.661Z | Compiling thiserror-no-std v2.0.2 |
1712 | 2023-12-07T02:06:35.857Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1713 | 2023-12-07T02:06:36.327Z | Compiling primeorder v0.13.6 |
1714 | 2023-12-07T02:06:36.476Z | Compiling ctr v0.9.2 |
1715 | 2023-12-07T02:06:37.011Z | Compiling aes v0.8.3 |
1716 | 2023-12-07T02:06:37.120Z | Compiling blowfish v0.9.1 |
1717 | 2023-12-07T02:06:37.830Z | Compiling password-hash v0.4.2 |
1718 | 2023-12-07T02:06:39.412Z | Compiling pbkdf2 v0.12.2 |
1719 | 2023-12-07T02:06:39.656Z | Compiling fxhash v0.2.1 |
1720 | 2023-12-07T02:06:40.385Z | Compiling cancel-safe-futures v0.1.5 |
1721 | 2023-12-07T02:06:40.453Z | Compiling glob v0.3.1 |
1722 | 2023-12-07T02:06:41.954Z | Compiling sled v0.34.7 |
1723 | 2023-12-07T02:06:42.232Z | Compiling trust-dns-server v0.22.1 |
1724 | 2023-12-07T02:06:44.460Z | Compiling bcrypt-pbkdf v0.10.0 |
1725 | 2023-12-07T02:06:45.397Z | Compiling pbkdf2 v0.11.0 |
1726 | 2023-12-07T02:06:45.580Z | Compiling p256 v0.13.2 |
1727 | 2023-12-07T02:06:45.974Z | Compiling vsss-rs v3.3.1 |
1728 | 2023-12-07T02:06:47.004Z | Compiling ghash v0.5.0 |
1729 | 2023-12-07T02:06:47.263Z | Compiling ed25519-dalek v2.0.0 |
1730 | 2023-12-07T02:06:49.019Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1731 | 2023-12-07T02:06:51.322Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1732 | 2023-12-07T02:06:55.139Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1733 | 2023-12-07T02:06:55.215Z | Compiling slog-envlogger v2.2.0 |
1734 | 2023-12-07T02:06:55.215Z | Compiling russh-cryptovec v0.7.0 |
1735 | 2023-12-07T02:06:55.216Z | Compiling rand v0.7.3 |
1736 | 2023-12-07T02:06:55.407Z | Compiling ciborium v0.2.1 |
1737 | 2023-12-07T02:06:56.417Z | Compiling dirs v5.0.1 |
1738 | 2023-12-07T02:06:56.710Z | Compiling chacha20poly1305 v0.10.1 |
1739 | 2023-12-07T02:06:57.053Z | Compiling cbc v0.1.2 |
1740 | 2023-12-07T02:06:57.416Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1741 | 2023-12-07T02:06:57.999Z | Compiling pem v3.0.2 |
1742 | 2023-12-07T02:06:58.063Z | Compiling headers-core v0.2.0 |
1743 | 2023-12-07T02:06:58.351Z | Compiling kstat-rs v0.2.3 |
1744 | 2023-12-07T02:06:59.278Z | Compiling pretty-hex v0.4.0 |
1745 | 2023-12-07T02:06:59.298Z | Compiling http-range v0.1.5 |
1746 | 2023-12-07T02:06:59.383Z | Compiling md5 v0.7.0 |
1747 | 2023-12-07T02:06:59.626Z | Compiling hyper-staticfile v0.9.5 |
1748 | 2023-12-07T02:06:59.888Z | Compiling russh-keys v0.40.0 |
1749 | 2023-12-07T02:07:00.197Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1750 | 2023-12-07T02:07:01.293Z | Compiling rcgen v0.11.3 |
1751 | 2023-12-07T02:07:01.376Z | Compiling headers v0.3.9 |
1752 | 2023-12-07T02:07:01.499Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1753 | 2023-12-07T02:07:02.410Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1754 | 2023-12-07T02:07:04.865Z | Compiling aes-gcm v0.10.3 |
1755 | 2023-12-07T02:07:05.348Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1756 | 2023-12-07T02:07:05.630Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1757 | 2023-12-07T02:07:05.639Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1758 | 2023-12-07T02:07:06.829Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1759 | 2023-12-07T02:07:11.484Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1760 | 2023-12-07T02:07:13.071Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1761 | 2023-12-07T02:07:13.235Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1762 | 2023-12-07T02:07:17.104Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1763 | 2023-12-07T02:07:21.360Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1764 | 2023-12-07T02:07:21.491Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1765 | 2023-12-07T02:07:22.628Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1766 | 2023-12-07T02:07:22.653Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1767 | 2023-12-07T02:07:24.274Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1768 | 2023-12-07T02:07:25.131Z | Compiling atomicwrites v0.4.2 |
1769 | 2023-12-07T02:07:25.661Z | Compiling itertools v0.12.0 |
1770 | 2023-12-07T02:07:28.782Z | Compiling subprocess v0.2.9 |
1771 | 2023-12-07T02:07:30.963Z | Compiling hex-literal v0.4.1 |
1772 | 2023-12-07T02:07:31.179Z | Compiling russh v0.40.0 |
1773 | 2023-12-07T02:07:32.165Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1774 | 2023-12-07T02:07:34.394Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1775 | 2023-12-07T02:07:41.629Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1776 | 2023-12-07T02:08:07.819Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1777 | 2023-12-07T02:09:25.605Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 57s |
1778 | 2023-12-07T02:09:25.903Z | |
1779 | 2023-12-07T02:09:25.904Z | real 7:57.778004107 |
1780 | 2023-12-07T02:09:25.904Z | user 44:03.725338982 |
1781 | 2023-12-07T02:09:25.904Z | sys 6:42.313943190 |
1782 | 2023-12-07T02:09:25.904Z | trap 1.648847937 |
1783 | 2023-12-07T02:09:25.905Z | tflt 3.184866235 |
1784 | 2023-12-07T02:09:25.905Z | dflt 6.254810772 |
1785 | 2023-12-07T02:09:25.912Z | kflt 0.023979422 |
1786 | 2023-12-07T02:09:25.912Z | lock 1:24:00.033266706 |
1787 | 2023-12-07T02:09:25.912Z | slp 2:05:25.261903787 |
1788 | 2023-12-07T02:09:25.912Z | lat 1:58.916084544 |
1789 | 2023-12-07T02:09:25.912Z | stop 4:34.333064510 |
1790 | 2023-12-07T02:09:25.912Z | + mkdir -p /work/end-to-end-tests |
1791 | 2023-12-07T02:09:25.913Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1792 | 2023-12-07T02:09:26.691Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1793 | 2023-12-07T02:09:26.691Z | + ptime -m gzip |
1794 | 2023-12-07T02:09:26.696Z | ++ basename target/debug/bootstrap |
1795 | 2023-12-07T02:09:43.277Z | |
1796 | 2023-12-07T02:09:43.282Z | real 16.579227216 |
1797 | 2023-12-07T02:09:43.283Z | user 16.415351464 |
1798 | 2023-12-07T02:09:43.283Z | sys 0.152053396 |
1799 | 2023-12-07T02:09:43.283Z | trap 0.004037797 |
1800 | 2023-12-07T02:09:43.283Z | tflt 0.000000000 |
1801 | 2023-12-07T02:09:43.283Z | dflt 0.000000000 |
1802 | 2023-12-07T02:09:43.284Z | kflt 0.000000000 |
1803 | 2023-12-07T02:09:43.284Z | lock 0.000000000 |
1804 | 2023-12-07T02:09:43.284Z | slp 0.000000000 |
1805 | 2023-12-07T02:09:43.284Z | lat 0.007437665 |
1806 | 2023-12-07T02:09:43.284Z | stop 0.000231854 |
1807 | 2023-12-07T02:09:43.284Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1808 | 2023-12-07T02:09:43.285Z | + ptime -m gzip |
1809 | 2023-12-07T02:09:43.285Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3256aac6cfca4799 |
1810 | 2023-12-07T02:09:44.364Z | |
1811 | 2023-12-07T02:09:44.364Z | real 1.076915985 |
1812 | 2023-12-07T02:09:44.364Z | user 1.065501271 |
1813 | 2023-12-07T02:09:44.364Z | sys 0.010784721 |
1814 | 2023-12-07T02:09:44.371Z | trap 0.000109247 |
1815 | 2023-12-07T02:09:44.371Z | tflt 0.000000000 |
1816 | 2023-12-07T02:09:44.371Z | dflt 0.000000000 |
1817 | 2023-12-07T02:09:44.371Z | kflt 0.000000000 |
1818 | 2023-12-07T02:09:44.371Z | lock 0.000000000 |
1819 | 2023-12-07T02:09:44.371Z | slp 0.000000000 |
1820 | 2023-12-07T02:09:44.371Z | lat 0.000177200 |
1821 | 2023-12-07T02:09:44.371Z | stop 0.000230008 |
1822 | 2023-12-07T02:09:44.371Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1823 | 2023-12-07T02:09:44.372Z | + ptime -m gzip |
1824 | 2023-12-07T02:09:44.372Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a09f8f9e177211f4 |
1825 | 2023-12-07T02:10:01.613Z | |
1826 | 2023-12-07T02:10:01.620Z | real 17.236593335 |
1827 | 2023-12-07T02:10:01.620Z | user 17.065752079 |
1828 | 2023-12-07T02:10:01.620Z | sys 0.163742298 |
1829 | 2023-12-07T02:10:01.621Z | trap 0.004095301 |
1830 | 2023-12-07T02:10:01.621Z | tflt 0.000000000 |
1831 | 2023-12-07T02:10:01.621Z | dflt 0.000000000 |
1832 | 2023-12-07T02:10:01.621Z | kflt 0.000000000 |
1833 | 2023-12-07T02:10:01.621Z | lock 0.000000000 |
1834 | 2023-12-07T02:10:01.622Z | slp 0.000000000 |
1835 | 2023-12-07T02:10:01.622Z | lat 0.002615779 |
1836 | 2023-12-07T02:10:01.622Z | stop 0.000266354 |
1837 | 2023-12-07T02:10:01.622Z | + banner caboose-util |
1838 | 2023-12-07T02:10:01.622Z | |
1839 | 2023-12-07T02:10:01.622Z | #### ## ##### #### #### #### ###### # # ##### |
1840 | 2023-12-07T02:10:01.622Z | # # # # # # # # # # # # # # # |
1841 | 2023-12-07T02:10:01.622Z | # # # ##### # # # # #### ##### ##### # # # |
1842 | 2023-12-07T02:10:01.622Z | # ###### # # # # # # # # # # # |
1843 | 2023-12-07T02:10:01.622Z | # # # # # # # # # # # # # # # # |
1844 | 2023-12-07T02:10:01.622Z | #### # # ##### #### #### #### ###### #### # |
1845 | 2023-12-07T02:10:01.622Z | |
1846 | 2023-12-07T02:10:01.622Z | + ptime -m cargo build --locked -p caboose-util --release |
1847 | 2023-12-07T02:10:02.345Z | Downloading crates ... |
1848 | 2023-12-07T02:10:02.658Z | Downloaded rsa v0.9.2 |
1849 | 2023-12-07T02:10:02.687Z | Downloaded path-slash v0.1.5 |
1850 | 2023-12-07T02:10:02.687Z | Downloaded crc v3.0.1 |
1851 | 2023-12-07T02:10:02.687Z | Downloaded array-init v0.0.4 |
1852 | 2023-12-07T02:10:02.687Z | Downloaded nodrop v0.1.14 |
1853 | 2023-12-07T02:10:02.688Z | Downloaded termcolor v1.2.0 |
1854 | 2023-12-07T02:10:02.688Z | Downloaded wyz v0.5.1 |
1855 | 2023-12-07T02:10:02.688Z | Downloaded packed_struct v0.10.1 |
1856 | 2023-12-07T02:10:02.688Z | Downloaded funty v2.0.0 |
1857 | 2023-12-07T02:10:02.697Z | Downloaded crc-catalog v2.2.0 |
1858 | 2023-12-07T02:10:02.698Z | Downloaded packed_struct_codegen v0.10.1 |
1859 | 2023-12-07T02:10:02.700Z | Downloaded smallvec v0.6.14 |
1860 | 2023-12-07T02:10:02.700Z | Downloaded env_logger v0.10.0 |
1861 | 2023-12-07T02:10:02.700Z | Downloaded pkcs1 v0.7.5 |
1862 | 2023-12-07T02:10:02.700Z | Downloaded ron v0.8.1 |
1863 | 2023-12-07T02:10:02.701Z | Downloaded x509-cert v0.2.4 |
1864 | 2023-12-07T02:10:02.701Z | Downloaded object v0.30.4 |
1865 | 2023-12-07T02:10:02.758Z | Downloaded bitvec v1.0.1 |
1866 | 2023-12-07T02:10:02.758Z | Downloaded num-bigint-dig v0.8.4 |
1867 | 2023-12-07T02:10:02.758Z | Downloaded crc-any v2.4.3 |
1868 | 2023-12-07T02:10:02.758Z | Downloaded serde-hex v0.1.0 |
1869 | 2023-12-07T02:10:02.758Z | Downloaded tap v1.0.1 |
1870 | 2023-12-07T02:10:02.856Z | Downloaded radium v0.7.0 |
1871 | 2023-12-07T02:10:02.856Z | Downloaded bitfield v0.14.0 |
1872 | 2023-12-07T02:10:02.856Z | Downloaded maybe-uninit v2.0.0 |
1873 | 2023-12-07T02:10:02.999Z | Compiling proc-macro2 v1.0.69 |
1874 | 2023-12-07T02:10:03.008Z | Compiling unicode-ident v1.0.12 |
1875 | 2023-12-07T02:10:03.008Z | Compiling libc v0.2.150 |
1876 | 2023-12-07T02:10:03.008Z | Compiling autocfg v1.1.0 |
1877 | 2023-12-07T02:10:03.008Z | Compiling serde v1.0.192 |
1878 | 2023-12-07T02:10:03.009Z | Compiling cfg-if v1.0.0 |
1879 | 2023-12-07T02:10:03.009Z | Compiling version_check v0.9.4 |
1880 | 2023-12-07T02:10:03.067Z | Compiling typenum v1.16.0 |
1881 | 2023-12-07T02:10:03.083Z | Compiling syn v1.0.109 |
1882 | 2023-12-07T02:10:03.157Z | Compiling parking_lot_core v0.9.8 |
1883 | 2023-12-07T02:10:03.719Z | Compiling libm v0.2.7 |
1884 | 2023-12-07T02:10:03.746Z | Compiling futures-core v0.3.29 |
1885 | 2023-12-07T02:10:03.933Z | Compiling generic-array v0.14.7 |
1886 | 2023-12-07T02:10:04.059Z | Compiling lock_api v0.4.10 |
1887 | 2023-12-07T02:10:04.152Z | Compiling num-traits v0.2.16 |
1888 | 2023-12-07T02:10:04.193Z | Compiling once_cell v1.18.0 |
1889 | 2023-12-07T02:10:04.347Z | Compiling pkg-config v0.3.27 |
1890 | 2023-12-07T02:10:04.484Z | Compiling scopeguard v1.2.0 |
1891 | 2023-12-07T02:10:05.202Z | Compiling slab v0.4.9 |
1892 | 2023-12-07T02:10:05.237Z | Compiling serde_json v1.0.108 |
1893 | 2023-12-07T02:10:05.237Z | Compiling futures-task v0.3.29 |
1894 | 2023-12-07T02:10:05.237Z | Compiling quote v1.0.33 |
1895 | 2023-12-07T02:10:05.263Z | Compiling futures-channel v0.3.29 |
1896 | 2023-12-07T02:10:05.430Z | Compiling thiserror v1.0.49 |
1897 | 2023-12-07T02:10:05.697Z | Compiling memchr v2.6.3 |
1898 | 2023-12-07T02:10:06.114Z | Compiling syn v2.0.32 |
1899 | 2023-12-07T02:10:06.156Z | Compiling cc v1.0.83 |
1900 | 2023-12-07T02:10:06.156Z | Compiling getrandom v0.2.10 |
1901 | 2023-12-07T02:10:06.401Z | Compiling itoa v1.0.9 |
1902 | 2023-12-07T02:10:07.879Z | Compiling rand_core v0.6.4 |
1903 | 2023-12-07T02:10:07.903Z | Compiling futures-util v0.3.29 |
1904 | 2023-12-07T02:10:07.903Z | Compiling smallvec v1.11.0 |
1905 | 2023-12-07T02:10:07.903Z | Compiling log v0.4.20 |
1906 | 2023-12-07T02:10:08.674Z | Compiling vcpkg v0.2.15 |
1907 | 2023-12-07T02:10:09.227Z | Compiling byteorder v1.5.0 |
1908 | 2023-12-07T02:10:10.252Z | Compiling parking_lot v0.12.1 |
1909 | 2023-12-07T02:10:10.796Z | Compiling pin-project-lite v0.2.13 |
1910 | 2023-12-07T02:10:10.949Z | Compiling const-oid v0.9.5 |
1911 | 2023-12-07T02:10:11.526Z | Compiling openssl-sys v0.9.96 |
1912 | 2023-12-07T02:10:11.659Z | Compiling ring v0.17.5 |
1913 | 2023-12-07T02:10:12.558Z | Compiling indexmap v1.9.3 |
1914 | 2023-12-07T02:10:13.168Z | Compiling signal-hook-registry v1.4.1 |
1915 | 2023-12-07T02:10:13.278Z | Compiling heck v0.4.1 |
1916 | 2023-12-07T02:10:13.885Z | Compiling io-lifetimes v1.0.11 |
1917 | 2023-12-07T02:10:14.549Z | Compiling subtle v2.5.0 |
1918 | 2023-12-07T02:10:14.673Z | Compiling ring v0.16.20 |
1919 | 2023-12-07T02:10:14.697Z | Compiling mio v0.8.9 |
1920 | 2023-12-07T02:10:14.805Z | Compiling num-integer v0.1.45 |
1921 | 2023-12-07T02:10:15.207Z | Compiling ryu v1.0.15 |
1922 | 2023-12-07T02:10:15.641Z | Compiling semver v1.0.20 |
1923 | 2023-12-07T02:10:17.186Z | Compiling rustix v0.37.23 |
1924 | 2023-12-07T02:10:17.742Z | Compiling spin v0.5.2 |
1925 | 2023-12-07T02:10:18.418Z | Compiling socket2 v0.5.5 |
1926 | 2023-12-07T02:10:18.589Z | Compiling num_cpus v1.16.0 |
1927 | 2023-12-07T02:10:18.752Z | Compiling ucd-trie v0.1.6 |
1928 | 2023-12-07T02:10:18.976Z | Compiling httparse v1.8.0 |
1929 | 2023-12-07T02:10:19.556Z | Compiling openssl v0.10.60 |
1930 | 2023-12-07T02:10:19.565Z | Compiling futures-sink v0.3.29 |
1931 | 2023-12-07T02:10:19.771Z | Compiling unicode-xid v0.2.4 |
1932 | 2023-12-07T02:10:19.917Z | Compiling tinyvec_macros v0.1.1 |
1933 | 2023-12-07T02:10:20.009Z | Compiling synstructure v0.12.6 |
1934 | 2023-12-07T02:10:20.094Z | Compiling tinyvec v1.6.0 |
1935 | 2023-12-07T02:10:21.278Z | Compiling futures-io v0.3.29 |
1936 | 2023-12-07T02:10:21.521Z | Compiling ppv-lite86 v0.2.17 |
1937 | 2023-12-07T02:10:21.642Z | Compiling pin-utils v0.1.0 |
1938 | 2023-12-07T02:10:21.755Z | Compiling crc32fast v1.3.2 |
1939 | 2023-12-07T02:10:21.765Z | Compiling native-tls v0.2.11 |
1940 | 2023-12-07T02:10:22.210Z | Compiling rustls v0.21.9 |
1941 | 2023-12-07T02:10:22.382Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1942 | 2023-12-07T02:10:22.476Z | Compiling spin v0.9.8 |
1943 | 2023-12-07T02:10:22.591Z | Compiling unicode-normalization v0.1.22 |
1944 | 2023-12-07T02:10:22.855Z | Compiling rand_chacha v0.3.1 |
1945 | 2023-12-07T02:10:22.870Z | Compiling tracing-core v0.1.31 |
1946 | 2023-12-07T02:10:23.144Z | Compiling base64ct v1.6.0 |
1947 | 2023-12-07T02:10:23.855Z | Compiling unicode-bidi v0.3.13 |
1948 | 2023-12-07T02:10:23.964Z | Compiling pem-rfc7468 v0.7.0 |
1949 | 2023-12-07T02:10:24.318Z | Compiling rand v0.8.5 |
1950 | 2023-12-07T02:10:26.035Z | Compiling errno v0.3.2 |
1951 | 2023-12-07T02:10:26.079Z | Compiling num-iter v0.1.43 |
1952 | 2023-12-07T02:10:26.289Z | Compiling ahash v0.8.3 |
1953 | 2023-12-07T02:10:26.390Z | Compiling usdt-impl v0.3.5 |
1954 | 2023-12-07T02:10:26.492Z | Compiling rustix v0.38.25 |
1955 | 2023-12-07T02:10:26.931Z | Compiling flagset v0.4.3 |
1956 | 2023-12-07T02:10:27.144Z | Compiling base64 v0.21.5 |
1957 | 2023-12-07T02:10:27.248Z | Compiling schemars v0.8.13 |
1958 | 2023-12-07T02:10:27.372Z | Compiling signal-hook v0.3.17 |
1959 | 2023-12-07T02:10:27.648Z | Compiling serde_derive v1.0.192 |
1960 | 2023-12-07T02:10:27.674Z | Compiling zeroize_derive v1.4.2 |
1961 | 2023-12-07T02:10:27.726Z | Compiling tokio-macros v2.2.0 |
1962 | 2023-12-07T02:10:27.768Z | Compiling thiserror-impl v1.0.49 |
1963 | 2023-12-07T02:10:27.870Z | Compiling futures-macro v0.3.29 |
1964 | 2023-12-07T02:10:27.995Z | Compiling tracing-attributes v0.1.26 |
1965 | 2023-12-07T02:10:29.160Z | Compiling der_derive v0.7.2 |
1966 | 2023-12-07T02:10:29.705Z | Compiling zerocopy-derive v0.2.0 |
1967 | 2023-12-07T02:10:29.977Z | Compiling zeroize v1.7.0 |
1968 | 2023-12-07T02:10:30.963Z | Compiling openssl-macros v0.1.1 |
1969 | 2023-12-07T02:10:32.386Z | Compiling pest v2.7.2 |
1970 | 2023-12-07T02:10:32.448Z | Compiling zerocopy-derive v0.6.4 |
1971 | 2023-12-07T02:10:32.758Z | Compiling crypto-common v0.1.6 |
1972 | 2023-12-07T02:10:32.977Z | Compiling block-buffer v0.10.4 |
1973 | 2023-12-07T02:10:33.227Z | Compiling der v0.7.8 |
1974 | 2023-12-07T02:10:33.313Z | Compiling digest v0.10.7 |
1975 | 2023-12-07T02:10:33.330Z | Compiling tracing v0.1.37 |
1976 | 2023-12-07T02:10:34.045Z | Compiling serde_derive_internals v0.26.0 |
1977 | 2023-12-07T02:10:37.022Z | Compiling pest_meta v2.7.2 |
1978 | 2023-12-07T02:10:39.862Z | Compiling pest_generator v2.7.2 |
1979 | 2023-12-07T02:10:40.151Z | Compiling fnv v1.0.7 |
1980 | 2023-12-07T02:10:41.974Z | Compiling bitflags v1.3.2 |
1981 | 2023-12-07T02:10:42.296Z | Compiling schemars_derive v0.8.13 |
1982 | 2023-12-07T02:10:43.779Z | Compiling pest_derive v2.7.2 |
1983 | 2023-12-07T02:10:44.137Z | Compiling spki v0.7.2 |
1984 | 2023-12-07T02:10:44.954Z | Compiling zerocopy v0.3.0 |
1985 | 2023-12-07T02:10:45.671Z | Compiling lazy_static v1.4.0 |
1986 | 2023-12-07T02:10:46.342Z | Compiling backtrace v0.3.69 |
1987 | 2023-12-07T02:10:46.354Z | Compiling memoffset v0.9.0 |
1988 | 2023-12-07T02:10:46.769Z | Compiling num-bigint v0.4.4 |
1989 | 2023-12-07T02:10:46.898Z | Compiling hashbrown v0.12.3 |
1990 | 2023-12-07T02:10:47.065Z | Compiling foreign-types-shared v0.1.1 |
1991 | 2023-12-07T02:10:47.195Z | Compiling hashbrown v0.14.2 |
1992 | 2023-12-07T02:10:47.407Z | Compiling untrusted v0.7.1 |
1993 | 2023-12-07T02:10:47.440Z | Compiling crossbeam-utils v0.8.16 |
1994 | 2023-12-07T02:10:47.670Z | Compiling untrusted v0.9.0 |
1995 | 2023-12-07T02:10:47.922Z | Compiling async-trait v0.1.74 |
1996 | 2023-12-07T02:10:47.995Z | Compiling percent-encoding v2.3.1 |
1997 | 2023-12-07T02:10:48.078Z | Compiling equivalent v1.0.1 |
1998 | 2023-12-07T02:10:48.215Z | Compiling openssl-probe v0.1.5 |
1999 | 2023-12-07T02:10:48.485Z | Compiling doc-comment v0.3.3 |
2000 | 2023-12-07T02:10:48.540Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2001 | 2023-12-07T02:10:48.684Z | Compiling iana-time-zone v0.1.57 |
2002 | 2023-12-07T02:10:48.818Z | Compiling smoltcp v0.9.1 |
2003 | 2023-12-07T02:10:49.714Z | Compiling foreign-types v0.3.2 |
2004 | 2023-12-07T02:10:50.082Z | Compiling dof v0.1.5 |
2005 | 2023-12-07T02:10:50.563Z | Compiling bytes v1.5.0 |
2006 | 2023-12-07T02:10:50.712Z | Compiling bitflags v2.4.0 |
2007 | 2023-12-07T02:10:51.651Z | Compiling rustc_version v0.4.0 |
2008 | 2023-12-07T02:10:52.261Z | Compiling tokio v1.34.0 |
2009 | 2023-12-07T02:10:52.436Z | Compiling http v0.2.11 |
2010 | 2023-12-07T02:10:52.641Z | Compiling heapless v0.7.16 |
2011 | 2023-12-07T02:10:54.378Z | Compiling uuid v1.6.1 |
2012 | 2023-12-07T02:10:55.134Z | Compiling indexmap v2.1.0 |
2013 | 2023-12-07T02:10:55.249Z | Compiling chrono v0.4.31 |
2014 | 2023-12-07T02:10:56.279Z | Compiling dtrace-parser v0.1.14 |
2015 | 2023-12-07T02:10:56.431Z | Compiling hmac v0.12.1 |
2016 | 2023-12-07T02:10:56.747Z | Compiling clap_derive v4.4.2 |
2017 | 2023-12-07T02:10:59.694Z | Compiling thread-id v4.2.0 |
2018 | 2023-12-07T02:11:00.472Z | Compiling try-lock v0.2.4 |
2019 | 2023-12-07T02:11:00.658Z | Compiling time-core v0.1.1 |
2020 | 2023-12-07T02:11:00.898Z | Compiling utf8parse v0.2.1 |
2021 | 2023-12-07T02:11:01.105Z | Compiling anstyle v1.0.2 |
2022 | 2023-12-07T02:11:02.369Z | Compiling cpufeatures v0.2.9 |
2023 | 2023-12-07T02:11:02.496Z | Compiling adler v1.0.2 |
2024 | 2023-12-07T02:11:02.786Z | Compiling rustversion v1.0.14 |
2025 | 2023-12-07T02:11:03.433Z | Compiling siphasher v0.3.11 |
2026 | 2023-12-07T02:11:03.764Z | Compiling miniz_oxide v0.7.1 |
2027 | 2023-12-07T02:11:04.035Z | Compiling sha2 v0.10.8 |
2028 | 2023-12-07T02:11:05.892Z | Compiling tokio-util v0.7.10 |
2029 | 2023-12-07T02:11:06.105Z | Compiling anstyle-parse v0.2.1 |
2030 | 2023-12-07T02:11:06.708Z | Compiling time-macros v0.2.13 |
2031 | 2023-12-07T02:11:08.209Z | Compiling h2 v0.3.21 |
2032 | 2023-12-07T02:11:09.575Z | Compiling want v0.3.1 |
2033 | 2023-12-07T02:11:13.278Z | Compiling http-body v0.4.5 |
2034 | 2023-12-07T02:11:13.882Z | Compiling rustls-webpki v0.101.7 |
2035 | 2023-12-07T02:11:14.306Z | Compiling sct v0.7.0 |
2036 | 2023-12-07T02:11:14.784Z | Compiling serde_tokenstream v0.1.7 |
2037 | 2023-12-07T02:11:15.914Z | Compiling form_urlencoded v1.2.1 |
2038 | 2023-12-07T02:11:16.340Z | Compiling pkcs8 v0.10.2 |
2039 | 2023-12-07T02:11:16.754Z | Compiling hubpack_derive v0.1.1 |
2040 | 2023-12-07T02:11:17.103Z | Compiling pin-project-internal v1.1.3 |
2041 | 2023-12-07T02:11:18.309Z | Compiling socket2 v0.4.9 |
2042 | 2023-12-07T02:11:18.333Z | Compiling crossbeam-epoch v0.9.15 |
2043 | 2023-12-07T02:11:19.017Z | Compiling radium v0.7.0 |
2044 | 2023-12-07T02:11:19.241Z | Compiling httpdate v1.0.3 |
2045 | 2023-12-07T02:11:19.713Z | Compiling anstyle-query v1.0.0 |
2046 | 2023-12-07T02:11:19.877Z | Compiling anyhow v1.0.75 |
2047 | 2023-12-07T02:11:20.607Z | Compiling tower-service v0.3.2 |
2048 | 2023-12-07T02:11:20.731Z | Compiling colorchoice v1.0.0 |
2049 | 2023-12-07T02:11:20.960Z | Compiling slog v2.7.0 |
2050 | 2023-12-07T02:11:21.469Z | Compiling anstream v0.5.0 |
2051 | 2023-12-07T02:11:21.578Z | Compiling hyper v0.14.27 |
2052 | 2023-12-07T02:11:28.537Z | Compiling terminal_size v0.2.6 |
2053 | 2023-12-07T02:11:31.637Z | Compiling toml_datetime v0.6.5 |
2054 | 2023-12-07T02:11:32.266Z | Compiling serde_spanned v0.6.4 |
2055 | 2023-12-07T02:11:33.108Z | Compiling rustls-pemfile v1.0.3 |
2056 | 2023-12-07T02:11:33.602Z | Compiling zerocopy v0.6.4 |
2057 | 2023-12-07T02:11:35.121Z | Compiling md-5 v0.10.5 |
2058 | 2023-12-07T02:11:35.622Z | Compiling stringprep v0.1.3 |
2059 | 2023-12-07T02:11:35.651Z | Compiling idna v0.5.0 |
2060 | 2023-12-07T02:11:36.693Z | Compiling diesel_table_macro_syntax v0.1.0 |
2061 | 2023-12-07T02:11:36.918Z | Compiling hash32 v0.2.1 |
2062 | 2023-12-07T02:11:36.948Z | Compiling aho-corasick v1.0.4 |
2063 | 2023-12-07T02:11:37.116Z | Compiling winnow v0.5.15 |
2064 | 2023-12-07T02:11:37.248Z | Compiling maybe-uninit v2.0.0 |
2065 | 2023-12-07T02:11:37.474Z | Compiling dyn-clone v1.0.13 |
2066 | 2023-12-07T02:11:37.735Z | Compiling strsim v0.10.0 |
2067 | 2023-12-07T02:11:37.748Z | Compiling stable_deref_trait v1.2.0 |
2068 | 2023-12-07T02:11:37.875Z | Compiling regex-syntax v0.8.2 |
2069 | 2023-12-07T02:11:37.889Z | Compiling clap_lex v0.5.1 |
2070 | 2023-12-07T02:11:38.197Z | Compiling fallible-iterator v0.2.0 |
2071 | 2023-12-07T02:11:39.043Z | Compiling gimli v0.28.0 |
2072 | 2023-12-07T02:11:40.358Z | Compiling tap v1.0.1 |
2073 | 2023-12-07T02:11:40.369Z | Compiling either v1.9.0 |
2074 | 2023-12-07T02:11:40.827Z | Compiling wyz v0.5.1 |
2075 | 2023-12-07T02:11:41.146Z | Compiling postgres-protocol v0.6.6 |
2076 | 2023-12-07T02:11:41.286Z | Compiling clap_builder v4.4.2 |
2077 | 2023-12-07T02:11:43.019Z | Compiling diesel_derives v2.1.2 |
2078 | 2023-12-07T02:11:43.124Z | Compiling url v2.5.0 |
2079 | 2023-12-07T02:11:44.361Z | Compiling regex-automata v0.4.3 |
2080 | 2023-12-07T02:11:45.895Z | Compiling addr2line v0.21.0 |
2081 | 2023-12-07T02:11:46.976Z | Compiling tokio-rustls v0.24.1 |
2082 | 2023-12-07T02:11:47.551Z | Compiling rustls-native-certs v0.6.3 |
2083 | 2023-12-07T02:11:48.054Z | Compiling strum_macros v0.25.2 |
2084 | 2023-12-07T02:11:53.761Z | Compiling tokio-native-tls v0.3.1 |
2085 | 2023-12-07T02:11:54.531Z | Compiling usdt-attr-macro v0.3.5 |
2086 | 2023-12-07T02:11:54.537Z | Compiling usdt-macro v0.3.5 |
2087 | 2023-12-07T02:11:56.226Z | Compiling phf_shared v0.11.2 |
2088 | 2023-12-07T02:11:57.414Z | Compiling block-padding v0.3.3 |
2089 | 2023-12-07T02:11:57.867Z | Compiling enum-as-inner v0.5.1 |
2090 | 2023-12-07T02:11:57.868Z | Compiling snafu-derive v0.7.5 |
2091 | 2023-12-07T02:11:58.218Z | Compiling serde_repr v0.1.16 |
2092 | 2023-12-07T02:11:59.438Z | Compiling ff v0.13.0 |
2093 | 2023-12-07T02:11:59.452Z | Compiling scheduled-thread-pool v0.2.7 |
2094 | 2023-12-07T02:11:59.696Z | Compiling object v0.32.1 |
2095 | 2023-12-07T02:12:03.010Z | Compiling managed v0.8.0 |
2096 | 2023-12-07T02:12:03.755Z | Compiling num_threads v0.1.6 |
2097 | 2023-12-07T02:12:04.963Z | Compiling num-bigint-dig v0.8.4 |
2098 | 2023-12-07T02:12:05.524Z | Compiling funty v2.0.0 |
2099 | 2023-12-07T02:12:05.893Z | Compiling base16ct v0.2.0 |
2100 | 2023-12-07T02:12:06.333Z | Compiling matches v0.1.10 |
2101 | 2023-12-07T02:12:06.448Z | Compiling ipnet v2.8.0 |
2102 | 2023-12-07T02:12:06.840Z | Compiling packed_struct v0.10.1 |
2103 | 2023-12-07T02:12:08.179Z | Compiling deranged v0.3.8 |
2104 | 2023-12-07T02:12:08.179Z | Compiling regex-automata v0.1.10 |
2105 | 2023-12-07T02:12:11.365Z | Compiling bit-vec v0.6.3 |
2106 | 2023-12-07T02:12:11.887Z | Compiling rustc-demangle v0.1.23 |
2107 | 2023-12-07T02:12:11.888Z | Compiling time v0.3.27 |
2108 | 2023-12-07T02:12:14.412Z | Compiling bstr v0.2.17 |
2109 | 2023-12-07T02:12:15.602Z | Compiling bitvec v1.0.1 |
2110 | 2023-12-07T02:12:17.528Z | Compiling idna v0.2.3 |
2111 | 2023-12-07T02:12:17.705Z | Compiling sec1 v0.7.3 |
2112 | 2023-12-07T02:12:18.926Z | Compiling r2d2 v0.8.10 |
2113 | 2023-12-07T02:12:19.535Z | Compiling group v0.13.0 |
2114 | 2023-12-07T02:12:20.623Z | Compiling inout v0.1.3 |
2115 | 2023-12-07T02:12:23.055Z | Compiling phf v0.11.2 |
2116 | 2023-12-07T02:12:23.473Z | Compiling hyper-tls v0.5.0 |
2117 | 2023-12-07T02:12:23.897Z | Compiling regex v1.10.2 |
2118 | 2023-12-07T02:12:23.972Z | Compiling hyper-rustls v0.24.2 |
2119 | 2023-12-07T02:12:24.221Z | Compiling signal-hook-mio v0.2.3 |
2120 | 2023-12-07T02:12:24.439Z | Compiling clap v4.4.3 |
2121 | 2023-12-07T02:12:24.593Z | Compiling flate2 v1.0.28 |
2122 | 2023-12-07T02:12:24.746Z | Compiling ipnetwork v0.20.0 |
2123 | 2023-12-07T02:12:25.645Z | Compiling bzip2 v0.4.4 |
2124 | 2023-12-07T02:12:25.971Z | Compiling toml_edit v0.19.15 |
2125 | 2023-12-07T02:12:26.057Z | Compiling postgres-types v0.2.6 |
2126 | 2023-12-07T02:12:26.310Z | Compiling itertools v0.11.0 |
2127 | 2023-12-07T02:12:26.633Z | Compiling pin-project v1.1.3 |
2128 | 2023-12-07T02:12:27.208Z | Compiling hubpack v0.1.2 |
2129 | 2023-12-07T02:12:27.263Z | Compiling serde_urlencoded v0.7.1 |
2130 | 2023-12-07T02:12:27.889Z | Compiling phf_shared v0.10.0 |
2131 | 2023-12-07T02:12:28.035Z | Compiling hkdf v0.12.3 |
2132 | 2023-12-07T02:12:28.342Z | Compiling futures-executor v0.3.29 |
2133 | 2023-12-07T02:12:30.863Z | Compiling crypto-bigint v0.5.2 |
2134 | 2023-12-07T02:12:32.599Z | Compiling packed_struct_codegen v0.10.1 |
2135 | 2023-12-07T02:12:33.921Z | Compiling float-cmp v0.9.0 |
2136 | 2023-12-07T02:12:34.304Z | Compiling encoding_rs v0.8.33 |
2137 | 2023-12-07T02:12:34.331Z | Compiling regex-automata v0.3.8 |
2138 | 2023-12-07T02:12:34.781Z | Compiling predicates-core v1.0.6 |
2139 | 2023-12-07T02:12:35.397Z | Compiling whoami v1.4.1 |
2140 | 2023-12-07T02:12:36.202Z | Compiling data-encoding v2.4.0 |
2141 | 2023-12-07T02:12:36.886Z | Compiling new_debug_unreachable v1.0.4 |
2142 | 2023-12-07T02:12:37.007Z | Compiling precomputed-hash v0.1.1 |
2143 | 2023-12-07T02:12:37.156Z | Compiling difflib v0.4.0 |
2144 | 2023-12-07T02:12:37.574Z | Compiling unicode-segmentation v1.10.1 |
2145 | 2023-12-07T02:12:39.070Z | Compiling mime v0.3.17 |
2146 | 2023-12-07T02:12:39.232Z | Compiling webpki-roots v0.25.2 |
2147 | 2023-12-07T02:12:39.265Z | Compiling crc-catalog v2.2.0 |
2148 | 2023-12-07T02:12:39.499Z | Compiling static_assertions v1.1.0 |
2149 | 2023-12-07T02:12:39.503Z | Compiling nodrop v0.1.14 |
2150 | 2023-12-07T02:12:39.630Z | Compiling normalize-line-endings v0.3.0 |
2151 | 2023-12-07T02:12:39.789Z | Compiling fixedbitset v0.4.2 |
2152 | 2023-12-07T02:12:40.420Z | Compiling unicode-width v0.1.11 |
2153 | 2023-12-07T02:12:40.646Z | Compiling console v0.15.7 |
2154 | 2023-12-07T02:12:40.912Z | Compiling petgraph v0.6.4 |
2155 | 2023-12-07T02:12:42.709Z | Compiling predicates v3.0.4 |
2156 | 2023-12-07T02:12:45.193Z | Compiling array-init v0.0.4 |
2157 | 2023-12-07T02:12:53.750Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2158 | 2023-12-07T02:12:53.899Z | Compiling reqwest v0.11.22 |
2159 | 2023-12-07T02:12:53.899Z | Compiling crc v3.0.1 |
2160 | 2023-12-07T02:12:54.162Z | Compiling similar v2.2.1 |
2161 | 2023-12-07T02:12:54.409Z | Compiling string_cache v0.8.7 |
2162 | 2023-12-07T02:12:55.140Z | Compiling trust-dns-proto v0.22.0 |
2163 | 2023-12-07T02:12:55.848Z | Compiling bstr v1.6.0 |
2164 | 2023-12-07T02:12:58.229Z | Compiling tokio-postgres v0.7.10 |
2165 | 2023-12-07T02:13:07.195Z | Compiling elliptic-curve v0.13.8 |
2166 | 2023-12-07T02:13:09.373Z | Compiling toml v0.7.8 |
2167 | 2023-12-07T02:13:10.778Z | Compiling futures v0.3.29 |
2168 | 2023-12-07T02:13:11.901Z | Compiling snafu v0.7.5 |
2169 | 2023-12-07T02:13:12.339Z | Compiling smallvec v0.6.14 |
2170 | 2023-12-07T02:13:12.385Z | Compiling zip v0.6.6 |
2171 | 2023-12-07T02:13:12.675Z | Compiling diesel v2.1.4 |
2172 | 2023-12-07T02:13:13.069Z | Compiling yasna v0.5.2 |
2173 | 2023-12-07T02:13:13.116Z | Compiling crossterm v0.27.0 |
2174 | 2023-12-07T02:13:13.732Z | Compiling cipher v0.4.4 |
2175 | 2023-12-07T02:13:14.451Z | Compiling hashbrown v0.13.2 |
2176 | 2023-12-07T02:13:18.806Z | Compiling bit-set v0.5.3 |
2177 | 2023-12-07T02:13:19.633Z | Compiling usdt v0.3.5 |
2178 | 2023-12-07T02:13:19.643Z | Compiling is-terminal v0.4.9 |
2179 | 2023-12-07T02:13:19.905Z | Compiling toml_edit v0.21.0 |
2180 | 2023-12-07T02:13:22.291Z | Compiling itertools v0.10.5 |
2181 | 2023-12-07T02:13:26.172Z | Compiling pkcs1 v0.7.5 |
2182 | 2023-12-07T02:13:27.159Z | Compiling tokio-stream v0.1.14 |
2183 | 2023-12-07T02:13:28.630Z | Compiling openapiv3 v2.0.0-rc.1 |
2184 | 2023-12-07T02:13:31.618Z | Compiling hex v0.4.3 |
2185 | 2023-12-07T02:13:33.525Z | Compiling signature v2.1.0 |
2186 | 2023-12-07T02:13:40.662Z | Compiling bitfield v0.14.0 |
2187 | 2023-12-07T02:13:41.077Z | Compiling lalrpop-util v0.19.12 |
2188 | 2023-12-07T02:13:41.107Z | Compiling termcolor v1.2.0 |
2189 | 2023-12-07T02:13:42.445Z | Compiling env_logger v0.10.0 |
2190 | 2023-12-07T02:13:43.211Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2191 | 2023-12-07T02:14:02.885Z | Compiling rsa v0.9.2 |
2192 | 2023-12-07T02:14:12.188Z | Compiling serde-hex v0.1.0 |
2193 | 2023-12-07T02:14:18.570Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2194 | 2023-12-07T02:14:21.931Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2195 | 2023-12-07T02:14:22.621Z | Compiling ron v0.8.1 |
2196 | 2023-12-07T02:14:22.638Z | Compiling x509-cert v0.2.4 |
2197 | 2023-12-07T02:14:31.223Z | Compiling crc-any v2.4.3 |
2198 | 2023-12-07T02:14:45.084Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2199 | 2023-12-07T02:14:57.200Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2200 | 2023-12-07T02:15:05.300Z | Compiling object v0.30.4 |
2201 | 2023-12-07T02:15:17.592Z | Compiling path-slash v0.1.5 |
2202 | 2023-12-07T02:15:18.466Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2203 | 2023-12-07T02:16:04.545Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2204 | 2023-12-07T02:16:05.634Z | Finished release [optimized] target(s) in 6m 03s |
2205 | 2023-12-07T02:16:05.720Z | |
2206 | 2023-12-07T02:16:05.725Z | real 6:04.078771340 |
2207 | 2023-12-07T02:16:05.725Z | user 42:08.818386005 |
2208 | 2023-12-07T02:16:05.725Z | sys 3:38.123255918 |
2209 | 2023-12-07T02:16:05.726Z | trap 1.685215329 |
2210 | 2023-12-07T02:16:05.726Z | tflt 0.936802359 |
2211 | 2023-12-07T02:16:05.726Z | dflt 0.421729356 |
2212 | 2023-12-07T02:16:05.726Z | kflt 0.000634431 |
2213 | 2023-12-07T02:16:05.726Z | lock 1:34:01.432152439 |
2214 | 2023-12-07T02:16:05.726Z | slp 1:59:14.600495929 |
2215 | 2023-12-07T02:16:05.726Z | lat 1:47.089631613 |
2216 | 2023-12-07T02:16:05.726Z | stop 1:21.233019300 |
2217 | 2023-12-07T02:16:05.726Z | + ptime -m gzip |
2218 | 2023-12-07T02:16:06.378Z | |
2219 | 2023-12-07T02:16:06.382Z | real 0.653353264 |
2220 | 2023-12-07T02:16:06.382Z | user 0.646174728 |
2221 | 2023-12-07T02:16:06.382Z | sys 0.006610263 |
2222 | 2023-12-07T02:16:06.382Z | trap 0.000064634 |
2223 | 2023-12-07T02:16:06.382Z | tflt 0.000000000 |
2224 | 2023-12-07T02:16:06.383Z | dflt 0.000000000 |
2225 | 2023-12-07T02:16:06.383Z | kflt 0.000000000 |
2226 | 2023-12-07T02:16:06.383Z | lock 0.000000000 |
2227 | 2023-12-07T02:16:06.383Z | slp 0.000000000 |
2228 | 2023-12-07T02:16:06.383Z | lat 0.000172021 |
2229 | 2023-12-07T02:16:06.383Z | stop 0.000230751 |
2230 | 2023-12-07T02:16:06.383Z | + banner tufaceous |
2231 | 2023-12-07T02:16:06.383Z | |
2232 | 2023-12-07T02:16:06.383Z | ##### # # ###### ## #### ###### #### # # #### |
2233 | 2023-12-07T02:16:06.383Z | # # # # # # # # # # # # # # |
2234 | 2023-12-07T02:16:06.385Z | # # # ##### # # # ##### # # # # #### |
2235 | 2023-12-07T02:16:06.385Z | # # # # ###### # # # # # # # |
2236 | 2023-12-07T02:16:06.385Z | # # # # # # # # # # # # # # # |
2237 | 2023-12-07T02:16:06.385Z | # #### # # # #### ###### #### #### #### |
2238 | 2023-12-07T02:16:06.385Z | |
2239 | 2023-12-07T02:16:06.385Z | + ptime -m cargo build --locked -p tufaceous --release |
2240 | 2023-12-07T02:16:07.028Z | Downloading crates ... |
2241 | 2023-12-07T02:16:07.347Z | Downloaded bytesize v1.3.0 |
2242 | 2023-12-07T02:16:07.357Z | Downloaded olpc-cjson v0.1.3 |
2243 | 2023-12-07T02:16:07.357Z | Downloaded async-recursion v1.0.5 |
2244 | 2023-12-07T02:16:07.367Z | Downloaded fs-err v2.11.0 |
2245 | 2023-12-07T02:16:07.368Z | Downloaded buf-list v1.0.3 |
2246 | 2023-12-07T02:16:07.379Z | Downloaded globset v0.4.13 |
2247 | 2023-12-07T02:16:07.379Z | Downloaded tough v0.15.0 |
2248 | 2023-12-07T02:16:07.394Z | Downloaded typed-path v0.6.0 |
2249 | 2023-12-07T02:16:07.410Z | Downloaded humantime v2.1.0 |
2250 | 2023-12-07T02:16:07.411Z | Downloaded serde_plain v1.0.2 |
2251 | 2023-12-07T02:16:07.557Z | Compiling serde_tokenstream v0.2.0 |
2252 | 2023-12-07T02:16:07.582Z | Compiling regress v0.7.1 |
2253 | 2023-12-07T02:16:07.592Z | Compiling dirs-sys-next v0.1.2 |
2254 | 2023-12-07T02:16:07.599Z | Compiling ident_case v1.0.1 |
2255 | 2023-12-07T02:16:07.617Z | Compiling thread_local v1.1.7 |
2256 | 2023-12-07T02:16:07.628Z | Compiling slog-async v2.8.0 |
2257 | 2023-12-07T02:16:07.628Z | Compiling heck v0.4.1 |
2258 | 2023-12-07T02:16:07.822Z | Compiling dirs-next v2.0.0 |
2259 | 2023-12-07T02:16:08.166Z | Compiling darling_core v0.20.3 |
2260 | 2023-12-07T02:16:08.241Z | Compiling camino v1.1.6 |
2261 | 2023-12-07T02:16:08.444Z | Compiling term v0.7.0 |
2262 | 2023-12-07T02:16:08.864Z | Compiling crossbeam-channel v0.5.8 |
2263 | 2023-12-07T02:16:09.084Z | Compiling getopts v0.2.21 |
2264 | 2023-12-07T02:16:09.463Z | Compiling structmeta-derive v0.2.0 |
2265 | 2023-12-07T02:16:09.613Z | Compiling atty v0.2.14 |
2266 | 2023-12-07T02:16:09.809Z | Compiling multer v2.1.0 |
2267 | 2023-12-07T02:16:10.219Z | Compiling take_mut v0.2.2 |
2268 | 2023-12-07T02:16:10.449Z | Compiling paste v1.0.14 |
2269 | 2023-12-07T02:16:10.537Z | Compiling unsafe-libyaml v0.2.9 |
2270 | 2023-12-07T02:16:11.089Z | Compiling match_cfg v0.1.0 |
2271 | 2023-12-07T02:16:11.216Z | Compiling hostname v0.3.1 |
2272 | 2023-12-07T02:16:11.770Z | Compiling slog-term v2.9.0 |
2273 | 2023-12-07T02:16:13.358Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2274 | 2023-12-07T02:16:15.511Z | Compiling structmeta v0.2.0 |
2275 | 2023-12-07T02:16:16.112Z | Compiling serde_yaml v0.9.25 |
2276 | 2023-12-07T02:16:16.956Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2277 | 2023-12-07T02:16:16.980Z | Compiling slog-json v2.6.1 |
2278 | 2023-12-07T02:16:17.105Z | Compiling darling_macro v0.20.3 |
2279 | 2023-12-07T02:16:17.745Z | Compiling async-stream-impl v0.3.5 |
2280 | 2023-12-07T02:16:18.515Z | Compiling darling v0.20.3 |
2281 | 2023-12-07T02:16:18.695Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2282 | 2023-12-07T02:16:19.093Z | Compiling atomic-waker v1.1.1 |
2283 | 2023-12-07T02:16:19.361Z | Compiling regex-syntax v0.7.5 |
2284 | 2023-12-07T02:16:19.547Z | Compiling fastrand v2.0.0 |
2285 | 2023-12-07T02:16:19.753Z | Compiling async-stream v0.3.5 |
2286 | 2023-12-07T02:16:20.212Z | Compiling tempfile v3.8.1 |
2287 | 2023-12-07T02:16:20.382Z | Compiling waitgroup v0.1.2 |
2288 | 2023-12-07T02:16:20.705Z | Compiling serde_with_macros v2.3.3 |
2289 | 2023-12-07T02:16:20.757Z | Compiling slog-bunyan v2.4.0 |
2290 | 2023-12-07T02:16:23.364Z | Compiling toml v0.8.8 |
2291 | 2023-12-07T02:16:24.071Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2292 | 2023-12-07T02:16:24.598Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2293 | 2023-12-07T02:16:25.936Z | Compiling sha1 v0.10.6 |
2294 | 2023-12-07T02:16:26.105Z | Compiling serde_path_to_error v0.1.14 |
2295 | 2023-12-07T02:16:27.052Z | Compiling instant v0.1.12 |
2296 | 2023-12-07T02:16:27.177Z | Compiling fs-err v2.11.0 |
2297 | 2023-12-07T02:16:27.337Z | Compiling same-file v1.0.6 |
2298 | 2023-12-07T02:16:27.447Z | Compiling debug-ignore v1.0.5 |
2299 | 2023-12-07T02:16:27.606Z | Compiling buf-list v1.0.3 |
2300 | 2023-12-07T02:16:27.652Z | Compiling arc-swap v1.6.0 |
2301 | 2023-12-07T02:16:27.968Z | Compiling walkdir v2.4.0 |
2302 | 2023-12-07T02:16:28.474Z | Compiling slog-scope v4.4.0 |
2303 | 2023-12-07T02:16:28.857Z | Compiling backoff v0.4.0 |
2304 | 2023-12-07T02:16:29.465Z | Compiling serde_with v2.3.3 |
2305 | 2023-12-07T02:16:29.715Z | Compiling parse-display-derive v0.8.2 |
2306 | 2023-12-07T02:16:29.960Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2307 | 2023-12-07T02:16:30.877Z | Compiling globset v0.4.13 |
2308 | 2023-12-07T02:16:30.988Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2309 | 2023-12-07T02:16:31.237Z | Compiling strum v0.25.0 |
2310 | 2023-12-07T02:16:31.489Z | Compiling olpc-cjson v0.1.3 |
2311 | 2023-12-07T02:16:32.251Z | Compiling pem v3.0.2 |
2312 | 2023-12-07T02:16:32.377Z | Compiling serde_plain v1.0.2 |
2313 | 2023-12-07T02:16:32.394Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2314 | 2023-12-07T02:16:33.226Z | Compiling macaddr v1.0.1 |
2315 | 2023-12-07T02:16:34.385Z | Compiling async-recursion v1.0.5 |
2316 | 2023-12-07T02:16:34.931Z | Compiling xattr v1.0.1 |
2317 | 2023-12-07T02:16:35.352Z | Compiling filetime v0.2.23 |
2318 | 2023-12-07T02:16:35.870Z | Compiling typed-path v0.6.0 |
2319 | 2023-12-07T02:16:35.912Z | Compiling tar v0.4.40 |
2320 | 2023-12-07T02:16:35.954Z | Compiling parse-display v0.8.2 |
2321 | 2023-12-07T02:16:36.243Z | Compiling slog-stdlog v4.1.1 |
2322 | 2023-12-07T02:16:38.738Z | Compiling camino-tempfile v1.1.1 |
2323 | 2023-12-07T02:16:39.115Z | Compiling itertools v0.12.0 |
2324 | 2023-12-07T02:16:39.556Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2325 | 2023-12-07T02:16:39.749Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2326 | 2023-12-07T02:16:45.124Z | Compiling tough v0.15.0 |
2327 | 2023-12-07T02:16:45.521Z | Compiling bytesize v1.3.0 |
2328 | 2023-12-07T02:16:45.758Z | Compiling slog-envlogger v2.2.0 |
2329 | 2023-12-07T02:16:46.446Z | Compiling humantime v2.1.0 |
2330 | 2023-12-07T02:16:50.502Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2331 | 2023-12-07T02:17:13.101Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2332 | 2023-12-07T02:17:13.388Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2333 | 2023-12-07T02:17:24.951Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2334 | 2023-12-07T02:17:26.939Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2335 | 2023-12-07T02:17:56.432Z | Finished release [optimized] target(s) in 1m 49s |
2336 | 2023-12-07T02:17:56.518Z | |
2337 | 2023-12-07T02:17:56.522Z | real 1:50.110516040 |
2338 | 2023-12-07T02:17:56.522Z | user 11:47.702241916 |
2339 | 2023-12-07T02:17:56.522Z | sys 46.591876726 |
2340 | 2023-12-07T02:17:56.522Z | trap 0.426325889 |
2341 | 2023-12-07T02:17:56.522Z | tflt 0.309215731 |
2342 | 2023-12-07T02:17:56.522Z | dflt 0.607082494 |
2343 | 2023-12-07T02:17:56.522Z | kflt 0.000038312 |
2344 | 2023-12-07T02:17:56.523Z | lock 22:12.255732346 |
2345 | 2023-12-07T02:17:56.523Z | slp 23:39.951696018 |
2346 | 2023-12-07T02:17:56.523Z | lat 21.645692218 |
2347 | 2023-12-07T02:17:56.523Z | stop 13.307620237 |
2348 | 2023-12-07T02:17:56.523Z | + ptime -m gzip |
2349 | 2023-12-07T02:17:58.892Z | |
2350 | 2023-12-07T02:17:58.896Z | real 2.368732093 |
2351 | 2023-12-07T02:17:58.897Z | user 2.341707303 |
2352 | 2023-12-07T02:17:58.897Z | sys 0.026214111 |
2353 | 2023-12-07T02:17:58.897Z | trap 0.000284692 |
2354 | 2023-12-07T02:17:58.897Z | tflt 0.000000000 |
2355 | 2023-12-07T02:17:58.897Z | dflt 0.000000000 |
2356 | 2023-12-07T02:17:58.897Z | kflt 0.000000000 |
2357 | 2023-12-07T02:17:58.897Z | lock 0.000000000 |
2358 | 2023-12-07T02:17:58.897Z | slp 0.000000000 |
2359 | 2023-12-07T02:17:58.897Z | lat 0.000183270 |
2360 | 2023-12-07T02:17:58.897Z | stop 0.000236958 |
2361 | 2023-12-07T02:17:58.899Z | process exited: duration 1132974 ms, exit code 0 |
|
2362 | 2023-12-07T02:17:58.920Z | found 5 output files |
2363 | 2023-12-07T02:17:58.920Z | uploading: /work/end-to-end-tests/bootstrap-3256aac6cfca4799.gz (6319386 bytes) |
2364 | 2023-12-07T02:18:02.126Z | uploaded: /work/end-to-end-tests/bootstrap-3256aac6cfca4799.gz |
2365 | 2023-12-07T02:18:02.128Z | uploading: /work/end-to-end-tests/bootstrap.gz (96202138 bytes) |
2366 | 2023-12-07T02:18:25.392Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2367 | 2023-12-07T02:18:25.392Z | uploading: /work/end-to-end-tests/end_to_end_tests-a09f8f9e177211f4.gz (99814027 bytes) |
2368 | 2023-12-07T02:18:55.756Z | uploaded: /work/end-to-end-tests/end_to_end_tests-a09f8f9e177211f4.gz |
2369 | 2023-12-07T02:18:55.756Z | uploading: /work/caboose-util.gz (4092141 bytes) |
2370 | 2023-12-07T02:18:58.275Z | uploaded: /work/caboose-util.gz |
2371 | 2023-12-07T02:18:58.276Z | uploading: /work/tufaceous.gz (14958970 bytes) |
2372 | 2023-12-07T02:19:09.790Z | uploaded: /work/tufaceous.gz |