|
|
|
1 | 2024-01-05T17:00:13.167Z | job assigned to worker 01HKD90S83WZSCWD76TGVVBRSX (queued for 1 m 16 s) |
|
2 | 2024-01-05T17:00:13.744Z | starting task 0: "setup" |
3 | 2024-01-05T17:00:13.821Z | ++ uname -s |
4 | 2024-01-05T17:00:13.827Z | + kern=SunOS |
5 | 2024-01-05T17:00:13.828Z | + case "$kern" in |
6 | 2024-01-05T17:00:13.829Z | + groupadd -g 12345 build |
7 | 2024-01-05T17:00:13.829Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-05T17:00:15.837Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-05T17:00:15.983Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-05T17:00:15.986Z | + home_fs=zfs |
11 | 2024-01-05T17:00:15.986Z | + [[ zfs == autofs ]] |
12 | 2024-01-05T17:00:15.986Z | + mkdir -p /home/build |
13 | 2024-01-05T17:00:15.989Z | + chown build:build /home/build /work |
14 | 2024-01-05T17:00:17.991Z | + chmod 0700 /home/build /work |
15 | 2024-01-05T17:00:17.995Z | process exited: duration 4250 ms, exit code 0 |
|
16 | 2024-01-05T17:00:18.001Z | starting task 1: "rust-toolchain" |
17 | 2024-01-05T17:00:18.010Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-05T17:00:18.013Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-05T17:00:18.219Z | info: downloading installer |
20 | 2024-01-05T17:00:19.927Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-05T17:00:19.927Z | warning: /opt/ooce/bin |
22 | 2024-01-05T17:00:19.927Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-05T17:00:19.927Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-05T17:00:19.927Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-05T17:00:19.928Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-05T17:00:19.928Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-05T17:00:19.928Z | error: cannot install while Rust is installed |
28 | 2024-01-05T17:00:19.928Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-05T17:00:20.040Z | info: profile set to 'default' |
30 | 2024-01-05T17:00:20.040Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-05T17:00:20.050Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-05T17:00:20.216Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-05T17:00:20.216Z | info: downloading component 'cargo' |
34 | 2024-01-05T17:00:20.992Z | info: downloading component 'clippy' |
35 | 2024-01-05T17:00:21.281Z | info: downloading component 'rust-docs' |
36 | 2024-01-05T17:00:22.265Z | info: downloading component 'rust-std' |
37 | 2024-01-05T17:00:24.025Z | info: downloading component 'rustc' |
38 | 2024-01-05T17:00:28.253Z | info: downloading component 'rustfmt' |
39 | 2024-01-05T17:00:28.511Z | info: installing component 'cargo' |
40 | 2024-01-05T17:00:29.929Z | info: installing component 'clippy' |
41 | 2024-01-05T17:00:30.555Z | info: installing component 'rust-docs' |
42 | 2024-01-05T17:00:33.338Z | info: installing component 'rust-std' |
43 | 2024-01-05T17:00:36.422Z | info: installing component 'rustc' |
44 | 2024-01-05T17:00:45.191Z | info: installing component 'rustfmt' |
45 | 2024-01-05T17:00:45.869Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-05T17:00:45.869Z | |
47 | 2024-01-05T17:00:46.009Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-05T17:00:46.009Z | |
49 | 2024-01-05T17:00:46.012Z | |
50 | 2024-01-05T17:00:46.012Z | Rust is installed now. Great! |
51 | 2024-01-05T17:00:46.012Z | |
52 | 2024-01-05T17:00:46.012Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-05T17:00:46.013Z | environment variable. This has not been done automatically. |
54 | 2024-01-05T17:00:46.013Z | |
55 | 2024-01-05T17:00:46.013Z | To configure your current shell, run: |
56 | 2024-01-05T17:00:46.013Z | source "$HOME/.cargo/env" |
57 | 2024-01-05T17:00:46.106Z | + rustc --version |
58 | 2024-01-05T17:00:46.224Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-05T17:00:46.230Z | process exited: duration 28232 ms, exit code 0 |
|
60 | 2024-01-05T17:00:46.236Z | starting task 2: "authentication" |
61 | 2024-01-05T17:00:46.274Z | process exited: duration 36 ms, exit code 0 |
|
62 | 2024-01-05T17:00:46.279Z | starting task 3: "clone repository" |
63 | 2024-01-05T17:00:46.287Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-05T17:00:46.289Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-05T17:00:46.360Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-05T17:00:53.271Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-05T17:00:53.278Z | + [[ -n ip-pools-rework ]] |
68 | 2024-01-05T17:00:53.278Z | + git fetch origin ip-pools-rework |
69 | 2024-01-05T17:00:53.667Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-01-05T17:00:53.668Z | * branch ip-pools-rework -> FETCH_HEAD |
71 | 2024-01-05T17:00:53.676Z | + git checkout -B ip-pools-rework remotes/origin/ip-pools-rework |
72 | 2024-01-05T17:00:53.774Z | Switched to a new branch 'ip-pools-rework' |
73 | 2024-01-05T17:00:53.795Z | branch 'ip-pools-rework' set up to track 'origin/ip-pools-rework'. |
74 | 2024-01-05T17:00:53.795Z | + git reset --hard 16cbd29e9d579728a4d6e98cafdca07f0aee60d1 |
75 | 2024-01-05T17:00:53.818Z | HEAD is now at 16cbd29e9 Merge branch 'main' into ip-pools-rework |
76 | 2024-01-05T17:00:53.827Z | process exited: duration 7537 ms, exit code 0 |
|
77 | 2024-01-05T17:00:53.863Z | starting task 4: "build" |
78 | 2024-01-05T17:00:53.869Z | + cargo --version |
79 | 2024-01-05T17:00:53.870Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
80 | 2024-01-05T17:00:54.108Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
81 | 2024-01-05T17:00:54.121Z | info: downloading component 'cargo' |
82 | 2024-01-05T17:00:55.123Z | info: downloading component 'clippy' |
83 | 2024-01-05T17:00:55.441Z | info: downloading component 'rust-docs' |
84 | 2024-01-05T17:00:56.690Z | info: downloading component 'rust-std' |
85 | 2024-01-05T17:00:58.582Z | info: downloading component 'rustc' |
86 | 2024-01-05T17:01:03.897Z | info: downloading component 'rustfmt' |
87 | 2024-01-05T17:01:04.261Z | info: installing component 'cargo' |
88 | 2024-01-05T17:01:05.573Z | info: installing component 'clippy' |
89 | 2024-01-05T17:01:06.059Z | info: installing component 'rust-docs' |
90 | 2024-01-05T17:01:08.980Z | info: installing component 'rust-std' |
91 | 2024-01-05T17:01:11.379Z | info: installing component 'rustc' |
92 | 2024-01-05T17:01:17.707Z | info: installing component 'rustfmt' |
93 | 2024-01-05T17:01:18.266Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
94 | 2024-01-05T17:01:18.270Z | + rustc --version |
95 | 2024-01-05T17:01:18.424Z | rustc 1.74.1 (a28077b28 2023-12-04) |
96 | 2024-01-05T17:01:18.432Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2024-01-05T17:01:30.353Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2024-01-05T17:01:31.885Z | Startup: Caching catalogs ... Done |
99 | 2024-01-05T17:01:40.105Z | Planning: Solver setup ... Done (7.776s) |
100 | 2024-01-05T17:01:40.273Z | Planning: Running solver ... Done (0.167s) |
101 | 2024-01-05T17:01:40.353Z | Planning: Finding local manifests ... Done (0.004s) |
102 | 2024-01-05T17:01:40.368Z | Planning: Fetching manifests: 0/6 0% complete |
103 | 2024-01-05T17:01:40.706Z | Planning: Fetching manifests: 6/6 100% complete |
104 | 2024-01-05T17:01:40.799Z | Planning: Package planning ... Done (0.093s) |
105 | 2024-01-05T17:01:40.888Z | Planning: Merging actions ... Done (0.088s) |
106 | 2024-01-05T17:01:41.927Z | Planning: Checking for conflicting actions ... Done (1.037s) |
107 | 2024-01-05T17:01:41.944Z | Planning: Consolidating action changes ... Done (0.018s) |
108 | 2024-01-05T17:01:47.166Z | Planning: Evaluating mediators ... Done (5.222s) |
109 | 2024-01-05T17:01:47.282Z | Planning: Planning completed in 15.33 seconds |
110 | 2024-01-05T17:01:47.305Z | Packages to install: 4 |
111 | 2024-01-05T17:01:47.305Z | Packages to update: 2 |
112 | 2024-01-05T17:01:47.305Z | Mediators to change: 2 |
113 | 2024-01-05T17:01:47.308Z | Services to change: 1 |
114 | 2024-01-05T17:01:47.308Z | Estimated space available: 148.88 GB |
115 | 2024-01-05T17:01:47.308Z | Estimated space to be consumed: 1.44 GB |
116 | 2024-01-05T17:01:47.308Z | Create boot environment: No |
117 | 2024-01-05T17:01:47.308Z | Create backup boot environment: Yes |
118 | 2024-01-05T17:01:47.308Z | Rebuild boot archive: No |
119 | 2024-01-05T17:01:47.308Z | |
120 | 2024-01-05T17:01:47.308Z | Changed mediators: |
121 | 2024-01-05T17:01:47.308Z | mediator clang: |
122 | 2024-01-05T17:01:47.308Z | version: None -> 15 (system default) |
123 | 2024-01-05T17:01:47.309Z | |
124 | 2024-01-05T17:01:47.311Z | mediator llvm: |
125 | 2024-01-05T17:01:47.311Z | version: 14 (system default) -> 15 (system default) |
126 | 2024-01-05T17:01:47.311Z | |
127 | 2024-01-05T17:01:47.311Z | Changed packages: |
128 | 2024-01-05T17:01:47.311Z | helios-dev |
129 | 2024-01-05T17:01:47.311Z | developer/build-essential |
130 | 2024-01-05T17:01:47.311Z | None -> 11-2.0 |
131 | 2024-01-05T17:01:47.311Z | library/libxmlsec1 |
132 | 2024-01-05T17:01:47.311Z | None -> 1.2.35-2.0 |
133 | 2024-01-05T17:01:47.311Z | ooce/developer/clang-15 |
134 | 2024-01-05T17:01:47.311Z | None -> 15.0.7-2.0 |
135 | 2024-01-05T17:01:47.312Z | ooce/developer/llvm-15 |
136 | 2024-01-05T17:01:47.312Z | None -> 15.0.7-2.0 |
137 | 2024-01-05T17:01:47.312Z | system/library/g++-runtime |
138 | 2024-01-05T17:01:47.312Z | 12-2.0 -> 13-2.0 |
139 | 2024-01-05T17:01:47.312Z | system/library/gcc-runtime |
140 | 2024-01-05T17:01:47.312Z | 12-2.0 -> 13-2.0 |
141 | 2024-01-05T17:01:47.312Z | |
142 | 2024-01-05T17:01:47.312Z | Services: |
143 | 2024-01-05T17:01:47.312Z | restart_fmri: |
144 | 2024-01-05T17:01:47.312Z | svc:/system/update-man-index:default |
145 | 2024-01-05T17:01:47.709Z | |
146 | 2024-01-05T17:01:47.709Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
147 | 2024-01-05T17:01:53.139Z | Download: 1198/3330 items 80.0/221.1MB 36% complete (17.0M/s) |
148 | 2024-01-05T17:01:58.141Z | Download: 2235/3330 items 119.3/221.1MB 53% complete (11.9M/s) |
149 | 2024-01-05T17:02:03.147Z | Download: 3157/3330 items 149.8/221.1MB 67% complete (6.9M/s) |
150 | 2024-01-05T17:02:09.651Z | Download: 3277/3330 items 208.9/221.1MB 94% complete (8.9M/s) |
151 | 2024-01-05T17:02:14.404Z | Download: Completed 221.11 MB in 26.70 seconds (8.3M/s) |
152 | 2024-01-05T17:02:16.420Z | Actions: 1/3766 actions (Removing old actions) |
153 | 2024-01-05T17:02:16.420Z | Actions: 5/3766 actions (Installing new actions) |
154 | 2024-01-05T17:02:21.668Z | Actions: 2330/3766 actions (Installing new actions) |
155 | 2024-01-05T17:02:25.231Z | Actions: 3729/3766 actions (Updating modified actions) |
156 | 2024-01-05T17:02:26.264Z | Actions: Completed 3766 actions in 9.84 seconds. |
157 | 2024-01-05T17:02:26.590Z | Done (0.313s) |
158 | 2024-01-05T17:02:26.593Z | Done (0.001s) |
159 | 2024-01-05T17:02:26.893Z | Done (0.302s) |
160 | 2024-01-05T17:02:35.506Z | Done (8.476s) |
161 | 2024-01-05T17:02:35.930Z | Done (0.315s) |
162 | 2024-01-05T17:02:35.933Z | Done (0.000s) |
163 | 2024-01-05T17:02:36.195Z | Done (0.000s) |
164 | 2024-01-05T17:02:36.995Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-01-05T17:02:37.257Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-01-05T17:02:37.260Z | Planning: Consolidating action changes ... Done |
167 | 2024-01-05T17:02:37.717Z | Planning: Evaluating mediators ... Done |
168 | 2024-01-05T17:02:37.723Z | Planning: Planning completed in 0.76 seconds |
169 | 2024-01-05T17:02:37.781Z | Mediators to change: 2 |
170 | 2024-01-05T17:02:37.781Z | Create boot environment: No |
171 | 2024-01-05T17:02:37.781Z | Create backup boot environment: No |
172 | 2024-01-05T17:02:37.890Z | Done |
173 | 2024-01-05T17:02:37.890Z | Done |
174 | 2024-01-05T17:02:38.090Z | Done |
175 | 2024-01-05T17:02:44.436Z | Done |
176 | 2024-01-05T17:02:44.569Z | Done |
177 | 2024-01-05T17:02:44.572Z | Done |
178 | 2024-01-05T17:02:44.685Z | Done |
179 | 2024-01-05T17:02:45.758Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-01-05T17:02:45.761Z | Planning: Merging actions ... Done |
181 | 2024-01-05T17:02:46.115Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-01-05T17:02:46.119Z | Planning: Consolidating action changes ... Done |
183 | 2024-01-05T17:02:46.575Z | Planning: Evaluating mediators ... Done |
184 | 2024-01-05T17:02:46.673Z | Planning: Planning completed in 1.37 seconds |
185 | 2024-01-05T17:02:46.741Z | Packages to change: 1 |
186 | 2024-01-05T17:02:46.741Z | Mediators to change: 1 |
187 | 2024-01-05T17:02:46.742Z | Services to change: 1 |
188 | 2024-01-05T17:02:46.751Z | Create boot environment: No |
189 | 2024-01-05T17:02:46.751Z | Create backup boot environment: Yes |
190 | 2024-01-05T17:02:48.733Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-01-05T17:02:48.733Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2024-01-05T17:02:48.733Z | Done |
193 | 2024-01-05T17:02:48.733Z | Done |
194 | 2024-01-05T17:02:48.804Z | Done |
195 | 2024-01-05T17:02:55.276Z | Done |
196 | 2024-01-05T17:02:55.403Z | Done |
197 | 2024-01-05T17:02:55.406Z | Done |
198 | 2024-01-05T17:02:55.515Z | Done |
199 | 2024-01-05T17:02:56.211Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-01-05T17:02:56.211Z | clang system 15 system |
201 | 2024-01-05T17:02:56.211Z | csh system system illumos |
202 | 2024-01-05T17:02:56.211Z | ctags system system illumos |
203 | 2024-01-05T17:02:56.212Z | gcc vendor 12 vendor |
204 | 2024-01-05T17:02:56.212Z | gcc system 10 system |
205 | 2024-01-05T17:02:56.212Z | gcc system 7 system |
206 | 2024-01-05T17:02:56.212Z | go system 1.20 system |
207 | 2024-01-05T17:02:56.212Z | go system 1.19 system |
208 | 2024-01-05T17:02:56.212Z | llvm system 15 system |
209 | 2024-01-05T17:02:56.212Z | llvm system 14 system |
210 | 2024-01-05T17:02:56.212Z | mariadb system 10.6 system |
211 | 2024-01-05T17:02:56.212Z | mta vendor vendor dma |
212 | 2024-01-05T17:02:56.212Z | openjdk system 17 system |
213 | 2024-01-05T17:02:56.212Z | openjdk system 11 system |
214 | 2024-01-05T17:02:56.212Z | openjdk system 1.8 system |
215 | 2024-01-05T17:02:56.212Z | openssl vendor 3 vendor |
216 | 2024-01-05T17:02:56.212Z | perl system 5.36 system |
217 | 2024-01-05T17:02:56.212Z | postgresql system 15 system |
218 | 2024-01-05T17:02:56.212Z | postgresql system 13 system |
219 | 2024-01-05T17:02:56.212Z | python vendor 3 vendor |
220 | 2024-01-05T17:02:56.212Z | python system 2 system |
221 | 2024-01-05T17:02:56.212Z | python3 system 3.11 system |
222 | 2024-01-05T17:02:56.212Z | ruby system 3.0 system |
223 | 2024-01-05T17:02:56.212Z | words vendor vendor american-english |
224 | 2024-01-05T17:02:56.212Z | words system system australian-english |
225 | 2024-01-05T17:02:56.212Z | words system system british-english |
226 | 2024-01-05T17:02:56.212Z | words system system canadian-english |
227 | 2024-01-05T17:02:56.213Z | words system system french |
228 | 2024-01-05T17:02:56.213Z | words system system italian |
229 | 2024-01-05T17:02:56.213Z | words system system ngerman |
230 | 2024-01-05T17:02:56.213Z | words system system ogerman |
231 | 2024-01-05T17:02:56.213Z | words system system spanish |
232 | 2024-01-05T17:02:56.774Z | FMRI IFO |
233 | 2024-01-05T17:02:56.775Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2024-01-05T17:02:56.775Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2024-01-05T17:02:56.775Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2024-01-05T17:02:56.775Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
237 | 2024-01-05T17:02:56.775Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-01-05T17:02:56.775Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
239 | 2024-01-05T17:02:56.775Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
240 | 2024-01-05T17:02:56.775Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
241 | 2024-01-05T17:02:56.868Z | + set -o errexit |
242 | 2024-01-05T17:02:56.872Z | +++ dirname ./tools/ci_download_cockroachdb |
243 | 2024-01-05T17:02:56.872Z | ++ cd ./tools |
244 | 2024-01-05T17:02:56.872Z | ++ pwd |
245 | 2024-01-05T17:02:56.872Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
246 | 2024-01-05T17:02:56.872Z | ++ basename ./tools/ci_download_cockroachdb |
247 | 2024-01-05T17:02:56.872Z | + ARG0=ci_download_cockroachdb |
248 | 2024-01-05T17:02:56.875Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
249 | 2024-01-05T17:02:56.875Z | + CIDL_VERSION=v22.1.9 |
250 | 2024-01-05T17:02:56.875Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
251 | 2024-01-05T17:02:56.875Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
252 | 2024-01-05T17:02:56.875Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
253 | 2024-01-05T17:02:56.875Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
254 | 2024-01-05T17:02:56.875Z | + TARGET_DIR=out |
255 | 2024-01-05T17:02:56.877Z | + DOWNLOAD_DIR=out/downloads |
256 | 2024-01-05T17:02:56.877Z | + DEST_DIR=./out/cockroachdb |
257 | 2024-01-05T17:02:56.877Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
258 | 2024-01-05T17:02:56.877Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
259 | 2024-01-05T17:02:56.877Z | + main |
260 | 2024-01-05T17:02:56.877Z | + [[ 0 != 0 ]] |
261 | 2024-01-05T17:02:56.877Z | + CIDL_OS=solaris2.11 |
262 | 2024-01-05T17:02:56.877Z | + [[ 0 != 0 ]] |
263 | 2024-01-05T17:02:56.877Z | + configure_os solaris2.11 |
264 | 2024-01-05T17:02:56.877Z | + echo 'current directory: /work/oxidecomputer/omicron' |
265 | 2024-01-05T17:02:56.877Z | current directory: /work/oxidecomputer/omicron |
266 | 2024-01-05T17:02:56.877Z | configuring based on OS: "solaris2.11" |
267 | 2024-01-05T17:02:56.881Z | + echo 'configuring based on OS: "solaris2.11"' |
268 | 2024-01-05T17:02:56.881Z | + case "$1" in |
269 | 2024-01-05T17:02:56.881Z | + CIDL_BUILD=illumos |
270 | 2024-01-05T17:02:56.881Z | + CIDL_SUFFIX=tar.gz |
271 | 2024-01-05T17:02:56.881Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
272 | 2024-01-05T17:02:56.881Z | + CIDL_MD5FUNC=do_md5sum |
273 | 2024-01-05T17:02:56.881Z | + CIDL_URL_BASE=https://illumos.org/downloads |
274 | 2024-01-05T17:02:56.881Z | + CIDL_ASSEMBLE=do_assemble_illumos |
275 | 2024-01-05T17:02:56.881Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
276 | 2024-01-05T17:02:56.881Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-01-05T17:02:56.881Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-01-05T17:02:56.881Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
279 | 2024-01-05T17:02:56.881Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-01-05T17:02:56.881Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-01-05T17:02:56.881Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-01-05T17:02:56.882Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2024-01-05T17:02:56.882Z | + mkdir -p out/downloads |
284 | 2024-01-05T17:02:56.882Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-01-05T17:02:56.882Z | + mkdir -p ./out/cockroachdb |
286 | 2024-01-05T17:02:56.882Z | + local DO_DOWNLOAD=true |
287 | 2024-01-05T17:02:56.882Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
288 | 2024-01-05T17:02:56.882Z | + '[' true == true ']' |
289 | 2024-01-05T17:02:56.882Z | + echo Downloading... |
290 | 2024-01-05T17:02:56.882Z | Downloading... |
291 | 2024-01-05T17:02:56.884Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-01-05T17:02:56.884Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-01-05T17:02:58.791Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-01-05T17:02:58.794Z | ++ md5sum |
295 | 2024-01-05T17:02:58.794Z | ++ awk '{print $1}' |
296 | 2024-01-05T17:02:58.976Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
297 | 2024-01-05T17:02:58.976Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
298 | 2024-01-05T17:02:58.976Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-01-05T17:02:58.976Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
300 | 2024-01-05T17:03:02.384Z | + do_assemble_illumos |
301 | 2024-01-05T17:03:02.384Z | + rm -r ./out/cockroachdb |
302 | 2024-01-05T17:03:02.387Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
303 | 2024-01-05T17:03:03.031Z | + ./out/cockroachdb/bin/cockroach version |
304 | 2024-01-05T17:03:03.249Z | Build Tag: v22.1.9-dirty |
305 | 2024-01-05T17:03:03.249Z | Build Time: 2022/10/26 21:17:46 |
306 | 2024-01-05T17:03:03.249Z | Distribution: OSS |
307 | 2024-01-05T17:03:03.249Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
308 | 2024-01-05T17:03:03.249Z | Go Version: go1.17.13 |
309 | 2024-01-05T17:03:03.249Z | C Compiler: gcc 10.3.0 |
310 | 2024-01-05T17:03:03.249Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
311 | 2024-01-05T17:03:03.250Z | Build Type: release |
312 | 2024-01-05T17:03:03.275Z | + set -o errexit |
313 | 2024-01-05T17:03:03.279Z | +++ dirname ./tools/ci_download_clickhouse |
314 | 2024-01-05T17:03:03.279Z | ++ cd ./tools |
315 | 2024-01-05T17:03:03.279Z | ++ pwd |
316 | 2024-01-05T17:03:03.283Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
317 | 2024-01-05T17:03:03.283Z | ++ basename ./tools/ci_download_clickhouse |
318 | 2024-01-05T17:03:03.283Z | + ARG0=ci_download_clickhouse |
319 | 2024-01-05T17:03:03.283Z | + TARGET_DIR=out |
320 | 2024-01-05T17:03:03.283Z | + DOWNLOAD_DIR=out/downloads |
321 | 2024-01-05T17:03:03.283Z | + DEST_DIR=./out/clickhouse |
322 | 2024-01-05T17:03:03.283Z | + CIDL_VERSION=v22.8.9.24 |
323 | 2024-01-05T17:03:03.283Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
324 | 2024-01-05T17:03:03.287Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
325 | 2024-01-05T17:03:03.287Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
326 | 2024-01-05T17:03:03.287Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
327 | 2024-01-05T17:03:03.287Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
328 | 2024-01-05T17:03:03.287Z | + main |
329 | 2024-01-05T17:03:03.287Z | + [[ 0 != 0 ]] |
330 | 2024-01-05T17:03:03.287Z | + CIDL_OS=solaris2.11 |
331 | 2024-01-05T17:03:03.287Z | + [[ 0 != 0 ]] |
332 | 2024-01-05T17:03:03.287Z | + configure_os solaris2.11 |
333 | 2024-01-05T17:03:03.287Z | + echo 'current directory: /work/oxidecomputer/omicron' |
334 | 2024-01-05T17:03:03.287Z | current directory: /work/oxidecomputer/omicron |
335 | 2024-01-05T17:03:03.287Z | + echo 'configuring based on OS: "solaris2.11"' |
336 | 2024-01-05T17:03:03.287Z | + CIDL_DASHREV= |
337 | 2024-01-05T17:03:03.287Z | + case "$1" in |
338 | 2024-01-05T17:03:03.287Z | configuring based on OS: "solaris2.11" |
339 | 2024-01-05T17:03:03.289Z | + CIDL_PLATFORM=illumos |
340 | 2024-01-05T17:03:03.289Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
341 | 2024-01-05T17:03:03.289Z | + CIDL_MD5FUNC=do_md5sum |
342 | 2024-01-05T17:03:03.289Z | + CIDL_DASHREV=-1 |
343 | 2024-01-05T17:03:03.289Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
344 | 2024-01-05T17:03:03.289Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-01-05T17:03:03.289Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-01-05T17:03:03.289Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-01-05T17:03:03.289Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2024-01-05T17:03:03.289Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2024-01-05T17:03:03.289Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-01-05T17:03:03.289Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2024-01-05T17:03:03.289Z | + mkdir -p out/downloads |
352 | 2024-01-05T17:03:03.289Z | + mkdir -p ./out/clickhouse |
353 | 2024-01-05T17:03:03.294Z | + local DO_DOWNLOAD=true |
354 | 2024-01-05T17:03:03.294Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
355 | 2024-01-05T17:03:03.294Z | + '[' true == true ']' |
356 | 2024-01-05T17:03:03.294Z | + echo Downloading... |
357 | 2024-01-05T17:03:03.294Z | Downloading... |
358 | 2024-01-05T17:03:03.295Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-01-05T17:03:03.295Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-01-05T17:03:05.165Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2024-01-05T17:03:05.169Z | ++ md5sum |
362 | 2024-01-05T17:03:05.169Z | ++ awk '{print $1}' |
363 | 2024-01-05T17:03:05.439Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
364 | 2024-01-05T17:03:05.440Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
365 | 2024-01-05T17:03:05.440Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
366 | 2024-01-05T17:03:05.443Z | + mkdir -p ./out/clickhouse |
367 | 2024-01-05T17:03:05.443Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
368 | 2024-01-05T17:03:10.350Z | + ./out/clickhouse/clickhouse server --version |
369 | 2024-01-05T17:03:10.409Z | ClickHouse server version 22.8.9.1. |
370 | 2024-01-05T17:03:10.433Z | + set -o errexit |
371 | 2024-01-05T17:03:10.436Z | +++ dirname ./tools/ci_download_console |
372 | 2024-01-05T17:03:10.441Z | ++ cd ./tools |
373 | 2024-01-05T17:03:10.441Z | ++ pwd |
374 | 2024-01-05T17:03:10.441Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
375 | 2024-01-05T17:03:10.445Z | ++ basename ./tools/ci_download_console |
376 | 2024-01-05T17:03:10.445Z | + ARG0=ci_download_console |
377 | 2024-01-05T17:03:10.445Z | + TARGET_DIR=out |
378 | 2024-01-05T17:03:10.445Z | + DOWNLOAD_DIR=out/downloads |
379 | 2024-01-05T17:03:10.445Z | + DEST_DIR=./out/console-assets |
380 | 2024-01-05T17:03:10.445Z | + source /work/oxidecomputer/omicron/tools/console_version |
381 | 2024-01-05T17:03:10.445Z | ++ COMMIT=02c6ce747fd5dd05e9d454ecb1bf70392c9d954e |
382 | 2024-01-05T17:03:10.445Z | ++ SHA2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 |
383 | 2024-01-05T17:03:10.445Z | + URL=https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
384 | 2024-01-05T17:03:10.445Z | + TARBALL_FILE=out/downloads/console.tar.gz |
385 | 2024-01-05T17:03:10.445Z | + main |
386 | 2024-01-05T17:03:10.445Z | + [[ 0 != 0 ]] |
387 | 2024-01-05T17:03:10.445Z | + echo 'URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz' |
388 | 2024-01-05T17:03:10.445Z | URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
389 | 2024-01-05T17:03:10.445Z | + echo 'Local file: out/downloads/console.tar.gz' |
390 | 2024-01-05T17:03:10.445Z | Local file: out/downloads/console.tar.gz |
391 | 2024-01-05T17:03:10.445Z | + local DO_DOWNLOAD=true |
392 | 2024-01-05T17:03:10.445Z | + [[ -f out/downloads/console.tar.gz ]] |
393 | 2024-01-05T17:03:10.445Z | + mkdir -p out/downloads |
394 | 2024-01-05T17:03:10.448Z | + '[' true == true ']' |
395 | 2024-01-05T17:03:10.448Z | + echo Downloading... |
396 | 2024-01-05T17:03:10.448Z | Downloading... |
397 | 2024-01-05T17:03:10.448Z | + do_download_curl https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz out/downloads/console.tar.gz |
398 | 2024-01-05T17:03:10.449Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
399 | 2024-01-05T17:03:11.193Z | ++ do_sha256sum out/downloads/console.tar.gz |
400 | 2024-01-05T17:03:11.196Z | ++ case "$OSTYPE" in |
401 | 2024-01-05T17:03:11.196Z | ++ SHA=sha256sum |
402 | 2024-01-05T17:03:11.196Z | ++ sha256sum |
403 | 2024-01-05T17:03:11.196Z | ++ awk '{print $1}' |
404 | 2024-01-05T17:03:11.218Z | + calculated_sha2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 |
405 | 2024-01-05T17:03:11.218Z | + [[ 39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 != \3\9\f\d\1\9\1\9\9\3\e\1\4\7\a\5\6\9\e\2\8\d\f\8\6\4\1\4\e\3\d\0\f\3\3\9\6\3\b\7\6\7\5\4\7\4\d\7\c\5\2\2\c\3\f\6\8\5\d\4\d\4\f\0 ]] |
406 | 2024-01-05T17:03:11.221Z | + rm -rf ./out/console-assets |
407 | 2024-01-05T17:03:11.221Z | + mkdir -p ./out/console-assets |
408 | 2024-01-05T17:03:11.223Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
409 | 2024-01-05T17:03:11.224Z | + mkdir -p ./out/console-assets |
410 | 2024-01-05T17:03:11.226Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
411 | 2024-01-05T17:03:11.360Z | + set -o errexit |
412 | 2024-01-05T17:03:11.363Z | +++ dirname ./tools/ci_download_maghemite_openapi |
413 | 2024-01-05T17:03:11.369Z | ++ cd ./tools |
414 | 2024-01-05T17:03:11.369Z | ++ pwd |
415 | 2024-01-05T17:03:11.369Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
416 | 2024-01-05T17:03:11.372Z | ++ basename ./tools/ci_download_maghemite_openapi |
417 | 2024-01-05T17:03:11.372Z | + ARG0=ci_download_maghemite_openapi |
418 | 2024-01-05T17:03:11.372Z | + TARGET_DIR=out |
419 | 2024-01-05T17:03:11.372Z | + DOWNLOAD_DIR=out/downloads |
420 | 2024-01-05T17:03:11.372Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
421 | 2024-01-05T17:03:11.376Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
422 | 2024-01-05T17:03:11.376Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
423 | 2024-01-05T17:03:11.376Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
424 | 2024-01-05T17:03:11.376Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
425 | 2024-01-05T17:03:11.376Z | + main |
426 | 2024-01-05T17:03:11.376Z | + [[ 0 != 0 ]] |
427 | 2024-01-05T17:03:11.376Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
428 | 2024-01-05T17:03:11.376Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
429 | 2024-01-05T17:03:11.376Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
430 | 2024-01-05T17:03:11.376Z | + local DO_DOWNLOAD=true |
431 | 2024-01-05T17:03:11.376Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
432 | 2024-01-05T17:03:11.376Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
433 | 2024-01-05T17:03:11.376Z | + mkdir -p out/downloads |
434 | 2024-01-05T17:03:11.377Z | + '[' true == true ']' |
435 | 2024-01-05T17:03:11.377Z | + echo Downloading... |
436 | 2024-01-05T17:03:11.377Z | Downloading... |
437 | 2024-01-05T17:03:11.377Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
438 | 2024-01-05T17:03:11.377Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
439 | 2024-01-05T17:03:11.673Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
440 | 2024-01-05T17:03:11.673Z | ++ case "$OSTYPE" in |
441 | 2024-01-05T17:03:11.675Z | ++ SHA=sha256sum |
442 | 2024-01-05T17:03:11.675Z | ++ sha256sum |
443 | 2024-01-05T17:03:11.676Z | ++ awk '{print $1}' |
444 | 2024-01-05T17:03:11.679Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
445 | 2024-01-05T17:03:11.679Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
446 | 2024-01-05T17:03:11.682Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
447 | 2024-01-05T17:03:11.682Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
448 | 2024-01-05T17:03:11.682Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
449 | 2024-01-05T17:03:11.682Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
450 | 2024-01-05T17:03:11.682Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
451 | 2024-01-05T17:03:11.682Z | + main |
452 | 2024-01-05T17:03:11.682Z | + [[ 0 != 0 ]] |
453 | 2024-01-05T17:03:11.682Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
454 | 2024-01-05T17:03:11.682Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
455 | 2024-01-05T17:03:11.682Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
456 | 2024-01-05T17:03:11.682Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
457 | 2024-01-05T17:03:11.682Z | + local DO_DOWNLOAD=true |
458 | 2024-01-05T17:03:11.682Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
459 | 2024-01-05T17:03:11.682Z | + mkdir -p out/downloads |
460 | 2024-01-05T17:03:11.685Z | + '[' true == true ']' |
461 | 2024-01-05T17:03:11.685Z | + echo Downloading... |
462 | 2024-01-05T17:03:11.685Z | Downloading... |
463 | 2024-01-05T17:03:11.685Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
464 | 2024-01-05T17:03:11.686Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
465 | 2024-01-05T17:03:11.831Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
466 | 2024-01-05T17:03:11.834Z | ++ case "$OSTYPE" in |
467 | 2024-01-05T17:03:11.834Z | ++ SHA=sha256sum |
468 | 2024-01-05T17:03:11.834Z | ++ sha256sum |
469 | 2024-01-05T17:03:11.834Z | ++ awk '{print $1}' |
470 | 2024-01-05T17:03:11.838Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
471 | 2024-01-05T17:03:11.841Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
472 | 2024-01-05T17:03:11.848Z | + set -o errexit |
473 | 2024-01-05T17:03:11.851Z | +++ dirname ./tools/ci_download_dendrite_openapi |
474 | 2024-01-05T17:03:11.857Z | ++ cd ./tools |
475 | 2024-01-05T17:03:11.857Z | ++ pwd |
476 | 2024-01-05T17:03:11.857Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
477 | 2024-01-05T17:03:11.860Z | ++ basename ./tools/ci_download_dendrite_openapi |
478 | 2024-01-05T17:03:11.860Z | + ARG0=ci_download_dendrite_openapi |
479 | 2024-01-05T17:03:11.860Z | + TARGET_DIR=out |
480 | 2024-01-05T17:03:11.860Z | + DOWNLOAD_DIR=out/downloads |
481 | 2024-01-05T17:03:11.860Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
482 | 2024-01-05T17:03:11.860Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
483 | 2024-01-05T17:03:11.860Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
484 | 2024-01-05T17:03:11.860Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
485 | 2024-01-05T17:03:11.860Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
486 | 2024-01-05T17:03:11.861Z | + main |
487 | 2024-01-05T17:03:11.861Z | + [[ 0 != 0 ]] |
488 | 2024-01-05T17:03:11.862Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
489 | 2024-01-05T17:03:11.862Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
490 | 2024-01-05T17:03:11.862Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
491 | 2024-01-05T17:03:11.862Z | + local DO_DOWNLOAD=true |
492 | 2024-01-05T17:03:11.862Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
493 | 2024-01-05T17:03:11.862Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
494 | 2024-01-05T17:03:11.862Z | + mkdir -p out/downloads |
495 | 2024-01-05T17:03:11.865Z | + '[' true == true ']' |
496 | 2024-01-05T17:03:11.865Z | + echo Downloading... |
497 | 2024-01-05T17:03:11.865Z | Downloading... |
498 | 2024-01-05T17:03:11.865Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
499 | 2024-01-05T17:03:11.865Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
500 | 2024-01-05T17:03:12.052Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
501 | 2024-01-05T17:03:12.052Z | ++ case "$OSTYPE" in |
502 | 2024-01-05T17:03:12.055Z | ++ SHA=sha256sum |
503 | 2024-01-05T17:03:12.055Z | ++ sha256sum |
504 | 2024-01-05T17:03:12.055Z | ++ awk '{print $1}' |
505 | 2024-01-05T17:03:12.059Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
506 | 2024-01-05T17:03:12.059Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
507 | 2024-01-05T17:03:12.069Z | + set -o errexit |
508 | 2024-01-05T17:03:12.073Z | +++ dirname ./tools/ci_download_dendrite_stub |
509 | 2024-01-05T17:03:12.077Z | ++ cd ./tools |
510 | 2024-01-05T17:03:12.077Z | ++ pwd |
511 | 2024-01-05T17:03:12.077Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
512 | 2024-01-05T17:03:12.077Z | ++ basename ./tools/ci_download_dendrite_stub |
513 | 2024-01-05T17:03:12.077Z | + ARG0=ci_download_dendrite_stub |
514 | 2024-01-05T17:03:12.077Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
515 | 2024-01-05T17:03:12.078Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
516 | 2024-01-05T17:03:12.078Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
517 | 2024-01-05T17:03:12.078Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
518 | 2024-01-05T17:03:12.078Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
519 | 2024-01-05T17:03:12.078Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
520 | 2024-01-05T17:03:12.078Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
521 | 2024-01-05T17:03:12.078Z | + TARGET_DIR=out |
522 | 2024-01-05T17:03:12.078Z | + DOWNLOAD_DIR=out/downloads |
523 | 2024-01-05T17:03:12.078Z | + DEST_DIR=./out/dendrite-stub |
524 | 2024-01-05T17:03:12.078Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
525 | 2024-01-05T17:03:12.078Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
526 | 2024-01-05T17:03:12.081Z | + REPO=oxidecomputer/dendrite |
527 | 2024-01-05T17:03:12.081Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
528 | 2024-01-05T17:03:12.081Z | + main |
529 | 2024-01-05T17:03:12.081Z | + [[ 0 != 0 ]] |
530 | 2024-01-05T17:03:12.081Z | + CIDL_OS=solaris2.11 |
531 | 2024-01-05T17:03:12.081Z | + [[ 0 != 0 ]] |
532 | 2024-01-05T17:03:12.081Z | + configure_os solaris2.11 |
533 | 2024-01-05T17:03:12.081Z | + echo 'current directory: /work/oxidecomputer/omicron' |
534 | 2024-01-05T17:03:12.083Z | current directory: /work/oxidecomputer/omicron |
535 | 2024-01-05T17:03:12.083Z | configuring based on OS: "solaris2.11" |
536 | 2024-01-05T17:03:12.083Z | + echo 'configuring based on OS: "solaris2.11"' |
537 | 2024-01-05T17:03:12.083Z | + case "$1" in |
538 | 2024-01-05T17:03:12.083Z | + SET_BINARIES= |
539 | 2024-01-05T17:03:12.083Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
540 | 2024-01-05T17:03:12.083Z | + CIDL_SHA256FUNC=do_sha256sum |
541 | 2024-01-05T17:03:12.083Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
542 | 2024-01-05T17:03:12.083Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
543 | 2024-01-05T17:03:12.083Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
544 | 2024-01-05T17:03:12.083Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
545 | 2024-01-05T17:03:12.083Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
546 | 2024-01-05T17:03:12.083Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
547 | 2024-01-05T17:03:12.083Z | Local file: out/downloads/dendrite-stub.tar.gz |
548 | 2024-01-05T17:03:12.083Z | + mkdir -p out/downloads |
549 | 2024-01-05T17:03:12.083Z | + mkdir -p ./out/dendrite-stub |
550 | 2024-01-05T17:03:12.087Z | + fetch_and_verify |
551 | 2024-01-05T17:03:12.087Z | + local DO_DOWNLOAD=true |
552 | 2024-01-05T17:03:12.087Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
553 | 2024-01-05T17:03:12.087Z | + '[' true == true ']' |
554 | 2024-01-05T17:03:12.087Z | + echo Downloading... |
555 | 2024-01-05T17:03:12.087Z | Downloading... |
556 | 2024-01-05T17:03:12.088Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
557 | 2024-01-05T17:03:12.088Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
558 | 2024-01-05T17:03:16.126Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
559 | 2024-01-05T17:03:16.133Z | ++ sha256sum |
560 | 2024-01-05T17:03:16.134Z | ++ awk '{print $1}' |
561 | 2024-01-05T17:03:16.249Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
562 | 2024-01-05T17:03:16.250Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
563 | 2024-01-05T17:03:16.250Z | + do_untar out/downloads/dendrite-stub.tar.gz |
564 | 2024-01-05T17:03:16.257Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
565 | 2024-01-05T17:03:17.328Z | + do_assemble |
566 | 2024-01-05T17:03:17.328Z | + rm -r ./out/dendrite-stub |
567 | 2024-01-05T17:03:17.331Z | + mkdir ./out/dendrite-stub |
568 | 2024-01-05T17:03:17.334Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
569 | 2024-01-05T17:03:17.482Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
570 | 2024-01-05T17:03:17.496Z | + set -o errexit |
571 | 2024-01-05T17:03:17.499Z | +++ dirname ./tools/ci_download_maghemite_mgd |
572 | 2024-01-05T17:03:17.501Z | ++ cd ./tools |
573 | 2024-01-05T17:03:17.501Z | ++ pwd |
574 | 2024-01-05T17:03:17.501Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
575 | 2024-01-05T17:03:17.504Z | ++ basename ./tools/ci_download_maghemite_mgd |
576 | 2024-01-05T17:03:17.505Z | + ARG0=ci_download_maghemite_mgd |
577 | 2024-01-05T17:03:17.505Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
578 | 2024-01-05T17:03:17.505Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
579 | 2024-01-05T17:03:17.505Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
580 | 2024-01-05T17:03:17.505Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
581 | 2024-01-05T17:03:17.505Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
582 | 2024-01-05T17:03:17.505Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
583 | 2024-01-05T17:03:17.505Z | + TARGET_DIR=out |
584 | 2024-01-05T17:03:17.505Z | + DOWNLOAD_DIR=out/downloads |
585 | 2024-01-05T17:03:17.505Z | + DEST_DIR=./out/mgd |
586 | 2024-01-05T17:03:17.505Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
587 | 2024-01-05T17:03:17.505Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
588 | 2024-01-05T17:03:17.505Z | + REPO=oxidecomputer/maghemite |
589 | 2024-01-05T17:03:17.509Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
590 | 2024-01-05T17:03:17.509Z | + main |
591 | 2024-01-05T17:03:17.509Z | + [[ 0 != 0 ]] |
592 | 2024-01-05T17:03:17.509Z | + CIDL_OS=solaris2.11 |
593 | 2024-01-05T17:03:17.509Z | + [[ 0 != 0 ]] |
594 | 2024-01-05T17:03:17.509Z | + configure_os solaris2.11 |
595 | 2024-01-05T17:03:17.509Z | + echo 'current directory: /work/oxidecomputer/omicron' |
596 | 2024-01-05T17:03:17.509Z | current directory: /work/oxidecomputer/omicron |
597 | 2024-01-05T17:03:17.509Z | + echo 'configuring based on OS: "solaris2.11"' |
598 | 2024-01-05T17:03:17.509Z | configuring based on OS: "solaris2.11" |
599 | 2024-01-05T17:03:17.509Z | + case "$1" in |
600 | 2024-01-05T17:03:17.509Z | + SET_BINARIES= |
601 | 2024-01-05T17:03:17.509Z | + CIDL_SHA256FUNC=do_sha256sum |
602 | 2024-01-05T17:03:17.509Z | + TARBALL_FILENAME=mgd.tar.gz |
603 | 2024-01-05T17:03:17.509Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
604 | 2024-01-05T17:03:17.509Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
605 | 2024-01-05T17:03:17.510Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
606 | 2024-01-05T17:03:17.511Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
607 | 2024-01-05T17:03:17.511Z | Local file: out/downloads/mgd.tar.gz |
608 | 2024-01-05T17:03:17.512Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
609 | 2024-01-05T17:03:17.512Z | + mkdir -p out/downloads |
610 | 2024-01-05T17:03:17.512Z | + mkdir -p ./out/mgd |
611 | 2024-01-05T17:03:17.515Z | + fetch_and_verify |
612 | 2024-01-05T17:03:17.515Z | + local DO_DOWNLOAD=true |
613 | 2024-01-05T17:03:17.515Z | + [[ -f out/downloads/mgd.tar.gz ]] |
614 | 2024-01-05T17:03:17.515Z | + '[' true == true ']' |
615 | 2024-01-05T17:03:17.515Z | + echo Downloading... |
616 | 2024-01-05T17:03:17.515Z | Downloading... |
617 | 2024-01-05T17:03:17.515Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
618 | 2024-01-05T17:03:17.515Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
619 | 2024-01-05T17:03:22.990Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
620 | 2024-01-05T17:03:22.993Z | ++ sha256sum |
621 | 2024-01-05T17:03:22.993Z | ++ awk '{print $1}' |
622 | 2024-01-05T17:03:23.069Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
623 | 2024-01-05T17:03:23.070Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
624 | 2024-01-05T17:03:23.073Z | + do_untar out/downloads/mgd.tar.gz |
625 | 2024-01-05T17:03:23.073Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
626 | 2024-01-05T17:03:23.729Z | + do_assemble |
627 | 2024-01-05T17:03:23.729Z | + rm -r ./out/mgd |
628 | 2024-01-05T17:03:23.729Z | + mkdir ./out/mgd |
629 | 2024-01-05T17:03:23.732Z | + cp -r out/downloads/root ./out/mgd/root |
630 | 2024-01-05T17:03:23.980Z | + set -o errexit |
631 | 2024-01-05T17:03:23.986Z | +++ dirname ./tools/ci_download_transceiver_control |
632 | 2024-01-05T17:03:23.987Z | ++ cd ./tools |
633 | 2024-01-05T17:03:23.987Z | ++ pwd |
634 | 2024-01-05T17:03:23.987Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
635 | 2024-01-05T17:03:23.988Z | ++ basename ./tools/ci_download_transceiver_control |
636 | 2024-01-05T17:03:23.988Z | + ARG0=ci_download_transceiver_control |
637 | 2024-01-05T17:03:23.988Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
638 | 2024-01-05T17:03:23.988Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
639 | 2024-01-05T17:03:23.988Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
640 | 2024-01-05T17:03:23.988Z | + TARGET_DIR=out |
641 | 2024-01-05T17:03:23.988Z | + DOWNLOAD_DIR=out/downloads |
642 | 2024-01-05T17:03:23.988Z | + DEST_DIR=./out/transceiver-control |
643 | 2024-01-05T17:03:23.989Z | + BIN_DIR=/opt/oxide/bin |
644 | 2024-01-05T17:03:23.989Z | + BINARY=xcvradm |
645 | 2024-01-05T17:03:23.989Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
646 | 2024-01-05T17:03:23.989Z | + REPO=oxidecomputer/transceiver-control |
647 | 2024-01-05T17:03:23.989Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
648 | 2024-01-05T17:03:23.989Z | + main |
649 | 2024-01-05T17:03:23.989Z | + [[ 0 != 0 ]] |
650 | 2024-01-05T17:03:23.989Z | + CIDL_OS=solaris2.11 |
651 | 2024-01-05T17:03:23.990Z | + [[ 0 != 0 ]] |
652 | 2024-01-05T17:03:23.990Z | + configure_os solaris2.11 |
653 | 2024-01-05T17:03:23.990Z | + echo 'current directory: /work/oxidecomputer/omicron' |
654 | 2024-01-05T17:03:23.990Z | current directory: /work/oxidecomputer/omicron |
655 | 2024-01-05T17:03:23.990Z | + echo 'configuring based on OS: "solaris2.11"' |
656 | 2024-01-05T17:03:23.990Z | configuring based on OS: "solaris2.11" |
657 | 2024-01-05T17:03:23.990Z | + case "$1" in |
658 | 2024-01-05T17:03:23.990Z | + SET_BINARIES= |
659 | 2024-01-05T17:03:23.992Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
660 | 2024-01-05T17:03:23.992Z | + CIDL_SHA256FUNC=do_sha256sum |
661 | 2024-01-05T17:03:23.992Z | + ARCHIVE_FILENAME=xcvradm.gz |
662 | 2024-01-05T17:03:23.992Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
663 | 2024-01-05T17:03:23.992Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
664 | 2024-01-05T17:03:23.992Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
665 | 2024-01-05T17:03:23.992Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2024-01-05T17:03:23.992Z | + echo 'Local file: out/downloads/xcvradm.gz' |
667 | 2024-01-05T17:03:23.993Z | Local file: out/downloads/xcvradm.gz |
668 | 2024-01-05T17:03:23.993Z | + mkdir -p out/downloads |
669 | 2024-01-05T17:03:23.993Z | + mkdir -p ./out/transceiver-control |
670 | 2024-01-05T17:03:23.997Z | + fetch_and_verify |
671 | 2024-01-05T17:03:23.997Z | + local DO_DOWNLOAD=true |
672 | 2024-01-05T17:03:23.997Z | + [[ -f out/downloads/xcvradm.gz ]] |
673 | 2024-01-05T17:03:23.997Z | + '[' true == true ']' |
674 | 2024-01-05T17:03:23.997Z | + echo Downloading... |
675 | 2024-01-05T17:03:23.997Z | Downloading... |
676 | 2024-01-05T17:03:23.997Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
677 | 2024-01-05T17:03:23.997Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
678 | 2024-01-05T17:03:26.292Z | ++ do_sha256sum out/downloads/xcvradm.gz |
679 | 2024-01-05T17:03:26.298Z | ++ sha256sum |
680 | 2024-01-05T17:03:26.299Z | ++ awk '{print $1}' |
681 | 2024-01-05T17:03:26.315Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
682 | 2024-01-05T17:03:26.315Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
683 | 2024-01-05T17:03:26.318Z | + do_unpack out/downloads/xcvradm.gz |
684 | 2024-01-05T17:03:26.318Z | + mkdir -p out/downloads/root//opt/oxide/bin |
685 | 2024-01-05T17:03:26.321Z | + gzip -dc out/downloads/xcvradm.gz |
686 | 2024-01-05T17:03:26.498Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
687 | 2024-01-05T17:03:26.949Z | + do_assemble |
688 | 2024-01-05T17:03:26.949Z | + rm -r ./out/transceiver-control |
689 | 2024-01-05T17:03:26.949Z | + mkdir ./out/transceiver-control |
690 | 2024-01-05T17:03:26.949Z | + cp -r out/downloads/root ./out/transceiver-control/root |
691 | 2024-01-05T17:03:26.950Z | All prerequisites installed successfully |
692 | 2024-01-05T17:03:26.950Z | |
693 | 2024-01-05T17:03:26.950Z | real 2:08.289120820 |
694 | 2024-01-05T17:03:26.950Z | user 59.391891798 |
695 | 2024-01-05T17:03:26.950Z | sys 10.881292603 |
696 | 2024-01-05T17:03:26.950Z | trap 0.030781298 |
697 | 2024-01-05T17:03:26.950Z | tflt 0.256348575 |
698 | 2024-01-05T17:03:26.950Z | dflt 1.112367801 |
699 | 2024-01-05T17:03:26.950Z | kflt 0.179924097 |
700 | 2024-01-05T17:03:26.950Z | lock 1.589627981 |
701 | 2024-01-05T17:03:26.951Z | slp 3:43.583317780 |
702 | 2024-01-05T17:03:26.951Z | lat 3.504290445 |
703 | 2024-01-05T17:03:26.951Z | stop 0.065102854 |
704 | 2024-01-05T17:03:26.951Z | + banner end-to-end-tests |
705 | 2024-01-05T17:03:26.951Z | |
706 | 2024-01-05T17:03:26.951Z | ###### # # ##### ##### #### ###### # # ##### |
707 | 2024-01-05T17:03:26.951Z | # ## # # # # # # # ## # # # |
708 | 2024-01-05T17:03:26.951Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
709 | 2024-01-05T17:03:26.951Z | # # # # # # # # # # # # # # # |
710 | 2024-01-05T17:03:26.951Z | # # ## # # # # # # # ## # # |
711 | 2024-01-05T17:03:26.951Z | ###### # # ##### # #### ###### # # ##### |
712 | 2024-01-05T17:03:26.951Z | |
713 | 2024-01-05T17:03:26.951Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
714 | 2024-01-05T17:03:26.951Z | + CARGO_PROFILE_DEV_DEBUG=1 |
715 | 2024-01-05T17:03:26.951Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
716 | 2024-01-05T17:03:26.951Z | + CARGO_PROFILE_TEST_DEBUG=1 |
717 | 2024-01-05T17:03:26.951Z | + export CARGO_INCREMENTAL=0 |
718 | 2024-01-05T17:03:26.952Z | + CARGO_INCREMENTAL=0 |
719 | 2024-01-05T17:03:26.952Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
720 | 2024-01-05T17:03:27.118Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
721 | 2024-01-05T17:03:27.584Z | Updating crates.io index |
722 | 2024-01-05T17:03:27.642Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2024-01-05T17:03:28.511Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2024-01-05T17:03:30.532Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2024-01-05T17:03:30.983Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
726 | 2024-01-05T17:03:31.410Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
727 | 2024-01-05T17:03:31.839Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
728 | 2024-01-05T17:03:32.251Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2024-01-05T17:03:33.332Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2024-01-05T17:03:35.350Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2024-01-05T17:03:36.398Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
732 | 2024-01-05T17:03:36.802Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2024-01-05T17:03:37.581Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
734 | 2024-01-05T17:03:38.167Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
735 | 2024-01-05T17:03:38.592Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2024-01-05T17:03:39.035Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2024-01-05T17:03:39.548Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2024-01-05T17:03:39.987Z | Updating git repository `https://github.com/njaremko/samael` |
739 | 2024-01-05T17:03:40.708Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2024-01-05T17:03:41.262Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
741 | 2024-01-05T17:03:41.775Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
742 | 2024-01-05T17:03:42.221Z | Updating git repository `https://github.com/jgallagher/nix` |
743 | 2024-01-05T17:03:43.553Z | Updating git repository `https://github.com/cbiffle/hubpack` |
744 | 2024-01-05T17:03:44.014Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2024-01-05T17:03:45.888Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2024-01-05T17:03:46.267Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2024-01-05T17:03:46.591Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2024-01-05T17:03:48.337Z | Downloading crates ... |
749 | 2024-01-05T17:03:48.561Z | Downloaded multer v2.1.0 |
750 | 2024-01-05T17:03:48.567Z | Downloaded crypto-bigint v0.5.2 |
751 | 2024-01-05T17:03:48.582Z | Downloaded crossbeam-epoch v0.9.15 |
752 | 2024-01-05T17:03:48.592Z | Downloaded async-stream-impl v0.3.5 |
753 | 2024-01-05T17:03:48.596Z | Downloaded atty v0.2.14 |
754 | 2024-01-05T17:03:48.600Z | Downloaded atomicwrites v0.4.3 |
755 | 2024-01-05T17:03:48.604Z | Downloaded pest_meta v2.7.2 |
756 | 2024-01-05T17:03:48.611Z | Downloaded aead v0.5.2 |
757 | 2024-01-05T17:03:48.616Z | Downloaded native-tls v0.2.11 |
758 | 2024-01-05T17:03:48.628Z | Downloaded normalize-line-endings v0.3.0 |
759 | 2024-01-05T17:03:48.635Z | Downloaded block-padding v0.3.3 |
760 | 2024-01-05T17:03:48.641Z | Downloaded ciborium-io v0.2.1 |
761 | 2024-01-05T17:03:48.647Z | Downloaded dtrace-parser v0.1.14 |
762 | 2024-01-05T17:03:48.650Z | Downloaded display-error-chain v0.2.0 |
763 | 2024-01-05T17:03:48.665Z | Downloaded defmt-parser v0.3.3 |
764 | 2024-01-05T17:03:48.668Z | Downloaded ansi_term v0.12.1 |
765 | 2024-01-05T17:03:48.668Z | Downloaded phf_shared v0.11.2 |
766 | 2024-01-05T17:03:48.668Z | Downloaded colorchoice v1.0.0 |
767 | 2024-01-05T17:03:48.668Z | Downloaded block-buffer v0.10.4 |
768 | 2024-01-05T17:03:48.671Z | Downloaded memoffset v0.9.0 |
769 | 2024-01-05T17:03:48.674Z | Downloaded precomputed-hash v0.1.1 |
770 | 2024-01-05T17:03:48.678Z | Downloaded pin-utils v0.1.0 |
771 | 2024-01-05T17:03:48.683Z | Downloaded cbc v0.1.2 |
772 | 2024-01-05T17:03:48.691Z | Downloaded chacha20 v0.9.1 |
773 | 2024-01-05T17:03:48.699Z | Downloaded thiserror-impl-no-std v2.0.2 |
774 | 2024-01-05T17:03:48.704Z | Downloaded convert_case v0.4.0 |
775 | 2024-01-05T17:03:48.708Z | Downloaded pem-rfc7468 v0.7.0 |
776 | 2024-01-05T17:03:48.715Z | Downloaded ident_case v1.0.1 |
777 | 2024-01-05T17:03:48.719Z | Downloaded deranged v0.3.8 |
778 | 2024-01-05T17:03:48.730Z | Downloaded dirs v5.0.1 |
779 | 2024-01-05T17:03:48.731Z | Downloaded rand_core v0.5.1 |
780 | 2024-01-05T17:03:48.735Z | Downloaded predicates-core v1.0.6 |
781 | 2024-01-05T17:03:48.741Z | Downloaded console v0.15.7 |
782 | 2024-01-05T17:03:48.745Z | Downloaded adler v1.0.2 |
783 | 2024-01-05T17:03:48.790Z | Downloaded http-range v0.1.5 |
784 | 2024-01-05T17:03:48.795Z | Downloaded quote v1.0.35 |
785 | 2024-01-05T17:03:48.795Z | Downloaded parking_lot_core v0.8.6 |
786 | 2024-01-05T17:03:48.795Z | Downloaded postgres-types v0.2.6 |
787 | 2024-01-05T17:03:48.795Z | Downloaded hubpack_derive v0.1.1 |
788 | 2024-01-05T17:03:48.795Z | Downloaded strsim v0.10.0 |
789 | 2024-01-05T17:03:48.795Z | Downloaded option-ext v0.2.0 |
790 | 2024-01-05T17:03:48.795Z | Downloaded zerocopy v0.3.0 |
791 | 2024-01-05T17:03:48.795Z | Downloaded hubpack v0.1.2 |
792 | 2024-01-05T17:03:48.796Z | Downloaded log v0.4.20 |
793 | 2024-01-05T17:03:48.796Z | Downloaded pbkdf2 v0.11.0 |
794 | 2024-01-05T17:03:48.814Z | Downloaded slog-envlogger v2.2.0 |
795 | 2024-01-05T17:03:48.814Z | Downloaded rustversion v1.0.14 |
796 | 2024-01-05T17:03:48.814Z | Downloaded slog-scope v4.4.0 |
797 | 2024-01-05T17:03:49.232Z | Downloaded signal-hook-registry v1.4.1 |
798 | 2024-01-05T17:03:49.232Z | Downloaded crc32fast v1.3.2 |
799 | 2024-01-05T17:03:49.232Z | Downloaded proc-macro2 v1.0.74 |
800 | 2024-01-05T17:03:49.232Z | Downloaded unicode-xid v0.2.4 |
801 | 2024-01-05T17:03:49.232Z | Downloaded dirs-next v2.0.0 |
802 | 2024-01-05T17:03:49.236Z | Downloaded platforms v3.0.2 |
803 | 2024-01-05T17:03:49.236Z | Downloaded pin-project-internal v1.1.3 |
804 | 2024-01-05T17:03:49.236Z | Downloaded thread_local v1.1.7 |
805 | 2024-01-05T17:03:49.236Z | Downloaded instant v0.1.12 |
806 | 2024-01-05T17:03:49.236Z | Downloaded ctr v0.9.2 |
807 | 2024-01-05T17:03:49.237Z | Downloaded russh-cryptovec v0.7.0 |
808 | 2024-01-05T17:03:49.237Z | Downloaded pkcs8 v0.10.2 |
809 | 2024-01-05T17:03:49.237Z | Downloaded httparse v1.8.0 |
810 | 2024-01-05T17:03:49.237Z | Downloaded slog-json v2.6.1 |
811 | 2024-01-05T17:03:49.237Z | Downloaded bytes v1.5.0 |
812 | 2024-01-05T17:03:49.237Z | Downloaded tempfile v3.8.1 |
813 | 2024-01-05T17:03:49.237Z | Downloaded md5 v0.7.0 |
814 | 2024-01-05T17:03:49.237Z | Downloaded tracing v0.1.37 |
815 | 2024-01-05T17:03:49.237Z | Downloaded doc-comment v0.3.3 |
816 | 2024-01-05T17:03:49.237Z | Downloaded indexmap v1.9.3 |
817 | 2024-01-05T17:03:49.237Z | Downloaded thread-id v4.2.0 |
818 | 2024-01-05T17:03:49.237Z | Downloaded chacha20poly1305 v0.10.1 |
819 | 2024-01-05T17:03:49.238Z | Downloaded equivalent v1.0.1 |
820 | 2024-01-05T17:03:49.238Z | Downloaded hyper-tls v0.5.0 |
821 | 2024-01-05T17:03:49.238Z | Downloaded pretty-hex v0.2.1 |
822 | 2024-01-05T17:03:49.238Z | Downloaded waitgroup v0.1.2 |
823 | 2024-01-05T17:03:49.238Z | Downloaded unicase v2.7.0 |
824 | 2024-01-05T17:03:49.238Z | Downloaded foreign-types v0.3.2 |
825 | 2024-01-05T17:03:49.238Z | Downloaded synstructure v0.12.6 |
826 | 2024-01-05T17:03:49.238Z | Downloaded num-rational v0.4.1 |
827 | 2024-01-05T17:03:49.238Z | Downloaded getrandom v0.1.16 |
828 | 2024-01-05T17:03:49.238Z | Downloaded subprocess v0.2.9 |
829 | 2024-01-05T17:03:49.238Z | Downloaded pin-project v1.1.3 |
830 | 2024-01-05T17:03:49.238Z | Downloaded rand_core v0.6.4 |
831 | 2024-01-05T17:03:49.238Z | Downloaded linked-hash-map v0.5.6 |
832 | 2024-01-05T17:03:49.239Z | Downloaded hostname v0.3.1 |
833 | 2024-01-05T17:03:49.239Z | Downloaded resolv-conf v0.7.0 |
834 | 2024-01-05T17:03:49.239Z | Downloaded rustc_version v0.4.0 |
835 | 2024-01-05T17:03:49.239Z | Downloaded phf_shared v0.10.0 |
836 | 2024-01-05T17:03:49.239Z | Downloaded tokio-native-tls v0.3.1 |
837 | 2024-01-05T17:03:49.239Z | Downloaded sha2 v0.10.8 |
838 | 2024-01-05T17:03:49.239Z | Downloaded take_mut v0.2.2 |
839 | 2024-01-05T17:03:49.239Z | Downloaded vec_map v0.8.2 |
840 | 2024-01-05T17:03:49.239Z | Downloaded hex v0.4.3 |
841 | 2024-01-05T17:03:49.239Z | Downloaded usdt v0.3.5 |
842 | 2024-01-05T17:03:49.239Z | Downloaded stable_deref_trait v1.2.0 |
843 | 2024-01-05T17:03:49.239Z | Downloaded fallible-iterator v0.2.0 |
844 | 2024-01-05T17:03:49.239Z | Downloaded miniz_oxide v0.7.1 |
845 | 2024-01-05T17:03:49.240Z | Downloaded num-bigint v0.4.4 |
846 | 2024-01-05T17:03:49.240Z | Downloaded foreign-types v0.5.0 |
847 | 2024-01-05T17:03:49.240Z | Downloaded slog-stdlog v4.1.1 |
848 | 2024-01-05T17:03:49.241Z | Downloaded managed v0.8.0 |
849 | 2024-01-05T17:03:49.241Z | Downloaded serde_spanned v0.6.4 |
850 | 2024-01-05T17:03:49.241Z | Downloaded memchr v2.6.3 |
851 | 2024-01-05T17:03:49.241Z | Downloaded foreign-types-shared v0.3.1 |
852 | 2024-01-05T17:03:49.241Z | Downloaded inout v0.1.3 |
853 | 2024-01-05T17:03:49.241Z | Downloaded lalrpop-util v0.19.12 |
854 | 2024-01-05T17:03:49.241Z | Downloaded ed25519 v2.2.2 |
855 | 2024-01-05T17:03:49.241Z | Downloaded static_assertions v1.1.0 |
856 | 2024-01-05T17:03:49.241Z | Downloaded quick-error v1.2.3 |
857 | 2024-01-05T17:03:49.241Z | Downloaded pkg-config v0.3.27 |
858 | 2024-01-05T17:03:49.241Z | Downloaded rcgen v0.11.3 |
859 | 2024-01-05T17:03:49.241Z | Downloaded semver-parser v0.10.2 |
860 | 2024-01-05T17:03:49.242Z | Downloaded proc-macro-crate v1.3.1 |
861 | 2024-01-05T17:03:49.242Z | Downloaded serde_path_to_error v0.1.14 |
862 | 2024-01-05T17:03:49.242Z | Downloaded swrite v0.1.0 |
863 | 2024-01-05T17:03:49.242Z | Downloaded toolchain_find v0.2.0 |
864 | 2024-01-05T17:03:49.242Z | Downloaded strum_macros v0.25.2 |
865 | 2024-01-05T17:03:49.242Z | Downloaded foreign-types-macros v0.2.3 |
866 | 2024-01-05T17:03:49.242Z | Downloaded ucd-trie v0.1.6 |
867 | 2024-01-05T17:03:49.242Z | Downloaded toml v0.8.8 |
868 | 2024-01-05T17:03:49.242Z | Downloaded libsw v3.3.1 |
869 | 2024-01-05T17:03:49.242Z | Downloaded trust-dns-client v0.22.0 |
870 | 2024-01-05T17:03:49.242Z | Downloaded want v0.3.1 |
871 | 2024-01-05T17:03:49.242Z | Downloaded futures-sink v0.3.30 |
872 | 2024-01-05T17:03:49.242Z | Downloaded rustfmt-wrapper v0.2.0 |
873 | 2024-01-05T17:03:49.242Z | Downloaded generic-array v0.14.7 |
874 | 2024-01-05T17:03:49.242Z | Downloaded fnv v1.0.7 |
875 | 2024-01-05T17:03:49.243Z | Downloaded secrecy v0.8.0 |
876 | 2024-01-05T17:03:49.243Z | Downloaded uuid v1.6.1 |
877 | 2024-01-05T17:03:49.243Z | Downloaded siphasher v0.3.11 |
878 | 2024-01-05T17:03:49.243Z | Downloaded fixedbitset v0.4.2 |
879 | 2024-01-05T17:03:49.244Z | Downloaded hmac v0.12.1 |
880 | 2024-01-05T17:03:49.244Z | Downloaded smallvec v1.11.2 |
881 | 2024-01-05T17:03:49.244Z | Downloaded serde_tokenstream v0.2.0 |
882 | 2024-01-05T17:03:49.244Z | Downloaded zeroize_derive v1.4.2 |
883 | 2024-01-05T17:03:49.244Z | Downloaded zip v0.6.6 |
884 | 2024-01-05T17:03:49.244Z | Downloaded http-body v0.4.5 |
885 | 2024-01-05T17:03:49.244Z | Downloaded sct v0.7.0 |
886 | 2024-01-05T17:03:49.244Z | Downloaded structopt-derive v0.4.18 |
887 | 2024-01-05T17:03:49.244Z | Downloaded rand_chacha v0.2.2 |
888 | 2024-01-05T17:03:49.244Z | Downloaded subtle v2.5.0 |
889 | 2024-01-05T17:03:49.244Z | Downloaded term v0.7.0 |
890 | 2024-01-05T17:03:49.244Z | Downloaded kstat-rs v0.2.3 |
891 | 2024-01-05T17:03:49.244Z | Downloaded aes v0.8.3 |
892 | 2024-01-05T17:03:49.244Z | Downloaded sha1 v0.10.6 |
893 | 2024-01-05T17:03:49.245Z | Downloaded heck v0.3.3 |
894 | 2024-01-05T17:03:49.245Z | Downloaded enum-as-inner v0.5.1 |
895 | 2024-01-05T17:03:49.245Z | Downloaded ed25519-dalek v2.0.0 |
896 | 2024-01-05T17:03:49.245Z | Downloaded nom v7.1.3 |
897 | 2024-01-05T17:03:49.245Z | Downloaded rustls-native-certs v0.6.3 |
898 | 2024-01-05T17:03:49.245Z | Downloaded snafu v0.7.5 |
899 | 2024-01-05T17:03:49.245Z | Downloaded spin v0.9.8 |
900 | 2024-01-05T17:03:49.255Z | Downloaded snafu-derive v0.7.5 |
901 | 2024-01-05T17:03:49.255Z | Downloaded tinyvec v1.6.0 |
902 | 2024-01-05T17:03:49.256Z | Downloaded getrandom v0.2.10 |
903 | 2024-01-05T17:03:49.261Z | Downloaded trust-dns-server v0.22.1 |
904 | 2024-01-05T17:03:49.268Z | Downloaded ipnet v2.8.0 |
905 | 2024-01-05T17:03:49.268Z | Downloaded similar v2.3.0 |
906 | 2024-01-05T17:03:49.277Z | Downloaded rand v0.7.3 |
907 | 2024-01-05T17:03:49.291Z | Downloaded flate2 v1.0.28 |
908 | 2024-01-05T17:03:49.299Z | Downloaded tokio-postgres v0.7.10 |
909 | 2024-01-05T17:03:49.312Z | Downloaded russh v0.40.2 |
910 | 2024-01-05T17:03:49.319Z | Downloaded aho-corasick v1.0.4 |
911 | 2024-01-05T17:03:49.326Z | Downloaded unicode-segmentation v1.10.1 |
912 | 2024-01-05T17:03:49.334Z | Downloaded trust-dns-resolver v0.22.0 |
913 | 2024-01-05T17:03:49.342Z | Downloaded hashbrown v0.12.3 |
914 | 2024-01-05T17:03:49.351Z | Downloaded serde_json v1.0.108 |
915 | 2024-01-05T17:03:49.365Z | Downloaded clap_builder v4.4.2 |
916 | 2024-01-05T17:03:49.379Z | Downloaded serde_with v3.4.0 |
917 | 2024-01-05T17:03:49.391Z | Downloaded petgraph v0.6.4 |
918 | 2024-01-05T17:03:49.417Z | Downloaded radix_trie v0.2.1 |
919 | 2024-01-05T17:03:49.428Z | Downloaded tokio-util v0.7.10 |
920 | 2024-01-05T17:03:49.442Z | Downloaded rustls-webpki v0.101.7 |
921 | 2024-01-05T17:03:49.474Z | Downloaded mio v0.8.9 |
922 | 2024-01-05T17:03:49.485Z | Downloaded regex-automata v0.1.10 |
923 | 2024-01-05T17:03:49.497Z | Downloaded itertools v0.12.0 |
924 | 2024-01-05T17:03:49.510Z | Downloaded hyper v0.14.27 |
925 | 2024-01-05T17:03:49.527Z | Downloaded gimli v0.28.0 |
926 | 2024-01-05T17:03:49.544Z | Downloaded reqwest v0.11.22 |
927 | 2024-01-05T17:03:49.559Z | Downloaded winnow v0.5.15 |
928 | 2024-01-05T17:03:49.576Z | Downloaded idna v0.5.0 |
929 | 2024-01-05T17:03:49.601Z | Downloaded syn v1.0.109 |
930 | 2024-01-05T17:03:49.611Z | Downloaded syn v2.0.46 |
931 | 2024-01-05T17:03:49.633Z | Downloaded regex-syntax v0.7.5 |
932 | 2024-01-05T17:03:49.651Z | Downloaded smoltcp v0.9.1 |
933 | 2024-01-05T17:03:49.674Z | Downloaded vcpkg v0.2.15 |
934 | 2024-01-05T17:03:49.753Z | Downloaded webpki-roots v0.25.2 |
935 | 2024-01-05T17:03:49.761Z | Downloaded trust-dns-proto v0.22.0 |
936 | 2024-01-05T17:03:49.821Z | Downloaded rustix v0.38.25 |
937 | 2024-01-05T17:03:49.849Z | Downloaded sled v0.34.7 |
938 | 2024-01-05T17:03:49.871Z | Downloaded rustix v0.37.23 |
939 | 2024-01-05T17:03:49.916Z | Downloaded regex-automata v0.3.8 |
940 | 2024-01-05T17:03:49.954Z | Downloaded tokio v1.35.0 |
941 | 2024-01-05T17:03:50.030Z | Downloaded regex-syntax v0.8.2 |
942 | 2024-01-05T17:03:50.047Z | Downloaded zerocopy-derive v0.2.0 |
943 | 2024-01-05T17:03:50.069Z | Downloaded regex-automata v0.4.3 |
944 | 2024-01-05T17:03:50.106Z | Downloaded libc v0.2.151 |
945 | 2024-01-05T17:03:50.164Z | Downloaded sha3 v0.10.8 |
946 | 2024-01-05T17:03:50.187Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
947 | 2024-01-05T17:03:50.208Z | Downloaded zerocopy-derive v0.7.31 |
948 | 2024-01-05T17:03:50.230Z | Downloaded zerocopy-derive v0.6.4 |
949 | 2024-01-05T17:03:50.251Z | Downloaded winapi v0.3.9 |
950 | 2024-01-05T17:03:50.331Z | Downloaded encoding_rs v0.8.33 |
951 | 2024-01-05T17:03:50.379Z | Downloaded bstr v1.6.0 |
952 | 2024-01-05T17:03:50.402Z | Downloaded diesel v2.1.4 |
953 | 2024-01-05T17:03:50.433Z | Downloaded rustls v0.21.9 |
954 | 2024-01-05T17:03:50.462Z | Downloaded bstr v0.2.17 |
955 | 2024-01-05T17:03:50.480Z | Downloaded curve25519-dalek v4.1.1 |
956 | 2024-01-05T17:03:50.504Z | Downloaded openssl v0.10.60 |
957 | 2024-01-05T17:03:50.520Z | Downloaded regress v0.7.1 |
958 | 2024-01-05T17:03:50.541Z | Downloaded smoltcp v0.10.0 |
959 | 2024-01-05T17:03:50.566Z | Downloaded ring v0.17.7 |
960 | 2024-01-05T17:03:50.699Z | Downloaded h2 v0.3.21 |
961 | 2024-01-05T17:03:50.711Z | Downloaded regex v1.10.2 |
962 | 2024-01-05T17:03:50.737Z | Downloaded idna v0.2.3 |
963 | 2024-01-05T17:03:50.750Z | Downloaded openapiv3 v2.0.0 |
964 | 2024-01-05T17:03:50.775Z | Downloaded chrono v0.4.31 |
965 | 2024-01-05T17:03:50.791Z | Downloaded hkdf v0.12.4 |
966 | 2024-01-05T17:03:50.796Z | Downloaded clap v2.34.0 |
967 | 2024-01-05T17:03:50.810Z | Downloaded object v0.32.1 |
968 | 2024-01-05T17:03:50.853Z | Downloaded time v0.3.27 |
969 | 2024-01-05T17:03:50.856Z | Downloaded itertools v0.10.5 |
970 | 2024-01-05T17:03:50.859Z | Downloaded ring v0.16.20 |
971 | 2024-01-05T17:03:51.031Z | Downloaded itertools v0.11.0 |
972 | 2024-01-05T17:03:51.038Z | Downloaded toml_edit v0.19.15 |
973 | 2024-01-05T17:03:51.061Z | Downloaded hashbrown v0.14.2 |
974 | 2024-01-05T17:03:51.070Z | Downloaded serde v1.0.193 |
975 | 2024-01-05T17:03:51.076Z | Downloaded toml_edit v0.21.0 |
976 | 2024-01-05T17:03:51.116Z | Downloaded hashbrown v0.13.2 |
977 | 2024-01-05T17:03:51.125Z | Downloaded libm v0.2.7 |
978 | 2024-01-05T17:03:51.141Z | Downloaded futures-util v0.3.30 |
979 | 2024-01-05T17:03:51.162Z | Downloaded structopt v0.3.26 |
980 | 2024-01-05T17:03:51.175Z | Downloaded pest v2.7.2 |
981 | 2024-01-05T17:03:51.185Z | Downloaded postcard v1.0.8 |
982 | 2024-01-05T17:03:51.193Z | Downloaded http v0.2.11 |
983 | 2024-01-05T17:03:51.197Z | Downloaded slog v2.7.0 |
984 | 2024-01-05T17:03:51.202Z | Downloaded elliptic-curve v0.13.8 |
985 | 2024-01-05T17:03:51.208Z | Downloaded zerocopy v0.7.31 |
986 | 2024-01-05T17:03:51.238Z | Downloaded socket2 v0.5.5 |
987 | 2024-01-05T17:03:51.243Z | Downloaded heapless v0.7.16 |
988 | 2024-01-05T17:03:51.250Z | Downloaded url v2.5.0 |
989 | 2024-01-05T17:03:51.255Z | Downloaded headers v0.3.9 |
990 | 2024-01-05T17:03:51.265Z | Downloaded socket2 v0.4.9 |
991 | 2024-01-05T17:03:51.268Z | Downloaded iana-time-zone v0.1.57 |
992 | 2024-01-05T17:03:51.271Z | Downloaded zeroize v1.7.0 |
993 | 2024-01-05T17:03:51.273Z | Downloaded slog-dtrace v0.2.3 |
994 | 2024-01-05T17:03:51.276Z | Downloaded half v1.8.2 |
995 | 2024-01-05T17:03:51.279Z | Downloaded unicode-normalization v0.1.22 |
996 | 2024-01-05T17:03:51.292Z | Downloaded keccak v0.1.4 |
997 | 2024-01-05T17:03:51.295Z | Downloaded zone v0.3.0 |
998 | 2024-01-05T17:03:51.295Z | Downloaded hyper-staticfile v0.9.5 |
999 | 2024-01-05T17:03:51.295Z | Downloaded schemars v0.8.16 |
1000 | 2024-01-05T17:03:51.312Z | Downloaded minimal-lexical v0.2.1 |
1001 | 2024-01-05T17:03:51.320Z | Downloaded getopts v0.2.21 |
1002 | 2024-01-05T17:03:51.323Z | Downloaded thiserror v1.0.49 |
1003 | 2024-01-05T17:03:51.329Z | Downloaded group v0.13.0 |
1004 | 2024-01-05T17:03:51.332Z | Downloaded glob v0.3.1 |
1005 | 2024-01-05T17:03:51.337Z | Downloaded spin v0.5.2 |
1006 | 2024-01-05T17:03:51.340Z | Downloaded num-traits v0.2.16 |
1007 | 2024-01-05T17:03:51.343Z | Downloaded slab v0.4.9 |
1008 | 2024-01-05T17:03:51.343Z | Downloaded tokio-rustls v0.24.1 |
1009 | 2024-01-05T17:03:51.347Z | Downloaded slog-bunyan v2.4.0 |
1010 | 2024-01-05T17:03:51.350Z | Downloaded flagset v0.4.3 |
1011 | 2024-01-05T17:03:51.352Z | Downloaded pin-project-lite v0.2.13 |
1012 | 2024-01-05T17:03:51.360Z | Downloaded walkdir v2.4.0 |
1013 | 2024-01-05T17:03:51.363Z | Downloaded string_cache v0.8.7 |
1014 | 2024-01-05T17:03:51.366Z | Downloaded unicode-ident v1.0.12 |
1015 | 2024-01-05T17:03:51.369Z | Downloaded indexmap v2.1.0 |
1016 | 2024-01-05T17:03:51.375Z | Downloaded dirs-sys v0.4.1 |
1017 | 2024-01-05T17:03:51.378Z | Downloaded heck v0.4.1 |
1018 | 2024-01-05T17:03:51.381Z | Downloaded dof v0.1.5 |
1019 | 2024-01-05T17:03:51.384Z | Downloaded serde_derive_internals v0.26.0 |
1020 | 2024-01-05T17:03:51.391Z | Downloaded tokio-stream v0.1.14 |
1021 | 2024-01-05T17:03:51.393Z | Downloaded futures-macro v0.3.30 |
1022 | 2024-01-05T17:03:51.394Z | Downloaded crossbeam-channel v0.5.8 |
1023 | 2024-01-05T17:03:51.400Z | Downloaded aes-gcm v0.10.3 |
1024 | 2024-01-05T17:03:51.407Z | Downloaded serde_yaml v0.9.25 |
1025 | 2024-01-05T17:03:51.413Z | Downloaded serde_tokenstream v0.1.7 |
1026 | 2024-01-05T17:03:51.418Z | Downloaded spki v0.7.2 |
1027 | 2024-01-05T17:03:51.421Z | Downloaded yasna v0.5.2 |
1028 | 2024-01-05T17:03:51.425Z | Downloaded futures-core v0.3.30 |
1029 | 2024-01-05T17:03:51.428Z | Downloaded stringprep v0.1.3 |
1030 | 2024-01-05T17:03:51.430Z | Downloaded home v0.5.5 |
1031 | 2024-01-05T17:03:51.436Z | Downloaded parking_lot_core v0.9.8 |
1032 | 2024-01-05T17:03:51.436Z | Downloaded unsafe-libyaml v0.2.10 |
1033 | 2024-01-05T17:03:51.442Z | Downloaded derive_more v0.99.17 |
1034 | 2024-01-05T17:03:51.451Z | Downloaded linear-map v1.2.0 |
1035 | 2024-01-05T17:03:51.454Z | Downloaded thiserror-no-std v2.0.2 |
1036 | 2024-01-05T17:03:51.461Z | Downloaded tracing-core v0.1.31 |
1037 | 2024-01-05T17:03:51.465Z | Downloaded tower-service v0.3.2 |
1038 | 2024-01-05T17:03:51.471Z | Downloaded num_threads v0.1.6 |
1039 | 2024-01-05T17:03:51.471Z | Downloaded serde_urlencoded v0.7.1 |
1040 | 2024-01-05T17:03:51.474Z | Downloaded schemars_derive v0.8.16 |
1041 | 2024-01-05T17:03:51.474Z | Downloaded semver v0.11.0 |
1042 | 2024-01-05T17:03:51.477Z | Downloaded libefi-sys v0.1.0 |
1043 | 2024-01-05T17:03:51.479Z | Downloaded semver v1.0.20 |
1044 | 2024-01-05T17:03:51.482Z | Downloaded unicode-bidi v0.3.13 |
1045 | 2024-01-05T17:03:51.486Z | Downloaded zerocopy v0.6.4 |
1046 | 2024-01-05T17:03:51.490Z | Downloaded rfc6979 v0.4.0 |
1047 | 2024-01-05T17:03:51.493Z | Downloaded toml v0.7.8 |
1048 | 2024-01-05T17:03:51.497Z | Downloaded openssl-sys v0.9.96 |
1049 | 2024-01-05T17:03:51.506Z | Downloaded sec1 v0.7.3 |
1050 | 2024-01-05T17:03:51.509Z | Downloaded rustc-demangle v0.1.23 |
1051 | 2024-01-05T17:03:51.511Z | Downloaded russh-keys v0.40.1 |
1052 | 2024-01-05T17:03:51.516Z | Downloaded filetime v0.2.23 |
1053 | 2024-01-05T17:03:51.519Z | Downloaded futures-channel v0.3.30 |
1054 | 2024-01-05T17:03:51.525Z | Downloaded typenum v1.16.0 |
1055 | 2024-01-05T17:03:51.528Z | Downloaded hex-literal v0.4.1 |
1056 | 2024-01-05T17:03:51.528Z | Downloaded ff v0.13.0 |
1057 | 2024-01-05T17:03:51.531Z | Downloaded either v1.9.0 |
1058 | 2024-01-05T17:03:51.531Z | Downloaded hyper-rustls v0.24.2 |
1059 | 2024-01-05T17:03:51.535Z | Downloaded structmeta v0.2.0 |
1060 | 2024-01-05T17:03:51.537Z | Downloaded is-terminal v0.4.9 |
1061 | 2024-01-05T17:03:51.540Z | Downloaded ipnetwork v0.20.0 |
1062 | 2024-01-05T17:03:51.543Z | Downloaded hash32 v0.2.1 |
1063 | 2024-01-05T17:03:51.543Z | Downloaded utf8parse v0.2.1 |
1064 | 2024-01-05T17:03:51.545Z | Downloaded usdt-impl v0.3.5 |
1065 | 2024-01-05T17:03:51.548Z | Downloaded der v0.7.8 |
1066 | 2024-01-05T17:03:51.556Z | Downloaded io-lifetimes v1.0.11 |
1067 | 2024-01-05T17:03:51.560Z | Downloaded tar v0.4.40 |
1068 | 2024-01-05T17:03:51.565Z | Downloaded serde_with_macros v3.4.0 |
1069 | 2024-01-05T17:03:51.567Z | Downloaded const-oid v0.9.5 |
1070 | 2024-01-05T17:03:51.572Z | Downloaded slog-async v2.8.0 |
1071 | 2024-01-05T17:03:51.575Z | Downloaded backtrace v0.3.69 |
1072 | 2024-01-05T17:03:51.585Z | Downloaded ryu v1.0.15 |
1073 | 2024-01-05T17:03:51.588Z | Downloaded itoa v1.0.9 |
1074 | 2024-01-05T17:03:51.591Z | Downloaded float-cmp v0.9.0 |
1075 | 2024-01-05T17:03:51.593Z | Downloaded serde_repr v0.1.16 |
1076 | 2024-01-05T17:03:51.598Z | Downloaded httpdate v1.0.3 |
1077 | 2024-01-05T17:03:51.598Z | Downloaded zone_cfg_derive v0.3.0 |
1078 | 2024-01-05T17:03:51.601Z | Downloaded smf v0.2.2 |
1079 | 2024-01-05T17:03:51.601Z | Downloaded cc v1.0.83 |
1080 | 2024-01-05T17:03:51.611Z | Downloaded serde_derive v1.0.193 |
1081 | 2024-01-05T17:03:51.611Z | Downloaded futures-task v0.3.30 |
1082 | 2024-01-05T17:03:51.611Z | Downloaded futures-executor v0.3.30 |
1083 | 2024-01-05T17:03:51.615Z | Downloaded thiserror-impl v1.0.49 |
1084 | 2024-01-05T17:03:51.615Z | Downloaded ghash v0.5.0 |
1085 | 2024-01-05T17:03:51.619Z | Downloaded openssl-macros v0.1.1 |
1086 | 2024-01-05T17:03:51.619Z | Downloaded headers-core v0.2.0 |
1087 | 2024-01-05T17:03:51.619Z | Downloaded tinyvec_macros v0.1.1 |
1088 | 2024-01-05T17:03:51.622Z | Downloaded textwrap v0.11.0 |
1089 | 2024-01-05T17:03:51.626Z | Downloaded rand v0.8.5 |
1090 | 2024-01-05T17:03:51.629Z | Downloaded fastrand v2.0.0 |
1091 | 2024-01-05T17:03:51.632Z | Downloaded embedded-io v0.4.0 |
1092 | 2024-01-05T17:03:51.634Z | Downloaded blake2 v0.10.6 |
1093 | 2024-01-05T17:03:51.638Z | Downloaded tokio-macros v2.2.0 |
1094 | 2024-01-05T17:03:51.640Z | Downloaded time-core v0.1.1 |
1095 | 2024-01-05T17:03:51.641Z | Downloaded base64 v0.21.5 |
1096 | 2024-01-05T17:03:51.647Z | Downloaded num-complex v0.4.4 |
1097 | 2024-01-05T17:03:51.657Z | Downloaded darling v0.20.3 |
1098 | 2024-01-05T17:03:51.660Z | Downloaded time-macros v0.2.13 |
1099 | 2024-01-05T17:03:51.660Z | Downloaded percent-encoding v2.3.1 |
1100 | 2024-01-05T17:03:51.661Z | Downloaded rustls-pemfile v1.0.3 |
1101 | 2024-01-05T17:03:51.664Z | Downloaded futures v0.3.30 |
1102 | 2024-01-05T17:03:51.673Z | Downloaded ecdsa v0.16.9 |
1103 | 2024-01-05T17:03:51.676Z | Downloaded terminal_size v0.2.6 |
1104 | 2024-01-05T17:03:51.679Z | Downloaded postgres-protocol v0.6.6 |
1105 | 2024-01-05T17:03:51.682Z | Downloaded pbkdf2 v0.12.2 |
1106 | 2024-01-05T17:03:51.685Z | Downloaded parse-display-derive v0.8.2 |
1107 | 2024-01-05T17:03:51.688Z | Downloaded parking_lot v0.11.2 |
1108 | 2024-01-05T17:03:51.693Z | Downloaded slog-term v2.9.0 |
1109 | 2024-01-05T17:03:51.696Z | Downloaded derive-where v1.2.7 |
1110 | 2024-01-05T17:03:51.700Z | Downloaded clap v4.4.3 |
1111 | 2024-01-05T17:03:51.717Z | Downloaded parking_lot v0.12.1 |
1112 | 2024-01-05T17:03:51.720Z | Downloaded usdt-attr-macro v0.3.5 |
1113 | 2024-01-05T17:03:51.726Z | Downloaded try-lock v0.2.4 |
1114 | 2024-01-05T17:03:51.726Z | Downloaded crossbeam-utils v0.8.16 |
1115 | 2024-01-05T17:03:51.729Z | Downloaded pest_derive v2.7.2 |
1116 | 2024-01-05T17:03:51.732Z | Downloaded lock_api v0.4.10 |
1117 | 2024-01-05T17:03:51.734Z | Downloaded universal-hash v0.5.1 |
1118 | 2024-01-05T17:03:51.734Z | Downloaded unicode-width v0.1.11 |
1119 | 2024-01-05T17:03:51.737Z | Downloaded toml_datetime v0.6.5 |
1120 | 2024-01-05T17:03:51.741Z | Downloaded structmeta-derive v0.2.0 |
1121 | 2024-01-05T17:03:51.741Z | Downloaded fxhash v0.2.1 |
1122 | 2024-01-05T17:03:51.744Z | Downloaded dyn-clone v1.0.13 |
1123 | 2024-01-05T17:03:51.744Z | Downloaded data-encoding v2.4.0 |
1124 | 2024-01-05T17:03:51.747Z | Downloaded ciborium v0.2.1 |
1125 | 2024-01-05T17:03:51.750Z | Downloaded tungstenite v0.20.1 |
1126 | 2024-01-05T17:03:51.755Z | Downloaded darling_core v0.20.3 |
1127 | 2024-01-05T17:03:51.763Z | Downloaded xattr v1.0.1 |
1128 | 2024-01-05T17:03:51.766Z | Downloaded rand_chacha v0.3.1 |
1129 | 2024-01-05T17:03:51.769Z | Downloaded digest v0.10.7 |
1130 | 2024-01-05T17:03:51.772Z | Downloaded atomic-waker v1.1.1 |
1131 | 2024-01-05T17:03:51.775Z | Downloaded signature v2.1.0 |
1132 | 2024-01-05T17:03:51.778Z | Downloaded scopeguard v1.2.0 |
1133 | 2024-01-05T17:03:51.778Z | Downloaded bzip2 v0.4.4 |
1134 | 2024-01-05T17:03:51.780Z | Downloaded password-hash v0.5.0 |
1135 | 2024-01-05T17:03:51.783Z | Downloaded num-integer v0.1.45 |
1136 | 2024-01-05T17:03:51.792Z | Downloaded proc-macro-error-attr v1.0.4 |
1137 | 2024-01-05T17:03:51.792Z | Downloaded p256 v0.13.2 |
1138 | 2024-01-05T17:03:51.795Z | Downloaded clap_derive v4.4.2 |
1139 | 2024-01-05T17:03:51.798Z | Downloaded bitflags v1.3.2 |
1140 | 2024-01-05T17:03:51.802Z | Downloaded paste v1.0.14 |
1141 | 2024-01-05T17:03:51.808Z | Downloaded strsim v0.8.0 |
1142 | 2024-01-05T17:03:51.811Z | Downloaded usdt-macro v0.3.5 |
1143 | 2024-01-05T17:03:51.811Z | Downloaded camino v1.1.6 |
1144 | 2024-01-05T17:03:51.813Z | Downloaded cobs v0.2.3 |
1145 | 2024-01-05T17:03:51.816Z | Downloaded nibble_vec v0.1.0 |
1146 | 2024-01-05T17:03:51.819Z | Downloaded mime v0.3.17 |
1147 | 2024-01-05T17:03:51.821Z | Downloaded lazy_static v1.4.0 |
1148 | 2024-01-05T17:03:51.821Z | Downloaded polyval v0.6.1 |
1149 | 2024-01-05T17:03:51.824Z | Downloaded num_enum v0.5.11 |
1150 | 2024-01-05T17:03:51.832Z | Downloaded num-derive v0.4.0 |
1151 | 2024-01-05T17:03:51.835Z | Downloaded defmt v0.3.5 |
1152 | 2024-01-05T17:03:51.840Z | Downloaded arc-swap v1.6.0 |
1153 | 2024-01-05T17:03:51.847Z | Downloaded scheduled-thread-pool v0.2.7 |
1154 | 2024-01-05T17:03:51.853Z | Downloaded cpufeatures v0.2.9 |
1155 | 2024-01-05T17:03:51.886Z | Downloaded colored v2.0.4 |
1156 | 2024-01-05T17:03:51.886Z | Downloaded utf-8 v0.7.6 |
1157 | 2024-01-05T17:03:51.886Z | Downloaded toml v0.5.11 |
1158 | 2024-01-05T17:03:51.890Z | Downloaded owo-colors v3.5.0 |
1159 | 2024-01-05T17:03:51.890Z | Downloaded proc-macro-error v1.0.4 |
1160 | 2024-01-05T17:03:51.890Z | Downloaded addr2line v0.21.0 |
1161 | 2024-01-05T17:03:51.890Z | Downloaded ahash v0.8.6 |
1162 | 2024-01-05T17:03:51.890Z | Downloaded same-file v1.0.6 |
1163 | 2024-01-05T17:03:51.890Z | Downloaded crucible-workspace-hack v0.1.0 |
1164 | 2024-01-05T17:03:51.891Z | Downloaded der_derive v0.7.2 |
1165 | 2024-01-05T17:03:51.891Z | Downloaded omicron-zone-package v0.9.1 |
1166 | 2024-01-05T17:03:51.891Z | Downloaded async-trait v0.1.77 |
1167 | 2024-01-05T17:03:51.894Z | Downloaded futures-io v0.3.30 |
1168 | 2024-01-05T17:03:51.896Z | Downloaded phf v0.11.2 |
1169 | 2024-01-05T17:03:51.899Z | Downloaded form_urlencoded v1.2.1 |
1170 | 2024-01-05T17:03:51.899Z | Downloaded errno v0.3.2 |
1171 | 2024-01-05T17:03:51.902Z | Downloaded predicates v3.0.4 |
1172 | 2024-01-05T17:03:51.905Z | Downloaded anyhow v1.0.75 |
1173 | 2024-01-05T17:03:51.911Z | Downloaded pest_generator v2.7.2 |
1174 | 2024-01-05T17:03:51.914Z | Downloaded r2d2 v0.8.10 |
1175 | 2024-01-05T17:03:51.916Z | Downloaded ciborium-ll v0.2.1 |
1176 | 2024-01-05T17:03:51.919Z | Downloaded strum v0.25.0 |
1177 | 2024-01-05T17:03:51.919Z | Downloaded md-5 v0.10.5 |
1178 | 2024-01-05T17:03:51.922Z | Downloaded whoami v1.4.1 |
1179 | 2024-01-05T17:03:51.925Z | Downloaded difflib v0.4.0 |
1180 | 2024-01-05T17:03:51.925Z | Downloaded clap_lex v0.5.1 |
1181 | 2024-01-05T17:03:51.930Z | Downloaded debug-ignore v1.0.5 |
1182 | 2024-01-05T17:03:51.930Z | Downloaded defmt-macros v0.3.6 |
1183 | 2024-01-05T17:03:51.936Z | Downloaded camino-tempfile v1.1.1 |
1184 | 2024-01-05T17:03:51.939Z | Downloaded parse-display v0.8.2 |
1185 | 2024-01-05T17:03:51.939Z | Downloaded cstr-argument v0.1.2 |
1186 | 2024-01-05T17:03:51.939Z | Downloaded bit-set v0.5.3 |
1187 | 2024-01-05T17:03:51.942Z | Downloaded foreign-types-shared v0.1.1 |
1188 | 2024-01-05T17:03:51.942Z | Downloaded new_debug_unreachable v1.0.4 |
1189 | 2024-01-05T17:03:51.945Z | Downloaded poly1305 v0.8.0 |
1190 | 2024-01-05T17:03:51.948Z | Downloaded cipher v0.4.4 |
1191 | 2024-01-05T17:03:51.952Z | Downloaded vsss-rs v3.3.2 |
1192 | 2024-01-05T17:03:51.955Z | Downloaded tracing-attributes v0.1.26 |
1193 | 2024-01-05T17:03:51.958Z | Downloaded byteorder v1.5.0 |
1194 | 2024-01-05T17:03:51.961Z | Downloaded blowfish v0.9.1 |
1195 | 2024-01-05T17:03:51.964Z | Downloaded backoff v0.4.0 |
1196 | 2024-01-05T17:03:51.967Z | Downloaded lru-cache v0.1.2 |
1197 | 2024-01-05T17:03:51.971Z | Downloaded dirs-sys-next v0.1.2 |
1198 | 2024-01-05T17:03:51.971Z | Downloaded primeorder v0.13.6 |
1199 | 2024-01-05T17:03:51.974Z | Downloaded ppv-lite86 v0.2.17 |
1200 | 2024-01-05T17:03:51.977Z | Downloaded num_cpus v1.16.0 |
1201 | 2024-01-05T17:03:51.979Z | Downloaded cancel-safe-futures v0.1.5 |
1202 | 2024-01-05T17:03:51.987Z | Downloaded bitflags v2.4.0 |
1203 | 2024-01-05T17:03:51.990Z | Downloaded base64ct v1.6.0 |
1204 | 2024-01-05T17:03:51.993Z | Downloaded once_cell v1.19.0 |
1205 | 2024-01-05T17:03:51.997Z | Downloaded untrusted v0.9.0 |
1206 | 2024-01-05T17:03:52.000Z | Downloaded num-iter v0.1.43 |
1207 | 2024-01-05T17:03:52.005Z | Downloaded tokio-tungstenite v0.20.1 |
1208 | 2024-01-05T17:03:52.008Z | Downloaded num_enum_derive v0.5.11 |
1209 | 2024-01-05T17:03:52.008Z | Downloaded pretty-hex v0.4.0 |
1210 | 2024-01-05T17:03:52.011Z | Downloaded curve25519-dalek-derive v0.1.0 |
1211 | 2024-01-05T17:03:52.011Z | Downloaded anstream v0.5.0 |
1212 | 2024-01-05T17:03:52.015Z | Downloaded untrusted v0.7.1 |
1213 | 2024-01-05T17:03:52.019Z | Downloaded argon2 v0.5.2 |
1214 | 2024-01-05T17:03:52.019Z | Downloaded anstyle-parse v0.2.1 |
1215 | 2024-01-05T17:03:52.022Z | Downloaded password-hash v0.4.2 |
1216 | 2024-01-05T17:03:52.024Z | Downloaded mime_guess v2.0.4 |
1217 | 2024-01-05T17:03:52.027Z | Downloaded version_check v0.9.4 |
1218 | 2024-01-05T17:03:52.030Z | Downloaded autocfg v1.1.0 |
1219 | 2024-01-05T17:03:52.036Z | Downloaded anstyle v1.0.2 |
1220 | 2024-01-05T17:03:52.039Z | Downloaded openssl-probe v0.1.5 |
1221 | 2024-01-05T17:03:52.040Z | Downloaded endian-type v0.1.2 |
1222 | 2024-01-05T17:03:52.040Z | Downloaded darling_macro v0.20.3 |
1223 | 2024-01-05T17:03:52.040Z | Downloaded opaque-debug v0.3.0 |
1224 | 2024-01-05T17:03:52.040Z | Downloaded match_cfg v0.1.0 |
1225 | 2024-01-05T17:03:52.042Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1226 | 2024-01-05T17:03:52.042Z | Downloaded diesel_derives v2.1.2 |
1227 | 2024-01-05T17:03:52.047Z | Downloaded macaddr v1.0.1 |
1228 | 2024-01-05T17:03:52.049Z | Downloaded crypto-common v0.1.6 |
1229 | 2024-01-05T17:03:52.052Z | Downloaded base16ct v0.2.0 |
1230 | 2024-01-05T17:03:52.056Z | Downloaded pem v3.0.2 |
1231 | 2024-01-05T17:03:52.056Z | Downloaded matches v0.1.10 |
1232 | 2024-01-05T17:03:52.059Z | Downloaded bit-vec v0.6.3 |
1233 | 2024-01-05T17:03:52.059Z | Downloaded anstyle-query v1.0.0 |
1234 | 2024-01-05T17:03:52.065Z | Downloaded bcrypt-pbkdf v0.10.0 |
1235 | 2024-01-05T17:03:52.065Z | Downloaded num v0.4.1 |
1236 | 2024-01-05T17:03:52.065Z | Downloaded async-stream v0.3.5 |
1237 | 2024-01-05T17:03:52.068Z | Downloaded cfg-if v1.0.0 |
1238 | 2024-01-05T17:03:52.482Z | Compiling proc-macro2 v1.0.74 |
1239 | 2024-01-05T17:03:52.486Z | Compiling unicode-ident v1.0.12 |
1240 | 2024-01-05T17:03:52.486Z | Compiling libc v0.2.151 |
1241 | 2024-01-05T17:03:52.486Z | Compiling serde v1.0.193 |
1242 | 2024-01-05T17:03:52.486Z | Compiling autocfg v1.1.0 |
1243 | 2024-01-05T17:03:52.486Z | Compiling version_check v0.9.4 |
1244 | 2024-01-05T17:03:52.505Z | Compiling cfg-if v1.0.0 |
1245 | 2024-01-05T17:03:52.682Z | Compiling syn v1.0.109 |
1246 | 2024-01-05T17:03:52.744Z | Compiling typenum v1.16.0 |
1247 | 2024-01-05T17:03:52.850Z | Compiling parking_lot_core v0.9.8 |
1248 | 2024-01-05T17:03:53.673Z | Compiling generic-array v0.14.7 |
1249 | 2024-01-05T17:03:53.752Z | Compiling lock_api v0.4.10 |
1250 | 2024-01-05T17:03:55.396Z | Compiling libm v0.2.7 |
1251 | 2024-01-05T17:03:55.399Z | Compiling once_cell v1.19.0 |
1252 | 2024-01-05T17:03:55.556Z | Compiling num-traits v0.2.16 |
1253 | 2024-01-05T17:03:55.559Z | Compiling thiserror v1.0.49 |
1254 | 2024-01-05T17:03:55.619Z | Compiling serde_json v1.0.108 |
1255 | 2024-01-05T17:03:55.931Z | Compiling slab v0.4.9 |
1256 | 2024-01-05T17:03:56.030Z | Compiling memchr v2.6.3 |
1257 | 2024-01-05T17:03:56.141Z | Compiling itoa v1.0.9 |
1258 | 2024-01-05T17:03:56.379Z | Compiling scopeguard v1.2.0 |
1259 | 2024-01-05T17:03:56.575Z | Compiling pkg-config v0.3.27 |
1260 | 2024-01-05T17:03:56.629Z | Compiling byteorder v1.5.0 |
1261 | 2024-01-05T17:03:57.427Z | Compiling quote v1.0.35 |
1262 | 2024-01-05T17:03:57.896Z | Compiling getrandom v0.2.10 |
1263 | 2024-01-05T17:03:58.301Z | Compiling syn v2.0.46 |
1264 | 2024-01-05T17:03:58.323Z | Compiling cc v1.0.83 |
1265 | 2024-01-05T17:03:58.560Z | Compiling rand_core v0.6.4 |
1266 | 2024-01-05T17:03:59.130Z | Compiling heck v0.4.1 |
1267 | 2024-01-05T17:03:59.173Z | Compiling log v0.4.20 |
1268 | 2024-01-05T17:03:59.381Z | Compiling ryu v1.0.15 |
1269 | 2024-01-05T17:03:59.904Z | Compiling subtle v2.5.0 |
1270 | 2024-01-05T17:04:00.243Z | Compiling smallvec v1.11.2 |
1271 | 2024-01-05T17:04:00.464Z | Compiling schemars v0.8.16 |
1272 | 2024-01-05T17:04:00.911Z | Compiling vcpkg v0.2.15 |
1273 | 2024-01-05T17:04:00.964Z | Compiling semver v1.0.20 |
1274 | 2024-01-05T17:04:01.725Z | Compiling httparse v1.8.0 |
1275 | 2024-01-05T17:04:02.352Z | Compiling indexmap v1.9.3 |
1276 | 2024-01-05T17:04:02.382Z | Compiling pin-project-lite v0.2.13 |
1277 | 2024-01-05T17:04:02.554Z | Compiling equivalent v1.0.1 |
1278 | 2024-01-05T17:04:02.792Z | Compiling hashbrown v0.14.2 |
1279 | 2024-01-05T17:04:03.386Z | Compiling const-oid v0.9.5 |
1280 | 2024-01-05T17:04:03.651Z | Compiling ring v0.17.7 |
1281 | 2024-01-05T17:04:04.018Z | Compiling ring v0.16.20 |
1282 | 2024-01-05T17:04:04.794Z | Compiling openssl-sys v0.9.96 |
1283 | 2024-01-05T17:04:04.957Z | Compiling parking_lot v0.12.1 |
1284 | 2024-01-05T17:04:05.759Z | Compiling ahash v0.8.6 |
1285 | 2024-01-05T17:04:06.260Z | Compiling fnv v1.0.7 |
1286 | 2024-01-05T17:04:06.618Z | Compiling openssl v0.10.60 |
1287 | 2024-01-05T17:04:06.642Z | Compiling ucd-trie v0.1.6 |
1288 | 2024-01-05T17:04:06.752Z | Compiling iana-time-zone v0.1.57 |
1289 | 2024-01-05T17:04:07.440Z | Compiling rustls v0.21.9 |
1290 | 2024-01-05T17:04:07.519Z | Compiling native-tls v0.2.11 |
1291 | 2024-01-05T17:04:07.625Z | Compiling mio v0.8.9 |
1292 | 2024-01-05T17:04:07.691Z | Compiling socket2 v0.5.5 |
1293 | 2024-01-05T17:04:07.855Z | Compiling num_cpus v1.16.0 |
1294 | 2024-01-05T17:04:08.031Z | Compiling signal-hook-registry v1.4.1 |
1295 | 2024-01-05T17:04:08.705Z | Compiling futures-core v0.3.30 |
1296 | 2024-01-05T17:04:09.076Z | Compiling spin v0.5.2 |
1297 | 2024-01-05T17:04:09.605Z | Compiling futures-sink v0.3.30 |
1298 | 2024-01-05T17:04:09.718Z | Compiling async-trait v0.1.77 |
1299 | 2024-01-05T17:04:09.877Z | Compiling dyn-clone v1.0.13 |
1300 | 2024-01-05T17:04:10.206Z | Compiling aho-corasick v1.0.4 |
1301 | 2024-01-05T17:04:10.578Z | Compiling serde_derive_internals v0.26.0 |
1302 | 2024-01-05T17:04:11.058Z | Compiling regex-syntax v0.8.2 |
1303 | 2024-01-05T17:04:11.573Z | Compiling tinyvec_macros v0.1.1 |
1304 | 2024-01-05T17:04:11.601Z | Compiling rustix v0.38.25 |
1305 | 2024-01-05T17:04:11.708Z | Compiling tinyvec v1.6.0 |
1306 | 2024-01-05T17:04:12.056Z | Compiling futures-channel v0.3.30 |
1307 | 2024-01-05T17:04:12.720Z | Compiling backtrace v0.3.69 |
1308 | 2024-01-05T17:04:13.387Z | Compiling futures-io v0.3.30 |
1309 | 2024-01-05T17:04:13.618Z | Compiling winnow v0.5.15 |
1310 | 2024-01-05T17:04:13.836Z | Compiling pin-utils v0.1.0 |
1311 | 2024-01-05T17:04:13.984Z | Compiling futures-task v0.3.30 |
1312 | 2024-01-05T17:04:14.495Z | Compiling unicode-normalization v0.1.22 |
1313 | 2024-01-05T17:04:15.000Z | Compiling spin v0.9.8 |
1314 | 2024-01-05T17:04:15.548Z | Compiling tracing-core v0.1.31 |
1315 | 2024-01-05T17:04:15.944Z | Compiling cpufeatures v0.2.9 |
1316 | 2024-01-05T17:04:16.316Z | Compiling unicode-bidi v0.3.13 |
1317 | 2024-01-05T17:04:17.990Z | Compiling regex-automata v0.4.3 |
1318 | 2024-01-05T17:04:18.965Z | Compiling anyhow v1.0.75 |
1319 | 2024-01-05T17:04:19.037Z | Compiling crc32fast v1.3.2 |
1320 | 2024-01-05T17:04:20.283Z | Compiling time-core v0.1.1 |
1321 | 2024-01-05T17:04:20.518Z | Compiling base64 v0.21.5 |
1322 | 2024-01-05T17:04:21.188Z | Compiling time-macros v0.2.13 |
1323 | 2024-01-05T17:04:22.081Z | Compiling num-integer v0.1.45 |
1324 | 2024-01-05T17:04:22.505Z | Compiling untrusted v0.7.1 |
1325 | 2024-01-05T17:04:22.607Z | Compiling slog v2.7.0 |
1326 | 2024-01-05T17:04:22.794Z | Compiling foreign-types-shared v0.1.1 |
1327 | 2024-01-05T17:04:22.947Z | Compiling untrusted v0.9.0 |
1328 | 2024-01-05T17:04:22.973Z | Compiling serde_derive v1.0.193 |
1329 | 2024-01-05T17:04:23.013Z | Compiling zeroize_derive v1.4.2 |
1330 | 2024-01-05T17:04:23.198Z | Compiling thiserror-impl v1.0.49 |
1331 | 2024-01-05T17:04:23.244Z | Compiling tokio-macros v2.2.0 |
1332 | 2024-01-05T17:04:25.767Z | Compiling zeroize v1.7.0 |
1333 | 2024-01-05T17:04:25.792Z | Compiling futures-macro v0.3.30 |
1334 | 2024-01-05T17:04:26.128Z | Compiling tracing-attributes v0.1.26 |
1335 | 2024-01-05T17:04:26.729Z | Compiling schemars_derive v0.8.16 |
1336 | 2024-01-05T17:04:28.243Z | Compiling zerocopy-derive v0.7.31 |
1337 | 2024-01-05T17:04:28.825Z | Compiling crypto-common v0.1.6 |
1338 | 2024-01-05T17:04:29.116Z | Compiling pest v2.7.2 |
1339 | 2024-01-05T17:04:29.146Z | Compiling block-buffer v0.10.4 |
1340 | 2024-01-05T17:04:29.463Z | Compiling openssl-macros v0.1.1 |
1341 | 2024-01-05T17:04:29.526Z | Compiling digest v0.10.7 |
1342 | 2024-01-05T17:04:31.175Z | Compiling futures-util v0.3.30 |
1343 | 2024-01-05T17:04:32.295Z | Compiling zerocopy v0.7.31 |
1344 | 2024-01-05T17:04:32.706Z | Compiling regex v1.10.2 |
1345 | 2024-01-05T17:04:32.873Z | Compiling tracing v0.1.37 |
1346 | 2024-01-05T17:04:34.090Z | Compiling der_derive v0.7.2 |
1347 | 2024-01-05T17:04:34.591Z | Compiling hashbrown v0.12.3 |
1348 | 2024-01-05T17:04:35.650Z | Compiling unicode-width v0.1.11 |
1349 | 2024-01-05T17:04:35.899Z | Compiling hashbrown v0.13.2 |
1350 | 2024-01-05T17:04:35.991Z | Compiling openssl-probe v0.1.5 |
1351 | 2024-01-05T17:04:36.245Z | Compiling unicode-xid v0.2.4 |
1352 | 2024-01-05T17:04:36.489Z | Compiling percent-encoding v2.3.1 |
1353 | 2024-01-05T17:04:36.561Z | Compiling synstructure v0.12.6 |
1354 | 2024-01-05T17:04:38.621Z | Compiling foreign-types v0.3.2 |
1355 | 2024-01-05T17:04:39.858Z | Compiling errno v0.3.2 |
1356 | 2024-01-05T17:04:40.194Z | Compiling ppv-lite86 v0.2.17 |
1357 | 2024-01-05T17:04:41.253Z | Compiling try-lock v0.2.4 |
1358 | 2024-01-05T17:04:41.472Z | Compiling want v0.3.1 |
1359 | 2024-01-05T17:04:41.515Z | Compiling sct v0.7.0 |
1360 | 2024-01-05T17:04:41.600Z | Compiling rustls-webpki v0.101.7 |
1361 | 2024-01-05T17:04:41.988Z | Compiling zerocopy-derive v0.2.0 |
1362 | 2024-01-05T17:04:43.085Z | Compiling form_urlencoded v1.2.1 |
1363 | 2024-01-05T17:04:43.605Z | Compiling pest_meta v2.7.2 |
1364 | 2024-01-05T17:04:44.268Z | Compiling socket2 v0.4.9 |
1365 | 2024-01-05T17:04:44.843Z | Compiling io-lifetimes v1.0.11 |
1366 | 2024-01-05T17:04:44.993Z | Compiling tower-service v0.3.2 |
1367 | 2024-01-05T17:04:45.180Z | Compiling httpdate v1.0.3 |
1368 | 2024-01-05T17:04:45.918Z | Compiling pest_generator v2.7.2 |
1369 | 2024-01-05T17:04:46.575Z | Compiling rustls-pemfile v1.0.3 |
1370 | 2024-01-05T17:04:47.183Z | Compiling idna v0.5.0 |
1371 | 2024-01-05T17:04:48.530Z | Compiling bytes v1.5.0 |
1372 | 2024-01-05T17:04:49.063Z | Compiling indexmap v2.1.0 |
1373 | 2024-01-05T17:04:49.997Z | Compiling chrono v0.4.31 |
1374 | 2024-01-05T17:04:50.653Z | Compiling uuid v1.6.1 |
1375 | 2024-01-05T17:04:50.732Z | Compiling tokio v1.35.0 |
1376 | 2024-01-05T17:04:50.838Z | Compiling rustc_version v0.4.0 |
1377 | 2024-01-05T17:04:51.139Z | Compiling http v0.2.11 |
1378 | 2024-01-05T17:04:52.426Z | Compiling serde_spanned v0.6.4 |
1379 | 2024-01-05T17:04:52.792Z | Compiling toml_datetime v0.6.5 |
1380 | 2024-01-05T17:04:53.279Z | Compiling bitflags v2.4.0 |
1381 | 2024-01-05T17:04:53.965Z | Compiling toml_edit v0.19.15 |
1382 | 2024-01-05T17:04:56.755Z | Compiling http-body v0.4.5 |
1383 | 2024-01-05T17:04:57.417Z | Compiling heapless v0.7.16 |
1384 | 2024-01-05T17:04:58.070Z | Compiling openapiv3 v2.0.0 |
1385 | 2024-01-05T17:04:58.847Z | Compiling lazy_static v1.4.0 |
1386 | 2024-01-05T17:05:00.376Z | Compiling adler v1.0.2 |
1387 | 2024-01-05T17:05:00.728Z | Compiling crossbeam-utils v0.8.16 |
1388 | 2024-01-05T17:05:00.819Z | Compiling miniz_oxide v0.7.1 |
1389 | 2024-01-05T17:05:01.776Z | Compiling pest_derive v2.7.2 |
1390 | 2024-01-05T17:05:03.094Z | Compiling url v2.5.0 |
1391 | 2024-01-05T17:05:05.487Z | Compiling tokio-util v0.7.10 |
1392 | 2024-01-05T17:05:06.914Z | Compiling tokio-rustls v0.24.1 |
1393 | 2024-01-05T17:05:07.387Z | Compiling h2 v0.3.21 |
1394 | 2024-01-05T17:05:07.571Z | Compiling tokio-native-tls v0.3.1 |
1395 | 2024-01-05T17:05:08.074Z | Compiling rustls-native-certs v0.6.3 |
1396 | 2024-01-05T17:05:08.386Z | Compiling rand_chacha v0.3.1 |
1397 | 2024-01-05T17:05:08.653Z | Compiling usdt-impl v0.3.5 |
1398 | 2024-01-05T17:05:09.179Z | Compiling rustix v0.37.23 |
1399 | 2024-01-05T17:05:10.230Z | Compiling ipnet v2.8.0 |
1400 | 2024-01-05T17:05:10.568Z | Compiling rand v0.8.5 |
1401 | 2024-01-05T17:05:11.468Z | Compiling serde_urlencoded v0.7.1 |
1402 | 2024-01-05T17:05:12.142Z | Compiling encoding_rs v0.8.33 |
1403 | 2024-01-05T17:05:12.282Z | Compiling gimli v0.28.0 |
1404 | 2024-01-05T17:05:12.331Z | Compiling mime v0.3.17 |
1405 | 2024-01-05T17:05:13.314Z | Compiling webpki-roots v0.25.2 |
1406 | 2024-01-05T17:05:14.887Z | Compiling zerocopy v0.3.0 |
1407 | 2024-01-05T17:05:15.464Z | Compiling object v0.32.1 |
1408 | 2024-01-05T17:05:16.148Z | Compiling num-bigint v0.4.4 |
1409 | 2024-01-05T17:05:17.199Z | Compiling rustc-demangle v0.1.23 |
1410 | 2024-01-05T17:05:18.090Z | Compiling dof v0.1.5 |
1411 | 2024-01-05T17:05:18.587Z | Compiling flate2 v1.0.28 |
1412 | 2024-01-05T17:05:18.956Z | Compiling dtrace-parser v0.1.14 |
1413 | 2024-01-05T17:05:19.328Z | Compiling hyper v0.14.27 |
1414 | 2024-01-05T17:05:19.626Z | Compiling addr2line v0.21.0 |
1415 | 2024-01-05T17:05:20.310Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1416 | 2024-01-05T17:05:20.553Z | Compiling thread-id v4.2.0 |
1417 | 2024-01-05T17:05:20.763Z | Compiling rustversion v1.0.14 |
1418 | 2024-01-05T17:05:21.524Z | Compiling toml v0.7.8 |
1419 | 2024-01-05T17:05:21.923Z | Compiling toml_edit v0.21.0 |
1420 | 2024-01-05T17:05:22.407Z | Compiling serde_tokenstream v0.1.7 |
1421 | 2024-01-05T17:05:23.267Z | Compiling serde_tokenstream v0.2.0 |
1422 | 2024-01-05T17:05:23.971Z | Compiling hex v0.4.3 |
1423 | 2024-01-05T17:05:24.198Z | Compiling memoffset v0.9.0 |
1424 | 2024-01-05T17:05:24.671Z | Compiling strsim v0.10.0 |
1425 | 2024-01-05T17:05:25.028Z | Compiling base64ct v1.6.0 |
1426 | 2024-01-05T17:05:26.066Z | Compiling regress v0.7.1 |
1427 | 2024-01-05T17:05:28.888Z | Compiling bitflags v1.3.2 |
1428 | 2024-01-05T17:05:29.039Z | Compiling doc-comment v0.3.3 |
1429 | 2024-01-05T17:05:29.110Z | Compiling smoltcp v0.9.1 |
1430 | 2024-01-05T17:05:29.923Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1431 | 2024-01-05T17:05:30.603Z | Compiling pem-rfc7468 v0.7.0 |
1432 | 2024-01-05T17:05:31.209Z | Compiling hyper-tls v0.5.0 |
1433 | 2024-01-05T17:05:31.738Z | Compiling hyper-rustls v0.24.2 |
1434 | 2024-01-05T17:05:31.905Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1435 | 2024-01-05T17:05:32.209Z | Compiling strum_macros v0.25.2 |
1436 | 2024-01-05T17:05:32.663Z | Compiling reqwest v0.11.22 |
1437 | 2024-01-05T17:05:33.276Z | Compiling usdt-macro v0.3.5 |
1438 | 2024-01-05T17:05:33.663Z | Compiling usdt-attr-macro v0.3.5 |
1439 | 2024-01-05T17:05:35.465Z | Compiling hmac v0.12.1 |
1440 | 2024-01-05T17:05:36.164Z | Compiling enum-as-inner v0.5.1 |
1441 | 2024-01-05T17:05:36.713Z | Compiling crossbeam-epoch v0.9.15 |
1442 | 2024-01-05T17:05:37.411Z | Compiling num-iter v0.1.43 |
1443 | 2024-01-05T17:05:37.852Z | Compiling siphasher v0.3.11 |
1444 | 2024-01-05T17:05:37.887Z | Compiling flagset v0.4.3 |
1445 | 2024-01-05T17:05:38.204Z | Compiling unicode-segmentation v1.10.1 |
1446 | 2024-01-05T17:05:38.320Z | Compiling der v0.7.8 |
1447 | 2024-01-05T17:05:39.713Z | Compiling hubpack_derive v0.1.1 |
1448 | 2024-01-05T17:05:40.019Z | Compiling zerocopy-derive v0.6.4 |
1449 | 2024-01-05T17:05:40.065Z | Compiling pin-project-internal v1.1.3 |
1450 | 2024-01-05T17:05:42.298Z | Compiling utf8parse v0.2.1 |
1451 | 2024-01-05T17:05:43.802Z | Compiling num_threads v0.1.6 |
1452 | 2024-01-05T17:05:44.069Z | Compiling anstyle v1.0.2 |
1453 | 2024-01-05T17:05:44.410Z | Compiling deranged v0.3.8 |
1454 | 2024-01-05T17:05:44.880Z | Compiling anstyle-parse v0.2.1 |
1455 | 2024-01-05T17:05:45.424Z | Compiling sha2 v0.10.8 |
1456 | 2024-01-05T17:05:45.488Z | Compiling spki v0.7.2 |
1457 | 2024-01-05T17:05:47.445Z | Compiling time v0.3.27 |
1458 | 2024-01-05T17:05:47.466Z | Compiling md-5 v0.10.5 |
1459 | 2024-01-05T17:05:47.980Z | Compiling block-padding v0.3.3 |
1460 | 2024-01-05T17:05:48.486Z | Compiling clap_derive v4.4.2 |
1461 | 2024-01-05T17:05:48.539Z | Compiling stringprep v0.1.3 |
1462 | 2024-01-05T17:05:50.278Z | Compiling diesel_table_macro_syntax v0.1.0 |
1463 | 2024-01-05T17:05:50.651Z | Compiling hash32 v0.2.1 |
1464 | 2024-01-05T17:05:50.938Z | Compiling fallible-iterator v0.2.0 |
1465 | 2024-01-05T17:05:51.326Z | Compiling colorchoice v1.0.0 |
1466 | 2024-01-05T17:05:51.933Z | Compiling stable_deref_trait v1.2.0 |
1467 | 2024-01-05T17:05:51.936Z | Compiling either v1.9.0 |
1468 | 2024-01-05T17:05:52.024Z | Compiling anstyle-query v1.0.0 |
1469 | 2024-01-05T17:05:52.217Z | Compiling anstream v0.5.0 |
1470 | 2024-01-05T17:05:52.798Z | Compiling postgres-protocol v0.6.6 |
1471 | 2024-01-05T17:05:54.486Z | Compiling diesel_derives v2.1.2 |
1472 | 2024-01-05T17:05:56.135Z | Compiling inout v0.1.3 |
1473 | 2024-01-05T17:05:56.492Z | Compiling terminal_size v0.2.6 |
1474 | 2024-01-05T17:05:56.794Z | Compiling pkcs8 v0.10.2 |
1475 | 2024-01-05T17:05:57.003Z | Compiling phf_shared v0.11.2 |
1476 | 2024-01-05T17:05:58.248Z | Compiling ff v0.13.0 |
1477 | 2024-01-05T17:05:58.565Z | Compiling snafu-derive v0.7.5 |
1478 | 2024-01-05T17:05:58.625Z | Compiling serde_repr v0.1.16 |
1479 | 2024-01-05T17:05:58.704Z | Compiling scheduled-thread-pool v0.2.7 |
1480 | 2024-01-05T17:05:58.869Z | Compiling base16ct v0.2.0 |
1481 | 2024-01-05T17:05:59.160Z | Compiling bit-vec v0.6.3 |
1482 | 2024-01-05T17:05:59.927Z | Compiling regex-automata v0.1.10 |
1483 | 2024-01-05T17:06:00.372Z | Compiling matches v0.1.10 |
1484 | 2024-01-05T17:06:00.930Z | Compiling managed v0.8.0 |
1485 | 2024-01-05T17:06:01.073Z | Compiling clap_lex v0.5.1 |
1486 | 2024-01-05T17:06:01.347Z | Compiling bstr v0.2.17 |
1487 | 2024-01-05T17:06:01.870Z | Compiling clap_builder v4.4.2 |
1488 | 2024-01-05T17:06:03.865Z | Compiling idna v0.2.3 |
1489 | 2024-01-05T17:06:04.096Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1490 | 2024-01-05T17:06:06.686Z | Compiling sec1 v0.7.3 |
1491 | 2024-01-05T17:06:07.579Z | Compiling r2d2 v0.8.10 |
1492 | 2024-01-05T17:06:08.675Z | Compiling group v0.13.0 |
1493 | 2024-01-05T17:06:12.746Z | Compiling phf v0.11.2 |
1494 | 2024-01-05T17:06:12.882Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1495 | 2024-01-05T17:06:13.172Z | Compiling bzip2 v0.4.4 |
1496 | 2024-01-05T17:06:13.212Z | Compiling cipher v0.4.4 |
1497 | 2024-01-05T17:06:13.799Z | Compiling postgres-types v0.2.6 |
1498 | 2024-01-05T17:06:14.021Z | Compiling itertools v0.11.0 |
1499 | 2024-01-05T17:06:15.700Z | Compiling pin-project v1.1.3 |
1500 | 2024-01-05T17:06:15.900Z | Compiling zerocopy v0.6.4 |
1501 | 2024-01-05T17:06:16.481Z | Compiling hubpack v0.1.2 |
1502 | 2024-01-05T17:06:17.295Z | Compiling phf_shared v0.10.0 |
1503 | 2024-01-05T17:06:17.720Z | Compiling hkdf v0.12.4 |
1504 | 2024-01-05T17:06:17.920Z | Compiling ipnetwork v0.20.0 |
1505 | 2024-01-05T17:06:18.131Z | Compiling crypto-bigint v0.5.2 |
1506 | 2024-01-05T17:06:18.853Z | Compiling futures-executor v0.3.30 |
1507 | 2024-01-05T17:06:18.990Z | Compiling getopts v0.2.21 |
1508 | 2024-01-05T17:06:19.545Z | Compiling float-cmp v0.9.0 |
1509 | 2024-01-05T17:06:19.946Z | Compiling regex-automata v0.3.8 |
1510 | 2024-01-05T17:06:20.838Z | Compiling data-encoding v2.4.0 |
1511 | 2024-01-05T17:06:22.948Z | Compiling unsafe-libyaml v0.2.10 |
1512 | 2024-01-05T17:06:24.158Z | Compiling fixedbitset v0.4.2 |
1513 | 2024-01-05T17:06:24.904Z | Compiling normalize-line-endings v0.3.0 |
1514 | 2024-01-05T17:06:24.959Z | Compiling precomputed-hash v0.1.1 |
1515 | 2024-01-05T17:06:25.095Z | Compiling static_assertions v1.1.0 |
1516 | 2024-01-05T17:06:25.122Z | Compiling minimal-lexical v0.2.1 |
1517 | 2024-01-05T17:06:25.242Z | Compiling whoami v1.4.1 |
1518 | 2024-01-05T17:06:25.962Z | Compiling predicates-core v1.0.6 |
1519 | 2024-01-05T17:06:26.118Z | Compiling difflib v0.4.0 |
1520 | 2024-01-05T17:06:26.204Z | Compiling new_debug_unreachable v1.0.4 |
1521 | 2024-01-05T17:06:26.261Z | Compiling nom v7.1.3 |
1522 | 2024-01-05T17:06:26.347Z | Compiling string_cache v0.8.7 |
1523 | 2024-01-05T17:06:26.394Z | Compiling tokio-postgres v0.7.10 |
1524 | 2024-01-05T17:06:26.533Z | Compiling serde_yaml v0.9.25 |
1525 | 2024-01-05T17:06:27.155Z | Compiling predicates v3.0.4 |
1526 | 2024-01-05T17:06:27.672Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1527 | 2024-01-05T17:06:27.872Z | Compiling petgraph v0.6.4 |
1528 | 2024-01-05T17:06:28.962Z | Compiling diesel v2.1.4 |
1529 | 2024-01-05T17:06:30.074Z | Compiling bstr v1.6.0 |
1530 | 2024-01-05T17:06:32.777Z | Compiling trust-dns-proto v0.22.0 |
1531 | 2024-01-05T17:06:33.859Z | Compiling elliptic-curve v0.13.8 |
1532 | 2024-01-05T17:06:34.876Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1533 | 2024-01-05T17:06:36.145Z | Compiling futures v0.3.30 |
1534 | 2024-01-05T17:06:37.611Z | Compiling snafu v0.7.5 |
1535 | 2024-01-05T17:06:37.878Z | Compiling yasna v0.5.2 |
1536 | 2024-01-05T17:06:39.003Z | Compiling zip v0.6.6 |
1537 | 2024-01-05T17:06:41.851Z | Compiling clap v4.4.3 |
1538 | 2024-01-05T17:06:42.026Z | Compiling similar v2.3.0 |
1539 | 2024-01-05T17:06:42.338Z | Compiling bit-set v0.5.3 |
1540 | 2024-01-05T17:06:42.801Z | Compiling itertools v0.10.5 |
1541 | 2024-01-05T17:06:46.467Z | Compiling usdt v0.3.5 |
1542 | 2024-01-05T17:06:47.497Z | Compiling tokio-stream v0.1.14 |
1543 | 2024-01-05T17:06:47.638Z | Compiling console v0.15.7 |
1544 | 2024-01-05T17:06:49.058Z | Compiling lalrpop-util v0.19.12 |
1545 | 2024-01-05T17:06:49.939Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1546 | 2024-01-05T17:07:38.599Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1547 | 2024-01-05T17:07:39.481Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1548 | 2024-01-05T17:07:40.961Z | Compiling sha1 v0.10.6 |
1549 | 2024-01-05T17:07:54.174Z | Compiling atty v0.2.14 |
1550 | 2024-01-05T17:07:54.647Z | Compiling match_cfg v0.1.0 |
1551 | 2024-01-05T17:07:54.826Z | Compiling hostname v0.3.1 |
1552 | 2024-01-05T17:07:54.957Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1553 | 2024-01-05T17:07:56.424Z | Compiling dirs-sys-next v0.1.2 |
1554 | 2024-01-05T17:07:56.439Z | Compiling ident_case v1.0.1 |
1555 | 2024-01-05T17:07:56.439Z | Compiling thread_local v1.1.7 |
1556 | 2024-01-05T17:07:56.439Z | Compiling darling_core v0.20.3 |
1557 | 2024-01-05T17:07:56.439Z | Compiling dirs-next v2.0.0 |
1558 | 2024-01-05T17:07:56.439Z | Compiling camino v1.1.6 |
1559 | 2024-01-05T17:07:56.439Z | Compiling slog-async v2.8.0 |
1560 | 2024-01-05T17:07:56.439Z | Compiling term v0.7.0 |
1561 | 2024-01-05T17:07:57.288Z | Compiling crossbeam-channel v0.5.8 |
1562 | 2024-01-05T17:07:57.316Z | Compiling multer v2.1.0 |
1563 | 2024-01-05T17:07:57.767Z | Compiling instant v0.1.12 |
1564 | 2024-01-05T17:07:57.967Z | Compiling paste v1.0.14 |
1565 | 2024-01-05T17:07:57.990Z | Compiling take_mut v0.2.2 |
1566 | 2024-01-05T17:07:58.893Z | Compiling slog-term v2.9.0 |
1567 | 2024-01-05T17:07:59.210Z | Compiling slog-json v2.6.1 |
1568 | 2024-01-05T17:07:59.843Z | Compiling async-stream-impl v0.3.5 |
1569 | 2024-01-05T17:08:00.158Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1570 | 2024-01-05T17:08:00.629Z | Compiling debug-ignore v1.0.5 |
1571 | 2024-01-05T17:08:00.846Z | Compiling atomic-waker v1.1.1 |
1572 | 2024-01-05T17:08:01.045Z | Compiling waitgroup v0.1.2 |
1573 | 2024-01-05T17:08:01.103Z | Compiling slog-bunyan v2.4.0 |
1574 | 2024-01-05T17:08:01.824Z | Compiling toml v0.8.8 |
1575 | 2024-01-05T17:08:02.211Z | Compiling async-stream v0.3.5 |
1576 | 2024-01-05T17:08:02.718Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1577 | 2024-01-05T17:08:03.198Z | Compiling serde_path_to_error v0.1.14 |
1578 | 2024-01-05T17:08:03.201Z | Compiling structmeta-derive v0.2.0 |
1579 | 2024-01-05T17:08:03.382Z | Compiling strum v0.25.0 |
1580 | 2024-01-05T17:08:03.647Z | Compiling regex-syntax v0.7.5 |
1581 | 2024-01-05T17:08:04.310Z | Compiling backoff v0.4.0 |
1582 | 2024-01-05T17:08:04.342Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1583 | 2024-01-05T17:08:04.637Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1584 | 2024-01-05T17:08:04.932Z | Compiling macaddr v1.0.1 |
1585 | 2024-01-05T17:08:04.946Z | Compiling proc-macro-error-attr v1.0.4 |
1586 | 2024-01-05T17:08:05.507Z | Compiling proc-macro-crate v1.3.1 |
1587 | 2024-01-05T17:08:05.580Z | Compiling proc-macro-error v1.0.4 |
1588 | 2024-01-05T17:08:06.132Z | Compiling darling_macro v0.20.3 |
1589 | 2024-01-05T17:08:06.231Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1590 | 2024-01-05T17:08:06.755Z | Compiling smoltcp v0.10.0 |
1591 | 2024-01-05T17:08:07.308Z | Compiling num_enum_derive v0.5.11 |
1592 | 2024-01-05T17:08:07.821Z | Compiling darling v0.20.3 |
1593 | 2024-01-05T17:08:07.962Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1594 | 2024-01-05T17:08:08.003Z | Compiling serde_with_macros v3.4.0 |
1595 | 2024-01-05T17:08:08.220Z | Compiling cobs v0.2.3 |
1596 | 2024-01-05T17:08:08.366Z | Compiling structmeta v0.2.0 |
1597 | 2024-01-05T17:08:08.403Z | Compiling embedded-io v0.4.0 |
1598 | 2024-01-05T17:08:08.765Z | Compiling fastrand v2.0.0 |
1599 | 2024-01-05T17:08:08.777Z | Compiling postcard v1.0.8 |
1600 | 2024-01-05T17:08:09.674Z | Compiling tempfile v3.8.1 |
1601 | 2024-01-05T17:08:10.275Z | Compiling foreign-types-macros v0.2.3 |
1602 | 2024-01-05T17:08:11.193Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1603 | 2024-01-05T17:08:11.667Z | Compiling crucible-workspace-hack v0.1.0 |
1604 | 2024-01-05T17:08:12.006Z | Compiling num_enum v0.5.11 |
1605 | 2024-01-05T17:08:12.107Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1606 | 2024-01-05T17:08:12.253Z | Compiling same-file v1.0.6 |
1607 | 2024-01-05T17:08:12.403Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1608 | 2024-01-05T17:08:12.453Z | Compiling foreign-types-shared v0.3.1 |
1609 | 2024-01-05T17:08:12.628Z | Compiling foreign-types v0.5.0 |
1610 | 2024-01-05T17:08:12.631Z | Compiling walkdir v2.4.0 |
1611 | 2024-01-05T17:08:12.695Z | Compiling serde_with v3.4.0 |
1612 | 2024-01-05T17:08:13.170Z | Compiling is-terminal v0.4.9 |
1613 | 2024-01-05T17:08:13.286Z | Compiling semver-parser v0.10.2 |
1614 | 2024-01-05T17:08:13.363Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1615 | 2024-01-05T17:08:14.012Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1616 | 2024-01-05T17:08:14.741Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1617 | 2024-01-05T17:08:15.531Z | Compiling parse-display-derive v0.8.2 |
1618 | 2024-01-05T17:08:15.573Z | Compiling cstr-argument v0.1.2 |
1619 | 2024-01-05T17:08:15.949Z | Compiling pretty-hex v0.2.1 |
1620 | 2024-01-05T17:08:17.173Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1621 | 2024-01-05T17:08:17.653Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1622 | 2024-01-05T17:08:17.739Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1623 | 2024-01-05T17:08:18.465Z | Compiling semver v0.11.0 |
1624 | 2024-01-05T17:08:18.497Z | Compiling colored v2.0.4 |
1625 | 2024-01-05T17:08:19.110Z | Compiling filetime v0.2.23 |
1626 | 2024-01-05T17:08:19.110Z | Compiling xattr v1.0.1 |
1627 | 2024-01-05T17:08:19.345Z | Compiling home v0.5.5 |
1628 | 2024-01-05T17:08:19.383Z | Compiling tar v0.4.40 |
1629 | 2024-01-05T17:08:19.644Z | Compiling toolchain_find v0.2.0 |
1630 | 2024-01-05T17:08:19.837Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1631 | 2024-01-05T17:08:20.011Z | Compiling camino-tempfile v1.1.1 |
1632 | 2024-01-05T17:08:20.678Z | Compiling zone_cfg_derive v0.3.0 |
1633 | 2024-01-05T17:08:20.721Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1634 | 2024-01-05T17:08:20.838Z | Compiling textwrap v0.11.0 |
1635 | 2024-01-05T17:08:21.413Z | Compiling heck v0.3.3 |
1636 | 2024-01-05T17:08:22.097Z | Compiling toml v0.5.11 |
1637 | 2024-01-05T17:08:22.381Z | Compiling num-derive v0.4.0 |
1638 | 2024-01-05T17:08:23.002Z | Compiling platforms v3.0.2 |
1639 | 2024-01-05T17:08:23.091Z | Compiling ansi_term v0.12.1 |
1640 | 2024-01-05T17:08:23.228Z | Compiling strsim v0.8.0 |
1641 | 2024-01-05T17:08:23.305Z | Compiling parse-display v0.8.2 |
1642 | 2024-01-05T17:08:23.501Z | Compiling libefi-sys v0.1.0 |
1643 | 2024-01-05T17:08:23.605Z | Compiling vec_map v0.8.2 |
1644 | 2024-01-05T17:08:24.015Z | Compiling zone v0.3.0 |
1645 | 2024-01-05T17:08:24.039Z | Compiling clap v2.34.0 |
1646 | 2024-01-05T17:08:24.077Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1647 | 2024-01-05T17:08:24.572Z | Compiling structopt-derive v0.4.18 |
1648 | 2024-01-05T17:08:25.800Z | Compiling rustfmt-wrapper v0.2.0 |
1649 | 2024-01-05T17:08:26.487Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1650 | 2024-01-05T17:08:26.644Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1651 | 2024-01-05T17:08:26.709Z | Compiling omicron-zone-package v0.9.1 |
1652 | 2024-01-05T17:08:27.313Z | Compiling smf v0.2.2 |
1653 | 2024-01-05T17:08:28.110Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1654 | 2024-01-05T17:08:29.609Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1655 | 2024-01-05T17:08:29.633Z | Compiling unicase v2.7.0 |
1656 | 2024-01-05T17:08:29.730Z | Compiling curve25519-dalek v4.1.1 |
1657 | 2024-01-05T17:08:29.876Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1658 | 2024-01-05T17:08:29.901Z | Compiling structopt v0.3.26 |
1659 | 2024-01-05T17:08:30.168Z | Compiling universal-hash v0.5.1 |
1660 | 2024-01-05T17:08:30.448Z | Compiling opaque-debug v0.3.0 |
1661 | 2024-01-05T17:08:30.474Z | Compiling curve25519-dalek-derive v0.1.0 |
1662 | 2024-01-05T17:08:30.620Z | Compiling num-rational v0.4.1 |
1663 | 2024-01-05T17:08:30.756Z | Compiling getrandom v0.1.16 |
1664 | 2024-01-05T17:08:30.945Z | Compiling signature v2.1.0 |
1665 | 2024-01-05T17:08:31.091Z | Compiling keccak v0.1.4 |
1666 | 2024-01-05T17:08:31.324Z | Compiling parking_lot_core v0.8.6 |
1667 | 2024-01-05T17:08:31.425Z | Compiling quick-error v1.2.3 |
1668 | 2024-01-05T17:08:31.653Z | Compiling linked-hash-map v0.5.6 |
1669 | 2024-01-05T17:08:32.059Z | Compiling resolv-conf v0.7.0 |
1670 | 2024-01-05T17:08:32.228Z | Compiling lru-cache v0.1.2 |
1671 | 2024-01-05T17:08:32.533Z | Compiling sha3 v0.10.8 |
1672 | 2024-01-05T17:08:33.426Z | Compiling password-hash v0.5.0 |
1673 | 2024-01-05T17:08:33.431Z | Compiling blake2 v0.10.6 |
1674 | 2024-01-05T17:08:33.789Z | Compiling aead v0.5.2 |
1675 | 2024-01-05T17:08:34.150Z | Compiling secrecy v0.8.0 |
1676 | 2024-01-05T17:08:34.321Z | Compiling num-complex v0.4.4 |
1677 | 2024-01-05T17:08:34.586Z | Compiling nibble_vec v0.1.0 |
1678 | 2024-01-05T17:08:34.918Z | Compiling slog-dtrace v0.2.3 |
1679 | 2024-01-05T17:08:35.271Z | Compiling convert_case v0.4.0 |
1680 | 2024-01-05T17:08:35.386Z | Compiling arc-swap v1.6.0 |
1681 | 2024-01-05T17:08:35.871Z | Compiling utf-8 v0.7.6 |
1682 | 2024-01-05T17:08:35.945Z | Compiling winapi v0.3.9 |
1683 | 2024-01-05T17:08:36.228Z | Compiling endian-type v0.1.2 |
1684 | 2024-01-05T17:08:36.368Z | Compiling cancel-safe-futures v0.1.5 |
1685 | 2024-01-05T17:08:36.475Z | Compiling tungstenite v0.20.1 |
1686 | 2024-01-05T17:08:36.573Z | Compiling radix_trie v0.2.1 |
1687 | 2024-01-05T17:08:36.853Z | Compiling derive_more v0.99.17 |
1688 | 2024-01-05T17:08:36.933Z | Compiling slog-scope v4.4.0 |
1689 | 2024-01-05T17:08:37.643Z | Compiling num v0.4.1 |
1690 | 2024-01-05T17:08:37.786Z | Compiling argon2 v0.5.2 |
1691 | 2024-01-05T17:08:37.812Z | Compiling mime_guess v2.0.4 |
1692 | 2024-01-05T17:08:37.855Z | Compiling trust-dns-resolver v0.22.0 |
1693 | 2024-01-05T17:08:39.810Z | Compiling rand_core v0.5.1 |
1694 | 2024-01-05T17:08:40.269Z | Compiling poly1305 v0.8.0 |
1695 | 2024-01-05T17:08:40.881Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1696 | 2024-01-05T17:08:41.207Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1697 | 2024-01-05T17:08:41.689Z | Compiling chacha20 v0.9.1 |
1698 | 2024-01-05T17:08:42.465Z | Compiling rfc6979 v0.4.0 |
1699 | 2024-01-05T17:08:42.760Z | Compiling thiserror-impl-no-std v2.0.2 |
1700 | 2024-01-05T17:08:42.819Z | Compiling option-ext v0.2.0 |
1701 | 2024-01-05T17:08:43.012Z | Compiling half v1.8.2 |
1702 | 2024-01-05T17:08:43.106Z | Compiling ciborium-io v0.2.1 |
1703 | 2024-01-05T17:08:43.248Z | Compiling dirs-sys v0.4.1 |
1704 | 2024-01-05T17:08:43.292Z | Compiling ecdsa v0.16.9 |
1705 | 2024-01-05T17:08:44.052Z | Compiling ciborium-ll v0.2.1 |
1706 | 2024-01-05T17:08:44.317Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1707 | 2024-01-05T17:08:44.730Z | Compiling parking_lot v0.11.2 |
1708 | 2024-01-05T17:08:44.812Z | Compiling rand_chacha v0.2.2 |
1709 | 2024-01-05T17:08:45.433Z | Compiling tokio-tungstenite v0.20.1 |
1710 | 2024-01-05T17:08:46.564Z | Compiling slog-stdlog v4.1.1 |
1711 | 2024-01-05T17:08:47.177Z | Compiling trust-dns-client v0.22.0 |
1712 | 2024-01-05T17:08:47.314Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1713 | 2024-01-05T17:08:48.171Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1714 | 2024-01-05T17:08:48.219Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1715 | 2024-01-05T17:08:48.420Z | Compiling thiserror-no-std v2.0.2 |
1716 | 2024-01-05T17:08:48.598Z | Compiling ed25519 v2.2.2 |
1717 | 2024-01-05T17:08:48.895Z | Compiling polyval v0.6.1 |
1718 | 2024-01-05T17:08:49.301Z | Compiling primeorder v0.13.6 |
1719 | 2024-01-05T17:08:49.610Z | Compiling ctr v0.9.2 |
1720 | 2024-01-05T17:08:50.147Z | Compiling aes v0.8.3 |
1721 | 2024-01-05T17:08:50.185Z | Compiling blowfish v0.9.1 |
1722 | 2024-01-05T17:08:50.949Z | Compiling password-hash v0.4.2 |
1723 | 2024-01-05T17:08:51.841Z | Compiling libsw v3.3.1 |
1724 | 2024-01-05T17:08:52.403Z | Compiling pbkdf2 v0.12.2 |
1725 | 2024-01-05T17:08:52.567Z | Compiling derive-where v1.2.7 |
1726 | 2024-01-05T17:08:52.640Z | Compiling fxhash v0.2.1 |
1727 | 2024-01-05T17:08:53.880Z | Compiling linear-map v1.2.0 |
1728 | 2024-01-05T17:08:54.467Z | Compiling owo-colors v3.5.0 |
1729 | 2024-01-05T17:08:55.135Z | Compiling glob v0.3.1 |
1730 | 2024-01-05T17:08:56.891Z | Compiling swrite v0.1.0 |
1731 | 2024-01-05T17:08:57.079Z | Compiling trust-dns-server v0.22.1 |
1732 | 2024-01-05T17:08:58.906Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1733 | 2024-01-05T17:08:58.949Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1734 | 2024-01-05T17:08:58.993Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1735 | 2024-01-05T17:08:59.627Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1736 | 2024-01-05T17:09:01.534Z | Compiling sled v0.34.7 |
1737 | 2024-01-05T17:09:05.148Z | Compiling bcrypt-pbkdf v0.10.0 |
1738 | 2024-01-05T17:09:06.091Z | Compiling pbkdf2 v0.11.0 |
1739 | 2024-01-05T17:09:06.688Z | Compiling p256 v0.13.2 |
1740 | 2024-01-05T17:09:07.349Z | Compiling ghash v0.5.0 |
1741 | 2024-01-05T17:09:07.645Z | Compiling ed25519-dalek v2.0.0 |
1742 | 2024-01-05T17:09:08.157Z | Compiling vsss-rs v3.3.2 |
1743 | 2024-01-05T17:09:09.827Z | Compiling slog-envlogger v2.2.0 |
1744 | 2024-01-05T17:09:09.830Z | Compiling russh-cryptovec v0.7.0 |
1745 | 2024-01-05T17:09:10.711Z | Compiling rand v0.7.3 |
1746 | 2024-01-05T17:09:11.871Z | Compiling ciborium v0.2.1 |
1747 | 2024-01-05T17:09:14.321Z | Compiling dirs v5.0.1 |
1748 | 2024-01-05T17:09:14.552Z | Compiling chacha20poly1305 v0.10.1 |
1749 | 2024-01-05T17:09:14.608Z | Compiling cbc v0.1.2 |
1750 | 2024-01-05T17:09:14.657Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1751 | 2024-01-05T17:09:14.821Z | Compiling pem v3.0.2 |
1752 | 2024-01-05T17:09:15.088Z | Compiling headers-core v0.2.0 |
1753 | 2024-01-05T17:09:15.212Z | Compiling kstat-rs v0.2.3 |
1754 | 2024-01-05T17:09:15.341Z | Compiling md5 v0.7.0 |
1755 | 2024-01-05T17:09:15.432Z | Compiling pretty-hex v0.4.0 |
1756 | 2024-01-05T17:09:15.778Z | Compiling http-range v0.1.5 |
1757 | 2024-01-05T17:09:15.784Z | Compiling russh-keys v0.40.1 |
1758 | 2024-01-05T17:09:16.203Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1759 | 2024-01-05T17:09:16.281Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1760 | 2024-01-05T17:09:16.349Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1761 | 2024-01-05T17:09:16.375Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1762 | 2024-01-05T17:09:16.510Z | Compiling hyper-staticfile v0.9.5 |
1763 | 2024-01-05T17:09:17.485Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1764 | 2024-01-05T17:09:18.050Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1765 | 2024-01-05T17:09:21.561Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1766 | 2024-01-05T17:09:22.543Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1767 | 2024-01-05T17:09:23.110Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1768 | 2024-01-05T17:09:25.313Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1769 | 2024-01-05T17:09:28.656Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1770 | 2024-01-05T17:09:29.550Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1771 | 2024-01-05T17:09:30.717Z | Compiling rcgen v0.11.3 |
1772 | 2024-01-05T17:09:31.053Z | Compiling headers v0.3.9 |
1773 | 2024-01-05T17:09:31.077Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1774 | 2024-01-05T17:09:34.552Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1775 | 2024-01-05T17:09:35.276Z | Compiling aes-gcm v0.10.3 |
1776 | 2024-01-05T17:09:35.760Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1777 | 2024-01-05T17:09:37.726Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1778 | 2024-01-05T17:09:47.109Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1779 | 2024-01-05T17:09:49.521Z | Compiling atomicwrites v0.4.3 |
1780 | 2024-01-05T17:09:49.793Z | Compiling itertools v0.12.0 |
1781 | 2024-01-05T17:09:50.175Z | Compiling subprocess v0.2.9 |
1782 | 2024-01-05T17:09:50.261Z | Compiling hex-literal v0.4.1 |
1783 | 2024-01-05T17:09:50.501Z | Compiling display-error-chain v0.2.0 |
1784 | 2024-01-05T17:09:50.735Z | Compiling russh v0.40.2 |
1785 | 2024-01-05T17:09:52.660Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1786 | 2024-01-05T17:09:53.649Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1787 | 2024-01-05T17:09:55.281Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1788 | 2024-01-05T17:10:27.919Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1789 | 2024-01-05T17:11:51.549Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 24s |
1790 | 2024-01-05T17:11:51.918Z | |
1791 | 2024-01-05T17:11:51.918Z | real 8:25.113476869 |
1792 | 2024-01-05T17:11:51.918Z | user 46:24.457430527 |
1793 | 2024-01-05T17:11:51.918Z | sys 6:56.315870262 |
1794 | 2024-01-05T17:11:51.918Z | trap 1.813630165 |
1795 | 2024-01-05T17:11:51.919Z | tflt 6.146257282 |
1796 | 2024-01-05T17:11:51.919Z | dflt 9.747930031 |
1797 | 2024-01-05T17:11:51.943Z | kflt 0.023763096 |
1798 | 2024-01-05T17:11:51.943Z | lock 1:28:25.272800331 |
1799 | 2024-01-05T17:11:51.943Z | slp 2:12:24.161378802 |
1800 | 2024-01-05T17:11:51.943Z | lat 2:01.900356262 |
1801 | 2024-01-05T17:11:51.943Z | stop 4:41.872496642 |
1802 | 2024-01-05T17:11:51.944Z | + mkdir -p /work/end-to-end-tests |
1803 | 2024-01-05T17:11:51.944Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1804 | 2024-01-05T17:11:52.658Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1805 | 2024-01-05T17:11:52.659Z | + ptime -m gzip |
1806 | 2024-01-05T17:11:52.678Z | ++ basename target/debug/bootstrap |
1807 | 2024-01-05T17:12:09.851Z | |
1808 | 2024-01-05T17:12:09.856Z | real 17.199946043 |
1809 | 2024-01-05T17:12:09.856Z | user 16.993492063 |
1810 | 2024-01-05T17:12:09.856Z | sys 0.187175012 |
1811 | 2024-01-05T17:12:09.856Z | trap 0.006296465 |
1812 | 2024-01-05T17:12:09.856Z | tflt 0.000000000 |
1813 | 2024-01-05T17:12:09.856Z | dflt 0.000000000 |
1814 | 2024-01-05T17:12:09.856Z | kflt 0.000000000 |
1815 | 2024-01-05T17:12:09.856Z | lock 0.000000000 |
1816 | 2024-01-05T17:12:09.856Z | slp 0.000000000 |
1817 | 2024-01-05T17:12:09.856Z | lat 0.012619252 |
1818 | 2024-01-05T17:12:09.856Z | stop 0.000241504 |
1819 | 2024-01-05T17:12:09.856Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1820 | 2024-01-05T17:12:09.856Z | + ptime -m gzip |
1821 | 2024-01-05T17:12:09.856Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-eaf0754f960079f9 |
1822 | 2024-01-05T17:12:10.942Z | |
1823 | 2024-01-05T17:12:10.948Z | real 1.077169941 |
1824 | 2024-01-05T17:12:10.948Z | user 1.064279781 |
1825 | 2024-01-05T17:12:10.948Z | sys 0.012147962 |
1826 | 2024-01-05T17:12:10.948Z | trap 0.000192147 |
1827 | 2024-01-05T17:12:10.948Z | tflt 0.000000000 |
1828 | 2024-01-05T17:12:10.948Z | dflt 0.000000000 |
1829 | 2024-01-05T17:12:10.948Z | kflt 0.000000000 |
1830 | 2024-01-05T17:12:10.948Z | lock 0.000000000 |
1831 | 2024-01-05T17:12:10.948Z | slp 0.000000000 |
1832 | 2024-01-05T17:12:10.948Z | lat 0.000180669 |
1833 | 2024-01-05T17:12:10.948Z | stop 0.000244393 |
1834 | 2024-01-05T17:12:10.948Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1835 | 2024-01-05T17:12:10.948Z | + ptime -m gzip |
1836 | 2024-01-05T17:12:10.948Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-66cfb9eb8d705a1d |
1837 | 2024-01-05T17:12:28.514Z | |
1838 | 2024-01-05T17:12:28.525Z | real 17.564876790 |
1839 | 2024-01-05T17:12:28.525Z | user 17.379461282 |
1840 | 2024-01-05T17:12:28.526Z | sys 0.178507588 |
1841 | 2024-01-05T17:12:28.526Z | trap 0.004764212 |
1842 | 2024-01-05T17:12:28.526Z | tflt 0.000000000 |
1843 | 2024-01-05T17:12:28.526Z | dflt 0.000000000 |
1844 | 2024-01-05T17:12:28.527Z | kflt 0.000000000 |
1845 | 2024-01-05T17:12:28.527Z | lock 0.000000000 |
1846 | 2024-01-05T17:12:28.527Z | slp 0.000000000 |
1847 | 2024-01-05T17:12:28.527Z | lat 0.001777249 |
1848 | 2024-01-05T17:12:28.527Z | stop 0.000242967 |
1849 | 2024-01-05T17:12:28.527Z | + banner caboose-util |
1850 | 2024-01-05T17:12:28.528Z | |
1851 | 2024-01-05T17:12:28.528Z | #### ## ##### #### #### #### ###### # # ##### |
1852 | 2024-01-05T17:12:28.528Z | # # # # # # # # # # # # # # # |
1853 | 2024-01-05T17:12:28.530Z | # # # ##### # # # # #### ##### ##### # # # |
1854 | 2024-01-05T17:12:28.530Z | # ###### # # # # # # # # # # # |
1855 | 2024-01-05T17:12:28.530Z | # # # # # # # # # # # # # # # # |
1856 | 2024-01-05T17:12:28.530Z | #### # # ##### #### #### #### ###### #### # |
1857 | 2024-01-05T17:12:28.531Z | |
1858 | 2024-01-05T17:12:28.531Z | + ptime -m cargo build --locked -p caboose-util --release |
1859 | 2024-01-05T17:12:29.210Z | Downloading crates ... |
1860 | 2024-01-05T17:12:29.625Z | Downloaded bitfield v0.14.0 |
1861 | 2024-01-05T17:12:29.636Z | Downloaded env_logger v0.10.0 |
1862 | 2024-01-05T17:12:29.654Z | Downloaded path-slash v0.1.5 |
1863 | 2024-01-05T17:12:29.655Z | Downloaded packed_struct v0.10.1 |
1864 | 2024-01-05T17:12:29.655Z | Downloaded nodrop v0.1.14 |
1865 | 2024-01-05T17:12:29.655Z | Downloaded serde-hex v0.1.0 |
1866 | 2024-01-05T17:12:29.655Z | Downloaded crc v3.0.1 |
1867 | 2024-01-05T17:12:29.677Z | Downloaded termcolor v1.2.0 |
1868 | 2024-01-05T17:12:29.677Z | Downloaded packed_struct_codegen v0.10.1 |
1869 | 2024-01-05T17:12:29.677Z | Downloaded radium v0.7.0 |
1870 | 2024-01-05T17:12:29.677Z | Downloaded crc-catalog v2.2.0 |
1871 | 2024-01-05T17:12:29.677Z | Downloaded pkcs1 v0.7.5 |
1872 | 2024-01-05T17:12:29.677Z | Downloaded crc-any v2.4.3 |
1873 | 2024-01-05T17:12:29.677Z | Downloaded rsa v0.9.2 |
1874 | 2024-01-05T17:12:29.683Z | Downloaded x509-cert v0.2.4 |
1875 | 2024-01-05T17:12:29.688Z | Downloaded object v0.30.4 |
1876 | 2024-01-05T17:12:29.700Z | Downloaded bitvec v1.0.1 |
1877 | 2024-01-05T17:12:29.733Z | Downloaded num-bigint-dig v0.8.4 |
1878 | 2024-01-05T17:12:29.741Z | Downloaded ron v0.8.1 |
1879 | 2024-01-05T17:12:29.751Z | Downloaded tap v1.0.1 |
1880 | 2024-01-05T17:12:29.757Z | Downloaded wyz v0.5.1 |
1881 | 2024-01-05T17:12:29.757Z | Downloaded maybe-uninit v2.0.0 |
1882 | 2024-01-05T17:12:29.757Z | Downloaded array-init v0.0.4 |
1883 | 2024-01-05T17:12:29.764Z | Downloaded smallvec v0.6.14 |
1884 | 2024-01-05T17:12:29.764Z | Downloaded funty v2.0.0 |
1885 | 2024-01-05T17:12:29.948Z | Compiling proc-macro2 v1.0.74 |
1886 | 2024-01-05T17:12:29.948Z | Compiling unicode-ident v1.0.12 |
1887 | 2024-01-05T17:12:29.961Z | Compiling libc v0.2.151 |
1888 | 2024-01-05T17:12:29.961Z | Compiling autocfg v1.1.0 |
1889 | 2024-01-05T17:12:29.961Z | Compiling serde v1.0.193 |
1890 | 2024-01-05T17:12:29.961Z | Compiling cfg-if v1.0.0 |
1891 | 2024-01-05T17:12:29.973Z | Compiling version_check v0.9.4 |
1892 | 2024-01-05T17:12:30.587Z | Compiling typenum v1.16.0 |
1893 | 2024-01-05T17:12:30.603Z | Compiling syn v1.0.109 |
1894 | 2024-01-05T17:12:30.603Z | Compiling parking_lot_core v0.9.8 |
1895 | 2024-01-05T17:12:30.765Z | Compiling libm v0.2.7 |
1896 | 2024-01-05T17:12:30.786Z | Compiling once_cell v1.19.0 |
1897 | 2024-01-05T17:12:30.976Z | Compiling generic-array v0.14.7 |
1898 | 2024-01-05T17:12:31.481Z | Compiling lock_api v0.4.10 |
1899 | 2024-01-05T17:12:31.496Z | Compiling num-traits v0.2.16 |
1900 | 2024-01-05T17:12:31.496Z | Compiling pkg-config v0.3.27 |
1901 | 2024-01-05T17:12:31.496Z | Compiling scopeguard v1.2.0 |
1902 | 2024-01-05T17:12:32.014Z | Compiling slab v0.4.9 |
1903 | 2024-01-05T17:12:32.423Z | Compiling serde_json v1.0.108 |
1904 | 2024-01-05T17:12:32.423Z | Compiling memchr v2.6.3 |
1905 | 2024-01-05T17:12:32.423Z | Compiling quote v1.0.35 |
1906 | 2024-01-05T17:12:32.423Z | Compiling thiserror v1.0.49 |
1907 | 2024-01-05T17:12:33.079Z | Compiling syn v2.0.46 |
1908 | 2024-01-05T17:12:33.163Z | Compiling cc v1.0.83 |
1909 | 2024-01-05T17:12:33.175Z | Compiling getrandom v0.2.10 |
1910 | 2024-01-05T17:12:33.831Z | Compiling rand_core v0.6.4 |
1911 | 2024-01-05T17:12:34.560Z | Compiling byteorder v1.5.0 |
1912 | 2024-01-05T17:12:34.601Z | Compiling itoa v1.0.9 |
1913 | 2024-01-05T17:12:35.118Z | Compiling smallvec v1.11.2 |
1914 | 2024-01-05T17:12:35.857Z | Compiling log v0.4.20 |
1915 | 2024-01-05T17:12:35.926Z | Compiling vcpkg v0.2.15 |
1916 | 2024-01-05T17:12:37.656Z | Compiling const-oid v0.9.5 |
1917 | 2024-01-05T17:12:37.934Z | Compiling pin-project-lite v0.2.13 |
1918 | 2024-01-05T17:12:38.112Z | Compiling parking_lot v0.12.1 |
1919 | 2024-01-05T17:12:38.138Z | Compiling ring v0.17.7 |
1920 | 2024-01-05T17:12:38.225Z | Compiling indexmap v1.9.3 |
1921 | 2024-01-05T17:12:39.082Z | Compiling openssl-sys v0.9.96 |
1922 | 2024-01-05T17:12:39.988Z | Compiling heck v0.4.1 |
1923 | 2024-01-05T17:12:40.627Z | Compiling subtle v2.5.0 |
1924 | 2024-01-05T17:12:40.631Z | Compiling io-lifetimes v1.0.11 |
1925 | 2024-01-05T17:12:40.688Z | Compiling ring v0.16.20 |
1926 | 2024-01-05T17:12:41.053Z | Compiling num-integer v0.1.45 |
1927 | 2024-01-05T17:12:41.460Z | Compiling semver v1.0.20 |
1928 | 2024-01-05T17:12:41.472Z | Compiling futures-core v0.3.30 |
1929 | 2024-01-05T17:12:41.804Z | Compiling ryu v1.0.15 |
1930 | 2024-01-05T17:12:43.448Z | Compiling rustix v0.37.23 |
1931 | 2024-01-05T17:12:44.125Z | Compiling spin v0.5.2 |
1932 | 2024-01-05T17:12:44.480Z | Compiling mio v0.8.9 |
1933 | 2024-01-05T17:12:44.602Z | Compiling signal-hook-registry v1.4.1 |
1934 | 2024-01-05T17:12:44.625Z | Compiling num_cpus v1.16.0 |
1935 | 2024-01-05T17:12:44.826Z | Compiling socket2 v0.5.5 |
1936 | 2024-01-05T17:12:45.440Z | Compiling ucd-trie v0.1.6 |
1937 | 2024-01-05T17:12:45.696Z | Compiling openssl v0.10.60 |
1938 | 2024-01-05T17:12:45.783Z | Compiling futures-sink v0.3.30 |
1939 | 2024-01-05T17:12:46.000Z | Compiling httparse v1.8.0 |
1940 | 2024-01-05T17:12:46.142Z | Compiling unicode-xid v0.2.4 |
1941 | 2024-01-05T17:12:46.292Z | Compiling tinyvec_macros v0.1.1 |
1942 | 2024-01-05T17:12:46.378Z | Compiling synstructure v0.12.6 |
1943 | 2024-01-05T17:12:46.408Z | Compiling tinyvec v1.6.0 |
1944 | 2024-01-05T17:12:46.561Z | Compiling futures-channel v0.3.30 |
1945 | 2024-01-05T17:12:47.789Z | Compiling ppv-lite86 v0.2.17 |
1946 | 2024-01-05T17:12:48.873Z | Compiling crc32fast v1.3.2 |
1947 | 2024-01-05T17:12:49.079Z | Compiling futures-task v0.3.30 |
1948 | 2024-01-05T17:12:49.194Z | Compiling pin-utils v0.1.0 |
1949 | 2024-01-05T17:12:49.318Z | Compiling native-tls v0.2.11 |
1950 | 2024-01-05T17:12:49.511Z | Compiling futures-io v0.3.30 |
1951 | 2024-01-05T17:12:49.525Z | Compiling rustls v0.21.9 |
1952 | 2024-01-05T17:12:49.830Z | Compiling rand_chacha v0.3.1 |
1953 | 2024-01-05T17:12:49.923Z | Compiling unicode-normalization v0.1.22 |
1954 | 2024-01-05T17:12:49.985Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1955 | 2024-01-05T17:12:49.995Z | Compiling spin v0.9.8 |
1956 | 2024-01-05T17:12:50.285Z | Compiling tracing-core v0.1.31 |
1957 | 2024-01-05T17:12:50.385Z | Compiling unicode-bidi v0.3.13 |
1958 | 2024-01-05T17:12:50.553Z | Compiling base64ct v1.6.0 |
1959 | 2024-01-05T17:12:51.704Z | Compiling pem-rfc7468 v0.7.0 |
1960 | 2024-01-05T17:12:52.034Z | Compiling rand v0.8.5 |
1961 | 2024-01-05T17:12:52.635Z | Compiling errno v0.3.2 |
1962 | 2024-01-05T17:12:52.807Z | Compiling num-iter v0.1.43 |
1963 | 2024-01-05T17:12:53.024Z | Compiling usdt-impl v0.3.5 |
1964 | 2024-01-05T17:12:53.243Z | Compiling ahash v0.8.6 |
1965 | 2024-01-05T17:12:53.287Z | Compiling rustix v0.38.25 |
1966 | 2024-01-05T17:12:53.499Z | Compiling base64 v0.21.5 |
1967 | 2024-01-05T17:12:54.611Z | Compiling schemars v0.8.16 |
1968 | 2024-01-05T17:12:54.978Z | Compiling flagset v0.4.3 |
1969 | 2024-01-05T17:12:55.242Z | Compiling serde_derive_internals v0.26.0 |
1970 | 2024-01-05T17:12:55.333Z | Compiling zerocopy-derive v0.2.0 |
1971 | 2024-01-05T17:12:55.350Z | Compiling serde_derive v1.0.193 |
1972 | 2024-01-05T17:12:55.527Z | Compiling zeroize_derive v1.4.2 |
1973 | 2024-01-05T17:12:56.723Z | Compiling tokio-macros v2.2.0 |
1974 | 2024-01-05T17:12:57.358Z | Compiling thiserror-impl v1.0.49 |
1975 | 2024-01-05T17:12:57.807Z | Compiling zeroize v1.7.0 |
1976 | 2024-01-05T17:12:58.453Z | Compiling futures-macro v0.3.30 |
1977 | 2024-01-05T17:12:59.133Z | Compiling tracing-attributes v0.1.26 |
1978 | 2024-01-05T17:12:59.671Z | Compiling der_derive v0.7.2 |
1979 | 2024-01-05T17:13:00.043Z | Compiling openssl-macros v0.1.1 |
1980 | 2024-01-05T17:13:01.115Z | Compiling crypto-common v0.1.6 |
1981 | 2024-01-05T17:13:01.200Z | Compiling block-buffer v0.10.4 |
1982 | 2024-01-05T17:13:01.538Z | Compiling digest v0.10.7 |
1983 | 2024-01-05T17:13:01.628Z | Compiling futures-util v0.3.30 |
1984 | 2024-01-05T17:13:01.710Z | Compiling zerocopy-derive v0.7.31 |
1985 | 2024-01-05T17:13:02.128Z | Compiling pest v2.7.2 |
1986 | 2024-01-05T17:13:02.275Z | Compiling zerocopy-derive v0.6.4 |
1987 | 2024-01-05T17:13:03.554Z | Compiling der v0.7.8 |
1988 | 2024-01-05T17:13:04.561Z | Compiling tracing v0.1.37 |
1989 | 2024-01-05T17:13:05.692Z | Compiling bitflags v1.3.2 |
1990 | 2024-01-05T17:13:05.843Z | Compiling fnv v1.0.7 |
1991 | 2024-01-05T17:13:06.204Z | Compiling pest_meta v2.7.2 |
1992 | 2024-01-05T17:13:06.873Z | Compiling schemars_derive v0.8.16 |
1993 | 2024-01-05T17:13:08.049Z | Compiling spki v0.7.2 |
1994 | 2024-01-05T17:13:11.406Z | Compiling pest_generator v2.7.2 |
1995 | 2024-01-05T17:13:11.864Z | Compiling zerocopy v0.3.0 |
1996 | 2024-01-05T17:13:13.081Z | Compiling lazy_static v1.4.0 |
1997 | 2024-01-05T17:13:14.301Z | Compiling backtrace v0.3.69 |
1998 | 2024-01-05T17:13:14.429Z | Compiling pest_derive v2.7.2 |
1999 | 2024-01-05T17:13:14.530Z | Compiling memoffset v0.9.0 |
2000 | 2024-01-05T17:13:14.945Z | Compiling num-bigint v0.4.4 |
2001 | 2024-01-05T17:13:14.982Z | Compiling hashbrown v0.14.2 |
2002 | 2024-01-05T17:13:15.615Z | Compiling percent-encoding v2.3.1 |
2003 | 2024-01-05T17:13:15.681Z | Compiling hashbrown v0.12.3 |
2004 | 2024-01-05T17:13:16.121Z | Compiling iana-time-zone v0.1.57 |
2005 | 2024-01-05T17:13:16.650Z | Compiling doc-comment v0.3.3 |
2006 | 2024-01-05T17:13:17.024Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2007 | 2024-01-05T17:13:17.361Z | Compiling async-trait v0.1.77 |
2008 | 2024-01-05T17:13:17.392Z | Compiling smoltcp v0.9.1 |
2009 | 2024-01-05T17:13:17.469Z | Compiling untrusted v0.9.0 |
2010 | 2024-01-05T17:13:17.715Z | Compiling equivalent v1.0.1 |
2011 | 2024-01-05T17:13:17.757Z | Compiling foreign-types-shared v0.1.1 |
2012 | 2024-01-05T17:13:17.868Z | Compiling openssl-probe v0.1.5 |
2013 | 2024-01-05T17:13:17.902Z | Compiling untrusted v0.7.1 |
2014 | 2024-01-05T17:13:18.038Z | Compiling crossbeam-utils v0.8.16 |
2015 | 2024-01-05T17:13:18.310Z | Compiling foreign-types v0.3.2 |
2016 | 2024-01-05T17:13:18.711Z | Compiling bytes v1.5.0 |
2017 | 2024-01-05T17:13:20.156Z | Compiling bitflags v2.4.0 |
2018 | 2024-01-05T17:13:20.440Z | Compiling tokio v1.35.0 |
2019 | 2024-01-05T17:13:21.781Z | Compiling rustc_version v0.4.0 |
2020 | 2024-01-05T17:13:23.014Z | Compiling heapless v0.7.16 |
2021 | 2024-01-05T17:13:23.722Z | Compiling http v0.2.11 |
2022 | 2024-01-05T17:13:23.832Z | Compiling uuid v1.6.1 |
2023 | 2024-01-05T17:13:24.202Z | Compiling chrono v0.4.31 |
2024 | 2024-01-05T17:13:25.018Z | Compiling indexmap v2.1.0 |
2025 | 2024-01-05T17:13:26.623Z | Compiling dtrace-parser v0.1.14 |
2026 | 2024-01-05T17:13:27.588Z | Compiling dof v0.1.5 |
2027 | 2024-01-05T17:13:28.969Z | Compiling hmac v0.12.1 |
2028 | 2024-01-05T17:13:29.305Z | Compiling clap_derive v4.4.2 |
2029 | 2024-01-05T17:13:30.108Z | Compiling thread-id v4.2.0 |
2030 | 2024-01-05T17:13:30.254Z | Compiling adler v1.0.2 |
2031 | 2024-01-05T17:13:30.548Z | Compiling try-lock v0.2.4 |
2032 | 2024-01-05T17:13:30.559Z | Compiling cpufeatures v0.2.9 |
2033 | 2024-01-05T17:13:30.698Z | Compiling siphasher v0.3.11 |
2034 | 2024-01-05T17:13:31.058Z | Compiling anstyle v1.0.2 |
2035 | 2024-01-05T17:13:31.314Z | Compiling time-core v0.1.1 |
2036 | 2024-01-05T17:13:31.563Z | Compiling utf8parse v0.2.1 |
2037 | 2024-01-05T17:13:31.723Z | Compiling rustversion v1.0.14 |
2038 | 2024-01-05T17:13:32.030Z | Compiling anstyle-parse v0.2.1 |
2039 | 2024-01-05T17:13:32.648Z | Compiling time-macros v0.2.13 |
2040 | 2024-01-05T17:13:33.367Z | Compiling tokio-util v0.7.10 |
2041 | 2024-01-05T17:13:35.784Z | Compiling h2 v0.3.21 |
2042 | 2024-01-05T17:13:37.609Z | Compiling want v0.3.1 |
2043 | 2024-01-05T17:13:38.022Z | Compiling sha2 v0.10.8 |
2044 | 2024-01-05T17:13:39.740Z | Compiling miniz_oxide v0.7.1 |
2045 | 2024-01-05T17:13:42.982Z | Compiling http-body v0.4.5 |
2046 | 2024-01-05T17:13:43.073Z | Compiling rustls-webpki v0.101.7 |
2047 | 2024-01-05T17:13:43.417Z | Compiling sct v0.7.0 |
2048 | 2024-01-05T17:13:43.848Z | Compiling serde_tokenstream v0.1.7 |
2049 | 2024-01-05T17:13:44.615Z | Compiling form_urlencoded v1.2.1 |
2050 | 2024-01-05T17:13:45.073Z | Compiling pkcs8 v0.10.2 |
2051 | 2024-01-05T17:13:45.236Z | Compiling pin-project-internal v1.1.3 |
2052 | 2024-01-05T17:13:45.997Z | Compiling hubpack_derive v0.1.1 |
2053 | 2024-01-05T17:13:46.482Z | Compiling socket2 v0.4.9 |
2054 | 2024-01-05T17:13:47.292Z | Compiling crossbeam-epoch v0.9.15 |
2055 | 2024-01-05T17:13:47.939Z | Compiling tower-service v0.3.2 |
2056 | 2024-01-05T17:13:48.107Z | Compiling colorchoice v1.0.0 |
2057 | 2024-01-05T17:13:48.119Z | Compiling anyhow v1.0.75 |
2058 | 2024-01-05T17:13:48.289Z | Compiling radium v0.7.0 |
2059 | 2024-01-05T17:13:48.950Z | Compiling anstyle-query v1.0.0 |
2060 | 2024-01-05T17:13:49.142Z | Compiling httpdate v1.0.3 |
2061 | 2024-01-05T17:13:49.153Z | Compiling slog v2.7.0 |
2062 | 2024-01-05T17:13:49.978Z | Compiling hyper v0.14.27 |
2063 | 2024-01-05T17:13:51.829Z | Compiling anstream v0.5.0 |
2064 | 2024-01-05T17:13:57.093Z | Compiling terminal_size v0.2.6 |
2065 | 2024-01-05T17:14:00.264Z | Compiling serde_spanned v0.6.4 |
2066 | 2024-01-05T17:14:00.606Z | Compiling toml_datetime v0.6.5 |
2067 | 2024-01-05T17:14:01.365Z | Compiling rustls-pemfile v1.0.3 |
2068 | 2024-01-05T17:14:01.890Z | Compiling zerocopy v0.6.4 |
2069 | 2024-01-05T17:14:03.371Z | Compiling md-5 v0.10.5 |
2070 | 2024-01-05T17:14:04.104Z | Compiling stringprep v0.1.3 |
2071 | 2024-01-05T17:14:04.152Z | Compiling idna v0.5.0 |
2072 | 2024-01-05T17:14:05.650Z | Compiling diesel_table_macro_syntax v0.1.0 |
2073 | 2024-01-05T17:14:05.697Z | Compiling hash32 v0.2.1 |
2074 | 2024-01-05T17:14:06.104Z | Compiling aho-corasick v1.0.4 |
2075 | 2024-01-05T17:14:06.242Z | Compiling fallible-iterator v0.2.0 |
2076 | 2024-01-05T17:14:06.260Z | Compiling gimli v0.28.0 |
2077 | 2024-01-05T17:14:06.595Z | Compiling tap v1.0.1 |
2078 | 2024-01-05T17:14:06.636Z | Compiling dyn-clone v1.0.13 |
2079 | 2024-01-05T17:14:06.870Z | Compiling clap_lex v0.5.1 |
2080 | 2024-01-05T17:14:07.451Z | Compiling either v1.9.0 |
2081 | 2024-01-05T17:14:07.714Z | Compiling maybe-uninit v2.0.0 |
2082 | 2024-01-05T17:14:07.984Z | Compiling winnow v0.5.15 |
2083 | 2024-01-05T17:14:08.070Z | Compiling regex-syntax v0.8.2 |
2084 | 2024-01-05T17:14:08.395Z | Compiling strsim v0.10.0 |
2085 | 2024-01-05T17:14:09.275Z | Compiling stable_deref_trait v1.2.0 |
2086 | 2024-01-05T17:14:11.488Z | Compiling clap_builder v4.4.2 |
2087 | 2024-01-05T17:14:11.906Z | Compiling postgres-protocol v0.6.6 |
2088 | 2024-01-05T17:14:12.128Z | Compiling wyz v0.5.1 |
2089 | 2024-01-05T17:14:12.670Z | Compiling diesel_derives v2.1.2 |
2090 | 2024-01-05T17:14:12.878Z | Compiling url v2.5.0 |
2091 | 2024-01-05T17:14:13.891Z | Compiling addr2line v0.21.0 |
2092 | 2024-01-05T17:14:14.218Z | Compiling regex-automata v0.4.3 |
2093 | 2024-01-05T17:14:16.752Z | Compiling tokio-rustls v0.24.1 |
2094 | 2024-01-05T17:14:17.383Z | Compiling rustls-native-certs v0.6.3 |
2095 | 2024-01-05T17:14:17.927Z | Compiling strum_macros v0.25.2 |
2096 | 2024-01-05T17:14:18.782Z | Compiling tokio-native-tls v0.3.1 |
2097 | 2024-01-05T17:14:24.155Z | Compiling usdt-macro v0.3.5 |
2098 | 2024-01-05T17:14:24.444Z | Compiling usdt-attr-macro v0.3.5 |
2099 | 2024-01-05T17:14:26.587Z | Compiling phf_shared v0.11.2 |
2100 | 2024-01-05T17:14:27.763Z | Compiling zerocopy v0.7.31 |
2101 | 2024-01-05T17:14:28.079Z | Compiling block-padding v0.3.3 |
2102 | 2024-01-05T17:14:28.436Z | Compiling serde_repr v0.1.16 |
2103 | 2024-01-05T17:14:28.436Z | Compiling enum-as-inner v0.5.1 |
2104 | 2024-01-05T17:14:30.034Z | Compiling snafu-derive v0.7.5 |
2105 | 2024-01-05T17:14:30.754Z | Compiling ff v0.13.0 |
2106 | 2024-01-05T17:14:30.914Z | Compiling scheduled-thread-pool v0.2.7 |
2107 | 2024-01-05T17:14:31.110Z | Compiling object v0.32.1 |
2108 | 2024-01-05T17:14:35.869Z | Compiling num_threads v0.1.6 |
2109 | 2024-01-05T17:14:36.235Z | Compiling matches v0.1.10 |
2110 | 2024-01-05T17:14:36.367Z | Compiling deranged v0.3.8 |
2111 | 2024-01-05T17:14:36.907Z | Compiling funty v2.0.0 |
2112 | 2024-01-05T17:14:38.237Z | Compiling managed v0.8.0 |
2113 | 2024-01-05T17:14:38.987Z | Compiling ipnet v2.8.0 |
2114 | 2024-01-05T17:14:40.140Z | Compiling regex-automata v0.1.10 |
2115 | 2024-01-05T17:14:40.781Z | Compiling base16ct v0.2.0 |
2116 | 2024-01-05T17:14:41.225Z | Compiling packed_struct v0.10.1 |
2117 | 2024-01-05T17:14:41.809Z | Compiling bit-vec v0.6.3 |
2118 | 2024-01-05T17:14:41.890Z | Compiling num-bigint-dig v0.8.4 |
2119 | 2024-01-05T17:14:41.903Z | Compiling rustc-demangle v0.1.23 |
2120 | 2024-01-05T17:14:42.465Z | Compiling sec1 v0.7.3 |
2121 | 2024-01-05T17:14:42.548Z | Compiling bstr v0.2.17 |
2122 | 2024-01-05T17:14:44.780Z | Compiling time v0.3.27 |
2123 | 2024-01-05T17:14:48.320Z | Compiling bitvec v1.0.1 |
2124 | 2024-01-05T17:14:49.077Z | Compiling idna v0.2.3 |
2125 | 2024-01-05T17:14:49.517Z | Compiling r2d2 v0.8.10 |
2126 | 2024-01-05T17:14:50.139Z | Compiling group v0.13.0 |
2127 | 2024-01-05T17:14:51.623Z | Compiling inout v0.1.3 |
2128 | 2024-01-05T17:14:54.412Z | Compiling phf v0.11.2 |
2129 | 2024-01-05T17:14:55.293Z | Compiling regex v1.10.2 |
2130 | 2024-01-05T17:14:55.379Z | Compiling hyper-tls v0.5.0 |
2131 | 2024-01-05T17:14:55.757Z | Compiling hyper-rustls v0.24.2 |
2132 | 2024-01-05T17:14:55.874Z | Compiling clap v4.4.3 |
2133 | 2024-01-05T17:14:56.030Z | Compiling ipnetwork v0.20.0 |
2134 | 2024-01-05T17:14:56.573Z | Compiling flate2 v1.0.28 |
2135 | 2024-01-05T17:14:56.960Z | Compiling toml_edit v0.19.15 |
2136 | 2024-01-05T17:14:57.331Z | Compiling postgres-types v0.2.6 |
2137 | 2024-01-05T17:14:57.914Z | Compiling bzip2 v0.4.4 |
2138 | 2024-01-05T17:14:58.302Z | Compiling itertools v0.11.0 |
2139 | 2024-01-05T17:14:58.441Z | Compiling pin-project v1.1.3 |
2140 | 2024-01-05T17:14:58.831Z | Compiling hubpack v0.1.2 |
2141 | 2024-01-05T17:14:58.854Z | Compiling serde_urlencoded v0.7.1 |
2142 | 2024-01-05T17:14:59.519Z | Compiling phf_shared v0.10.0 |
2143 | 2024-01-05T17:14:59.612Z | Compiling hkdf v0.12.4 |
2144 | 2024-01-05T17:14:59.765Z | Compiling futures-executor v0.3.30 |
2145 | 2024-01-05T17:15:02.387Z | Compiling crypto-bigint v0.5.2 |
2146 | 2024-01-05T17:15:03.836Z | Compiling packed_struct_codegen v0.10.1 |
2147 | 2024-01-05T17:15:05.880Z | Compiling float-cmp v0.9.0 |
2148 | 2024-01-05T17:15:06.268Z | Compiling encoding_rs v0.8.33 |
2149 | 2024-01-05T17:15:06.284Z | Compiling difflib v0.4.0 |
2150 | 2024-01-05T17:15:08.240Z | Compiling unicode-segmentation v1.10.1 |
2151 | 2024-01-05T17:15:08.764Z | Compiling mime v0.3.17 |
2152 | 2024-01-05T17:15:08.868Z | Compiling fixedbitset v0.4.2 |
2153 | 2024-01-05T17:15:09.490Z | Compiling nodrop v0.1.14 |
2154 | 2024-01-05T17:15:09.662Z | Compiling precomputed-hash v0.1.1 |
2155 | 2024-01-05T17:15:09.805Z | Compiling predicates-core v1.0.6 |
2156 | 2024-01-05T17:15:09.829Z | Compiling webpki-roots v0.25.2 |
2157 | 2024-01-05T17:15:09.957Z | Compiling crc-catalog v2.2.0 |
2158 | 2024-01-05T17:15:10.060Z | Compiling regex-automata v0.3.8 |
2159 | 2024-01-05T17:15:10.162Z | Compiling normalize-line-endings v0.3.0 |
2160 | 2024-01-05T17:15:10.274Z | Compiling minimal-lexical v0.2.1 |
2161 | 2024-01-05T17:15:10.324Z | Compiling data-encoding v2.4.0 |
2162 | 2024-01-05T17:15:11.111Z | Compiling new_debug_unreachable v1.0.4 |
2163 | 2024-01-05T17:15:11.225Z | Compiling unicode-width v0.1.11 |
2164 | 2024-01-05T17:15:11.477Z | Compiling static_assertions v1.1.0 |
2165 | 2024-01-05T17:15:11.622Z | Compiling whoami v1.4.1 |
2166 | 2024-01-05T17:15:13.266Z | Compiling bstr v1.6.0 |
2167 | 2024-01-05T17:15:15.674Z | Compiling tokio-postgres v0.7.10 |
2168 | 2024-01-05T17:15:19.012Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2169 | 2024-01-05T17:15:23.733Z | Compiling console v0.15.7 |
2170 | 2024-01-05T17:15:24.529Z | Compiling trust-dns-proto v0.22.0 |
2171 | 2024-01-05T17:15:24.799Z | Compiling string_cache v0.8.7 |
2172 | 2024-01-05T17:15:25.427Z | Compiling nom v7.1.3 |
2173 | 2024-01-05T17:15:26.262Z | Compiling reqwest v0.11.22 |
2174 | 2024-01-05T17:15:28.235Z | Compiling predicates v3.0.4 |
2175 | 2024-01-05T17:15:28.664Z | Compiling crc v3.0.1 |
2176 | 2024-01-05T17:15:31.725Z | Compiling array-init v0.0.4 |
2177 | 2024-01-05T17:15:32.848Z | Compiling similar v2.3.0 |
2178 | 2024-01-05T17:15:33.874Z | Compiling petgraph v0.6.4 |
2179 | 2024-01-05T17:15:40.979Z | Compiling elliptic-curve v0.13.8 |
2180 | 2024-01-05T17:15:42.875Z | Compiling toml v0.7.8 |
2181 | 2024-01-05T17:15:45.203Z | Compiling futures v0.3.30 |
2182 | 2024-01-05T17:15:46.481Z | Compiling snafu v0.7.5 |
2183 | 2024-01-05T17:15:46.739Z | Compiling zip v0.6.6 |
2184 | 2024-01-05T17:15:46.759Z | Compiling smallvec v0.6.14 |
2185 | 2024-01-05T17:15:46.821Z | Compiling diesel v2.1.4 |
2186 | 2024-01-05T17:15:47.588Z | Compiling yasna v0.5.2 |
2187 | 2024-01-05T17:15:48.211Z | Compiling hashbrown v0.13.2 |
2188 | 2024-01-05T17:15:48.868Z | Compiling cipher v0.4.4 |
2189 | 2024-01-05T17:15:51.451Z | Compiling bit-set v0.5.3 |
2190 | 2024-01-05T17:15:51.900Z | Compiling usdt v0.3.5 |
2191 | 2024-01-05T17:15:52.309Z | Compiling is-terminal v0.4.9 |
2192 | 2024-01-05T17:15:53.750Z | Compiling toml_edit v0.21.0 |
2193 | 2024-01-05T17:15:54.948Z | Compiling itertools v0.10.5 |
2194 | 2024-01-05T17:15:59.632Z | Compiling pkcs1 v0.7.5 |
2195 | 2024-01-05T17:15:59.927Z | Compiling tokio-stream v0.1.14 |
2196 | 2024-01-05T17:16:01.500Z | Compiling openapiv3 v2.0.0 |
2197 | 2024-01-05T17:16:05.641Z | Compiling hex v0.4.3 |
2198 | 2024-01-05T17:16:07.296Z | Compiling signature v2.1.0 |
2199 | 2024-01-05T17:16:11.881Z | Compiling bitfield v0.14.0 |
2200 | 2024-01-05T17:16:13.519Z | Compiling lalrpop-util v0.19.12 |
2201 | 2024-01-05T17:16:15.238Z | Compiling termcolor v1.2.0 |
2202 | 2024-01-05T17:16:15.916Z | Compiling env_logger v0.10.0 |
2203 | 2024-01-05T17:16:23.396Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2204 | 2024-01-05T17:16:33.793Z | Compiling rsa v0.9.2 |
2205 | 2024-01-05T17:16:45.740Z | Compiling serde-hex v0.1.0 |
2206 | 2024-01-05T17:16:50.292Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2207 | 2024-01-05T17:16:56.613Z | Compiling ron v0.8.1 |
2208 | 2024-01-05T17:16:57.329Z | Compiling x509-cert v0.2.4 |
2209 | 2024-01-05T17:16:57.819Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2210 | 2024-01-05T17:17:08.639Z | Compiling crc-any v2.4.3 |
2211 | 2024-01-05T17:17:12.556Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2212 | 2024-01-05T17:17:28.481Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2213 | 2024-01-05T17:17:39.053Z | Compiling object v0.30.4 |
2214 | 2024-01-05T17:17:50.219Z | Compiling path-slash v0.1.5 |
2215 | 2024-01-05T17:17:51.161Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2216 | 2024-01-05T17:18:47.238Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2217 | 2024-01-05T17:18:47.239Z | Finished release [optimized] target(s) in 6m 12s |
2218 | 2024-01-05T17:18:47.239Z | |
2219 | 2024-01-05T17:18:47.239Z | real 6:12.596329290 |
2220 | 2024-01-05T17:18:47.239Z | user 43:10.045444347 |
2221 | 2024-01-05T17:18:47.239Z | sys 3:44.376339497 |
2222 | 2024-01-05T17:18:47.239Z | trap 1.780196863 |
2223 | 2024-01-05T17:18:47.239Z | tflt 1.050969214 |
2224 | 2024-01-05T17:18:47.239Z | dflt 0.424674681 |
2225 | 2024-01-05T17:18:47.239Z | kflt 0.000727335 |
2226 | 2024-01-05T17:18:47.239Z | lock 1:35:22.711356728 |
2227 | 2024-01-05T17:18:47.239Z | slp 2:01:21.721216846 |
2228 | 2024-01-05T17:18:47.239Z | lat 1:52.725634386 |
2229 | 2024-01-05T17:18:47.239Z | stop 1:22.368302805 |
2230 | 2024-01-05T17:18:47.239Z | + ptime -m gzip |
2231 | 2024-01-05T17:18:47.239Z | |
2232 | 2024-01-05T17:18:47.239Z | real 0.655439553 |
2233 | 2024-01-05T17:18:47.240Z | user 0.647981071 |
2234 | 2024-01-05T17:18:47.240Z | sys 0.006852055 |
2235 | 2024-01-05T17:18:47.240Z | trap 0.000076664 |
2236 | 2024-01-05T17:18:47.240Z | tflt 0.000000000 |
2237 | 2024-01-05T17:18:47.240Z | dflt 0.000000000 |
2238 | 2024-01-05T17:18:47.240Z | kflt 0.000000000 |
2239 | 2024-01-05T17:18:47.240Z | lock 0.000000000 |
2240 | 2024-01-05T17:18:47.240Z | slp 0.000000000 |
2241 | 2024-01-05T17:18:47.240Z | lat 0.000181205 |
2242 | 2024-01-05T17:18:47.241Z | stop 0.000241081 |
2243 | 2024-01-05T17:18:47.241Z | + banner tufaceous |
2244 | 2024-01-05T17:18:47.241Z | |
2245 | 2024-01-05T17:18:47.241Z | ##### # # ###### ## #### ###### #### # # #### |
2246 | 2024-01-05T17:18:47.241Z | # # # # # # # # # # # # # # |
2247 | 2024-01-05T17:18:47.241Z | # # # ##### # # # ##### # # # # #### |
2248 | 2024-01-05T17:18:47.241Z | # # # # ###### # # # # # # # |
2249 | 2024-01-05T17:18:47.241Z | # # # # # # # # # # # # # # # |
2250 | 2024-01-05T17:18:47.241Z | # #### # # # #### ###### #### #### #### |
2251 | 2024-01-05T17:18:47.241Z | |
2252 | 2024-01-05T17:18:47.241Z | + ptime -m cargo build --locked -p tufaceous --release |
2253 | 2024-01-05T17:18:47.241Z | Downloading crates ... |
2254 | 2024-01-05T17:18:47.241Z | Downloaded humantime v2.1.0 |
2255 | 2024-01-05T17:18:47.241Z | Downloaded serde_plain v1.0.2 |
2256 | 2024-01-05T17:18:47.241Z | Downloaded buf-list v1.0.3 |
2257 | 2024-01-05T17:18:47.241Z | Downloaded olpc-cjson v0.1.3 |
2258 | 2024-01-05T17:18:47.241Z | Downloaded globset v0.4.13 |
2259 | 2024-01-05T17:18:47.242Z | Downloaded fs-err v2.11.0 |
2260 | 2024-01-05T17:18:47.242Z | Downloaded async-recursion v1.0.5 |
2261 | 2024-01-05T17:18:47.242Z | Downloaded bytesize v1.3.0 |
2262 | 2024-01-05T17:18:47.242Z | Downloaded typed-path v0.7.0 |
2263 | 2024-01-05T17:18:47.242Z | Downloaded tough v0.16.0 |
2264 | 2024-01-05T17:18:47.242Z | Compiling serde_tokenstream v0.2.0 |
2265 | 2024-01-05T17:18:47.242Z | Compiling regress v0.7.1 |
2266 | 2024-01-05T17:18:47.242Z | Compiling dirs-sys-next v0.1.2 |
2267 | 2024-01-05T17:18:47.242Z | Compiling ident_case v1.0.1 |
2268 | 2024-01-05T17:18:47.242Z | Compiling thread_local v1.1.7 |
2269 | 2024-01-05T17:18:47.242Z | Compiling camino v1.1.6 |
2270 | 2024-01-05T17:18:47.242Z | Compiling slog-async v2.8.0 |
2271 | 2024-01-05T17:18:47.242Z | Compiling dirs-next v2.0.0 |
2272 | 2024-01-05T17:18:47.242Z | Compiling darling_core v0.20.3 |
2273 | 2024-01-05T17:18:47.244Z | Compiling heck v0.4.1 |
2274 | 2024-01-05T17:18:47.244Z | Compiling term v0.7.0 |
2275 | 2024-01-05T17:18:47.244Z | Compiling crossbeam-channel v0.5.8 |
2276 | 2024-01-05T17:18:47.244Z | Compiling getopts v0.2.21 |
2277 | 2024-01-05T17:18:47.244Z | Compiling structmeta-derive v0.2.0 |
2278 | 2024-01-05T17:18:47.244Z | Compiling atty v0.2.14 |
2279 | 2024-01-05T17:18:47.244Z | Compiling multer v2.1.0 |
2280 | 2024-01-05T17:18:47.244Z | Compiling take_mut v0.2.2 |
2281 | 2024-01-05T17:18:47.244Z | Compiling match_cfg v0.1.0 |
2282 | 2024-01-05T17:18:47.244Z | Compiling paste v1.0.14 |
2283 | 2024-01-05T17:18:47.244Z | Compiling unsafe-libyaml v0.2.10 |
2284 | 2024-01-05T17:18:47.356Z | Compiling hostname v0.3.1 |
2285 | 2024-01-05T17:18:47.356Z | Compiling slog-term v2.9.0 |
2286 | 2024-01-05T17:18:49.595Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2287 | 2024-01-05T17:18:50.793Z | Compiling structmeta v0.2.0 |
2288 | 2024-01-05T17:18:51.391Z | Compiling serde_yaml v0.9.25 |
2289 | 2024-01-05T17:18:52.468Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2290 | 2024-01-05T17:18:52.501Z | Compiling slog-json v2.6.1 |
2291 | 2024-01-05T17:18:52.578Z | Compiling darling_macro v0.20.3 |
2292 | 2024-01-05T17:18:53.308Z | Compiling async-stream-impl v0.3.5 |
2293 | 2024-01-05T17:18:54.003Z | Compiling darling v0.20.3 |
2294 | 2024-01-05T17:18:54.183Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2295 | 2024-01-05T17:18:54.616Z | Compiling fastrand v2.0.0 |
2296 | 2024-01-05T17:18:54.947Z | Compiling atomic-waker v1.1.1 |
2297 | 2024-01-05T17:18:55.222Z | Compiling regex-syntax v0.7.5 |
2298 | 2024-01-05T17:18:55.291Z | Compiling async-stream v0.3.5 |
2299 | 2024-01-05T17:18:55.709Z | Compiling tempfile v3.8.1 |
2300 | 2024-01-05T17:18:55.752Z | Compiling waitgroup v0.1.2 |
2301 | 2024-01-05T17:18:55.956Z | Compiling serde_with_macros v3.4.0 |
2302 | 2024-01-05T17:18:56.103Z | Compiling slog-bunyan v2.4.0 |
2303 | 2024-01-05T17:18:58.911Z | Compiling toml v0.8.8 |
2304 | 2024-01-05T17:18:59.511Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2305 | 2024-01-05T17:18:59.832Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2306 | 2024-01-05T17:19:01.382Z | Compiling sha1 v0.10.6 |
2307 | 2024-01-05T17:19:01.612Z | Compiling serde_path_to_error v0.1.14 |
2308 | 2024-01-05T17:19:02.304Z | Compiling instant v0.1.12 |
2309 | 2024-01-05T17:19:02.525Z | Compiling fs-err v2.11.0 |
2310 | 2024-01-05T17:19:02.797Z | Compiling buf-list v1.0.3 |
2311 | 2024-01-05T17:19:02.916Z | Compiling arc-swap v1.6.0 |
2312 | 2024-01-05T17:19:02.967Z | Compiling same-file v1.0.6 |
2313 | 2024-01-05T17:19:03.304Z | Compiling debug-ignore v1.0.5 |
2314 | 2024-01-05T17:19:03.423Z | Compiling walkdir v2.4.0 |
2315 | 2024-01-05T17:19:03.702Z | Compiling slog-scope v4.4.0 |
2316 | 2024-01-05T17:19:04.255Z | Compiling backoff v0.4.0 |
2317 | 2024-01-05T17:19:04.873Z | Compiling serde_with v3.4.0 |
2318 | 2024-01-05T17:19:05.232Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2319 | 2024-01-05T17:19:05.535Z | Compiling parse-display-derive v0.8.2 |
2320 | 2024-01-05T17:19:06.273Z | Compiling globset v0.4.13 |
2321 | 2024-01-05T17:19:06.294Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2322 | 2024-01-05T17:19:06.539Z | Compiling strum v0.25.0 |
2323 | 2024-01-05T17:19:06.800Z | Compiling olpc-cjson v0.1.3 |
2324 | 2024-01-05T17:19:07.671Z | Compiling pem v3.0.2 |
2325 | 2024-01-05T17:19:08.007Z | Compiling macaddr v1.0.1 |
2326 | 2024-01-05T17:19:08.249Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2327 | 2024-01-05T17:19:09.161Z | Compiling serde_plain v1.0.2 |
2328 | 2024-01-05T17:19:10.044Z | Compiling async-recursion v1.0.5 |
2329 | 2024-01-05T17:19:10.404Z | Compiling filetime v0.2.23 |
2330 | 2024-01-05T17:19:10.953Z | Compiling xattr v1.0.1 |
2331 | 2024-01-05T17:19:11.385Z | Compiling typed-path v0.7.0 |
2332 | 2024-01-05T17:19:11.520Z | Compiling tar v0.4.40 |
2333 | 2024-01-05T17:19:11.799Z | Compiling parse-display v0.8.2 |
2334 | 2024-01-05T17:19:12.681Z | Compiling slog-stdlog v4.1.1 |
2335 | 2024-01-05T17:19:14.204Z | Compiling camino-tempfile v1.1.1 |
2336 | 2024-01-05T17:19:15.208Z | Compiling tough v0.16.0 |
2337 | 2024-01-05T17:19:15.490Z | Compiling itertools v0.12.0 |
2338 | 2024-01-05T17:19:15.504Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2339 | 2024-01-05T17:19:15.690Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2340 | 2024-01-05T17:19:21.145Z | Compiling bytesize v1.3.0 |
2341 | 2024-01-05T17:19:21.267Z | Compiling slog-envlogger v2.2.0 |
2342 | 2024-01-05T17:19:22.070Z | Compiling humantime v2.1.0 |
2343 | 2024-01-05T17:19:26.233Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2344 | 2024-01-05T17:19:52.122Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2345 | 2024-01-05T17:19:52.416Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2346 | 2024-01-05T17:20:02.138Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2347 | 2024-01-05T17:20:04.122Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2348 | 2024-01-05T17:20:35.323Z | Finished release [optimized] target(s) in 1m 53s |
2349 | 2024-01-05T17:20:35.425Z | |
2350 | 2024-01-05T17:20:35.425Z | real 1:53.631287257 |
2351 | 2024-01-05T17:20:35.425Z | user 12:00.770090199 |
2352 | 2024-01-05T17:20:35.425Z | sys 45.179071875 |
2353 | 2024-01-05T17:20:35.426Z | trap 0.435327441 |
2354 | 2024-01-05T17:20:35.426Z | tflt 0.279412011 |
2355 | 2024-01-05T17:20:35.839Z | dflt 0.609715945 |
2356 | 2024-01-05T17:20:35.839Z | kflt 0.000320448 |
2357 | 2024-01-05T17:20:35.839Z | lock 22:57.412786890 |
2358 | 2024-01-05T17:20:35.839Z | slp 24:34.118636176 |
2359 | 2024-01-05T17:20:35.839Z | lat 20.531092299 |
2360 | 2024-01-05T17:20:35.839Z | stop 10.817301782 |
2361 | 2024-01-05T17:20:35.839Z | + ptime -m gzip |
2362 | 2024-01-05T17:20:37.793Z | |
2363 | 2024-01-05T17:20:37.805Z | real 2.364147208 |
2364 | 2024-01-05T17:20:37.805Z | user 2.333645742 |
2365 | 2024-01-05T17:20:37.805Z | sys 0.029580846 |
2366 | 2024-01-05T17:20:37.805Z | trap 0.000371797 |
2367 | 2024-01-05T17:20:37.806Z | tflt 0.000000000 |
2368 | 2024-01-05T17:20:37.806Z | dflt 0.000000000 |
2369 | 2024-01-05T17:20:37.806Z | kflt 0.000000000 |
2370 | 2024-01-05T17:20:37.806Z | lock 0.000000000 |
2371 | 2024-01-05T17:20:37.806Z | slp 0.000000000 |
2372 | 2024-01-05T17:20:37.806Z | lat 0.000181252 |
2373 | 2024-01-05T17:20:37.806Z | stop 0.000248287 |
2374 | 2024-01-05T17:20:37.806Z | process exited: duration 1184065 ms, exit code 0 |
|
2375 | 2024-01-05T17:20:37.856Z | found 5 output files |
2376 | 2024-01-05T17:20:37.856Z | uploading: /work/end-to-end-tests/bootstrap-eaf0754f960079f9.gz (6318486 bytes) |
2377 | 2024-01-05T17:20:40.722Z | uploaded: /work/end-to-end-tests/bootstrap-eaf0754f960079f9.gz |
2378 | 2024-01-05T17:20:40.722Z | uploading: /work/end-to-end-tests/bootstrap.gz (98951363 bytes) |
2379 | 2024-01-05T17:21:12.435Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2380 | 2024-01-05T17:21:12.436Z | uploading: /work/end-to-end-tests/end_to_end_tests-66cfb9eb8d705a1d.gz (102100671 bytes) |
2381 | 2024-01-05T17:21:45.787Z | uploaded: /work/end-to-end-tests/end_to_end_tests-66cfb9eb8d705a1d.gz |
2382 | 2024-01-05T17:21:45.787Z | uploading: /work/caboose-util.gz (4094465 bytes) |
2383 | 2024-01-05T17:21:49.766Z | uploaded: /work/caboose-util.gz |
2384 | 2024-01-05T17:21:49.766Z | uploading: /work/tufaceous.gz (15021846 bytes) |
2385 | 2024-01-05T17:21:56.386Z | uploaded: /work/tufaceous.gz |