|
|
|
1 | 2023-12-09T04:11:20.697Z | job assigned to worker 01HH6C9627QPE957SXNVREBG4G (queued for 1 m 24 s) |
|
2 | 2023-12-09T04:11:21.511Z | starting task 0: "setup" |
3 | 2023-12-09T04:11:21.583Z | ++ uname -s |
4 | 2023-12-09T04:11:21.597Z | + kern=SunOS |
5 | 2023-12-09T04:11:21.597Z | + case "$kern" in |
6 | 2023-12-09T04:11:21.597Z | + groupadd -g 12345 build |
7 | 2023-12-09T04:11:21.597Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-09T04:11:23.661Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-09T04:11:23.755Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-09T04:11:23.773Z | + home_fs=zfs |
11 | 2023-12-09T04:11:23.773Z | + [[ zfs == autofs ]] |
12 | 2023-12-09T04:11:23.773Z | + mkdir -p /home/build |
13 | 2023-12-09T04:11:23.773Z | + chown build:build /home/build /work |
14 | 2023-12-09T04:11:24.764Z | + chmod 0700 /home/build /work |
15 | 2023-12-09T04:11:24.779Z | process exited: duration 3254 ms, exit code 0 |
|
16 | 2023-12-09T04:11:24.794Z | starting task 1: "rust-toolchain" |
17 | 2023-12-09T04:11:24.805Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-09T04:11:24.818Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-09T04:11:24.985Z | info: downloading installer |
20 | 2023-12-09T04:11:26.943Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-09T04:11:26.943Z | warning: /opt/ooce/bin |
22 | 2023-12-09T04:11:26.944Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-09T04:11:26.944Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-09T04:11:26.945Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-09T04:11:26.945Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-09T04:11:26.945Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-09T04:11:26.945Z | error: cannot install while Rust is installed |
28 | 2023-12-09T04:11:26.945Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-09T04:11:27.087Z | info: profile set to 'default' |
30 | 2023-12-09T04:11:27.087Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-09T04:11:27.106Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-09T04:11:27.224Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-09T04:11:27.224Z | info: downloading component 'cargo' |
34 | 2023-12-09T04:11:28.092Z | info: downloading component 'clippy' |
35 | 2023-12-09T04:11:28.309Z | info: downloading component 'rust-docs' |
36 | 2023-12-09T04:11:29.324Z | info: downloading component 'rust-std' |
37 | 2023-12-09T04:11:31.089Z | info: downloading component 'rustc' |
38 | 2023-12-09T04:11:35.503Z | info: downloading component 'rustfmt' |
39 | 2023-12-09T04:11:35.822Z | info: installing component 'cargo' |
40 | 2023-12-09T04:11:37.557Z | info: installing component 'clippy' |
41 | 2023-12-09T04:11:38.338Z | info: installing component 'rust-docs' |
42 | 2023-12-09T04:11:41.038Z | info: installing component 'rust-std' |
43 | 2023-12-09T04:11:44.704Z | info: installing component 'rustc' |
44 | 2023-12-09T04:11:53.554Z | info: installing component 'rustfmt' |
45 | 2023-12-09T04:11:54.010Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-09T04:11:54.010Z | |
47 | 2023-12-09T04:11:54.522Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-09T04:11:54.522Z | |
49 | 2023-12-09T04:11:54.522Z | |
50 | 2023-12-09T04:11:54.522Z | Rust is installed now. Great! |
51 | 2023-12-09T04:11:54.522Z | |
52 | 2023-12-09T04:11:54.523Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-09T04:11:54.523Z | environment variable. This has not been done automatically. |
54 | 2023-12-09T04:11:54.523Z | |
55 | 2023-12-09T04:11:54.523Z | To configure your current shell, run: |
56 | 2023-12-09T04:11:54.523Z | source "$HOME/.cargo/env" |
57 | 2023-12-09T04:11:54.523Z | + rustc --version |
58 | 2023-12-09T04:11:54.523Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-09T04:11:54.524Z | process exited: duration 29528 ms, exit code 0 |
|
60 | 2023-12-09T04:11:54.963Z | starting task 2: "authentication" |
61 | 2023-12-09T04:11:54.991Z | process exited: duration 48 ms, exit code 0 |
|
62 | 2023-12-09T04:11:55.017Z | starting task 3: "clone repository" |
63 | 2023-12-09T04:11:55.439Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-09T04:11:55.440Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-09T04:11:55.455Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-09T04:12:01.401Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-09T04:12:01.414Z | + [[ -n renovate/tokio-1.x ]] |
68 | 2023-12-09T04:12:01.414Z | + git fetch origin renovate/tokio-1.x |
69 | 2023-12-09T04:12:01.759Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-09T04:12:01.759Z | * branch renovate/tokio-1.x -> FETCH_HEAD |
71 | 2023-12-09T04:12:01.771Z | + git checkout -B renovate/tokio-1.x remotes/origin/renovate/tokio-1.x |
72 | 2023-12-09T04:12:01.896Z | Switched to a new branch 'renovate/tokio-1.x' |
73 | 2023-12-09T04:12:01.900Z | branch 'renovate/tokio-1.x' set up to track 'origin/renovate/tokio-1.x'. |
74 | 2023-12-09T04:12:01.900Z | + git reset --hard 5ad549ef17d89bc744fb4ecf3accc6b987fa9e55 |
75 | 2023-12-09T04:12:01.900Z | HEAD is now at 5ad549ef Update Rust crate tokio to 1.35.0 |
76 | 2023-12-09T04:12:01.900Z | process exited: duration 6877 ms, exit code 0 |
|
77 | 2023-12-09T04:12:01.909Z | starting task 4: "build" |
78 | 2023-12-09T04:12:01.915Z | + cargo --version |
79 | 2023-12-09T04:12:01.924Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-09T04:12:02.114Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-09T04:12:02.124Z | info: downloading component 'cargo' |
82 | 2023-12-09T04:12:02.843Z | info: downloading component 'clippy' |
83 | 2023-12-09T04:12:03.059Z | info: downloading component 'rust-docs' |
84 | 2023-12-09T04:12:03.971Z | info: downloading component 'rust-std' |
85 | 2023-12-09T04:12:05.386Z | info: downloading component 'rustc' |
86 | 2023-12-09T04:12:09.096Z | info: downloading component 'rustfmt' |
87 | 2023-12-09T04:12:09.234Z | info: installing component 'cargo' |
88 | 2023-12-09T04:12:10.497Z | info: installing component 'clippy' |
89 | 2023-12-09T04:12:10.959Z | info: installing component 'rust-docs' |
90 | 2023-12-09T04:12:13.996Z | info: installing component 'rust-std' |
91 | 2023-12-09T04:12:16.355Z | info: installing component 'rustc' |
92 | 2023-12-09T04:12:22.470Z | info: installing component 'rustfmt' |
93 | 2023-12-09T04:12:23.080Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-09T04:12:23.122Z | + rustc --version |
95 | 2023-12-09T04:12:23.138Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-09T04:12:23.151Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-12-09T04:12:32.930Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-12-09T04:12:34.014Z | Startup: Caching catalogs ... Done |
99 | 2023-12-09T04:12:40.940Z | Planning: Solver setup ... Done (6.519s) |
100 | 2023-12-09T04:12:41.110Z | Planning: Running solver ... Done (0.152s) |
101 | 2023-12-09T04:12:41.533Z | Planning: Finding local manifests ... Done (0.004s) |
102 | 2023-12-09T04:12:41.617Z | Planning: Fetching manifests: 0/6 0% complete |
103 | 2023-12-09T04:12:43.182Z | Planning: Fetching manifests: 6/6 100% complete |
104 | 2023-12-09T04:12:43.323Z | Planning: Package planning ... Done (0.089s) |
105 | 2023-12-09T04:12:43.357Z | Planning: Merging actions ... Done (0.088s) |
106 | 2023-12-09T04:12:44.040Z | Planning: Checking for conflicting actions ... Done (0.686s) |
107 | 2023-12-09T04:12:44.057Z | Planning: Consolidating action changes ... Done (0.019s) |
108 | 2023-12-09T04:12:47.767Z | Planning: Evaluating mediators ... Done (3.707s) |
109 | 2023-12-09T04:12:47.875Z | Planning: Planning completed in 13.80 seconds |
110 | 2023-12-09T04:12:47.898Z | Packages to install: 4 |
111 | 2023-12-09T04:12:47.899Z | Packages to update: 2 |
112 | 2023-12-09T04:12:47.908Z | Mediators to change: 2 |
113 | 2023-12-09T04:12:47.908Z | Services to change: 1 |
114 | 2023-12-09T04:12:47.908Z | Estimated space available: 148.88 GB |
115 | 2023-12-09T04:12:47.909Z | Estimated space to be consumed: 1.43 GB |
116 | 2023-12-09T04:12:47.909Z | Create boot environment: No |
117 | 2023-12-09T04:12:47.909Z | Create backup boot environment: Yes |
118 | 2023-12-09T04:12:47.909Z | Rebuild boot archive: No |
119 | 2023-12-09T04:12:47.909Z | |
120 | 2023-12-09T04:12:47.910Z | Changed mediators: |
121 | 2023-12-09T04:12:47.910Z | mediator clang: |
122 | 2023-12-09T04:12:47.910Z | version: None -> 15 (system default) |
123 | 2023-12-09T04:12:47.910Z | |
124 | 2023-12-09T04:12:47.910Z | mediator llvm: |
125 | 2023-12-09T04:12:47.910Z | version: 14 (system default) -> 15 (system default) |
126 | 2023-12-09T04:12:47.911Z | |
127 | 2023-12-09T04:12:47.911Z | Changed packages: |
128 | 2023-12-09T04:12:47.911Z | helios-dev |
129 | 2023-12-09T04:12:47.911Z | developer/build-essential |
130 | 2023-12-09T04:12:47.911Z | None -> 11-2.0 |
131 | 2023-12-09T04:12:47.911Z | library/libxmlsec1 |
132 | 2023-12-09T04:12:47.911Z | None -> 1.2.35-2.0 |
133 | 2023-12-09T04:12:47.911Z | ooce/developer/clang-15 |
134 | 2023-12-09T04:12:47.911Z | None -> 15.0.7-2.0 |
135 | 2023-12-09T04:12:47.912Z | ooce/developer/llvm-15 |
136 | 2023-12-09T04:12:47.912Z | None -> 15.0.7-2.0 |
137 | 2023-12-09T04:12:47.913Z | system/library/g++-runtime |
138 | 2023-12-09T04:12:47.913Z | 12-2.0 -> 13-2.0 |
139 | 2023-12-09T04:12:47.913Z | system/library/gcc-runtime |
140 | 2023-12-09T04:12:47.914Z | 12-2.0 -> 13-2.0 |
141 | 2023-12-09T04:12:47.914Z | |
142 | 2023-12-09T04:12:47.914Z | Services: |
143 | 2023-12-09T04:12:47.914Z | restart_fmri: |
144 | 2023-12-09T04:12:47.915Z | svc:/system/update-man-index:default |
145 | 2023-12-09T04:12:48.069Z | |
146 | 2023-12-09T04:12:48.070Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
147 | 2023-12-09T04:12:53.571Z | Download: 200/3330 items 1.2/221.1MB 0% complete (208k/s) |
148 | 2023-12-09T04:13:00.681Z | Download: 212/3330 items 1.3/221.1MB 0% complete (195k/s) |
149 | 2023-12-09T04:13:05.701Z | Download: 640/3330 items 17.9/221.1MB 8% complete (1.9M/s) |
150 | 2023-12-09T04:13:10.707Z | Download: 1001/3330 items 19.5/221.1MB 8% complete (1.9M/s) |
151 | 2023-12-09T04:13:15.730Z | Download: 1190/3330 items 82.8/221.1MB 37% complete (6.5M/s) |
152 | 2023-12-09T04:13:21.209Z | Download: 1195/3330 items 83.5/221.1MB 37% complete (6.5M/s) |
153 | 2023-12-09T04:13:29.581Z | Download: 1196/3330 items 83.5/221.1MB 37% complete |
154 | 2023-12-09T04:13:34.814Z | Download: 1200/3330 items 83.5/221.1MB 37% complete (3.8k/s) |
155 | 2023-12-09T04:13:39.839Z | Download: 1569/3330 items 117.6/221.1MB 53% complete (4.6M/s) |
156 | 2023-12-09T04:13:44.853Z | Download: 2075/3330 items 118.8/221.1MB 53% complete (3.6M/s) |
157 | 2023-12-09T04:13:49.851Z | Download: 2750/3330 items 120.9/221.1MB 54% complete (335k/s) |
158 | 2023-12-09T04:13:55.144Z | Download: 3244/3330 items 202.7/221.1MB 91% complete (8.3M/s) |
159 | 2023-12-09T04:14:00.416Z | Download: 3287/3330 items 212.6/221.1MB 96% complete (9.2M/s) |
160 | 2023-12-09T04:14:09.594Z | Download: 3288/3330 items 212.6/221.1MB 96% complete |
161 | 2023-12-09T04:14:17.655Z | Download: 3329/3330 items 220.9/221.1MB 99% complete (2.9M/s) |
162 | 2023-12-09T04:14:17.674Z | Download: Completed 221.11 MB in 89.62 seconds (2.5M/s) |
163 | 2023-12-09T04:14:18.589Z | Actions: 1/3766 actions (Removing old actions) |
164 | 2023-12-09T04:14:18.589Z | Actions: 5/3766 actions (Installing new actions) |
165 | 2023-12-09T04:14:23.694Z | Actions: 3238/3766 actions (Installing new actions) |
166 | 2023-12-09T04:14:26.729Z | Actions: 3729/3766 actions (Updating modified actions) |
167 | 2023-12-09T04:14:27.196Z | Actions: Completed 3766 actions in 8.61 seconds. |
168 | 2023-12-09T04:14:27.314Z | Done (0.106s) |
169 | 2023-12-09T04:14:27.331Z | Done (0.000s) |
170 | 2023-12-09T04:14:27.587Z | Done (0.270s) |
171 | 2023-12-09T04:14:35.032Z | Done (7.334s) |
172 | 2023-12-09T04:14:35.334Z | Done (0.196s) |
173 | 2023-12-09T04:14:35.337Z | Done (0.000s) |
174 | 2023-12-09T04:14:35.619Z | Done (0.000s) |
175 | 2023-12-09T04:14:36.271Z | Planning: Evaluating mediator changes ... Done |
176 | 2023-12-09T04:14:36.549Z | Planning: Checking for conflicting actions ... Done |
177 | 2023-12-09T04:14:36.552Z | Planning: Consolidating action changes ... Done |
178 | 2023-12-09T04:14:36.986Z | Planning: Evaluating mediators ... Done |
179 | 2023-12-09T04:14:36.997Z | Planning: Planning completed in 0.71 seconds |
180 | 2023-12-09T04:14:37.046Z | Mediators to change: 2 |
181 | 2023-12-09T04:14:37.046Z | Create boot environment: No |
182 | 2023-12-09T04:14:37.049Z | Create backup boot environment: No |
183 | 2023-12-09T04:14:37.189Z | Done |
184 | 2023-12-09T04:14:37.189Z | Done |
185 | 2023-12-09T04:14:37.354Z | Done |
186 | 2023-12-09T04:14:43.144Z | Done |
187 | 2023-12-09T04:14:43.274Z | Done |
188 | 2023-12-09T04:14:43.334Z | Done |
189 | 2023-12-09T04:14:43.378Z | Done |
190 | 2023-12-09T04:14:44.379Z | Planning: Evaluating mediator changes ... Done |
191 | 2023-12-09T04:14:44.387Z | Planning: Merging actions ... Done |
192 | 2023-12-09T04:14:44.711Z | Planning: Checking for conflicting actions ... Done |
193 | 2023-12-09T04:14:44.718Z | Planning: Consolidating action changes ... Done |
194 | 2023-12-09T04:14:45.134Z | Planning: Evaluating mediators ... Done |
195 | 2023-12-09T04:14:45.235Z | Planning: Planning completed in 1.28 seconds |
196 | 2023-12-09T04:14:45.287Z | Packages to change: 1 |
197 | 2023-12-09T04:14:45.287Z | Mediators to change: 1 |
198 | 2023-12-09T04:14:45.292Z | Services to change: 1 |
199 | 2023-12-09T04:14:45.292Z | Create boot environment: No |
200 | 2023-12-09T04:14:45.292Z | Create backup boot environment: Yes |
201 | 2023-12-09T04:14:47.283Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2023-12-09T04:14:47.286Z | Actions: Completed 6 actions in 0.00 seconds. |
203 | 2023-12-09T04:14:47.286Z | Done |
204 | 2023-12-09T04:14:47.286Z | Done |
205 | 2023-12-09T04:14:47.349Z | Done |
206 | 2023-12-09T04:14:53.022Z | Done |
207 | 2023-12-09T04:14:53.143Z | Done |
208 | 2023-12-09T04:14:53.153Z | Done |
209 | 2023-12-09T04:14:53.243Z | Done |
210 | 2023-12-09T04:14:53.909Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2023-12-09T04:14:53.909Z | clang system 15 system |
212 | 2023-12-09T04:14:53.909Z | csh system system illumos |
213 | 2023-12-09T04:14:53.909Z | ctags system system illumos |
214 | 2023-12-09T04:14:53.909Z | gcc vendor 12 vendor |
215 | 2023-12-09T04:14:53.909Z | gcc system 10 system |
216 | 2023-12-09T04:14:53.909Z | gcc system 7 system |
217 | 2023-12-09T04:14:53.909Z | go system 1.20 system |
218 | 2023-12-09T04:14:53.909Z | go system 1.19 system |
219 | 2023-12-09T04:14:53.909Z | llvm system 15 system |
220 | 2023-12-09T04:14:53.909Z | llvm system 14 system |
221 | 2023-12-09T04:14:53.910Z | mariadb system 10.6 system |
222 | 2023-12-09T04:14:53.910Z | mta vendor vendor dma |
223 | 2023-12-09T04:14:53.910Z | openjdk system 17 system |
224 | 2023-12-09T04:14:53.910Z | openjdk system 11 system |
225 | 2023-12-09T04:14:53.910Z | openjdk system 1.8 system |
226 | 2023-12-09T04:14:53.910Z | openssl vendor 3 vendor |
227 | 2023-12-09T04:14:53.910Z | perl system 5.36 system |
228 | 2023-12-09T04:14:53.910Z | postgresql system 15 system |
229 | 2023-12-09T04:14:53.910Z | postgresql system 13 system |
230 | 2023-12-09T04:14:53.910Z | python vendor 3 vendor |
231 | 2023-12-09T04:14:53.910Z | python system 2 system |
232 | 2023-12-09T04:14:53.910Z | python3 system 3.11 system |
233 | 2023-12-09T04:14:53.910Z | ruby system 3.0 system |
234 | 2023-12-09T04:14:53.910Z | words vendor vendor american-english |
235 | 2023-12-09T04:14:53.910Z | words system system australian-english |
236 | 2023-12-09T04:14:53.911Z | words system system british-english |
237 | 2023-12-09T04:14:53.911Z | words system system canadian-english |
238 | 2023-12-09T04:14:53.911Z | words system system french |
239 | 2023-12-09T04:14:53.911Z | words system system italian |
240 | 2023-12-09T04:14:53.912Z | words system system ngerman |
241 | 2023-12-09T04:14:53.912Z | words system system ogerman |
242 | 2023-12-09T04:14:53.912Z | words system system spanish |
243 | 2023-12-09T04:14:54.438Z | FMRI IFO |
244 | 2023-12-09T04:14:54.439Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2023-12-09T04:14:54.439Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2023-12-09T04:14:54.439Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2023-12-09T04:14:54.439Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
248 | 2023-12-09T04:14:54.439Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2023-12-09T04:14:54.440Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
250 | 2023-12-09T04:14:54.440Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
251 | 2023-12-09T04:14:54.440Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
252 | 2023-12-09T04:14:54.516Z | + set -o errexit |
253 | 2023-12-09T04:14:54.523Z | +++ dirname ./tools/ci_download_cockroachdb |
254 | 2023-12-09T04:14:54.523Z | ++ cd ./tools |
255 | 2023-12-09T04:14:54.523Z | ++ pwd |
256 | 2023-12-09T04:14:54.523Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
257 | 2023-12-09T04:14:54.523Z | ++ basename ./tools/ci_download_cockroachdb |
258 | 2023-12-09T04:14:54.524Z | + ARG0=ci_download_cockroachdb |
259 | 2023-12-09T04:14:54.524Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
260 | 2023-12-09T04:14:54.532Z | + CIDL_VERSION=v22.1.9 |
261 | 2023-12-09T04:14:54.532Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
262 | 2023-12-09T04:14:54.532Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
263 | 2023-12-09T04:14:54.532Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
264 | 2023-12-09T04:14:54.533Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
265 | 2023-12-09T04:14:54.533Z | + TARGET_DIR=out |
266 | 2023-12-09T04:14:54.533Z | + DOWNLOAD_DIR=out/downloads |
267 | 2023-12-09T04:14:54.533Z | + DEST_DIR=./out/cockroachdb |
268 | 2023-12-09T04:14:54.533Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
269 | 2023-12-09T04:14:54.533Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
270 | 2023-12-09T04:14:54.533Z | + main |
271 | 2023-12-09T04:14:54.534Z | + [[ 0 != 0 ]] |
272 | 2023-12-09T04:14:54.534Z | + CIDL_OS=solaris2.11 |
273 | 2023-12-09T04:14:54.534Z | + [[ 0 != 0 ]] |
274 | 2023-12-09T04:14:54.534Z | + configure_os solaris2.11 |
275 | 2023-12-09T04:14:54.534Z | + echo 'current directory: /work/oxidecomputer/omicron' |
276 | 2023-12-09T04:14:54.534Z | current directory: /work/oxidecomputer/omicron |
277 | 2023-12-09T04:14:54.534Z | + echo 'configuring based on OS: "solaris2.11"' |
278 | 2023-12-09T04:14:54.534Z | + case "$1" in |
279 | 2023-12-09T04:14:54.535Z | configuring based on OS: "solaris2.11" |
280 | 2023-12-09T04:14:54.535Z | + CIDL_BUILD=illumos |
281 | 2023-12-09T04:14:54.535Z | + CIDL_SUFFIX=tar.gz |
282 | 2023-12-09T04:14:54.535Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
283 | 2023-12-09T04:14:54.536Z | + CIDL_MD5FUNC=do_md5sum |
284 | 2023-12-09T04:14:54.536Z | + CIDL_URL_BASE=https://illumos.org/downloads |
285 | 2023-12-09T04:14:54.536Z | + CIDL_ASSEMBLE=do_assemble_illumos |
286 | 2023-12-09T04:14:54.536Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
287 | 2023-12-09T04:14:54.537Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-12-09T04:14:54.537Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-12-09T04:14:54.538Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
290 | 2023-12-09T04:14:54.538Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-12-09T04:14:54.538Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
292 | 2023-12-09T04:14:54.538Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-12-09T04:14:54.538Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-12-09T04:14:54.538Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2023-12-09T04:14:54.539Z | + mkdir -p out/downloads |
296 | 2023-12-09T04:14:54.539Z | + mkdir -p ./out/cockroachdb |
297 | 2023-12-09T04:14:54.539Z | + local DO_DOWNLOAD=true |
298 | 2023-12-09T04:14:54.539Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
299 | 2023-12-09T04:14:54.539Z | + '[' true == true ']' |
300 | 2023-12-09T04:14:54.539Z | + echo Downloading... |
301 | 2023-12-09T04:14:54.540Z | Downloading... |
302 | 2023-12-09T04:14:54.540Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2023-12-09T04:14:54.540Z | + 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 |
304 | 2023-12-09T04:14:59.601Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2023-12-09T04:14:59.611Z | ++ md5sum |
306 | 2023-12-09T04:14:59.612Z | ++ awk '{print $1}' |
307 | 2023-12-09T04:14:59.777Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
308 | 2023-12-09T04:14:59.777Z | + [[ 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 ]] |
309 | 2023-12-09T04:14:59.777Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2023-12-09T04:14:59.780Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
311 | 2023-12-09T04:15:03.096Z | + do_assemble_illumos |
312 | 2023-12-09T04:15:03.097Z | + rm -r ./out/cockroachdb |
313 | 2023-12-09T04:15:03.114Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
314 | 2023-12-09T04:15:03.704Z | + ./out/cockroachdb/bin/cockroach version |
315 | 2023-12-09T04:15:03.925Z | Build Tag: v22.1.9-dirty |
316 | 2023-12-09T04:15:03.925Z | Build Time: 2022/10/26 21:17:46 |
317 | 2023-12-09T04:15:03.925Z | Distribution: OSS |
318 | 2023-12-09T04:15:03.925Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
319 | 2023-12-09T04:15:03.926Z | Go Version: go1.17.13 |
320 | 2023-12-09T04:15:03.926Z | C Compiler: gcc 10.3.0 |
321 | 2023-12-09T04:15:03.926Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
322 | 2023-12-09T04:15:03.926Z | Build Type: release |
323 | 2023-12-09T04:15:03.950Z | + set -o errexit |
324 | 2023-12-09T04:15:03.966Z | +++ dirname ./tools/ci_download_clickhouse |
325 | 2023-12-09T04:15:03.966Z | ++ cd ./tools |
326 | 2023-12-09T04:15:03.966Z | ++ pwd |
327 | 2023-12-09T04:15:03.966Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
328 | 2023-12-09T04:15:03.968Z | ++ basename ./tools/ci_download_clickhouse |
329 | 2023-12-09T04:15:03.969Z | + ARG0=ci_download_clickhouse |
330 | 2023-12-09T04:15:03.969Z | + TARGET_DIR=out |
331 | 2023-12-09T04:15:03.969Z | + DOWNLOAD_DIR=out/downloads |
332 | 2023-12-09T04:15:03.969Z | + DEST_DIR=./out/clickhouse |
333 | 2023-12-09T04:15:03.969Z | + CIDL_VERSION=v22.8.9.24 |
334 | 2023-12-09T04:15:03.969Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
335 | 2023-12-09T04:15:03.969Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
336 | 2023-12-09T04:15:03.969Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
337 | 2023-12-09T04:15:03.969Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
338 | 2023-12-09T04:15:03.969Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
339 | 2023-12-09T04:15:03.969Z | + main |
340 | 2023-12-09T04:15:03.969Z | + [[ 0 != 0 ]] |
341 | 2023-12-09T04:15:03.969Z | + CIDL_OS=solaris2.11 |
342 | 2023-12-09T04:15:03.969Z | + [[ 0 != 0 ]] |
343 | 2023-12-09T04:15:03.969Z | + configure_os solaris2.11 |
344 | 2023-12-09T04:15:03.969Z | + echo 'current directory: /work/oxidecomputer/omicron' |
345 | 2023-12-09T04:15:03.969Z | current directory: /work/oxidecomputer/omicron |
346 | 2023-12-09T04:15:03.970Z | configuring based on OS: "solaris2.11" |
347 | 2023-12-09T04:15:03.970Z | + echo 'configuring based on OS: "solaris2.11"' |
348 | 2023-12-09T04:15:03.970Z | + CIDL_DASHREV= |
349 | 2023-12-09T04:15:03.970Z | + case "$1" in |
350 | 2023-12-09T04:15:03.970Z | + CIDL_PLATFORM=illumos |
351 | 2023-12-09T04:15:03.970Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
352 | 2023-12-09T04:15:03.970Z | + CIDL_MD5FUNC=do_md5sum |
353 | 2023-12-09T04:15:03.970Z | + CIDL_DASHREV=-1 |
354 | 2023-12-09T04:15:03.970Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
355 | 2023-12-09T04:15:03.970Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
356 | 2023-12-09T04:15:03.971Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-12-09T04:15:03.971Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2023-12-09T04:15:03.971Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
359 | 2023-12-09T04:15:03.971Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-12-09T04:15:03.971Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
361 | 2023-12-09T04:15:03.971Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-12-09T04:15:03.971Z | + mkdir -p out/downloads |
363 | 2023-12-09T04:15:03.977Z | + mkdir -p ./out/clickhouse |
364 | 2023-12-09T04:15:03.977Z | + local DO_DOWNLOAD=true |
365 | 2023-12-09T04:15:03.977Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
366 | 2023-12-09T04:15:03.978Z | + '[' true == true ']' |
367 | 2023-12-09T04:15:03.978Z | + echo Downloading... |
368 | 2023-12-09T04:15:03.978Z | Downloading... |
369 | 2023-12-09T04:15:03.978Z | + 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 |
370 | 2023-12-09T04:15:03.978Z | + 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 |
371 | 2023-12-09T04:15:05.429Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
372 | 2023-12-09T04:15:05.432Z | ++ md5sum |
373 | 2023-12-09T04:15:05.432Z | ++ awk '{print $1}' |
374 | 2023-12-09T04:15:05.696Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
375 | 2023-12-09T04:15:05.696Z | + [[ 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 ]] |
376 | 2023-12-09T04:15:05.708Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
377 | 2023-12-09T04:15:05.709Z | + mkdir -p ./out/clickhouse |
378 | 2023-12-09T04:15:05.709Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
379 | 2023-12-09T04:15:10.642Z | + ./out/clickhouse/clickhouse server --version |
380 | 2023-12-09T04:15:10.664Z | ClickHouse server version 22.8.9.1. |
381 | 2023-12-09T04:15:10.688Z | + set -o errexit |
382 | 2023-12-09T04:15:10.694Z | +++ dirname ./tools/ci_download_console |
383 | 2023-12-09T04:15:10.694Z | ++ cd ./tools |
384 | 2023-12-09T04:15:10.694Z | ++ pwd |
385 | 2023-12-09T04:15:10.697Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
386 | 2023-12-09T04:15:10.697Z | ++ basename ./tools/ci_download_console |
387 | 2023-12-09T04:15:10.698Z | + ARG0=ci_download_console |
388 | 2023-12-09T04:15:10.698Z | + TARGET_DIR=out |
389 | 2023-12-09T04:15:10.698Z | + DOWNLOAD_DIR=out/downloads |
390 | 2023-12-09T04:15:10.698Z | + DEST_DIR=./out/console-assets |
391 | 2023-12-09T04:15:10.698Z | + source /work/oxidecomputer/omicron/tools/console_version |
392 | 2023-12-09T04:15:10.698Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
393 | 2023-12-09T04:15:10.698Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
394 | 2023-12-09T04:15:10.698Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
395 | 2023-12-09T04:15:10.698Z | + TARBALL_FILE=out/downloads/console.tar.gz |
396 | 2023-12-09T04:15:10.698Z | + main |
397 | 2023-12-09T04:15:10.698Z | + [[ 0 != 0 ]] |
398 | 2023-12-09T04:15:10.698Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
399 | 2023-12-09T04:15:10.698Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
400 | 2023-12-09T04:15:10.698Z | + echo 'Local file: out/downloads/console.tar.gz' |
401 | 2023-12-09T04:15:10.699Z | Local file: out/downloads/console.tar.gz |
402 | 2023-12-09T04:15:10.699Z | + local DO_DOWNLOAD=true |
403 | 2023-12-09T04:15:10.699Z | + [[ -f out/downloads/console.tar.gz ]] |
404 | 2023-12-09T04:15:10.699Z | + mkdir -p out/downloads |
405 | 2023-12-09T04:15:10.704Z | + '[' true == true ']' |
406 | 2023-12-09T04:15:10.704Z | + echo Downloading... |
407 | 2023-12-09T04:15:10.704Z | Downloading... |
408 | 2023-12-09T04:15:10.704Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
409 | 2023-12-09T04:15:10.704Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
410 | 2023-12-09T04:15:11.250Z | ++ do_sha256sum out/downloads/console.tar.gz |
411 | 2023-12-09T04:15:11.253Z | ++ case "$OSTYPE" in |
412 | 2023-12-09T04:15:11.253Z | ++ SHA=sha256sum |
413 | 2023-12-09T04:15:11.253Z | ++ sha256sum |
414 | 2023-12-09T04:15:11.253Z | ++ awk '{print $1}' |
415 | 2023-12-09T04:15:11.275Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
416 | 2023-12-09T04:15:11.275Z | + [[ 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 ]] |
417 | 2023-12-09T04:15:11.278Z | + rm -rf ./out/console-assets |
418 | 2023-12-09T04:15:11.278Z | + mkdir -p ./out/console-assets |
419 | 2023-12-09T04:15:11.281Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
420 | 2023-12-09T04:15:11.281Z | + mkdir -p ./out/console-assets |
421 | 2023-12-09T04:15:11.284Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
422 | 2023-12-09T04:15:11.415Z | + set -o errexit |
423 | 2023-12-09T04:15:11.418Z | +++ dirname ./tools/ci_download_maghemite_openapi |
424 | 2023-12-09T04:15:11.422Z | ++ cd ./tools |
425 | 2023-12-09T04:15:11.422Z | ++ pwd |
426 | 2023-12-09T04:15:11.422Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
427 | 2023-12-09T04:15:11.422Z | ++ basename ./tools/ci_download_maghemite_openapi |
428 | 2023-12-09T04:15:11.422Z | + ARG0=ci_download_maghemite_openapi |
429 | 2023-12-09T04:15:11.426Z | + TARGET_DIR=out |
430 | 2023-12-09T04:15:11.426Z | + DOWNLOAD_DIR=out/downloads |
431 | 2023-12-09T04:15:11.426Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
432 | 2023-12-09T04:15:11.426Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
433 | 2023-12-09T04:15:11.426Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
434 | 2023-12-09T04:15:11.426Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
435 | 2023-12-09T04:15:11.426Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
436 | 2023-12-09T04:15:11.426Z | + main |
437 | 2023-12-09T04:15:11.426Z | + [[ 0 != 0 ]] |
438 | 2023-12-09T04:15:11.426Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
439 | 2023-12-09T04:15:11.426Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
440 | 2023-12-09T04:15:11.426Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
441 | 2023-12-09T04:15:11.426Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
442 | 2023-12-09T04:15:11.426Z | + local DO_DOWNLOAD=true |
443 | 2023-12-09T04:15:11.426Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
444 | 2023-12-09T04:15:11.427Z | + mkdir -p out/downloads |
445 | 2023-12-09T04:15:11.427Z | + '[' true == true ']' |
446 | 2023-12-09T04:15:11.427Z | + echo Downloading... |
447 | 2023-12-09T04:15:11.427Z | Downloading... |
448 | 2023-12-09T04:15:11.427Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
449 | 2023-12-09T04:15:11.430Z | + 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 |
450 | 2023-12-09T04:15:11.658Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
451 | 2023-12-09T04:15:11.658Z | ++ case "$OSTYPE" in |
452 | 2023-12-09T04:15:11.658Z | ++ SHA=sha256sum |
453 | 2023-12-09T04:15:11.663Z | ++ sha256sum |
454 | 2023-12-09T04:15:11.663Z | ++ awk '{print $1}' |
455 | 2023-12-09T04:15:11.668Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
456 | 2023-12-09T04:15:11.668Z | + [[ 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 ]] |
457 | 2023-12-09T04:15:11.668Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
458 | 2023-12-09T04:15:11.668Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
459 | 2023-12-09T04:15:11.669Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
460 | 2023-12-09T04:15:11.669Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
461 | 2023-12-09T04:15:11.669Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
462 | 2023-12-09T04:15:11.669Z | + main |
463 | 2023-12-09T04:15:11.669Z | + [[ 0 != 0 ]] |
464 | 2023-12-09T04:15:11.669Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
465 | 2023-12-09T04:15:11.669Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
466 | 2023-12-09T04:15:11.669Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
467 | 2023-12-09T04:15:11.669Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
468 | 2023-12-09T04:15:11.669Z | + local DO_DOWNLOAD=true |
469 | 2023-12-09T04:15:11.669Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
470 | 2023-12-09T04:15:11.669Z | + mkdir -p out/downloads |
471 | 2023-12-09T04:15:11.673Z | + '[' true == true ']' |
472 | 2023-12-09T04:15:11.673Z | + echo Downloading... |
473 | 2023-12-09T04:15:11.673Z | Downloading... |
474 | 2023-12-09T04:15:11.673Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
475 | 2023-12-09T04:15:11.673Z | + 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 |
476 | 2023-12-09T04:15:11.838Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
477 | 2023-12-09T04:15:11.845Z | ++ case "$OSTYPE" in |
478 | 2023-12-09T04:15:11.845Z | ++ SHA=sha256sum |
479 | 2023-12-09T04:15:11.845Z | ++ sha256sum |
480 | 2023-12-09T04:15:11.845Z | ++ awk '{print $1}' |
481 | 2023-12-09T04:15:11.846Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
482 | 2023-12-09T04:15:11.846Z | + [[ 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 ]] |
483 | 2023-12-09T04:15:11.854Z | + set -o errexit |
484 | 2023-12-09T04:15:11.860Z | +++ dirname ./tools/ci_download_dendrite_openapi |
485 | 2023-12-09T04:15:11.860Z | ++ cd ./tools |
486 | 2023-12-09T04:15:11.860Z | ++ pwd |
487 | 2023-12-09T04:15:11.860Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
488 | 2023-12-09T04:15:11.867Z | ++ basename ./tools/ci_download_dendrite_openapi |
489 | 2023-12-09T04:15:11.867Z | + ARG0=ci_download_dendrite_openapi |
490 | 2023-12-09T04:15:11.867Z | + TARGET_DIR=out |
491 | 2023-12-09T04:15:11.868Z | + DOWNLOAD_DIR=out/downloads |
492 | 2023-12-09T04:15:11.868Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
493 | 2023-12-09T04:15:11.868Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
494 | 2023-12-09T04:15:11.869Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
495 | 2023-12-09T04:15:11.869Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
496 | 2023-12-09T04:15:11.869Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
497 | 2023-12-09T04:15:11.870Z | + main |
498 | 2023-12-09T04:15:11.870Z | + [[ 0 != 0 ]] |
499 | 2023-12-09T04:15:11.870Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
500 | 2023-12-09T04:15:11.871Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
501 | 2023-12-09T04:15:11.871Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
502 | 2023-12-09T04:15:11.871Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
503 | 2023-12-09T04:15:11.871Z | + local DO_DOWNLOAD=true |
504 | 2023-12-09T04:15:11.872Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
505 | 2023-12-09T04:15:11.872Z | + mkdir -p out/downloads |
506 | 2023-12-09T04:15:11.872Z | + '[' true == true ']' |
507 | 2023-12-09T04:15:11.872Z | + echo Downloading... |
508 | 2023-12-09T04:15:11.872Z | Downloading... |
509 | 2023-12-09T04:15:11.872Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
510 | 2023-12-09T04:15:11.872Z | + 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 |
511 | 2023-12-09T04:15:12.120Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
512 | 2023-12-09T04:15:12.120Z | ++ case "$OSTYPE" in |
513 | 2023-12-09T04:15:12.124Z | ++ SHA=sha256sum |
514 | 2023-12-09T04:15:12.125Z | ++ sha256sum |
515 | 2023-12-09T04:15:12.125Z | ++ awk '{print $1}' |
516 | 2023-12-09T04:15:12.126Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
517 | 2023-12-09T04:15:12.126Z | + [[ 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 ]] |
518 | 2023-12-09T04:15:12.130Z | + set -o errexit |
519 | 2023-12-09T04:15:12.133Z | +++ dirname ./tools/ci_download_dendrite_stub |
520 | 2023-12-09T04:15:12.133Z | ++ cd ./tools |
521 | 2023-12-09T04:15:12.133Z | ++ pwd |
522 | 2023-12-09T04:15:12.134Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
523 | 2023-12-09T04:15:12.137Z | ++ basename ./tools/ci_download_dendrite_stub |
524 | 2023-12-09T04:15:12.137Z | + ARG0=ci_download_dendrite_stub |
525 | 2023-12-09T04:15:12.137Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
526 | 2023-12-09T04:15:12.137Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
527 | 2023-12-09T04:15:12.137Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
528 | 2023-12-09T04:15:12.137Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
529 | 2023-12-09T04:15:12.137Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
530 | 2023-12-09T04:15:12.137Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
531 | 2023-12-09T04:15:12.137Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
532 | 2023-12-09T04:15:12.137Z | + TARGET_DIR=out |
533 | 2023-12-09T04:15:12.137Z | + DOWNLOAD_DIR=out/downloads |
534 | 2023-12-09T04:15:12.137Z | + DEST_DIR=./out/dendrite-stub |
535 | 2023-12-09T04:15:12.137Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
536 | 2023-12-09T04:15:12.137Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
537 | 2023-12-09T04:15:12.138Z | + REPO=oxidecomputer/dendrite |
538 | 2023-12-09T04:15:12.138Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
539 | 2023-12-09T04:15:12.138Z | + main |
540 | 2023-12-09T04:15:12.139Z | + [[ 0 != 0 ]] |
541 | 2023-12-09T04:15:12.139Z | + CIDL_OS=solaris2.11 |
542 | 2023-12-09T04:15:12.139Z | + [[ 0 != 0 ]] |
543 | 2023-12-09T04:15:12.139Z | + configure_os solaris2.11 |
544 | 2023-12-09T04:15:12.139Z | + echo 'current directory: /work/oxidecomputer/omicron' |
545 | 2023-12-09T04:15:12.139Z | current directory: /work/oxidecomputer/omicron |
546 | 2023-12-09T04:15:12.139Z | + echo 'configuring based on OS: "solaris2.11"' |
547 | 2023-12-09T04:15:12.139Z | + case "$1" in |
548 | 2023-12-09T04:15:12.139Z | configuring based on OS: "solaris2.11" |
549 | 2023-12-09T04:15:12.139Z | + SET_BINARIES= |
550 | 2023-12-09T04:15:12.143Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
551 | 2023-12-09T04:15:12.143Z | + CIDL_SHA256FUNC=do_sha256sum |
552 | 2023-12-09T04:15:12.143Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
553 | 2023-12-09T04:15:12.143Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
554 | 2023-12-09T04:15:12.143Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
555 | 2023-12-09T04:15:12.143Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
556 | 2023-12-09T04:15:12.143Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
557 | 2023-12-09T04:15:12.144Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
558 | 2023-12-09T04:15:12.144Z | Local file: out/downloads/dendrite-stub.tar.gz |
559 | 2023-12-09T04:15:12.144Z | + mkdir -p out/downloads |
560 | 2023-12-09T04:15:12.144Z | + mkdir -p ./out/dendrite-stub |
561 | 2023-12-09T04:15:12.144Z | + fetch_and_verify |
562 | 2023-12-09T04:15:12.144Z | + local DO_DOWNLOAD=true |
563 | 2023-12-09T04:15:12.145Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
564 | 2023-12-09T04:15:12.145Z | + '[' true == true ']' |
565 | 2023-12-09T04:15:12.145Z | + echo Downloading... |
566 | 2023-12-09T04:15:12.145Z | Downloading... |
567 | 2023-12-09T04:15:12.145Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
568 | 2023-12-09T04:15:12.145Z | + 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 |
569 | 2023-12-09T04:15:23.629Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
570 | 2023-12-09T04:15:23.638Z | ++ sha256sum |
571 | 2023-12-09T04:15:23.639Z | ++ awk '{print $1}' |
572 | 2023-12-09T04:15:23.742Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
573 | 2023-12-09T04:15:23.743Z | + [[ 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 ]] |
574 | 2023-12-09T04:15:23.757Z | + do_untar out/downloads/dendrite-stub.tar.gz |
575 | 2023-12-09T04:15:23.758Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
576 | 2023-12-09T04:15:24.821Z | + do_assemble |
577 | 2023-12-09T04:15:24.821Z | + rm -r ./out/dendrite-stub |
578 | 2023-12-09T04:15:24.825Z | + mkdir ./out/dendrite-stub |
579 | 2023-12-09T04:15:24.829Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
580 | 2023-12-09T04:15:24.970Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
581 | 2023-12-09T04:15:24.985Z | + set -o errexit |
582 | 2023-12-09T04:15:24.999Z | +++ dirname ./tools/ci_download_maghemite_mgd |
583 | 2023-12-09T04:15:24.999Z | ++ cd ./tools |
584 | 2023-12-09T04:15:24.999Z | ++ pwd |
585 | 2023-12-09T04:15:24.999Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
586 | 2023-12-09T04:15:24.999Z | ++ basename ./tools/ci_download_maghemite_mgd |
587 | 2023-12-09T04:15:24.999Z | + ARG0=ci_download_maghemite_mgd |
588 | 2023-12-09T04:15:25.000Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
589 | 2023-12-09T04:15:25.000Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
590 | 2023-12-09T04:15:25.000Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
591 | 2023-12-09T04:15:25.008Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
592 | 2023-12-09T04:15:25.009Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
593 | 2023-12-09T04:15:25.009Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
594 | 2023-12-09T04:15:25.009Z | + TARGET_DIR=out |
595 | 2023-12-09T04:15:25.009Z | + DOWNLOAD_DIR=out/downloads |
596 | 2023-12-09T04:15:25.009Z | + DEST_DIR=./out/mgd |
597 | 2023-12-09T04:15:25.010Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
598 | 2023-12-09T04:15:25.010Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
599 | 2023-12-09T04:15:25.010Z | + REPO=oxidecomputer/maghemite |
600 | 2023-12-09T04:15:25.010Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
601 | 2023-12-09T04:15:25.011Z | + main |
602 | 2023-12-09T04:15:25.011Z | + [[ 0 != 0 ]] |
603 | 2023-12-09T04:15:25.011Z | + CIDL_OS=solaris2.11 |
604 | 2023-12-09T04:15:25.011Z | + [[ 0 != 0 ]] |
605 | 2023-12-09T04:15:25.011Z | + configure_os solaris2.11 |
606 | 2023-12-09T04:15:25.012Z | + echo 'current directory: /work/oxidecomputer/omicron' |
607 | 2023-12-09T04:15:25.012Z | current directory: /work/oxidecomputer/omicron |
608 | 2023-12-09T04:15:25.012Z | + echo 'configuring based on OS: "solaris2.11"' |
609 | 2023-12-09T04:15:25.012Z | + case "$1" in |
610 | 2023-12-09T04:15:25.013Z | configuring based on OS: "solaris2.11" |
611 | 2023-12-09T04:15:25.013Z | + SET_BINARIES= |
612 | 2023-12-09T04:15:25.014Z | + CIDL_SHA256FUNC=do_sha256sum |
613 | 2023-12-09T04:15:25.014Z | + TARBALL_FILENAME=mgd.tar.gz |
614 | 2023-12-09T04:15:25.015Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
615 | 2023-12-09T04:15:25.015Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
616 | 2023-12-09T04:15:25.015Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
617 | 2023-12-09T04:15:25.016Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
618 | 2023-12-09T04:15:25.017Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
619 | 2023-12-09T04:15:25.017Z | Local file: out/downloads/mgd.tar.gz |
620 | 2023-12-09T04:15:25.017Z | + mkdir -p out/downloads |
621 | 2023-12-09T04:15:25.018Z | + mkdir -p ./out/mgd |
622 | 2023-12-09T04:15:25.053Z | + fetch_and_verify |
623 | 2023-12-09T04:15:25.055Z | + local DO_DOWNLOAD=true |
624 | 2023-12-09T04:15:25.055Z | + [[ -f out/downloads/mgd.tar.gz ]] |
625 | 2023-12-09T04:15:25.055Z | + '[' true == true ']' |
626 | 2023-12-09T04:15:25.056Z | + echo Downloading... |
627 | 2023-12-09T04:15:25.056Z | Downloading... |
628 | 2023-12-09T04:15:25.056Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
629 | 2023-12-09T04:15:25.057Z | + 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 |
630 | 2023-12-09T04:15:31.756Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
631 | 2023-12-09T04:15:31.769Z | ++ sha256sum |
632 | 2023-12-09T04:15:31.769Z | ++ awk '{print $1}' |
633 | 2023-12-09T04:15:31.816Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
634 | 2023-12-09T04:15:31.816Z | + [[ 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 ]] |
635 | 2023-12-09T04:15:31.822Z | + do_untar out/downloads/mgd.tar.gz |
636 | 2023-12-09T04:15:31.822Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
637 | 2023-12-09T04:15:32.460Z | + do_assemble |
638 | 2023-12-09T04:15:32.460Z | + rm -r ./out/mgd |
639 | 2023-12-09T04:15:32.463Z | + mkdir ./out/mgd |
640 | 2023-12-09T04:15:32.470Z | + cp -r out/downloads/root ./out/mgd/root |
641 | 2023-12-09T04:15:32.696Z | + set -o errexit |
642 | 2023-12-09T04:15:32.714Z | +++ dirname ./tools/ci_download_transceiver_control |
643 | 2023-12-09T04:15:32.715Z | ++ cd ./tools |
644 | 2023-12-09T04:15:32.715Z | ++ pwd |
645 | 2023-12-09T04:15:32.715Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
646 | 2023-12-09T04:15:32.715Z | ++ basename ./tools/ci_download_transceiver_control |
647 | 2023-12-09T04:15:32.716Z | + ARG0=ci_download_transceiver_control |
648 | 2023-12-09T04:15:32.716Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
649 | 2023-12-09T04:15:32.716Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
650 | 2023-12-09T04:15:32.716Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
651 | 2023-12-09T04:15:32.716Z | + TARGET_DIR=out |
652 | 2023-12-09T04:15:32.716Z | + DOWNLOAD_DIR=out/downloads |
653 | 2023-12-09T04:15:32.717Z | + DEST_DIR=./out/transceiver-control |
654 | 2023-12-09T04:15:32.717Z | + BIN_DIR=/opt/oxide/bin |
655 | 2023-12-09T04:15:32.718Z | + BINARY=xcvradm |
656 | 2023-12-09T04:15:32.718Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
657 | 2023-12-09T04:15:32.718Z | + REPO=oxidecomputer/transceiver-control |
658 | 2023-12-09T04:15:32.718Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
659 | 2023-12-09T04:15:32.718Z | + main |
660 | 2023-12-09T04:15:32.718Z | + [[ 0 != 0 ]] |
661 | 2023-12-09T04:15:32.719Z | + CIDL_OS=solaris2.11 |
662 | 2023-12-09T04:15:32.719Z | + [[ 0 != 0 ]] |
663 | 2023-12-09T04:15:32.719Z | + configure_os solaris2.11 |
664 | 2023-12-09T04:15:32.720Z | + echo 'current directory: /work/oxidecomputer/omicron' |
665 | 2023-12-09T04:15:32.720Z | current directory: /work/oxidecomputer/omicron |
666 | 2023-12-09T04:15:32.720Z | + echo 'configuring based on OS: "solaris2.11"' |
667 | 2023-12-09T04:15:32.720Z | configuring based on OS: "solaris2.11" |
668 | 2023-12-09T04:15:32.721Z | + case "$1" in |
669 | 2023-12-09T04:15:32.721Z | + SET_BINARIES= |
670 | 2023-12-09T04:15:32.721Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
671 | 2023-12-09T04:15:32.722Z | + CIDL_SHA256FUNC=do_sha256sum |
672 | 2023-12-09T04:15:32.722Z | + ARCHIVE_FILENAME=xcvradm.gz |
673 | 2023-12-09T04:15:32.722Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
674 | 2023-12-09T04:15:32.722Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
675 | 2023-12-09T04:15:32.723Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
676 | 2023-12-09T04:15:32.723Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2023-12-09T04:15:32.723Z | Local file: out/downloads/xcvradm.gz |
678 | 2023-12-09T04:15:32.724Z | + echo 'Local file: out/downloads/xcvradm.gz' |
679 | 2023-12-09T04:15:32.724Z | + mkdir -p out/downloads |
680 | 2023-12-09T04:15:32.740Z | + mkdir -p ./out/transceiver-control |
681 | 2023-12-09T04:15:32.741Z | + fetch_and_verify |
682 | 2023-12-09T04:15:32.741Z | + local DO_DOWNLOAD=true |
683 | 2023-12-09T04:15:32.741Z | + [[ -f out/downloads/xcvradm.gz ]] |
684 | 2023-12-09T04:15:32.741Z | + '[' true == true ']' |
685 | 2023-12-09T04:15:32.742Z | + echo Downloading... |
686 | 2023-12-09T04:15:32.744Z | Downloading... |
687 | 2023-12-09T04:15:32.745Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
688 | 2023-12-09T04:15:32.745Z | + 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 |
689 | 2023-12-09T04:15:33.953Z | ++ do_sha256sum out/downloads/xcvradm.gz |
690 | 2023-12-09T04:15:33.962Z | ++ sha256sum |
691 | 2023-12-09T04:15:33.962Z | ++ awk '{print $1}' |
692 | 2023-12-09T04:15:33.972Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
693 | 2023-12-09T04:15:33.972Z | + [[ 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 ]] |
694 | 2023-12-09T04:15:33.972Z | + do_unpack out/downloads/xcvradm.gz |
695 | 2023-12-09T04:15:33.972Z | + mkdir -p out/downloads/root//opt/oxide/bin |
696 | 2023-12-09T04:15:33.972Z | + gzip -dc out/downloads/xcvradm.gz |
697 | 2023-12-09T04:15:34.131Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
698 | 2023-12-09T04:15:34.140Z | + do_assemble |
699 | 2023-12-09T04:15:34.141Z | + rm -r ./out/transceiver-control |
700 | 2023-12-09T04:15:34.148Z | + mkdir ./out/transceiver-control |
701 | 2023-12-09T04:15:34.148Z | + cp -r out/downloads/root ./out/transceiver-control/root |
702 | 2023-12-09T04:15:34.349Z | All prerequisites installed successfully |
703 | 2023-12-09T04:15:34.364Z | |
704 | 2023-12-09T04:15:34.364Z | real 3:11.180031750 |
705 | 2023-12-09T04:15:34.364Z | user 55.782372506 |
706 | 2023-12-09T04:15:34.365Z | sys 10.357132691 |
707 | 2023-12-09T04:15:34.365Z | trap 0.021376162 |
708 | 2023-12-09T04:15:34.368Z | tflt 0.188256540 |
709 | 2023-12-09T04:15:34.368Z | dflt 0.571784931 |
710 | 2023-12-09T04:15:34.369Z | kflt 0.112547875 |
711 | 2023-12-09T04:15:34.369Z | lock 1.666489815 |
712 | 2023-12-09T04:15:34.369Z | slp 6:04.016981297 |
713 | 2023-12-09T04:15:34.369Z | lat 3.351219640 |
714 | 2023-12-09T04:15:34.369Z | stop 0.063799950 |
715 | 2023-12-09T04:15:34.370Z | + banner end-to-end-tests |
716 | 2023-12-09T04:15:34.404Z | |
717 | 2023-12-09T04:15:34.404Z | ###### # # ##### ##### #### ###### # # ##### |
718 | 2023-12-09T04:15:34.404Z | # ## # # # # # # # ## # # # |
719 | 2023-12-09T04:15:34.405Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
720 | 2023-12-09T04:15:34.405Z | # # # # # # # # # # # # # # # |
721 | 2023-12-09T04:15:34.405Z | # # ## # # # # # # # ## # # |
722 | 2023-12-09T04:15:34.405Z | ###### # # ##### # #### ###### # # ##### |
723 | 2023-12-09T04:15:34.405Z | |
724 | 2023-12-09T04:15:34.418Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
725 | 2023-12-09T04:15:34.418Z | + CARGO_PROFILE_DEV_DEBUG=1 |
726 | 2023-12-09T04:15:34.418Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
727 | 2023-12-09T04:15:34.418Z | + CARGO_PROFILE_TEST_DEBUG=1 |
728 | 2023-12-09T04:15:34.419Z | + export CARGO_INCREMENTAL=0 |
729 | 2023-12-09T04:15:34.419Z | + CARGO_INCREMENTAL=0 |
730 | 2023-12-09T04:15:34.419Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
731 | 2023-12-09T04:15:34.729Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
732 | 2023-12-09T04:15:35.086Z | Updating crates.io index |
733 | 2023-12-09T04:15:35.187Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
734 | 2023-12-09T04:15:35.991Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
735 | 2023-12-09T04:15:37.741Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
736 | 2023-12-09T04:15:38.783Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
737 | 2023-12-09T04:15:38.790Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
738 | 2023-12-09T04:15:38.906Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
739 | 2023-12-09T04:15:39.222Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
740 | 2023-12-09T04:15:40.148Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
741 | 2023-12-09T04:15:42.244Z | Updating git repository `https://github.com/oxidecomputer/opte` |
742 | 2023-12-09T04:15:43.244Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
743 | 2023-12-09T04:15:43.574Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
744 | 2023-12-09T04:15:45.559Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
745 | 2023-12-09T04:15:45.564Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
746 | 2023-12-09T04:15:45.564Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
747 | 2023-12-09T04:15:45.564Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
748 | 2023-12-09T04:15:45.762Z | Updating git repository `https://github.com/njaremko/samael` |
749 | 2023-12-09T04:15:46.259Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
750 | 2023-12-09T04:15:46.802Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
751 | 2023-12-09T04:15:47.244Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
752 | 2023-12-09T04:15:47.508Z | Updating git repository `https://github.com/jgallagher/nix` |
753 | 2023-12-09T04:15:48.841Z | Updating git repository `https://github.com/cbiffle/hubpack` |
754 | 2023-12-09T04:15:49.250Z | Updating git repository `https://github.com/oxidecomputer/typify` |
755 | 2023-12-09T04:15:50.220Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
756 | 2023-12-09T04:15:50.569Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
757 | 2023-12-09T04:15:50.896Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
758 | 2023-12-09T04:15:52.553Z | Downloading crates ... |
759 | 2023-12-09T04:15:52.721Z | Downloaded atomic-waker v1.1.1 |
760 | 2023-12-09T04:15:52.724Z | Downloaded pkcs8 v0.10.2 |
761 | 2023-12-09T04:15:52.732Z | Downloaded bit-vec v0.6.3 |
762 | 2023-12-09T04:15:52.735Z | Downloaded bitflags v1.3.2 |
763 | 2023-12-09T04:15:52.741Z | Downloaded async-trait v0.1.74 |
764 | 2023-12-09T04:15:52.750Z | Downloaded bcrypt-pbkdf v0.10.0 |
765 | 2023-12-09T04:15:52.754Z | Downloaded blake2 v0.10.6 |
766 | 2023-12-09T04:15:52.761Z | Downloaded cfg-if v1.0.0 |
767 | 2023-12-09T04:15:52.775Z | Downloaded base64ct v1.6.0 |
768 | 2023-12-09T04:15:52.789Z | Downloaded openssl-macros v0.1.1 |
769 | 2023-12-09T04:15:52.789Z | Downloaded diesel_table_macro_syntax v0.1.0 |
770 | 2023-12-09T04:15:52.790Z | Downloaded darling_macro v0.20.3 |
771 | 2023-12-09T04:15:52.790Z | Downloaded digest v0.10.7 |
772 | 2023-12-09T04:15:52.798Z | Downloaded dirs-next v2.0.0 |
773 | 2023-12-09T04:15:52.798Z | Downloaded atomicwrites v0.4.2 |
774 | 2023-12-09T04:15:52.799Z | Downloaded byteorder v1.5.0 |
775 | 2023-12-09T04:15:52.826Z | Downloaded num_threads v0.1.6 |
776 | 2023-12-09T04:15:52.827Z | Downloaded atty v0.2.14 |
777 | 2023-12-09T04:15:52.827Z | Downloaded pkg-config v0.3.27 |
778 | 2023-12-09T04:15:52.827Z | Downloaded pbkdf2 v0.11.0 |
779 | 2023-12-09T04:15:52.838Z | Downloaded cstr-argument v0.1.2 |
780 | 2023-12-09T04:15:52.839Z | Downloaded new_debug_unreachable v1.0.4 |
781 | 2023-12-09T04:15:52.839Z | Downloaded phf_shared v0.10.0 |
782 | 2023-12-09T04:15:52.839Z | Downloaded async-stream-impl v0.3.5 |
783 | 2023-12-09T04:15:52.839Z | Downloaded pretty-hex v0.4.0 |
784 | 2023-12-09T04:15:52.858Z | Downloaded poly1305 v0.8.0 |
785 | 2023-12-09T04:15:52.858Z | Downloaded autocfg v1.1.0 |
786 | 2023-12-09T04:15:52.858Z | Downloaded pest_generator v2.7.2 |
787 | 2023-12-09T04:15:52.873Z | Downloaded foreign-types-shared v0.3.1 |
788 | 2023-12-09T04:15:52.873Z | Downloaded owo-colors v3.5.0 |
789 | 2023-12-09T04:15:52.873Z | Downloaded paste v1.0.14 |
790 | 2023-12-09T04:15:52.873Z | Downloaded openssl-probe v0.1.5 |
791 | 2023-12-09T04:15:52.912Z | Downloaded num-iter v0.1.43 |
792 | 2023-12-09T04:15:52.912Z | Downloaded async-stream v0.3.5 |
793 | 2023-12-09T04:15:52.912Z | Downloaded ciborium v0.2.1 |
794 | 2023-12-09T04:15:52.912Z | Downloaded password-hash v0.4.2 |
795 | 2023-12-09T04:15:52.912Z | Downloaded want v0.3.1 |
796 | 2023-12-09T04:15:52.926Z | Downloaded russh-cryptovec v0.7.0 |
797 | 2023-12-09T04:15:52.926Z | Downloaded fxhash v0.2.1 |
798 | 2023-12-09T04:15:52.926Z | Downloaded foreign-types-shared v0.1.1 |
799 | 2023-12-09T04:15:52.926Z | Downloaded rand_core v0.5.1 |
800 | 2023-12-09T04:15:52.926Z | Downloaded futures-io v0.3.29 |
801 | 2023-12-09T04:15:52.926Z | Downloaded num-complex v0.4.4 |
802 | 2023-12-09T04:15:52.926Z | Downloaded console v0.15.7 |
803 | 2023-12-09T04:15:52.927Z | Downloaded tokio-macros v2.2.0 |
804 | 2023-12-09T04:15:52.928Z | Downloaded rand_chacha v0.2.2 |
805 | 2023-12-09T04:15:52.928Z | Downloaded difflib v0.4.0 |
806 | 2023-12-09T04:15:52.928Z | Downloaded inout v0.1.3 |
807 | 2023-12-09T04:15:52.928Z | Downloaded phf_shared v0.11.2 |
808 | 2023-12-09T04:15:52.928Z | Downloaded anstyle-query v1.0.0 |
809 | 2023-12-09T04:15:52.943Z | Downloaded filetime v0.2.23 |
810 | 2023-12-09T04:15:52.943Z | Downloaded walkdir v2.4.0 |
811 | 2023-12-09T04:15:52.943Z | Downloaded structmeta v0.2.0 |
812 | 2023-12-09T04:15:52.943Z | Downloaded usdt v0.3.5 |
813 | 2023-12-09T04:15:52.944Z | Downloaded postgres-protocol v0.6.6 |
814 | 2023-12-09T04:15:52.944Z | Downloaded doc-comment v0.3.3 |
815 | 2023-12-09T04:15:52.944Z | Downloaded foreign-types-macros v0.2.3 |
816 | 2023-12-09T04:15:52.948Z | Downloaded zeroize v1.7.0 |
817 | 2023-12-09T04:15:52.948Z | Downloaded kstat-rs v0.2.3 |
818 | 2023-12-09T04:15:52.949Z | Downloaded parking_lot v0.11.2 |
819 | 2023-12-09T04:15:52.954Z | Downloaded resolv-conf v0.7.0 |
820 | 2023-12-09T04:15:52.959Z | Downloaded tokio-native-tls v0.3.1 |
821 | 2023-12-09T04:15:52.962Z | Downloaded schemars_derive v0.8.13 |
822 | 2023-12-09T04:15:52.963Z | Downloaded dtrace-parser v0.1.14 |
823 | 2023-12-09T04:15:52.969Z | Downloaded chacha20poly1305 v0.10.1 |
824 | 2023-12-09T04:15:52.969Z | Downloaded strsim v0.8.0 |
825 | 2023-12-09T04:15:52.972Z | Downloaded anstream v0.5.0 |
826 | 2023-12-09T04:15:52.976Z | Downloaded time-macros v0.2.13 |
827 | 2023-12-09T04:15:52.979Z | Downloaded getopts v0.2.21 |
828 | 2023-12-09T04:15:52.985Z | Downloaded endian-type v0.1.2 |
829 | 2023-12-09T04:15:52.985Z | Downloaded hubpack_derive v0.1.1 |
830 | 2023-12-09T04:15:52.988Z | Downloaded signal-hook-mio v0.2.3 |
831 | 2023-12-09T04:15:52.989Z | Downloaded zeroize_derive v1.4.2 |
832 | 2023-12-09T04:15:52.989Z | Downloaded toolchain_find v0.2.0 |
833 | 2023-12-09T04:15:52.992Z | Downloaded tempfile v3.8.1 |
834 | 2023-12-09T04:15:52.995Z | Downloaded universal-hash v0.5.1 |
835 | 2023-12-09T04:15:53.000Z | Downloaded rustfmt-wrapper v0.2.0 |
836 | 2023-12-09T04:15:53.010Z | Downloaded libefi-sys v0.1.0 |
837 | 2023-12-09T04:15:53.010Z | Downloaded zerocopy v0.3.0 |
838 | 2023-12-09T04:15:53.010Z | Downloaded strum v0.25.0 |
839 | 2023-12-09T04:15:53.020Z | Downloaded heck v0.4.1 |
840 | 2023-12-09T04:15:53.020Z | Downloaded ff v0.13.0 |
841 | 2023-12-09T04:15:53.020Z | Downloaded equivalent v1.0.1 |
842 | 2023-12-09T04:15:53.020Z | Downloaded derive_more v0.99.17 |
843 | 2023-12-09T04:15:53.035Z | Downloaded ident_case v1.0.1 |
844 | 2023-12-09T04:15:53.044Z | Downloaded is-terminal v0.4.9 |
845 | 2023-12-09T04:15:53.044Z | Downloaded usdt-attr-macro v0.3.5 |
846 | 2023-12-09T04:15:53.044Z | Downloaded rfc6979 v0.4.0 |
847 | 2023-12-09T04:15:53.044Z | Downloaded structopt-derive v0.4.18 |
848 | 2023-12-09T04:15:53.053Z | Downloaded libsw v3.3.0 |
849 | 2023-12-09T04:15:53.056Z | Downloaded waitgroup v0.1.2 |
850 | 2023-12-09T04:15:53.057Z | Downloaded foreign-types v0.3.2 |
851 | 2023-12-09T04:15:53.057Z | Downloaded signal-hook-registry v1.4.1 |
852 | 2023-12-09T04:15:53.061Z | Downloaded scheduled-thread-pool v0.2.7 |
853 | 2023-12-09T04:15:53.061Z | Downloaded pin-project v1.1.3 |
854 | 2023-12-09T04:15:53.082Z | Downloaded sha1 v0.10.6 |
855 | 2023-12-09T04:15:53.085Z | Downloaded errno v0.3.2 |
856 | 2023-12-09T04:15:53.090Z | Downloaded heck v0.3.3 |
857 | 2023-12-09T04:15:53.094Z | Downloaded xattr v1.0.1 |
858 | 2023-12-09T04:15:53.098Z | Downloaded untrusted v0.9.0 |
859 | 2023-12-09T04:15:53.100Z | Downloaded anyhow v1.0.75 |
860 | 2023-12-09T04:15:53.108Z | Downloaded home v0.5.5 |
861 | 2023-12-09T04:15:53.111Z | Downloaded io-lifetimes v1.0.11 |
862 | 2023-12-09T04:15:53.115Z | Downloaded instant v0.1.12 |
863 | 2023-12-09T04:15:53.121Z | Downloaded httparse v1.8.0 |
864 | 2023-12-09T04:15:53.129Z | Downloaded tokio-rustls v0.24.1 |
865 | 2023-12-09T04:15:53.130Z | Downloaded slog-envlogger v2.2.0 |
866 | 2023-12-09T04:15:53.133Z | Downloaded vec_map v0.8.2 |
867 | 2023-12-09T04:15:53.133Z | Downloaded uuid v1.6.1 |
868 | 2023-12-09T04:15:53.140Z | Downloaded http-range v0.1.5 |
869 | 2023-12-09T04:15:53.143Z | Downloaded num-bigint v0.4.4 |
870 | 2023-12-09T04:15:53.152Z | Downloaded hex v0.4.3 |
871 | 2023-12-09T04:15:53.156Z | Downloaded thread_local v1.1.7 |
872 | 2023-12-09T04:15:53.160Z | Downloaded zone_cfg_derive v0.3.0 |
873 | 2023-12-09T04:15:53.163Z | Downloaded crossterm v0.27.0 |
874 | 2023-12-09T04:15:53.174Z | Downloaded fallible-iterator v0.2.0 |
875 | 2023-12-09T04:15:53.177Z | Downloaded serde_spanned v0.6.4 |
876 | 2023-12-09T04:15:53.182Z | Downloaded thread-id v4.2.0 |
877 | 2023-12-09T04:15:53.186Z | Downloaded hyper-rustls v0.24.2 |
878 | 2023-12-09T04:15:53.186Z | Downloaded zone v0.3.0 |
879 | 2023-12-09T04:15:53.190Z | Downloaded unicase v2.7.0 |
880 | 2023-12-09T04:15:53.192Z | Downloaded itoa v1.0.9 |
881 | 2023-12-09T04:15:53.192Z | Downloaded indexmap v1.9.3 |
882 | 2023-12-09T04:15:53.199Z | Downloaded synstructure v0.12.6 |
883 | 2023-12-09T04:15:53.205Z | Downloaded futures-channel v0.3.29 |
884 | 2023-12-09T04:15:53.210Z | Downloaded lalrpop-util v0.19.12 |
885 | 2023-12-09T04:15:53.210Z | Downloaded rustversion v1.0.14 |
886 | 2023-12-09T04:15:53.214Z | Downloaded hyper-tls v0.5.0 |
887 | 2023-12-09T04:15:53.214Z | Downloaded tracing-attributes v0.1.26 |
888 | 2023-12-09T04:15:53.218Z | Downloaded strsim v0.10.0 |
889 | 2023-12-09T04:15:53.220Z | Downloaded rustls-pemfile v1.0.3 |
890 | 2023-12-09T04:15:53.223Z | Downloaded float-cmp v0.9.0 |
891 | 2023-12-09T04:15:53.226Z | Downloaded toml v0.8.8 |
892 | 2023-12-09T04:15:53.233Z | Downloaded yasna v0.5.2 |
893 | 2023-12-09T04:15:53.243Z | Downloaded unicode-segmentation v1.10.1 |
894 | 2023-12-09T04:15:53.254Z | Downloaded subtle v2.5.0 |
895 | 2023-12-09T04:15:53.255Z | Downloaded vsss-rs v3.3.1 |
896 | 2023-12-09T04:15:53.255Z | Downloaded serde_yaml v0.9.25 |
897 | 2023-12-09T04:15:53.268Z | Downloaded quote v1.0.33 |
898 | 2023-12-09T04:15:53.268Z | Downloaded hash32 v0.2.1 |
899 | 2023-12-09T04:15:53.279Z | Downloaded proc-macro2 v1.0.69 |
900 | 2023-12-09T04:15:53.280Z | Downloaded socket2 v0.4.9 |
901 | 2023-12-09T04:15:53.280Z | Downloaded ucd-trie v0.1.6 |
902 | 2023-12-09T04:15:53.297Z | Downloaded url v2.5.0 |
903 | 2023-12-09T04:15:53.298Z | Downloaded futures v0.3.29 |
904 | 2023-12-09T04:15:53.298Z | Downloaded rustc-demangle v0.1.23 |
905 | 2023-12-09T04:15:53.328Z | Downloaded unicode-bidi v0.3.13 |
906 | 2023-12-09T04:15:53.329Z | Downloaded serde_derive v1.0.192 |
907 | 2023-12-09T04:15:53.329Z | Downloaded itertools v0.10.5 |
908 | 2023-12-09T04:15:53.351Z | Downloaded headers v0.3.9 |
909 | 2023-12-09T04:15:53.351Z | Downloaded regex-automata v0.1.10 |
910 | 2023-12-09T04:15:53.352Z | Downloaded structopt v0.3.26 |
911 | 2023-12-09T04:15:53.365Z | Downloaded half v1.8.2 |
912 | 2023-12-09T04:15:53.365Z | Downloaded libm v0.2.7 |
913 | 2023-12-09T04:15:53.381Z | Downloaded zip v0.6.6 |
914 | 2023-12-09T04:15:53.381Z | Downloaded hashbrown v0.12.3 |
915 | 2023-12-09T04:15:53.398Z | Downloaded trust-dns-client v0.22.0 |
916 | 2023-12-09T04:15:53.398Z | Downloaded aes-gcm v0.10.3 |
917 | 2023-12-09T04:15:53.408Z | Downloaded hashbrown v0.14.2 |
918 | 2023-12-09T04:15:53.408Z | Downloaded chrono v0.4.31 |
919 | 2023-12-09T04:15:53.423Z | Downloaded rustls-webpki v0.101.7 |
920 | 2023-12-09T04:15:53.449Z | Downloaded rand v0.7.3 |
921 | 2023-12-09T04:15:53.461Z | Downloaded clap v2.34.0 |
922 | 2023-12-09T04:15:53.472Z | Downloaded tokio-util v0.7.10 |
923 | 2023-12-09T04:15:53.487Z | Downloaded itertools v0.12.0 |
924 | 2023-12-09T04:15:53.494Z | Downloaded smoltcp v0.9.1 |
925 | 2023-12-09T04:15:53.514Z | Downloaded winnow v0.5.15 |
926 | 2023-12-09T04:15:53.534Z | Downloaded regress v0.7.1 |
927 | 2023-12-09T04:15:53.592Z | Downloaded rustix v0.37.23 |
928 | 2023-12-09T04:15:53.601Z | Downloaded zerocopy v0.7.26 |
929 | 2023-12-09T04:15:53.607Z | Downloaded h2 v0.3.21 |
930 | 2023-12-09T04:15:53.615Z | Downloaded regex-syntax v0.8.2 |
931 | 2023-12-09T04:15:53.626Z | Downloaded regex-syntax v0.7.5 |
932 | 2023-12-09T04:15:53.643Z | Downloaded syn v1.0.109 |
933 | 2023-12-09T04:15:53.661Z | Downloaded vcpkg v0.2.15 |
934 | 2023-12-09T04:15:53.731Z | Downloaded syn v2.0.32 |
935 | 2023-12-09T04:15:53.755Z | Downloaded smoltcp v0.10.0 |
936 | 2023-12-09T04:15:53.770Z | Downloaded rustls v0.21.9 |
937 | 2023-12-09T04:15:54.647Z | Downloaded idna v0.5.0 |
938 | 2023-12-09T04:15:54.663Z | Downloaded rustix v0.38.25 |
939 | 2023-12-09T04:15:54.663Z | Downloaded regex-automata v0.4.3 |
940 | 2023-12-09T04:15:54.663Z | Downloaded libc v0.2.150 |
941 | 2023-12-09T04:15:54.663Z | Downloaded zerocopy-derive v0.2.0 |
942 | 2023-12-09T04:15:54.663Z | Downloaded zerocopy-derive v0.7.26 |
943 | 2023-12-09T04:15:54.663Z | Downloaded sha3 v0.10.8 |
944 | 2023-12-09T04:15:54.663Z | Downloaded tokio v1.35.0 |
945 | 2023-12-09T04:15:54.663Z | Downloaded zerocopy-derive v0.6.4 |
946 | 2023-12-09T04:15:54.663Z | Downloaded regex-automata v0.3.8 |
947 | 2023-12-09T04:15:54.664Z | Downloaded winapi v0.3.9 |
948 | 2023-12-09T04:15:54.664Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
949 | 2023-12-09T04:15:54.664Z | Downloaded encoding_rs v0.8.33 |
950 | 2023-12-09T04:15:54.664Z | Downloaded openapiv3 v2.0.0-rc.1 |
951 | 2023-12-09T04:15:54.664Z | Downloaded trust-dns-proto v0.22.0 |
952 | 2023-12-09T04:15:54.664Z | Downloaded webpki-roots v0.25.2 |
953 | 2023-12-09T04:15:54.664Z | Downloaded regex v1.10.2 |
954 | 2023-12-09T04:15:54.664Z | Downloaded diesel v2.1.4 |
955 | 2023-12-09T04:15:54.664Z | Downloaded gimli v0.28.0 |
956 | 2023-12-09T04:15:54.664Z | Downloaded sled v0.34.7 |
957 | 2023-12-09T04:15:54.664Z | Downloaded object v0.32.1 |
958 | 2023-12-09T04:15:54.664Z | Downloaded hyper v0.14.27 |
959 | 2023-12-09T04:15:54.665Z | Downloaded radix_trie v0.2.1 |
960 | 2023-12-09T04:15:54.665Z | Downloaded idna v0.2.3 |
961 | 2023-12-09T04:15:54.665Z | Downloaded ring v0.17.7 |
962 | 2023-12-09T04:15:54.665Z | Downloaded hkdf v0.12.3 |
963 | 2023-12-09T04:15:54.665Z | Downloaded aho-corasick v1.0.4 |
964 | 2023-12-09T04:15:54.665Z | Downloaded openssl v0.10.60 |
965 | 2023-12-09T04:15:54.665Z | Downloaded ring v0.16.20 |
966 | 2023-12-09T04:15:55.187Z | Downloaded futures-util v0.3.29 |
967 | 2023-12-09T04:15:55.225Z | Downloaded reqwest v0.11.22 |
968 | 2023-12-09T04:15:55.226Z | Downloaded time v0.3.27 |
969 | 2023-12-09T04:15:55.226Z | Downloaded unicode-normalization v0.1.22 |
970 | 2023-12-09T04:15:55.226Z | Downloaded russh v0.40.0 |
971 | 2023-12-09T04:15:55.226Z | Downloaded serde v1.0.192 |
972 | 2023-12-09T04:15:55.226Z | Downloaded ed25519-dalek v2.0.0 |
973 | 2023-12-09T04:15:55.226Z | Downloaded tungstenite v0.20.1 |
974 | 2023-12-09T04:15:55.226Z | Downloaded tracing-core v0.1.31 |
975 | 2023-12-09T04:15:55.227Z | Downloaded toml v0.7.8 |
976 | 2023-12-09T04:15:55.227Z | Downloaded rcgen v0.11.3 |
977 | 2023-12-09T04:15:55.227Z | Downloaded serde_json v1.0.108 |
978 | 2023-12-09T04:15:55.227Z | Downloaded itertools v0.11.0 |
979 | 2023-12-09T04:15:55.227Z | Downloaded http v0.2.11 |
980 | 2023-12-09T04:15:55.227Z | Downloaded aes v0.8.3 |
981 | 2023-12-09T04:15:55.229Z | Downloaded petgraph v0.6.4 |
982 | 2023-12-09T04:15:55.229Z | Downloaded smallvec v1.11.0 |
983 | 2023-12-09T04:15:55.229Z | Downloaded snafu-derive v0.7.5 |
984 | 2023-12-09T04:15:55.230Z | Downloaded snafu v0.7.5 |
985 | 2023-12-09T04:15:55.230Z | Downloaded serde_with v3.4.0 |
986 | 2023-12-09T04:15:55.230Z | Downloaded socket2 v0.5.5 |
987 | 2023-12-09T04:15:55.230Z | Downloaded tracing v0.1.37 |
988 | 2023-12-09T04:15:55.230Z | Downloaded heapless v0.7.16 |
989 | 2023-12-09T04:15:55.230Z | Downloaded clap_builder v4.4.2 |
990 | 2023-12-09T04:15:55.231Z | Downloaded ryu v1.0.15 |
991 | 2023-12-09T04:15:55.231Z | Downloaded smf v0.2.2 |
992 | 2023-12-09T04:15:55.231Z | Downloaded tar v0.4.40 |
993 | 2023-12-09T04:15:55.231Z | Downloaded curve25519-dalek v4.1.0 |
994 | 2023-12-09T04:15:55.231Z | Downloaded indexmap v2.1.0 |
995 | 2023-12-09T04:15:55.231Z | Downloaded trust-dns-resolver v0.22.0 |
996 | 2023-12-09T04:15:55.232Z | Downloaded toml_edit v0.19.15 |
997 | 2023-12-09T04:15:55.233Z | Downloaded p256 v0.13.2 |
998 | 2023-12-09T04:15:55.233Z | Downloaded toml_edit v0.21.0 |
999 | 2023-12-09T04:15:55.233Z | Downloaded ipnet v2.8.0 |
1000 | 2023-12-09T04:15:55.234Z | Downloaded trust-dns-server v0.22.1 |
1001 | 2023-12-09T04:15:55.234Z | Downloaded ecdsa v0.16.9 |
1002 | 2023-12-09T04:15:55.234Z | Downloaded rand_core v0.6.4 |
1003 | 2023-12-09T04:15:55.234Z | Downloaded glob v0.3.1 |
1004 | 2023-12-09T04:15:55.234Z | Downloaded hostname v0.3.1 |
1005 | 2023-12-09T04:15:55.234Z | Downloaded futures-task v0.3.29 |
1006 | 2023-12-09T04:15:55.234Z | Downloaded group v0.13.0 |
1007 | 2023-12-09T04:15:55.234Z | Downloaded semver v1.0.20 |
1008 | 2023-12-09T04:15:55.234Z | Downloaded subprocess v0.2.9 |
1009 | 2023-12-09T04:15:55.235Z | Downloaded flate2 v1.0.28 |
1010 | 2023-12-09T04:15:55.235Z | Downloaded futures-executor v0.3.29 |
1011 | 2023-12-09T04:15:55.235Z | Downloaded sct v0.7.0 |
1012 | 2023-12-09T04:15:55.235Z | Downloaded either v1.9.0 |
1013 | 2023-12-09T04:15:55.235Z | Downloaded ed25519 v2.2.2 |
1014 | 2023-12-09T04:15:55.235Z | Downloaded unicode-width v0.1.11 |
1015 | 2023-12-09T04:15:55.235Z | Downloaded hashbrown v0.13.2 |
1016 | 2023-12-09T04:15:55.235Z | Downloaded swrite v0.1.0 |
1017 | 2023-12-09T04:15:55.235Z | Downloaded form_urlencoded v1.2.1 |
1018 | 2023-12-09T04:15:55.236Z | Downloaded serde_derive_internals v0.26.0 |
1019 | 2023-12-09T04:15:55.236Z | Downloaded slog-term v2.9.0 |
1020 | 2023-12-09T04:15:55.236Z | Downloaded slog-stdlog v4.1.1 |
1021 | 2023-12-09T04:15:55.236Z | Downloaded slog-json v2.6.1 |
1022 | 2023-12-09T04:15:55.236Z | Downloaded version_check v0.9.4 |
1023 | 2023-12-09T04:15:55.236Z | Downloaded slog-async v2.8.0 |
1024 | 2023-12-09T04:15:55.236Z | Downloaded tokio-postgres v0.7.10 |
1025 | 2023-12-09T04:15:55.236Z | Downloaded elliptic-curve v0.13.8 |
1026 | 2023-12-09T04:15:55.236Z | Downloaded tower-service v0.3.2 |
1027 | 2023-12-09T04:15:55.237Z | Downloaded futures-core v0.3.29 |
1028 | 2023-12-09T04:15:55.237Z | Downloaded flagset v0.4.3 |
1029 | 2023-12-09T04:15:55.237Z | Downloaded terminal_size v0.2.6 |
1030 | 2023-12-09T04:15:55.237Z | Downloaded typenum v1.16.0 |
1031 | 2023-12-09T04:15:55.237Z | Downloaded headers-core v0.2.0 |
1032 | 2023-12-09T04:15:55.237Z | Downloaded fixedbitset v0.4.2 |
1033 | 2023-12-09T04:15:55.237Z | Downloaded http-body v0.4.5 |
1034 | 2023-12-09T04:15:55.237Z | Downloaded thiserror-no-std v2.0.2 |
1035 | 2023-12-09T04:15:55.244Z | Downloaded semver-parser v0.10.2 |
1036 | 2023-12-09T04:15:55.245Z | Downloaded getrandom v0.1.16 |
1037 | 2023-12-09T04:15:55.245Z | Downloaded unsafe-libyaml v0.2.9 |
1038 | 2023-12-09T04:15:55.245Z | Downloaded fnv v1.0.7 |
1039 | 2023-12-09T04:15:55.245Z | Downloaded serde_with_macros v3.4.0 |
1040 | 2023-12-09T04:15:55.246Z | Downloaded similar v2.2.1 |
1041 | 2023-12-09T04:15:55.247Z | Downloaded der v0.7.8 |
1042 | 2023-12-09T04:15:55.247Z | Downloaded untrusted v0.7.1 |
1043 | 2023-12-09T04:15:55.247Z | Downloaded unicode-xid v0.2.4 |
1044 | 2023-12-09T04:15:55.251Z | Downloaded ipnetwork v0.20.0 |
1045 | 2023-12-09T04:15:55.251Z | Downloaded iana-time-zone v0.1.57 |
1046 | 2023-12-09T04:15:55.251Z | Downloaded keccak v0.1.4 |
1047 | 2023-12-09T04:15:55.251Z | Downloaded spin v0.9.8 |
1048 | 2023-12-09T04:15:55.255Z | Downloaded signal-hook v0.3.17 |
1049 | 2023-12-09T04:15:55.260Z | Downloaded fastrand v2.0.0 |
1050 | 2023-12-09T04:15:55.266Z | Downloaded semver v0.11.0 |
1051 | 2023-12-09T04:15:55.266Z | Downloaded secrecy v0.8.0 |
1052 | 2023-12-09T04:15:55.271Z | Downloaded sec1 v0.7.3 |
1053 | 2023-12-09T04:15:55.272Z | Downloaded schemars v0.8.13 |
1054 | 2023-12-09T04:15:55.287Z | Downloaded sha2 v0.10.8 |
1055 | 2023-12-09T04:15:55.291Z | Downloaded crossbeam-channel v0.5.8 |
1056 | 2023-12-09T04:15:55.301Z | Downloaded toml v0.5.11 |
1057 | 2023-12-09T04:15:55.304Z | Downloaded thiserror v1.0.49 |
1058 | 2023-12-09T04:15:55.308Z | Downloaded serde_repr v0.1.16 |
1059 | 2023-12-09T04:15:55.311Z | Downloaded rustls-native-certs v0.6.3 |
1060 | 2023-12-09T04:15:55.315Z | Downloaded serde_tokenstream v0.2.0 |
1061 | 2023-12-09T04:15:55.321Z | Downloaded russh-keys v0.40.0 |
1062 | 2023-12-09T04:15:55.324Z | Downloaded ghash v0.5.0 |
1063 | 2023-12-09T04:15:55.324Z | Downloaded getrandom v0.2.10 |
1064 | 2023-12-09T04:15:55.329Z | Downloaded pest v2.7.2 |
1065 | 2023-12-09T04:15:55.338Z | Downloaded mio v0.8.9 |
1066 | 2023-12-09T04:15:55.347Z | Downloaded same-file v1.0.6 |
1067 | 2023-12-09T04:15:55.351Z | Downloaded tinyvec v1.6.0 |
1068 | 2023-12-09T04:15:55.354Z | Downloaded unicode-ident v1.0.12 |
1069 | 2023-12-09T04:15:55.364Z | Downloaded linear-map v1.2.0 |
1070 | 2023-12-09T04:15:55.370Z | Downloaded signature v2.1.0 |
1071 | 2023-12-09T04:15:55.370Z | Downloaded diesel_derives v2.1.2 |
1072 | 2023-12-09T04:15:55.371Z | Downloaded hex-literal v0.4.1 |
1073 | 2023-12-09T04:15:55.374Z | Downloaded serde_tokenstream v0.1.7 |
1074 | 2023-12-09T04:15:55.377Z | Downloaded crypto-bigint v0.5.2 |
1075 | 2023-12-09T04:15:55.385Z | Downloaded slog v2.7.0 |
1076 | 2023-12-09T04:15:55.397Z | Downloaded crossbeam-epoch v0.9.15 |
1077 | 2023-12-09T04:15:55.403Z | Downloaded rand v0.8.5 |
1078 | 2023-12-09T04:15:55.403Z | Downloaded darling_core v0.20.3 |
1079 | 2023-12-09T04:15:55.419Z | Downloaded spin v0.5.2 |
1080 | 2023-12-09T04:15:56.637Z | Downloaded generic-array v0.14.7 |
1081 | 2023-12-09T04:15:56.637Z | Downloaded take_mut v0.2.2 |
1082 | 2023-12-09T04:15:56.638Z | Downloaded display-error-chain v0.2.0 |
1083 | 2023-12-09T04:15:56.638Z | Downloaded stable_deref_trait v1.2.0 |
1084 | 2023-12-09T04:15:56.638Z | Downloaded static_assertions v1.1.0 |
1085 | 2023-12-09T04:15:56.638Z | Downloaded spki v0.7.2 |
1086 | 2023-12-09T04:15:56.638Z | Downloaded lazy_static v1.4.0 |
1087 | 2023-12-09T04:15:56.638Z | Downloaded zerocopy v0.6.4 |
1088 | 2023-12-09T04:15:56.650Z | Downloaded dyn-clone v1.0.13 |
1089 | 2023-12-09T04:15:56.651Z | Downloaded slog-scope v4.4.0 |
1090 | 2023-12-09T04:15:56.651Z | Downloaded ahash v0.8.3 |
1091 | 2023-12-09T04:15:56.651Z | Downloaded ansi_term v0.12.1 |
1092 | 2023-12-09T04:15:56.651Z | Downloaded addr2line v0.21.0 |
1093 | 2023-12-09T04:15:56.651Z | Downloaded hmac v0.12.1 |
1094 | 2023-12-09T04:15:56.651Z | Downloaded base64 v0.21.5 |
1095 | 2023-12-09T04:15:56.651Z | Downloaded memchr v2.6.3 |
1096 | 2023-12-09T04:15:56.651Z | Downloaded slab v0.4.9 |
1097 | 2023-12-09T04:15:56.651Z | Downloaded foreign-types v0.5.0 |
1098 | 2023-12-09T04:15:56.651Z | Downloaded cc v1.0.83 |
1099 | 2023-12-09T04:15:56.651Z | Downloaded rustc_version v0.4.0 |
1100 | 2023-12-09T04:15:56.652Z | Downloaded crc32fast v1.3.2 |
1101 | 2023-12-09T04:15:56.652Z | Downloaded tokio-stream v0.1.14 |
1102 | 2023-12-09T04:15:56.652Z | Downloaded serde_path_to_error v0.1.14 |
1103 | 2023-12-09T04:15:56.652Z | Downloaded structmeta-derive v0.2.0 |
1104 | 2023-12-09T04:15:56.652Z | Downloaded scopeguard v1.2.0 |
1105 | 2023-12-09T04:15:56.652Z | Downloaded hyper-staticfile v0.9.5 |
1106 | 2023-12-09T04:15:56.652Z | Downloaded siphasher v0.3.11 |
1107 | 2023-12-09T04:15:56.652Z | Downloaded futures-sink v0.3.29 |
1108 | 2023-12-09T04:15:56.652Z | Downloaded futures-macro v0.3.29 |
1109 | 2023-12-09T04:15:56.652Z | Downloaded backoff v0.4.0 |
1110 | 2023-12-09T04:15:56.652Z | Downloaded tokio-tungstenite v0.20.1 |
1111 | 2023-12-09T04:15:56.652Z | Downloaded serde_urlencoded v0.7.1 |
1112 | 2023-12-09T04:15:56.652Z | Downloaded strum_macros v0.25.2 |
1113 | 2023-12-09T04:15:56.653Z | Downloaded httpdate v1.0.3 |
1114 | 2023-12-09T04:15:56.653Z | Downloaded linked-hash-map v0.5.6 |
1115 | 2023-12-09T04:15:56.653Z | Downloaded enum-as-inner v0.5.1 |
1116 | 2023-12-09T04:15:56.653Z | Downloaded whoami v1.4.1 |
1117 | 2023-12-09T04:15:56.654Z | Downloaded num-rational v0.4.1 |
1118 | 2023-12-09T04:15:56.654Z | Downloaded darling v0.20.3 |
1119 | 2023-12-09T04:15:56.654Z | Downloaded dof v0.1.5 |
1120 | 2023-12-09T04:15:56.654Z | Downloaded miniz_oxide v0.7.1 |
1121 | 2023-12-09T04:15:56.654Z | Downloaded parking_lot_core v0.9.8 |
1122 | 2023-12-09T04:15:56.654Z | Downloaded num-traits v0.2.16 |
1123 | 2023-12-09T04:15:56.654Z | Downloaded clap v4.4.3 |
1124 | 2023-12-09T04:15:56.654Z | Downloaded postcard v1.0.8 |
1125 | 2023-12-09T04:15:56.654Z | Downloaded pin-project-internal v1.1.3 |
1126 | 2023-12-09T04:15:56.654Z | Downloaded utf-8 v0.7.6 |
1127 | 2023-12-09T04:15:56.654Z | Downloaded usdt-impl v0.3.5 |
1128 | 2023-12-09T04:15:56.654Z | Downloaded once_cell v1.19.0 |
1129 | 2023-12-09T04:15:56.654Z | Downloaded textwrap v0.11.0 |
1130 | 2023-12-09T04:15:56.655Z | Downloaded thiserror-impl-no-std v2.0.2 |
1131 | 2023-12-09T04:15:56.655Z | Downloaded pem-rfc7468 v0.7.0 |
1132 | 2023-12-09T04:15:56.655Z | Downloaded cpufeatures v0.2.9 |
1133 | 2023-12-09T04:15:56.655Z | Downloaded stringprep v0.1.3 |
1134 | 2023-12-09T04:15:56.655Z | Downloaded slog-dtrace v0.2.3 |
1135 | 2023-12-09T04:15:56.655Z | Downloaded slog-bunyan v2.4.0 |
1136 | 2023-12-09T04:15:56.655Z | Downloaded string_cache v0.8.7 |
1137 | 2023-12-09T04:15:56.655Z | Downloaded backtrace v0.3.69 |
1138 | 2023-12-09T04:15:56.655Z | Downloaded adler v1.0.2 |
1139 | 2023-12-09T04:15:56.655Z | Downloaded crossbeam-utils v0.8.16 |
1140 | 2023-12-09T04:15:56.655Z | Downloaded pbkdf2 v0.12.2 |
1141 | 2023-12-09T04:15:56.655Z | Downloaded hubpack v0.1.2 |
1142 | 2023-12-09T04:15:56.655Z | Downloaded const-oid v0.9.5 |
1143 | 2023-12-09T04:15:56.655Z | Downloaded clap_derive v4.4.2 |
1144 | 2023-12-09T04:15:56.655Z | Downloaded native-tls v0.2.11 |
1145 | 2023-12-09T04:15:56.656Z | Downloaded term v0.7.0 |
1146 | 2023-12-09T04:15:56.656Z | Downloaded percent-encoding v2.3.1 |
1147 | 2023-12-09T04:15:56.656Z | Downloaded parse-display-derive v0.8.2 |
1148 | 2023-12-09T04:15:56.656Z | Downloaded thiserror-impl v1.0.49 |
1149 | 2023-12-09T04:15:56.656Z | Downloaded proc-macro-error v1.0.4 |
1150 | 2023-12-09T04:15:56.657Z | Downloaded anstyle-parse v0.2.1 |
1151 | 2023-12-09T04:15:56.657Z | Downloaded r2d2 v0.8.10 |
1152 | 2023-12-09T04:15:56.657Z | Downloaded omicron-zone-package v0.9.1 |
1153 | 2023-12-09T04:15:56.657Z | Downloaded derive-where v1.2.6 |
1154 | 2023-12-09T04:15:56.657Z | Downloaded openssl-sys v0.9.96 |
1155 | 2023-12-09T04:15:56.657Z | Downloaded bytes v1.5.0 |
1156 | 2023-12-09T04:15:56.657Z | Downloaded embedded-io v0.4.0 |
1157 | 2023-12-09T04:15:56.657Z | Downloaded platforms v3.0.2 |
1158 | 2023-12-09T04:15:56.657Z | Downloaded pest_meta v2.7.2 |
1159 | 2023-12-09T04:15:56.657Z | Downloaded password-hash v0.5.0 |
1160 | 2023-12-09T04:15:56.657Z | Downloaded num-derive v0.4.0 |
1161 | 2023-12-09T04:15:56.657Z | Downloaded pest_derive v2.7.2 |
1162 | 2023-12-09T04:15:56.658Z | Downloaded try-lock v0.2.4 |
1163 | 2023-12-09T04:15:56.658Z | Downloaded usdt-macro v0.3.5 |
1164 | 2023-12-09T04:15:56.658Z | Downloaded primeorder v0.13.6 |
1165 | 2023-12-09T04:15:56.658Z | Downloaded num_enum_derive v0.5.11 |
1166 | 2023-12-09T04:15:56.658Z | Downloaded bstr v1.6.0 |
1167 | 2023-12-09T04:15:56.658Z | Downloaded utf8parse v0.2.1 |
1168 | 2023-12-09T04:15:56.658Z | Downloaded toml_datetime v0.6.5 |
1169 | 2023-12-09T04:15:56.658Z | Downloaded pem v3.0.2 |
1170 | 2023-12-09T04:15:56.658Z | Downloaded multer v2.1.0 |
1171 | 2023-12-09T04:15:56.658Z | Downloaded ctr v0.9.2 |
1172 | 2023-12-09T04:15:56.658Z | Downloaded rand_chacha v0.3.1 |
1173 | 2023-12-09T04:15:56.659Z | Downloaded proc-macro-crate v1.3.1 |
1174 | 2023-12-09T04:15:56.659Z | Downloaded cancel-safe-futures v0.1.5 |
1175 | 2023-12-09T04:15:56.659Z | Downloaded log v0.4.20 |
1176 | 2023-12-09T04:15:56.659Z | Downloaded num-integer v0.1.45 |
1177 | 2023-12-09T04:15:56.659Z | Downloaded predicates-core v1.0.6 |
1178 | 2023-12-09T04:15:56.659Z | Downloaded dirs v5.0.1 |
1179 | 2023-12-09T04:15:56.660Z | Downloaded colored v2.0.4 |
1180 | 2023-12-09T04:15:56.660Z | Downloaded md-5 v0.10.5 |
1181 | 2023-12-09T04:15:56.660Z | Downloaded cobs v0.2.3 |
1182 | 2023-12-09T04:15:56.660Z | Downloaded ciborium-ll v0.2.1 |
1183 | 2023-12-09T04:15:56.660Z | Downloaded cipher v0.4.4 |
1184 | 2023-12-09T04:15:56.660Z | Downloaded chacha20 v0.9.1 |
1185 | 2023-12-09T04:15:56.660Z | Downloaded macaddr v1.0.1 |
1186 | 2023-12-09T04:15:56.660Z | Downloaded time-core v0.1.1 |
1187 | 2023-12-09T04:15:56.660Z | Downloaded num_cpus v1.16.0 |
1188 | 2023-12-09T04:15:56.666Z | Downloaded ppv-lite86 v0.2.17 |
1189 | 2023-12-09T04:15:56.666Z | Downloaded polyval v0.6.1 |
1190 | 2023-12-09T04:15:56.666Z | Downloaded defmt v0.3.5 |
1191 | 2023-12-09T04:15:56.666Z | Downloaded debug-ignore v1.0.5 |
1192 | 2023-12-09T04:15:56.666Z | Downloaded nibble_vec v0.1.0 |
1193 | 2023-12-09T04:15:56.666Z | Downloaded mime v0.3.17 |
1194 | 2023-12-09T04:15:56.667Z | Downloaded clap_lex v0.5.1 |
1195 | 2023-12-09T04:15:56.667Z | Downloaded lock_api v0.4.10 |
1196 | 2023-12-09T04:15:56.667Z | Downloaded data-encoding v2.4.0 |
1197 | 2023-12-09T04:15:56.667Z | Downloaded crypto-common v0.1.6 |
1198 | 2023-12-09T04:15:56.667Z | Downloaded proc-macro-error-attr v1.0.4 |
1199 | 2023-12-09T04:15:56.667Z | Downloaded num v0.4.1 |
1200 | 2023-12-09T04:15:56.668Z | Downloaded memoffset v0.9.0 |
1201 | 2023-12-09T04:15:56.668Z | Downloaded managed v0.8.0 |
1202 | 2023-12-09T04:15:56.668Z | Downloaded camino-tempfile v1.1.1 |
1203 | 2023-12-09T04:15:56.668Z | Downloaded mime_guess v2.0.4 |
1204 | 2023-12-09T04:15:56.668Z | Downloaded camino v1.1.6 |
1205 | 2023-12-09T04:15:56.668Z | Downloaded bzip2 v0.4.4 |
1206 | 2023-12-09T04:15:56.668Z | Downloaded tinyvec_macros v0.1.1 |
1207 | 2023-12-09T04:15:56.668Z | Downloaded quick-error v1.2.3 |
1208 | 2023-12-09T04:15:56.668Z | Downloaded defmt-macros v0.3.6 |
1209 | 2023-12-09T04:15:56.668Z | Downloaded pretty-hex v0.2.1 |
1210 | 2023-12-09T04:15:56.669Z | Downloaded parse-display v0.8.2 |
1211 | 2023-12-09T04:15:56.669Z | Downloaded block-buffer v0.10.4 |
1212 | 2023-12-09T04:15:56.669Z | Downloaded blowfish v0.9.1 |
1213 | 2023-12-09T04:15:56.669Z | Downloaded option-ext v0.2.0 |
1214 | 2023-12-09T04:15:56.669Z | Downloaded crucible-workspace-hack v0.1.0 |
1215 | 2023-12-09T04:15:56.669Z | Downloaded ciborium-io v0.2.1 |
1216 | 2023-12-09T04:15:56.669Z | Downloaded parking_lot v0.12.1 |
1217 | 2023-12-09T04:15:56.669Z | Downloaded convert_case v0.4.0 |
1218 | 2023-12-09T04:15:56.669Z | Downloaded curve25519-dalek-derive v0.1.0 |
1219 | 2023-12-09T04:15:56.669Z | Downloaded num_enum v0.5.11 |
1220 | 2023-12-09T04:15:56.669Z | Downloaded bitflags v2.4.0 |
1221 | 2023-12-09T04:15:56.669Z | Downloaded postgres-types v0.2.6 |
1222 | 2023-12-09T04:15:56.669Z | Downloaded defmt-parser v0.3.3 |
1223 | 2023-12-09T04:15:56.670Z | Downloaded phf v0.11.2 |
1224 | 2023-12-09T04:15:56.670Z | Downloaded parking_lot_core v0.8.6 |
1225 | 2023-12-09T04:15:56.670Z | Downloaded lru-cache v0.1.2 |
1226 | 2023-12-09T04:15:56.670Z | Downloaded block-padding v0.3.3 |
1227 | 2023-12-09T04:15:56.670Z | Downloaded dirs-sys-next v0.1.2 |
1228 | 2023-12-09T04:15:56.671Z | Downloaded pin-project-lite v0.2.13 |
1229 | 2023-12-09T04:15:56.671Z | Downloaded normalize-line-endings v0.3.0 |
1230 | 2023-12-09T04:15:56.671Z | Downloaded md5 v0.7.0 |
1231 | 2023-12-09T04:15:56.671Z | Downloaded cbc v0.1.2 |
1232 | 2023-12-09T04:15:56.671Z | Downloaded pin-utils v0.1.0 |
1233 | 2023-12-09T04:15:56.671Z | Downloaded dirs-sys v0.4.1 |
1234 | 2023-12-09T04:15:56.671Z | Downloaded argon2 v0.5.2 |
1235 | 2023-12-09T04:15:56.671Z | Downloaded der_derive v0.7.2 |
1236 | 2023-12-09T04:15:56.671Z | Downloaded match_cfg v0.1.0 |
1237 | 2023-12-09T04:15:56.671Z | Downloaded colorchoice v1.0.0 |
1238 | 2023-12-09T04:15:56.671Z | Downloaded base16ct v0.2.0 |
1239 | 2023-12-09T04:15:56.671Z | Downloaded predicates v3.0.4 |
1240 | 2023-12-09T04:15:56.671Z | Downloaded bit-set v0.5.3 |
1241 | 2023-12-09T04:15:56.672Z | Downloaded anstyle v1.0.2 |
1242 | 2023-12-09T04:15:56.672Z | Downloaded matches v0.1.10 |
1243 | 2023-12-09T04:15:56.672Z | Downloaded bstr v0.2.17 |
1244 | 2023-12-09T04:15:56.672Z | Downloaded deranged v0.3.8 |
1245 | 2023-12-09T04:15:56.672Z | Downloaded opaque-debug v0.3.0 |
1246 | 2023-12-09T04:15:56.672Z | Downloaded arc-swap v1.6.0 |
1247 | 2023-12-09T04:15:56.672Z | Downloaded precomputed-hash v0.1.1 |
1248 | 2023-12-09T04:15:56.672Z | Downloaded aead v0.5.2 |
1249 | 2023-12-09T04:15:56.672Z | Compiling proc-macro2 v1.0.69 |
1250 | 2023-12-09T04:15:56.672Z | Compiling unicode-ident v1.0.12 |
1251 | 2023-12-09T04:15:56.672Z | Compiling libc v0.2.150 |
1252 | 2023-12-09T04:15:56.672Z | Compiling serde v1.0.192 |
1253 | 2023-12-09T04:15:56.672Z | Compiling autocfg v1.1.0 |
1254 | 2023-12-09T04:15:56.673Z | Compiling version_check v0.9.4 |
1255 | 2023-12-09T04:15:56.673Z | Compiling cfg-if v1.0.0 |
1256 | 2023-12-09T04:15:56.673Z | Compiling syn v1.0.109 |
1257 | 2023-12-09T04:15:56.673Z | Compiling typenum v1.16.0 |
1258 | 2023-12-09T04:15:57.494Z | Compiling generic-array v0.14.7 |
1259 | 2023-12-09T04:15:57.500Z | Compiling lock_api v0.4.10 |
1260 | 2023-12-09T04:15:58.198Z | Compiling parking_lot_core v0.9.8 |
1261 | 2023-12-09T04:15:58.337Z | Compiling libm v0.2.7 |
1262 | 2023-12-09T04:15:58.356Z | Compiling once_cell v1.19.0 |
1263 | 2023-12-09T04:15:58.356Z | Compiling num-traits v0.2.16 |
1264 | 2023-12-09T04:15:58.356Z | Compiling thiserror v1.0.49 |
1265 | 2023-12-09T04:15:58.819Z | Compiling futures-core v0.3.29 |
1266 | 2023-12-09T04:15:58.864Z | Compiling serde_json v1.0.108 |
1267 | 2023-12-09T04:15:58.917Z | Compiling slab v0.4.9 |
1268 | 2023-12-09T04:15:59.032Z | Compiling futures-channel v0.3.29 |
1269 | 2023-12-09T04:15:59.213Z | Compiling futures-task v0.3.29 |
1270 | 2023-12-09T04:15:59.331Z | Compiling memchr v2.6.3 |
1271 | 2023-12-09T04:15:59.367Z | Compiling futures-util v0.3.29 |
1272 | 2023-12-09T04:15:59.587Z | Compiling itoa v1.0.9 |
1273 | 2023-12-09T04:15:59.742Z | Compiling quote v1.0.33 |
1274 | 2023-12-09T04:15:59.776Z | Compiling scopeguard v1.2.0 |
1275 | 2023-12-09T04:16:00.032Z | Compiling pkg-config v0.3.27 |
1276 | 2023-12-09T04:16:00.817Z | Compiling syn v2.0.32 |
1277 | 2023-12-09T04:16:00.846Z | Compiling cc v1.0.83 |
1278 | 2023-12-09T04:16:01.019Z | Compiling getrandom v0.2.10 |
1279 | 2023-12-09T04:16:01.757Z | Compiling rand_core v0.6.4 |
1280 | 2023-12-09T04:16:02.199Z | Compiling log v0.4.20 |
1281 | 2023-12-09T04:16:02.736Z | Compiling heck v0.4.1 |
1282 | 2023-12-09T04:16:02.742Z | Compiling ryu v1.0.15 |
1283 | 2023-12-09T04:16:03.078Z | Compiling subtle v2.5.0 |
1284 | 2023-12-09T04:16:03.127Z | Compiling smallvec v1.11.0 |
1285 | 2023-12-09T04:16:03.650Z | Compiling vcpkg v0.2.15 |
1286 | 2023-12-09T04:16:03.815Z | Compiling semver v1.0.20 |
1287 | 2023-12-09T04:16:03.822Z | Compiling schemars v0.8.13 |
1288 | 2023-12-09T04:16:04.566Z | Compiling httparse v1.8.0 |
1289 | 2023-12-09T04:16:05.296Z | Compiling indexmap v1.9.3 |
1290 | 2023-12-09T04:16:05.338Z | Compiling hashbrown v0.14.2 |
1291 | 2023-12-09T04:16:05.392Z | Compiling equivalent v1.0.1 |
1292 | 2023-12-09T04:16:05.547Z | Compiling pin-project-lite v0.2.13 |
1293 | 2023-12-09T04:16:05.813Z | Compiling ring v0.17.7 |
1294 | 2023-12-09T04:16:06.355Z | Compiling ring v0.16.20 |
1295 | 2023-12-09T04:16:06.816Z | Compiling parking_lot v0.12.1 |
1296 | 2023-12-09T04:16:07.717Z | Compiling openssl-sys v0.9.96 |
1297 | 2023-12-09T04:16:07.723Z | Compiling const-oid v0.9.5 |
1298 | 2023-12-09T04:16:08.162Z | Compiling ahash v0.8.3 |
1299 | 2023-12-09T04:16:08.477Z | Compiling fnv v1.0.7 |
1300 | 2023-12-09T04:16:08.654Z | Compiling signal-hook-registry v1.4.1 |
1301 | 2023-12-09T04:16:09.546Z | Compiling openssl v0.10.60 |
1302 | 2023-12-09T04:16:09.827Z | Compiling mio v0.8.9 |
1303 | 2023-12-09T04:16:10.018Z | Compiling rustls v0.21.9 |
1304 | 2023-12-09T04:16:10.157Z | Compiling iana-time-zone v0.1.57 |
1305 | 2023-12-09T04:16:10.575Z | Compiling ucd-trie v0.1.6 |
1306 | 2023-12-09T04:16:11.073Z | Compiling native-tls v0.2.11 |
1307 | 2023-12-09T04:16:11.516Z | Compiling socket2 v0.5.5 |
1308 | 2023-12-09T04:16:11.516Z | Compiling num_cpus v1.16.0 |
1309 | 2023-12-09T04:16:11.700Z | Compiling byteorder v1.5.0 |
1310 | 2023-12-09T04:16:12.004Z | Compiling spin v0.5.2 |
1311 | 2023-12-09T04:16:12.417Z | Compiling async-trait v0.1.74 |
1312 | 2023-12-09T04:16:12.494Z | Compiling serde_derive_internals v0.26.0 |
1313 | 2023-12-09T04:16:13.026Z | Compiling dyn-clone v1.0.13 |
1314 | 2023-12-09T04:16:13.214Z | Compiling futures-sink v0.3.29 |
1315 | 2023-12-09T04:16:13.453Z | Compiling aho-corasick v1.0.4 |
1316 | 2023-12-09T04:16:13.763Z | Compiling regex-syntax v0.8.2 |
1317 | 2023-12-09T04:16:13.809Z | Compiling rustix v0.38.25 |
1318 | 2023-12-09T04:16:13.848Z | Compiling tinyvec_macros v0.1.1 |
1319 | 2023-12-09T04:16:14.395Z | Compiling tinyvec v1.6.0 |
1320 | 2023-12-09T04:16:14.694Z | Compiling hashbrown v0.13.2 |
1321 | 2023-12-09T04:16:16.386Z | Compiling backtrace v0.3.69 |
1322 | 2023-12-09T04:16:16.940Z | Compiling futures-io v0.3.29 |
1323 | 2023-12-09T04:16:17.017Z | Compiling pin-utils v0.1.0 |
1324 | 2023-12-09T04:16:17.134Z | Compiling winnow v0.5.15 |
1325 | 2023-12-09T04:16:17.278Z | Compiling unicode-normalization v0.1.22 |
1326 | 2023-12-09T04:16:17.368Z | Compiling spin v0.9.8 |
1327 | 2023-12-09T04:16:17.786Z | Compiling tracing-core v0.1.31 |
1328 | 2023-12-09T04:16:18.513Z | Compiling cpufeatures v0.2.9 |
1329 | 2023-12-09T04:16:18.658Z | Compiling unicode-bidi v0.3.13 |
1330 | 2023-12-09T04:16:20.099Z | Compiling regex-automata v0.4.3 |
1331 | 2023-12-09T04:16:21.377Z | Compiling anyhow v1.0.75 |
1332 | 2023-12-09T04:16:21.469Z | Compiling crc32fast v1.3.2 |
1333 | 2023-12-09T04:16:23.029Z | Compiling time-core v0.1.1 |
1334 | 2023-12-09T04:16:23.158Z | Compiling base64 v0.21.5 |
1335 | 2023-12-09T04:16:23.300Z | Compiling time-macros v0.2.13 |
1336 | 2023-12-09T04:16:24.325Z | Compiling num-integer v0.1.45 |
1337 | 2023-12-09T04:16:24.342Z | Compiling serde_derive v1.0.192 |
1338 | 2023-12-09T04:16:24.767Z | Compiling zeroize_derive v1.4.2 |
1339 | 2023-12-09T04:16:24.984Z | Compiling thiserror-impl v1.0.49 |
1340 | 2023-12-09T04:16:25.054Z | Compiling tokio-macros v2.2.0 |
1341 | 2023-12-09T04:16:27.074Z | Compiling futures-macro v0.3.29 |
1342 | 2023-12-09T04:16:27.411Z | Compiling zeroize v1.7.0 |
1343 | 2023-12-09T04:16:27.748Z | Compiling tracing-attributes v0.1.26 |
1344 | 2023-12-09T04:16:28.540Z | Compiling schemars_derive v0.8.13 |
1345 | 2023-12-09T04:16:28.887Z | Compiling openssl-macros v0.1.1 |
1346 | 2023-12-09T04:16:30.376Z | Compiling crypto-common v0.1.6 |
1347 | 2023-12-09T04:16:30.598Z | Compiling pest v2.7.2 |
1348 | 2023-12-09T04:16:30.603Z | Compiling block-buffer v0.10.4 |
1349 | 2023-12-09T04:16:30.983Z | Compiling digest v0.10.7 |
1350 | 2023-12-09T04:16:31.703Z | Compiling regex v1.10.2 |
1351 | 2023-12-09T04:16:34.000Z | Compiling der_derive v0.7.2 |
1352 | 2023-12-09T04:16:34.244Z | Compiling tracing v0.1.37 |
1353 | 2023-12-09T04:16:35.315Z | Compiling percent-encoding v2.3.1 |
1354 | 2023-12-09T04:16:35.417Z | Compiling unicode-width v0.1.11 |
1355 | 2023-12-09T04:16:35.642Z | Compiling unicode-xid v0.2.4 |
1356 | 2023-12-09T04:16:35.844Z | Compiling foreign-types-shared v0.1.1 |
1357 | 2023-12-09T04:16:35.848Z | Compiling openssl-probe v0.1.5 |
1358 | 2023-12-09T04:16:35.891Z | Compiling untrusted v0.7.1 |
1359 | 2023-12-09T04:16:35.894Z | Compiling hashbrown v0.12.3 |
1360 | 2023-12-09T04:16:35.974Z | Compiling untrusted v0.9.0 |
1361 | 2023-12-09T04:16:36.179Z | Compiling slog v2.7.0 |
1362 | 2023-12-09T04:16:36.939Z | Compiling foreign-types v0.3.2 |
1363 | 2023-12-09T04:16:37.065Z | Compiling synstructure v0.12.6 |
1364 | 2023-12-09T04:16:40.251Z | Compiling errno v0.3.2 |
1365 | 2023-12-09T04:16:40.580Z | Compiling try-lock v0.2.4 |
1366 | 2023-12-09T04:16:40.653Z | Compiling ppv-lite86 v0.2.17 |
1367 | 2023-12-09T04:16:40.782Z | Compiling want v0.3.1 |
1368 | 2023-12-09T04:16:41.195Z | Compiling zerocopy-derive v0.2.0 |
1369 | 2023-12-09T04:16:41.831Z | Compiling sct v0.7.0 |
1370 | 2023-12-09T04:16:41.923Z | Compiling rustls-webpki v0.101.7 |
1371 | 2023-12-09T04:16:42.289Z | Compiling form_urlencoded v1.2.1 |
1372 | 2023-12-09T04:16:42.511Z | Compiling pest_meta v2.7.2 |
1373 | 2023-12-09T04:16:42.779Z | Compiling socket2 v0.4.9 |
1374 | 2023-12-09T04:16:44.222Z | Compiling httpdate v1.0.3 |
1375 | 2023-12-09T04:16:44.513Z | Compiling io-lifetimes v1.0.11 |
1376 | 2023-12-09T04:16:44.925Z | Compiling tower-service v0.3.2 |
1377 | 2023-12-09T04:16:45.108Z | Compiling pest_generator v2.7.2 |
1378 | 2023-12-09T04:16:46.125Z | Compiling rustls-pemfile v1.0.3 |
1379 | 2023-12-09T04:16:46.697Z | Compiling idna v0.5.0 |
1380 | 2023-12-09T04:16:47.752Z | Compiling lazy_static v1.4.0 |
1381 | 2023-12-09T04:16:48.257Z | Compiling bytes v1.5.0 |
1382 | 2023-12-09T04:16:48.677Z | Compiling indexmap v2.1.0 |
1383 | 2023-12-09T04:16:49.378Z | Compiling chrono v0.4.31 |
1384 | 2023-12-09T04:16:49.680Z | Compiling uuid v1.6.1 |
1385 | 2023-12-09T04:16:50.295Z | Compiling http v0.2.11 |
1386 | 2023-12-09T04:16:50.661Z | Compiling tokio v1.35.0 |
1387 | 2023-12-09T04:16:50.943Z | Compiling rustc_version v0.4.0 |
1388 | 2023-12-09T04:16:52.187Z | Compiling toml_datetime v0.6.5 |
1389 | 2023-12-09T04:16:52.194Z | Compiling serde_spanned v0.6.4 |
1390 | 2023-12-09T04:16:52.551Z | Compiling bitflags v2.4.0 |
1391 | 2023-12-09T04:16:53.393Z | Compiling toml_edit v0.19.15 |
1392 | 2023-12-09T04:16:55.749Z | Compiling http-body v0.4.5 |
1393 | 2023-12-09T04:16:56.379Z | Compiling heapless v0.7.16 |
1394 | 2023-12-09T04:16:56.997Z | Compiling openapiv3 v2.0.0-rc.1 |
1395 | 2023-12-09T04:16:58.688Z | Compiling adler v1.0.2 |
1396 | 2023-12-09T04:16:59.014Z | Compiling crossbeam-utils v0.8.16 |
1397 | 2023-12-09T04:16:59.790Z | Compiling miniz_oxide v0.7.1 |
1398 | 2023-12-09T04:17:00.324Z | Compiling pest_derive v2.7.2 |
1399 | 2023-12-09T04:17:02.376Z | Compiling url v2.5.0 |
1400 | 2023-12-09T04:17:04.140Z | Compiling tokio-util v0.7.10 |
1401 | 2023-12-09T04:17:05.518Z | Compiling tokio-rustls v0.24.1 |
1402 | 2023-12-09T04:17:06.117Z | Compiling h2 v0.3.21 |
1403 | 2023-12-09T04:17:06.296Z | Compiling tokio-native-tls v0.3.1 |
1404 | 2023-12-09T04:17:06.569Z | Compiling rustls-native-certs v0.6.3 |
1405 | 2023-12-09T04:17:06.654Z | Compiling rand_chacha v0.3.1 |
1406 | 2023-12-09T04:17:06.695Z | Compiling usdt-impl v0.3.5 |
1407 | 2023-12-09T04:17:07.248Z | Compiling ipnet v2.8.0 |
1408 | 2023-12-09T04:17:07.371Z | Compiling rustix v0.37.23 |
1409 | 2023-12-09T04:17:08.544Z | Compiling rand v0.8.5 |
1410 | 2023-12-09T04:17:09.218Z | Compiling serde_urlencoded v0.7.1 |
1411 | 2023-12-09T04:17:10.078Z | Compiling encoding_rs v0.8.33 |
1412 | 2023-12-09T04:17:10.203Z | Compiling mime v0.3.17 |
1413 | 2023-12-09T04:17:10.691Z | Compiling webpki-roots v0.25.2 |
1414 | 2023-12-09T04:17:10.914Z | Compiling gimli v0.28.0 |
1415 | 2023-12-09T04:17:12.477Z | Compiling zerocopy v0.3.0 |
1416 | 2023-12-09T04:17:13.100Z | Compiling object v0.32.1 |
1417 | 2023-12-09T04:17:13.696Z | Compiling num-bigint v0.4.4 |
1418 | 2023-12-09T04:17:15.536Z | Compiling rustc-demangle v0.1.23 |
1419 | 2023-12-09T04:17:15.836Z | Compiling dof v0.1.5 |
1420 | 2023-12-09T04:17:16.211Z | Compiling flate2 v1.0.28 |
1421 | 2023-12-09T04:17:16.921Z | Compiling dtrace-parser v0.1.14 |
1422 | 2023-12-09T04:17:17.313Z | Compiling hyper v0.14.27 |
1423 | 2023-12-09T04:17:17.338Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1424 | 2023-12-09T04:17:17.782Z | Compiling addr2line v0.21.0 |
1425 | 2023-12-09T04:17:17.898Z | Compiling thread-id v4.2.0 |
1426 | 2023-12-09T04:17:18.003Z | Compiling signal-hook v0.3.17 |
1427 | 2023-12-09T04:17:18.446Z | Compiling rustversion v1.0.14 |
1428 | 2023-12-09T04:17:19.544Z | Compiling toml v0.7.8 |
1429 | 2023-12-09T04:17:19.665Z | Compiling toml_edit v0.21.0 |
1430 | 2023-12-09T04:17:20.232Z | Compiling serde_tokenstream v0.1.7 |
1431 | 2023-12-09T04:17:21.042Z | Compiling serde_tokenstream v0.2.0 |
1432 | 2023-12-09T04:17:21.773Z | Compiling hex v0.4.3 |
1433 | 2023-12-09T04:17:21.879Z | Compiling memoffset v0.9.0 |
1434 | 2023-12-09T04:17:22.312Z | Compiling base64ct v1.6.0 |
1435 | 2023-12-09T04:17:22.340Z | Compiling strsim v0.10.0 |
1436 | 2023-12-09T04:17:23.787Z | Compiling regress v0.7.1 |
1437 | 2023-12-09T04:17:26.037Z | Compiling doc-comment v0.3.3 |
1438 | 2023-12-09T04:17:26.124Z | Compiling smoltcp v0.9.1 |
1439 | 2023-12-09T04:17:26.876Z | Compiling bitflags v1.3.2 |
1440 | 2023-12-09T04:17:27.257Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1441 | 2023-12-09T04:17:28.226Z | Compiling pem-rfc7468 v0.7.0 |
1442 | 2023-12-09T04:17:28.510Z | Compiling hyper-tls v0.5.0 |
1443 | 2023-12-09T04:17:28.849Z | Compiling hyper-rustls v0.24.2 |
1444 | 2023-12-09T04:17:29.039Z | Compiling strum_macros v0.25.2 |
1445 | 2023-12-09T04:17:29.340Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1446 | 2023-12-09T04:17:29.426Z | Compiling reqwest v0.11.22 |
1447 | 2023-12-09T04:17:30.155Z | Compiling usdt-macro v0.3.5 |
1448 | 2023-12-09T04:17:30.757Z | Compiling usdt-attr-macro v0.3.5 |
1449 | 2023-12-09T04:17:32.248Z | Compiling hmac v0.12.1 |
1450 | 2023-12-09T04:17:33.113Z | Compiling enum-as-inner v0.5.1 |
1451 | 2023-12-09T04:17:33.576Z | Compiling num-iter v0.1.43 |
1452 | 2023-12-09T04:17:34.007Z | Compiling crossbeam-epoch v0.9.15 |
1453 | 2023-12-09T04:17:34.669Z | Compiling flagset v0.4.3 |
1454 | 2023-12-09T04:17:34.741Z | Compiling unicode-segmentation v1.10.1 |
1455 | 2023-12-09T04:17:34.962Z | Compiling siphasher v0.3.11 |
1456 | 2023-12-09T04:17:35.162Z | Compiling der v0.7.8 |
1457 | 2023-12-09T04:17:36.129Z | Compiling hubpack_derive v0.1.1 |
1458 | 2023-12-09T04:17:36.437Z | Compiling zerocopy-derive v0.6.4 |
1459 | 2023-12-09T04:17:36.973Z | Compiling pin-project-internal v1.1.3 |
1460 | 2023-12-09T04:17:38.537Z | Compiling num_threads v0.1.6 |
1461 | 2023-12-09T04:17:39.006Z | Compiling anstyle v1.0.2 |
1462 | 2023-12-09T04:17:40.031Z | Compiling utf8parse v0.2.1 |
1463 | 2023-12-09T04:17:40.082Z | Compiling deranged v0.3.8 |
1464 | 2023-12-09T04:17:40.840Z | Compiling anstyle-parse v0.2.1 |
1465 | 2023-12-09T04:17:41.342Z | Compiling sha2 v0.10.8 |
1466 | 2023-12-09T04:17:42.113Z | Compiling spki v0.7.2 |
1467 | 2023-12-09T04:17:43.110Z | Compiling time v0.3.27 |
1468 | 2023-12-09T04:17:44.014Z | Compiling md-5 v0.10.5 |
1469 | 2023-12-09T04:17:44.578Z | Compiling block-padding v0.3.3 |
1470 | 2023-12-09T04:17:44.920Z | Compiling clap_derive v4.4.2 |
1471 | 2023-12-09T04:17:44.957Z | Compiling stringprep v0.1.3 |
1472 | 2023-12-09T04:17:45.724Z | Compiling hash32 v0.2.1 |
1473 | 2023-12-09T04:17:46.296Z | Compiling diesel_table_macro_syntax v0.1.0 |
1474 | 2023-12-09T04:17:46.587Z | Compiling stable_deref_trait v1.2.0 |
1475 | 2023-12-09T04:17:46.924Z | Compiling anstyle-query v1.0.0 |
1476 | 2023-12-09T04:17:47.105Z | Compiling colorchoice v1.0.0 |
1477 | 2023-12-09T04:17:47.197Z | Compiling fallible-iterator v0.2.0 |
1478 | 2023-12-09T04:17:47.621Z | Compiling either v1.9.0 |
1479 | 2023-12-09T04:17:48.122Z | Compiling anstream v0.5.0 |
1480 | 2023-12-09T04:17:48.324Z | Compiling postgres-protocol v0.6.6 |
1481 | 2023-12-09T04:17:49.204Z | Compiling diesel_derives v2.1.2 |
1482 | 2023-12-09T04:17:50.476Z | Compiling terminal_size v0.2.6 |
1483 | 2023-12-09T04:17:50.944Z | Compiling inout v0.1.3 |
1484 | 2023-12-09T04:17:52.677Z | Compiling pkcs8 v0.10.2 |
1485 | 2023-12-09T04:17:53.068Z | Compiling phf_shared v0.11.2 |
1486 | 2023-12-09T04:17:53.776Z | Compiling ff v0.13.0 |
1487 | 2023-12-09T04:17:54.141Z | Compiling snafu-derive v0.7.5 |
1488 | 2023-12-09T04:17:54.288Z | Compiling serde_repr v0.1.16 |
1489 | 2023-12-09T04:17:54.470Z | Compiling scheduled-thread-pool v0.2.7 |
1490 | 2023-12-09T04:17:54.572Z | Compiling managed v0.8.0 |
1491 | 2023-12-09T04:17:55.404Z | Compiling clap_lex v0.5.1 |
1492 | 2023-12-09T04:17:55.629Z | Compiling base16ct v0.2.0 |
1493 | 2023-12-09T04:17:56.049Z | Compiling matches v0.1.10 |
1494 | 2023-12-09T04:17:56.130Z | Compiling bit-vec v0.6.3 |
1495 | 2023-12-09T04:17:56.180Z | Compiling regex-automata v0.1.10 |
1496 | 2023-12-09T04:17:56.806Z | Compiling idna v0.2.3 |
1497 | 2023-12-09T04:17:56.896Z | Compiling bstr v0.2.17 |
1498 | 2023-12-09T04:17:59.253Z | Compiling sec1 v0.7.3 |
1499 | 2023-12-09T04:17:59.495Z | Compiling clap_builder v4.4.2 |
1500 | 2023-12-09T04:17:59.930Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1501 | 2023-12-09T04:18:02.479Z | Compiling r2d2 v0.8.10 |
1502 | 2023-12-09T04:18:03.950Z | Compiling group v0.13.0 |
1503 | 2023-12-09T04:18:06.497Z | Compiling phf v0.11.2 |
1504 | 2023-12-09T04:18:07.466Z | Compiling signal-hook-mio v0.2.3 |
1505 | 2023-12-09T04:18:08.151Z | Compiling cipher v0.4.4 |
1506 | 2023-12-09T04:18:08.437Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1507 | 2023-12-09T04:18:08.632Z | Compiling bzip2 v0.4.4 |
1508 | 2023-12-09T04:18:08.919Z | Compiling postgres-types v0.2.6 |
1509 | 2023-12-09T04:18:09.212Z | Compiling itertools v0.11.0 |
1510 | 2023-12-09T04:18:10.283Z | Compiling pin-project v1.1.3 |
1511 | 2023-12-09T04:18:10.470Z | Compiling zerocopy v0.6.4 |
1512 | 2023-12-09T04:18:11.449Z | Compiling hubpack v0.1.2 |
1513 | 2023-12-09T04:18:11.834Z | Compiling phf_shared v0.10.0 |
1514 | 2023-12-09T04:18:12.413Z | Compiling hkdf v0.12.3 |
1515 | 2023-12-09T04:18:12.508Z | Compiling ipnetwork v0.20.0 |
1516 | 2023-12-09T04:18:12.788Z | Compiling crypto-bigint v0.5.2 |
1517 | 2023-12-09T04:18:13.511Z | Compiling futures-executor v0.3.29 |
1518 | 2023-12-09T04:18:14.010Z | Compiling getopts v0.2.21 |
1519 | 2023-12-09T04:18:14.077Z | Compiling float-cmp v0.9.0 |
1520 | 2023-12-09T04:18:14.543Z | Compiling difflib v0.4.0 |
1521 | 2023-12-09T04:18:15.582Z | Compiling normalize-line-endings v0.3.0 |
1522 | 2023-12-09T04:18:15.684Z | Compiling data-encoding v2.4.0 |
1523 | 2023-12-09T04:18:15.750Z | Compiling static_assertions v1.1.0 |
1524 | 2023-12-09T04:18:17.178Z | Compiling predicates-core v1.0.6 |
1525 | 2023-12-09T04:18:17.731Z | Compiling unsafe-libyaml v0.2.9 |
1526 | 2023-12-09T04:18:18.589Z | Compiling whoami v1.4.1 |
1527 | 2023-12-09T04:18:19.543Z | Compiling precomputed-hash v0.1.1 |
1528 | 2023-12-09T04:18:19.621Z | Compiling regex-automata v0.3.8 |
1529 | 2023-12-09T04:18:19.705Z | Compiling fixedbitset v0.4.2 |
1530 | 2023-12-09T04:18:20.027Z | Compiling new_debug_unreachable v1.0.4 |
1531 | 2023-12-09T04:18:20.156Z | Compiling string_cache v0.8.7 |
1532 | 2023-12-09T04:18:20.398Z | Compiling petgraph v0.6.4 |
1533 | 2023-12-09T04:18:20.892Z | Compiling serde_yaml v0.9.25 |
1534 | 2023-12-09T04:18:20.945Z | Compiling tokio-postgres v0.7.10 |
1535 | 2023-12-09T04:18:21.364Z | Compiling trust-dns-proto v0.22.0 |
1536 | 2023-12-09T04:18:22.083Z | Compiling predicates v3.0.4 |
1537 | 2023-12-09T04:18:23.635Z | Compiling bstr v1.6.0 |
1538 | 2023-12-09T04:18:24.871Z | Compiling diesel v2.1.4 |
1539 | 2023-12-09T04:18:26.150Z | Compiling elliptic-curve v0.13.8 |
1540 | 2023-12-09T04:18:26.969Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1541 | 2023-12-09T04:18:27.362Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1542 | 2023-12-09T04:18:28.359Z | Compiling futures v0.3.29 |
1543 | 2023-12-09T04:18:30.596Z | Compiling snafu v0.7.5 |
1544 | 2023-12-09T04:18:31.919Z | Compiling zip v0.6.6 |
1545 | 2023-12-09T04:18:34.260Z | Compiling yasna v0.5.2 |
1546 | 2023-12-09T04:18:35.390Z | Compiling crossterm v0.27.0 |
1547 | 2023-12-09T04:18:36.431Z | Compiling clap v4.4.3 |
1548 | 2023-12-09T04:18:37.411Z | Compiling similar v2.2.1 |
1549 | 2023-12-09T04:18:37.825Z | Compiling bit-set v0.5.3 |
1550 | 2023-12-09T04:18:37.944Z | Compiling itertools v0.10.5 |
1551 | 2023-12-09T04:18:38.309Z | Compiling usdt v0.3.5 |
1552 | 2023-12-09T04:18:39.296Z | Compiling tokio-stream v0.1.14 |
1553 | 2023-12-09T04:18:40.108Z | Compiling console v0.15.7 |
1554 | 2023-12-09T04:18:41.610Z | Compiling lalrpop-util v0.19.12 |
1555 | 2023-12-09T04:18:42.579Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1556 | 2023-12-09T04:19:30.105Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1557 | 2023-12-09T04:19:32.277Z | Compiling sha1 v0.10.6 |
1558 | 2023-12-09T04:19:32.916Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1559 | 2023-12-09T04:19:43.717Z | Compiling atty v0.2.14 |
1560 | 2023-12-09T04:19:43.909Z | Compiling match_cfg v0.1.0 |
1561 | 2023-12-09T04:19:44.565Z | Compiling hostname v0.3.1 |
1562 | 2023-12-09T04:19:44.917Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1563 | 2023-12-09T04:19:45.213Z | Compiling dirs-sys-next v0.1.2 |
1564 | 2023-12-09T04:19:45.341Z | Compiling ident_case v1.0.1 |
1565 | 2023-12-09T04:19:45.426Z | Compiling thread_local v1.1.7 |
1566 | 2023-12-09T04:19:45.605Z | Compiling darling_core v0.20.3 |
1567 | 2023-12-09T04:19:45.887Z | Compiling dirs-next v2.0.0 |
1568 | 2023-12-09T04:19:46.150Z | Compiling slog-async v2.8.0 |
1569 | 2023-12-09T04:19:46.196Z | Compiling camino v1.1.6 |
1570 | 2023-12-09T04:19:46.313Z | Compiling term v0.7.0 |
1571 | 2023-12-09T04:19:47.161Z | Compiling crossbeam-channel v0.5.8 |
1572 | 2023-12-09T04:19:47.229Z | Compiling multer v2.1.0 |
1573 | 2023-12-09T04:19:47.674Z | Compiling instant v0.1.12 |
1574 | 2023-12-09T04:19:47.883Z | Compiling paste v1.0.14 |
1575 | 2023-12-09T04:19:48.065Z | Compiling take_mut v0.2.2 |
1576 | 2023-12-09T04:19:48.775Z | Compiling slog-term v2.9.0 |
1577 | 2023-12-09T04:19:49.030Z | Compiling slog-json v2.6.1 |
1578 | 2023-12-09T04:19:49.613Z | Compiling async-stream-impl v0.3.5 |
1579 | 2023-12-09T04:19:50.123Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1580 | 2023-12-09T04:19:50.556Z | Compiling atomic-waker v1.1.1 |
1581 | 2023-12-09T04:19:50.748Z | Compiling debug-ignore v1.0.5 |
1582 | 2023-12-09T04:19:50.786Z | Compiling waitgroup v0.1.2 |
1583 | 2023-12-09T04:19:50.916Z | Compiling slog-bunyan v2.4.0 |
1584 | 2023-12-09T04:19:51.204Z | Compiling toml v0.8.8 |
1585 | 2023-12-09T04:19:51.824Z | Compiling async-stream v0.3.5 |
1586 | 2023-12-09T04:19:52.302Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1587 | 2023-12-09T04:19:52.389Z | Compiling serde_path_to_error v0.1.14 |
1588 | 2023-12-09T04:19:52.789Z | Compiling structmeta-derive v0.2.0 |
1589 | 2023-12-09T04:19:52.892Z | Compiling strum v0.25.0 |
1590 | 2023-12-09T04:19:52.954Z | Compiling regex-syntax v0.7.5 |
1591 | 2023-12-09T04:19:53.162Z | Compiling backoff v0.4.0 |
1592 | 2023-12-09T04:19:53.654Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1593 | 2023-12-09T04:19:53.799Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1594 | 2023-12-09T04:19:54.022Z | Compiling macaddr v1.0.1 |
1595 | 2023-12-09T04:19:54.047Z | Compiling proc-macro-error-attr v1.0.4 |
1596 | 2023-12-09T04:19:54.595Z | Compiling proc-macro-crate v1.3.1 |
1597 | 2023-12-09T04:19:54.731Z | Compiling proc-macro-error v1.0.4 |
1598 | 2023-12-09T04:19:55.377Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1599 | 2023-12-09T04:19:55.784Z | Compiling darling_macro v0.20.3 |
1600 | 2023-12-09T04:19:55.872Z | Compiling smoltcp v0.10.0 |
1601 | 2023-12-09T04:19:56.337Z | Compiling num_enum_derive v0.5.11 |
1602 | 2023-12-09T04:19:57.066Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1603 | 2023-12-09T04:19:57.268Z | Compiling cobs v0.2.3 |
1604 | 2023-12-09T04:19:57.424Z | Compiling darling v0.20.3 |
1605 | 2023-12-09T04:19:57.484Z | Compiling embedded-io v0.4.0 |
1606 | 2023-12-09T04:19:57.589Z | Compiling serde_with_macros v3.4.0 |
1607 | 2023-12-09T04:19:57.711Z | Compiling structmeta v0.2.0 |
1608 | 2023-12-09T04:19:57.734Z | Compiling fastrand v2.0.0 |
1609 | 2023-12-09T04:19:57.817Z | Compiling postcard v1.0.8 |
1610 | 2023-12-09T04:19:58.437Z | Compiling tempfile v3.8.1 |
1611 | 2023-12-09T04:19:59.242Z | Compiling foreign-types-macros v0.2.3 |
1612 | 2023-12-09T04:19:59.769Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1613 | 2023-12-09T04:20:00.200Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1614 | 2023-12-09T04:20:00.619Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1615 | 2023-12-09T04:20:00.773Z | Compiling num_enum v0.5.11 |
1616 | 2023-12-09T04:20:00.887Z | Compiling foreign-types-shared v0.3.1 |
1617 | 2023-12-09T04:20:00.991Z | Compiling same-file v1.0.6 |
1618 | 2023-12-09T04:20:01.047Z | Compiling crucible-workspace-hack v0.1.0 |
1619 | 2023-12-09T04:20:01.290Z | Compiling foreign-types v0.5.0 |
1620 | 2023-12-09T04:20:01.332Z | Compiling walkdir v2.4.0 |
1621 | 2023-12-09T04:20:01.760Z | Compiling is-terminal v0.4.9 |
1622 | 2023-12-09T04:20:01.962Z | Compiling semver-parser v0.10.2 |
1623 | 2023-12-09T04:20:01.994Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1624 | 2023-12-09T04:20:02.098Z | Compiling serde_with v3.4.0 |
1625 | 2023-12-09T04:20:02.551Z | Compiling zerocopy-derive v0.7.26 |
1626 | 2023-12-09T04:20:03.395Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1627 | 2023-12-09T04:20:04.429Z | Compiling parse-display-derive v0.8.2 |
1628 | 2023-12-09T04:20:04.812Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1629 | 2023-12-09T04:20:05.707Z | Compiling cstr-argument v0.1.2 |
1630 | 2023-12-09T04:20:06.064Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1631 | 2023-12-09T04:20:06.499Z | Compiling pretty-hex v0.2.1 |
1632 | 2023-12-09T04:20:06.772Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1633 | 2023-12-09T04:20:07.317Z | Compiling zerocopy v0.7.26 |
1634 | 2023-12-09T04:20:07.350Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1635 | 2023-12-09T04:20:08.333Z | Compiling semver v0.11.0 |
1636 | 2023-12-09T04:20:08.596Z | Compiling colored v2.0.4 |
1637 | 2023-12-09T04:20:08.763Z | Compiling xattr v1.0.1 |
1638 | 2023-12-09T04:20:09.054Z | Compiling filetime v0.2.23 |
1639 | 2023-12-09T04:20:09.151Z | Compiling home v0.5.5 |
1640 | 2023-12-09T04:20:09.524Z | Compiling toolchain_find v0.2.0 |
1641 | 2023-12-09T04:20:09.554Z | Compiling tar v0.4.40 |
1642 | 2023-12-09T04:20:09.706Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1643 | 2023-12-09T04:20:09.744Z | Compiling camino-tempfile v1.1.1 |
1644 | 2023-12-09T04:20:09.771Z | Compiling zone_cfg_derive v0.3.0 |
1645 | 2023-12-09T04:20:10.397Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1646 | 2023-12-09T04:20:10.472Z | Compiling textwrap v0.11.0 |
1647 | 2023-12-09T04:20:11.116Z | Compiling heck v0.3.3 |
1648 | 2023-12-09T04:20:11.729Z | Compiling toml v0.5.11 |
1649 | 2023-12-09T04:20:11.804Z | Compiling parse-display v0.8.2 |
1650 | 2023-12-09T04:20:11.854Z | Compiling num-derive v0.4.0 |
1651 | 2023-12-09T04:20:12.085Z | Compiling strsim v0.8.0 |
1652 | 2023-12-09T04:20:12.235Z | Compiling vec_map v0.8.2 |
1653 | 2023-12-09T04:20:12.680Z | Compiling platforms v3.0.2 |
1654 | 2023-12-09T04:20:12.769Z | Compiling ansi_term v0.12.1 |
1655 | 2023-12-09T04:20:12.974Z | Compiling libefi-sys v0.1.0 |
1656 | 2023-12-09T04:20:13.173Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1657 | 2023-12-09T04:20:13.276Z | Compiling zone v0.3.0 |
1658 | 2023-12-09T04:20:13.508Z | Compiling clap v2.34.0 |
1659 | 2023-12-09T04:20:13.994Z | Compiling structopt-derive v0.4.18 |
1660 | 2023-12-09T04:20:14.759Z | Compiling rustfmt-wrapper v0.2.0 |
1661 | 2023-12-09T04:20:15.803Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1662 | 2023-12-09T04:20:15.829Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1663 | 2023-12-09T04:20:15.852Z | Compiling omicron-zone-package v0.9.1 |
1664 | 2023-12-09T04:20:16.428Z | Compiling smf v0.2.2 |
1665 | 2023-12-09T04:20:17.416Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1666 | 2023-12-09T04:20:18.669Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1667 | 2023-12-09T04:20:19.013Z | Compiling unicase v2.7.0 |
1668 | 2023-12-09T04:20:19.036Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1669 | 2023-12-09T04:20:19.066Z | Compiling universal-hash v0.5.1 |
1670 | 2023-12-09T04:20:19.165Z | Compiling structopt v0.3.26 |
1671 | 2023-12-09T04:20:19.342Z | Compiling curve25519-dalek v4.1.0 |
1672 | 2023-12-09T04:20:19.460Z | Compiling opaque-debug v0.3.0 |
1673 | 2023-12-09T04:20:19.553Z | Compiling curve25519-dalek-derive v0.1.0 |
1674 | 2023-12-09T04:20:19.596Z | Compiling num-rational v0.4.1 |
1675 | 2023-12-09T04:20:19.738Z | Compiling getrandom v0.1.16 |
1676 | 2023-12-09T04:20:20.374Z | Compiling signature v2.1.0 |
1677 | 2023-12-09T04:20:20.426Z | Compiling quick-error v1.2.3 |
1678 | 2023-12-09T04:20:20.455Z | Compiling parking_lot_core v0.8.6 |
1679 | 2023-12-09T04:20:20.632Z | Compiling keccak v0.1.4 |
1680 | 2023-12-09T04:20:20.726Z | Compiling linked-hash-map v0.5.6 |
1681 | 2023-12-09T04:20:21.163Z | Compiling sha3 v0.10.8 |
1682 | 2023-12-09T04:20:21.286Z | Compiling lru-cache v0.1.2 |
1683 | 2023-12-09T04:20:21.569Z | Compiling resolv-conf v0.7.0 |
1684 | 2023-12-09T04:20:22.282Z | Compiling password-hash v0.5.0 |
1685 | 2023-12-09T04:20:22.715Z | Compiling blake2 v0.10.6 |
1686 | 2023-12-09T04:20:22.832Z | Compiling aead v0.5.2 |
1687 | 2023-12-09T04:20:22.920Z | Compiling secrecy v0.8.0 |
1688 | 2023-12-09T04:20:23.389Z | Compiling num-complex v0.4.4 |
1689 | 2023-12-09T04:20:23.441Z | Compiling nibble_vec v0.1.0 |
1690 | 2023-12-09T04:20:23.749Z | Compiling slog-dtrace v0.2.3 |
1691 | 2023-12-09T04:20:24.053Z | Compiling utf-8 v0.7.6 |
1692 | 2023-12-09T04:20:24.180Z | Compiling cancel-safe-futures v0.1.5 |
1693 | 2023-12-09T04:20:24.552Z | Compiling convert_case v0.4.0 |
1694 | 2023-12-09T04:20:24.690Z | Compiling arc-swap v1.6.0 |
1695 | 2023-12-09T04:20:25.206Z | Compiling endian-type v0.1.2 |
1696 | 2023-12-09T04:20:25.226Z | Compiling winapi v0.3.9 |
1697 | 2023-12-09T04:20:25.315Z | Compiling num v0.4.1 |
1698 | 2023-12-09T04:20:25.474Z | Compiling slog-scope v4.4.0 |
1699 | 2023-12-09T04:20:25.589Z | Compiling radix_trie v0.2.1 |
1700 | 2023-12-09T04:20:25.755Z | Compiling tungstenite v0.20.1 |
1701 | 2023-12-09T04:20:26.088Z | Compiling derive_more v0.99.17 |
1702 | 2023-12-09T04:20:26.439Z | Compiling argon2 v0.5.2 |
1703 | 2023-12-09T04:20:26.644Z | Compiling mime_guess v2.0.4 |
1704 | 2023-12-09T04:20:26.902Z | Compiling trust-dns-resolver v0.22.0 |
1705 | 2023-12-09T04:20:28.808Z | Compiling rand_core v0.5.1 |
1706 | 2023-12-09T04:20:29.425Z | Compiling poly1305 v0.8.0 |
1707 | 2023-12-09T04:20:29.826Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1708 | 2023-12-09T04:20:29.945Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1709 | 2023-12-09T04:20:30.423Z | Compiling chacha20 v0.9.1 |
1710 | 2023-12-09T04:20:31.168Z | Compiling rfc6979 v0.4.0 |
1711 | 2023-12-09T04:20:31.437Z | Compiling thiserror-impl-no-std v2.0.2 |
1712 | 2023-12-09T04:20:31.614Z | Compiling half v1.8.2 |
1713 | 2023-12-09T04:20:31.637Z | Compiling option-ext v0.2.0 |
1714 | 2023-12-09T04:20:31.816Z | Compiling ciborium-io v0.2.1 |
1715 | 2023-12-09T04:20:32.008Z | Compiling dirs-sys v0.4.1 |
1716 | 2023-12-09T04:20:32.292Z | Compiling ciborium-ll v0.2.1 |
1717 | 2023-12-09T04:20:32.621Z | Compiling ecdsa v0.16.9 |
1718 | 2023-12-09T04:20:32.989Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1719 | 2023-12-09T04:20:33.483Z | Compiling parking_lot v0.11.2 |
1720 | 2023-12-09T04:20:33.672Z | Compiling rand_chacha v0.2.2 |
1721 | 2023-12-09T04:20:34.145Z | Compiling tokio-tungstenite v0.20.1 |
1722 | 2023-12-09T04:20:35.127Z | Compiling trust-dns-client v0.22.0 |
1723 | 2023-12-09T04:20:35.917Z | Compiling slog-stdlog v4.1.1 |
1724 | 2023-12-09T04:20:36.478Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1725 | 2023-12-09T04:20:36.788Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1726 | 2023-12-09T04:20:36.883Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1727 | 2023-12-09T04:20:36.952Z | Compiling thiserror-no-std v2.0.2 |
1728 | 2023-12-09T04:20:37.108Z | Compiling ed25519 v2.2.2 |
1729 | 2023-12-09T04:20:37.519Z | Compiling polyval v0.6.1 |
1730 | 2023-12-09T04:20:37.814Z | Compiling primeorder v0.13.6 |
1731 | 2023-12-09T04:20:38.229Z | Compiling ctr v0.9.2 |
1732 | 2023-12-09T04:20:38.691Z | Compiling aes v0.8.3 |
1733 | 2023-12-09T04:20:38.755Z | Compiling blowfish v0.9.1 |
1734 | 2023-12-09T04:20:39.495Z | Compiling password-hash v0.4.2 |
1735 | 2023-12-09T04:20:40.195Z | Compiling libsw v3.3.0 |
1736 | 2023-12-09T04:20:40.668Z | Compiling pbkdf2 v0.12.2 |
1737 | 2023-12-09T04:20:40.916Z | Compiling derive-where v1.2.6 |
1738 | 2023-12-09T04:20:41.063Z | Compiling fxhash v0.2.1 |
1739 | 2023-12-09T04:20:42.341Z | Compiling linear-map v1.2.0 |
1740 | 2023-12-09T04:20:42.914Z | Compiling owo-colors v3.5.0 |
1741 | 2023-12-09T04:20:43.617Z | Compiling glob v0.3.1 |
1742 | 2023-12-09T04:20:45.279Z | Compiling swrite v0.1.0 |
1743 | 2023-12-09T04:20:45.460Z | Compiling trust-dns-server v0.22.1 |
1744 | 2023-12-09T04:20:47.127Z | Compiling sled v0.34.7 |
1745 | 2023-12-09T04:20:47.211Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1746 | 2023-12-09T04:20:49.685Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1747 | 2023-12-09T04:20:50.637Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1748 | 2023-12-09T04:20:51.231Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1749 | 2023-12-09T04:20:51.922Z | Compiling bcrypt-pbkdf v0.10.0 |
1750 | 2023-12-09T04:20:52.838Z | Compiling pbkdf2 v0.11.0 |
1751 | 2023-12-09T04:20:53.436Z | Compiling p256 v0.13.2 |
1752 | 2023-12-09T04:20:54.753Z | Compiling ghash v0.5.0 |
1753 | 2023-12-09T04:20:55.036Z | Compiling ed25519-dalek v2.0.0 |
1754 | 2023-12-09T04:20:56.797Z | Compiling vsss-rs v3.3.1 |
1755 | 2023-12-09T04:20:57.590Z | Compiling slog-envlogger v2.2.0 |
1756 | 2023-12-09T04:20:58.679Z | Compiling russh-cryptovec v0.7.0 |
1757 | 2023-12-09T04:20:58.820Z | Compiling rand v0.7.3 |
1758 | 2023-12-09T04:21:00.917Z | Compiling ciborium v0.2.1 |
1759 | 2023-12-09T04:21:02.605Z | Compiling dirs v5.0.1 |
1760 | 2023-12-09T04:21:02.741Z | Compiling chacha20poly1305 v0.10.1 |
1761 | 2023-12-09T04:21:02.902Z | Compiling cbc v0.1.2 |
1762 | 2023-12-09T04:21:03.116Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1763 | 2023-12-09T04:21:03.300Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1764 | 2023-12-09T04:21:03.459Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1765 | 2023-12-09T04:21:03.562Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1766 | 2023-12-09T04:21:03.699Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1767 | 2023-12-09T04:21:03.763Z | Compiling pem v3.0.2 |
1768 | 2023-12-09T04:21:04.640Z | Compiling headers-core v0.2.0 |
1769 | 2023-12-09T04:21:04.832Z | Compiling kstat-rs v0.2.3 |
1770 | 2023-12-09T04:21:04.864Z | Compiling pretty-hex v0.4.0 |
1771 | 2023-12-09T04:21:05.019Z | Compiling http-range v0.1.5 |
1772 | 2023-12-09T04:21:05.184Z | Compiling md5 v0.7.0 |
1773 | 2023-12-09T04:21:05.580Z | Compiling russh-keys v0.40.0 |
1774 | 2023-12-09T04:21:05.976Z | Compiling hyper-staticfile v0.9.5 |
1775 | 2023-12-09T04:21:06.037Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1776 | 2023-12-09T04:21:07.361Z | Compiling headers v0.3.9 |
1777 | 2023-12-09T04:21:07.511Z | Compiling rcgen v0.11.3 |
1778 | 2023-12-09T04:21:10.796Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1779 | 2023-12-09T04:21:11.039Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1780 | 2023-12-09T04:21:11.348Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1781 | 2023-12-09T04:21:11.828Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1782 | 2023-12-09T04:21:14.834Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1783 | 2023-12-09T04:21:16.439Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1784 | 2023-12-09T04:21:19.103Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1785 | 2023-12-09T04:21:20.418Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1786 | 2023-12-09T04:21:20.499Z | Compiling aes-gcm v0.10.3 |
1787 | 2023-12-09T04:21:20.963Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1788 | 2023-12-09T04:21:23.471Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1789 | 2023-12-09T04:21:25.849Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1790 | 2023-12-09T04:21:33.847Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1791 | 2023-12-09T04:21:34.141Z | Compiling atomicwrites v0.4.2 |
1792 | 2023-12-09T04:21:34.594Z | Compiling itertools v0.12.0 |
1793 | 2023-12-09T04:21:34.663Z | Compiling subprocess v0.2.9 |
1794 | 2023-12-09T04:21:36.361Z | Compiling hex-literal v0.4.1 |
1795 | 2023-12-09T04:21:36.585Z | Compiling display-error-chain v0.2.0 |
1796 | 2023-12-09T04:21:36.825Z | Compiling russh v0.40.0 |
1797 | 2023-12-09T04:21:37.481Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1798 | 2023-12-09T04:21:38.162Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1799 | 2023-12-09T04:21:39.706Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1800 | 2023-12-09T04:22:09.047Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1801 | 2023-12-09T04:23:25.739Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 51s |
1802 | 2023-12-09T04:23:26.020Z | |
1803 | 2023-12-09T04:23:26.020Z | real 7:51.593064852 |
1804 | 2023-12-09T04:23:26.021Z | user 43:52.075601390 |
1805 | 2023-12-09T04:23:26.021Z | sys 6:39.002873769 |
1806 | 2023-12-09T04:23:26.021Z | trap 1.603583984 |
1807 | 2023-12-09T04:23:26.024Z | tflt 2.629862268 |
1808 | 2023-12-09T04:23:26.024Z | dflt 5.428519498 |
1809 | 2023-12-09T04:23:26.024Z | kflt 0.020252622 |
1810 | 2023-12-09T04:23:26.024Z | lock 1:23:13.945788285 |
1811 | 2023-12-09T04:23:26.024Z | slp 2:04:24.194494174 |
1812 | 2023-12-09T04:23:26.024Z | lat 2:01.298628150 |
1813 | 2023-12-09T04:23:26.024Z | stop 4:38.035013667 |
1814 | 2023-12-09T04:23:26.024Z | + mkdir -p /work/end-to-end-tests |
1815 | 2023-12-09T04:23:26.027Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1816 | 2023-12-09T04:23:26.630Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1817 | 2023-12-09T04:23:26.630Z | + ptime -m gzip |
1818 | 2023-12-09T04:23:26.633Z | ++ basename target/debug/bootstrap |
1819 | 2023-12-09T04:23:43.462Z | |
1820 | 2023-12-09T04:23:43.465Z | real 16.826124382 |
1821 | 2023-12-09T04:23:43.465Z | user 16.652340522 |
1822 | 2023-12-09T04:23:43.466Z | sys 0.159156095 |
1823 | 2023-12-09T04:23:43.466Z | trap 0.004917260 |
1824 | 2023-12-09T04:23:43.466Z | tflt 0.000000000 |
1825 | 2023-12-09T04:23:43.466Z | dflt 0.000000000 |
1826 | 2023-12-09T04:23:43.466Z | kflt 0.000000000 |
1827 | 2023-12-09T04:23:43.466Z | lock 0.000000000 |
1828 | 2023-12-09T04:23:43.466Z | slp 0.000000000 |
1829 | 2023-12-09T04:23:43.466Z | lat 0.009372633 |
1830 | 2023-12-09T04:23:43.466Z | stop 0.000223093 |
1831 | 2023-12-09T04:23:43.466Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1832 | 2023-12-09T04:23:43.466Z | + ptime -m gzip |
1833 | 2023-12-09T04:23:43.469Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6bafd3fa6eef4151 |
1834 | 2023-12-09T04:23:44.543Z | |
1835 | 2023-12-09T04:23:44.546Z | real 1.071493185 |
1836 | 2023-12-09T04:23:44.546Z | user 1.060515958 |
1837 | 2023-12-09T04:23:44.546Z | sys 0.010376676 |
1838 | 2023-12-09T04:23:44.547Z | trap 0.000104367 |
1839 | 2023-12-09T04:23:44.547Z | tflt 0.000000000 |
1840 | 2023-12-09T04:23:44.547Z | dflt 0.000000000 |
1841 | 2023-12-09T04:23:44.547Z | kflt 0.000000000 |
1842 | 2023-12-09T04:23:44.547Z | lock 0.000000000 |
1843 | 2023-12-09T04:23:44.547Z | slp 0.000000000 |
1844 | 2023-12-09T04:23:44.547Z | lat 0.000160470 |
1845 | 2023-12-09T04:23:44.547Z | stop 0.000220870 |
1846 | 2023-12-09T04:23:44.547Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1847 | 2023-12-09T04:23:44.547Z | + ptime -m gzip |
1848 | 2023-12-09T04:23:44.547Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d68396a0af635b1c |
1849 | 2023-12-09T04:24:01.984Z | |
1850 | 2023-12-09T04:24:01.988Z | real 17.433877213 |
1851 | 2023-12-09T04:24:01.988Z | user 17.267253033 |
1852 | 2023-12-09T04:24:01.988Z | sys 0.162243876 |
1853 | 2023-12-09T04:24:01.989Z | trap 0.002752472 |
1854 | 2023-12-09T04:24:01.989Z | tflt 0.000000000 |
1855 | 2023-12-09T04:24:01.989Z | dflt 0.000000000 |
1856 | 2023-12-09T04:24:01.989Z | kflt 0.000000000 |
1857 | 2023-12-09T04:24:01.989Z | lock 0.000000000 |
1858 | 2023-12-09T04:24:01.989Z | slp 0.000000000 |
1859 | 2023-12-09T04:24:01.989Z | lat 0.001293566 |
1860 | 2023-12-09T04:24:01.990Z | stop 0.000217247 |
1861 | 2023-12-09T04:24:01.990Z | + banner caboose-util |
1862 | 2023-12-09T04:24:01.990Z | |
1863 | 2023-12-09T04:24:01.990Z | #### ## ##### #### #### #### ###### # # ##### |
1864 | 2023-12-09T04:24:01.990Z | # # # # # # # # # # # # # # # |
1865 | 2023-12-09T04:24:01.990Z | # # # ##### # # # # #### ##### ##### # # # |
1866 | 2023-12-09T04:24:01.990Z | # ###### # # # # # # # # # # # |
1867 | 2023-12-09T04:24:01.990Z | # # # # # # # # # # # # # # # # |
1868 | 2023-12-09T04:24:01.990Z | #### # # ##### #### #### #### ###### #### # |
1869 | 2023-12-09T04:24:01.990Z | |
1870 | 2023-12-09T04:24:01.991Z | + ptime -m cargo build --locked -p caboose-util --release |
1871 | 2023-12-09T04:24:02.626Z | Downloading crates ... |
1872 | 2023-12-09T04:24:02.998Z | Downloaded packed_struct_codegen v0.10.1 |
1873 | 2023-12-09T04:24:03.009Z | Downloaded crc-any v2.4.3 |
1874 | 2023-12-09T04:24:03.013Z | Downloaded ron v0.8.1 |
1875 | 2023-12-09T04:24:03.025Z | Downloaded funty v2.0.0 |
1876 | 2023-12-09T04:24:03.029Z | Downloaded maybe-uninit v2.0.0 |
1877 | 2023-12-09T04:24:03.029Z | Downloaded crc-catalog v2.2.0 |
1878 | 2023-12-09T04:24:03.033Z | Downloaded radium v0.7.0 |
1879 | 2023-12-09T04:24:03.033Z | Downloaded tap v1.0.1 |
1880 | 2023-12-09T04:24:03.036Z | Downloaded packed_struct v0.10.1 |
1881 | 2023-12-09T04:24:03.036Z | Downloaded pkcs1 v0.7.5 |
1882 | 2023-12-09T04:24:03.040Z | Downloaded array-init v0.0.4 |
1883 | 2023-12-09T04:24:03.043Z | Downloaded env_logger v0.10.0 |
1884 | 2023-12-09T04:24:03.049Z | Downloaded nodrop v0.1.14 |
1885 | 2023-12-09T04:24:03.053Z | Downloaded smallvec v0.6.14 |
1886 | 2023-12-09T04:24:03.053Z | Downloaded wyz v0.5.1 |
1887 | 2023-12-09T04:24:03.053Z | Downloaded termcolor v1.2.0 |
1888 | 2023-12-09T04:24:03.056Z | Downloaded bitfield v0.14.0 |
1889 | 2023-12-09T04:24:03.061Z | Downloaded serde-hex v0.1.0 |
1890 | 2023-12-09T04:24:03.061Z | Downloaded path-slash v0.1.5 |
1891 | 2023-12-09T04:24:03.061Z | Downloaded rsa v0.9.2 |
1892 | 2023-12-09T04:24:03.074Z | Downloaded x509-cert v0.2.4 |
1893 | 2023-12-09T04:24:03.085Z | Downloaded bitvec v1.0.1 |
1894 | 2023-12-09T04:24:03.112Z | Downloaded object v0.30.4 |
1895 | 2023-12-09T04:24:03.129Z | Downloaded num-bigint-dig v0.8.4 |
1896 | 2023-12-09T04:24:03.136Z | Downloaded crc v3.0.1 |
1897 | 2023-12-09T04:24:03.304Z | Compiling proc-macro2 v1.0.69 |
1898 | 2023-12-09T04:24:03.315Z | Compiling unicode-ident v1.0.12 |
1899 | 2023-12-09T04:24:03.315Z | Compiling libc v0.2.150 |
1900 | 2023-12-09T04:24:03.315Z | Compiling autocfg v1.1.0 |
1901 | 2023-12-09T04:24:03.315Z | Compiling serde v1.0.192 |
1902 | 2023-12-09T04:24:03.315Z | Compiling cfg-if v1.0.0 |
1903 | 2023-12-09T04:24:03.334Z | Compiling version_check v0.9.4 |
1904 | 2023-12-09T04:24:03.427Z | Compiling typenum v1.16.0 |
1905 | 2023-12-09T04:24:03.454Z | Compiling syn v1.0.109 |
1906 | 2023-12-09T04:24:03.568Z | Compiling parking_lot_core v0.9.8 |
1907 | 2023-12-09T04:24:04.113Z | Compiling futures-core v0.3.29 |
1908 | 2023-12-09T04:24:04.146Z | Compiling libm v0.2.7 |
1909 | 2023-12-09T04:24:04.275Z | Compiling generic-array v0.14.7 |
1910 | 2023-12-09T04:24:04.354Z | Compiling lock_api v0.4.10 |
1911 | 2023-12-09T04:24:04.573Z | Compiling num-traits v0.2.16 |
1912 | 2023-12-09T04:24:04.584Z | Compiling once_cell v1.19.0 |
1913 | 2023-12-09T04:24:04.664Z | Compiling pkg-config v0.3.27 |
1914 | 2023-12-09T04:24:04.754Z | Compiling scopeguard v1.2.0 |
1915 | 2023-12-09T04:24:05.119Z | Compiling slab v0.4.9 |
1916 | 2023-12-09T04:24:05.138Z | Compiling serde_json v1.0.108 |
1917 | 2023-12-09T04:24:05.151Z | Compiling futures-task v0.3.29 |
1918 | 2023-12-09T04:24:05.542Z | Compiling quote v1.0.33 |
1919 | 2023-12-09T04:24:05.578Z | Compiling futures-channel v0.3.29 |
1920 | 2023-12-09T04:24:05.653Z | Compiling thiserror v1.0.49 |
1921 | 2023-12-09T04:24:06.025Z | Compiling futures-util v0.3.29 |
1922 | 2023-12-09T04:24:06.285Z | Compiling syn v2.0.32 |
1923 | 2023-12-09T04:24:06.326Z | Compiling cc v1.0.83 |
1924 | 2023-12-09T04:24:06.425Z | Compiling getrandom v0.2.10 |
1925 | 2023-12-09T04:24:06.506Z | Compiling memchr v2.6.3 |
1926 | 2023-12-09T04:24:06.985Z | Compiling rand_core v0.6.4 |
1927 | 2023-12-09T04:24:07.044Z | Compiling itoa v1.0.9 |
1928 | 2023-12-09T04:24:07.358Z | Compiling log v0.4.20 |
1929 | 2023-12-09T04:24:07.724Z | Compiling smallvec v1.11.0 |
1930 | 2023-12-09T04:24:09.312Z | Compiling vcpkg v0.2.15 |
1931 | 2023-12-09T04:24:10.020Z | Compiling byteorder v1.5.0 |
1932 | 2023-12-09T04:24:10.795Z | Compiling parking_lot v0.12.1 |
1933 | 2023-12-09T04:24:10.966Z | Compiling pin-project-lite v0.2.13 |
1934 | 2023-12-09T04:24:11.130Z | Compiling const-oid v0.9.5 |
1935 | 2023-12-09T04:24:12.084Z | Compiling openssl-sys v0.9.96 |
1936 | 2023-12-09T04:24:12.132Z | Compiling ring v0.17.7 |
1937 | 2023-12-09T04:24:12.187Z | Compiling indexmap v1.9.3 |
1938 | 2023-12-09T04:24:13.433Z | Compiling signal-hook-registry v1.4.1 |
1939 | 2023-12-09T04:24:13.897Z | Compiling io-lifetimes v1.0.11 |
1940 | 2023-12-09T04:24:14.399Z | Compiling heck v0.4.1 |
1941 | 2023-12-09T04:24:14.627Z | Compiling subtle v2.5.0 |
1942 | 2023-12-09T04:24:14.811Z | Compiling ring v0.16.20 |
1943 | 2023-12-09T04:24:14.992Z | Compiling mio v0.8.9 |
1944 | 2023-12-09T04:24:15.146Z | Compiling num-integer v0.1.45 |
1945 | 2023-12-09T04:24:15.550Z | Compiling semver v1.0.20 |
1946 | 2023-12-09T04:24:16.183Z | Compiling ryu v1.0.15 |
1947 | 2023-12-09T04:24:16.721Z | Compiling spin v0.5.2 |
1948 | 2023-12-09T04:24:17.478Z | Compiling rustix v0.37.23 |
1949 | 2023-12-09T04:24:18.359Z | Compiling num_cpus v1.16.0 |
1950 | 2023-12-09T04:24:18.512Z | Compiling socket2 v0.5.5 |
1951 | 2023-12-09T04:24:18.724Z | Compiling futures-sink v0.3.29 |
1952 | 2023-12-09T04:24:18.925Z | Compiling ucd-trie v0.1.6 |
1953 | 2023-12-09T04:24:19.209Z | Compiling httparse v1.8.0 |
1954 | 2023-12-09T04:24:19.674Z | Compiling unicode-xid v0.2.4 |
1955 | 2023-12-09T04:24:19.754Z | Compiling openssl v0.10.60 |
1956 | 2023-12-09T04:24:19.858Z | Compiling synstructure v0.12.6 |
1957 | 2023-12-09T04:24:20.286Z | Compiling tinyvec_macros v0.1.1 |
1958 | 2023-12-09T04:24:20.399Z | Compiling tinyvec v1.6.0 |
1959 | 2023-12-09T04:24:21.457Z | Compiling crc32fast v1.3.2 |
1960 | 2023-12-09T04:24:21.520Z | Compiling futures-io v0.3.29 |
1961 | 2023-12-09T04:24:21.666Z | Compiling ppv-lite86 v0.2.17 |
1962 | 2023-12-09T04:24:21.897Z | Compiling rustls v0.21.9 |
1963 | 2023-12-09T04:24:22.084Z | Compiling pin-utils v0.1.0 |
1964 | 2023-12-09T04:24:22.202Z | Compiling native-tls v0.2.11 |
1965 | 2023-12-09T04:24:22.280Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1966 | 2023-12-09T04:24:22.312Z | Compiling spin v0.9.8 |
1967 | 2023-12-09T04:24:22.860Z | Compiling unicode-normalization v0.1.22 |
1968 | 2023-12-09T04:24:22.873Z | Compiling tracing-core v0.1.31 |
1969 | 2023-12-09T04:24:22.908Z | Compiling rand_chacha v0.3.1 |
1970 | 2023-12-09T04:24:22.920Z | Compiling base64ct v1.6.0 |
1971 | 2023-12-09T04:24:23.103Z | Compiling unicode-bidi v0.3.13 |
1972 | 2023-12-09T04:24:24.226Z | Compiling pem-rfc7468 v0.7.0 |
1973 | 2023-12-09T04:24:24.629Z | Compiling rand v0.8.5 |
1974 | 2023-12-09T04:24:25.658Z | Compiling errno v0.3.2 |
1975 | 2023-12-09T04:24:25.688Z | Compiling num-iter v0.1.43 |
1976 | 2023-12-09T04:24:26.026Z | Compiling usdt-impl v0.3.5 |
1977 | 2023-12-09T04:24:26.099Z | Compiling ahash v0.8.3 |
1978 | 2023-12-09T04:24:26.269Z | Compiling rustix v0.38.25 |
1979 | 2023-12-09T04:24:26.486Z | Compiling signal-hook v0.3.17 |
1980 | 2023-12-09T04:24:26.565Z | Compiling schemars v0.8.13 |
1981 | 2023-12-09T04:24:26.874Z | Compiling flagset v0.4.3 |
1982 | 2023-12-09T04:24:27.201Z | Compiling base64 v0.21.5 |
1983 | 2023-12-09T04:24:27.305Z | Compiling serde_derive_internals v0.26.0 |
1984 | 2023-12-09T04:24:27.427Z | Compiling serde_derive v1.0.192 |
1985 | 2023-12-09T04:24:27.538Z | Compiling zeroize_derive v1.4.2 |
1986 | 2023-12-09T04:24:27.710Z | Compiling tokio-macros v2.2.0 |
1987 | 2023-12-09T04:24:27.774Z | Compiling thiserror-impl v1.0.49 |
1988 | 2023-12-09T04:24:27.871Z | Compiling futures-macro v0.3.29 |
1989 | 2023-12-09T04:24:28.302Z | Compiling tracing-attributes v0.1.26 |
1990 | 2023-12-09T04:24:29.162Z | Compiling der_derive v0.7.2 |
1991 | 2023-12-09T04:24:29.744Z | Compiling zeroize v1.7.0 |
1992 | 2023-12-09T04:24:30.909Z | Compiling zerocopy-derive v0.2.0 |
1993 | 2023-12-09T04:24:31.077Z | Compiling openssl-macros v0.1.1 |
1994 | 2023-12-09T04:24:32.292Z | Compiling pest v2.7.2 |
1995 | 2023-12-09T04:24:32.720Z | Compiling crypto-common v0.1.6 |
1996 | 2023-12-09T04:24:32.738Z | Compiling block-buffer v0.10.4 |
1997 | 2023-12-09T04:24:33.136Z | Compiling digest v0.10.7 |
1998 | 2023-12-09T04:24:33.148Z | Compiling zerocopy-derive v0.6.4 |
1999 | 2023-12-09T04:24:33.675Z | Compiling der v0.7.8 |
2000 | 2023-12-09T04:24:33.680Z | Compiling tracing v0.1.37 |
2001 | 2023-12-09T04:24:36.499Z | Compiling pest_meta v2.7.2 |
2002 | 2023-12-09T04:24:37.676Z | Compiling fnv v1.0.7 |
2003 | 2023-12-09T04:24:37.842Z | Compiling bitflags v1.3.2 |
2004 | 2023-12-09T04:24:40.467Z | Compiling pest_generator v2.7.2 |
2005 | 2023-12-09T04:24:43.354Z | Compiling spki v0.7.2 |
2006 | 2023-12-09T04:24:43.453Z | Compiling pest_derive v2.7.2 |
2007 | 2023-12-09T04:24:44.139Z | Compiling zerocopy v0.3.0 |
2008 | 2023-12-09T04:24:44.266Z | Compiling schemars_derive v0.8.13 |
2009 | 2023-12-09T04:24:44.508Z | Compiling lazy_static v1.4.0 |
2010 | 2023-12-09T04:24:45.695Z | Compiling backtrace v0.3.69 |
2011 | 2023-12-09T04:24:46.256Z | Compiling memoffset v0.9.0 |
2012 | 2023-12-09T04:24:46.290Z | Compiling num-bigint v0.4.4 |
2013 | 2023-12-09T04:24:46.678Z | Compiling iana-time-zone v0.1.57 |
2014 | 2023-12-09T04:24:46.920Z | Compiling untrusted v0.7.1 |
2015 | 2023-12-09T04:24:47.067Z | Compiling doc-comment v0.3.3 |
2016 | 2023-12-09T04:24:47.197Z | Compiling hashbrown v0.12.3 |
2017 | 2023-12-09T04:24:47.779Z | Compiling openssl-probe v0.1.5 |
2018 | 2023-12-09T04:24:47.827Z | Compiling foreign-types-shared v0.1.1 |
2019 | 2023-12-09T04:24:47.957Z | Compiling equivalent v1.0.1 |
2020 | 2023-12-09T04:24:48.154Z | Compiling crossbeam-utils v0.8.16 |
2021 | 2023-12-09T04:24:48.196Z | Compiling smoltcp v0.9.1 |
2022 | 2023-12-09T04:24:48.796Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2023 | 2023-12-09T04:24:49.053Z | Compiling hashbrown v0.14.2 |
2024 | 2023-12-09T04:24:49.085Z | Compiling async-trait v0.1.74 |
2025 | 2023-12-09T04:24:49.196Z | Compiling untrusted v0.9.0 |
2026 | 2023-12-09T04:24:49.444Z | Compiling percent-encoding v2.3.1 |
2027 | 2023-12-09T04:24:49.773Z | Compiling bytes v1.5.0 |
2028 | 2023-12-09T04:24:50.005Z | Compiling bitflags v2.4.0 |
2029 | 2023-12-09T04:24:50.121Z | Compiling uuid v1.6.1 |
2030 | 2023-12-09T04:24:51.071Z | Compiling tokio v1.35.0 |
2031 | 2023-12-09T04:24:51.237Z | Compiling rustc_version v0.4.0 |
2032 | 2023-12-09T04:24:51.610Z | Compiling http v0.2.11 |
2033 | 2023-12-09T04:24:51.848Z | Compiling indexmap v2.1.0 |
2034 | 2023-12-09T04:24:53.644Z | Compiling heapless v0.7.16 |
2035 | 2023-12-09T04:24:54.213Z | Compiling chrono v0.4.31 |
2036 | 2023-12-09T04:24:55.261Z | Compiling foreign-types v0.3.2 |
2037 | 2023-12-09T04:24:57.126Z | Compiling dof v0.1.5 |
2038 | 2023-12-09T04:24:59.904Z | Compiling dtrace-parser v0.1.14 |
2039 | 2023-12-09T04:25:00.081Z | Compiling hmac v0.12.1 |
2040 | 2023-12-09T04:25:00.216Z | Compiling clap_derive v4.4.2 |
2041 | 2023-12-09T04:25:02.158Z | Compiling thread-id v4.2.0 |
2042 | 2023-12-09T04:25:02.173Z | Compiling anstyle v1.0.2 |
2043 | 2023-12-09T04:25:02.305Z | Compiling try-lock v0.2.4 |
2044 | 2023-12-09T04:25:02.498Z | Compiling siphasher v0.3.11 |
2045 | 2023-12-09T04:25:02.634Z | Compiling cpufeatures v0.2.9 |
2046 | 2023-12-09T04:25:02.708Z | Compiling rustversion v1.0.14 |
2047 | 2023-12-09T04:25:02.761Z | Compiling utf8parse v0.2.1 |
2048 | 2023-12-09T04:25:03.102Z | Compiling adler v1.0.2 |
2049 | 2023-12-09T04:25:03.120Z | Compiling time-core v0.1.1 |
2050 | 2023-12-09T04:25:03.336Z | Compiling tokio-util v0.7.10 |
2051 | 2023-12-09T04:25:03.390Z | Compiling time-macros v0.2.13 |
2052 | 2023-12-09T04:25:05.698Z | Compiling h2 v0.3.21 |
2053 | 2023-12-09T04:25:07.798Z | Compiling miniz_oxide v0.7.1 |
2054 | 2023-12-09T04:25:08.204Z | Compiling anstyle-parse v0.2.1 |
2055 | 2023-12-09T04:25:08.675Z | Compiling sha2 v0.10.8 |
2056 | 2023-12-09T04:25:09.966Z | Compiling want v0.3.1 |
2057 | 2023-12-09T04:25:12.705Z | Compiling sct v0.7.0 |
2058 | 2023-12-09T04:25:12.785Z | Compiling rustls-webpki v0.101.7 |
2059 | 2023-12-09T04:25:12.837Z | Compiling http-body v0.4.5 |
2060 | 2023-12-09T04:25:14.421Z | Compiling form_urlencoded v1.2.1 |
2061 | 2023-12-09T04:25:14.713Z | Compiling serde_tokenstream v0.1.7 |
2062 | 2023-12-09T04:25:14.845Z | Compiling pkcs8 v0.10.2 |
2063 | 2023-12-09T04:25:15.473Z | Compiling hubpack_derive v0.1.1 |
2064 | 2023-12-09T04:25:15.488Z | Compiling pin-project-internal v1.1.3 |
2065 | 2023-12-09T04:25:16.729Z | Compiling socket2 v0.4.9 |
2066 | 2023-12-09T04:25:17.122Z | Compiling crossbeam-epoch v0.9.15 |
2067 | 2023-12-09T04:25:18.242Z | Compiling tower-service v0.3.2 |
2068 | 2023-12-09T04:25:18.379Z | Compiling colorchoice v1.0.0 |
2069 | 2023-12-09T04:25:19.531Z | Compiling anstyle-query v1.0.0 |
2070 | 2023-12-09T04:25:19.701Z | Compiling radium v0.7.0 |
2071 | 2023-12-09T04:25:19.716Z | Compiling httpdate v1.0.3 |
2072 | 2023-12-09T04:25:19.897Z | Compiling slog v2.7.0 |
2073 | 2023-12-09T04:25:19.910Z | Compiling anyhow v1.0.75 |
2074 | 2023-12-09T04:25:20.303Z | Compiling hyper v0.14.27 |
2075 | 2023-12-09T04:25:20.540Z | Compiling anstream v0.5.0 |
2076 | 2023-12-09T04:25:26.904Z | Compiling terminal_size v0.2.6 |
2077 | 2023-12-09T04:25:29.244Z | Compiling serde_spanned v0.6.4 |
2078 | 2023-12-09T04:25:29.588Z | Compiling toml_datetime v0.6.5 |
2079 | 2023-12-09T04:25:30.185Z | Compiling rustls-pemfile v1.0.3 |
2080 | 2023-12-09T04:25:30.668Z | Compiling zerocopy v0.6.4 |
2081 | 2023-12-09T04:25:32.154Z | Compiling md-5 v0.10.5 |
2082 | 2023-12-09T04:25:32.707Z | Compiling idna v0.5.0 |
2083 | 2023-12-09T04:25:32.856Z | Compiling stringprep v0.1.3 |
2084 | 2023-12-09T04:25:35.247Z | Compiling diesel_table_macro_syntax v0.1.0 |
2085 | 2023-12-09T04:25:35.294Z | Compiling hash32 v0.2.1 |
2086 | 2023-12-09T04:25:35.604Z | Compiling aho-corasick v1.0.4 |
2087 | 2023-12-09T04:25:35.797Z | Compiling regex-syntax v0.8.2 |
2088 | 2023-12-09T04:25:35.838Z | Compiling maybe-uninit v2.0.0 |
2089 | 2023-12-09T04:25:36.454Z | Compiling tap v1.0.1 |
2090 | 2023-12-09T04:25:36.472Z | Compiling winnow v0.5.15 |
2091 | 2023-12-09T04:25:36.719Z | Compiling fallible-iterator v0.2.0 |
2092 | 2023-12-09T04:25:36.736Z | Compiling dyn-clone v1.0.13 |
2093 | 2023-12-09T04:25:37.412Z | Compiling either v1.9.0 |
2094 | 2023-12-09T04:25:37.895Z | Compiling clap_lex v0.5.1 |
2095 | 2023-12-09T04:25:37.929Z | Compiling gimli v0.28.0 |
2096 | 2023-12-09T04:25:38.331Z | Compiling strsim v0.10.0 |
2097 | 2023-12-09T04:25:39.032Z | Compiling stable_deref_trait v1.2.0 |
2098 | 2023-12-09T04:25:39.314Z | Compiling clap_builder v4.4.2 |
2099 | 2023-12-09T04:25:39.627Z | Compiling postgres-protocol v0.6.6 |
2100 | 2023-12-09T04:25:41.536Z | Compiling regex-automata v0.4.3 |
2101 | 2023-12-09T04:25:41.616Z | Compiling wyz v0.5.1 |
2102 | 2023-12-09T04:25:42.418Z | Compiling diesel_derives v2.1.2 |
2103 | 2023-12-09T04:25:43.974Z | Compiling url v2.5.0 |
2104 | 2023-12-09T04:25:44.568Z | Compiling tokio-rustls v0.24.1 |
2105 | 2023-12-09T04:25:45.161Z | Compiling addr2line v0.21.0 |
2106 | 2023-12-09T04:25:46.574Z | Compiling rustls-native-certs v0.6.3 |
2107 | 2023-12-09T04:25:46.592Z | Compiling strum_macros v0.25.2 |
2108 | 2023-12-09T04:25:48.178Z | Compiling tokio-native-tls v0.3.1 |
2109 | 2023-12-09T04:25:53.314Z | Compiling usdt-macro v0.3.5 |
2110 | 2023-12-09T04:25:53.392Z | Compiling usdt-attr-macro v0.3.5 |
2111 | 2023-12-09T04:25:55.106Z | Compiling phf_shared v0.11.2 |
2112 | 2023-12-09T04:25:55.953Z | Compiling block-padding v0.3.3 |
2113 | 2023-12-09T04:25:56.011Z | Compiling snafu-derive v0.7.5 |
2114 | 2023-12-09T04:25:56.167Z | Compiling enum-as-inner v0.5.1 |
2115 | 2023-12-09T04:25:56.269Z | Compiling serde_repr v0.1.16 |
2116 | 2023-12-09T04:25:57.643Z | Compiling ff v0.13.0 |
2117 | 2023-12-09T04:25:57.864Z | Compiling scheduled-thread-pool v0.2.7 |
2118 | 2023-12-09T04:25:57.969Z | Compiling object v0.32.1 |
2119 | 2023-12-09T04:26:02.612Z | Compiling regex-automata v0.1.10 |
2120 | 2023-12-09T04:26:03.385Z | Compiling managed v0.8.0 |
2121 | 2023-12-09T04:26:04.100Z | Compiling num_threads v0.1.6 |
2122 | 2023-12-09T04:26:04.281Z | Compiling funty v2.0.0 |
2123 | 2023-12-09T04:26:05.389Z | Compiling matches v0.1.10 |
2124 | 2023-12-09T04:26:05.509Z | Compiling deranged v0.3.8 |
2125 | 2023-12-09T04:26:05.567Z | Compiling base16ct v0.2.0 |
2126 | 2023-12-09T04:26:06.658Z | Compiling num-bigint-dig v0.8.4 |
2127 | 2023-12-09T04:26:07.046Z | Compiling ipnet v2.8.0 |
2128 | 2023-12-09T04:26:09.041Z | Compiling rustc-demangle v0.1.23 |
2129 | 2023-12-09T04:26:09.060Z | Compiling bit-vec v0.6.3 |
2130 | 2023-12-09T04:26:09.666Z | Compiling packed_struct v0.10.1 |
2131 | 2023-12-09T04:26:10.876Z | Compiling time v0.3.27 |
2132 | 2023-12-09T04:26:14.202Z | Compiling bitvec v1.0.1 |
2133 | 2023-12-09T04:26:14.836Z | Compiling sec1 v0.7.3 |
2134 | 2023-12-09T04:26:15.969Z | Compiling idna v0.2.3 |
2135 | 2023-12-09T04:26:18.339Z | Compiling bstr v0.2.17 |
2136 | 2023-12-09T04:26:18.704Z | Compiling r2d2 v0.8.10 |
2137 | 2023-12-09T04:26:19.253Z | Compiling group v0.13.0 |
2138 | 2023-12-09T04:26:20.509Z | Compiling inout v0.1.3 |
2139 | 2023-12-09T04:26:21.872Z | Compiling phf v0.11.2 |
2140 | 2023-12-09T04:26:22.302Z | Compiling hyper-tls v0.5.0 |
2141 | 2023-12-09T04:26:22.736Z | Compiling regex v1.10.2 |
2142 | 2023-12-09T04:26:22.780Z | Compiling hyper-rustls v0.24.2 |
2143 | 2023-12-09T04:26:22.814Z | Compiling signal-hook-mio v0.2.3 |
2144 | 2023-12-09T04:26:23.053Z | Compiling clap v4.4.3 |
2145 | 2023-12-09T04:26:23.207Z | Compiling ipnetwork v0.20.0 |
2146 | 2023-12-09T04:26:23.566Z | Compiling flate2 v1.0.28 |
2147 | 2023-12-09T04:26:24.306Z | Compiling bzip2 v0.4.4 |
2148 | 2023-12-09T04:26:24.381Z | Compiling toml_edit v0.19.15 |
2149 | 2023-12-09T04:26:24.502Z | Compiling postgres-types v0.2.6 |
2150 | 2023-12-09T04:26:24.842Z | Compiling itertools v0.11.0 |
2151 | 2023-12-09T04:26:25.346Z | Compiling pin-project v1.1.3 |
2152 | 2023-12-09T04:26:25.691Z | Compiling hubpack v0.1.2 |
2153 | 2023-12-09T04:26:26.344Z | Compiling serde_urlencoded v0.7.1 |
2154 | 2023-12-09T04:26:26.639Z | Compiling phf_shared v0.10.0 |
2155 | 2023-12-09T04:26:26.767Z | Compiling hkdf v0.12.3 |
2156 | 2023-12-09T04:26:27.127Z | Compiling futures-executor v0.3.29 |
2157 | 2023-12-09T04:26:29.622Z | Compiling crypto-bigint v0.5.2 |
2158 | 2023-12-09T04:26:30.836Z | Compiling packed_struct_codegen v0.10.1 |
2159 | 2023-12-09T04:26:32.188Z | Compiling float-cmp v0.9.0 |
2160 | 2023-12-09T04:26:33.110Z | Compiling encoding_rs v0.8.33 |
2161 | 2023-12-09T04:26:33.159Z | Compiling normalize-line-endings v0.3.0 |
2162 | 2023-12-09T04:26:33.162Z | Compiling precomputed-hash v0.1.1 |
2163 | 2023-12-09T04:26:33.319Z | Compiling crc-catalog v2.2.0 |
2164 | 2023-12-09T04:26:33.512Z | Compiling regex-automata v0.3.8 |
2165 | 2023-12-09T04:26:34.991Z | Compiling mime v0.3.17 |
2166 | 2023-12-09T04:26:35.654Z | Compiling unicode-segmentation v1.10.1 |
2167 | 2023-12-09T04:26:35.791Z | Compiling unicode-width v0.1.11 |
2168 | 2023-12-09T04:26:36.015Z | Compiling predicates-core v1.0.6 |
2169 | 2023-12-09T04:26:37.104Z | Compiling difflib v0.4.0 |
2170 | 2023-12-09T04:26:37.139Z | Compiling webpki-roots v0.25.2 |
2171 | 2023-12-09T04:26:37.279Z | Compiling new_debug_unreachable v1.0.4 |
2172 | 2023-12-09T04:26:37.394Z | Compiling fixedbitset v0.4.2 |
2173 | 2023-12-09T04:26:38.014Z | Compiling nodrop v0.1.14 |
2174 | 2023-12-09T04:26:38.188Z | Compiling static_assertions v1.1.0 |
2175 | 2023-12-09T04:26:39.108Z | Compiling data-encoding v2.4.0 |
2176 | 2023-12-09T04:26:39.123Z | Compiling whoami v1.4.1 |
2177 | 2023-12-09T04:26:39.561Z | Compiling tokio-postgres v0.7.10 |
2178 | 2023-12-09T04:26:41.947Z | Compiling trust-dns-proto v0.22.0 |
2179 | 2023-12-09T04:26:46.193Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2180 | 2023-12-09T04:26:47.240Z | Compiling array-init v0.0.4 |
2181 | 2023-12-09T04:26:49.105Z | Compiling petgraph v0.6.4 |
2182 | 2023-12-09T04:26:49.334Z | Compiling predicates v3.0.4 |
2183 | 2023-12-09T04:26:51.667Z | Compiling string_cache v0.8.7 |
2184 | 2023-12-09T04:26:52.290Z | Compiling reqwest v0.11.22 |
2185 | 2023-12-09T04:26:55.576Z | Compiling similar v2.2.1 |
2186 | 2023-12-09T04:26:55.665Z | Compiling bstr v1.6.0 |
2187 | 2023-12-09T04:26:56.490Z | Compiling console v0.15.7 |
2188 | 2023-12-09T04:26:58.549Z | Compiling crc v3.0.1 |
2189 | 2023-12-09T04:26:59.650Z | Compiling elliptic-curve v0.13.8 |
2190 | 2023-12-09T04:27:06.483Z | Compiling toml v0.7.8 |
2191 | 2023-12-09T04:27:08.237Z | Compiling futures v0.3.29 |
2192 | 2023-12-09T04:27:08.915Z | Compiling snafu v0.7.5 |
2193 | 2023-12-09T04:27:10.132Z | Compiling yasna v0.5.2 |
2194 | 2023-12-09T04:27:10.188Z | Compiling zip v0.6.6 |
2195 | 2023-12-09T04:27:10.892Z | Compiling smallvec v0.6.14 |
2196 | 2023-12-09T04:27:11.611Z | Compiling diesel v2.1.4 |
2197 | 2023-12-09T04:27:11.624Z | Compiling crossterm v0.27.0 |
2198 | 2023-12-09T04:27:12.261Z | Compiling cipher v0.4.4 |
2199 | 2023-12-09T04:27:12.649Z | Compiling hashbrown v0.13.2 |
2200 | 2023-12-09T04:27:17.224Z | Compiling bit-set v0.5.3 |
2201 | 2023-12-09T04:27:17.314Z | Compiling usdt v0.3.5 |
2202 | 2023-12-09T04:27:17.644Z | Compiling is-terminal v0.4.9 |
2203 | 2023-12-09T04:27:17.807Z | Compiling toml_edit v0.21.0 |
2204 | 2023-12-09T04:27:20.812Z | Compiling itertools v0.10.5 |
2205 | 2023-12-09T04:27:22.233Z | Compiling pkcs1 v0.7.5 |
2206 | 2023-12-09T04:27:25.234Z | Compiling tokio-stream v0.1.14 |
2207 | 2023-12-09T04:27:26.691Z | Compiling openapiv3 v2.0.0-rc.1 |
2208 | 2023-12-09T04:27:28.299Z | Compiling hex v0.4.3 |
2209 | 2023-12-09T04:27:30.281Z | Compiling signature v2.1.0 |
2210 | 2023-12-09T04:27:33.089Z | Compiling bitfield v0.14.0 |
2211 | 2023-12-09T04:27:35.390Z | Compiling termcolor v1.2.0 |
2212 | 2023-12-09T04:27:39.154Z | Compiling lalrpop-util v0.19.12 |
2213 | 2023-12-09T04:27:45.199Z | Compiling env_logger v0.10.0 |
2214 | 2023-12-09T04:27:51.429Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2215 | 2023-12-09T04:27:55.264Z | Compiling rsa v0.9.2 |
2216 | 2023-12-09T04:28:06.444Z | Compiling serde-hex v0.1.0 |
2217 | 2023-12-09T04:28:10.136Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2218 | 2023-12-09T04:28:16.592Z | Compiling ron v0.8.1 |
2219 | 2023-12-09T04:28:17.279Z | Compiling x509-cert v0.2.4 |
2220 | 2023-12-09T04:28:20.138Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2221 | 2023-12-09T04:28:30.024Z | Compiling crc-any v2.4.3 |
2222 | 2023-12-09T04:28:32.552Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2223 | 2023-12-09T04:28:51.270Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2224 | 2023-12-09T04:29:00.106Z | Compiling object v0.30.4 |
2225 | 2023-12-09T04:29:14.600Z | Compiling path-slash v0.1.5 |
2226 | 2023-12-09T04:29:14.912Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2227 | 2023-12-09T04:29:57.189Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2228 | 2023-12-09T04:29:58.289Z | Finished release [optimized] target(s) in 5m 56s |
2229 | 2023-12-09T04:29:58.372Z | |
2230 | 2023-12-09T04:29:58.375Z | real 5:56.382493966 |
2231 | 2023-12-09T04:29:58.375Z | user 41:21.729587648 |
2232 | 2023-12-09T04:29:58.375Z | sys 3:35.404067745 |
2233 | 2023-12-09T04:29:58.375Z | trap 1.633323853 |
2234 | 2023-12-09T04:29:58.375Z | tflt 1.036771629 |
2235 | 2023-12-09T04:29:58.375Z | dflt 0.445218367 |
2236 | 2023-12-09T04:29:58.375Z | kflt 0.000223612 |
2237 | 2023-12-09T04:29:58.375Z | lock 1:32:32.300587472 |
2238 | 2023-12-09T04:29:58.375Z | slp 1:57:16.729236198 |
2239 | 2023-12-09T04:29:58.375Z | lat 1:47.519972220 |
2240 | 2023-12-09T04:29:58.375Z | stop 1:20.316243683 |
2241 | 2023-12-09T04:29:58.375Z | + ptime -m gzip |
2242 | 2023-12-09T04:29:59.031Z | |
2243 | 2023-12-09T04:29:59.031Z | real 0.652687684 |
2244 | 2023-12-09T04:29:59.032Z | user 0.645802283 |
2245 | 2023-12-09T04:29:59.032Z | sys 0.006335629 |
2246 | 2023-12-09T04:29:59.032Z | trap 0.000065933 |
2247 | 2023-12-09T04:29:59.036Z | tflt 0.000000000 |
2248 | 2023-12-09T04:29:59.036Z | dflt 0.000000000 |
2249 | 2023-12-09T04:29:59.036Z | kflt 0.000000000 |
2250 | 2023-12-09T04:29:59.036Z | lock 0.000000000 |
2251 | 2023-12-09T04:29:59.036Z | slp 0.000000000 |
2252 | 2023-12-09T04:29:59.036Z | lat 0.000160161 |
2253 | 2023-12-09T04:29:59.036Z | stop 0.000221996 |
2254 | 2023-12-09T04:29:59.036Z | + banner tufaceous |
2255 | 2023-12-09T04:29:59.036Z | |
2256 | 2023-12-09T04:29:59.036Z | ##### # # ###### ## #### ###### #### # # #### |
2257 | 2023-12-09T04:29:59.036Z | # # # # # # # # # # # # # # |
2258 | 2023-12-09T04:29:59.036Z | # # # ##### # # # ##### # # # # #### |
2259 | 2023-12-09T04:29:59.037Z | # # # # ###### # # # # # # # |
2260 | 2023-12-09T04:29:59.037Z | # # # # # # # # # # # # # # # |
2261 | 2023-12-09T04:29:59.037Z | # #### # # # #### ###### #### #### #### |
2262 | 2023-12-09T04:29:59.038Z | |
2263 | 2023-12-09T04:29:59.038Z | + ptime -m cargo build --locked -p tufaceous --release |
2264 | 2023-12-09T04:29:59.665Z | Downloading crates ... |
2265 | 2023-12-09T04:30:00.104Z | Downloaded fs-err v2.11.0 |
2266 | 2023-12-09T04:30:00.107Z | Downloaded serde_plain v1.0.2 |
2267 | 2023-12-09T04:30:00.108Z | Downloaded humantime v2.1.0 |
2268 | 2023-12-09T04:30:00.108Z | Downloaded bytesize v1.3.0 |
2269 | 2023-12-09T04:30:00.108Z | Downloaded buf-list v1.0.3 |
2270 | 2023-12-09T04:30:00.108Z | Downloaded async-recursion v1.0.5 |
2271 | 2023-12-09T04:30:00.108Z | Downloaded olpc-cjson v0.1.3 |
2272 | 2023-12-09T04:30:00.108Z | Downloaded globset v0.4.13 |
2273 | 2023-12-09T04:30:00.111Z | Downloaded tough v0.16.0 |
2274 | 2023-12-09T04:30:00.127Z | Downloaded typed-path v0.7.0 |
2275 | 2023-12-09T04:30:00.290Z | Compiling serde_tokenstream v0.2.0 |
2276 | 2023-12-09T04:30:00.312Z | Compiling regress v0.7.1 |
2277 | 2023-12-09T04:30:00.323Z | Compiling dirs-sys-next v0.1.2 |
2278 | 2023-12-09T04:30:00.327Z | Compiling ident_case v1.0.1 |
2279 | 2023-12-09T04:30:00.347Z | Compiling thread_local v1.1.7 |
2280 | 2023-12-09T04:30:00.358Z | Compiling heck v0.4.1 |
2281 | 2023-12-09T04:30:00.358Z | Compiling camino v1.1.6 |
2282 | 2023-12-09T04:30:00.548Z | Compiling dirs-next v2.0.0 |
2283 | 2023-12-09T04:30:00.889Z | Compiling darling_core v0.20.3 |
2284 | 2023-12-09T04:30:01.042Z | Compiling slog-async v2.8.0 |
2285 | 2023-12-09T04:30:01.189Z | Compiling term v0.7.0 |
2286 | 2023-12-09T04:30:01.605Z | Compiling crossbeam-channel v0.5.8 |
2287 | 2023-12-09T04:30:01.764Z | Compiling getopts v0.2.21 |
2288 | 2023-12-09T04:30:02.118Z | Compiling structmeta-derive v0.2.0 |
2289 | 2023-12-09T04:30:02.274Z | Compiling atty v0.2.14 |
2290 | 2023-12-09T04:30:02.473Z | Compiling multer v2.1.0 |
2291 | 2023-12-09T04:30:02.900Z | Compiling match_cfg v0.1.0 |
2292 | 2023-12-09T04:30:03.050Z | Compiling take_mut v0.2.2 |
2293 | 2023-12-09T04:30:03.238Z | Compiling paste v1.0.14 |
2294 | 2023-12-09T04:30:03.286Z | Compiling unsafe-libyaml v0.2.9 |
2295 | 2023-12-09T04:30:04.398Z | Compiling hostname v0.3.1 |
2296 | 2023-12-09T04:30:04.816Z | Compiling slog-term v2.9.0 |
2297 | 2023-12-09T04:30:06.109Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2298 | 2023-12-09T04:30:07.998Z | Compiling structmeta v0.2.0 |
2299 | 2023-12-09T04:30:08.625Z | Compiling serde_yaml v0.9.25 |
2300 | 2023-12-09T04:30:09.642Z | Compiling darling_macro v0.20.3 |
2301 | 2023-12-09T04:30:09.714Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2302 | 2023-12-09T04:30:09.741Z | Compiling slog-json v2.6.1 |
2303 | 2023-12-09T04:30:10.498Z | Compiling async-stream-impl v0.3.5 |
2304 | 2023-12-09T04:30:11.051Z | Compiling darling v0.20.3 |
2305 | 2023-12-09T04:30:11.203Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2306 | 2023-12-09T04:30:11.710Z | Compiling regex-syntax v0.7.5 |
2307 | 2023-12-09T04:30:12.114Z | Compiling atomic-waker v1.1.1 |
2308 | 2023-12-09T04:30:12.385Z | Compiling fastrand v2.0.0 |
2309 | 2023-12-09T04:30:12.431Z | Compiling async-stream v0.3.5 |
2310 | 2023-12-09T04:30:12.900Z | Compiling waitgroup v0.1.2 |
2311 | 2023-12-09T04:30:13.009Z | Compiling tempfile v3.8.1 |
2312 | 2023-12-09T04:30:13.311Z | Compiling serde_with_macros v3.4.0 |
2313 | 2023-12-09T04:30:13.461Z | Compiling slog-bunyan v2.4.0 |
2314 | 2023-12-09T04:30:16.210Z | Compiling toml v0.8.8 |
2315 | 2023-12-09T04:30:16.456Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2316 | 2023-12-09T04:30:17.134Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2317 | 2023-12-09T04:30:18.353Z | Compiling sha1 v0.10.6 |
2318 | 2023-12-09T04:30:19.424Z | Compiling serde_path_to_error v0.1.14 |
2319 | 2023-12-09T04:30:19.615Z | Compiling fs-err v2.11.0 |
2320 | 2023-12-09T04:30:19.680Z | Compiling instant v0.1.12 |
2321 | 2023-12-09T04:30:19.891Z | Compiling arc-swap v1.6.0 |
2322 | 2023-12-09T04:30:19.894Z | Compiling buf-list v1.0.3 |
2323 | 2023-12-09T04:30:20.038Z | Compiling debug-ignore v1.0.5 |
2324 | 2023-12-09T04:30:20.256Z | Compiling same-file v1.0.6 |
2325 | 2023-12-09T04:30:20.606Z | Compiling walkdir v2.4.0 |
2326 | 2023-12-09T04:30:20.714Z | Compiling slog-scope v4.4.0 |
2327 | 2023-12-09T04:30:21.255Z | Compiling backoff v0.4.0 |
2328 | 2023-12-09T04:30:21.830Z | Compiling serde_with v3.4.0 |
2329 | 2023-12-09T04:30:22.055Z | Compiling parse-display-derive v0.8.2 |
2330 | 2023-12-09T04:30:22.144Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2331 | 2023-12-09T04:30:23.195Z | Compiling globset v0.4.13 |
2332 | 2023-12-09T04:30:23.432Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2333 | 2023-12-09T04:30:23.681Z | Compiling strum v0.25.0 |
2334 | 2023-12-09T04:30:23.952Z | Compiling olpc-cjson v0.1.3 |
2335 | 2023-12-09T04:30:24.853Z | Compiling pem v3.0.2 |
2336 | 2023-12-09T04:30:25.022Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2337 | 2023-12-09T04:30:25.188Z | Compiling serde_plain v1.0.2 |
2338 | 2023-12-09T04:30:26.013Z | Compiling macaddr v1.0.1 |
2339 | 2023-12-09T04:30:27.175Z | Compiling async-recursion v1.0.5 |
2340 | 2023-12-09T04:30:27.492Z | Compiling filetime v0.2.23 |
2341 | 2023-12-09T04:30:28.052Z | Compiling xattr v1.0.1 |
2342 | 2023-12-09T04:30:28.318Z | Compiling parse-display v0.8.2 |
2343 | 2023-12-09T04:30:28.476Z | Compiling typed-path v0.7.0 |
2344 | 2023-12-09T04:30:28.620Z | Compiling tar v0.4.40 |
2345 | 2023-12-09T04:30:29.520Z | Compiling slog-stdlog v4.1.1 |
2346 | 2023-12-09T04:30:31.044Z | Compiling camino-tempfile v1.1.1 |
2347 | 2023-12-09T04:30:31.768Z | Compiling itertools v0.12.0 |
2348 | 2023-12-09T04:30:32.221Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2349 | 2023-12-09T04:30:32.428Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2350 | 2023-12-09T04:30:37.601Z | Compiling tough v0.16.0 |
2351 | 2023-12-09T04:30:37.925Z | Compiling bytesize v1.3.0 |
2352 | 2023-12-09T04:30:38.233Z | Compiling slog-envlogger v2.2.0 |
2353 | 2023-12-09T04:30:38.875Z | Compiling humantime v2.1.0 |
2354 | 2023-12-09T04:30:43.131Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2355 | 2023-12-09T04:31:06.766Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2356 | 2023-12-09T04:31:07.051Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2357 | 2023-12-09T04:31:17.865Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2358 | 2023-12-09T04:31:19.972Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2359 | 2023-12-09T04:31:49.414Z | Finished release [optimized] target(s) in 1m 50s |
2360 | 2023-12-09T04:31:49.507Z | |
2361 | 2023-12-09T04:31:49.514Z | real 1:50.446017065 |
2362 | 2023-12-09T04:31:49.514Z | user 11:40.223196804 |
2363 | 2023-12-09T04:31:49.515Z | sys 45.927534999 |
2364 | 2023-12-09T04:31:49.515Z | trap 0.428186444 |
2365 | 2023-12-09T04:31:49.515Z | tflt 0.356111697 |
2366 | 2023-12-09T04:31:49.516Z | dflt 0.695873093 |
2367 | 2023-12-09T04:31:49.516Z | kflt 0.000025767 |
2368 | 2023-12-09T04:31:49.516Z | lock 22:24.705266168 |
2369 | 2023-12-09T04:31:49.516Z | slp 23:18.631485994 |
2370 | 2023-12-09T04:31:49.517Z | lat 21.575271625 |
2371 | 2023-12-09T04:31:49.518Z | stop 11.540159688 |
2372 | 2023-12-09T04:31:49.518Z | + ptime -m gzip |
2373 | 2023-12-09T04:31:51.850Z | |
2374 | 2023-12-09T04:31:51.853Z | real 2.343999644 |
2375 | 2023-12-09T04:31:51.853Z | user 2.316877149 |
2376 | 2023-12-09T04:31:51.853Z | sys 0.026392646 |
2377 | 2023-12-09T04:31:51.853Z | trap 0.000242239 |
2378 | 2023-12-09T04:31:51.853Z | tflt 0.000000000 |
2379 | 2023-12-09T04:31:51.853Z | dflt 0.000000000 |
2380 | 2023-12-09T04:31:51.853Z | kflt 0.000000000 |
2381 | 2023-12-09T04:31:51.853Z | lock 0.000000000 |
2382 | 2023-12-09T04:31:51.853Z | slp 0.000000000 |
2383 | 2023-12-09T04:31:51.853Z | lat 0.000161942 |
2384 | 2023-12-09T04:31:51.853Z | stop 0.000222012 |
2385 | 2023-12-09T04:31:51.853Z | process exited: duration 1190034 ms, exit code 0 |
|
2386 | 2023-12-09T04:31:51.872Z | found 5 output files |
2387 | 2023-12-09T04:31:51.872Z | uploading: /work/end-to-end-tests/bootstrap-6bafd3fa6eef4151.gz (6318060 bytes) |
2388 | 2023-12-09T04:31:54.681Z | uploaded: /work/end-to-end-tests/bootstrap-6bafd3fa6eef4151.gz |
2389 | 2023-12-09T04:31:54.682Z | uploading: /work/end-to-end-tests/bootstrap.gz (97187549 bytes) |
2390 | 2023-12-09T04:32:22.312Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2391 | 2023-12-09T04:32:22.312Z | uploading: /work/end-to-end-tests/end_to_end_tests-d68396a0af635b1c.gz (101144711 bytes) |
2392 | 2023-12-09T04:32:57.332Z | uploaded: /work/end-to-end-tests/end_to_end_tests-d68396a0af635b1c.gz |
2393 | 2023-12-09T04:32:57.332Z | uploading: /work/caboose-util.gz (4091709 bytes) |
2394 | 2023-12-09T04:33:02.032Z | uploaded: /work/caboose-util.gz |
2395 | 2023-12-09T04:33:02.032Z | uploading: /work/tufaceous.gz (14969533 bytes) |
2396 | 2023-12-09T04:33:05.695Z | uploaded: /work/tufaceous.gz |