|
|
|
1 | 2023-12-19T16:16:55.095Z | job assigned to worker 01HJ1DNFP5TG19W18AN1YTV2PH (queued for 3 m 24 s) |
|
2 | 2023-12-19T16:16:55.959Z | starting task 0: "setup" |
3 | 2023-12-19T16:16:56.267Z | ++ uname -s |
4 | 2023-12-19T16:16:56.271Z | + kern=SunOS |
5 | 2023-12-19T16:16:56.272Z | + case "$kern" in |
6 | 2023-12-19T16:16:56.272Z | + groupadd -g 12345 build |
7 | 2023-12-19T16:16:56.275Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-19T16:16:58.284Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-19T16:16:58.587Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-19T16:16:58.590Z | + home_fs=zfs |
11 | 2023-12-19T16:16:58.590Z | + [[ zfs == autofs ]] |
12 | 2023-12-19T16:16:58.590Z | + mkdir -p /home/build |
13 | 2023-12-19T16:16:58.594Z | + chown build:build /home/build /work |
14 | 2023-12-19T16:16:59.598Z | + chmod 0700 /home/build /work |
15 | 2023-12-19T16:16:59.604Z | process exited: duration 3640 ms, exit code 0 |
|
16 | 2023-12-19T16:16:59.616Z | starting task 1: "rust-toolchain" |
17 | 2023-12-19T16:16:59.627Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-19T16:16:59.634Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-19T16:16:59.806Z | info: downloading installer |
20 | 2023-12-19T16:17:02.113Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-19T16:17:02.113Z | warning: /opt/ooce/bin |
22 | 2023-12-19T16:17:02.113Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-19T16:17:02.113Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-19T16:17:02.114Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-19T16:17:02.114Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-19T16:17:02.114Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-19T16:17:02.114Z | error: cannot install while Rust is installed |
28 | 2023-12-19T16:17:02.114Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-19T16:17:02.393Z | info: profile set to 'default' |
30 | 2023-12-19T16:17:02.393Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-19T16:17:02.409Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-19T16:17:02.591Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-19T16:17:02.591Z | info: downloading component 'cargo' |
34 | 2023-12-19T16:17:03.402Z | info: downloading component 'clippy' |
35 | 2023-12-19T16:17:03.685Z | info: downloading component 'rust-docs' |
36 | 2023-12-19T16:17:04.685Z | info: downloading component 'rust-std' |
37 | 2023-12-19T16:17:06.590Z | info: downloading component 'rustc' |
38 | 2023-12-19T16:17:10.992Z | info: downloading component 'rustfmt' |
39 | 2023-12-19T16:17:11.308Z | info: installing component 'cargo' |
40 | 2023-12-19T16:17:13.530Z | info: installing component 'clippy' |
41 | 2023-12-19T16:17:14.593Z | info: installing component 'rust-docs' |
42 | 2023-12-19T16:17:17.420Z | info: installing component 'rust-std' |
43 | 2023-12-19T16:17:21.533Z | info: installing component 'rustc' |
44 | 2023-12-19T16:17:32.219Z | info: installing component 'rustfmt' |
45 | 2023-12-19T16:17:32.708Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-19T16:17:32.708Z | |
47 | 2023-12-19T16:17:32.933Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-19T16:17:32.933Z | |
49 | 2023-12-19T16:17:32.937Z | |
50 | 2023-12-19T16:17:32.937Z | Rust is installed now. Great! |
51 | 2023-12-19T16:17:32.937Z | |
52 | 2023-12-19T16:17:32.937Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-19T16:17:32.937Z | environment variable. This has not been done automatically. |
54 | 2023-12-19T16:17:32.937Z | |
55 | 2023-12-19T16:17:32.937Z | To configure your current shell, run: |
56 | 2023-12-19T16:17:32.937Z | source "$HOME/.cargo/env" |
57 | 2023-12-19T16:17:33.057Z | + rustc --version |
58 | 2023-12-19T16:17:33.181Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-19T16:17:33.188Z | process exited: duration 33575 ms, exit code 0 |
|
60 | 2023-12-19T16:17:33.195Z | starting task 2: "authentication" |
61 | 2023-12-19T16:17:33.247Z | process exited: duration 49 ms, exit code 0 |
|
62 | 2023-12-19T16:17:33.272Z | starting task 3: "clone repository" |
63 | 2023-12-19T16:17:33.684Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-19T16:17:33.693Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-19T16:17:33.693Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-19T16:17:40.847Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-19T16:17:40.847Z | + [[ -n mgs-slog-error-chain ]] |
68 | 2023-12-19T16:17:40.850Z | + git fetch origin mgs-slog-error-chain |
69 | 2023-12-19T16:17:41.235Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-19T16:17:41.235Z | * branch mgs-slog-error-chain -> FETCH_HEAD |
71 | 2023-12-19T16:17:41.248Z | + git checkout -B mgs-slog-error-chain remotes/origin/mgs-slog-error-chain |
72 | 2023-12-19T16:17:41.356Z | Switched to a new branch 'mgs-slog-error-chain' |
73 | 2023-12-19T16:17:41.361Z | branch 'mgs-slog-error-chain' set up to track 'origin/mgs-slog-error-chain'. |
74 | 2023-12-19T16:17:41.361Z | + git reset --hard 1893c27cde67c97ce868aa1251ba6ab50ab29dea |
75 | 2023-12-19T16:17:41.535Z | HEAD is now at 1893c27c [mgs] Clean up logs via InlineErrorChain |
76 | 2023-12-19T16:17:41.539Z | process exited: duration 8267 ms, exit code 0 |
|
77 | 2023-12-19T16:17:41.546Z | starting task 4: "build" |
78 | 2023-12-19T16:17:41.557Z | + cargo --version |
79 | 2023-12-19T16:17:41.562Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-19T16:17:41.762Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-19T16:17:41.765Z | info: downloading component 'cargo' |
82 | 2023-12-19T16:17:42.471Z | info: downloading component 'clippy' |
83 | 2023-12-19T16:17:42.694Z | info: downloading component 'rust-docs' |
84 | 2023-12-19T16:17:43.606Z | info: downloading component 'rust-std' |
85 | 2023-12-19T16:17:45.160Z | info: downloading component 'rustc' |
86 | 2023-12-19T16:17:48.872Z | info: downloading component 'rustfmt' |
87 | 2023-12-19T16:17:49.072Z | info: installing component 'cargo' |
88 | 2023-12-19T16:17:50.400Z | info: installing component 'clippy' |
89 | 2023-12-19T16:17:50.877Z | info: installing component 'rust-docs' |
90 | 2023-12-19T16:17:53.753Z | info: installing component 'rust-std' |
91 | 2023-12-19T16:17:56.420Z | info: installing component 'rustc' |
92 | 2023-12-19T16:18:02.715Z | info: installing component 'rustfmt' |
93 | 2023-12-19T16:18:03.279Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-19T16:18:03.283Z | + rustc --version |
95 | 2023-12-19T16:18:03.410Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-19T16:18:03.419Z | ++ git rev-parse HEAD |
97 | 2023-12-19T16:18:03.423Z | + COMMIT=1893c27cde67c97ce868aa1251ba6ab50ab29dea |
98 | 2023-12-19T16:18:03.428Z | + VERSION=5.0.0-0.ci+git1893c27cde6 |
99 | 2023-12-19T16:18:03.428Z | + echo 5.0.0-0.ci+git1893c27cde6 |
100 | 2023-12-19T16:18:03.428Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-12-19T16:18:14.496Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-12-19T16:18:15.961Z | Startup: Caching catalogs ... Done |
103 | 2023-12-19T16:18:23.819Z | Planning: Solver setup ... Done (7.364s) |
104 | 2023-12-19T16:18:23.982Z | Planning: Running solver ... Done (0.164s) |
105 | 2023-12-19T16:18:24.068Z | Planning: Finding local manifests ... Done (0.005s) |
106 | 2023-12-19T16:18:24.084Z | Planning: Fetching manifests: 0/6 0% complete |
107 | 2023-12-19T16:18:24.444Z | Planning: Fetching manifests: 6/6 100% complete |
108 | 2023-12-19T16:18:24.549Z | Planning: Package planning ... Done (0.097s) |
109 | 2023-12-19T16:18:24.643Z | Planning: Merging actions ... Done (0.089s) |
110 | 2023-12-19T16:18:25.301Z | Planning: Checking for conflicting actions ... Done (0.671s) |
111 | 2023-12-19T16:18:25.320Z | Planning: Consolidating action changes ... Done (0.018s) |
112 | 2023-12-19T16:18:30.042Z | Planning: Evaluating mediators ... Done (4.718s) |
113 | 2023-12-19T16:18:30.159Z | Planning: Planning completed in 14.13 seconds |
114 | 2023-12-19T16:18:30.183Z | Packages to install: 4 |
115 | 2023-12-19T16:18:30.183Z | Packages to update: 2 |
116 | 2023-12-19T16:18:30.184Z | Mediators to change: 2 |
117 | 2023-12-19T16:18:30.184Z | Services to change: 1 |
118 | 2023-12-19T16:18:30.188Z | Estimated space available: 148.88 GB |
119 | 2023-12-19T16:18:30.188Z | Estimated space to be consumed: 1.43 GB |
120 | 2023-12-19T16:18:30.188Z | Create boot environment: No |
121 | 2023-12-19T16:18:30.188Z | Create backup boot environment: Yes |
122 | 2023-12-19T16:18:30.188Z | Rebuild boot archive: No |
123 | 2023-12-19T16:18:30.188Z | |
124 | 2023-12-19T16:18:30.188Z | Changed mediators: |
125 | 2023-12-19T16:18:30.188Z | mediator clang: |
126 | 2023-12-19T16:18:30.188Z | version: None -> 15 (system default) |
127 | 2023-12-19T16:18:30.188Z | |
128 | 2023-12-19T16:18:30.189Z | mediator llvm: |
129 | 2023-12-19T16:18:30.189Z | version: 14 (system default) -> 15 (system default) |
130 | 2023-12-19T16:18:30.189Z | |
131 | 2023-12-19T16:18:30.190Z | Changed packages: |
132 | 2023-12-19T16:18:30.190Z | helios-dev |
133 | 2023-12-19T16:18:30.190Z | developer/build-essential |
134 | 2023-12-19T16:18:30.190Z | None -> 11-2.0 |
135 | 2023-12-19T16:18:30.190Z | library/libxmlsec1 |
136 | 2023-12-19T16:18:30.190Z | None -> 1.2.35-2.0 |
137 | 2023-12-19T16:18:30.190Z | ooce/developer/clang-15 |
138 | 2023-12-19T16:18:30.190Z | None -> 15.0.7-2.0 |
139 | 2023-12-19T16:18:30.190Z | ooce/developer/llvm-15 |
140 | 2023-12-19T16:18:30.190Z | None -> 15.0.7-2.0 |
141 | 2023-12-19T16:18:30.191Z | system/library/g++-runtime |
142 | 2023-12-19T16:18:30.191Z | 12-2.0 -> 13-2.0 |
143 | 2023-12-19T16:18:30.191Z | system/library/gcc-runtime |
144 | 2023-12-19T16:18:30.191Z | 12-2.0 -> 13-2.0 |
145 | 2023-12-19T16:18:30.191Z | |
146 | 2023-12-19T16:18:30.191Z | Services: |
147 | 2023-12-19T16:18:30.191Z | restart_fmri: |
148 | 2023-12-19T16:18:30.191Z | svc:/system/update-man-index:default |
149 | 2023-12-19T16:18:30.497Z | |
150 | 2023-12-19T16:18:30.498Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
151 | 2023-12-19T16:18:35.497Z | Download: 1343/3330 items 100.5/221.1MB 45% complete (20.4M/s) |
152 | 2023-12-19T16:18:40.498Z | Download: 3207/3330 items 160.1/221.1MB 72% complete (16.0M/s) |
153 | 2023-12-19T16:18:43.644Z | Download: Completed 221.11 MB in 13.15 seconds (16.8M/s) |
154 | 2023-12-19T16:18:45.847Z | Actions: 1/3766 actions (Removing old actions) |
155 | 2023-12-19T16:18:45.847Z | Actions: 5/3766 actions (Installing new actions) |
156 | 2023-12-19T16:18:50.854Z | Actions: 2354/3766 actions (Installing new actions) |
157 | 2023-12-19T16:18:54.375Z | Actions: 3729/3766 actions (Updating modified actions) |
158 | 2023-12-19T16:18:55.279Z | Actions: Completed 3766 actions in 9.43 seconds. |
159 | 2023-12-19T16:18:55.509Z | Done (0.223s) |
160 | 2023-12-19T16:18:55.512Z | Done (0.000s) |
161 | 2023-12-19T16:18:55.897Z | Done (0.386s) |
162 | 2023-12-19T16:19:04.642Z | Done (8.603s) |
163 | 2023-12-19T16:19:04.958Z | Done (0.202s) |
164 | 2023-12-19T16:19:04.963Z | Done (0.000s) |
165 | 2023-12-19T16:19:05.239Z | Done (0.000s) |
166 | 2023-12-19T16:19:06.035Z | Planning: Evaluating mediator changes ... Done |
167 | 2023-12-19T16:19:06.359Z | Planning: Checking for conflicting actions ... Done |
168 | 2023-12-19T16:19:06.369Z | Planning: Consolidating action changes ... Done |
169 | 2023-12-19T16:19:06.823Z | Planning: Evaluating mediators ... Done |
170 | 2023-12-19T16:19:06.827Z | Planning: Planning completed in 0.79 seconds |
171 | 2023-12-19T16:19:06.891Z | Mediators to change: 2 |
172 | 2023-12-19T16:19:06.891Z | Create boot environment: No |
173 | 2023-12-19T16:19:06.891Z | Create backup boot environment: No |
174 | 2023-12-19T16:19:07.012Z | Done |
175 | 2023-12-19T16:19:07.012Z | Done |
176 | 2023-12-19T16:19:07.195Z | Done |
177 | 2023-12-19T16:19:13.737Z | Done |
178 | 2023-12-19T16:19:13.876Z | Done |
179 | 2023-12-19T16:19:13.879Z | Done |
180 | 2023-12-19T16:19:14.004Z | Done |
181 | 2023-12-19T16:19:15.136Z | Planning: Evaluating mediator changes ... Done |
182 | 2023-12-19T16:19:15.141Z | Planning: Merging actions ... Done |
183 | 2023-12-19T16:19:15.513Z | Planning: Checking for conflicting actions ... Done |
184 | 2023-12-19T16:19:15.523Z | Planning: Consolidating action changes ... Done |
185 | 2023-12-19T16:19:15.970Z | Planning: Evaluating mediators ... Done |
186 | 2023-12-19T16:19:16.064Z | Planning: Planning completed in 1.40 seconds |
187 | 2023-12-19T16:19:16.135Z | Packages to change: 1 |
188 | 2023-12-19T16:19:16.135Z | Mediators to change: 1 |
189 | 2023-12-19T16:19:16.135Z | Services to change: 1 |
190 | 2023-12-19T16:19:16.138Z | Create boot environment: No |
191 | 2023-12-19T16:19:16.138Z | Create backup boot environment: Yes |
192 | 2023-12-19T16:19:18.530Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2023-12-19T16:19:18.536Z | Actions: Completed 6 actions in 0.00 seconds. |
194 | 2023-12-19T16:19:18.536Z | Done |
195 | 2023-12-19T16:19:18.536Z | Done |
196 | 2023-12-19T16:19:18.603Z | Done |
197 | 2023-12-19T16:19:25.147Z | Done |
198 | 2023-12-19T16:19:25.306Z | Done |
199 | 2023-12-19T16:19:25.313Z | Done |
200 | 2023-12-19T16:19:25.436Z | Done |
201 | 2023-12-19T16:19:26.186Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2023-12-19T16:19:26.186Z | clang system 15 system |
203 | 2023-12-19T16:19:26.186Z | csh system system illumos |
204 | 2023-12-19T16:19:26.186Z | ctags system system illumos |
205 | 2023-12-19T16:19:26.186Z | gcc vendor 12 vendor |
206 | 2023-12-19T16:19:26.186Z | gcc system 10 system |
207 | 2023-12-19T16:19:26.186Z | gcc system 7 system |
208 | 2023-12-19T16:19:26.186Z | go system 1.20 system |
209 | 2023-12-19T16:19:26.186Z | go system 1.19 system |
210 | 2023-12-19T16:19:26.186Z | llvm system 15 system |
211 | 2023-12-19T16:19:26.186Z | llvm system 14 system |
212 | 2023-12-19T16:19:26.186Z | mariadb system 10.6 system |
213 | 2023-12-19T16:19:26.186Z | mta vendor vendor dma |
214 | 2023-12-19T16:19:26.186Z | openjdk system 17 system |
215 | 2023-12-19T16:19:26.186Z | openjdk system 11 system |
216 | 2023-12-19T16:19:26.187Z | openjdk system 1.8 system |
217 | 2023-12-19T16:19:26.187Z | openssl vendor 3 vendor |
218 | 2023-12-19T16:19:26.187Z | perl system 5.36 system |
219 | 2023-12-19T16:19:26.187Z | postgresql system 15 system |
220 | 2023-12-19T16:19:26.188Z | postgresql system 13 system |
221 | 2023-12-19T16:19:26.188Z | python vendor 3 vendor |
222 | 2023-12-19T16:19:26.188Z | python system 2 system |
223 | 2023-12-19T16:19:26.190Z | python3 system 3.11 system |
224 | 2023-12-19T16:19:26.190Z | ruby system 3.0 system |
225 | 2023-12-19T16:19:26.190Z | words vendor vendor american-english |
226 | 2023-12-19T16:19:26.190Z | words system system australian-english |
227 | 2023-12-19T16:19:26.190Z | words system system british-english |
228 | 2023-12-19T16:19:26.190Z | words system system canadian-english |
229 | 2023-12-19T16:19:26.190Z | words system system french |
230 | 2023-12-19T16:19:26.190Z | words system system italian |
231 | 2023-12-19T16:19:26.190Z | words system system ngerman |
232 | 2023-12-19T16:19:26.190Z | words system system ogerman |
233 | 2023-12-19T16:19:26.190Z | words system system spanish |
234 | 2023-12-19T16:19:26.777Z | FMRI IFO |
235 | 2023-12-19T16:19:26.777Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2023-12-19T16:19:26.777Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2023-12-19T16:19:26.777Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2023-12-19T16:19:26.777Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
239 | 2023-12-19T16:19:26.777Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2023-12-19T16:19:26.777Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
241 | 2023-12-19T16:19:26.777Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
242 | 2023-12-19T16:19:26.777Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
243 | 2023-12-19T16:19:26.871Z | + set -o errexit |
244 | 2023-12-19T16:19:26.878Z | +++ dirname ./tools/ci_download_cockroachdb |
245 | 2023-12-19T16:19:26.878Z | ++ cd ./tools |
246 | 2023-12-19T16:19:26.879Z | ++ pwd |
247 | 2023-12-19T16:19:26.879Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
248 | 2023-12-19T16:19:26.879Z | ++ basename ./tools/ci_download_cockroachdb |
249 | 2023-12-19T16:19:26.890Z | + ARG0=ci_download_cockroachdb |
250 | 2023-12-19T16:19:26.890Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
251 | 2023-12-19T16:19:26.891Z | + CIDL_VERSION=v22.1.9 |
252 | 2023-12-19T16:19:26.891Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
253 | 2023-12-19T16:19:26.891Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
254 | 2023-12-19T16:19:26.891Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
255 | 2023-12-19T16:19:26.891Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
256 | 2023-12-19T16:19:26.891Z | + TARGET_DIR=out |
257 | 2023-12-19T16:19:26.892Z | + DOWNLOAD_DIR=out/downloads |
258 | 2023-12-19T16:19:26.892Z | + DEST_DIR=./out/cockroachdb |
259 | 2023-12-19T16:19:26.892Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
260 | 2023-12-19T16:19:26.892Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
261 | 2023-12-19T16:19:26.892Z | + main |
262 | 2023-12-19T16:19:26.892Z | + [[ 0 != 0 ]] |
263 | 2023-12-19T16:19:26.893Z | + CIDL_OS=solaris2.11 |
264 | 2023-12-19T16:19:26.893Z | + [[ 0 != 0 ]] |
265 | 2023-12-19T16:19:26.893Z | + configure_os solaris2.11 |
266 | 2023-12-19T16:19:26.893Z | + echo 'current directory: /work/oxidecomputer/omicron' |
267 | 2023-12-19T16:19:26.893Z | current directory: /work/oxidecomputer/omicron |
268 | 2023-12-19T16:19:26.893Z | + echo 'configuring based on OS: "solaris2.11"' |
269 | 2023-12-19T16:19:26.893Z | + case "$1" in |
270 | 2023-12-19T16:19:26.894Z | configuring based on OS: "solaris2.11" |
271 | 2023-12-19T16:19:26.894Z | + CIDL_BUILD=illumos |
272 | 2023-12-19T16:19:26.894Z | + CIDL_SUFFIX=tar.gz |
273 | 2023-12-19T16:19:26.894Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
274 | 2023-12-19T16:19:26.894Z | + CIDL_MD5FUNC=do_md5sum |
275 | 2023-12-19T16:19:26.894Z | + CIDL_URL_BASE=https://illumos.org/downloads |
276 | 2023-12-19T16:19:26.895Z | + CIDL_ASSEMBLE=do_assemble_illumos |
277 | 2023-12-19T16:19:26.895Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
278 | 2023-12-19T16:19:26.895Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-12-19T16:19:26.895Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-12-19T16:19:26.895Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
281 | 2023-12-19T16:19:26.895Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-12-19T16:19:26.895Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2023-12-19T16:19:26.896Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-12-19T16:19:26.896Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
285 | 2023-12-19T16:19:26.896Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-12-19T16:19:26.896Z | + mkdir -p out/downloads |
287 | 2023-12-19T16:19:26.901Z | + mkdir -p ./out/cockroachdb |
288 | 2023-12-19T16:19:26.902Z | + local DO_DOWNLOAD=true |
289 | 2023-12-19T16:19:26.902Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
290 | 2023-12-19T16:19:26.902Z | + '[' true == true ']' |
291 | 2023-12-19T16:19:26.902Z | + echo Downloading... |
292 | 2023-12-19T16:19:26.902Z | Downloading... |
293 | 2023-12-19T16:19:26.902Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-12-19T16:19:26.902Z | + 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 |
295 | 2023-12-19T16:19:29.222Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-12-19T16:19:29.229Z | ++ md5sum |
297 | 2023-12-19T16:19:29.230Z | ++ awk '{print $1}' |
298 | 2023-12-19T16:19:29.408Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
299 | 2023-12-19T16:19:29.408Z | + [[ 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 ]] |
300 | 2023-12-19T16:19:29.408Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2023-12-19T16:19:29.412Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
302 | 2023-12-19T16:19:32.836Z | + do_assemble_illumos |
303 | 2023-12-19T16:19:32.836Z | + rm -r ./out/cockroachdb |
304 | 2023-12-19T16:19:32.841Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
305 | 2023-12-19T16:19:33.474Z | + ./out/cockroachdb/bin/cockroach version |
306 | 2023-12-19T16:19:33.701Z | Build Tag: v22.1.9-dirty |
307 | 2023-12-19T16:19:33.701Z | Build Time: 2022/10/26 21:17:46 |
308 | 2023-12-19T16:19:33.701Z | Distribution: OSS |
309 | 2023-12-19T16:19:33.701Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
310 | 2023-12-19T16:19:33.701Z | Go Version: go1.17.13 |
311 | 2023-12-19T16:19:33.701Z | C Compiler: gcc 10.3.0 |
312 | 2023-12-19T16:19:33.701Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
313 | 2023-12-19T16:19:33.701Z | Build Type: release |
314 | 2023-12-19T16:19:33.734Z | + set -o errexit |
315 | 2023-12-19T16:19:33.738Z | +++ dirname ./tools/ci_download_clickhouse |
316 | 2023-12-19T16:19:33.739Z | ++ cd ./tools |
317 | 2023-12-19T16:19:33.739Z | ++ pwd |
318 | 2023-12-19T16:19:33.739Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
319 | 2023-12-19T16:19:33.739Z | ++ basename ./tools/ci_download_clickhouse |
320 | 2023-12-19T16:19:33.743Z | + ARG0=ci_download_clickhouse |
321 | 2023-12-19T16:19:33.743Z | + TARGET_DIR=out |
322 | 2023-12-19T16:19:33.743Z | + DOWNLOAD_DIR=out/downloads |
323 | 2023-12-19T16:19:33.743Z | + DEST_DIR=./out/clickhouse |
324 | 2023-12-19T16:19:33.743Z | + CIDL_VERSION=v22.8.9.24 |
325 | 2023-12-19T16:19:33.743Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
326 | 2023-12-19T16:19:33.743Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
327 | 2023-12-19T16:19:33.743Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
328 | 2023-12-19T16:19:33.744Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
329 | 2023-12-19T16:19:33.744Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
330 | 2023-12-19T16:19:33.744Z | + main |
331 | 2023-12-19T16:19:33.744Z | + [[ 0 != 0 ]] |
332 | 2023-12-19T16:19:33.744Z | + CIDL_OS=solaris2.11 |
333 | 2023-12-19T16:19:33.744Z | + [[ 0 != 0 ]] |
334 | 2023-12-19T16:19:33.744Z | + configure_os solaris2.11 |
335 | 2023-12-19T16:19:33.744Z | + echo 'current directory: /work/oxidecomputer/omicron' |
336 | 2023-12-19T16:19:33.744Z | current directory: /work/oxidecomputer/omicron |
337 | 2023-12-19T16:19:33.744Z | + echo 'configuring based on OS: "solaris2.11"' |
338 | 2023-12-19T16:19:33.744Z | + CIDL_DASHREV= |
339 | 2023-12-19T16:19:33.744Z | + case "$1" in |
340 | 2023-12-19T16:19:33.744Z | configuring based on OS: "solaris2.11" |
341 | 2023-12-19T16:19:33.744Z | + CIDL_PLATFORM=illumos |
342 | 2023-12-19T16:19:33.744Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
343 | 2023-12-19T16:19:33.744Z | + CIDL_MD5FUNC=do_md5sum |
344 | 2023-12-19T16:19:33.744Z | + CIDL_DASHREV=-1 |
345 | 2023-12-19T16:19:33.744Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
346 | 2023-12-19T16:19:33.744Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-12-19T16:19:33.744Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-12-19T16:19:33.744Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-12-19T16:19:33.744Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2023-12-19T16:19:33.744Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-12-19T16:19:33.744Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
352 | 2023-12-19T16:19:33.748Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-12-19T16:19:33.749Z | + mkdir -p out/downloads |
354 | 2023-12-19T16:19:33.752Z | + mkdir -p ./out/clickhouse |
355 | 2023-12-19T16:19:33.752Z | + local DO_DOWNLOAD=true |
356 | 2023-12-19T16:19:33.752Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
357 | 2023-12-19T16:19:33.752Z | + '[' true == true ']' |
358 | 2023-12-19T16:19:33.752Z | + echo Downloading... |
359 | 2023-12-19T16:19:33.752Z | Downloading... |
360 | 2023-12-19T16:19:33.753Z | + 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 |
361 | 2023-12-19T16:19:33.753Z | + 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 |
362 | 2023-12-19T16:19:35.752Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-12-19T16:19:35.755Z | ++ md5sum |
364 | 2023-12-19T16:19:35.755Z | ++ awk '{print $1}' |
365 | 2023-12-19T16:19:36.019Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
366 | 2023-12-19T16:19:36.021Z | + [[ 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 ]] |
367 | 2023-12-19T16:19:36.021Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
368 | 2023-12-19T16:19:36.026Z | + mkdir -p ./out/clickhouse |
369 | 2023-12-19T16:19:36.026Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
370 | 2023-12-19T16:19:40.903Z | + ./out/clickhouse/clickhouse server --version |
371 | 2023-12-19T16:19:40.962Z | ClickHouse server version 22.8.9.1. |
372 | 2023-12-19T16:19:40.990Z | + set -o errexit |
373 | 2023-12-19T16:19:40.993Z | +++ dirname ./tools/ci_download_console |
374 | 2023-12-19T16:19:40.996Z | ++ cd ./tools |
375 | 2023-12-19T16:19:40.996Z | ++ pwd |
376 | 2023-12-19T16:19:40.996Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
377 | 2023-12-19T16:19:41.000Z | ++ basename ./tools/ci_download_console |
378 | 2023-12-19T16:19:41.000Z | + ARG0=ci_download_console |
379 | 2023-12-19T16:19:41.001Z | + TARGET_DIR=out |
380 | 2023-12-19T16:19:41.001Z | + DOWNLOAD_DIR=out/downloads |
381 | 2023-12-19T16:19:41.001Z | + DEST_DIR=./out/console-assets |
382 | 2023-12-19T16:19:41.001Z | + source /work/oxidecomputer/omicron/tools/console_version |
383 | 2023-12-19T16:19:41.001Z | ++ COMMIT=02c6ce747fd5dd05e9d454ecb1bf70392c9d954e |
384 | 2023-12-19T16:19:41.001Z | ++ SHA2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 |
385 | 2023-12-19T16:19:41.001Z | + URL=https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
386 | 2023-12-19T16:19:41.001Z | + TARBALL_FILE=out/downloads/console.tar.gz |
387 | 2023-12-19T16:19:41.001Z | + main |
388 | 2023-12-19T16:19:41.001Z | + [[ 0 != 0 ]] |
389 | 2023-12-19T16:19:41.001Z | + echo 'URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz' |
390 | 2023-12-19T16:19:41.003Z | URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
391 | 2023-12-19T16:19:41.003Z | + echo 'Local file: out/downloads/console.tar.gz' |
392 | 2023-12-19T16:19:41.003Z | Local file: out/downloads/console.tar.gz |
393 | 2023-12-19T16:19:41.003Z | + local DO_DOWNLOAD=true |
394 | 2023-12-19T16:19:41.003Z | + [[ -f out/downloads/console.tar.gz ]] |
395 | 2023-12-19T16:19:41.003Z | + mkdir -p out/downloads |
396 | 2023-12-19T16:19:41.007Z | + '[' true == true ']' |
397 | 2023-12-19T16:19:41.007Z | + echo Downloading... |
398 | 2023-12-19T16:19:41.007Z | Downloading... |
399 | 2023-12-19T16:19:41.007Z | + do_download_curl https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz out/downloads/console.tar.gz |
400 | 2023-12-19T16:19:41.007Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
401 | 2023-12-19T16:19:41.758Z | ++ do_sha256sum out/downloads/console.tar.gz |
402 | 2023-12-19T16:19:41.763Z | ++ case "$OSTYPE" in |
403 | 2023-12-19T16:19:41.763Z | ++ SHA=sha256sum |
404 | 2023-12-19T16:19:41.763Z | ++ sha256sum |
405 | 2023-12-19T16:19:41.763Z | ++ awk '{print $1}' |
406 | 2023-12-19T16:19:41.786Z | + calculated_sha2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 |
407 | 2023-12-19T16:19:41.786Z | + [[ 39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 != \3\9\f\d\1\9\1\9\9\3\e\1\4\7\a\5\6\9\e\2\8\d\f\8\6\4\1\4\e\3\d\0\f\3\3\9\6\3\b\7\6\7\5\4\7\4\d\7\c\5\2\2\c\3\f\6\8\5\d\4\d\4\f\0 ]] |
408 | 2023-12-19T16:19:41.788Z | + rm -rf ./out/console-assets |
409 | 2023-12-19T16:19:41.791Z | + mkdir -p ./out/console-assets |
410 | 2023-12-19T16:19:41.791Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
411 | 2023-12-19T16:19:41.791Z | + mkdir -p ./out/console-assets |
412 | 2023-12-19T16:19:41.794Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
413 | 2023-12-19T16:19:41.934Z | + set -o errexit |
414 | 2023-12-19T16:19:41.938Z | +++ dirname ./tools/ci_download_maghemite_openapi |
415 | 2023-12-19T16:19:41.942Z | ++ cd ./tools |
416 | 2023-12-19T16:19:41.942Z | ++ pwd |
417 | 2023-12-19T16:19:41.942Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
418 | 2023-12-19T16:19:41.942Z | ++ basename ./tools/ci_download_maghemite_openapi |
419 | 2023-12-19T16:19:41.946Z | + ARG0=ci_download_maghemite_openapi |
420 | 2023-12-19T16:19:41.946Z | + TARGET_DIR=out |
421 | 2023-12-19T16:19:41.946Z | + DOWNLOAD_DIR=out/downloads |
422 | 2023-12-19T16:19:41.946Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
423 | 2023-12-19T16:19:41.946Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
424 | 2023-12-19T16:19:41.946Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
425 | 2023-12-19T16:19:41.946Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
426 | 2023-12-19T16:19:41.946Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
427 | 2023-12-19T16:19:41.946Z | + main |
428 | 2023-12-19T16:19:41.946Z | + [[ 0 != 0 ]] |
429 | 2023-12-19T16:19:41.946Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
430 | 2023-12-19T16:19:41.946Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
431 | 2023-12-19T16:19:41.947Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
432 | 2023-12-19T16:19:41.947Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
433 | 2023-12-19T16:19:41.947Z | + local DO_DOWNLOAD=true |
434 | 2023-12-19T16:19:41.947Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
435 | 2023-12-19T16:19:41.947Z | + mkdir -p out/downloads |
436 | 2023-12-19T16:19:41.950Z | + '[' true == true ']' |
437 | 2023-12-19T16:19:41.950Z | + echo Downloading... |
438 | 2023-12-19T16:19:41.950Z | Downloading... |
439 | 2023-12-19T16:19:41.951Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
440 | 2023-12-19T16:19:41.951Z | + 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 |
441 | 2023-12-19T16:19:42.323Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
442 | 2023-12-19T16:19:42.323Z | ++ case "$OSTYPE" in |
443 | 2023-12-19T16:19:42.324Z | ++ SHA=sha256sum |
444 | 2023-12-19T16:19:42.327Z | ++ sha256sum |
445 | 2023-12-19T16:19:42.327Z | ++ awk '{print $1}' |
446 | 2023-12-19T16:19:42.330Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
447 | 2023-12-19T16:19:42.330Z | + [[ 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 ]] |
448 | 2023-12-19T16:19:42.330Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
449 | 2023-12-19T16:19:42.331Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
450 | 2023-12-19T16:19:42.331Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
451 | 2023-12-19T16:19:42.331Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
452 | 2023-12-19T16:19:42.331Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
453 | 2023-12-19T16:19:42.331Z | + main |
454 | 2023-12-19T16:19:42.334Z | + [[ 0 != 0 ]] |
455 | 2023-12-19T16:19:42.335Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
456 | 2023-12-19T16:19:42.336Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
457 | 2023-12-19T16:19:42.336Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
458 | 2023-12-19T16:19:42.336Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
459 | 2023-12-19T16:19:42.336Z | + local DO_DOWNLOAD=true |
460 | 2023-12-19T16:19:42.336Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
461 | 2023-12-19T16:19:42.336Z | + mkdir -p out/downloads |
462 | 2023-12-19T16:19:42.337Z | + '[' true == true ']' |
463 | 2023-12-19T16:19:42.337Z | + echo Downloading... |
464 | 2023-12-19T16:19:42.337Z | Downloading... |
465 | 2023-12-19T16:19:42.337Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
466 | 2023-12-19T16:19:42.337Z | + 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 |
467 | 2023-12-19T16:19:42.516Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
468 | 2023-12-19T16:19:42.522Z | ++ case "$OSTYPE" in |
469 | 2023-12-19T16:19:42.522Z | ++ SHA=sha256sum |
470 | 2023-12-19T16:19:42.522Z | ++ sha256sum |
471 | 2023-12-19T16:19:42.522Z | ++ awk '{print $1}' |
472 | 2023-12-19T16:19:42.522Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
473 | 2023-12-19T16:19:42.523Z | + [[ 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 ]] |
474 | 2023-12-19T16:19:42.534Z | + set -o errexit |
475 | 2023-12-19T16:19:42.558Z | +++ dirname ./tools/ci_download_dendrite_openapi |
476 | 2023-12-19T16:19:42.558Z | ++ cd ./tools |
477 | 2023-12-19T16:19:42.558Z | ++ pwd |
478 | 2023-12-19T16:19:42.559Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
479 | 2023-12-19T16:19:42.559Z | ++ basename ./tools/ci_download_dendrite_openapi |
480 | 2023-12-19T16:19:42.573Z | + ARG0=ci_download_dendrite_openapi |
481 | 2023-12-19T16:19:42.573Z | + TARGET_DIR=out |
482 | 2023-12-19T16:19:42.573Z | + DOWNLOAD_DIR=out/downloads |
483 | 2023-12-19T16:19:42.573Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
484 | 2023-12-19T16:19:42.573Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
485 | 2023-12-19T16:19:42.573Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
486 | 2023-12-19T16:19:42.578Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
487 | 2023-12-19T16:19:42.578Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
488 | 2023-12-19T16:19:42.578Z | + main |
489 | 2023-12-19T16:19:42.578Z | + [[ 0 != 0 ]] |
490 | 2023-12-19T16:19:42.579Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
491 | 2023-12-19T16:19:42.579Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
492 | 2023-12-19T16:19:42.579Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
493 | 2023-12-19T16:19:42.579Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
494 | 2023-12-19T16:19:42.579Z | + local DO_DOWNLOAD=true |
495 | 2023-12-19T16:19:42.579Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
496 | 2023-12-19T16:19:42.579Z | + mkdir -p out/downloads |
497 | 2023-12-19T16:19:42.580Z | + '[' true == true ']' |
498 | 2023-12-19T16:19:42.580Z | + echo Downloading... |
499 | 2023-12-19T16:19:42.580Z | Downloading... |
500 | 2023-12-19T16:19:42.581Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
501 | 2023-12-19T16:19:42.582Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
502 | 2023-12-19T16:19:42.786Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
503 | 2023-12-19T16:19:42.786Z | ++ case "$OSTYPE" in |
504 | 2023-12-19T16:19:42.796Z | ++ SHA=sha256sum |
505 | 2023-12-19T16:19:42.799Z | ++ sha256sum |
506 | 2023-12-19T16:19:42.799Z | ++ awk '{print $1}' |
507 | 2023-12-19T16:19:42.799Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
508 | 2023-12-19T16:19:42.800Z | + [[ 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 ]] |
509 | 2023-12-19T16:19:42.807Z | + set -o errexit |
510 | 2023-12-19T16:19:42.807Z | +++ dirname ./tools/ci_download_dendrite_stub |
511 | 2023-12-19T16:19:42.813Z | ++ cd ./tools |
512 | 2023-12-19T16:19:42.813Z | ++ pwd |
513 | 2023-12-19T16:19:42.813Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
514 | 2023-12-19T16:19:42.813Z | ++ basename ./tools/ci_download_dendrite_stub |
515 | 2023-12-19T16:19:42.814Z | + ARG0=ci_download_dendrite_stub |
516 | 2023-12-19T16:19:42.814Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
517 | 2023-12-19T16:19:42.814Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
518 | 2023-12-19T16:19:42.814Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
519 | 2023-12-19T16:19:42.814Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
520 | 2023-12-19T16:19:42.815Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
521 | 2023-12-19T16:19:42.815Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
522 | 2023-12-19T16:19:42.815Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
523 | 2023-12-19T16:19:42.815Z | + TARGET_DIR=out |
524 | 2023-12-19T16:19:42.816Z | + DOWNLOAD_DIR=out/downloads |
525 | 2023-12-19T16:19:42.816Z | + DEST_DIR=./out/dendrite-stub |
526 | 2023-12-19T16:19:42.816Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
527 | 2023-12-19T16:19:42.816Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
528 | 2023-12-19T16:19:42.817Z | + REPO=oxidecomputer/dendrite |
529 | 2023-12-19T16:19:42.817Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
530 | 2023-12-19T16:19:42.817Z | + main |
531 | 2023-12-19T16:19:42.817Z | + [[ 0 != 0 ]] |
532 | 2023-12-19T16:19:42.818Z | + CIDL_OS=solaris2.11 |
533 | 2023-12-19T16:19:42.818Z | + [[ 0 != 0 ]] |
534 | 2023-12-19T16:19:42.818Z | + configure_os solaris2.11 |
535 | 2023-12-19T16:19:42.818Z | + echo 'current directory: /work/oxidecomputer/omicron' |
536 | 2023-12-19T16:19:42.829Z | current directory: /work/oxidecomputer/omicron |
537 | 2023-12-19T16:19:42.829Z | + echo 'configuring based on OS: "solaris2.11"' |
538 | 2023-12-19T16:19:42.829Z | configuring based on OS: "solaris2.11" |
539 | 2023-12-19T16:19:42.829Z | + case "$1" in |
540 | 2023-12-19T16:19:42.829Z | + SET_BINARIES= |
541 | 2023-12-19T16:19:42.830Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
542 | 2023-12-19T16:19:42.830Z | + CIDL_SHA256FUNC=do_sha256sum |
543 | 2023-12-19T16:19:42.830Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
544 | 2023-12-19T16:19:42.830Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
545 | 2023-12-19T16:19:42.830Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
546 | 2023-12-19T16:19:42.831Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
547 | 2023-12-19T16:19:42.831Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
548 | 2023-12-19T16:19:42.831Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
549 | 2023-12-19T16:19:42.831Z | + mkdir -p out/downloads |
550 | 2023-12-19T16:19:42.831Z | Local file: out/downloads/dendrite-stub.tar.gz |
551 | 2023-12-19T16:19:42.831Z | + mkdir -p ./out/dendrite-stub |
552 | 2023-12-19T16:19:42.832Z | + fetch_and_verify |
553 | 2023-12-19T16:19:42.832Z | + local DO_DOWNLOAD=true |
554 | 2023-12-19T16:19:42.832Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
555 | 2023-12-19T16:19:42.834Z | + '[' true == true ']' |
556 | 2023-12-19T16:19:42.834Z | + echo Downloading... |
557 | 2023-12-19T16:19:42.834Z | Downloading... |
558 | 2023-12-19T16:19:42.834Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
559 | 2023-12-19T16:19:42.835Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
560 | 2023-12-19T16:19:48.177Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
561 | 2023-12-19T16:19:48.189Z | ++ sha256sum |
562 | 2023-12-19T16:19:48.190Z | ++ awk '{print $1}' |
563 | 2023-12-19T16:19:48.268Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
564 | 2023-12-19T16:19:48.269Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
565 | 2023-12-19T16:19:48.269Z | + do_untar out/downloads/dendrite-stub.tar.gz |
566 | 2023-12-19T16:19:48.272Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
567 | 2023-12-19T16:19:49.398Z | + do_assemble |
568 | 2023-12-19T16:19:49.398Z | + rm -r ./out/dendrite-stub |
569 | 2023-12-19T16:19:49.405Z | + mkdir ./out/dendrite-stub |
570 | 2023-12-19T16:19:49.409Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
571 | 2023-12-19T16:19:49.591Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
572 | 2023-12-19T16:19:49.603Z | + set -o errexit |
573 | 2023-12-19T16:19:49.607Z | +++ dirname ./tools/ci_download_maghemite_mgd |
574 | 2023-12-19T16:19:49.611Z | ++ cd ./tools |
575 | 2023-12-19T16:19:49.611Z | ++ pwd |
576 | 2023-12-19T16:19:49.611Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
577 | 2023-12-19T16:19:49.612Z | ++ basename ./tools/ci_download_maghemite_mgd |
578 | 2023-12-19T16:19:49.618Z | + ARG0=ci_download_maghemite_mgd |
579 | 2023-12-19T16:19:49.618Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
580 | 2023-12-19T16:19:49.618Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
581 | 2023-12-19T16:19:49.618Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
582 | 2023-12-19T16:19:49.618Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
583 | 2023-12-19T16:19:49.618Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
584 | 2023-12-19T16:19:49.618Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
585 | 2023-12-19T16:19:49.618Z | + TARGET_DIR=out |
586 | 2023-12-19T16:19:49.618Z | + DOWNLOAD_DIR=out/downloads |
587 | 2023-12-19T16:19:49.618Z | + DEST_DIR=./out/mgd |
588 | 2023-12-19T16:19:49.618Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
589 | 2023-12-19T16:19:49.618Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
590 | 2023-12-19T16:19:49.618Z | + REPO=oxidecomputer/maghemite |
591 | 2023-12-19T16:19:49.619Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
592 | 2023-12-19T16:19:49.619Z | + main |
593 | 2023-12-19T16:19:49.619Z | + [[ 0 != 0 ]] |
594 | 2023-12-19T16:19:49.619Z | + CIDL_OS=solaris2.11 |
595 | 2023-12-19T16:19:49.619Z | + [[ 0 != 0 ]] |
596 | 2023-12-19T16:19:49.619Z | + configure_os solaris2.11 |
597 | 2023-12-19T16:19:49.620Z | + echo 'current directory: /work/oxidecomputer/omicron' |
598 | 2023-12-19T16:19:49.620Z | current directory: /work/oxidecomputer/omicron |
599 | 2023-12-19T16:19:49.620Z | configuring based on OS: "solaris2.11" |
600 | 2023-12-19T16:19:49.620Z | + echo 'configuring based on OS: "solaris2.11"' |
601 | 2023-12-19T16:19:49.620Z | + case "$1" in |
602 | 2023-12-19T16:19:49.620Z | + SET_BINARIES= |
603 | 2023-12-19T16:19:49.621Z | + CIDL_SHA256FUNC=do_sha256sum |
604 | 2023-12-19T16:19:49.621Z | + TARBALL_FILENAME=mgd.tar.gz |
605 | 2023-12-19T16:19:49.621Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
606 | 2023-12-19T16:19:49.621Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
607 | 2023-12-19T16:19:49.622Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
608 | 2023-12-19T16:19:49.622Z | Local file: out/downloads/mgd.tar.gz |
609 | 2023-12-19T16:19:49.622Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
610 | 2023-12-19T16:19:49.622Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
611 | 2023-12-19T16:19:49.622Z | + mkdir -p out/downloads |
612 | 2023-12-19T16:19:49.627Z | + mkdir -p ./out/mgd |
613 | 2023-12-19T16:19:49.627Z | + fetch_and_verify |
614 | 2023-12-19T16:19:49.627Z | + local DO_DOWNLOAD=true |
615 | 2023-12-19T16:19:49.627Z | + [[ -f out/downloads/mgd.tar.gz ]] |
616 | 2023-12-19T16:19:49.627Z | + '[' true == true ']' |
617 | 2023-12-19T16:19:49.627Z | + echo Downloading... |
618 | 2023-12-19T16:19:49.627Z | Downloading... |
619 | 2023-12-19T16:19:49.627Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
620 | 2023-12-19T16:19:49.627Z | + 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 |
621 | 2023-12-19T16:19:54.535Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
622 | 2023-12-19T16:19:54.538Z | ++ sha256sum |
623 | 2023-12-19T16:19:54.538Z | ++ awk '{print $1}' |
624 | 2023-12-19T16:19:54.618Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
625 | 2023-12-19T16:19:54.618Z | + [[ 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 ]] |
626 | 2023-12-19T16:19:54.621Z | + do_untar out/downloads/mgd.tar.gz |
627 | 2023-12-19T16:19:54.621Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
628 | 2023-12-19T16:19:55.285Z | + do_assemble |
629 | 2023-12-19T16:19:55.285Z | + rm -r ./out/mgd |
630 | 2023-12-19T16:19:55.288Z | + mkdir ./out/mgd |
631 | 2023-12-19T16:19:55.291Z | + cp -r out/downloads/root ./out/mgd/root |
632 | 2023-12-19T16:19:55.540Z | + set -o errexit |
633 | 2023-12-19T16:19:55.546Z | +++ dirname ./tools/ci_download_transceiver_control |
634 | 2023-12-19T16:19:55.550Z | ++ cd ./tools |
635 | 2023-12-19T16:19:55.550Z | ++ pwd |
636 | 2023-12-19T16:19:55.550Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
637 | 2023-12-19T16:19:55.550Z | ++ basename ./tools/ci_download_transceiver_control |
638 | 2023-12-19T16:19:55.550Z | + ARG0=ci_download_transceiver_control |
639 | 2023-12-19T16:19:55.550Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
640 | 2023-12-19T16:19:55.550Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
641 | 2023-12-19T16:19:55.550Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
642 | 2023-12-19T16:19:55.555Z | + TARGET_DIR=out |
643 | 2023-12-19T16:19:55.555Z | + DOWNLOAD_DIR=out/downloads |
644 | 2023-12-19T16:19:55.555Z | + DEST_DIR=./out/transceiver-control |
645 | 2023-12-19T16:19:55.555Z | + BIN_DIR=/opt/oxide/bin |
646 | 2023-12-19T16:19:55.555Z | + BINARY=xcvradm |
647 | 2023-12-19T16:19:55.555Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
648 | 2023-12-19T16:19:55.555Z | + REPO=oxidecomputer/transceiver-control |
649 | 2023-12-19T16:19:55.555Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
650 | 2023-12-19T16:19:55.555Z | + main |
651 | 2023-12-19T16:19:55.555Z | + [[ 0 != 0 ]] |
652 | 2023-12-19T16:19:55.555Z | + CIDL_OS=solaris2.11 |
653 | 2023-12-19T16:19:55.555Z | + [[ 0 != 0 ]] |
654 | 2023-12-19T16:19:55.555Z | + configure_os solaris2.11 |
655 | 2023-12-19T16:19:55.555Z | + echo 'current directory: /work/oxidecomputer/omicron' |
656 | 2023-12-19T16:19:55.555Z | current directory: /work/oxidecomputer/omicron |
657 | 2023-12-19T16:19:55.555Z | + echo 'configuring based on OS: "solaris2.11"' |
658 | 2023-12-19T16:19:55.555Z | configuring based on OS: "solaris2.11" |
659 | 2023-12-19T16:19:55.555Z | + case "$1" in |
660 | 2023-12-19T16:19:55.555Z | + SET_BINARIES= |
661 | 2023-12-19T16:19:55.555Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
662 | 2023-12-19T16:19:55.556Z | + CIDL_SHA256FUNC=do_sha256sum |
663 | 2023-12-19T16:19:55.556Z | + ARCHIVE_FILENAME=xcvradm.gz |
664 | 2023-12-19T16:19:55.556Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2023-12-19T16:19:55.556Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
666 | 2023-12-19T16:19:55.556Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
667 | 2023-12-19T16:19:55.556Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
668 | 2023-12-19T16:19:55.556Z | + echo 'Local file: out/downloads/xcvradm.gz' |
669 | 2023-12-19T16:19:55.556Z | + mkdir -p out/downloads |
670 | 2023-12-19T16:19:55.556Z | Local file: out/downloads/xcvradm.gz |
671 | 2023-12-19T16:19:55.560Z | + mkdir -p ./out/transceiver-control |
672 | 2023-12-19T16:19:55.560Z | + fetch_and_verify |
673 | 2023-12-19T16:19:55.560Z | + local DO_DOWNLOAD=true |
674 | 2023-12-19T16:19:55.560Z | + [[ -f out/downloads/xcvradm.gz ]] |
675 | 2023-12-19T16:19:55.560Z | + '[' true == true ']' |
676 | 2023-12-19T16:19:55.560Z | + echo Downloading... |
677 | 2023-12-19T16:19:55.560Z | Downloading... |
678 | 2023-12-19T16:19:55.560Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
679 | 2023-12-19T16:19:55.560Z | + 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 |
680 | 2023-12-19T16:19:56.666Z | ++ do_sha256sum out/downloads/xcvradm.gz |
681 | 2023-12-19T16:19:56.669Z | ++ sha256sum |
682 | 2023-12-19T16:19:56.669Z | ++ awk '{print $1}' |
683 | 2023-12-19T16:19:56.693Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
684 | 2023-12-19T16:19:56.694Z | + [[ 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 ]] |
685 | 2023-12-19T16:19:56.695Z | + do_unpack out/downloads/xcvradm.gz |
686 | 2023-12-19T16:19:56.698Z | + mkdir -p out/downloads/root//opt/oxide/bin |
687 | 2023-12-19T16:19:56.698Z | + gzip -dc out/downloads/xcvradm.gz |
688 | 2023-12-19T16:19:56.881Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
689 | 2023-12-19T16:19:56.884Z | + do_assemble |
690 | 2023-12-19T16:19:56.885Z | + rm -r ./out/transceiver-control |
691 | 2023-12-19T16:19:56.888Z | + mkdir ./out/transceiver-control |
692 | 2023-12-19T16:19:56.894Z | + cp -r out/downloads/root ./out/transceiver-control/root |
693 | 2023-12-19T16:19:57.151Z | All prerequisites installed successfully |
694 | 2023-12-19T16:19:57.155Z | |
695 | 2023-12-19T16:19:57.155Z | real 1:53.726430137 |
696 | 2023-12-19T16:19:57.156Z | user 59.531266826 |
697 | 2023-12-19T16:19:57.156Z | sys 11.135906958 |
698 | 2023-12-19T16:19:57.156Z | trap 0.028741042 |
699 | 2023-12-19T16:19:57.156Z | tflt 0.197963952 |
700 | 2023-12-19T16:19:57.156Z | dflt 0.634663302 |
701 | 2023-12-19T16:19:57.156Z | kflt 0.267612039 |
702 | 2023-12-19T16:19:57.156Z | lock 1.852924895 |
703 | 2023-12-19T16:19:57.156Z | slp 3:15.090188989 |
704 | 2023-12-19T16:19:57.156Z | lat 3.432187969 |
705 | 2023-12-19T16:19:57.156Z | stop 0.089806768 |
706 | 2023-12-19T16:19:57.156Z | + ptime -m ./tools/ci_download_softnpu_machinery |
707 | 2023-12-19T16:19:57.166Z | fetching npuzone |
708 | 2023-12-19T16:19:57.176Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
709 | 2023-12-19T16:19:57.176Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
710 | 2023-12-19T16:19:57.176Z | Getting hash for npuzone |
711 | 2023-12-19T16:19:57.390Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
712 | 2023-12-19T16:20:04.237Z | npuzone downloaded successfully |
713 | 2023-12-19T16:20:04.243Z | |
714 | 2023-12-19T16:20:04.243Z | real 7.087468304 |
715 | 2023-12-19T16:20:04.243Z | user 0.548116907 |
716 | 2023-12-19T16:20:04.243Z | sys 0.154422681 |
717 | 2023-12-19T16:20:04.243Z | trap 0.000094166 |
718 | 2023-12-19T16:20:04.247Z | tflt 0.000000000 |
719 | 2023-12-19T16:20:04.247Z | dflt 0.000000000 |
720 | 2023-12-19T16:20:04.247Z | kflt 0.000000000 |
721 | 2023-12-19T16:20:04.247Z | lock 0.000000000 |
722 | 2023-12-19T16:20:04.247Z | slp 20.427025359 |
723 | 2023-12-19T16:20:04.247Z | lat 0.088564683 |
724 | 2023-12-19T16:20:04.247Z | stop 0.000339554 |
725 | 2023-12-19T16:20:04.247Z | + export CARGO_INCREMENTAL=0 |
726 | 2023-12-19T16:20:04.248Z | + CARGO_INCREMENTAL=0 |
727 | 2023-12-19T16:20:04.248Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
728 | 2023-12-19T16:20:04.636Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
729 | 2023-12-19T16:20:05.036Z | Updating crates.io index |
730 | 2023-12-19T16:20:05.043Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
731 | 2023-12-19T16:20:05.910Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
732 | 2023-12-19T16:20:08.405Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
733 | 2023-12-19T16:20:08.663Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
734 | 2023-12-19T16:20:10.006Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
735 | 2023-12-19T16:20:10.299Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
736 | 2023-12-19T16:20:10.628Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
737 | 2023-12-19T16:20:11.523Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
738 | 2023-12-19T16:20:13.809Z | Updating git repository `https://github.com/oxidecomputer/opte` |
739 | 2023-12-19T16:20:14.839Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
740 | 2023-12-19T16:20:15.183Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
741 | 2023-12-19T16:20:15.779Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
742 | 2023-12-19T16:20:16.170Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
743 | 2023-12-19T16:20:16.460Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
744 | 2023-12-19T16:20:16.801Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
745 | 2023-12-19T16:20:17.218Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
746 | 2023-12-19T16:20:17.562Z | Updating git repository `https://github.com/njaremko/samael` |
747 | 2023-12-19T16:20:18.032Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
748 | 2023-12-19T16:20:18.778Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
749 | 2023-12-19T16:20:19.188Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
750 | 2023-12-19T16:20:19.588Z | Updating git repository `https://github.com/jgallagher/nix` |
751 | 2023-12-19T16:20:20.841Z | Updating git repository `https://github.com/cbiffle/hubpack` |
752 | 2023-12-19T16:20:21.240Z | Updating git repository `https://github.com/oxidecomputer/typify` |
753 | 2023-12-19T16:20:23.200Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
754 | 2023-12-19T16:20:23.601Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
755 | 2023-12-19T16:20:24.043Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
756 | 2023-12-19T16:20:25.921Z | Downloading crates ... |
757 | 2023-12-19T16:20:26.209Z | Downloaded colorchoice v1.0.0 |
758 | 2023-12-19T16:20:26.220Z | Downloaded crucible-workspace-hack v0.1.0 |
759 | 2023-12-19T16:20:26.239Z | Downloaded iana-time-zone v0.1.57 |
760 | 2023-12-19T16:20:26.248Z | Downloaded kstat-rs v0.2.3 |
761 | 2023-12-19T16:20:26.254Z | Downloaded clap_derive v4.4.2 |
762 | 2023-12-19T16:20:26.265Z | Downloaded libloading v0.7.4 |
763 | 2023-12-19T16:20:26.274Z | Downloaded bzip2 v0.4.4 |
764 | 2023-12-19T16:20:26.284Z | Downloaded signal-hook-tokio v0.3.1 |
765 | 2023-12-19T16:20:26.288Z | Downloaded sec1 v0.7.3 |
766 | 2023-12-19T16:20:26.296Z | Downloaded semver v1.0.20 |
767 | 2023-12-19T16:20:26.303Z | Downloaded assert_matches v1.5.0 |
768 | 2023-12-19T16:20:26.308Z | Downloaded slog-json v2.6.1 |
769 | 2023-12-19T16:20:26.314Z | Downloaded async-stream-impl v0.3.5 |
770 | 2023-12-19T16:20:26.317Z | Downloaded ciborium-io v0.2.1 |
771 | 2023-12-19T16:20:26.320Z | Downloaded atty v0.2.14 |
772 | 2023-12-19T16:20:26.324Z | Downloaded openssl-probe v0.1.5 |
773 | 2023-12-19T16:20:26.327Z | Downloaded array-init v0.0.4 |
774 | 2023-12-19T16:20:26.330Z | Downloaded atomicwrites v0.4.2 |
775 | 2023-12-19T16:20:26.334Z | Downloaded cexpr v0.6.0 |
776 | 2023-12-19T16:20:26.338Z | Downloaded number_prefix v0.4.0 |
777 | 2023-12-19T16:20:26.342Z | Downloaded indexmap v2.1.0 |
778 | 2023-12-19T16:20:26.354Z | Downloaded newtype_derive v0.1.6 |
779 | 2023-12-19T16:20:26.359Z | Downloaded oso-derive v0.27.0 |
780 | 2023-12-19T16:20:26.359Z | Downloaded num_threads v0.1.6 |
781 | 2023-12-19T16:20:26.362Z | Downloaded take_mut v0.2.2 |
782 | 2023-12-19T16:20:26.366Z | Downloaded async-stream v0.3.5 |
783 | 2023-12-19T16:20:26.372Z | Downloaded cfg-if v1.0.0 |
784 | 2023-12-19T16:20:26.377Z | Downloaded chacha20 v0.9.1 |
785 | 2023-12-19T16:20:26.377Z | Downloaded bb8 v0.8.1 |
786 | 2023-12-19T16:20:26.385Z | Downloaded nodrop v0.1.14 |
787 | 2023-12-19T16:20:26.398Z | Downloaded atomic-waker v1.1.1 |
788 | 2023-12-19T16:20:26.398Z | Downloaded cassowary v0.3.0 |
789 | 2023-12-19T16:20:26.398Z | Downloaded autocfg v1.1.0 |
790 | 2023-12-19T16:20:26.410Z | Downloaded buf-list v1.0.3 |
791 | 2023-12-19T16:20:26.410Z | Downloaded spin v0.5.2 |
792 | 2023-12-19T16:20:26.414Z | Downloaded colored v2.0.4 |
793 | 2023-12-19T16:20:26.414Z | Downloaded num v0.4.1 |
794 | 2023-12-19T16:20:26.417Z | Downloaded slog-envlogger v2.2.0 |
795 | 2023-12-19T16:20:26.421Z | Downloaded anstyle-query v1.0.0 |
796 | 2023-12-19T16:20:26.424Z | Downloaded serde_urlencoded v0.7.1 |
797 | 2023-12-19T16:20:26.429Z | Downloaded backoff v0.4.0 |
798 | 2023-12-19T16:20:26.435Z | Downloaded thread-id v4.2.0 |
799 | 2023-12-19T16:20:26.439Z | Downloaded anstyle-parse v0.2.1 |
800 | 2023-12-19T16:20:26.444Z | Downloaded radium v0.7.0 |
801 | 2023-12-19T16:20:26.448Z | Downloaded darling v0.20.3 |
802 | 2023-12-19T16:20:26.457Z | Downloaded macaddr v1.0.1 |
803 | 2023-12-19T16:20:26.464Z | Downloaded camino-tempfile v1.1.1 |
804 | 2023-12-19T16:20:26.468Z | Downloaded sha2 v0.10.8 |
805 | 2023-12-19T16:20:26.471Z | Downloaded try-lock v0.2.4 |
806 | 2023-12-19T16:20:26.475Z | Downloaded num-iter v0.1.43 |
807 | 2023-12-19T16:20:26.478Z | Downloaded chacha20poly1305 v0.10.1 |
808 | 2023-12-19T16:20:26.482Z | Downloaded semver v0.11.0 |
809 | 2023-12-19T16:20:26.485Z | Downloaded num_enum_derive v0.5.11 |
810 | 2023-12-19T16:20:26.491Z | Downloaded supports-color v2.1.0 |
811 | 2023-12-19T16:20:26.498Z | Downloaded structmeta-derive v0.2.0 |
812 | 2023-12-19T16:20:26.498Z | Downloaded waitgroup v0.1.2 |
813 | 2023-12-19T16:20:26.506Z | Downloaded zeroize_derive v1.4.2 |
814 | 2023-12-19T16:20:26.506Z | Downloaded pretty-hex v0.2.1 |
815 | 2023-12-19T16:20:26.506Z | Downloaded signature v2.1.0 |
816 | 2023-12-19T16:20:26.509Z | Downloaded unicode-xid v0.2.4 |
817 | 2023-12-19T16:20:26.509Z | Downloaded paste v1.0.14 |
818 | 2023-12-19T16:20:26.515Z | Downloaded crc-any v2.4.3 |
819 | 2023-12-19T16:20:26.523Z | Downloaded num-traits v0.2.16 |
820 | 2023-12-19T16:20:26.527Z | Downloaded pretty-hex v0.4.0 |
821 | 2023-12-19T16:20:26.531Z | Downloaded zone_cfg_derive v0.3.0 |
822 | 2023-12-19T16:20:26.535Z | Downloaded blake2 v0.10.6 |
823 | 2023-12-19T16:20:26.539Z | Downloaded unicode-width v0.1.11 |
824 | 2023-12-19T16:20:26.543Z | Downloaded spki v0.7.2 |
825 | 2023-12-19T16:20:26.546Z | Downloaded strum v0.25.0 |
826 | 2023-12-19T16:20:26.553Z | Downloaded num-rational v0.4.1 |
827 | 2023-12-19T16:20:26.557Z | Downloaded rustversion v1.0.14 |
828 | 2023-12-19T16:20:26.560Z | Downloaded resolv-conf v0.7.0 |
829 | 2023-12-19T16:20:26.563Z | Downloaded packed_struct v0.10.1 |
830 | 2023-12-19T16:20:26.567Z | Downloaded rpassword v7.3.1 |
831 | 2023-12-19T16:20:26.571Z | Downloaded heck v0.3.3 |
832 | 2023-12-19T16:20:26.575Z | Downloaded rustc_version v0.1.7 |
833 | 2023-12-19T16:20:26.575Z | Downloaded untrusted v0.9.0 |
834 | 2023-12-19T16:20:26.578Z | Downloaded siphasher v0.3.11 |
835 | 2023-12-19T16:20:26.582Z | Downloaded quick-error v1.2.3 |
836 | 2023-12-19T16:20:26.585Z | Downloaded arc-swap v1.6.0 |
837 | 2023-12-19T16:20:26.590Z | Downloaded vte_generate_state_changes v0.1.1 |
838 | 2023-12-19T16:20:26.597Z | Downloaded mockall_derive v0.12.0 |
839 | 2023-12-19T16:20:26.601Z | Downloaded env_logger v0.10.0 |
840 | 2023-12-19T16:20:26.605Z | Downloaded pin-project-internal v1.1.3 |
841 | 2023-12-19T16:20:26.608Z | Downloaded debug-ignore v1.0.5 |
842 | 2023-12-19T16:20:26.611Z | Downloaded want v0.3.1 |
843 | 2023-12-19T16:20:26.615Z | Downloaded path-slash v0.1.5 |
844 | 2023-12-19T16:20:26.615Z | Downloaded scopeguard v1.2.0 |
845 | 2023-12-19T16:20:26.618Z | Downloaded futures-core v0.3.29 |
846 | 2023-12-19T16:20:26.622Z | Downloaded filetime v0.2.23 |
847 | 2023-12-19T16:20:26.625Z | Downloaded getopts v0.2.21 |
848 | 2023-12-19T16:20:26.629Z | Downloaded tinyvec v1.6.0 |
849 | 2023-12-19T16:20:26.637Z | Downloaded rustc-hash v1.1.0 |
850 | 2023-12-19T16:20:26.642Z | Downloaded foreign-types-shared v0.1.1 |
851 | 2023-12-19T16:20:26.642Z | Downloaded hex v0.4.3 |
852 | 2023-12-19T16:20:26.646Z | Downloaded smawk v0.3.1 |
853 | 2023-12-19T16:20:26.646Z | Downloaded utf8parse v0.2.1 |
854 | 2023-12-19T16:20:26.649Z | Downloaded swrite v0.1.0 |
855 | 2023-12-19T16:20:26.649Z | Downloaded strum_macros v0.25.2 |
856 | 2023-12-19T16:20:26.653Z | Downloaded futures-executor v0.3.29 |
857 | 2023-12-19T16:20:26.657Z | Downloaded data-encoding v2.4.0 |
858 | 2023-12-19T16:20:26.660Z | Downloaded display-error-chain v0.2.0 |
859 | 2023-12-19T16:20:26.664Z | Downloaded diesel_table_macro_syntax v0.1.0 |
860 | 2023-12-19T16:20:26.664Z | Downloaded thread_local v1.1.7 |
861 | 2023-12-19T16:20:26.667Z | Downloaded thiserror v1.0.49 |
862 | 2023-12-19T16:20:26.675Z | Downloaded unicase v2.7.0 |
863 | 2023-12-19T16:20:26.678Z | Downloaded slog-stdlog v4.1.1 |
864 | 2023-12-19T16:20:26.685Z | Downloaded rand_chacha v0.3.1 |
865 | 2023-12-19T16:20:26.688Z | Downloaded ref-cast-impl v1.0.20 |
866 | 2023-12-19T16:20:26.688Z | Downloaded proc-macro2 v1.0.69 |
867 | 2023-12-19T16:20:26.697Z | Downloaded serde-big-array v0.4.1 |
868 | 2023-12-19T16:20:26.700Z | Downloaded ed25519 v1.5.3 |
869 | 2023-12-19T16:20:26.705Z | Downloaded time-core v0.1.1 |
870 | 2023-12-19T16:20:26.705Z | Downloaded darling_core v0.14.4 |
871 | 2023-12-19T16:20:26.709Z | Downloaded form_urlencoded v1.2.1 |
872 | 2023-12-19T16:20:26.713Z | Downloaded crossbeam-channel v0.5.8 |
873 | 2023-12-19T16:20:26.720Z | Downloaded darling_macro v0.20.3 |
874 | 2023-12-19T16:20:26.724Z | Downloaded parse-display v0.8.2 |
875 | 2023-12-19T16:20:26.731Z | Downloaded digest v0.10.7 |
876 | 2023-12-19T16:20:26.731Z | Downloaded toml v0.8.8 |
877 | 2023-12-19T16:20:26.734Z | Downloaded usdt-attr-macro v0.3.5 |
878 | 2023-12-19T16:20:26.738Z | Downloaded toolchain_find v0.2.0 |
879 | 2023-12-19T16:20:26.741Z | Downloaded packed_struct_codegen v0.10.1 |
880 | 2023-12-19T16:20:26.741Z | Downloaded thiserror-impl v1.0.49 |
881 | 2023-12-19T16:20:26.745Z | Downloaded textwrap v0.11.0 |
882 | 2023-12-19T16:20:26.749Z | Downloaded vte v0.10.1 |
883 | 2023-12-19T16:20:26.754Z | Downloaded whoami v1.4.1 |
884 | 2023-12-19T16:20:26.761Z | Downloaded sqlparser_derive v0.1.1 |
885 | 2023-12-19T16:20:26.761Z | Downloaded predicates v3.0.4 |
886 | 2023-12-19T16:20:26.770Z | Downloaded serde-big-array v0.5.1 |
887 | 2023-12-19T16:20:26.777Z | Downloaded tokio-native-tls v0.3.1 |
888 | 2023-12-19T16:20:26.777Z | Downloaded errno v0.3.2 |
889 | 2023-12-19T16:20:26.778Z | Downloaded tar v0.4.40 |
890 | 2023-12-19T16:20:26.782Z | Downloaded serde_plain v1.0.2 |
891 | 2023-12-19T16:20:26.782Z | Downloaded ena v0.14.2 |
892 | 2023-12-19T16:20:26.785Z | Downloaded tabled_derive v0.6.0 |
893 | 2023-12-19T16:20:26.789Z | Downloaded derive_builder_macro v0.12.0 |
894 | 2023-12-19T16:20:26.789Z | Downloaded rand_core v0.6.4 |
895 | 2023-12-19T16:20:26.794Z | Downloaded smallvec v1.11.2 |
896 | 2023-12-19T16:20:26.799Z | Downloaded strum_macros v0.24.3 |
897 | 2023-12-19T16:20:26.811Z | Downloaded smf v0.2.2 |
898 | 2023-12-19T16:20:26.811Z | Downloaded olpc-cjson v0.1.3 |
899 | 2023-12-19T16:20:26.811Z | Downloaded untrusted v0.7.1 |
900 | 2023-12-19T16:20:26.811Z | Downloaded tokio-rustls v0.24.1 |
901 | 2023-12-19T16:20:26.819Z | Downloaded toml_edit v0.21.0 |
902 | 2023-12-19T16:20:26.861Z | Downloaded phf_shared v0.10.0 |
903 | 2023-12-19T16:20:26.867Z | Downloaded fragile v2.0.0 |
904 | 2023-12-19T16:20:26.867Z | Downloaded structopt-derive v0.4.18 |
905 | 2023-12-19T16:20:26.867Z | Downloaded equivalent v1.0.1 |
906 | 2023-12-19T16:20:26.873Z | Downloaded fs-err v2.11.0 |
907 | 2023-12-19T16:20:26.873Z | Downloaded universal-hash v0.5.1 |
908 | 2023-12-19T16:20:26.880Z | Downloaded defmt-parser v0.3.3 |
909 | 2023-12-19T16:20:26.880Z | Downloaded itertools v0.10.5 |
910 | 2023-12-19T16:20:26.891Z | Downloaded precomputed-hash v0.1.1 |
911 | 2023-12-19T16:20:26.891Z | Downloaded fallible-iterator v0.2.0 |
912 | 2023-12-19T16:20:26.899Z | Downloaded generic-array v0.14.7 |
913 | 2023-12-19T16:20:26.899Z | Downloaded futures-task v0.3.29 |
914 | 2023-12-19T16:20:26.904Z | Downloaded serde_repr v0.1.16 |
915 | 2023-12-19T16:20:26.904Z | Downloaded futures-channel v0.3.29 |
916 | 2023-12-19T16:20:26.904Z | Downloaded pem-rfc7468 v0.7.0 |
917 | 2023-12-19T16:20:26.908Z | Downloaded pkcs8 v0.10.2 |
918 | 2023-12-19T16:20:26.913Z | Downloaded ron v0.8.1 |
919 | 2023-12-19T16:20:26.924Z | Downloaded dtrace-parser v0.1.14 |
920 | 2023-12-19T16:20:26.928Z | Downloaded xattr v1.0.1 |
921 | 2023-12-19T16:20:26.931Z | Downloaded textwrap v0.16.0 |
922 | 2023-12-19T16:20:26.934Z | Downloaded http-body v0.4.5 |
923 | 2023-12-19T16:20:26.937Z | Downloaded headers-core v0.2.0 |
924 | 2023-12-19T16:20:26.940Z | Downloaded pem v3.0.2 |
925 | 2023-12-19T16:20:26.940Z | Downloaded sct v0.7.0 |
926 | 2023-12-19T16:20:26.947Z | Downloaded trust-dns-resolver v0.22.0 |
927 | 2023-12-19T16:20:26.955Z | Downloaded difflib v0.4.0 |
928 | 2023-12-19T16:20:26.961Z | Downloaded funty v2.0.0 |
929 | 2023-12-19T16:20:26.969Z | Downloaded predicates-tree v1.0.9 |
930 | 2023-12-19T16:20:26.970Z | Downloaded home v0.5.5 |
931 | 2023-12-19T16:20:26.970Z | Downloaded vec_map v0.8.2 |
932 | 2023-12-19T16:20:26.970Z | Downloaded usdt-impl v0.3.5 |
933 | 2023-12-19T16:20:26.970Z | Downloaded unicode-ident v1.0.12 |
934 | 2023-12-19T16:20:26.981Z | Downloaded foreign-types-macros v0.2.3 |
935 | 2023-12-19T16:20:26.982Z | Downloaded rustls-native-certs v0.6.3 |
936 | 2023-12-19T16:20:26.985Z | Downloaded once_cell v1.19.0 |
937 | 2023-12-19T16:20:26.985Z | Downloaded signal-hook v0.3.17 |
938 | 2023-12-19T16:20:26.989Z | Downloaded downcast v0.11.0 |
939 | 2023-12-19T16:20:26.995Z | Downloaded version_check v0.9.4 |
940 | 2023-12-19T16:20:26.999Z | Downloaded sha1 v0.10.6 |
941 | 2023-12-19T16:20:26.999Z | Downloaded synstructure v0.12.6 |
942 | 2023-12-19T16:20:26.999Z | Downloaded r2d2 v0.8.10 |
943 | 2023-12-19T16:20:27.004Z | Downloaded pin-utils v0.1.0 |
944 | 2023-12-19T16:20:27.004Z | Downloaded pin-project-lite v0.2.13 |
945 | 2023-12-19T16:20:27.013Z | Downloaded httpdate v1.0.3 |
946 | 2023-12-19T16:20:27.016Z | Downloaded futures v0.3.29 |
947 | 2023-12-19T16:20:27.024Z | Downloaded same-file v1.0.6 |
948 | 2023-12-19T16:20:27.030Z | Downloaded rusty-fork v0.3.0 |
949 | 2023-12-19T16:20:27.034Z | Downloaded serde_derive_internals v0.26.0 |
950 | 2023-12-19T16:20:27.034Z | Downloaded unsafe-libyaml v0.2.9 |
951 | 2023-12-19T16:20:27.041Z | Downloaded usdt-macro v0.3.5 |
952 | 2023-12-19T16:20:27.048Z | Downloaded elliptic-curve v0.13.8 |
953 | 2023-12-19T16:20:27.054Z | Downloaded enum-as-inner v0.5.1 |
954 | 2023-12-19T16:20:27.061Z | Downloaded nom v7.1.3 |
955 | 2023-12-19T16:20:27.065Z | Downloaded rustc-demangle v0.1.23 |
956 | 2023-12-19T16:20:27.069Z | Downloaded strsim v0.8.0 |
957 | 2023-12-19T16:20:27.069Z | Downloaded flate2 v1.0.28 |
958 | 2023-12-19T16:20:27.077Z | Downloaded httparse v1.8.0 |
959 | 2023-12-19T16:20:27.082Z | Downloaded pkcs1 v0.7.5 |
960 | 2023-12-19T16:20:27.087Z | Downloaded postgres-protocol v0.6.6 |
961 | 2023-12-19T16:20:27.147Z | Downloaded trust-dns-client v0.22.0 |
962 | 2023-12-19T16:20:27.154Z | Downloaded typenum v1.16.0 |
963 | 2023-12-19T16:20:27.154Z | Downloaded vsss-rs v3.3.2 |
964 | 2023-12-19T16:20:27.154Z | Downloaded slog-async v2.8.0 |
965 | 2023-12-19T16:20:27.154Z | Downloaded ryu v1.0.15 |
966 | 2023-12-19T16:20:27.155Z | Downloaded phf v0.11.2 |
967 | 2023-12-19T16:20:27.155Z | Downloaded pest_generator v2.7.2 |
968 | 2023-12-19T16:20:27.155Z | Downloaded der_derive v0.7.2 |
969 | 2023-12-19T16:20:27.155Z | Downloaded tracing-core v0.1.31 |
970 | 2023-12-19T16:20:27.155Z | Downloaded parking_lot v0.11.2 |
971 | 2023-12-19T16:20:27.155Z | Downloaded typed-path v0.7.0 |
972 | 2023-12-19T16:20:27.160Z | Downloaded pest_meta v2.7.2 |
973 | 2023-12-19T16:20:27.160Z | Downloaded test-strategy v0.3.1 |
974 | 2023-12-19T16:20:27.168Z | Downloaded pin-project v1.1.3 |
975 | 2023-12-19T16:20:27.198Z | Downloaded uuid v1.6.1 |
976 | 2023-12-19T16:20:27.206Z | Downloaded serde v1.0.193 |
977 | 2023-12-19T16:20:27.212Z | Downloaded headers v0.3.9 |
978 | 2023-12-19T16:20:27.224Z | Downloaded x509-cert v0.2.4 |
979 | 2023-12-19T16:20:27.236Z | Downloaded reedline v0.22.0 |
980 | 2023-12-19T16:20:27.246Z | Downloaded zerocopy v0.7.31 |
981 | 2023-12-19T16:20:27.298Z | Downloaded rayon v1.8.0 |
982 | 2023-12-19T16:20:27.304Z | Downloaded serde_with v3.4.0 |
983 | 2023-12-19T16:20:27.308Z | Downloaded winnow v0.5.15 |
984 | 2023-12-19T16:20:27.324Z | Downloaded http v0.2.11 |
985 | 2023-12-19T16:20:27.330Z | Downloaded hashbrown v0.12.3 |
986 | 2023-12-19T16:20:27.338Z | Downloaded pest v2.7.2 |
987 | 2023-12-19T16:20:27.348Z | Downloaded openssl v0.10.60 |
988 | 2023-12-19T16:20:27.366Z | Downloaded futures-util v0.3.29 |
989 | 2023-12-19T16:20:27.389Z | Downloaded petgraph v0.6.4 |
990 | 2023-12-19T16:20:27.413Z | Downloaded object v0.30.4 |
991 | 2023-12-19T16:20:27.432Z | Downloaded nix v0.26.4 |
992 | 2023-12-19T16:20:27.518Z | Downloaded syn v2.0.32 |
993 | 2023-12-19T16:20:27.522Z | Downloaded smoltcp v0.10.0 |
994 | 2023-12-19T16:20:27.522Z | Downloaded vcpkg v0.2.15 |
995 | 2023-12-19T16:20:27.575Z | Downloaded regex-syntax v0.7.5 |
996 | 2023-12-19T16:20:27.591Z | Downloaded sled v0.34.7 |
997 | 2023-12-19T16:20:27.611Z | Downloaded polar-core v0.27.0 |
998 | 2023-12-19T16:20:27.626Z | Downloaded regex-syntax v0.6.29 |
999 | 2023-12-19T16:20:27.641Z | Downloaded zerocopy-derive v0.7.31 |
1000 | 2023-12-19T16:20:27.670Z | Downloaded zerocopy-derive v0.6.4 |
1001 | 2023-12-19T16:20:27.681Z | Downloaded zerocopy-derive v0.2.0 |
1002 | 2023-12-19T16:20:27.698Z | Downloaded libc v0.2.151 |
1003 | 2023-12-19T16:20:27.749Z | Downloaded regex-automata v0.3.8 |
1004 | 2023-12-19T16:20:27.781Z | Downloaded regex-automata v0.4.3 |
1005 | 2023-12-19T16:20:27.814Z | Downloaded tokio v1.35.0 |
1006 | 2023-12-19T16:20:27.880Z | Downloaded sha3 v0.10.8 |
1007 | 2023-12-19T16:20:27.892Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1008 | 2023-12-19T16:20:27.916Z | Downloaded encoding_rs v0.8.33 |
1009 | 2023-12-19T16:20:27.957Z | Downloaded diesel v2.1.4 |
1010 | 2023-12-19T16:20:27.989Z | Downloaded rustls v0.21.9 |
1011 | 2023-12-19T16:20:28.013Z | Downloaded rustix v0.38.25 |
1012 | 2023-12-19T16:20:28.052Z | Downloaded regex-syntax v0.8.2 |
1013 | 2023-12-19T16:20:28.065Z | Downloaded bstr v1.6.0 |
1014 | 2023-12-19T16:20:28.085Z | Downloaded rustix v0.37.23 |
1015 | 2023-12-19T16:20:28.129Z | Downloaded webpki-roots v0.25.2 |
1016 | 2023-12-19T16:20:28.133Z | Downloaded ratatui v0.23.0 |
1017 | 2023-12-19T16:20:28.189Z | Downloaded openapiv3 v2.0.0 |
1018 | 2023-12-19T16:20:28.199Z | Downloaded radix_trie v0.2.1 |
1019 | 2023-12-19T16:20:28.199Z | Downloaded syn v1.0.109 |
1020 | 2023-12-19T16:20:28.204Z | Downloaded trust-dns-proto v0.22.0 |
1021 | 2023-12-19T16:20:28.219Z | Downloaded bstr v0.2.17 |
1022 | 2023-12-19T16:20:28.237Z | Downloaded regress v0.7.1 |
1023 | 2023-12-19T16:20:28.250Z | Downloaded regex v1.10.2 |
1024 | 2023-12-19T16:20:28.273Z | Downloaded curve25519-dalek v4.1.1 |
1025 | 2023-12-19T16:20:28.289Z | Downloaded gimli v0.28.0 |
1026 | 2023-12-19T16:20:28.304Z | Downloaded rustls-webpki v0.101.7 |
1027 | 2023-12-19T16:20:28.336Z | Downloaded idna v0.2.3 |
1028 | 2023-12-19T16:20:28.349Z | Downloaded idna v0.5.0 |
1029 | 2023-12-19T16:20:28.361Z | Downloaded clap v2.34.0 |
1030 | 2023-12-19T16:20:28.375Z | Downloaded lalrpop v0.19.12 |
1031 | 2023-12-19T16:20:28.396Z | Downloaded smoltcp v0.9.1 |
1032 | 2023-12-19T16:20:28.413Z | Downloaded tokio-util v0.7.10 |
1033 | 2023-12-19T16:20:28.424Z | Downloaded portable-atomic v1.4.3 |
1034 | 2023-12-19T16:20:28.435Z | Downloaded proptest v1.4.0 |
1035 | 2023-12-19T16:20:28.467Z | Downloaded quick-xml v0.23.1 |
1036 | 2023-12-19T16:20:28.483Z | Downloaded bindgen v0.65.1 |
1037 | 2023-12-19T16:20:28.483Z | Downloaded tabled v0.14.0 |
1038 | 2023-12-19T16:20:28.503Z | Downloaded hkdf v0.12.3 |
1039 | 2023-12-19T16:20:28.508Z | Downloaded h2 v0.3.21 |
1040 | 2023-12-19T16:20:28.520Z | Downloaded salty v0.2.0 |
1041 | 2023-12-19T16:20:28.529Z | Downloaded ring v0.17.7 |
1042 | 2023-12-19T16:20:28.668Z | Downloaded regex-automata v0.1.10 |
1043 | 2023-12-19T16:20:28.678Z | Downloaded hashbrown v0.14.2 |
1044 | 2023-12-19T16:20:28.688Z | Downloaded rsa v0.9.2 |
1045 | 2023-12-19T16:20:28.700Z | Downloaded der v0.7.8 |
1046 | 2023-12-19T16:20:28.706Z | Downloaded rustyline v12.0.0 |
1047 | 2023-12-19T16:20:28.716Z | Downloaded chrono v0.4.31 |
1048 | 2023-12-19T16:20:28.731Z | Downloaded ring v0.16.20 |
1049 | 2023-12-19T16:20:28.898Z | Downloaded steno v0.4.0 |
1050 | 2023-12-19T16:20:28.907Z | Downloaded hyper v0.14.27 |
1051 | 2023-12-19T16:20:29.337Z | Downloaded unicode_categories v0.1.1 |
1052 | 2023-12-19T16:20:29.355Z | Downloaded serde_with_macros v3.4.0 |
1053 | 2023-12-19T16:20:29.355Z | Downloaded socket2 v0.5.5 |
1054 | 2023-12-19T16:20:29.355Z | Downloaded reqwest v0.11.22 |
1055 | 2023-12-19T16:20:29.355Z | Downloaded object v0.32.1 |
1056 | 2023-12-19T16:20:29.355Z | Downloaded serde_derive v1.0.193 |
1057 | 2023-12-19T16:20:29.355Z | Downloaded prettyplease v0.2.12 |
1058 | 2023-12-19T16:20:29.355Z | Downloaded time v0.3.27 |
1059 | 2023-12-19T16:20:29.355Z | Downloaded libm v0.2.7 |
1060 | 2023-12-19T16:20:29.357Z | Downloaded postcard v1.0.8 |
1061 | 2023-12-19T16:20:29.357Z | Downloaded similar v2.3.0 |
1062 | 2023-12-19T16:20:29.357Z | Downloaded dof v0.1.5 |
1063 | 2023-12-19T16:20:29.357Z | Downloaded serde_json v1.0.108 |
1064 | 2023-12-19T16:20:29.357Z | Downloaded unicode-normalization v0.1.22 |
1065 | 2023-12-19T16:20:29.357Z | Downloaded libxml v0.3.3 |
1066 | 2023-12-19T16:20:29.357Z | Downloaded clap_builder v4.4.2 |
1067 | 2023-12-19T16:20:29.357Z | Downloaded poly1305 v0.8.0 |
1068 | 2023-12-19T16:20:29.357Z | Downloaded password-hash v0.5.0 |
1069 | 2023-12-19T16:20:29.357Z | Downloaded signal-hook-mio v0.2.3 |
1070 | 2023-12-19T16:20:29.357Z | Downloaded tokio-postgres v0.7.10 |
1071 | 2023-12-19T16:20:29.357Z | Downloaded serde_yaml v0.9.25 |
1072 | 2023-12-19T16:20:29.357Z | Downloaded dirs-next v2.0.0 |
1073 | 2023-12-19T16:20:29.357Z | Downloaded defmt v0.3.5 |
1074 | 2023-12-19T16:20:29.358Z | Downloaded derive_builder_core v0.12.0 |
1075 | 2023-12-19T16:20:29.358Z | Downloaded getrandom v0.2.10 |
1076 | 2023-12-19T16:20:29.358Z | Downloaded derive_more v0.99.17 |
1077 | 2023-12-19T16:20:29.358Z | Downloaded derive-where v1.2.6 |
1078 | 2023-12-19T16:20:29.358Z | Downloaded serde_spanned v0.6.4 |
1079 | 2023-12-19T16:20:29.358Z | Downloaded snafu v0.7.5 |
1080 | 2023-12-19T16:20:29.358Z | Downloaded itertools v0.12.0 |
1081 | 2023-12-19T16:20:29.358Z | Downloaded futures-sink v0.3.29 |
1082 | 2023-12-19T16:20:29.358Z | Downloaded parse-display-derive v0.8.2 |
1083 | 2023-12-19T16:20:29.358Z | Downloaded postgres-types v0.2.6 |
1084 | 2023-12-19T16:20:29.358Z | Downloaded darling_core v0.20.3 |
1085 | 2023-12-19T16:20:29.358Z | Downloaded strsim v0.10.0 |
1086 | 2023-12-19T16:20:29.358Z | Downloaded embedded-io v0.4.0 |
1087 | 2023-12-19T16:20:29.358Z | Downloaded tough v0.16.0 |
1088 | 2023-12-19T16:20:29.360Z | Downloaded wyz v0.5.1 |
1089 | 2023-12-19T16:20:29.360Z | Downloaded static_assertions v1.1.0 |
1090 | 2023-12-19T16:20:29.360Z | Downloaded rand_xorshift v0.3.0 |
1091 | 2023-12-19T16:20:29.360Z | Downloaded stable_deref_trait v1.2.0 |
1092 | 2023-12-19T16:20:29.360Z | Downloaded proc-macro-error-attr v1.0.4 |
1093 | 2023-12-19T16:20:29.360Z | Downloaded fixedbitset v0.4.2 |
1094 | 2023-12-19T16:20:29.360Z | Downloaded dirs-sys-next v0.1.2 |
1095 | 2023-12-19T16:20:29.360Z | Downloaded owo-colors v3.5.0 |
1096 | 2023-12-19T16:20:29.360Z | Downloaded time-macros v0.2.13 |
1097 | 2023-12-19T16:20:29.360Z | Downloaded unicode-segmentation v1.10.1 |
1098 | 2023-12-19T16:20:29.360Z | Downloaded derive_builder v0.12.0 |
1099 | 2023-12-19T16:20:29.360Z | Downloaded parking_lot v0.12.1 |
1100 | 2023-12-19T16:20:29.360Z | Downloaded yasna v0.5.2 |
1101 | 2023-12-19T16:20:29.360Z | Downloaded rcgen v0.11.3 |
1102 | 2023-12-19T16:20:29.360Z | Downloaded hashbrown v0.13.2 |
1103 | 2023-12-19T16:20:29.360Z | Downloaded slog-bunyan v2.4.0 |
1104 | 2023-12-19T16:20:29.361Z | Downloaded tokio-tungstenite v0.20.1 |
1105 | 2023-12-19T16:20:29.361Z | Downloaded scheduled-thread-pool v0.2.7 |
1106 | 2023-12-19T16:20:29.361Z | Downloaded ref-cast v1.0.20 |
1107 | 2023-12-19T16:20:29.361Z | Downloaded secrecy v0.8.0 |
1108 | 2023-12-19T16:20:29.361Z | Downloaded rayon-core v1.12.0 |
1109 | 2023-12-19T16:20:29.361Z | Downloaded smallvec v0.6.14 |
1110 | 2023-12-19T16:20:29.361Z | Downloaded heapless v0.7.16 |
1111 | 2023-12-19T16:20:29.361Z | Downloaded url v2.5.0 |
1112 | 2023-12-19T16:20:29.361Z | Downloaded trust-dns-server v0.22.1 |
1113 | 2023-12-19T16:20:29.361Z | Downloaded bitvec v1.0.1 |
1114 | 2023-12-19T16:20:29.361Z | Downloaded platforms v3.0.2 |
1115 | 2023-12-19T16:20:29.361Z | Downloaded pkg-config v0.3.27 |
1116 | 2023-12-19T16:20:29.362Z | Downloaded usdt v0.3.5 |
1117 | 2023-12-19T16:20:29.362Z | Downloaded fnv v1.0.7 |
1118 | 2023-12-19T16:20:29.362Z | Downloaded tempfile v3.8.1 |
1119 | 2023-12-19T16:20:29.362Z | Downloaded signature v1.6.4 |
1120 | 2023-12-19T16:20:29.362Z | Downloaded fastrand v2.0.0 |
1121 | 2023-12-19T16:20:29.362Z | Downloaded flume v0.11.0 |
1122 | 2023-12-19T16:20:29.362Z | Downloaded rand v0.8.5 |
1123 | 2023-12-19T16:20:29.362Z | Downloaded toml_edit v0.19.15 |
1124 | 2023-12-19T16:20:29.435Z | Downloaded thiserror-impl-no-std v2.0.2 |
1125 | 2023-12-19T16:20:29.443Z | Downloaded minimal-lexical v0.2.1 |
1126 | 2023-12-19T16:20:29.444Z | Downloaded zerocopy v0.6.4 |
1127 | 2023-12-19T16:20:29.454Z | Downloaded schemars_derive v0.8.13 |
1128 | 2023-12-19T16:20:29.454Z | Downloaded futures-io v0.3.29 |
1129 | 2023-12-19T16:20:29.455Z | Downloaded pest_derive v2.7.2 |
1130 | 2023-12-19T16:20:29.459Z | Downloaded crossterm v0.26.1 |
1131 | 2023-12-19T16:20:29.475Z | Downloaded highway v1.1.0 |
1132 | 2023-12-19T16:20:29.481Z | Downloaded tungstenite v0.20.1 |
1133 | 2023-12-19T16:20:29.486Z | Downloaded which v4.4.0 |
1134 | 2023-12-19T16:20:29.486Z | Downloaded semver-parser v0.10.2 |
1135 | 2023-12-19T16:20:29.493Z | Downloaded rustls-pemfile v1.0.3 |
1136 | 2023-12-19T16:20:29.498Z | Downloaded rtoolbox v0.0.1 |
1137 | 2023-12-19T16:20:29.498Z | Downloaded structmeta v0.2.0 |
1138 | 2023-12-19T16:20:29.499Z | Downloaded proc-macro-crate v1.3.1 |
1139 | 2023-12-19T16:20:29.503Z | Downloaded semver v0.1.20 |
1140 | 2023-12-19T16:20:29.503Z | Downloaded hash32 v0.2.1 |
1141 | 2023-12-19T16:20:29.509Z | Downloaded fatfs v0.3.6 |
1142 | 2023-12-19T16:20:29.509Z | Downloaded foreign-types v0.3.2 |
1143 | 2023-12-19T16:20:29.521Z | Downloaded utf-8 v0.7.6 |
1144 | 2023-12-19T16:20:29.522Z | Downloaded crossterm v0.27.0 |
1145 | 2023-12-19T16:20:29.528Z | Downloaded tracing v0.1.37 |
1146 | 2023-12-19T16:20:29.533Z | Downloaded memchr v2.6.3 |
1147 | 2023-12-19T16:20:29.539Z | Downloaded zip v0.6.6 |
1148 | 2023-12-19T16:20:29.547Z | Downloaded tokio-stream v0.1.14 |
1149 | 2023-12-19T16:20:29.555Z | Downloaded spin v0.9.8 |
1150 | 2023-12-19T16:20:29.559Z | Downloaded deranged v0.3.8 |
1151 | 2023-12-19T16:20:29.562Z | Downloaded foreign-types v0.5.0 |
1152 | 2023-12-19T16:20:29.566Z | Downloaded slog-term v2.9.0 |
1153 | 2023-12-19T16:20:29.573Z | Downloaded unicode-bidi v0.3.13 |
1154 | 2023-12-19T16:20:29.576Z | Downloaded diesel_derives v2.1.2 |
1155 | 2023-12-19T16:20:29.580Z | Downloaded mio v0.8.9 |
1156 | 2023-12-19T16:20:29.586Z | Downloaded papergrid v0.10.0 |
1157 | 2023-12-19T16:20:29.596Z | Downloaded ucd-trie v0.1.6 |
1158 | 2023-12-19T16:20:29.601Z | Downloaded hmac v0.12.1 |
1159 | 2023-12-19T16:20:29.605Z | Downloaded toml v0.7.8 |
1160 | 2023-12-19T16:20:29.609Z | Downloaded endian-type v0.1.2 |
1161 | 2023-12-19T16:20:29.619Z | Downloaded slog-dtrace v0.2.3 |
1162 | 2023-12-19T16:20:29.619Z | Downloaded termcolor v1.2.0 |
1163 | 2023-12-19T16:20:29.623Z | Downloaded either v1.9.0 |
1164 | 2023-12-19T16:20:29.623Z | Downloaded ppv-lite86 v0.2.17 |
1165 | 2023-12-19T16:20:29.623Z | Downloaded defmt-macros v0.3.6 |
1166 | 2023-12-19T16:20:29.626Z | Downloaded phf_shared v0.11.2 |
1167 | 2023-12-19T16:20:29.626Z | Downloaded rustc_version v0.4.0 |
1168 | 2023-12-19T16:20:29.631Z | Downloaded strip-ansi-escapes v0.1.1 |
1169 | 2023-12-19T16:20:29.631Z | Downloaded slog v2.7.0 |
1170 | 2023-12-19T16:20:29.635Z | Downloaded parking_lot_core v0.8.6 |
1171 | 2023-12-19T16:20:29.639Z | Downloaded base64 v0.21.5 |
1172 | 2023-12-19T16:20:29.648Z | Downloaded cc v1.0.83 |
1173 | 2023-12-19T16:20:29.652Z | Downloaded backtrace v0.3.69 |
1174 | 2023-12-19T16:20:29.662Z | Downloaded unarray v0.1.4 |
1175 | 2023-12-19T16:20:29.666Z | Downloaded tracing-attributes v0.1.26 |
1176 | 2023-12-19T16:20:29.670Z | Downloaded peeking_take_while v0.1.2 |
1177 | 2023-12-19T16:20:29.673Z | Downloaded foreign-types-shared v0.3.1 |
1178 | 2023-12-19T16:20:29.673Z | Downloaded quote v1.0.33 |
1179 | 2023-12-19T16:20:29.677Z | Downloaded proc-macro-error v1.0.4 |
1180 | 2023-12-19T16:20:29.682Z | Downloaded parking_lot_core v0.9.8 |
1181 | 2023-12-19T16:20:29.687Z | Downloaded globset v0.4.13 |
1182 | 2023-12-19T16:20:29.691Z | Downloaded indicatif v0.17.7 |
1183 | 2023-12-19T16:20:29.700Z | Downloaded term v0.7.0 |
1184 | 2023-12-19T16:20:29.705Z | Downloaded diff v0.1.13 |
1185 | 2023-12-19T16:20:29.708Z | Downloaded futures-macro v0.3.29 |
1186 | 2023-12-19T16:20:29.712Z | Downloaded tokio-macros v2.2.0 |
1187 | 2023-12-19T16:20:29.712Z | Downloaded glob v0.3.1 |
1188 | 2023-12-19T16:20:29.715Z | Downloaded dyn-clone v1.0.13 |
1189 | 2023-12-19T16:20:29.719Z | Downloaded percent-encoding v2.3.1 |
1190 | 2023-12-19T16:20:29.719Z | Downloaded fd-lock v3.0.13 |
1191 | 2023-12-19T16:20:29.729Z | Downloaded darling_macro v0.14.4 |
1192 | 2023-12-19T16:20:29.734Z | Downloaded rustfmt-wrapper v0.2.0 |
1193 | 2023-12-19T16:20:29.734Z | Downloaded socket2 v0.4.9 |
1194 | 2023-12-19T16:20:29.734Z | Downloaded half v1.8.2 |
1195 | 2023-12-19T16:20:29.738Z | Downloaded zerocopy v0.3.0 |
1196 | 2023-12-19T16:20:29.738Z | Downloaded doc-comment v0.3.3 |
1197 | 2023-12-19T16:20:29.738Z | Downloaded predicates-core v1.0.6 |
1198 | 2023-12-19T16:20:29.742Z | Downloaded ff v0.13.0 |
1199 | 2023-12-19T16:20:29.742Z | Downloaded fxhash v0.2.1 |
1200 | 2023-12-19T16:20:29.745Z | Downloaded zone v0.3.0 |
1201 | 2023-12-19T16:20:29.745Z | Downloaded zeroize v1.7.0 |
1202 | 2023-12-19T16:20:29.749Z | Downloaded num-bigint v0.4.4 |
1203 | 2023-12-19T16:20:29.754Z | Downloaded sqlparser v0.36.1 |
1204 | 2023-12-19T16:20:29.765Z | Downloaded bytes v1.5.0 |
1205 | 2023-12-19T16:20:29.770Z | Downloaded miniz_oxide v0.7.1 |
1206 | 2023-12-19T16:20:29.774Z | Downloaded oso v0.27.0 |
1207 | 2023-12-19T16:20:29.783Z | Downloaded hostname v0.3.1 |
1208 | 2023-12-19T16:20:29.787Z | Downloaded structopt v0.3.26 |
1209 | 2023-12-19T16:20:29.798Z | Downloaded shell-words v1.1.0 |
1210 | 2023-12-19T16:20:29.801Z | Downloaded heck v0.4.1 |
1211 | 2023-12-19T16:20:29.805Z | Downloaded omicron-zone-package v0.9.1 |
1212 | 2023-12-19T16:20:29.808Z | Downloaded serde_tokenstream v0.1.7 |
1213 | 2023-12-19T16:20:29.813Z | Downloaded schemars v0.8.13 |
1214 | 2023-12-19T16:20:29.833Z | Downloaded indexmap v1.9.3 |
1215 | 2023-12-19T16:20:29.840Z | Downloaded clang-sys v1.6.1 |
1216 | 2023-12-19T16:20:29.844Z | Downloaded num-complex v0.4.4 |
1217 | 2023-12-19T16:20:29.848Z | Downloaded itertools v0.11.0 |
1218 | 2023-12-19T16:20:29.860Z | Downloaded snafu-derive v0.7.5 |
1219 | 2023-12-19T16:20:29.870Z | Downloaded ahash v0.8.6 |
1220 | 2023-12-19T16:20:29.878Z | Downloaded toml v0.5.11 |
1221 | 2023-12-19T16:20:29.878Z | Downloaded float-cmp v0.9.0 |
1222 | 2023-12-19T16:20:29.890Z | Downloaded walkdir v2.4.0 |
1223 | 2023-12-19T16:20:29.890Z | Downloaded flagset v0.4.3 |
1224 | 2023-12-19T16:20:29.890Z | Downloaded tui-tree-widget v0.13.0 |
1225 | 2023-12-19T16:20:29.890Z | Downloaded hubpack v0.1.2 |
1226 | 2023-12-19T16:20:29.890Z | Downloaded is-terminal v0.4.9 |
1227 | 2023-12-19T16:20:29.903Z | Downloaded crypto-bigint v0.5.2 |
1228 | 2023-12-19T16:20:29.903Z | Downloaded nu-ansi-term v0.49.0 |
1229 | 2023-12-19T16:20:29.909Z | Downloaded mime_guess v2.0.4 |
1230 | 2023-12-19T16:20:29.909Z | Downloaded crossbeam-utils v0.8.16 |
1231 | 2023-12-19T16:20:29.915Z | Downloaded addr2line v0.21.0 |
1232 | 2023-12-19T16:20:29.919Z | Downloaded lock_api v0.4.10 |
1233 | 2023-12-19T16:20:29.919Z | Downloaded ipnet v2.8.0 |
1234 | 2023-12-19T16:20:29.922Z | Downloaded group v0.13.0 |
1235 | 2023-12-19T16:20:29.926Z | Downloaded clap v4.4.3 |
1236 | 2023-12-19T16:20:29.941Z | Downloaded wait-timeout v0.2.0 |
1237 | 2023-12-19T16:20:29.944Z | Downloaded log v0.4.20 |
1238 | 2023-12-19T16:20:29.948Z | Downloaded unicode-linebreak v0.1.5 |
1239 | 2023-12-19T16:20:29.951Z | Downloaded anyhow v1.0.75 |
1240 | 2023-12-19T16:20:29.957Z | Downloaded io-lifetimes v1.0.11 |
1241 | 2023-12-19T16:20:29.961Z | Downloaded native-tls v0.2.11 |
1242 | 2023-12-19T16:20:29.965Z | Downloaded console v0.15.7 |
1243 | 2023-12-19T16:20:29.970Z | Downloaded num_cpus v1.16.0 |
1244 | 2023-12-19T16:20:29.974Z | Downloaded sqlformat v0.2.3 |
1245 | 2023-12-19T16:20:29.978Z | Downloaded hyper-staticfile v0.9.5 |
1246 | 2023-12-19T16:20:29.981Z | Downloaded crossbeam-epoch v0.9.15 |
1247 | 2023-12-19T16:20:29.986Z | Downloaded block-buffer v0.10.4 |
1248 | 2023-12-19T16:20:29.989Z | Downloaded base64ct v1.6.0 |
1249 | 2023-12-19T16:20:29.992Z | Downloaded bcs v0.1.6 |
1250 | 2023-12-19T16:20:29.996Z | Downloaded http-range v0.1.5 |
1251 | 2023-12-19T16:20:29.999Z | Downloaded toml_datetime v0.6.5 |
1252 | 2023-12-19T16:20:30.002Z | Downloaded terminal_size v0.2.6 |
1253 | 2023-12-19T16:20:30.002Z | Downloaded tap v1.0.1 |
1254 | 2023-12-19T16:20:30.005Z | Downloaded subtle v2.5.0 |
1255 | 2023-12-19T16:20:30.005Z | Downloaded thiserror-no-std v2.0.2 |
1256 | 2023-12-19T16:20:30.015Z | Downloaded async-trait v0.1.74 |
1257 | 2023-12-19T16:20:30.023Z | Downloaded darling v0.14.4 |
1258 | 2023-12-19T16:20:30.028Z | Downloaded argon2 v0.5.2 |
1259 | 2023-12-19T16:20:30.031Z | Downloaded topological-sort v0.2.2 |
1260 | 2023-12-19T16:20:30.035Z | Downloaded termios v0.3.3 |
1261 | 2023-12-19T16:20:30.038Z | Downloaded serde_tokenstream v0.2.0 |
1262 | 2023-12-19T16:20:30.043Z | Downloaded multer v2.1.0 |
1263 | 2023-12-19T16:20:30.047Z | Downloaded maybe-uninit v2.0.0 |
1264 | 2023-12-19T16:20:30.052Z | Downloaded nanorand v0.7.0 |
1265 | 2023-12-19T16:20:30.055Z | Downloaded mockall v0.12.0 |
1266 | 2023-12-19T16:20:30.058Z | Downloaded memoffset v0.9.0 |
1267 | 2023-12-19T16:20:30.058Z | Downloaded maplit v1.0.2 |
1268 | 2023-12-19T16:20:30.061Z | Downloaded lru-cache v0.1.2 |
1269 | 2023-12-19T16:20:30.061Z | Downloaded cipher v0.4.4 |
1270 | 2023-12-19T16:20:30.064Z | Downloaded arrayvec v0.5.2 |
1271 | 2023-12-19T16:20:30.067Z | Downloaded string_cache v0.8.7 |
1272 | 2023-12-19T16:20:30.070Z | Downloaded serde_path_to_error v0.1.14 |
1273 | 2023-12-19T16:20:30.073Z | Downloaded signal-hook-registry v1.4.1 |
1274 | 2023-12-19T16:20:30.080Z | Downloaded num_enum v0.5.11 |
1275 | 2023-12-19T16:20:30.085Z | Downloaded num-integer v0.1.45 |
1276 | 2023-12-19T16:20:30.088Z | Downloaded ipnetwork v0.20.0 |
1277 | 2023-12-19T16:20:30.091Z | Downloaded crc v3.0.1 |
1278 | 2023-12-19T16:20:30.094Z | Downloaded crc32fast v1.3.2 |
1279 | 2023-12-19T16:20:30.097Z | Downloaded ansi_term v0.12.1 |
1280 | 2023-12-19T16:20:30.101Z | Downloaded slog-scope v4.4.0 |
1281 | 2023-12-19T16:20:30.104Z | Downloaded inout v0.1.3 |
1282 | 2023-12-19T16:20:30.107Z | Downloaded memoffset v0.7.1 |
1283 | 2023-12-19T16:20:30.107Z | Downloaded aead v0.5.2 |
1284 | 2023-12-19T16:20:30.110Z | Downloaded md-5 v0.10.5 |
1285 | 2023-12-19T16:20:30.113Z | Downloaded block-padding v0.3.3 |
1286 | 2023-12-19T16:20:30.113Z | Downloaded anstream v0.5.0 |
1287 | 2023-12-19T16:20:30.116Z | Downloaded ascii-canvas v3.0.0 |
1288 | 2023-12-19T16:20:30.119Z | Downloaded bit-vec v0.6.3 |
1289 | 2023-12-19T16:20:30.122Z | Downloaded tinyvec_macros v0.1.1 |
1290 | 2023-12-19T16:20:30.122Z | Downloaded openssl-sys v0.9.96 |
1291 | 2023-12-19T16:20:30.130Z | Downloaded base16ct v0.2.0 |
1292 | 2023-12-19T16:20:30.133Z | Downloaded termtree v0.4.1 |
1293 | 2023-12-19T16:20:30.137Z | Downloaded new_debug_unreachable v1.0.4 |
1294 | 2023-12-19T16:20:30.137Z | Downloaded match_cfg v0.1.0 |
1295 | 2023-12-19T16:20:30.137Z | Downloaded is_ci v1.1.1 |
1296 | 2023-12-19T16:20:30.140Z | Downloaded bitflags v1.3.2 |
1297 | 2023-12-19T16:20:30.146Z | Downloaded byteorder v1.5.0 |
1298 | 2023-12-19T16:20:30.150Z | Downloaded bytesize v1.3.0 |
1299 | 2023-12-19T16:20:30.150Z | Downloaded bytecount v0.6.3 |
1300 | 2023-12-19T16:20:30.153Z | Downloaded async-recursion v1.0.5 |
1301 | 2023-12-19T16:20:30.156Z | Downloaded subprocess v0.2.9 |
1302 | 2023-12-19T16:20:30.159Z | Downloaded num-derive v0.4.0 |
1303 | 2023-12-19T16:20:30.163Z | Downloaded mime v0.3.17 |
1304 | 2023-12-19T16:20:30.166Z | Downloaded lazy_static v1.4.0 |
1305 | 2023-12-19T16:20:30.169Z | Downloaded crossbeam-queue v0.3.8 |
1306 | 2023-12-19T16:20:30.172Z | Downloaded camino v1.1.6 |
1307 | 2023-12-19T16:20:30.175Z | Downloaded managed v0.8.0 |
1308 | 2023-12-19T16:20:30.179Z | Downloaded bit-set v0.5.3 |
1309 | 2023-12-19T16:20:30.179Z | Downloaded tower-service v0.3.2 |
1310 | 2023-12-19T16:20:30.182Z | Downloaded shlex v1.1.0 |
1311 | 2023-12-19T16:20:30.182Z | Downloaded opaque-debug v0.3.0 |
1312 | 2023-12-19T16:20:30.182Z | Downloaded normalize-line-endings v0.3.0 |
1313 | 2023-12-19T16:20:30.186Z | Downloaded openssl-macros v0.1.1 |
1314 | 2023-12-19T16:20:30.186Z | Downloaded matches v0.1.10 |
1315 | 2023-12-19T16:20:30.186Z | Downloaded ident_case v1.0.1 |
1316 | 2023-12-19T16:20:30.189Z | Downloaded hubpack_derive v0.1.1 |
1317 | 2023-12-19T16:20:30.189Z | Downloaded anstyle v1.0.2 |
1318 | 2023-12-19T16:20:30.192Z | Downloaded lalrpop-util v0.19.12 |
1319 | 2023-12-19T16:20:30.192Z | Downloaded instant v0.1.12 |
1320 | 2023-12-19T16:20:30.197Z | Downloaded cancel-safe-futures v0.1.5 |
1321 | 2023-12-19T16:20:30.204Z | Downloaded adler v1.0.2 |
1322 | 2023-12-19T16:20:30.208Z | Downloaded bitfield v0.14.0 |
1323 | 2023-12-19T16:20:30.208Z | Downloaded stringprep v0.1.3 |
1324 | 2023-12-19T16:20:30.208Z | Downloaded serde-hex v0.1.0 |
1325 | 2023-12-19T16:20:30.211Z | Downloaded tiny-keccak v2.0.2 |
1326 | 2023-12-19T16:20:30.215Z | Downloaded impl-trait-for-tuples v0.2.2 |
1327 | 2023-12-19T16:20:30.219Z | Downloaded crunchy v0.2.2 |
1328 | 2023-12-19T16:20:30.224Z | Downloaded aho-corasick v1.0.4 |
1329 | 2023-12-19T16:20:30.260Z | Downloaded slab v0.4.9 |
1330 | 2023-12-19T16:20:30.264Z | Downloaded itoa v1.0.9 |
1331 | 2023-12-19T16:20:30.264Z | Downloaded hyper-rustls v0.24.2 |
1332 | 2023-12-19T16:20:30.264Z | Downloaded corncobs v0.1.3 |
1333 | 2023-12-19T16:20:30.264Z | Downloaded num-bigint-dig v0.8.4 |
1334 | 2023-12-19T16:20:30.264Z | Downloaded linked-hash-map v0.5.6 |
1335 | 2023-12-19T16:20:30.264Z | Downloaded libefi-sys v0.1.0 |
1336 | 2023-12-19T16:20:30.264Z | Downloaded humantime v2.1.0 |
1337 | 2023-12-19T16:20:30.264Z | Downloaded libsw v3.3.0 |
1338 | 2023-12-19T16:20:30.264Z | Downloaded keccak v0.1.4 |
1339 | 2023-12-19T16:20:30.267Z | Downloaded crossbeam-deque v0.8.3 |
1340 | 2023-12-19T16:20:30.271Z | Downloaded nibble_vec v0.1.0 |
1341 | 2023-12-19T16:20:30.271Z | Downloaded linear-map v1.2.0 |
1342 | 2023-12-19T16:20:30.274Z | Downloaded lazycell v1.3.0 |
1343 | 2023-12-19T16:20:30.277Z | Downloaded indoc v1.0.9 |
1344 | 2023-12-19T16:20:30.280Z | Downloaded cstr-argument v0.1.2 |
1345 | 2023-12-19T16:20:30.284Z | Downloaded cookie v0.18.0 |
1346 | 2023-12-19T16:20:30.291Z | Downloaded const-oid v0.9.5 |
1347 | 2023-12-19T16:20:30.304Z | Downloaded bitflags v2.4.0 |
1348 | 2023-12-19T16:20:30.304Z | Downloaded ciborium v0.2.1 |
1349 | 2023-12-19T16:20:30.334Z | Downloaded indoc v2.0.3 |
1350 | 2023-12-19T16:20:30.334Z | Downloaded crypto-common v0.1.6 |
1351 | 2023-12-19T16:20:30.334Z | Downloaded clap_lex v0.5.1 |
1352 | 2023-12-19T16:20:30.334Z | Downloaded hyper-tls v0.5.0 |
1353 | 2023-12-19T16:20:30.346Z | Downloaded curve25519-dalek-derive v0.1.0 |
1354 | 2023-12-19T16:20:30.346Z | Downloaded crossbeam v0.8.2 |
1355 | 2023-12-19T16:20:30.347Z | Downloaded crc-catalog v2.2.0 |
1356 | 2023-12-19T16:20:30.347Z | Downloaded cpufeatures v0.2.9 |
1357 | 2023-12-19T16:20:30.347Z | Downloaded convert_case v0.4.0 |
1358 | 2023-12-19T16:20:30.347Z | Downloaded cobs v0.2.3 |
1359 | 2023-12-19T16:20:30.347Z | Downloaded ciborium-ll v0.2.1 |
1360 | 2023-12-19T16:20:30.733Z | Compiling proc-macro2 v1.0.69 |
1361 | 2023-12-19T16:20:30.733Z | Compiling unicode-ident v1.0.12 |
1362 | 2023-12-19T16:20:30.739Z | Compiling libc v0.2.151 |
1363 | 2023-12-19T16:20:30.739Z | Compiling serde v1.0.193 |
1364 | 2023-12-19T16:20:30.739Z | Compiling autocfg v1.1.0 |
1365 | 2023-12-19T16:20:30.739Z | Compiling cfg-if v1.0.0 |
1366 | 2023-12-19T16:20:30.767Z | Compiling version_check v0.9.4 |
1367 | 2023-12-19T16:20:30.974Z | Compiling syn v1.0.109 |
1368 | 2023-12-19T16:20:31.046Z | Compiling once_cell v1.19.0 |
1369 | 2023-12-19T16:20:31.113Z | Compiling parking_lot_core v0.9.8 |
1370 | 2023-12-19T16:20:31.660Z | Compiling libm v0.2.7 |
1371 | 2023-12-19T16:20:31.761Z | Compiling serde_json v1.0.108 |
1372 | 2023-12-19T16:20:31.874Z | Compiling lock_api v0.4.10 |
1373 | 2023-12-19T16:20:33.175Z | Compiling num-traits v0.2.16 |
1374 | 2023-12-19T16:20:33.179Z | Compiling typenum v1.16.0 |
1375 | 2023-12-19T16:20:33.179Z | Compiling futures-core v0.3.29 |
1376 | 2023-12-19T16:20:33.179Z | Compiling thiserror v1.0.49 |
1377 | 2023-12-19T16:20:33.599Z | Compiling scopeguard v1.2.0 |
1378 | 2023-12-19T16:20:33.671Z | Compiling generic-array v0.14.7 |
1379 | 2023-12-19T16:20:33.819Z | Compiling memchr v2.6.3 |
1380 | 2023-12-19T16:20:34.114Z | Compiling itoa v1.0.9 |
1381 | 2023-12-19T16:20:34.601Z | Compiling pkg-config v0.3.27 |
1382 | 2023-12-19T16:20:34.809Z | Compiling byteorder v1.5.0 |
1383 | 2023-12-19T16:20:34.870Z | Compiling quote v1.0.33 |
1384 | 2023-12-19T16:20:35.655Z | Compiling syn v2.0.32 |
1385 | 2023-12-19T16:20:35.921Z | Compiling cc v1.0.83 |
1386 | 2023-12-19T16:20:36.110Z | Compiling getrandom v0.2.10 |
1387 | 2023-12-19T16:20:36.801Z | Compiling slab v0.4.9 |
1388 | 2023-12-19T16:20:37.086Z | Compiling futures-channel v0.3.29 |
1389 | 2023-12-19T16:20:37.278Z | Compiling futures-task v0.3.29 |
1390 | 2023-12-19T16:20:37.589Z | Compiling futures-util v0.3.29 |
1391 | 2023-12-19T16:20:37.681Z | Compiling log v0.4.20 |
1392 | 2023-12-19T16:20:38.089Z | Compiling heck v0.4.1 |
1393 | 2023-12-19T16:20:38.699Z | Compiling ryu v1.0.15 |
1394 | 2023-12-19T16:20:38.726Z | Compiling pin-project-lite v0.2.13 |
1395 | 2023-12-19T16:20:39.025Z | Compiling smallvec v1.11.2 |
1396 | 2023-12-19T16:20:39.049Z | Compiling schemars v0.8.13 |
1397 | 2023-12-19T16:20:39.153Z | Compiling vcpkg v0.2.15 |
1398 | 2023-12-19T16:20:40.207Z | Compiling ring v0.17.7 |
1399 | 2023-12-19T16:20:40.926Z | Compiling parking_lot v0.12.1 |
1400 | 2023-12-19T16:20:41.852Z | Compiling semver v1.0.20 |
1401 | 2023-12-19T16:20:42.118Z | Compiling openssl-sys v0.9.96 |
1402 | 2023-12-19T16:20:42.599Z | Compiling rand_core v0.6.4 |
1403 | 2023-12-19T16:20:43.520Z | Compiling ring v0.16.20 |
1404 | 2023-12-19T16:20:44.600Z | Compiling indexmap v1.9.3 |
1405 | 2023-12-19T16:20:44.930Z | Compiling equivalent v1.0.1 |
1406 | 2023-12-19T16:20:44.977Z | Compiling hashbrown v0.14.2 |
1407 | 2023-12-19T16:20:45.286Z | Compiling ahash v0.8.6 |
1408 | 2023-12-19T16:20:45.795Z | Compiling httparse v1.8.0 |
1409 | 2023-12-19T16:20:46.532Z | Compiling mio v0.8.9 |
1410 | 2023-12-19T16:20:46.558Z | Compiling signal-hook-registry v1.4.1 |
1411 | 2023-12-19T16:20:46.996Z | Compiling num_cpus v1.16.0 |
1412 | 2023-12-19T16:20:47.185Z | Compiling socket2 v0.5.5 |
1413 | 2023-12-19T16:20:47.210Z | Compiling spin v0.5.2 |
1414 | 2023-12-19T16:20:47.826Z | Compiling openssl v0.10.60 |
1415 | 2023-12-19T16:20:47.840Z | Compiling fnv v1.0.7 |
1416 | 2023-12-19T16:20:48.391Z | Compiling serde_derive_internals v0.26.0 |
1417 | 2023-12-19T16:20:48.423Z | Compiling spin v0.9.8 |
1418 | 2023-12-19T16:20:49.212Z | Compiling rustls v0.21.9 |
1419 | 2023-12-19T16:20:49.242Z | Compiling iana-time-zone v0.1.57 |
1420 | 2023-12-19T16:20:49.706Z | Compiling const-oid v0.9.5 |
1421 | 2023-12-19T16:20:49.842Z | Compiling unicode-xid v0.2.4 |
1422 | 2023-12-19T16:20:50.007Z | Compiling ucd-trie v0.1.6 |
1423 | 2023-12-19T16:20:50.108Z | Compiling crossbeam-utils v0.8.16 |
1424 | 2023-12-19T16:20:50.353Z | Compiling native-tls v0.2.11 |
1425 | 2023-12-19T16:20:50.476Z | Compiling subtle v2.5.0 |
1426 | 2023-12-19T16:20:51.224Z | Compiling synstructure v0.12.6 |
1427 | 2023-12-19T16:20:52.427Z | Compiling futures-sink v0.3.29 |
1428 | 2023-12-19T16:20:52.586Z | Compiling io-lifetimes v1.0.11 |
1429 | 2023-12-19T16:20:52.861Z | Compiling backtrace v0.3.69 |
1430 | 2023-12-19T16:20:53.152Z | Compiling tinyvec_macros v0.1.1 |
1431 | 2023-12-19T16:20:53.286Z | Compiling winnow v0.5.15 |
1432 | 2023-12-19T16:20:53.321Z | Compiling rustix v0.38.25 |
1433 | 2023-12-19T16:20:53.364Z | Compiling dyn-clone v1.0.13 |
1434 | 2023-12-19T16:20:53.660Z | Compiling tinyvec v1.6.0 |
1435 | 2023-12-19T16:20:54.471Z | Compiling tracing-core v0.1.31 |
1436 | 2023-12-19T16:20:54.502Z | Compiling num-integer v0.1.45 |
1437 | 2023-12-19T16:20:54.718Z | Compiling memoffset v0.9.0 |
1438 | 2023-12-19T16:20:55.189Z | Compiling futures-io v0.3.29 |
1439 | 2023-12-19T16:20:55.343Z | Compiling pin-utils v0.1.0 |
1440 | 2023-12-19T16:20:55.623Z | Compiling rustix v0.37.23 |
1441 | 2023-12-19T16:20:56.451Z | Compiling unicode-normalization v0.1.22 |
1442 | 2023-12-19T16:20:56.513Z | Compiling usdt-impl v0.3.5 |
1443 | 2023-12-19T16:20:57.043Z | Compiling unicode-bidi v0.3.13 |
1444 | 2023-12-19T16:20:57.713Z | Compiling serde_derive v1.0.193 |
1445 | 2023-12-19T16:20:58.330Z | Compiling zeroize_derive v1.4.2 |
1446 | 2023-12-19T16:20:58.434Z | Compiling thiserror-impl v1.0.49 |
1447 | 2023-12-19T16:20:58.800Z | Compiling tokio-macros v2.2.0 |
1448 | 2023-12-19T16:20:58.942Z | Compiling futures-macro v0.3.29 |
1449 | 2023-12-19T16:20:59.061Z | Compiling tracing-attributes v0.1.26 |
1450 | 2023-12-19T16:20:59.197Z | Compiling schemars_derive v0.8.13 |
1451 | 2023-12-19T16:20:59.668Z | Compiling zerocopy-derive v0.7.31 |
1452 | 2023-12-19T16:21:01.012Z | Compiling zeroize v1.7.0 |
1453 | 2023-12-19T16:21:02.224Z | Compiling openssl-macros v0.1.1 |
1454 | 2023-12-19T16:21:02.979Z | Compiling zerocopy v0.7.31 |
1455 | 2023-12-19T16:21:03.362Z | Compiling pest v2.7.2 |
1456 | 2023-12-19T16:21:03.541Z | Compiling zerocopy-derive v0.2.0 |
1457 | 2023-12-19T16:21:03.906Z | Compiling crypto-common v0.1.6 |
1458 | 2023-12-19T16:21:04.202Z | Compiling der_derive v0.7.2 |
1459 | 2023-12-19T16:21:04.226Z | Compiling block-buffer v0.10.4 |
1460 | 2023-12-19T16:21:04.610Z | Compiling tracing v0.1.37 |
1461 | 2023-12-19T16:21:06.062Z | Compiling anyhow v1.0.75 |
1462 | 2023-12-19T16:21:06.470Z | Compiling bitflags v1.3.2 |
1463 | 2023-12-19T16:21:06.610Z | Compiling crc32fast v1.3.2 |
1464 | 2023-12-19T16:21:06.787Z | Compiling hashbrown v0.13.2 |
1465 | 2023-12-19T16:21:06.977Z | Compiling time-core v0.1.1 |
1466 | 2023-12-19T16:21:07.258Z | Compiling slog v2.7.0 |
1467 | 2023-12-19T16:21:07.289Z | Compiling time-macros v0.2.13 |
1468 | 2023-12-19T16:21:08.010Z | Compiling pest_meta v2.7.2 |
1469 | 2023-12-19T16:21:08.788Z | Compiling digest v0.10.7 |
1470 | 2023-12-19T16:21:09.510Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1471 | 2023-12-19T16:21:10.148Z | Compiling pest_generator v2.7.2 |
1472 | 2023-12-19T16:21:11.456Z | Compiling aho-corasick v1.0.4 |
1473 | 2023-12-19T16:21:12.231Z | Compiling crossbeam-epoch v0.9.15 |
1474 | 2023-12-19T16:21:12.900Z | Compiling rustversion v1.0.14 |
1475 | 2023-12-19T16:21:13.369Z | Compiling regex-syntax v0.8.2 |
1476 | 2023-12-19T16:21:13.829Z | Compiling async-trait v0.1.74 |
1477 | 2023-12-19T16:21:14.552Z | Compiling ppv-lite86 v0.2.17 |
1478 | 2023-12-19T16:21:14.661Z | Compiling pest_derive v2.7.2 |
1479 | 2023-12-19T16:21:15.810Z | Compiling zerocopy v0.3.0 |
1480 | 2023-12-19T16:21:15.948Z | Compiling rand_chacha v0.3.1 |
1481 | 2023-12-19T16:21:17.219Z | Compiling errno v0.3.2 |
1482 | 2023-12-19T16:21:17.733Z | Compiling base64 v0.21.5 |
1483 | 2023-12-19T16:21:17.898Z | Compiling strsim v0.10.0 |
1484 | 2023-12-19T16:21:18.871Z | Compiling dof v0.1.5 |
1485 | 2023-12-19T16:21:18.945Z | Compiling rand v0.8.5 |
1486 | 2023-12-19T16:21:20.215Z | Compiling regex-automata v0.4.3 |
1487 | 2023-12-19T16:21:21.180Z | Compiling bytes v1.5.0 |
1488 | 2023-12-19T16:21:23.204Z | Compiling indexmap v2.1.0 |
1489 | 2023-12-19T16:21:23.610Z | Compiling tokio v1.35.0 |
1490 | 2023-12-19T16:21:24.906Z | Compiling rustc_version v0.4.0 |
1491 | 2023-12-19T16:21:24.935Z | Compiling uuid v1.6.1 |
1492 | 2023-12-19T16:21:25.406Z | Compiling chrono v0.4.31 |
1493 | 2023-12-19T16:21:25.972Z | Compiling heapless v0.7.16 |
1494 | 2023-12-19T16:21:29.023Z | Compiling bitflags v2.4.0 |
1495 | 2023-12-19T16:21:30.088Z | Compiling toml_datetime v0.6.5 |
1496 | 2023-12-19T16:21:30.763Z | Compiling serde_spanned v0.6.4 |
1497 | 2023-12-19T16:21:31.422Z | Compiling toml_edit v0.19.15 |
1498 | 2023-12-19T16:21:34.146Z | Compiling http v0.2.11 |
1499 | 2023-12-19T16:21:36.536Z | Compiling regex v1.10.2 |
1500 | 2023-12-19T16:21:38.148Z | Compiling dtrace-parser v0.1.14 |
1501 | 2023-12-19T16:21:40.591Z | Compiling tokio-util v0.7.10 |
1502 | 2023-12-19T16:21:43.376Z | Compiling thread-id v4.2.0 |
1503 | 2023-12-19T16:21:43.437Z | Compiling num-bigint v0.4.4 |
1504 | 2023-12-19T16:21:43.518Z | Compiling percent-encoding v2.3.1 |
1505 | 2023-12-19T16:21:43.551Z | Compiling smoltcp v0.9.1 |
1506 | 2023-12-19T16:21:44.071Z | Compiling base64ct v1.6.0 |
1507 | 2023-12-19T16:21:44.553Z | Compiling untrusted v0.7.1 |
1508 | 2023-12-19T16:21:44.896Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1509 | 2023-12-19T16:21:45.257Z | Compiling openssl-probe v0.1.5 |
1510 | 2023-12-19T16:21:45.691Z | Compiling untrusted v0.9.0 |
1511 | 2023-12-19T16:21:46.003Z | Compiling doc-comment v0.3.3 |
1512 | 2023-12-19T16:21:46.036Z | Compiling foreign-types-shared v0.1.1 |
1513 | 2023-12-19T16:21:46.491Z | Compiling hashbrown v0.12.3 |
1514 | 2023-12-19T16:21:47.166Z | Compiling foreign-types v0.3.2 |
1515 | 2023-12-19T16:21:49.258Z | Compiling pem-rfc7468 v0.7.0 |
1516 | 2023-12-19T16:21:50.400Z | Compiling strum_macros v0.25.2 |
1517 | 2023-12-19T16:21:51.865Z | Compiling serde_tokenstream v0.1.7 |
1518 | 2023-12-19T16:21:52.770Z | Compiling hmac v0.12.1 |
1519 | 2023-12-19T16:21:53.394Z | Compiling lazy_static v1.4.0 |
1520 | 2023-12-19T16:21:53.701Z | Compiling socket2 v0.4.9 |
1521 | 2023-12-19T16:21:54.482Z | Compiling unicode-segmentation v1.10.1 |
1522 | 2023-12-19T16:21:54.844Z | Compiling adler v1.0.2 |
1523 | 2023-12-19T16:21:54.873Z | Compiling siphasher v0.3.11 |
1524 | 2023-12-19T16:21:55.530Z | Compiling unicode-width v0.1.11 |
1525 | 2023-12-19T16:21:55.809Z | Compiling flagset v0.4.3 |
1526 | 2023-12-19T16:21:56.101Z | Compiling try-lock v0.2.4 |
1527 | 2023-12-19T16:21:56.170Z | Compiling miniz_oxide v0.7.1 |
1528 | 2023-12-19T16:21:56.333Z | Compiling want v0.3.1 |
1529 | 2023-12-19T16:21:56.416Z | Compiling der v0.7.8 |
1530 | 2023-12-19T16:22:01.159Z | Compiling rustls-webpki v0.101.7 |
1531 | 2023-12-19T16:22:01.201Z | Compiling sct v0.7.0 |
1532 | 2023-12-19T16:22:01.679Z | Compiling h2 v0.3.21 |
1533 | 2023-12-19T16:22:02.580Z | Compiling form_urlencoded v1.2.1 |
1534 | 2023-12-19T16:22:03.070Z | Compiling http-body v0.4.5 |
1535 | 2023-12-19T16:22:04.035Z | Compiling hubpack_derive v0.1.1 |
1536 | 2023-12-19T16:22:05.404Z | Compiling pin-project-internal v1.1.3 |
1537 | 2023-12-19T16:22:05.968Z | Compiling zerocopy-derive v0.6.4 |
1538 | 2023-12-19T16:22:08.743Z | Compiling num-iter v0.1.43 |
1539 | 2023-12-19T16:22:09.228Z | Compiling utf8parse v0.2.1 |
1540 | 2023-12-19T16:22:09.475Z | Compiling anstyle v1.0.2 |
1541 | 2023-12-19T16:22:09.708Z | Compiling httpdate v1.0.3 |
1542 | 2023-12-19T16:22:10.477Z | Compiling cpufeatures v0.2.9 |
1543 | 2023-12-19T16:22:10.636Z | Compiling tower-service v0.3.2 |
1544 | 2023-12-19T16:22:10.825Z | Compiling sha2 v0.10.8 |
1545 | 2023-12-19T16:22:11.137Z | Compiling anstyle-parse v0.2.1 |
1546 | 2023-12-19T16:22:13.741Z | Compiling hyper v0.14.27 |
1547 | 2023-12-19T16:22:14.122Z | Compiling spki v0.7.2 |
1548 | 2023-12-19T16:22:14.797Z | Compiling usdt-macro v0.3.5 |
1549 | 2023-12-19T16:22:15.674Z | Compiling usdt-attr-macro v0.3.5 |
1550 | 2023-12-19T16:22:17.759Z | Compiling openapiv3 v2.0.0 |
1551 | 2023-12-19T16:22:17.888Z | Compiling serde_tokenstream v0.2.0 |
1552 | 2023-12-19T16:22:18.751Z | Compiling rustls-pemfile v1.0.3 |
1553 | 2023-12-19T16:22:19.028Z | Compiling md-5 v0.10.5 |
1554 | 2023-12-19T16:22:19.446Z | Compiling stringprep v0.1.3 |
1555 | 2023-12-19T16:22:19.473Z | Compiling idna v0.5.0 |
1556 | 2023-12-19T16:22:20.340Z | Compiling diesel_table_macro_syntax v0.1.0 |
1557 | 2023-12-19T16:22:20.836Z | Compiling hash32 v0.2.1 |
1558 | 2023-12-19T16:22:21.435Z | Compiling either v1.9.0 |
1559 | 2023-12-19T16:22:21.490Z | Compiling colorchoice v1.0.0 |
1560 | 2023-12-19T16:22:21.523Z | Compiling stable_deref_trait v1.2.0 |
1561 | 2023-12-19T16:22:21.685Z | Compiling gimli v0.28.0 |
1562 | 2023-12-19T16:22:22.004Z | Compiling anstyle-query v1.0.0 |
1563 | 2023-12-19T16:22:22.409Z | Compiling fallible-iterator v0.2.0 |
1564 | 2023-12-19T16:22:23.587Z | Compiling postgres-protocol v0.6.6 |
1565 | 2023-12-19T16:22:25.376Z | Compiling anstream v0.5.0 |
1566 | 2023-12-19T16:22:26.076Z | Compiling url v2.5.0 |
1567 | 2023-12-19T16:22:26.387Z | Compiling diesel_derives v2.1.2 |
1568 | 2023-12-19T16:22:28.851Z | Compiling addr2line v0.21.0 |
1569 | 2023-12-19T16:22:29.951Z | Compiling tokio-rustls v0.24.1 |
1570 | 2023-12-19T16:22:30.596Z | Compiling rustls-native-certs v0.6.3 |
1571 | 2023-12-19T16:22:31.173Z | Compiling pkcs8 v0.10.2 |
1572 | 2023-12-19T16:22:32.078Z | Compiling terminal_size v0.2.6 |
1573 | 2023-12-19T16:22:32.376Z | Compiling tokio-native-tls v0.3.1 |
1574 | 2023-12-19T16:22:33.722Z | Compiling phf_shared v0.11.2 |
1575 | 2023-12-19T16:22:36.047Z | Compiling regress v0.7.1 |
1576 | 2023-12-19T16:22:36.202Z | Compiling block-padding v0.3.3 |
1577 | 2023-12-19T16:22:36.549Z | Compiling snafu-derive v0.7.5 |
1578 | 2023-12-19T16:22:36.579Z | Compiling enum-as-inner v0.5.1 |
1579 | 2023-12-19T16:22:38.236Z | Compiling serde_repr v0.1.16 |
1580 | 2023-12-19T16:22:40.043Z | Compiling clap_derive v4.4.2 |
1581 | 2023-12-19T16:22:45.072Z | Compiling ff v0.13.0 |
1582 | 2023-12-19T16:22:45.116Z | Compiling scheduled-thread-pool v0.2.7 |
1583 | 2023-12-19T16:22:45.342Z | Compiling object v0.32.1 |
1584 | 2023-12-19T16:22:48.300Z | Compiling base16ct v0.2.0 |
1585 | 2023-12-19T16:22:48.793Z | Compiling matches v0.1.10 |
1586 | 2023-12-19T16:22:48.953Z | Compiling clap_lex v0.5.1 |
1587 | 2023-12-19T16:22:49.757Z | Compiling rustc-demangle v0.1.23 |
1588 | 2023-12-19T16:22:51.095Z | Compiling num_threads v0.1.6 |
1589 | 2023-12-19T16:22:51.349Z | Compiling managed v0.8.0 |
1590 | 2023-12-19T16:22:52.240Z | Compiling deranged v0.3.8 |
1591 | 2023-12-19T16:22:53.431Z | Compiling ipnet v2.8.0 |
1592 | 2023-12-19T16:22:55.377Z | Compiling regex-automata v0.1.10 |
1593 | 2023-12-19T16:22:56.012Z | Compiling bit-vec v0.6.3 |
1594 | 2023-12-19T16:22:57.462Z | Compiling bstr v0.2.17 |
1595 | 2023-12-19T16:22:59.910Z | Compiling time v0.3.27 |
1596 | 2023-12-19T16:22:59.976Z | Compiling clap_builder v4.4.2 |
1597 | 2023-12-19T16:23:00.618Z | Compiling idna v0.2.3 |
1598 | 2023-12-19T16:23:00.707Z | Compiling sec1 v0.7.3 |
1599 | 2023-12-19T16:23:01.074Z | Compiling r2d2 v0.8.10 |
1600 | 2023-12-19T16:23:01.698Z | Compiling group v0.13.0 |
1601 | 2023-12-19T16:23:02.352Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1602 | 2023-12-19T16:23:03.908Z | Compiling inout v0.1.3 |
1603 | 2023-12-19T16:23:04.670Z | Compiling phf v0.11.2 |
1604 | 2023-12-19T16:23:04.894Z | Compiling hyper-tls v0.5.0 |
1605 | 2023-12-19T16:23:05.136Z | Compiling hyper-rustls v0.24.2 |
1606 | 2023-12-19T16:23:05.441Z | Compiling flate2 v1.0.28 |
1607 | 2023-12-19T16:23:05.992Z | Compiling bzip2 v0.4.4 |
1608 | 2023-12-19T16:23:06.620Z | Compiling postgres-types v0.2.6 |
1609 | 2023-12-19T16:23:07.064Z | Compiling itertools v0.11.0 |
1610 | 2023-12-19T16:23:08.164Z | Compiling pin-project v1.1.3 |
1611 | 2023-12-19T16:23:08.601Z | Compiling zerocopy v0.6.4 |
1612 | 2023-12-19T16:23:09.119Z | Compiling hubpack v0.1.2 |
1613 | 2023-12-19T16:23:09.490Z | Compiling serde_urlencoded v0.7.1 |
1614 | 2023-12-19T16:23:09.861Z | Compiling phf_shared v0.10.0 |
1615 | 2023-12-19T16:23:10.103Z | Compiling hkdf v0.12.3 |
1616 | 2023-12-19T16:23:10.391Z | Compiling ipnetwork v0.20.0 |
1617 | 2023-12-19T16:23:11.642Z | Compiling futures-executor v0.3.29 |
1618 | 2023-12-19T16:23:12.440Z | Compiling crypto-bigint v0.5.2 |
1619 | 2023-12-19T16:23:12.697Z | Compiling float-cmp v0.9.0 |
1620 | 2023-12-19T16:23:13.073Z | Compiling proc-macro-error-attr v1.0.4 |
1621 | 2023-12-19T16:23:13.168Z | Compiling encoding_rs v0.8.33 |
1622 | 2023-12-19T16:23:16.693Z | Compiling static_assertions v1.1.0 |
1623 | 2023-12-19T16:23:17.227Z | Compiling whoami v1.4.1 |
1624 | 2023-12-19T16:23:17.958Z | Compiling new_debug_unreachable v1.0.4 |
1625 | 2023-12-19T16:23:18.472Z | Compiling mime v0.3.17 |
1626 | 2023-12-19T16:23:18.475Z | Compiling webpki-roots v0.25.2 |
1627 | 2023-12-19T16:23:18.964Z | Compiling regex-automata v0.3.8 |
1628 | 2023-12-19T16:23:19.412Z | Compiling predicates-core v1.0.6 |
1629 | 2023-12-19T16:23:19.907Z | Compiling fixedbitset v0.4.2 |
1630 | 2023-12-19T16:23:19.979Z | Compiling normalize-line-endings v0.3.0 |
1631 | 2023-12-19T16:23:21.660Z | Compiling data-encoding v2.4.0 |
1632 | 2023-12-19T16:23:21.660Z | Compiling minimal-lexical v0.2.1 |
1633 | 2023-12-19T16:23:21.817Z | Compiling precomputed-hash v0.1.1 |
1634 | 2023-12-19T16:23:22.010Z | Compiling difflib v0.4.0 |
1635 | 2023-12-19T16:23:22.525Z | Compiling nom v7.1.3 |
1636 | 2023-12-19T16:23:22.937Z | Compiling predicates v3.0.4 |
1637 | 2023-12-19T16:23:24.002Z | Compiling trust-dns-proto v0.22.0 |
1638 | 2023-12-19T16:23:24.200Z | Compiling string_cache v0.8.7 |
1639 | 2023-12-19T16:23:24.903Z | Compiling bstr v1.6.0 |
1640 | 2023-12-19T16:23:25.493Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1641 | 2023-12-19T16:23:28.920Z | Compiling petgraph v0.6.4 |
1642 | 2023-12-19T16:23:32.765Z | Compiling reqwest v0.11.22 |
1643 | 2023-12-19T16:23:35.050Z | Compiling tokio-postgres v0.7.10 |
1644 | 2023-12-19T16:23:35.996Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1645 | 2023-12-19T16:23:37.406Z | Compiling elliptic-curve v0.13.8 |
1646 | 2023-12-19T16:23:44.567Z | Compiling futures v0.3.29 |
1647 | 2023-12-19T16:23:45.768Z | Compiling diesel v2.1.4 |
1648 | 2023-12-19T16:23:46.554Z | Compiling snafu v0.7.5 |
1649 | 2023-12-19T16:23:46.561Z | Compiling yasna v0.5.2 |
1650 | 2023-12-19T16:23:47.643Z | Compiling zip v0.6.6 |
1651 | 2023-12-19T16:23:49.203Z | Compiling clap v4.4.3 |
1652 | 2023-12-19T16:23:49.399Z | Compiling cipher v0.4.4 |
1653 | 2023-12-19T16:23:50.203Z | Compiling similar v2.3.0 |
1654 | 2023-12-19T16:23:50.943Z | Compiling bit-set v0.5.3 |
1655 | 2023-12-19T16:23:52.328Z | Compiling itertools v0.10.5 |
1656 | 2023-12-19T16:23:52.401Z | Compiling usdt v0.3.5 |
1657 | 2023-12-19T16:23:52.835Z | Compiling console v0.15.7 |
1658 | 2023-12-19T16:23:53.643Z | Compiling tokio-stream v0.1.14 |
1659 | 2023-12-19T16:23:53.763Z | Compiling toml v0.7.8 |
1660 | 2023-12-19T16:23:53.826Z | Compiling proc-macro-crate v1.3.1 |
1661 | 2023-12-19T16:23:55.031Z | Compiling toml_edit v0.21.0 |
1662 | 2023-12-19T16:23:55.273Z | Compiling hex v0.4.3 |
1663 | 2023-12-19T16:23:55.960Z | Compiling proc-macro-error v1.0.4 |
1664 | 2023-12-19T16:23:56.332Z | Compiling lalrpop-util v0.19.12 |
1665 | 2023-12-19T16:23:59.712Z | Compiling num_enum_derive v0.5.11 |
1666 | 2023-12-19T16:24:03.900Z | Compiling atty v0.2.14 |
1667 | 2023-12-19T16:24:04.278Z | Compiling smoltcp v0.10.0 |
1668 | 2023-12-19T16:24:05.340Z | Compiling ident_case v1.0.1 |
1669 | 2023-12-19T16:24:05.908Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1670 | 2023-12-19T16:24:06.511Z | Compiling darling_core v0.20.3 |
1671 | 2023-12-19T16:24:13.491Z | Compiling num_enum v0.5.11 |
1672 | 2023-12-19T16:24:35.057Z | Compiling dirs-sys-next v0.1.2 |
1673 | 2023-12-19T16:24:38.476Z | Compiling camino v1.1.6 |
1674 | 2023-12-19T16:24:38.844Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1675 | 2023-12-19T16:24:39.320Z | Compiling cobs v0.2.3 |
1676 | 2023-12-19T16:24:39.839Z | Compiling embedded-io v0.4.0 |
1677 | 2023-12-19T16:24:40.217Z | Compiling postcard v1.0.8 |
1678 | 2023-12-19T16:24:41.980Z | Compiling dirs-next v2.0.0 |
1679 | 2023-12-19T16:24:42.413Z | Compiling darling_macro v0.20.3 |
1680 | 2023-12-19T16:24:49.680Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1681 | 2023-12-19T16:24:58.036Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1682 | 2023-12-19T16:24:59.079Z | Compiling getopts v0.2.21 |
1683 | 2023-12-19T16:25:03.601Z | Compiling foreign-types-macros v0.2.3 |
1684 | 2023-12-19T16:25:04.788Z | Compiling structmeta-derive v0.2.0 |
1685 | 2023-12-19T16:25:08.244Z | Compiling thread_local v1.1.7 |
1686 | 2023-12-19T16:25:09.227Z | Compiling multer v2.1.0 |
1687 | 2023-12-19T16:25:09.642Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1688 | 2023-12-19T16:25:10.971Z | Compiling paste v1.0.14 |
1689 | 2023-12-19T16:25:11.864Z | Compiling foreign-types-shared v0.3.1 |
1690 | 2023-12-19T16:25:12.074Z | Compiling slog-async v2.8.0 |
1691 | 2023-12-19T16:25:14.288Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1692 | 2023-12-19T16:25:14.300Z | Compiling match_cfg v0.1.0 |
1693 | 2023-12-19T16:25:14.300Z | Compiling unsafe-libyaml v0.2.9 |
1694 | 2023-12-19T16:25:15.318Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1695 | 2023-12-19T16:25:15.654Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1696 | 2023-12-19T16:25:17.134Z | Compiling serde_yaml v0.9.25 |
1697 | 2023-12-19T16:25:23.752Z | Compiling hostname v0.3.1 |
1698 | 2023-12-19T16:25:27.680Z | Compiling foreign-types v0.5.0 |
1699 | 2023-12-19T16:25:32.769Z | Compiling structmeta v0.2.0 |
1700 | 2023-12-19T16:25:37.733Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1701 | 2023-12-19T16:25:43.623Z | Compiling darling v0.20.3 |
1702 | 2023-12-19T16:25:44.112Z | Compiling term v0.7.0 |
1703 | 2023-12-19T16:25:51.906Z | Compiling slog-json v2.6.1 |
1704 | 2023-12-19T16:25:52.614Z | Compiling is-terminal v0.4.9 |
1705 | 2023-12-19T16:25:52.746Z | Compiling crossbeam-channel v0.5.8 |
1706 | 2023-12-19T16:25:55.730Z | Compiling strum v0.25.0 |
1707 | 2023-12-19T16:25:56.230Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1708 | 2023-12-19T16:25:56.849Z | Compiling async-stream-impl v0.3.5 |
1709 | 2023-12-19T16:25:57.401Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1710 | 2023-12-19T16:25:57.719Z | Compiling cstr-argument v0.1.2 |
1711 | 2023-12-19T16:25:57.932Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1712 | 2023-12-19T16:25:58.300Z | Compiling crucible-workspace-hack v0.1.0 |
1713 | 2023-12-19T16:25:58.866Z | Compiling fastrand v2.0.0 |
1714 | 2023-12-19T16:26:00.034Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1715 | 2023-12-19T16:26:00.780Z | Compiling atomic-waker v1.1.1 |
1716 | 2023-12-19T16:26:00.822Z | Compiling pretty-hex v0.2.1 |
1717 | 2023-12-19T16:26:01.086Z | Compiling take_mut v0.2.2 |
1718 | 2023-12-19T16:26:01.192Z | Compiling regex-syntax v0.7.5 |
1719 | 2023-12-19T16:26:10.046Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1720 | 2023-12-19T16:26:10.426Z | Compiling waitgroup v0.1.2 |
1721 | 2023-12-19T16:26:11.945Z | Compiling parse-display-derive v0.8.2 |
1722 | 2023-12-19T16:26:12.443Z | Compiling tempfile v3.8.1 |
1723 | 2023-12-19T16:26:18.461Z | Compiling async-stream v0.3.5 |
1724 | 2023-12-19T16:26:19.276Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1725 | 2023-12-19T16:26:20.016Z | Compiling colored v2.0.4 |
1726 | 2023-12-19T16:26:20.752Z | Compiling slog-bunyan v2.4.0 |
1727 | 2023-12-19T16:26:22.319Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1728 | 2023-12-19T16:26:22.376Z | Compiling slog-term v2.9.0 |
1729 | 2023-12-19T16:26:23.327Z | Compiling serde_with_macros v3.4.0 |
1730 | 2023-12-19T16:26:30.736Z | Compiling toml v0.8.8 |
1731 | 2023-12-19T16:26:32.464Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1732 | 2023-12-19T16:26:32.575Z | Compiling sha1 v0.10.6 |
1733 | 2023-12-19T16:26:34.201Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1734 | 2023-12-19T16:26:35.023Z | Compiling textwrap v0.11.0 |
1735 | 2023-12-19T16:26:36.885Z | Compiling heck v0.3.3 |
1736 | 2023-12-19T16:26:37.642Z | Compiling serde_path_to_error v0.1.14 |
1737 | 2023-12-19T16:26:39.410Z | Compiling instant v0.1.12 |
1738 | 2023-12-19T16:26:39.693Z | Compiling strsim v0.8.0 |
1739 | 2023-12-19T16:26:39.994Z | Compiling rayon-core v1.12.0 |
1740 | 2023-12-19T16:26:40.062Z | Compiling vec_map v0.8.2 |
1741 | 2023-12-19T16:26:40.326Z | Compiling debug-ignore v1.0.5 |
1742 | 2023-12-19T16:26:40.461Z | Compiling libefi-sys v0.1.0 |
1743 | 2023-12-19T16:26:40.571Z | Compiling ansi_term v0.12.1 |
1744 | 2023-12-19T16:26:41.038Z | Compiling backoff v0.4.0 |
1745 | 2023-12-19T16:26:41.654Z | Compiling clap v2.34.0 |
1746 | 2023-12-19T16:26:42.000Z | Compiling structopt-derive v0.4.18 |
1747 | 2023-12-19T16:26:42.074Z | Compiling serde_with v3.4.0 |
1748 | 2023-12-19T16:26:46.703Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1749 | 2023-12-19T16:26:48.882Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1750 | 2023-12-19T16:26:49.227Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1751 | 2023-12-19T16:26:50.500Z | Compiling parse-display v0.8.2 |
1752 | 2023-12-19T16:26:50.634Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1753 | 2023-12-19T16:26:50.826Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1754 | 2023-12-19T16:26:51.106Z | Compiling zone_cfg_derive v0.3.0 |
1755 | 2023-12-19T16:26:51.483Z | Compiling crossbeam-deque v0.8.3 |
1756 | 2023-12-19T16:26:52.142Z | Compiling macaddr v1.0.1 |
1757 | 2023-12-19T16:26:53.334Z | Compiling num-derive v0.4.0 |
1758 | 2023-12-19T16:26:53.407Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1759 | 2023-12-19T16:26:54.010Z | Compiling portable-atomic v1.4.3 |
1760 | 2023-12-19T16:26:54.266Z | Compiling zone v0.3.0 |
1761 | 2023-12-19T16:26:57.165Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1762 | 2023-12-19T16:27:00.227Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1763 | 2023-12-19T16:27:00.454Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1764 | 2023-12-19T16:27:01.393Z | Compiling structopt v0.3.26 |
1765 | 2023-12-19T16:27:01.755Z | Compiling camino-tempfile v1.1.1 |
1766 | 2023-12-19T16:27:03.102Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1767 | 2023-12-19T16:27:03.259Z | Compiling smf v0.2.2 |
1768 | 2023-12-19T16:27:04.936Z | Compiling xattr v1.0.1 |
1769 | 2023-12-19T16:27:05.037Z | Compiling filetime v0.2.23 |
1770 | 2023-12-19T16:27:05.087Z | Compiling same-file v1.0.6 |
1771 | 2023-12-19T16:27:05.410Z | Compiling tar v0.4.40 |
1772 | 2023-12-19T16:27:05.587Z | Compiling walkdir v2.4.0 |
1773 | 2023-12-19T16:27:07.700Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1774 | 2023-12-19T16:27:08.191Z | Compiling rayon v1.8.0 |
1775 | 2023-12-19T16:27:08.542Z | Compiling number_prefix v0.4.0 |
1776 | 2023-12-19T16:27:08.959Z | Compiling omicron-zone-package v0.9.1 |
1777 | 2023-12-19T16:27:11.748Z | Compiling swrite v0.1.0 |
1778 | 2023-12-19T16:27:11.961Z | Compiling topological-sort v0.2.2 |
1779 | 2023-12-19T16:27:16.415Z | Compiling indicatif v0.17.7 |
1780 | 2023-12-19T16:27:32.740Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1781 | 2023-12-19T16:27:43.926Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1782 | 2023-12-19T16:27:47.539Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1783 | 2023-12-19T16:27:49.172Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1784 | 2023-12-19T16:28:16.835Z | Finished release [optimized] target(s) in 8m 12s |
1785 | 2023-12-19T16:28:17.104Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1786 | 2023-12-19T16:28:17.215Z | Created new build target 'test' and set it as active |
1787 | 2023-12-19T16:28:17.219Z | |
1788 | 2023-12-19T16:28:17.223Z | real 8:13.000058405 |
1789 | 2023-12-19T16:28:17.223Z | user 52:39.443941760 |
1790 | 2023-12-19T16:28:17.225Z | sys 4:58.926864302 |
1791 | 2023-12-19T16:28:17.225Z | trap 2.189637757 |
1792 | 2023-12-19T16:28:17.225Z | tflt 3.971689889 |
1793 | 2023-12-19T16:28:17.225Z | dflt 6.114495613 |
1794 | 2023-12-19T16:28:17.225Z | kflt 0.032635991 |
1795 | 2023-12-19T16:28:17.225Z | lock 1:53:29.628173632 |
1796 | 2023-12-19T16:28:17.225Z | slp 2:27:32.759822533 |
1797 | 2023-12-19T16:28:17.225Z | lat 2:27.589828238 |
1798 | 2023-12-19T16:28:17.225Z | stop 4:40.154022160 |
1799 | 2023-12-19T16:28:17.225Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1800 | 2023-12-19T16:28:18.398Z | Finished release [optimized] target(s) in 1.08s |
1801 | 2023-12-19T16:28:18.428Z | Running `target/release/omicron-package -t test package` |
1802 | 2023-12-19T16:28:18.476Z | Dec 19 16:28:18.473 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1803 | 2023-12-19T16:28:19.770Z | Compiling linked-hash-map v0.5.6 |
1804 | 2023-12-19T16:28:19.774Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1805 | 2023-12-19T16:28:19.774Z | Compiling password-hash v0.5.0 |
1806 | 2023-12-19T16:28:19.774Z | Compiling blake2 v0.10.6 |
1807 | 2023-12-19T16:28:19.774Z | Compiling same-file v1.0.6 |
1808 | 2023-12-19T16:28:19.774Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1809 | 2023-12-19T16:28:19.803Z | Compiling semver-parser v0.10.2 |
1810 | 2023-12-19T16:28:19.833Z | Compiling fastrand v2.0.0 |
1811 | 2023-12-19T16:28:20.164Z | Compiling walkdir v2.4.0 |
1812 | 2023-12-19T16:28:20.411Z | Compiling lru-cache v0.1.2 |
1813 | 2023-12-19T16:28:20.630Z | Compiling argon2 v0.5.2 |
1814 | 2023-12-19T16:28:20.726Z | Compiling quick-error v1.2.3 |
1815 | 2023-12-19T16:28:20.944Z | Compiling signal-hook v0.3.17 |
1816 | 2023-12-19T16:28:21.269Z | Compiling semver v0.11.0 |
1817 | 2023-12-19T16:28:21.391Z | Compiling resolv-conf v0.7.0 |
1818 | 2023-12-19T16:28:22.096Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1819 | 2023-12-19T16:28:22.390Z | Compiling tempfile v3.8.1 |
1820 | 2023-12-19T16:28:22.977Z | Compiling nibble_vec v0.1.0 |
1821 | 2023-12-19T16:28:23.126Z | Compiling xattr v1.0.1 |
1822 | 2023-12-19T16:28:23.334Z | Compiling filetime v0.2.23 |
1823 | 2023-12-19T16:28:23.518Z | Compiling slog-dtrace v0.2.3 |
1824 | 2023-12-19T16:28:23.642Z | Compiling home v0.5.5 |
1825 | 2023-12-19T16:28:23.792Z | Compiling endian-type v0.1.2 |
1826 | 2023-12-19T16:28:24.014Z | Compiling toolchain_find v0.2.0 |
1827 | 2023-12-19T16:28:24.045Z | Compiling tar v0.4.40 |
1828 | 2023-12-19T16:28:24.075Z | Compiling trust-dns-resolver v0.22.0 |
1829 | 2023-12-19T16:28:24.163Z | Compiling radix_trie v0.2.1 |
1830 | 2023-12-19T16:28:24.910Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1831 | 2023-12-19T16:28:25.429Z | Compiling toml v0.5.11 |
1832 | 2023-12-19T16:28:25.558Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1833 | 2023-12-19T16:28:25.665Z | Compiling omicron-zone-package v0.9.1 |
1834 | 2023-12-19T16:28:27.226Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1835 | 2023-12-19T16:28:27.645Z | Compiling toml v0.8.8 |
1836 | 2023-12-19T16:28:28.525Z | Compiling rustfmt-wrapper v0.2.0 |
1837 | 2023-12-19T16:28:29.061Z | Compiling num-rational v0.4.1 |
1838 | 2023-12-19T16:28:29.550Z | Compiling cancel-safe-futures v0.1.5 |
1839 | 2023-12-19T16:28:29.972Z | Compiling itertools v0.12.0 |
1840 | 2023-12-19T16:28:30.102Z | Compiling convert_case v0.4.0 |
1841 | 2023-12-19T16:28:31.381Z | Compiling num-complex v0.4.4 |
1842 | 2023-12-19T16:28:31.395Z | Compiling derive_more v0.99.17 |
1843 | 2023-12-19T16:28:31.583Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1844 | 2023-12-19T16:28:31.653Z | Compiling fxhash v0.2.1 |
1845 | 2023-12-19T16:28:32.019Z | Compiling unicase v2.7.0 |
1846 | 2023-12-19T16:28:32.496Z | Compiling semver v0.1.20 |
1847 | 2023-12-19T16:28:33.260Z | Compiling utf-8 v0.7.6 |
1848 | 2023-12-19T16:28:33.451Z | Compiling num v0.4.1 |
1849 | 2023-12-19T16:28:33.645Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1850 | 2023-12-19T16:28:33.699Z | Compiling tungstenite v0.20.1 |
1851 | 2023-12-19T16:28:33.894Z | Compiling rustc_version v0.1.7 |
1852 | 2023-12-19T16:28:34.577Z | Compiling half v1.8.2 |
1853 | 2023-12-19T16:28:35.491Z | Compiling arc-swap v1.6.0 |
1854 | 2023-12-19T16:28:35.978Z | Compiling keccak v0.1.4 |
1855 | 2023-12-19T16:28:36.593Z | Compiling ciborium-io v0.2.1 |
1856 | 2023-12-19T16:28:36.760Z | Compiling radium v0.7.0 |
1857 | 2023-12-19T16:28:36.791Z | Compiling ciborium-ll v0.2.1 |
1858 | 2023-12-19T16:28:37.464Z | Compiling sha3 v0.10.8 |
1859 | 2023-12-19T16:28:37.693Z | Compiling slog-scope v4.4.0 |
1860 | 2023-12-19T16:28:37.729Z | Compiling tokio-tungstenite v0.20.1 |
1861 | 2023-12-19T16:28:38.672Z | Compiling newtype_derive v0.1.6 |
1862 | 2023-12-19T16:28:38.946Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1863 | 2023-12-19T16:28:39.150Z | Compiling signal-hook-mio v0.2.3 |
1864 | 2023-12-19T16:28:39.210Z | Compiling libsw v3.3.0 |
1865 | 2023-12-19T16:28:39.455Z | Compiling secrecy v0.8.0 |
1866 | 2023-12-19T16:28:39.780Z | Compiling derive-where v1.2.6 |
1867 | 2023-12-19T16:28:39.917Z | Compiling tap v1.0.1 |
1868 | 2023-12-19T16:28:40.205Z | Compiling owo-colors v3.5.0 |
1869 | 2023-12-19T16:28:43.705Z | Compiling maybe-uninit v2.0.0 |
1870 | 2023-12-19T16:28:43.861Z | Compiling linear-map v1.2.0 |
1871 | 2023-12-19T16:28:44.477Z | Compiling parking_lot_core v0.8.6 |
1872 | 2023-12-19T16:28:44.646Z | Compiling wyz v0.5.1 |
1873 | 2023-12-19T16:28:45.213Z | Compiling slog-stdlog v4.1.1 |
1874 | 2023-12-19T16:28:45.235Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1875 | 2023-12-19T16:28:45.984Z | Compiling ciborium v0.2.1 |
1876 | 2023-12-19T16:28:46.683Z | Compiling packed_struct v0.10.1 |
1877 | 2023-12-19T16:28:46.771Z | Compiling display-error-chain v0.2.0 |
1878 | 2023-12-19T16:28:47.065Z | Compiling num-bigint-dig v0.8.4 |
1879 | 2023-12-19T16:28:47.312Z | Compiling funty v2.0.0 |
1880 | 2023-12-19T16:28:47.502Z | Compiling crc-catalog v2.2.0 |
1881 | 2023-12-19T16:28:47.733Z | Compiling crc v3.0.1 |
1882 | 2023-12-19T16:28:48.539Z | Compiling slog-envlogger v2.2.0 |
1883 | 2023-12-19T16:28:49.776Z | Compiling bitvec v1.0.1 |
1884 | 2023-12-19T16:28:50.874Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1885 | 2023-12-19T16:28:52.015Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1886 | 2023-12-19T16:28:52.350Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1887 | 2023-12-19T16:28:53.193Z | Compiling packed_struct_codegen v0.10.1 |
1888 | 2023-12-19T16:28:57.549Z | Compiling dirs-sys-next v0.1.2 |
1889 | 2023-12-19T16:28:57.599Z | Compiling glob v0.3.1 |
1890 | 2023-12-19T16:28:58.360Z | Compiling platforms v3.0.2 |
1891 | 2023-12-19T16:28:58.883Z | Compiling crunchy v0.2.2 |
1892 | 2023-12-19T16:28:59.652Z | Compiling nodrop v0.1.14 |
1893 | 2023-12-19T16:28:59.844Z | Compiling array-init v0.0.4 |
1894 | 2023-12-19T16:29:02.087Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1895 | 2023-12-19T16:29:02.416Z | Compiling clang-sys v1.6.1 |
1896 | 2023-12-19T16:29:02.717Z | Compiling dirs-next v2.0.0 |
1897 | 2023-12-19T16:29:02.997Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1898 | 2023-12-19T16:29:03.492Z | Compiling smallvec v0.6.14 |
1899 | 2023-12-19T16:29:04.297Z | Compiling parking_lot v0.11.2 |
1900 | 2023-12-19T16:29:08.376Z | Compiling steno v0.4.0 |
1901 | 2023-12-19T16:29:10.707Z | Compiling mime_guess v2.0.4 |
1902 | 2023-12-19T16:29:13.745Z | Compiling trust-dns-client v0.22.0 |
1903 | 2023-12-19T16:29:13.853Z | Compiling pkcs1 v0.7.5 |
1904 | 2023-12-19T16:29:14.076Z | Compiling signature v2.1.0 |
1905 | 2023-12-19T16:29:15.374Z | Compiling prettyplease v0.2.12 |
1906 | 2023-12-19T16:29:15.833Z | Compiling tiny-keccak v2.0.2 |
1907 | 2023-12-19T16:29:16.287Z | Compiling termcolor v1.2.0 |
1908 | 2023-12-19T16:29:17.310Z | Compiling bitfield v0.14.0 |
1909 | 2023-12-19T16:29:17.831Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1910 | 2023-12-19T16:29:18.539Z | Compiling trust-dns-server v0.22.1 |
1911 | 2023-12-19T16:29:20.231Z | Compiling env_logger v0.10.0 |
1912 | 2023-12-19T16:29:26.879Z | Compiling rsa v0.9.2 |
1913 | 2023-12-19T16:29:33.323Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1914 | 2023-12-19T16:29:33.379Z | Compiling sled v0.34.7 |
1915 | 2023-12-19T16:29:35.878Z | Compiling serde-hex v0.1.0 |
1916 | 2023-12-19T16:29:44.692Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1917 | 2023-12-19T16:29:50.882Z | Compiling term v0.7.0 |
1918 | 2023-12-19T16:29:54.040Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1919 | 2023-12-19T16:29:54.606Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1920 | 2023-12-19T16:29:56.526Z | Compiling darling_core v0.14.4 |
1921 | 2023-12-19T16:30:05.316Z | Compiling x509-cert v0.2.4 |
1922 | 2023-12-19T16:30:15.843Z | Compiling ron v0.8.1 |
1923 | 2023-12-19T16:30:22.832Z | Compiling vte_generate_state_changes v0.1.1 |
1924 | 2023-12-19T16:30:23.792Z | Compiling pretty-hex v0.4.0 |
1925 | 2023-12-19T16:30:24.248Z | Compiling arrayvec v0.5.2 |
1926 | 2023-12-19T16:30:25.212Z | Compiling crc-any v2.4.3 |
1927 | 2023-12-19T16:30:26.716Z | Compiling buf-list v1.0.3 |
1928 | 2023-12-19T16:30:26.881Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1929 | 2023-12-19T16:30:27.668Z | Compiling vte v0.10.1 |
1930 | 2023-12-19T16:30:28.070Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1931 | 2023-12-19T16:30:31.255Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1932 | 2023-12-19T16:30:31.636Z | Compiling darling_macro v0.14.4 |
1933 | 2023-12-19T16:30:33.920Z | Compiling curve25519-dalek v4.1.1 |
1934 | 2023-12-19T16:30:34.240Z | Compiling ascii-canvas v3.0.0 |
1935 | 2023-12-19T16:30:34.590Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1936 | 2023-12-19T16:30:35.067Z | Compiling object v0.30.4 |
1937 | 2023-12-19T16:30:37.678Z | Compiling fd-lock v3.0.13 |
1938 | 2023-12-19T16:30:38.021Z | Compiling is-terminal v0.4.9 |
1939 | 2023-12-19T16:30:38.220Z | Compiling kstat-rs v0.2.3 |
1940 | 2023-12-19T16:30:40.421Z | Compiling ena v0.14.2 |
1941 | 2023-12-19T16:30:41.072Z | Compiling libloading v0.7.4 |
1942 | 2023-12-19T16:30:41.086Z | Compiling bytecount v0.6.3 |
1943 | 2023-12-19T16:30:41.589Z | Compiling path-slash v0.1.5 |
1944 | 2023-12-19T16:30:41.667Z | Compiling diff v0.1.13 |
1945 | 2023-12-19T16:30:41.938Z | Compiling bindgen v0.65.1 |
1946 | 2023-12-19T16:30:42.602Z | Compiling regex-syntax v0.6.29 |
1947 | 2023-12-19T16:30:44.401Z | Compiling papergrid v0.10.0 |
1948 | 2023-12-19T16:30:52.267Z | Compiling lalrpop v0.19.12 |
1949 | 2023-12-19T16:30:56.774Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1950 | 2023-12-19T16:30:58.763Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1951 | 2023-12-19T16:31:02.082Z | Compiling darling v0.14.4 |
1952 | 2023-12-19T16:31:02.423Z | Compiling strip-ansi-escapes v0.1.1 |
1953 | 2023-12-19T16:31:07.448Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1954 | 2023-12-19T16:31:09.753Z | Compiling crossterm v0.26.1 |
1955 | 2023-12-19T16:31:10.138Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1956 | 2023-12-19T16:31:11.837Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1957 | 2023-12-19T16:31:13.979Z | Compiling tabled_derive v0.6.0 |
1958 | 2023-12-19T16:31:16.164Z | Compiling cexpr v0.6.0 |
1959 | 2023-12-19T16:31:17.651Z | Compiling nix v0.26.4 |
1960 | 2023-12-19T16:31:18.587Z | Compiling which v4.4.0 |
1961 | 2023-12-19T16:31:19.320Z | Compiling universal-hash v0.5.1 |
1962 | 2023-12-19T16:31:19.492Z | Compiling curve25519-dalek-derive v0.1.0 |
1963 | 2023-12-19T16:31:19.676Z | Compiling sqlparser_derive v0.1.1 |
1964 | 2023-12-19T16:31:21.114Z | Compiling thiserror-impl-no-std v2.0.2 |
1965 | 2023-12-19T16:31:21.315Z | Compiling memoffset v0.7.1 |
1966 | 2023-12-19T16:31:21.685Z | Compiling lazycell v1.3.0 |
1967 | 2023-12-19T16:31:21.941Z | Compiling shlex v1.1.0 |
1968 | 2023-12-19T16:31:22.244Z | Compiling peeking_take_while v0.1.2 |
1969 | 2023-12-19T16:31:22.337Z | Compiling rustc-hash v1.1.0 |
1970 | 2023-12-19T16:31:22.441Z | Compiling opaque-debug v0.3.0 |
1971 | 2023-12-19T16:31:22.587Z | Compiling nu-ansi-term v0.49.0 |
1972 | 2023-12-19T16:31:22.600Z | Compiling unicode_categories v0.1.1 |
1973 | 2023-12-19T16:31:23.192Z | Compiling sqlformat v0.2.3 |
1974 | 2023-12-19T16:31:23.992Z | Compiling reedline v0.22.0 |
1975 | 2023-12-19T16:31:24.845Z | Compiling poly1305 v0.8.0 |
1976 | 2023-12-19T16:31:25.605Z | Compiling thiserror-no-std v2.0.2 |
1977 | 2023-12-19T16:31:26.102Z | Compiling rustyline v12.0.0 |
1978 | 2023-12-19T16:31:38.103Z | Compiling sqlparser v0.36.1 |
1979 | 2023-12-19T16:31:40.757Z | Compiling polar-core v0.27.0 |
1980 | 2023-12-19T16:31:40.923Z | Compiling tabled v0.14.0 |
1981 | 2023-12-19T16:31:42.634Z | Compiling derive_builder_core v0.12.0 |
1982 | 2023-12-19T16:31:46.469Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1983 | 2023-12-19T16:31:48.008Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1984 | 2023-12-19T16:31:48.411Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1985 | 2023-12-19T16:31:48.530Z | Compiling chacha20 v0.9.1 |
1986 | 2023-12-19T16:31:48.848Z | Compiling globset v0.4.13 |
1987 | 2023-12-19T16:31:49.319Z | Compiling pem v3.0.2 |
1988 | 2023-12-19T16:31:52.021Z | Compiling olpc-cjson v0.1.3 |
1989 | 2023-12-19T16:31:52.943Z | Compiling aead v0.5.2 |
1990 | 2023-12-19T16:31:53.442Z | Compiling bcs v0.1.6 |
1991 | 2023-12-19T16:31:54.938Z | Compiling libxml v0.3.3 |
1992 | 2023-12-19T16:31:55.492Z | Compiling serde_plain v1.0.2 |
1993 | 2023-12-19T16:31:56.348Z | Compiling async-recursion v1.0.5 |
1994 | 2023-12-19T16:31:57.879Z | Compiling ref-cast v1.0.20 |
1995 | 2023-12-19T16:31:57.922Z | Compiling typed-path v0.7.0 |
1996 | 2023-12-19T16:31:58.516Z | Compiling highway v1.1.0 |
1997 | 2023-12-19T16:31:58.705Z | Compiling chacha20poly1305 v0.10.1 |
1998 | 2023-12-19T16:31:59.086Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1999 | 2023-12-19T16:32:00.943Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2000 | 2023-12-19T16:32:01.652Z | Compiling derive_builder_macro v0.12.0 |
2001 | 2023-12-19T16:32:02.951Z | Compiling tough v0.16.0 |
2002 | 2023-12-19T16:32:10.064Z | Compiling vsss-rs v3.3.2 |
2003 | 2023-12-19T16:32:18.382Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2004 | 2023-12-19T16:32:18.411Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2005 | 2023-12-19T16:32:18.838Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2006 | 2023-12-19T16:32:19.044Z | Compiling strum_macros v0.24.3 |
2007 | 2023-12-19T16:32:22.550Z | Compiling ref-cast-impl v1.0.20 |
2008 | 2023-12-19T16:32:24.361Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2009 | 2023-12-19T16:32:24.552Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2010 | 2023-12-19T16:32:24.856Z | Compiling cookie v0.18.0 |
2011 | 2023-12-19T16:32:25.038Z | Compiling salty v0.2.0 |
2012 | 2023-12-19T16:32:25.333Z | Compiling http-range v0.1.5 |
2013 | 2023-12-19T16:32:25.354Z | Compiling signature v1.6.4 |
2014 | 2023-12-19T16:32:25.622Z | Compiling indoc v1.0.9 |
2015 | 2023-12-19T16:32:25.727Z | Compiling hyper-staticfile v0.9.5 |
2016 | 2023-12-19T16:32:26.335Z | Compiling ed25519 v1.5.3 |
2017 | 2023-12-19T16:32:27.380Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2018 | 2023-12-19T16:32:29.125Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2019 | 2023-12-19T16:32:34.242Z | Compiling derive_builder v0.12.0 |
2020 | 2023-12-19T16:32:42.444Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2021 | 2023-12-19T16:32:52.591Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2022 | 2023-12-19T16:32:53.197Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2023 | 2023-12-19T16:32:53.660Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2024 | 2023-12-19T16:32:55.038Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2025 | 2023-12-19T16:33:00.431Z | Compiling headers-core v0.2.0 |
2026 | 2023-12-19T16:33:00.713Z | Compiling bb8 v0.8.1 |
2027 | 2023-12-19T16:33:01.220Z | Compiling quick-xml v0.23.1 |
2028 | 2023-12-19T16:33:01.725Z | Compiling serde-big-array v0.5.1 |
2029 | 2023-12-19T16:33:02.147Z | Compiling impl-trait-for-tuples v0.2.2 |
2030 | 2023-12-19T16:33:02.933Z | Compiling oso-derive v0.27.0 |
2031 | 2023-12-19T16:33:04.665Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2032 | 2023-12-19T16:33:06.027Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2033 | 2023-12-19T16:33:07.225Z | Compiling fs-err v2.11.0 |
2034 | 2023-12-19T16:33:07.725Z | Compiling maplit v1.0.2 |
2035 | 2023-12-19T16:33:08.144Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2036 | 2023-12-19T16:33:08.492Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2037 | 2023-12-19T16:33:09.311Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2038 | 2023-12-19T16:33:10.550Z | Compiling headers v0.3.9 |
2039 | 2023-12-19T16:33:18.194Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2040 | 2023-12-19T16:33:19.065Z | Compiling oso v0.27.0 |
2041 | 2023-12-19T16:33:31.990Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2042 | 2023-12-19T16:33:42.166Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2043 | 2023-12-19T16:33:44.505Z | Compiling crossterm v0.27.0 |
2044 | 2023-12-19T16:33:46.687Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2045 | 2023-12-19T16:33:47.155Z | Compiling signal-hook-tokio v0.3.1 |
2046 | 2023-12-19T16:33:47.493Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2047 | 2023-12-19T16:33:49.780Z | Compiling serde-big-array v0.4.1 |
2048 | 2023-12-19T16:33:50.080Z | Compiling cassowary v0.3.0 |
2049 | 2023-12-19T16:33:52.137Z | Compiling indoc v2.0.3 |
2050 | 2023-12-19T16:33:53.823Z | Compiling ratatui v0.23.0 |
2051 | 2023-12-19T16:33:57.884Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2052 | 2023-12-19T16:34:00.380Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2053 | 2023-12-19T16:34:02.248Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2054 | 2023-12-19T16:34:02.919Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2055 | 2023-12-19T16:34:17.315Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2056 | 2023-12-19T16:34:20.357Z | Compiling fatfs v0.3.6 |
2057 | 2023-12-19T16:34:26.024Z | Compiling bytesize v1.3.0 |
2058 | 2023-12-19T16:34:27.030Z | Compiling nanorand v0.7.0 |
2059 | 2023-12-19T16:34:27.836Z | Compiling rtoolbox v0.0.1 |
2060 | 2023-12-19T16:34:28.291Z | Compiling corncobs v0.1.3 |
2061 | 2023-12-19T16:34:28.587Z | Compiling unicode-linebreak v0.1.5 |
2062 | 2023-12-19T16:34:28.985Z | Compiling smawk v0.3.1 |
2063 | 2023-12-19T16:34:29.412Z | Compiling assert_matches v1.5.0 |
2064 | 2023-12-19T16:34:29.583Z | Compiling is_ci v1.1.1 |
2065 | 2023-12-19T16:34:29.619Z | Compiling textwrap v0.16.0 |
2066 | 2023-12-19T16:34:30.053Z | Compiling supports-color v2.1.0 |
2067 | 2023-12-19T16:34:30.632Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2068 | 2023-12-19T16:34:31.196Z | Compiling rpassword v7.3.1 |
2069 | 2023-12-19T16:34:31.914Z | Compiling flume v0.11.0 |
2070 | 2023-12-19T16:34:31.987Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2071 | 2023-12-19T16:34:33.297Z | Compiling tui-tree-widget v0.13.0 |
2072 | 2023-12-19T16:34:35.546Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2073 | 2023-12-19T16:34:36.287Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2074 | 2023-12-19T16:34:37.036Z | Compiling humantime v2.1.0 |
2075 | 2023-12-19T16:34:38.583Z | Compiling shell-words v1.1.0 |
2076 | 2023-12-19T16:34:39.346Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2077 | 2023-12-19T16:34:59.564Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2078 | 2023-12-19T16:36:11.235Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2079 | 2023-12-19T16:38:51.483Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2080 | 2023-12-19T16:48:24.736Z | Finished release [optimized] target(s) in 20m 06s |
2081 | 2023-12-19T16:49:34.647Z | |
2082 | 2023-12-19T16:49:34.658Z | real 21:17.486250637 |
2083 | 2023-12-19T16:49:34.658Z | user 2:25:13.446327713 |
2084 | 2023-12-19T16:49:34.658Z | sys 5:40.012742260 |
2085 | 2023-12-19T16:49:34.658Z | trap 5.145182006 |
2086 | 2023-12-19T16:49:34.658Z | tflt 1.138423983 |
2087 | 2023-12-19T16:49:34.658Z | dflt 1.935786938 |
2088 | 2023-12-19T16:49:34.659Z | kflt 0.002519896 |
2089 | 2023-12-19T16:49:34.659Z | lock 8:29:44.757681351 |
2090 | 2023-12-19T16:49:34.659Z | slp 5:36:30.940298868 |
2091 | 2023-12-19T16:49:34.659Z | lat 2:37.252031751 |
2092 | 2023-12-19T16:49:34.659Z | stop 53.599265669 |
2093 | 2023-12-19T16:49:34.659Z | + 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/*) |
2094 | 2023-12-19T16:49:34.660Z | + pfexec mkdir -p /work |
2095 | 2023-12-19T16:49:34.660Z | + pfexec chown build /work |
2096 | 2023-12-19T16:49:34.660Z | + 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 |
2097 | 2023-12-19T16:49:47.828Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2098 | 2023-12-19T16:49:47.828Z | a out/mg-ddm-gz.tar 61253K |
2099 | 2023-12-19T16:49:47.828Z | a out/omicron-sled-agent.tar 109277K |
2100 | 2023-12-19T16:49:47.828Z | a out/target/test 1K |
2101 | 2023-12-19T16:49:47.828Z | a out/npuzone/npuzone 36313K |
2102 | 2023-12-19T16:49:47.829Z | a package-manifest.toml 22K |
2103 | 2023-12-19T16:49:47.829Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2104 | 2023-12-19T16:49:47.829Z | a target/release/omicron-package 41526K |
2105 | 2023-12-19T16:49:47.829Z | a tools/create_virtual_hardware.sh 4K |
2106 | 2023-12-19T16:49:47.831Z | a tools/virtual_hardware.sh 4K |
2107 | 2023-12-19T16:49:47.831Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2108 | 2023-12-19T16:49:47.831Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2109 | 2023-12-19T16:49:47.831Z | a tools/scrimlet/softnpu-init.sh 3K |
2110 | 2023-12-19T16:49:47.831Z | a tools/scrimlet/softnpu-zone.txt 1K |
2111 | 2023-12-19T16:49:47.831Z | a tools/scrimlet/softnpu.toml 1K |
2112 | 2023-12-19T16:49:47.838Z | |
2113 | 2023-12-19T16:49:47.838Z | real 13.176414735 |
2114 | 2023-12-19T16:49:47.839Z | user 12.572624739 |
2115 | 2023-12-19T16:49:47.839Z | sys 1.056326051 |
2116 | 2023-12-19T16:49:47.839Z | trap 0.002985185 |
2117 | 2023-12-19T16:49:47.839Z | tflt 0.000000000 |
2118 | 2023-12-19T16:49:47.839Z | dflt 0.000000000 |
2119 | 2023-12-19T16:49:47.839Z | kflt 0.000000000 |
2120 | 2023-12-19T16:49:47.839Z | lock 0.000000000 |
2121 | 2023-12-19T16:49:47.839Z | slp 12.312093555 |
2122 | 2023-12-19T16:49:47.839Z | lat 0.404940482 |
2123 | 2023-12-19T16:49:47.839Z | stop 0.000246673 |
2124 | 2023-12-19T16:49:47.839Z | ++ pwd |
2125 | 2023-12-19T16:49:47.840Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2126 | 2023-12-19T16:49:47.840Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2127 | 2023-12-19T16:49:47.840Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2128 | 2023-12-19T16:49:48.990Z | Finished release [optimized] target(s) in 1.06s |
2129 | 2023-12-19T16:49:49.018Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2130 | 2023-12-19T16:49:49.064Z | Created new build target 'host' and set it as active |
2131 | 2023-12-19T16:49:49.068Z | |
2132 | 2023-12-19T16:49:49.068Z | real 1.227438382 |
2133 | 2023-12-19T16:49:49.068Z | user 0.852812636 |
2134 | 2023-12-19T16:49:49.068Z | sys 0.375332244 |
2135 | 2023-12-19T16:49:49.068Z | trap 0.000135336 |
2136 | 2023-12-19T16:49:49.068Z | tflt 0.000004587 |
2137 | 2023-12-19T16:49:49.069Z | dflt 0.000000000 |
2138 | 2023-12-19T16:49:49.069Z | kflt 0.000000000 |
2139 | 2023-12-19T16:49:49.069Z | lock 0.034231480 |
2140 | 2023-12-19T16:49:49.069Z | slp 0.022052891 |
2141 | 2023-12-19T16:49:49.069Z | lat 0.001584350 |
2142 | 2023-12-19T16:49:49.069Z | stop 0.000228979 |
2143 | 2023-12-19T16:49:49.069Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2144 | 2023-12-19T16:49:50.174Z | Finished release [optimized] target(s) in 1.01s |
2145 | 2023-12-19T16:49:50.213Z | Running `target/release/omicron-package -t host package` |
2146 | 2023-12-19T16:49:50.255Z | Dec 19 16:49:50.247 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2147 | 2023-12-19T16:49:51.361Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2148 | 2023-12-19T16:53:30.286Z | Finished release [optimized] target(s) in 3m 39s |
2149 | 2023-12-19T16:54:46.787Z | |
2150 | 2023-12-19T16:54:46.788Z | real 4:57.727132202 |
2151 | 2023-12-19T16:54:46.788Z | user 21:37.139864250 |
2152 | 2023-12-19T16:54:46.788Z | sys 1:04.424069258 |
2153 | 2023-12-19T16:54:46.788Z | trap 0.637255558 |
2154 | 2023-12-19T16:54:46.788Z | tflt 0.064676840 |
2155 | 2023-12-19T16:54:46.791Z | dflt 1.362791950 |
2156 | 2023-12-19T16:54:46.791Z | kflt 0.048939155 |
2157 | 2023-12-19T16:54:46.791Z | lock 1:13:56.532074947 |
2158 | 2023-12-19T16:54:46.791Z | slp 19:52.357788114 |
2159 | 2023-12-19T16:54:46.791Z | lat 11.405721345 |
2160 | 2023-12-19T16:54:46.791Z | stop 0.848123895 |
2161 | 2023-12-19T16:54:46.791Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2162 | 2023-12-19T16:54:46.792Z | + for package in "$@" |
2163 | 2023-12-19T16:54:46.792Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2164 | 2023-12-19T16:54:46.792Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 5.0.0-0.ci+git1893c27cde6 |
2165 | 2023-12-19T16:54:47.980Z | Finished release [optimized] target(s) in 1.10s |
2166 | 2023-12-19T16:54:48.010Z | Running `target/release/omicron-package stamp omicron-sled-agent 5.0.0-0.ci+git1893c27cde6` |
2167 | 2023-12-19T16:54:48.060Z | Dec 19 16:54:48.057 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2168 | 2023-12-19T16:54:48.612Z | Created: out/versioned/omicron-sled-agent.tar |
2169 | 2023-12-19T16:54:48.616Z | + for package in "$@" |
2170 | 2023-12-19T16:54:48.616Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2171 | 2023-12-19T16:54:48.616Z | + echo 0.0.0 |
2172 | 2023-12-19T16:54:48.619Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2173 | 2023-12-19T16:54:48.622Z | a VERSION 1K |
2174 | 2023-12-19T16:54:48.622Z | + rm VERSION |
2175 | 2023-12-19T16:54:48.627Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git1893c27cde6 |
2176 | 2023-12-19T16:54:49.840Z | Finished release [optimized] target(s) in 1.12s |
2177 | 2023-12-19T16:54:49.870Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git1893c27cde6` |
2178 | 2023-12-19T16:54:49.920Z | Dec 19 16:54:49.918 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2179 | 2023-12-19T16:54:50.207Z | Created: out/versioned/mg-ddm-gz.tar |
2180 | 2023-12-19T16:54:50.211Z | + for package in "$@" |
2181 | 2023-12-19T16:54:50.211Z | + [[ propolis-server == mg-ddm-gz ]] |
2182 | 2023-12-19T16:54:50.211Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 5.0.0-0.ci+git1893c27cde6 |
2183 | 2023-12-19T16:54:51.376Z | Finished release [optimized] target(s) in 1.07s |
2184 | 2023-12-19T16:54:51.407Z | Running `target/release/omicron-package stamp propolis-server 5.0.0-0.ci+git1893c27cde6` |
2185 | 2023-12-19T16:54:51.458Z | Dec 19 16:54:51.456 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2186 | 2023-12-19T16:54:53.294Z | Created: out/versioned/propolis-server.tar.gz |
2187 | 2023-12-19T16:54:53.299Z | + for package in "$@" |
2188 | 2023-12-19T16:54:53.299Z | + [[ overlay == mg-ddm-gz ]] |
2189 | 2023-12-19T16:54:53.299Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 5.0.0-0.ci+git1893c27cde6 |
2190 | 2023-12-19T16:54:54.490Z | Finished release [optimized] target(s) in 1.10s |
2191 | 2023-12-19T16:54:54.521Z | Running `target/release/omicron-package stamp overlay 5.0.0-0.ci+git1893c27cde6` |
2192 | 2023-12-19T16:54:54.573Z | Dec 19 16:54:54.570 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2193 | 2023-12-19T16:54:54.576Z | Created: out/versioned/overlay.tar.gz |
2194 | 2023-12-19T16:54:54.579Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2195 | 2023-12-19T16:54:54.594Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2196 | 2023-12-19T16:54:54.597Z | ++ cd -- ./tools |
2197 | 2023-12-19T16:54:54.597Z | ++ pwd |
2198 | 2023-12-19T16:54:54.597Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2199 | 2023-12-19T16:54:54.601Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2200 | 2023-12-19T16:54:54.604Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2201 | 2023-12-19T16:54:54.608Z | ++ readlink -f /work |
2202 | 2023-12-19T16:54:54.608Z | + out_dir=/work |
2203 | 2023-12-19T16:54:54.608Z | + 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") |
2204 | 2023-12-19T16:54:54.611Z | + for dep in "${deps[@]}" |
2205 | 2023-12-19T16:54:54.611Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2206 | 2023-12-19T16:54:54.612Z | + for dep in "${deps[@]}" |
2207 | 2023-12-19T16:54:54.612Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2208 | 2023-12-19T16:54:54.612Z | + for dep in "${deps[@]}" |
2209 | 2023-12-19T16:54:54.612Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2210 | 2023-12-19T16:54:54.612Z | + for dep in "${deps[@]}" |
2211 | 2023-12-19T16:54:54.612Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2212 | 2023-12-19T16:54:54.613Z | ++ mktemp -d |
2213 | 2023-12-19T16:54:54.646Z | + tmp_gz=/tmp/tmp.swaOBh |
2214 | 2023-12-19T16:54:54.646Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2215 | 2023-12-19T16:54:54.646Z | + echo '{"v":"1","t":"layer"}' |
2216 | 2023-12-19T16:54:54.647Z | + pkg_dir=/tmp/tmp.swaOBh/root/opt/oxide/sled-agent |
2217 | 2023-12-19T16:54:54.647Z | + mkdir -p /tmp/tmp.swaOBh/root/opt/oxide/sled-agent |
2218 | 2023-12-19T16:54:54.647Z | + cd /tmp/tmp.swaOBh/root/opt/oxide/sled-agent |
2219 | 2023-12-19T16:54:54.647Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2220 | 2023-12-19T16:54:54.750Z | x ., 0 bytes, 0 tape blocks |
2221 | 2023-12-19T16:54:54.750Z | x zone-bundle, 39194736 bytes, 76553 tape blocks |
2222 | 2023-12-19T16:54:54.750Z | x sled-agent, 72684728 bytes, 141963 tape blocks |
2223 | 2023-12-19T16:54:54.750Z | x pkg, 0 bytes, 0 tape blocks |
2224 | 2023-12-19T16:54:54.750Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2225 | 2023-12-19T16:54:54.750Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2226 | 2023-12-19T16:54:54.750Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2227 | 2023-12-19T16:54:54.751Z | x VERSION, 25 bytes, 1 tape blocks |
2228 | 2023-12-19T16:54:54.754Z | + mkdir -p /tmp/tmp.swaOBh/root/lib/svc/manifest/site/ |
2229 | 2023-12-19T16:54:54.754Z | + mv pkg/manifest.xml /tmp/tmp.swaOBh/root/lib/svc/manifest/site/sled-agent.xml |
2230 | 2023-12-19T16:54:54.757Z | + cd - |
2231 | 2023-12-19T16:54:54.757Z | /work/oxidecomputer/omicron |
2232 | 2023-12-19T16:54:54.757Z | + pkg_dir=/tmp/tmp.swaOBh/root/opt/oxide/mg-ddm |
2233 | 2023-12-19T16:54:54.757Z | + mkdir -p /tmp/tmp.swaOBh/root/opt/oxide/mg-ddm |
2234 | 2023-12-19T16:54:54.760Z | + cd /tmp/tmp.swaOBh/root/opt/oxide/mg-ddm |
2235 | 2023-12-19T16:54:54.760Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2236 | 2023-12-19T16:54:54.832Z | x ., 0 bytes, 0 tape blocks |
2237 | 2023-12-19T16:54:54.832Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2238 | 2023-12-19T16:54:54.832Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2239 | 2023-12-19T16:54:54.833Z | x pkg, 0 bytes, 0 tape blocks |
2240 | 2023-12-19T16:54:54.833Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2241 | 2023-12-19T16:54:54.833Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2242 | 2023-12-19T16:54:54.833Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2243 | 2023-12-19T16:54:54.833Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2244 | 2023-12-19T16:54:54.833Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2245 | 2023-12-19T16:54:54.833Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2246 | 2023-12-19T16:54:54.833Z | x VERSION, 25 bytes, 1 tape blocks |
2247 | 2023-12-19T16:54:54.836Z | + cd - |
2248 | 2023-12-19T16:54:54.836Z | /work/oxidecomputer/omicron |
2249 | 2023-12-19T16:54:54.836Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.swaOBh/root/opt/oxide |
2250 | 2023-12-19T16:54:54.967Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.swaOBh/root/opt/oxide |
2251 | 2023-12-19T16:54:54.970Z | + cd /tmp/tmp.swaOBh |
2252 | 2023-12-19T16:54:54.970Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2253 | 2023-12-19T16:55:06.529Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2254 | 2023-12-19T16:55:06.530Z | a oxide.json 1K |
2255 | 2023-12-19T16:55:06.530Z | a root/ 0K |
2256 | 2023-12-19T16:55:06.530Z | a root/opt/ 0K |
2257 | 2023-12-19T16:55:06.530Z | a root/opt/oxide/ 0K |
2258 | 2023-12-19T16:55:06.530Z | a root/opt/oxide/sled-agent/ 0K |
2259 | 2023-12-19T16:55:06.530Z | a root/opt/oxide/sled-agent/zone-bundle 38277K |
2260 | 2023-12-19T16:55:06.530Z | a root/opt/oxide/sled-agent/sled-agent 70982K |
2261 | 2023-12-19T16:55:06.530Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2262 | 2023-12-19T16:55:06.530Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2263 | 2023-12-19T16:55:06.530Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2264 | 2023-12-19T16:55:06.530Z | a root/opt/oxide/sled-agent/VERSION 1K |
2265 | 2023-12-19T16:55:06.530Z | a root/opt/oxide/mg-ddm/ 0K |
2266 | 2023-12-19T16:55:06.530Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2267 | 2023-12-19T16:55:06.530Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2268 | 2023-12-19T16:55:06.530Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2269 | 2023-12-19T16:55:06.530Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2270 | 2023-12-19T16:55:06.530Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2271 | 2023-12-19T16:55:06.530Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2272 | 2023-12-19T16:55:06.530Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2273 | 2023-12-19T16:55:06.530Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2274 | 2023-12-19T16:55:06.530Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2275 | 2023-12-19T16:55:06.530Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2276 | 2023-12-19T16:55:06.531Z | a root/opt/oxide/propolis-server.tar.gz 65079K |
2277 | 2023-12-19T16:55:06.531Z | a root/opt/oxide/overlay.tar.gz 3K |
2278 | 2023-12-19T16:55:06.531Z | a root/lib/ 0K |
2279 | 2023-12-19T16:55:06.531Z | a root/lib/svc/ 0K |
2280 | 2023-12-19T16:55:06.531Z | a root/lib/svc/manifest/ 0K |
2281 | 2023-12-19T16:55:06.531Z | a root/lib/svc/manifest/site/ 0K |
2282 | 2023-12-19T16:55:06.531Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2283 | 2023-12-19T16:55:06.535Z | + cd / |
2284 | 2023-12-19T16:55:06.535Z | + rm -rf /tmp/tmp.swaOBh |
2285 | 2023-12-19T16:55:06.585Z | |
2286 | 2023-12-19T16:55:06.590Z | real 12.000050193 |
2287 | 2023-12-19T16:55:06.590Z | user 11.021542584 |
2288 | 2023-12-19T16:55:06.591Z | sys 1.052176363 |
2289 | 2023-12-19T16:55:06.591Z | trap 0.003137458 |
2290 | 2023-12-19T16:55:06.591Z | tflt 0.000000000 |
2291 | 2023-12-19T16:55:06.591Z | dflt 0.000003200 |
2292 | 2023-12-19T16:55:06.591Z | kflt 0.000000000 |
2293 | 2023-12-19T16:55:06.591Z | lock 0.000000000 |
2294 | 2023-12-19T16:55:06.591Z | slp 23.085070596 |
2295 | 2023-12-19T16:55:06.591Z | lat 0.378624018 |
2296 | 2023-12-19T16:55:06.591Z | stop 0.000341529 |
2297 | 2023-12-19T16:55:06.591Z | + mkdir -p /work/zones |
2298 | 2023-12-19T16:55:06.595Z | + 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) |
2299 | 2023-12-19T16:55:06.596Z | + 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/ |
2300 | 2023-12-19T16:55:10.530Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2301 | 2023-12-19T16:55:11.777Z | Finished release [optimized] target(s) in 1.15s |
2302 | 2023-12-19T16:55:11.809Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2303 | 2023-12-19T16:55:11.857Z | Created new build target 'recovery' and set it as active |
2304 | 2023-12-19T16:55:11.861Z | |
2305 | 2023-12-19T16:55:11.865Z | real 1.323591175 |
2306 | 2023-12-19T16:55:11.865Z | user 0.910962959 |
2307 | 2023-12-19T16:55:11.865Z | sys 0.410099958 |
2308 | 2023-12-19T16:55:11.865Z | trap 0.001092182 |
2309 | 2023-12-19T16:55:11.865Z | tflt 0.000033289 |
2310 | 2023-12-19T16:55:11.865Z | dflt 0.000005799 |
2311 | 2023-12-19T16:55:11.866Z | kflt 0.000000000 |
2312 | 2023-12-19T16:55:11.866Z | lock 0.037631524 |
2313 | 2023-12-19T16:55:11.866Z | slp 0.025287980 |
2314 | 2023-12-19T16:55:11.866Z | lat 0.004584121 |
2315 | 2023-12-19T16:55:11.866Z | stop 0.000235390 |
2316 | 2023-12-19T16:55:11.866Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2317 | 2023-12-19T16:55:13.059Z | Finished release [optimized] target(s) in 1.10s |
2318 | 2023-12-19T16:55:13.089Z | Running `target/release/omicron-package -t recovery package` |
2319 | 2023-12-19T16:55:13.138Z | Dec 19 16:55:13.136 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2320 | 2023-12-19T16:55:14.207Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2321 | 2023-12-19T16:55:18.219Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2322 | 2023-12-19T16:55:49.940Z | Finished release [optimized] target(s) in 36.71s |
2323 | 2023-12-19T16:56:03.813Z | |
2324 | 2023-12-19T16:56:03.813Z | real 51.942015306 |
2325 | 2023-12-19T16:56:03.813Z | user 2:31.074079373 |
2326 | 2023-12-19T16:56:03.813Z | sys 12.869378194 |
2327 | 2023-12-19T16:56:03.813Z | trap 0.081983102 |
2328 | 2023-12-19T16:56:03.813Z | tflt 0.116255075 |
2329 | 2023-12-19T16:56:03.817Z | dflt 0.626432800 |
2330 | 2023-12-19T16:56:03.817Z | kflt 0.000000000 |
2331 | 2023-12-19T16:56:03.817Z | lock 11:21.994300628 |
2332 | 2023-12-19T16:56:03.817Z | slp 2:34.157915310 |
2333 | 2023-12-19T16:56:03.817Z | lat 1.927829887 |
2334 | 2023-12-19T16:56:03.817Z | stop 0.199057889 |
2335 | 2023-12-19T16:56:03.817Z | + stamp_packages installinator mg-ddm-gz |
2336 | 2023-12-19T16:56:03.817Z | + for package in "$@" |
2337 | 2023-12-19T16:56:03.817Z | + [[ installinator == mg-ddm-gz ]] |
2338 | 2023-12-19T16:56:03.817Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 5.0.0-0.ci+git1893c27cde6 |
2339 | 2023-12-19T16:56:04.994Z | Finished release [optimized] target(s) in 1.08s |
2340 | 2023-12-19T16:56:05.025Z | Running `target/release/omicron-package stamp installinator 5.0.0-0.ci+git1893c27cde6` |
2341 | 2023-12-19T16:56:05.075Z | Dec 19 16:56:05.071 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2342 | 2023-12-19T16:56:05.213Z | Created: out/versioned/installinator.tar |
2343 | 2023-12-19T16:56:05.217Z | + for package in "$@" |
2344 | 2023-12-19T16:56:05.218Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2345 | 2023-12-19T16:56:05.218Z | + echo 0.0.0 |
2346 | 2023-12-19T16:56:05.218Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2347 | 2023-12-19T16:56:05.221Z | a VERSION 1K |
2348 | 2023-12-19T16:56:05.221Z | + rm VERSION |
2349 | 2023-12-19T16:56:05.226Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git1893c27cde6 |
2350 | 2023-12-19T16:56:06.383Z | Finished release [optimized] target(s) in 1.06s |
2351 | 2023-12-19T16:56:06.419Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git1893c27cde6` |
2352 | 2023-12-19T16:56:06.464Z | Dec 19 16:56:06.462 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2353 | 2023-12-19T16:56:06.660Z | Created: out/versioned/mg-ddm-gz.tar |
2354 | 2023-12-19T16:56:06.664Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2355 | 2023-12-19T16:56:06.679Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2356 | 2023-12-19T16:56:06.682Z | ++ cd -- ./tools |
2357 | 2023-12-19T16:56:06.682Z | ++ pwd |
2358 | 2023-12-19T16:56:06.682Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2359 | 2023-12-19T16:56:06.686Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2360 | 2023-12-19T16:56:06.686Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2361 | 2023-12-19T16:56:06.689Z | ++ readlink -f /work |
2362 | 2023-12-19T16:56:06.689Z | + out_dir=/work |
2363 | 2023-12-19T16:56:06.689Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2364 | 2023-12-19T16:56:06.689Z | + for dep in "${deps[@]}" |
2365 | 2023-12-19T16:56:06.689Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2366 | 2023-12-19T16:56:06.689Z | + for dep in "${deps[@]}" |
2367 | 2023-12-19T16:56:06.689Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2368 | 2023-12-19T16:56:06.696Z | ++ mktemp -d |
2369 | 2023-12-19T16:56:06.696Z | + tmp_trampoline=/tmp/tmp.I8aaGh |
2370 | 2023-12-19T16:56:06.696Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2371 | 2023-12-19T16:56:06.696Z | + echo '{"v":"1","t":"layer"}' |
2372 | 2023-12-19T16:56:06.696Z | + pkg_dir=/tmp/tmp.I8aaGh/root/opt/oxide/installinator |
2373 | 2023-12-19T16:56:06.696Z | + mkdir -p /tmp/tmp.I8aaGh/root/opt/oxide/installinator |
2374 | 2023-12-19T16:56:06.699Z | + cd /tmp/tmp.I8aaGh/root/opt/oxide/installinator |
2375 | 2023-12-19T16:56:06.699Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2376 | 2023-12-19T16:56:06.758Z | x ., 0 bytes, 0 tape blocks |
2377 | 2023-12-19T16:56:06.758Z | x installinator, 52111672 bytes, 101781 tape blocks |
2378 | 2023-12-19T16:56:06.758Z | x pkg, 0 bytes, 0 tape blocks |
2379 | 2023-12-19T16:56:06.758Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2380 | 2023-12-19T16:56:06.758Z | x VERSION, 25 bytes, 1 tape blocks |
2381 | 2023-12-19T16:56:06.762Z | + mkdir -p /tmp/tmp.I8aaGh/root/lib/svc/manifest/site/ |
2382 | 2023-12-19T16:56:06.762Z | + mv pkg/manifest.xml /tmp/tmp.I8aaGh/root/lib/svc/manifest/site/installinator.xml |
2383 | 2023-12-19T16:56:06.765Z | + cd - |
2384 | 2023-12-19T16:56:06.765Z | /work/oxidecomputer/omicron |
2385 | 2023-12-19T16:56:06.765Z | + pkg_dir=/tmp/tmp.I8aaGh/root/opt/oxide/mg-ddm |
2386 | 2023-12-19T16:56:06.765Z | + mkdir -p /tmp/tmp.I8aaGh/root/opt/oxide/mg-ddm |
2387 | 2023-12-19T16:56:06.768Z | + cd /tmp/tmp.I8aaGh/root/opt/oxide/mg-ddm |
2388 | 2023-12-19T16:56:06.768Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2389 | 2023-12-19T16:56:06.839Z | x ., 0 bytes, 0 tape blocks |
2390 | 2023-12-19T16:56:06.839Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2391 | 2023-12-19T16:56:06.839Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2392 | 2023-12-19T16:56:06.839Z | x pkg, 0 bytes, 0 tape blocks |
2393 | 2023-12-19T16:56:06.839Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2394 | 2023-12-19T16:56:06.839Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2395 | 2023-12-19T16:56:06.839Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2396 | 2023-12-19T16:56:06.839Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2397 | 2023-12-19T16:56:06.840Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2398 | 2023-12-19T16:56:06.840Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2399 | 2023-12-19T16:56:06.840Z | x VERSION, 25 bytes, 1 tape blocks |
2400 | 2023-12-19T16:56:06.843Z | + cd - |
2401 | 2023-12-19T16:56:06.843Z | /work/oxidecomputer/omicron |
2402 | 2023-12-19T16:56:06.843Z | + cd /tmp/tmp.I8aaGh |
2403 | 2023-12-19T16:56:06.844Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2404 | 2023-12-19T16:56:12.854Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2405 | 2023-12-19T16:56:12.854Z | a oxide.json 1K |
2406 | 2023-12-19T16:56:12.854Z | a root/ 0K |
2407 | 2023-12-19T16:56:12.854Z | a root/opt/ 0K |
2408 | 2023-12-19T16:56:12.854Z | a root/opt/oxide/ 0K |
2409 | 2023-12-19T16:56:12.854Z | a root/opt/oxide/installinator/ 0K |
2410 | 2023-12-19T16:56:12.854Z | a root/opt/oxide/installinator/installinator 50891K |
2411 | 2023-12-19T16:56:12.854Z | a root/opt/oxide/installinator/pkg/ 0K |
2412 | 2023-12-19T16:56:12.855Z | a root/opt/oxide/installinator/VERSION 1K |
2413 | 2023-12-19T16:56:12.855Z | a root/opt/oxide/mg-ddm/ 0K |
2414 | 2023-12-19T16:56:12.856Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2415 | 2023-12-19T16:56:12.856Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2416 | 2023-12-19T16:56:12.856Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2417 | 2023-12-19T16:56:12.856Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2418 | 2023-12-19T16:56:12.856Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2419 | 2023-12-19T16:56:12.856Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2420 | 2023-12-19T16:56:12.856Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2421 | 2023-12-19T16:56:12.856Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2422 | 2023-12-19T16:56:12.856Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2423 | 2023-12-19T16:56:12.856Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2424 | 2023-12-19T16:56:12.856Z | a root/lib/ 0K |
2425 | 2023-12-19T16:56:12.857Z | a root/lib/svc/ 0K |
2426 | 2023-12-19T16:56:12.857Z | a root/lib/svc/manifest/ 0K |
2427 | 2023-12-19T16:56:12.857Z | a root/lib/svc/manifest/site/ 0K |
2428 | 2023-12-19T16:56:12.857Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2429 | 2023-12-19T16:56:12.862Z | + cd / |
2430 | 2023-12-19T16:56:12.862Z | + rm -rf /tmp/tmp.I8aaGh |
2431 | 2023-12-19T16:56:12.885Z | |
2432 | 2023-12-19T16:56:12.885Z | real 6.214360068 |
2433 | 2023-12-19T16:56:12.885Z | user 5.788574442 |
2434 | 2023-12-19T16:56:12.885Z | sys 0.458519297 |
2435 | 2023-12-19T16:56:12.889Z | trap 0.001726664 |
2436 | 2023-12-19T16:56:12.889Z | tflt 0.000000000 |
2437 | 2023-12-19T16:56:12.889Z | dflt 0.000000000 |
2438 | 2023-12-19T16:56:12.889Z | kflt 0.000000000 |
2439 | 2023-12-19T16:56:12.889Z | lock 0.000000000 |
2440 | 2023-12-19T16:56:12.889Z | slp 11.991434429 |
2441 | 2023-12-19T16:56:12.889Z | lat 0.184792496 |
2442 | 2023-12-19T16:56:12.889Z | stop 0.000310816 |
2443 | 2023-12-19T16:56:12.890Z | process exited: duration 2311492 ms, exit code 0 |
|
2444 | 2023-12-19T16:56:12.911Z | found 21 output files |
2445 | 2023-12-19T16:56:12.911Z | uploading: /work/version.txt (26 bytes) |
2446 | 2023-12-19T16:56:13.922Z | uploaded: /work/version.txt |
2447 | 2023-12-19T16:56:13.922Z | uploading: /work/package.tar.gz (79789708 bytes) |
2448 | 2023-12-19T16:56:42.551Z | uploaded: /work/package.tar.gz |
2449 | 2023-12-19T16:56:42.551Z | uploading: /work/global-zone-packages.tar.gz (121432674 bytes) |
2450 | 2023-12-19T16:57:23.195Z | uploaded: /work/global-zone-packages.tar.gz |
2451 | 2023-12-19T16:57:23.195Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36462373 bytes) |
2452 | 2023-12-19T16:57:36.425Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2453 | 2023-12-19T16:57:36.425Z | uploading: /work/zones/clickhouse.tar.gz (181772591 bytes) |
2454 | 2023-12-19T16:58:37.535Z | uploaded: /work/zones/clickhouse.tar.gz |
2455 | 2023-12-19T16:58:37.535Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181771453 bytes) |
2456 | 2023-12-19T16:59:35.936Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2457 | 2023-12-19T16:59:35.936Z | uploading: /work/zones/cockroachdb.tar.gz (118851671 bytes) |
2458 | 2023-12-19T17:00:13.721Z | uploaded: /work/zones/cockroachdb.tar.gz |
2459 | 2023-12-19T17:00:13.721Z | uploading: /work/zones/crucible-pantry.tar.gz (22399870 bytes) |
2460 | 2023-12-19T17:00:25.067Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2461 | 2023-12-19T17:00:25.067Z | uploading: /work/zones/crucible.tar.gz (42277237 bytes) |
2462 | 2023-12-19T17:00:40.674Z | uploaded: /work/zones/crucible.tar.gz |
2463 | 2023-12-19T17:00:40.686Z | uploading: /work/zones/external-dns.tar.gz (24149631 bytes) |
2464 | 2023-12-19T17:00:51.225Z | uploaded: /work/zones/external-dns.tar.gz |
2465 | 2023-12-19T17:00:51.225Z | uploading: /work/zones/internal-dns.tar.gz (24149631 bytes) |
2466 | 2023-12-19T17:01:00.395Z | uploaded: /work/zones/internal-dns.tar.gz |
2467 | 2023-12-19T17:01:00.395Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2468 | 2023-12-19T17:01:01.407Z | uploaded: /work/zones/ntp.tar.gz |
2469 | 2023-12-19T17:01:01.407Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18205481 bytes) |
2470 | 2023-12-19T17:01:07.876Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2471 | 2023-12-19T17:01:07.876Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18204729 bytes) |
2472 | 2023-12-19T17:01:14.328Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2473 | 2023-12-19T17:01:14.328Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (75264505 bytes) |
2474 | 2023-12-19T17:01:35.910Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2475 | 2023-12-19T17:01:35.910Z | uploading: /work/zones/omicron-nexus.tar.gz (75257706 bytes) |
2476 | 2023-12-19T17:02:22.150Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2477 | 2023-12-19T17:02:22.150Z | uploading: /work/zones/overlay.tar.gz (2613 bytes) |
2478 | 2023-12-19T17:02:23.589Z | uploaded: /work/zones/overlay.tar.gz |
2479 | 2023-12-19T17:02:23.589Z | uploading: /work/zones/oximeter-collector.tar.gz (36195978 bytes) |
2480 | 2023-12-19T17:02:36.315Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2481 | 2023-12-19T17:02:36.315Z | uploading: /work/zones/propolis-server.tar.gz (66640911 bytes) |
2482 | 2023-12-19T17:02:59.213Z | uploaded: /work/zones/propolis-server.tar.gz |
2483 | 2023-12-19T17:02:59.213Z | uploading: /work/zones/switch-asic.tar.gz (247014015 bytes) |
2484 | 2023-12-19T17:04:23.820Z | uploaded: /work/zones/switch-asic.tar.gz |
2485 | 2023-12-19T17:04:23.822Z | uploading: /work/zones/switch-softnpu.tar.gz (170003537 bytes) |
2486 | 2023-12-19T17:05:29.014Z | uploaded: /work/zones/switch-softnpu.tar.gz |