|
|
|
1 | 2023-12-09T05:54:24.471Z | job assigned to worker 01HH6J4RW611K5C1A2NRGTKT65 (queued for 1 m 56 s) |
|
2 | 2023-12-09T05:54:25.019Z | starting task 0: "setup" |
3 | 2023-12-09T05:54:25.147Z | ++ uname -s |
4 | 2023-12-09T05:54:25.152Z | + kern=SunOS |
5 | 2023-12-09T05:54:25.152Z | + case "$kern" in |
6 | 2023-12-09T05:54:25.152Z | + groupadd -g 12345 build |
7 | 2023-12-09T05:54:25.152Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-09T05:54:27.386Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-09T05:54:28.044Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-09T05:54:29.379Z | + home_fs=zfs |
11 | 2023-12-09T05:54:29.379Z | + [[ zfs == autofs ]] |
12 | 2023-12-09T05:54:29.379Z | + mkdir -p /home/build |
13 | 2023-12-09T05:54:29.379Z | + chown build:build /home/build /work |
14 | 2023-12-09T05:54:30.635Z | + chmod 0700 /home/build /work |
15 | 2023-12-09T05:54:30.635Z | process exited: duration 3552 ms, exit code 0 |
|
16 | 2023-12-09T05:54:33.835Z | starting task 1: "rust-toolchain" |
17 | 2023-12-09T05:54:54.111Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-09T05:54:54.111Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-09T05:54:54.111Z | info: downloading installer |
20 | 2023-12-09T05:54:54.553Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-09T05:54:54.926Z | warning: /opt/ooce/bin |
22 | 2023-12-09T05:54:54.927Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-09T05:54:54.927Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-09T05:54:54.927Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-09T05:54:54.927Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-09T05:54:54.928Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-09T05:54:54.929Z | error: cannot install while Rust is installed |
28 | 2023-12-09T05:54:54.930Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-09T05:54:54.932Z | info: profile set to 'default' |
30 | 2023-12-09T05:54:54.933Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-09T05:54:54.934Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-09T05:54:54.934Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-09T05:54:54.934Z | info: downloading component 'cargo' |
34 | 2023-12-09T05:54:54.934Z | info: downloading component 'clippy' |
35 | 2023-12-09T05:54:54.934Z | info: downloading component 'rust-docs' |
36 | 2023-12-09T05:54:54.935Z | info: downloading component 'rust-std' |
37 | 2023-12-09T05:54:54.935Z | info: downloading component 'rustc' |
38 | 2023-12-09T05:54:54.935Z | info: downloading component 'rustfmt' |
39 | 2023-12-09T05:54:54.935Z | info: installing component 'cargo' |
40 | 2023-12-09T05:54:54.935Z | info: installing component 'clippy' |
41 | 2023-12-09T05:54:54.935Z | info: installing component 'rust-docs' |
42 | 2023-12-09T05:54:54.935Z | info: installing component 'rust-std' |
43 | 2023-12-09T05:54:54.935Z | info: installing component 'rustc' |
44 | 2023-12-09T05:55:01.723Z | info: installing component 'rustfmt' |
45 | 2023-12-09T05:55:01.736Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-09T05:55:01.736Z | |
47 | 2023-12-09T05:55:01.737Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-09T05:55:01.737Z | |
49 | 2023-12-09T05:55:01.737Z | |
50 | 2023-12-09T05:55:01.737Z | Rust is installed now. Great! |
51 | 2023-12-09T05:55:01.737Z | |
52 | 2023-12-09T05:55:01.738Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-09T05:55:01.738Z | environment variable. This has not been done automatically. |
54 | 2023-12-09T05:55:01.738Z | |
55 | 2023-12-09T05:55:01.738Z | To configure your current shell, run: |
56 | 2023-12-09T05:55:01.739Z | source "$HOME/.cargo/env" |
57 | 2023-12-09T05:55:01.739Z | + rustc --version |
58 | 2023-12-09T05:55:01.739Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-09T05:55:01.765Z | process exited: duration 28962 ms, exit code 0 |
|
60 | 2023-12-09T05:55:01.801Z | starting task 2: "authentication" |
61 | 2023-12-09T05:55:01.852Z | process exited: duration 53 ms, exit code 0 |
|
62 | 2023-12-09T05:55:02.301Z | starting task 3: "clone repository" |
63 | 2023-12-09T05:55:02.322Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-09T05:55:02.323Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-09T05:55:02.395Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-09T05:55:08.734Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-09T05:55:08.750Z | + [[ -n renovate/openapiv3-2.x ]] |
68 | 2023-12-09T05:55:08.750Z | + git fetch origin renovate/openapiv3-2.x |
69 | 2023-12-09T05:55:09.503Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-09T05:55:09.504Z | * branch renovate/openapiv3-2.x -> FETCH_HEAD |
71 | 2023-12-09T05:55:09.530Z | + git checkout -B renovate/openapiv3-2.x remotes/origin/renovate/openapiv3-2.x |
72 | 2023-12-09T05:55:09.530Z | Switched to a new branch 'renovate/openapiv3-2.x' |
73 | 2023-12-09T05:55:09.530Z | branch 'renovate/openapiv3-2.x' set up to track 'origin/renovate/openapiv3-2.x'. |
74 | 2023-12-09T05:55:09.530Z | + git reset --hard 6897883d0685203ebb835213cc736590df67b6c4 |
75 | 2023-12-09T05:55:09.530Z | HEAD is now at 6897883d Update Rust crate openapiv3 to 2.0.0 |
76 | 2023-12-09T05:55:09.536Z | process exited: duration 7073 ms, exit code 0 |
|
77 | 2023-12-09T05:55:09.581Z | starting task 4: "build" |
78 | 2023-12-09T05:55:09.624Z | + cargo --version |
79 | 2023-12-09T05:55:09.624Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-09T05:55:09.791Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-09T05:55:09.808Z | info: downloading component 'cargo' |
82 | 2023-12-09T05:55:10.651Z | info: downloading component 'clippy' |
83 | 2023-12-09T05:55:10.921Z | info: downloading component 'rust-docs' |
84 | 2023-12-09T05:55:12.405Z | info: downloading component 'rust-std' |
85 | 2023-12-09T05:55:13.745Z | info: downloading component 'rustc' |
86 | 2023-12-09T05:55:18.190Z | info: downloading component 'rustfmt' |
87 | 2023-12-09T05:55:18.502Z | info: installing component 'cargo' |
88 | 2023-12-09T05:55:19.820Z | info: installing component 'clippy' |
89 | 2023-12-09T05:55:20.300Z | info: installing component 'rust-docs' |
90 | 2023-12-09T05:55:23.226Z | info: installing component 'rust-std' |
91 | 2023-12-09T05:55:25.917Z | info: installing component 'rustc' |
92 | 2023-12-09T05:55:32.190Z | info: installing component 'rustfmt' |
93 | 2023-12-09T05:55:32.733Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-09T05:55:32.736Z | + rustc --version |
95 | 2023-12-09T05:55:32.876Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-09T05:55:32.881Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-12-09T05:55:50.116Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-12-09T05:55:50.369Z | Startup: Caching catalogs ... Done |
99 | 2023-12-09T05:55:50.918Z | Planning: Solver setup ... Done (6.683s) |
100 | 2023-12-09T05:55:51.347Z | Planning: Running solver ... Done (0.153s) |
101 | 2023-12-09T05:55:51.348Z | Planning: Finding local manifests ... Done (0.013s) |
102 | 2023-12-09T05:55:51.348Z | Planning: Fetching manifests: 0/6 0% complete |
103 | 2023-12-09T05:55:51.525Z | Planning: Fetching manifests: 6/6 100% complete |
104 | 2023-12-09T05:55:51.525Z | Planning: Package planning ... Done (0.090s) |
105 | 2023-12-09T05:55:51.525Z | Planning: Merging actions ... Done (0.084s) |
106 | 2023-12-09T05:55:51.873Z | Planning: Checking for conflicting actions ... Done (0.697s) |
107 | 2023-12-09T05:55:51.890Z | Planning: Consolidating action changes ... Done (0.017s) |
108 | 2023-12-09T05:55:55.841Z | Planning: Evaluating mediators ... Done (3.510s) |
109 | 2023-12-09T05:55:56.298Z | Planning: Planning completed in 12.11 seconds |
110 | 2023-12-09T05:55:56.300Z | Packages to install: 4 |
111 | 2023-12-09T05:55:56.300Z | Packages to update: 2 |
112 | 2023-12-09T05:55:56.300Z | Mediators to change: 2 |
113 | 2023-12-09T05:55:56.301Z | Services to change: 1 |
114 | 2023-12-09T05:55:56.301Z | Estimated space available: 148.88 GB |
115 | 2023-12-09T05:55:56.301Z | Estimated space to be consumed: 1.43 GB |
116 | 2023-12-09T05:55:56.303Z | Create boot environment: No |
117 | 2023-12-09T05:55:56.304Z | Create backup boot environment: Yes |
118 | 2023-12-09T05:55:56.304Z | Rebuild boot archive: No |
119 | 2023-12-09T05:55:56.304Z | |
120 | 2023-12-09T05:55:56.304Z | Changed mediators: |
121 | 2023-12-09T05:55:56.304Z | mediator clang: |
122 | 2023-12-09T05:55:56.305Z | version: None -> 15 (system default) |
123 | 2023-12-09T05:55:56.305Z | |
124 | 2023-12-09T05:55:56.305Z | mediator llvm: |
125 | 2023-12-09T05:55:56.306Z | version: 14 (system default) -> 15 (system default) |
126 | 2023-12-09T05:55:56.306Z | |
127 | 2023-12-09T05:55:56.306Z | Changed packages: |
128 | 2023-12-09T05:55:56.306Z | helios-dev |
129 | 2023-12-09T05:55:56.307Z | developer/build-essential |
130 | 2023-12-09T05:55:56.307Z | None -> 11-2.0 |
131 | 2023-12-09T05:55:56.307Z | library/libxmlsec1 |
132 | 2023-12-09T05:55:56.307Z | None -> 1.2.35-2.0 |
133 | 2023-12-09T05:55:56.307Z | ooce/developer/clang-15 |
134 | 2023-12-09T05:55:56.307Z | None -> 15.0.7-2.0 |
135 | 2023-12-09T05:55:56.308Z | ooce/developer/llvm-15 |
136 | 2023-12-09T05:55:56.308Z | None -> 15.0.7-2.0 |
137 | 2023-12-09T05:55:56.308Z | system/library/g++-runtime |
138 | 2023-12-09T05:55:56.308Z | 12-2.0 -> 13-2.0 |
139 | 2023-12-09T05:55:56.308Z | system/library/gcc-runtime |
140 | 2023-12-09T05:55:56.309Z | 12-2.0 -> 13-2.0 |
141 | 2023-12-09T05:55:56.309Z | |
142 | 2023-12-09T05:55:56.309Z | Services: |
143 | 2023-12-09T05:55:56.309Z | restart_fmri: |
144 | 2023-12-09T05:55:56.309Z | svc:/system/update-man-index:default |
145 | 2023-12-09T05:55:56.310Z | |
146 | 2023-12-09T05:55:56.311Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
147 | 2023-12-09T05:56:02.231Z | Download: 211/3330 items 1.3/221.1MB 0% complete (374k/s) |
148 | 2023-12-09T05:56:08.229Z | Download: 212/3330 items 1.3/221.1MB 0% complete (365k/s) |
149 | 2023-12-09T05:56:13.220Z | Download: 382/3330 items 16.9/221.1MB 7% complete (3.0M/s) |
150 | 2023-12-09T05:56:18.235Z | Download: 837/3330 items 18.8/221.1MB 8% complete (1.8M/s) |
151 | 2023-12-09T05:56:23.250Z | Download: 1191/3330 items 60.7/221.1MB 27% complete (4.4M/s) |
152 | 2023-12-09T05:56:38.262Z | Download: 1198/3330 items 83.5/221.1MB 37% complete |
153 | 2023-12-09T05:56:43.635Z | Download: 1283/3330 items 114.3/221.1MB 51% complete (6.6M/s) |
154 | 2023-12-09T05:56:48.646Z | Download: 1450/3330 items 114.9/221.1MB 51% complete (3.3M/s) |
155 | 2023-12-09T05:56:53.665Z | Download: 1589/3330 items 116.2/221.1MB 52% complete (685k/s) |
156 | 2023-12-09T05:56:58.688Z | Download: 1641/3330 items 116.3/221.1MB 52% complete (218k/s) |
157 | 2023-12-09T05:57:03.815Z | Download: 1748/3330 items 116.6/221.1MB 52% complete (61.9k/s) |
158 | 2023-12-09T05:57:18.378Z | Download: 2222/3330 items 118.6/221.1MB 53% complete (231k/s) |
159 | 2023-12-09T05:57:22.083Z | Download: 2223/3330 items 118.6/221.1MB 53% complete |
160 | 2023-12-09T05:57:27.102Z | Download: 2388/3330 items 119.8/221.1MB 54% complete (259k/s) |
161 | 2023-12-09T05:57:32.099Z | Download: 2642/3330 items 120.6/221.1MB 54% complete (207k/s) |
162 | 2023-12-09T05:57:37.122Z | Download: 2956/3330 items 121.2/221.1MB 54% complete (145k/s) |
163 | 2023-12-09T05:57:42.153Z | Download: 3140/3330 items 140.1/221.1MB 63% complete (1.9M/s) |
164 | 2023-12-09T05:57:47.491Z | Download: 3246/3330 items 203.0/221.1MB 91% complete (8.1M/s) |
165 | 2023-12-09T05:57:55.606Z | Download: 3248/3330 items 203.1/221.1MB 91% complete (8.0M/s) |
166 | 2023-12-09T05:58:01.582Z | Download: 3286/3330 items 210.3/221.1MB 95% complete (1.7M/s) |
167 | 2023-12-09T05:58:07.739Z | Download: 3293/3330 items 215.0/221.1MB 97% complete (1.4M/s) |
168 | 2023-12-09T05:58:22.146Z | Download: 3295/3330 items 216.2/221.1MB 97% complete (917k/s) |
169 | 2023-12-09T05:58:22.600Z | Download: Completed 221.11 MB in 139.34 seconds (1.6M/s) |
170 | 2023-12-09T05:58:23.024Z | Actions: 1/3766 actions (Removing old actions) |
171 | 2023-12-09T05:58:23.024Z | Actions: 5/3766 actions (Installing new actions) |
172 | 2023-12-09T05:58:23.024Z | Actions: 2820/3766 actions (Installing new actions) |
173 | 2023-12-09T05:58:25.447Z | Actions: 3729/3766 actions (Updating modified actions) |
174 | 2023-12-09T05:58:25.964Z | Actions: Completed 3766 actions in 8.52 seconds. |
175 | 2023-12-09T05:58:26.011Z | Done (0.107s) |
176 | 2023-12-09T05:58:26.014Z | Done (0.000s) |
177 | 2023-12-09T05:58:26.291Z | Done (0.273s) |
178 | 2023-12-09T05:58:33.847Z | Done (7.438s) |
179 | 2023-12-09T05:58:34.087Z | Done (0.136s) |
180 | 2023-12-09T05:58:34.095Z | Done (0.000s) |
181 | 2023-12-09T05:58:34.338Z | Done (0.000s) |
182 | 2023-12-09T05:58:35.045Z | Planning: Evaluating mediator changes ... Done |
183 | 2023-12-09T05:58:35.320Z | Planning: Checking for conflicting actions ... Done |
184 | 2023-12-09T05:58:35.324Z | Planning: Consolidating action changes ... Done |
185 | 2023-12-09T05:58:35.755Z | Planning: Evaluating mediators ... Done |
186 | 2023-12-09T05:58:35.759Z | Planning: Planning completed in 0.72 seconds |
187 | 2023-12-09T05:58:35.817Z | Mediators to change: 2 |
188 | 2023-12-09T05:58:35.817Z | Create boot environment: No |
189 | 2023-12-09T05:58:35.821Z | Create backup boot environment: No |
190 | 2023-12-09T05:58:35.937Z | Done |
191 | 2023-12-09T05:58:35.938Z | Done |
192 | 2023-12-09T05:58:36.094Z | Done |
193 | 2023-12-09T05:58:41.845Z | Done |
194 | 2023-12-09T05:58:41.982Z | Done |
195 | 2023-12-09T05:58:42.033Z | Done |
196 | 2023-12-09T05:58:42.071Z | Done |
197 | 2023-12-09T05:58:54.205Z | Planning: Evaluating mediator changes ... Done |
198 | 2023-12-09T05:58:54.434Z | Planning: Merging actions ... Done |
199 | 2023-12-09T05:58:54.434Z | Planning: Checking for conflicting actions ... Done |
200 | 2023-12-09T05:58:54.434Z | Planning: Consolidating action changes ... Done |
201 | 2023-12-09T05:58:54.434Z | Planning: Evaluating mediators ... Done |
202 | 2023-12-09T05:58:54.434Z | Planning: Planning completed in 1.27 seconds |
203 | 2023-12-09T05:58:54.435Z | Packages to change: 1 |
204 | 2023-12-09T05:58:54.435Z | Mediators to change: 1 |
205 | 2023-12-09T05:58:54.435Z | Services to change: 1 |
206 | 2023-12-09T05:58:54.435Z | Create boot environment: No |
207 | 2023-12-09T05:58:54.435Z | Create backup boot environment: Yes |
208 | 2023-12-09T05:58:55.321Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2023-12-09T05:58:55.321Z | Actions: Completed 6 actions in 0.00 seconds. |
210 | 2023-12-09T05:58:55.628Z | Done |
211 | 2023-12-09T05:58:55.628Z | Done |
212 | 2023-12-09T05:58:55.628Z | Done |
213 | 2023-12-09T05:58:55.629Z | Done |
214 | 2023-12-09T05:58:55.629Z | Done |
215 | 2023-12-09T05:58:55.629Z | Done |
216 | 2023-12-09T05:58:55.629Z | Done |
217 | 2023-12-09T05:58:55.629Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2023-12-09T05:58:55.629Z | clang system 15 system |
219 | 2023-12-09T05:58:55.630Z | csh system system illumos |
220 | 2023-12-09T05:58:55.630Z | ctags system system illumos |
221 | 2023-12-09T05:58:55.630Z | gcc vendor 12 vendor |
222 | 2023-12-09T05:58:55.630Z | gcc system 10 system |
223 | 2023-12-09T05:58:55.630Z | gcc system 7 system |
224 | 2023-12-09T05:58:55.630Z | go system 1.20 system |
225 | 2023-12-09T05:58:55.630Z | go system 1.19 system |
226 | 2023-12-09T05:58:55.630Z | llvm system 15 system |
227 | 2023-12-09T05:58:55.630Z | llvm system 14 system |
228 | 2023-12-09T05:58:55.631Z | mariadb system 10.6 system |
229 | 2023-12-09T05:58:55.631Z | mta vendor vendor dma |
230 | 2023-12-09T05:58:55.631Z | openjdk system 17 system |
231 | 2023-12-09T05:58:55.631Z | openjdk system 11 system |
232 | 2023-12-09T05:58:55.631Z | openjdk system 1.8 system |
233 | 2023-12-09T05:58:55.631Z | openssl vendor 3 vendor |
234 | 2023-12-09T05:58:55.631Z | perl system 5.36 system |
235 | 2023-12-09T05:58:55.632Z | postgresql system 15 system |
236 | 2023-12-09T05:58:55.632Z | postgresql system 13 system |
237 | 2023-12-09T05:58:55.632Z | python vendor 3 vendor |
238 | 2023-12-09T05:58:55.632Z | python system 2 system |
239 | 2023-12-09T05:58:55.632Z | python3 system 3.11 system |
240 | 2023-12-09T05:58:55.632Z | ruby system 3.0 system |
241 | 2023-12-09T05:58:55.632Z | words vendor vendor american-english |
242 | 2023-12-09T05:58:55.632Z | words system system australian-english |
243 | 2023-12-09T05:58:55.633Z | words system system british-english |
244 | 2023-12-09T05:58:55.633Z | words system system canadian-english |
245 | 2023-12-09T05:58:55.633Z | words system system french |
246 | 2023-12-09T05:58:55.634Z | words system system italian |
247 | 2023-12-09T05:58:55.634Z | words system system ngerman |
248 | 2023-12-09T05:58:55.634Z | words system system ogerman |
249 | 2023-12-09T05:58:55.634Z | words system system spanish |
250 | 2023-12-09T05:58:55.635Z | FMRI IFO |
251 | 2023-12-09T05:58:55.635Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
252 | 2023-12-09T05:58:55.635Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
253 | 2023-12-09T05:58:55.635Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
254 | 2023-12-09T05:58:55.635Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
255 | 2023-12-09T05:58:55.635Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
256 | 2023-12-09T05:58:55.635Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
257 | 2023-12-09T05:58:55.635Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
258 | 2023-12-09T05:58:55.636Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
259 | 2023-12-09T05:58:55.636Z | + set -o errexit |
260 | 2023-12-09T05:58:55.636Z | +++ dirname ./tools/ci_download_cockroachdb |
261 | 2023-12-09T05:58:55.636Z | ++ cd ./tools |
262 | 2023-12-09T05:58:55.636Z | ++ pwd |
263 | 2023-12-09T05:58:55.636Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
264 | 2023-12-09T05:58:55.636Z | ++ basename ./tools/ci_download_cockroachdb |
265 | 2023-12-09T05:58:55.636Z | + ARG0=ci_download_cockroachdb |
266 | 2023-12-09T05:58:55.637Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
267 | 2023-12-09T05:58:55.637Z | + CIDL_VERSION=v22.1.9 |
268 | 2023-12-09T05:58:55.637Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
269 | 2023-12-09T05:58:55.647Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
270 | 2023-12-09T05:58:55.648Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
271 | 2023-12-09T05:58:55.649Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
272 | 2023-12-09T05:58:55.649Z | + TARGET_DIR=out |
273 | 2023-12-09T05:58:55.649Z | + DOWNLOAD_DIR=out/downloads |
274 | 2023-12-09T05:58:55.649Z | + DEST_DIR=./out/cockroachdb |
275 | 2023-12-09T05:58:55.649Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
276 | 2023-12-09T05:58:55.649Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
277 | 2023-12-09T05:58:55.649Z | + main |
278 | 2023-12-09T05:58:55.649Z | + [[ 0 != 0 ]] |
279 | 2023-12-09T05:58:55.649Z | + CIDL_OS=solaris2.11 |
280 | 2023-12-09T05:58:55.649Z | + [[ 0 != 0 ]] |
281 | 2023-12-09T05:58:55.649Z | + configure_os solaris2.11 |
282 | 2023-12-09T05:58:55.649Z | + echo 'current directory: /work/oxidecomputer/omicron' |
283 | 2023-12-09T05:58:55.650Z | current directory: /work/oxidecomputer/omicron |
284 | 2023-12-09T05:58:55.650Z | + echo 'configuring based on OS: "solaris2.11"' |
285 | 2023-12-09T05:58:55.650Z | configuring based on OS: "solaris2.11" |
286 | 2023-12-09T05:58:55.650Z | + case "$1" in |
287 | 2023-12-09T05:58:55.650Z | + CIDL_BUILD=illumos |
288 | 2023-12-09T05:58:55.650Z | + CIDL_SUFFIX=tar.gz |
289 | 2023-12-09T05:58:55.650Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
290 | 2023-12-09T05:58:55.650Z | + CIDL_MD5FUNC=do_md5sum |
291 | 2023-12-09T05:58:55.650Z | + CIDL_URL_BASE=https://illumos.org/downloads |
292 | 2023-12-09T05:58:55.650Z | + CIDL_ASSEMBLE=do_assemble_illumos |
293 | 2023-12-09T05:58:55.650Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
294 | 2023-12-09T05:58:55.651Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-12-09T05:58:55.651Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-12-09T05:58:55.651Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
297 | 2023-12-09T05:58:55.652Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-12-09T05:58:55.652Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
299 | 2023-12-09T05:58:55.652Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2023-12-09T05:58:55.652Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
301 | 2023-12-09T05:58:55.652Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-12-09T05:58:55.652Z | + mkdir -p out/downloads |
303 | 2023-12-09T05:58:55.652Z | + mkdir -p ./out/cockroachdb |
304 | 2023-12-09T05:58:55.652Z | + local DO_DOWNLOAD=true |
305 | 2023-12-09T05:58:55.652Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
306 | 2023-12-09T05:58:55.652Z | + '[' true == true ']' |
307 | 2023-12-09T05:58:55.652Z | + echo Downloading... |
308 | 2023-12-09T05:58:55.652Z | Downloading... |
309 | 2023-12-09T05:58:55.653Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2023-12-09T05:58:56.006Z | + 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 |
311 | 2023-12-09T05:59:00.199Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2023-12-09T05:59:00.206Z | ++ md5sum |
313 | 2023-12-09T05:59:00.206Z | ++ awk '{print $1}' |
314 | 2023-12-09T05:59:00.392Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
315 | 2023-12-09T05:59:00.392Z | + [[ 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 ]] |
316 | 2023-12-09T05:59:00.392Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2023-12-09T05:59:00.407Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
318 | 2023-12-09T05:59:04.009Z | + do_assemble_illumos |
319 | 2023-12-09T05:59:04.010Z | + rm -r ./out/cockroachdb |
320 | 2023-12-09T05:59:04.019Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
321 | 2023-12-09T05:59:04.636Z | + ./out/cockroachdb/bin/cockroach version |
322 | 2023-12-09T05:59:04.856Z | Build Tag: v22.1.9-dirty |
323 | 2023-12-09T05:59:04.857Z | Build Time: 2022/10/26 21:17:46 |
324 | 2023-12-09T05:59:04.857Z | Distribution: OSS |
325 | 2023-12-09T05:59:04.857Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
326 | 2023-12-09T05:59:04.858Z | Go Version: go1.17.13 |
327 | 2023-12-09T05:59:04.858Z | C Compiler: gcc 10.3.0 |
328 | 2023-12-09T05:59:04.858Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
329 | 2023-12-09T05:59:04.858Z | Build Type: release |
330 | 2023-12-09T05:59:04.881Z | + set -o errexit |
331 | 2023-12-09T05:59:04.886Z | +++ dirname ./tools/ci_download_clickhouse |
332 | 2023-12-09T05:59:04.886Z | ++ cd ./tools |
333 | 2023-12-09T05:59:04.886Z | ++ pwd |
334 | 2023-12-09T05:59:04.889Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
335 | 2023-12-09T05:59:04.889Z | ++ basename ./tools/ci_download_clickhouse |
336 | 2023-12-09T05:59:04.889Z | + ARG0=ci_download_clickhouse |
337 | 2023-12-09T05:59:04.902Z | + TARGET_DIR=out |
338 | 2023-12-09T05:59:04.902Z | + DOWNLOAD_DIR=out/downloads |
339 | 2023-12-09T05:59:04.902Z | + DEST_DIR=./out/clickhouse |
340 | 2023-12-09T05:59:04.902Z | + CIDL_VERSION=v22.8.9.24 |
341 | 2023-12-09T05:59:04.903Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
342 | 2023-12-09T05:59:04.903Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
343 | 2023-12-09T05:59:04.903Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
344 | 2023-12-09T05:59:04.903Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
345 | 2023-12-09T05:59:04.903Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
346 | 2023-12-09T05:59:04.913Z | + main |
347 | 2023-12-09T05:59:04.913Z | + [[ 0 != 0 ]] |
348 | 2023-12-09T05:59:04.913Z | + CIDL_OS=solaris2.11 |
349 | 2023-12-09T05:59:04.913Z | + [[ 0 != 0 ]] |
350 | 2023-12-09T05:59:04.913Z | + configure_os solaris2.11 |
351 | 2023-12-09T05:59:04.914Z | + echo 'current directory: /work/oxidecomputer/omicron' |
352 | 2023-12-09T05:59:04.914Z | + echo 'configuring based on OS: "solaris2.11"' |
353 | 2023-12-09T05:59:04.914Z | + CIDL_DASHREV= |
354 | 2023-12-09T05:59:04.914Z | current directory: /work/oxidecomputer/omicron |
355 | 2023-12-09T05:59:04.914Z | configuring based on OS: "solaris2.11" |
356 | 2023-12-09T05:59:04.914Z | + case "$1" in |
357 | 2023-12-09T05:59:04.914Z | + CIDL_PLATFORM=illumos |
358 | 2023-12-09T05:59:04.914Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
359 | 2023-12-09T05:59:04.914Z | + CIDL_MD5FUNC=do_md5sum |
360 | 2023-12-09T05:59:04.914Z | + CIDL_DASHREV=-1 |
361 | 2023-12-09T05:59:04.914Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
362 | 2023-12-09T05:59:04.915Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-12-09T05:59:04.916Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-12-09T05:59:04.916Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2023-12-09T05:59:04.916Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
366 | 2023-12-09T05:59:04.916Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2023-12-09T05:59:04.916Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2023-12-09T05:59:04.917Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
369 | 2023-12-09T05:59:04.917Z | + mkdir -p out/downloads |
370 | 2023-12-09T05:59:04.917Z | + mkdir -p ./out/clickhouse |
371 | 2023-12-09T05:59:04.917Z | + local DO_DOWNLOAD=true |
372 | 2023-12-09T05:59:04.917Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
373 | 2023-12-09T05:59:04.917Z | + '[' true == true ']' |
374 | 2023-12-09T05:59:04.917Z | + echo Downloading... |
375 | 2023-12-09T05:59:04.917Z | Downloading... |
376 | 2023-12-09T05:59:04.917Z | + 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 |
377 | 2023-12-09T05:59:04.917Z | + 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 |
378 | 2023-12-09T05:59:06.345Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
379 | 2023-12-09T05:59:06.375Z | ++ md5sum |
380 | 2023-12-09T05:59:06.376Z | ++ awk '{print $1}' |
381 | 2023-12-09T05:59:06.642Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
382 | 2023-12-09T05:59:06.642Z | + [[ 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 ]] |
383 | 2023-12-09T05:59:06.642Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
384 | 2023-12-09T05:59:06.646Z | + mkdir -p ./out/clickhouse |
385 | 2023-12-09T05:59:06.646Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
386 | 2023-12-09T05:59:11.933Z | + ./out/clickhouse/clickhouse server --version |
387 | 2023-12-09T05:59:11.998Z | ClickHouse server version 22.8.9.1. |
388 | 2023-12-09T05:59:12.019Z | + set -o errexit |
389 | 2023-12-09T05:59:12.045Z | +++ dirname ./tools/ci_download_console |
390 | 2023-12-09T05:59:12.045Z | ++ cd ./tools |
391 | 2023-12-09T05:59:12.045Z | ++ pwd |
392 | 2023-12-09T05:59:12.046Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
393 | 2023-12-09T05:59:12.046Z | ++ basename ./tools/ci_download_console |
394 | 2023-12-09T05:59:12.046Z | + ARG0=ci_download_console |
395 | 2023-12-09T05:59:12.047Z | + TARGET_DIR=out |
396 | 2023-12-09T05:59:12.047Z | + DOWNLOAD_DIR=out/downloads |
397 | 2023-12-09T05:59:12.047Z | + DEST_DIR=./out/console-assets |
398 | 2023-12-09T05:59:12.047Z | + source /work/oxidecomputer/omicron/tools/console_version |
399 | 2023-12-09T05:59:12.047Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
400 | 2023-12-09T05:59:12.048Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
401 | 2023-12-09T05:59:12.048Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
402 | 2023-12-09T05:59:12.048Z | + TARBALL_FILE=out/downloads/console.tar.gz |
403 | 2023-12-09T05:59:12.048Z | + main |
404 | 2023-12-09T05:59:12.048Z | + [[ 0 != 0 ]] |
405 | 2023-12-09T05:59:12.049Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
406 | 2023-12-09T05:59:12.049Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
407 | 2023-12-09T05:59:12.049Z | Local file: out/downloads/console.tar.gz |
408 | 2023-12-09T05:59:12.049Z | + echo 'Local file: out/downloads/console.tar.gz' |
409 | 2023-12-09T05:59:12.050Z | + local DO_DOWNLOAD=true |
410 | 2023-12-09T05:59:12.050Z | + [[ -f out/downloads/console.tar.gz ]] |
411 | 2023-12-09T05:59:12.051Z | + mkdir -p out/downloads |
412 | 2023-12-09T05:59:12.051Z | + '[' true == true ']' |
413 | 2023-12-09T05:59:12.051Z | + echo Downloading... |
414 | 2023-12-09T05:59:12.051Z | Downloading... |
415 | 2023-12-09T05:59:12.051Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
416 | 2023-12-09T05:59:12.052Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
417 | 2023-12-09T05:59:12.681Z | ++ do_sha256sum out/downloads/console.tar.gz |
418 | 2023-12-09T05:59:12.681Z | ++ case "$OSTYPE" in |
419 | 2023-12-09T05:59:12.682Z | ++ SHA=sha256sum |
420 | 2023-12-09T05:59:12.691Z | ++ sha256sum |
421 | 2023-12-09T05:59:12.691Z | ++ awk '{print $1}' |
422 | 2023-12-09T05:59:12.719Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
423 | 2023-12-09T05:59:12.720Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
424 | 2023-12-09T05:59:12.720Z | + rm -rf ./out/console-assets |
425 | 2023-12-09T05:59:12.732Z | + mkdir -p ./out/console-assets |
426 | 2023-12-09T05:59:12.733Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
427 | 2023-12-09T05:59:12.733Z | + mkdir -p ./out/console-assets |
428 | 2023-12-09T05:59:12.733Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
429 | 2023-12-09T05:59:12.854Z | + set -o errexit |
430 | 2023-12-09T05:59:12.860Z | +++ dirname ./tools/ci_download_maghemite_openapi |
431 | 2023-12-09T05:59:12.863Z | ++ cd ./tools |
432 | 2023-12-09T05:59:12.864Z | ++ pwd |
433 | 2023-12-09T05:59:12.864Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
434 | 2023-12-09T05:59:12.864Z | ++ basename ./tools/ci_download_maghemite_openapi |
435 | 2023-12-09T05:59:12.864Z | + ARG0=ci_download_maghemite_openapi |
436 | 2023-12-09T05:59:12.864Z | + TARGET_DIR=out |
437 | 2023-12-09T05:59:12.864Z | + DOWNLOAD_DIR=out/downloads |
438 | 2023-12-09T05:59:12.864Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
439 | 2023-12-09T05:59:12.864Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
440 | 2023-12-09T05:59:12.864Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
441 | 2023-12-09T05:59:12.864Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
442 | 2023-12-09T05:59:12.864Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
443 | 2023-12-09T05:59:12.864Z | + main |
444 | 2023-12-09T05:59:12.864Z | + [[ 0 != 0 ]] |
445 | 2023-12-09T05:59:12.864Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
446 | 2023-12-09T05:59:12.864Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
447 | 2023-12-09T05:59:12.865Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
448 | 2023-12-09T05:59:12.865Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
449 | 2023-12-09T05:59:12.865Z | + local DO_DOWNLOAD=true |
450 | 2023-12-09T05:59:12.865Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
451 | 2023-12-09T05:59:12.865Z | + mkdir -p out/downloads |
452 | 2023-12-09T05:59:12.869Z | + '[' true == true ']' |
453 | 2023-12-09T05:59:12.869Z | + echo Downloading... |
454 | 2023-12-09T05:59:12.869Z | Downloading... |
455 | 2023-12-09T05:59:12.870Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
456 | 2023-12-09T05:59:12.870Z | + 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 |
457 | 2023-12-09T05:59:13.076Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
458 | 2023-12-09T05:59:13.083Z | ++ case "$OSTYPE" in |
459 | 2023-12-09T05:59:13.083Z | ++ SHA=sha256sum |
460 | 2023-12-09T05:59:13.083Z | ++ sha256sum |
461 | 2023-12-09T05:59:13.083Z | ++ awk '{print $1}' |
462 | 2023-12-09T05:59:13.083Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
463 | 2023-12-09T05:59:13.083Z | + [[ 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 ]] |
464 | 2023-12-09T05:59:13.084Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
465 | 2023-12-09T05:59:13.084Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
466 | 2023-12-09T05:59:13.084Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
467 | 2023-12-09T05:59:13.084Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
468 | 2023-12-09T05:59:13.084Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
469 | 2023-12-09T05:59:13.084Z | + main |
470 | 2023-12-09T05:59:13.084Z | + [[ 0 != 0 ]] |
471 | 2023-12-09T05:59:13.084Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
472 | 2023-12-09T05:59:13.084Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
473 | 2023-12-09T05:59:13.085Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
474 | 2023-12-09T05:59:13.085Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
475 | 2023-12-09T05:59:13.085Z | + local DO_DOWNLOAD=true |
476 | 2023-12-09T05:59:13.085Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
477 | 2023-12-09T05:59:13.085Z | + mkdir -p out/downloads |
478 | 2023-12-09T05:59:13.085Z | + '[' true == true ']' |
479 | 2023-12-09T05:59:13.085Z | + echo Downloading... |
480 | 2023-12-09T05:59:13.085Z | Downloading... |
481 | 2023-12-09T05:59:13.085Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
482 | 2023-12-09T05:59:13.086Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
483 | 2023-12-09T05:59:13.269Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
484 | 2023-12-09T05:59:13.274Z | ++ case "$OSTYPE" in |
485 | 2023-12-09T05:59:13.274Z | ++ SHA=sha256sum |
486 | 2023-12-09T05:59:13.274Z | ++ sha256sum |
487 | 2023-12-09T05:59:13.274Z | ++ awk '{print $1}' |
488 | 2023-12-09T05:59:13.274Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
489 | 2023-12-09T05:59:13.275Z | + [[ 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 ]] |
490 | 2023-12-09T05:59:13.284Z | + set -o errexit |
491 | 2023-12-09T05:59:13.287Z | +++ dirname ./tools/ci_download_dendrite_openapi |
492 | 2023-12-09T05:59:13.290Z | ++ cd ./tools |
493 | 2023-12-09T05:59:13.290Z | ++ pwd |
494 | 2023-12-09T05:59:13.290Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
495 | 2023-12-09T05:59:13.293Z | ++ basename ./tools/ci_download_dendrite_openapi |
496 | 2023-12-09T05:59:13.293Z | + ARG0=ci_download_dendrite_openapi |
497 | 2023-12-09T05:59:13.293Z | + TARGET_DIR=out |
498 | 2023-12-09T05:59:13.294Z | + DOWNLOAD_DIR=out/downloads |
499 | 2023-12-09T05:59:13.294Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
500 | 2023-12-09T05:59:13.294Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
501 | 2023-12-09T05:59:13.294Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
502 | 2023-12-09T05:59:13.294Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
503 | 2023-12-09T05:59:13.294Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
504 | 2023-12-09T05:59:13.294Z | + main |
505 | 2023-12-09T05:59:13.294Z | + [[ 0 != 0 ]] |
506 | 2023-12-09T05:59:13.296Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
507 | 2023-12-09T05:59:13.296Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
508 | 2023-12-09T05:59:13.296Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
509 | 2023-12-09T05:59:13.296Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
510 | 2023-12-09T05:59:13.296Z | + local DO_DOWNLOAD=true |
511 | 2023-12-09T05:59:13.296Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
512 | 2023-12-09T05:59:13.296Z | + mkdir -p out/downloads |
513 | 2023-12-09T05:59:13.305Z | + '[' true == true ']' |
514 | 2023-12-09T05:59:13.305Z | + echo Downloading... |
515 | 2023-12-09T05:59:13.305Z | Downloading... |
516 | 2023-12-09T05:59:13.305Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
517 | 2023-12-09T05:59:13.305Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
518 | 2023-12-09T05:59:13.934Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
519 | 2023-12-09T05:59:13.935Z | ++ case "$OSTYPE" in |
520 | 2023-12-09T05:59:13.938Z | ++ SHA=sha256sum |
521 | 2023-12-09T05:59:13.938Z | ++ sha256sum |
522 | 2023-12-09T05:59:13.938Z | ++ awk '{print $1}' |
523 | 2023-12-09T05:59:13.942Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
524 | 2023-12-09T05:59:13.945Z | + [[ 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 ]] |
525 | 2023-12-09T05:59:13.951Z | + set -o errexit |
526 | 2023-12-09T05:59:13.955Z | +++ dirname ./tools/ci_download_dendrite_stub |
527 | 2023-12-09T05:59:13.958Z | ++ cd ./tools |
528 | 2023-12-09T05:59:13.960Z | ++ pwd |
529 | 2023-12-09T05:59:13.960Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
530 | 2023-12-09T05:59:13.963Z | ++ basename ./tools/ci_download_dendrite_stub |
531 | 2023-12-09T05:59:13.964Z | + ARG0=ci_download_dendrite_stub |
532 | 2023-12-09T05:59:13.964Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
533 | 2023-12-09T05:59:13.964Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
534 | 2023-12-09T05:59:13.964Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
535 | 2023-12-09T05:59:13.964Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
536 | 2023-12-09T05:59:13.964Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
537 | 2023-12-09T05:59:13.964Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
538 | 2023-12-09T05:59:13.964Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
539 | 2023-12-09T05:59:13.964Z | + TARGET_DIR=out |
540 | 2023-12-09T05:59:13.964Z | + DOWNLOAD_DIR=out/downloads |
541 | 2023-12-09T05:59:13.964Z | + DEST_DIR=./out/dendrite-stub |
542 | 2023-12-09T05:59:13.964Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
543 | 2023-12-09T05:59:13.964Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
544 | 2023-12-09T05:59:13.964Z | + REPO=oxidecomputer/dendrite |
545 | 2023-12-09T05:59:13.964Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
546 | 2023-12-09T05:59:13.964Z | + main |
547 | 2023-12-09T05:59:13.965Z | + [[ 0 != 0 ]] |
548 | 2023-12-09T05:59:13.965Z | + CIDL_OS=solaris2.11 |
549 | 2023-12-09T05:59:13.965Z | + [[ 0 != 0 ]] |
550 | 2023-12-09T05:59:13.965Z | + configure_os solaris2.11 |
551 | 2023-12-09T05:59:13.965Z | + echo 'current directory: /work/oxidecomputer/omicron' |
552 | 2023-12-09T05:59:13.966Z | current directory: /work/oxidecomputer/omicron |
553 | 2023-12-09T05:59:13.966Z | configuring based on OS: "solaris2.11" |
554 | 2023-12-09T05:59:13.966Z | + echo 'configuring based on OS: "solaris2.11"' |
555 | 2023-12-09T05:59:13.966Z | + case "$1" in |
556 | 2023-12-09T05:59:13.966Z | + SET_BINARIES= |
557 | 2023-12-09T05:59:13.966Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
558 | 2023-12-09T05:59:13.966Z | + CIDL_SHA256FUNC=do_sha256sum |
559 | 2023-12-09T05:59:13.966Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
560 | 2023-12-09T05:59:13.966Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
561 | 2023-12-09T05:59:13.966Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
562 | 2023-12-09T05:59:13.966Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
563 | 2023-12-09T05:59:13.966Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
564 | 2023-12-09T05:59:13.966Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
565 | 2023-12-09T05:59:13.966Z | Local file: out/downloads/dendrite-stub.tar.gz |
566 | 2023-12-09T05:59:13.967Z | + mkdir -p out/downloads |
567 | 2023-12-09T05:59:13.976Z | + mkdir -p ./out/dendrite-stub |
568 | 2023-12-09T05:59:13.976Z | + fetch_and_verify |
569 | 2023-12-09T05:59:13.976Z | + local DO_DOWNLOAD=true |
570 | 2023-12-09T05:59:13.976Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
571 | 2023-12-09T05:59:13.976Z | + '[' true == true ']' |
572 | 2023-12-09T05:59:13.976Z | + echo Downloading... |
573 | 2023-12-09T05:59:13.976Z | Downloading... |
574 | 2023-12-09T05:59:13.976Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
575 | 2023-12-09T05:59:13.976Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
576 | 2023-12-09T05:59:24.296Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
577 | 2023-12-09T05:59:24.301Z | ++ sha256sum |
578 | 2023-12-09T05:59:24.301Z | ++ awk '{print $1}' |
579 | 2023-12-09T05:59:24.414Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
580 | 2023-12-09T05:59:24.415Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
581 | 2023-12-09T05:59:24.842Z | + do_untar out/downloads/dendrite-stub.tar.gz |
582 | 2023-12-09T05:59:24.842Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
583 | 2023-12-09T05:59:25.585Z | + do_assemble |
584 | 2023-12-09T05:59:25.586Z | + rm -r ./out/dendrite-stub |
585 | 2023-12-09T05:59:25.608Z | + mkdir ./out/dendrite-stub |
586 | 2023-12-09T05:59:25.608Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
587 | 2023-12-09T05:59:25.757Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
588 | 2023-12-09T05:59:25.771Z | + set -o errexit |
589 | 2023-12-09T05:59:25.772Z | +++ dirname ./tools/ci_download_maghemite_mgd |
590 | 2023-12-09T05:59:25.792Z | ++ cd ./tools |
591 | 2023-12-09T05:59:25.792Z | ++ pwd |
592 | 2023-12-09T05:59:25.792Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
593 | 2023-12-09T05:59:25.793Z | ++ basename ./tools/ci_download_maghemite_mgd |
594 | 2023-12-09T05:59:25.793Z | + ARG0=ci_download_maghemite_mgd |
595 | 2023-12-09T05:59:25.793Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
596 | 2023-12-09T05:59:25.793Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
597 | 2023-12-09T05:59:25.793Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
598 | 2023-12-09T05:59:25.793Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
599 | 2023-12-09T05:59:25.794Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
600 | 2023-12-09T05:59:25.794Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
601 | 2023-12-09T05:59:25.794Z | + TARGET_DIR=out |
602 | 2023-12-09T05:59:25.794Z | + DOWNLOAD_DIR=out/downloads |
603 | 2023-12-09T05:59:25.794Z | + DEST_DIR=./out/mgd |
604 | 2023-12-09T05:59:25.794Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
605 | 2023-12-09T05:59:25.794Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
606 | 2023-12-09T05:59:25.794Z | + REPO=oxidecomputer/maghemite |
607 | 2023-12-09T05:59:25.795Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
608 | 2023-12-09T05:59:25.795Z | + main |
609 | 2023-12-09T05:59:25.795Z | + [[ 0 != 0 ]] |
610 | 2023-12-09T05:59:25.795Z | + CIDL_OS=solaris2.11 |
611 | 2023-12-09T05:59:25.795Z | + [[ 0 != 0 ]] |
612 | 2023-12-09T05:59:25.795Z | + configure_os solaris2.11 |
613 | 2023-12-09T05:59:25.795Z | + echo 'current directory: /work/oxidecomputer/omicron' |
614 | 2023-12-09T05:59:25.795Z | current directory: /work/oxidecomputer/omicron |
615 | 2023-12-09T05:59:25.795Z | + echo 'configuring based on OS: "solaris2.11"' |
616 | 2023-12-09T05:59:25.795Z | + case "$1" in |
617 | 2023-12-09T05:59:25.796Z | + SET_BINARIES= |
618 | 2023-12-09T05:59:25.796Z | configuring based on OS: "solaris2.11" |
619 | 2023-12-09T05:59:25.796Z | + CIDL_SHA256FUNC=do_sha256sum |
620 | 2023-12-09T05:59:25.796Z | + TARBALL_FILENAME=mgd.tar.gz |
621 | 2023-12-09T05:59:25.796Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
622 | 2023-12-09T05:59:25.796Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
623 | 2023-12-09T05:59:25.797Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
624 | 2023-12-09T05:59:25.798Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
625 | 2023-12-09T05:59:25.798Z | Local file: out/downloads/mgd.tar.gz |
626 | 2023-12-09T05:59:25.798Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
627 | 2023-12-09T05:59:25.798Z | + mkdir -p out/downloads |
628 | 2023-12-09T05:59:25.798Z | + mkdir -p ./out/mgd |
629 | 2023-12-09T05:59:25.799Z | + fetch_and_verify |
630 | 2023-12-09T05:59:25.799Z | + local DO_DOWNLOAD=true |
631 | 2023-12-09T05:59:25.799Z | + [[ -f out/downloads/mgd.tar.gz ]] |
632 | 2023-12-09T05:59:25.799Z | + '[' true == true ']' |
633 | 2023-12-09T05:59:25.799Z | + echo Downloading... |
634 | 2023-12-09T05:59:25.799Z | Downloading... |
635 | 2023-12-09T05:59:25.800Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
636 | 2023-12-09T05:59:25.800Z | + 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 |
637 | 2023-12-09T05:59:35.026Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
638 | 2023-12-09T05:59:35.030Z | ++ sha256sum |
639 | 2023-12-09T05:59:35.030Z | ++ awk '{print $1}' |
640 | 2023-12-09T05:59:35.111Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
641 | 2023-12-09T05:59:35.112Z | + [[ 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 ]] |
642 | 2023-12-09T05:59:35.133Z | + do_untar out/downloads/mgd.tar.gz |
643 | 2023-12-09T05:59:35.133Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
644 | 2023-12-09T05:59:35.818Z | + do_assemble |
645 | 2023-12-09T05:59:35.818Z | + rm -r ./out/mgd |
646 | 2023-12-09T05:59:35.832Z | + mkdir ./out/mgd |
647 | 2023-12-09T05:59:35.832Z | + cp -r out/downloads/root ./out/mgd/root |
648 | 2023-12-09T05:59:36.034Z | + set -o errexit |
649 | 2023-12-09T05:59:36.039Z | +++ dirname ./tools/ci_download_transceiver_control |
650 | 2023-12-09T05:59:36.040Z | ++ cd ./tools |
651 | 2023-12-09T05:59:36.040Z | ++ pwd |
652 | 2023-12-09T05:59:36.040Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
653 | 2023-12-09T05:59:36.040Z | ++ basename ./tools/ci_download_transceiver_control |
654 | 2023-12-09T05:59:36.041Z | + ARG0=ci_download_transceiver_control |
655 | 2023-12-09T05:59:36.041Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
656 | 2023-12-09T05:59:36.041Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
657 | 2023-12-09T05:59:36.041Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
658 | 2023-12-09T05:59:36.041Z | + TARGET_DIR=out |
659 | 2023-12-09T05:59:36.041Z | + DOWNLOAD_DIR=out/downloads |
660 | 2023-12-09T05:59:36.041Z | + DEST_DIR=./out/transceiver-control |
661 | 2023-12-09T05:59:36.041Z | + BIN_DIR=/opt/oxide/bin |
662 | 2023-12-09T05:59:36.041Z | + BINARY=xcvradm |
663 | 2023-12-09T05:59:36.041Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
664 | 2023-12-09T05:59:36.041Z | + REPO=oxidecomputer/transceiver-control |
665 | 2023-12-09T05:59:36.041Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
666 | 2023-12-09T05:59:36.041Z | + main |
667 | 2023-12-09T05:59:36.041Z | + [[ 0 != 0 ]] |
668 | 2023-12-09T05:59:36.041Z | + CIDL_OS=solaris2.11 |
669 | 2023-12-09T05:59:36.042Z | + [[ 0 != 0 ]] |
670 | 2023-12-09T05:59:36.042Z | + configure_os solaris2.11 |
671 | 2023-12-09T05:59:36.042Z | + echo 'current directory: /work/oxidecomputer/omicron' |
672 | 2023-12-09T05:59:36.042Z | current directory: /work/oxidecomputer/omicron |
673 | 2023-12-09T05:59:36.042Z | + echo 'configuring based on OS: "solaris2.11"' |
674 | 2023-12-09T05:59:36.042Z | + case "$1" in |
675 | 2023-12-09T05:59:36.042Z | configuring based on OS: "solaris2.11" |
676 | 2023-12-09T05:59:36.042Z | + SET_BINARIES= |
677 | 2023-12-09T05:59:36.042Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
678 | 2023-12-09T05:59:36.043Z | + CIDL_SHA256FUNC=do_sha256sum |
679 | 2023-12-09T05:59:36.044Z | + ARCHIVE_FILENAME=xcvradm.gz |
680 | 2023-12-09T05:59:36.044Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
681 | 2023-12-09T05:59:36.044Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
682 | 2023-12-09T05:59:36.044Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
683 | 2023-12-09T05:59:36.044Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
684 | 2023-12-09T05:59:36.044Z | + echo 'Local file: out/downloads/xcvradm.gz' |
685 | 2023-12-09T05:59:36.044Z | Local file: out/downloads/xcvradm.gz |
686 | 2023-12-09T05:59:36.044Z | + mkdir -p out/downloads |
687 | 2023-12-09T05:59:36.055Z | + mkdir -p ./out/transceiver-control |
688 | 2023-12-09T05:59:36.055Z | + fetch_and_verify |
689 | 2023-12-09T05:59:36.055Z | + local DO_DOWNLOAD=true |
690 | 2023-12-09T05:59:36.055Z | + [[ -f out/downloads/xcvradm.gz ]] |
691 | 2023-12-09T05:59:36.056Z | + '[' true == true ']' |
692 | 2023-12-09T05:59:36.056Z | + echo Downloading... |
693 | 2023-12-09T05:59:36.056Z | Downloading... |
694 | 2023-12-09T05:59:36.056Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
695 | 2023-12-09T05:59:36.056Z | + 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 |
696 | 2023-12-09T05:59:41.263Z | ++ do_sha256sum out/downloads/xcvradm.gz |
697 | 2023-12-09T05:59:41.276Z | ++ sha256sum |
698 | 2023-12-09T05:59:41.277Z | ++ awk '{print $1}' |
699 | 2023-12-09T05:59:41.287Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
700 | 2023-12-09T05:59:41.287Z | + [[ 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 ]] |
701 | 2023-12-09T05:59:41.288Z | + do_unpack out/downloads/xcvradm.gz |
702 | 2023-12-09T05:59:41.288Z | + mkdir -p out/downloads/root//opt/oxide/bin |
703 | 2023-12-09T05:59:41.304Z | + gzip -dc out/downloads/xcvradm.gz |
704 | 2023-12-09T05:59:41.467Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
705 | 2023-12-09T05:59:41.490Z | + do_assemble |
706 | 2023-12-09T05:59:41.490Z | + rm -r ./out/transceiver-control |
707 | 2023-12-09T05:59:41.491Z | + mkdir ./out/transceiver-control |
708 | 2023-12-09T05:59:41.491Z | + cp -r out/downloads/root ./out/transceiver-control/root |
709 | 2023-12-09T05:59:41.684Z | All prerequisites installed successfully |
710 | 2023-12-09T05:59:41.702Z | |
711 | 2023-12-09T05:59:41.702Z | real 4:08.811456134 |
712 | 2023-12-09T05:59:41.703Z | user 56.266959189 |
713 | 2023-12-09T05:59:41.703Z | sys 11.365587716 |
714 | 2023-12-09T05:59:41.703Z | trap 0.025641207 |
715 | 2023-12-09T05:59:41.704Z | tflt 0.165788011 |
716 | 2023-12-09T05:59:41.704Z | dflt 0.544090687 |
717 | 2023-12-09T05:59:41.705Z | kflt 0.147796544 |
718 | 2023-12-09T05:59:41.706Z | lock 1.633312894 |
719 | 2023-12-09T05:59:41.706Z | slp 8:05.770524497 |
720 | 2023-12-09T05:59:41.707Z | lat 4.493988247 |
721 | 2023-12-09T05:59:41.707Z | stop 0.070683391 |
722 | 2023-12-09T05:59:41.708Z | + banner end-to-end-tests |
723 | 2023-12-09T05:59:41.746Z | |
724 | 2023-12-09T05:59:41.747Z | ###### # # ##### ##### #### ###### # # ##### |
725 | 2023-12-09T05:59:41.747Z | # ## # # # # # # # ## # # # |
726 | 2023-12-09T05:59:41.747Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
727 | 2023-12-09T05:59:41.747Z | # # # # # # # # # # # # # # # |
728 | 2023-12-09T05:59:41.747Z | # # ## # # # # # # # ## # # |
729 | 2023-12-09T05:59:41.747Z | ###### # # ##### # #### ###### # # ##### |
730 | 2023-12-09T05:59:41.748Z | |
731 | 2023-12-09T05:59:41.760Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
732 | 2023-12-09T05:59:41.760Z | + CARGO_PROFILE_DEV_DEBUG=1 |
733 | 2023-12-09T05:59:41.769Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
734 | 2023-12-09T05:59:41.771Z | + CARGO_PROFILE_TEST_DEBUG=1 |
735 | 2023-12-09T05:59:41.771Z | + export CARGO_INCREMENTAL=0 |
736 | 2023-12-09T05:59:41.772Z | + CARGO_INCREMENTAL=0 |
737 | 2023-12-09T05:59:41.772Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
738 | 2023-12-09T05:59:42.085Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
739 | 2023-12-09T05:59:42.452Z | Updating crates.io index |
740 | 2023-12-09T05:59:42.460Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
741 | 2023-12-09T05:59:43.272Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
742 | 2023-12-09T05:59:45.036Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
743 | 2023-12-09T05:59:45.818Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
744 | 2023-12-09T05:59:46.030Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
745 | 2023-12-09T05:59:46.287Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
746 | 2023-12-09T05:59:46.593Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
747 | 2023-12-09T05:59:47.495Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
748 | 2023-12-09T05:59:49.631Z | Updating git repository `https://github.com/oxidecomputer/opte` |
749 | 2023-12-09T05:59:50.766Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
750 | 2023-12-09T05:59:51.101Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
751 | 2023-12-09T05:59:51.672Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
752 | 2023-12-09T05:59:52.058Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
753 | 2023-12-09T05:59:52.876Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
754 | 2023-12-09T05:59:52.882Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
755 | 2023-12-09T05:59:53.630Z | Updating git repository `https://github.com/njaremko/samael` |
756 | 2023-12-09T05:59:53.644Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
757 | 2023-12-09T05:59:54.239Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
758 | 2023-12-09T05:59:55.657Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
759 | 2023-12-09T05:59:56.082Z | Updating git repository `https://github.com/jgallagher/nix` |
760 | 2023-12-09T05:59:57.370Z | Updating git repository `https://github.com/cbiffle/hubpack` |
761 | 2023-12-09T05:59:57.789Z | Updating git repository `https://github.com/oxidecomputer/typify` |
762 | 2023-12-09T05:59:58.739Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
763 | 2023-12-09T05:59:59.184Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
764 | 2023-12-09T05:59:59.411Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
765 | 2023-12-09T06:00:00.976Z | Downloading crates ... |
766 | 2023-12-09T06:00:01.251Z | Downloaded precomputed-hash v0.1.1 |
767 | 2023-12-09T06:00:01.776Z | Downloaded base64ct v1.6.0 |
768 | 2023-12-09T06:00:01.776Z | Downloaded postcard v1.0.8 |
769 | 2023-12-09T06:00:01.776Z | Downloaded cfg-if v1.0.0 |
770 | 2023-12-09T06:00:01.776Z | Downloaded pin-utils v0.1.0 |
771 | 2023-12-09T06:00:01.777Z | Downloaded ppv-lite86 v0.2.17 |
772 | 2023-12-09T06:00:01.777Z | Downloaded blowfish v0.9.1 |
773 | 2023-12-09T06:00:01.777Z | Downloaded bzip2 v0.4.4 |
774 | 2023-12-09T06:00:01.777Z | Downloaded anyhow v1.0.75 |
775 | 2023-12-09T06:00:01.777Z | Downloaded cbc v0.1.2 |
776 | 2023-12-09T06:00:01.778Z | Downloaded chacha20poly1305 v0.10.1 |
777 | 2023-12-09T06:00:01.778Z | Downloaded option-ext v0.2.0 |
778 | 2023-12-09T06:00:01.778Z | Downloaded byteorder v1.5.0 |
779 | 2023-12-09T06:00:01.778Z | Downloaded openssl-probe v0.1.5 |
780 | 2023-12-09T06:00:01.778Z | Downloaded rand_core v0.5.1 |
781 | 2023-12-09T06:00:01.778Z | Downloaded rand_core v0.6.4 |
782 | 2023-12-09T06:00:01.779Z | Downloaded phf_shared v0.10.0 |
783 | 2023-12-09T06:00:01.779Z | Downloaded tower-service v0.3.2 |
784 | 2023-12-09T06:00:01.779Z | Downloaded polyval v0.6.1 |
785 | 2023-12-09T06:00:01.779Z | Downloaded usdt-macro v0.3.5 |
786 | 2023-12-09T06:00:01.779Z | Downloaded autocfg v1.1.0 |
787 | 2023-12-09T06:00:01.779Z | Downloaded display-error-chain v0.2.0 |
788 | 2023-12-09T06:00:01.779Z | Downloaded paste v1.0.14 |
789 | 2023-12-09T06:00:01.779Z | Downloaded headers-core v0.2.0 |
790 | 2023-12-09T06:00:01.779Z | Downloaded predicates v3.0.4 |
791 | 2023-12-09T06:00:01.780Z | Downloaded foreign-types-shared v0.3.1 |
792 | 2023-12-09T06:00:01.780Z | Downloaded zone v0.3.0 |
793 | 2023-12-09T06:00:01.780Z | Downloaded whoami v1.4.1 |
794 | 2023-12-09T06:00:01.780Z | Downloaded pbkdf2 v0.12.2 |
795 | 2023-12-09T06:00:01.780Z | Downloaded futures-sink v0.3.29 |
796 | 2023-12-09T06:00:01.781Z | Downloaded sha1 v0.10.6 |
797 | 2023-12-09T06:00:01.782Z | Downloaded crc32fast v1.3.2 |
798 | 2023-12-09T06:00:01.782Z | Downloaded signature v2.1.0 |
799 | 2023-12-09T06:00:01.782Z | Downloaded rustversion v1.0.14 |
800 | 2023-12-09T06:00:01.782Z | Downloaded home v0.5.5 |
801 | 2023-12-09T06:00:01.782Z | Downloaded parking_lot v0.12.1 |
802 | 2023-12-09T06:00:01.783Z | Downloaded fallible-iterator v0.2.0 |
803 | 2023-12-09T06:00:01.783Z | Downloaded slog-bunyan v2.4.0 |
804 | 2023-12-09T06:00:01.783Z | Downloaded slog-async v2.8.0 |
805 | 2023-12-09T06:00:01.783Z | Downloaded swrite v0.1.0 |
806 | 2023-12-09T06:00:01.783Z | Downloaded hyper-rustls v0.24.2 |
807 | 2023-12-09T06:00:01.783Z | Downloaded proc-macro2 v1.0.69 |
808 | 2023-12-09T06:00:01.783Z | Downloaded sha2 v0.10.8 |
809 | 2023-12-09T06:00:01.783Z | Downloaded strum v0.25.0 |
810 | 2023-12-09T06:00:01.784Z | Downloaded serde_derive_internals v0.26.0 |
811 | 2023-12-09T06:00:01.784Z | Downloaded zerocopy v0.6.4 |
812 | 2023-12-09T06:00:01.784Z | Downloaded version_check v0.9.4 |
813 | 2023-12-09T06:00:01.784Z | Downloaded usdt-attr-macro v0.3.5 |
814 | 2023-12-09T06:00:01.784Z | Downloaded untrusted v0.7.1 |
815 | 2023-12-09T06:00:01.784Z | Downloaded dof v0.1.5 |
816 | 2023-12-09T06:00:01.785Z | Downloaded serde_repr v0.1.16 |
817 | 2023-12-09T06:00:01.785Z | Downloaded thiserror v1.0.49 |
818 | 2023-12-09T06:00:01.785Z | Downloaded foreign-types-shared v0.1.1 |
819 | 2023-12-09T06:00:01.785Z | Downloaded subtle v2.5.0 |
820 | 2023-12-09T06:00:01.786Z | Downloaded linear-map v1.2.0 |
821 | 2023-12-09T06:00:01.786Z | Downloaded ipnet v2.8.0 |
822 | 2023-12-09T06:00:01.786Z | Downloaded dtrace-parser v0.1.14 |
823 | 2023-12-09T06:00:01.786Z | Downloaded ryu v1.0.15 |
824 | 2023-12-09T06:00:01.786Z | Downloaded thiserror-impl-no-std v2.0.2 |
825 | 2023-12-09T06:00:01.787Z | Downloaded endian-type v0.1.2 |
826 | 2023-12-09T06:00:01.787Z | Downloaded foreign-types v0.3.2 |
827 | 2023-12-09T06:00:01.788Z | Downloaded strsim v0.10.0 |
828 | 2023-12-09T06:00:01.788Z | Downloaded linked-hash-map v0.5.6 |
829 | 2023-12-09T06:00:01.788Z | Downloaded embedded-io v0.4.0 |
830 | 2023-12-09T06:00:01.788Z | Downloaded dyn-clone v1.0.13 |
831 | 2023-12-09T06:00:01.788Z | Downloaded equivalent v1.0.1 |
832 | 2023-12-09T06:00:01.788Z | Downloaded tokio-macros v2.2.0 |
833 | 2023-12-09T06:00:01.788Z | Downloaded enum-as-inner v0.5.1 |
834 | 2023-12-09T06:00:01.789Z | Downloaded time-core v0.1.1 |
835 | 2023-12-09T06:00:01.789Z | Downloaded memchr v2.6.3 |
836 | 2023-12-09T06:00:01.789Z | Downloaded same-file v1.0.6 |
837 | 2023-12-09T06:00:01.789Z | Downloaded walkdir v2.4.0 |
838 | 2023-12-09T06:00:01.789Z | Downloaded take_mut v0.2.2 |
839 | 2023-12-09T06:00:01.789Z | Downloaded lazy_static v1.4.0 |
840 | 2023-12-09T06:00:01.790Z | Downloaded pkg-config v0.3.27 |
841 | 2023-12-09T06:00:01.790Z | Downloaded strum_macros v0.25.2 |
842 | 2023-12-09T06:00:01.790Z | Downloaded xattr v1.0.1 |
843 | 2023-12-09T06:00:01.791Z | Downloaded flagset v0.4.3 |
844 | 2023-12-09T06:00:01.791Z | Downloaded ff v0.13.0 |
845 | 2023-12-09T06:00:01.791Z | Downloaded fnv v1.0.7 |
846 | 2023-12-09T06:00:01.791Z | Downloaded rustc-demangle v0.1.23 |
847 | 2023-12-09T06:00:01.792Z | Downloaded subprocess v0.2.9 |
848 | 2023-12-09T06:00:01.792Z | Downloaded hmac v0.12.1 |
849 | 2023-12-09T06:00:01.792Z | Downloaded predicates-core v1.0.6 |
850 | 2023-12-09T06:00:01.792Z | Downloaded time-macros v0.2.13 |
851 | 2023-12-09T06:00:01.793Z | Downloaded rcgen v0.11.3 |
852 | 2023-12-09T06:00:01.793Z | Downloaded foreign-types-macros v0.2.3 |
853 | 2023-12-09T06:00:01.793Z | Downloaded flate2 v1.0.28 |
854 | 2023-12-09T06:00:01.793Z | Downloaded terminal_size v0.2.6 |
855 | 2023-12-09T06:00:01.793Z | Downloaded http-range v0.1.5 |
856 | 2023-12-09T06:00:01.793Z | Downloaded static_assertions v1.1.0 |
857 | 2023-12-09T06:00:01.793Z | Downloaded serde_urlencoded v0.7.1 |
858 | 2023-12-09T06:00:01.794Z | Downloaded utf8parse v0.2.1 |
859 | 2023-12-09T06:00:01.794Z | Downloaded slog-term v2.9.0 |
860 | 2023-12-09T06:00:01.794Z | Downloaded getopts v0.2.21 |
861 | 2023-12-09T06:00:01.794Z | Downloaded futures-macro v0.3.29 |
862 | 2023-12-09T06:00:01.795Z | Downloaded schemars_derive v0.8.13 |
863 | 2023-12-09T06:00:01.795Z | Downloaded futures-executor v0.3.29 |
864 | 2023-12-09T06:00:01.795Z | Downloaded futures-io v0.3.29 |
865 | 2023-12-09T06:00:01.795Z | Downloaded rustc_version v0.4.0 |
866 | 2023-12-09T06:00:01.795Z | Downloaded thiserror-no-std v2.0.2 |
867 | 2023-12-09T06:00:01.818Z | Downloaded scheduled-thread-pool v0.2.7 |
868 | 2023-12-09T06:00:01.818Z | Downloaded float-cmp v0.9.0 |
869 | 2023-12-09T06:00:01.819Z | Downloaded tar v0.4.40 |
870 | 2023-12-09T06:00:01.819Z | Downloaded futures-channel v0.3.29 |
871 | 2023-12-09T06:00:01.819Z | Downloaded toml_datetime v0.6.5 |
872 | 2023-12-09T06:00:01.819Z | Downloaded trust-dns-server v0.22.1 |
873 | 2023-12-09T06:00:01.819Z | Downloaded spin v0.9.8 |
874 | 2023-12-09T06:00:01.819Z | Downloaded russh-keys v0.40.0 |
875 | 2023-12-09T06:00:01.819Z | Downloaded yasna v0.5.2 |
876 | 2023-12-09T06:00:01.820Z | Downloaded tinyvec v1.6.0 |
877 | 2023-12-09T06:00:01.820Z | Downloaded tracing v0.1.37 |
878 | 2023-12-09T06:00:01.820Z | Downloaded uuid v1.6.1 |
879 | 2023-12-09T06:00:01.820Z | Downloaded pin-project v1.1.3 |
880 | 2023-12-09T06:00:01.820Z | Downloaded tracing-core v0.1.31 |
881 | 2023-12-09T06:00:01.846Z | Downloaded hashbrown v0.13.2 |
882 | 2023-12-09T06:00:01.846Z | Downloaded unicode-normalization v0.1.22 |
883 | 2023-12-09T06:00:01.846Z | Downloaded unicode-segmentation v1.10.1 |
884 | 2023-12-09T06:00:01.846Z | Downloaded toml_edit v0.19.15 |
885 | 2023-12-09T06:00:01.880Z | Downloaded schemars v0.8.13 |
886 | 2023-12-09T06:00:01.897Z | Downloaded serde_with v3.4.0 |
887 | 2023-12-09T06:00:01.906Z | Downloaded time v0.3.27 |
888 | 2023-12-09T06:00:01.918Z | Downloaded rand v0.7.3 |
889 | 2023-12-09T06:00:01.935Z | Downloaded itertools v0.12.0 |
890 | 2023-12-09T06:00:01.954Z | Downloaded serde_json v1.0.108 |
891 | 2023-12-09T06:00:01.975Z | Downloaded hyper v0.14.27 |
892 | 2023-12-09T06:00:01.998Z | Downloaded chrono v0.4.31 |
893 | 2023-12-09T06:00:02.877Z | Downloaded webpki-roots v0.25.2 |
894 | 2023-12-09T06:00:02.878Z | Downloaded vcpkg v0.2.15 |
895 | 2023-12-09T06:00:02.878Z | Downloaded regress v0.7.1 |
896 | 2023-12-09T06:00:02.878Z | Downloaded syn v2.0.32 |
897 | 2023-12-09T06:00:02.878Z | Downloaded smoltcp v0.9.1 |
898 | 2023-12-09T06:00:02.878Z | Downloaded syn v1.0.109 |
899 | 2023-12-09T06:00:02.878Z | Downloaded gimli v0.28.0 |
900 | 2023-12-09T06:00:02.878Z | Downloaded rustix v0.37.23 |
901 | 2023-12-09T06:00:02.879Z | Downloaded idna v0.5.0 |
902 | 2023-12-09T06:00:02.879Z | Downloaded regex-syntax v0.8.2 |
903 | 2023-12-09T06:00:02.879Z | Downloaded zerocopy-derive v0.2.0 |
904 | 2023-12-09T06:00:02.879Z | Downloaded libc v0.2.150 |
905 | 2023-12-09T06:00:02.879Z | Downloaded bstr v1.6.0 |
906 | 2023-12-09T06:00:02.879Z | Downloaded winapi v0.3.9 |
907 | 2023-12-09T06:00:02.879Z | Downloaded idna v0.2.3 |
908 | 2023-12-09T06:00:02.879Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
909 | 2023-12-09T06:00:02.879Z | Downloaded diesel v2.1.4 |
910 | 2023-12-09T06:00:02.887Z | Downloaded sled v0.34.7 |
911 | 2023-12-09T06:00:02.888Z | Downloaded zerocopy-derive v0.7.26 |
912 | 2023-12-09T06:00:02.888Z | Downloaded zerocopy-derive v0.6.4 |
913 | 2023-12-09T06:00:02.889Z | Downloaded regex-automata v0.4.3 |
914 | 2023-12-09T06:00:02.889Z | Downloaded regex-automata v0.3.8 |
915 | 2023-12-09T06:00:02.889Z | Downloaded tokio v1.35.0 |
916 | 2023-12-09T06:00:02.889Z | Downloaded rustix v0.38.25 |
917 | 2023-12-09T06:00:02.889Z | Downloaded sha3 v0.10.8 |
918 | 2023-12-09T06:00:02.889Z | Downloaded bstr v0.2.17 |
919 | 2023-12-09T06:00:02.890Z | Downloaded regex-syntax v0.7.5 |
920 | 2023-12-09T06:00:02.890Z | Downloaded openapiv3 v2.0.0 |
921 | 2023-12-09T06:00:02.890Z | Downloaded smoltcp v0.10.0 |
922 | 2023-12-09T06:00:02.890Z | Downloaded trust-dns-proto v0.22.0 |
923 | 2023-12-09T06:00:02.890Z | Downloaded regex v1.10.2 |
924 | 2023-12-09T06:00:02.891Z | Downloaded encoding_rs v0.8.33 |
925 | 2023-12-09T06:00:02.905Z | Downloaded curve25519-dalek v4.1.0 |
926 | 2023-12-09T06:00:02.939Z | Downloaded rustls v0.21.9 |
927 | 2023-12-09T06:00:02.961Z | Downloaded object v0.32.1 |
928 | 2023-12-09T06:00:02.972Z | Downloaded radix_trie v0.2.1 |
929 | 2023-12-09T06:00:02.982Z | Downloaded winnow v0.5.15 |
930 | 2023-12-09T06:00:02.994Z | Downloaded hkdf v0.12.3 |
931 | 2023-12-09T06:00:03.006Z | Downloaded reqwest v0.11.22 |
932 | 2023-12-09T06:00:03.016Z | Downloaded futures-util v0.3.29 |
933 | 2023-12-09T06:00:03.038Z | Downloaded hashbrown v0.14.2 |
934 | 2023-12-09T06:00:03.049Z | Downloaded clap v2.34.0 |
935 | 2023-12-09T06:00:03.059Z | Downloaded rustls-webpki v0.101.7 |
936 | 2023-12-09T06:00:03.091Z | Downloaded h2 v0.3.21 |
937 | 2023-12-09T06:00:03.109Z | Downloaded aho-corasick v1.0.4 |
938 | 2023-12-09T06:00:03.126Z | Downloaded regex-automata v0.1.10 |
939 | 2023-12-09T06:00:03.553Z | Downloaded petgraph v0.6.4 |
940 | 2023-12-09T06:00:03.553Z | Downloaded toml_edit v0.21.0 |
941 | 2023-12-09T06:00:03.553Z | Downloaded tokio-util v0.7.10 |
942 | 2023-12-09T06:00:03.553Z | Downloaded openssl v0.10.60 |
943 | 2023-12-09T06:00:03.553Z | Downloaded aes-gcm v0.10.3 |
944 | 2023-12-09T06:00:03.553Z | Downloaded itertools v0.11.0 |
945 | 2023-12-09T06:00:03.554Z | Downloaded itertools v0.10.5 |
946 | 2023-12-09T06:00:03.554Z | Downloaded libm v0.2.7 |
947 | 2023-12-09T06:00:03.554Z | Downloaded unsafe-libyaml v0.2.9 |
948 | 2023-12-09T06:00:03.554Z | Downloaded toml v0.8.8 |
949 | 2023-12-09T06:00:03.554Z | Downloaded trust-dns-client v0.22.0 |
950 | 2023-12-09T06:00:03.554Z | Downloaded russh v0.40.0 |
951 | 2023-12-09T06:00:03.554Z | Downloaded zerocopy v0.7.26 |
952 | 2023-12-09T06:00:03.554Z | Downloaded slog v2.7.0 |
953 | 2023-12-09T06:00:03.554Z | Downloaded crossterm v0.27.0 |
954 | 2023-12-09T06:00:03.555Z | Downloaded ring v0.17.7 |
955 | 2023-12-09T06:00:03.555Z | Downloaded serde v1.0.192 |
956 | 2023-12-09T06:00:03.555Z | Downloaded pest v2.7.2 |
957 | 2023-12-09T06:00:03.555Z | Downloaded futures v0.3.29 |
958 | 2023-12-09T06:00:03.555Z | Downloaded zeroize v1.7.0 |
959 | 2023-12-09T06:00:03.555Z | Downloaded snafu v0.7.5 |
960 | 2023-12-09T06:00:03.555Z | Downloaded serde_derive v1.0.192 |
961 | 2023-12-09T06:00:03.555Z | Downloaded hashbrown v0.12.3 |
962 | 2023-12-09T06:00:03.555Z | Downloaded http v0.2.11 |
963 | 2023-12-09T06:00:03.563Z | Downloaded tracing-attributes v0.1.26 |
964 | 2023-12-09T06:00:03.563Z | Downloaded ring v0.16.20 |
965 | 2023-12-09T06:00:03.722Z | Downloaded unicode-bidi v0.3.13 |
966 | 2023-12-09T06:00:03.733Z | Downloaded serde_yaml v0.9.25 |
967 | 2023-12-09T06:00:03.749Z | Downloaded url v2.5.0 |
968 | 2023-12-09T06:00:03.750Z | Downloaded signal-hook v0.3.17 |
969 | 2023-12-09T06:00:03.750Z | Downloaded io-lifetimes v1.0.11 |
970 | 2023-12-09T06:00:03.774Z | Downloaded hash32 v0.2.1 |
971 | 2023-12-09T06:00:03.774Z | Downloaded slog-json v2.6.1 |
972 | 2023-12-09T06:00:03.774Z | Downloaded slog-envlogger v2.2.0 |
973 | 2023-12-09T06:00:03.774Z | Downloaded scopeguard v1.2.0 |
974 | 2023-12-09T06:00:03.774Z | Downloaded vsss-rs v3.3.1 |
975 | 2023-12-09T06:00:03.774Z | Downloaded indexmap v2.1.0 |
976 | 2023-12-09T06:00:03.783Z | Downloaded smallvec v1.11.0 |
977 | 2023-12-09T06:00:03.783Z | Downloaded rustls-native-certs v0.6.3 |
978 | 2023-12-09T06:00:03.783Z | Downloaded indexmap v1.9.3 |
979 | 2023-12-09T06:00:03.783Z | Downloaded ed25519-dalek v2.0.0 |
980 | 2023-12-09T06:00:03.793Z | Downloaded httparse v1.8.0 |
981 | 2023-12-09T06:00:03.793Z | Downloaded zip v0.6.6 |
982 | 2023-12-09T06:00:03.804Z | Downloaded futures-core v0.3.29 |
983 | 2023-12-09T06:00:03.805Z | Downloaded kstat-rs v0.2.3 |
984 | 2023-12-09T06:00:03.805Z | Downloaded proc-macro-error v1.0.4 |
985 | 2023-12-09T06:00:03.805Z | Downloaded hubpack v0.1.2 |
986 | 2023-12-09T06:00:03.814Z | Downloaded slog-scope v4.4.0 |
987 | 2023-12-09T06:00:03.814Z | Downloaded tokio-rustls v0.24.1 |
988 | 2023-12-09T06:00:03.816Z | Downloaded snafu-derive v0.7.5 |
989 | 2023-12-09T06:00:03.816Z | Downloaded tungstenite v0.20.1 |
990 | 2023-12-09T06:00:03.832Z | Downloaded getrandom v0.2.10 |
991 | 2023-12-09T06:00:03.832Z | Downloaded socket2 v0.4.9 |
992 | 2023-12-09T06:00:03.832Z | Downloaded stable_deref_trait v1.2.0 |
993 | 2023-12-09T06:00:03.842Z | Downloaded structopt v0.3.26 |
994 | 2023-12-09T06:00:03.843Z | Downloaded strsim v0.8.0 |
995 | 2023-12-09T06:00:03.843Z | Downloaded stringprep v0.1.3 |
996 | 2023-12-09T06:00:04.269Z | Downloaded string_cache v0.8.7 |
997 | 2023-12-09T06:00:04.269Z | Downloaded num-bigint v0.4.4 |
998 | 2023-12-09T06:00:04.307Z | Downloaded errno v0.3.2 |
999 | 2023-12-09T06:00:04.308Z | Downloaded generic-array v0.14.7 |
1000 | 2023-12-09T06:00:04.308Z | Downloaded fixedbitset v0.4.2 |
1001 | 2023-12-09T06:00:04.308Z | Downloaded crossbeam-channel v0.5.8 |
1002 | 2023-12-09T06:00:04.309Z | Downloaded slog-dtrace v0.2.3 |
1003 | 2023-12-09T06:00:04.309Z | Downloaded ipnetwork v0.20.0 |
1004 | 2023-12-09T06:00:04.309Z | Downloaded synstructure v0.12.6 |
1005 | 2023-12-09T06:00:04.309Z | Downloaded socket2 v0.5.5 |
1006 | 2023-12-09T06:00:04.309Z | Downloaded unicode-ident v1.0.12 |
1007 | 2023-12-09T06:00:04.309Z | Downloaded der v0.7.8 |
1008 | 2023-12-09T06:00:04.309Z | Downloaded lalrpop-util v0.19.12 |
1009 | 2023-12-09T06:00:04.309Z | Downloaded keccak v0.1.4 |
1010 | 2023-12-09T06:00:04.309Z | Downloaded serde_tokenstream v0.1.7 |
1011 | 2023-12-09T06:00:04.309Z | Downloaded ecdsa v0.16.9 |
1012 | 2023-12-09T06:00:04.310Z | Downloaded heck v0.4.1 |
1013 | 2023-12-09T06:00:04.312Z | Downloaded headers v0.3.9 |
1014 | 2023-12-09T06:00:04.312Z | Downloaded heapless v0.7.16 |
1015 | 2023-12-09T06:00:04.312Z | Downloaded elliptic-curve v0.13.8 |
1016 | 2023-12-09T06:00:04.312Z | Downloaded rustls-pemfile v1.0.3 |
1017 | 2023-12-09T06:00:04.312Z | Downloaded iana-time-zone v0.1.57 |
1018 | 2023-12-09T06:00:04.312Z | Downloaded hyper-tls v0.5.0 |
1019 | 2023-12-09T06:00:04.312Z | Downloaded libsw v3.3.0 |
1020 | 2023-12-09T06:00:04.312Z | Downloaded filetime v0.2.23 |
1021 | 2023-12-09T06:00:04.312Z | Downloaded serde_with_macros v3.4.0 |
1022 | 2023-12-09T06:00:04.312Z | Downloaded tokio-stream v0.1.14 |
1023 | 2023-12-09T06:00:04.312Z | Downloaded ed25519 v2.2.2 |
1024 | 2023-12-09T06:00:04.313Z | Downloaded typenum v1.16.0 |
1025 | 2023-12-09T06:00:04.313Z | Downloaded trust-dns-resolver v0.22.0 |
1026 | 2023-12-09T06:00:04.313Z | Downloaded resolv-conf v0.7.0 |
1027 | 2023-12-09T06:00:04.313Z | Downloaded tempfile v3.8.1 |
1028 | 2023-12-09T06:00:04.313Z | Downloaded rand v0.8.5 |
1029 | 2023-12-09T06:00:04.313Z | Downloaded tokio-postgres v0.7.10 |
1030 | 2023-12-09T06:00:04.314Z | Downloaded smf v0.2.2 |
1031 | 2023-12-09T06:00:04.314Z | Downloaded tokio-tungstenite v0.20.1 |
1032 | 2023-12-09T06:00:04.314Z | Downloaded semver v1.0.20 |
1033 | 2023-12-09T06:00:04.314Z | Downloaded sct v0.7.0 |
1034 | 2023-12-09T06:00:04.314Z | Downloaded httpdate v1.0.3 |
1035 | 2023-12-09T06:00:04.314Z | Downloaded heck v0.3.3 |
1036 | 2023-12-09T06:00:04.314Z | Downloaded doc-comment v0.3.3 |
1037 | 2023-12-09T06:00:04.314Z | Downloaded russh-cryptovec v0.7.0 |
1038 | 2023-12-09T06:00:04.315Z | Downloaded spki v0.7.2 |
1039 | 2023-12-09T06:00:04.315Z | Downloaded structopt-derive v0.4.18 |
1040 | 2023-12-09T06:00:04.315Z | Downloaded structmeta-derive v0.2.0 |
1041 | 2023-12-09T06:00:04.315Z | Downloaded structmeta v0.2.0 |
1042 | 2023-12-09T06:00:04.315Z | Downloaded similar v2.2.1 |
1043 | 2023-12-09T06:00:04.315Z | Downloaded hex v0.4.3 |
1044 | 2023-12-09T06:00:04.315Z | Downloaded getrandom v0.1.16 |
1045 | 2023-12-09T06:00:04.316Z | Downloaded foreign-types v0.5.0 |
1046 | 2023-12-09T06:00:04.316Z | Downloaded ghash v0.5.0 |
1047 | 2023-12-09T06:00:04.316Z | Downloaded slab v0.4.9 |
1048 | 2023-12-09T06:00:04.316Z | Downloaded hex-literal v0.4.1 |
1049 | 2023-12-09T06:00:04.316Z | Downloaded glob v0.3.1 |
1050 | 2023-12-09T06:00:04.317Z | Downloaded signal-hook-registry v1.4.1 |
1051 | 2023-12-09T06:00:04.317Z | Downloaded signal-hook-mio v0.2.3 |
1052 | 2023-12-09T06:00:04.317Z | Downloaded textwrap v0.11.0 |
1053 | 2023-12-09T06:00:04.317Z | Downloaded half v1.8.2 |
1054 | 2023-12-09T06:00:04.317Z | Downloaded toml v0.5.11 |
1055 | 2023-12-09T06:00:04.317Z | Downloaded serde_path_to_error v0.1.14 |
1056 | 2023-12-09T06:00:04.317Z | Downloaded libefi-sys v0.1.0 |
1057 | 2023-12-09T06:00:04.317Z | Downloaded siphasher v0.3.11 |
1058 | 2023-12-09T06:00:04.317Z | Downloaded semver-parser v0.10.2 |
1059 | 2023-12-09T06:00:04.317Z | Downloaded bytes v1.5.0 |
1060 | 2023-12-09T06:00:04.317Z | Downloaded ucd-trie v0.1.6 |
1061 | 2023-12-09T06:00:04.317Z | Downloaded vec_map v0.8.2 |
1062 | 2023-12-09T06:00:04.317Z | Downloaded console v0.15.7 |
1063 | 2023-12-09T06:00:04.317Z | Downloaded darling_core v0.20.3 |
1064 | 2023-12-09T06:00:04.318Z | Downloaded crypto-bigint v0.5.2 |
1065 | 2023-12-09T06:00:04.318Z | Downloaded p256 v0.13.2 |
1066 | 2023-12-09T06:00:04.318Z | Downloaded serde_tokenstream v0.2.0 |
1067 | 2023-12-09T06:00:04.318Z | Downloaded want v0.3.1 |
1068 | 2023-12-09T06:00:04.318Z | Downloaded semver v0.11.0 |
1069 | 2023-12-09T06:00:04.318Z | Downloaded http-body v0.4.5 |
1070 | 2023-12-09T06:00:04.318Z | Downloaded group v0.13.0 |
1071 | 2023-12-09T06:00:04.318Z | Downloaded slog-stdlog v4.1.1 |
1072 | 2023-12-09T06:00:04.318Z | Downloaded openssl-sys v0.9.96 |
1073 | 2023-12-09T06:00:04.318Z | Downloaded derive-where v1.2.6 |
1074 | 2023-12-09T06:00:04.318Z | Downloaded zeroize_derive v1.4.2 |
1075 | 2023-12-09T06:00:04.318Z | Downloaded toml v0.7.8 |
1076 | 2023-12-09T06:00:04.318Z | Downloaded secrecy v0.8.0 |
1077 | 2023-12-09T06:00:04.319Z | Downloaded spin v0.5.2 |
1078 | 2023-12-09T06:00:04.319Z | Downloaded usdt-impl v0.3.5 |
1079 | 2023-12-09T06:00:04.319Z | Downloaded derive_more v0.99.17 |
1080 | 2023-12-09T06:00:04.319Z | Downloaded mio v0.8.9 |
1081 | 2023-12-09T06:00:04.319Z | Downloaded term v0.7.0 |
1082 | 2023-12-09T06:00:04.319Z | Downloaded sec1 v0.7.3 |
1083 | 2023-12-09T06:00:04.319Z | Downloaded try-lock v0.2.4 |
1084 | 2023-12-09T06:00:04.319Z | Downloaded password-hash v0.4.2 |
1085 | 2023-12-09T06:00:04.319Z | Downloaded usdt v0.3.5 |
1086 | 2023-12-09T06:00:04.319Z | Downloaded untrusted v0.9.0 |
1087 | 2023-12-09T06:00:04.319Z | Downloaded crossbeam-epoch v0.9.15 |
1088 | 2023-12-09T06:00:04.319Z | Downloaded camino v1.1.6 |
1089 | 2023-12-09T06:00:04.320Z | Downloaded serde_spanned v0.6.4 |
1090 | 2023-12-09T06:00:04.320Z | Downloaded pin-project-lite v0.2.13 |
1091 | 2023-12-09T06:00:04.320Z | Downloaded postgres-protocol v0.6.6 |
1092 | 2023-12-09T06:00:04.320Z | Downloaded either v1.9.0 |
1093 | 2023-12-09T06:00:04.320Z | Downloaded hubpack_derive v0.1.1 |
1094 | 2023-12-09T06:00:04.321Z | Downloaded pest_derive v2.7.2 |
1095 | 2023-12-09T06:00:04.321Z | Downloaded num-complex v0.4.4 |
1096 | 2023-12-09T06:00:04.321Z | Downloaded clap v4.4.3 |
1097 | 2023-12-09T06:00:04.322Z | Downloaded rustfmt-wrapper v0.2.0 |
1098 | 2023-12-09T06:00:04.348Z | Downloaded inout v0.1.3 |
1099 | 2023-12-09T06:00:04.349Z | Downloaded futures-task v0.3.29 |
1100 | 2023-12-09T06:00:04.349Z | Downloaded form_urlencoded v1.2.1 |
1101 | 2023-12-09T06:00:04.349Z | Downloaded hyper-staticfile v0.9.5 |
1102 | 2023-12-09T06:00:04.349Z | Downloaded itoa v1.0.9 |
1103 | 2023-12-09T06:00:04.349Z | Downloaded hostname v0.3.1 |
1104 | 2023-12-09T06:00:04.349Z | Downloaded is-terminal v0.4.9 |
1105 | 2023-12-09T06:00:04.349Z | Downloaded password-hash v0.5.0 |
1106 | 2023-12-09T06:00:04.350Z | Downloaded ident_case v1.0.1 |
1107 | 2023-12-09T06:00:04.350Z | Downloaded aes v0.8.3 |
1108 | 2023-12-09T06:00:04.350Z | Downloaded utf-8 v0.7.6 |
1109 | 2023-12-09T06:00:04.350Z | Downloaded backtrace v0.3.69 |
1110 | 2023-12-09T06:00:04.350Z | Downloaded thiserror-impl v1.0.49 |
1111 | 2023-12-09T06:00:04.350Z | Downloaded postgres-types v0.2.6 |
1112 | 2023-12-09T06:00:04.350Z | Downloaded unicode-width v0.1.11 |
1113 | 2023-12-09T06:00:04.350Z | Downloaded quick-error v1.2.3 |
1114 | 2023-12-09T06:00:04.350Z | Downloaded ctr v0.9.2 |
1115 | 2023-12-09T06:00:04.350Z | Downloaded parking_lot v0.11.2 |
1116 | 2023-12-09T06:00:04.351Z | Downloaded crossbeam-utils v0.8.16 |
1117 | 2023-12-09T06:00:04.351Z | Downloaded fastrand v2.0.0 |
1118 | 2023-12-09T06:00:04.351Z | Downloaded unicode-xid v0.2.4 |
1119 | 2023-12-09T06:00:04.351Z | Downloaded tokio-native-tls v0.3.1 |
1120 | 2023-12-09T06:00:04.351Z | Downloaded thread-id v4.2.0 |
1121 | 2023-12-09T06:00:04.351Z | Downloaded universal-hash v0.5.1 |
1122 | 2023-12-09T06:00:04.351Z | Downloaded zerocopy v0.3.0 |
1123 | 2023-12-09T06:00:04.351Z | Downloaded phf_shared v0.11.2 |
1124 | 2023-12-09T06:00:04.351Z | Downloaded pest_generator v2.7.2 |
1125 | 2023-12-09T06:00:04.352Z | Downloaded percent-encoding v2.3.1 |
1126 | 2023-12-09T06:00:04.352Z | Downloaded chacha20 v0.9.1 |
1127 | 2023-12-09T06:00:04.352Z | Downloaded bit-set v0.5.3 |
1128 | 2023-12-09T06:00:04.352Z | Downloaded rand_chacha v0.3.1 |
1129 | 2023-12-09T06:00:04.352Z | Downloaded omicron-zone-package v0.9.1 |
1130 | 2023-12-09T06:00:04.352Z | Downloaded num-rational v0.4.1 |
1131 | 2023-12-09T06:00:04.352Z | Downloaded once_cell v1.19.0 |
1132 | 2023-12-09T06:00:04.352Z | Downloaded rfc6979 v0.4.0 |
1133 | 2023-12-09T06:00:04.352Z | Downloaded multer v2.1.0 |
1134 | 2023-12-09T06:00:04.353Z | Downloaded proc-macro-error-attr v1.0.4 |
1135 | 2023-12-09T06:00:04.353Z | Downloaded parking_lot_core v0.8.6 |
1136 | 2023-12-09T06:00:04.353Z | Downloaded deranged v0.3.8 |
1137 | 2023-12-09T06:00:04.353Z | Downloaded der_derive v0.7.2 |
1138 | 2023-12-09T06:00:04.353Z | Downloaded defmt v0.3.5 |
1139 | 2023-12-09T06:00:04.353Z | Downloaded anstream v0.5.0 |
1140 | 2023-12-09T06:00:04.353Z | Downloaded mime v0.3.17 |
1141 | 2023-12-09T06:00:04.353Z | Downloaded instant v0.1.12 |
1142 | 2023-12-09T06:00:04.377Z | Downloaded fxhash v0.2.1 |
1143 | 2023-12-09T06:00:04.377Z | Downloaded camino-tempfile v1.1.1 |
1144 | 2023-12-09T06:00:04.378Z | Downloaded macaddr v1.0.1 |
1145 | 2023-12-09T06:00:04.378Z | Downloaded darling v0.20.3 |
1146 | 2023-12-09T06:00:04.378Z | Downloaded unicase v2.7.0 |
1147 | 2023-12-09T06:00:04.378Z | Downloaded anstyle-parse v0.2.1 |
1148 | 2023-12-09T06:00:04.378Z | Downloaded owo-colors v3.5.0 |
1149 | 2023-12-09T06:00:04.378Z | Downloaded zone_cfg_derive v0.3.0 |
1150 | 2023-12-09T06:00:04.378Z | Downloaded thread_local v1.1.7 |
1151 | 2023-12-09T06:00:04.378Z | Downloaded waitgroup v0.1.2 |
1152 | 2023-12-09T06:00:04.379Z | Downloaded pretty-hex v0.4.0 |
1153 | 2023-12-09T06:00:04.380Z | Downloaded pbkdf2 v0.11.0 |
1154 | 2023-12-09T06:00:04.380Z | Downloaded num-integer v0.1.45 |
1155 | 2023-12-09T06:00:04.380Z | Downloaded ciborium-ll v0.2.1 |
1156 | 2023-12-09T06:00:04.393Z | Downloaded phf v0.11.2 |
1157 | 2023-12-09T06:00:04.394Z | Downloaded pest_meta v2.7.2 |
1158 | 2023-12-09T06:00:04.394Z | Downloaded num-iter v0.1.43 |
1159 | 2023-12-09T06:00:04.394Z | Downloaded mime_guess v2.0.4 |
1160 | 2023-12-09T06:00:04.394Z | Downloaded defmt-macros v0.3.6 |
1161 | 2023-12-09T06:00:04.394Z | Downloaded native-tls v0.2.11 |
1162 | 2023-12-09T06:00:04.394Z | Downloaded tinyvec_macros v0.1.1 |
1163 | 2023-12-09T06:00:04.394Z | Downloaded num_enum_derive v0.5.11 |
1164 | 2023-12-09T06:00:04.394Z | Downloaded dirs-sys v0.4.1 |
1165 | 2023-12-09T06:00:04.394Z | Downloaded dirs-next v2.0.0 |
1166 | 2023-12-09T06:00:04.394Z | Downloaded dirs v5.0.1 |
1167 | 2023-12-09T06:00:04.403Z | Downloaded difflib v0.4.0 |
1168 | 2023-12-09T06:00:04.403Z | Downloaded base16ct v0.2.0 |
1169 | 2023-12-09T06:00:04.403Z | Downloaded anstyle v1.0.2 |
1170 | 2023-12-09T06:00:04.403Z | Downloaded rand_chacha v0.2.2 |
1171 | 2023-12-09T06:00:04.404Z | Downloaded colored v2.0.4 |
1172 | 2023-12-09T06:00:04.413Z | Downloaded data-encoding v2.4.0 |
1173 | 2023-12-09T06:00:04.413Z | Downloaded cpufeatures v0.2.9 |
1174 | 2023-12-09T06:00:04.413Z | Downloaded openssl-macros v0.1.1 |
1175 | 2023-12-09T06:00:04.413Z | Downloaded ciborium-io v0.2.1 |
1176 | 2023-12-09T06:00:04.413Z | Downloaded normalize-line-endings v0.3.0 |
1177 | 2023-12-09T06:00:04.413Z | Downloaded bcrypt-pbkdf v0.10.0 |
1178 | 2023-12-09T06:00:04.428Z | Downloaded digest v0.10.7 |
1179 | 2023-12-09T06:00:04.428Z | Downloaded defmt-parser v0.3.3 |
1180 | 2023-12-09T06:00:04.428Z | Downloaded crypto-common v0.1.6 |
1181 | 2023-12-09T06:00:04.428Z | Downloaded bit-vec v0.6.3 |
1182 | 2023-12-09T06:00:04.428Z | Downloaded atomic-waker v1.1.1 |
1183 | 2023-12-09T06:00:04.438Z | Downloaded num_enum v0.5.11 |
1184 | 2023-12-09T06:00:04.439Z | Downloaded nibble_vec v0.1.0 |
1185 | 2023-12-09T06:00:04.439Z | Downloaded bitflags v1.3.2 |
1186 | 2023-12-09T06:00:04.458Z | Downloaded pem v3.0.2 |
1187 | 2023-12-09T06:00:04.458Z | Downloaded arc-swap v1.6.0 |
1188 | 2023-12-09T06:00:04.458Z | Downloaded argon2 v0.5.2 |
1189 | 2023-12-09T06:00:04.466Z | Downloaded toolchain_find v0.2.0 |
1190 | 2023-12-09T06:00:04.467Z | Downloaded clap_builder v4.4.2 |
1191 | 2023-12-09T06:00:04.467Z | Downloaded atomicwrites v0.4.2 |
1192 | 2023-12-09T06:00:04.467Z | Downloaded pkcs8 v0.10.2 |
1193 | 2023-12-09T06:00:04.477Z | Downloaded parking_lot_core v0.9.8 |
1194 | 2023-12-09T06:00:04.477Z | Downloaded opaque-debug v0.3.0 |
1195 | 2023-12-09T06:00:04.477Z | Downloaded parse-display v0.8.2 |
1196 | 2023-12-09T06:00:04.477Z | Downloaded cstr-argument v0.1.2 |
1197 | 2023-12-09T06:00:04.478Z | Downloaded match_cfg v0.1.0 |
1198 | 2023-12-09T06:00:04.483Z | Downloaded miniz_oxide v0.7.1 |
1199 | 2023-12-09T06:00:04.484Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1200 | 2023-12-09T06:00:04.484Z | Downloaded num_threads v0.1.6 |
1201 | 2023-12-09T06:00:04.484Z | Downloaded new_debug_unreachable v1.0.4 |
1202 | 2023-12-09T06:00:04.484Z | Downloaded curve25519-dalek-derive v0.1.0 |
1203 | 2023-12-09T06:00:04.490Z | Downloaded crucible-workspace-hack v0.1.0 |
1204 | 2023-12-09T06:00:04.490Z | Downloaded atty v0.2.14 |
1205 | 2023-12-09T06:00:04.490Z | Downloaded colorchoice v1.0.0 |
1206 | 2023-12-09T06:00:04.491Z | Downloaded primeorder v0.13.6 |
1207 | 2023-12-09T06:00:04.491Z | Downloaded num_cpus v1.16.0 |
1208 | 2023-12-09T06:00:04.496Z | Downloaded r2d2 v0.8.10 |
1209 | 2023-12-09T06:00:04.497Z | Downloaded quote v1.0.33 |
1210 | 2023-12-09T06:00:04.501Z | Downloaded pin-project-internal v1.1.3 |
1211 | 2023-12-09T06:00:04.502Z | Downloaded parse-display-derive v0.8.2 |
1212 | 2023-12-09T06:00:04.580Z | Downloaded num-traits v0.2.16 |
1213 | 2023-12-09T06:00:04.589Z | Downloaded bitflags v2.4.0 |
1214 | 2023-12-09T06:00:04.589Z | Downloaded adler v1.0.2 |
1215 | 2023-12-09T06:00:04.589Z | Downloaded async-stream v0.3.5 |
1216 | 2023-12-09T06:00:04.589Z | Downloaded async-stream-impl v0.3.5 |
1217 | 2023-12-09T06:00:04.589Z | Downloaded blake2 v0.10.6 |
1218 | 2023-12-09T06:00:04.589Z | Downloaded base64 v0.21.5 |
1219 | 2023-12-09T06:00:04.589Z | Downloaded block-padding v0.3.3 |
1220 | 2023-12-09T06:00:04.589Z | Downloaded ahash v0.8.3 |
1221 | 2023-12-09T06:00:04.589Z | Downloaded platforms v3.0.2 |
1222 | 2023-12-09T06:00:04.590Z | Downloaded darling_macro v0.20.3 |
1223 | 2023-12-09T06:00:04.590Z | Downloaded debug-ignore v1.0.5 |
1224 | 2023-12-09T06:00:04.590Z | Downloaded md-5 v0.10.5 |
1225 | 2023-12-09T06:00:04.590Z | Downloaded async-trait v0.1.74 |
1226 | 2023-12-09T06:00:04.590Z | Downloaded cipher v0.4.4 |
1227 | 2023-12-09T06:00:04.590Z | Downloaded cc v1.0.83 |
1228 | 2023-12-09T06:00:04.590Z | Downloaded pretty-hex v0.2.1 |
1229 | 2023-12-09T06:00:04.590Z | Downloaded clap_lex v0.5.1 |
1230 | 2023-12-09T06:00:04.590Z | Downloaded pem-rfc7468 v0.7.0 |
1231 | 2023-12-09T06:00:04.590Z | Downloaded aead v0.5.2 |
1232 | 2023-12-09T06:00:04.590Z | Downloaded block-buffer v0.10.4 |
1233 | 2023-12-09T06:00:04.592Z | Downloaded anstyle-query v1.0.0 |
1234 | 2023-12-09T06:00:04.592Z | Downloaded convert_case v0.4.0 |
1235 | 2023-12-09T06:00:04.592Z | Downloaded memoffset v0.9.0 |
1236 | 2023-12-09T06:00:04.592Z | Downloaded cobs v0.2.3 |
1237 | 2023-12-09T06:00:04.592Z | Downloaded cancel-safe-futures v0.1.5 |
1238 | 2023-12-09T06:00:04.592Z | Downloaded ansi_term v0.12.1 |
1239 | 2023-12-09T06:00:04.592Z | Downloaded const-oid v0.9.5 |
1240 | 2023-12-09T06:00:04.592Z | Downloaded diesel_derives v2.1.2 |
1241 | 2023-12-09T06:00:04.602Z | Downloaded poly1305 v0.8.0 |
1242 | 2023-12-09T06:00:04.602Z | Downloaded ciborium v0.2.1 |
1243 | 2023-12-09T06:00:04.602Z | Downloaded backoff v0.4.0 |
1244 | 2023-12-09T06:00:04.613Z | Downloaded lru-cache v0.1.2 |
1245 | 2023-12-09T06:00:04.613Z | Downloaded lock_api v0.4.10 |
1246 | 2023-12-09T06:00:04.613Z | Downloaded log v0.4.20 |
1247 | 2023-12-09T06:00:04.613Z | Downloaded md5 v0.7.0 |
1248 | 2023-12-09T06:00:04.613Z | Downloaded matches v0.1.10 |
1249 | 2023-12-09T06:00:04.613Z | Downloaded addr2line v0.21.0 |
1250 | 2023-12-09T06:00:04.619Z | Downloaded num v0.4.1 |
1251 | 2023-12-09T06:00:04.619Z | Downloaded dirs-sys-next v0.1.2 |
1252 | 2023-12-09T06:00:04.621Z | Downloaded managed v0.8.0 |
1253 | 2023-12-09T06:00:04.625Z | Downloaded clap_derive v4.4.2 |
1254 | 2023-12-09T06:00:04.625Z | Downloaded proc-macro-crate v1.3.1 |
1255 | 2023-12-09T06:00:04.625Z | Downloaded num-derive v0.4.0 |
1256 | 2023-12-09T06:00:05.032Z | Compiling proc-macro2 v1.0.69 |
1257 | 2023-12-09T06:00:05.033Z | Compiling unicode-ident v1.0.12 |
1258 | 2023-12-09T06:00:05.474Z | Compiling libc v0.2.150 |
1259 | 2023-12-09T06:00:05.474Z | Compiling serde v1.0.192 |
1260 | 2023-12-09T06:00:05.474Z | Compiling autocfg v1.1.0 |
1261 | 2023-12-09T06:00:05.487Z | Compiling version_check v0.9.4 |
1262 | 2023-12-09T06:00:05.488Z | Compiling cfg-if v1.0.0 |
1263 | 2023-12-09T06:00:05.488Z | Compiling syn v1.0.109 |
1264 | 2023-12-09T06:00:05.488Z | Compiling typenum v1.16.0 |
1265 | 2023-12-09T06:00:05.488Z | Compiling parking_lot_core v0.9.8 |
1266 | 2023-12-09T06:00:06.203Z | Compiling generic-array v0.14.7 |
1267 | 2023-12-09T06:00:06.277Z | Compiling lock_api v0.4.10 |
1268 | 2023-12-09T06:00:07.146Z | Compiling libm v0.2.7 |
1269 | 2023-12-09T06:00:07.153Z | Compiling once_cell v1.19.0 |
1270 | 2023-12-09T06:00:07.169Z | Compiling num-traits v0.2.16 |
1271 | 2023-12-09T06:00:07.339Z | Compiling thiserror v1.0.49 |
1272 | 2023-12-09T06:00:07.389Z | Compiling futures-core v0.3.29 |
1273 | 2023-12-09T06:00:07.633Z | Compiling serde_json v1.0.108 |
1274 | 2023-12-09T06:00:07.692Z | Compiling slab v0.4.9 |
1275 | 2023-12-09T06:00:07.843Z | Compiling futures-channel v0.3.29 |
1276 | 2023-12-09T06:00:07.939Z | Compiling futures-task v0.3.29 |
1277 | 2023-12-09T06:00:08.171Z | Compiling memchr v2.6.3 |
1278 | 2023-12-09T06:00:08.192Z | Compiling futures-util v0.3.29 |
1279 | 2023-12-09T06:00:08.653Z | Compiling scopeguard v1.2.0 |
1280 | 2023-12-09T06:00:08.653Z | Compiling itoa v1.0.9 |
1281 | 2023-12-09T06:00:08.738Z | Compiling quote v1.0.33 |
1282 | 2023-12-09T06:00:09.191Z | Compiling pkg-config v0.3.27 |
1283 | 2023-12-09T06:00:09.622Z | Compiling syn v2.0.32 |
1284 | 2023-12-09T06:00:11.046Z | Compiling cc v1.0.83 |
1285 | 2023-12-09T06:00:11.065Z | Compiling getrandom v0.2.10 |
1286 | 2023-12-09T06:00:11.065Z | Compiling rand_core v0.6.4 |
1287 | 2023-12-09T06:00:11.124Z | Compiling log v0.4.20 |
1288 | 2023-12-09T06:00:11.234Z | Compiling heck v0.4.1 |
1289 | 2023-12-09T06:00:11.606Z | Compiling ryu v1.0.15 |
1290 | 2023-12-09T06:00:11.996Z | Compiling subtle v2.5.0 |
1291 | 2023-12-09T06:00:12.118Z | Compiling smallvec v1.11.0 |
1292 | 2023-12-09T06:00:12.494Z | Compiling schemars v0.8.13 |
1293 | 2023-12-09T06:00:12.815Z | Compiling vcpkg v0.2.15 |
1294 | 2023-12-09T06:00:12.995Z | Compiling semver v1.0.20 |
1295 | 2023-12-09T06:00:13.514Z | Compiling httparse v1.8.0 |
1296 | 2023-12-09T06:00:14.166Z | Compiling indexmap v1.9.3 |
1297 | 2023-12-09T06:00:14.198Z | Compiling hashbrown v0.14.2 |
1298 | 2023-12-09T06:00:14.256Z | Compiling pin-project-lite v0.2.13 |
1299 | 2023-12-09T06:00:14.389Z | Compiling equivalent v1.0.1 |
1300 | 2023-12-09T06:00:14.774Z | Compiling ring v0.17.7 |
1301 | 2023-12-09T06:00:15.259Z | Compiling ring v0.16.20 |
1302 | 2023-12-09T06:00:15.645Z | Compiling parking_lot v0.12.1 |
1303 | 2023-12-09T06:00:16.496Z | Compiling openssl-sys v0.9.96 |
1304 | 2023-12-09T06:00:16.680Z | Compiling const-oid v0.9.5 |
1305 | 2023-12-09T06:00:17.069Z | Compiling ahash v0.8.3 |
1306 | 2023-12-09T06:00:17.309Z | Compiling fnv v1.0.7 |
1307 | 2023-12-09T06:00:17.962Z | Compiling signal-hook-registry v1.4.1 |
1308 | 2023-12-09T06:00:18.128Z | Compiling openssl v0.10.60 |
1309 | 2023-12-09T06:00:18.675Z | Compiling mio v0.8.9 |
1310 | 2023-12-09T06:00:19.072Z | Compiling iana-time-zone v0.1.57 |
1311 | 2023-12-09T06:00:19.327Z | Compiling ucd-trie v0.1.6 |
1312 | 2023-12-09T06:00:19.743Z | Compiling rustls v0.21.9 |
1313 | 2023-12-09T06:00:20.193Z | Compiling native-tls v0.2.11 |
1314 | 2023-12-09T06:00:20.557Z | Compiling socket2 v0.5.5 |
1315 | 2023-12-09T06:00:20.709Z | Compiling num_cpus v1.16.0 |
1316 | 2023-12-09T06:00:20.736Z | Compiling byteorder v1.5.0 |
1317 | 2023-12-09T06:00:21.072Z | Compiling spin v0.5.2 |
1318 | 2023-12-09T06:00:21.534Z | Compiling async-trait v0.1.74 |
1319 | 2023-12-09T06:00:21.647Z | Compiling serde_derive_internals v0.26.0 |
1320 | 2023-12-09T06:00:22.168Z | Compiling dyn-clone v1.0.13 |
1321 | 2023-12-09T06:00:22.246Z | Compiling futures-sink v0.3.29 |
1322 | 2023-12-09T06:00:22.513Z | Compiling aho-corasick v1.0.4 |
1323 | 2023-12-09T06:00:22.591Z | Compiling tinyvec_macros v0.1.1 |
1324 | 2023-12-09T06:00:22.737Z | Compiling regex-syntax v0.8.2 |
1325 | 2023-12-09T06:00:23.023Z | Compiling rustix v0.38.25 |
1326 | 2023-12-09T06:00:23.066Z | Compiling hashbrown v0.13.2 |
1327 | 2023-12-09T06:00:24.137Z | Compiling tinyvec v1.6.0 |
1328 | 2023-12-09T06:00:24.901Z | Compiling backtrace v0.3.69 |
1329 | 2023-12-09T06:00:26.076Z | Compiling futures-io v0.3.29 |
1330 | 2023-12-09T06:00:26.099Z | Compiling winnow v0.5.15 |
1331 | 2023-12-09T06:00:26.328Z | Compiling pin-utils v0.1.0 |
1332 | 2023-12-09T06:00:26.474Z | Compiling spin v0.9.8 |
1333 | 2023-12-09T06:00:26.586Z | Compiling tracing-core v0.1.31 |
1334 | 2023-12-09T06:00:26.723Z | Compiling unicode-normalization v0.1.22 |
1335 | 2023-12-09T06:00:27.381Z | Compiling unicode-bidi v0.3.13 |
1336 | 2023-12-09T06:00:28.474Z | Compiling regex-automata v0.4.3 |
1337 | 2023-12-09T06:00:28.958Z | Compiling cpufeatures v0.2.9 |
1338 | 2023-12-09T06:00:30.811Z | Compiling crc32fast v1.3.2 |
1339 | 2023-12-09T06:00:31.079Z | Compiling anyhow v1.0.75 |
1340 | 2023-12-09T06:00:32.338Z | Compiling time-core v0.1.1 |
1341 | 2023-12-09T06:00:32.375Z | Compiling base64 v0.21.5 |
1342 | 2023-12-09T06:00:32.727Z | Compiling time-macros v0.2.13 |
1343 | 2023-12-09T06:00:33.230Z | Compiling serde_derive v1.0.192 |
1344 | 2023-12-09T06:00:33.469Z | Compiling zeroize_derive v1.4.2 |
1345 | 2023-12-09T06:00:34.155Z | Compiling thiserror-impl v1.0.49 |
1346 | 2023-12-09T06:00:34.422Z | Compiling tokio-macros v2.2.0 |
1347 | 2023-12-09T06:00:36.126Z | Compiling zeroize v1.7.0 |
1348 | 2023-12-09T06:00:36.193Z | Compiling futures-macro v0.3.29 |
1349 | 2023-12-09T06:00:37.160Z | Compiling tracing-attributes v0.1.26 |
1350 | 2023-12-09T06:00:38.153Z | Compiling schemars_derive v0.8.13 |
1351 | 2023-12-09T06:00:38.436Z | Compiling openssl-macros v0.1.1 |
1352 | 2023-12-09T06:00:39.165Z | Compiling crypto-common v0.1.6 |
1353 | 2023-12-09T06:00:39.497Z | Compiling block-buffer v0.10.4 |
1354 | 2023-12-09T06:00:39.842Z | Compiling pest v2.7.2 |
1355 | 2023-12-09T06:00:39.881Z | Compiling digest v0.10.7 |
1356 | 2023-12-09T06:00:40.650Z | Compiling regex v1.10.2 |
1357 | 2023-12-09T06:00:43.657Z | Compiling tracing v0.1.37 |
1358 | 2023-12-09T06:00:44.132Z | Compiling der_derive v0.7.2 |
1359 | 2023-12-09T06:00:44.590Z | Compiling num-integer v0.1.45 |
1360 | 2023-12-09T06:00:44.672Z | Compiling unicode-width v0.1.11 |
1361 | 2023-12-09T06:00:44.762Z | Compiling percent-encoding v2.3.1 |
1362 | 2023-12-09T06:00:44.894Z | Compiling openssl-probe v0.1.5 |
1363 | 2023-12-09T06:00:44.949Z | Compiling unicode-xid v0.2.4 |
1364 | 2023-12-09T06:00:45.019Z | Compiling untrusted v0.9.0 |
1365 | 2023-12-09T06:00:45.595Z | Compiling slog v2.7.0 |
1366 | 2023-12-09T06:00:45.600Z | Compiling hashbrown v0.12.3 |
1367 | 2023-12-09T06:00:45.600Z | Compiling foreign-types-shared v0.1.1 |
1368 | 2023-12-09T06:00:45.600Z | Compiling untrusted v0.7.1 |
1369 | 2023-12-09T06:00:45.600Z | Compiling foreign-types v0.3.2 |
1370 | 2023-12-09T06:00:45.936Z | Compiling synstructure v0.12.6 |
1371 | 2023-12-09T06:00:49.064Z | Compiling errno v0.3.2 |
1372 | 2023-12-09T06:00:49.379Z | Compiling try-lock v0.2.4 |
1373 | 2023-12-09T06:00:49.577Z | Compiling ppv-lite86 v0.2.17 |
1374 | 2023-12-09T06:00:50.651Z | Compiling want v0.3.1 |
1375 | 2023-12-09T06:00:50.801Z | Compiling zerocopy-derive v0.2.0 |
1376 | 2023-12-09T06:00:50.833Z | Compiling sct v0.7.0 |
1377 | 2023-12-09T06:00:51.325Z | Compiling rustls-webpki v0.101.7 |
1378 | 2023-12-09T06:00:51.838Z | Compiling form_urlencoded v1.2.1 |
1379 | 2023-12-09T06:00:51.966Z | Compiling pest_meta v2.7.2 |
1380 | 2023-12-09T06:00:52.305Z | Compiling socket2 v0.4.9 |
1381 | 2023-12-09T06:00:54.118Z | Compiling tower-service v0.3.2 |
1382 | 2023-12-09T06:00:54.398Z | Compiling io-lifetimes v1.0.11 |
1383 | 2023-12-09T06:00:54.454Z | Compiling httpdate v1.0.3 |
1384 | 2023-12-09T06:00:54.546Z | Compiling pest_generator v2.7.2 |
1385 | 2023-12-09T06:00:55.935Z | Compiling rustls-pemfile v1.0.3 |
1386 | 2023-12-09T06:00:56.558Z | Compiling idna v0.5.0 |
1387 | 2023-12-09T06:00:57.102Z | Compiling lazy_static v1.4.0 |
1388 | 2023-12-09T06:00:57.474Z | Compiling bytes v1.5.0 |
1389 | 2023-12-09T06:00:57.904Z | Compiling indexmap v2.1.0 |
1390 | 2023-12-09T06:00:59.260Z | Compiling chrono v0.4.31 |
1391 | 2023-12-09T06:00:59.557Z | Compiling uuid v1.6.1 |
1392 | 2023-12-09T06:00:59.579Z | Compiling tokio v1.35.0 |
1393 | 2023-12-09T06:00:59.910Z | Compiling rustc_version v0.4.0 |
1394 | 2023-12-09T06:00:59.968Z | Compiling http v0.2.11 |
1395 | 2023-12-09T06:01:01.129Z | Compiling serde_spanned v0.6.4 |
1396 | 2023-12-09T06:01:01.520Z | Compiling toml_datetime v0.6.5 |
1397 | 2023-12-09T06:01:02.107Z | Compiling bitflags v2.4.0 |
1398 | 2023-12-09T06:01:02.754Z | Compiling toml_edit v0.19.15 |
1399 | 2023-12-09T06:01:05.781Z | Compiling http-body v0.4.5 |
1400 | 2023-12-09T06:01:06.410Z | Compiling heapless v0.7.16 |
1401 | 2023-12-09T06:01:07.031Z | Compiling openapiv3 v2.0.0 |
1402 | 2023-12-09T06:01:08.771Z | Compiling crossbeam-utils v0.8.16 |
1403 | 2023-12-09T06:01:08.947Z | Compiling adler v1.0.2 |
1404 | 2023-12-09T06:01:09.284Z | Compiling miniz_oxide v0.7.1 |
1405 | 2023-12-09T06:01:10.353Z | Compiling pest_derive v2.7.2 |
1406 | 2023-12-09T06:01:11.552Z | Compiling url v2.5.0 |
1407 | 2023-12-09T06:01:14.508Z | Compiling tokio-util v0.7.10 |
1408 | 2023-12-09T06:01:15.463Z | Compiling tokio-native-tls v0.3.1 |
1409 | 2023-12-09T06:01:15.595Z | Compiling tokio-rustls v0.24.1 |
1410 | 2023-12-09T06:01:16.141Z | Compiling rustls-native-certs v0.6.3 |
1411 | 2023-12-09T06:01:16.151Z | Compiling rand_chacha v0.3.1 |
1412 | 2023-12-09T06:01:16.650Z | Compiling usdt-impl v0.3.5 |
1413 | 2023-12-09T06:01:16.704Z | Compiling h2 v0.3.21 |
1414 | 2023-12-09T06:01:17.072Z | Compiling rustix v0.37.23 |
1415 | 2023-12-09T06:01:17.732Z | Compiling ipnet v2.8.0 |
1416 | 2023-12-09T06:01:18.624Z | Compiling rand v0.8.5 |
1417 | 2023-12-09T06:01:19.176Z | Compiling serde_urlencoded v0.7.1 |
1418 | 2023-12-09T06:01:19.799Z | Compiling encoding_rs v0.8.33 |
1419 | 2023-12-09T06:01:19.943Z | Compiling mime v0.3.17 |
1420 | 2023-12-09T06:01:19.972Z | Compiling webpki-roots v0.25.2 |
1421 | 2023-12-09T06:01:20.206Z | Compiling gimli v0.28.0 |
1422 | 2023-12-09T06:01:22.420Z | Compiling zerocopy v0.3.0 |
1423 | 2023-12-09T06:01:23.273Z | Compiling object v0.32.1 |
1424 | 2023-12-09T06:01:23.685Z | Compiling num-bigint v0.4.4 |
1425 | 2023-12-09T06:01:24.949Z | Compiling rustc-demangle v0.1.23 |
1426 | 2023-12-09T06:01:25.330Z | Compiling dof v0.1.5 |
1427 | 2023-12-09T06:01:25.809Z | Compiling flate2 v1.0.28 |
1428 | 2023-12-09T06:01:26.547Z | Compiling dtrace-parser v0.1.14 |
1429 | 2023-12-09T06:01:26.852Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1430 | 2023-12-09T06:01:26.955Z | Compiling thread-id v4.2.0 |
1431 | 2023-12-09T06:01:27.465Z | Compiling addr2line v0.21.0 |
1432 | 2023-12-09T06:01:27.561Z | Compiling signal-hook v0.3.17 |
1433 | 2023-12-09T06:01:27.778Z | Compiling rustversion v1.0.14 |
1434 | 2023-12-09T06:01:27.912Z | Compiling hyper v0.14.27 |
1435 | 2023-12-09T06:01:28.886Z | Compiling toml v0.7.8 |
1436 | 2023-12-09T06:01:29.117Z | Compiling toml_edit v0.21.0 |
1437 | 2023-12-09T06:01:29.833Z | Compiling serde_tokenstream v0.2.0 |
1438 | 2023-12-09T06:01:30.676Z | Compiling serde_tokenstream v0.1.7 |
1439 | 2023-12-09T06:01:31.323Z | Compiling hex v0.4.3 |
1440 | 2023-12-09T06:01:31.581Z | Compiling memoffset v0.9.0 |
1441 | 2023-12-09T06:01:31.901Z | Compiling base64ct v1.6.0 |
1442 | 2023-12-09T06:01:31.992Z | Compiling strsim v0.10.0 |
1443 | 2023-12-09T06:01:34.403Z | Compiling regress v0.7.1 |
1444 | 2023-12-09T06:01:36.018Z | Compiling bitflags v1.3.2 |
1445 | 2023-12-09T06:01:36.080Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1446 | 2023-12-09T06:01:36.643Z | Compiling smoltcp v0.9.1 |
1447 | 2023-12-09T06:01:37.194Z | Compiling doc-comment v0.3.3 |
1448 | 2023-12-09T06:01:37.782Z | Compiling pem-rfc7468 v0.7.0 |
1449 | 2023-12-09T06:01:38.230Z | Compiling strum_macros v0.25.2 |
1450 | 2023-12-09T06:01:38.971Z | Compiling usdt-attr-macro v0.3.5 |
1451 | 2023-12-09T06:01:39.000Z | Compiling usdt-macro v0.3.5 |
1452 | 2023-12-09T06:01:39.128Z | Compiling hyper-tls v0.5.0 |
1453 | 2023-12-09T06:01:39.660Z | Compiling hyper-rustls v0.24.2 |
1454 | 2023-12-09T06:01:40.508Z | Compiling reqwest v0.11.22 |
1455 | 2023-12-09T06:01:40.514Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1456 | 2023-12-09T06:01:41.121Z | Compiling hmac v0.12.1 |
1457 | 2023-12-09T06:01:42.758Z | Compiling enum-as-inner v0.5.1 |
1458 | 2023-12-09T06:01:44.026Z | Compiling crossbeam-epoch v0.9.15 |
1459 | 2023-12-09T06:01:44.537Z | Compiling num-iter v0.1.43 |
1460 | 2023-12-09T06:01:44.537Z | Compiling unicode-segmentation v1.10.1 |
1461 | 2023-12-09T06:01:44.537Z | Compiling siphasher v0.3.11 |
1462 | 2023-12-09T06:01:44.537Z | Compiling flagset v0.4.3 |
1463 | 2023-12-09T06:01:44.812Z | Compiling der v0.7.8 |
1464 | 2023-12-09T06:01:45.849Z | Compiling hubpack_derive v0.1.1 |
1465 | 2023-12-09T06:01:45.911Z | Compiling pin-project-internal v1.1.3 |
1466 | 2023-12-09T06:01:46.230Z | Compiling zerocopy-derive v0.6.4 |
1467 | 2023-12-09T06:01:49.998Z | Compiling deranged v0.3.8 |
1468 | 2023-12-09T06:01:50.242Z | Compiling utf8parse v0.2.1 |
1469 | 2023-12-09T06:01:50.485Z | Compiling anstyle v1.0.2 |
1470 | 2023-12-09T06:01:50.738Z | Compiling num_threads v0.1.6 |
1471 | 2023-12-09T06:01:50.910Z | Compiling anstyle-parse v0.2.1 |
1472 | 2023-12-09T06:01:51.164Z | Compiling sha2 v0.10.8 |
1473 | 2023-12-09T06:01:51.474Z | Compiling spki v0.7.2 |
1474 | 2023-12-09T06:01:53.007Z | Compiling time v0.3.27 |
1475 | 2023-12-09T06:01:53.323Z | Compiling md-5 v0.10.5 |
1476 | 2023-12-09T06:01:53.886Z | Compiling block-padding v0.3.3 |
1477 | 2023-12-09T06:01:54.261Z | Compiling clap_derive v4.4.2 |
1478 | 2023-12-09T06:01:54.280Z | Compiling stringprep v0.1.3 |
1479 | 2023-12-09T06:01:55.317Z | Compiling hash32 v0.2.1 |
1480 | 2023-12-09T06:01:55.864Z | Compiling diesel_table_macro_syntax v0.1.0 |
1481 | 2023-12-09T06:01:56.475Z | Compiling anstyle-query v1.0.0 |
1482 | 2023-12-09T06:01:56.647Z | Compiling fallible-iterator v0.2.0 |
1483 | 2023-12-09T06:01:56.818Z | Compiling colorchoice v1.0.0 |
1484 | 2023-12-09T06:01:57.025Z | Compiling stable_deref_trait v1.2.0 |
1485 | 2023-12-09T06:01:57.167Z | Compiling either v1.9.0 |
1486 | 2023-12-09T06:01:57.673Z | Compiling anstream v0.5.0 |
1487 | 2023-12-09T06:01:57.777Z | Compiling postgres-protocol v0.6.6 |
1488 | 2023-12-09T06:01:58.726Z | Compiling diesel_derives v2.1.2 |
1489 | 2023-12-09T06:01:59.983Z | Compiling terminal_size v0.2.6 |
1490 | 2023-12-09T06:02:00.437Z | Compiling inout v0.1.3 |
1491 | 2023-12-09T06:02:02.549Z | Compiling pkcs8 v0.10.2 |
1492 | 2023-12-09T06:02:02.827Z | Compiling phf_shared v0.11.2 |
1493 | 2023-12-09T06:02:04.314Z | Compiling ff v0.13.0 |
1494 | 2023-12-09T06:02:04.432Z | Compiling snafu-derive v0.7.5 |
1495 | 2023-12-09T06:02:04.513Z | Compiling serde_repr v0.1.16 |
1496 | 2023-12-09T06:02:04.639Z | Compiling scheduled-thread-pool v0.2.7 |
1497 | 2023-12-09T06:02:05.497Z | Compiling matches v0.1.10 |
1498 | 2023-12-09T06:02:05.540Z | Compiling base16ct v0.2.0 |
1499 | 2023-12-09T06:02:05.627Z | Compiling managed v0.8.0 |
1500 | 2023-12-09T06:02:05.934Z | Compiling bit-vec v0.6.3 |
1501 | 2023-12-09T06:02:06.374Z | Compiling clap_lex v0.5.1 |
1502 | 2023-12-09T06:02:06.397Z | Compiling regex-automata v0.1.10 |
1503 | 2023-12-09T06:02:07.114Z | Compiling bstr v0.2.17 |
1504 | 2023-12-09T06:02:07.167Z | Compiling clap_builder v4.4.2 |
1505 | 2023-12-09T06:02:11.398Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1506 | 2023-12-09T06:02:12.741Z | Compiling sec1 v0.7.3 |
1507 | 2023-12-09T06:02:13.169Z | Compiling idna v0.2.3 |
1508 | 2023-12-09T06:02:14.147Z | Compiling r2d2 v0.8.10 |
1509 | 2023-12-09T06:02:15.164Z | Compiling group v0.13.0 |
1510 | 2023-12-09T06:02:18.383Z | Compiling phf v0.11.2 |
1511 | 2023-12-09T06:02:18.460Z | Compiling signal-hook-mio v0.2.3 |
1512 | 2023-12-09T06:02:18.887Z | Compiling cipher v0.4.4 |
1513 | 2023-12-09T06:02:19.641Z | Compiling bzip2 v0.4.4 |
1514 | 2023-12-09T06:02:19.863Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1515 | 2023-12-09T06:02:19.940Z | Compiling postgres-types v0.2.6 |
1516 | 2023-12-09T06:02:20.056Z | Compiling itertools v0.11.0 |
1517 | 2023-12-09T06:02:20.669Z | Compiling pin-project v1.1.3 |
1518 | 2023-12-09T06:02:20.850Z | Compiling zerocopy v0.6.4 |
1519 | 2023-12-09T06:02:22.370Z | Compiling hubpack v0.1.2 |
1520 | 2023-12-09T06:02:22.539Z | Compiling phf_shared v0.10.0 |
1521 | 2023-12-09T06:02:23.275Z | Compiling hkdf v0.12.3 |
1522 | 2023-12-09T06:02:23.339Z | Compiling ipnetwork v0.20.0 |
1523 | 2023-12-09T06:02:23.423Z | Compiling crypto-bigint v0.5.2 |
1524 | 2023-12-09T06:02:23.639Z | Compiling futures-executor v0.3.29 |
1525 | 2023-12-09T06:02:24.382Z | Compiling getopts v0.2.21 |
1526 | 2023-12-09T06:02:24.537Z | Compiling float-cmp v0.9.0 |
1527 | 2023-12-09T06:02:24.956Z | Compiling unsafe-libyaml v0.2.9 |
1528 | 2023-12-09T06:02:26.112Z | Compiling data-encoding v2.4.0 |
1529 | 2023-12-09T06:02:27.925Z | Compiling whoami v1.4.1 |
1530 | 2023-12-09T06:02:28.931Z | Compiling precomputed-hash v0.1.1 |
1531 | 2023-12-09T06:02:29.064Z | Compiling static_assertions v1.1.0 |
1532 | 2023-12-09T06:02:29.204Z | Compiling new_debug_unreachable v1.0.4 |
1533 | 2023-12-09T06:02:29.278Z | Compiling regex-automata v0.3.8 |
1534 | 2023-12-09T06:02:29.341Z | Compiling normalize-line-endings v0.3.0 |
1535 | 2023-12-09T06:02:29.508Z | Compiling fixedbitset v0.4.2 |
1536 | 2023-12-09T06:02:30.056Z | Compiling predicates-core v1.0.6 |
1537 | 2023-12-09T06:02:30.213Z | Compiling difflib v0.4.0 |
1538 | 2023-12-09T06:02:30.226Z | Compiling petgraph v0.6.4 |
1539 | 2023-12-09T06:02:30.589Z | Compiling string_cache v0.8.7 |
1540 | 2023-12-09T06:02:31.359Z | Compiling predicates v3.0.4 |
1541 | 2023-12-09T06:02:32.198Z | Compiling bstr v1.6.0 |
1542 | 2023-12-09T06:02:32.890Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1543 | 2023-12-09T06:02:33.388Z | Compiling trust-dns-proto v0.22.0 |
1544 | 2023-12-09T06:02:33.727Z | Compiling tokio-postgres v0.7.10 |
1545 | 2023-12-09T06:02:34.165Z | Compiling serde_yaml v0.9.25 |
1546 | 2023-12-09T06:02:34.787Z | Compiling elliptic-curve v0.13.8 |
1547 | 2023-12-09T06:02:36.202Z | Compiling diesel v2.1.4 |
1548 | 2023-12-09T06:02:38.343Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1549 | 2023-12-09T06:03:03.995Z | Compiling futures v0.3.29 |
1550 | 2023-12-09T06:03:03.996Z | Compiling snafu v0.7.5 |
1551 | 2023-12-09T06:03:03.996Z | Compiling yasna v0.5.2 |
1552 | 2023-12-09T06:03:05.033Z | Compiling zip v0.6.6 |
1553 | 2023-12-09T06:03:05.791Z | Compiling crossterm v0.27.0 |
1554 | 2023-12-09T06:03:05.791Z | Compiling clap v4.4.3 |
1555 | 2023-12-09T06:03:05.791Z | Compiling similar v2.2.1 |
1556 | 2023-12-09T06:03:05.791Z | Compiling bit-set v0.5.3 |
1557 | 2023-12-09T06:03:05.791Z | Compiling itertools v0.10.5 |
1558 | 2023-12-09T06:03:05.791Z | Compiling usdt v0.3.5 |
1559 | 2023-12-09T06:03:05.791Z | Compiling tokio-stream v0.1.14 |
1560 | 2023-12-09T06:03:05.791Z | Compiling console v0.15.7 |
1561 | 2023-12-09T06:03:05.791Z | Compiling lalrpop-util v0.19.12 |
1562 | 2023-12-09T06:03:05.791Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1563 | 2023-12-09T06:03:41.028Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1564 | 2023-12-09T06:03:43.231Z | Compiling sha1 v0.10.6 |
1565 | 2023-12-09T06:03:44.852Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1566 | 2023-12-09T06:03:55.135Z | Compiling atty v0.2.14 |
1567 | 2023-12-09T06:03:55.315Z | Compiling match_cfg v0.1.0 |
1568 | 2023-12-09T06:03:56.002Z | Compiling hostname v0.3.1 |
1569 | 2023-12-09T06:03:56.377Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1570 | 2023-12-09T06:03:56.676Z | Compiling dirs-sys-next v0.1.2 |
1571 | 2023-12-09T06:03:56.786Z | Compiling ident_case v1.0.1 |
1572 | 2023-12-09T06:03:56.907Z | Compiling thread_local v1.1.7 |
1573 | 2023-12-09T06:03:57.048Z | Compiling darling_core v0.20.3 |
1574 | 2023-12-09T06:03:57.335Z | Compiling dirs-next v2.0.0 |
1575 | 2023-12-09T06:03:57.606Z | Compiling camino v1.1.6 |
1576 | 2023-12-09T06:03:57.639Z | Compiling slog-async v2.8.0 |
1577 | 2023-12-09T06:03:57.810Z | Compiling term v0.7.0 |
1578 | 2023-12-09T06:03:58.628Z | Compiling crossbeam-channel v0.5.8 |
1579 | 2023-12-09T06:03:58.658Z | Compiling multer v2.1.0 |
1580 | 2023-12-09T06:03:59.507Z | Compiling instant v0.1.12 |
1581 | 2023-12-09T06:03:59.513Z | Compiling paste v1.0.14 |
1582 | 2023-12-09T06:04:00.070Z | Compiling take_mut v0.2.2 |
1583 | 2023-12-09T06:04:00.317Z | Compiling slog-term v2.9.0 |
1584 | 2023-12-09T06:04:00.478Z | Compiling slog-json v2.6.1 |
1585 | 2023-12-09T06:04:01.061Z | Compiling async-stream-impl v0.3.5 |
1586 | 2023-12-09T06:04:02.133Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1587 | 2023-12-09T06:04:02.791Z | Compiling atomic-waker v1.1.1 |
1588 | 2023-12-09T06:04:02.816Z | Compiling debug-ignore v1.0.5 |
1589 | 2023-12-09T06:04:02.817Z | Compiling waitgroup v0.1.2 |
1590 | 2023-12-09T06:04:02.817Z | Compiling slog-bunyan v2.4.0 |
1591 | 2023-12-09T06:04:02.933Z | Compiling toml v0.8.8 |
1592 | 2023-12-09T06:04:03.029Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1593 | 2023-12-09T06:04:03.431Z | Compiling async-stream v0.3.5 |
1594 | 2023-12-09T06:04:03.923Z | Compiling serde_path_to_error v0.1.14 |
1595 | 2023-12-09T06:04:04.409Z | Compiling structmeta-derive v0.2.0 |
1596 | 2023-12-09T06:04:04.514Z | Compiling strum v0.25.0 |
1597 | 2023-12-09T06:04:04.744Z | Compiling regex-syntax v0.7.5 |
1598 | 2023-12-09T06:04:04.766Z | Compiling backoff v0.4.0 |
1599 | 2023-12-09T06:04:05.323Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1600 | 2023-12-09T06:04:05.341Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1601 | 2023-12-09T06:04:05.508Z | Compiling macaddr v1.0.1 |
1602 | 2023-12-09T06:04:05.788Z | Compiling proc-macro-error-attr v1.0.4 |
1603 | 2023-12-09T06:04:06.207Z | Compiling proc-macro-crate v1.3.1 |
1604 | 2023-12-09T06:04:06.381Z | Compiling proc-macro-error v1.0.4 |
1605 | 2023-12-09T06:04:08.660Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1606 | 2023-12-09T06:04:08.836Z | Compiling darling_macro v0.20.3 |
1607 | 2023-12-09T06:04:08.836Z | Compiling smoltcp v0.10.0 |
1608 | 2023-12-09T06:04:08.836Z | Compiling num_enum_derive v0.5.11 |
1609 | 2023-12-09T06:04:08.943Z | Compiling embedded-io v0.4.0 |
1610 | 2023-12-09T06:04:08.943Z | Compiling darling v0.20.3 |
1611 | 2023-12-09T06:04:08.966Z | Compiling cobs v0.2.3 |
1612 | 2023-12-09T06:04:08.987Z | Compiling serde_with_macros v3.4.0 |
1613 | 2023-12-09T06:04:09.065Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1614 | 2023-12-09T06:04:09.434Z | Compiling fastrand v2.0.0 |
1615 | 2023-12-09T06:04:09.457Z | Compiling structmeta v0.2.0 |
1616 | 2023-12-09T06:04:09.525Z | Compiling postcard v1.0.8 |
1617 | 2023-12-09T06:04:10.144Z | Compiling tempfile v3.8.1 |
1618 | 2023-12-09T06:04:10.848Z | Compiling foreign-types-macros v0.2.3 |
1619 | 2023-12-09T06:04:11.545Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1620 | 2023-12-09T06:04:11.982Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1621 | 2023-12-09T06:04:12.338Z | Compiling crucible-workspace-hack v0.1.0 |
1622 | 2023-12-09T06:04:12.587Z | Compiling num_enum v0.5.11 |
1623 | 2023-12-09T06:04:12.736Z | Compiling foreign-types-shared v0.3.1 |
1624 | 2023-12-09T06:04:12.856Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1625 | 2023-12-09T06:04:12.897Z | Compiling same-file v1.0.6 |
1626 | 2023-12-09T06:04:13.003Z | Compiling foreign-types v0.5.0 |
1627 | 2023-12-09T06:04:13.143Z | Compiling walkdir v2.4.0 |
1628 | 2023-12-09T06:04:13.474Z | Compiling serde_with v3.4.0 |
1629 | 2023-12-09T06:04:13.563Z | Compiling is-terminal v0.4.9 |
1630 | 2023-12-09T06:04:13.650Z | Compiling semver-parser v0.10.2 |
1631 | 2023-12-09T06:04:13.745Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1632 | 2023-12-09T06:04:14.401Z | Compiling zerocopy-derive v0.7.26 |
1633 | 2023-12-09T06:04:15.086Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1634 | 2023-12-09T06:04:16.178Z | Compiling parse-display-derive v0.8.2 |
1635 | 2023-12-09T06:04:16.484Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1636 | 2023-12-09T06:04:17.507Z | Compiling cstr-argument v0.1.2 |
1637 | 2023-12-09T06:04:17.941Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1638 | 2023-12-09T06:04:18.230Z | Compiling pretty-hex v0.2.1 |
1639 | 2023-12-09T06:04:18.503Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1640 | 2023-12-09T06:04:19.095Z | Compiling zerocopy v0.7.26 |
1641 | 2023-12-09T06:04:19.166Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1642 | 2023-12-09T06:04:19.943Z | Compiling semver v0.11.0 |
1643 | 2023-12-09T06:04:20.079Z | Compiling colored v2.0.4 |
1644 | 2023-12-09T06:04:20.440Z | Compiling xattr v1.0.1 |
1645 | 2023-12-09T06:04:20.448Z | Compiling filetime v0.2.23 |
1646 | 2023-12-09T06:04:20.448Z | Compiling home v0.5.5 |
1647 | 2023-12-09T06:04:20.736Z | Compiling tar v0.4.40 |
1648 | 2023-12-09T06:04:20.760Z | Compiling toolchain_find v0.2.0 |
1649 | 2023-12-09T06:04:21.228Z | Compiling camino-tempfile v1.1.1 |
1650 | 2023-12-09T06:04:21.284Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1651 | 2023-12-09T06:04:21.405Z | Compiling zone_cfg_derive v0.3.0 |
1652 | 2023-12-09T06:04:21.769Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1653 | 2023-12-09T06:04:21.930Z | Compiling textwrap v0.11.0 |
1654 | 2023-12-09T06:04:22.408Z | Compiling heck v0.3.3 |
1655 | 2023-12-09T06:04:23.064Z | Compiling toml v0.5.11 |
1656 | 2023-12-09T06:04:23.378Z | Compiling num-derive v0.4.0 |
1657 | 2023-12-09T06:04:23.691Z | Compiling parse-display v0.8.2 |
1658 | 2023-12-09T06:04:23.996Z | Compiling ansi_term v0.12.1 |
1659 | 2023-12-09T06:04:24.234Z | Compiling libefi-sys v0.1.0 |
1660 | 2023-12-09T06:04:25.091Z | Compiling platforms v3.0.2 |
1661 | 2023-12-09T06:04:25.092Z | Compiling strsim v0.8.0 |
1662 | 2023-12-09T06:04:25.544Z | Compiling vec_map v0.8.2 |
1663 | 2023-12-09T06:04:25.545Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1664 | 2023-12-09T06:04:25.547Z | Compiling zone v0.3.0 |
1665 | 2023-12-09T06:04:25.548Z | Compiling clap v2.34.0 |
1666 | 2023-12-09T06:04:26.824Z | Compiling structopt-derive v0.4.18 |
1667 | 2023-12-09T06:04:27.659Z | Compiling rustfmt-wrapper v0.2.0 |
1668 | 2023-12-09T06:04:29.305Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1669 | 2023-12-09T06:04:29.305Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1670 | 2023-12-09T06:04:29.305Z | Compiling omicron-zone-package v0.9.1 |
1671 | 2023-12-09T06:04:31.648Z | Compiling smf v0.2.2 |
1672 | 2023-12-09T06:04:31.648Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1673 | 2023-12-09T06:04:51.756Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1674 | 2023-12-09T06:04:51.756Z | Compiling unicase v2.7.0 |
1675 | 2023-12-09T06:04:51.756Z | Compiling curve25519-dalek v4.1.0 |
1676 | 2023-12-09T06:04:51.756Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1677 | 2023-12-09T06:04:51.756Z | Compiling structopt v0.3.26 |
1678 | 2023-12-09T06:04:51.756Z | Compiling universal-hash v0.5.1 |
1679 | 2023-12-09T06:04:51.756Z | Compiling opaque-debug v0.3.0 |
1680 | 2023-12-09T06:04:51.756Z | Compiling curve25519-dalek-derive v0.1.0 |
1681 | 2023-12-09T06:04:51.756Z | Compiling num-rational v0.4.1 |
1682 | 2023-12-09T06:04:51.757Z | Compiling getrandom v0.1.16 |
1683 | 2023-12-09T06:04:51.757Z | Compiling signature v2.1.0 |
1684 | 2023-12-09T06:04:51.757Z | Compiling parking_lot_core v0.8.6 |
1685 | 2023-12-09T06:04:51.757Z | Compiling linked-hash-map v0.5.6 |
1686 | 2023-12-09T06:04:51.757Z | Compiling quick-error v1.2.3 |
1687 | 2023-12-09T06:04:52.941Z | Compiling keccak v0.1.4 |
1688 | 2023-12-09T06:04:52.941Z | Compiling resolv-conf v0.7.0 |
1689 | 2023-12-09T06:04:52.941Z | Compiling lru-cache v0.1.2 |
1690 | 2023-12-09T06:04:52.941Z | Compiling sha3 v0.10.8 |
1691 | 2023-12-09T06:04:52.941Z | Compiling password-hash v0.5.0 |
1692 | 2023-12-09T06:04:52.942Z | Compiling blake2 v0.10.6 |
1693 | 2023-12-09T06:04:52.942Z | Compiling aead v0.5.2 |
1694 | 2023-12-09T06:04:52.942Z | Compiling secrecy v0.8.0 |
1695 | 2023-12-09T06:04:52.942Z | Compiling num-complex v0.4.4 |
1696 | 2023-12-09T06:04:52.943Z | Compiling nibble_vec v0.1.0 |
1697 | 2023-12-09T06:04:53.412Z | Compiling slog-dtrace v0.2.3 |
1698 | 2023-12-09T06:04:53.412Z | Compiling cancel-safe-futures v0.1.5 |
1699 | 2023-12-09T06:04:53.412Z | Compiling utf-8 v0.7.6 |
1700 | 2023-12-09T06:04:53.412Z | Compiling arc-swap v1.6.0 |
1701 | 2023-12-09T06:04:53.412Z | Compiling winapi v0.3.9 |
1702 | 2023-12-09T06:04:53.413Z | Compiling endian-type v0.1.2 |
1703 | 2023-12-09T06:04:53.413Z | Compiling convert_case v0.4.0 |
1704 | 2023-12-09T06:04:53.413Z | Compiling radix_trie v0.2.1 |
1705 | 2023-12-09T06:04:53.413Z | Compiling num v0.4.1 |
1706 | 2023-12-09T06:04:53.413Z | Compiling slog-scope v4.4.0 |
1707 | 2023-12-09T06:04:53.417Z | Compiling tungstenite v0.20.1 |
1708 | 2023-12-09T06:04:53.417Z | Compiling argon2 v0.5.2 |
1709 | 2023-12-09T06:04:53.417Z | Compiling mime_guess v2.0.4 |
1710 | 2023-12-09T06:04:53.417Z | Compiling trust-dns-resolver v0.22.0 |
1711 | 2023-12-09T06:04:53.417Z | Compiling derive_more v0.99.17 |
1712 | 2023-12-09T06:04:53.417Z | Compiling rand_core v0.5.1 |
1713 | 2023-12-09T06:04:53.417Z | Compiling poly1305 v0.8.0 |
1714 | 2023-12-09T06:04:53.417Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1715 | 2023-12-09T06:04:53.417Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1716 | 2023-12-09T06:04:53.417Z | Compiling chacha20 v0.9.1 |
1717 | 2023-12-09T06:04:53.418Z | Compiling rfc6979 v0.4.0 |
1718 | 2023-12-09T06:04:53.418Z | Compiling thiserror-impl-no-std v2.0.2 |
1719 | 2023-12-09T06:04:53.418Z | Compiling ciborium-io v0.2.1 |
1720 | 2023-12-09T06:04:53.418Z | Compiling half v1.8.2 |
1721 | 2023-12-09T06:04:53.418Z | Compiling option-ext v0.2.0 |
1722 | 2023-12-09T06:04:53.418Z | Compiling dirs-sys v0.4.1 |
1723 | 2023-12-09T06:04:53.418Z | Compiling ciborium-ll v0.2.1 |
1724 | 2023-12-09T06:04:53.418Z | Compiling ecdsa v0.16.9 |
1725 | 2023-12-09T06:04:53.418Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1726 | 2023-12-09T06:04:53.418Z | Compiling parking_lot v0.11.2 |
1727 | 2023-12-09T06:04:53.418Z | Compiling rand_chacha v0.2.2 |
1728 | 2023-12-09T06:04:53.418Z | Compiling tokio-tungstenite v0.20.1 |
1729 | 2023-12-09T06:04:53.418Z | Compiling trust-dns-client v0.22.0 |
1730 | 2023-12-09T06:04:53.418Z | Compiling slog-stdlog v4.1.1 |
1731 | 2023-12-09T06:04:53.418Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1732 | 2023-12-09T06:04:53.418Z | Compiling thiserror-no-std v2.0.2 |
1733 | 2023-12-09T06:04:53.418Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1734 | 2023-12-09T06:04:53.426Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1735 | 2023-12-09T06:04:53.426Z | Compiling ed25519 v2.2.2 |
1736 | 2023-12-09T06:04:53.426Z | Compiling polyval v0.6.1 |
1737 | 2023-12-09T06:04:53.426Z | Compiling primeorder v0.13.6 |
1738 | 2023-12-09T06:04:53.426Z | Compiling aes v0.8.3 |
1739 | 2023-12-09T06:04:53.426Z | Compiling blowfish v0.9.1 |
1740 | 2023-12-09T06:04:53.426Z | Compiling ctr v0.9.2 |
1741 | 2023-12-09T06:04:53.426Z | Compiling password-hash v0.4.2 |
1742 | 2023-12-09T06:04:53.426Z | Compiling libsw v3.3.0 |
1743 | 2023-12-09T06:04:53.426Z | Compiling pbkdf2 v0.12.2 |
1744 | 2023-12-09T06:04:53.427Z | Compiling derive-where v1.2.6 |
1745 | 2023-12-09T06:04:53.427Z | Compiling fxhash v0.2.1 |
1746 | 2023-12-09T06:04:53.961Z | Compiling glob v0.3.1 |
1747 | 2023-12-09T06:04:53.988Z | Compiling linear-map v1.2.0 |
1748 | 2023-12-09T06:04:54.528Z | Compiling owo-colors v3.5.0 |
1749 | 2023-12-09T06:04:55.418Z | Compiling swrite v0.1.0 |
1750 | 2023-12-09T06:04:55.593Z | Compiling trust-dns-server v0.22.1 |
1751 | 2023-12-09T06:04:58.257Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1752 | 2023-12-09T06:04:58.555Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1753 | 2023-12-09T06:04:58.681Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1754 | 2023-12-09T06:04:59.274Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1755 | 2023-12-09T06:05:00.826Z | Compiling sled v0.34.7 |
1756 | 2023-12-09T06:05:03.197Z | Compiling bcrypt-pbkdf v0.10.0 |
1757 | 2023-12-09T06:05:04.120Z | Compiling pbkdf2 v0.11.0 |
1758 | 2023-12-09T06:05:04.695Z | Compiling p256 v0.13.2 |
1759 | 2023-12-09T06:05:06.069Z | Compiling ghash v0.5.0 |
1760 | 2023-12-09T06:05:06.319Z | Compiling ed25519-dalek v2.0.0 |
1761 | 2023-12-09T06:05:06.733Z | Compiling vsss-rs v3.3.1 |
1762 | 2023-12-09T06:05:07.764Z | Compiling slog-envlogger v2.2.0 |
1763 | 2023-12-09T06:05:08.040Z | Compiling russh-cryptovec v0.7.0 |
1764 | 2023-12-09T06:05:08.802Z | Compiling rand v0.7.3 |
1765 | 2023-12-09T06:05:10.298Z | Compiling ciborium v0.2.1 |
1766 | 2023-12-09T06:05:13.184Z | Compiling dirs v5.0.1 |
1767 | 2023-12-09T06:05:13.189Z | Compiling chacha20poly1305 v0.10.1 |
1768 | 2023-12-09T06:05:13.453Z | Compiling cbc v0.1.2 |
1769 | 2023-12-09T06:05:13.531Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1770 | 2023-12-09T06:05:13.763Z | Compiling pem v3.0.2 |
1771 | 2023-12-09T06:05:13.814Z | Compiling headers-core v0.2.0 |
1772 | 2023-12-09T06:05:13.838Z | Compiling kstat-rs v0.2.3 |
1773 | 2023-12-09T06:05:14.056Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1774 | 2023-12-09T06:05:14.074Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1775 | 2023-12-09T06:05:14.404Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1776 | 2023-12-09T06:05:14.662Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1777 | 2023-12-09T06:05:15.047Z | Compiling md5 v0.7.0 |
1778 | 2023-12-09T06:05:15.059Z | Compiling pretty-hex v0.4.0 |
1779 | 2023-12-09T06:05:15.177Z | Compiling http-range v0.1.5 |
1780 | 2023-12-09T06:05:15.336Z | Compiling russh-keys v0.40.0 |
1781 | 2023-12-09T06:05:15.730Z | Compiling hyper-staticfile v0.9.5 |
1782 | 2023-12-09T06:05:15.865Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1783 | 2023-12-09T06:05:20.991Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1784 | 2023-12-09T06:05:21.090Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1785 | 2023-12-09T06:05:22.296Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1786 | 2023-12-09T06:05:25.007Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1787 | 2023-12-09T06:05:42.574Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1788 | 2023-12-09T06:05:44.384Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1789 | 2023-12-09T06:05:44.384Z | Compiling rcgen v0.11.3 |
1790 | 2023-12-09T06:05:44.384Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1791 | 2023-12-09T06:05:45.035Z | Compiling headers v0.3.9 |
1792 | 2023-12-09T06:05:45.037Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1793 | 2023-12-09T06:05:45.037Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1794 | 2023-12-09T06:05:45.037Z | Compiling aes-gcm v0.10.3 |
1795 | 2023-12-09T06:05:45.037Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1796 | 2023-12-09T06:05:45.037Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1797 | 2023-12-09T06:05:45.378Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1798 | 2023-12-09T06:05:46.105Z | Compiling atomicwrites v0.4.2 |
1799 | 2023-12-09T06:05:46.654Z | Compiling itertools v0.12.0 |
1800 | 2023-12-09T06:05:47.740Z | Compiling subprocess v0.2.9 |
1801 | 2023-12-09T06:05:47.903Z | Compiling hex-literal v0.4.1 |
1802 | 2023-12-09T06:05:48.099Z | Compiling display-error-chain v0.2.0 |
1803 | 2023-12-09T06:05:48.342Z | Compiling russh v0.40.0 |
1804 | 2023-12-09T06:05:51.135Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1805 | 2023-12-09T06:05:51.163Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1806 | 2023-12-09T06:05:51.975Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1807 | 2023-12-09T06:06:20.760Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1808 | 2023-12-09T06:07:41.982Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 00s |
1809 | 2023-12-09T06:07:42.318Z | |
1810 | 2023-12-09T06:07:42.318Z | real 8:00.528604677 |
1811 | 2023-12-09T06:07:42.318Z | user 44:03.981963513 |
1812 | 2023-12-09T06:07:42.318Z | sys 6:47.437720859 |
1813 | 2023-12-09T06:07:42.318Z | trap 1.766584664 |
1814 | 2023-12-09T06:07:42.319Z | tflt 3.375352313 |
1815 | 2023-12-09T06:07:42.323Z | dflt 6.852880995 |
1816 | 2023-12-09T06:07:42.323Z | kflt 0.026689018 |
1817 | 2023-12-09T06:07:42.323Z | lock 1:24:36.924704582 |
1818 | 2023-12-09T06:07:42.323Z | slp 2:06:19.384782460 |
1819 | 2023-12-09T06:07:42.323Z | lat 2:02.485503342 |
1820 | 2023-12-09T06:07:42.323Z | stop 4:14.566049109 |
1821 | 2023-12-09T06:07:42.323Z | + mkdir -p /work/end-to-end-tests |
1822 | 2023-12-09T06:07:42.323Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1823 | 2023-12-09T06:07:42.953Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1824 | 2023-12-09T06:07:42.953Z | + ptime -m gzip |
1825 | 2023-12-09T06:07:42.960Z | ++ basename target/debug/bootstrap |
1826 | 2023-12-09T06:07:59.773Z | |
1827 | 2023-12-09T06:07:59.773Z | real 16.822719061 |
1828 | 2023-12-09T06:07:59.774Z | user 16.652086956 |
1829 | 2023-12-09T06:07:59.774Z | sys 0.158398922 |
1830 | 2023-12-09T06:07:59.774Z | trap 0.003867912 |
1831 | 2023-12-09T06:07:59.774Z | tflt 0.000000000 |
1832 | 2023-12-09T06:07:59.774Z | dflt 0.000000000 |
1833 | 2023-12-09T06:07:59.785Z | kflt 0.000000000 |
1834 | 2023-12-09T06:07:59.785Z | lock 0.000000000 |
1835 | 2023-12-09T06:07:59.785Z | slp 0.000000000 |
1836 | 2023-12-09T06:07:59.785Z | lat 0.008024063 |
1837 | 2023-12-09T06:07:59.785Z | stop 0.000226698 |
1838 | 2023-12-09T06:07:59.785Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1839 | 2023-12-09T06:07:59.785Z | + ptime -m gzip |
1840 | 2023-12-09T06:07:59.785Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-796afa6c27fb6226 |
1841 | 2023-12-09T06:08:00.858Z | |
1842 | 2023-12-09T06:08:00.862Z | real 1.079505524 |
1843 | 2023-12-09T06:08:00.862Z | user 1.066706244 |
1844 | 2023-12-09T06:08:00.862Z | sys 0.011013702 |
1845 | 2023-12-09T06:08:00.862Z | trap 0.000648272 |
1846 | 2023-12-09T06:08:00.862Z | tflt 0.000000000 |
1847 | 2023-12-09T06:08:00.862Z | dflt 0.000000000 |
1848 | 2023-12-09T06:08:00.863Z | kflt 0.000000000 |
1849 | 2023-12-09T06:08:00.863Z | lock 0.000000000 |
1850 | 2023-12-09T06:08:00.863Z | slp 0.000000000 |
1851 | 2023-12-09T06:08:00.863Z | lat 0.000797922 |
1852 | 2023-12-09T06:08:00.863Z | stop 0.000224591 |
1853 | 2023-12-09T06:08:00.863Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1854 | 2023-12-09T06:08:00.863Z | + ptime -m gzip |
1855 | 2023-12-09T06:08:00.863Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-77aede5ea03b4f87 |
1856 | 2023-12-09T06:08:25.017Z | |
1857 | 2023-12-09T06:08:25.017Z | real 17.455274096 |
1858 | 2023-12-09T06:08:25.017Z | user 17.279089185 |
1859 | 2023-12-09T06:08:25.017Z | sys 0.169695327 |
1860 | 2023-12-09T06:08:25.017Z | trap 0.003738538 |
1861 | 2023-12-09T06:08:25.017Z | tflt 0.000000000 |
1862 | 2023-12-09T06:08:25.017Z | dflt 0.000000000 |
1863 | 2023-12-09T06:08:25.017Z | kflt 0.000000000 |
1864 | 2023-12-09T06:08:25.018Z | lock 0.000000000 |
1865 | 2023-12-09T06:08:25.287Z | slp 0.000000000 |
1866 | 2023-12-09T06:08:25.288Z | lat 0.002414268 |
1867 | 2023-12-09T06:08:25.288Z | stop 0.000219478 |
1868 | 2023-12-09T06:08:25.288Z | + banner caboose-util |
1869 | 2023-12-09T06:08:25.288Z | |
1870 | 2023-12-09T06:08:25.288Z | #### ## ##### #### #### #### ###### # # ##### |
1871 | 2023-12-09T06:08:25.288Z | # # # # # # # # # # # # # # # |
1872 | 2023-12-09T06:08:25.288Z | # # # ##### # # # # #### ##### ##### # # # |
1873 | 2023-12-09T06:08:25.288Z | # ###### # # # # # # # # # # # |
1874 | 2023-12-09T06:08:25.288Z | # # # # # # # # # # # # # # # # |
1875 | 2023-12-09T06:08:25.290Z | #### # # ##### #### #### #### ###### #### # |
1876 | 2023-12-09T06:08:25.290Z | |
1877 | 2023-12-09T06:08:25.290Z | + ptime -m cargo build --locked -p caboose-util --release |
1878 | 2023-12-09T06:08:25.290Z | Downloading crates ... |
1879 | 2023-12-09T06:08:25.290Z | Downloaded env_logger v0.10.0 |
1880 | 2023-12-09T06:08:25.290Z | Downloaded crc v3.0.1 |
1881 | 2023-12-09T06:08:25.290Z | Downloaded pkcs1 v0.7.5 |
1882 | 2023-12-09T06:08:25.290Z | Downloaded maybe-uninit v2.0.0 |
1883 | 2023-12-09T06:08:25.290Z | Downloaded path-slash v0.1.5 |
1884 | 2023-12-09T06:08:25.290Z | Downloaded radium v0.7.0 |
1885 | 2023-12-09T06:08:25.290Z | Downloaded tap v1.0.1 |
1886 | 2023-12-09T06:08:25.290Z | Downloaded serde-hex v0.1.0 |
1887 | 2023-12-09T06:08:25.290Z | Downloaded smallvec v0.6.14 |
1888 | 2023-12-09T06:08:25.290Z | Downloaded wyz v0.5.1 |
1889 | 2023-12-09T06:08:25.290Z | Downloaded termcolor v1.2.0 |
1890 | 2023-12-09T06:08:25.291Z | Downloaded packed_struct_codegen v0.10.1 |
1891 | 2023-12-09T06:08:25.291Z | Downloaded packed_struct v0.10.1 |
1892 | 2023-12-09T06:08:25.291Z | Downloaded funty v2.0.0 |
1893 | 2023-12-09T06:08:25.291Z | Downloaded crc-catalog v2.2.0 |
1894 | 2023-12-09T06:08:25.291Z | Downloaded nodrop v0.1.14 |
1895 | 2023-12-09T06:08:25.291Z | Downloaded bitfield v0.14.0 |
1896 | 2023-12-09T06:08:25.291Z | Downloaded array-init v0.0.4 |
1897 | 2023-12-09T06:08:25.291Z | Downloaded crc-any v2.4.3 |
1898 | 2023-12-09T06:08:25.291Z | Downloaded ron v0.8.1 |
1899 | 2023-12-09T06:08:25.291Z | Downloaded x509-cert v0.2.4 |
1900 | 2023-12-09T06:08:25.291Z | Downloaded num-bigint-dig v0.8.4 |
1901 | 2023-12-09T06:08:25.291Z | Downloaded bitvec v1.0.1 |
1902 | 2023-12-09T06:08:25.291Z | Downloaded object v0.30.4 |
1903 | 2023-12-09T06:08:25.292Z | Downloaded rsa v0.9.2 |
1904 | 2023-12-09T06:08:25.292Z | Compiling proc-macro2 v1.0.69 |
1905 | 2023-12-09T06:08:25.292Z | Compiling unicode-ident v1.0.12 |
1906 | 2023-12-09T06:08:25.292Z | Compiling libc v0.2.150 |
1907 | 2023-12-09T06:08:25.292Z | Compiling autocfg v1.1.0 |
1908 | 2023-12-09T06:08:25.292Z | Compiling serde v1.0.192 |
1909 | 2023-12-09T06:08:25.292Z | Compiling cfg-if v1.0.0 |
1910 | 2023-12-09T06:08:25.293Z | Compiling version_check v0.9.4 |
1911 | 2023-12-09T06:08:25.293Z | Compiling typenum v1.16.0 |
1912 | 2023-12-09T06:08:25.293Z | Compiling syn v1.0.109 |
1913 | 2023-12-09T06:08:25.293Z | Compiling parking_lot_core v0.9.8 |
1914 | 2023-12-09T06:08:25.618Z | Compiling futures-core v0.3.29 |
1915 | 2023-12-09T06:08:25.690Z | Compiling libm v0.2.7 |
1916 | 2023-12-09T06:08:25.690Z | Compiling generic-array v0.14.7 |
1917 | 2023-12-09T06:08:25.690Z | Compiling lock_api v0.4.10 |
1918 | 2023-12-09T06:08:25.691Z | Compiling num-traits v0.2.16 |
1919 | 2023-12-09T06:08:25.691Z | Compiling once_cell v1.19.0 |
1920 | 2023-12-09T06:08:25.691Z | Compiling pkg-config v0.3.27 |
1921 | 2023-12-09T06:08:25.691Z | Compiling scopeguard v1.2.0 |
1922 | 2023-12-09T06:08:25.691Z | Compiling slab v0.4.9 |
1923 | 2023-12-09T06:08:25.691Z | Compiling futures-channel v0.3.29 |
1924 | 2023-12-09T06:08:25.691Z | Compiling futures-task v0.3.29 |
1925 | 2023-12-09T06:08:25.691Z | Compiling quote v1.0.33 |
1926 | 2023-12-09T06:08:25.691Z | Compiling serde_json v1.0.108 |
1927 | 2023-12-09T06:08:25.691Z | Compiling thiserror v1.0.49 |
1928 | 2023-12-09T06:08:25.692Z | Compiling itoa v1.0.9 |
1929 | 2023-12-09T06:08:25.692Z | Compiling syn v2.0.32 |
1930 | 2023-12-09T06:08:25.692Z | Compiling cc v1.0.83 |
1931 | 2023-12-09T06:08:25.692Z | Compiling getrandom v0.2.10 |
1932 | 2023-12-09T06:08:25.692Z | Compiling memchr v2.6.3 |
1933 | 2023-12-09T06:08:25.692Z | Compiling futures-util v0.3.29 |
1934 | 2023-12-09T06:08:25.692Z | Compiling rand_core v0.6.4 |
1935 | 2023-12-09T06:08:25.692Z | Compiling log v0.4.20 |
1936 | 2023-12-09T06:08:25.692Z | Compiling smallvec v1.11.0 |
1937 | 2023-12-09T06:08:25.692Z | Compiling vcpkg v0.2.15 |
1938 | 2023-12-09T06:08:26.226Z | Compiling byteorder v1.5.0 |
1939 | 2023-12-09T06:08:26.803Z | Compiling parking_lot v0.12.1 |
1940 | 2023-12-09T06:08:27.220Z | Compiling pin-project-lite v0.2.13 |
1941 | 2023-12-09T06:08:27.780Z | Compiling const-oid v0.9.5 |
1942 | 2023-12-09T06:08:28.170Z | Compiling ring v0.17.7 |
1943 | 2023-12-09T06:08:28.327Z | Compiling openssl-sys v0.9.96 |
1944 | 2023-12-09T06:08:29.119Z | Compiling indexmap v1.9.3 |
1945 | 2023-12-09T06:08:29.702Z | Compiling signal-hook-registry v1.4.1 |
1946 | 2023-12-09T06:08:30.409Z | Compiling subtle v2.5.0 |
1947 | 2023-12-09T06:08:30.461Z | Compiling io-lifetimes v1.0.11 |
1948 | 2023-12-09T06:08:30.688Z | Compiling heck v0.4.1 |
1949 | 2023-12-09T06:08:30.911Z | Compiling ring v0.16.20 |
1950 | 2023-12-09T06:08:31.223Z | Compiling mio v0.8.9 |
1951 | 2023-12-09T06:08:31.384Z | Compiling num-integer v0.1.45 |
1952 | 2023-12-09T06:08:31.776Z | Compiling ryu v1.0.15 |
1953 | 2023-12-09T06:08:32.226Z | Compiling semver v1.0.20 |
1954 | 2023-12-09T06:08:33.510Z | Compiling rustix v0.37.23 |
1955 | 2023-12-09T06:08:34.103Z | Compiling spin v0.5.2 |
1956 | 2023-12-09T06:08:34.785Z | Compiling num_cpus v1.16.0 |
1957 | 2023-12-09T06:08:34.978Z | Compiling socket2 v0.5.5 |
1958 | 2023-12-09T06:08:35.184Z | Compiling httparse v1.8.0 |
1959 | 2023-12-09T06:08:35.396Z | Compiling futures-sink v0.3.29 |
1960 | 2023-12-09T06:08:35.610Z | Compiling unicode-xid v0.2.4 |
1961 | 2023-12-09T06:08:35.726Z | Compiling openssl v0.10.60 |
1962 | 2023-12-09T06:08:35.893Z | Compiling ucd-trie v0.1.6 |
1963 | 2023-12-09T06:08:36.281Z | Compiling synstructure v0.12.6 |
1964 | 2023-12-09T06:08:36.575Z | Compiling tinyvec_macros v0.1.1 |
1965 | 2023-12-09T06:08:36.686Z | Compiling tinyvec v1.6.0 |
1966 | 2023-12-09T06:08:37.898Z | Compiling rustls v0.21.9 |
1967 | 2023-12-09T06:08:38.076Z | Compiling crc32fast v1.3.2 |
1968 | 2023-12-09T06:08:38.098Z | Compiling native-tls v0.2.11 |
1969 | 2023-12-09T06:08:38.272Z | Compiling pin-utils v0.1.0 |
1970 | 2023-12-09T06:08:38.389Z | Compiling futures-io v0.3.29 |
1971 | 2023-12-09T06:08:38.540Z | Compiling ppv-lite86 v0.2.17 |
1972 | 2023-12-09T06:08:38.706Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1973 | 2023-12-09T06:08:38.770Z | Compiling spin v0.9.8 |
1974 | 2023-12-09T06:08:39.106Z | Compiling tracing-core v0.1.31 |
1975 | 2023-12-09T06:08:39.250Z | Compiling unicode-normalization v0.1.22 |
1976 | 2023-12-09T06:08:39.455Z | Compiling base64ct v1.6.0 |
1977 | 2023-12-09T06:08:39.888Z | Compiling rand_chacha v0.3.1 |
1978 | 2023-12-09T06:08:40.297Z | Compiling unicode-bidi v0.3.13 |
1979 | 2023-12-09T06:08:40.679Z | Compiling rand v0.8.5 |
1980 | 2023-12-09T06:08:40.938Z | Compiling pem-rfc7468 v0.7.0 |
1981 | 2023-12-09T06:08:42.567Z | Compiling errno v0.3.2 |
1982 | 2023-12-09T06:08:42.638Z | Compiling num-iter v0.1.43 |
1983 | 2023-12-09T06:08:42.886Z | Compiling ahash v0.8.3 |
1984 | 2023-12-09T06:08:42.926Z | Compiling usdt-impl v0.3.5 |
1985 | 2023-12-09T06:08:43.385Z | Compiling flagset v0.4.3 |
1986 | 2023-12-09T06:08:43.721Z | Compiling base64 v0.21.5 |
1987 | 2023-12-09T06:08:43.763Z | Compiling schemars v0.8.13 |
1988 | 2023-12-09T06:08:43.766Z | Compiling signal-hook v0.3.17 |
1989 | 2023-12-09T06:08:43.977Z | Compiling rustix v0.38.25 |
1990 | 2023-12-09T06:08:44.010Z | Compiling serde_derive v1.0.192 |
1991 | 2023-12-09T06:08:44.054Z | Compiling zeroize_derive v1.4.2 |
1992 | 2023-12-09T06:08:44.121Z | Compiling tokio-macros v2.2.0 |
1993 | 2023-12-09T06:08:44.151Z | Compiling thiserror-impl v1.0.49 |
1994 | 2023-12-09T06:08:44.289Z | Compiling futures-macro v0.3.29 |
1995 | 2023-12-09T06:08:44.299Z | Compiling tracing-attributes v0.1.26 |
1996 | 2023-12-09T06:08:44.892Z | Compiling der_derive v0.7.2 |
1997 | 2023-12-09T06:08:45.660Z | Compiling zerocopy-derive v0.2.0 |
1998 | 2023-12-09T06:08:46.343Z | Compiling zeroize v1.7.0 |
1999 | 2023-12-09T06:08:47.438Z | Compiling openssl-macros v0.1.1 |
2000 | 2023-12-09T06:08:48.452Z | Compiling zerocopy-derive v0.6.4 |
2001 | 2023-12-09T06:08:48.665Z | Compiling pest v2.7.2 |
2002 | 2023-12-09T06:08:48.692Z | Compiling der v0.7.8 |
2003 | 2023-12-09T06:08:49.247Z | Compiling crypto-common v0.1.6 |
2004 | 2023-12-09T06:08:49.361Z | Compiling block-buffer v0.10.4 |
2005 | 2023-12-09T06:08:50.140Z | Compiling digest v0.10.7 |
2006 | 2023-12-09T06:08:50.144Z | Compiling tracing v0.1.37 |
2007 | 2023-12-09T06:08:51.440Z | Compiling serde_derive_internals v0.26.0 |
2008 | 2023-12-09T06:08:52.804Z | Compiling pest_meta v2.7.2 |
2009 | 2023-12-09T06:08:55.288Z | Compiling pest_generator v2.7.2 |
2010 | 2023-12-09T06:08:58.416Z | Compiling fnv v1.0.7 |
2011 | 2023-12-09T06:08:58.548Z | Compiling bitflags v1.3.2 |
2012 | 2023-12-09T06:08:58.872Z | Compiling schemars_derive v0.8.13 |
2013 | 2023-12-09T06:08:59.380Z | Compiling pest_derive v2.7.2 |
2014 | 2023-12-09T06:09:00.433Z | Compiling spki v0.7.2 |
2015 | 2023-12-09T06:09:01.251Z | Compiling zerocopy v0.3.0 |
2016 | 2023-12-09T06:09:01.692Z | Compiling lazy_static v1.4.0 |
2017 | 2023-12-09T06:09:11.147Z | Compiling backtrace v0.3.69 |
2018 | 2023-12-09T06:09:11.302Z | Compiling num-bigint v0.4.4 |
2019 | 2023-12-09T06:09:11.302Z | Compiling memoffset v0.9.0 |
2020 | 2023-12-09T06:09:11.302Z | Compiling untrusted v0.7.1 |
2021 | 2023-12-09T06:09:11.302Z | Compiling foreign-types-shared v0.1.1 |
2022 | 2023-12-09T06:09:11.302Z | Compiling crossbeam-utils v0.8.16 |
2023 | 2023-12-09T06:09:11.302Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2024 | 2023-12-09T06:09:11.303Z | Compiling async-trait v0.1.74 |
2025 | 2023-12-09T06:09:11.305Z | Compiling hashbrown v0.14.2 |
2026 | 2023-12-09T06:09:11.305Z | Compiling hashbrown v0.12.3 |
2027 | 2023-12-09T06:09:11.305Z | Compiling openssl-probe v0.1.5 |
2028 | 2023-12-09T06:09:11.305Z | Compiling doc-comment v0.3.3 |
2029 | 2023-12-09T06:09:11.306Z | Compiling smoltcp v0.9.1 |
2030 | 2023-12-09T06:09:11.306Z | Compiling untrusted v0.9.0 |
2031 | 2023-12-09T06:09:11.306Z | Compiling equivalent v1.0.1 |
2032 | 2023-12-09T06:09:11.344Z | Compiling percent-encoding v2.3.1 |
2033 | 2023-12-09T06:09:11.344Z | Compiling iana-time-zone v0.1.57 |
2034 | 2023-12-09T06:09:11.345Z | Compiling bytes v1.5.0 |
2035 | 2023-12-09T06:09:11.345Z | Compiling bitflags v2.4.0 |
2036 | 2023-12-09T06:09:11.347Z | Compiling uuid v1.6.1 |
2037 | 2023-12-09T06:09:11.347Z | Compiling tokio v1.35.0 |
2038 | 2023-12-09T06:09:11.347Z | Compiling rustc_version v0.4.0 |
2039 | 2023-12-09T06:09:11.347Z | Compiling http v0.2.11 |
2040 | 2023-12-09T06:09:11.348Z | Compiling heapless v0.7.16 |
2041 | 2023-12-09T06:09:11.348Z | Compiling indexmap v2.1.0 |
2042 | 2023-12-09T06:09:11.348Z | Compiling chrono v0.4.31 |
2043 | 2023-12-09T06:09:13.552Z | Compiling foreign-types v0.3.2 |
2044 | 2023-12-09T06:09:13.942Z | Compiling dof v0.1.5 |
2045 | 2023-12-09T06:09:16.604Z | Compiling dtrace-parser v0.1.14 |
2046 | 2023-12-09T06:09:16.814Z | Compiling hmac v0.12.1 |
2047 | 2023-12-09T06:09:17.075Z | Compiling clap_derive v4.4.2 |
2048 | 2023-12-09T06:09:18.524Z | Compiling thread-id v4.2.0 |
2049 | 2023-12-09T06:09:19.092Z | Compiling try-lock v0.2.4 |
2050 | 2023-12-09T06:09:19.155Z | Compiling cpufeatures v0.2.9 |
2051 | 2023-12-09T06:09:19.281Z | Compiling adler v1.0.2 |
2052 | 2023-12-09T06:09:19.291Z | Compiling rustversion v1.0.14 |
2053 | 2023-12-09T06:09:19.558Z | Compiling siphasher v0.3.11 |
2054 | 2023-12-09T06:09:19.571Z | Compiling anstyle v1.0.2 |
2055 | 2023-12-09T06:09:20.164Z | Compiling time-core v0.1.1 |
2056 | 2023-12-09T06:09:20.283Z | Compiling utf8parse v0.2.1 |
2057 | 2023-12-09T06:09:20.390Z | Compiling tokio-util v0.7.10 |
2058 | 2023-12-09T06:09:20.467Z | Compiling anstyle-parse v0.2.1 |
2059 | 2023-12-09T06:09:20.539Z | Compiling time-macros v0.2.13 |
2060 | 2023-12-09T06:09:21.329Z | Compiling miniz_oxide v0.7.1 |
2061 | 2023-12-09T06:09:22.772Z | Compiling h2 v0.3.21 |
2062 | 2023-12-09T06:09:24.668Z | Compiling want v0.3.1 |
2063 | 2023-12-09T06:09:25.041Z | Compiling sha2 v0.10.8 |
2064 | 2023-12-09T06:09:29.985Z | Compiling sct v0.7.0 |
2065 | 2023-12-09T06:09:30.383Z | Compiling rustls-webpki v0.101.7 |
2066 | 2023-12-09T06:09:30.767Z | Compiling http-body v0.4.5 |
2067 | 2023-12-09T06:09:31.359Z | Compiling serde_tokenstream v0.1.7 |
2068 | 2023-12-09T06:09:31.762Z | Compiling form_urlencoded v1.2.1 |
2069 | 2023-12-09T06:09:32.163Z | Compiling pkcs8 v0.10.2 |
2070 | 2023-12-09T06:09:32.211Z | Compiling hubpack_derive v0.1.1 |
2071 | 2023-12-09T06:09:33.142Z | Compiling pin-project-internal v1.1.3 |
2072 | 2023-12-09T06:09:33.647Z | Compiling socket2 v0.4.9 |
2073 | 2023-12-09T06:09:34.266Z | Compiling crossbeam-epoch v0.9.15 |
2074 | 2023-12-09T06:09:35.039Z | Compiling radium v0.7.0 |
2075 | 2023-12-09T06:09:35.238Z | Compiling anyhow v1.0.75 |
2076 | 2023-12-09T06:09:35.595Z | Compiling colorchoice v1.0.0 |
2077 | 2023-12-09T06:09:35.885Z | Compiling anstyle-query v1.0.0 |
2078 | 2023-12-09T06:09:35.999Z | Compiling httpdate v1.0.3 |
2079 | 2023-12-09T06:09:36.087Z | Compiling tower-service v0.3.2 |
2080 | 2023-12-09T06:09:36.926Z | Compiling slog v2.7.0 |
2081 | 2023-12-09T06:09:38.043Z | Compiling hyper v0.14.27 |
2082 | 2023-12-09T06:09:38.524Z | Compiling anstream v0.5.0 |
2083 | 2023-12-09T06:09:45.161Z | Compiling terminal_size v0.2.6 |
2084 | 2023-12-09T06:09:46.284Z | Compiling toml_datetime v0.6.5 |
2085 | 2023-12-09T06:09:46.922Z | Compiling serde_spanned v0.6.4 |
2086 | 2023-12-09T06:09:48.174Z | Compiling rustls-pemfile v1.0.3 |
2087 | 2023-12-09T06:09:48.641Z | Compiling zerocopy v0.6.4 |
2088 | 2023-12-09T06:09:49.694Z | Compiling md-5 v0.10.5 |
2089 | 2023-12-09T06:09:50.390Z | Compiling idna v0.5.0 |
2090 | 2023-12-09T06:09:50.556Z | Compiling stringprep v0.1.3 |
2091 | 2023-12-09T06:09:52.098Z | Compiling diesel_table_macro_syntax v0.1.0 |
2092 | 2023-12-09T06:09:52.471Z | Compiling hash32 v0.2.1 |
2093 | 2023-12-09T06:09:52.654Z | Compiling aho-corasick v1.0.4 |
2094 | 2023-12-09T06:09:52.732Z | Compiling maybe-uninit v2.0.0 |
2095 | 2023-12-09T06:09:52.752Z | Compiling strsim v0.10.0 |
2096 | 2023-12-09T06:09:52.983Z | Compiling dyn-clone v1.0.13 |
2097 | 2023-12-09T06:09:53.365Z | Compiling tap v1.0.1 |
2098 | 2023-12-09T06:09:53.431Z | Compiling gimli v0.28.0 |
2099 | 2023-12-09T06:09:53.468Z | Compiling stable_deref_trait v1.2.0 |
2100 | 2023-12-09T06:09:53.619Z | Compiling either v1.9.0 |
2101 | 2023-12-09T06:09:53.806Z | Compiling fallible-iterator v0.2.0 |
2102 | 2023-12-09T06:09:54.343Z | Compiling clap_lex v0.5.1 |
2103 | 2023-12-09T06:09:55.505Z | Compiling regex-syntax v0.8.2 |
2104 | 2023-12-09T06:09:55.524Z | Compiling winnow v0.5.15 |
2105 | 2023-12-09T06:09:55.764Z | Compiling postgres-protocol v0.6.6 |
2106 | 2023-12-09T06:09:56.048Z | Compiling clap_builder v4.4.2 |
2107 | 2023-12-09T06:09:57.606Z | Compiling wyz v0.5.1 |
2108 | 2023-12-09T06:09:58.513Z | Compiling diesel_derives v2.1.2 |
2109 | 2023-12-09T06:10:00.532Z | Compiling addr2line v0.21.0 |
2110 | 2023-12-09T06:10:00.721Z | Compiling url v2.5.0 |
2111 | 2023-12-09T06:10:01.460Z | Compiling regex-automata v0.4.3 |
2112 | 2023-12-09T06:10:01.508Z | Compiling tokio-rustls v0.24.1 |
2113 | 2023-12-09T06:10:03.142Z | Compiling rustls-native-certs v0.6.3 |
2114 | 2023-12-09T06:10:03.589Z | Compiling strum_macros v0.25.2 |
2115 | 2023-12-09T06:10:05.336Z | Compiling tokio-native-tls v0.3.1 |
2116 | 2023-12-09T06:10:10.135Z | Compiling usdt-macro v0.3.5 |
2117 | 2023-12-09T06:10:10.446Z | Compiling usdt-attr-macro v0.3.5 |
2118 | 2023-12-09T06:10:12.552Z | Compiling phf_shared v0.11.2 |
2119 | 2023-12-09T06:10:13.917Z | Compiling block-padding v0.3.3 |
2120 | 2023-12-09T06:10:13.940Z | Compiling snafu-derive v0.7.5 |
2121 | 2023-12-09T06:10:14.175Z | Compiling enum-as-inner v0.5.1 |
2122 | 2023-12-09T06:10:14.242Z | Compiling serde_repr v0.1.16 |
2123 | 2023-12-09T06:10:15.649Z | Compiling ff v0.13.0 |
2124 | 2023-12-09T06:10:15.927Z | Compiling scheduled-thread-pool v0.2.7 |
2125 | 2023-12-09T06:10:16.022Z | Compiling object v0.32.1 |
2126 | 2023-12-09T06:10:19.424Z | Compiling base16ct v0.2.0 |
2127 | 2023-12-09T06:10:19.867Z | Compiling num-bigint-dig v0.8.4 |
2128 | 2023-12-09T06:10:20.274Z | Compiling funty v2.0.0 |
2129 | 2023-12-09T06:10:21.994Z | Compiling ipnet v2.8.0 |
2130 | 2023-12-09T06:10:22.150Z | Compiling bit-vec v0.6.3 |
2131 | 2023-12-09T06:10:22.762Z | Compiling rustc-demangle v0.1.23 |
2132 | 2023-12-09T06:10:23.672Z | Compiling num_threads v0.1.6 |
2133 | 2023-12-09T06:10:23.838Z | Compiling packed_struct v0.10.1 |
2134 | 2023-12-09T06:10:24.174Z | Compiling managed v0.8.0 |
2135 | 2023-12-09T06:10:24.421Z | Compiling regex-automata v0.1.10 |
2136 | 2023-12-09T06:10:25.121Z | Compiling deranged v0.3.8 |
2137 | 2023-12-09T06:10:26.475Z | Compiling matches v0.1.10 |
2138 | 2023-12-09T06:10:27.162Z | Compiling idna v0.2.3 |
2139 | 2023-12-09T06:10:28.114Z | Compiling time v0.3.27 |
2140 | 2023-12-09T06:10:31.501Z | Compiling bstr v0.2.17 |
2141 | 2023-12-09T06:10:34.661Z | Compiling bitvec v1.0.1 |
2142 | 2023-12-09T06:10:35.430Z | Compiling sec1 v0.7.3 |
2143 | 2023-12-09T06:10:35.777Z | Compiling r2d2 v0.8.10 |
2144 | 2023-12-09T06:10:36.311Z | Compiling group v0.13.0 |
2145 | 2023-12-09T06:10:37.474Z | Compiling inout v0.1.3 |
2146 | 2023-12-09T06:10:39.806Z | Compiling phf v0.11.2 |
2147 | 2023-12-09T06:10:40.373Z | Compiling regex v1.10.2 |
2148 | 2023-12-09T06:10:41.365Z | Compiling hyper-tls v0.5.0 |
2149 | 2023-12-09T06:10:41.845Z | Compiling hyper-rustls v0.24.2 |
2150 | 2023-12-09T06:10:41.860Z | Compiling signal-hook-mio v0.2.3 |
2151 | 2023-12-09T06:10:41.926Z | Compiling clap v4.4.3 |
2152 | 2023-12-09T06:10:41.986Z | Compiling toml_edit v0.19.15 |
2153 | 2023-12-09T06:10:42.069Z | Compiling ipnetwork v0.20.0 |
2154 | 2023-12-09T06:10:42.084Z | Compiling flate2 v1.0.28 |
2155 | 2023-12-09T06:10:42.612Z | Compiling bzip2 v0.4.4 |
2156 | 2023-12-09T06:10:42.779Z | Compiling postgres-types v0.2.6 |
2157 | 2023-12-09T06:10:43.162Z | Compiling itertools v0.11.0 |
2158 | 2023-12-09T06:10:43.260Z | Compiling pin-project v1.1.3 |
2159 | 2023-12-09T06:10:43.733Z | Compiling hubpack v0.1.2 |
2160 | 2023-12-09T06:10:43.748Z | Compiling serde_urlencoded v0.7.1 |
2161 | 2023-12-09T06:10:44.390Z | Compiling phf_shared v0.10.0 |
2162 | 2023-12-09T06:10:44.553Z | Compiling hkdf v0.12.3 |
2163 | 2023-12-09T06:10:45.024Z | Compiling futures-executor v0.3.29 |
2164 | 2023-12-09T06:10:47.493Z | Compiling crypto-bigint v0.5.2 |
2165 | 2023-12-09T06:10:49.351Z | Compiling packed_struct_codegen v0.10.1 |
2166 | 2023-12-09T06:10:49.849Z | Compiling float-cmp v0.9.0 |
2167 | 2023-12-09T06:10:50.896Z | Compiling encoding_rs v0.8.33 |
2168 | 2023-12-09T06:10:50.908Z | Compiling webpki-roots v0.25.2 |
2169 | 2023-12-09T06:10:51.061Z | Compiling difflib v0.4.0 |
2170 | 2023-12-09T06:10:51.122Z | Compiling unicode-width v0.1.11 |
2171 | 2023-12-09T06:10:51.610Z | Compiling regex-automata v0.3.8 |
2172 | 2023-12-09T06:10:53.487Z | Compiling unicode-segmentation v1.10.1 |
2173 | 2023-12-09T06:10:53.615Z | Compiling whoami v1.4.1 |
2174 | 2023-12-09T06:10:54.247Z | Compiling crc-catalog v2.2.0 |
2175 | 2023-12-09T06:10:54.437Z | Compiling static_assertions v1.1.0 |
2176 | 2023-12-09T06:10:54.451Z | Compiling new_debug_unreachable v1.0.4 |
2177 | 2023-12-09T06:10:54.558Z | Compiling normalize-line-endings v0.3.0 |
2178 | 2023-12-09T06:10:54.741Z | Compiling nodrop v0.1.14 |
2179 | 2023-12-09T06:10:55.090Z | Compiling mime v0.3.17 |
2180 | 2023-12-09T06:10:55.135Z | Compiling data-encoding v2.4.0 |
2181 | 2023-12-09T06:10:55.417Z | Compiling fixedbitset v0.4.2 |
2182 | 2023-12-09T06:10:55.961Z | Compiling predicates-core v1.0.6 |
2183 | 2023-12-09T06:10:56.209Z | Compiling precomputed-hash v0.1.1 |
2184 | 2023-12-09T06:10:56.414Z | Compiling string_cache v0.8.7 |
2185 | 2023-12-09T06:10:56.909Z | Compiling predicates v3.0.4 |
2186 | 2023-12-09T06:10:58.035Z | Compiling trust-dns-proto v0.22.0 |
2187 | 2023-12-09T06:10:59.197Z | Compiling petgraph v0.6.4 |
2188 | 2023-12-09T06:10:59.295Z | Compiling reqwest v0.11.22 |
2189 | 2023-12-09T06:11:07.632Z | Compiling array-init v0.0.4 |
2190 | 2023-12-09T06:11:09.703Z | Compiling similar v2.2.1 |
2191 | 2023-12-09T06:11:10.513Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2192 | 2023-12-09T06:11:11.873Z | Compiling crc v3.0.1 |
2193 | 2023-12-09T06:11:13.115Z | Compiling bstr v1.6.0 |
2194 | 2023-12-09T06:11:15.496Z | Compiling tokio-postgres v0.7.10 |
2195 | 2023-12-09T06:11:18.409Z | Compiling console v0.15.7 |
2196 | 2023-12-09T06:11:20.033Z | Compiling elliptic-curve v0.13.8 |
2197 | 2023-12-09T06:11:24.469Z | Compiling toml v0.7.8 |
2198 | 2023-12-09T06:11:26.163Z | Compiling futures v0.3.29 |
2199 | 2023-12-09T06:11:26.989Z | Compiling snafu v0.7.5 |
2200 | 2023-12-09T06:11:27.493Z | Compiling zip v0.6.6 |
2201 | 2023-12-09T06:11:27.729Z | Compiling smallvec v0.6.14 |
2202 | 2023-12-09T06:11:27.877Z | Compiling diesel v2.1.4 |
2203 | 2023-12-09T06:11:28.198Z | Compiling crossterm v0.27.0 |
2204 | 2023-12-09T06:11:28.416Z | Compiling yasna v0.5.2 |
2205 | 2023-12-09T06:11:29.146Z | Compiling cipher v0.4.4 |
2206 | 2023-12-09T06:11:30.137Z | Compiling hashbrown v0.13.2 |
2207 | 2023-12-09T06:11:35.043Z | Compiling bit-set v0.5.3 |
2208 | 2023-12-09T06:11:55.014Z | Compiling usdt v0.3.5 |
2209 | 2023-12-09T06:11:55.015Z | Compiling is-terminal v0.4.9 |
2210 | 2023-12-09T06:11:55.015Z | Compiling toml_edit v0.21.0 |
2211 | 2023-12-09T06:11:56.695Z | Compiling itertools v0.10.5 |
2212 | 2023-12-09T06:11:56.697Z | Compiling pkcs1 v0.7.5 |
2213 | 2023-12-09T06:11:57.699Z | Compiling tokio-stream v0.1.14 |
2214 | 2023-12-09T06:11:57.699Z | Compiling openapiv3 v2.0.0 |
2215 | 2023-12-09T06:11:57.699Z | Compiling hex v0.4.3 |
2216 | 2023-12-09T06:11:57.699Z | Compiling signature v2.1.0 |
2217 | 2023-12-09T06:11:57.700Z | Compiling termcolor v1.2.0 |
2218 | 2023-12-09T06:11:57.700Z | Compiling bitfield v0.14.0 |
2219 | 2023-12-09T06:11:57.700Z | Compiling lalrpop-util v0.19.12 |
2220 | 2023-12-09T06:12:02.341Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2221 | 2023-12-09T06:12:11.221Z | Compiling env_logger v0.10.0 |
2222 | 2023-12-09T06:12:17.707Z | Compiling rsa v0.9.2 |
2223 | 2023-12-09T06:12:27.015Z | Compiling serde-hex v0.1.0 |
2224 | 2023-12-09T06:12:32.465Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2225 | 2023-12-09T06:12:36.550Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2226 | 2023-12-09T06:12:37.113Z | Compiling ron v0.8.1 |
2227 | 2023-12-09T06:12:37.137Z | Compiling x509-cert v0.2.4 |
2228 | 2023-12-09T06:12:44.141Z | Compiling crc-any v2.4.3 |
2229 | 2023-12-09T06:12:59.529Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2230 | 2023-12-09T06:13:16.791Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2231 | 2023-12-09T06:13:17.271Z | Compiling object v0.30.4 |
2232 | 2023-12-09T06:13:31.351Z | Compiling path-slash v0.1.5 |
2233 | 2023-12-09T06:13:32.243Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2234 | 2023-12-09T06:14:29.212Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2235 | 2023-12-09T06:14:29.212Z | Finished release [optimized] target(s) in 5m 58s |
2236 | 2023-12-09T06:14:29.212Z | |
2237 | 2023-12-09T06:14:29.270Z | real 5:59.058930069 |
2238 | 2023-12-09T06:14:29.270Z | user 41:41.454663392 |
2239 | 2023-12-09T06:14:29.270Z | sys 3:38.302768229 |
2240 | 2023-12-09T06:14:29.270Z | trap 1.789232506 |
2241 | 2023-12-09T06:14:29.270Z | tflt 0.856052442 |
2242 | 2023-12-09T06:14:29.270Z | dflt 0.565601378 |
2243 | 2023-12-09T06:14:29.270Z | kflt 0.000413802 |
2244 | 2023-12-09T06:14:29.271Z | lock 1:32:50.485942944 |
2245 | 2023-12-09T06:14:29.271Z | slp 1:58:03.366194692 |
2246 | 2023-12-09T06:14:29.271Z | lat 1:50.812970194 |
2247 | 2023-12-09T06:14:29.271Z | stop 1:21.926224064 |
2248 | 2023-12-09T06:14:29.271Z | + ptime -m gzip |
2249 | 2023-12-09T06:14:29.271Z | |
2250 | 2023-12-09T06:14:29.271Z | real 0.655746405 |
2251 | 2023-12-09T06:14:29.271Z | user 0.646543719 |
2252 | 2023-12-09T06:14:29.272Z | sys 0.008579195 |
2253 | 2023-12-09T06:14:29.272Z | trap 0.000073507 |
2254 | 2023-12-09T06:14:29.272Z | tflt 0.000000000 |
2255 | 2023-12-09T06:14:29.272Z | dflt 0.000000000 |
2256 | 2023-12-09T06:14:29.272Z | kflt 0.000000000 |
2257 | 2023-12-09T06:14:29.272Z | lock 0.000000000 |
2258 | 2023-12-09T06:14:29.272Z | slp 0.000000000 |
2259 | 2023-12-09T06:14:29.273Z | lat 0.000223205 |
2260 | 2023-12-09T06:14:29.273Z | stop 0.000226624 |
2261 | 2023-12-09T06:14:29.273Z | + banner tufaceous |
2262 | 2023-12-09T06:14:29.273Z | |
2263 | 2023-12-09T06:14:29.273Z | ##### # # ###### ## #### ###### #### # # #### |
2264 | 2023-12-09T06:14:29.273Z | # # # # # # # # # # # # # # |
2265 | 2023-12-09T06:14:29.273Z | # # # ##### # # # ##### # # # # #### |
2266 | 2023-12-09T06:14:29.273Z | # # # # ###### # # # # # # # |
2267 | 2023-12-09T06:14:29.273Z | # # # # # # # # # # # # # # # |
2268 | 2023-12-09T06:14:29.273Z | # #### # # # #### ###### #### #### #### |
2269 | 2023-12-09T06:14:29.273Z | |
2270 | 2023-12-09T06:14:29.274Z | + ptime -m cargo build --locked -p tufaceous --release |
2271 | 2023-12-09T06:14:29.274Z | Downloading crates ... |
2272 | 2023-12-09T06:14:29.274Z | Downloaded fs-err v2.11.0 |
2273 | 2023-12-09T06:14:29.274Z | Downloaded olpc-cjson v0.1.3 |
2274 | 2023-12-09T06:14:29.274Z | Downloaded tough v0.16.0 |
2275 | 2023-12-09T06:14:29.274Z | Downloaded humantime v2.1.0 |
2276 | 2023-12-09T06:14:29.274Z | Downloaded bytesize v1.3.0 |
2277 | 2023-12-09T06:14:29.274Z | Downloaded globset v0.4.13 |
2278 | 2023-12-09T06:14:29.274Z | Downloaded serde_plain v1.0.2 |
2279 | 2023-12-09T06:14:29.276Z | Downloaded buf-list v1.0.3 |
2280 | 2023-12-09T06:14:29.276Z | Downloaded typed-path v0.7.0 |
2281 | 2023-12-09T06:14:29.276Z | Downloaded async-recursion v1.0.5 |
2282 | 2023-12-09T06:14:29.276Z | Compiling serde_tokenstream v0.2.0 |
2283 | 2023-12-09T06:14:29.276Z | Compiling regress v0.7.1 |
2284 | 2023-12-09T06:14:29.277Z | Compiling dirs-sys-next v0.1.2 |
2285 | 2023-12-09T06:14:29.277Z | Compiling ident_case v1.0.1 |
2286 | 2023-12-09T06:14:29.277Z | Compiling thread_local v1.1.7 |
2287 | 2023-12-09T06:14:29.277Z | Compiling slog-async v2.8.0 |
2288 | 2023-12-09T06:14:29.277Z | Compiling heck v0.4.1 |
2289 | 2023-12-09T06:14:29.277Z | Compiling dirs-next v2.0.0 |
2290 | 2023-12-09T06:14:29.277Z | Compiling darling_core v0.20.3 |
2291 | 2023-12-09T06:14:29.277Z | Compiling camino v1.1.6 |
2292 | 2023-12-09T06:14:29.277Z | Compiling term v0.7.0 |
2293 | 2023-12-09T06:14:29.277Z | Compiling crossbeam-channel v0.5.8 |
2294 | 2023-12-09T06:14:29.277Z | Compiling getopts v0.2.21 |
2295 | 2023-12-09T06:14:29.277Z | Compiling structmeta-derive v0.2.0 |
2296 | 2023-12-09T06:14:29.277Z | Compiling atty v0.2.14 |
2297 | 2023-12-09T06:14:29.277Z | Compiling multer v2.1.0 |
2298 | 2023-12-09T06:14:29.277Z | Compiling take_mut v0.2.2 |
2299 | 2023-12-09T06:14:29.277Z | Compiling unsafe-libyaml v0.2.9 |
2300 | 2023-12-09T06:14:29.277Z | Compiling match_cfg v0.1.0 |
2301 | 2023-12-09T06:14:29.278Z | Compiling paste v1.0.14 |
2302 | 2023-12-09T06:14:29.278Z | Compiling hostname v0.3.1 |
2303 | 2023-12-09T06:14:29.278Z | Compiling slog-term v2.9.0 |
2304 | 2023-12-09T06:14:29.278Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2305 | 2023-12-09T06:14:29.278Z | Compiling structmeta v0.2.0 |
2306 | 2023-12-09T06:14:29.278Z | Compiling serde_yaml v0.9.25 |
2307 | 2023-12-09T06:14:29.278Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2308 | 2023-12-09T06:14:29.278Z | Compiling slog-json v2.6.1 |
2309 | 2023-12-09T06:14:29.278Z | Compiling darling_macro v0.20.3 |
2310 | 2023-12-09T06:14:29.523Z | Compiling async-stream-impl v0.3.5 |
2311 | 2023-12-09T06:14:30.241Z | Compiling darling v0.20.3 |
2312 | 2023-12-09T06:14:30.384Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2313 | 2023-12-09T06:14:30.864Z | Compiling regex-syntax v0.7.5 |
2314 | 2023-12-09T06:14:31.174Z | Compiling fastrand v2.0.0 |
2315 | 2023-12-09T06:14:31.480Z | Compiling atomic-waker v1.1.1 |
2316 | 2023-12-09T06:14:31.751Z | Compiling tempfile v3.8.1 |
2317 | 2023-12-09T06:14:32.187Z | Compiling waitgroup v0.1.2 |
2318 | 2023-12-09T06:14:32.211Z | Compiling async-stream v0.3.5 |
2319 | 2023-12-09T06:14:32.610Z | Compiling serde_with_macros v3.4.0 |
2320 | 2023-12-09T06:14:32.662Z | Compiling slog-bunyan v2.4.0 |
2321 | 2023-12-09T06:14:42.899Z | Compiling toml v0.8.8 |
2322 | 2023-12-09T06:14:43.177Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2323 | 2023-12-09T06:14:43.177Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2324 | 2023-12-09T06:14:43.178Z | Compiling sha1 v0.10.6 |
2325 | 2023-12-09T06:14:43.178Z | Compiling serde_path_to_error v0.1.14 |
2326 | 2023-12-09T06:14:43.178Z | Compiling instant v0.1.12 |
2327 | 2023-12-09T06:14:43.178Z | Compiling fs-err v2.11.0 |
2328 | 2023-12-09T06:14:43.178Z | Compiling arc-swap v1.6.0 |
2329 | 2023-12-09T06:14:43.178Z | Compiling same-file v1.0.6 |
2330 | 2023-12-09T06:14:43.178Z | Compiling buf-list v1.0.3 |
2331 | 2023-12-09T06:14:43.178Z | Compiling debug-ignore v1.0.5 |
2332 | 2023-12-09T06:14:43.178Z | Compiling slog-scope v4.4.0 |
2333 | 2023-12-09T06:14:43.178Z | Compiling walkdir v2.4.0 |
2334 | 2023-12-09T06:14:43.178Z | Compiling backoff v0.4.0 |
2335 | 2023-12-09T06:14:43.178Z | Compiling serde_with v3.4.0 |
2336 | 2023-12-09T06:14:43.178Z | Compiling parse-display-derive v0.8.2 |
2337 | 2023-12-09T06:14:43.180Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2338 | 2023-12-09T06:14:43.180Z | Compiling globset v0.4.13 |
2339 | 2023-12-09T06:14:43.180Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2340 | 2023-12-09T06:14:43.244Z | Compiling strum v0.25.0 |
2341 | 2023-12-09T06:14:43.499Z | Compiling olpc-cjson v0.1.3 |
2342 | 2023-12-09T06:14:43.598Z | Compiling pem v3.0.2 |
2343 | 2023-12-09T06:14:44.050Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2344 | 2023-12-09T06:14:44.363Z | Compiling serde_plain v1.0.2 |
2345 | 2023-12-09T06:14:45.201Z | Compiling macaddr v1.0.1 |
2346 | 2023-12-09T06:14:46.210Z | Compiling async-recursion v1.0.5 |
2347 | 2023-12-09T06:14:46.409Z | Compiling xattr v1.0.1 |
2348 | 2023-12-09T06:14:46.869Z | Compiling filetime v0.2.23 |
2349 | 2023-12-09T06:14:47.098Z | Compiling parse-display v0.8.2 |
2350 | 2023-12-09T06:14:47.370Z | Compiling typed-path v0.7.0 |
2351 | 2023-12-09T06:14:47.393Z | Compiling tar v0.4.40 |
2352 | 2023-12-09T06:14:48.538Z | Compiling slog-stdlog v4.1.1 |
2353 | 2023-12-09T06:14:50.013Z | Compiling camino-tempfile v1.1.1 |
2354 | 2023-12-09T06:14:50.711Z | Compiling itertools v0.12.0 |
2355 | 2023-12-09T06:14:51.218Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2356 | 2023-12-09T06:14:51.551Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2357 | 2023-12-09T06:14:56.695Z | Compiling tough v0.16.0 |
2358 | 2023-12-09T06:14:56.946Z | Compiling bytesize v1.3.0 |
2359 | 2023-12-09T06:14:57.012Z | Compiling slog-envlogger v2.2.0 |
2360 | 2023-12-09T06:14:57.881Z | Compiling humantime v2.1.0 |
2361 | 2023-12-09T06:15:01.772Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2362 | 2023-12-09T06:15:24.941Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2363 | 2023-12-09T06:15:25.224Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2364 | 2023-12-09T06:15:36.128Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2365 | 2023-12-09T06:15:46.492Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2366 | 2023-12-09T06:16:07.432Z | Finished release [optimized] target(s) in 1m 49s |
2367 | 2023-12-09T06:16:07.518Z | |
2368 | 2023-12-09T06:16:07.524Z | real 1:49.436047902 |
2369 | 2023-12-09T06:16:07.524Z | user 11:37.495239536 |
2370 | 2023-12-09T06:16:07.524Z | sys 46.844336877 |
2371 | 2023-12-09T06:16:07.524Z | trap 0.448950051 |
2372 | 2023-12-09T06:16:07.525Z | tflt 0.302850227 |
2373 | 2023-12-09T06:16:07.527Z | dflt 0.721036814 |
2374 | 2023-12-09T06:16:07.528Z | kflt 0.000361772 |
2375 | 2023-12-09T06:16:07.528Z | lock 22:16.715182981 |
2376 | 2023-12-09T06:16:07.529Z | slp 23:07.204701284 |
2377 | 2023-12-09T06:16:07.529Z | lat 21.027259340 |
2378 | 2023-12-09T06:16:07.529Z | stop 10.751491579 |
2379 | 2023-12-09T06:16:07.529Z | + ptime -m gzip |
2380 | 2023-12-09T06:16:09.883Z | |
2381 | 2023-12-09T06:16:09.895Z | real 2.348211248 |
2382 | 2023-12-09T06:16:09.895Z | user 2.321414877 |
2383 | 2023-12-09T06:16:09.896Z | sys 0.026010011 |
2384 | 2023-12-09T06:16:09.896Z | trap 0.000239865 |
2385 | 2023-12-09T06:16:09.896Z | tflt 0.000000000 |
2386 | 2023-12-09T06:16:09.896Z | dflt 0.000000000 |
2387 | 2023-12-09T06:16:09.897Z | kflt 0.000000000 |
2388 | 2023-12-09T06:16:09.897Z | lock 0.000000000 |
2389 | 2023-12-09T06:16:09.897Z | slp 0.000000000 |
2390 | 2023-12-09T06:16:09.897Z | lat 0.000221239 |
2391 | 2023-12-09T06:16:09.897Z | stop 0.000225747 |
2392 | 2023-12-09T06:16:09.897Z | process exited: duration 1260378 ms, exit code 0 |
|
2393 | 2023-12-09T06:16:09.910Z | found 5 output files |
2394 | 2023-12-09T06:16:09.913Z | uploading: /work/end-to-end-tests/bootstrap-796afa6c27fb6226.gz (6318046 bytes) |
2395 | 2023-12-09T06:16:13.056Z | uploaded: /work/end-to-end-tests/bootstrap-796afa6c27fb6226.gz |
2396 | 2023-12-09T06:16:13.056Z | uploading: /work/end-to-end-tests/bootstrap.gz (97203326 bytes) |
2397 | 2023-12-09T06:16:48.184Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2398 | 2023-12-09T06:16:48.184Z | uploading: /work/end-to-end-tests/end_to_end_tests-77aede5ea03b4f87.gz (101161489 bytes) |
2399 | 2023-12-09T06:17:13.633Z | uploaded: /work/end-to-end-tests/end_to_end_tests-77aede5ea03b4f87.gz |
2400 | 2023-12-09T06:17:13.633Z | uploading: /work/caboose-util.gz (4091900 bytes) |
2401 | 2023-12-09T06:17:15.602Z | uploaded: /work/caboose-util.gz |
2402 | 2023-12-09T06:17:15.602Z | uploading: /work/tufaceous.gz (14971508 bytes) |
2403 | 2023-12-09T06:17:21.360Z | uploaded: /work/tufaceous.gz |