|
|
|
1 | 2023-12-11T20:15:41.149Z | job assigned to worker 01HHD88XE92CW6T52Y41EH8XCC (queued for 1 m 6 s) |
|
2 | 2023-12-11T20:15:41.732Z | starting task 0: "setup" |
3 | 2023-12-11T20:15:41.796Z | ++ uname -s |
4 | 2023-12-11T20:15:41.809Z | + kern=SunOS |
5 | 2023-12-11T20:15:41.809Z | + case "$kern" in |
6 | 2023-12-11T20:15:41.809Z | + groupadd -g 12345 build |
7 | 2023-12-11T20:15:41.810Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-11T20:15:43.987Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-11T20:15:44.012Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-11T20:15:44.012Z | + home_fs=zfs |
11 | 2023-12-11T20:15:44.012Z | + [[ zfs == autofs ]] |
12 | 2023-12-11T20:15:44.012Z | + mkdir -p /home/build |
13 | 2023-12-11T20:15:44.013Z | + chown build:build /home/build /work |
14 | 2023-12-11T20:15:45.921Z | + chmod 0700 /home/build /work |
15 | 2023-12-11T20:15:45.925Z | process exited: duration 4198 ms, exit code 0 |
|
16 | 2023-12-11T20:15:45.931Z | starting task 1: "rust-toolchain" |
17 | 2023-12-11T20:15:45.941Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-11T20:15:45.944Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-11T20:15:46.117Z | info: downloading installer |
20 | 2023-12-11T20:15:47.889Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-11T20:15:47.889Z | warning: /opt/ooce/bin |
22 | 2023-12-11T20:15:47.889Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-11T20:15:47.889Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-11T20:15:47.889Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-11T20:15:47.889Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-11T20:15:47.889Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-11T20:15:47.889Z | error: cannot install while Rust is installed |
28 | 2023-12-11T20:15:47.889Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-11T20:15:48.069Z | info: profile set to 'default' |
30 | 2023-12-11T20:15:48.069Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-11T20:15:48.082Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-11T20:15:48.285Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-11T20:15:48.285Z | info: downloading component 'cargo' |
34 | 2023-12-11T20:15:49.227Z | info: downloading component 'clippy' |
35 | 2023-12-11T20:15:49.589Z | info: downloading component 'rust-docs' |
36 | 2023-12-11T20:15:50.795Z | info: downloading component 'rust-std' |
37 | 2023-12-11T20:15:52.984Z | info: downloading component 'rustc' |
38 | 2023-12-11T20:15:58.478Z | info: downloading component 'rustfmt' |
39 | 2023-12-11T20:15:58.780Z | info: installing component 'cargo' |
40 | 2023-12-11T20:16:00.263Z | info: installing component 'clippy' |
41 | 2023-12-11T20:16:00.884Z | info: installing component 'rust-docs' |
42 | 2023-12-11T20:16:03.704Z | info: installing component 'rust-std' |
43 | 2023-12-11T20:16:06.898Z | info: installing component 'rustc' |
44 | 2023-12-11T20:16:18.786Z | info: installing component 'rustfmt' |
45 | 2023-12-11T20:16:19.490Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-11T20:16:19.491Z | |
47 | 2023-12-11T20:16:19.626Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-11T20:16:19.627Z | |
49 | 2023-12-11T20:16:19.631Z | |
50 | 2023-12-11T20:16:19.631Z | Rust is installed now. Great! |
51 | 2023-12-11T20:16:19.632Z | |
52 | 2023-12-11T20:16:19.632Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-11T20:16:19.632Z | environment variable. This has not been done automatically. |
54 | 2023-12-11T20:16:19.632Z | |
55 | 2023-12-11T20:16:19.633Z | To configure your current shell, run: |
56 | 2023-12-11T20:16:19.633Z | source "$HOME/.cargo/env" |
57 | 2023-12-11T20:16:19.715Z | + rustc --version |
58 | 2023-12-11T20:16:19.828Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-11T20:16:19.833Z | process exited: duration 33905 ms, exit code 0 |
|
60 | 2023-12-11T20:16:20.256Z | starting task 2: "authentication" |
61 | 2023-12-11T20:16:20.263Z | process exited: duration 50 ms, exit code 0 |
|
62 | 2023-12-11T20:16:20.275Z | starting task 3: "clone repository" |
63 | 2023-12-11T20:16:20.280Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-11T20:16:20.284Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-11T20:16:20.326Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-11T20:16:29.434Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-11T20:16:29.434Z | + [[ -n oximeter-tests-dont-need-time ]] |
68 | 2023-12-11T20:16:29.437Z | + git fetch origin oximeter-tests-dont-need-time |
69 | 2023-12-11T20:16:29.816Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-11T20:16:29.816Z | * branch oximeter-tests-dont-need-time -> FETCH_HEAD |
71 | 2023-12-11T20:16:29.828Z | + git checkout -B oximeter-tests-dont-need-time remotes/origin/oximeter-tests-dont-need-time |
72 | 2023-12-11T20:16:29.940Z | Switched to a new branch 'oximeter-tests-dont-need-time' |
73 | 2023-12-11T20:16:29.946Z | branch 'oximeter-tests-dont-need-time' set up to track 'origin/oximeter-tests-dont-need-time'. |
74 | 2023-12-11T20:16:29.946Z | + git reset --hard efa2f499f782a369e5a810c6a1b9d05ee4a068ff |
75 | 2023-12-11T20:16:29.967Z | HEAD is now at efa2f499 Oximeter self-stat tests don't need to be based on time |
76 | 2023-12-11T20:16:29.970Z | process exited: duration 9697 ms, exit code 0 |
|
77 | 2023-12-11T20:16:29.978Z | starting task 4: "build" |
78 | 2023-12-11T20:16:29.983Z | + cargo --version |
79 | 2023-12-11T20:16:29.990Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-11T20:16:30.220Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-11T20:16:30.223Z | info: downloading component 'cargo' |
82 | 2023-12-11T20:16:31.238Z | info: downloading component 'clippy' |
83 | 2023-12-11T20:16:31.557Z | info: downloading component 'rust-docs' |
84 | 2023-12-11T20:16:32.853Z | info: downloading component 'rust-std' |
85 | 2023-12-11T20:16:34.906Z | info: downloading component 'rustc' |
86 | 2023-12-11T20:16:40.029Z | info: downloading component 'rustfmt' |
87 | 2023-12-11T20:16:40.409Z | info: installing component 'cargo' |
88 | 2023-12-11T20:16:41.748Z | info: installing component 'clippy' |
89 | 2023-12-11T20:16:42.224Z | info: installing component 'rust-docs' |
90 | 2023-12-11T20:16:45.109Z | info: installing component 'rust-std' |
91 | 2023-12-11T20:16:47.820Z | info: installing component 'rustc' |
92 | 2023-12-11T20:16:54.135Z | info: installing component 'rustfmt' |
93 | 2023-12-11T20:16:54.691Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-11T20:16:54.694Z | + rustc --version |
95 | 2023-12-11T20:16:54.833Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-11T20:16:54.841Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-12-11T20:17:11.110Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-12-11T20:17:12.482Z | Startup: Caching catalogs ... Done |
99 | 2023-12-11T20:17:19.727Z | Planning: Solver setup ... Done (6.821s) |
100 | 2023-12-11T20:17:19.881Z | Planning: Running solver ... Done (0.154s) |
101 | 2023-12-11T20:17:20.184Z | Planning: Finding local manifests ... Done (0.232s) |
102 | 2023-12-11T20:17:20.199Z | Planning: Fetching manifests: 0/6 0% complete |
103 | 2023-12-11T20:17:20.685Z | Planning: Fetching manifests: 6/6 100% complete |
104 | 2023-12-11T20:17:21.083Z | Planning: Package planning ... Done (0.397s) |
105 | 2023-12-11T20:17:21.169Z | Planning: Merging actions ... Done (0.086s) |
106 | 2023-12-11T20:17:22.887Z | Planning: Checking for conflicting actions ... Done (1.717s) |
107 | 2023-12-11T20:17:22.906Z | Planning: Consolidating action changes ... Done (0.019s) |
108 | 2023-12-11T20:17:35.705Z | Planning: Evaluating mediators ... Done (12.800s) |
109 | 2023-12-11T20:17:35.820Z | Planning: Planning completed in 23.28 seconds |
110 | 2023-12-11T20:17:35.915Z | Packages to install: 4 |
111 | 2023-12-11T20:17:35.915Z | Packages to update: 2 |
112 | 2023-12-11T20:17:35.919Z | Mediators to change: 2 |
113 | 2023-12-11T20:17:35.919Z | Services to change: 1 |
114 | 2023-12-11T20:17:35.919Z | Estimated space available: 148.88 GB |
115 | 2023-12-11T20:17:35.919Z | Estimated space to be consumed: 1.43 GB |
116 | 2023-12-11T20:17:35.920Z | Create boot environment: No |
117 | 2023-12-11T20:17:35.920Z | Create backup boot environment: Yes |
118 | 2023-12-11T20:17:35.920Z | Rebuild boot archive: No |
119 | 2023-12-11T20:17:35.920Z | |
120 | 2023-12-11T20:17:35.920Z | Changed mediators: |
121 | 2023-12-11T20:17:35.920Z | mediator clang: |
122 | 2023-12-11T20:17:35.920Z | version: None -> 15 (system default) |
123 | 2023-12-11T20:17:35.920Z | |
124 | 2023-12-11T20:17:35.920Z | mediator llvm: |
125 | 2023-12-11T20:17:35.920Z | version: 14 (system default) -> 15 (system default) |
126 | 2023-12-11T20:17:35.920Z | |
127 | 2023-12-11T20:17:35.920Z | Changed packages: |
128 | 2023-12-11T20:17:35.920Z | helios-dev |
129 | 2023-12-11T20:17:35.920Z | developer/build-essential |
130 | 2023-12-11T20:17:35.920Z | None -> 11-2.0 |
131 | 2023-12-11T20:17:35.920Z | library/libxmlsec1 |
132 | 2023-12-11T20:17:35.920Z | None -> 1.2.35-2.0 |
133 | 2023-12-11T20:17:35.920Z | ooce/developer/clang-15 |
134 | 2023-12-11T20:17:35.921Z | None -> 15.0.7-2.0 |
135 | 2023-12-11T20:17:35.921Z | ooce/developer/llvm-15 |
136 | 2023-12-11T20:17:35.921Z | None -> 15.0.7-2.0 |
137 | 2023-12-11T20:17:35.921Z | system/library/g++-runtime |
138 | 2023-12-11T20:17:35.921Z | 12-2.0 -> 13-2.0 |
139 | 2023-12-11T20:17:35.921Z | system/library/gcc-runtime |
140 | 2023-12-11T20:17:35.921Z | 12-2.0 -> 13-2.0 |
141 | 2023-12-11T20:17:35.921Z | |
142 | 2023-12-11T20:17:35.921Z | Services: |
143 | 2023-12-11T20:17:35.921Z | restart_fmri: |
144 | 2023-12-11T20:17:35.921Z | svc:/system/update-man-index:default |
145 | 2023-12-11T20:17:36.302Z | |
146 | 2023-12-11T20:17:36.302Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
147 | 2023-12-11T20:17:41.326Z | Download: 1328/3330 items 106.3/221.1MB 48% complete (21.6M/s) |
148 | 2023-12-11T20:17:46.305Z | Download: 2944/3330 items 121.2/221.1MB 54% complete (12.3M/s) |
149 | 2023-12-11T20:17:50.920Z | Download: Completed 221.11 MB in 14.62 seconds (15.1M/s) |
150 | 2023-12-11T20:17:53.315Z | Actions: 1/3766 actions (Removing old actions) |
151 | 2023-12-11T20:17:53.315Z | Actions: 5/3766 actions (Installing new actions) |
152 | 2023-12-11T20:18:09.861Z | Actions: 2610/3766 actions (Installing new actions) |
153 | 2023-12-11T20:18:09.861Z | Actions: 3729/3766 actions (Updating modified actions) |
154 | 2023-12-11T20:18:09.861Z | Actions: Completed 3766 actions in 10.53 seconds. |
155 | 2023-12-11T20:18:09.862Z | Done (0.112s) |
156 | 2023-12-11T20:18:09.862Z | Done (0.000s) |
157 | 2023-12-11T20:18:09.862Z | Done (0.260s) |
158 | 2023-12-11T20:18:13.251Z | Done (8.913s) |
159 | 2023-12-11T20:18:13.589Z | Done (0.226s) |
160 | 2023-12-11T20:18:13.596Z | Done (0.000s) |
161 | 2023-12-11T20:18:13.847Z | Done (0.000s) |
162 | 2023-12-11T20:18:14.618Z | Planning: Evaluating mediator changes ... Done |
163 | 2023-12-11T20:18:14.911Z | Planning: Checking for conflicting actions ... Done |
164 | 2023-12-11T20:18:14.917Z | Planning: Consolidating action changes ... Done |
165 | 2023-12-11T20:18:15.374Z | Planning: Evaluating mediators ... Done |
166 | 2023-12-11T20:18:15.378Z | Planning: Planning completed in 0.76 seconds |
167 | 2023-12-11T20:18:15.438Z | Mediators to change: 2 |
168 | 2023-12-11T20:18:15.438Z | Create boot environment: No |
169 | 2023-12-11T20:18:15.438Z | Create backup boot environment: No |
170 | 2023-12-11T20:18:15.544Z | Done |
171 | 2023-12-11T20:18:15.544Z | Done |
172 | 2023-12-11T20:18:15.722Z | Done |
173 | 2023-12-11T20:18:22.141Z | Done |
174 | 2023-12-11T20:18:22.278Z | Done |
175 | 2023-12-11T20:18:22.281Z | Done |
176 | 2023-12-11T20:18:22.413Z | Done |
177 | 2023-12-11T20:18:23.498Z | Planning: Evaluating mediator changes ... Done |
178 | 2023-12-11T20:18:23.501Z | Planning: Merging actions ... Done |
179 | 2023-12-11T20:18:23.858Z | Planning: Checking for conflicting actions ... Done |
180 | 2023-12-11T20:18:23.862Z | Planning: Consolidating action changes ... Done |
181 | 2023-12-11T20:18:24.322Z | Planning: Evaluating mediators ... Done |
182 | 2023-12-11T20:18:24.804Z | Planning: Planning completed in 1.38 seconds |
183 | 2023-12-11T20:18:24.804Z | Packages to change: 1 |
184 | 2023-12-11T20:18:24.804Z | Mediators to change: 1 |
185 | 2023-12-11T20:18:24.804Z | Services to change: 1 |
186 | 2023-12-11T20:18:24.804Z | Create boot environment: No |
187 | 2023-12-11T20:18:24.804Z | Create backup boot environment: Yes |
188 | 2023-12-11T20:18:26.698Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2023-12-11T20:18:26.701Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2023-12-11T20:18:26.701Z | Done |
191 | 2023-12-11T20:18:26.701Z | Done |
192 | 2023-12-11T20:18:26.765Z | Done |
193 | 2023-12-11T20:18:33.130Z | Done |
194 | 2023-12-11T20:18:33.267Z | Done |
195 | 2023-12-11T20:18:33.281Z | Done |
196 | 2023-12-11T20:18:33.412Z | Done |
197 | 2023-12-11T20:18:34.117Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2023-12-11T20:18:34.117Z | clang system 15 system |
199 | 2023-12-11T20:18:34.117Z | csh system system illumos |
200 | 2023-12-11T20:18:34.118Z | ctags system system illumos |
201 | 2023-12-11T20:18:34.118Z | gcc vendor 12 vendor |
202 | 2023-12-11T20:18:34.118Z | gcc system 10 system |
203 | 2023-12-11T20:18:34.118Z | gcc system 7 system |
204 | 2023-12-11T20:18:34.118Z | go system 1.20 system |
205 | 2023-12-11T20:18:34.118Z | go system 1.19 system |
206 | 2023-12-11T20:18:34.118Z | llvm system 15 system |
207 | 2023-12-11T20:18:34.118Z | llvm system 14 system |
208 | 2023-12-11T20:18:34.118Z | mariadb system 10.6 system |
209 | 2023-12-11T20:18:34.118Z | mta vendor vendor dma |
210 | 2023-12-11T20:18:34.118Z | openjdk system 17 system |
211 | 2023-12-11T20:18:34.118Z | openjdk system 11 system |
212 | 2023-12-11T20:18:34.118Z | openjdk system 1.8 system |
213 | 2023-12-11T20:18:34.118Z | openssl vendor 3 vendor |
214 | 2023-12-11T20:18:34.118Z | perl system 5.36 system |
215 | 2023-12-11T20:18:34.118Z | postgresql system 15 system |
216 | 2023-12-11T20:18:34.118Z | postgresql system 13 system |
217 | 2023-12-11T20:18:34.118Z | python vendor 3 vendor |
218 | 2023-12-11T20:18:34.119Z | python system 2 system |
219 | 2023-12-11T20:18:34.119Z | python3 system 3.11 system |
220 | 2023-12-11T20:18:34.119Z | ruby system 3.0 system |
221 | 2023-12-11T20:18:34.119Z | words vendor vendor american-english |
222 | 2023-12-11T20:18:34.119Z | words system system australian-english |
223 | 2023-12-11T20:18:34.119Z | words system system british-english |
224 | 2023-12-11T20:18:34.119Z | words system system canadian-english |
225 | 2023-12-11T20:18:34.119Z | words system system french |
226 | 2023-12-11T20:18:34.119Z | words system system italian |
227 | 2023-12-11T20:18:34.119Z | words system system ngerman |
228 | 2023-12-11T20:18:34.119Z | words system system ogerman |
229 | 2023-12-11T20:18:34.120Z | words system system spanish |
230 | 2023-12-11T20:18:34.691Z | FMRI IFO |
231 | 2023-12-11T20:18:34.691Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2023-12-11T20:18:34.691Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2023-12-11T20:18:34.691Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2023-12-11T20:18:34.691Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
235 | 2023-12-11T20:18:34.693Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2023-12-11T20:18:34.693Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
237 | 2023-12-11T20:18:34.693Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
238 | 2023-12-11T20:18:34.693Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
239 | 2023-12-11T20:18:34.781Z | + set -o errexit |
240 | 2023-12-11T20:18:34.788Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2023-12-11T20:18:34.789Z | ++ cd ./tools |
242 | 2023-12-11T20:18:34.789Z | ++ pwd |
243 | 2023-12-11T20:18:34.789Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2023-12-11T20:18:34.790Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2023-12-11T20:18:34.790Z | + ARG0=ci_download_cockroachdb |
246 | 2023-12-11T20:18:35.212Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2023-12-11T20:18:35.212Z | + CIDL_VERSION=v22.1.9 |
248 | 2023-12-11T20:18:35.212Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2023-12-11T20:18:35.212Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
250 | 2023-12-11T20:18:35.212Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
251 | 2023-12-11T20:18:35.212Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
252 | 2023-12-11T20:18:35.212Z | + TARGET_DIR=out |
253 | 2023-12-11T20:18:35.212Z | + DOWNLOAD_DIR=out/downloads |
254 | 2023-12-11T20:18:35.212Z | + DEST_DIR=./out/cockroachdb |
255 | 2023-12-11T20:18:35.212Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2023-12-11T20:18:35.212Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2023-12-11T20:18:35.213Z | + main |
258 | 2023-12-11T20:18:35.213Z | + [[ 0 != 0 ]] |
259 | 2023-12-11T20:18:35.213Z | + CIDL_OS=solaris2.11 |
260 | 2023-12-11T20:18:35.213Z | + [[ 0 != 0 ]] |
261 | 2023-12-11T20:18:35.213Z | + configure_os solaris2.11 |
262 | 2023-12-11T20:18:35.213Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2023-12-11T20:18:35.213Z | current directory: /work/oxidecomputer/omicron |
264 | 2023-12-11T20:18:35.213Z | + echo 'configuring based on OS: "solaris2.11"' |
265 | 2023-12-11T20:18:35.213Z | + case "$1" in |
266 | 2023-12-11T20:18:35.213Z | configuring based on OS: "solaris2.11" |
267 | 2023-12-11T20:18:35.213Z | + CIDL_BUILD=illumos |
268 | 2023-12-11T20:18:35.213Z | + CIDL_SUFFIX=tar.gz |
269 | 2023-12-11T20:18:35.214Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
270 | 2023-12-11T20:18:35.214Z | + CIDL_MD5FUNC=do_md5sum |
271 | 2023-12-11T20:18:35.214Z | + CIDL_URL_BASE=https://illumos.org/downloads |
272 | 2023-12-11T20:18:35.214Z | + CIDL_ASSEMBLE=do_assemble_illumos |
273 | 2023-12-11T20:18:35.214Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
274 | 2023-12-11T20:18:35.214Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-12-11T20:18:35.214Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-12-11T20:18:35.214Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
277 | 2023-12-11T20:18:35.214Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-12-11T20:18:35.214Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2023-12-11T20:18:35.214Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-12-11T20:18:35.214Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-12-11T20:18:35.214Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2023-12-11T20:18:35.214Z | + mkdir -p out/downloads |
283 | 2023-12-11T20:18:35.214Z | + mkdir -p ./out/cockroachdb |
284 | 2023-12-11T20:18:35.214Z | + local DO_DOWNLOAD=true |
285 | 2023-12-11T20:18:35.214Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2023-12-11T20:18:35.215Z | + '[' true == true ']' |
287 | 2023-12-11T20:18:35.215Z | + echo Downloading... |
288 | 2023-12-11T20:18:35.215Z | Downloading... |
289 | 2023-12-11T20:18:35.215Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-12-11T20:18:35.215Z | + 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 |
291 | 2023-12-11T20:18:37.220Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-12-11T20:18:37.225Z | ++ md5sum |
293 | 2023-12-11T20:18:37.225Z | ++ awk '{print $1}' |
294 | 2023-12-11T20:18:37.403Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
295 | 2023-12-11T20:18:37.404Z | + [[ 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 ]] |
296 | 2023-12-11T20:18:37.404Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-12-11T20:18:37.413Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2023-12-11T20:18:40.816Z | + do_assemble_illumos |
299 | 2023-12-11T20:18:40.816Z | + rm -r ./out/cockroachdb |
300 | 2023-12-11T20:18:40.819Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2023-12-11T20:18:43.247Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2023-12-11T20:18:43.289Z | Build Tag: v22.1.9-dirty |
303 | 2023-12-11T20:18:43.289Z | Build Time: 2022/10/26 21:17:46 |
304 | 2023-12-11T20:18:43.289Z | Distribution: OSS |
305 | 2023-12-11T20:18:43.289Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2023-12-11T20:18:43.289Z | Go Version: go1.17.13 |
307 | 2023-12-11T20:18:43.289Z | C Compiler: gcc 10.3.0 |
308 | 2023-12-11T20:18:43.289Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2023-12-11T20:18:43.289Z | Build Type: release |
310 | 2023-12-11T20:18:43.295Z | + set -o errexit |
311 | 2023-12-11T20:18:43.295Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2023-12-11T20:18:43.295Z | ++ cd ./tools |
313 | 2023-12-11T20:18:43.295Z | ++ pwd |
314 | 2023-12-11T20:18:43.295Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2023-12-11T20:18:43.295Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2023-12-11T20:18:43.295Z | + ARG0=ci_download_clickhouse |
317 | 2023-12-11T20:18:43.296Z | + TARGET_DIR=out |
318 | 2023-12-11T20:18:43.296Z | + DOWNLOAD_DIR=out/downloads |
319 | 2023-12-11T20:18:43.296Z | + DEST_DIR=./out/clickhouse |
320 | 2023-12-11T20:18:43.296Z | + CIDL_VERSION=v22.8.9.24 |
321 | 2023-12-11T20:18:43.296Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
322 | 2023-12-11T20:18:43.296Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
323 | 2023-12-11T20:18:43.296Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
324 | 2023-12-11T20:18:43.296Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
325 | 2023-12-11T20:18:43.297Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
326 | 2023-12-11T20:18:43.297Z | + main |
327 | 2023-12-11T20:18:43.297Z | + [[ 0 != 0 ]] |
328 | 2023-12-11T20:18:43.297Z | + CIDL_OS=solaris2.11 |
329 | 2023-12-11T20:18:43.297Z | + [[ 0 != 0 ]] |
330 | 2023-12-11T20:18:43.297Z | + configure_os solaris2.11 |
331 | 2023-12-11T20:18:43.297Z | + echo 'current directory: /work/oxidecomputer/omicron' |
332 | 2023-12-11T20:18:43.297Z | current directory: /work/oxidecomputer/omicron |
333 | 2023-12-11T20:18:43.297Z | + echo 'configuring based on OS: "solaris2.11"' |
334 | 2023-12-11T20:18:43.297Z | configuring based on OS: "solaris2.11" |
335 | 2023-12-11T20:18:43.297Z | + CIDL_DASHREV= |
336 | 2023-12-11T20:18:43.297Z | + case "$1" in |
337 | 2023-12-11T20:18:43.297Z | + CIDL_PLATFORM=illumos |
338 | 2023-12-11T20:18:43.297Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
339 | 2023-12-11T20:18:43.297Z | + CIDL_MD5FUNC=do_md5sum |
340 | 2023-12-11T20:18:43.297Z | + CIDL_DASHREV=-1 |
341 | 2023-12-11T20:18:43.297Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
342 | 2023-12-11T20:18:43.298Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-12-11T20:18:43.298Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-12-11T20:18:43.299Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-12-11T20:18:43.299Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2023-12-11T20:18:43.300Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-12-11T20:18:43.300Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-12-11T20:18:43.300Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2023-12-11T20:18:43.300Z | + mkdir -p out/downloads |
350 | 2023-12-11T20:18:43.300Z | + mkdir -p ./out/clickhouse |
351 | 2023-12-11T20:18:43.300Z | + local DO_DOWNLOAD=true |
352 | 2023-12-11T20:18:43.300Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
353 | 2023-12-11T20:18:43.300Z | + '[' true == true ']' |
354 | 2023-12-11T20:18:43.300Z | + echo Downloading... |
355 | 2023-12-11T20:18:43.300Z | Downloading... |
356 | 2023-12-11T20:18:43.300Z | + 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 |
357 | 2023-12-11T20:18:43.300Z | + 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 |
358 | 2023-12-11T20:18:44.630Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-12-11T20:18:44.639Z | ++ md5sum |
360 | 2023-12-11T20:18:44.640Z | ++ awk '{print $1}' |
361 | 2023-12-11T20:18:44.889Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2023-12-11T20:18:44.889Z | + [[ 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 ]] |
363 | 2023-12-11T20:18:44.890Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
364 | 2023-12-11T20:18:44.893Z | + mkdir -p ./out/clickhouse |
365 | 2023-12-11T20:18:44.893Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
366 | 2023-12-11T20:18:49.710Z | + ./out/clickhouse/clickhouse server --version |
367 | 2023-12-11T20:18:49.766Z | ClickHouse server version 22.8.9.1. |
368 | 2023-12-11T20:18:49.791Z | + set -o errexit |
369 | 2023-12-11T20:18:49.797Z | +++ dirname ./tools/ci_download_console |
370 | 2023-12-11T20:18:49.797Z | ++ cd ./tools |
371 | 2023-12-11T20:18:49.798Z | ++ pwd |
372 | 2023-12-11T20:18:49.801Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
373 | 2023-12-11T20:18:49.801Z | ++ basename ./tools/ci_download_console |
374 | 2023-12-11T20:18:49.801Z | + ARG0=ci_download_console |
375 | 2023-12-11T20:18:49.803Z | + TARGET_DIR=out |
376 | 2023-12-11T20:18:49.803Z | + DOWNLOAD_DIR=out/downloads |
377 | 2023-12-11T20:18:49.803Z | + DEST_DIR=./out/console-assets |
378 | 2023-12-11T20:18:49.803Z | + source /work/oxidecomputer/omicron/tools/console_version |
379 | 2023-12-11T20:18:49.803Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
380 | 2023-12-11T20:18:49.803Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
381 | 2023-12-11T20:18:49.803Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
382 | 2023-12-11T20:18:49.803Z | + TARBALL_FILE=out/downloads/console.tar.gz |
383 | 2023-12-11T20:18:49.803Z | + main |
384 | 2023-12-11T20:18:49.803Z | + [[ 0 != 0 ]] |
385 | 2023-12-11T20:18:49.803Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
386 | 2023-12-11T20:18:49.803Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
387 | 2023-12-11T20:18:49.803Z | + echo 'Local file: out/downloads/console.tar.gz' |
388 | 2023-12-11T20:18:49.803Z | Local file: out/downloads/console.tar.gz |
389 | 2023-12-11T20:18:49.803Z | + local DO_DOWNLOAD=true |
390 | 2023-12-11T20:18:49.803Z | + [[ -f out/downloads/console.tar.gz ]] |
391 | 2023-12-11T20:18:49.804Z | + mkdir -p out/downloads |
392 | 2023-12-11T20:18:49.807Z | + '[' true == true ']' |
393 | 2023-12-11T20:18:49.807Z | + echo Downloading... |
394 | 2023-12-11T20:18:49.807Z | Downloading... |
395 | 2023-12-11T20:18:49.807Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
396 | 2023-12-11T20:18:49.807Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
397 | 2023-12-11T20:18:50.614Z | ++ do_sha256sum out/downloads/console.tar.gz |
398 | 2023-12-11T20:18:50.617Z | ++ case "$OSTYPE" in |
399 | 2023-12-11T20:18:50.617Z | ++ SHA=sha256sum |
400 | 2023-12-11T20:18:50.617Z | ++ sha256sum |
401 | 2023-12-11T20:18:50.617Z | ++ awk '{print $1}' |
402 | 2023-12-11T20:18:50.640Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
403 | 2023-12-11T20:18:50.640Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
404 | 2023-12-11T20:18:50.641Z | + rm -rf ./out/console-assets |
405 | 2023-12-11T20:18:50.647Z | + mkdir -p ./out/console-assets |
406 | 2023-12-11T20:18:50.650Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
407 | 2023-12-11T20:18:50.650Z | + mkdir -p ./out/console-assets |
408 | 2023-12-11T20:18:50.650Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
409 | 2023-12-11T20:18:50.787Z | + set -o errexit |
410 | 2023-12-11T20:18:50.791Z | +++ dirname ./tools/ci_download_maghemite_openapi |
411 | 2023-12-11T20:18:50.794Z | ++ cd ./tools |
412 | 2023-12-11T20:18:50.796Z | ++ pwd |
413 | 2023-12-11T20:18:50.796Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
414 | 2023-12-11T20:18:50.796Z | ++ basename ./tools/ci_download_maghemite_openapi |
415 | 2023-12-11T20:18:50.800Z | + ARG0=ci_download_maghemite_openapi |
416 | 2023-12-11T20:18:50.800Z | + TARGET_DIR=out |
417 | 2023-12-11T20:18:50.800Z | + DOWNLOAD_DIR=out/downloads |
418 | 2023-12-11T20:18:50.800Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
419 | 2023-12-11T20:18:50.800Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
420 | 2023-12-11T20:18:50.800Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
421 | 2023-12-11T20:18:50.800Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
422 | 2023-12-11T20:18:50.801Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
423 | 2023-12-11T20:18:50.801Z | + main |
424 | 2023-12-11T20:18:50.801Z | + [[ 0 != 0 ]] |
425 | 2023-12-11T20:18:50.801Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
426 | 2023-12-11T20:18:50.801Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
427 | 2023-12-11T20:18:50.801Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
428 | 2023-12-11T20:18:50.801Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
429 | 2023-12-11T20:18:50.801Z | + local DO_DOWNLOAD=true |
430 | 2023-12-11T20:18:50.801Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
431 | 2023-12-11T20:18:50.801Z | + mkdir -p out/downloads |
432 | 2023-12-11T20:18:50.801Z | + '[' true == true ']' |
433 | 2023-12-11T20:18:50.801Z | + echo Downloading... |
434 | 2023-12-11T20:18:50.801Z | Downloading... |
435 | 2023-12-11T20:18:50.801Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
436 | 2023-12-11T20:18:50.801Z | + 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 |
437 | 2023-12-11T20:18:50.947Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
438 | 2023-12-11T20:18:50.947Z | ++ case "$OSTYPE" in |
439 | 2023-12-11T20:18:50.948Z | ++ SHA=sha256sum |
440 | 2023-12-11T20:18:50.951Z | ++ sha256sum |
441 | 2023-12-11T20:18:50.951Z | ++ awk '{print $1}' |
442 | 2023-12-11T20:18:50.954Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
443 | 2023-12-11T20:18:50.954Z | + [[ 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 ]] |
444 | 2023-12-11T20:18:50.954Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
445 | 2023-12-11T20:18:50.954Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
446 | 2023-12-11T20:18:50.954Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
447 | 2023-12-11T20:18:50.954Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
448 | 2023-12-11T20:18:50.954Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
449 | 2023-12-11T20:18:50.954Z | + main |
450 | 2023-12-11T20:18:50.954Z | + [[ 0 != 0 ]] |
451 | 2023-12-11T20:18:50.954Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
452 | 2023-12-11T20:18:50.954Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
453 | 2023-12-11T20:18:50.955Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
454 | 2023-12-11T20:18:50.955Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
455 | 2023-12-11T20:18:50.955Z | + local DO_DOWNLOAD=true |
456 | 2023-12-11T20:18:50.955Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
457 | 2023-12-11T20:18:50.958Z | + mkdir -p out/downloads |
458 | 2023-12-11T20:18:50.958Z | + '[' true == true ']' |
459 | 2023-12-11T20:18:50.958Z | + echo Downloading... |
460 | 2023-12-11T20:18:50.958Z | Downloading... |
461 | 2023-12-11T20:18:50.958Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
462 | 2023-12-11T20:18:50.958Z | + 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 |
463 | 2023-12-11T20:18:51.110Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
464 | 2023-12-11T20:18:51.117Z | ++ case "$OSTYPE" in |
465 | 2023-12-11T20:18:51.118Z | ++ SHA=sha256sum |
466 | 2023-12-11T20:18:51.118Z | ++ sha256sum |
467 | 2023-12-11T20:18:51.118Z | ++ awk '{print $1}' |
468 | 2023-12-11T20:18:51.122Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
469 | 2023-12-11T20:18:51.122Z | + [[ 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 ]] |
470 | 2023-12-11T20:18:51.127Z | + set -o errexit |
471 | 2023-12-11T20:18:51.130Z | +++ dirname ./tools/ci_download_dendrite_openapi |
472 | 2023-12-11T20:18:51.132Z | ++ cd ./tools |
473 | 2023-12-11T20:18:51.132Z | ++ pwd |
474 | 2023-12-11T20:18:51.132Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
475 | 2023-12-11T20:18:51.135Z | ++ basename ./tools/ci_download_dendrite_openapi |
476 | 2023-12-11T20:18:51.135Z | + ARG0=ci_download_dendrite_openapi |
477 | 2023-12-11T20:18:51.136Z | + TARGET_DIR=out |
478 | 2023-12-11T20:18:51.136Z | + DOWNLOAD_DIR=out/downloads |
479 | 2023-12-11T20:18:51.136Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
480 | 2023-12-11T20:18:51.136Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
481 | 2023-12-11T20:18:51.136Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
482 | 2023-12-11T20:18:51.139Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
483 | 2023-12-11T20:18:51.139Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
484 | 2023-12-11T20:18:51.139Z | + main |
485 | 2023-12-11T20:18:51.139Z | + [[ 0 != 0 ]] |
486 | 2023-12-11T20:18:51.139Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
487 | 2023-12-11T20:18:51.140Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
488 | 2023-12-11T20:18:51.140Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
489 | 2023-12-11T20:18:51.140Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
490 | 2023-12-11T20:18:51.140Z | + local DO_DOWNLOAD=true |
491 | 2023-12-11T20:18:51.140Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
492 | 2023-12-11T20:18:51.140Z | + mkdir -p out/downloads |
493 | 2023-12-11T20:18:51.140Z | + '[' true == true ']' |
494 | 2023-12-11T20:18:51.140Z | + echo Downloading... |
495 | 2023-12-11T20:18:51.140Z | Downloading... |
496 | 2023-12-11T20:18:51.140Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
497 | 2023-12-11T20:18:51.140Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
498 | 2023-12-11T20:18:51.313Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
499 | 2023-12-11T20:18:51.313Z | ++ case "$OSTYPE" in |
500 | 2023-12-11T20:18:51.317Z | ++ SHA=sha256sum |
501 | 2023-12-11T20:18:51.317Z | ++ sha256sum |
502 | 2023-12-11T20:18:51.317Z | ++ awk '{print $1}' |
503 | 2023-12-11T20:18:51.320Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
504 | 2023-12-11T20:18:51.320Z | + [[ 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 ]] |
505 | 2023-12-11T20:18:51.330Z | + set -o errexit |
506 | 2023-12-11T20:18:51.333Z | +++ dirname ./tools/ci_download_dendrite_stub |
507 | 2023-12-11T20:18:51.336Z | ++ cd ./tools |
508 | 2023-12-11T20:18:51.336Z | ++ pwd |
509 | 2023-12-11T20:18:51.336Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
510 | 2023-12-11T20:18:51.349Z | ++ basename ./tools/ci_download_dendrite_stub |
511 | 2023-12-11T20:18:51.349Z | + ARG0=ci_download_dendrite_stub |
512 | 2023-12-11T20:18:51.349Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
513 | 2023-12-11T20:18:51.349Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
514 | 2023-12-11T20:18:51.349Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
515 | 2023-12-11T20:18:51.349Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
516 | 2023-12-11T20:18:51.349Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
517 | 2023-12-11T20:18:51.350Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
518 | 2023-12-11T20:18:51.350Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
519 | 2023-12-11T20:18:51.351Z | + TARGET_DIR=out |
520 | 2023-12-11T20:18:51.351Z | + DOWNLOAD_DIR=out/downloads |
521 | 2023-12-11T20:18:51.351Z | + DEST_DIR=./out/dendrite-stub |
522 | 2023-12-11T20:18:51.352Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
523 | 2023-12-11T20:18:51.352Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
524 | 2023-12-11T20:18:51.352Z | + REPO=oxidecomputer/dendrite |
525 | 2023-12-11T20:18:51.352Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
526 | 2023-12-11T20:18:51.374Z | + main |
527 | 2023-12-11T20:18:51.374Z | + [[ 0 != 0 ]] |
528 | 2023-12-11T20:18:51.374Z | + CIDL_OS=solaris2.11 |
529 | 2023-12-11T20:18:51.374Z | + [[ 0 != 0 ]] |
530 | 2023-12-11T20:18:51.374Z | + configure_os solaris2.11 |
531 | 2023-12-11T20:18:51.375Z | + echo 'current directory: /work/oxidecomputer/omicron' |
532 | 2023-12-11T20:18:51.375Z | current directory: /work/oxidecomputer/omicron |
533 | 2023-12-11T20:18:51.375Z | + echo 'configuring based on OS: "solaris2.11"' |
534 | 2023-12-11T20:18:51.375Z | + case "$1" in |
535 | 2023-12-11T20:18:51.375Z | configuring based on OS: "solaris2.11" |
536 | 2023-12-11T20:18:51.375Z | + SET_BINARIES= |
537 | 2023-12-11T20:18:51.376Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
538 | 2023-12-11T20:18:51.376Z | + CIDL_SHA256FUNC=do_sha256sum |
539 | 2023-12-11T20:18:51.376Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
540 | 2023-12-11T20:18:51.376Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
541 | 2023-12-11T20:18:51.377Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
542 | 2023-12-11T20:18:51.377Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
543 | 2023-12-11T20:18:51.378Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
544 | 2023-12-11T20:18:51.378Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
545 | 2023-12-11T20:18:51.378Z | + mkdir -p out/downloads |
546 | 2023-12-11T20:18:51.378Z | Local file: out/downloads/dendrite-stub.tar.gz |
547 | 2023-12-11T20:18:51.379Z | + mkdir -p ./out/dendrite-stub |
548 | 2023-12-11T20:18:51.379Z | + fetch_and_verify |
549 | 2023-12-11T20:18:51.379Z | + local DO_DOWNLOAD=true |
550 | 2023-12-11T20:18:51.379Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
551 | 2023-12-11T20:18:51.379Z | + '[' true == true ']' |
552 | 2023-12-11T20:18:51.379Z | + echo Downloading... |
553 | 2023-12-11T20:18:51.380Z | Downloading... |
554 | 2023-12-11T20:18:51.380Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
555 | 2023-12-11T20:18:51.380Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
556 | 2023-12-11T20:18:56.802Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
557 | 2023-12-11T20:18:56.806Z | ++ sha256sum |
558 | 2023-12-11T20:18:56.809Z | ++ awk '{print $1}' |
559 | 2023-12-11T20:18:57.326Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
560 | 2023-12-11T20:18:57.327Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
561 | 2023-12-11T20:18:57.327Z | + do_untar out/downloads/dendrite-stub.tar.gz |
562 | 2023-12-11T20:18:57.338Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
563 | 2023-12-11T20:18:58.045Z | + do_assemble |
564 | 2023-12-11T20:18:58.045Z | + rm -r ./out/dendrite-stub |
565 | 2023-12-11T20:18:58.049Z | + mkdir ./out/dendrite-stub |
566 | 2023-12-11T20:18:58.052Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
567 | 2023-12-11T20:18:58.238Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
568 | 2023-12-11T20:18:58.320Z | + set -o errexit |
569 | 2023-12-11T20:18:58.334Z | +++ dirname ./tools/ci_download_maghemite_mgd |
570 | 2023-12-11T20:18:58.334Z | ++ cd ./tools |
571 | 2023-12-11T20:18:58.334Z | ++ pwd |
572 | 2023-12-11T20:18:58.334Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
573 | 2023-12-11T20:18:58.334Z | ++ basename ./tools/ci_download_maghemite_mgd |
574 | 2023-12-11T20:18:58.334Z | + ARG0=ci_download_maghemite_mgd |
575 | 2023-12-11T20:18:58.334Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
576 | 2023-12-11T20:18:58.335Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
577 | 2023-12-11T20:18:58.335Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
578 | 2023-12-11T20:18:58.335Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
579 | 2023-12-11T20:18:58.335Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
580 | 2023-12-11T20:18:58.335Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
581 | 2023-12-11T20:18:58.335Z | + TARGET_DIR=out |
582 | 2023-12-11T20:18:58.335Z | + DOWNLOAD_DIR=out/downloads |
583 | 2023-12-11T20:18:58.335Z | + DEST_DIR=./out/mgd |
584 | 2023-12-11T20:18:58.335Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
585 | 2023-12-11T20:18:58.336Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
586 | 2023-12-11T20:18:58.336Z | + REPO=oxidecomputer/maghemite |
587 | 2023-12-11T20:18:58.336Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
588 | 2023-12-11T20:18:58.336Z | + main |
589 | 2023-12-11T20:18:58.336Z | + [[ 0 != 0 ]] |
590 | 2023-12-11T20:18:58.336Z | + CIDL_OS=solaris2.11 |
591 | 2023-12-11T20:18:58.336Z | + [[ 0 != 0 ]] |
592 | 2023-12-11T20:18:58.336Z | + configure_os solaris2.11 |
593 | 2023-12-11T20:18:58.336Z | + echo 'current directory: /work/oxidecomputer/omicron' |
594 | 2023-12-11T20:18:58.337Z | current directory: /work/oxidecomputer/omicron |
595 | 2023-12-11T20:18:58.337Z | + echo 'configuring based on OS: "solaris2.11"' |
596 | 2023-12-11T20:18:58.337Z | + case "$1" in |
597 | 2023-12-11T20:18:58.337Z | configuring based on OS: "solaris2.11" |
598 | 2023-12-11T20:18:58.337Z | + SET_BINARIES= |
599 | 2023-12-11T20:18:58.337Z | + CIDL_SHA256FUNC=do_sha256sum |
600 | 2023-12-11T20:18:58.337Z | + TARBALL_FILENAME=mgd.tar.gz |
601 | 2023-12-11T20:18:58.337Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
602 | 2023-12-11T20:18:58.337Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
603 | 2023-12-11T20:18:58.338Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
604 | 2023-12-11T20:18:58.338Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
605 | 2023-12-11T20:18:58.338Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
606 | 2023-12-11T20:18:58.338Z | Local file: out/downloads/mgd.tar.gz |
607 | 2023-12-11T20:18:58.338Z | + mkdir -p out/downloads |
608 | 2023-12-11T20:18:58.338Z | + mkdir -p ./out/mgd |
609 | 2023-12-11T20:18:58.338Z | + fetch_and_verify |
610 | 2023-12-11T20:18:58.338Z | + local DO_DOWNLOAD=true |
611 | 2023-12-11T20:18:58.338Z | + [[ -f out/downloads/mgd.tar.gz ]] |
612 | 2023-12-11T20:18:58.339Z | + '[' true == true ']' |
613 | 2023-12-11T20:18:58.339Z | + echo Downloading... |
614 | 2023-12-11T20:18:58.339Z | Downloading... |
615 | 2023-12-11T20:18:58.339Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
616 | 2023-12-11T20:18:58.339Z | + 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 |
617 | 2023-12-11T20:19:01.629Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
618 | 2023-12-11T20:19:01.633Z | ++ sha256sum |
619 | 2023-12-11T20:19:01.633Z | ++ awk '{print $1}' |
620 | 2023-12-11T20:19:01.737Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
621 | 2023-12-11T20:19:01.737Z | + [[ 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 ]] |
622 | 2023-12-11T20:19:01.737Z | + do_untar out/downloads/mgd.tar.gz |
623 | 2023-12-11T20:19:01.737Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
624 | 2023-12-11T20:19:02.371Z | + do_assemble |
625 | 2023-12-11T20:19:02.371Z | + rm -r ./out/mgd |
626 | 2023-12-11T20:19:02.375Z | + mkdir ./out/mgd |
627 | 2023-12-11T20:19:02.379Z | + cp -r out/downloads/root ./out/mgd/root |
628 | 2023-12-11T20:19:02.671Z | + set -o errexit |
629 | 2023-12-11T20:19:02.677Z | +++ dirname ./tools/ci_download_transceiver_control |
630 | 2023-12-11T20:19:02.677Z | ++ cd ./tools |
631 | 2023-12-11T20:19:02.677Z | ++ pwd |
632 | 2023-12-11T20:19:02.677Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
633 | 2023-12-11T20:19:02.677Z | ++ basename ./tools/ci_download_transceiver_control |
634 | 2023-12-11T20:19:02.677Z | + ARG0=ci_download_transceiver_control |
635 | 2023-12-11T20:19:02.677Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
636 | 2023-12-11T20:19:02.677Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
637 | 2023-12-11T20:19:02.677Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
638 | 2023-12-11T20:19:02.677Z | + TARGET_DIR=out |
639 | 2023-12-11T20:19:02.677Z | + DOWNLOAD_DIR=out/downloads |
640 | 2023-12-11T20:19:02.678Z | + DEST_DIR=./out/transceiver-control |
641 | 2023-12-11T20:19:02.678Z | + BIN_DIR=/opt/oxide/bin |
642 | 2023-12-11T20:19:02.678Z | + BINARY=xcvradm |
643 | 2023-12-11T20:19:02.678Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
644 | 2023-12-11T20:19:02.678Z | + REPO=oxidecomputer/transceiver-control |
645 | 2023-12-11T20:19:02.678Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
646 | 2023-12-11T20:19:02.678Z | + main |
647 | 2023-12-11T20:19:02.678Z | + [[ 0 != 0 ]] |
648 | 2023-12-11T20:19:02.678Z | + CIDL_OS=solaris2.11 |
649 | 2023-12-11T20:19:02.678Z | + [[ 0 != 0 ]] |
650 | 2023-12-11T20:19:02.678Z | + configure_os solaris2.11 |
651 | 2023-12-11T20:19:02.679Z | + echo 'current directory: /work/oxidecomputer/omicron' |
652 | 2023-12-11T20:19:02.679Z | current directory: /work/oxidecomputer/omicron |
653 | 2023-12-11T20:19:02.679Z | + echo 'configuring based on OS: "solaris2.11"' |
654 | 2023-12-11T20:19:02.679Z | + case "$1" in |
655 | 2023-12-11T20:19:02.680Z | + SET_BINARIES= |
656 | 2023-12-11T20:19:02.680Z | configuring based on OS: "solaris2.11" |
657 | 2023-12-11T20:19:02.680Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
658 | 2023-12-11T20:19:02.680Z | + CIDL_SHA256FUNC=do_sha256sum |
659 | 2023-12-11T20:19:02.680Z | + ARCHIVE_FILENAME=xcvradm.gz |
660 | 2023-12-11T20:19:02.681Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2023-12-11T20:19:02.682Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
662 | 2023-12-11T20:19:02.682Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
663 | 2023-12-11T20:19:02.682Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
664 | 2023-12-11T20:19:02.682Z | Local file: out/downloads/xcvradm.gz |
665 | 2023-12-11T20:19:02.682Z | + echo 'Local file: out/downloads/xcvradm.gz' |
666 | 2023-12-11T20:19:02.682Z | + mkdir -p out/downloads |
667 | 2023-12-11T20:19:02.682Z | + mkdir -p ./out/transceiver-control |
668 | 2023-12-11T20:19:02.682Z | + fetch_and_verify |
669 | 2023-12-11T20:19:02.682Z | + local DO_DOWNLOAD=true |
670 | 2023-12-11T20:19:02.683Z | + [[ -f out/downloads/xcvradm.gz ]] |
671 | 2023-12-11T20:19:02.683Z | + '[' true == true ']' |
672 | 2023-12-11T20:19:02.683Z | + echo Downloading... |
673 | 2023-12-11T20:19:02.683Z | Downloading... |
674 | 2023-12-11T20:19:02.683Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
675 | 2023-12-11T20:19:02.684Z | + 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 |
676 | 2023-12-11T20:19:03.902Z | ++ do_sha256sum out/downloads/xcvradm.gz |
677 | 2023-12-11T20:19:03.906Z | ++ sha256sum |
678 | 2023-12-11T20:19:03.906Z | ++ awk '{print $1}' |
679 | 2023-12-11T20:19:03.929Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
680 | 2023-12-11T20:19:03.929Z | + [[ 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 ]] |
681 | 2023-12-11T20:19:03.933Z | + do_unpack out/downloads/xcvradm.gz |
682 | 2023-12-11T20:19:03.933Z | + mkdir -p out/downloads/root//opt/oxide/bin |
683 | 2023-12-11T20:19:03.933Z | + gzip -dc out/downloads/xcvradm.gz |
684 | 2023-12-11T20:19:04.107Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
685 | 2023-12-11T20:19:04.112Z | + do_assemble |
686 | 2023-12-11T20:19:04.112Z | + rm -r ./out/transceiver-control |
687 | 2023-12-11T20:19:04.116Z | + mkdir ./out/transceiver-control |
688 | 2023-12-11T20:19:04.116Z | + cp -r out/downloads/root ./out/transceiver-control/root |
689 | 2023-12-11T20:19:04.317Z | All prerequisites installed successfully |
690 | 2023-12-11T20:19:04.321Z | |
691 | 2023-12-11T20:19:04.321Z | real 2:09.483750347 |
692 | 2023-12-11T20:19:04.321Z | user 57.575179112 |
693 | 2023-12-11T20:19:04.322Z | sys 10.634220206 |
694 | 2023-12-11T20:19:04.322Z | trap 0.027706775 |
695 | 2023-12-11T20:19:04.322Z | tflt 0.379561807 |
696 | 2023-12-11T20:19:04.322Z | dflt 1.228653478 |
697 | 2023-12-11T20:19:04.322Z | kflt 0.302957642 |
698 | 2023-12-11T20:19:04.322Z | lock 1.764720274 |
699 | 2023-12-11T20:19:04.323Z | slp 3:47.185430997 |
700 | 2023-12-11T20:19:04.323Z | lat 3.454419053 |
701 | 2023-12-11T20:19:04.323Z | stop 0.077016392 |
702 | 2023-12-11T20:19:04.323Z | + banner end-to-end-tests |
703 | 2023-12-11T20:19:04.428Z | |
704 | 2023-12-11T20:19:04.428Z | ###### # # ##### ##### #### ###### # # ##### |
705 | 2023-12-11T20:19:04.428Z | # ## # # # # # # # ## # # # |
706 | 2023-12-11T20:19:04.429Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
707 | 2023-12-11T20:19:04.429Z | # # # # # # # # # # # # # # # |
708 | 2023-12-11T20:19:04.429Z | # # ## # # # # # # # ## # # |
709 | 2023-12-11T20:19:04.429Z | ###### # # ##### # #### ###### # # ##### |
710 | 2023-12-11T20:19:04.429Z | |
711 | 2023-12-11T20:19:04.434Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
712 | 2023-12-11T20:19:04.434Z | + CARGO_PROFILE_DEV_DEBUG=1 |
713 | 2023-12-11T20:19:04.434Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
714 | 2023-12-11T20:19:04.434Z | + CARGO_PROFILE_TEST_DEBUG=1 |
715 | 2023-12-11T20:19:04.434Z | + export CARGO_INCREMENTAL=0 |
716 | 2023-12-11T20:19:04.435Z | + CARGO_INCREMENTAL=0 |
717 | 2023-12-11T20:19:04.435Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
718 | 2023-12-11T20:19:04.824Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
719 | 2023-12-11T20:19:05.193Z | Updating crates.io index |
720 | 2023-12-11T20:19:05.197Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
721 | 2023-12-11T20:19:06.088Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
722 | 2023-12-11T20:19:09.004Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
723 | 2023-12-11T20:19:09.931Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
724 | 2023-12-11T20:19:10.284Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
725 | 2023-12-11T20:19:10.629Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
726 | 2023-12-11T20:19:10.954Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
727 | 2023-12-11T20:19:12.432Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
728 | 2023-12-11T20:19:14.228Z | Updating git repository `https://github.com/oxidecomputer/opte` |
729 | 2023-12-11T20:19:16.680Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
730 | 2023-12-11T20:19:17.015Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
731 | 2023-12-11T20:19:17.617Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
732 | 2023-12-11T20:19:18.096Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
733 | 2023-12-11T20:19:18.430Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
734 | 2023-12-11T20:19:18.842Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
735 | 2023-12-11T20:19:19.269Z | Updating git repository `https://github.com/njaremko/samael` |
736 | 2023-12-11T20:19:19.706Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
737 | 2023-12-11T20:19:20.389Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
738 | 2023-12-11T20:19:20.807Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
739 | 2023-12-11T20:19:21.150Z | Updating git repository `https://github.com/jgallagher/nix` |
740 | 2023-12-11T20:19:22.557Z | Updating git repository `https://github.com/cbiffle/hubpack` |
741 | 2023-12-11T20:19:22.989Z | Updating git repository `https://github.com/oxidecomputer/typify` |
742 | 2023-12-11T20:19:24.037Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
743 | 2023-12-11T20:19:24.454Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
744 | 2023-12-11T20:19:24.755Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
745 | 2023-12-11T20:19:26.392Z | Downloading crates ... |
746 | 2023-12-11T20:19:26.617Z | Downloaded md-5 v0.10.5 |
747 | 2023-12-11T20:19:26.637Z | Downloaded normalize-line-endings v0.3.0 |
748 | 2023-12-11T20:19:26.645Z | Downloaded ctr v0.9.2 |
749 | 2023-12-11T20:19:26.651Z | Downloaded num-derive v0.4.0 |
750 | 2023-12-11T20:19:26.656Z | Downloaded managed v0.8.0 |
751 | 2023-12-11T20:19:26.658Z | Downloaded num-rational v0.4.1 |
752 | 2023-12-11T20:19:26.662Z | Downloaded parking_lot v0.12.1 |
753 | 2023-12-11T20:19:26.667Z | Downloaded once_cell v1.19.0 |
754 | 2023-12-11T20:19:26.673Z | Downloaded base64 v0.21.5 |
755 | 2023-12-11T20:19:26.684Z | Downloaded r2d2 v0.8.10 |
756 | 2023-12-11T20:19:26.693Z | Downloaded postcard v1.0.8 |
757 | 2023-12-11T20:19:26.702Z | Downloaded crucible-workspace-hack v0.1.0 |
758 | 2023-12-11T20:19:26.705Z | Downloaded aead v0.5.2 |
759 | 2023-12-11T20:19:26.709Z | Downloaded option-ext v0.2.0 |
760 | 2023-12-11T20:19:26.715Z | Downloaded proc-macro-error-attr v1.0.4 |
761 | 2023-12-11T20:19:26.723Z | Downloaded pem v3.0.2 |
762 | 2023-12-11T20:19:26.729Z | Downloaded precomputed-hash v0.1.1 |
763 | 2023-12-11T20:19:26.733Z | Downloaded ciborium-io v0.2.1 |
764 | 2023-12-11T20:19:26.744Z | Downloaded openssl-macros v0.1.1 |
765 | 2023-12-11T20:19:26.744Z | Downloaded pretty-hex v0.2.1 |
766 | 2023-12-11T20:19:26.744Z | Downloaded parse-display v0.8.2 |
767 | 2023-12-11T20:19:26.747Z | Downloaded cipher v0.4.4 |
768 | 2023-12-11T20:19:26.750Z | Downloaded ppv-lite86 v0.2.17 |
769 | 2023-12-11T20:19:26.756Z | Downloaded defmt-parser v0.3.3 |
770 | 2023-12-11T20:19:26.759Z | Downloaded num_enum v0.5.11 |
771 | 2023-12-11T20:19:26.771Z | Downloaded proc-macro-crate v1.3.1 |
772 | 2023-12-11T20:19:26.774Z | Downloaded paste v1.0.14 |
773 | 2023-12-11T20:19:26.782Z | Downloaded bit-set v0.5.3 |
774 | 2023-12-11T20:19:26.785Z | Downloaded memoffset v0.9.0 |
775 | 2023-12-11T20:19:26.788Z | Downloaded byteorder v1.5.0 |
776 | 2023-12-11T20:19:26.793Z | Downloaded swrite v0.1.0 |
777 | 2023-12-11T20:19:26.796Z | Downloaded macaddr v1.0.1 |
778 | 2023-12-11T20:19:26.800Z | Downloaded zone_cfg_derive v0.3.0 |
779 | 2023-12-11T20:19:26.804Z | Downloaded native-tls v0.2.11 |
780 | 2023-12-11T20:19:26.811Z | Downloaded proc-macro-error v1.0.4 |
781 | 2023-12-11T20:19:26.816Z | Downloaded atomic-waker v1.1.1 |
782 | 2023-12-11T20:19:26.819Z | Downloaded pin-project-lite v0.2.13 |
783 | 2023-12-11T20:19:26.831Z | Downloaded darling v0.20.3 |
784 | 2023-12-11T20:19:26.839Z | Downloaded password-hash v0.4.2 |
785 | 2023-12-11T20:19:26.843Z | Downloaded zone v0.3.0 |
786 | 2023-12-11T20:19:26.847Z | Downloaded backoff v0.4.0 |
787 | 2023-12-11T20:19:26.850Z | Downloaded derive-where v1.2.6 |
788 | 2023-12-11T20:19:26.858Z | Downloaded linear-map v1.2.0 |
789 | 2023-12-11T20:19:26.869Z | Downloaded p256 v0.13.2 |
790 | 2023-12-11T20:19:26.873Z | Downloaded rustfmt-wrapper v0.2.0 |
791 | 2023-12-11T20:19:26.873Z | Downloaded endian-type v0.1.2 |
792 | 2023-12-11T20:19:26.878Z | Downloaded slog-scope v4.4.0 |
793 | 2023-12-11T20:19:26.878Z | Downloaded ahash v0.8.3 |
794 | 2023-12-11T20:19:26.884Z | Downloaded equivalent v1.0.1 |
795 | 2023-12-11T20:19:26.887Z | Downloaded hyper-rustls v0.24.2 |
796 | 2023-12-11T20:19:26.891Z | Downloaded tower-service v0.3.2 |
797 | 2023-12-11T20:19:26.894Z | Downloaded clap v4.4.3 |
798 | 2023-12-11T20:19:26.912Z | Downloaded ipnetwork v0.20.0 |
799 | 2023-12-11T20:19:26.915Z | Downloaded rustc-demangle v0.1.23 |
800 | 2023-12-11T20:19:26.919Z | Downloaded slog-dtrace v0.2.3 |
801 | 2023-12-11T20:19:26.922Z | Downloaded errno v0.3.2 |
802 | 2023-12-11T20:19:26.925Z | Downloaded itoa v1.0.9 |
803 | 2023-12-11T20:19:26.932Z | Downloaded scheduled-thread-pool v0.2.7 |
804 | 2023-12-11T20:19:26.943Z | Downloaded sec1 v0.7.3 |
805 | 2023-12-11T20:19:26.943Z | Downloaded group v0.13.0 |
806 | 2023-12-11T20:19:26.944Z | Downloaded diesel_derives v2.1.2 |
807 | 2023-12-11T20:19:26.965Z | Downloaded signal-hook-registry v1.4.1 |
808 | 2023-12-11T20:19:26.965Z | Downloaded subtle v2.5.0 |
809 | 2023-12-11T20:19:26.976Z | Downloaded slog-envlogger v2.2.0 |
810 | 2023-12-11T20:19:26.976Z | Downloaded tokio-native-tls v0.3.1 |
811 | 2023-12-11T20:19:26.976Z | Downloaded toolchain_find v0.2.0 |
812 | 2023-12-11T20:19:26.976Z | Downloaded utf8parse v0.2.1 |
813 | 2023-12-11T20:19:26.977Z | Downloaded is-terminal v0.4.9 |
814 | 2023-12-11T20:19:26.977Z | Downloaded semver v1.0.20 |
815 | 2023-12-11T20:19:26.977Z | Downloaded ipnet v2.8.0 |
816 | 2023-12-11T20:19:26.987Z | Downloaded httparse v1.8.0 |
817 | 2023-12-11T20:19:26.987Z | Downloaded slog-bunyan v2.4.0 |
818 | 2023-12-11T20:19:26.988Z | Downloaded either v1.9.0 |
819 | 2023-12-11T20:19:27.015Z | Downloaded fxhash v0.2.1 |
820 | 2023-12-11T20:19:27.015Z | Downloaded fastrand v2.0.0 |
821 | 2023-12-11T20:19:27.016Z | Downloaded strum v0.25.0 |
822 | 2023-12-11T20:19:27.016Z | Downloaded futures-sink v0.3.29 |
823 | 2023-12-11T20:19:27.016Z | Downloaded sct v0.7.0 |
824 | 2023-12-11T20:19:27.016Z | Downloaded ucd-trie v0.1.6 |
825 | 2023-12-11T20:19:27.016Z | Downloaded signature v2.1.0 |
826 | 2023-12-11T20:19:27.016Z | Downloaded lazy_static v1.4.0 |
827 | 2023-12-11T20:19:27.016Z | Downloaded foreign-types v0.5.0 |
828 | 2023-12-11T20:19:27.016Z | Downloaded slog-json v2.6.1 |
829 | 2023-12-11T20:19:27.017Z | Downloaded slog-async v2.8.0 |
830 | 2023-12-11T20:19:27.026Z | Downloaded serde_with_macros v3.4.0 |
831 | 2023-12-11T20:19:27.026Z | Downloaded headers v0.3.9 |
832 | 2023-12-11T20:19:27.035Z | Downloaded fnv v1.0.7 |
833 | 2023-12-11T20:19:27.039Z | Downloaded walkdir v2.4.0 |
834 | 2023-12-11T20:19:27.039Z | Downloaded universal-hash v0.5.1 |
835 | 2023-12-11T20:19:27.039Z | Downloaded snafu-derive v0.7.5 |
836 | 2023-12-11T20:19:27.045Z | Downloaded tempfile v3.8.1 |
837 | 2023-12-11T20:19:27.051Z | Downloaded siphasher v0.3.11 |
838 | 2023-12-11T20:19:27.052Z | Downloaded signal-hook-mio v0.2.3 |
839 | 2023-12-11T20:19:27.052Z | Downloaded semver-parser v0.10.2 |
840 | 2023-12-11T20:19:27.060Z | Downloaded spki v0.7.2 |
841 | 2023-12-11T20:19:27.067Z | Downloaded cc v1.0.83 |
842 | 2023-12-11T20:19:27.068Z | Downloaded iana-time-zone v0.1.57 |
843 | 2023-12-11T20:19:27.078Z | Downloaded hubpack_derive v0.1.1 |
844 | 2023-12-11T20:19:27.078Z | Downloaded foreign-types-shared v0.1.1 |
845 | 2023-12-11T20:19:27.078Z | Downloaded fallible-iterator v0.2.0 |
846 | 2023-12-11T20:19:27.084Z | Downloaded subprocess v0.2.9 |
847 | 2023-12-11T20:19:27.084Z | Downloaded ghash v0.5.0 |
848 | 2023-12-11T20:19:27.084Z | Downloaded take_mut v0.2.2 |
849 | 2023-12-11T20:19:27.085Z | Downloaded structmeta-derive v0.2.0 |
850 | 2023-12-11T20:19:27.092Z | Downloaded pin-project v1.1.3 |
851 | 2023-12-11T20:19:27.105Z | Downloaded russh-cryptovec v0.7.0 |
852 | 2023-12-11T20:19:27.109Z | Downloaded http-range v0.1.5 |
853 | 2023-12-11T20:19:27.109Z | Downloaded try-lock v0.2.4 |
854 | 2023-12-11T20:19:27.112Z | Downloaded semver v0.11.0 |
855 | 2023-12-11T20:19:27.119Z | Downloaded dtrace-parser v0.1.14 |
856 | 2023-12-11T20:19:27.121Z | Downloaded foreign-types-shared v0.3.1 |
857 | 2023-12-11T20:19:27.131Z | Downloaded stringprep v0.1.3 |
858 | 2023-12-11T20:19:27.131Z | Downloaded futures-channel v0.3.29 |
859 | 2023-12-11T20:19:27.131Z | Downloaded serde_path_to_error v0.1.14 |
860 | 2023-12-11T20:19:27.131Z | Downloaded secrecy v0.8.0 |
861 | 2023-12-11T20:19:27.131Z | Downloaded strum_macros v0.25.2 |
862 | 2023-12-11T20:19:27.134Z | Downloaded http-body v0.4.5 |
863 | 2023-12-11T20:19:27.137Z | Downloaded rfc6979 v0.4.0 |
864 | 2023-12-11T20:19:27.137Z | Downloaded num-bigint v0.4.4 |
865 | 2023-12-11T20:19:27.147Z | Downloaded serde_tokenstream v0.1.7 |
866 | 2023-12-11T20:19:27.154Z | Downloaded ff v0.13.0 |
867 | 2023-12-11T20:19:27.157Z | Downloaded crossbeam-channel v0.5.8 |
868 | 2023-12-11T20:19:27.165Z | Downloaded untrusted v0.7.1 |
869 | 2023-12-11T20:19:27.168Z | Downloaded structmeta v0.2.0 |
870 | 2023-12-11T20:19:27.171Z | Downloaded thiserror-no-std v2.0.2 |
871 | 2023-12-11T20:19:27.176Z | Downloaded resolv-conf v0.7.0 |
872 | 2023-12-11T20:19:27.187Z | Downloaded russh v0.40.0 |
873 | 2023-12-11T20:19:27.196Z | Downloaded form_urlencoded v1.2.1 |
874 | 2023-12-11T20:19:27.201Z | Downloaded toml_edit v0.21.0 |
875 | 2023-12-11T20:19:27.233Z | Downloaded structopt v0.3.26 |
876 | 2023-12-11T20:19:27.247Z | Downloaded tracing-core v0.1.31 |
877 | 2023-12-11T20:19:27.252Z | Downloaded tokio-rustls v0.24.1 |
878 | 2023-12-11T20:19:27.257Z | Downloaded time v0.3.27 |
879 | 2023-12-11T20:19:27.270Z | Downloaded tungstenite v0.20.1 |
880 | 2023-12-11T20:19:27.275Z | Downloaded rcgen v0.11.3 |
881 | 2023-12-11T20:19:27.281Z | Downloaded itertools v0.11.0 |
882 | 2023-12-11T20:19:27.294Z | Downloaded signal-hook v0.3.17 |
883 | 2023-12-11T20:19:27.302Z | Downloaded socket2 v0.4.9 |
884 | 2023-12-11T20:19:27.306Z | Downloaded schemars v0.8.13 |
885 | 2023-12-11T20:19:27.326Z | Downloaded http v0.2.11 |
886 | 2023-12-11T20:19:27.333Z | Downloaded serde_with v3.4.0 |
887 | 2023-12-11T20:19:27.346Z | Downloaded indexmap v1.9.3 |
888 | 2023-12-11T20:19:27.353Z | Downloaded hkdf v0.12.3 |
889 | 2023-12-11T20:19:27.358Z | Downloaded hyper v0.14.27 |
890 | 2023-12-11T20:19:27.380Z | Downloaded trust-dns-server v0.22.1 |
891 | 2023-12-11T20:19:27.389Z | Downloaded hashbrown v0.12.3 |
892 | 2023-12-11T20:19:27.399Z | Downloaded regex-automata v0.1.10 |
893 | 2023-12-11T20:19:27.406Z | Downloaded reqwest v0.11.22 |
894 | 2023-12-11T20:19:27.419Z | Downloaded syn v2.0.32 |
895 | 2023-12-11T20:19:27.443Z | Downloaded unicode-normalization v0.1.22 |
896 | 2023-12-11T20:19:27.448Z | Downloaded openssl v0.10.60 |
897 | 2023-12-11T20:19:27.465Z | Downloaded vcpkg v0.2.15 |
898 | 2023-12-11T20:19:27.579Z | Downloaded serde_json v1.0.108 |
899 | 2023-12-11T20:19:27.588Z | Downloaded idna v0.5.0 |
900 | 2023-12-11T20:19:27.590Z | Downloaded gimli v0.28.0 |
901 | 2023-12-11T20:19:27.607Z | Downloaded radix_trie v0.2.1 |
902 | 2023-12-11T20:19:27.620Z | Downloaded rustix v0.38.25 |
903 | 2023-12-11T20:19:27.666Z | Downloaded syn v1.0.109 |
904 | 2023-12-11T20:19:27.690Z | Downloaded openapiv3 v2.0.0-rc.1 |
905 | 2023-12-11T20:19:27.716Z | Downloaded idna v0.2.3 |
906 | 2023-12-11T20:19:27.731Z | Downloaded zerocopy-derive v0.2.0 |
907 | 2023-12-11T20:19:27.847Z | Downloaded bstr v0.2.17 |
908 | 2023-12-11T20:19:27.859Z | Downloaded smoltcp v0.10.0 |
909 | 2023-12-11T20:19:27.859Z | Downloaded bstr v1.6.0 |
910 | 2023-12-11T20:19:27.859Z | Downloaded regex-automata v0.3.8 |
911 | 2023-12-11T20:19:27.869Z | Downloaded regex-syntax v0.8.2 |
912 | 2023-12-11T20:19:27.883Z | Downloaded tokio v1.35.0 |
913 | 2023-12-11T20:19:27.954Z | Downloaded sled v0.34.7 |
914 | 2023-12-11T20:19:27.978Z | Downloaded sha3 v0.10.8 |
915 | 2023-12-11T20:19:27.993Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
916 | 2023-12-11T20:19:28.021Z | Downloaded libc v0.2.150 |
917 | 2023-12-11T20:19:28.073Z | Downloaded winapi v0.3.9 |
918 | 2023-12-11T20:19:28.150Z | Downloaded zerocopy-derive v0.6.4 |
919 | 2023-12-11T20:19:28.171Z | Downloaded regex-automata v0.4.3 |
920 | 2023-12-11T20:19:28.207Z | Downloaded regex-syntax v0.7.5 |
921 | 2023-12-11T20:19:28.224Z | Downloaded regex v1.10.2 |
922 | 2023-12-11T20:19:28.256Z | Downloaded encoding_rs v0.8.33 |
923 | 2023-12-11T20:19:28.295Z | Downloaded rustls v0.21.9 |
924 | 2023-12-11T20:19:28.323Z | Downloaded rustix v0.37.23 |
925 | 2023-12-11T20:19:28.358Z | Downloaded zerocopy-derive v0.7.26 |
926 | 2023-12-11T20:19:28.383Z | Downloaded webpki-roots v0.25.2 |
927 | 2023-12-11T20:19:28.390Z | Downloaded trust-dns-proto v0.22.0 |
928 | 2023-12-11T20:19:28.415Z | Downloaded ring v0.17.7 |
929 | 2023-12-11T20:19:28.558Z | Downloaded smoltcp v0.9.1 |
930 | 2023-12-11T20:19:28.580Z | Downloaded rustls-webpki v0.101.7 |
931 | 2023-12-11T20:19:28.672Z | Downloaded chrono v0.4.31 |
932 | 2023-12-11T20:19:28.681Z | Downloaded regress v0.7.1 |
933 | 2023-12-11T20:19:28.681Z | Downloaded diesel v2.1.4 |
934 | 2023-12-11T20:19:28.681Z | Downloaded curve25519-dalek v4.1.0 |
935 | 2023-12-11T20:19:28.705Z | Downloaded h2 v0.3.21 |
936 | 2023-12-11T20:19:28.711Z | Downloaded clap_builder v4.4.2 |
937 | 2023-12-11T20:19:28.721Z | Downloaded hashbrown v0.14.2 |
938 | 2023-12-11T20:19:28.732Z | Downloaded itertools v0.10.5 |
939 | 2023-12-11T20:19:28.745Z | Downloaded ed25519-dalek v2.0.0 |
940 | 2023-12-11T20:19:28.751Z | Downloaded ring v0.16.20 |
941 | 2023-12-11T20:19:28.918Z | Downloaded futures-util v0.3.29 |
942 | 2023-12-11T20:19:28.940Z | Downloaded object v0.32.1 |
943 | 2023-12-11T20:19:28.961Z | Downloaded libm v0.2.7 |
944 | 2023-12-11T20:19:28.976Z | Downloaded hashbrown v0.13.2 |
945 | 2023-12-11T20:19:28.984Z | Downloaded unicode-segmentation v1.10.1 |
946 | 2023-12-11T20:19:28.990Z | Downloaded indexmap v2.1.0 |
947 | 2023-12-11T20:19:28.997Z | Downloaded tokio-util v0.7.10 |
948 | 2023-12-11T20:19:29.008Z | Downloaded zerocopy v0.7.26 |
949 | 2023-12-11T20:19:29.037Z | Downloaded itertools v0.12.0 |
950 | 2023-12-11T20:19:29.050Z | Downloaded ed25519 v2.2.2 |
951 | 2023-12-11T20:19:29.053Z | Downloaded tokio-postgres v0.7.10 |
952 | 2023-12-11T20:19:29.062Z | Downloaded trust-dns-client v0.22.0 |
953 | 2023-12-11T20:19:29.072Z | Downloaded crossterm v0.27.0 |
954 | 2023-12-11T20:19:29.083Z | Downloaded winnow v0.5.15 |
955 | 2023-12-11T20:19:29.099Z | Downloaded pest v2.7.2 |
956 | 2023-12-11T20:19:29.111Z | Downloaded flate2 v1.0.28 |
957 | 2023-12-11T20:19:29.118Z | Downloaded ryu v1.0.15 |
958 | 2023-12-11T20:19:29.122Z | Downloaded socket2 v0.5.5 |
959 | 2023-12-11T20:19:29.126Z | Downloaded unsafe-libyaml v0.2.9 |
960 | 2023-12-11T20:19:29.133Z | Downloaded slog-term v2.9.0 |
961 | 2023-12-11T20:19:29.137Z | Downloaded elliptic-curve v0.13.8 |
962 | 2023-12-11T20:19:29.143Z | Downloaded half v1.8.2 |
963 | 2023-12-11T20:19:29.147Z | Downloaded clap v2.34.0 |
964 | 2023-12-11T20:19:29.162Z | Downloaded aho-corasick v1.0.4 |
965 | 2023-12-11T20:19:29.171Z | Downloaded schemars_derive v0.8.13 |
966 | 2023-12-11T20:19:29.173Z | Downloaded petgraph v0.6.4 |
967 | 2023-12-11T20:19:29.198Z | Downloaded hubpack v0.1.2 |
968 | 2023-12-11T20:19:29.201Z | Downloaded smallvec v1.11.0 |
969 | 2023-12-11T20:19:29.205Z | Downloaded spin v0.9.8 |
970 | 2023-12-11T20:19:29.208Z | Downloaded tracing v0.1.37 |
971 | 2023-12-11T20:19:29.215Z | Downloaded aes v0.8.3 |
972 | 2023-12-11T20:19:29.223Z | Downloaded rand v0.7.3 |
973 | 2023-12-11T20:19:29.260Z | Downloaded enum-as-inner v0.5.1 |
974 | 2023-12-11T20:19:29.266Z | Downloaded serde_derive_internals v0.26.0 |
975 | 2023-12-11T20:19:29.266Z | Downloaded similar v2.2.1 |
976 | 2023-12-11T20:19:29.266Z | Downloaded serde v1.0.192 |
977 | 2023-12-11T20:19:29.266Z | Downloaded strsim v0.10.0 |
978 | 2023-12-11T20:19:29.266Z | Downloaded utf-8 v0.7.6 |
979 | 2023-12-11T20:19:29.266Z | Downloaded structopt-derive v0.4.18 |
980 | 2023-12-11T20:19:29.266Z | Downloaded httpdate v1.0.3 |
981 | 2023-12-11T20:19:29.266Z | Downloaded slog-stdlog v4.1.1 |
982 | 2023-12-11T20:19:29.266Z | Downloaded filetime v0.2.23 |
983 | 2023-12-11T20:19:29.271Z | Downloaded unicode-ident v1.0.12 |
984 | 2023-12-11T20:19:29.271Z | Downloaded typenum v1.16.0 |
985 | 2023-12-11T20:19:29.274Z | Downloaded snafu v0.7.5 |
986 | 2023-12-11T20:19:29.284Z | Downloaded heapless v0.7.16 |
987 | 2023-12-11T20:19:29.290Z | Downloaded unicode-bidi v0.3.13 |
988 | 2023-12-11T20:19:29.296Z | Downloaded scopeguard v1.2.0 |
989 | 2023-12-11T20:19:29.299Z | Downloaded tinyvec v1.6.0 |
990 | 2023-12-11T20:19:29.302Z | Downloaded toml_edit v0.19.15 |
991 | 2023-12-11T20:19:29.332Z | Downloaded toml v0.7.8 |
992 | 2023-12-11T20:19:29.337Z | Downloaded rustls-native-certs v0.6.3 |
993 | 2023-12-11T20:19:29.342Z | Downloaded futures-task v0.3.29 |
994 | 2023-12-11T20:19:29.345Z | Downloaded float-cmp v0.9.0 |
995 | 2023-12-11T20:19:29.351Z | Downloaded static_assertions v1.1.0 |
996 | 2023-12-11T20:19:29.351Z | Downloaded serde_spanned v0.6.4 |
997 | 2023-12-11T20:19:29.354Z | Downloaded io-lifetimes v1.0.11 |
998 | 2023-12-11T20:19:29.354Z | Downloaded slog v2.7.0 |
999 | 2023-12-11T20:19:29.358Z | Downloaded fixedbitset v0.4.2 |
1000 | 2023-12-11T20:19:29.361Z | Downloaded home v0.5.5 |
1001 | 2023-12-11T20:19:29.364Z | Downloaded hex v0.4.3 |
1002 | 2023-12-11T20:19:29.366Z | Downloaded heck v0.4.1 |
1003 | 2023-12-11T20:19:29.367Z | Downloaded stable_deref_trait v1.2.0 |
1004 | 2023-12-11T20:19:29.369Z | Downloaded untrusted v0.9.0 |
1005 | 2023-12-11T20:19:29.373Z | Downloaded sha2 v0.10.8 |
1006 | 2023-12-11T20:19:29.376Z | Downloaded zip v0.6.6 |
1007 | 2023-12-11T20:19:29.382Z | Downloaded tar v0.4.40 |
1008 | 2023-12-11T20:19:29.387Z | Downloaded toml v0.5.11 |
1009 | 2023-12-11T20:19:29.391Z | Downloaded toml v0.8.8 |
1010 | 2023-12-11T20:19:29.399Z | Downloaded thiserror-impl-no-std v2.0.2 |
1011 | 2023-12-11T20:19:29.402Z | Downloaded textwrap v0.11.0 |
1012 | 2023-12-11T20:19:29.408Z | Downloaded waitgroup v0.1.2 |
1013 | 2023-12-11T20:19:29.408Z | Downloaded slab v0.4.9 |
1014 | 2023-12-11T20:19:29.413Z | Downloaded russh-keys v0.40.0 |
1015 | 2023-12-11T20:19:29.413Z | Downloaded der v0.7.8 |
1016 | 2023-12-11T20:19:29.422Z | Downloaded hostname v0.3.1 |
1017 | 2023-12-11T20:19:29.425Z | Downloaded heck v0.3.3 |
1018 | 2023-12-11T20:19:29.425Z | Downloaded hmac v0.12.1 |
1019 | 2023-12-11T20:19:29.429Z | Downloaded time-macros v0.2.13 |
1020 | 2023-12-11T20:19:29.432Z | Downloaded ecdsa v0.16.9 |
1021 | 2023-12-11T20:19:29.436Z | Downloaded serde_yaml v0.9.25 |
1022 | 2023-12-11T20:19:29.440Z | Downloaded tokio-macros v2.2.0 |
1023 | 2023-12-11T20:19:29.444Z | Downloaded uuid v1.6.1 |
1024 | 2023-12-11T20:19:29.450Z | Downloaded keccak v0.1.4 |
1025 | 2023-12-11T20:19:29.454Z | Downloaded flagset v0.4.3 |
1026 | 2023-12-11T20:19:29.454Z | Downloaded bytes v1.5.0 |
1027 | 2023-12-11T20:19:29.458Z | Downloaded backtrace v0.3.69 |
1028 | 2023-12-11T20:19:29.467Z | Downloaded url v2.5.0 |
1029 | 2023-12-11T20:19:29.472Z | Downloaded trust-dns-resolver v0.22.0 |
1030 | 2023-12-11T20:19:29.479Z | Downloaded serde_tokenstream v0.2.0 |
1031 | 2023-12-11T20:19:29.484Z | Downloaded rustls-pemfile v1.0.3 |
1032 | 2023-12-11T20:19:29.488Z | Downloaded libefi-sys v0.1.0 |
1033 | 2023-12-11T20:19:29.491Z | Downloaded hash32 v0.2.1 |
1034 | 2023-12-11T20:19:29.494Z | Downloaded crypto-bigint v0.5.2 |
1035 | 2023-12-11T20:19:29.503Z | Downloaded bzip2 v0.4.4 |
1036 | 2023-12-11T20:19:29.507Z | Downloaded serde_derive v1.0.192 |
1037 | 2023-12-11T20:19:29.513Z | Downloaded futures v0.3.29 |
1038 | 2023-12-11T20:19:29.520Z | Downloaded embedded-io v0.4.0 |
1039 | 2023-12-11T20:19:29.523Z | Downloaded serde_urlencoded v0.7.1 |
1040 | 2023-12-11T20:19:29.526Z | Downloaded inout v0.1.3 |
1041 | 2023-12-11T20:19:29.530Z | Downloaded chacha20poly1305 v0.10.1 |
1042 | 2023-12-11T20:19:29.534Z | Downloaded same-file v1.0.6 |
1043 | 2023-12-11T20:19:29.534Z | Downloaded string_cache v0.8.7 |
1044 | 2023-12-11T20:19:29.537Z | Downloaded terminal_size v0.2.6 |
1045 | 2023-12-11T20:19:29.537Z | Downloaded vsss-rs v3.3.1 |
1046 | 2023-12-11T20:19:29.541Z | Downloaded getrandom v0.2.10 |
1047 | 2023-12-11T20:19:29.546Z | Downloaded dyn-clone v1.0.13 |
1048 | 2023-12-11T20:19:29.549Z | Downloaded dof v0.1.5 |
1049 | 2023-12-11T20:19:29.552Z | Downloaded smf v0.2.2 |
1050 | 2023-12-11T20:19:29.559Z | Downloaded arc-swap v1.6.0 |
1051 | 2023-12-11T20:19:29.562Z | Downloaded num-traits v0.2.16 |
1052 | 2023-12-11T20:19:29.565Z | Downloaded glob v0.3.1 |
1053 | 2023-12-11T20:19:29.568Z | Downloaded strsim v0.8.0 |
1054 | 2023-12-11T20:19:29.568Z | Downloaded getrandom v0.1.16 |
1055 | 2023-12-11T20:19:29.572Z | Downloaded instant v0.1.12 |
1056 | 2023-12-11T20:19:29.576Z | Downloaded rustversion v1.0.14 |
1057 | 2023-12-11T20:19:29.580Z | Downloaded spin v0.5.2 |
1058 | 2023-12-11T20:19:29.586Z | Downloaded serde_repr v0.1.16 |
1059 | 2023-12-11T20:19:29.590Z | Downloaded usdt-impl v0.3.5 |
1060 | 2023-12-11T20:19:29.590Z | Downloaded anyhow v1.0.75 |
1061 | 2023-12-11T20:19:29.593Z | Downloaded zerocopy v0.6.4 |
1062 | 2023-12-11T20:19:29.597Z | Downloaded xattr v1.0.1 |
1063 | 2023-12-11T20:19:29.603Z | Downloaded tokio-stream v0.1.14 |
1064 | 2023-12-11T20:19:29.609Z | Downloaded openssl-sys v0.9.96 |
1065 | 2023-12-11T20:19:29.616Z | Downloaded futures-macro v0.3.29 |
1066 | 2023-12-11T20:19:29.618Z | Downloaded futures-io v0.3.29 |
1067 | 2023-12-11T20:19:29.621Z | Downloaded futures-executor v0.3.29 |
1068 | 2023-12-11T20:19:29.621Z | Downloaded futures-core v0.3.29 |
1069 | 2023-12-11T20:19:29.625Z | Downloaded tracing-attributes v0.1.26 |
1070 | 2023-12-11T20:19:29.627Z | Downloaded proc-macro2 v1.0.69 |
1071 | 2023-12-11T20:19:29.631Z | Downloaded thiserror v1.0.49 |
1072 | 2023-12-11T20:19:29.639Z | Downloaded tokio-tungstenite v0.20.1 |
1073 | 2023-12-11T20:19:29.643Z | Downloaded synstructure v0.12.6 |
1074 | 2023-12-11T20:19:29.645Z | Downloaded yasna v0.5.2 |
1075 | 2023-12-11T20:19:29.648Z | Downloaded pem-rfc7468 v0.7.0 |
1076 | 2023-12-11T20:19:29.651Z | Downloaded linked-hash-map v0.5.6 |
1077 | 2023-12-11T20:19:29.655Z | Downloaded camino v1.1.6 |
1078 | 2023-12-11T20:19:29.658Z | Downloaded camino-tempfile v1.1.1 |
1079 | 2023-12-11T20:19:29.665Z | Downloaded usdt-macro v0.3.5 |
1080 | 2023-12-11T20:19:29.669Z | Downloaded whoami v1.4.1 |
1081 | 2023-12-11T20:19:29.669Z | Downloaded num_cpus v1.16.0 |
1082 | 2023-12-11T20:19:29.669Z | Downloaded quote v1.0.33 |
1083 | 2023-12-11T20:19:29.673Z | Downloaded crc32fast v1.3.2 |
1084 | 2023-12-11T20:19:29.676Z | Downloaded libsw v3.3.0 |
1085 | 2023-12-11T20:19:29.679Z | Downloaded kstat-rs v0.2.3 |
1086 | 2023-12-11T20:19:29.682Z | Downloaded want v0.3.1 |
1087 | 2023-12-11T20:19:29.683Z | Downloaded foreign-types v0.3.2 |
1088 | 2023-12-11T20:19:29.686Z | Downloaded const-oid v0.9.5 |
1089 | 2023-12-11T20:19:29.689Z | Downloaded parking_lot_core v0.9.8 |
1090 | 2023-12-11T20:19:29.692Z | Downloaded async-trait v0.1.74 |
1091 | 2023-12-11T20:19:29.698Z | Downloaded base64ct v1.6.0 |
1092 | 2023-12-11T20:19:29.704Z | Downloaded bitflags v2.4.0 |
1093 | 2023-12-11T20:19:29.708Z | Downloaded rand v0.8.5 |
1094 | 2023-12-11T20:19:29.712Z | Downloaded mime_guess v2.0.4 |
1095 | 2023-12-11T20:19:29.715Z | Downloaded generic-array v0.14.7 |
1096 | 2023-12-11T20:19:29.718Z | Downloaded omicron-zone-package v0.9.1 |
1097 | 2023-12-11T20:19:29.722Z | Downloaded cancel-safe-futures v0.1.5 |
1098 | 2023-12-11T20:19:29.727Z | Downloaded ansi_term v0.12.1 |
1099 | 2023-12-11T20:19:29.730Z | Downloaded unicode-width v0.1.11 |
1100 | 2023-12-11T20:19:29.733Z | Downloaded ident_case v1.0.1 |
1101 | 2023-12-11T20:19:29.736Z | Downloaded foreign-types-macros v0.2.3 |
1102 | 2023-12-11T20:19:29.736Z | Downloaded dirs-sys-next v0.1.2 |
1103 | 2023-12-11T20:19:29.739Z | Downloaded unicode-xid v0.2.4 |
1104 | 2023-12-11T20:19:29.742Z | Downloaded term v0.7.0 |
1105 | 2023-12-11T20:19:29.746Z | Downloaded parse-display-derive v0.8.2 |
1106 | 2023-12-11T20:19:29.749Z | Downloaded postgres-protocol v0.6.6 |
1107 | 2023-12-11T20:19:29.752Z | Downloaded owo-colors v3.5.0 |
1108 | 2023-12-11T20:19:29.756Z | Downloaded der_derive v0.7.2 |
1109 | 2023-12-11T20:19:29.759Z | Downloaded time-core v0.1.1 |
1110 | 2023-12-11T20:19:29.763Z | Downloaded multer v2.1.0 |
1111 | 2023-12-11T20:19:29.766Z | Downloaded lock_api v0.4.10 |
1112 | 2023-12-11T20:19:29.772Z | Downloaded blake2 v0.10.6 |
1113 | 2023-12-11T20:19:29.776Z | Downloaded getopts v0.2.21 |
1114 | 2023-12-11T20:19:29.776Z | Downloaded zeroize_derive v1.4.2 |
1115 | 2023-12-11T20:19:29.776Z | Downloaded dirs-next v2.0.0 |
1116 | 2023-12-11T20:19:29.780Z | Downloaded ciborium-ll v0.2.1 |
1117 | 2023-12-11T20:19:29.780Z | Downloaded log v0.4.20 |
1118 | 2023-12-11T20:19:29.784Z | Downloaded clap_derive v4.4.2 |
1119 | 2023-12-11T20:19:29.788Z | Downloaded ciborium v0.2.1 |
1120 | 2023-12-11T20:19:29.791Z | Downloaded lalrpop-util v0.19.12 |
1121 | 2023-12-11T20:19:29.796Z | Downloaded zerocopy v0.3.0 |
1122 | 2023-12-11T20:19:29.796Z | Downloaded sha1 v0.10.6 |
1123 | 2023-12-11T20:19:29.801Z | Downloaded hyper-staticfile v0.9.5 |
1124 | 2023-12-11T20:19:29.801Z | Downloaded zeroize v1.7.0 |
1125 | 2023-12-11T20:19:29.804Z | Downloaded unicase v2.7.0 |
1126 | 2023-12-11T20:19:29.804Z | Downloaded parking_lot v0.11.2 |
1127 | 2023-12-11T20:19:29.809Z | Downloaded nibble_vec v0.1.0 |
1128 | 2023-12-11T20:19:29.816Z | Downloaded postgres-types v0.2.6 |
1129 | 2023-12-11T20:19:29.825Z | Downloaded parking_lot_core v0.8.6 |
1130 | 2023-12-11T20:19:29.825Z | Downloaded rustc_version v0.4.0 |
1131 | 2023-12-11T20:19:29.825Z | Downloaded hyper-tls v0.5.0 |
1132 | 2023-12-11T20:19:29.825Z | Downloaded usdt v0.3.5 |
1133 | 2023-12-11T20:19:29.825Z | Downloaded num-iter v0.1.43 |
1134 | 2023-12-11T20:19:29.828Z | Downloaded mime v0.3.17 |
1135 | 2023-12-11T20:19:29.828Z | Downloaded dirs-sys v0.4.1 |
1136 | 2023-12-11T20:19:29.831Z | Downloaded version_check v0.9.4 |
1137 | 2023-12-11T20:19:29.831Z | Downloaded vec_map v0.8.2 |
1138 | 2023-12-11T20:19:29.834Z | Downloaded async-stream v0.3.5 |
1139 | 2023-12-11T20:19:29.837Z | Downloaded num v0.4.1 |
1140 | 2023-12-11T20:19:29.840Z | Downloaded block-padding v0.3.3 |
1141 | 2023-12-11T20:19:29.840Z | Downloaded num_enum_derive v0.5.11 |
1142 | 2023-12-11T20:19:29.843Z | Downloaded cbc v0.1.2 |
1143 | 2023-12-11T20:19:29.843Z | Downloaded bcrypt-pbkdf v0.10.0 |
1144 | 2023-12-11T20:19:29.847Z | Downloaded toml_datetime v0.6.5 |
1145 | 2023-12-11T20:19:29.847Z | Downloaded rand_chacha v0.3.1 |
1146 | 2023-12-11T20:19:29.850Z | Downloaded thread-id v4.2.0 |
1147 | 2023-12-11T20:19:29.850Z | Downloaded thiserror-impl v1.0.49 |
1148 | 2023-12-11T20:19:29.855Z | Downloaded rand_chacha v0.2.2 |
1149 | 2023-12-11T20:19:29.855Z | Downloaded difflib v0.4.0 |
1150 | 2023-12-11T20:19:29.858Z | Downloaded quick-error v1.2.3 |
1151 | 2023-12-11T20:19:29.858Z | Downloaded pbkdf2 v0.11.0 |
1152 | 2023-12-11T20:19:29.861Z | Downloaded hex-literal v0.4.1 |
1153 | 2023-12-11T20:19:29.864Z | Downloaded deranged v0.3.8 |
1154 | 2023-12-11T20:19:29.872Z | Downloaded predicates-core v1.0.6 |
1155 | 2023-12-11T20:19:29.872Z | Downloaded predicates v3.0.4 |
1156 | 2023-12-11T20:19:29.876Z | Downloaded password-hash v0.5.0 |
1157 | 2023-12-11T20:19:29.876Z | Downloaded convert_case v0.4.0 |
1158 | 2023-12-11T20:19:29.876Z | Downloaded derive_more v0.99.17 |
1159 | 2023-12-11T20:19:29.888Z | Downloaded cobs v0.2.3 |
1160 | 2023-12-11T20:19:29.891Z | Downloaded cfg-if v1.0.0 |
1161 | 2023-12-11T20:19:29.891Z | Downloaded chacha20 v0.9.1 |
1162 | 2023-12-11T20:19:29.892Z | Downloaded block-buffer v0.10.4 |
1163 | 2023-12-11T20:19:29.895Z | Downloaded tinyvec_macros v0.1.1 |
1164 | 2023-12-11T20:19:29.895Z | Downloaded thread_local v1.1.7 |
1165 | 2023-12-11T20:19:29.898Z | Downloaded percent-encoding v2.3.1 |
1166 | 2023-12-11T20:19:29.898Z | Downloaded blowfish v0.9.1 |
1167 | 2023-12-11T20:19:29.903Z | Downloaded autocfg v1.1.0 |
1168 | 2023-12-11T20:19:29.906Z | Downloaded headers-core v0.2.0 |
1169 | 2023-12-11T20:19:29.906Z | Downloaded doc-comment v0.3.3 |
1170 | 2023-12-11T20:19:29.906Z | Downloaded display-error-chain v0.2.0 |
1171 | 2023-12-11T20:19:29.906Z | Downloaded usdt-attr-macro v0.3.5 |
1172 | 2023-12-11T20:19:29.909Z | Downloaded debug-ignore v1.0.5 |
1173 | 2023-12-11T20:19:29.912Z | Downloaded bit-vec v0.6.3 |
1174 | 2023-12-11T20:19:29.912Z | Downloaded darling_macro v0.20.3 |
1175 | 2023-12-11T20:19:29.916Z | Downloaded new_debug_unreachable v1.0.4 |
1176 | 2023-12-11T20:19:29.916Z | Downloaded cstr-argument v0.1.2 |
1177 | 2023-12-11T20:19:29.924Z | Downloaded openssl-probe v0.1.5 |
1178 | 2023-12-11T20:19:29.924Z | Downloaded match_cfg v0.1.0 |
1179 | 2023-12-11T20:19:29.924Z | Downloaded pretty-hex v0.4.0 |
1180 | 2023-12-11T20:19:29.927Z | Downloaded defmt-macros v0.3.6 |
1181 | 2023-12-11T20:19:29.927Z | Downloaded crossbeam-utils v0.8.16 |
1182 | 2023-12-11T20:19:29.931Z | Downloaded pest_meta v2.7.2 |
1183 | 2023-12-11T20:19:29.934Z | Downloaded opaque-debug v0.3.0 |
1184 | 2023-12-11T20:19:29.939Z | Downloaded num-integer v0.1.45 |
1185 | 2023-12-11T20:19:29.942Z | Downloaded bitflags v1.3.2 |
1186 | 2023-12-11T20:19:29.946Z | Downloaded argon2 v0.5.2 |
1187 | 2023-12-11T20:19:29.949Z | Downloaded num-complex v0.4.4 |
1188 | 2023-12-11T20:19:29.952Z | Downloaded pbkdf2 v0.12.2 |
1189 | 2023-12-11T20:19:29.953Z | Downloaded addr2line v0.21.0 |
1190 | 2023-12-11T20:19:29.956Z | Downloaded anstyle-query v1.0.0 |
1191 | 2023-12-11T20:19:29.959Z | Downloaded anstream v0.5.0 |
1192 | 2023-12-11T20:19:29.968Z | Downloaded anstyle-parse v0.2.1 |
1193 | 2023-12-11T20:19:29.968Z | Downloaded rand_core v0.6.4 |
1194 | 2023-12-11T20:19:29.968Z | Downloaded num_threads v0.1.6 |
1195 | 2023-12-11T20:19:29.975Z | Downloaded primeorder v0.13.6 |
1196 | 2023-12-11T20:19:29.975Z | Downloaded data-encoding v2.4.0 |
1197 | 2023-12-11T20:19:29.979Z | Downloaded digest v0.10.7 |
1198 | 2023-12-11T20:19:29.979Z | Downloaded async-stream-impl v0.3.5 |
1199 | 2023-12-11T20:19:29.979Z | Downloaded atty v0.2.14 |
1200 | 2023-12-11T20:19:29.979Z | Downloaded pin-project-internal v1.1.3 |
1201 | 2023-12-11T20:19:29.982Z | Downloaded colorchoice v1.0.0 |
1202 | 2023-12-11T20:19:29.982Z | Downloaded base16ct v0.2.0 |
1203 | 2023-12-11T20:19:29.985Z | Downloaded rand_core v0.5.1 |
1204 | 2023-12-11T20:19:29.989Z | Downloaded poly1305 v0.8.0 |
1205 | 2023-12-11T20:19:29.992Z | Downloaded platforms v3.0.2 |
1206 | 2023-12-11T20:19:29.997Z | Downloaded pkcs8 v0.10.2 |
1207 | 2023-12-11T20:19:30.001Z | Downloaded adler v1.0.2 |
1208 | 2023-12-11T20:19:30.001Z | Downloaded polyval v0.6.1 |
1209 | 2023-12-11T20:19:30.008Z | Downloaded pkg-config v0.3.27 |
1210 | 2023-12-11T20:19:30.008Z | Downloaded lru-cache v0.1.2 |
1211 | 2023-12-11T20:19:30.013Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1212 | 2023-12-11T20:19:30.013Z | Downloaded darling_core v0.20.3 |
1213 | 2023-12-11T20:19:30.019Z | Downloaded anstyle v1.0.2 |
1214 | 2023-12-11T20:19:30.023Z | Downloaded phf_shared v0.10.0 |
1215 | 2023-12-11T20:19:30.023Z | Downloaded memchr v2.6.3 |
1216 | 2023-12-11T20:19:30.029Z | Downloaded pest_generator v2.7.2 |
1217 | 2023-12-11T20:19:30.033Z | Downloaded mio v0.8.9 |
1218 | 2023-12-11T20:19:30.041Z | Downloaded md5 v0.7.0 |
1219 | 2023-12-11T20:19:30.045Z | Downloaded pin-utils v0.1.0 |
1220 | 2023-12-11T20:19:30.048Z | Downloaded phf_shared v0.11.2 |
1221 | 2023-12-11T20:19:30.048Z | Downloaded phf v0.11.2 |
1222 | 2023-12-11T20:19:30.051Z | Downloaded pest_derive v2.7.2 |
1223 | 2023-12-11T20:19:30.057Z | Downloaded dirs v5.0.1 |
1224 | 2023-12-11T20:19:30.057Z | Downloaded colored v2.0.4 |
1225 | 2023-12-11T20:19:30.060Z | Downloaded aes-gcm v0.10.3 |
1226 | 2023-12-11T20:19:30.063Z | Downloaded miniz_oxide v0.7.1 |
1227 | 2023-12-11T20:19:30.067Z | Downloaded crossbeam-epoch v0.9.15 |
1228 | 2023-12-11T20:19:30.073Z | Downloaded defmt v0.3.5 |
1229 | 2023-12-11T20:19:30.079Z | Downloaded console v0.15.7 |
1230 | 2023-12-11T20:19:30.084Z | Downloaded atomicwrites v0.4.2 |
1231 | 2023-12-11T20:19:30.090Z | Downloaded crypto-common v0.1.6 |
1232 | 2023-12-11T20:19:30.090Z | Downloaded cpufeatures v0.2.9 |
1233 | 2023-12-11T20:19:30.090Z | Downloaded matches v0.1.10 |
1234 | 2023-12-11T20:19:30.098Z | Downloaded curve25519-dalek-derive v0.1.0 |
1235 | 2023-12-11T20:19:30.098Z | Downloaded clap_lex v0.5.1 |
1236 | 2023-12-11T20:19:30.513Z | Compiling proc-macro2 v1.0.69 |
1237 | 2023-12-11T20:19:30.513Z | Compiling unicode-ident v1.0.12 |
1238 | 2023-12-11T20:19:30.521Z | Compiling libc v0.2.150 |
1239 | 2023-12-11T20:19:30.522Z | Compiling serde v1.0.192 |
1240 | 2023-12-11T20:19:30.522Z | Compiling autocfg v1.1.0 |
1241 | 2023-12-11T20:19:30.530Z | Compiling version_check v0.9.4 |
1242 | 2023-12-11T20:19:30.534Z | Compiling cfg-if v1.0.0 |
1243 | 2023-12-11T20:19:30.775Z | Compiling syn v1.0.109 |
1244 | 2023-12-11T20:19:30.789Z | Compiling typenum v1.16.0 |
1245 | 2023-12-11T20:19:31.728Z | Compiling generic-array v0.14.7 |
1246 | 2023-12-11T20:19:31.784Z | Compiling lock_api v0.4.10 |
1247 | 2023-12-11T20:19:33.812Z | Compiling parking_lot_core v0.9.8 |
1248 | 2023-12-11T20:19:33.836Z | Compiling libm v0.2.7 |
1249 | 2023-12-11T20:19:33.840Z | Compiling once_cell v1.19.0 |
1250 | 2023-12-11T20:19:34.051Z | Compiling num-traits v0.2.16 |
1251 | 2023-12-11T20:19:34.111Z | Compiling thiserror v1.0.49 |
1252 | 2023-12-11T20:19:34.356Z | Compiling futures-core v0.3.29 |
1253 | 2023-12-11T20:19:34.464Z | Compiling serde_json v1.0.108 |
1254 | 2023-12-11T20:19:34.471Z | Compiling slab v0.4.9 |
1255 | 2023-12-11T20:19:34.489Z | Compiling futures-channel v0.3.29 |
1256 | 2023-12-11T20:19:34.861Z | Compiling futures-task v0.3.29 |
1257 | 2023-12-11T20:19:34.930Z | Compiling memchr v2.6.3 |
1258 | 2023-12-11T20:19:34.984Z | Compiling futures-util v0.3.29 |
1259 | 2023-12-11T20:19:35.061Z | Compiling itoa v1.0.9 |
1260 | 2023-12-11T20:19:35.464Z | Compiling quote v1.0.33 |
1261 | 2023-12-11T20:19:35.548Z | Compiling scopeguard v1.2.0 |
1262 | 2023-12-11T20:19:35.886Z | Compiling pkg-config v0.3.27 |
1263 | 2023-12-11T20:19:36.788Z | Compiling syn v2.0.32 |
1264 | 2023-12-11T20:19:36.815Z | Compiling cc v1.0.83 |
1265 | 2023-12-11T20:19:36.845Z | Compiling getrandom v0.2.10 |
1266 | 2023-12-11T20:19:37.733Z | Compiling rand_core v0.6.4 |
1267 | 2023-12-11T20:19:38.145Z | Compiling log v0.4.20 |
1268 | 2023-12-11T20:19:38.325Z | Compiling heck v0.4.1 |
1269 | 2023-12-11T20:19:38.581Z | Compiling ryu v1.0.15 |
1270 | 2023-12-11T20:19:39.059Z | Compiling subtle v2.5.0 |
1271 | 2023-12-11T20:19:39.148Z | Compiling smallvec v1.11.0 |
1272 | 2023-12-11T20:19:39.666Z | Compiling vcpkg v0.2.15 |
1273 | 2023-12-11T20:19:39.816Z | Compiling schemars v0.8.13 |
1274 | 2023-12-11T20:19:39.863Z | Compiling semver v1.0.20 |
1275 | 2023-12-11T20:19:40.653Z | Compiling httparse v1.8.0 |
1276 | 2023-12-11T20:19:41.433Z | Compiling indexmap v1.9.3 |
1277 | 2023-12-11T20:19:41.458Z | Compiling equivalent v1.0.1 |
1278 | 2023-12-11T20:19:41.494Z | Compiling pin-project-lite v0.2.13 |
1279 | 2023-12-11T20:19:41.615Z | Compiling hashbrown v0.14.2 |
1280 | 2023-12-11T20:19:42.261Z | Compiling ring v0.17.7 |
1281 | 2023-12-11T20:19:42.473Z | Compiling ring v0.16.20 |
1282 | 2023-12-11T20:19:43.101Z | Compiling parking_lot v0.12.1 |
1283 | 2023-12-11T20:19:43.546Z | Compiling openssl-sys v0.9.96 |
1284 | 2023-12-11T20:19:44.338Z | Compiling const-oid v0.9.5 |
1285 | 2023-12-11T20:19:44.453Z | Compiling ahash v0.8.3 |
1286 | 2023-12-11T20:19:44.821Z | Compiling fnv v1.0.7 |
1287 | 2023-12-11T20:19:45.003Z | Compiling signal-hook-registry v1.4.1 |
1288 | 2023-12-11T20:19:45.851Z | Compiling openssl v0.10.60 |
1289 | 2023-12-11T20:19:46.390Z | Compiling mio v0.8.9 |
1290 | 2023-12-11T20:19:46.487Z | Compiling rustls v0.21.9 |
1291 | 2023-12-11T20:19:46.511Z | Compiling ucd-trie v0.1.6 |
1292 | 2023-12-11T20:19:46.909Z | Compiling iana-time-zone v0.1.57 |
1293 | 2023-12-11T20:19:47.677Z | Compiling native-tls v0.2.11 |
1294 | 2023-12-11T20:19:48.081Z | Compiling socket2 v0.5.5 |
1295 | 2023-12-11T20:19:48.183Z | Compiling num_cpus v1.16.0 |
1296 | 2023-12-11T20:19:48.360Z | Compiling byteorder v1.5.0 |
1297 | 2023-12-11T20:19:48.757Z | Compiling spin v0.5.2 |
1298 | 2023-12-11T20:19:49.116Z | Compiling serde_derive_internals v0.26.0 |
1299 | 2023-12-11T20:19:49.332Z | Compiling futures-sink v0.3.29 |
1300 | 2023-12-11T20:19:49.553Z | Compiling dyn-clone v1.0.13 |
1301 | 2023-12-11T20:19:49.707Z | Compiling async-trait v0.1.74 |
1302 | 2023-12-11T20:19:50.012Z | Compiling aho-corasick v1.0.4 |
1303 | 2023-12-11T20:19:50.664Z | Compiling regex-syntax v0.8.2 |
1304 | 2023-12-11T20:19:50.843Z | Compiling tinyvec_macros v0.1.1 |
1305 | 2023-12-11T20:19:50.970Z | Compiling rustix v0.38.25 |
1306 | 2023-12-11T20:19:51.168Z | Compiling tinyvec v1.6.0 |
1307 | 2023-12-11T20:19:52.614Z | Compiling hashbrown v0.13.2 |
1308 | 2023-12-11T20:19:52.687Z | Compiling backtrace v0.3.69 |
1309 | 2023-12-11T20:19:53.972Z | Compiling winnow v0.5.15 |
1310 | 2023-12-11T20:19:54.202Z | Compiling pin-utils v0.1.0 |
1311 | 2023-12-11T20:19:54.327Z | Compiling futures-io v0.3.29 |
1312 | 2023-12-11T20:19:54.627Z | Compiling unicode-normalization v0.1.22 |
1313 | 2023-12-11T20:19:54.787Z | Compiling spin v0.9.8 |
1314 | 2023-12-11T20:19:54.851Z | Compiling tracing-core v0.1.31 |
1315 | 2023-12-11T20:19:55.946Z | Compiling unicode-bidi v0.3.13 |
1316 | 2023-12-11T20:19:56.556Z | Compiling cpufeatures v0.2.9 |
1317 | 2023-12-11T20:19:57.330Z | Compiling regex-automata v0.4.3 |
1318 | 2023-12-11T20:19:58.955Z | Compiling anyhow v1.0.75 |
1319 | 2023-12-11T20:19:59.151Z | Compiling crc32fast v1.3.2 |
1320 | 2023-12-11T20:20:00.685Z | Compiling time-core v0.1.1 |
1321 | 2023-12-11T20:20:00.877Z | Compiling base64 v0.21.5 |
1322 | 2023-12-11T20:20:01.107Z | Compiling time-macros v0.2.13 |
1323 | 2023-12-11T20:20:01.948Z | Compiling serde_derive v1.0.192 |
1324 | 2023-12-11T20:20:01.975Z | Compiling zeroize_derive v1.4.2 |
1325 | 2023-12-11T20:20:02.250Z | Compiling thiserror-impl v1.0.49 |
1326 | 2023-12-11T20:20:02.362Z | Compiling tokio-macros v2.2.0 |
1327 | 2023-12-11T20:20:02.929Z | Compiling futures-macro v0.3.29 |
1328 | 2023-12-11T20:20:04.789Z | Compiling zeroize v1.7.0 |
1329 | 2023-12-11T20:20:05.392Z | Compiling tracing-attributes v0.1.26 |
1330 | 2023-12-11T20:20:06.528Z | Compiling schemars_derive v0.8.13 |
1331 | 2023-12-11T20:20:06.717Z | Compiling openssl-macros v0.1.1 |
1332 | 2023-12-11T20:20:07.747Z | Compiling crypto-common v0.1.6 |
1333 | 2023-12-11T20:20:08.019Z | Compiling block-buffer v0.10.4 |
1334 | 2023-12-11T20:20:08.251Z | Compiling pest v2.7.2 |
1335 | 2023-12-11T20:20:08.435Z | Compiling digest v0.10.7 |
1336 | 2023-12-11T20:20:09.795Z | Compiling regex v1.10.2 |
1337 | 2023-12-11T20:20:12.268Z | Compiling tracing v0.1.37 |
1338 | 2023-12-11T20:20:12.502Z | Compiling der_derive v0.7.2 |
1339 | 2023-12-11T20:20:13.865Z | Compiling num-integer v0.1.45 |
1340 | 2023-12-11T20:20:13.910Z | Compiling unicode-xid v0.2.4 |
1341 | 2023-12-11T20:20:14.171Z | Compiling untrusted v0.9.0 |
1342 | 2023-12-11T20:20:14.320Z | Compiling foreign-types-shared v0.1.1 |
1343 | 2023-12-11T20:20:14.386Z | Compiling openssl-probe v0.1.5 |
1344 | 2023-12-11T20:20:14.449Z | Compiling untrusted v0.7.1 |
1345 | 2023-12-11T20:20:14.488Z | Compiling slog v2.7.0 |
1346 | 2023-12-11T20:20:14.761Z | Compiling hashbrown v0.12.3 |
1347 | 2023-12-11T20:20:14.897Z | Compiling percent-encoding v2.3.1 |
1348 | 2023-12-11T20:20:15.290Z | Compiling unicode-width v0.1.11 |
1349 | 2023-12-11T20:20:15.496Z | Compiling foreign-types v0.3.2 |
1350 | 2023-12-11T20:20:15.637Z | Compiling synstructure v0.12.6 |
1351 | 2023-12-11T20:20:18.872Z | Compiling errno v0.3.2 |
1352 | 2023-12-11T20:20:19.219Z | Compiling ppv-lite86 v0.2.17 |
1353 | 2023-12-11T20:20:20.139Z | Compiling try-lock v0.2.4 |
1354 | 2023-12-11T20:20:20.350Z | Compiling want v0.3.1 |
1355 | 2023-12-11T20:20:20.543Z | Compiling sct v0.7.0 |
1356 | 2023-12-11T20:20:20.769Z | Compiling rustls-webpki v0.101.7 |
1357 | 2023-12-11T20:20:21.011Z | Compiling zerocopy-derive v0.2.0 |
1358 | 2023-12-11T20:20:22.013Z | Compiling form_urlencoded v1.2.1 |
1359 | 2023-12-11T20:20:22.369Z | Compiling pest_meta v2.7.2 |
1360 | 2023-12-11T20:20:23.302Z | Compiling socket2 v0.4.9 |
1361 | 2023-12-11T20:20:23.809Z | Compiling httpdate v1.0.3 |
1362 | 2023-12-11T20:20:24.529Z | Compiling io-lifetimes v1.0.11 |
1363 | 2023-12-11T20:20:24.759Z | Compiling tower-service v0.3.2 |
1364 | 2023-12-11T20:20:24.958Z | Compiling pest_generator v2.7.2 |
1365 | 2023-12-11T20:20:26.014Z | Compiling rustls-pemfile v1.0.3 |
1366 | 2023-12-11T20:20:26.631Z | Compiling idna v0.5.0 |
1367 | 2023-12-11T20:20:27.644Z | Compiling bytes v1.5.0 |
1368 | 2023-12-11T20:20:28.420Z | Compiling indexmap v2.1.0 |
1369 | 2023-12-11T20:20:29.476Z | Compiling uuid v1.6.1 |
1370 | 2023-12-11T20:20:29.554Z | Compiling chrono v0.4.31 |
1371 | 2023-12-11T20:20:29.820Z | Compiling tokio v1.35.0 |
1372 | 2023-12-11T20:20:30.220Z | Compiling http v0.2.11 |
1373 | 2023-12-11T20:20:30.613Z | Compiling rustc_version v0.4.0 |
1374 | 2023-12-11T20:20:31.912Z | Compiling toml_datetime v0.6.5 |
1375 | 2023-12-11T20:20:32.131Z | Compiling bitflags v2.4.0 |
1376 | 2023-12-11T20:20:32.685Z | Compiling serde_spanned v0.6.4 |
1377 | 2023-12-11T20:20:33.050Z | Compiling toml_edit v0.19.15 |
1378 | 2023-12-11T20:20:34.662Z | Compiling http-body v0.4.5 |
1379 | 2023-12-11T20:20:36.440Z | Compiling heapless v0.7.16 |
1380 | 2023-12-11T20:20:37.120Z | Compiling openapiv3 v2.0.0-rc.1 |
1381 | 2023-12-11T20:20:38.956Z | Compiling lazy_static v1.4.0 |
1382 | 2023-12-11T20:20:39.825Z | Compiling crossbeam-utils v0.8.16 |
1383 | 2023-12-11T20:20:40.475Z | Compiling adler v1.0.2 |
1384 | 2023-12-11T20:20:40.851Z | Compiling miniz_oxide v0.7.1 |
1385 | 2023-12-11T20:20:41.357Z | Compiling pest_derive v2.7.2 |
1386 | 2023-12-11T20:20:42.694Z | Compiling url v2.5.0 |
1387 | 2023-12-11T20:20:45.913Z | Compiling tokio-util v0.7.10 |
1388 | 2023-12-11T20:20:46.292Z | Compiling tokio-rustls v0.24.1 |
1389 | 2023-12-11T20:20:46.949Z | Compiling tokio-native-tls v0.3.1 |
1390 | 2023-12-11T20:20:47.288Z | Compiling rustls-native-certs v0.6.3 |
1391 | 2023-12-11T20:20:47.727Z | Compiling rand_chacha v0.3.1 |
1392 | 2023-12-11T20:20:47.752Z | Compiling usdt-impl v0.3.5 |
1393 | 2023-12-11T20:20:47.925Z | Compiling h2 v0.3.21 |
1394 | 2023-12-11T20:20:48.140Z | Compiling ipnet v2.8.0 |
1395 | 2023-12-11T20:20:49.036Z | Compiling rustix v0.37.23 |
1396 | 2023-12-11T20:20:50.319Z | Compiling rand v0.8.5 |
1397 | 2023-12-11T20:20:50.430Z | Compiling serde_urlencoded v0.7.1 |
1398 | 2023-12-11T20:20:51.271Z | Compiling encoding_rs v0.8.33 |
1399 | 2023-12-11T20:20:51.321Z | Compiling mime v0.3.17 |
1400 | 2023-12-11T20:20:51.345Z | Compiling gimli v0.28.0 |
1401 | 2023-12-11T20:20:52.310Z | Compiling webpki-roots v0.25.2 |
1402 | 2023-12-11T20:20:54.575Z | Compiling zerocopy v0.3.0 |
1403 | 2023-12-11T20:20:55.247Z | Compiling object v0.32.1 |
1404 | 2023-12-11T20:20:55.889Z | Compiling num-bigint v0.4.4 |
1405 | 2023-12-11T20:20:57.226Z | Compiling rustc-demangle v0.1.23 |
1406 | 2023-12-11T20:20:57.563Z | Compiling dof v0.1.5 |
1407 | 2023-12-11T20:20:57.986Z | Compiling flate2 v1.0.28 |
1408 | 2023-12-11T20:20:58.858Z | Compiling addr2line v0.21.0 |
1409 | 2023-12-11T20:20:58.959Z | Compiling dtrace-parser v0.1.14 |
1410 | 2023-12-11T20:20:59.353Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1411 | 2023-12-11T20:20:59.640Z | Compiling thread-id v4.2.0 |
1412 | 2023-12-11T20:20:59.802Z | Compiling hyper v0.14.27 |
1413 | 2023-12-11T20:20:59.806Z | Compiling signal-hook v0.3.17 |
1414 | 2023-12-11T20:21:00.040Z | Compiling rustversion v1.0.14 |
1415 | 2023-12-11T20:21:00.770Z | Compiling toml v0.7.8 |
1416 | 2023-12-11T20:21:01.240Z | Compiling toml_edit v0.21.0 |
1417 | 2023-12-11T20:21:02.467Z | Compiling serde_tokenstream v0.1.7 |
1418 | 2023-12-11T20:21:03.443Z | Compiling hex v0.4.3 |
1419 | 2023-12-11T20:21:03.462Z | Compiling serde_tokenstream v0.2.0 |
1420 | 2023-12-11T20:21:03.881Z | Compiling memoffset v0.9.0 |
1421 | 2023-12-11T20:21:04.346Z | Compiling base64ct v1.6.0 |
1422 | 2023-12-11T20:21:04.466Z | Compiling strsim v0.10.0 |
1423 | 2023-12-11T20:21:06.751Z | Compiling regress v0.7.1 |
1424 | 2023-12-11T20:21:09.146Z | Compiling bitflags v1.3.2 |
1425 | 2023-12-11T20:21:09.406Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1426 | 2023-12-11T20:21:09.469Z | Compiling smoltcp v0.9.1 |
1427 | 2023-12-11T20:21:09.715Z | Compiling doc-comment v0.3.3 |
1428 | 2023-12-11T20:21:10.629Z | Compiling pem-rfc7468 v0.7.0 |
1429 | 2023-12-11T20:21:11.137Z | Compiling strum_macros v0.25.2 |
1430 | 2023-12-11T20:21:11.903Z | Compiling hyper-rustls v0.24.2 |
1431 | 2023-12-11T20:21:11.949Z | Compiling hyper-tls v0.5.0 |
1432 | 2023-12-11T20:21:12.725Z | Compiling usdt-attr-macro v0.3.5 |
1433 | 2023-12-11T20:21:12.731Z | Compiling reqwest v0.11.22 |
1434 | 2023-12-11T20:21:12.876Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1435 | 2023-12-11T20:21:13.614Z | Compiling usdt-macro v0.3.5 |
1436 | 2023-12-11T20:21:15.264Z | Compiling hmac v0.12.1 |
1437 | 2023-12-11T20:21:16.225Z | Compiling enum-as-inner v0.5.1 |
1438 | 2023-12-11T20:21:17.405Z | Compiling crossbeam-epoch v0.9.15 |
1439 | 2023-12-11T20:21:18.026Z | Compiling num-iter v0.1.43 |
1440 | 2023-12-11T20:21:18.046Z | Compiling siphasher v0.3.11 |
1441 | 2023-12-11T20:21:18.100Z | Compiling flagset v0.4.3 |
1442 | 2023-12-11T20:21:18.154Z | Compiling unicode-segmentation v1.10.1 |
1443 | 2023-12-11T20:21:18.414Z | Compiling der v0.7.8 |
1444 | 2023-12-11T20:21:19.460Z | Compiling hubpack_derive v0.1.1 |
1445 | 2023-12-11T20:21:19.663Z | Compiling pin-project-internal v1.1.3 |
1446 | 2023-12-11T20:21:19.932Z | Compiling zerocopy-derive v0.6.4 |
1447 | 2023-12-11T20:21:22.165Z | Compiling utf8parse v0.2.1 |
1448 | 2023-12-11T20:21:22.737Z | Compiling deranged v0.3.8 |
1449 | 2023-12-11T20:21:23.887Z | Compiling anstyle v1.0.2 |
1450 | 2023-12-11T20:21:24.231Z | Compiling num_threads v0.1.6 |
1451 | 2023-12-11T20:21:24.637Z | Compiling sha2 v0.10.8 |
1452 | 2023-12-11T20:21:25.217Z | Compiling anstyle-parse v0.2.1 |
1453 | 2023-12-11T20:21:25.783Z | Compiling time v0.3.27 |
1454 | 2023-12-11T20:21:25.829Z | Compiling spki v0.7.2 |
1455 | 2023-12-11T20:21:28.598Z | Compiling md-5 v0.10.5 |
1456 | 2023-12-11T20:21:29.016Z | Compiling block-padding v0.3.3 |
1457 | 2023-12-11T20:21:29.039Z | Compiling clap_derive v4.4.2 |
1458 | 2023-12-11T20:21:29.088Z | Compiling stringprep v0.1.3 |
1459 | 2023-12-11T20:21:29.415Z | Compiling hash32 v0.2.1 |
1460 | 2023-12-11T20:21:30.006Z | Compiling diesel_table_macro_syntax v0.1.0 |
1461 | 2023-12-11T20:21:30.661Z | Compiling anstyle-query v1.0.0 |
1462 | 2023-12-11T20:21:30.738Z | Compiling stable_deref_trait v1.2.0 |
1463 | 2023-12-11T20:21:30.892Z | Compiling colorchoice v1.0.0 |
1464 | 2023-12-11T20:21:31.563Z | Compiling fallible-iterator v0.2.0 |
1465 | 2023-12-11T20:21:31.570Z | Compiling either v1.9.0 |
1466 | 2023-12-11T20:21:32.352Z | Compiling postgres-protocol v0.6.6 |
1467 | 2023-12-11T20:21:32.383Z | Compiling anstream v0.5.0 |
1468 | 2023-12-11T20:21:34.712Z | Compiling diesel_derives v2.1.2 |
1469 | 2023-12-11T20:21:34.715Z | Compiling inout v0.1.3 |
1470 | 2023-12-11T20:21:35.480Z | Compiling terminal_size v0.2.6 |
1471 | 2023-12-11T20:21:35.754Z | Compiling pkcs8 v0.10.2 |
1472 | 2023-12-11T20:21:36.720Z | Compiling phf_shared v0.11.2 |
1473 | 2023-12-11T20:21:38.066Z | Compiling ff v0.13.0 |
1474 | 2023-12-11T20:21:38.413Z | Compiling snafu-derive v0.7.5 |
1475 | 2023-12-11T20:21:38.472Z | Compiling serde_repr v0.1.16 |
1476 | 2023-12-11T20:21:38.650Z | Compiling scheduled-thread-pool v0.2.7 |
1477 | 2023-12-11T20:21:39.691Z | Compiling managed v0.8.0 |
1478 | 2023-12-11T20:21:40.258Z | Compiling bit-vec v0.6.3 |
1479 | 2023-12-11T20:21:40.505Z | Compiling matches v0.1.10 |
1480 | 2023-12-11T20:21:40.640Z | Compiling clap_lex v0.5.1 |
1481 | 2023-12-11T20:21:40.958Z | Compiling base16ct v0.2.0 |
1482 | 2023-12-11T20:21:41.128Z | Compiling regex-automata v0.1.10 |
1483 | 2023-12-11T20:21:41.740Z | Compiling sec1 v0.7.3 |
1484 | 2023-12-11T20:21:41.807Z | Compiling bstr v0.2.17 |
1485 | 2023-12-11T20:21:42.712Z | Compiling clap_builder v4.4.2 |
1486 | 2023-12-11T20:21:44.408Z | Compiling idna v0.2.3 |
1487 | 2023-12-11T20:21:45.442Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1488 | 2023-12-11T20:21:47.922Z | Compiling r2d2 v0.8.10 |
1489 | 2023-12-11T20:21:51.041Z | Compiling group v0.13.0 |
1490 | 2023-12-11T20:21:52.372Z | Compiling phf v0.11.2 |
1491 | 2023-12-11T20:21:52.859Z | Compiling signal-hook-mio v0.2.3 |
1492 | 2023-12-11T20:21:53.100Z | Compiling bzip2 v0.4.4 |
1493 | 2023-12-11T20:21:53.713Z | Compiling cipher v0.4.4 |
1494 | 2023-12-11T20:21:54.420Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1495 | 2023-12-11T20:21:54.571Z | Compiling postgres-types v0.2.6 |
1496 | 2023-12-11T20:21:54.625Z | Compiling itertools v0.11.0 |
1497 | 2023-12-11T20:21:55.631Z | Compiling pin-project v1.1.3 |
1498 | 2023-12-11T20:21:55.813Z | Compiling zerocopy v0.6.4 |
1499 | 2023-12-11T20:21:57.209Z | Compiling hubpack v0.1.2 |
1500 | 2023-12-11T20:21:57.250Z | Compiling phf_shared v0.10.0 |
1501 | 2023-12-11T20:21:58.091Z | Compiling hkdf v0.12.3 |
1502 | 2023-12-11T20:21:58.250Z | Compiling ipnetwork v0.20.0 |
1503 | 2023-12-11T20:21:58.488Z | Compiling crypto-bigint v0.5.2 |
1504 | 2023-12-11T20:21:59.277Z | Compiling futures-executor v0.3.29 |
1505 | 2023-12-11T20:21:59.689Z | Compiling getopts v0.2.21 |
1506 | 2023-12-11T20:21:59.806Z | Compiling float-cmp v0.9.0 |
1507 | 2023-12-11T20:22:00.158Z | Compiling data-encoding v2.4.0 |
1508 | 2023-12-11T20:22:00.228Z | Compiling unsafe-libyaml v0.2.9 |
1509 | 2023-12-11T20:22:01.459Z | Compiling normalize-line-endings v0.3.0 |
1510 | 2023-12-11T20:22:01.633Z | Compiling whoami v1.4.1 |
1511 | 2023-12-11T20:22:02.689Z | Compiling predicates-core v1.0.6 |
1512 | 2023-12-11T20:22:02.726Z | Compiling new_debug_unreachable v1.0.4 |
1513 | 2023-12-11T20:22:02.853Z | Compiling precomputed-hash v0.1.1 |
1514 | 2023-12-11T20:22:03.271Z | Compiling difflib v0.4.0 |
1515 | 2023-12-11T20:22:03.595Z | Compiling static_assertions v1.1.0 |
1516 | 2023-12-11T20:22:04.498Z | Compiling regex-automata v0.3.8 |
1517 | 2023-12-11T20:22:06.052Z | Compiling fixedbitset v0.4.2 |
1518 | 2023-12-11T20:22:06.353Z | Compiling predicates v3.0.4 |
1519 | 2023-12-11T20:22:06.409Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1520 | 2023-12-11T20:22:06.813Z | Compiling petgraph v0.6.4 |
1521 | 2023-12-11T20:22:07.695Z | Compiling bstr v1.6.0 |
1522 | 2023-12-11T20:22:07.948Z | Compiling string_cache v0.8.7 |
1523 | 2023-12-11T20:22:08.060Z | Compiling diesel v2.1.4 |
1524 | 2023-12-11T20:22:08.688Z | Compiling serde_yaml v0.9.25 |
1525 | 2023-12-11T20:22:08.770Z | Compiling tokio-postgres v0.7.10 |
1526 | 2023-12-11T20:22:10.402Z | Compiling elliptic-curve v0.13.8 |
1527 | 2023-12-11T20:22:11.722Z | Compiling trust-dns-proto v0.22.0 |
1528 | 2023-12-11T20:22:13.976Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1529 | 2023-12-11T20:22:16.160Z | Compiling futures v0.3.29 |
1530 | 2023-12-11T20:22:17.594Z | Compiling snafu v0.7.5 |
1531 | 2023-12-11T20:22:31.183Z | Compiling yasna v0.5.2 |
1532 | 2023-12-11T20:22:31.685Z | Compiling zip v0.6.6 |
1533 | 2023-12-11T20:22:31.686Z | Compiling crossterm v0.27.0 |
1534 | 2023-12-11T20:22:31.686Z | Compiling clap v4.4.3 |
1535 | 2023-12-11T20:22:31.994Z | Compiling similar v2.2.1 |
1536 | 2023-12-11T20:22:31.995Z | Compiling bit-set v0.5.3 |
1537 | 2023-12-11T20:22:31.995Z | Compiling itertools v0.10.5 |
1538 | 2023-12-11T20:22:31.995Z | Compiling usdt v0.3.5 |
1539 | 2023-12-11T20:22:31.995Z | Compiling tokio-stream v0.1.14 |
1540 | 2023-12-11T20:22:31.995Z | Compiling console v0.15.7 |
1541 | 2023-12-11T20:22:31.995Z | Compiling lalrpop-util v0.19.12 |
1542 | 2023-12-11T20:22:31.995Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1543 | 2023-12-11T20:23:20.233Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1544 | 2023-12-11T20:23:20.661Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1545 | 2023-12-11T20:23:22.148Z | Compiling sha1 v0.10.6 |
1546 | 2023-12-11T20:23:34.935Z | Compiling atty v0.2.14 |
1547 | 2023-12-11T20:23:35.134Z | Compiling match_cfg v0.1.0 |
1548 | 2023-12-11T20:23:35.820Z | Compiling hostname v0.3.1 |
1549 | 2023-12-11T20:23:36.180Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1550 | 2023-12-11T20:23:36.516Z | Compiling dirs-sys-next v0.1.2 |
1551 | 2023-12-11T20:23:37.849Z | Compiling ident_case v1.0.1 |
1552 | 2023-12-11T20:23:37.853Z | Compiling dirs-next v2.0.0 |
1553 | 2023-12-11T20:23:37.853Z | Compiling darling_core v0.20.3 |
1554 | 2023-12-11T20:23:37.909Z | Compiling thread_local v1.1.7 |
1555 | 2023-12-11T20:23:38.341Z | Compiling slog-async v2.8.0 |
1556 | 2023-12-11T20:23:38.510Z | Compiling camino v1.1.6 |
1557 | 2023-12-11T20:23:39.003Z | Compiling term v0.7.0 |
1558 | 2023-12-11T20:23:39.128Z | Compiling crossbeam-channel v0.5.8 |
1559 | 2023-12-11T20:23:39.301Z | Compiling multer v2.1.0 |
1560 | 2023-12-11T20:23:39.608Z | Compiling instant v0.1.12 |
1561 | 2023-12-11T20:23:39.695Z | Compiling paste v1.0.14 |
1562 | 2023-12-11T20:23:39.811Z | Compiling take_mut v0.2.2 |
1563 | 2023-12-11T20:23:40.050Z | Compiling slog-term v2.9.0 |
1564 | 2023-12-11T20:23:41.620Z | Compiling slog-json v2.6.1 |
1565 | 2023-12-11T20:23:42.186Z | Compiling async-stream-impl v0.3.5 |
1566 | 2023-12-11T20:23:42.245Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1567 | 2023-12-11T20:23:42.765Z | Compiling debug-ignore v1.0.5 |
1568 | 2023-12-11T20:23:42.790Z | Compiling atomic-waker v1.1.1 |
1569 | 2023-12-11T20:23:42.987Z | Compiling waitgroup v0.1.2 |
1570 | 2023-12-11T20:23:43.068Z | Compiling slog-bunyan v2.4.0 |
1571 | 2023-12-11T20:23:43.372Z | Compiling toml v0.8.8 |
1572 | 2023-12-11T20:23:43.391Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1573 | 2023-12-11T20:23:43.626Z | Compiling serde_path_to_error v0.1.14 |
1574 | 2023-12-11T20:23:44.607Z | Compiling async-stream v0.3.5 |
1575 | 2023-12-11T20:23:44.946Z | Compiling structmeta-derive v0.2.0 |
1576 | 2023-12-11T20:23:45.077Z | Compiling strum v0.25.0 |
1577 | 2023-12-11T20:23:45.123Z | Compiling regex-syntax v0.7.5 |
1578 | 2023-12-11T20:23:45.339Z | Compiling backoff v0.4.0 |
1579 | 2023-12-11T20:23:45.366Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1580 | 2023-12-11T20:23:45.865Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1581 | 2023-12-11T20:23:46.107Z | Compiling macaddr v1.0.1 |
1582 | 2023-12-11T20:23:46.929Z | Compiling proc-macro-error-attr v1.0.4 |
1583 | 2023-12-11T20:23:46.934Z | Compiling proc-macro-crate v1.3.1 |
1584 | 2023-12-11T20:23:46.934Z | Compiling proc-macro-error v1.0.4 |
1585 | 2023-12-11T20:23:47.504Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1586 | 2023-12-11T20:23:48.062Z | Compiling smoltcp v0.10.0 |
1587 | 2023-12-11T20:23:48.403Z | Compiling darling_macro v0.20.3 |
1588 | 2023-12-11T20:23:48.482Z | Compiling num_enum_derive v0.5.11 |
1589 | 2023-12-11T20:23:49.302Z | Compiling cobs v0.2.3 |
1590 | 2023-12-11T20:23:49.647Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1591 | 2023-12-11T20:23:49.804Z | Compiling embedded-io v0.4.0 |
1592 | 2023-12-11T20:23:50.100Z | Compiling fastrand v2.0.0 |
1593 | 2023-12-11T20:23:50.124Z | Compiling darling v0.20.3 |
1594 | 2023-12-11T20:23:50.167Z | Compiling postcard v1.0.8 |
1595 | 2023-12-11T20:23:50.256Z | Compiling structmeta v0.2.0 |
1596 | 2023-12-11T20:23:50.296Z | Compiling serde_with_macros v3.4.0 |
1597 | 2023-12-11T20:23:51.019Z | Compiling tempfile v3.8.1 |
1598 | 2023-12-11T20:23:51.595Z | Compiling foreign-types-macros v0.2.3 |
1599 | 2023-12-11T20:23:52.404Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1600 | 2023-12-11T20:23:52.940Z | Compiling crucible-workspace-hack v0.1.0 |
1601 | 2023-12-11T20:23:53.271Z | Compiling num_enum v0.5.11 |
1602 | 2023-12-11T20:23:53.384Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1603 | 2023-12-11T20:23:53.500Z | Compiling same-file v1.0.6 |
1604 | 2023-12-11T20:23:53.814Z | Compiling foreign-types-shared v0.3.1 |
1605 | 2023-12-11T20:23:53.861Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1606 | 2023-12-11T20:23:53.932Z | Compiling walkdir v2.4.0 |
1607 | 2023-12-11T20:23:53.987Z | Compiling foreign-types v0.5.0 |
1608 | 2023-12-11T20:23:54.450Z | Compiling is-terminal v0.4.9 |
1609 | 2023-12-11T20:23:54.557Z | Compiling semver-parser v0.10.2 |
1610 | 2023-12-11T20:23:54.639Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1611 | 2023-12-11T20:23:54.970Z | Compiling serde_with v3.4.0 |
1612 | 2023-12-11T20:23:55.316Z | Compiling zerocopy-derive v0.7.26 |
1613 | 2023-12-11T20:23:56.032Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1614 | 2023-12-11T20:23:57.280Z | Compiling parse-display-derive v0.8.2 |
1615 | 2023-12-11T20:23:57.586Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1616 | 2023-12-11T20:23:58.479Z | Compiling cstr-argument v0.1.2 |
1617 | 2023-12-11T20:23:58.864Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1618 | 2023-12-11T20:23:59.263Z | Compiling pretty-hex v0.2.1 |
1619 | 2023-12-11T20:23:59.552Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1620 | 2023-12-11T20:24:00.202Z | Compiling zerocopy v0.7.26 |
1621 | 2023-12-11T20:24:00.260Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1622 | 2023-12-11T20:24:01.266Z | Compiling semver v0.11.0 |
1623 | 2023-12-11T20:24:01.480Z | Compiling colored v2.0.4 |
1624 | 2023-12-11T20:24:01.715Z | Compiling xattr v1.0.1 |
1625 | 2023-12-11T20:24:01.863Z | Compiling filetime v0.2.23 |
1626 | 2023-12-11T20:24:02.132Z | Compiling home v0.5.5 |
1627 | 2023-12-11T20:24:02.380Z | Compiling toolchain_find v0.2.0 |
1628 | 2023-12-11T20:24:02.385Z | Compiling tar v0.4.40 |
1629 | 2023-12-11T20:24:02.618Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1630 | 2023-12-11T20:24:02.672Z | Compiling camino-tempfile v1.1.1 |
1631 | 2023-12-11T20:24:02.699Z | Compiling zone_cfg_derive v0.3.0 |
1632 | 2023-12-11T20:24:03.392Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1633 | 2023-12-11T20:24:03.442Z | Compiling textwrap v0.11.0 |
1634 | 2023-12-11T20:24:04.118Z | Compiling heck v0.3.3 |
1635 | 2023-12-11T20:24:04.791Z | Compiling toml v0.5.11 |
1636 | 2023-12-11T20:24:04.923Z | Compiling num-derive v0.4.0 |
1637 | 2023-12-11T20:24:05.220Z | Compiling parse-display v0.8.2 |
1638 | 2023-12-11T20:24:05.275Z | Compiling ansi_term v0.12.1 |
1639 | 2023-12-11T20:24:05.501Z | Compiling vec_map v0.8.2 |
1640 | 2023-12-11T20:24:05.747Z | Compiling strsim v0.8.0 |
1641 | 2023-12-11T20:24:05.979Z | Compiling platforms v3.0.2 |
1642 | 2023-12-11T20:24:06.140Z | Compiling libefi-sys v0.1.0 |
1643 | 2023-12-11T20:24:06.166Z | Compiling clap v2.34.0 |
1644 | 2023-12-11T20:24:06.533Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1645 | 2023-12-11T20:24:06.627Z | Compiling zone v0.3.0 |
1646 | 2023-12-11T20:24:06.799Z | Compiling structopt-derive v0.4.18 |
1647 | 2023-12-11T20:24:08.306Z | Compiling rustfmt-wrapper v0.2.0 |
1648 | 2023-12-11T20:24:09.002Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1649 | 2023-12-11T20:24:09.368Z | Compiling omicron-zone-package v0.9.1 |
1650 | 2023-12-11T20:24:09.486Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1651 | 2023-12-11T20:24:10.145Z | Compiling smf v0.2.2 |
1652 | 2023-12-11T20:24:10.677Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1653 | 2023-12-11T20:24:12.049Z | Compiling structopt v0.3.26 |
1654 | 2023-12-11T20:24:12.295Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1655 | 2023-12-11T20:24:12.321Z | Compiling unicase v2.7.0 |
1656 | 2023-12-11T20:24:12.441Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1657 | 2023-12-11T20:24:12.487Z | Compiling curve25519-dalek v4.1.0 |
1658 | 2023-12-11T20:24:12.646Z | Compiling universal-hash v0.5.1 |
1659 | 2023-12-11T20:24:12.850Z | Compiling opaque-debug v0.3.0 |
1660 | 2023-12-11T20:24:12.986Z | Compiling curve25519-dalek-derive v0.1.0 |
1661 | 2023-12-11T20:24:13.012Z | Compiling num-rational v0.4.1 |
1662 | 2023-12-11T20:24:13.480Z | Compiling getrandom v0.1.16 |
1663 | 2023-12-11T20:24:13.764Z | Compiling signature v2.1.0 |
1664 | 2023-12-11T20:24:13.820Z | Compiling parking_lot_core v0.8.6 |
1665 | 2023-12-11T20:24:13.872Z | Compiling keccak v0.1.4 |
1666 | 2023-12-11T20:24:14.146Z | Compiling linked-hash-map v0.5.6 |
1667 | 2023-12-11T20:24:14.509Z | Compiling quick-error v1.2.3 |
1668 | 2023-12-11T20:24:14.719Z | Compiling resolv-conf v0.7.0 |
1669 | 2023-12-11T20:24:14.743Z | Compiling lru-cache v0.1.2 |
1670 | 2023-12-11T20:24:15.080Z | Compiling sha3 v0.10.8 |
1671 | 2023-12-11T20:24:16.124Z | Compiling password-hash v0.5.0 |
1672 | 2023-12-11T20:24:16.220Z | Compiling blake2 v0.10.6 |
1673 | 2023-12-11T20:24:16.577Z | Compiling aead v0.5.2 |
1674 | 2023-12-11T20:24:16.688Z | Compiling secrecy v0.8.0 |
1675 | 2023-12-11T20:24:17.113Z | Compiling num-complex v0.4.4 |
1676 | 2023-12-11T20:24:17.116Z | Compiling nibble_vec v0.1.0 |
1677 | 2023-12-11T20:24:17.458Z | Compiling slog-dtrace v0.2.3 |
1678 | 2023-12-11T20:24:17.930Z | Compiling utf-8 v0.7.6 |
1679 | 2023-12-11T20:24:17.988Z | Compiling arc-swap v1.6.0 |
1680 | 2023-12-11T20:24:18.457Z | Compiling cancel-safe-futures v0.1.5 |
1681 | 2023-12-11T20:24:18.647Z | Compiling endian-type v0.1.2 |
1682 | 2023-12-11T20:24:18.766Z | Compiling winapi v0.3.9 |
1683 | 2023-12-11T20:24:18.963Z | Compiling convert_case v0.4.0 |
1684 | 2023-12-11T20:24:19.015Z | Compiling radix_trie v0.2.1 |
1685 | 2023-12-11T20:24:19.048Z | Compiling num v0.4.1 |
1686 | 2023-12-11T20:24:19.078Z | Compiling slog-scope v4.4.0 |
1687 | 2023-12-11T20:24:19.204Z | Compiling tungstenite v0.20.1 |
1688 | 2023-12-11T20:24:20.048Z | Compiling argon2 v0.5.2 |
1689 | 2023-12-11T20:24:20.141Z | Compiling mime_guess v2.0.4 |
1690 | 2023-12-11T20:24:20.460Z | Compiling trust-dns-resolver v0.22.0 |
1691 | 2023-12-11T20:24:20.540Z | Compiling derive_more v0.99.17 |
1692 | 2023-12-11T20:24:22.429Z | Compiling rand_core v0.5.1 |
1693 | 2023-12-11T20:24:23.060Z | Compiling poly1305 v0.8.0 |
1694 | 2023-12-11T20:24:23.296Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1695 | 2023-12-11T20:24:23.548Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1696 | 2023-12-11T20:24:24.037Z | Compiling chacha20 v0.9.1 |
1697 | 2023-12-11T20:24:24.798Z | Compiling rfc6979 v0.4.0 |
1698 | 2023-12-11T20:24:25.110Z | Compiling thiserror-impl-no-std v2.0.2 |
1699 | 2023-12-11T20:24:25.194Z | Compiling option-ext v0.2.0 |
1700 | 2023-12-11T20:24:25.376Z | Compiling half v1.8.2 |
1701 | 2023-12-11T20:24:25.398Z | Compiling ciborium-io v0.2.1 |
1702 | 2023-12-11T20:24:25.588Z | Compiling dirs-sys v0.4.1 |
1703 | 2023-12-11T20:24:26.024Z | Compiling ecdsa v0.16.9 |
1704 | 2023-12-11T20:24:26.432Z | Compiling ciborium-ll v0.2.1 |
1705 | 2023-12-11T20:24:26.660Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1706 | 2023-12-11T20:24:27.152Z | Compiling rand_chacha v0.2.2 |
1707 | 2023-12-11T20:24:27.481Z | Compiling parking_lot v0.11.2 |
1708 | 2023-12-11T20:24:27.873Z | Compiling tokio-tungstenite v0.20.1 |
1709 | 2023-12-11T20:24:29.166Z | Compiling trust-dns-client v0.22.0 |
1710 | 2023-12-11T20:24:29.615Z | Compiling slog-stdlog v4.1.1 |
1711 | 2023-12-11T20:24:30.193Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1712 | 2023-12-11T20:24:30.624Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1713 | 2023-12-11T20:24:30.747Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1714 | 2023-12-11T20:24:30.773Z | Compiling thiserror-no-std v2.0.2 |
1715 | 2023-12-11T20:24:30.950Z | Compiling ed25519 v2.2.2 |
1716 | 2023-12-11T20:24:31.628Z | Compiling polyval v0.6.1 |
1717 | 2023-12-11T20:24:31.700Z | Compiling primeorder v0.13.6 |
1718 | 2023-12-11T20:24:32.361Z | Compiling blowfish v0.9.1 |
1719 | 2023-12-11T20:24:32.544Z | Compiling aes v0.8.3 |
1720 | 2023-12-11T20:24:33.132Z | Compiling ctr v0.9.2 |
1721 | 2023-12-11T20:24:33.690Z | Compiling password-hash v0.4.2 |
1722 | 2023-12-11T20:24:34.448Z | Compiling libsw v3.3.0 |
1723 | 2023-12-11T20:24:35.360Z | Compiling pbkdf2 v0.12.2 |
1724 | 2023-12-11T20:24:35.633Z | Compiling derive-where v1.2.6 |
1725 | 2023-12-11T20:24:35.829Z | Compiling fxhash v0.2.1 |
1726 | 2023-12-11T20:24:37.089Z | Compiling swrite v0.1.0 |
1727 | 2023-12-11T20:24:37.270Z | Compiling owo-colors v3.5.0 |
1728 | 2023-12-11T20:24:37.547Z | Compiling linear-map v1.2.0 |
1729 | 2023-12-11T20:24:38.162Z | Compiling glob v0.3.1 |
1730 | 2023-12-11T20:24:39.903Z | Compiling trust-dns-server v0.22.1 |
1731 | 2023-12-11T20:24:41.785Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1732 | 2023-12-11T20:24:41.978Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1733 | 2023-12-11T20:24:42.666Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1734 | 2023-12-11T20:24:44.319Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1735 | 2023-12-11T20:24:45.083Z | Compiling sled v0.34.7 |
1736 | 2023-12-11T20:24:45.414Z | Compiling bcrypt-pbkdf v0.10.0 |
1737 | 2023-12-11T20:24:46.392Z | Compiling pbkdf2 v0.11.0 |
1738 | 2023-12-11T20:24:46.990Z | Compiling p256 v0.13.2 |
1739 | 2023-12-11T20:24:48.444Z | Compiling ghash v0.5.0 |
1740 | 2023-12-11T20:24:48.728Z | Compiling ed25519-dalek v2.0.0 |
1741 | 2023-12-11T20:24:50.489Z | Compiling vsss-rs v3.3.1 |
1742 | 2023-12-11T20:24:52.088Z | Compiling slog-envlogger v2.2.0 |
1743 | 2023-12-11T20:24:52.508Z | Compiling russh-cryptovec v0.7.0 |
1744 | 2023-12-11T20:24:53.374Z | Compiling rand v0.7.3 |
1745 | 2023-12-11T20:24:54.826Z | Compiling ciborium v0.2.1 |
1746 | 2023-12-11T20:24:57.367Z | Compiling dirs v5.0.1 |
1747 | 2023-12-11T20:24:57.729Z | Compiling chacha20poly1305 v0.10.1 |
1748 | 2023-12-11T20:24:57.740Z | Compiling cbc v0.1.2 |
1749 | 2023-12-11T20:24:57.864Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1750 | 2023-12-11T20:24:58.202Z | Compiling pem v3.0.2 |
1751 | 2023-12-11T20:24:58.207Z | Compiling headers-core v0.2.0 |
1752 | 2023-12-11T20:24:58.443Z | Compiling kstat-rs v0.2.3 |
1753 | 2023-12-11T20:24:58.469Z | Compiling md5 v0.7.0 |
1754 | 2023-12-11T20:24:58.497Z | Compiling pretty-hex v0.4.0 |
1755 | 2023-12-11T20:24:58.730Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1756 | 2023-12-11T20:24:58.755Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1757 | 2023-12-11T20:24:58.835Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1758 | 2023-12-11T20:24:59.282Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1759 | 2023-12-11T20:24:59.523Z | Compiling http-range v0.1.5 |
1760 | 2023-12-11T20:24:59.624Z | Compiling russh-keys v0.40.0 |
1761 | 2023-12-11T20:25:00.052Z | Compiling hyper-staticfile v0.9.5 |
1762 | 2023-12-11T20:25:00.101Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1763 | 2023-12-11T20:25:05.491Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1764 | 2023-12-11T20:25:06.237Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1765 | 2023-12-11T20:25:07.127Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1766 | 2023-12-11T20:25:10.948Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1767 | 2023-12-11T20:25:11.389Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1768 | 2023-12-11T20:25:15.056Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1769 | 2023-12-11T20:25:15.513Z | Compiling rcgen v0.11.3 |
1770 | 2023-12-11T20:25:15.860Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1771 | 2023-12-11T20:25:16.132Z | Compiling headers v0.3.9 |
1772 | 2023-12-11T20:25:18.740Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1773 | 2023-12-11T20:25:19.703Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1774 | 2023-12-11T20:25:20.006Z | Compiling aes-gcm v0.10.3 |
1775 | 2023-12-11T20:25:20.479Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1776 | 2023-12-11T20:25:21.616Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1777 | 2023-12-11T20:25:30.974Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1778 | 2023-12-11T20:25:31.387Z | Compiling atomicwrites v0.4.2 |
1779 | 2023-12-11T20:25:31.933Z | Compiling itertools v0.12.0 |
1780 | 2023-12-11T20:25:33.640Z | Compiling subprocess v0.2.9 |
1781 | 2023-12-11T20:25:33.998Z | Compiling display-error-chain v0.2.0 |
1782 | 2023-12-11T20:25:34.262Z | Compiling hex-literal v0.4.1 |
1783 | 2023-12-11T20:25:34.545Z | Compiling russh v0.40.0 |
1784 | 2023-12-11T20:25:37.047Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1785 | 2023-12-11T20:25:37.259Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1786 | 2023-12-11T20:25:37.325Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1787 | 2023-12-11T20:26:08.887Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1788 | 2023-12-11T20:27:32.933Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 28s |
1789 | 2023-12-11T20:27:33.293Z | |
1790 | 2023-12-11T20:27:33.297Z | real 8:28.837660311 |
1791 | 2023-12-11T20:27:33.297Z | user 46:35.063781750 |
1792 | 2023-12-11T20:27:33.297Z | sys 7:09.443409976 |
1793 | 2023-12-11T20:27:33.297Z | trap 1.813415926 |
1794 | 2023-12-11T20:27:33.297Z | tflt 6.793842441 |
1795 | 2023-12-11T20:27:33.297Z | dflt 9.281562932 |
1796 | 2023-12-11T20:27:33.297Z | kflt 0.033601365 |
1797 | 2023-12-11T20:27:33.297Z | lock 1:28:58.209227388 |
1798 | 2023-12-11T20:27:33.297Z | slp 2:13:41.438407083 |
1799 | 2023-12-11T20:27:33.297Z | lat 2:02.498029482 |
1800 | 2023-12-11T20:27:33.297Z | stop 4:48.530080419 |
1801 | 2023-12-11T20:27:33.297Z | + mkdir -p /work/end-to-end-tests |
1802 | 2023-12-11T20:27:33.300Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1803 | 2023-12-11T20:27:34.200Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1804 | 2023-12-11T20:27:34.200Z | + ptime -m gzip |
1805 | 2023-12-11T20:27:34.203Z | ++ basename target/debug/bootstrap |
1806 | 2023-12-11T20:27:51.028Z | |
1807 | 2023-12-11T20:27:51.032Z | real 16.821548444 |
1808 | 2023-12-11T20:27:51.034Z | user 16.639281380 |
1809 | 2023-12-11T20:27:51.034Z | sys 0.171548283 |
1810 | 2023-12-11T20:27:51.035Z | trap 0.004390365 |
1811 | 2023-12-11T20:27:51.035Z | tflt 0.000000000 |
1812 | 2023-12-11T20:27:51.035Z | dflt 0.000000000 |
1813 | 2023-12-11T20:27:51.035Z | kflt 0.000000000 |
1814 | 2023-12-11T20:27:51.035Z | lock 0.000000000 |
1815 | 2023-12-11T20:27:51.035Z | slp 0.000053915 |
1816 | 2023-12-11T20:27:51.035Z | lat 0.005900938 |
1817 | 2023-12-11T20:27:51.035Z | stop 0.000245337 |
1818 | 2023-12-11T20:27:51.035Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1819 | 2023-12-11T20:27:51.036Z | + ptime -m gzip |
1820 | 2023-12-11T20:27:51.036Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6bafd3fa6eef4151 |
1821 | 2023-12-11T20:27:52.131Z | |
1822 | 2023-12-11T20:27:52.539Z | real 1.090248116 |
1823 | 2023-12-11T20:27:52.539Z | user 1.076258900 |
1824 | 2023-12-11T20:27:52.540Z | sys 0.011971327 |
1825 | 2023-12-11T20:27:52.540Z | trap 0.000705280 |
1826 | 2023-12-11T20:27:52.540Z | tflt 0.000000000 |
1827 | 2023-12-11T20:27:52.540Z | dflt 0.000000000 |
1828 | 2023-12-11T20:27:52.540Z | kflt 0.000000000 |
1829 | 2023-12-11T20:27:52.540Z | lock 0.000000000 |
1830 | 2023-12-11T20:27:52.541Z | slp 0.000000000 |
1831 | 2023-12-11T20:27:52.541Z | lat 0.000944144 |
1832 | 2023-12-11T20:27:52.541Z | stop 0.000242846 |
1833 | 2023-12-11T20:27:52.541Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1834 | 2023-12-11T20:27:52.541Z | + ptime -m gzip |
1835 | 2023-12-11T20:27:52.541Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d68396a0af635b1c |
1836 | 2023-12-11T20:28:09.541Z | |
1837 | 2023-12-11T20:28:09.542Z | real 17.406271863 |
1838 | 2023-12-11T20:28:09.542Z | user 17.229000569 |
1839 | 2023-12-11T20:28:09.542Z | sys 0.171964389 |
1840 | 2023-12-11T20:28:09.542Z | trap 0.002874904 |
1841 | 2023-12-11T20:28:09.542Z | tflt 0.000000000 |
1842 | 2023-12-11T20:28:09.542Z | dflt 0.000000000 |
1843 | 2023-12-11T20:28:09.545Z | kflt 0.000000000 |
1844 | 2023-12-11T20:28:09.545Z | lock 0.000000000 |
1845 | 2023-12-11T20:28:09.545Z | slp 0.000000000 |
1846 | 2023-12-11T20:28:09.545Z | lat 0.002061732 |
1847 | 2023-12-11T20:28:09.545Z | stop 0.000245774 |
1848 | 2023-12-11T20:28:09.545Z | + banner caboose-util |
1849 | 2023-12-11T20:28:09.545Z | |
1850 | 2023-12-11T20:28:09.546Z | #### ## ##### #### #### #### ###### # # ##### |
1851 | 2023-12-11T20:28:09.546Z | # # # # # # # # # # # # # # # |
1852 | 2023-12-11T20:28:09.546Z | # # # ##### # # # # #### ##### ##### # # # |
1853 | 2023-12-11T20:28:09.546Z | # ###### # # # # # # # # # # # |
1854 | 2023-12-11T20:28:09.546Z | # # # # # # # # # # # # # # # # |
1855 | 2023-12-11T20:28:09.546Z | #### # # ##### #### #### #### ###### #### # |
1856 | 2023-12-11T20:28:09.546Z | |
1857 | 2023-12-11T20:28:09.546Z | + ptime -m cargo build --locked -p caboose-util --release |
1858 | 2023-12-11T20:28:10.207Z | Downloading crates ... |
1859 | 2023-12-11T20:28:10.520Z | Downloaded bitfield v0.14.0 |
1860 | 2023-12-11T20:28:10.546Z | Downloaded path-slash v0.1.5 |
1861 | 2023-12-11T20:28:10.549Z | Downloaded maybe-uninit v2.0.0 |
1862 | 2023-12-11T20:28:10.551Z | Downloaded crc-catalog v2.2.0 |
1863 | 2023-12-11T20:28:10.552Z | Downloaded packed_struct_codegen v0.10.1 |
1864 | 2023-12-11T20:28:10.554Z | Downloaded funty v2.0.0 |
1865 | 2023-12-11T20:28:10.557Z | Downloaded array-init v0.0.4 |
1866 | 2023-12-11T20:28:10.557Z | Downloaded serde-hex v0.1.0 |
1867 | 2023-12-11T20:28:10.560Z | Downloaded wyz v0.5.1 |
1868 | 2023-12-11T20:28:10.563Z | Downloaded env_logger v0.10.0 |
1869 | 2023-12-11T20:28:10.566Z | Downloaded smallvec v0.6.14 |
1870 | 2023-12-11T20:28:10.569Z | Downloaded crc-any v2.4.3 |
1871 | 2023-12-11T20:28:10.572Z | Downloaded packed_struct v0.10.1 |
1872 | 2023-12-11T20:28:10.575Z | Downloaded pkcs1 v0.7.5 |
1873 | 2023-12-11T20:28:10.579Z | Downloaded num-bigint-dig v0.8.4 |
1874 | 2023-12-11T20:28:10.588Z | Downloaded rsa v0.9.2 |
1875 | 2023-12-11T20:28:10.597Z | Downloaded x509-cert v0.2.4 |
1876 | 2023-12-11T20:28:10.610Z | Downloaded object v0.30.4 |
1877 | 2023-12-11T20:28:10.624Z | Downloaded bitvec v1.0.1 |
1878 | 2023-12-11T20:28:10.651Z | Downloaded ron v0.8.1 |
1879 | 2023-12-11T20:28:10.663Z | Downloaded termcolor v1.2.0 |
1880 | 2023-12-11T20:28:10.672Z | Downloaded tap v1.0.1 |
1881 | 2023-12-11T20:28:10.672Z | Downloaded radium v0.7.0 |
1882 | 2023-12-11T20:28:10.672Z | Downloaded crc v3.0.1 |
1883 | 2023-12-11T20:28:10.672Z | Downloaded nodrop v0.1.14 |
1884 | 2023-12-11T20:28:10.848Z | Compiling proc-macro2 v1.0.69 |
1885 | 2023-12-11T20:28:10.849Z | Compiling unicode-ident v1.0.12 |
1886 | 2023-12-11T20:28:10.852Z | Compiling libc v0.2.150 |
1887 | 2023-12-11T20:28:10.852Z | Compiling autocfg v1.1.0 |
1888 | 2023-12-11T20:28:10.852Z | Compiling serde v1.0.192 |
1889 | 2023-12-11T20:28:10.852Z | Compiling cfg-if v1.0.0 |
1890 | 2023-12-11T20:28:10.852Z | Compiling version_check v0.9.4 |
1891 | 2023-12-11T20:28:10.998Z | Compiling typenum v1.16.0 |
1892 | 2023-12-11T20:28:11.012Z | Compiling syn v1.0.109 |
1893 | 2023-12-11T20:28:11.119Z | Compiling parking_lot_core v0.9.8 |
1894 | 2023-12-11T20:28:11.683Z | Compiling libm v0.2.7 |
1895 | 2023-12-11T20:28:11.740Z | Compiling futures-core v0.3.29 |
1896 | 2023-12-11T20:28:11.933Z | Compiling generic-array v0.14.7 |
1897 | 2023-12-11T20:28:12.064Z | Compiling lock_api v0.4.10 |
1898 | 2023-12-11T20:28:12.207Z | Compiling num-traits v0.2.16 |
1899 | 2023-12-11T20:28:12.232Z | Compiling once_cell v1.19.0 |
1900 | 2023-12-11T20:28:12.362Z | Compiling pkg-config v0.3.27 |
1901 | 2023-12-11T20:28:12.483Z | Compiling scopeguard v1.2.0 |
1902 | 2023-12-11T20:28:12.817Z | Compiling slab v0.4.9 |
1903 | 2023-12-11T20:28:12.830Z | Compiling futures-channel v0.3.29 |
1904 | 2023-12-11T20:28:12.841Z | Compiling serde_json v1.0.108 |
1905 | 2023-12-11T20:28:13.264Z | Compiling quote v1.0.33 |
1906 | 2023-12-11T20:28:13.287Z | Compiling futures-task v0.3.29 |
1907 | 2023-12-11T20:28:13.393Z | Compiling thiserror v1.0.49 |
1908 | 2023-12-11T20:28:13.740Z | Compiling futures-util v0.3.29 |
1909 | 2023-12-11T20:28:14.065Z | Compiling syn v2.0.32 |
1910 | 2023-12-11T20:28:14.103Z | Compiling cc v1.0.83 |
1911 | 2023-12-11T20:28:14.207Z | Compiling getrandom v0.2.10 |
1912 | 2023-12-11T20:28:14.244Z | Compiling memchr v2.6.3 |
1913 | 2023-12-11T20:28:14.736Z | Compiling rand_core v0.6.4 |
1914 | 2023-12-11T20:28:14.855Z | Compiling itoa v1.0.9 |
1915 | 2023-12-11T20:28:15.186Z | Compiling log v0.4.20 |
1916 | 2023-12-11T20:28:15.449Z | Compiling smallvec v1.11.0 |
1917 | 2023-12-11T20:28:17.190Z | Compiling vcpkg v0.2.15 |
1918 | 2023-12-11T20:28:17.831Z | Compiling byteorder v1.5.0 |
1919 | 2023-12-11T20:28:18.351Z | Compiling parking_lot v0.12.1 |
1920 | 2023-12-11T20:28:18.792Z | Compiling pin-project-lite v0.2.13 |
1921 | 2023-12-11T20:28:19.302Z | Compiling const-oid v0.9.5 |
1922 | 2023-12-11T20:28:19.724Z | Compiling ring v0.17.7 |
1923 | 2023-12-11T20:28:20.114Z | Compiling indexmap v1.9.3 |
1924 | 2023-12-11T20:28:20.127Z | Compiling openssl-sys v0.9.96 |
1925 | 2023-12-11T20:28:21.424Z | Compiling signal-hook-registry v1.4.1 |
1926 | 2023-12-11T20:28:21.715Z | Compiling subtle v2.5.0 |
1927 | 2023-12-11T20:28:22.246Z | Compiling io-lifetimes v1.0.11 |
1928 | 2023-12-11T20:28:22.490Z | Compiling heck v0.4.1 |
1929 | 2023-12-11T20:28:22.991Z | Compiling ring v0.16.20 |
1930 | 2023-12-11T20:28:23.112Z | Compiling mio v0.8.9 |
1931 | 2023-12-11T20:28:23.182Z | Compiling num-integer v0.1.45 |
1932 | 2023-12-11T20:28:23.615Z | Compiling semver v1.0.20 |
1933 | 2023-12-11T20:28:24.276Z | Compiling ryu v1.0.15 |
1934 | 2023-12-11T20:28:25.213Z | Compiling spin v0.5.2 |
1935 | 2023-12-11T20:28:25.226Z | Compiling rustix v0.37.23 |
1936 | 2023-12-11T20:28:26.624Z | Compiling socket2 v0.5.5 |
1937 | 2023-12-11T20:28:26.814Z | Compiling num_cpus v1.16.0 |
1938 | 2023-12-11T20:28:26.981Z | Compiling ucd-trie v0.1.6 |
1939 | 2023-12-11T20:28:27.660Z | Compiling httparse v1.8.0 |
1940 | 2023-12-11T20:28:27.786Z | Compiling futures-sink v0.3.29 |
1941 | 2023-12-11T20:28:27.998Z | Compiling openssl v0.10.60 |
1942 | 2023-12-11T20:28:28.048Z | Compiling unicode-xid v0.2.4 |
1943 | 2023-12-11T20:28:28.284Z | Compiling synstructure v0.12.6 |
1944 | 2023-12-11T20:28:28.522Z | Compiling tinyvec_macros v0.1.1 |
1945 | 2023-12-11T20:28:28.639Z | Compiling tinyvec v1.6.0 |
1946 | 2023-12-11T20:28:29.805Z | Compiling rustls v0.21.9 |
1947 | 2023-12-11T20:28:29.884Z | Compiling pin-utils v0.1.0 |
1948 | 2023-12-11T20:28:30.084Z | Compiling futures-io v0.3.29 |
1949 | 2023-12-11T20:28:30.194Z | Compiling crc32fast v1.3.2 |
1950 | 2023-12-11T20:28:30.222Z | Compiling ppv-lite86 v0.2.17 |
1951 | 2023-12-11T20:28:30.486Z | Compiling native-tls v0.2.11 |
1952 | 2023-12-11T20:28:30.841Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1953 | 2023-12-11T20:28:30.874Z | Compiling spin v0.9.8 |
1954 | 2023-12-11T20:28:31.153Z | Compiling tracing-core v0.1.31 |
1955 | 2023-12-11T20:28:31.318Z | Compiling unicode-normalization v0.1.22 |
1956 | 2023-12-11T20:28:31.483Z | Compiling unicode-bidi v0.3.13 |
1957 | 2023-12-11T20:28:31.561Z | Compiling rand_chacha v0.3.1 |
1958 | 2023-12-11T20:28:31.605Z | Compiling base64ct v1.6.0 |
1959 | 2023-12-11T20:28:32.920Z | Compiling pem-rfc7468 v0.7.0 |
1960 | 2023-12-11T20:28:33.150Z | Compiling rand v0.8.5 |
1961 | 2023-12-11T20:28:34.359Z | Compiling errno v0.3.2 |
1962 | 2023-12-11T20:28:34.513Z | Compiling num-iter v0.1.43 |
1963 | 2023-12-11T20:28:34.647Z | Compiling ahash v0.8.3 |
1964 | 2023-12-11T20:28:34.728Z | Compiling usdt-impl v0.3.5 |
1965 | 2023-12-11T20:28:35.321Z | Compiling flagset v0.4.3 |
1966 | 2023-12-11T20:28:35.661Z | Compiling schemars v0.8.13 |
1967 | 2023-12-11T20:28:35.686Z | Compiling rustix v0.38.25 |
1968 | 2023-12-11T20:28:35.899Z | Compiling signal-hook v0.3.17 |
1969 | 2023-12-11T20:28:36.150Z | Compiling base64 v0.21.5 |
1970 | 2023-12-11T20:28:36.329Z | Compiling serde_derive_internals v0.26.0 |
1971 | 2023-12-11T20:28:36.572Z | Compiling zerocopy-derive v0.2.0 |
1972 | 2023-12-11T20:28:36.591Z | Compiling serde_derive v1.0.192 |
1973 | 2023-12-11T20:28:36.595Z | Compiling zeroize_derive v1.4.2 |
1974 | 2023-12-11T20:28:36.673Z | Compiling tokio-macros v2.2.0 |
1975 | 2023-12-11T20:28:37.863Z | Compiling thiserror-impl v1.0.49 |
1976 | 2023-12-11T20:28:38.236Z | Compiling futures-macro v0.3.29 |
1977 | 2023-12-11T20:28:38.532Z | Compiling tracing-attributes v0.1.26 |
1978 | 2023-12-11T20:28:39.032Z | Compiling zeroize v1.7.0 |
1979 | 2023-12-11T20:28:39.643Z | Compiling der_derive v0.7.2 |
1980 | 2023-12-11T20:28:40.268Z | Compiling openssl-macros v0.1.1 |
1981 | 2023-12-11T20:28:41.337Z | Compiling zerocopy-derive v0.6.4 |
1982 | 2023-12-11T20:28:42.000Z | Compiling crypto-common v0.1.6 |
1983 | 2023-12-11T20:28:42.016Z | Compiling block-buffer v0.10.4 |
1984 | 2023-12-11T20:28:42.395Z | Compiling digest v0.10.7 |
1985 | 2023-12-11T20:28:42.648Z | Compiling pest v2.7.2 |
1986 | 2023-12-11T20:28:43.587Z | Compiling der v0.7.8 |
1987 | 2023-12-11T20:28:44.011Z | Compiling tracing v0.1.37 |
1988 | 2023-12-11T20:28:46.705Z | Compiling pest_meta v2.7.2 |
1989 | 2023-12-11T20:28:47.390Z | Compiling bitflags v1.3.2 |
1990 | 2023-12-11T20:28:48.344Z | Compiling fnv v1.0.7 |
1991 | 2023-12-11T20:28:48.510Z | Compiling spki v0.7.2 |
1992 | 2023-12-11T20:28:49.015Z | Compiling pest_generator v2.7.2 |
1993 | 2023-12-11T20:28:52.078Z | Compiling schemars_derive v0.8.13 |
1994 | 2023-12-11T20:28:52.093Z | Compiling zerocopy v0.3.0 |
1995 | 2023-12-11T20:28:53.544Z | Compiling lazy_static v1.4.0 |
1996 | 2023-12-11T20:28:53.653Z | Compiling pest_derive v2.7.2 |
1997 | 2023-12-11T20:28:55.166Z | Compiling backtrace v0.3.69 |
1998 | 2023-12-11T20:28:55.758Z | Compiling num-bigint v0.4.4 |
1999 | 2023-12-11T20:28:56.145Z | Compiling memoffset v0.9.0 |
2000 | 2023-12-11T20:28:56.423Z | Compiling untrusted v0.7.1 |
2001 | 2023-12-11T20:28:56.589Z | Compiling hashbrown v0.12.3 |
2002 | 2023-12-11T20:28:56.715Z | Compiling crossbeam-utils v0.8.16 |
2003 | 2023-12-11T20:28:57.070Z | Compiling openssl-probe v0.1.5 |
2004 | 2023-12-11T20:28:57.209Z | Compiling doc-comment v0.3.3 |
2005 | 2023-12-11T20:28:57.399Z | Compiling equivalent v1.0.1 |
2006 | 2023-12-11T20:28:57.472Z | Compiling iana-time-zone v0.1.57 |
2007 | 2023-12-11T20:28:57.540Z | Compiling async-trait v0.1.74 |
2008 | 2023-12-11T20:28:57.655Z | Compiling percent-encoding v2.3.1 |
2009 | 2023-12-11T20:28:58.152Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2010 | 2023-12-11T20:28:58.169Z | Compiling hashbrown v0.14.2 |
2011 | 2023-12-11T20:28:58.734Z | Compiling smoltcp v0.9.1 |
2012 | 2023-12-11T20:28:58.878Z | Compiling foreign-types-shared v0.1.1 |
2013 | 2023-12-11T20:28:59.017Z | Compiling untrusted v0.9.0 |
2014 | 2023-12-11T20:28:59.209Z | Compiling foreign-types v0.3.2 |
2015 | 2023-12-11T20:29:00.234Z | Compiling bytes v1.5.0 |
2016 | 2023-12-11T20:29:01.214Z | Compiling rustc_version v0.4.0 |
2017 | 2023-12-11T20:29:01.383Z | Compiling bitflags v2.4.0 |
2018 | 2023-12-11T20:29:01.517Z | Compiling uuid v1.6.1 |
2019 | 2023-12-11T20:29:02.316Z | Compiling tokio v1.35.0 |
2020 | 2023-12-11T20:29:02.575Z | Compiling heapless v0.7.16 |
2021 | 2023-12-11T20:29:03.161Z | Compiling http v0.2.11 |
2022 | 2023-12-11T20:29:03.173Z | Compiling indexmap v2.1.0 |
2023 | 2023-12-11T20:29:05.177Z | Compiling chrono v0.4.31 |
2024 | 2023-12-11T20:29:07.041Z | Compiling dtrace-parser v0.1.14 |
2025 | 2023-12-11T20:29:07.607Z | Compiling dof v0.1.5 |
2026 | 2023-12-11T20:29:08.975Z | Compiling hmac v0.12.1 |
2027 | 2023-12-11T20:29:09.311Z | Compiling clap_derive v4.4.2 |
2028 | 2023-12-11T20:29:11.232Z | Compiling thread-id v4.2.0 |
2029 | 2023-12-11T20:29:11.565Z | Compiling cpufeatures v0.2.9 |
2030 | 2023-12-11T20:29:11.698Z | Compiling siphasher v0.3.11 |
2031 | 2023-12-11T20:29:11.722Z | Compiling try-lock v0.2.4 |
2032 | 2023-12-11T20:29:11.926Z | Compiling utf8parse v0.2.1 |
2033 | 2023-12-11T20:29:12.204Z | Compiling time-core v0.1.1 |
2034 | 2023-12-11T20:29:12.346Z | Compiling adler v1.0.2 |
2035 | 2023-12-11T20:29:12.413Z | Compiling anstyle v1.0.2 |
2036 | 2023-12-11T20:29:12.451Z | Compiling rustversion v1.0.14 |
2037 | 2023-12-11T20:29:12.642Z | Compiling miniz_oxide v0.7.1 |
2038 | 2023-12-11T20:29:13.428Z | Compiling time-macros v0.2.13 |
2039 | 2023-12-11T20:29:17.308Z | Compiling tokio-util v0.7.10 |
2040 | 2023-12-11T20:29:17.397Z | Compiling anstyle-parse v0.2.1 |
2041 | 2023-12-11T20:29:18.009Z | Compiling want v0.3.1 |
2042 | 2023-12-11T20:29:18.514Z | Compiling sha2 v0.10.8 |
2043 | 2023-12-11T20:29:19.769Z | Compiling h2 v0.3.21 |
2044 | 2023-12-11T20:29:22.987Z | Compiling sct v0.7.0 |
2045 | 2023-12-11T20:29:23.419Z | Compiling http-body v0.4.5 |
2046 | 2023-12-11T20:29:24.042Z | Compiling rustls-webpki v0.101.7 |
2047 | 2023-12-11T20:29:24.914Z | Compiling serde_tokenstream v0.1.7 |
2048 | 2023-12-11T20:29:25.342Z | Compiling form_urlencoded v1.2.1 |
2049 | 2023-12-11T20:29:25.708Z | Compiling pkcs8 v0.10.2 |
2050 | 2023-12-11T20:29:25.814Z | Compiling pin-project-internal v1.1.3 |
2051 | 2023-12-11T20:29:26.931Z | Compiling hubpack_derive v0.1.1 |
2052 | 2023-12-11T20:29:27.502Z | Compiling socket2 v0.4.9 |
2053 | 2023-12-11T20:29:28.228Z | Compiling crossbeam-epoch v0.9.15 |
2054 | 2023-12-11T20:29:28.785Z | Compiling anstyle-query v1.0.0 |
2055 | 2023-12-11T20:29:28.819Z | Compiling httpdate v1.0.3 |
2056 | 2023-12-11T20:29:29.146Z | Compiling slog v2.7.0 |
2057 | 2023-12-11T20:29:29.438Z | Compiling tower-service v0.3.2 |
2058 | 2023-12-11T20:29:30.090Z | Compiling colorchoice v1.0.0 |
2059 | 2023-12-11T20:29:30.199Z | Compiling radium v0.7.0 |
2060 | 2023-12-11T20:29:30.716Z | Compiling anyhow v1.0.75 |
2061 | 2023-12-11T20:29:30.819Z | Compiling anstream v0.5.0 |
2062 | 2023-12-11T20:29:32.214Z | Compiling hyper v0.14.27 |
2063 | 2023-12-11T20:29:39.828Z | Compiling terminal_size v0.2.6 |
2064 | 2023-12-11T20:29:41.216Z | Compiling serde_spanned v0.6.4 |
2065 | 2023-12-11T20:29:41.560Z | Compiling toml_datetime v0.6.5 |
2066 | 2023-12-11T20:29:42.938Z | Compiling rustls-pemfile v1.0.3 |
2067 | 2023-12-11T20:29:43.457Z | Compiling zerocopy v0.6.4 |
2068 | 2023-12-11T20:29:44.829Z | Compiling md-5 v0.10.5 |
2069 | 2023-12-11T20:29:45.389Z | Compiling idna v0.5.0 |
2070 | 2023-12-11T20:29:45.564Z | Compiling stringprep v0.1.3 |
2071 | 2023-12-11T20:29:46.754Z | Compiling diesel_table_macro_syntax v0.1.0 |
2072 | 2023-12-11T20:29:46.967Z | Compiling hash32 v0.2.1 |
2073 | 2023-12-11T20:29:47.061Z | Compiling aho-corasick v1.0.4 |
2074 | 2023-12-11T20:29:47.349Z | Compiling tap v1.0.1 |
2075 | 2023-12-11T20:29:47.569Z | Compiling maybe-uninit v2.0.0 |
2076 | 2023-12-11T20:29:47.628Z | Compiling dyn-clone v1.0.13 |
2077 | 2023-12-11T20:29:47.872Z | Compiling either v1.9.0 |
2078 | 2023-12-11T20:29:47.904Z | Compiling winnow v0.5.15 |
2079 | 2023-12-11T20:29:48.252Z | Compiling strsim v0.10.0 |
2080 | 2023-12-11T20:29:48.374Z | Compiling stable_deref_trait v1.2.0 |
2081 | 2023-12-11T20:29:48.485Z | Compiling regex-syntax v0.8.2 |
2082 | 2023-12-11T20:29:49.948Z | Compiling gimli v0.28.0 |
2083 | 2023-12-11T20:29:50.050Z | Compiling fallible-iterator v0.2.0 |
2084 | 2023-12-11T20:29:51.248Z | Compiling clap_lex v0.5.1 |
2085 | 2023-12-11T20:29:51.643Z | Compiling clap_builder v4.4.2 |
2086 | 2023-12-11T20:29:52.169Z | Compiling postgres-protocol v0.6.6 |
2087 | 2023-12-11T20:29:54.182Z | Compiling wyz v0.5.1 |
2088 | 2023-12-11T20:29:54.199Z | Compiling diesel_derives v2.1.2 |
2089 | 2023-12-11T20:29:54.915Z | Compiling regex-automata v0.4.3 |
2090 | 2023-12-11T20:29:55.454Z | Compiling url v2.5.0 |
2091 | 2023-12-11T20:29:57.429Z | Compiling addr2line v0.21.0 |
2092 | 2023-12-11T20:29:59.101Z | Compiling tokio-rustls v0.24.1 |
2093 | 2023-12-11T20:29:59.188Z | Compiling rustls-native-certs v0.6.3 |
2094 | 2023-12-11T20:29:59.711Z | Compiling strum_macros v0.25.2 |
2095 | 2023-12-11T20:30:00.804Z | Compiling tokio-native-tls v0.3.1 |
2096 | 2023-12-11T20:30:06.244Z | Compiling usdt-attr-macro v0.3.5 |
2097 | 2023-12-11T20:30:06.911Z | Compiling usdt-macro v0.3.5 |
2098 | 2023-12-11T20:30:08.841Z | Compiling phf_shared v0.11.2 |
2099 | 2023-12-11T20:30:09.577Z | Compiling block-padding v0.3.3 |
2100 | 2023-12-11T20:30:09.591Z | Compiling serde_repr v0.1.16 |
2101 | 2023-12-11T20:30:09.895Z | Compiling enum-as-inner v0.5.1 |
2102 | 2023-12-11T20:30:10.011Z | Compiling snafu-derive v0.7.5 |
2103 | 2023-12-11T20:30:11.260Z | Compiling ff v0.13.0 |
2104 | 2023-12-11T20:30:11.396Z | Compiling scheduled-thread-pool v0.2.7 |
2105 | 2023-12-11T20:30:11.613Z | Compiling object v0.32.1 |
2106 | 2023-12-11T20:30:15.071Z | Compiling managed v0.8.0 |
2107 | 2023-12-11T20:30:15.792Z | Compiling regex-automata v0.1.10 |
2108 | 2023-12-11T20:30:16.588Z | Compiling base16ct v0.2.0 |
2109 | 2023-12-11T20:30:17.047Z | Compiling matches v0.1.10 |
2110 | 2023-12-11T20:30:17.170Z | Compiling rustc-demangle v0.1.23 |
2111 | 2023-12-11T20:30:18.470Z | Compiling packed_struct v0.10.1 |
2112 | 2023-12-11T20:30:19.599Z | Compiling bit-vec v0.6.3 |
2113 | 2023-12-11T20:30:19.633Z | Compiling ipnet v2.8.0 |
2114 | 2023-12-11T20:30:20.234Z | Compiling deranged v0.3.8 |
2115 | 2023-12-11T20:30:21.152Z | Compiling num_threads v0.1.6 |
2116 | 2023-12-11T20:30:21.215Z | Compiling funty v2.0.0 |
2117 | 2023-12-11T20:30:23.304Z | Compiling num-bigint-dig v0.8.4 |
2118 | 2023-12-11T20:30:23.359Z | Compiling time v0.3.27 |
2119 | 2023-12-11T20:30:23.774Z | Compiling bitvec v1.0.1 |
2120 | 2023-12-11T20:30:29.084Z | Compiling idna v0.2.3 |
2121 | 2023-12-11T20:30:31.406Z | Compiling sec1 v0.7.3 |
2122 | 2023-12-11T20:30:31.522Z | Compiling bstr v0.2.17 |
2123 | 2023-12-11T20:30:32.230Z | Compiling r2d2 v0.8.10 |
2124 | 2023-12-11T20:30:32.317Z | Compiling group v0.13.0 |
2125 | 2023-12-11T20:30:33.904Z | Compiling inout v0.1.3 |
2126 | 2023-12-11T20:30:35.103Z | Compiling phf v0.11.2 |
2127 | 2023-12-11T20:30:35.802Z | Compiling regex v1.10.2 |
2128 | 2023-12-11T20:30:36.255Z | Compiling hyper-tls v0.5.0 |
2129 | 2023-12-11T20:30:36.773Z | Compiling hyper-rustls v0.24.2 |
2130 | 2023-12-11T20:30:37.561Z | Compiling signal-hook-mio v0.2.3 |
2131 | 2023-12-11T20:30:37.576Z | Compiling flate2 v1.0.28 |
2132 | 2023-12-11T20:30:37.779Z | Compiling clap v4.4.3 |
2133 | 2023-12-11T20:30:37.942Z | Compiling ipnetwork v0.20.0 |
2134 | 2023-12-11T20:30:39.153Z | Compiling bzip2 v0.4.4 |
2135 | 2023-12-11T20:30:39.294Z | Compiling toml_edit v0.19.15 |
2136 | 2023-12-11T20:30:39.434Z | Compiling postgres-types v0.2.6 |
2137 | 2023-12-11T20:30:39.549Z | Compiling itertools v0.11.0 |
2138 | 2023-12-11T20:30:39.718Z | Compiling pin-project v1.1.3 |
2139 | 2023-12-11T20:30:39.926Z | Compiling hubpack v0.1.2 |
2140 | 2023-12-11T20:30:40.080Z | Compiling serde_urlencoded v0.7.1 |
2141 | 2023-12-11T20:30:40.618Z | Compiling phf_shared v0.10.0 |
2142 | 2023-12-11T20:30:40.881Z | Compiling hkdf v0.12.3 |
2143 | 2023-12-11T20:30:41.223Z | Compiling futures-executor v0.3.29 |
2144 | 2023-12-11T20:30:43.913Z | Compiling crypto-bigint v0.5.2 |
2145 | 2023-12-11T20:30:46.559Z | Compiling packed_struct_codegen v0.10.1 |
2146 | 2023-12-11T20:30:47.114Z | Compiling float-cmp v0.9.0 |
2147 | 2023-12-11T20:30:47.655Z | Compiling encoding_rs v0.8.33 |
2148 | 2023-12-11T20:30:47.822Z | Compiling whoami v1.4.1 |
2149 | 2023-12-11T20:30:47.917Z | Compiling fixedbitset v0.4.2 |
2150 | 2023-12-11T20:30:48.534Z | Compiling data-encoding v2.4.0 |
2151 | 2023-12-11T20:30:48.671Z | Compiling unicode-segmentation v1.10.1 |
2152 | 2023-12-11T20:30:50.506Z | Compiling crc-catalog v2.2.0 |
2153 | 2023-12-11T20:30:50.883Z | Compiling precomputed-hash v0.1.1 |
2154 | 2023-12-11T20:30:51.037Z | Compiling nodrop v0.1.14 |
2155 | 2023-12-11T20:30:51.200Z | Compiling unicode-width v0.1.11 |
2156 | 2023-12-11T20:30:51.229Z | Compiling normalize-line-endings v0.3.0 |
2157 | 2023-12-11T20:30:51.385Z | Compiling mime v0.3.17 |
2158 | 2023-12-11T20:30:51.436Z | Compiling webpki-roots v0.25.2 |
2159 | 2023-12-11T20:30:51.661Z | Compiling regex-automata v0.3.8 |
2160 | 2023-12-11T20:30:52.079Z | Compiling static_assertions v1.1.0 |
2161 | 2023-12-11T20:30:52.240Z | Compiling new_debug_unreachable v1.0.4 |
2162 | 2023-12-11T20:30:52.328Z | Compiling predicates-core v1.0.6 |
2163 | 2023-12-11T20:30:53.547Z | Compiling difflib v0.4.0 |
2164 | 2023-12-11T20:30:55.545Z | Compiling bstr v1.6.0 |
2165 | 2023-12-11T20:30:55.712Z | Compiling predicates v3.0.4 |
2166 | 2023-12-11T20:30:58.239Z | Compiling string_cache v0.8.7 |
2167 | 2023-12-11T20:30:58.903Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2168 | 2023-12-11T20:30:59.317Z | Compiling reqwest v0.11.22 |
2169 | 2023-12-11T20:31:04.602Z | Compiling console v0.15.7 |
2170 | 2023-12-11T20:31:05.012Z | Compiling array-init v0.0.4 |
2171 | 2023-12-11T20:31:07.721Z | Compiling crc v3.0.1 |
2172 | 2023-12-11T20:31:09.623Z | Compiling similar v2.2.1 |
2173 | 2023-12-11T20:31:10.789Z | Compiling trust-dns-proto v0.22.0 |
2174 | 2023-12-11T20:31:13.109Z | Compiling petgraph v0.6.4 |
2175 | 2023-12-11T20:31:14.703Z | Compiling tokio-postgres v0.7.10 |
2176 | 2023-12-11T20:31:22.215Z | Compiling elliptic-curve v0.13.8 |
2177 | 2023-12-11T20:31:23.900Z | Compiling toml v0.7.8 |
2178 | 2023-12-11T20:31:25.913Z | Compiling futures v0.3.29 |
2179 | 2023-12-11T20:31:26.523Z | Compiling snafu v0.7.5 |
2180 | 2023-12-11T20:31:27.437Z | Compiling zip v0.6.6 |
2181 | 2023-12-11T20:31:27.461Z | Compiling smallvec v0.6.14 |
2182 | 2023-12-11T20:31:27.646Z | Compiling diesel v2.1.4 |
2183 | 2023-12-11T20:31:27.797Z | Compiling yasna v0.5.2 |
2184 | 2023-12-11T20:31:28.213Z | Compiling crossterm v0.27.0 |
2185 | 2023-12-11T20:31:28.713Z | Compiling cipher v0.4.4 |
2186 | 2023-12-11T20:31:29.536Z | Compiling hashbrown v0.13.2 |
2187 | 2023-12-11T20:31:34.055Z | Compiling bit-set v0.5.3 |
2188 | 2023-12-11T20:31:34.476Z | Compiling usdt v0.3.5 |
2189 | 2023-12-11T20:31:34.874Z | Compiling is-terminal v0.4.9 |
2190 | 2023-12-11T20:31:35.066Z | Compiling toml_edit v0.21.0 |
2191 | 2023-12-11T20:31:38.420Z | Compiling itertools v0.10.5 |
2192 | 2023-12-11T20:31:39.837Z | Compiling pkcs1 v0.7.5 |
2193 | 2023-12-11T20:31:43.176Z | Compiling tokio-stream v0.1.14 |
2194 | 2023-12-11T20:31:44.709Z | Compiling openapiv3 v2.0.0-rc.1 |
2195 | 2023-12-11T20:31:46.132Z | Compiling hex v0.4.3 |
2196 | 2023-12-11T20:31:48.215Z | Compiling signature v2.1.0 |
2197 | 2023-12-11T20:31:53.107Z | Compiling lalrpop-util v0.19.12 |
2198 | 2023-12-11T20:31:53.938Z | Compiling termcolor v1.2.0 |
2199 | 2023-12-11T20:31:56.958Z | Compiling bitfield v0.14.0 |
2200 | 2023-12-11T20:31:58.118Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2201 | 2023-12-11T20:32:04.339Z | Compiling env_logger v0.10.0 |
2202 | 2023-12-11T20:32:29.032Z | Compiling rsa v0.9.2 |
2203 | 2023-12-11T20:32:29.032Z | Compiling serde-hex v0.1.0 |
2204 | 2023-12-11T20:32:32.110Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2205 | 2023-12-11T20:32:38.573Z | Compiling ron v0.8.1 |
2206 | 2023-12-11T20:32:39.127Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2207 | 2023-12-11T20:32:39.241Z | Compiling x509-cert v0.2.4 |
2208 | 2023-12-11T20:32:42.136Z | Compiling crc-any v2.4.3 |
2209 | 2023-12-11T20:33:02.178Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2210 | 2023-12-11T20:33:12.568Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2211 | 2023-12-11T20:33:20.875Z | Compiling object v0.30.4 |
2212 | 2023-12-11T20:33:35.739Z | Compiling path-slash v0.1.5 |
2213 | 2023-12-11T20:33:36.685Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2214 | 2023-12-11T20:34:33.847Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2215 | 2023-12-11T20:34:33.911Z | Finished release [optimized] target(s) in 6m 14s |
2216 | 2023-12-11T20:34:33.911Z | |
2217 | 2023-12-11T20:34:33.912Z | real 6:14.509013452 |
2218 | 2023-12-11T20:34:33.912Z | user 43:22.375835404 |
2219 | 2023-12-11T20:34:33.912Z | sys 3:49.050761165 |
2220 | 2023-12-11T20:34:33.912Z | trap 1.821129338 |
2221 | 2023-12-11T20:34:33.912Z | tflt 0.994162755 |
2222 | 2023-12-11T20:34:33.912Z | dflt 0.399679985 |
2223 | 2023-12-11T20:34:33.912Z | kflt 0.006035302 |
2224 | 2023-12-11T20:34:33.912Z | lock 1:37:03.353839124 |
2225 | 2023-12-11T20:34:33.912Z | slp 2:02:48.613337959 |
2226 | 2023-12-11T20:34:33.912Z | lat 1:50.578722577 |
2227 | 2023-12-11T20:34:33.912Z | stop 1:25.514844662 |
2228 | 2023-12-11T20:34:33.912Z | + ptime -m gzip |
2229 | 2023-12-11T20:34:33.912Z | |
2230 | 2023-12-11T20:34:33.913Z | real 0.656916910 |
2231 | 2023-12-11T20:34:33.913Z | user 0.647200913 |
2232 | 2023-12-11T20:34:33.916Z | sys 0.009107989 |
2233 | 2023-12-11T20:34:33.916Z | trap 0.000070137 |
2234 | 2023-12-11T20:34:33.916Z | tflt 0.000000000 |
2235 | 2023-12-11T20:34:33.916Z | dflt 0.000000000 |
2236 | 2023-12-11T20:34:33.916Z | kflt 0.000000000 |
2237 | 2023-12-11T20:34:33.916Z | lock 0.000000000 |
2238 | 2023-12-11T20:34:33.916Z | slp 0.000000000 |
2239 | 2023-12-11T20:34:33.916Z | lat 0.000163544 |
2240 | 2023-12-11T20:34:33.917Z | stop 0.000245017 |
2241 | 2023-12-11T20:34:33.917Z | + banner tufaceous |
2242 | 2023-12-11T20:34:33.917Z | |
2243 | 2023-12-11T20:34:33.917Z | ##### # # ###### ## #### ###### #### # # #### |
2244 | 2023-12-11T20:34:33.917Z | # # # # # # # # # # # # # # |
2245 | 2023-12-11T20:34:33.917Z | # # # ##### # # # ##### # # # # #### |
2246 | 2023-12-11T20:34:33.925Z | # # # # ###### # # # # # # # |
2247 | 2023-12-11T20:34:33.926Z | # # # # # # # # # # # # # # # |
2248 | 2023-12-11T20:34:33.926Z | # #### # # # #### ###### #### #### #### |
2249 | 2023-12-11T20:34:33.926Z | |
2250 | 2023-12-11T20:34:33.926Z | + ptime -m cargo build --locked -p tufaceous --release |
2251 | 2023-12-11T20:34:33.926Z | Downloading crates ... |
2252 | 2023-12-11T20:34:33.926Z | Downloaded globset v0.4.13 |
2253 | 2023-12-11T20:34:33.926Z | Downloaded humantime v2.1.0 |
2254 | 2023-12-11T20:34:33.926Z | Downloaded buf-list v1.0.3 |
2255 | 2023-12-11T20:34:33.926Z | Downloaded serde_plain v1.0.2 |
2256 | 2023-12-11T20:34:33.926Z | Downloaded bytesize v1.3.0 |
2257 | 2023-12-11T20:34:33.926Z | Downloaded fs-err v2.11.0 |
2258 | 2023-12-11T20:34:33.926Z | Downloaded olpc-cjson v0.1.3 |
2259 | 2023-12-11T20:34:33.926Z | Downloaded typed-path v0.7.0 |
2260 | 2023-12-11T20:34:33.926Z | Downloaded tough v0.16.0 |
2261 | 2023-12-11T20:34:33.926Z | Downloaded async-recursion v1.0.5 |
2262 | 2023-12-11T20:34:33.926Z | Compiling serde_tokenstream v0.2.0 |
2263 | 2023-12-11T20:34:33.927Z | Compiling regress v0.7.1 |
2264 | 2023-12-11T20:34:33.927Z | Compiling dirs-sys-next v0.1.2 |
2265 | 2023-12-11T20:34:33.927Z | Compiling ident_case v1.0.1 |
2266 | 2023-12-11T20:34:33.927Z | Compiling thread_local v1.1.7 |
2267 | 2023-12-11T20:34:33.927Z | Compiling heck v0.4.1 |
2268 | 2023-12-11T20:34:33.927Z | Compiling slog-async v2.8.0 |
2269 | 2023-12-11T20:34:33.927Z | Compiling dirs-next v2.0.0 |
2270 | 2023-12-11T20:34:33.927Z | Compiling darling_core v0.20.3 |
2271 | 2023-12-11T20:34:33.927Z | Compiling camino v1.1.6 |
2272 | 2023-12-11T20:34:33.927Z | Compiling term v0.7.0 |
2273 | 2023-12-11T20:34:33.929Z | Compiling crossbeam-channel v0.5.8 |
2274 | 2023-12-11T20:34:33.929Z | Compiling getopts v0.2.21 |
2275 | 2023-12-11T20:34:33.930Z | Compiling structmeta-derive v0.2.0 |
2276 | 2023-12-11T20:34:33.930Z | Compiling atty v0.2.14 |
2277 | 2023-12-11T20:34:33.930Z | Compiling multer v2.1.0 |
2278 | 2023-12-11T20:34:33.930Z | Compiling take_mut v0.2.2 |
2279 | 2023-12-11T20:34:33.930Z | Compiling unsafe-libyaml v0.2.9 |
2280 | 2023-12-11T20:34:33.930Z | Compiling paste v1.0.14 |
2281 | 2023-12-11T20:34:33.930Z | Compiling match_cfg v0.1.0 |
2282 | 2023-12-11T20:34:33.930Z | Compiling hostname v0.3.1 |
2283 | 2023-12-11T20:34:33.930Z | Compiling slog-term v2.9.0 |
2284 | 2023-12-11T20:34:33.930Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2285 | 2023-12-11T20:34:34.086Z | Compiling structmeta v0.2.0 |
2286 | 2023-12-11T20:34:34.693Z | Compiling serde_yaml v0.9.25 |
2287 | 2023-12-11T20:34:35.627Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2288 | 2023-12-11T20:34:35.658Z | Compiling slog-json v2.6.1 |
2289 | 2023-12-11T20:34:35.818Z | Compiling darling_macro v0.20.3 |
2290 | 2023-12-11T20:34:36.434Z | Compiling async-stream-impl v0.3.5 |
2291 | 2023-12-11T20:34:37.313Z | Compiling darling v0.20.3 |
2292 | 2023-12-11T20:34:37.488Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2293 | 2023-12-11T20:34:37.974Z | Compiling fastrand v2.0.0 |
2294 | 2023-12-11T20:34:38.246Z | Compiling atomic-waker v1.1.1 |
2295 | 2023-12-11T20:34:38.441Z | Compiling regex-syntax v0.7.5 |
2296 | 2023-12-11T20:34:38.517Z | Compiling async-stream v0.3.5 |
2297 | 2023-12-11T20:34:38.992Z | Compiling tempfile v3.8.1 |
2298 | 2023-12-11T20:34:39.044Z | Compiling waitgroup v0.1.2 |
2299 | 2023-12-11T20:34:39.135Z | Compiling serde_with_macros v3.4.0 |
2300 | 2023-12-11T20:34:39.384Z | Compiling slog-bunyan v2.4.0 |
2301 | 2023-12-11T20:34:42.271Z | Compiling toml v0.8.8 |
2302 | 2023-12-11T20:34:42.930Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2303 | 2023-12-11T20:34:43.076Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2304 | 2023-12-11T20:34:44.734Z | Compiling sha1 v0.10.6 |
2305 | 2023-12-11T20:34:44.978Z | Compiling serde_path_to_error v0.1.14 |
2306 | 2023-12-11T20:34:45.527Z | Compiling instant v0.1.12 |
2307 | 2023-12-11T20:34:45.737Z | Compiling fs-err v2.11.0 |
2308 | 2023-12-11T20:34:46.191Z | Compiling buf-list v1.0.3 |
2309 | 2023-12-11T20:34:46.247Z | Compiling arc-swap v1.6.0 |
2310 | 2023-12-11T20:34:46.319Z | Compiling same-file v1.0.6 |
2311 | 2023-12-11T20:34:46.702Z | Compiling debug-ignore v1.0.5 |
2312 | 2023-12-11T20:34:46.827Z | Compiling walkdir v2.4.0 |
2313 | 2023-12-11T20:34:47.180Z | Compiling slog-scope v4.4.0 |
2314 | 2023-12-11T20:34:47.700Z | Compiling backoff v0.4.0 |
2315 | 2023-12-11T20:34:48.293Z | Compiling serde_with v3.4.0 |
2316 | 2023-12-11T20:34:48.634Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2317 | 2023-12-11T20:34:49.618Z | Compiling parse-display-derive v0.8.2 |
2318 | 2023-12-11T20:34:49.661Z | Compiling globset v0.4.13 |
2319 | 2023-12-11T20:34:49.750Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2320 | 2023-12-11T20:34:50.004Z | Compiling strum v0.25.0 |
2321 | 2023-12-11T20:34:50.287Z | Compiling olpc-cjson v0.1.3 |
2322 | 2023-12-11T20:34:51.195Z | Compiling pem v3.0.2 |
2323 | 2023-12-11T20:34:51.461Z | Compiling macaddr v1.0.1 |
2324 | 2023-12-11T20:34:52.033Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2325 | 2023-12-11T20:34:52.664Z | Compiling serde_plain v1.0.2 |
2326 | 2023-12-11T20:34:53.929Z | Compiling async-recursion v1.0.5 |
2327 | 2023-12-11T20:34:53.943Z | Compiling xattr v1.0.1 |
2328 | 2023-12-11T20:34:54.385Z | Compiling filetime v0.2.23 |
2329 | 2023-12-11T20:34:54.924Z | Compiling typed-path v0.7.0 |
2330 | 2023-12-11T20:34:55.041Z | Compiling tar v0.4.40 |
2331 | 2023-12-11T20:34:55.362Z | Compiling parse-display v0.8.2 |
2332 | 2023-12-11T20:34:56.451Z | Compiling slog-stdlog v4.1.1 |
2333 | 2023-12-11T20:34:58.053Z | Compiling camino-tempfile v1.1.1 |
2334 | 2023-12-11T20:34:58.808Z | Compiling tough v0.16.0 |
2335 | 2023-12-11T20:34:58.960Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2336 | 2023-12-11T20:34:59.146Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2337 | 2023-12-11T20:35:04.816Z | Compiling itertools v0.12.0 |
2338 | 2023-12-11T20:35:04.958Z | Compiling bytesize v1.3.0 |
2339 | 2023-12-11T20:35:05.929Z | Compiling slog-envlogger v2.2.0 |
2340 | 2023-12-11T20:35:07.131Z | Compiling humantime v2.1.0 |
2341 | 2023-12-11T20:35:10.212Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2342 | 2023-12-11T20:35:34.295Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2343 | 2023-12-11T20:35:34.581Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2344 | 2023-12-11T20:35:45.800Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2345 | 2023-12-11T20:35:47.986Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2346 | 2023-12-11T20:36:17.989Z | Finished release [optimized] target(s) in 1m 53s |
2347 | 2023-12-11T20:36:18.153Z | |
2348 | 2023-12-11T20:36:18.153Z | real 1:53.240725659 |
2349 | 2023-12-11T20:36:18.153Z | user 12:04.908338517 |
2350 | 2023-12-11T20:36:18.153Z | sys 46.641775990 |
2351 | 2023-12-11T20:36:18.153Z | trap 0.467879315 |
2352 | 2023-12-11T20:36:18.154Z | tflt 0.282631111 |
2353 | 2023-12-11T20:36:18.154Z | dflt 0.807137460 |
2354 | 2023-12-11T20:36:18.154Z | kflt 0.000012169 |
2355 | 2023-12-11T20:36:18.154Z | lock 23:39.717408345 |
2356 | 2023-12-11T20:36:18.154Z | slp 25:18.340327284 |
2357 | 2023-12-11T20:36:18.154Z | lat 21.882424810 |
2358 | 2023-12-11T20:36:18.155Z | stop 12.156039588 |
2359 | 2023-12-11T20:36:18.155Z | + ptime -m gzip |
2360 | 2023-12-11T20:36:20.738Z | |
2361 | 2023-12-11T20:36:20.738Z | real 2.348913790 |
2362 | 2023-12-11T20:36:20.738Z | user 2.320903892 |
2363 | 2023-12-11T20:36:20.855Z | sys 0.027256328 |
2364 | 2023-12-11T20:36:20.855Z | trap 0.000239581 |
2365 | 2023-12-11T20:36:20.855Z | tflt 0.000000000 |
2366 | 2023-12-11T20:36:20.856Z | dflt 0.000000000 |
2367 | 2023-12-11T20:36:20.856Z | kflt 0.000000000 |
2368 | 2023-12-11T20:36:20.856Z | lock 0.000000000 |
2369 | 2023-12-11T20:36:20.856Z | slp 0.000000000 |
2370 | 2023-12-11T20:36:20.856Z | lat 0.000167186 |
2371 | 2023-12-11T20:36:20.856Z | stop 0.000242763 |
2372 | 2023-12-11T20:36:20.856Z | process exited: duration 1190476 ms, exit code 0 |
|
2373 | 2023-12-11T20:36:21.091Z | found 5 output files |
2374 | 2023-12-11T20:36:21.091Z | uploading: /work/end-to-end-tests/bootstrap-6bafd3fa6eef4151.gz (6318060 bytes) |
2375 | 2023-12-11T20:36:23.645Z | uploaded: /work/end-to-end-tests/bootstrap-6bafd3fa6eef4151.gz |
2376 | 2023-12-11T20:36:23.645Z | uploading: /work/end-to-end-tests/bootstrap.gz (97187549 bytes) |
2377 | 2023-12-11T20:37:12.597Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2378 | 2023-12-11T20:37:12.597Z | uploading: /work/end-to-end-tests/end_to_end_tests-d68396a0af635b1c.gz (101144711 bytes) |
2379 | 2023-12-11T20:37:43.456Z | uploaded: /work/end-to-end-tests/end_to_end_tests-d68396a0af635b1c.gz |
2380 | 2023-12-11T20:37:43.457Z | uploading: /work/caboose-util.gz (4091709 bytes) |
2381 | 2023-12-11T20:37:46.363Z | uploaded: /work/caboose-util.gz |
2382 | 2023-12-11T20:37:46.363Z | uploading: /work/tufaceous.gz (14969533 bytes) |
2383 | 2023-12-11T20:37:53.871Z | uploaded: /work/tufaceous.gz |