|
|
|
1 | 2023-12-12T04:11:21.431Z | job assigned to worker 01HHE3G788QK9WS2MR5K4WDDVS (queued for 2 m 2 s) |
|
2 | 2023-12-12T04:11:22.250Z | starting task 0: "setup" |
3 | 2023-12-12T04:11:22.317Z | ++ uname -s |
4 | 2023-12-12T04:11:22.760Z | + kern=SunOS |
5 | 2023-12-12T04:11:22.760Z | + case "$kern" in |
6 | 2023-12-12T04:11:22.761Z | + groupadd -g 12345 build |
7 | 2023-12-12T04:11:22.761Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-12T04:11:24.343Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-12T04:11:24.445Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-12T04:11:24.450Z | + home_fs=zfs |
11 | 2023-12-12T04:11:24.451Z | + [[ zfs == autofs ]] |
12 | 2023-12-12T04:11:24.451Z | + mkdir -p /home/build |
13 | 2023-12-12T04:11:24.451Z | + chown build:build /home/build /work |
14 | 2023-12-12T04:11:26.458Z | + chmod 0700 /home/build /work |
15 | 2023-12-12T04:11:26.469Z | process exited: duration 4202 ms, exit code 0 |
|
16 | 2023-12-12T04:11:26.486Z | starting task 1: "rust-toolchain" |
17 | 2023-12-12T04:11:26.493Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-12T04:11:26.498Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-12T04:11:26.668Z | info: downloading installer |
20 | 2023-12-12T04:11:28.640Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-12T04:11:28.641Z | warning: /opt/ooce/bin |
22 | 2023-12-12T04:11:28.641Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-12T04:11:28.641Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-12T04:11:28.641Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-12T04:11:28.642Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-12T04:11:28.642Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-12T04:11:28.643Z | error: cannot install while Rust is installed |
28 | 2023-12-12T04:11:28.643Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-12T04:11:28.814Z | info: profile set to 'default' |
30 | 2023-12-12T04:11:28.814Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-12T04:11:28.850Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-12T04:11:29.307Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-12T04:11:29.307Z | info: downloading component 'cargo' |
34 | 2023-12-12T04:11:29.731Z | info: downloading component 'clippy' |
35 | 2023-12-12T04:11:30.036Z | info: downloading component 'rust-docs' |
36 | 2023-12-12T04:11:31.075Z | info: downloading component 'rust-std' |
37 | 2023-12-12T04:11:32.903Z | info: downloading component 'rustc' |
38 | 2023-12-12T04:11:37.754Z | info: downloading component 'rustfmt' |
39 | 2023-12-12T04:11:37.773Z | info: installing component 'cargo' |
40 | 2023-12-12T04:11:39.150Z | info: installing component 'clippy' |
41 | 2023-12-12T04:11:39.742Z | info: installing component 'rust-docs' |
42 | 2023-12-12T04:11:42.514Z | info: installing component 'rust-std' |
43 | 2023-12-12T04:11:45.636Z | info: installing component 'rustc' |
44 | 2023-12-12T04:11:52.724Z | info: installing component 'rustfmt' |
45 | 2023-12-12T04:11:53.233Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-12T04:11:53.241Z | |
47 | 2023-12-12T04:11:53.379Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-12T04:11:53.379Z | |
49 | 2023-12-12T04:11:53.796Z | |
50 | 2023-12-12T04:11:53.796Z | Rust is installed now. Great! |
51 | 2023-12-12T04:11:53.797Z | |
52 | 2023-12-12T04:11:53.797Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-12T04:11:53.797Z | environment variable. This has not been done automatically. |
54 | 2023-12-12T04:11:53.797Z | |
55 | 2023-12-12T04:11:53.798Z | To configure your current shell, run: |
56 | 2023-12-12T04:11:53.798Z | source "$HOME/.cargo/env" |
57 | 2023-12-12T04:11:53.805Z | + rustc --version |
58 | 2023-12-12T04:11:53.805Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-12T04:11:53.805Z | process exited: duration 27102 ms, exit code 0 |
|
60 | 2023-12-12T04:11:53.820Z | starting task 2: "authentication" |
61 | 2023-12-12T04:11:53.866Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
62 | 2023-12-12T04:12:02.356Z | process exited: duration 8517 ms, exit code 0 |
|
63 | 2023-12-12T04:12:02.813Z | starting task 3: "clone repository" |
64 | 2023-12-12T04:12:02.834Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2023-12-12T04:12:02.834Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2023-12-12T04:12:02.834Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2023-12-12T04:12:08.910Z | + cd /work/oxidecomputer/omicron |
68 | 2023-12-12T04:12:08.910Z | + [[ -n renovate/mockall-0.x ]] |
69 | 2023-12-12T04:12:08.929Z | + git fetch origin renovate/mockall-0.x |
70 | 2023-12-12T04:12:09.316Z | From https://github.com/oxidecomputer/omicron |
71 | 2023-12-12T04:12:09.316Z | * branch renovate/mockall-0.x -> FETCH_HEAD |
72 | 2023-12-12T04:12:09.338Z | + git checkout -B renovate/mockall-0.x remotes/origin/renovate/mockall-0.x |
73 | 2023-12-12T04:12:09.385Z | Switched to a new branch 'renovate/mockall-0.x' |
74 | 2023-12-12T04:12:09.397Z | branch 'renovate/mockall-0.x' set up to track 'origin/renovate/mockall-0.x'. |
75 | 2023-12-12T04:12:09.397Z | + git reset --hard 8d3d1b78525247abdbfbfb0188e74b95d705f765 |
76 | 2023-12-12T04:12:09.413Z | HEAD is now at 8d3d1b78 Update Rust crate mockall to 0.12 |
77 | 2023-12-12T04:12:09.415Z | process exited: duration 7008 ms, exit code 0 |
|
78 | 2023-12-12T04:12:09.442Z | starting task 4: "build" |
79 | 2023-12-12T04:12:09.454Z | + cargo --version |
80 | 2023-12-12T04:12:09.466Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
81 | 2023-12-12T04:12:09.658Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
82 | 2023-12-12T04:12:09.680Z | info: downloading component 'cargo' |
83 | 2023-12-12T04:12:10.378Z | info: downloading component 'clippy' |
84 | 2023-12-12T04:12:10.606Z | info: downloading component 'rust-docs' |
85 | 2023-12-12T04:12:11.490Z | info: downloading component 'rust-std' |
86 | 2023-12-12T04:12:12.940Z | info: downloading component 'rustc' |
87 | 2023-12-12T04:12:16.717Z | info: downloading component 'rustfmt' |
88 | 2023-12-12T04:12:16.945Z | info: installing component 'cargo' |
89 | 2023-12-12T04:12:18.254Z | info: installing component 'clippy' |
90 | 2023-12-12T04:12:18.759Z | info: installing component 'rust-docs' |
91 | 2023-12-12T04:12:21.619Z | info: installing component 'rust-std' |
92 | 2023-12-12T04:12:24.307Z | info: installing component 'rustc' |
93 | 2023-12-12T04:12:30.470Z | info: installing component 'rustfmt' |
94 | 2023-12-12T04:12:31.016Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
95 | 2023-12-12T04:12:31.034Z | + rustc --version |
96 | 2023-12-12T04:12:31.168Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
97 | 2023-12-12T04:12:31.589Z | ++ git rev-parse HEAD |
98 | 2023-12-12T04:12:31.589Z | + COMMIT=8d3d1b78525247abdbfbfb0188e74b95d705f765 |
99 | 2023-12-12T04:12:31.589Z | + VERSION=5.0.0-0.ci+git8d3d1b78525 |
100 | 2023-12-12T04:12:31.590Z | + echo 5.0.0-0.ci+git8d3d1b78525 |
101 | 2023-12-12T04:12:31.590Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
102 | 2023-12-12T04:12:40.317Z | Startup: Refreshing catalog 'helios-dev' ... Done |
103 | 2023-12-12T04:12:41.627Z | Startup: Caching catalogs ... Done |
104 | 2023-12-12T04:12:48.863Z | Planning: Solver setup ... Done (6.810s) |
105 | 2023-12-12T04:12:49.006Z | Planning: Running solver ... Done (0.154s) |
106 | 2023-12-12T04:12:49.088Z | Planning: Finding local manifests ... Done (0.004s) |
107 | 2023-12-12T04:12:49.134Z | Planning: Fetching manifests: 0/6 0% complete |
108 | 2023-12-12T04:12:52.667Z | Planning: Fetching manifests: 6/6 100% complete |
109 | 2023-12-12T04:12:52.765Z | Planning: Package planning ... Done (0.097s) |
110 | 2023-12-12T04:12:52.854Z | Planning: Merging actions ... Done (0.085s) |
111 | 2023-12-12T04:12:53.635Z | Planning: Checking for conflicting actions ... Done (0.798s) |
112 | 2023-12-12T04:12:53.654Z | Planning: Consolidating action changes ... Done (0.018s) |
113 | 2023-12-12T04:12:57.777Z | Planning: Evaluating mediators ... Done (4.093s) |
114 | 2023-12-12T04:12:57.874Z | Planning: Planning completed in 16.19 seconds |
115 | 2023-12-12T04:13:00.395Z | Packages to install: 4 |
116 | 2023-12-12T04:13:00.395Z | Packages to update: 2 |
117 | 2023-12-12T04:13:00.407Z | Mediators to change: 2 |
118 | 2023-12-12T04:13:00.407Z | Services to change: 1 |
119 | 2023-12-12T04:13:00.408Z | Estimated space available: 148.88 GB |
120 | 2023-12-12T04:13:00.408Z | Estimated space to be consumed: 1.43 GB |
121 | 2023-12-12T04:13:00.408Z | Create boot environment: No |
122 | 2023-12-12T04:13:00.408Z | Create backup boot environment: Yes |
123 | 2023-12-12T04:13:00.409Z | Rebuild boot archive: No |
124 | 2023-12-12T04:13:00.409Z | |
125 | 2023-12-12T04:13:00.409Z | Changed mediators: |
126 | 2023-12-12T04:13:00.409Z | mediator clang: |
127 | 2023-12-12T04:13:00.409Z | version: None -> 15 (system default) |
128 | 2023-12-12T04:13:00.409Z | |
129 | 2023-12-12T04:13:00.409Z | mediator llvm: |
130 | 2023-12-12T04:13:00.409Z | version: 14 (system default) -> 15 (system default) |
131 | 2023-12-12T04:13:00.409Z | |
132 | 2023-12-12T04:13:00.409Z | Changed packages: |
133 | 2023-12-12T04:13:00.410Z | helios-dev |
134 | 2023-12-12T04:13:00.410Z | developer/build-essential |
135 | 2023-12-12T04:13:00.410Z | None -> 11-2.0 |
136 | 2023-12-12T04:13:00.410Z | library/libxmlsec1 |
137 | 2023-12-12T04:13:00.410Z | None -> 1.2.35-2.0 |
138 | 2023-12-12T04:13:00.410Z | ooce/developer/clang-15 |
139 | 2023-12-12T04:13:00.410Z | None -> 15.0.7-2.0 |
140 | 2023-12-12T04:13:00.412Z | ooce/developer/llvm-15 |
141 | 2023-12-12T04:13:00.412Z | None -> 15.0.7-2.0 |
142 | 2023-12-12T04:13:00.412Z | system/library/g++-runtime |
143 | 2023-12-12T04:13:00.412Z | 12-2.0 -> 13-2.0 |
144 | 2023-12-12T04:13:00.413Z | system/library/gcc-runtime |
145 | 2023-12-12T04:13:00.413Z | 12-2.0 -> 13-2.0 |
146 | 2023-12-12T04:13:00.413Z | |
147 | 2023-12-12T04:13:00.413Z | Services: |
148 | 2023-12-12T04:13:00.413Z | restart_fmri: |
149 | 2023-12-12T04:13:00.413Z | svc:/system/update-man-index:default |
150 | 2023-12-12T04:13:00.690Z | |
151 | 2023-12-12T04:13:00.691Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
152 | 2023-12-12T04:13:05.719Z | Download: 204/3330 items 1.3/221.1MB 0% complete (413k/s) |
153 | 2023-12-12T04:13:26.081Z | Download: 213/3330 items 1.3/221.1MB 0% complete |
154 | 2023-12-12T04:13:31.075Z | Download: 503/3330 items 17.0/221.1MB 7% complete (3.4M/s) |
155 | 2023-12-12T04:13:36.080Z | Download: 1147/3330 items 45.8/221.1MB 20% complete (4.3M/s) |
156 | 2023-12-12T04:13:41.078Z | Download: 1610/3330 items 117.7/221.1MB 53% complete (10.1M/s) |
157 | 2023-12-12T04:13:46.147Z | Download: 2216/3330 items 119.2/221.1MB 53% complete (9.3M/s) |
158 | 2023-12-12T04:13:51.155Z | Download: 2660/3330 items 120.7/221.1MB 54% complete (296k/s) |
159 | 2023-12-12T04:13:56.383Z | Download: 3279/3330 items 209.3/221.1MB 94% complete (8.9M/s) |
160 | 2023-12-12T04:14:03.879Z | Download: 3326/3330 items 221.0/221.1MB 99% complete (10.2M/s) |
161 | 2023-12-12T04:14:10.279Z | Download: 3329/3330 items 221.0/221.1MB 99% complete (9.0M/s) |
162 | 2023-12-12T04:14:10.289Z | Download: Completed 221.11 MB in 69.61 seconds (3.2M/s) |
163 | 2023-12-12T04:14:12.383Z | Actions: 1/3766 actions (Removing old actions) |
164 | 2023-12-12T04:14:12.383Z | Actions: 5/3766 actions (Installing new actions) |
165 | 2023-12-12T04:14:17.392Z | Actions: 2535/3766 actions (Installing new actions) |
166 | 2023-12-12T04:14:20.517Z | Actions: 3729/3766 actions (Updating modified actions) |
167 | 2023-12-12T04:14:21.031Z | Actions: Completed 3766 actions in 8.66 seconds. |
168 | 2023-12-12T04:14:21.151Z | Done (0.108s) |
169 | 2023-12-12T04:14:21.161Z | Done (0.000s) |
170 | 2023-12-12T04:14:21.424Z | Done (0.275s) |
171 | 2023-12-12T04:14:29.212Z | Done (7.669s) |
172 | 2023-12-12T04:14:29.429Z | Done (0.104s) |
173 | 2023-12-12T04:14:29.432Z | Done (0.000s) |
174 | 2023-12-12T04:14:29.670Z | Done (0.000s) |
175 | 2023-12-12T04:14:30.406Z | Planning: Evaluating mediator changes ... Done |
176 | 2023-12-12T04:14:31.103Z | Planning: Checking for conflicting actions ... Done |
177 | 2023-12-12T04:14:31.117Z | Planning: Consolidating action changes ... Done |
178 | 2023-12-12T04:14:31.147Z | Planning: Evaluating mediators ... Done |
179 | 2023-12-12T04:14:31.572Z | Planning: Planning completed in 0.73 seconds |
180 | 2023-12-12T04:14:31.585Z | Mediators to change: 2 |
181 | 2023-12-12T04:14:31.585Z | Create boot environment: No |
182 | 2023-12-12T04:14:31.585Z | Create backup boot environment: No |
183 | 2023-12-12T04:14:31.585Z | Done |
184 | 2023-12-12T04:14:31.586Z | Done |
185 | 2023-12-12T04:14:31.586Z | Done |
186 | 2023-12-12T04:14:37.551Z | Done |
187 | 2023-12-12T04:14:37.680Z | Done |
188 | 2023-12-12T04:14:37.684Z | Done |
189 | 2023-12-12T04:14:37.802Z | Done |
190 | 2023-12-12T04:14:38.836Z | Planning: Evaluating mediator changes ... Done |
191 | 2023-12-12T04:14:38.843Z | Planning: Merging actions ... Done |
192 | 2023-12-12T04:14:39.605Z | Planning: Checking for conflicting actions ... Done |
193 | 2023-12-12T04:14:39.612Z | Planning: Consolidating action changes ... Done |
194 | 2023-12-12T04:14:39.642Z | Planning: Evaluating mediators ... Done |
195 | 2023-12-12T04:14:39.740Z | Planning: Planning completed in 1.35 seconds |
196 | 2023-12-12T04:14:39.803Z | Packages to change: 1 |
197 | 2023-12-12T04:14:39.803Z | Mediators to change: 1 |
198 | 2023-12-12T04:14:39.803Z | Services to change: 1 |
199 | 2023-12-12T04:14:39.803Z | Create boot environment: No |
200 | 2023-12-12T04:14:39.812Z | Create backup boot environment: Yes |
201 | 2023-12-12T04:14:41.837Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2023-12-12T04:14:41.857Z | Actions: Completed 6 actions in 0.00 seconds. |
203 | 2023-12-12T04:14:41.858Z | Done |
204 | 2023-12-12T04:14:41.858Z | Done |
205 | 2023-12-12T04:14:41.880Z | Done |
206 | 2023-12-12T04:14:47.998Z | Done |
207 | 2023-12-12T04:14:48.125Z | Done |
208 | 2023-12-12T04:14:48.546Z | Done |
209 | 2023-12-12T04:14:48.557Z | Done |
210 | 2023-12-12T04:14:49.487Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2023-12-12T04:14:49.487Z | clang system 15 system |
212 | 2023-12-12T04:14:49.488Z | csh system system illumos |
213 | 2023-12-12T04:14:49.488Z | ctags system system illumos |
214 | 2023-12-12T04:14:49.488Z | gcc vendor 12 vendor |
215 | 2023-12-12T04:14:49.488Z | gcc system 10 system |
216 | 2023-12-12T04:14:49.488Z | gcc system 7 system |
217 | 2023-12-12T04:14:49.488Z | go system 1.20 system |
218 | 2023-12-12T04:14:49.488Z | go system 1.19 system |
219 | 2023-12-12T04:14:49.488Z | llvm system 15 system |
220 | 2023-12-12T04:14:49.488Z | llvm system 14 system |
221 | 2023-12-12T04:14:49.489Z | mariadb system 10.6 system |
222 | 2023-12-12T04:14:49.489Z | mta vendor vendor dma |
223 | 2023-12-12T04:14:49.489Z | openjdk system 17 system |
224 | 2023-12-12T04:14:49.489Z | openjdk system 11 system |
225 | 2023-12-12T04:14:49.489Z | openjdk system 1.8 system |
226 | 2023-12-12T04:14:49.489Z | openssl vendor 3 vendor |
227 | 2023-12-12T04:14:49.489Z | perl system 5.36 system |
228 | 2023-12-12T04:14:49.490Z | postgresql system 15 system |
229 | 2023-12-12T04:14:49.490Z | postgresql system 13 system |
230 | 2023-12-12T04:14:49.490Z | python vendor 3 vendor |
231 | 2023-12-12T04:14:49.490Z | python system 2 system |
232 | 2023-12-12T04:14:49.490Z | python3 system 3.11 system |
233 | 2023-12-12T04:14:49.490Z | ruby system 3.0 system |
234 | 2023-12-12T04:14:49.490Z | words vendor vendor american-english |
235 | 2023-12-12T04:14:49.490Z | words system system australian-english |
236 | 2023-12-12T04:14:49.490Z | words system system british-english |
237 | 2023-12-12T04:14:49.490Z | words system system canadian-english |
238 | 2023-12-12T04:14:49.491Z | words system system french |
239 | 2023-12-12T04:14:49.491Z | words system system italian |
240 | 2023-12-12T04:14:49.491Z | words system system ngerman |
241 | 2023-12-12T04:14:49.491Z | words system system ogerman |
242 | 2023-12-12T04:14:49.491Z | words system system spanish |
243 | 2023-12-12T04:14:49.517Z | FMRI IFO |
244 | 2023-12-12T04:14:49.517Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2023-12-12T04:14:49.518Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2023-12-12T04:14:49.518Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2023-12-12T04:14:49.518Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
248 | 2023-12-12T04:14:49.518Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2023-12-12T04:14:49.518Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
250 | 2023-12-12T04:14:49.519Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
251 | 2023-12-12T04:14:49.519Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
252 | 2023-12-12T04:14:49.565Z | + set -o errexit |
253 | 2023-12-12T04:14:49.583Z | +++ dirname ./tools/ci_download_cockroachdb |
254 | 2023-12-12T04:14:49.583Z | ++ cd ./tools |
255 | 2023-12-12T04:14:49.583Z | ++ pwd |
256 | 2023-12-12T04:14:49.583Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
257 | 2023-12-12T04:14:49.583Z | ++ basename ./tools/ci_download_cockroachdb |
258 | 2023-12-12T04:14:49.583Z | + ARG0=ci_download_cockroachdb |
259 | 2023-12-12T04:14:49.584Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
260 | 2023-12-12T04:14:49.584Z | + CIDL_VERSION=v22.1.9 |
261 | 2023-12-12T04:14:49.584Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
262 | 2023-12-12T04:14:49.584Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
263 | 2023-12-12T04:14:49.584Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
264 | 2023-12-12T04:14:49.584Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
265 | 2023-12-12T04:14:49.584Z | + TARGET_DIR=out |
266 | 2023-12-12T04:14:49.584Z | + DOWNLOAD_DIR=out/downloads |
267 | 2023-12-12T04:14:49.585Z | + DEST_DIR=./out/cockroachdb |
268 | 2023-12-12T04:14:49.585Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
269 | 2023-12-12T04:14:49.585Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
270 | 2023-12-12T04:14:49.585Z | + main |
271 | 2023-12-12T04:14:49.586Z | + [[ 0 != 0 ]] |
272 | 2023-12-12T04:14:49.586Z | + CIDL_OS=solaris2.11 |
273 | 2023-12-12T04:14:49.586Z | + [[ 0 != 0 ]] |
274 | 2023-12-12T04:14:49.586Z | + configure_os solaris2.11 |
275 | 2023-12-12T04:14:49.586Z | + echo 'current directory: /work/oxidecomputer/omicron' |
276 | 2023-12-12T04:14:49.587Z | current directory: /work/oxidecomputer/omicron |
277 | 2023-12-12T04:14:49.587Z | + echo 'configuring based on OS: "solaris2.11"' |
278 | 2023-12-12T04:14:49.587Z | + case "$1" in |
279 | 2023-12-12T04:14:49.587Z | configuring based on OS: "solaris2.11" |
280 | 2023-12-12T04:14:49.587Z | + CIDL_BUILD=illumos |
281 | 2023-12-12T04:14:49.587Z | + CIDL_SUFFIX=tar.gz |
282 | 2023-12-12T04:14:49.587Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
283 | 2023-12-12T04:14:49.588Z | + CIDL_MD5FUNC=do_md5sum |
284 | 2023-12-12T04:14:49.588Z | + CIDL_URL_BASE=https://illumos.org/downloads |
285 | 2023-12-12T04:14:49.588Z | + CIDL_ASSEMBLE=do_assemble_illumos |
286 | 2023-12-12T04:14:49.588Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
287 | 2023-12-12T04:14:49.588Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-12-12T04:14:49.588Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-12-12T04:14:49.588Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
290 | 2023-12-12T04:14:49.589Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-12-12T04:14:49.589Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
292 | 2023-12-12T04:14:49.589Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-12-12T04:14:49.589Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
294 | 2023-12-12T04:14:49.589Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-12-12T04:14:49.589Z | + mkdir -p out/downloads |
296 | 2023-12-12T04:14:49.615Z | + mkdir -p ./out/cockroachdb |
297 | 2023-12-12T04:14:49.615Z | + local DO_DOWNLOAD=true |
298 | 2023-12-12T04:14:49.615Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
299 | 2023-12-12T04:14:49.615Z | + '[' true == true ']' |
300 | 2023-12-12T04:14:49.616Z | + echo Downloading... |
301 | 2023-12-12T04:14:49.616Z | Downloading... |
302 | 2023-12-12T04:14:49.616Z | + 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-12T04:14:49.616Z | + 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-12T04:14:51.994Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2023-12-12T04:14:52.002Z | ++ md5sum |
306 | 2023-12-12T04:14:52.002Z | ++ awk '{print $1}' |
307 | 2023-12-12T04:14:52.179Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
308 | 2023-12-12T04:14:52.179Z | + [[ 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-12T04:14:52.180Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2023-12-12T04:14:52.181Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
311 | 2023-12-12T04:14:55.592Z | + do_assemble_illumos |
312 | 2023-12-12T04:14:55.593Z | + rm -r ./out/cockroachdb |
313 | 2023-12-12T04:14:55.614Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
314 | 2023-12-12T04:14:56.274Z | + ./out/cockroachdb/bin/cockroach version |
315 | 2023-12-12T04:14:56.456Z | Build Tag: v22.1.9-dirty |
316 | 2023-12-12T04:14:56.456Z | Build Time: 2022/10/26 21:17:46 |
317 | 2023-12-12T04:14:56.457Z | Distribution: OSS |
318 | 2023-12-12T04:14:56.457Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
319 | 2023-12-12T04:14:56.457Z | Go Version: go1.17.13 |
320 | 2023-12-12T04:14:56.457Z | C Compiler: gcc 10.3.0 |
321 | 2023-12-12T04:14:56.458Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
322 | 2023-12-12T04:14:56.458Z | Build Type: release |
323 | 2023-12-12T04:14:56.479Z | + set -o errexit |
324 | 2023-12-12T04:14:56.479Z | +++ dirname ./tools/ci_download_clickhouse |
325 | 2023-12-12T04:14:56.507Z | ++ cd ./tools |
326 | 2023-12-12T04:14:56.508Z | ++ pwd |
327 | 2023-12-12T04:14:56.508Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
328 | 2023-12-12T04:14:56.508Z | ++ basename ./tools/ci_download_clickhouse |
329 | 2023-12-12T04:14:56.510Z | + ARG0=ci_download_clickhouse |
330 | 2023-12-12T04:14:56.511Z | + TARGET_DIR=out |
331 | 2023-12-12T04:14:56.511Z | + DOWNLOAD_DIR=out/downloads |
332 | 2023-12-12T04:14:56.511Z | + DEST_DIR=./out/clickhouse |
333 | 2023-12-12T04:14:56.512Z | + CIDL_VERSION=v22.8.9.24 |
334 | 2023-12-12T04:14:56.512Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
335 | 2023-12-12T04:14:56.512Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
336 | 2023-12-12T04:14:56.512Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
337 | 2023-12-12T04:14:56.512Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
338 | 2023-12-12T04:14:56.513Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
339 | 2023-12-12T04:14:56.513Z | + main |
340 | 2023-12-12T04:14:56.513Z | + [[ 0 != 0 ]] |
341 | 2023-12-12T04:14:56.513Z | + CIDL_OS=solaris2.11 |
342 | 2023-12-12T04:14:56.514Z | + [[ 0 != 0 ]] |
343 | 2023-12-12T04:14:56.514Z | + configure_os solaris2.11 |
344 | 2023-12-12T04:14:56.514Z | + echo 'current directory: /work/oxidecomputer/omicron' |
345 | 2023-12-12T04:14:56.514Z | current directory: /work/oxidecomputer/omicron |
346 | 2023-12-12T04:14:56.514Z | + echo 'configuring based on OS: "solaris2.11"' |
347 | 2023-12-12T04:14:56.515Z | + CIDL_DASHREV= |
348 | 2023-12-12T04:14:56.515Z | + case "$1" in |
349 | 2023-12-12T04:14:56.515Z | configuring based on OS: "solaris2.11" |
350 | 2023-12-12T04:14:56.516Z | + CIDL_PLATFORM=illumos |
351 | 2023-12-12T04:14:56.516Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
352 | 2023-12-12T04:14:56.516Z | + CIDL_MD5FUNC=do_md5sum |
353 | 2023-12-12T04:14:56.517Z | + CIDL_DASHREV=-1 |
354 | 2023-12-12T04:14:56.517Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
355 | 2023-12-12T04:14:56.517Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
356 | 2023-12-12T04:14:56.517Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-12-12T04:14:56.518Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2023-12-12T04:14:56.519Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
359 | 2023-12-12T04:14:56.519Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
360 | 2023-12-12T04:14:56.519Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-12-12T04:14:56.520Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-12-12T04:14:56.520Z | + mkdir -p out/downloads |
363 | 2023-12-12T04:14:56.520Z | + mkdir -p ./out/clickhouse |
364 | 2023-12-12T04:14:56.520Z | + local DO_DOWNLOAD=true |
365 | 2023-12-12T04:14:56.521Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
366 | 2023-12-12T04:14:56.521Z | + '[' true == true ']' |
367 | 2023-12-12T04:14:56.521Z | + echo Downloading... |
368 | 2023-12-12T04:14:56.522Z | Downloading... |
369 | 2023-12-12T04:14:56.522Z | + 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-12T04:14:56.522Z | + 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-12T04:14:58.414Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
372 | 2023-12-12T04:14:58.429Z | ++ md5sum |
373 | 2023-12-12T04:14:58.429Z | ++ awk '{print $1}' |
374 | 2023-12-12T04:14:58.661Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
375 | 2023-12-12T04:14:58.661Z | + [[ 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-12T04:14:58.661Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
377 | 2023-12-12T04:14:59.082Z | + mkdir -p ./out/clickhouse |
378 | 2023-12-12T04:14:59.082Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
379 | 2023-12-12T04:15:03.456Z | + ./out/clickhouse/clickhouse server --version |
380 | 2023-12-12T04:15:03.510Z | ClickHouse server version 22.8.9.1. |
381 | 2023-12-12T04:15:03.947Z | + set -o errexit |
382 | 2023-12-12T04:15:03.959Z | +++ dirname ./tools/ci_download_console |
383 | 2023-12-12T04:15:03.960Z | ++ cd ./tools |
384 | 2023-12-12T04:15:03.960Z | ++ pwd |
385 | 2023-12-12T04:15:03.960Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
386 | 2023-12-12T04:15:03.960Z | ++ basename ./tools/ci_download_console |
387 | 2023-12-12T04:15:03.960Z | + ARG0=ci_download_console |
388 | 2023-12-12T04:15:03.960Z | + TARGET_DIR=out |
389 | 2023-12-12T04:15:03.960Z | + DOWNLOAD_DIR=out/downloads |
390 | 2023-12-12T04:15:03.961Z | + DEST_DIR=./out/console-assets |
391 | 2023-12-12T04:15:03.961Z | + source /work/oxidecomputer/omicron/tools/console_version |
392 | 2023-12-12T04:15:03.962Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
393 | 2023-12-12T04:15:03.962Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
394 | 2023-12-12T04:15:03.962Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
395 | 2023-12-12T04:15:03.962Z | + TARBALL_FILE=out/downloads/console.tar.gz |
396 | 2023-12-12T04:15:03.962Z | + main |
397 | 2023-12-12T04:15:03.962Z | + [[ 0 != 0 ]] |
398 | 2023-12-12T04:15:03.963Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
399 | 2023-12-12T04:15:03.963Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
400 | 2023-12-12T04:15:03.963Z | + echo 'Local file: out/downloads/console.tar.gz' |
401 | 2023-12-12T04:15:03.963Z | Local file: out/downloads/console.tar.gz |
402 | 2023-12-12T04:15:03.963Z | + local DO_DOWNLOAD=true |
403 | 2023-12-12T04:15:03.964Z | + [[ -f out/downloads/console.tar.gz ]] |
404 | 2023-12-12T04:15:03.964Z | + mkdir -p out/downloads |
405 | 2023-12-12T04:15:03.964Z | + '[' true == true ']' |
406 | 2023-12-12T04:15:03.964Z | + echo Downloading... |
407 | 2023-12-12T04:15:03.964Z | Downloading... |
408 | 2023-12-12T04:15:03.965Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
409 | 2023-12-12T04:15:03.965Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
410 | 2023-12-12T04:15:04.206Z | ++ do_sha256sum out/downloads/console.tar.gz |
411 | 2023-12-12T04:15:04.653Z | ++ case "$OSTYPE" in |
412 | 2023-12-12T04:15:04.653Z | ++ SHA=sha256sum |
413 | 2023-12-12T04:15:04.653Z | ++ sha256sum |
414 | 2023-12-12T04:15:04.653Z | ++ awk '{print $1}' |
415 | 2023-12-12T04:15:04.683Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
416 | 2023-12-12T04:15:04.684Z | + [[ 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-12T04:15:04.684Z | + rm -rf ./out/console-assets |
418 | 2023-12-12T04:15:04.684Z | + mkdir -p ./out/console-assets |
419 | 2023-12-12T04:15:04.684Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
420 | 2023-12-12T04:15:04.684Z | + mkdir -p ./out/console-assets |
421 | 2023-12-12T04:15:04.684Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
422 | 2023-12-12T04:15:04.684Z | + set -o errexit |
423 | 2023-12-12T04:15:04.685Z | +++ dirname ./tools/ci_download_maghemite_openapi |
424 | 2023-12-12T04:15:04.685Z | ++ cd ./tools |
425 | 2023-12-12T04:15:04.685Z | ++ pwd |
426 | 2023-12-12T04:15:04.685Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
427 | 2023-12-12T04:15:04.685Z | ++ basename ./tools/ci_download_maghemite_openapi |
428 | 2023-12-12T04:15:04.685Z | + ARG0=ci_download_maghemite_openapi |
429 | 2023-12-12T04:15:04.685Z | + TARGET_DIR=out |
430 | 2023-12-12T04:15:04.686Z | + DOWNLOAD_DIR=out/downloads |
431 | 2023-12-12T04:15:04.686Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
432 | 2023-12-12T04:15:04.686Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
433 | 2023-12-12T04:15:04.686Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
434 | 2023-12-12T04:15:04.686Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
435 | 2023-12-12T04:15:04.686Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
436 | 2023-12-12T04:15:04.686Z | + main |
437 | 2023-12-12T04:15:04.686Z | + [[ 0 != 0 ]] |
438 | 2023-12-12T04:15:04.686Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
439 | 2023-12-12T04:15:04.686Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
440 | 2023-12-12T04:15:04.686Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
441 | 2023-12-12T04:15:04.686Z | + local DO_DOWNLOAD=true |
442 | 2023-12-12T04:15:04.686Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
443 | 2023-12-12T04:15:04.686Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
444 | 2023-12-12T04:15:04.686Z | + mkdir -p out/downloads |
445 | 2023-12-12T04:15:04.686Z | + '[' true == true ']' |
446 | 2023-12-12T04:15:04.687Z | + echo Downloading... |
447 | 2023-12-12T04:15:04.688Z | Downloading... |
448 | 2023-12-12T04:15:04.689Z | + 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-12T04:15:04.689Z | + 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-12T04:15:05.572Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
451 | 2023-12-12T04:15:05.581Z | ++ case "$OSTYPE" in |
452 | 2023-12-12T04:15:05.583Z | ++ SHA=sha256sum |
453 | 2023-12-12T04:15:05.584Z | ++ sha256sum |
454 | 2023-12-12T04:15:05.586Z | ++ awk '{print $1}' |
455 | 2023-12-12T04:15:05.586Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
456 | 2023-12-12T04:15:05.587Z | + [[ 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-12T04:15:05.587Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
458 | 2023-12-12T04:15:05.587Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
459 | 2023-12-12T04:15:05.587Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
460 | 2023-12-12T04:15:05.587Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
461 | 2023-12-12T04:15:05.587Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
462 | 2023-12-12T04:15:05.587Z | + main |
463 | 2023-12-12T04:15:05.587Z | + [[ 0 != 0 ]] |
464 | 2023-12-12T04:15:05.587Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
465 | 2023-12-12T04:15:05.587Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
466 | 2023-12-12T04:15:05.587Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
467 | 2023-12-12T04:15:05.587Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
468 | 2023-12-12T04:15:05.587Z | + local DO_DOWNLOAD=true |
469 | 2023-12-12T04:15:05.587Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
470 | 2023-12-12T04:15:05.587Z | + mkdir -p out/downloads |
471 | 2023-12-12T04:15:05.594Z | + '[' true == true ']' |
472 | 2023-12-12T04:15:05.594Z | + echo Downloading... |
473 | 2023-12-12T04:15:05.595Z | Downloading... |
474 | 2023-12-12T04:15:05.595Z | + 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-12T04:15:05.595Z | + 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-12T04:15:05.762Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
477 | 2023-12-12T04:15:05.766Z | ++ case "$OSTYPE" in |
478 | 2023-12-12T04:15:05.766Z | ++ SHA=sha256sum |
479 | 2023-12-12T04:15:05.766Z | ++ sha256sum |
480 | 2023-12-12T04:15:05.766Z | ++ awk '{print $1}' |
481 | 2023-12-12T04:15:05.769Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
482 | 2023-12-12T04:15:05.769Z | + [[ 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-12T04:15:05.777Z | + set -o errexit |
484 | 2023-12-12T04:15:05.783Z | +++ dirname ./tools/ci_download_dendrite_openapi |
485 | 2023-12-12T04:15:05.786Z | ++ cd ./tools |
486 | 2023-12-12T04:15:05.786Z | ++ pwd |
487 | 2023-12-12T04:15:05.786Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
488 | 2023-12-12T04:15:05.786Z | ++ basename ./tools/ci_download_dendrite_openapi |
489 | 2023-12-12T04:15:05.787Z | + ARG0=ci_download_dendrite_openapi |
490 | 2023-12-12T04:15:05.787Z | + TARGET_DIR=out |
491 | 2023-12-12T04:15:05.788Z | + DOWNLOAD_DIR=out/downloads |
492 | 2023-12-12T04:15:05.788Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
493 | 2023-12-12T04:15:05.788Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
494 | 2023-12-12T04:15:05.788Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
495 | 2023-12-12T04:15:05.788Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
496 | 2023-12-12T04:15:05.788Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
497 | 2023-12-12T04:15:05.788Z | + main |
498 | 2023-12-12T04:15:05.788Z | + [[ 0 != 0 ]] |
499 | 2023-12-12T04:15:05.788Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
500 | 2023-12-12T04:15:05.788Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
501 | 2023-12-12T04:15:05.788Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
502 | 2023-12-12T04:15:05.788Z | + local DO_DOWNLOAD=true |
503 | 2023-12-12T04:15:05.788Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
504 | 2023-12-12T04:15:05.788Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
505 | 2023-12-12T04:15:05.792Z | + mkdir -p out/downloads |
506 | 2023-12-12T04:15:05.792Z | + '[' true == true ']' |
507 | 2023-12-12T04:15:05.792Z | + echo Downloading... |
508 | 2023-12-12T04:15:05.792Z | Downloading... |
509 | 2023-12-12T04:15:05.792Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
510 | 2023-12-12T04:15:05.792Z | + 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-12T04:15:06.511Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
512 | 2023-12-12T04:15:06.511Z | ++ case "$OSTYPE" in |
513 | 2023-12-12T04:15:06.945Z | ++ SHA=sha256sum |
514 | 2023-12-12T04:15:06.945Z | ++ sha256sum |
515 | 2023-12-12T04:15:06.946Z | ++ awk '{print $1}' |
516 | 2023-12-12T04:15:06.946Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
517 | 2023-12-12T04:15:06.946Z | + [[ 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-12T04:15:06.947Z | + set -o errexit |
519 | 2023-12-12T04:15:06.947Z | +++ dirname ./tools/ci_download_dendrite_stub |
520 | 2023-12-12T04:15:06.948Z | ++ cd ./tools |
521 | 2023-12-12T04:15:06.948Z | ++ pwd |
522 | 2023-12-12T04:15:06.948Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
523 | 2023-12-12T04:15:07.828Z | ++ basename ./tools/ci_download_dendrite_stub |
524 | 2023-12-12T04:15:07.829Z | + ARG0=ci_download_dendrite_stub |
525 | 2023-12-12T04:15:07.829Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
526 | 2023-12-12T04:15:07.829Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
527 | 2023-12-12T04:15:07.829Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
528 | 2023-12-12T04:15:07.830Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
529 | 2023-12-12T04:15:07.830Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
530 | 2023-12-12T04:15:07.830Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
531 | 2023-12-12T04:15:07.830Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
532 | 2023-12-12T04:15:07.830Z | + TARGET_DIR=out |
533 | 2023-12-12T04:15:07.830Z | + DOWNLOAD_DIR=out/downloads |
534 | 2023-12-12T04:15:07.830Z | + DEST_DIR=./out/dendrite-stub |
535 | 2023-12-12T04:15:07.830Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
536 | 2023-12-12T04:15:07.830Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
537 | 2023-12-12T04:15:07.830Z | + REPO=oxidecomputer/dendrite |
538 | 2023-12-12T04:15:07.830Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
539 | 2023-12-12T04:15:07.830Z | + main |
540 | 2023-12-12T04:15:07.831Z | + [[ 0 != 0 ]] |
541 | 2023-12-12T04:15:07.831Z | + CIDL_OS=solaris2.11 |
542 | 2023-12-12T04:15:07.831Z | + [[ 0 != 0 ]] |
543 | 2023-12-12T04:15:07.831Z | + configure_os solaris2.11 |
544 | 2023-12-12T04:15:07.831Z | + echo 'current directory: /work/oxidecomputer/omicron' |
545 | 2023-12-12T04:15:07.832Z | current directory: /work/oxidecomputer/omicron |
546 | 2023-12-12T04:15:07.832Z | + echo 'configuring based on OS: "solaris2.11"' |
547 | 2023-12-12T04:15:07.843Z | configuring based on OS: "solaris2.11" |
548 | 2023-12-12T04:15:07.843Z | + case "$1" in |
549 | 2023-12-12T04:15:07.843Z | + SET_BINARIES= |
550 | 2023-12-12T04:15:07.844Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
551 | 2023-12-12T04:15:07.844Z | + CIDL_SHA256FUNC=do_sha256sum |
552 | 2023-12-12T04:15:07.844Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
553 | 2023-12-12T04:15:07.845Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
554 | 2023-12-12T04:15:07.845Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
555 | 2023-12-12T04:15:07.845Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
556 | 2023-12-12T04:15:07.846Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
557 | 2023-12-12T04:15:07.846Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
558 | 2023-12-12T04:15:07.846Z | Local file: out/downloads/dendrite-stub.tar.gz |
559 | 2023-12-12T04:15:07.846Z | + mkdir -p out/downloads |
560 | 2023-12-12T04:15:07.846Z | + mkdir -p ./out/dendrite-stub |
561 | 2023-12-12T04:15:07.848Z | + fetch_and_verify |
562 | 2023-12-12T04:15:07.848Z | + local DO_DOWNLOAD=true |
563 | 2023-12-12T04:15:07.848Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
564 | 2023-12-12T04:15:07.848Z | + '[' true == true ']' |
565 | 2023-12-12T04:15:07.849Z | + echo Downloading... |
566 | 2023-12-12T04:15:07.849Z | Downloading... |
567 | 2023-12-12T04:15:07.849Z | + 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-12T04:15:07.849Z | + 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-12T04:15:20.945Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
570 | 2023-12-12T04:15:20.956Z | ++ sha256sum |
571 | 2023-12-12T04:15:20.956Z | ++ awk '{print $1}' |
572 | 2023-12-12T04:15:21.050Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
573 | 2023-12-12T04:15:21.050Z | + [[ 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-12T04:15:21.050Z | + do_untar out/downloads/dendrite-stub.tar.gz |
575 | 2023-12-12T04:15:21.051Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
576 | 2023-12-12T04:15:22.180Z | + do_assemble |
577 | 2023-12-12T04:15:22.180Z | + rm -r ./out/dendrite-stub |
578 | 2023-12-12T04:15:22.188Z | + mkdir ./out/dendrite-stub |
579 | 2023-12-12T04:15:22.188Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
580 | 2023-12-12T04:15:22.359Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
581 | 2023-12-12T04:15:22.371Z | + set -o errexit |
582 | 2023-12-12T04:15:22.381Z | +++ dirname ./tools/ci_download_maghemite_mgd |
583 | 2023-12-12T04:15:22.381Z | ++ cd ./tools |
584 | 2023-12-12T04:15:22.381Z | ++ pwd |
585 | 2023-12-12T04:15:22.381Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
586 | 2023-12-12T04:15:22.381Z | ++ basename ./tools/ci_download_maghemite_mgd |
587 | 2023-12-12T04:15:22.382Z | + ARG0=ci_download_maghemite_mgd |
588 | 2023-12-12T04:15:22.382Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
589 | 2023-12-12T04:15:22.382Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
590 | 2023-12-12T04:15:22.382Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
591 | 2023-12-12T04:15:22.382Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
592 | 2023-12-12T04:15:22.382Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
593 | 2023-12-12T04:15:22.382Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
594 | 2023-12-12T04:15:22.382Z | + TARGET_DIR=out |
595 | 2023-12-12T04:15:22.383Z | + DOWNLOAD_DIR=out/downloads |
596 | 2023-12-12T04:15:22.383Z | + DEST_DIR=./out/mgd |
597 | 2023-12-12T04:15:22.383Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
598 | 2023-12-12T04:15:22.384Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
599 | 2023-12-12T04:15:22.384Z | + REPO=oxidecomputer/maghemite |
600 | 2023-12-12T04:15:22.384Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
601 | 2023-12-12T04:15:22.384Z | + main |
602 | 2023-12-12T04:15:22.384Z | + [[ 0 != 0 ]] |
603 | 2023-12-12T04:15:22.385Z | + CIDL_OS=solaris2.11 |
604 | 2023-12-12T04:15:22.385Z | + [[ 0 != 0 ]] |
605 | 2023-12-12T04:15:22.385Z | + configure_os solaris2.11 |
606 | 2023-12-12T04:15:22.385Z | + echo 'current directory: /work/oxidecomputer/omicron' |
607 | 2023-12-12T04:15:22.385Z | current directory: /work/oxidecomputer/omicron |
608 | 2023-12-12T04:15:22.385Z | + echo 'configuring based on OS: "solaris2.11"' |
609 | 2023-12-12T04:15:22.386Z | + case "$1" in |
610 | 2023-12-12T04:15:22.386Z | configuring based on OS: "solaris2.11" |
611 | 2023-12-12T04:15:22.386Z | + SET_BINARIES= |
612 | 2023-12-12T04:15:22.386Z | + CIDL_SHA256FUNC=do_sha256sum |
613 | 2023-12-12T04:15:22.386Z | + TARBALL_FILENAME=mgd.tar.gz |
614 | 2023-12-12T04:15:22.386Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
615 | 2023-12-12T04:15:22.386Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
616 | 2023-12-12T04:15:22.386Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
617 | 2023-12-12T04:15:22.387Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
618 | 2023-12-12T04:15:22.387Z | Local file: out/downloads/mgd.tar.gz |
619 | 2023-12-12T04:15:22.387Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
620 | 2023-12-12T04:15:22.387Z | + mkdir -p out/downloads |
621 | 2023-12-12T04:15:22.387Z | + mkdir -p ./out/mgd |
622 | 2023-12-12T04:15:22.399Z | + fetch_and_verify |
623 | 2023-12-12T04:15:22.401Z | + local DO_DOWNLOAD=true |
624 | 2023-12-12T04:15:22.401Z | + [[ -f out/downloads/mgd.tar.gz ]] |
625 | 2023-12-12T04:15:22.401Z | + '[' true == true ']' |
626 | 2023-12-12T04:15:22.402Z | + echo Downloading... |
627 | 2023-12-12T04:15:22.402Z | Downloading... |
628 | 2023-12-12T04:15:22.402Z | + 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-12T04:15:22.402Z | + 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-12T04:15:29.045Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
631 | 2023-12-12T04:15:29.157Z | ++ sha256sum |
632 | 2023-12-12T04:15:29.157Z | ++ awk '{print $1}' |
633 | 2023-12-12T04:15:29.177Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
634 | 2023-12-12T04:15:29.177Z | + [[ 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-12T04:15:29.177Z | + do_untar out/downloads/mgd.tar.gz |
636 | 2023-12-12T04:15:29.178Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
637 | 2023-12-12T04:15:30.980Z | + do_assemble |
638 | 2023-12-12T04:15:30.980Z | + rm -r ./out/mgd |
639 | 2023-12-12T04:15:30.999Z | + mkdir ./out/mgd |
640 | 2023-12-12T04:15:31.001Z | + cp -r out/downloads/root ./out/mgd/root |
641 | 2023-12-12T04:15:31.001Z | + set -o errexit |
642 | 2023-12-12T04:15:31.002Z | +++ dirname ./tools/ci_download_transceiver_control |
643 | 2023-12-12T04:15:31.002Z | ++ cd ./tools |
644 | 2023-12-12T04:15:31.003Z | ++ pwd |
645 | 2023-12-12T04:15:31.003Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
646 | 2023-12-12T04:15:31.003Z | ++ basename ./tools/ci_download_transceiver_control |
647 | 2023-12-12T04:15:31.003Z | + ARG0=ci_download_transceiver_control |
648 | 2023-12-12T04:15:31.004Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
649 | 2023-12-12T04:15:31.004Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
650 | 2023-12-12T04:15:31.004Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
651 | 2023-12-12T04:15:31.004Z | + TARGET_DIR=out |
652 | 2023-12-12T04:15:31.004Z | + DOWNLOAD_DIR=out/downloads |
653 | 2023-12-12T04:15:31.005Z | + DEST_DIR=./out/transceiver-control |
654 | 2023-12-12T04:15:31.005Z | + BIN_DIR=/opt/oxide/bin |
655 | 2023-12-12T04:15:31.005Z | + BINARY=xcvradm |
656 | 2023-12-12T04:15:31.006Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
657 | 2023-12-12T04:15:31.007Z | + REPO=oxidecomputer/transceiver-control |
658 | 2023-12-12T04:15:31.007Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
659 | 2023-12-12T04:15:31.007Z | + main |
660 | 2023-12-12T04:15:31.007Z | + [[ 0 != 0 ]] |
661 | 2023-12-12T04:15:31.007Z | + CIDL_OS=solaris2.11 |
662 | 2023-12-12T04:15:31.007Z | + [[ 0 != 0 ]] |
663 | 2023-12-12T04:15:31.008Z | + configure_os solaris2.11 |
664 | 2023-12-12T04:15:31.008Z | + echo 'current directory: /work/oxidecomputer/omicron' |
665 | 2023-12-12T04:15:31.008Z | current directory: /work/oxidecomputer/omicron |
666 | 2023-12-12T04:15:31.008Z | + echo 'configuring based on OS: "solaris2.11"' |
667 | 2023-12-12T04:15:31.008Z | configuring based on OS: "solaris2.11" |
668 | 2023-12-12T04:15:31.008Z | + case "$1" in |
669 | 2023-12-12T04:15:31.008Z | + SET_BINARIES= |
670 | 2023-12-12T04:15:31.008Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
671 | 2023-12-12T04:15:31.008Z | + CIDL_SHA256FUNC=do_sha256sum |
672 | 2023-12-12T04:15:31.008Z | + ARCHIVE_FILENAME=xcvradm.gz |
673 | 2023-12-12T04:15:31.008Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
674 | 2023-12-12T04:15:31.009Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
675 | 2023-12-12T04:15:31.009Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
676 | 2023-12-12T04:15:31.009Z | + echo 'Local file: out/downloads/xcvradm.gz' |
677 | 2023-12-12T04:15:31.009Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
678 | 2023-12-12T04:15:31.009Z | Local file: out/downloads/xcvradm.gz |
679 | 2023-12-12T04:15:31.009Z | + mkdir -p out/downloads |
680 | 2023-12-12T04:15:31.010Z | + mkdir -p ./out/transceiver-control |
681 | 2023-12-12T04:15:31.010Z | + fetch_and_verify |
682 | 2023-12-12T04:15:31.010Z | + local DO_DOWNLOAD=true |
683 | 2023-12-12T04:15:31.010Z | + [[ -f out/downloads/xcvradm.gz ]] |
684 | 2023-12-12T04:15:31.010Z | + '[' true == true ']' |
685 | 2023-12-12T04:15:31.010Z | + echo Downloading... |
686 | 2023-12-12T04:15:31.011Z | Downloading... |
687 | 2023-12-12T04:15:31.011Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
688 | 2023-12-12T04:15:31.011Z | + 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-12T04:15:32.569Z | ++ do_sha256sum out/downloads/xcvradm.gz |
690 | 2023-12-12T04:15:32.572Z | ++ sha256sum |
691 | 2023-12-12T04:15:32.572Z | ++ awk '{print $1}' |
692 | 2023-12-12T04:15:32.595Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
693 | 2023-12-12T04:15:32.595Z | + [[ 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-12T04:15:32.600Z | + do_unpack out/downloads/xcvradm.gz |
695 | 2023-12-12T04:15:32.600Z | + mkdir -p out/downloads/root//opt/oxide/bin |
696 | 2023-12-12T04:15:32.600Z | + gzip -dc out/downloads/xcvradm.gz |
697 | 2023-12-12T04:15:32.772Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
698 | 2023-12-12T04:15:32.775Z | + do_assemble |
699 | 2023-12-12T04:15:32.775Z | + rm -r ./out/transceiver-control |
700 | 2023-12-12T04:15:32.780Z | + mkdir ./out/transceiver-control |
701 | 2023-12-12T04:15:32.780Z | + cp -r out/downloads/root ./out/transceiver-control/root |
702 | 2023-12-12T04:15:32.989Z | All prerequisites installed successfully |
703 | 2023-12-12T04:15:32.992Z | |
704 | 2023-12-12T04:15:32.992Z | real 3:01.824915596 |
705 | 2023-12-12T04:15:32.992Z | user 57.354931247 |
706 | 2023-12-12T04:15:32.992Z | sys 10.616243811 |
707 | 2023-12-12T04:15:32.992Z | trap 0.026738346 |
708 | 2023-12-12T04:15:32.992Z | tflt 0.151299633 |
709 | 2023-12-12T04:15:32.992Z | dflt 0.706997979 |
710 | 2023-12-12T04:15:32.992Z | kflt 0.144291039 |
711 | 2023-12-12T04:15:32.992Z | lock 1.705939566 |
712 | 2023-12-12T04:15:32.993Z | slp 5:46.641291106 |
713 | 2023-12-12T04:15:32.993Z | lat 3.538977936 |
714 | 2023-12-12T04:15:32.993Z | stop 0.072639867 |
715 | 2023-12-12T04:15:32.993Z | + ptime -m ./tools/ci_download_softnpu_machinery |
716 | 2023-12-12T04:15:33.005Z | fetching npuzone |
717 | 2023-12-12T04:15:33.015Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
718 | 2023-12-12T04:15:33.015Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
719 | 2023-12-12T04:15:33.018Z | Getting hash for npuzone |
720 | 2023-12-12T04:15:34.447Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
721 | 2023-12-12T04:15:45.639Z | npuzone downloaded successfully |
722 | 2023-12-12T04:15:45.643Z | |
723 | 2023-12-12T04:15:45.648Z | real 12.648799302 |
724 | 2023-12-12T04:15:45.648Z | user 0.562147652 |
725 | 2023-12-12T04:15:45.648Z | sys 0.151637476 |
726 | 2023-12-12T04:15:45.648Z | trap 0.000087190 |
727 | 2023-12-12T04:15:45.648Z | tflt 0.000000000 |
728 | 2023-12-12T04:15:45.648Z | dflt 0.000000000 |
729 | 2023-12-12T04:15:45.649Z | kflt 0.000000000 |
730 | 2023-12-12T04:15:45.649Z | lock 0.000000000 |
731 | 2023-12-12T04:15:45.649Z | slp 37.071331296 |
732 | 2023-12-12T04:15:45.649Z | lat 0.122737370 |
733 | 2023-12-12T04:15:45.652Z | stop 0.000283859 |
734 | 2023-12-12T04:15:45.652Z | + export CARGO_INCREMENTAL=0 |
735 | 2023-12-12T04:15:45.652Z | + CARGO_INCREMENTAL=0 |
736 | 2023-12-12T04:15:45.652Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
737 | 2023-12-12T04:15:46.003Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
738 | 2023-12-12T04:15:46.353Z | Updating crates.io index |
739 | 2023-12-12T04:15:46.356Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
740 | 2023-12-12T04:15:47.200Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
741 | 2023-12-12T04:15:49.157Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
742 | 2023-12-12T04:15:49.768Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
743 | 2023-12-12T04:15:50.100Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
744 | 2023-12-12T04:15:50.513Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
745 | 2023-12-12T04:15:50.669Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
746 | 2023-12-12T04:15:51.661Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
747 | 2023-12-12T04:15:53.948Z | Updating git repository `https://github.com/oxidecomputer/opte` |
748 | 2023-12-12T04:15:54.943Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
749 | 2023-12-12T04:15:55.306Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
750 | 2023-12-12T04:15:55.859Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
751 | 2023-12-12T04:15:56.192Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
752 | 2023-12-12T04:15:56.545Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
753 | 2023-12-12T04:15:56.923Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
754 | 2023-12-12T04:15:57.243Z | Updating git repository `https://github.com/njaremko/samael` |
755 | 2023-12-12T04:15:57.792Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
756 | 2023-12-12T04:15:58.341Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
757 | 2023-12-12T04:15:58.726Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
758 | 2023-12-12T04:15:59.062Z | Updating git repository `https://github.com/jgallagher/nix` |
759 | 2023-12-12T04:16:00.321Z | Updating git repository `https://github.com/cbiffle/hubpack` |
760 | 2023-12-12T04:16:00.720Z | Updating git repository `https://github.com/oxidecomputer/typify` |
761 | 2023-12-12T04:16:01.661Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
762 | 2023-12-12T04:16:02.283Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
763 | 2023-12-12T04:16:02.628Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
764 | 2023-12-12T04:16:04.294Z | Downloading crates ... |
765 | 2023-12-12T04:16:04.499Z | Downloaded camino v1.1.6 |
766 | 2023-12-12T04:16:04.516Z | Downloaded instant v0.1.12 |
767 | 2023-12-12T04:16:04.525Z | Downloaded lalrpop-util v0.19.12 |
768 | 2023-12-12T04:16:04.534Z | Downloaded itoa v1.0.9 |
769 | 2023-12-12T04:16:04.544Z | Downloaded libsw v3.3.0 |
770 | 2023-12-12T04:16:04.552Z | Downloaded lazycell v1.3.0 |
771 | 2023-12-12T04:16:04.552Z | Downloaded cfg-if v1.0.0 |
772 | 2023-12-12T04:16:04.559Z | Downloaded libefi-sys v0.1.0 |
773 | 2023-12-12T04:16:04.592Z | Downloaded linked-hash-map v0.5.6 |
774 | 2023-12-12T04:16:04.600Z | Downloaded aead v0.5.2 |
775 | 2023-12-12T04:16:04.600Z | Downloaded match_cfg v0.1.0 |
776 | 2023-12-12T04:16:04.600Z | Downloaded atty v0.2.14 |
777 | 2023-12-12T04:16:04.600Z | Downloaded darling_core v0.20.3 |
778 | 2023-12-12T04:16:04.607Z | Downloaded memchr v2.6.3 |
779 | 2023-12-12T04:16:04.620Z | Downloaded impl-trait-for-tuples v0.2.2 |
780 | 2023-12-12T04:16:04.635Z | Downloaded num_threads v0.1.6 |
781 | 2023-12-12T04:16:04.656Z | Downloaded crc32fast v1.3.2 |
782 | 2023-12-12T04:16:04.671Z | Downloaded oso-derive v0.27.0 |
783 | 2023-12-12T04:16:04.672Z | Downloaded cobs v0.2.3 |
784 | 2023-12-12T04:16:04.672Z | Downloaded crunchy v0.2.2 |
785 | 2023-12-12T04:16:04.673Z | Downloaded mockall v0.12.0 |
786 | 2023-12-12T04:16:04.685Z | Downloaded openssl-probe v0.1.5 |
787 | 2023-12-12T04:16:04.685Z | Downloaded memoffset v0.9.0 |
788 | 2023-12-12T04:16:04.685Z | Downloaded num_enum v0.5.11 |
789 | 2023-12-12T04:16:04.705Z | Downloaded num-rational v0.4.1 |
790 | 2023-12-12T04:16:04.712Z | Downloaded num_cpus v1.16.0 |
791 | 2023-12-12T04:16:04.712Z | Downloaded num_enum_derive v0.5.11 |
792 | 2023-12-12T04:16:04.712Z | Downloaded anyhow v1.0.75 |
793 | 2023-12-12T04:16:04.723Z | Downloaded semver v0.11.0 |
794 | 2023-12-12T04:16:04.730Z | Downloaded sec1 v0.7.3 |
795 | 2023-12-12T04:16:04.743Z | Downloaded strum v0.25.0 |
796 | 2023-12-12T04:16:04.750Z | Downloaded which v4.4.0 |
797 | 2023-12-12T04:16:04.751Z | Downloaded doc-comment v0.3.3 |
798 | 2023-12-12T04:16:04.752Z | Downloaded smf v0.2.2 |
799 | 2023-12-12T04:16:05.162Z | Downloaded crossbeam-utils v0.8.16 |
800 | 2023-12-12T04:16:05.163Z | Downloaded darling v0.20.3 |
801 | 2023-12-12T04:16:05.168Z | Downloaded semver v1.0.20 |
802 | 2023-12-12T04:16:05.168Z | Downloaded termcolor v1.2.0 |
803 | 2023-12-12T04:16:05.168Z | Downloaded rand_chacha v0.3.1 |
804 | 2023-12-12T04:16:05.168Z | Downloaded num-traits v0.2.16 |
805 | 2023-12-12T04:16:05.168Z | Downloaded strum_macros v0.24.3 |
806 | 2023-12-12T04:16:05.168Z | Downloaded whoami v1.4.1 |
807 | 2023-12-12T04:16:05.168Z | Downloaded fixedbitset v0.4.2 |
808 | 2023-12-12T04:16:05.168Z | Downloaded snafu-derive v0.7.5 |
809 | 2023-12-12T04:16:05.168Z | Downloaded fd-lock v3.0.13 |
810 | 2023-12-12T04:16:05.169Z | Downloaded funty v2.0.0 |
811 | 2023-12-12T04:16:05.169Z | Downloaded tinyvec_macros v0.1.1 |
812 | 2023-12-12T04:16:05.169Z | Downloaded resolv-conf v0.7.0 |
813 | 2023-12-12T04:16:05.169Z | Downloaded defmt v0.3.5 |
814 | 2023-12-12T04:16:05.169Z | Downloaded foreign-types v0.3.2 |
815 | 2023-12-12T04:16:05.169Z | Downloaded oso v0.27.0 |
816 | 2023-12-12T04:16:05.169Z | Downloaded terminal_size v0.2.6 |
817 | 2023-12-12T04:16:05.169Z | Downloaded foreign-types-shared v0.1.1 |
818 | 2023-12-12T04:16:05.169Z | Downloaded textwrap v0.16.0 |
819 | 2023-12-12T04:16:05.169Z | Downloaded vsss-rs v3.3.1 |
820 | 2023-12-12T04:16:05.170Z | Downloaded termios v0.3.3 |
821 | 2023-12-12T04:16:05.170Z | Downloaded precomputed-hash v0.1.1 |
822 | 2023-12-12T04:16:05.170Z | Downloaded tiny-keccak v2.0.2 |
823 | 2023-12-12T04:16:05.170Z | Downloaded http-range v0.1.5 |
824 | 2023-12-12T04:16:05.170Z | Downloaded quick-error v1.2.3 |
825 | 2023-12-12T04:16:05.170Z | Downloaded password-hash v0.5.0 |
826 | 2023-12-12T04:16:05.175Z | Downloaded pkg-config v0.3.27 |
827 | 2023-12-12T04:16:05.175Z | Downloaded tempfile v3.8.1 |
828 | 2023-12-12T04:16:05.175Z | Downloaded parse-display v0.8.2 |
829 | 2023-12-12T04:16:05.175Z | Downloaded mio v0.8.9 |
830 | 2023-12-12T04:16:05.175Z | Downloaded phf_shared v0.10.0 |
831 | 2023-12-12T04:16:05.175Z | Downloaded pest_derive v2.7.2 |
832 | 2023-12-12T04:16:05.176Z | Downloaded digest v0.10.7 |
833 | 2023-12-12T04:16:05.176Z | Downloaded fxhash v0.2.1 |
834 | 2023-12-12T04:16:05.176Z | Downloaded derive_builder_macro v0.12.0 |
835 | 2023-12-12T04:16:05.176Z | Downloaded darling_macro v0.14.4 |
836 | 2023-12-12T04:16:05.176Z | Downloaded tokio-native-tls v0.3.1 |
837 | 2023-12-12T04:16:05.176Z | Downloaded env_logger v0.10.0 |
838 | 2023-12-12T04:16:05.176Z | Downloaded platforms v3.0.2 |
839 | 2023-12-12T04:16:05.176Z | Downloaded swrite v0.1.0 |
840 | 2023-12-12T04:16:05.176Z | Downloaded toml_datetime v0.6.5 |
841 | 2023-12-12T04:16:05.176Z | Downloaded serde-big-array v0.5.1 |
842 | 2023-12-12T04:16:05.176Z | Downloaded tokio-rustls v0.24.1 |
843 | 2023-12-12T04:16:05.176Z | Downloaded ppv-lite86 v0.2.17 |
844 | 2023-12-12T04:16:05.176Z | Downloaded foreign-types-shared v0.3.1 |
845 | 2023-12-12T04:16:05.176Z | Downloaded rustc-demangle v0.1.23 |
846 | 2023-12-12T04:16:05.176Z | Downloaded defmt-macros v0.3.6 |
847 | 2023-12-12T04:16:05.176Z | Downloaded futures-task v0.3.29 |
848 | 2023-12-12T04:16:05.192Z | Downloaded spin v0.5.2 |
849 | 2023-12-12T04:16:05.192Z | Downloaded getopts v0.2.21 |
850 | 2023-12-12T04:16:05.193Z | Downloaded vec_map v0.8.2 |
851 | 2023-12-12T04:16:05.193Z | Downloaded httparse v1.8.0 |
852 | 2023-12-12T04:16:05.193Z | Downloaded downcast v0.11.0 |
853 | 2023-12-12T04:16:05.193Z | Downloaded path-slash v0.1.5 |
854 | 2023-12-12T04:16:05.193Z | Downloaded deranged v0.3.8 |
855 | 2023-12-12T04:16:05.193Z | Downloaded nom v7.1.3 |
856 | 2023-12-12T04:16:05.193Z | Downloaded toolchain_find v0.2.0 |
857 | 2023-12-12T04:16:05.193Z | Downloaded postgres-types v0.2.6 |
858 | 2023-12-12T04:16:05.193Z | Downloaded flagset v0.4.3 |
859 | 2023-12-12T04:16:05.193Z | Downloaded postcard v1.0.8 |
860 | 2023-12-12T04:16:05.193Z | Downloaded signal-hook-tokio v0.3.1 |
861 | 2023-12-12T04:16:05.193Z | Downloaded slog-async v2.8.0 |
862 | 2023-12-12T04:16:05.193Z | Downloaded libm v0.2.7 |
863 | 2023-12-12T04:16:05.193Z | Downloaded diesel_table_macro_syntax v0.1.0 |
864 | 2023-12-12T04:16:05.193Z | Downloaded rustc_version v0.4.0 |
865 | 2023-12-12T04:16:05.193Z | Downloaded http-body v0.4.5 |
866 | 2023-12-12T04:16:05.193Z | Downloaded steno v0.4.0 |
867 | 2023-12-12T04:16:05.194Z | Downloaded same-file v1.0.6 |
868 | 2023-12-12T04:16:05.194Z | Downloaded pin-utils v0.1.0 |
869 | 2023-12-12T04:16:05.194Z | Downloaded pest_meta v2.7.2 |
870 | 2023-12-12T04:16:05.194Z | Downloaded endian-type v0.1.2 |
871 | 2023-12-12T04:16:05.194Z | Downloaded hubpack_derive v0.1.1 |
872 | 2023-12-12T04:16:05.194Z | Downloaded secrecy v0.8.0 |
873 | 2023-12-12T04:16:05.194Z | Downloaded smallvec v1.11.2 |
874 | 2023-12-12T04:16:05.194Z | Downloaded rusty-fork v0.3.0 |
875 | 2023-12-12T04:16:05.194Z | Downloaded rustversion v1.0.14 |
876 | 2023-12-12T04:16:05.195Z | Downloaded slab v0.4.9 |
877 | 2023-12-12T04:16:05.196Z | Downloaded signal-hook-mio v0.2.3 |
878 | 2023-12-12T04:16:05.196Z | Downloaded signature v1.6.4 |
879 | 2023-12-12T04:16:05.196Z | Downloaded vte_generate_state_changes v0.1.1 |
880 | 2023-12-12T04:16:05.196Z | Downloaded filetime v0.2.23 |
881 | 2023-12-12T04:16:05.196Z | Downloaded float-cmp v0.9.0 |
882 | 2023-12-12T04:16:05.196Z | Downloaded signal-hook v0.3.17 |
883 | 2023-12-12T04:16:05.196Z | Downloaded parking_lot v0.11.2 |
884 | 2023-12-12T04:16:05.196Z | Downloaded ron v0.8.1 |
885 | 2023-12-12T04:16:05.196Z | Downloaded rand_xorshift v0.3.0 |
886 | 2023-12-12T04:16:05.196Z | Downloaded pin-project-internal v1.1.3 |
887 | 2023-12-12T04:16:05.196Z | Downloaded zone v0.3.0 |
888 | 2023-12-12T04:16:05.196Z | Downloaded pin-project-lite v0.2.13 |
889 | 2023-12-12T04:16:05.196Z | Downloaded home v0.5.5 |
890 | 2023-12-12T04:16:05.196Z | Downloaded heck v0.3.3 |
891 | 2023-12-12T04:16:05.196Z | Downloaded thiserror-impl-no-std v2.0.2 |
892 | 2023-12-12T04:16:05.196Z | Downloaded supports-color v2.1.0 |
893 | 2023-12-12T04:16:05.196Z | Downloaded unicode-xid v0.2.4 |
894 | 2023-12-12T04:16:05.196Z | Downloaded serde_plain v1.0.2 |
895 | 2023-12-12T04:16:05.197Z | Downloaded tracing v0.1.37 |
896 | 2023-12-12T04:16:05.209Z | Downloaded aho-corasick v1.0.4 |
897 | 2023-12-12T04:16:05.210Z | Downloaded thread_local v1.1.7 |
898 | 2023-12-12T04:16:05.210Z | Downloaded subtle v2.5.0 |
899 | 2023-12-12T04:16:05.211Z | Downloaded untrusted v0.7.1 |
900 | 2023-12-12T04:16:05.211Z | Downloaded zeroize v1.7.0 |
901 | 2023-12-12T04:16:05.211Z | Downloaded time-macros v0.2.13 |
902 | 2023-12-12T04:16:05.211Z | Downloaded predicates v3.0.4 |
903 | 2023-12-12T04:16:05.211Z | Downloaded humantime v2.1.0 |
904 | 2023-12-12T04:16:05.228Z | Downloaded globset v0.4.13 |
905 | 2023-12-12T04:16:05.228Z | Downloaded pkcs8 v0.10.2 |
906 | 2023-12-12T04:16:05.228Z | Downloaded toml v0.5.11 |
907 | 2023-12-12T04:16:05.229Z | Downloaded half v1.8.2 |
908 | 2023-12-12T04:16:05.239Z | Downloaded ucd-trie v0.1.6 |
909 | 2023-12-12T04:16:05.239Z | Downloaded flate2 v1.0.28 |
910 | 2023-12-12T04:16:05.243Z | Downloaded typenum v1.16.0 |
911 | 2023-12-12T04:16:05.243Z | Downloaded rayon-core v1.12.0 |
912 | 2023-12-12T04:16:05.250Z | Downloaded hmac v0.12.1 |
913 | 2023-12-12T04:16:05.257Z | Downloaded derive-where v1.2.6 |
914 | 2023-12-12T04:16:05.264Z | Downloaded prettyplease v0.2.12 |
915 | 2023-12-12T04:16:05.277Z | Downloaded ryu v1.0.15 |
916 | 2023-12-12T04:16:05.291Z | Downloaded diesel_derives v2.1.2 |
917 | 2023-12-12T04:16:05.292Z | Downloaded typed-path v0.7.0 |
918 | 2023-12-12T04:16:05.295Z | Downloaded unsafe-libyaml v0.2.9 |
919 | 2023-12-12T04:16:05.302Z | Downloaded heapless v0.7.16 |
920 | 2023-12-12T04:16:05.310Z | Downloaded zerocopy v0.6.4 |
921 | 2023-12-12T04:16:05.315Z | Downloaded salty v0.2.0 |
922 | 2023-12-12T04:16:05.331Z | Downloaded rand v0.8.5 |
923 | 2023-12-12T04:16:05.335Z | Downloaded reedline v0.26.0 |
924 | 2023-12-12T04:16:05.351Z | Downloaded bitvec v1.0.1 |
925 | 2023-12-12T04:16:05.384Z | Downloaded tokio-util v0.7.10 |
926 | 2023-12-12T04:16:05.390Z | Downloaded hashbrown v0.12.3 |
927 | 2023-12-12T04:16:05.401Z | Downloaded regex-automata v0.1.10 |
928 | 2023-12-12T04:16:05.410Z | Downloaded tough v0.16.0 |
929 | 2023-12-12T04:16:05.434Z | Downloaded serde_json v1.0.108 |
930 | 2023-12-12T04:16:05.440Z | Downloaded object v0.30.4 |
931 | 2023-12-12T04:16:05.459Z | Downloaded hkdf v0.12.3 |
932 | 2023-12-12T04:16:05.468Z | Downloaded petgraph v0.6.4 |
933 | 2023-12-12T04:16:05.489Z | Downloaded rayon v1.8.0 |
934 | 2023-12-12T04:16:05.513Z | Downloaded syn v1.0.109 |
935 | 2023-12-12T04:16:05.529Z | Downloaded gimli v0.28.0 |
936 | 2023-12-12T04:16:05.551Z | Downloaded regex v1.10.2 |
937 | 2023-12-12T04:16:05.576Z | Downloaded radix_trie v0.2.1 |
938 | 2023-12-12T04:16:05.586Z | Downloaded polar-core v0.27.0 |
939 | 2023-12-12T04:16:05.650Z | Downloaded rustix v0.37.23 |
940 | 2023-12-12T04:16:05.674Z | Downloaded regex-syntax v0.6.29 |
941 | 2023-12-12T04:16:05.715Z | Downloaded ratatui v0.23.0 |
942 | 2023-12-12T04:16:05.731Z | Downloaded diesel v2.1.4 |
943 | 2023-12-12T04:16:05.748Z | Downloaded sled v0.34.7 |
944 | 2023-12-12T04:16:05.753Z | Downloaded tokio v1.35.0 |
945 | 2023-12-12T04:16:05.817Z | Downloaded zerocopy-derive v0.6.4 |
946 | 2023-12-12T04:16:05.863Z | Downloaded libc v0.2.151 |
947 | 2023-12-12T04:16:05.895Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
948 | 2023-12-12T04:16:05.921Z | Downloaded rustix v0.38.25 |
949 | 2023-12-12T04:16:05.966Z | Downloaded regex-automata v0.4.3 |
950 | 2023-12-12T04:16:06.014Z | Downloaded sha3 v0.10.8 |
951 | 2023-12-12T04:16:06.018Z | Downloaded regex-automata v0.3.8 |
952 | 2023-12-12T04:16:06.050Z | Downloaded zerocopy-derive v0.7.26 |
953 | 2023-12-12T04:16:06.073Z | Downloaded zerocopy-derive v0.2.0 |
954 | 2023-12-12T04:16:06.095Z | Downloaded rustls v0.21.9 |
955 | 2023-12-12T04:16:06.119Z | Downloaded encoding_rs v0.8.33 |
956 | 2023-12-12T04:16:06.169Z | Downloaded bstr v1.6.0 |
957 | 2023-12-12T04:16:06.188Z | Downloaded regex-syntax v0.8.2 |
958 | 2023-12-12T04:16:06.211Z | Downloaded regex-syntax v0.7.5 |
959 | 2023-12-12T04:16:06.233Z | Downloaded ring v0.17.7 |
960 | 2023-12-12T04:16:06.363Z | Downloaded openapiv3 v2.0.0 |
961 | 2023-12-12T04:16:06.388Z | Downloaded bstr v0.2.17 |
962 | 2023-12-12T04:16:06.407Z | Downloaded trust-dns-proto v0.22.0 |
963 | 2023-12-12T04:16:06.432Z | Downloaded syn v2.0.32 |
964 | 2023-12-12T04:16:06.452Z | Downloaded regress v0.7.1 |
965 | 2023-12-12T04:16:06.465Z | Downloaded curve25519-dalek v4.1.0 |
966 | 2023-12-12T04:16:06.483Z | Downloaded smoltcp v0.10.0 |
967 | 2023-12-12T04:16:06.505Z | Downloaded openssl v0.10.60 |
968 | 2023-12-12T04:16:06.524Z | Downloaded object v0.32.1 |
969 | 2023-12-12T04:16:06.543Z | Downloaded webpki-roots v0.25.2 |
970 | 2023-12-12T04:16:06.551Z | Downloaded ring v0.16.20 |
971 | 2023-12-12T04:16:06.720Z | Downloaded smoltcp v0.9.1 |
972 | 2023-12-12T04:16:06.735Z | Downloaded idna v0.5.0 |
973 | 2023-12-12T04:16:06.748Z | Downloaded h2 v0.3.21 |
974 | 2023-12-12T04:16:06.760Z | Downloaded tabled v0.14.0 |
975 | 2023-12-12T04:16:06.789Z | Downloaded proptest v1.4.0 |
976 | 2023-12-12T04:16:06.804Z | Downloaded idna v0.2.3 |
977 | 2023-12-12T04:16:06.819Z | Downloaded vcpkg v0.2.15 |
978 | 2023-12-12T04:16:06.890Z | Downloaded rustls-webpki v0.101.7 |
979 | 2023-12-12T04:16:06.923Z | Downloaded quick-xml v0.23.1 |
980 | 2023-12-12T04:16:06.928Z | Downloaded portable-atomic v1.4.3 |
981 | 2023-12-12T04:16:06.937Z | Downloaded chrono v0.4.31 |
982 | 2023-12-12T04:16:06.950Z | Downloaded reqwest v0.11.22 |
983 | 2023-12-12T04:16:06.966Z | Downloaded zip v0.6.6 |
984 | 2023-12-12T04:16:06.974Z | Downloaded pest v2.7.2 |
985 | 2023-12-12T04:16:06.980Z | Downloaded unicode-normalization v0.1.22 |
986 | 2023-12-12T04:16:06.987Z | Downloaded serde_yaml v0.9.25 |
987 | 2023-12-12T04:16:06.996Z | Downloaded toml_edit v0.21.0 |
988 | 2023-12-12T04:16:07.031Z | Downloaded unicode-segmentation v1.10.1 |
989 | 2023-12-12T04:16:07.037Z | Downloaded bindgen v0.65.1 |
990 | 2023-12-12T04:16:07.052Z | Downloaded http v0.2.11 |
991 | 2023-12-12T04:16:07.061Z | Downloaded zerocopy v0.7.26 |
992 | 2023-12-12T04:16:07.088Z | Downloaded toml_edit v0.19.15 |
993 | 2023-12-12T04:16:07.138Z | Downloaded headers v0.3.9 |
994 | 2023-12-12T04:16:07.149Z | Downloaded hyper v0.14.27 |
995 | 2023-12-12T04:16:07.159Z | Downloaded toml v0.8.8 |
996 | 2023-12-12T04:16:07.171Z | Downloaded x509-cert v0.2.4 |
997 | 2023-12-12T04:16:07.175Z | Downloaded winnow v0.5.15 |
998 | 2023-12-12T04:16:07.195Z | Downloaded hashbrown v0.14.2 |
999 | 2023-12-12T04:16:07.202Z | Downloaded serde v1.0.193 |
1000 | 2023-12-12T04:16:07.208Z | Downloaded serde_with v3.4.0 |
1001 | 2023-12-12T04:16:07.220Z | Downloaded url v2.5.0 |
1002 | 2023-12-12T04:16:07.227Z | Downloaded pin-project v1.1.3 |
1003 | 2023-12-12T04:16:07.247Z | Downloaded futures-util v0.3.29 |
1004 | 2023-12-12T04:16:07.275Z | Downloaded rcgen v0.11.3 |
1005 | 2023-12-12T04:16:07.287Z | Downloaded num-bigint-dig v0.8.4 |
1006 | 2023-12-12T04:16:07.292Z | Downloaded time v0.3.27 |
1007 | 2023-12-12T04:16:07.297Z | Downloaded tungstenite v0.20.1 |
1008 | 2023-12-12T04:16:07.300Z | Downloaded tracing-core v0.1.31 |
1009 | 2023-12-12T04:16:07.307Z | Downloaded parking_lot v0.12.1 |
1010 | 2023-12-12T04:16:07.321Z | Downloaded fatfs v0.3.6 |
1011 | 2023-12-12T04:16:07.322Z | Downloaded crossterm v0.27.0 |
1012 | 2023-12-12T04:16:07.327Z | Downloaded futures-channel v0.3.29 |
1013 | 2023-12-12T04:16:07.330Z | Downloaded tokio-postgres v0.7.10 |
1014 | 2023-12-12T04:16:07.339Z | Downloaded thiserror v1.0.49 |
1015 | 2023-12-12T04:16:07.345Z | Downloaded version_check v0.9.4 |
1016 | 2023-12-12T04:16:07.348Z | Downloaded ena v0.14.2 |
1017 | 2023-12-12T04:16:07.351Z | Downloaded wait-timeout v0.2.0 |
1018 | 2023-12-12T04:16:07.354Z | Downloaded rustls-native-certs v0.6.3 |
1019 | 2023-12-12T04:16:07.357Z | Downloaded getrandom v0.2.10 |
1020 | 2023-12-12T04:16:07.362Z | Downloaded slog v2.7.0 |
1021 | 2023-12-12T04:16:07.369Z | Downloaded papergrid v0.10.0 |
1022 | 2023-12-12T04:16:07.376Z | Downloaded schemars v0.8.13 |
1023 | 2023-12-12T04:16:07.397Z | Downloaded subprocess v0.2.9 |
1024 | 2023-12-12T04:16:07.401Z | Downloaded display-error-chain v0.2.0 |
1025 | 2023-12-12T04:16:07.404Z | Downloaded topological-sort v0.2.2 |
1026 | 2023-12-12T04:16:07.404Z | Downloaded parking_lot_core v0.8.6 |
1027 | 2023-12-12T04:16:07.408Z | Downloaded rsa v0.9.2 |
1028 | 2023-12-12T04:16:07.417Z | Downloaded thread-id v4.2.0 |
1029 | 2023-12-12T04:16:07.420Z | Downloaded ref-cast-impl v1.0.20 |
1030 | 2023-12-12T04:16:07.423Z | Downloaded ff v0.13.0 |
1031 | 2023-12-12T04:16:07.426Z | Downloaded sha1 v0.10.6 |
1032 | 2023-12-12T04:16:07.429Z | Downloaded serde_tokenstream v0.1.7 |
1033 | 2023-12-12T04:16:07.433Z | Downloaded rustfmt-wrapper v0.2.0 |
1034 | 2023-12-12T04:16:07.436Z | Downloaded phf_shared v0.11.2 |
1035 | 2023-12-12T04:16:07.436Z | Downloaded serde_path_to_error v0.1.14 |
1036 | 2023-12-12T04:16:07.442Z | Downloaded fastrand v2.0.0 |
1037 | 2023-12-12T04:16:07.445Z | Downloaded socket2 v0.5.5 |
1038 | 2023-12-12T04:16:07.445Z | Downloaded hashbrown v0.13.2 |
1039 | 2023-12-12T04:16:07.453Z | Downloaded flume v0.11.0 |
1040 | 2023-12-12T04:16:07.460Z | Downloaded unicode-ident v1.0.12 |
1041 | 2023-12-12T04:16:07.467Z | Downloaded tracing-attributes v0.1.26 |
1042 | 2023-12-12T04:16:07.472Z | Downloaded serde_derive_internals v0.26.0 |
1043 | 2023-12-12T04:16:07.477Z | Downloaded thiserror-no-std v2.0.2 |
1044 | 2023-12-12T04:16:07.481Z | Downloaded der_derive v0.7.2 |
1045 | 2023-12-12T04:16:07.485Z | Downloaded toml v0.7.8 |
1046 | 2023-12-12T04:16:07.488Z | Downloaded itertools v0.10.5 |
1047 | 2023-12-12T04:16:07.504Z | Downloaded trust-dns-resolver v0.22.0 |
1048 | 2023-12-12T04:16:07.511Z | Downloaded unicode-width v0.1.11 |
1049 | 2023-12-12T04:16:07.514Z | Downloaded hostname v0.3.1 |
1050 | 2023-12-12T04:16:07.515Z | Downloaded predicates-tree v1.0.9 |
1051 | 2023-12-12T04:16:07.517Z | Downloaded tokio-stream v0.1.14 |
1052 | 2023-12-12T04:16:07.523Z | Downloaded elliptic-curve v0.13.8 |
1053 | 2023-12-12T04:16:07.530Z | Downloaded der v0.7.8 |
1054 | 2023-12-12T04:16:07.543Z | Downloaded shlex v1.1.0 |
1055 | 2023-12-12T04:16:07.564Z | Downloaded pretty-hex v0.4.0 |
1056 | 2023-12-12T04:16:07.564Z | Downloaded radium v0.7.0 |
1057 | 2023-12-12T04:16:07.565Z | Downloaded spin v0.9.8 |
1058 | 2023-12-12T04:16:07.565Z | Downloaded derive_builder_core v0.12.0 |
1059 | 2023-12-12T04:16:07.565Z | Downloaded semver v0.1.20 |
1060 | 2023-12-12T04:16:07.565Z | Downloaded sct v0.7.0 |
1061 | 2023-12-12T04:16:07.572Z | Downloaded unicode-bidi v0.3.13 |
1062 | 2023-12-12T04:16:07.572Z | Downloaded lalrpop v0.19.12 |
1063 | 2023-12-12T04:16:07.589Z | Downloaded clap_builder v4.4.2 |
1064 | 2023-12-12T04:16:07.598Z | Downloaded itertools v0.12.0 |
1065 | 2023-12-12T04:16:07.611Z | Downloaded tui-tree-widget v0.13.0 |
1066 | 2023-12-12T04:16:07.615Z | Downloaded signal-hook-registry v1.4.1 |
1067 | 2023-12-12T04:16:07.621Z | Downloaded pest_generator v2.7.2 |
1068 | 2023-12-12T04:16:07.621Z | Downloaded postgres-protocol v0.6.6 |
1069 | 2023-12-12T04:16:07.621Z | Downloaded waitgroup v0.1.2 |
1070 | 2023-12-12T04:16:07.624Z | Downloaded strum_macros v0.25.2 |
1071 | 2023-12-12T04:16:07.627Z | Downloaded derive_more v0.99.17 |
1072 | 2023-12-12T04:16:07.641Z | Downloaded proc-macro2 v1.0.69 |
1073 | 2023-12-12T04:16:07.646Z | Downloaded generic-array v0.14.7 |
1074 | 2023-12-12T04:16:07.646Z | Downloaded trust-dns-server v0.22.1 |
1075 | 2023-12-12T04:16:07.657Z | Downloaded trust-dns-client v0.22.0 |
1076 | 2023-12-12T04:16:07.664Z | Downloaded semver-parser v0.10.2 |
1077 | 2023-12-12T04:16:07.669Z | Downloaded scopeguard v1.2.0 |
1078 | 2023-12-12T04:16:07.672Z | Downloaded poly1305 v0.8.0 |
1079 | 2023-12-12T04:16:07.672Z | Downloaded equivalent v1.0.1 |
1080 | 2023-12-12T04:16:07.675Z | Downloaded dtrace-parser v0.1.14 |
1081 | 2023-12-12T04:16:07.676Z | Downloaded rustc_version v0.1.7 |
1082 | 2023-12-12T04:16:07.679Z | Downloaded rustc-hash v1.1.0 |
1083 | 2023-12-12T04:16:07.679Z | Downloaded schemars_derive v0.8.13 |
1084 | 2023-12-12T04:16:07.683Z | Downloaded rustls-pemfile v1.0.3 |
1085 | 2023-12-12T04:16:07.687Z | Downloaded proc-macro-crate v1.3.1 |
1086 | 2023-12-12T04:16:07.687Z | Downloaded futures-executor v0.3.29 |
1087 | 2023-12-12T04:16:07.728Z | Downloaded libxml v0.3.3 |
1088 | 2023-12-12T04:16:07.732Z | Downloaded serde-big-array v0.4.1 |
1089 | 2023-12-12T04:16:07.732Z | Downloaded phf v0.11.2 |
1090 | 2023-12-12T04:16:07.732Z | Downloaded untrusted v0.9.0 |
1091 | 2023-12-12T04:16:07.732Z | Downloaded pkcs1 v0.7.5 |
1092 | 2023-12-12T04:16:07.732Z | Downloaded tinyvec v1.6.0 |
1093 | 2023-12-12T04:16:07.732Z | Downloaded tower-service v0.3.2 |
1094 | 2023-12-12T04:16:07.732Z | Downloaded headers-core v0.2.0 |
1095 | 2023-12-12T04:16:07.732Z | Downloaded scheduled-thread-pool v0.2.7 |
1096 | 2023-12-12T04:16:07.732Z | Downloaded smawk v0.3.1 |
1097 | 2023-12-12T04:16:07.732Z | Downloaded parking_lot_core v0.9.8 |
1098 | 2023-12-12T04:16:07.732Z | Downloaded hubpack v0.1.2 |
1099 | 2023-12-12T04:16:07.733Z | Downloaded form_urlencoded v1.2.1 |
1100 | 2023-12-12T04:16:07.749Z | Downloaded usdt-impl v0.3.5 |
1101 | 2023-12-12T04:16:07.749Z | Downloaded crossbeam-channel v0.5.8 |
1102 | 2023-12-12T04:16:07.755Z | Downloaded num-bigint v0.4.4 |
1103 | 2023-12-12T04:16:07.755Z | Downloaded yasna v0.5.2 |
1104 | 2023-12-12T04:16:07.762Z | Downloaded openssl-sys v0.9.96 |
1105 | 2023-12-12T04:16:07.766Z | Downloaded textwrap v0.11.0 |
1106 | 2023-12-12T04:16:07.769Z | Downloaded ed25519 v1.5.3 |
1107 | 2023-12-12T04:16:07.775Z | Downloaded hash32 v0.2.1 |
1108 | 2023-12-12T04:16:07.775Z | Downloaded quote v1.0.33 |
1109 | 2023-12-12T04:16:07.781Z | Downloaded tokio-tungstenite v0.20.1 |
1110 | 2023-12-12T04:16:07.781Z | Downloaded rtoolbox v0.0.1 |
1111 | 2023-12-12T04:16:07.784Z | Downloaded proc-macro-error v1.0.4 |
1112 | 2023-12-12T04:16:07.790Z | Downloaded slog-term v2.9.0 |
1113 | 2023-12-12T04:16:07.793Z | Downloaded clap v2.34.0 |
1114 | 2023-12-12T04:16:07.811Z | Downloaded futures-macro v0.3.29 |
1115 | 2023-12-12T04:16:07.815Z | Downloaded futures-io v0.3.29 |
1116 | 2023-12-12T04:16:07.815Z | Downloaded futures-core v0.3.29 |
1117 | 2023-12-12T04:16:07.815Z | Downloaded dyn-clone v1.0.13 |
1118 | 2023-12-12T04:16:07.815Z | Downloaded parse-display-derive v0.8.2 |
1119 | 2023-12-12T04:16:07.818Z | Downloaded serde_spanned v0.6.4 |
1120 | 2023-12-12T04:16:07.818Z | Downloaded uuid v1.6.1 |
1121 | 2023-12-12T04:16:07.825Z | Downloaded diff v0.1.13 |
1122 | 2023-12-12T04:16:07.833Z | Downloaded unicase v2.7.0 |
1123 | 2023-12-12T04:16:07.841Z | Downloaded peeking_take_while v0.1.2 |
1124 | 2023-12-12T04:16:07.841Z | Downloaded unicode-linebreak v0.1.5 |
1125 | 2023-12-12T04:16:07.846Z | Downloaded unarray v0.1.4 |
1126 | 2023-12-12T04:16:07.846Z | Downloaded tokio-macros v2.2.0 |
1127 | 2023-12-12T04:16:07.846Z | Downloaded futures v0.3.29 |
1128 | 2023-12-12T04:16:07.850Z | Downloaded minimal-lexical v0.2.1 |
1129 | 2023-12-12T04:16:07.861Z | Downloaded httpdate v1.0.3 |
1130 | 2023-12-12T04:16:07.864Z | Downloaded tar v0.4.40 |
1131 | 2023-12-12T04:16:07.867Z | Downloaded wyz v0.5.1 |
1132 | 2023-12-12T04:16:07.867Z | Downloaded vte v0.11.1 |
1133 | 2023-12-12T04:16:07.870Z | Downloaded snafu v0.7.5 |
1134 | 2023-12-12T04:16:07.882Z | Downloaded enum-as-inner v0.5.1 |
1135 | 2023-12-12T04:16:07.885Z | Downloaded fnv v1.0.7 |
1136 | 2023-12-12T04:16:07.885Z | Downloaded fallible-iterator v0.2.0 |
1137 | 2023-12-12T04:16:07.890Z | Downloaded errno v0.3.2 |
1138 | 2023-12-12T04:16:07.890Z | Downloaded embedded-io v0.4.0 |
1139 | 2023-12-12T04:16:07.894Z | Downloaded similar v2.3.0 |
1140 | 2023-12-12T04:16:07.899Z | Downloaded utf8parse v0.2.1 |
1141 | 2023-12-12T04:16:07.927Z | Downloaded slog-dtrace v0.2.3 |
1142 | 2023-12-12T04:16:07.927Z | Downloaded rpassword v7.3.1 |
1143 | 2023-12-12T04:16:07.931Z | Downloaded fs-err v2.11.0 |
1144 | 2023-12-12T04:16:07.931Z | Downloaded slog-stdlog v4.1.1 |
1145 | 2023-12-12T04:16:07.934Z | Downloaded crypto-bigint v0.5.2 |
1146 | 2023-12-12T04:16:07.934Z | Downloaded tabled_derive v0.6.0 |
1147 | 2023-12-12T04:16:07.934Z | Downloaded foreign-types v0.5.0 |
1148 | 2023-12-12T04:16:07.934Z | Downloaded synstructure v0.12.6 |
1149 | 2023-12-12T04:16:07.934Z | Downloaded r2d2 v0.8.10 |
1150 | 2023-12-12T04:16:07.934Z | Downloaded derive_builder v0.12.0 |
1151 | 2023-12-12T04:16:07.941Z | Downloaded zeroize_derive v1.4.2 |
1152 | 2023-12-12T04:16:07.941Z | Downloaded foreign-types-macros v0.2.3 |
1153 | 2023-12-12T04:16:07.944Z | Downloaded serde_with_macros v3.4.0 |
1154 | 2023-12-12T04:16:07.944Z | Downloaded socket2 v0.4.9 |
1155 | 2023-12-12T04:16:07.947Z | Downloaded test-strategy v0.3.1 |
1156 | 2023-12-12T04:16:07.953Z | Downloaded rand_core v0.6.4 |
1157 | 2023-12-12T04:16:07.957Z | Downloaded proc-macro-error-attr v1.0.4 |
1158 | 2023-12-12T04:16:07.957Z | Downloaded predicates-core v1.0.6 |
1159 | 2023-12-12T04:16:07.966Z | Downloaded string_cache v0.8.7 |
1160 | 2023-12-12T04:16:07.966Z | Downloaded highway v1.1.0 |
1161 | 2023-12-12T04:16:07.969Z | Downloaded hex v0.4.3 |
1162 | 2023-12-12T04:16:07.969Z | Downloaded heck v0.4.1 |
1163 | 2023-12-12T04:16:07.970Z | Downloaded either v1.9.0 |
1164 | 2023-12-12T04:16:07.973Z | Downloaded usdt v0.3.5 |
1165 | 2023-12-12T04:16:07.973Z | Downloaded defmt-parser v0.3.3 |
1166 | 2023-12-12T04:16:07.976Z | Downloaded zerocopy v0.3.0 |
1167 | 2023-12-12T04:16:07.976Z | Downloaded xattr v1.0.1 |
1168 | 2023-12-12T04:16:07.980Z | Downloaded utf-8 v0.7.6 |
1169 | 2023-12-12T04:16:07.983Z | Downloaded darling_core v0.14.4 |
1170 | 2023-12-12T04:16:07.990Z | Downloaded structopt-derive v0.4.18 |
1171 | 2023-12-12T04:16:07.994Z | Downloaded usdt-macro v0.3.5 |
1172 | 2023-12-12T04:16:07.994Z | Downloaded usdt-attr-macro v0.3.5 |
1173 | 2023-12-12T04:16:07.997Z | Downloaded smallvec v0.6.14 |
1174 | 2023-12-12T04:16:07.997Z | Downloaded slog-bunyan v2.4.0 |
1175 | 2023-12-12T04:16:08.002Z | Downloaded mockall_derive v0.12.0 |
1176 | 2023-12-12T04:16:08.009Z | Downloaded group v0.13.0 |
1177 | 2023-12-12T04:16:08.013Z | Downloaded structopt v0.3.26 |
1178 | 2023-12-12T04:16:08.020Z | Downloaded ref-cast v1.0.20 |
1179 | 2023-12-12T04:16:08.024Z | Downloaded fragile v2.0.0 |
1180 | 2023-12-12T04:16:08.029Z | Downloaded paste v1.0.14 |
1181 | 2023-12-12T04:16:08.033Z | Downloaded debug-ignore v1.0.5 |
1182 | 2023-12-12T04:16:08.036Z | Downloaded dof v0.1.5 |
1183 | 2023-12-12T04:16:08.039Z | Downloaded dirs-sys-next v0.1.2 |
1184 | 2023-12-12T04:16:08.039Z | Downloaded dirs-next v2.0.0 |
1185 | 2023-12-12T04:16:08.042Z | Downloaded backtrace v0.3.69 |
1186 | 2023-12-12T04:16:08.050Z | Downloaded pem-rfc7468 v0.7.0 |
1187 | 2023-12-12T04:16:08.054Z | Downloaded chacha20poly1305 v0.10.1 |
1188 | 2023-12-12T04:16:08.058Z | Downloaded difflib v0.4.0 |
1189 | 2023-12-12T04:16:08.061Z | Downloaded universal-hash v0.5.1 |
1190 | 2023-12-12T04:16:08.064Z | Downloaded percent-encoding v2.3.1 |
1191 | 2023-12-12T04:16:08.064Z | Downloaded pem v3.0.2 |
1192 | 2023-12-12T04:16:08.067Z | Downloaded strip-ansi-escapes v0.2.0 |
1193 | 2023-12-12T04:16:08.067Z | Downloaded stringprep v0.1.3 |
1194 | 2023-12-12T04:16:08.070Z | Downloaded spki v0.7.2 |
1195 | 2023-12-12T04:16:08.077Z | Downloaded log v0.4.20 |
1196 | 2023-12-12T04:16:08.081Z | Downloaded base64 v0.21.5 |
1197 | 2023-12-12T04:16:08.086Z | Downloaded data-encoding v2.4.0 |
1198 | 2023-12-12T04:16:08.091Z | Downloaded serde-hex v0.1.0 |
1199 | 2023-12-12T04:16:08.091Z | Downloaded owo-colors v3.5.0 |
1200 | 2023-12-12T04:16:08.097Z | Downloaded glob v0.3.1 |
1201 | 2023-12-12T04:16:08.101Z | Downloaded futures-sink v0.3.29 |
1202 | 2023-12-12T04:16:08.102Z | Downloaded bytes v1.5.0 |
1203 | 2023-12-12T04:16:08.113Z | Downloaded serde_derive v1.0.193 |
1204 | 2023-12-12T04:16:08.124Z | Downloaded term v0.7.0 |
1205 | 2023-12-12T04:16:08.124Z | Downloaded miniz_oxide v0.7.1 |
1206 | 2023-12-12T04:16:08.133Z | Downloaded darling v0.14.4 |
1207 | 2023-12-12T04:16:08.133Z | Downloaded structmeta-derive v0.2.0 |
1208 | 2023-12-12T04:16:08.133Z | Downloaded lock_api v0.4.10 |
1209 | 2023-12-12T04:16:08.134Z | Downloaded cc v1.0.83 |
1210 | 2023-12-12T04:16:08.140Z | Downloaded arc-swap v1.6.0 |
1211 | 2023-12-12T04:16:08.147Z | Downloaded signature v2.1.0 |
1212 | 2023-12-12T04:16:08.148Z | Downloaded shell-words v1.1.0 |
1213 | 2023-12-12T04:16:08.149Z | Downloaded olpc-cjson v0.1.3 |
1214 | 2023-12-12T04:16:08.157Z | Downloaded blake2 v0.10.6 |
1215 | 2023-12-12T04:16:08.166Z | Downloaded argon2 v0.5.2 |
1216 | 2023-12-12T04:16:08.166Z | Downloaded structmeta v0.2.0 |
1217 | 2023-12-12T04:16:08.166Z | Downloaded strsim v0.8.0 |
1218 | 2023-12-12T04:16:08.171Z | Downloaded static_assertions v1.1.0 |
1219 | 2023-12-12T04:16:08.172Z | Downloaded siphasher v0.3.11 |
1220 | 2023-12-12T04:16:08.183Z | Downloaded once_cell v1.19.0 |
1221 | 2023-12-12T04:16:08.183Z | Downloaded omicron-zone-package v0.9.1 |
1222 | 2023-12-12T04:16:08.191Z | Downloaded num-complex v0.4.4 |
1223 | 2023-12-12T04:16:08.191Z | Downloaded nu-ansi-term v0.49.0 |
1224 | 2023-12-12T04:16:08.202Z | Downloaded multer v2.1.0 |
1225 | 2023-12-12T04:16:08.202Z | Downloaded mime_guess v2.0.4 |
1226 | 2023-12-12T04:16:08.203Z | Downloaded colored v2.0.4 |
1227 | 2023-12-12T04:16:08.213Z | Downloaded packed_struct_codegen v0.10.1 |
1228 | 2023-12-12T04:16:08.213Z | Downloaded packed_struct v0.10.1 |
1229 | 2023-12-12T04:16:08.214Z | Downloaded pretty-hex v0.2.1 |
1230 | 2023-12-12T04:16:08.214Z | Downloaded thiserror-impl v1.0.49 |
1231 | 2023-12-12T04:16:08.215Z | Downloaded termtree v0.4.1 |
1232 | 2023-12-12T04:16:08.216Z | Downloaded tap v1.0.1 |
1233 | 2023-12-12T04:16:08.221Z | Downloaded strsim v0.10.0 |
1234 | 2023-12-12T04:16:08.222Z | Downloaded stable_deref_trait v1.2.0 |
1235 | 2023-12-12T04:16:08.222Z | Downloaded slog-scope v4.4.0 |
1236 | 2023-12-12T04:16:08.222Z | Downloaded slog-json v2.6.1 |
1237 | 2023-12-12T04:16:08.222Z | Downloaded nanorand v0.7.0 |
1238 | 2023-12-12T04:16:08.232Z | Downloaded ahash v0.8.6 |
1239 | 2023-12-12T04:16:08.239Z | Downloaded bitfield v0.14.0 |
1240 | 2023-12-12T04:16:08.239Z | Downloaded macaddr v1.0.1 |
1241 | 2023-12-12T04:16:08.239Z | Downloaded walkdir v2.4.0 |
1242 | 2023-12-12T04:16:08.239Z | Downloaded slog-envlogger v2.2.0 |
1243 | 2023-12-12T04:16:08.240Z | Downloaded const-oid v0.9.5 |
1244 | 2023-12-12T04:16:08.248Z | Downloaded num-iter v0.1.43 |
1245 | 2023-12-12T04:16:08.248Z | Downloaded num-derive v0.4.0 |
1246 | 2023-12-12T04:16:08.256Z | Downloaded crypto-common v0.1.6 |
1247 | 2023-12-12T04:16:08.256Z | Downloaded crossbeam-epoch v0.9.15 |
1248 | 2023-12-12T04:16:08.256Z | Downloaded crossbeam-deque v0.8.3 |
1249 | 2023-12-12T04:16:08.256Z | Downloaded memoffset v0.7.1 |
1250 | 2023-12-12T04:16:08.265Z | Downloaded hyper-staticfile v0.9.5 |
1251 | 2023-12-12T04:16:08.265Z | Downloaded md-5 v0.10.5 |
1252 | 2023-12-12T04:16:08.265Z | Downloaded bitflags v2.4.0 |
1253 | 2023-12-12T04:16:08.269Z | Downloaded try-lock v0.2.4 |
1254 | 2023-12-12T04:16:08.269Z | Downloaded hyper-rustls v0.24.2 |
1255 | 2023-12-12T04:16:08.272Z | Downloaded camino-tempfile v1.1.1 |
1256 | 2023-12-12T04:16:08.275Z | Downloaded bit-vec v0.6.3 |
1257 | 2023-12-12T04:16:08.282Z | Downloaded bcs v0.1.6 |
1258 | 2023-12-12T04:16:08.285Z | Downloaded async-trait v0.1.74 |
1259 | 2023-12-12T04:16:08.285Z | Downloaded base64ct v1.6.0 |
1260 | 2023-12-12T04:16:08.289Z | Downloaded anstyle-parse v0.2.1 |
1261 | 2023-12-12T04:16:08.292Z | Downloaded ansi_term v0.12.1 |
1262 | 2023-12-12T04:16:08.295Z | Downloaded sha2 v0.10.8 |
1263 | 2023-12-12T04:16:08.299Z | Downloaded serde_urlencoded v0.7.1 |
1264 | 2023-12-12T04:16:08.301Z | Downloaded serde_tokenstream v0.2.0 |
1265 | 2023-12-12T04:16:08.312Z | Downloaded serde_repr v0.1.16 |
1266 | 2023-12-12T04:16:08.315Z | Downloaded num v0.4.1 |
1267 | 2023-12-12T04:16:08.315Z | Downloaded cancel-safe-futures v0.1.5 |
1268 | 2023-12-12T04:16:08.323Z | Downloaded cexpr v0.6.0 |
1269 | 2023-12-12T04:16:08.326Z | Downloaded nibble_vec v0.1.0 |
1270 | 2023-12-12T04:16:08.326Z | Downloaded maybe-uninit v2.0.0 |
1271 | 2023-12-12T04:16:08.326Z | Downloaded maplit v1.0.2 |
1272 | 2023-12-12T04:16:08.326Z | Downloaded managed v0.8.0 |
1273 | 2023-12-12T04:16:08.331Z | Downloaded lru-cache v0.1.2 |
1274 | 2023-12-12T04:16:08.331Z | Downloaded crc-catalog v2.2.0 |
1275 | 2023-12-12T04:16:08.339Z | Downloaded openssl-macros v0.1.1 |
1276 | 2023-12-12T04:16:08.339Z | Downloaded opaque-debug v0.3.0 |
1277 | 2023-12-12T04:16:08.340Z | Downloaded number_prefix v0.4.0 |
1278 | 2023-12-12T04:16:08.340Z | Downloaded newtype_derive v0.1.6 |
1279 | 2023-12-12T04:16:08.340Z | Downloaded crc-any v2.4.3 |
1280 | 2023-12-12T04:16:08.345Z | Downloaded clang-sys v1.6.1 |
1281 | 2023-12-12T04:16:08.346Z | Downloaded block-padding v0.3.3 |
1282 | 2023-12-12T04:16:08.349Z | Downloaded bb8 v0.8.1 |
1283 | 2023-12-12T04:16:08.349Z | Downloaded darling_macro v0.20.3 |
1284 | 2023-12-12T04:16:08.349Z | Downloaded time-core v0.1.1 |
1285 | 2023-12-12T04:16:08.349Z | Downloaded take_mut v0.2.2 |
1286 | 2023-12-12T04:16:08.354Z | Downloaded libloading v0.7.4 |
1287 | 2023-12-12T04:16:08.358Z | Downloaded crossbeam v0.8.2 |
1288 | 2023-12-12T04:16:08.359Z | Downloaded corncobs v0.1.3 |
1289 | 2023-12-12T04:16:08.363Z | Downloaded nodrop v0.1.14 |
1290 | 2023-12-12T04:16:08.363Z | Downloaded curve25519-dalek-derive v0.1.0 |
1291 | 2023-12-12T04:16:08.364Z | Downloaded crucible-workspace-hack v0.1.0 |
1292 | 2023-12-12T04:16:08.364Z | Downloaded hyper-tls v0.5.0 |
1293 | 2023-12-12T04:16:08.368Z | Downloaded atomic-waker v1.1.1 |
1294 | 2023-12-12T04:16:08.368Z | Downloaded async-recursion v1.0.5 |
1295 | 2023-12-12T04:16:08.371Z | Downloaded ascii-canvas v3.0.0 |
1296 | 2023-12-12T04:16:08.371Z | Downloaded zone_cfg_derive v0.3.0 |
1297 | 2023-12-12T04:16:08.371Z | Downloaded want v0.3.1 |
1298 | 2023-12-12T04:16:08.376Z | Downloaded convert_case v0.4.0 |
1299 | 2023-12-12T04:16:08.376Z | Downloaded io-lifetimes v1.0.11 |
1300 | 2023-12-12T04:16:08.380Z | Downloaded bytesize v1.3.0 |
1301 | 2023-12-12T04:16:08.380Z | Downloaded bytecount v0.6.3 |
1302 | 2023-12-12T04:16:08.386Z | Downloaded bitflags v1.3.2 |
1303 | 2023-12-12T04:16:08.389Z | Downloaded base16ct v0.2.0 |
1304 | 2023-12-12T04:16:08.389Z | Downloaded crc v3.0.1 |
1305 | 2023-12-12T04:16:08.393Z | Downloaded num-integer v0.1.45 |
1306 | 2023-12-12T04:16:08.396Z | Downloaded cstr-argument v0.1.2 |
1307 | 2023-12-12T04:16:08.396Z | Downloaded native-tls v0.2.11 |
1308 | 2023-12-12T04:16:08.399Z | Downloaded ident_case v1.0.1 |
1309 | 2023-12-12T04:16:08.402Z | Downloaded mime v0.3.17 |
1310 | 2023-12-12T04:16:08.402Z | Downloaded matches v0.1.10 |
1311 | 2023-12-12T04:16:08.411Z | Downloaded is_ci v1.1.1 |
1312 | 2023-12-12T04:16:08.411Z | Downloaded indoc v2.0.3 |
1313 | 2023-12-12T04:16:08.415Z | Downloaded linear-map v1.2.0 |
1314 | 2023-12-12T04:16:08.415Z | Downloaded block-buffer v0.10.4 |
1315 | 2023-12-12T04:16:08.415Z | Downloaded autocfg v1.1.0 |
1316 | 2023-12-12T04:16:08.418Z | Downloaded backoff v0.4.0 |
1317 | 2023-12-12T04:16:08.421Z | Downloaded anstyle v1.0.2 |
1318 | 2023-12-12T04:16:08.421Z | Downloaded normalize-line-endings v0.3.0 |
1319 | 2023-12-12T04:16:08.425Z | Downloaded new_debug_unreachable v1.0.4 |
1320 | 2023-12-12T04:16:08.425Z | Downloaded ciborium-ll v0.2.1 |
1321 | 2023-12-12T04:16:08.431Z | Downloaded iana-time-zone v0.1.57 |
1322 | 2023-12-12T04:16:08.435Z | Downloaded chacha20 v0.9.1 |
1323 | 2023-12-12T04:16:08.435Z | Downloaded assert_matches v1.5.0 |
1324 | 2023-12-12T04:16:08.435Z | Downloaded async-stream v0.3.5 |
1325 | 2023-12-12T04:16:08.440Z | Downloaded anstyle-query v1.0.0 |
1326 | 2023-12-12T04:16:08.443Z | Downloaded anstream v0.5.0 |
1327 | 2023-12-12T04:16:08.443Z | Downloaded array-init v0.0.4 |
1328 | 2023-12-12T04:16:08.446Z | Downloaded adler v1.0.2 |
1329 | 2023-12-12T04:16:08.446Z | Downloaded bit-set v0.5.3 |
1330 | 2023-12-12T04:16:08.449Z | Downloaded cpufeatures v0.2.9 |
1331 | 2023-12-12T04:16:08.453Z | Downloaded cookie v0.18.0 |
1332 | 2023-12-12T04:16:08.458Z | Downloaded cipher v0.4.4 |
1333 | 2023-12-12T04:16:08.458Z | Downloaded atomicwrites v0.4.2 |
1334 | 2023-12-12T04:16:08.461Z | Downloaded async-stream-impl v0.3.5 |
1335 | 2023-12-12T04:16:08.461Z | Downloaded crossbeam-queue v0.3.8 |
1336 | 2023-12-12T04:16:08.461Z | Downloaded lazy_static v1.4.0 |
1337 | 2023-12-12T04:16:08.464Z | Downloaded buf-list v1.0.3 |
1338 | 2023-12-12T04:16:08.468Z | Downloaded clap_derive v4.4.2 |
1339 | 2023-12-12T04:16:08.473Z | Downloaded clap v4.4.3 |
1340 | 2023-12-12T04:16:08.491Z | Downloaded keccak v0.1.4 |
1341 | 2023-12-12T04:16:08.496Z | Downloaded itertools v0.11.0 |
1342 | 2023-12-12T04:16:08.501Z | Downloaded console v0.15.7 |
1343 | 2023-12-12T04:16:08.504Z | Downloaded is-terminal v0.4.9 |
1344 | 2023-12-12T04:16:08.511Z | Downloaded indicatif v0.17.7 |
1345 | 2023-12-12T04:16:08.515Z | Downloaded ciborium-io v0.2.1 |
1346 | 2023-12-12T04:16:08.515Z | Downloaded ciborium v0.2.1 |
1347 | 2023-12-12T04:16:08.518Z | Downloaded cassowary v0.3.0 |
1348 | 2023-12-12T04:16:08.525Z | Downloaded byteorder v1.5.0 |
1349 | 2023-12-12T04:16:08.528Z | Downloaded kstat-rs v0.2.3 |
1350 | 2023-12-12T04:16:08.528Z | Downloaded ipnetwork v0.20.0 |
1351 | 2023-12-12T04:16:08.528Z | Downloaded ipnet v2.8.0 |
1352 | 2023-12-12T04:16:08.531Z | Downloaded inout v0.1.3 |
1353 | 2023-12-12T04:16:08.531Z | Downloaded indoc v1.0.9 |
1354 | 2023-12-12T04:16:08.535Z | Downloaded indexmap v2.1.0 |
1355 | 2023-12-12T04:16:08.541Z | Downloaded indexmap v1.9.3 |
1356 | 2023-12-12T04:16:08.547Z | Downloaded clap_lex v0.5.1 |
1357 | 2023-12-12T04:16:08.550Z | Downloaded bzip2 v0.4.4 |
1358 | 2023-12-12T04:16:08.555Z | Downloaded colorchoice v1.0.0 |
1359 | 2023-12-12T04:16:08.558Z | Downloaded addr2line v0.21.0 |
1360 | 2023-12-12T04:16:08.900Z | Compiling proc-macro2 v1.0.69 |
1361 | 2023-12-12T04:16:08.900Z | Compiling unicode-ident v1.0.12 |
1362 | 2023-12-12T04:16:08.904Z | Compiling libc v0.2.151 |
1363 | 2023-12-12T04:16:08.912Z | Compiling serde v1.0.193 |
1364 | 2023-12-12T04:16:08.912Z | Compiling autocfg v1.1.0 |
1365 | 2023-12-12T04:16:08.912Z | Compiling cfg-if v1.0.0 |
1366 | 2023-12-12T04:16:08.922Z | Compiling version_check v0.9.4 |
1367 | 2023-12-12T04:16:09.132Z | Compiling syn v1.0.109 |
1368 | 2023-12-12T04:16:09.156Z | Compiling once_cell v1.19.0 |
1369 | 2023-12-12T04:16:09.256Z | Compiling parking_lot_core v0.9.8 |
1370 | 2023-12-12T04:16:09.806Z | Compiling libm v0.2.7 |
1371 | 2023-12-12T04:16:09.879Z | Compiling serde_json v1.0.108 |
1372 | 2023-12-12T04:16:09.956Z | Compiling lock_api v0.4.10 |
1373 | 2023-12-12T04:16:10.834Z | Compiling num-traits v0.2.16 |
1374 | 2023-12-12T04:16:10.858Z | Compiling futures-core v0.3.29 |
1375 | 2023-12-12T04:16:10.858Z | Compiling typenum v1.16.0 |
1376 | 2023-12-12T04:16:10.858Z | Compiling scopeguard v1.2.0 |
1377 | 2023-12-12T04:16:11.103Z | Compiling thiserror v1.0.49 |
1378 | 2023-12-12T04:16:11.242Z | Compiling generic-array v0.14.7 |
1379 | 2023-12-12T04:16:11.295Z | Compiling memchr v2.6.3 |
1380 | 2023-12-12T04:16:11.762Z | Compiling itoa v1.0.9 |
1381 | 2023-12-12T04:16:12.134Z | Compiling pkg-config v0.3.27 |
1382 | 2023-12-12T04:16:12.301Z | Compiling quote v1.0.33 |
1383 | 2023-12-12T04:16:12.775Z | Compiling byteorder v1.5.0 |
1384 | 2023-12-12T04:16:13.345Z | Compiling syn v2.0.32 |
1385 | 2023-12-12T04:16:13.566Z | Compiling cc v1.0.83 |
1386 | 2023-12-12T04:16:13.988Z | Compiling getrandom v0.2.10 |
1387 | 2023-12-12T04:16:14.624Z | Compiling slab v0.4.9 |
1388 | 2023-12-12T04:16:14.767Z | Compiling futures-channel v0.3.29 |
1389 | 2023-12-12T04:16:15.063Z | Compiling futures-task v0.3.29 |
1390 | 2023-12-12T04:16:15.236Z | Compiling log v0.4.20 |
1391 | 2023-12-12T04:16:15.526Z | Compiling futures-util v0.3.29 |
1392 | 2023-12-12T04:16:15.896Z | Compiling heck v0.4.1 |
1393 | 2023-12-12T04:16:16.177Z | Compiling ryu v1.0.15 |
1394 | 2023-12-12T04:16:16.386Z | Compiling smallvec v1.11.2 |
1395 | 2023-12-12T04:16:16.501Z | Compiling pin-project-lite v0.2.13 |
1396 | 2023-12-12T04:16:16.683Z | Compiling vcpkg v0.2.15 |
1397 | 2023-12-12T04:16:16.703Z | Compiling schemars v0.8.13 |
1398 | 2023-12-12T04:16:17.795Z | Compiling parking_lot v0.12.1 |
1399 | 2023-12-12T04:16:18.517Z | Compiling ring v0.17.7 |
1400 | 2023-12-12T04:16:19.564Z | Compiling openssl-sys v0.9.96 |
1401 | 2023-12-12T04:16:19.836Z | Compiling semver v1.0.20 |
1402 | 2023-12-12T04:16:20.481Z | Compiling rand_core v0.6.4 |
1403 | 2023-12-12T04:16:20.931Z | Compiling signal-hook-registry v1.4.1 |
1404 | 2023-12-12T04:16:22.257Z | Compiling ring v0.16.20 |
1405 | 2023-12-12T04:16:22.693Z | Compiling mio v0.8.9 |
1406 | 2023-12-12T04:16:22.918Z | Compiling indexmap v1.9.3 |
1407 | 2023-12-12T04:16:23.119Z | Compiling hashbrown v0.14.2 |
1408 | 2023-12-12T04:16:23.338Z | Compiling equivalent v1.0.1 |
1409 | 2023-12-12T04:16:24.450Z | Compiling ahash v0.8.6 |
1410 | 2023-12-12T04:16:24.679Z | Compiling httparse v1.8.0 |
1411 | 2023-12-12T04:16:25.148Z | Compiling socket2 v0.5.5 |
1412 | 2023-12-12T04:16:25.208Z | Compiling num_cpus v1.16.0 |
1413 | 2023-12-12T04:16:25.280Z | Compiling spin v0.5.2 |
1414 | 2023-12-12T04:16:25.392Z | Compiling serde_derive_internals v0.26.0 |
1415 | 2023-12-12T04:16:26.015Z | Compiling fnv v1.0.7 |
1416 | 2023-12-12T04:16:26.044Z | Compiling openssl v0.10.60 |
1417 | 2023-12-12T04:16:26.576Z | Compiling spin v0.9.8 |
1418 | 2023-12-12T04:16:26.774Z | Compiling iana-time-zone v0.1.57 |
1419 | 2023-12-12T04:16:27.248Z | Compiling rustls v0.21.9 |
1420 | 2023-12-12T04:16:27.392Z | Compiling crossbeam-utils v0.8.16 |
1421 | 2023-12-12T04:16:27.652Z | Compiling ucd-trie v0.1.6 |
1422 | 2023-12-12T04:16:28.023Z | Compiling subtle v2.5.0 |
1423 | 2023-12-12T04:16:28.064Z | Compiling const-oid v0.9.5 |
1424 | 2023-12-12T04:16:28.331Z | Compiling native-tls v0.2.11 |
1425 | 2023-12-12T04:16:28.458Z | Compiling unicode-xid v0.2.4 |
1426 | 2023-12-12T04:16:28.698Z | Compiling synstructure v0.12.6 |
1427 | 2023-12-12T04:16:28.890Z | Compiling io-lifetimes v1.0.11 |
1428 | 2023-12-12T04:16:29.317Z | Compiling futures-sink v0.3.29 |
1429 | 2023-12-12T04:16:29.770Z | Compiling backtrace v0.3.69 |
1430 | 2023-12-12T04:16:30.007Z | Compiling rustix v0.38.25 |
1431 | 2023-12-12T04:16:30.131Z | Compiling winnow v0.5.15 |
1432 | 2023-12-12T04:16:30.175Z | Compiling tinyvec_macros v0.1.1 |
1433 | 2023-12-12T04:16:30.307Z | Compiling dyn-clone v1.0.13 |
1434 | 2023-12-12T04:16:30.580Z | Compiling tinyvec v1.6.0 |
1435 | 2023-12-12T04:16:31.710Z | Compiling tracing-core v0.1.31 |
1436 | 2023-12-12T04:16:31.789Z | Compiling num-integer v0.1.45 |
1437 | 2023-12-12T04:16:31.914Z | Compiling memoffset v0.9.0 |
1438 | 2023-12-12T04:16:31.944Z | Compiling pin-utils v0.1.0 |
1439 | 2023-12-12T04:16:32.539Z | Compiling futures-io v0.3.29 |
1440 | 2023-12-12T04:16:32.786Z | Compiling rustix v0.37.23 |
1441 | 2023-12-12T04:16:33.250Z | Compiling unicode-normalization v0.1.22 |
1442 | 2023-12-12T04:16:33.611Z | Compiling usdt-impl v0.3.5 |
1443 | 2023-12-12T04:16:34.087Z | Compiling time-core v0.1.1 |
1444 | 2023-12-12T04:16:34.344Z | Compiling anyhow v1.0.75 |
1445 | 2023-12-12T04:16:34.930Z | Compiling serde_derive v1.0.193 |
1446 | 2023-12-12T04:16:35.100Z | Compiling zeroize_derive v1.4.2 |
1447 | 2023-12-12T04:16:35.123Z | Compiling thiserror-impl v1.0.49 |
1448 | 2023-12-12T04:16:35.449Z | Compiling tokio-macros v2.2.0 |
1449 | 2023-12-12T04:16:35.824Z | Compiling futures-macro v0.3.29 |
1450 | 2023-12-12T04:16:36.165Z | Compiling tracing-attributes v0.1.26 |
1451 | 2023-12-12T04:16:36.301Z | Compiling schemars_derive v0.8.13 |
1452 | 2023-12-12T04:16:36.306Z | Compiling zerocopy-derive v0.7.26 |
1453 | 2023-12-12T04:16:37.693Z | Compiling zeroize v1.7.0 |
1454 | 2023-12-12T04:16:38.947Z | Compiling openssl-macros v0.1.1 |
1455 | 2023-12-12T04:16:39.424Z | Compiling zerocopy v0.7.26 |
1456 | 2023-12-12T04:16:40.022Z | Compiling pest v2.7.2 |
1457 | 2023-12-12T04:16:40.025Z | Compiling zerocopy-derive v0.2.0 |
1458 | 2023-12-12T04:16:40.431Z | Compiling crypto-common v0.1.6 |
1459 | 2023-12-12T04:16:40.731Z | Compiling der_derive v0.7.2 |
1460 | 2023-12-12T04:16:41.059Z | Compiling block-buffer v0.10.4 |
1461 | 2023-12-12T04:16:41.640Z | Compiling tracing v0.1.37 |
1462 | 2023-12-12T04:16:42.898Z | Compiling hashbrown v0.13.2 |
1463 | 2023-12-12T04:16:42.938Z | Compiling crc32fast v1.3.2 |
1464 | 2023-12-12T04:16:43.474Z | Compiling slog v2.7.0 |
1465 | 2023-12-12T04:16:43.580Z | Compiling unicode-bidi v0.3.13 |
1466 | 2023-12-12T04:16:43.872Z | Compiling bitflags v1.3.2 |
1467 | 2023-12-12T04:16:44.102Z | Compiling pest_meta v2.7.2 |
1468 | 2023-12-12T04:16:44.770Z | Compiling digest v0.10.7 |
1469 | 2023-12-12T04:16:45.426Z | Compiling time-macros v0.2.13 |
1470 | 2023-12-12T04:16:45.695Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1471 | 2023-12-12T04:16:46.247Z | Compiling pest_generator v2.7.2 |
1472 | 2023-12-12T04:16:47.267Z | Compiling aho-corasick v1.0.4 |
1473 | 2023-12-12T04:16:47.428Z | Compiling crossbeam-epoch v0.9.15 |
1474 | 2023-12-12T04:16:49.122Z | Compiling ppv-lite86 v0.2.17 |
1475 | 2023-12-12T04:16:50.334Z | Compiling rustversion v1.0.14 |
1476 | 2023-12-12T04:16:50.372Z | Compiling async-trait v0.1.74 |
1477 | 2023-12-12T04:16:50.570Z | Compiling pest_derive v2.7.2 |
1478 | 2023-12-12T04:16:51.011Z | Compiling regex-syntax v0.8.2 |
1479 | 2023-12-12T04:16:51.547Z | Compiling signal-hook v0.3.17 |
1480 | 2023-12-12T04:16:51.563Z | Compiling rand_chacha v0.3.1 |
1481 | 2023-12-12T04:16:51.674Z | Compiling zerocopy v0.3.0 |
1482 | 2023-12-12T04:16:53.206Z | Compiling errno v0.3.2 |
1483 | 2023-12-12T04:16:53.437Z | Compiling strsim v0.10.0 |
1484 | 2023-12-12T04:16:53.783Z | Compiling base64 v0.21.5 |
1485 | 2023-12-12T04:16:54.398Z | Compiling dof v0.1.5 |
1486 | 2023-12-12T04:16:54.857Z | Compiling rand v0.8.5 |
1487 | 2023-12-12T04:16:55.676Z | Compiling dtrace-parser v0.1.14 |
1488 | 2023-12-12T04:16:57.413Z | Compiling regex-automata v0.4.3 |
1489 | 2023-12-12T04:16:57.905Z | Compiling bytes v1.5.0 |
1490 | 2023-12-12T04:16:58.432Z | Compiling indexmap v2.1.0 |
1491 | 2023-12-12T04:17:00.460Z | Compiling rustc_version v0.4.0 |
1492 | 2023-12-12T04:17:00.865Z | Compiling tokio v1.35.0 |
1493 | 2023-12-12T04:17:01.297Z | Compiling uuid v1.6.1 |
1494 | 2023-12-12T04:17:01.459Z | Compiling heapless v0.7.16 |
1495 | 2023-12-12T04:17:02.035Z | Compiling chrono v0.4.31 |
1496 | 2023-12-12T04:17:02.883Z | Compiling bitflags v2.4.0 |
1497 | 2023-12-12T04:17:06.169Z | Compiling toml_datetime v0.6.5 |
1498 | 2023-12-12T04:17:06.391Z | Compiling serde_spanned v0.6.4 |
1499 | 2023-12-12T04:17:07.996Z | Compiling toml_edit v0.19.15 |
1500 | 2023-12-12T04:17:10.366Z | Compiling http v0.2.11 |
1501 | 2023-12-12T04:17:12.008Z | Compiling regex v1.10.2 |
1502 | 2023-12-12T04:17:16.424Z | Compiling tokio-util v0.7.10 |
1503 | 2023-12-12T04:17:18.333Z | Compiling thread-id v4.2.0 |
1504 | 2023-12-12T04:17:18.584Z | Compiling num-bigint v0.4.4 |
1505 | 2023-12-12T04:17:18.890Z | Compiling doc-comment v0.3.3 |
1506 | 2023-12-12T04:17:19.254Z | Compiling smoltcp v0.9.1 |
1507 | 2023-12-12T04:17:19.592Z | Compiling untrusted v0.7.1 |
1508 | 2023-12-12T04:17:19.620Z | Compiling base64ct v1.6.0 |
1509 | 2023-12-12T04:17:19.958Z | Compiling openssl-probe v0.1.5 |
1510 | 2023-12-12T04:17:20.472Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1511 | 2023-12-12T04:17:20.504Z | Compiling foreign-types-shared v0.1.1 |
1512 | 2023-12-12T04:17:20.504Z | Compiling hashbrown v0.12.3 |
1513 | 2023-12-12T04:17:20.681Z | Compiling untrusted v0.9.0 |
1514 | 2023-12-12T04:17:21.095Z | Compiling percent-encoding v2.3.1 |
1515 | 2023-12-12T04:17:22.689Z | Compiling foreign-types v0.3.2 |
1516 | 2023-12-12T04:17:23.822Z | Compiling pem-rfc7468 v0.7.0 |
1517 | 2023-12-12T04:17:26.094Z | Compiling strum_macros v0.25.2 |
1518 | 2023-12-12T04:17:27.170Z | Compiling serde_tokenstream v0.1.7 |
1519 | 2023-12-12T04:17:27.449Z | Compiling hmac v0.12.1 |
1520 | 2023-12-12T04:17:27.995Z | Compiling lazy_static v1.4.0 |
1521 | 2023-12-12T04:17:28.350Z | Compiling socket2 v0.4.9 |
1522 | 2023-12-12T04:17:30.125Z | Compiling adler v1.0.2 |
1523 | 2023-12-12T04:17:30.232Z | Compiling try-lock v0.2.4 |
1524 | 2023-12-12T04:17:30.450Z | Compiling unicode-width v0.1.11 |
1525 | 2023-12-12T04:17:30.599Z | Compiling flagset v0.4.3 |
1526 | 2023-12-12T04:17:30.703Z | Compiling unicode-segmentation v1.10.1 |
1527 | 2023-12-12T04:17:31.108Z | Compiling siphasher v0.3.11 |
1528 | 2023-12-12T04:17:31.600Z | Compiling miniz_oxide v0.7.1 |
1529 | 2023-12-12T04:17:31.700Z | Compiling der v0.7.8 |
1530 | 2023-12-12T04:17:31.914Z | Compiling want v0.3.1 |
1531 | 2023-12-12T04:17:35.101Z | Compiling rustls-webpki v0.101.7 |
1532 | 2023-12-12T04:17:35.951Z | Compiling sct v0.7.0 |
1533 | 2023-12-12T04:17:36.787Z | Compiling h2 v0.3.21 |
1534 | 2023-12-12T04:17:37.980Z | Compiling form_urlencoded v1.2.1 |
1535 | 2023-12-12T04:17:38.407Z | Compiling http-body v0.4.5 |
1536 | 2023-12-12T04:17:39.053Z | Compiling hubpack_derive v0.1.1 |
1537 | 2023-12-12T04:17:40.350Z | Compiling pin-project-internal v1.1.3 |
1538 | 2023-12-12T04:17:40.460Z | Compiling zerocopy-derive v0.6.4 |
1539 | 2023-12-12T04:17:42.933Z | Compiling num-iter v0.1.43 |
1540 | 2023-12-12T04:17:43.373Z | Compiling tower-service v0.3.2 |
1541 | 2023-12-12T04:17:43.779Z | Compiling anstyle v1.0.2 |
1542 | 2023-12-12T04:17:43.782Z | Compiling httpdate v1.0.3 |
1543 | 2023-12-12T04:17:45.174Z | Compiling cpufeatures v0.2.9 |
1544 | 2023-12-12T04:17:45.324Z | Compiling utf8parse v0.2.1 |
1545 | 2023-12-12T04:17:45.348Z | Compiling sha2 v0.10.8 |
1546 | 2023-12-12T04:17:45.582Z | Compiling anstyle-parse v0.2.1 |
1547 | 2023-12-12T04:17:48.560Z | Compiling hyper v0.14.27 |
1548 | 2023-12-12T04:17:48.953Z | Compiling spki v0.7.2 |
1549 | 2023-12-12T04:17:49.980Z | Compiling usdt-macro v0.3.5 |
1550 | 2023-12-12T04:17:50.486Z | Compiling usdt-attr-macro v0.3.5 |
1551 | 2023-12-12T04:17:52.702Z | Compiling openapiv3 v2.0.0 |
1552 | 2023-12-12T04:17:52.734Z | Compiling serde_tokenstream v0.2.0 |
1553 | 2023-12-12T04:17:52.985Z | Compiling rustls-pemfile v1.0.3 |
1554 | 2023-12-12T04:17:53.556Z | Compiling md-5 v0.10.5 |
1555 | 2023-12-12T04:17:53.616Z | Compiling idna v0.5.0 |
1556 | 2023-12-12T04:17:53.903Z | Compiling stringprep v0.1.3 |
1557 | 2023-12-12T04:17:54.912Z | Compiling diesel_table_macro_syntax v0.1.0 |
1558 | 2023-12-12T04:17:55.226Z | Compiling hash32 v0.2.1 |
1559 | 2023-12-12T04:17:55.862Z | Compiling gimli v0.28.0 |
1560 | 2023-12-12T04:17:55.887Z | Compiling stable_deref_trait v1.2.0 |
1561 | 2023-12-12T04:17:56.051Z | Compiling either v1.9.0 |
1562 | 2023-12-12T04:17:56.075Z | Compiling fallible-iterator v0.2.0 |
1563 | 2023-12-12T04:17:57.408Z | Compiling anstyle-query v1.0.0 |
1564 | 2023-12-12T04:17:57.599Z | Compiling colorchoice v1.0.0 |
1565 | 2023-12-12T04:17:57.826Z | Compiling anstream v0.5.0 |
1566 | 2023-12-12T04:17:58.004Z | Compiling postgres-protocol v0.6.6 |
1567 | 2023-12-12T04:18:00.676Z | Compiling diesel_derives v2.1.2 |
1568 | 2023-12-12T04:18:00.774Z | Compiling url v2.5.0 |
1569 | 2023-12-12T04:18:03.584Z | Compiling addr2line v0.21.0 |
1570 | 2023-12-12T04:18:04.885Z | Compiling tokio-rustls v0.24.1 |
1571 | 2023-12-12T04:18:05.279Z | Compiling rustls-native-certs v0.6.3 |
1572 | 2023-12-12T04:18:06.344Z | Compiling pkcs8 v0.10.2 |
1573 | 2023-12-12T04:18:07.219Z | Compiling terminal_size v0.2.6 |
1574 | 2023-12-12T04:18:07.502Z | Compiling tokio-native-tls v0.3.1 |
1575 | 2023-12-12T04:18:07.926Z | Compiling phf_shared v0.11.2 |
1576 | 2023-12-12T04:18:09.754Z | Compiling regress v0.7.1 |
1577 | 2023-12-12T04:18:09.759Z | Compiling block-padding v0.3.3 |
1578 | 2023-12-12T04:18:10.093Z | Compiling snafu-derive v0.7.5 |
1579 | 2023-12-12T04:18:11.279Z | Compiling enum-as-inner v0.5.1 |
1580 | 2023-12-12T04:18:12.852Z | Compiling serde_repr v0.1.16 |
1581 | 2023-12-12T04:18:14.514Z | Compiling clap_derive v4.4.2 |
1582 | 2023-12-12T04:18:18.117Z | Compiling ff v0.13.0 |
1583 | 2023-12-12T04:18:18.436Z | Compiling scheduled-thread-pool v0.2.7 |
1584 | 2023-12-12T04:18:18.486Z | Compiling object v0.32.1 |
1585 | 2023-12-12T04:18:22.469Z | Compiling managed v0.8.0 |
1586 | 2023-12-12T04:18:23.222Z | Compiling regex-automata v0.1.10 |
1587 | 2023-12-12T04:18:24.628Z | Compiling clap_lex v0.5.1 |
1588 | 2023-12-12T04:18:24.894Z | Compiling ipnet v2.8.0 |
1589 | 2023-12-12T04:18:25.357Z | Compiling matches v0.1.10 |
1590 | 2023-12-12T04:18:25.495Z | Compiling rustc-demangle v0.1.23 |
1591 | 2023-12-12T04:18:27.021Z | Compiling bit-vec v0.6.3 |
1592 | 2023-12-12T04:18:27.638Z | Compiling num_threads v0.1.6 |
1593 | 2023-12-12T04:18:27.670Z | Compiling base16ct v0.2.0 |
1594 | 2023-12-12T04:18:27.813Z | Compiling deranged v0.3.8 |
1595 | 2023-12-12T04:18:28.111Z | Compiling sec1 v0.7.3 |
1596 | 2023-12-12T04:18:29.017Z | Compiling idna v0.2.3 |
1597 | 2023-12-12T04:18:30.914Z | Compiling time v0.3.27 |
1598 | 2023-12-12T04:18:31.428Z | Compiling clap_builder v4.4.2 |
1599 | 2023-12-12T04:18:33.474Z | Compiling bstr v0.2.17 |
1600 | 2023-12-12T04:18:35.468Z | Compiling r2d2 v0.8.10 |
1601 | 2023-12-12T04:18:35.701Z | Compiling group v0.13.0 |
1602 | 2023-12-12T04:18:37.153Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1603 | 2023-12-12T04:18:37.736Z | Compiling inout v0.1.3 |
1604 | 2023-12-12T04:18:38.367Z | Compiling phf v0.11.2 |
1605 | 2023-12-12T04:18:38.762Z | Compiling hyper-tls v0.5.0 |
1606 | 2023-12-12T04:18:38.820Z | Compiling signal-hook-mio v0.2.3 |
1607 | 2023-12-12T04:18:39.017Z | Compiling hyper-rustls v0.24.2 |
1608 | 2023-12-12T04:18:39.041Z | Compiling bzip2 v0.4.4 |
1609 | 2023-12-12T04:18:39.252Z | Compiling flate2 v1.0.28 |
1610 | 2023-12-12T04:18:39.589Z | Compiling postgres-types v0.2.6 |
1611 | 2023-12-12T04:18:39.795Z | Compiling itertools v0.11.0 |
1612 | 2023-12-12T04:18:40.746Z | Compiling pin-project v1.1.3 |
1613 | 2023-12-12T04:18:40.926Z | Compiling zerocopy v0.6.4 |
1614 | 2023-12-12T04:18:42.097Z | Compiling hubpack v0.1.2 |
1615 | 2023-12-12T04:18:42.331Z | Compiling serde_urlencoded v0.7.1 |
1616 | 2023-12-12T04:18:42.754Z | Compiling phf_shared v0.10.0 |
1617 | 2023-12-12T04:18:43.186Z | Compiling hkdf v0.12.3 |
1618 | 2023-12-12T04:18:43.361Z | Compiling ipnetwork v0.20.0 |
1619 | 2023-12-12T04:18:44.245Z | Compiling futures-executor v0.3.29 |
1620 | 2023-12-12T04:18:44.762Z | Compiling crypto-bigint v0.5.2 |
1621 | 2023-12-12T04:18:45.242Z | Compiling float-cmp v0.9.0 |
1622 | 2023-12-12T04:18:45.269Z | Compiling proc-macro-error-attr v1.0.4 |
1623 | 2023-12-12T04:18:45.584Z | Compiling encoding_rs v0.8.33 |
1624 | 2023-12-12T04:18:48.098Z | Compiling new_debug_unreachable v1.0.4 |
1625 | 2023-12-12T04:18:48.244Z | Compiling mime v0.3.17 |
1626 | 2023-12-12T04:18:50.126Z | Compiling data-encoding v2.4.0 |
1627 | 2023-12-12T04:18:50.130Z | Compiling predicates-core v1.0.6 |
1628 | 2023-12-12T04:18:50.799Z | Compiling regex-automata v0.3.8 |
1629 | 2023-12-12T04:18:51.185Z | Compiling fixedbitset v0.4.2 |
1630 | 2023-12-12T04:18:51.920Z | Compiling normalize-line-endings v0.3.0 |
1631 | 2023-12-12T04:18:52.104Z | Compiling webpki-roots v0.25.2 |
1632 | 2023-12-12T04:18:53.007Z | Compiling static_assertions v1.1.0 |
1633 | 2023-12-12T04:18:53.031Z | Compiling whoami v1.4.1 |
1634 | 2023-12-12T04:18:53.859Z | Compiling precomputed-hash v0.1.1 |
1635 | 2023-12-12T04:18:54.021Z | Compiling difflib v0.4.0 |
1636 | 2023-12-12T04:18:54.636Z | Compiling predicates v3.0.4 |
1637 | 2023-12-12T04:18:56.085Z | Compiling string_cache v0.8.7 |
1638 | 2023-12-12T04:18:56.218Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1639 | 2023-12-12T04:18:56.727Z | Compiling bstr v1.6.0 |
1640 | 2023-12-12T04:18:57.075Z | Compiling tokio-postgres v0.7.10 |
1641 | 2023-12-12T04:19:03.533Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1642 | 2023-12-12T04:19:03.681Z | Compiling reqwest v0.11.22 |
1643 | 2023-12-12T04:19:05.083Z | Compiling petgraph v0.6.4 |
1644 | 2023-12-12T04:19:06.999Z | Compiling trust-dns-proto v0.22.0 |
1645 | 2023-12-12T04:19:07.368Z | Compiling elliptic-curve v0.13.8 |
1646 | 2023-12-12T04:19:18.693Z | Compiling futures v0.3.29 |
1647 | 2023-12-12T04:19:18.860Z | Compiling diesel v2.1.4 |
1648 | 2023-12-12T04:19:19.107Z | Compiling yasna v0.5.2 |
1649 | 2023-12-12T04:19:19.935Z | Compiling snafu v0.7.5 |
1650 | 2023-12-12T04:19:20.015Z | Compiling zip v0.6.6 |
1651 | 2023-12-12T04:19:20.776Z | Compiling crossterm v0.27.0 |
1652 | 2023-12-12T04:19:21.163Z | Compiling cipher v0.4.4 |
1653 | 2023-12-12T04:19:21.842Z | Compiling clap v4.4.3 |
1654 | 2023-12-12T04:19:22.050Z | Compiling similar v2.3.0 |
1655 | 2023-12-12T04:19:22.506Z | Compiling bit-set v0.5.3 |
1656 | 2023-12-12T04:19:23.330Z | Compiling itertools v0.10.5 |
1657 | 2023-12-12T04:19:24.004Z | Compiling usdt v0.3.5 |
1658 | 2023-12-12T04:19:24.193Z | Compiling console v0.15.7 |
1659 | 2023-12-12T04:19:24.761Z | Compiling tokio-stream v0.1.14 |
1660 | 2023-12-12T04:19:25.472Z | Compiling toml v0.7.8 |
1661 | 2023-12-12T04:19:26.240Z | Compiling proc-macro-crate v1.3.1 |
1662 | 2023-12-12T04:19:26.264Z | Compiling toml_edit v0.21.0 |
1663 | 2023-12-12T04:19:26.404Z | Compiling hex v0.4.3 |
1664 | 2023-12-12T04:19:27.649Z | Compiling proc-macro-error v1.0.4 |
1665 | 2023-12-12T04:19:28.000Z | Compiling lalrpop-util v0.19.12 |
1666 | 2023-12-12T04:19:30.832Z | Compiling num_enum_derive v0.5.11 |
1667 | 2023-12-12T04:19:35.522Z | Compiling atty v0.2.14 |
1668 | 2023-12-12T04:19:36.371Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1669 | 2023-12-12T04:19:36.534Z | Compiling ident_case v1.0.1 |
1670 | 2023-12-12T04:19:36.796Z | Compiling smoltcp v0.10.0 |
1671 | 2023-12-12T04:19:37.872Z | Compiling darling_core v0.20.3 |
1672 | 2023-12-12T04:19:44.385Z | Compiling num_enum v0.5.11 |
1673 | 2023-12-12T04:20:05.062Z | Compiling dirs-sys-next v0.1.2 |
1674 | 2023-12-12T04:20:08.401Z | Compiling cobs v0.2.3 |
1675 | 2023-12-12T04:20:08.691Z | Compiling embedded-io v0.4.0 |
1676 | 2023-12-12T04:20:09.162Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1677 | 2023-12-12T04:20:09.354Z | Compiling camino v1.1.6 |
1678 | 2023-12-12T04:20:10.148Z | Compiling postcard v1.0.8 |
1679 | 2023-12-12T04:20:11.283Z | Compiling dirs-next v2.0.0 |
1680 | 2023-12-12T04:20:15.939Z | Compiling darling_macro v0.20.3 |
1681 | 2023-12-12T04:20:21.076Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1682 | 2023-12-12T04:20:29.121Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1683 | 2023-12-12T04:20:29.544Z | Compiling getopts v0.2.21 |
1684 | 2023-12-12T04:20:35.030Z | Compiling foreign-types-macros v0.2.3 |
1685 | 2023-12-12T04:20:35.126Z | Compiling structmeta-derive v0.2.0 |
1686 | 2023-12-12T04:20:39.574Z | Compiling thread_local v1.1.7 |
1687 | 2023-12-12T04:20:39.650Z | Compiling multer v2.1.0 |
1688 | 2023-12-12T04:20:40.098Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1689 | 2023-12-12T04:20:40.551Z | Compiling slog-async v2.8.0 |
1690 | 2023-12-12T04:20:41.706Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1691 | 2023-12-12T04:20:42.050Z | Compiling foreign-types-shared v0.3.1 |
1692 | 2023-12-12T04:20:42.185Z | Compiling paste v1.0.14 |
1693 | 2023-12-12T04:20:43.556Z | Compiling unsafe-libyaml v0.2.9 |
1694 | 2023-12-12T04:20:45.578Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1695 | 2023-12-12T04:20:46.583Z | Compiling match_cfg v0.1.0 |
1696 | 2023-12-12T04:20:46.727Z | Compiling hostname v0.3.1 |
1697 | 2023-12-12T04:20:53.305Z | Compiling serde_yaml v0.9.25 |
1698 | 2023-12-12T04:21:02.484Z | Compiling foreign-types v0.5.0 |
1699 | 2023-12-12T04:21:02.952Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1700 | 2023-12-12T04:21:03.947Z | Compiling structmeta v0.2.0 |
1701 | 2023-12-12T04:21:10.220Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1702 | 2023-12-12T04:21:14.490Z | Compiling darling v0.20.3 |
1703 | 2023-12-12T04:21:15.641Z | Compiling term v0.7.0 |
1704 | 2023-12-12T04:21:21.237Z | Compiling slog-json v2.6.1 |
1705 | 2023-12-12T04:21:22.027Z | Compiling is-terminal v0.4.9 |
1706 | 2023-12-12T04:21:22.227Z | Compiling crossbeam-channel v0.5.8 |
1707 | 2023-12-12T04:21:26.017Z | Compiling strum v0.25.0 |
1708 | 2023-12-12T04:21:26.297Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1709 | 2023-12-12T04:21:26.796Z | Compiling async-stream-impl v0.3.5 |
1710 | 2023-12-12T04:21:26.878Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1711 | 2023-12-12T04:21:27.903Z | Compiling cstr-argument v0.1.2 |
1712 | 2023-12-12T04:21:27.932Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1713 | 2023-12-12T04:21:28.266Z | Compiling pretty-hex v0.2.1 |
1714 | 2023-12-12T04:21:28.341Z | Compiling regex-syntax v0.7.5 |
1715 | 2023-12-12T04:21:29.392Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1716 | 2023-12-12T04:21:29.879Z | Compiling fastrand v2.0.0 |
1717 | 2023-12-12T04:21:30.960Z | Compiling take_mut v0.2.2 |
1718 | 2023-12-12T04:21:31.413Z | Compiling crucible-workspace-hack v0.1.0 |
1719 | 2023-12-12T04:21:31.658Z | Compiling atomic-waker v1.1.1 |
1720 | 2023-12-12T04:21:31.876Z | Compiling waitgroup v0.1.2 |
1721 | 2023-12-12T04:21:38.655Z | Compiling parse-display-derive v0.8.2 |
1722 | 2023-12-12T04:21:40.911Z | Compiling tempfile v3.8.1 |
1723 | 2023-12-12T04:21:44.988Z | Compiling async-stream v0.3.5 |
1724 | 2023-12-12T04:21:45.434Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1725 | 2023-12-12T04:21:45.880Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1726 | 2023-12-12T04:21:47.212Z | Compiling colored v2.0.4 |
1727 | 2023-12-12T04:21:49.006Z | Compiling slog-bunyan v2.4.0 |
1728 | 2023-12-12T04:21:49.390Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1729 | 2023-12-12T04:21:49.537Z | Compiling slog-term v2.9.0 |
1730 | 2023-12-12T04:21:54.502Z | Compiling serde_with_macros v3.4.0 |
1731 | 2023-12-12T04:22:04.206Z | Compiling toml v0.8.8 |
1732 | 2023-12-12T04:22:04.496Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1733 | 2023-12-12T04:22:04.799Z | Compiling sha1 v0.10.6 |
1734 | 2023-12-12T04:22:06.318Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1735 | 2023-12-12T04:22:06.965Z | Compiling textwrap v0.11.0 |
1736 | 2023-12-12T04:22:08.799Z | Compiling heck v0.3.3 |
1737 | 2023-12-12T04:22:09.358Z | Compiling serde_path_to_error v0.1.14 |
1738 | 2023-12-12T04:22:09.522Z | Compiling instant v0.1.12 |
1739 | 2023-12-12T04:22:09.752Z | Compiling libefi-sys v0.1.0 |
1740 | 2023-12-12T04:22:10.182Z | Compiling vec_map v0.8.2 |
1741 | 2023-12-12T04:22:10.689Z | Compiling strsim v0.8.0 |
1742 | 2023-12-12T04:22:10.883Z | Compiling ansi_term v0.12.1 |
1743 | 2023-12-12T04:22:11.216Z | Compiling rayon-core v1.12.0 |
1744 | 2023-12-12T04:22:11.603Z | Compiling debug-ignore v1.0.5 |
1745 | 2023-12-12T04:22:11.696Z | Compiling clap v2.34.0 |
1746 | 2023-12-12T04:22:12.337Z | Compiling backoff v0.4.0 |
1747 | 2023-12-12T04:22:12.908Z | Compiling structopt-derive v0.4.18 |
1748 | 2023-12-12T04:22:13.034Z | Compiling serde_with v3.4.0 |
1749 | 2023-12-12T04:22:13.199Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1750 | 2023-12-12T04:22:15.231Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1751 | 2023-12-12T04:22:15.533Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1752 | 2023-12-12T04:22:17.363Z | Compiling parse-display v0.8.2 |
1753 | 2023-12-12T04:22:17.852Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1754 | 2023-12-12T04:22:18.654Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1755 | 2023-12-12T04:22:18.914Z | Compiling zone_cfg_derive v0.3.0 |
1756 | 2023-12-12T04:22:20.208Z | Compiling crossbeam-deque v0.8.3 |
1757 | 2023-12-12T04:22:20.837Z | Compiling macaddr v1.0.1 |
1758 | 2023-12-12T04:22:20.867Z | Compiling num-derive v0.4.0 |
1759 | 2023-12-12T04:22:21.083Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1760 | 2023-12-12T04:22:21.637Z | Compiling portable-atomic v1.4.3 |
1761 | 2023-12-12T04:22:22.244Z | Compiling zone v0.3.0 |
1762 | 2023-12-12T04:22:24.525Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1763 | 2023-12-12T04:22:27.431Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1764 | 2023-12-12T04:22:28.167Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1765 | 2023-12-12T04:22:28.334Z | Compiling structopt v0.3.26 |
1766 | 2023-12-12T04:22:29.126Z | Compiling camino-tempfile v1.1.1 |
1767 | 2023-12-12T04:22:30.050Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1768 | 2023-12-12T04:22:30.370Z | Compiling smf v0.2.2 |
1769 | 2023-12-12T04:22:30.688Z | Compiling xattr v1.0.1 |
1770 | 2023-12-12T04:22:31.144Z | Compiling filetime v0.2.23 |
1771 | 2023-12-12T04:22:31.712Z | Compiling same-file v1.0.6 |
1772 | 2023-12-12T04:22:31.962Z | Compiling walkdir v2.4.0 |
1773 | 2023-12-12T04:22:32.186Z | Compiling tar v0.4.40 |
1774 | 2023-12-12T04:22:34.855Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1775 | 2023-12-12T04:22:34.900Z | Compiling rayon v1.8.0 |
1776 | 2023-12-12T04:22:35.495Z | Compiling number_prefix v0.4.0 |
1777 | 2023-12-12T04:22:35.894Z | Compiling omicron-zone-package v0.9.1 |
1778 | 2023-12-12T04:22:38.303Z | Compiling topological-sort v0.2.2 |
1779 | 2023-12-12T04:22:38.698Z | Compiling swrite v0.1.0 |
1780 | 2023-12-12T04:22:43.640Z | Compiling indicatif v0.17.7 |
1781 | 2023-12-12T04:23:00.690Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1782 | 2023-12-12T04:23:11.482Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1783 | 2023-12-12T04:23:15.025Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1784 | 2023-12-12T04:23:17.894Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1785 | 2023-12-12T04:23:43.533Z | Finished release [optimized] target(s) in 7m 57s |
1786 | 2023-12-12T04:23:43.789Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1787 | 2023-12-12T04:23:43.880Z | Created new build target 'test' and set it as active |
1788 | 2023-12-12T04:23:43.883Z | |
1789 | 2023-12-12T04:23:43.883Z | real 7:58.267372663 |
1790 | 2023-12-12T04:23:43.883Z | user 51:40.361968947 |
1791 | 2023-12-12T04:23:43.883Z | sys 4:36.309364107 |
1792 | 2023-12-12T04:23:43.883Z | trap 2.099132072 |
1793 | 2023-12-12T04:23:43.883Z | tflt 3.197818682 |
1794 | 2023-12-12T04:23:43.883Z | dflt 3.927450345 |
1795 | 2023-12-12T04:23:43.883Z | kflt 0.025817358 |
1796 | 2023-12-12T04:23:43.884Z | lock 1:51:18.833749009 |
1797 | 2023-12-12T04:23:43.884Z | slp 2:24:22.244919217 |
1798 | 2023-12-12T04:23:43.884Z | lat 2:28.358393931 |
1799 | 2023-12-12T04:23:43.884Z | stop 4:01.817891721 |
1800 | 2023-12-12T04:23:43.890Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1801 | 2023-12-12T04:23:45.002Z | Finished release [optimized] target(s) in 1.03s |
1802 | 2023-12-12T04:23:45.033Z | Running `target/release/omicron-package -t test package` |
1803 | 2023-12-12T04:23:45.071Z | Dec 12 04:23:45.068 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1804 | 2023-12-12T04:23:46.261Z | Compiling linked-hash-map v0.5.6 |
1805 | 2023-12-12T04:23:46.264Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1806 | 2023-12-12T04:23:46.264Z | Compiling password-hash v0.5.0 |
1807 | 2023-12-12T04:23:46.264Z | Compiling blake2 v0.10.6 |
1808 | 2023-12-12T04:23:46.264Z | Compiling same-file v1.0.6 |
1809 | 2023-12-12T04:23:46.264Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1810 | 2023-12-12T04:23:46.289Z | Compiling semver-parser v0.10.2 |
1811 | 2023-12-12T04:23:46.296Z | Compiling fastrand v2.0.0 |
1812 | 2023-12-12T04:23:46.636Z | Compiling walkdir v2.4.0 |
1813 | 2023-12-12T04:23:46.866Z | Compiling lru-cache v0.1.2 |
1814 | 2023-12-12T04:23:47.173Z | Compiling argon2 v0.5.2 |
1815 | 2023-12-12T04:23:47.720Z | Compiling quick-error v1.2.3 |
1816 | 2023-12-12T04:23:47.876Z | Compiling resolv-conf v0.7.0 |
1817 | 2023-12-12T04:23:48.456Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1818 | 2023-12-12T04:23:49.222Z | Compiling semver v0.11.0 |
1819 | 2023-12-12T04:23:49.265Z | Compiling tempfile v3.8.1 |
1820 | 2023-12-12T04:23:49.432Z | Compiling xattr v1.0.1 |
1821 | 2023-12-12T04:23:49.785Z | Compiling filetime v0.2.23 |
1822 | 2023-12-12T04:23:50.232Z | Compiling slog-dtrace v0.2.3 |
1823 | 2023-12-12T04:23:50.317Z | Compiling home v0.5.5 |
1824 | 2023-12-12T04:23:50.342Z | Compiling tar v0.4.40 |
1825 | 2023-12-12T04:23:50.434Z | Compiling trust-dns-resolver v0.22.0 |
1826 | 2023-12-12T04:23:50.640Z | Compiling toolchain_find v0.2.0 |
1827 | 2023-12-12T04:23:50.732Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1828 | 2023-12-12T04:23:50.907Z | Compiling toml v0.5.11 |
1829 | 2023-12-12T04:23:51.310Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1830 | 2023-12-12T04:23:51.459Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1831 | 2023-12-12T04:23:51.582Z | Compiling toml v0.8.8 |
1832 | 2023-12-12T04:23:51.847Z | Compiling omicron-zone-package v0.9.1 |
1833 | 2023-12-12T04:23:53.383Z | Compiling num-rational v0.4.1 |
1834 | 2023-12-12T04:23:53.812Z | Compiling rustfmt-wrapper v0.2.0 |
1835 | 2023-12-12T04:23:53.949Z | Compiling cancel-safe-futures v0.1.5 |
1836 | 2023-12-12T04:23:54.454Z | Compiling convert_case v0.4.0 |
1837 | 2023-12-12T04:23:55.700Z | Compiling derive_more v0.99.17 |
1838 | 2023-12-12T04:23:55.842Z | Compiling num-complex v0.4.4 |
1839 | 2023-12-12T04:23:56.323Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1840 | 2023-12-12T04:23:57.702Z | Compiling fxhash v0.2.1 |
1841 | 2023-12-12T04:23:57.886Z | Compiling num v0.4.1 |
1842 | 2023-12-12T04:23:57.932Z | Compiling unicase v2.7.0 |
1843 | 2023-12-12T04:23:58.023Z | Compiling utf-8 v0.7.6 |
1844 | 2023-12-12T04:23:58.035Z | Compiling semver v0.1.20 |
1845 | 2023-12-12T04:23:58.071Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1846 | 2023-12-12T04:23:58.370Z | Compiling tungstenite v0.20.1 |
1847 | 2023-12-12T04:23:58.605Z | Compiling rustc_version v0.1.7 |
1848 | 2023-12-12T04:23:58.797Z | Compiling ciborium-io v0.2.1 |
1849 | 2023-12-12T04:23:58.962Z | Compiling keccak v0.1.4 |
1850 | 2023-12-12T04:23:58.984Z | Compiling half v1.8.2 |
1851 | 2023-12-12T04:23:59.218Z | Compiling radium v0.7.0 |
1852 | 2023-12-12T04:23:59.845Z | Compiling arc-swap v1.6.0 |
1853 | 2023-12-12T04:24:00.532Z | Compiling tokio-tungstenite v0.20.1 |
1854 | 2023-12-12T04:24:00.903Z | Compiling slog-scope v4.4.0 |
1855 | 2023-12-12T04:24:01.044Z | Compiling ciborium-ll v0.2.1 |
1856 | 2023-12-12T04:24:01.414Z | Compiling sha3 v0.10.8 |
1857 | 2023-12-12T04:24:01.878Z | Compiling newtype_derive v0.1.6 |
1858 | 2023-12-12T04:24:02.344Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1859 | 2023-12-12T04:24:02.390Z | Compiling libsw v3.3.0 |
1860 | 2023-12-12T04:24:02.874Z | Compiling secrecy v0.8.0 |
1861 | 2023-12-12T04:24:02.889Z | Compiling derive-where v1.2.6 |
1862 | 2023-12-12T04:24:03.280Z | Compiling owo-colors v3.5.0 |
1863 | 2023-12-12T04:24:08.068Z | Compiling maybe-uninit v2.0.0 |
1864 | 2023-12-12T04:24:08.151Z | Compiling parking_lot_core v0.8.6 |
1865 | 2023-12-12T04:24:08.393Z | Compiling linear-map v1.2.0 |
1866 | 2023-12-12T04:24:08.723Z | Compiling tap v1.0.1 |
1867 | 2023-12-12T04:24:08.851Z | Compiling ciborium v0.2.1 |
1868 | 2023-12-12T04:24:08.917Z | Compiling slog-stdlog v4.1.1 |
1869 | 2023-12-12T04:24:09.000Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1870 | 2023-12-12T04:24:09.021Z | Compiling wyz v0.5.1 |
1871 | 2023-12-12T04:24:10.639Z | Compiling nibble_vec v0.1.0 |
1872 | 2023-12-12T04:24:10.663Z | Compiling endian-type v0.1.2 |
1873 | 2023-12-12T04:24:10.973Z | Compiling num-bigint-dig v0.8.4 |
1874 | 2023-12-12T04:24:11.009Z | Compiling display-error-chain v0.2.0 |
1875 | 2023-12-12T04:24:11.266Z | Compiling packed_struct v0.10.1 |
1876 | 2023-12-12T04:24:11.394Z | Compiling crc-catalog v2.2.0 |
1877 | 2023-12-12T04:24:11.588Z | Compiling funty v2.0.0 |
1878 | 2023-12-12T04:24:11.880Z | Compiling crc v3.0.1 |
1879 | 2023-12-12T04:24:12.714Z | Compiling radix_trie v0.2.1 |
1880 | 2023-12-12T04:24:13.678Z | Compiling bitvec v1.0.1 |
1881 | 2023-12-12T04:24:13.682Z | Compiling slog-envlogger v2.2.0 |
1882 | 2023-12-12T04:24:16.018Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1883 | 2023-12-12T04:24:16.453Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1884 | 2023-12-12T04:24:17.186Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1885 | 2023-12-12T04:24:18.183Z | Compiling packed_struct_codegen v0.10.1 |
1886 | 2023-12-12T04:24:21.136Z | Compiling dirs-sys-next v0.1.2 |
1887 | 2023-12-12T04:24:21.949Z | Compiling nodrop v0.1.14 |
1888 | 2023-12-12T04:24:22.135Z | Compiling glob v0.3.1 |
1889 | 2023-12-12T04:24:22.509Z | Compiling platforms v3.0.2 |
1890 | 2023-12-12T04:24:23.495Z | Compiling crunchy v0.2.2 |
1891 | 2023-12-12T04:24:24.184Z | Compiling clang-sys v1.6.1 |
1892 | 2023-12-12T04:24:25.213Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1893 | 2023-12-12T04:24:26.591Z | Compiling array-init v0.0.4 |
1894 | 2023-12-12T04:24:28.339Z | Compiling dirs-next v2.0.0 |
1895 | 2023-12-12T04:24:28.653Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1896 | 2023-12-12T04:24:28.729Z | Compiling parking_lot v0.11.2 |
1897 | 2023-12-12T04:24:32.697Z | Compiling smallvec v0.6.14 |
1898 | 2023-12-12T04:24:33.225Z | Compiling steno v0.4.0 |
1899 | 2023-12-12T04:24:33.432Z | Compiling mime_guess v2.0.4 |
1900 | 2023-12-12T04:24:35.284Z | Compiling trust-dns-client v0.22.0 |
1901 | 2023-12-12T04:24:37.930Z | Compiling pkcs1 v0.7.5 |
1902 | 2023-12-12T04:24:38.914Z | Compiling signature v2.1.0 |
1903 | 2023-12-12T04:24:39.285Z | Compiling termcolor v1.2.0 |
1904 | 2023-12-12T04:24:39.410Z | Compiling prettyplease v0.2.12 |
1905 | 2023-12-12T04:24:39.850Z | Compiling tiny-keccak v2.0.2 |
1906 | 2023-12-12T04:24:40.242Z | Compiling bitfield v0.14.0 |
1907 | 2023-12-12T04:24:40.746Z | Compiling rsa v0.9.2 |
1908 | 2023-12-12T04:24:41.450Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1909 | 2023-12-12T04:24:44.187Z | Compiling trust-dns-server v0.22.1 |
1910 | 2023-12-12T04:24:49.676Z | Compiling env_logger v0.10.0 |
1911 | 2023-12-12T04:24:56.668Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1912 | 2023-12-12T04:24:56.957Z | Compiling serde-hex v0.1.0 |
1913 | 2023-12-12T04:24:56.995Z | Compiling sled v0.34.7 |
1914 | 2023-12-12T04:25:06.030Z | Compiling term v0.7.0 |
1915 | 2023-12-12T04:25:08.132Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1916 | 2023-12-12T04:25:16.559Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1917 | 2023-12-12T04:25:17.107Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1918 | 2023-12-12T04:25:22.437Z | Compiling darling_core v0.14.4 |
1919 | 2023-12-12T04:25:31.274Z | Compiling itertools v0.12.0 |
1920 | 2023-12-12T04:25:37.276Z | Compiling x509-cert v0.2.4 |
1921 | 2023-12-12T04:25:38.324Z | Compiling ron v0.8.1 |
1922 | 2023-12-12T04:25:48.484Z | Compiling pretty-hex v0.4.0 |
1923 | 2023-12-12T04:25:48.925Z | Compiling crc-any v2.4.3 |
1924 | 2023-12-12T04:25:49.255Z | Compiling buf-list v1.0.3 |
1925 | 2023-12-12T04:25:50.086Z | Compiling minimal-lexical v0.2.1 |
1926 | 2023-12-12T04:25:50.572Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1927 | 2023-12-12T04:25:50.872Z | Compiling nom v7.1.3 |
1928 | 2023-12-12T04:25:55.396Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1929 | 2023-12-12T04:25:57.231Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1930 | 2023-12-12T04:25:58.331Z | Compiling darling_macro v0.14.4 |
1931 | 2023-12-12T04:25:59.930Z | Compiling curve25519-dalek v4.1.0 |
1932 | 2023-12-12T04:26:00.102Z | Compiling ascii-canvas v3.0.0 |
1933 | 2023-12-12T04:26:00.515Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1934 | 2023-12-12T04:26:00.862Z | Compiling object v0.30.4 |
1935 | 2023-12-12T04:26:02.325Z | Compiling is-terminal v0.4.9 |
1936 | 2023-12-12T04:26:02.496Z | Compiling kstat-rs v0.2.3 |
1937 | 2023-12-12T04:26:03.561Z | Compiling ena v0.14.2 |
1938 | 2023-12-12T04:26:04.228Z | Compiling libloading v0.7.4 |
1939 | 2023-12-12T04:26:04.620Z | Compiling path-slash v0.1.5 |
1940 | 2023-12-12T04:26:04.781Z | Compiling diff v0.1.13 |
1941 | 2023-12-12T04:26:04.945Z | Compiling regex-syntax v0.6.29 |
1942 | 2023-12-12T04:26:05.101Z | Compiling bindgen v0.65.1 |
1943 | 2023-12-12T04:26:05.761Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1944 | 2023-12-12T04:26:14.281Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1945 | 2023-12-12T04:26:21.459Z | Compiling lalrpop v0.19.12 |
1946 | 2023-12-12T04:26:22.277Z | Compiling darling v0.14.4 |
1947 | 2023-12-12T04:26:25.056Z | Compiling cexpr v0.6.0 |
1948 | 2023-12-12T04:26:29.221Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1949 | 2023-12-12T04:26:30.463Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1950 | 2023-12-12T04:26:31.786Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1951 | 2023-12-12T04:26:32.716Z | Compiling which v4.4.0 |
1952 | 2023-12-12T04:26:33.230Z | Compiling universal-hash v0.5.1 |
1953 | 2023-12-12T04:26:33.535Z | Compiling curve25519-dalek-derive v0.1.0 |
1954 | 2023-12-12T04:26:33.562Z | Compiling thiserror-impl-no-std v2.0.2 |
1955 | 2023-12-12T04:26:33.743Z | Compiling memoffset v0.7.1 |
1956 | 2023-12-12T04:26:34.195Z | Compiling peeking_take_while v0.1.2 |
1957 | 2023-12-12T04:26:34.379Z | Compiling lazycell v1.3.0 |
1958 | 2023-12-12T04:26:34.613Z | Compiling rustc-hash v1.1.0 |
1959 | 2023-12-12T04:26:34.821Z | Compiling shlex v1.1.0 |
1960 | 2023-12-12T04:26:35.207Z | Compiling opaque-debug v0.3.0 |
1961 | 2023-12-12T04:26:35.340Z | Compiling poly1305 v0.8.0 |
1962 | 2023-12-12T04:26:38.030Z | Compiling thiserror-no-std v2.0.2 |
1963 | 2023-12-12T04:26:38.382Z | Compiling derive_builder_core v0.12.0 |
1964 | 2023-12-12T04:26:40.624Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1965 | 2023-12-12T04:26:42.053Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1966 | 2023-12-12T04:26:42.135Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1967 | 2023-12-12T04:26:42.560Z | Compiling chacha20 v0.9.1 |
1968 | 2023-12-12T04:26:43.279Z | Compiling globset v0.4.13 |
1969 | 2023-12-12T04:26:48.868Z | Compiling pem v3.0.2 |
1970 | 2023-12-12T04:26:51.660Z | Compiling olpc-cjson v0.1.3 |
1971 | 2023-12-12T04:26:52.578Z | Compiling aead v0.5.2 |
1972 | 2023-12-12T04:26:53.078Z | Compiling bcs v0.1.6 |
1973 | 2023-12-12T04:26:53.944Z | Compiling serde_plain v1.0.2 |
1974 | 2023-12-12T04:26:54.530Z | Compiling libxml v0.3.3 |
1975 | 2023-12-12T04:26:54.792Z | Compiling async-recursion v1.0.5 |
1976 | 2023-12-12T04:26:55.046Z | Compiling highway v1.1.0 |
1977 | 2023-12-12T04:26:56.320Z | Compiling typed-path v0.7.0 |
1978 | 2023-12-12T04:26:57.384Z | Compiling ref-cast v1.0.20 |
1979 | 2023-12-12T04:26:58.146Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1980 | 2023-12-12T04:26:58.199Z | Compiling chacha20poly1305 v0.10.1 |
1981 | 2023-12-12T04:26:58.550Z | Compiling derive_builder_macro v0.12.0 |
1982 | 2023-12-12T04:26:59.795Z | Compiling vsss-rs v3.3.1 |
1983 | 2023-12-12T04:27:00.958Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1984 | 2023-12-12T04:27:03.128Z | Compiling tough v0.16.0 |
1985 | 2023-12-12T04:27:03.522Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1986 | 2023-12-12T04:27:03.954Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1987 | 2023-12-12T04:27:08.184Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1988 | 2023-12-12T04:27:08.288Z | Compiling strum_macros v0.24.3 |
1989 | 2023-12-12T04:27:09.743Z | Compiling polar-core v0.27.0 |
1990 | 2023-12-12T04:27:11.689Z | Compiling ref-cast-impl v1.0.20 |
1991 | 2023-12-12T04:27:13.136Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1992 | 2023-12-12T04:27:13.531Z | Compiling cookie v0.18.0 |
1993 | 2023-12-12T04:27:13.569Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1994 | 2023-12-12T04:27:13.974Z | Compiling salty v0.2.0 |
1995 | 2023-12-12T04:27:13.994Z | Compiling signature v1.6.4 |
1996 | 2023-12-12T04:27:14.149Z | Compiling http-range v0.1.5 |
1997 | 2023-12-12T04:27:14.240Z | Compiling indoc v1.0.9 |
1998 | 2023-12-12T04:27:14.575Z | Compiling hyper-staticfile v0.9.5 |
1999 | 2023-12-12T04:27:15.084Z | Compiling ed25519 v1.5.3 |
2000 | 2023-12-12T04:27:15.701Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2001 | 2023-12-12T04:27:19.320Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2002 | 2023-12-12T04:27:26.254Z | Compiling derive_builder v0.12.0 |
2003 | 2023-12-12T04:27:32.395Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2004 | 2023-12-12T04:27:37.190Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2005 | 2023-12-12T04:27:37.732Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2006 | 2023-12-12T04:27:38.146Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2007 | 2023-12-12T04:27:44.161Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2008 | 2023-12-12T04:27:44.702Z | Compiling headers-core v0.2.0 |
2009 | 2023-12-12T04:27:44.949Z | Compiling bb8 v0.8.1 |
2010 | 2023-12-12T04:27:45.872Z | Compiling quick-xml v0.23.1 |
2011 | 2023-12-12T04:27:46.961Z | Compiling serde-big-array v0.5.1 |
2012 | 2023-12-12T04:27:47.343Z | Compiling impl-trait-for-tuples v0.2.2 |
2013 | 2023-12-12T04:27:49.200Z | Compiling oso-derive v0.27.0 |
2014 | 2023-12-12T04:27:50.218Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2015 | 2023-12-12T04:27:50.735Z | Compiling fs-err v2.11.0 |
2016 | 2023-12-12T04:27:51.183Z | Compiling maplit v1.0.2 |
2017 | 2023-12-12T04:27:51.512Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2018 | 2023-12-12T04:28:03.539Z | Compiling oso v0.27.0 |
2019 | 2023-12-12T04:28:05.418Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2020 | 2023-12-12T04:28:06.625Z | Compiling headers v0.3.9 |
2021 | 2023-12-12T04:28:07.183Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2022 | 2023-12-12T04:28:13.756Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2023 | 2023-12-12T04:28:26.563Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2024 | 2023-12-12T04:28:28.639Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2025 | 2023-12-12T04:28:29.076Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2026 | 2023-12-12T04:28:30.795Z | Compiling signal-hook-tokio v0.3.1 |
2027 | 2023-12-12T04:28:31.098Z | Compiling serde-big-array v0.4.1 |
2028 | 2023-12-12T04:28:31.170Z | Compiling cassowary v0.3.0 |
2029 | 2023-12-12T04:28:31.364Z | Compiling indoc v2.0.3 |
2030 | 2023-12-12T04:28:32.905Z | Compiling ratatui v0.23.0 |
2031 | 2023-12-12T04:28:35.188Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2032 | 2023-12-12T04:28:37.822Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2033 | 2023-12-12T04:28:40.296Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2034 | 2023-12-12T04:28:54.189Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2035 | 2023-12-12T04:28:54.805Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2036 | 2023-12-12T04:28:58.183Z | Compiling fatfs v0.3.6 |
2037 | 2023-12-12T04:29:03.737Z | Compiling bytesize v1.3.0 |
2038 | 2023-12-12T04:29:04.681Z | Compiling nanorand v0.7.0 |
2039 | 2023-12-12T04:29:04.948Z | Compiling rtoolbox v0.0.1 |
2040 | 2023-12-12T04:29:05.624Z | Compiling is_ci v1.1.1 |
2041 | 2023-12-12T04:29:05.873Z | Compiling assert_matches v1.5.0 |
2042 | 2023-12-12T04:29:06.021Z | Compiling corncobs v0.1.3 |
2043 | 2023-12-12T04:29:06.054Z | Compiling unicode-linebreak v0.1.5 |
2044 | 2023-12-12T04:29:06.660Z | Compiling smawk v0.3.1 |
2045 | 2023-12-12T04:29:06.986Z | Compiling textwrap v0.16.0 |
2046 | 2023-12-12T04:29:07.023Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2047 | 2023-12-12T04:29:08.307Z | Compiling supports-color v2.1.0 |
2048 | 2023-12-12T04:29:09.424Z | Compiling flume v0.11.0 |
2049 | 2023-12-12T04:29:10.688Z | Compiling rpassword v7.3.1 |
2050 | 2023-12-12T04:29:11.346Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2051 | 2023-12-12T04:29:12.605Z | Compiling tui-tree-widget v0.13.0 |
2052 | 2023-12-12T04:29:13.401Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2053 | 2023-12-12T04:29:16.108Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2054 | 2023-12-12T04:29:22.405Z | Compiling shell-words v1.1.0 |
2055 | 2023-12-12T04:29:23.099Z | Compiling humantime v2.1.0 |
2056 | 2023-12-12T04:29:24.548Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2057 | 2023-12-12T04:29:58.653Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2058 | 2023-12-12T04:30:35.307Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2059 | 2023-12-12T04:33:23.467Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2060 | 2023-12-12T04:42:06.446Z | Finished release [optimized] target(s) in 18m 21s |
2061 | 2023-12-12T04:43:14.162Z | |
2062 | 2023-12-12T04:43:14.162Z | real 19:30.349659356 |
2063 | 2023-12-12T04:43:14.162Z | user 2:17:09.824757598 |
2064 | 2023-12-12T04:43:14.162Z | sys 4:57.304170157 |
2065 | 2023-12-12T04:43:14.162Z | trap 4.627031705 |
2066 | 2023-12-12T04:43:14.162Z | tflt 0.942732864 |
2067 | 2023-12-12T04:43:14.166Z | dflt 1.572618829 |
2068 | 2023-12-12T04:43:14.166Z | kflt 0.001215511 |
2069 | 2023-12-12T04:43:14.166Z | lock 7:50:25.457711792 |
2070 | 2023-12-12T04:43:14.166Z | slp 5:11:49.902972602 |
2071 | 2023-12-12T04:43:14.166Z | lat 2:23.265294439 |
2072 | 2023-12-12T04:43:14.166Z | stop 38.210099123 |
2073 | 2023-12-12T04:43:14.166Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2074 | 2023-12-12T04:43:14.166Z | + pfexec mkdir -p /work |
2075 | 2023-12-12T04:43:14.166Z | + pfexec chown build /work |
2076 | 2023-12-12T04:43:14.169Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2077 | 2023-12-12T04:43:27.294Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2078 | 2023-12-12T04:43:27.294Z | a out/mg-ddm-gz.tar 61253K |
2079 | 2023-12-12T04:43:27.294Z | a out/omicron-sled-agent.tar 109217K |
2080 | 2023-12-12T04:43:27.295Z | a out/target/test 1K |
2081 | 2023-12-12T04:43:27.295Z | a out/npuzone/npuzone 36313K |
2082 | 2023-12-12T04:43:27.295Z | a package-manifest.toml 22K |
2083 | 2023-12-12T04:43:27.295Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2084 | 2023-12-12T04:43:27.295Z | a target/release/omicron-package 41517K |
2085 | 2023-12-12T04:43:27.296Z | a tools/create_virtual_hardware.sh 4K |
2086 | 2023-12-12T04:43:27.296Z | a tools/virtual_hardware.sh 4K |
2087 | 2023-12-12T04:43:27.296Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2088 | 2023-12-12T04:43:27.296Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2089 | 2023-12-12T04:43:27.296Z | a tools/scrimlet/softnpu-init.sh 3K |
2090 | 2023-12-12T04:43:27.296Z | a tools/scrimlet/softnpu-zone.txt 1K |
2091 | 2023-12-12T04:43:27.296Z | a tools/scrimlet/softnpu.toml 1K |
2092 | 2023-12-12T04:43:27.299Z | |
2093 | 2023-12-12T04:43:27.299Z | real 13.124201541 |
2094 | 2023-12-12T04:43:27.299Z | user 12.544954328 |
2095 | 2023-12-12T04:43:27.299Z | sys 1.035357068 |
2096 | 2023-12-12T04:43:27.300Z | trap 0.004034080 |
2097 | 2023-12-12T04:43:27.300Z | tflt 0.000000000 |
2098 | 2023-12-12T04:43:27.300Z | dflt 0.000000000 |
2099 | 2023-12-12T04:43:27.300Z | kflt 0.000000000 |
2100 | 2023-12-12T04:43:27.300Z | lock 0.000000000 |
2101 | 2023-12-12T04:43:27.300Z | slp 12.270841037 |
2102 | 2023-12-12T04:43:27.300Z | lat 0.389502591 |
2103 | 2023-12-12T04:43:27.300Z | stop 0.000236814 |
2104 | 2023-12-12T04:43:27.300Z | ++ pwd |
2105 | 2023-12-12T04:43:27.303Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2106 | 2023-12-12T04:43:27.303Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2107 | 2023-12-12T04:43:27.303Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2108 | 2023-12-12T04:43:28.436Z | Finished release [optimized] target(s) in 1.04s |
2109 | 2023-12-12T04:43:28.459Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2110 | 2023-12-12T04:43:28.502Z | Created new build target 'host' and set it as active |
2111 | 2023-12-12T04:43:28.505Z | |
2112 | 2023-12-12T04:43:28.508Z | real 1.196426728 |
2113 | 2023-12-12T04:43:28.508Z | user 0.843538502 |
2114 | 2023-12-12T04:43:28.508Z | sys 0.354013343 |
2115 | 2023-12-12T04:43:28.508Z | trap 0.000085110 |
2116 | 2023-12-12T04:43:28.508Z | tflt 0.000025400 |
2117 | 2023-12-12T04:43:28.508Z | dflt 0.000028291 |
2118 | 2023-12-12T04:43:28.508Z | kflt 0.000000000 |
2119 | 2023-12-12T04:43:28.508Z | lock 0.033171880 |
2120 | 2023-12-12T04:43:28.509Z | slp 0.023151573 |
2121 | 2023-12-12T04:43:28.509Z | lat 0.001802926 |
2122 | 2023-12-12T04:43:28.509Z | stop 0.000230964 |
2123 | 2023-12-12T04:43:28.509Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2124 | 2023-12-12T04:43:29.606Z | Finished release [optimized] target(s) in 1.01s |
2125 | 2023-12-12T04:43:29.640Z | Running `target/release/omicron-package -t host package` |
2126 | 2023-12-12T04:43:29.681Z | Dec 12 04:43:29.682 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2127 | 2023-12-12T04:43:30.791Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2128 | 2023-12-12T04:47:07.938Z | Finished release [optimized] target(s) in 3m 38s |
2129 | 2023-12-12T04:48:12.275Z | |
2130 | 2023-12-12T04:48:12.275Z | real 4:43.778925330 |
2131 | 2023-12-12T04:48:12.278Z | user 21:18.542344317 |
2132 | 2023-12-12T04:48:12.278Z | sys 1:00.020471777 |
2133 | 2023-12-12T04:48:12.278Z | trap 0.585782810 |
2134 | 2023-12-12T04:48:12.278Z | tflt 0.039433953 |
2135 | 2023-12-12T04:48:12.278Z | dflt 1.472653028 |
2136 | 2023-12-12T04:48:12.278Z | kflt 0.001898932 |
2137 | 2023-12-12T04:48:12.278Z | lock 1:08:33.015192604 |
2138 | 2023-12-12T04:48:12.279Z | slp 18:21.698578845 |
2139 | 2023-12-12T04:48:12.279Z | lat 8.655446238 |
2140 | 2023-12-12T04:48:12.279Z | stop 0.831358155 |
2141 | 2023-12-12T04:48:12.279Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2142 | 2023-12-12T04:48:12.279Z | + for package in "$@" |
2143 | 2023-12-12T04:48:12.279Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2144 | 2023-12-12T04:48:12.279Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 5.0.0-0.ci+git8d3d1b78525 |
2145 | 2023-12-12T04:48:13.413Z | Finished release [optimized] target(s) in 1.04s |
2146 | 2023-12-12T04:48:13.442Z | Running `target/release/omicron-package stamp omicron-sled-agent 5.0.0-0.ci+git8d3d1b78525` |
2147 | 2023-12-12T04:48:13.483Z | Dec 12 04:48:13.483 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2148 | 2023-12-12T04:48:14.010Z | Created: out/versioned/omicron-sled-agent.tar |
2149 | 2023-12-12T04:48:14.014Z | + for package in "$@" |
2150 | 2023-12-12T04:48:14.014Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2151 | 2023-12-12T04:48:14.014Z | + echo 0.0.0 |
2152 | 2023-12-12T04:48:14.017Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2153 | 2023-12-12T04:48:14.020Z | a VERSION 1K |
2154 | 2023-12-12T04:48:14.020Z | + rm VERSION |
2155 | 2023-12-12T04:48:14.023Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git8d3d1b78525 |
2156 | 2023-12-12T04:48:15.109Z | Finished release [optimized] target(s) in 1.00s |
2157 | 2023-12-12T04:48:15.142Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git8d3d1b78525` |
2158 | 2023-12-12T04:48:15.182Z | Dec 12 04:48:15.182 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2159 | 2023-12-12T04:48:15.483Z | Created: out/versioned/mg-ddm-gz.tar |
2160 | 2023-12-12T04:48:15.487Z | + for package in "$@" |
2161 | 2023-12-12T04:48:15.487Z | + [[ propolis-server == mg-ddm-gz ]] |
2162 | 2023-12-12T04:48:15.487Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 5.0.0-0.ci+git8d3d1b78525 |
2163 | 2023-12-12T04:48:16.602Z | Finished release [optimized] target(s) in 1.02s |
2164 | 2023-12-12T04:48:16.628Z | Running `target/release/omicron-package stamp propolis-server 5.0.0-0.ci+git8d3d1b78525` |
2165 | 2023-12-12T04:48:16.669Z | Dec 12 04:48:16.669 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2166 | 2023-12-12T04:48:18.501Z | Created: out/versioned/propolis-server.tar.gz |
2167 | 2023-12-12T04:48:18.505Z | + for package in "$@" |
2168 | 2023-12-12T04:48:18.505Z | + [[ overlay == mg-ddm-gz ]] |
2169 | 2023-12-12T04:48:18.505Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 5.0.0-0.ci+git8d3d1b78525 |
2170 | 2023-12-12T04:48:19.597Z | Finished release [optimized] target(s) in 1.00s |
2171 | 2023-12-12T04:48:19.630Z | Running `target/release/omicron-package stamp overlay 5.0.0-0.ci+git8d3d1b78525` |
2172 | 2023-12-12T04:48:19.671Z | Dec 12 04:48:19.671 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2173 | 2023-12-12T04:48:19.677Z | Created: out/versioned/overlay.tar.gz |
2174 | 2023-12-12T04:48:19.680Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2175 | 2023-12-12T04:48:19.688Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2176 | 2023-12-12T04:48:19.691Z | ++ cd -- ./tools |
2177 | 2023-12-12T04:48:19.691Z | ++ pwd |
2178 | 2023-12-12T04:48:19.691Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2179 | 2023-12-12T04:48:19.694Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2180 | 2023-12-12T04:48:19.697Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2181 | 2023-12-12T04:48:19.697Z | ++ readlink -f /work |
2182 | 2023-12-12T04:48:19.700Z | + out_dir=/work |
2183 | 2023-12-12T04:48:19.700Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
2184 | 2023-12-12T04:48:19.700Z | + for dep in "${deps[@]}" |
2185 | 2023-12-12T04:48:19.700Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2186 | 2023-12-12T04:48:19.700Z | + for dep in "${deps[@]}" |
2187 | 2023-12-12T04:48:19.700Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2188 | 2023-12-12T04:48:19.700Z | + for dep in "${deps[@]}" |
2189 | 2023-12-12T04:48:19.700Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2190 | 2023-12-12T04:48:19.701Z | + for dep in "${deps[@]}" |
2191 | 2023-12-12T04:48:19.701Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2192 | 2023-12-12T04:48:19.701Z | ++ mktemp -d |
2193 | 2023-12-12T04:48:19.704Z | + tmp_gz=/tmp/tmp.2ZaWxh |
2194 | 2023-12-12T04:48:19.705Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2195 | 2023-12-12T04:48:19.705Z | + echo '{"v":"1","t":"layer"}' |
2196 | 2023-12-12T04:48:19.705Z | + pkg_dir=/tmp/tmp.2ZaWxh/root/opt/oxide/sled-agent |
2197 | 2023-12-12T04:48:19.705Z | + mkdir -p /tmp/tmp.2ZaWxh/root/opt/oxide/sled-agent |
2198 | 2023-12-12T04:48:19.705Z | + cd /tmp/tmp.2ZaWxh/root/opt/oxide/sled-agent |
2199 | 2023-12-12T04:48:19.705Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2200 | 2023-12-12T04:48:19.822Z | x ., 0 bytes, 0 tape blocks |
2201 | 2023-12-12T04:48:19.822Z | x zone-bundle, 39190400 bytes, 76544 tape blocks |
2202 | 2023-12-12T04:48:19.822Z | x sled-agent, 72620872 bytes, 141838 tape blocks |
2203 | 2023-12-12T04:48:19.822Z | x pkg, 0 bytes, 0 tape blocks |
2204 | 2023-12-12T04:48:19.822Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2205 | 2023-12-12T04:48:19.822Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2206 | 2023-12-12T04:48:19.822Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2207 | 2023-12-12T04:48:19.822Z | x VERSION, 25 bytes, 1 tape blocks |
2208 | 2023-12-12T04:48:19.826Z | + mkdir -p /tmp/tmp.2ZaWxh/root/lib/svc/manifest/site/ |
2209 | 2023-12-12T04:48:19.826Z | + mv pkg/manifest.xml /tmp/tmp.2ZaWxh/root/lib/svc/manifest/site/sled-agent.xml |
2210 | 2023-12-12T04:48:19.829Z | + cd - |
2211 | 2023-12-12T04:48:19.829Z | /work/oxidecomputer/omicron |
2212 | 2023-12-12T04:48:19.829Z | + pkg_dir=/tmp/tmp.2ZaWxh/root/opt/oxide/mg-ddm |
2213 | 2023-12-12T04:48:19.829Z | + mkdir -p /tmp/tmp.2ZaWxh/root/opt/oxide/mg-ddm |
2214 | 2023-12-12T04:48:19.835Z | + cd /tmp/tmp.2ZaWxh/root/opt/oxide/mg-ddm |
2215 | 2023-12-12T04:48:19.835Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2216 | 2023-12-12T04:48:19.896Z | x ., 0 bytes, 0 tape blocks |
2217 | 2023-12-12T04:48:19.897Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2218 | 2023-12-12T04:48:19.897Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2219 | 2023-12-12T04:48:19.897Z | x pkg, 0 bytes, 0 tape blocks |
2220 | 2023-12-12T04:48:19.897Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2221 | 2023-12-12T04:48:19.899Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2222 | 2023-12-12T04:48:19.899Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2223 | 2023-12-12T04:48:19.899Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2224 | 2023-12-12T04:48:19.899Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2225 | 2023-12-12T04:48:19.899Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2226 | 2023-12-12T04:48:19.899Z | x VERSION, 25 bytes, 1 tape blocks |
2227 | 2023-12-12T04:48:19.902Z | + cd - |
2228 | 2023-12-12T04:48:19.902Z | /work/oxidecomputer/omicron |
2229 | 2023-12-12T04:48:19.902Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.2ZaWxh/root/opt/oxide |
2230 | 2023-12-12T04:48:20.013Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.2ZaWxh/root/opt/oxide |
2231 | 2023-12-12T04:48:20.016Z | + cd /tmp/tmp.2ZaWxh |
2232 | 2023-12-12T04:48:20.016Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2233 | 2023-12-12T04:48:31.534Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2234 | 2023-12-12T04:48:31.534Z | a oxide.json 1K |
2235 | 2023-12-12T04:48:31.534Z | a root/ 0K |
2236 | 2023-12-12T04:48:31.534Z | a root/opt/ 0K |
2237 | 2023-12-12T04:48:31.534Z | a root/opt/oxide/ 0K |
2238 | 2023-12-12T04:48:31.534Z | a root/opt/oxide/sled-agent/ 0K |
2239 | 2023-12-12T04:48:31.534Z | a root/opt/oxide/sled-agent/zone-bundle 38272K |
2240 | 2023-12-12T04:48:31.534Z | a root/opt/oxide/sled-agent/sled-agent 70919K |
2241 | 2023-12-12T04:48:31.536Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2242 | 2023-12-12T04:48:31.536Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2243 | 2023-12-12T04:48:31.536Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2244 | 2023-12-12T04:48:31.536Z | a root/opt/oxide/sled-agent/VERSION 1K |
2245 | 2023-12-12T04:48:31.536Z | a root/opt/oxide/mg-ddm/ 0K |
2246 | 2023-12-12T04:48:31.536Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2247 | 2023-12-12T04:48:31.536Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2248 | 2023-12-12T04:48:31.536Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2249 | 2023-12-12T04:48:31.536Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2250 | 2023-12-12T04:48:31.536Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2251 | 2023-12-12T04:48:31.536Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2252 | 2023-12-12T04:48:31.536Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2253 | 2023-12-12T04:48:31.536Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2254 | 2023-12-12T04:48:31.536Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2255 | 2023-12-12T04:48:31.537Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2256 | 2023-12-12T04:48:31.537Z | a root/opt/oxide/propolis-server.tar.gz 65079K |
2257 | 2023-12-12T04:48:31.537Z | a root/opt/oxide/overlay.tar.gz 2K |
2258 | 2023-12-12T04:48:31.537Z | a root/lib/ 0K |
2259 | 2023-12-12T04:48:31.537Z | a root/lib/svc/ 0K |
2260 | 2023-12-12T04:48:31.537Z | a root/lib/svc/manifest/ 0K |
2261 | 2023-12-12T04:48:31.537Z | a root/lib/svc/manifest/site/ 0K |
2262 | 2023-12-12T04:48:31.537Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2263 | 2023-12-12T04:48:31.540Z | + cd / |
2264 | 2023-12-12T04:48:31.540Z | + rm -rf /tmp/tmp.2ZaWxh |
2265 | 2023-12-12T04:48:31.637Z | |
2266 | 2023-12-12T04:48:31.641Z | real 11.902052659 |
2267 | 2023-12-12T04:48:31.641Z | user 11.005253406 |
2268 | 2023-12-12T04:48:31.641Z | sys 0.957426949 |
2269 | 2023-12-12T04:48:31.643Z | trap 0.003509059 |
2270 | 2023-12-12T04:48:31.643Z | tflt 0.000000000 |
2271 | 2023-12-12T04:48:31.643Z | dflt 0.000000000 |
2272 | 2023-12-12T04:48:31.643Z | kflt 0.000000000 |
2273 | 2023-12-12T04:48:31.643Z | lock 0.000000000 |
2274 | 2023-12-12T04:48:31.643Z | slp 22.980409839 |
2275 | 2023-12-12T04:48:31.643Z | lat 0.359883001 |
2276 | 2023-12-12T04:48:31.643Z | stop 0.000414499 |
2277 | 2023-12-12T04:48:31.644Z | + mkdir -p /work/zones |
2278 | 2023-12-12T04:48:31.644Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2279 | 2023-12-12T04:48:31.644Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2280 | 2023-12-12T04:48:35.292Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2281 | 2023-12-12T04:48:36.511Z | Finished release [optimized] target(s) in 1.12s |
2282 | 2023-12-12T04:48:36.540Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2283 | 2023-12-12T04:48:36.580Z | Created new build target 'recovery' and set it as active |
2284 | 2023-12-12T04:48:36.583Z | |
2285 | 2023-12-12T04:48:36.590Z | real 1.285431795 |
2286 | 2023-12-12T04:48:36.590Z | user 0.890387298 |
2287 | 2023-12-12T04:48:36.590Z | sys 0.393382724 |
2288 | 2023-12-12T04:48:36.590Z | trap 0.000562232 |
2289 | 2023-12-12T04:48:36.590Z | tflt 0.000036365 |
2290 | 2023-12-12T04:48:36.590Z | dflt 0.000022129 |
2291 | 2023-12-12T04:48:36.590Z | kflt 0.000000000 |
2292 | 2023-12-12T04:48:36.590Z | lock 0.036576558 |
2293 | 2023-12-12T04:48:36.590Z | slp 0.023070829 |
2294 | 2023-12-12T04:48:36.590Z | lat 0.003862294 |
2295 | 2023-12-12T04:48:36.591Z | stop 0.000216697 |
2296 | 2023-12-12T04:48:36.591Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2297 | 2023-12-12T04:48:37.727Z | Finished release [optimized] target(s) in 1.05s |
2298 | 2023-12-12T04:48:37.759Z | Running `target/release/omicron-package -t recovery package` |
2299 | 2023-12-12T04:48:37.801Z | Dec 12 04:48:37.801 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2300 | 2023-12-12T04:48:38.788Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2301 | 2023-12-12T04:48:42.679Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2302 | 2023-12-12T04:49:13.658Z | Finished release [optimized] target(s) in 35.76s |
2303 | 2023-12-12T04:49:28.483Z | |
2304 | 2023-12-12T04:49:28.483Z | real 51.892524233 |
2305 | 2023-12-12T04:49:28.483Z | user 2:28.884564684 |
2306 | 2023-12-12T04:49:28.484Z | sys 12.511099180 |
2307 | 2023-12-12T04:49:28.484Z | trap 0.083215580 |
2308 | 2023-12-12T04:49:28.484Z | tflt 0.039458743 |
2309 | 2023-12-12T04:49:28.489Z | dflt 0.590871185 |
2310 | 2023-12-12T04:49:28.489Z | kflt 0.000000000 |
2311 | 2023-12-12T04:49:28.490Z | lock 11:50.613580021 |
2312 | 2023-12-12T04:49:28.490Z | slp 2:31.029232129 |
2313 | 2023-12-12T04:49:28.490Z | lat 1.869845862 |
2314 | 2023-12-12T04:49:28.490Z | stop 0.195556936 |
2315 | 2023-12-12T04:49:28.490Z | + stamp_packages installinator mg-ddm-gz |
2316 | 2023-12-12T04:49:28.490Z | + for package in "$@" |
2317 | 2023-12-12T04:49:28.490Z | + [[ installinator == mg-ddm-gz ]] |
2318 | 2023-12-12T04:49:28.490Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 5.0.0-0.ci+git8d3d1b78525 |
2319 | 2023-12-12T04:49:29.605Z | Finished release [optimized] target(s) in 1.03s |
2320 | 2023-12-12T04:49:29.632Z | Running `target/release/omicron-package stamp installinator 5.0.0-0.ci+git8d3d1b78525` |
2321 | 2023-12-12T04:49:29.676Z | Dec 12 04:49:29.676 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2322 | 2023-12-12T04:49:29.809Z | Created: out/versioned/installinator.tar |
2323 | 2023-12-12T04:49:29.812Z | + for package in "$@" |
2324 | 2023-12-12T04:49:29.813Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2325 | 2023-12-12T04:49:29.813Z | + echo 0.0.0 |
2326 | 2023-12-12T04:49:29.822Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2327 | 2023-12-12T04:49:29.822Z | a VERSION 1K |
2328 | 2023-12-12T04:49:29.822Z | + rm VERSION |
2329 | 2023-12-12T04:49:29.838Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git8d3d1b78525 |
2330 | 2023-12-12T04:49:30.935Z | Finished release [optimized] target(s) in 1.03s |
2331 | 2023-12-12T04:49:30.982Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git8d3d1b78525` |
2332 | 2023-12-12T04:49:31.006Z | Dec 12 04:49:31.006 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2333 | 2023-12-12T04:49:31.199Z | Created: out/versioned/mg-ddm-gz.tar |
2334 | 2023-12-12T04:49:31.204Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2335 | 2023-12-12T04:49:31.213Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2336 | 2023-12-12T04:49:31.217Z | ++ cd -- ./tools |
2337 | 2023-12-12T04:49:31.217Z | ++ pwd |
2338 | 2023-12-12T04:49:31.217Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2339 | 2023-12-12T04:49:31.218Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2340 | 2023-12-12T04:49:31.221Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2341 | 2023-12-12T04:49:31.222Z | ++ readlink -f /work |
2342 | 2023-12-12T04:49:31.222Z | + out_dir=/work |
2343 | 2023-12-12T04:49:31.222Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2344 | 2023-12-12T04:49:31.223Z | + for dep in "${deps[@]}" |
2345 | 2023-12-12T04:49:31.223Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2346 | 2023-12-12T04:49:31.223Z | + for dep in "${deps[@]}" |
2347 | 2023-12-12T04:49:31.223Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2348 | 2023-12-12T04:49:31.227Z | ++ mktemp -d |
2349 | 2023-12-12T04:49:31.227Z | + tmp_trampoline=/tmp/tmp.yraiCh |
2350 | 2023-12-12T04:49:31.227Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2351 | 2023-12-12T04:49:31.227Z | + echo '{"v":"1","t":"layer"}' |
2352 | 2023-12-12T04:49:31.228Z | + pkg_dir=/tmp/tmp.yraiCh/root/opt/oxide/installinator |
2353 | 2023-12-12T04:49:31.228Z | + mkdir -p /tmp/tmp.yraiCh/root/opt/oxide/installinator |
2354 | 2023-12-12T04:49:31.228Z | + cd /tmp/tmp.yraiCh/root/opt/oxide/installinator |
2355 | 2023-12-12T04:49:31.228Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2356 | 2023-12-12T04:49:31.283Z | x ., 0 bytes, 0 tape blocks |
2357 | 2023-12-12T04:49:31.283Z | x installinator, 52097144 bytes, 101753 tape blocks |
2358 | 2023-12-12T04:49:31.283Z | x pkg, 0 bytes, 0 tape blocks |
2359 | 2023-12-12T04:49:31.283Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2360 | 2023-12-12T04:49:31.283Z | x VERSION, 25 bytes, 1 tape blocks |
2361 | 2023-12-12T04:49:31.287Z | + mkdir -p /tmp/tmp.yraiCh/root/lib/svc/manifest/site/ |
2362 | 2023-12-12T04:49:31.287Z | + mv pkg/manifest.xml /tmp/tmp.yraiCh/root/lib/svc/manifest/site/installinator.xml |
2363 | 2023-12-12T04:49:31.290Z | + cd - |
2364 | 2023-12-12T04:49:31.290Z | /work/oxidecomputer/omicron |
2365 | 2023-12-12T04:49:31.290Z | + pkg_dir=/tmp/tmp.yraiCh/root/opt/oxide/mg-ddm |
2366 | 2023-12-12T04:49:31.290Z | + mkdir -p /tmp/tmp.yraiCh/root/opt/oxide/mg-ddm |
2367 | 2023-12-12T04:49:31.293Z | + cd /tmp/tmp.yraiCh/root/opt/oxide/mg-ddm |
2368 | 2023-12-12T04:49:31.293Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2369 | 2023-12-12T04:49:31.361Z | x ., 0 bytes, 0 tape blocks |
2370 | 2023-12-12T04:49:31.361Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2371 | 2023-12-12T04:49:31.362Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2372 | 2023-12-12T04:49:31.362Z | x pkg, 0 bytes, 0 tape blocks |
2373 | 2023-12-12T04:49:31.362Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2374 | 2023-12-12T04:49:31.362Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2375 | 2023-12-12T04:49:31.362Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2376 | 2023-12-12T04:49:31.362Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2377 | 2023-12-12T04:49:31.362Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2378 | 2023-12-12T04:49:31.362Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2379 | 2023-12-12T04:49:31.362Z | x VERSION, 25 bytes, 1 tape blocks |
2380 | 2023-12-12T04:49:31.365Z | + cd - |
2381 | 2023-12-12T04:49:31.366Z | /work/oxidecomputer/omicron |
2382 | 2023-12-12T04:49:31.366Z | + cd /tmp/tmp.yraiCh |
2383 | 2023-12-12T04:49:31.366Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2384 | 2023-12-12T04:49:37.331Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2385 | 2023-12-12T04:49:37.331Z | a oxide.json 1K |
2386 | 2023-12-12T04:49:37.331Z | a root/ 0K |
2387 | 2023-12-12T04:49:37.331Z | a root/opt/ 0K |
2388 | 2023-12-12T04:49:37.331Z | a root/opt/oxide/ 0K |
2389 | 2023-12-12T04:49:37.331Z | a root/opt/oxide/installinator/ 0K |
2390 | 2023-12-12T04:49:37.331Z | a root/opt/oxide/installinator/installinator 50877K |
2391 | 2023-12-12T04:49:37.332Z | a root/opt/oxide/installinator/pkg/ 0K |
2392 | 2023-12-12T04:49:37.333Z | a root/opt/oxide/installinator/VERSION 1K |
2393 | 2023-12-12T04:49:37.333Z | a root/opt/oxide/mg-ddm/ 0K |
2394 | 2023-12-12T04:49:37.333Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2395 | 2023-12-12T04:49:37.333Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2396 | 2023-12-12T04:49:37.333Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2397 | 2023-12-12T04:49:37.333Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2398 | 2023-12-12T04:49:37.334Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2399 | 2023-12-12T04:49:37.334Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2400 | 2023-12-12T04:49:37.334Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2401 | 2023-12-12T04:49:37.334Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2402 | 2023-12-12T04:49:37.334Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2403 | 2023-12-12T04:49:37.334Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2404 | 2023-12-12T04:49:37.334Z | a root/lib/ 0K |
2405 | 2023-12-12T04:49:37.334Z | a root/lib/svc/ 0K |
2406 | 2023-12-12T04:49:37.334Z | a root/lib/svc/manifest/ 0K |
2407 | 2023-12-12T04:49:37.335Z | a root/lib/svc/manifest/site/ 0K |
2408 | 2023-12-12T04:49:37.335Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2409 | 2023-12-12T04:49:37.338Z | + cd / |
2410 | 2023-12-12T04:49:37.338Z | + rm -rf /tmp/tmp.yraiCh |
2411 | 2023-12-12T04:49:37.364Z | |
2412 | 2023-12-12T04:49:37.390Z | real 6.154489317 |
2413 | 2023-12-12T04:49:37.390Z | user 5.754680275 |
2414 | 2023-12-12T04:49:37.390Z | sys 0.430176184 |
2415 | 2023-12-12T04:49:37.390Z | trap 0.001952306 |
2416 | 2023-12-12T04:49:37.390Z | tflt 0.000000000 |
2417 | 2023-12-12T04:49:37.391Z | dflt 0.000000000 |
2418 | 2023-12-12T04:49:37.391Z | kflt 0.000000000 |
2419 | 2023-12-12T04:49:37.391Z | lock 0.000000000 |
2420 | 2023-12-12T04:49:37.392Z | slp 11.899417520 |
2421 | 2023-12-12T04:49:37.392Z | lat 0.175888987 |
2422 | 2023-12-12T04:49:37.392Z | stop 0.000287556 |
2423 | 2023-12-12T04:49:37.393Z | process exited: duration 2248089 ms, exit code 0 |
|
2424 | 2023-12-12T04:49:37.848Z | found 21 output files |
2425 | 2023-12-12T04:49:37.848Z | uploading: /work/version.txt (26 bytes) |
2426 | 2023-12-12T04:49:38.871Z | uploaded: /work/version.txt |
2427 | 2023-12-12T04:49:38.871Z | uploading: /work/package.tar.gz (79791612 bytes) |
2428 | 2023-12-12T04:50:00.590Z | uploaded: /work/package.tar.gz |
2429 | 2023-12-12T04:50:00.590Z | uploading: /work/global-zone-packages.tar.gz (121422916 bytes) |
2430 | 2023-12-12T04:50:36.110Z | uploaded: /work/global-zone-packages.tar.gz |
2431 | 2023-12-12T04:50:36.110Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36455072 bytes) |
2432 | 2023-12-12T04:50:48.979Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2433 | 2023-12-12T04:50:48.980Z | uploading: /work/zones/clickhouse.tar.gz (181774400 bytes) |
2434 | 2023-12-12T04:51:50.312Z | uploaded: /work/zones/clickhouse.tar.gz |
2435 | 2023-12-12T04:51:50.313Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181771776 bytes) |
2436 | 2023-12-12T04:52:47.234Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2437 | 2023-12-12T04:52:47.234Z | uploading: /work/zones/cockroachdb.tar.gz (118860524 bytes) |
2438 | 2023-12-12T04:53:22.916Z | uploaded: /work/zones/cockroachdb.tar.gz |
2439 | 2023-12-12T04:53:22.916Z | uploading: /work/zones/crucible-pantry.tar.gz (22399870 bytes) |
2440 | 2023-12-12T04:53:36.614Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2441 | 2023-12-12T04:53:36.614Z | uploading: /work/zones/crucible.tar.gz (42277237 bytes) |
2442 | 2023-12-12T04:53:55.699Z | uploaded: /work/zones/crucible.tar.gz |
2443 | 2023-12-12T04:53:55.699Z | uploading: /work/zones/external-dns.tar.gz (24146247 bytes) |
2444 | 2023-12-12T04:54:04.024Z | uploaded: /work/zones/external-dns.tar.gz |
2445 | 2023-12-12T04:54:04.024Z | uploading: /work/zones/internal-dns.tar.gz (24146246 bytes) |
2446 | 2023-12-12T04:54:11.388Z | uploaded: /work/zones/internal-dns.tar.gz |
2447 | 2023-12-12T04:54:11.389Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2448 | 2023-12-12T04:54:12.400Z | uploaded: /work/zones/ntp.tar.gz |
2449 | 2023-12-12T04:54:12.400Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18226057 bytes) |
2450 | 2023-12-12T04:54:20.271Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2451 | 2023-12-12T04:54:20.271Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18225172 bytes) |
2452 | 2023-12-12T04:54:25.058Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2453 | 2023-12-12T04:54:25.058Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (73793948 bytes) |
2454 | 2023-12-12T04:54:46.258Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2455 | 2023-12-12T04:54:46.258Z | uploading: /work/zones/omicron-nexus.tar.gz (73794778 bytes) |
2456 | 2023-12-12T04:55:06.985Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2457 | 2023-12-12T04:55:06.985Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2458 | 2023-12-12T04:55:08.023Z | uploaded: /work/zones/overlay.tar.gz |
2459 | 2023-12-12T04:55:08.024Z | uploading: /work/zones/oximeter-collector.tar.gz (34225315 bytes) |
2460 | 2023-12-12T04:55:17.285Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2461 | 2023-12-12T04:55:17.286Z | uploading: /work/zones/propolis-server.tar.gz (66640911 bytes) |
2462 | 2023-12-12T04:55:33.657Z | uploaded: /work/zones/propolis-server.tar.gz |
2463 | 2023-12-12T04:55:33.657Z | uploading: /work/zones/switch-asic.tar.gz (247106861 bytes) |
2464 | 2023-12-12T04:56:51.600Z | uploaded: /work/zones/switch-asic.tar.gz |
2465 | 2023-12-12T04:56:51.600Z | uploading: /work/zones/switch-softnpu.tar.gz (169915207 bytes) |
2466 | 2023-12-12T04:57:50.117Z | uploaded: /work/zones/switch-softnpu.tar.gz |